/* ============================================================================
   Tema "tático militar" replicado dos tokens REAIS do original
   (calisteniamilitar.site · Tailwind v4 + shadcn):
   fundo quiz #0a0a0a · vendas/VSL #0f110f · primary #5c7a5c · accent #8fb38f
   CONTINUAR #4c9c4c · CTAs laranja gradient · Geist + Geist Mono.
   Raios shadcn: --radius 1rem → rounded-sm 12px · rounded 4px · rounded-lg 20px
   · rounded-xl 12px · rounded-2xl 16px · rounded-3xl 24px.
   ========================================================================= */
:root {
  --bg: #0a0c0a;
  --bg-quiz: #0a0a0a;
  --bg-vendas: #0f110f;
  --fg: #e0e2e0;
  --primary: #5c7a5c;
  --accent: #8fb38f;
  --cont: #4c9c4c;
  --n200: #e5e5e5; --n300: #d4d4d4; --n400: #a1a1a1; --n500: #737373; --n800: #262626; --n900: #171717;
  --red500: #fb2c36; --red400: #ff6568;
  --r-sm: 12px; --r: 4px; --r-lg: 20px; --r-xl: 12px; --r-2xl: 16px; --r-3xl: 24px;
  --mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: 'Geist', 'Geist Fallback', system-ui, sans-serif;
  background: radial-gradient(circle at 50% 0, #5c7a5c26 0%, transparent 50%), linear-gradient(#0a0c0a 0%, #111411 100%);
  background-color: var(--bg);
  color: var(--fg);
  font-size: 16px; line-height: 1.5;
  min-height: 100vh; position: relative;
  -webkit-font-smoothing: antialiased;
}
body::before { content: ""; pointer-events: none; z-index: -1; background-image: var(--noise); width: 100%; height: 100%; position: fixed; top: 0; left: 0; }
img { display: block; max-width: 100%; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; letter-spacing: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
em { font-style: normal; }
em.accent { color: var(--primary); }
em.danger { color: var(--red500); font-weight: 700; }
em.white { color: #fff; font-weight: 500; }
main { min-height: 100vh; }
[hidden] { display: none !important; }

/* --- peças comuns -------------------------------------------------------- */
.badge { display: inline-flex; align-items: center; gap: .5rem; padding: .25rem .75rem; background: rgba(92,122,92,.1); border: 1px solid rgba(92,122,92,.2); border-radius: 9999px; }
.badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 10px #5c7a5c; animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
.badge span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--primary); font-weight: 700; line-height: 15px; }
.badge.sq { border-radius: var(--r); }
.badge.sq i { width: 6px; height: 6px; box-shadow: 0 0 8px #5c7a5c; }
.badge.sq span { font-family: var(--mono); }
.badge.pill i { box-shadow: none; }
.badge.pill span { font-family: var(--mono); }
.divisor { height: 1px; width: 6rem; margin: 1rem auto; background: linear-gradient(to right, transparent, var(--primary), transparent); }
.divisor2 { height: 1px; width: 4rem; margin: 0 auto; background: rgba(92,122,92,.5); }
.noise { position: absolute; inset: 0; background-image: var(--noise); }

.tactical-card { -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); background: #14181466; border: 1px solid #ffffff14; border-top-color: #ffffff26; border-radius: 1.5rem; position: relative; box-shadow: 0 4px 24px -1px #0003, 0 0 0 1px #0003; }

@keyframes pulse { 50% { opacity: .5; } }
@keyframes ping { 75%, 100% { opacity: 0; transform: scale(2); } }
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8,0,1,1); } 50% { transform: none; animation-timing-function: cubic-bezier(0,0,.2,1); } }
@keyframes scan { 0% { background-position: 0 0; } 100% { background-position: 0 100%; } }
@keyframes enter-up { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: none; } }
@keyframes slide-up { from { transform: translateY(100%); } to { transform: none; } }
@keyframes slide-right { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: none; } }
@keyframes slide-l { from { transform: translateX(-100%); } to { transform: none; } }
@keyframes slide-r { from { transform: translateX(100%); } to { transform: none; } }

/* botão CONTINUAR verde (prova / régua / multi) — shadcn Button h-9 + py-8 = 66px */
.btn-cont { width: 100%; height: 66px; display: inline-flex; align-items: center; justify-content: center; background: var(--cont); color: #fff; border: 1px solid rgba(76,156,76,.5); border-radius: var(--r-xl); font-size: 20px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; box-shadow: 0 0 30px rgba(76,156,76,.6); transition: all .3s; position: relative; overflow: hidden; white-space: nowrap; }
.btn-cont span { display: flex; align-items: center; justify-content: center; gap: .75rem; filter: drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06)); }
.btn-cont svg { width: 24px; height: 24px; }
.btn-cont:hover { background: #5da05d; transform: translateY(-4px); }
.btn-cont:active { transform: scale(.95); }
.btn-cont:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; background: #27272a; color: #71717b; border-color: #3f3f46; transform: none; }

/* ======================= TELA 1 — LANDING ================================== */
.landing { min-height: 100vh; background: var(--bg-quiz); color: #fff; overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem; }
.landing-bg { position: absolute; inset: 0; pointer-events: none; }
.landing-top { position: absolute; top: 0; left: 0; width: 100%; height: 24rem; background: linear-gradient(to bottom, rgba(92,122,92,.1), transparent); }
.landing-texto { text-align: center; margin-bottom: 2rem; position: relative; z-index: 10; max-width: 42rem; margin-left: auto; margin-right: auto; }
.landing-texto .badge { margin-bottom: 1rem; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.landing h1 { font-size: 24px; line-height: 1.25; font-weight: 900; margin-bottom: 1rem; letter-spacing: -.025em; text-transform: uppercase; color: #fff; }
.landing h1 em { display: block; color: var(--primary); margin: 0 .25rem; filter: drop-shadow(0 0 15px rgba(92,122,92,.5)); }
.landing-sub { font-size: 14px; line-height: 20px; color: var(--n400); max-width: 32rem; margin: 0 auto 1.5rem; }
.landing-inst { font-size: 16px; line-height: 24px; font-weight: 500; color: rgba(255,255,255,.9); }
.cards-foto { width: 100%; max-width: 56rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; position: relative; z-index: 10; }
.card-foto { position: relative; width: 100%; height: 280px; background: rgba(24,24,27,.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border: 1px solid rgba(92,122,92,.3); border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; text-align: left; box-shadow: 0 0 15px rgba(92,122,92,.1); transition: all .3s ease-out; }
.card-foto:hover { border-color: var(--primary); box-shadow: 0 0 30px rgba(92,122,92,.4); }
.card-foto-img { position: absolute; inset: 0; z-index: 0; }
.card-foto-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.card-foto:hover img { transform: scale(1.1); }
.card-foto-img .g1 { position: absolute; inset: 0; z-index: 10; background: linear-gradient(to top, rgba(0,0,0,.9), transparent 50%, transparent); }
.card-foto-img .g2 { position: absolute; inset: 0; z-index: 10; background: radial-gradient(circle at center, transparent 0%, rgba(92,122,92,.15) 100%); mix-blend-mode: screen; pointer-events: none; }
.card-foto-pe { position: relative; z-index: 20; width: 100%; padding: 1rem; border-top: 1px solid rgba(92,122,92,.2); background: rgba(0,0,0,.4); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background .3s; }
.card-foto-pe span { font-size: 18px; line-height: 28px; font-weight: 700; color: #fff; filter: drop-shadow(0 4px 3px rgba(0,0,0,.07)); }
.card-foto:hover .card-foto-pe { background: rgba(92,122,92,.9); }
.card-foto:hover .card-foto-pe span { color: #000; }
.card-foto.is-sel { border-color: var(--primary); box-shadow: 0 0 30px rgba(92,122,92,.4); }
.card-foto.is-sel .card-foto-pe { background: rgba(92,122,92,.9); }
.card-foto.is-sel .card-foto-pe span { color: #000; }

/* ======================= TELAS DE QUIZ (2–9) =============================== */
.quiz { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem; position: relative; overflow: hidden; background: var(--bg-quiz); }
.quiz-bg { position: absolute; inset: 0; pointer-events: none; }
.quiz-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: rgba(92,122,92,.1); border-radius: 50%; filter: blur(100px); }
.quiz-grid { position: absolute; inset: 0; opacity: .03; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 100%); mask-image: linear-gradient(to bottom, #000 40%, transparent 100%); }
.quiz-box { width: 100%; max-width: 42rem; position: relative; z-index: 10; }

.qhead { margin-bottom: 2.5rem; padding: 0 .5rem; }
.qhead-linha { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: .75rem; }
.qhead-esq { display: flex; flex-direction: column; }
.qhead-tag { font-size: 10px; line-height: 15px; text-transform: uppercase; letter-spacing: .2em; color: rgba(92,122,92,.8); font-weight: 700; margin-bottom: .25rem; }
.qhead-num { font-size: 20px; line-height: 28px; font-weight: 900; color: #fff; font-style: italic; letter-spacing: -.05em; }
.qhead-pct { font-family: var(--mono); font-size: 12px; line-height: 16px; color: var(--primary); font-weight: 700; background: rgba(92,122,92,.1); padding: .25rem .5rem; border-radius: var(--r); }
.qhead-bar { height: 6px; background: rgba(255,255,255,.05); border-radius: 9999px; overflow: hidden; }
.qhead-fill { height: 100%; background: var(--primary); position: relative; box-shadow: 0 0 10px #5c7a5c; transition: width .7s ease-out; }
.qhead-fill i { position: absolute; right: 0; top: 0; bottom: 0; width: 1rem; background: rgba(255,255,255,.5); filter: blur(4px); }

.quiz-conteudo { transition: all .5s ease-in-out; }
.quiz-conteudo.is-leaving { opacity: 0; transform: translateY(2rem) scale(.95); filter: blur(4px); }
.q-titulo { font-size: 30px; line-height: 1.1; font-weight: 900; color: #fff; margin-bottom: 1rem; text-align: center; filter: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08)); }
.q-sub { color: var(--n400); font-size: 14px; line-height: 1.625; margin-bottom: 2rem; text-align: center; max-width: 32rem; margin-left: auto; margin-right: auto; }
.q-opts { margin-top: 2rem; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lista { display: flex; flex-direction: column; gap: .75rem; }

/* cartão com imagem */
.card-img { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: all .3s ease-out; text-align: center; }
.card-img:hover { border-color: rgba(92,122,92,.5); box-shadow: 0 0 15px rgba(92,122,92,.1); transform: translateY(-4px); }
.card-img.is-sel { border-color: var(--primary); box-shadow: 0 0 25px rgba(92,122,92,.3); transform: scale(1.02); }
.card-check { position: absolute; top: .75rem; right: .75rem; z-index: 20; width: 24px; height: 24px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px #5c7a5c; opacity: 0; transform: scale(.75); transition: all .3s; color: #000; }
.card-check svg { width: 14px; height: 14px; }
.card-img.is-sel .card-check { opacity: 1; transform: scale(1); }
.card-img-box { aspect-ratio: 4 / 5; position: relative; overflow: hidden; }
.card-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.card-img:hover img, .card-img.is-sel img { transform: scale(1.1); }
.card-img-box .ov1 { position: absolute; inset: 0; z-index: 10; background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.2), transparent); opacity: .6; transition: opacity .3s; }
.card-img-box .ov2 { position: absolute; inset: 0; z-index: 10; background: rgba(92,122,92,.2); mix-blend-mode: overlay; opacity: 0; transition: opacity .3s; }
.card-img.is-sel .ov1, .card-img:hover .ov1 { opacity: .8; }
.card-img.is-sel .ov2, .card-img:hover .ov2 { opacity: 1; }
.card-img-pe { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; z-index: 20; text-align: center; }
.card-img-pe span { display: inline-block; padding: .25rem .75rem; border-radius: 9999px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.5); color: var(--n200); font-size: 14px; line-height: 20px; font-weight: 600; letter-spacing: .025em; transition: all .3s; }
.card-img.is-sel .card-img-pe span { background: rgba(92,122,92,.2); border-color: rgba(92,122,92,.5); color: #fff; }

/* opção em lista */
.opt { width: 100%; padding: 1rem; border-radius: var(--r-xl); position: relative; overflow: hidden; text-align: left; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.05); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: all .3s; }
.opt:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.1); }
.opt.is-sel { background: rgba(92,122,92,.2); border-color: rgba(92,122,92,.5); box-shadow: 0 0 20px rgba(92,122,92,.2); }
.opt-pulse { position: absolute; inset: 0; background: rgba(92,122,92,.05); display: none; animation: pulse 2s infinite; }
.opt.is-sel .opt-pulse { display: block; }
.opt-in { display: flex; gap: 1rem; align-items: center; position: relative; z-index: 10; }
.opt-ico { flex-shrink: 0; width: 48px; height: 48px; border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 32px; background: rgba(0,0,0,.2); overflow: hidden; transition: all .3s; }
.opt-ico img { width: 100%; height: 100%; object-fit: cover; }
.opt.is-sel .opt-ico { background: rgba(92,122,92,.2); transform: scale(1.05); box-shadow: 0 0 0 1px rgba(92,122,92,.5); }
.opt-label { flex: 1; font-weight: 500; font-size: 16px; line-height: 24px; color: var(--n300); transition: color .3s; }
.opt.is-sel .opt-label, .opt:hover .opt-label { color: #fff; }
.opt-radio { width: 24px; height: 24px; border-radius: 50%; border: 2px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #000; transition: all .3s; flex-shrink: 0; }
.opt-radio svg { width: 14px; height: 14px; display: none; }
.opt.is-sel .opt-radio { border-color: var(--primary); background: var(--primary); box-shadow: 0 0 10px #5c7a5c; }
.opt.is-sel .opt-radio svg { display: block; }

.cta-multi { margin-top: 2rem; padding: 0 1rem; }

.qfoot { margin-top: 3rem; display: flex; justify-content: space-between; align-items: center; padding: 0 1.5rem; opacity: .4; transition: opacity .3s; }
.qfoot:hover { opacity: 1; }
.btn-ant { display: flex; align-items: center; gap: .5rem; color: var(--n400); transition: all .3s; }
.btn-ant:hover { color: #fff; }
.btn-ant:disabled { opacity: 0; cursor: default; }
.btn-ant i { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; }
.btn-ant i svg { width: 16px; height: 16px; }
.btn-ant:hover i { border-color: var(--primary); }
.btn-ant span { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; font-weight: 700; }

/* ======================= RÉGUA (7–9) ======================================= */
.ruler-wrap { display: flex; flex-direction: column; gap: 3rem; padding: 1rem 0; }
.ruler-area { width: 100%; position: relative; padding: 0 1rem; display: flex; flex-direction: column; align-items: center; }
.ruler-topline { position: absolute; top: -2.5rem; left: 50%; transform: translateX(-50%); width: 8rem; height: 4px; background: linear-gradient(to right, transparent, rgba(92,122,92,.5), transparent); filter: blur(4px); }
.ruler-valor { position: relative; margin-bottom: 1.5rem; display: flex; align-items: flex-end; justify-content: center; z-index: 20; }
.ruler-num { font-size: 96px; line-height: 1; font-weight: 900; font-style: italic; letter-spacing: -.05em; color: #fff; filter: drop-shadow(0 0 30px rgba(255,255,255,.3)); font-variant-numeric: tabular-nums; }
.ruler-un { font-size: 30px; line-height: 36px; font-weight: 700; font-style: italic; color: var(--primary); margin: 0 0 1rem .5rem; filter: drop-shadow(0 0 10px rgba(92,122,92,.8)); }
.ruler-halo { position: absolute; inset: 0; background: rgba(92,122,92,.05); filter: blur(64px); z-index: -10; border-radius: 50%; }
.ruler-track-wrap { width: 100%; position: relative; }
.ruler-track-wrap .l1, .ruler-track-wrap .l2 { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(92,122,92,.5), transparent); z-index: 30; }
.ruler-track-wrap .l1 { top: 0; } .ruler-track-wrap .l2 { bottom: 0; }
.ruler-track { width: 100%; height: 120px; position: relative; overflow: hidden; user-select: none; -webkit-user-select: none; touch-action: none; cursor: grab; background: rgba(0,0,0,.2); }
.ruler-track.is-drag { cursor: grabbing; }
.ruler-grid { position: absolute; inset: 0; opacity: .1; pointer-events: none; background-image: linear-gradient(rgba(92,122,92,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(92,122,92,.3) 1px, transparent 1px); background-size: 20px 20px; }
.ruler-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.8), transparent, rgba(0,0,0,.8)); pointer-events: none; z-index: 0; }
.ruler-needle { position: absolute; left: 50%; top: 0; bottom: 0; z-index: 20; transform: translateX(-50%); pointer-events: none; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: .5rem 0; }
.n-line { width: 2px; height: 100%; background: var(--primary); box-shadow: 0 0 15px #5c7a5c; opacity: .8; }
.n-dia { position: absolute; width: 16px; height: 16px; background: var(--primary); transform: rotate(45deg); border: 2px solid #000; }
.n-top { top: 0; transform: translateY(-50%) rotate(45deg); }
.n-bot { bottom: 0; transform: translateY(50%) rotate(45deg); }
.ruler-side { position: absolute; top: 0; bottom: 0; width: 4rem; z-index: 10; pointer-events: none; }
.ruler-side.l { left: 0; background: linear-gradient(to right, #0a0a0a, transparent); }
.ruler-side.r { right: 0; background: linear-gradient(to left, #0a0a0a, transparent); }
.ruler-ticks { position: absolute; top: 0; left: 50%; height: 100%; display: flex; align-items: center; z-index: 0; will-change: transform; }
.tick { position: absolute; width: 40px; height: 100%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tick i { display: block; border-radius: 9999px; height: 24px; width: 1px; background: rgba(255,255,255,.1); transition: all .2s; }
.tick.mid i { height: 40px; width: 2px; background: rgba(255,255,255,.4); }
.tick.big i { height: 64px; width: 4px; background: #fff; box-shadow: 0 0 10px rgba(255,255,255,.2); }
.tick b { position: absolute; bottom: 1rem; font-family: var(--mono); font-size: 12px; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .05em; font-variant-numeric: tabular-nums; }
.ruler-dica { color: rgba(92,122,92,.6); font-weight: 900; letter-spacing: .2em; font-size: 12px; line-height: 16px; margin-top: 2rem; text-transform: uppercase; text-align: center; user-select: none; animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
.ruler-cta { padding: 1rem 1rem 0; }

/* ======================= TELA 6 — PROVA SOCIAL ============================= */
.prova { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 42rem; margin: 0 auto; gap: 2rem; padding-top: 5rem; animation: enter-up .7s both; }
.prova-topo { text-align: center; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
.prova-topo h2 { font-size: 24px; line-height: 32px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: -.025em; }
.prova-topo p { color: var(--n400); font-size: 14px; line-height: 1.625; max-width: 32rem; padding: 0 1rem; }
.prova-topo p em { color: var(--primary); font-weight: 700; }
.prova-card { width: calc(100% - .5rem); background: #0a0a0a; border: 1px solid rgba(92,122,92,.2); border-radius: var(--r-2xl); padding: .25rem; overflow: hidden; box-shadow: 0 0 40px rgba(92,122,92,.1); }
.prova-in { background: rgba(24,24,27,.5); border-radius: var(--r-xl); padding: 1rem; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); position: relative; }
.prova-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: 1.5rem; }
.pcol { position: relative; }
.ptag { position: absolute; top: .5rem; z-index: 10; padding: .125rem .5rem; border-radius: var(--r); font-size: 10px; line-height: 15px; font-weight: 700; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.ptag-antes { left: .5rem; background: rgba(0,0,0,.8); color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); }
.ptag-despues { right: .5rem; background: var(--primary); color: #000; border: 1px solid var(--primary); box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); animation: pulse 2s infinite; }
.pimg { position: relative; aspect-ratio: 3 / 4; border-radius: var(--r-lg); overflow: hidden; background: #27272a; border: 1px solid rgba(255,255,255,.05); }
.pimg img { width: 100%; height: 100%; object-fit: cover; }
.pimg.antes img { opacity: .8; filter: grayscale(.3); }
.pimg.despues { border-color: rgba(92,122,92,.5); box-shadow: 0 0 20px rgba(92,122,92,.2); }
.pimg span { position: absolute; bottom: 0; left: 0; right: 0; padding: .25rem; text-align: center; font-size: 10px; line-height: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.pimg.antes span { background: rgba(0,0,0,.6); color: var(--n400); }
.pimg.despues span { background: rgba(92,122,92,.9); color: #000; }
.prova-txt { text-align: center; display: flex; flex-direction: column; gap: .75rem; align-items: center; }
.pnome { display: inline-block; padding: .25rem .75rem; border-radius: 9999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.05); }
.pnome p { font-size: 12px; line-height: 16px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .05em; }
.pnome span { color: var(--primary); }
.prova-txt h3 { font-size: 18px; line-height: 1.25; font-weight: 900; color: #fff; text-transform: uppercase; }
.ptexto { font-size: 14px; line-height: 1.625; color: var(--n400); max-width: 95%; }
.pselo { padding-top: .75rem; display: flex; justify-content: center; width: 100%; }
.pselo div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; padding: .5rem .75rem; background: rgba(92,122,92,.1); border: 1px solid rgba(92,122,92,.2); border-radius: var(--r-lg); font-size: 10px; line-height: 15px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .025em; width: 100%; }
.pselo svg { width: 12px; height: 12px; flex-shrink: 0; }
.prova-cta { width: 100%; padding: .5rem 1rem 0; }
.prova .btn-cont { text-transform: none; }
.prova .btn-cont span, .ruler-cta .btn-cont span, .cta-multi .btn-cont span { text-transform: uppercase; }

/* ======================= TELA 10 — LOADING ================================= */
.loading { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 1rem; background: var(--bg-quiz); position: relative; overflow: hidden; }
.load-wrap { position: relative; z-index: 10; max-width: 36rem; width: 100%; padding: .25rem; transition: all .5s ease-out; opacity: 0; transform: scale(.95); }
.load-wrap.is-on { opacity: 1; transform: scale(1); }
.load-card { background: rgba(0,0,0,.8); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); border: 1px solid rgba(92,122,92,.2); border-radius: var(--r-2xl); padding: 1.5rem; box-shadow: 0 0 50px rgba(92,122,92,.1); overflow: hidden; position: relative; }
.scan { position: absolute; inset: 0; background: linear-gradient(transparent 0%, rgba(92,122,92,.05) 50%, transparent 100%); background-size: 100% 4px; opacity: .5; pointer-events: none; animation: scan 2s linear infinite; }
.load-topo { text-align: center; margin-bottom: 2.5rem; position: relative; }
.load-topo .badge { margin-bottom: 1rem; }
.load-topo h1 { font-size: 24px; line-height: 32px; font-weight: 900; color: #fff; margin-bottom: .5rem; letter-spacing: -.025em; text-transform: uppercase; }
.load-topo p { font-size: 14px; line-height: 20px; color: var(--n400); font-family: var(--mono); letter-spacing: .025em; }
.load-prog { margin-bottom: 2.5rem; position: relative; }
.load-prog-l { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: .5rem; padding: 0 .25rem; }
.load-prog-l span:first-child { font-size: 10px; line-height: 15px; color: rgba(92,122,92,.8); font-family: var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.load-prog-l span:last-child { font-size: 12px; line-height: 16px; color: var(--primary); font-family: var(--mono); font-weight: 700; }
.load-bar { height: 6px; border-radius: 9999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.05); overflow: hidden; }
.load-fill { height: 100%; background: var(--primary); box-shadow: 0 0 15px #5c7a5c; transition: width 6000ms linear; position: relative; }
.load-fill i { position: absolute; right: 0; top: 0; bottom: 0; width: 2.5rem; background: linear-gradient(to left, rgba(255,255,255,.5), transparent); }
.load-etapas { display: flex; flex-direction: column; gap: .75rem; position: relative; z-index: 10; }
.etapa { display: flex; align-items: center; gap: 1rem; padding: .75rem; border-radius: var(--r-lg); border: 1px solid transparent; background: rgba(255,255,255,.05); opacity: .4; transition: all .3s; }
.etapa.is-active { border-color: var(--primary); background: rgba(92,122,92,.05); box-shadow: 0 0 15px rgba(92,122,92,.1); opacity: 1; }
.etapa.is-done { border-color: rgba(92,122,92,.3); background: rgba(92,122,92,.1); opacity: 1; }
.etapa-ico { width: 32px; height: 32px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); transition: all .3s; flex-shrink: 0; }
.etapa-ico svg { width: 16px; height: 16px; }
.etapa.is-active .etapa-ico, .etapa.is-done .etapa-ico { color: var(--primary); }
.etapa.is-active .ico-orig svg { animation: pulse 2s infinite; }
.etapa .ico-ok { display: none; }
.etapa.is-done .ico-ok { display: block; }
.etapa.is-done .ico-orig { display: none; }
.etapa-txt { flex: 1; }
.etapa-txt p { font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; color: rgba(255,255,255,.4); transition: all .3s; }
.etapa.is-active .etapa-txt p, .etapa.is-done .etapa-txt p { color: #fff; }
.etapa-sub { display: none; font-family: var(--mono) !important; text-transform: none !important; font-weight: 400 !important; font-size: 10px !important; line-height: 15px !important; color: var(--primary) !important; margin-top: .125rem; animation: pulse 2s infinite; letter-spacing: 0 !important; }
.etapa.is-active .etapa-sub { display: block; }
.etapa-dot i { display: none; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); animation: ping 1s cubic-bezier(0,0,.2,1) infinite; }
.etapa.is-active .etapa-dot i { display: block; }
.load-pe { margin-top: 2rem; text-align: center; border-top: 1px solid rgba(255,255,255,.05); padding-top: 1rem; }
.load-pe p { font-size: 10px; line-height: 15px; color: rgba(255,255,255,.2); font-family: var(--mono); text-transform: uppercase; letter-spacing: .2em; }

/* ======================= TELA 11 — RESULTADO =============================== */
.resultado { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem; position: relative; z-index: 10; }
.res-box { width: 100%; max-width: 42rem; }
.res-topo { text-align: center; margin-bottom: 2.5rem; }
.res-medalha { display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 50%; background: rgba(92,122,92,.1); border: 1px solid rgba(92,122,92,.3); margin-bottom: 1.5rem; position: relative; }
.res-medalha i { position: absolute; inset: 0; border-radius: 50%; background: rgba(92,122,92,.2); animation: ping 1s cubic-bezier(0,0,.2,1) infinite; opacity: .2; }
.res-medalha span { font-size: 36px; line-height: 40px; }
.res-topo h1 { font-size: 36px; line-height: 40px; font-weight: 900; color: #fff; margin-bottom: 1rem; letter-spacing: -.025em; }
.res-topo p { font-size: 18px; line-height: 28px; color: var(--n300); font-weight: 300; max-width: 28rem; margin: 0 auto; }
.res-card { padding: 2rem; border-radius: var(--r-2xl); margin-bottom: 2rem; border-color: rgba(92,122,92,.2); background: linear-gradient(to bottom, rgba(92,122,92,.05), transparent); }
.res-card-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.05); padding-bottom: 1rem; font-family: var(--mono); font-size: 12px; line-height: 16px; }
.res-card-h span:first-child { color: var(--primary); letter-spacing: .1em; }
.res-card-h span:last-child { color: rgba(255,255,255,.4); }
.res-itens { display: flex; flex-direction: column; gap: 1.5rem; }
.res-item { display: flex; gap: 1rem; align-items: flex-start; }
.res-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: var(--r-lg); background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); transition: border-color .3s; }
.res-ico span { font-size: 20px; line-height: 28px; }
.res-item h3 { font-weight: 700; color: #fff; font-size: 18px; line-height: 28px; }
.res-item p { font-size: 14px; line-height: 20px; color: var(--n400); margin-top: .25rem; }
.btn-res { width: 100%; height: 66px; display: inline-flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; font-size: 20px; font-weight: 700; border-radius: var(--r-xl); box-shadow: 0 4px 30px rgba(92,122,92,.4); transition: all .3s; white-space: nowrap; }
.btn-res:hover { background: rgba(92,122,92,.9); box-shadow: 0 4px 40px rgba(92,122,92,.6); transform: translateY(-4px); }
.btn-res span { display: flex; align-items: center; gap: .75rem; }
.btn-res em { font-size: 24px; line-height: 32px; transition: transform .3s; }
.btn-res:hover em { transform: translateX(4px); }

/* ======================= TELA 12 — VSL ===================================== */
.vsl { min-height: 100vh; background: var(--bg-vendas); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; position: relative; }
.vsl-card { position: relative; width: 100%; max-width: 28rem; background: #000; border: 1px solid rgba(92,122,92,.2); border-radius: var(--r-2xl); overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); display: flex; flex-direction: column; }
.vsl-aviso { background: rgba(70,8,9,.3); border-bottom: 1px solid rgba(251,44,54,.2); padding: .75rem 1rem; text-align: center; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.vsl-aviso p:first-child { color: rgba(255,101,104,.9); font-size: 12px; line-height: 16px; font-weight: 500; }
.vsl-aviso p:last-child { color: rgba(251,44,54,.5); font-size: 10px; line-height: 15px; margin-top: .125rem; text-transform: uppercase; letter-spacing: .05em; }
.vsl-player { padding: .25rem; position: relative; background: #000; }
.vsl-ph { width: 100%; aspect-ratio: 4 / 5; background: #000; display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(255,255,255,.15); }
.vsl-ph span { font-family: var(--mono); font-size: 14px; letter-spacing: .3em; color: rgba(255,255,255,.35); }
.vsl-pe { padding: 1.5rem 1rem 3.75rem; text-align: center; background: linear-gradient(to bottom, #000, #171717); flex-shrink: 0; }
.vsl-pe h3 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: .5rem; animation: pulse 2s infinite; }
.vsl-pe h3:empty { display: none; }
.vsl-cta { display: inline-block; background: #009235; color: #fff; font-weight: 900; font-size: 19px; line-height: 26px; border-radius: 41px; padding: 28px 28px; min-width: 300px; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,.45); transition: transform .2s; }
.vsl-cta:hover { transform: scale(1.03); }

/* ======================= TELA 13 — OFERTA (vendas) ========================= */
body.tela-oferta { background: var(--bg-vendas); }
.oferta { min-height: 100vh; background: var(--bg-vendas); color: var(--fg); overflow: hidden; }
.oferta [data-animate] { opacity: 0; transform: translateY(2.5rem); transition: opacity 1s ease-out, transform 1s ease-out; }
.oferta [data-animate].is-in { opacity: 1; transform: none; }
.oferta section { position: relative; z-index: 10; }
.oferta h2 em, .oferta h3 em { color: var(--primary); }
.oferta .c { position: absolute; width: 16px; height: 16px; border-color: rgba(143,179,143,.6); border-style: solid; border-width: 0; }
.oferta .c.tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.oferta .c.tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.oferta .c.bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.oferta .c.br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }

/* CTA laranja: <a> inline com py-4 (o w-full não se aplica a inline no original) */
.sec-cta { padding: 2rem 1rem; text-align: center; max-width: 28rem; margin: 0 auto; }
.cta-laranja { display: inline; color: #000; padding: 1rem 0; font-size: 16px; line-height: 24px; font-weight: 700; border-radius: var(--r-xl); text-align: center; transition: transform .3s; background: linear-gradient(90deg, #ff4d00 0%, #ff9900 50%, #ffd400 100%); box-shadow: 0 6px 12px rgba(255,120,0,.16), 0 0 8px rgba(255,200,80,.06); border: 1px solid rgba(255,140,0,.06); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.cta-laranja:hover { transform: scale(1.05); }

/* 1. hero */
.hero { position: relative; width: 100%; display: flex; flex-direction: column; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 40px 40px; }
.hero-foto { position: relative; width: 100%; overflow: hidden; }
.hero-foto img { width: 100%; height: auto; position: relative; z-index: 10; }
.hero-frame { position: absolute; inset: 1rem; z-index: 20; pointer-events: none; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); opacity: .5; }
.hero-glows { position: absolute; inset: 0; z-index: 20; pointer-events: none; mix-blend-mode: color-dodge; }
.hero-glows .g1 { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 90%; height: 50%; background: rgba(143,179,143,.4); filter: blur(120px); border-radius: 50%; animation: pulse 5s cubic-bezier(.4,0,.6,1) infinite; }
.hero-glows .g2 { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); width: 40%; height: 30%; background: rgba(92,122,92,.3); filter: blur(80px); border-radius: 50%; }
.hero-glows .g3 { position: absolute; bottom: 0; left: 0; right: 0; height: 80%; background: linear-gradient(to top, rgba(143,179,143,.2), rgba(92,122,92,.05), transparent); }
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 12rem; background: linear-gradient(to top, #0f110f, rgba(15,17,15,.8), transparent); z-index: 10; }
.hero-body { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 1.5rem 1rem 3rem; z-index: 20; position: relative; margin-top: -8rem; }
.hero-badges { display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.hbadge { background: rgba(0,0,0,.6); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); padding: .5rem 1rem; border-radius: var(--r-xl); display: flex; align-items: center; gap: .5rem; box-shadow: 0 8px 16px rgba(0,0,0,.5); border: 1px solid; animation: enter-up .7s both; }
.hbadge.acc { border-color: rgba(143,179,143,.4); } .hbadge.pri { border-color: rgba(92,122,92,.4); }
.hb-ico { padding: .25rem; border-radius: 50%; display: flex; }
.hbadge.acc .hb-ico { background: rgba(143,179,143,.2); } .hbadge.pri .hb-ico { background: rgba(92,122,92,.2); }
.hb-ico span { font-size: 14px; line-height: 20px; }
.hbadge.acc .hb-ico span { color: var(--accent); } .hbadge.pri .hb-ico span { color: var(--primary); }
.hbadge > span:last-child { color: #fff; font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: .05em; }
.hero-term { color: var(--primary); font-size: 12px; line-height: 16px; font-family: var(--mono); letter-spacing: .05em; margin-bottom: 1rem; animation: pulse 2s infinite; text-shadow: 0 1px 0 #00000013, 0 1px 1px #00000013, 0 2px 2px #00000013; background: rgba(0,0,0,.4); padding: .25rem .75rem; border-radius: var(--r); border: 1px solid rgba(92,122,92,.2); }
.hero-txt { text-align: center; max-width: 56rem; margin: 0 auto; }
.hero-txt h2 { font-size: 24px; line-height: 32px; font-weight: 700; color: #fff; margin-bottom: .5rem; filter: drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06)); }
.hero-txt p { font-size: 16px; line-height: 24px; color: var(--n200); max-width: 42rem; margin: 0 auto; }
.hero-txt .hero-dest { font-size: 14px; line-height: 20px; color: var(--primary); font-weight: 700; margin-top: 1rem; }

/* 2. card de preço */
.preco-wrap { position: relative; margin: 2rem auto 3rem; width: 100%; max-width: 32rem; }
.preco-selo { position: absolute; top: -1rem; left: 50%; transform: translateX(-50%); z-index: 20; }
.preco-selo span { background: #1a4d1a; color: #fff; font-weight: 900; font-size: 12px; line-height: 16px; padding: .375rem 1.5rem; border-radius: var(--r-sm); letter-spacing: .1em; border: 2px solid #000; box-shadow: 0 0 20px rgba(0,255,0,.6); text-transform: uppercase; display: flex; align-items: center; gap: .5rem; white-space: nowrap; }
.preco-selo i { font-style: normal; animation: pulse 2s infinite; }
.preco-card { background: #050505; border: 2px solid rgba(92,122,92,.5); border-radius: var(--r-2xl); padding: .25rem; position: relative; overflow: hidden; box-shadow: 0 0 40px rgba(0,255,0,.15); }
.preco-ov { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(92,122,92,.5), transparent, rgba(92,122,92,.2)); opacity: .2; transition: opacity 1s; }
.preco-card:hover .preco-ov { opacity: .4; }
.preco-in { background: #0a0a0a; border-radius: var(--r-xl); padding: 1.5rem; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.05); }
.preco-topo { text-align: center; position: relative; z-index: 10; }
.preco-grid { position: absolute; inset: -1.5rem; opacity: .2; pointer-events: none; z-index: -1; background-image: linear-gradient(0deg, transparent 24%, rgba(0,255,0,.3) 25%, rgba(0,255,0,.3) 26%, transparent 27%, transparent 74%, rgba(0,255,0,.3) 75%, rgba(0,255,0,.3) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0,255,0,.3) 25%, rgba(0,255,0,.3) 26%, transparent 27%, transparent 74%, rgba(0,255,0,.3) 75%, rgba(0,255,0,.3) 76%, transparent 77%, transparent); background-size: 50px 50px; }
.arquivo { display: inline-block; border: 1px solid rgba(92,122,92,.3); background: rgba(92,122,92,.05); padding: .25rem .75rem; border-radius: var(--r); margin-bottom: 1rem; }
.arquivo span { color: var(--primary); font-size: 10px; line-height: 15px; font-family: var(--mono); letter-spacing: .2em; }
.preco-topo h3 { font-size: 24px; line-height: 32px; font-weight: 900; color: #fff; margin-bottom: .25rem; font-style: italic; }
.preco-topo h4 { font-size: 20px; line-height: 28px; font-weight: 700; letter-spacing: .05em; margin-bottom: 1.5rem; background: linear-gradient(to right, var(--primary), #fff, var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.preco-box { position: relative; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 1rem; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.preco-box .c { width: 8px; height: 8px; border-color: rgba(92,122,92,.5); }
.preco-box .c.tl, .preco-box .c.tr { border-top-width: 1px; } .preco-box .c.bl, .preco-box .c.br { border-bottom-width: 1px; }
.preco-box .c.tl, .preco-box .c.bl { border-left-width: 1px; } .preco-box .c.tr, .preco-box .c.br { border-right-width: 1px; }
.preco-linha { display: flex; align-items: flex-end; justify-content: center; gap: .5rem; margin-bottom: .25rem; }
.moeda { color: var(--n500); font-size: 14px; line-height: 20px; margin-bottom: .375rem; }
.valor { font-size: 48px; line-height: 1; font-weight: 900; color: #fff; letter-spacing: -.05em; filter: drop-shadow(0 0 10px rgba(255,255,255,.3)); }
.oferta-col { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: .375rem; }
.of-tag { font-size: 12px; line-height: 16px; color: var(--primary); font-weight: 700; background: rgba(92,122,92,.1); padding: 0 .25rem; border-radius: var(--r); margin-bottom: .25rem; }
.of-antes { color: var(--n500); font-size: 12px; line-height: 16px; text-decoration: line-through; text-decoration-color: var(--red500); }
.acesso { margin-top: .5rem; display: inline-block; background: rgba(92,122,92,.2); border: 1px solid rgba(92,122,92,.4); padding: .125rem .75rem; border-radius: 9999px; }
.acesso span { font-size: 10px; line-height: 15px; font-weight: 700; color: var(--primary); letter-spacing: .05em; text-transform: uppercase; }
.checklist { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0 3rem; position: relative; z-index: 10; align-items: center; }
.chk { display: flex; align-items: center; gap: .75rem; }
.chk-ico { width: 32px; height: 32px; border-radius: var(--r); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 20px; flex-shrink: 0; transition: all .3s; }
.chk:hover .chk-ico { border-color: rgba(92,122,92,.5); background: rgba(92,122,92,.1); }
.chk span { color: var(--n300); font-size: 18px; line-height: 28px; font-weight: 500; transition: color .3s; }
.chk:hover span { color: #fff; }
.cta-missao { display: block; position: relative; z-index: 10; width: 100%; position: relative; overflow: hidden; border-radius: var(--r-lg); background: #1a4d1a; padding: 1rem; transition: all .3s; box-shadow: 0 0 20px rgba(26,77,26,.5); border: 2px solid rgba(255,255,255,.2); text-align: center; }
.cta-missao:hover { transform: scale(1.02); box-shadow: 0 0 40px rgba(26,77,26,.7); }
.cta-missao-in { position: relative; z-index: 10; display: flex; align-items: center; justify-content: center; gap: .75rem; }
.cta-missao-in span { color: #fff; font-weight: 900; font-size: 20px; line-height: 28px; letter-spacing: .1em; text-transform: uppercase; filter: drop-shadow(0 0 10px rgba(0,0,0,.5)); }
.cta-missao-in svg { width: 24px; height: 24px; color: #fff; transition: transform .3s; }
.cta-missao:hover svg { transform: translateX(4px); }
.cta-missao .shine { position: absolute; inset: 0; background: rgba(255,255,255,.4); transform: translateX(-100%) skewX(12deg); transition: transform .5s; }
.cta-missao:hover .shine { transform: translateX(100%) skewX(12deg); }
.preco-pe { margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; font-size: 10px; line-height: 15px; color: var(--n500); font-family: var(--mono); border-top: 1px solid rgba(255,255,255,.05); padding: 1rem .25rem; position: relative; }
.preco-pe div:first-child { display: flex; align-items: center; gap: .375rem; }
.preco-pe i { width: 6px; height: 6px; border-radius: 50%; background: #00c758; animation: pulse 2s infinite; }

/* 3. VS */
.vs { display: flex; flex-direction: column; gap: 1.25rem; margin: 0 auto 2rem; max-width: 32rem; padding: 0 1rem; }
.vs h3 { text-align: center; font-size: 20px; line-height: 28px; font-weight: 700; color: #fff; margin-bottom: 2rem; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid rgba(92,122,92,.3); padding-bottom: 1rem; }
.vs-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
.vs-civil, .vs-mil { padding: 1rem; position: relative; overflow: hidden; }
.vs-civil { background: rgba(70,8,9,.2); border: 1px solid rgba(130,24,26,.3); border-radius: var(--r-xl) 0 0 var(--r-xl); text-align: right; }
.vs-civil i { position: absolute; inset: 0; background: rgba(251,44,54,.05); transition: background .3s; }
.vs-civil:hover i { background: rgba(251,44,54,.1); }
.vs-mil { background: rgba(92,122,92,.1); border: 1px solid rgba(92,122,92,.3); border-radius: 0 var(--r-xl) var(--r-xl) 0; text-align: left; box-shadow: 0 0 15px rgba(0,255,0,.05); }
.vs-mil i { position: absolute; inset: 0; background: rgba(92,122,92,.05); transition: background .3s; }
.vs-mil:hover i { background: rgba(92,122,92,.1); }
.vs-l { font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: .05em; margin-bottom: .25rem; position: relative; }
.vs-civil .vs-l { color: var(--red500); } .vs-mil .vs-l { color: var(--primary); }
.vs-civil p { color: var(--n300); font-size: 14px; line-height: 20px; font-weight: 500; position: relative; }
.vs-mil p { color: #fff; font-size: 14px; line-height: 20px; font-weight: 700; position: relative; }
.vs-mid { width: 32px; height: 32px; border-radius: 50%; background: var(--n900); border: 1px solid var(--n800); display: flex; align-items: center; justify-content: center; color: var(--n500); font-size: 12px; font-weight: 700; }

/* 4. resultados confirmados */
.resconf { margin: 0 auto 2rem; max-width: 72rem; padding: 0 1rem; }
.resconf h2 { font-size: 24px; line-height: 32px; font-weight: 700; color: #fff; margin-bottom: 2rem; text-align: center; filter: drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1)); }
.resconf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.rcard { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.4); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: all .5s; }
.rcard:hover { border-color: rgba(92,122,92,.5); box-shadow: 0 0 20px rgba(0,255,0,.1); }
.rframe { position: absolute; inset: .25rem; z-index: 20; pointer-events: none; border: .5px solid rgba(255,255,255,.05); border-radius: var(--r-sm); opacity: .5; }
.rframe .c { width: 8px; height: 8px; border-color: rgba(92,122,92,.5); }
.rframe .c.tl { border-top-width: 1px; border-left-width: 1px; } .rframe .c.br { border-bottom-width: 1px; border-right-width: 1px; }
.rimg { aspect-ratio: 4 / 5; position: relative; }
.rimg img { width: 100%; height: 100%; object-fit: cover; transition: all .7s; filter: grayscale(.3); }
.rcard:hover img { transform: scale(1.1); filter: none; }
.rimg > i { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.9), transparent 50%, transparent); opacity: .9; }
.rcap { position: absolute; bottom: .75rem; left: 0; right: 0; text-align: center; z-index: 30; }
.rcap p { font-size: 12px; line-height: 16px; color: #fff; font-family: var(--mono); letter-spacing: .1em; margin-bottom: .25rem; font-weight: 700; }
.rcap span { display: inline-block; background: rgba(92,122,92,.2); border: 1px solid rgba(92,122,92,.3); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); padding: .125rem .75rem; border-radius: var(--r); font-size: 12px; line-height: 16px; font-weight: 700; color: #fff; letter-spacing: .05em; }
.rdisc { text-align: center; color: var(--n500); font-size: 10px; line-height: 15px; margin-top: 1.5rem; font-family: var(--mono); letter-spacing: .025em; }
.rchev { color: rgba(92,122,92,.6); margin-top: 2rem; animation: bounce 1s infinite; }
.rchev svg { width: 24px; height: 24px; margin: 0 auto; }

/* 5. dor + verdade */
.dor { padding: 3rem 1rem; }
.dor-card { max-width: 42rem; margin: 0 auto; background: #0a0a0a; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-3xl); overflow: hidden; position: relative; }
.dor-grid { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; }
.dor-p1, .dor-p2 { padding: 2rem; position: relative; z-index: 10; }
.dor-p2 { background: rgba(255,255,255,.02); }
.dor-h { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.dor-p2 .dor-h { margin-bottom: 1.5rem; }
.dor-ico { padding: .5rem; border-radius: var(--r-lg); display: flex; }
.dor-ico svg { width: 24px; height: 24px; }
.dor-ico.red { background: rgba(130,24,26,.2); border: 1px solid rgba(251,44,54,.2); color: var(--red500); }
.dor-ico.green { background: rgba(92,122,92,.1); border: 1px solid rgba(92,122,92,.2); color: var(--primary); }
.dor-h h2 { font-size: 24px; line-height: 32px; font-weight: 900; color: #fff; letter-spacing: .025em; text-transform: uppercase; }
.dor-lista { display: flex; flex-direction: column; gap: 1.5rem; }
.dor-item { display: flex; align-items: flex-start; gap: 1rem; }
.dor-item i { width: 6px; height: 6px; border-radius: 50%; background: var(--red500); margin-top: .625rem; flex-shrink: 0; }
.dor-item p { color: var(--n300); font-size: 18px; line-height: 1.625; }
.dor-div { height: 1px; background: rgba(255,255,255,.05); margin: 0 2rem; }
.verdad { display: flex; flex-direction: column; gap: 1.5rem; }
.verdad .vp1 { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.625; }
.verdad .vp1 em { color: var(--n500); font-weight: 700; text-decoration: line-through; text-decoration-color: rgba(251,44,54,.5); text-decoration-thickness: 2px; }
.verdad .vp2 { font-size: 20px; font-weight: 500; color: rgba(92,122,92,.9); line-height: 1.625; }
.verdad .vp2 em { background: #1a4d1a; color: #fff; padding: .125rem .5rem; border-radius: var(--r); border: 1px solid rgba(92,122,92,.3); font-weight: 900; letter-spacing: .05em; margin: 0 .25rem; }

/* 6. centro de comando */
.app { padding: 3rem 0; background: rgba(92,122,92,.03); }
.app-topo { text-align: center; margin: 0 auto 3rem; position: relative; max-width: 72rem; padding: 0 1rem; }
.app-halo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 32rem; height: 8rem; background: rgba(92,122,92,.05); filter: blur(64px); border-radius: 50%; z-index: -10; }
.app-topo .badge { margin-bottom: 1.5rem; }
.app-topo h2 { font-size: 30px; line-height: 36px; font-weight: 900; color: #fff; margin-bottom: 1.5rem; letter-spacing: -.025em; text-transform: uppercase; filter: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08)); }
.app-topo h2 em { background: linear-gradient(to right, var(--primary), #fff, var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.app-topo p { color: var(--n300); font-size: 16px; line-height: 1.625; max-width: 42rem; margin: 0 auto; font-weight: 500; }
.app-topo p em { color: #fff; font-weight: 500; }
.app-mock { width: 100%; margin-bottom: 2rem; position: relative; }
.app-radial { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 20% 50%, rgba(76,87,69,.4) 0%, transparent 50%), radial-gradient(circle at 60% 30%, rgba(93,104,83,.3) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(59,68,53,.5) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(76,87,69,.4) 0%, transparent 50%), linear-gradient(135deg, rgba(76,87,69,.3) 0%, rgba(93,104,83,.2) 50%, rgba(59,68,53,.3) 100%); background-size: 200% 200%, 180% 180%, 150% 150%, 220% 220%, 100% 100%; }
.app-dash { position: absolute; inset: 0; border: 4px dashed rgba(76,87,69,.6); opacity: .3; }
.app-mock-in { position: relative; overflow: hidden; padding: 3rem 0; }
.app-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60%; height: 60%; background: rgba(92,122,92,.4); filter: blur(80px); border-radius: 50%; animation: pulse 2s infinite; z-index: 0; }
.app-mock-in img { width: 100%; transform: scale(1.1); position: relative; z-index: 10; }
.chip { position: absolute; z-index: 20; }
.chip1 { top: 5%; left: 2%; animation: slide-l 1s .3s both; } .chip2 { top: 8%; right: 2%; animation: slide-r 1s .5s both; }
.chip3 { bottom: 5%; left: 2%; animation: slide-l 1s .7s both; } .chip4 { bottom: 8%; right: 2%; animation: slide-r 1s .9s both; }
.chip-in { background: rgba(0,0,0,.6); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,.1); padding: .5rem .75rem; border-radius: var(--r-xl); display: flex; align-items: center; gap: .5rem; box-shadow: 0 8px 32px rgba(0,0,0,.5); transition: transform .3s; }
.chip-in:hover { transform: scale(1.05); }
.chip-ico { background: rgba(92,122,92,.2); padding: .375rem; border-radius: var(--r-lg); display: flex; }
.chip-ico span { color: var(--primary); font-size: 14px; line-height: 20px; }
.chip-in p { color: #fff; font-size: 12px; line-height: 1.25; font-weight: 700; }
.chip-in span { color: var(--n400); font-size: 10px; line-height: 15px; font-weight: 500; display: block; }
.app-pe { max-width: 72rem; margin: 0 auto; padding: 0 1rem; text-align: center; }
.app-pe p { color: var(--primary); font-size: 14px; line-height: 20px; font-weight: 700; }

/* 7. bônus */
.bonos { padding: 3rem 1rem; background: rgba(92,122,92,.03); }
.bonos h2 { font-size: 24px; line-height: 32px; font-weight: 700; text-align: center; color: var(--fg); margin-bottom: 2rem; }
.bonos-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 64rem; margin: 0 auto; }
.bono { padding: 1.5rem; border-radius: var(--r-lg); border-color: rgba(92,122,92,.3); }
.bono-in { display: flex; flex-direction: column; height: 100%; }
.bono-ico { width: 64px; height: 64px; background: rgba(92,122,92,.2); border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.bono-ico span { font-size: 30px; line-height: 36px; }
.bono h3 { font-size: 20px; line-height: 28px; font-weight: 700; color: var(--fg); margin-bottom: .75rem; }
.bono p { color: var(--n300); font-size: 14px; line-height: 1.625; margin-bottom: 1rem; }
.bono-pe { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(92,122,92,.2); }
.bono-pe div { display: flex; align-items: center; gap: .75rem; }
.bono-pe s { color: var(--n500); font-size: 14px; line-height: 20px; }
.bono-pe span { color: var(--primary); font-weight: 700; font-size: 18px; line-height: 28px; }
.bonos-total { text-align: center; margin-top: 2rem; }
.bonos-total p { color: var(--primary); font-size: 14px; line-height: 20px; font-weight: 700; margin-bottom: 1rem; }
.pricing { padding: 3rem 1rem; }

/* 9. depoimentos */
.depos { padding: 3rem 1rem; }
.depos h2 { font-size: 24px; line-height: 32px; font-weight: 700; text-align: center; color: var(--fg); margin-bottom: 1rem; }
.depos-sub { text-align: center; color: var(--n400); margin-bottom: 2rem; font-size: 14px; line-height: 20px; }
.depos-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 64rem; margin: 0 auto; }
.depo { padding: 1.5rem; border-radius: var(--r-lg); border-color: rgba(92,122,92,.3); }
.depo-h { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.depo-av { width: 48px; height: 48px; border-radius: 50%; background: rgba(92,122,92,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.depo-av span { font-size: 18px; line-height: 28px; font-weight: 700; color: var(--primary); }
.depo-h h3 { font-size: 18px; line-height: 28px; font-weight: 700; color: var(--fg); }
.depo-h p { color: var(--n400); font-size: 12px; line-height: 16px; }
.depo-b { margin-bottom: 1rem; }
.depo-hl { color: var(--primary); font-weight: 700; font-size: 16px; line-height: 24px; margin-bottom: .5rem; }
.depo-tx { color: var(--n300); font-size: 14px; line-height: 1.625; font-style: italic; }
.depo-stars { display: flex; gap: .25rem; color: var(--primary); }

/* 10. FAQ */
.faq { padding: 3rem 1rem; background: rgba(92,122,92,.05); }
.faq h2 { font-size: 24px; line-height: 32px; font-weight: 700; text-align: center; color: var(--fg); margin-bottom: 2rem; }
.faq-lista { display: flex; flex-direction: column; gap: 1rem; max-width: 56rem; margin: 0 auto; }
.faq-item { padding: 1rem; border-radius: var(--r-lg); border-color: rgba(92,122,92,.2); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; text-align: left; }
.faq-q h3 { font-size: 16px; line-height: 24px; font-weight: 700; color: var(--fg); }
.faq-q span { color: var(--primary); font-size: 20px; line-height: 28px; flex-shrink: 0; }
.faq-a { display: none; margin-top: 1rem; color: var(--n300); font-size: 14px; line-height: 1.625; }
.faq-item.is-open .faq-a { display: block; }

/* 11. barra fixa */
.barra { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: rgba(0,0,0,.95); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border-top: 2px solid var(--accent); box-shadow: 0 10px 15px -3px rgba(143,179,143,.2), 0 4px 6px -4px rgba(143,179,143,.2); animation: slide-up .5s both; }
.barra-in { max-width: 80rem; margin: 0 auto; padding: .75rem 1rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .75rem; }
.barra-txt { flex: 1; text-align: center; }
.barra-t { display: flex; align-items: center; gap: .5rem; justify-content: center; margin-bottom: .25rem; }
.barra-t .raio { color: var(--accent); font-size: 18px; line-height: 28px; animation: pulse 2s infinite; }
.barra-t span:last-child { color: var(--accent); font-weight: 700; font-size: 14px; line-height: 20px; font-family: var(--mono); }
.barra-txt p { color: var(--n300); font-size: 12px; line-height: 16px; }
.barra-txt b { color: var(--accent); font-weight: 700; font-family: var(--mono); }
.barra-cta { display: flex; width: 100%; justify-content: center; align-items: center; padding: .5rem 1.5rem; font-size: 12px; line-height: 16px; font-weight: 700; border-radius: var(--r-lg); flex-shrink: 0; box-shadow: 0 4px 10px rgba(255,110,0,.15), 0 0 6px rgba(255,180,60,.06); }

/* 12. popup de compra */
.popup { position: fixed; top: 1rem; right: 1rem; z-index: 50; animation: slide-right .5s both; }
.popup-in { padding: .75rem; border-radius: var(--r-lg); border-color: rgba(92,122,92,.3); background: rgba(0,0,0,.8); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); display: flex; align-items: center; gap: .75rem; box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); max-width: 300px; }
.popup-ico { background: rgba(0,199,88,.2); padding: .5rem; border-radius: 50%; display: flex; }
.popup-ico span { color: #00c758; font-size: 20px; line-height: 28px; }
.popup-in p { color: #fff; font-size: 12px; line-height: 16px; font-weight: 700; }
.popup-in span { color: var(--n400); font-size: 10px; line-height: 15px; }

/* ======================= DESKTOP (md ≥ 768px): só não quebrar ============== */
@media (min-width: 640px) {
  .card-foto { height: 320px; }
  .cards-foto { gap: 1.5rem; }
  .card-foto-pe { padding: 1.5rem; }
  .card-foto-pe span { font-size: 20px; }
}
@media (min-width: 768px) {
  .landing h1 { font-size: 36px; }
  .landing-sub { font-size: 16px; line-height: 24px; }
  .landing-inst { font-size: 18px; line-height: 28px; }
  .q-titulo { font-size: 48px; }
  .q-sub { font-size: 18px; line-height: 1.625; }
  .opt { padding: 1.25rem; }
  .opt-ico { width: 56px; height: 56px; font-size: 30px; }
  .opt-label { font-size: 18px; }
  .cta-multi, .ruler-cta, .prova-cta { padding-left: 3rem; padding-right: 3rem; }
  .ruler-num { font-size: 128px; }
  .ruler-un { font-size: 36px; }
  .ruler-side { width: 8rem; }
  .prova-topo h2 { font-size: 30px; line-height: 36px; }
  .prova-topo p, .prova-txt h3 { font-size: 16px; }
  .prova-txt h3 { font-size: 20px; }
  .prova-in { padding: 1.5rem; }
  .prova-grid { gap: 1rem; }
  .pselo div { font-size: 12px; }
  .load-card { padding: 2.5rem; }
  .load-topo h1 { font-size: 30px; line-height: 36px; }
  .etapa-txt p { font-size: 14px; line-height: 20px; }
  .res-topo h1 { font-size: 60px; line-height: 1; }
  .res-card { padding: 2.5rem; }
  .vsl-card { max-width: 32rem; }
  .vsl-pe { padding: 1.5rem; }
  .hero-badges { gap: 3rem; }
  .hbadge > span:last-child { font-size: 14px; }
  .hero-term { font-size: 14px; margin-bottom: 1.5rem; }
  .hero-txt h2 { font-size: 36px; line-height: 40px; }
  .hero-txt p { font-size: 20px; line-height: 28px; }
  .hero-txt .hero-dest { font-size: 16px; }
  .hero-fade { height: 16rem; }
  .hero-body { margin-top: -12rem; padding-bottom: 5rem; }
  .preco-wrap { margin-bottom: 4rem; }
  .preco-in { padding: 2rem; }
  .preco-selo span { font-size: 14px; }
  .preco-topo h3 { font-size: 30px; line-height: 36px; }
  .preco-topo h4 { font-size: 24px; line-height: 32px; }
  .valor { font-size: 60px; }
  .acesso span { font-size: 12px; }
  .chk span { font-size: 20px; }
  .vs { margin-bottom: 3rem; }
  .vs h3 { font-size: 24px; line-height: 32px; }
  .resconf { margin-bottom: 3rem; }
  .resconf h2 { font-size: 36px; line-height: 40px; }
  .resconf-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
  .rdisc { font-size: 12px; }
  .rchev { margin-top: 3rem; } .rchev svg { width: 32px; height: 32px; }
  .dor, .app, .bonos, .depos, .faq, .pricing { padding-top: 5rem; padding-bottom: 5rem; }
  .dor-p1, .dor-p2 { padding: 2.5rem; }
  .app-topo { margin-bottom: 4rem; }
  .app-topo h2 { font-size: 48px; line-height: 1; }
  .app-topo h2 em { display: block; }
  .app-topo p { font-size: 18px; }
  .app-topo .badge span { font-size: 12px; }
  .app-mock { margin-bottom: 3rem; }
  .app-mock-in { padding: 5rem 0; }
  .app-mock-in img { transform: scale(1.25); }
  .app-glow { filter: blur(120px); }
  .chip1 { top: 10%; left: 15%; } .chip2 { top: 15%; right: 15%; } .chip3 { bottom: 15%; left: 15%; } .chip4 { bottom: 10%; right: 15%; }
  .chip-in { padding: .75rem 1rem; gap: .75rem; }
  .chip-ico { padding: .5rem; } .chip-ico span { font-size: 18px; }
  .chip-in p { font-size: 14px; } .chip-in span { font-size: 12px; }
  .app-pe p { font-size: 16px; }
  .bonos h2, .depos h2, .faq h2 { font-size: 36px; line-height: 40px; margin-bottom: 3rem; }
  .depos h2 { margin-bottom: 1rem; }
  .bonos-grid, .depos-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .bono, .depo { padding: 2rem; }
  .bono-ico { width: 80px; height: 80px; } .bono-ico span { font-size: 36px; }
  .bono h3 { font-size: 24px; line-height: 32px; }
  .bono p, .depo-tx, .faq-a, .depos-sub { font-size: 16px; }
  .bono-pe span { font-size: 20px; }
  .bonos-total p { font-size: 18px; }
  .depo-av { width: 64px; height: 64px; } .depo-av span { font-size: 24px; }
  .depo-h h3 { font-size: 20px; } .depo-h p { font-size: 14px; }
  .depo-hl { font-size: 18px; }
  .faq-item { padding: 1.5rem; }
  .faq-q h3 { font-size: 18px; line-height: 28px; }
  .sec-cta { padding: 3rem 1rem; }
  .cta-laranja { padding: 2.5rem 0; font-size: 20px; }
  .barra-in { flex-direction: row; gap: 1.5rem; padding: 1rem; }
  .barra-txt { text-align: left; } .barra-t { justify-content: flex-start; }
  .barra-t span:last-child { font-size: 16px; } .barra-txt p { font-size: 14px; }
  .barra-cta { width: auto; padding: 1rem 2.5rem; font-size: 18px; line-height: 28px; }
  .popup { top: auto; bottom: 6rem; }
  .popup-in { padding: 1rem; }
  .popup-in p { font-size: 14px; } .popup-in span { font-size: 12px; }
}
