/* ============================================================
   CARTA DE VENDAS — Programa Completo Investidor de Verdade
   Fundo ÚNICO claro (papel) · SweetSans · taupe discreto ·
   dourado #987e5a com parcimônia. Cinética, focada na leitura.
   ============================================================ */

@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Hairline.otf") format("opentype"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Thin.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-Italic.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "SweetSans"; src: url("fonts/SweetSansPro-ExLightItalic.otf") format("opentype"); font-weight: 200; font-style: italic; font-display: swap; }

:root {
  --paper: #ffffff;        /* fundo único, branco */
  --paper-2: #f7f4ee;      /* inset bem sutil (note-box, ícones) */
  --card: #ffffff;         /* cartões */
  --ink: #18140d;
  --ink-soft: #3b352b;
  --muted: #7a7163;
  --line: #e7e1d4;
  --line-soft: #efeae0;
  --accent: #8c7355;       /* taupe — detalhes */
  --gold: #987e5a;         /* dourado — parcimônia */
  --box: #ffffff;          /* caixas de CTA — agora claras */
  --box-tint: #faf8f3;     /* preenchimento de inputs */
  --shadow-card: 0 34px 70px -36px rgba(40,30,15,.30);
  --shadow-soft: 0 20px 46px -30px rgba(40,30,15,.34);
  --shadow-box: 0 40px 90px -40px rgba(40,30,15,.40), 0 4px 18px -8px rgba(40,30,15,.16);
  --read: 720px;
  --wide: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: "SweetSans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; line-height: 1.68; font-size: 18px;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.page { position: relative; z-index: 1; }

/* ---------- structure ---------- */
.wrap { max-width: var(--wide); margin: 0 auto; padding: 0 28px; }
.read { max-width: var(--read); margin-left: auto; margin-right: auto; }
.block { padding: 64px 0; position: relative; }
.block-lg { padding: 92px 0; }
.divider { max-width: var(--read); margin: 0 auto; height: 1px; background: var(--line); opacity: .8; }
.center { text-align: center; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--accent); }
.eyebrow.center { justify-content: center; }

h1, h2, h3 { margin: 0; font-weight: 300; letter-spacing: -0.02em; color: var(--ink); line-height: 1.08; }
.h-hero { font-size: clamp(30px, 3.4vw, 40px); font-weight: 400; line-height: 1.12; letter-spacing: -0.022em; text-wrap: balance; }
.h-sec { font-size: clamp(28px, 3.6vw, 46px); line-height: 1.07; text-wrap: balance; }
.h-sub { font-size: clamp(21px, 2vw, 27px); font-weight: 400; }
em.i { font-style: italic; font-weight: 300; color: var(--accent); }

.lead { font-size: clamp(19px, 1.5vw, 22px); line-height: 1.62; color: var(--ink-soft); }
p { margin: 0 0 22px; }
.prose p { color: var(--ink-soft); text-wrap: pretty; }
.prose p:last-child { margin-bottom: 0; }
.prose strong, .prose b { font-weight: 600; color: var(--ink); }
.muted { color: var(--muted); }
.obs { font-size: 14.5px; color: var(--muted); font-style: italic; line-height: 1.55; }

/* ---------- top nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: center;
  padding: 16px 28px; background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .4s;
}
.nav.is-stuck { border-bottom-color: var(--line); }
.nav .logo { height: 27px; width: auto; }

/* ---------- countdown ---------- */
.countdown { display: flex; align-items: flex-start; justify-content: center; gap: 14px; margin: 0 auto 30px; }
.cd-unit { min-width: 74px; }
.cd-box {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 6px 12px; box-shadow: var(--shadow-soft);
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum";
}
.cd-box .num { font-size: clamp(30px, 4.4vw, 44px); font-weight: 300; line-height: 1; color: var(--ink); letter-spacing: -.01em; }
.cd-unit .lab { display: block; margin-top: 9px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.cd-sep { font-size: clamp(26px, 4vw, 38px); font-weight: 200; color: var(--gold); line-height: 1; padding-top: 16px; }
.cd-when { text-align: center; font-size: 14.5px; color: var(--muted); margin: 0 0 36px; }
.cd-when b { color: var(--ink); font-weight: 600; }
.countdown.ended + .cd-when { color: var(--gold); font-weight: 600; }
@media (max-width: 480px) {
  .countdown { gap: 8px; }
  .cd-unit { min-width: 60px; }
  .cd-sep { display: none; }
}
.hero { padding: 70px 0 56px; }
.hero .pill {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 auto 26px;
  font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 9px 18px;
}
.hero .pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); position: relative; }
.hero .pill .dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid var(--gold); opacity: .5; animation: ring 2s ease-out infinite; }
@keyframes ring { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(1.7); opacity: 0; } }
.hero .h-hero { max-width: 40ch; margin: 0 auto 24px; }
.hero .sub { max-width: 54ch; margin: 0 auto 40px; }

/* ---------- word reveal (headline) ---------- */
.words .w { display: inline-block; overflow: hidden; vertical-align: top; }
.words .w > span { display: inline-block; }
html.reveal-anim .words .w > span { transform: translateY(110%); opacity: 0; transition: transform .8s cubic-bezier(.16,.78,.18,1), opacity .8s ease; transition-delay: calc(var(--i,0) * .035s); }
html.reveal-anim .words.is-in .w > span { transform: none; opacity: 1; }
html.no-trans .words .w > span { transform: none !important; opacity: 1 !important; transition: none !important; }

/* ---------- CTA box (caixa escura) ---------- */
.ctabox {
  max-width: 600px; margin: 0 auto; background: var(--box); color: var(--ink);
  border: 1px solid var(--line); border-radius: 18px; padding: 38px 36px; box-shadow: var(--shadow-box);
  position: relative; overflow: hidden;
}
.ctabox::after { content: ""; position: absolute; top: -40%; right: -10%; width: 60%; height: 120%; background: radial-gradient(closest-side, rgba(152,126,90,.10), transparent); pointer-events: none; }
.ctabox .ct-label { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin: 0 0 6px; position: relative; }
.ctabox .ct-title { font-size: clamp(20px, 2.2vw, 26px); font-weight: 400; color: var(--ink); margin: 0 0 22px; line-height: 1.2; position: relative; }
.cform { display: flex; flex-direction: column; gap: 12px; position: relative; }
.cform input {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
  background: var(--box-tint); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.cform input::placeholder { color: var(--muted); }
.cform input:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(152,126,90,.12); }
.cform .err { font-size: 13px; color: #b4632f; min-height: 0; margin: -4px 0 0; display: none; }
.cform.invalid .err { display: block; }
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: 16px; letter-spacing: .03em; text-transform: uppercase;
  padding: 18px 28px; border-radius: 10px; border: none;
  background: linear-gradient(180deg, #a6885f 0%, #856a48 100%); color: #fffaf0; width: 100%;
  box-shadow: 0 16px 30px -16px rgba(152,126,90,.8); transition: transform .2s cubic-bezier(.2,.7,.3,1), box-shadow .2s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -16px rgba(152,126,90,.9); }
.btn-cta svg { width: 17px; height: 17px; }
.ctabox .ct-foot { font-size: 12.5px; color: var(--muted); margin: 16px 0 0; text-align: center; position: relative; }
/* thank-you state */
.ctabox .thanks { display: none; text-align: center; padding: 8px 0; position: relative; }
.ctabox.done .cform, .ctabox.done .ct-foot { display: none; }
.ctabox.done .thanks { display: block; }
.ctabox .thanks .ic { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%; background: rgba(152,126,90,.12); border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; }
.ctabox .thanks .ic svg { width: 26px; height: 26px; color: var(--gold); }
.ctabox .thanks h4 { margin: 0 0 8px; font-size: 22px; font-weight: 400; color: var(--ink); }
.ctabox .thanks p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ---------- letter opening / signature ---------- */
.sig-open { max-width: var(--read); margin: 0 auto; }
.sig-open .hi { font-size: clamp(22px, 2.4vw, 30px); font-weight: 300; color: var(--ink); margin: 0 0 26px; letter-spacing: -.01em; }
.sig-open .hi b { font-weight: 500; }

/* ---------- R.I.P. premises ---------- */
.rip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.rip .card { background: var(--card); border: 1px solid var(--line-soft); border-radius: 16px; padding: 30px 26px; box-shadow: var(--shadow-soft); }
.rip .card .k { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
.rip .card h3 { font-size: 22px; font-weight: 400; margin: 0 0 8px; }
.rip .card p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ---------- visual frames (image slots) ---------- */
.figure { max-width: var(--wide); margin: 0 auto; }
.figure .frame { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow-card); }
.figure image-slot { width: 100%; height: 100%; display: block; }
.figure .cap { text-align: center; font-size: 14px; color: var(--muted); margin: 16px 0 0; font-style: italic; }
.figure.ar-wide .frame { aspect-ratio: 16 / 8; }
.figure.ar-shot .frame { aspect-ratio: 16 / 10; }
.figure.ar-app .frame { aspect-ratio: 4 / 3; max-width: 420px; margin: 0 auto; }

/* universities row */
.unis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 860px; margin: 0 auto; }
.unis .frame { aspect-ratio: 4 / 3; }

/* ---------- carrossel de depoimentos ---------- */
.carousel { position: relative; }
.carousel .track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px; scroll-padding: 0 24px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.carousel .track::-webkit-scrollbar { display: none; }
.carousel .slide {
  flex: 0 0 auto; width: min(360px, 78vw); scroll-snap-align: center;
  border-radius: 16px; overflow: hidden; background: var(--card);
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.carousel .slide img { width: 100%; height: auto; display: block; }
.carousel .edge { position: absolute; top: 0; bottom: 22px; width: 70px; pointer-events: none; z-index: 2; }
.carousel .edge.l { left: 0; background: linear-gradient(90deg, var(--paper), transparent); }
.carousel .edge.r { right: 0; background: linear-gradient(270deg, var(--paper), transparent); }
.carousel .ctrls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
.carousel .nav-btn {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--card);
  display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink);
  box-shadow: var(--shadow-soft); transition: transform .2s, border-color .2s, color .2s;
}
.carousel .nav-btn:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent); }
.carousel .nav-btn:active { transform: translateY(0); }
.carousel .nav-btn svg { width: 20px; height: 20px; }
.carousel .dots { display: flex; align-items: center; gap: 8px; }
.carousel .dots button { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; background: var(--line); cursor: pointer; transition: width .3s, background .3s; }
.carousel .dots button.on { width: 24px; border-radius: 4px; background: var(--accent); }
@media (max-width: 560px) {
  .carousel .edge { width: 36px; }
  .carousel .nav-btn { width: 44px; height: 44px; }
}

/* ---------- stat / count ---------- */
.statline { text-align: center; padding: 14px 0; }
.statline .big { font-size: clamp(58px, 9vw, 120px); font-weight: 200; line-height: 1; letter-spacing: -.03em; color: var(--ink); }
.statline .big .plus { color: var(--gold); }
.statline .cap { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 14px; font-weight: 600; }

/* ---------- video (tour do oráculo) ---------- */
.videowrap { max-width: 840px; margin: 0 auto; }
.videowrap .vhead { text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); margin: 0 0 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.videowrap .vhead .rec { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: recpulse 1.6s ease-in-out infinite; }
@keyframes recpulse { 0%,100% { opacity: .4; } 50% { opacity: 1; } }
.videobox { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #0a0a09; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.videobox iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.videowrap .vcap { text-align: center; font-size: 14px; color: var(--muted); margin: 14px 0 0; font-style: italic; }

/* ---------- trilha (7 blocos) / lists ---------- */
.steps7 { max-width: var(--read); margin: 40px auto 0; }
.s7 { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.s7:last-child { border-bottom: none; }
.s7 .n { font-size: 30px; font-weight: 200; color: var(--gold); line-height: 1; letter-spacing: -.02em; }
.s7 h4 { margin: 0 0 5px; font-size: 18px; font-weight: 600; color: var(--ink); }
.s7 p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.55; }

.note-box { max-width: var(--read); margin: 30px auto 0; background: var(--paper-2); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 12px; padding: 20px 24px; }
.note-box p { margin: 0; font-size: 16px; color: var(--ink-soft); }
.note-box b { color: var(--ink); font-weight: 600; }

/* ---------- camadas / módulos / ferramentas ---------- */
.layers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 920px; margin: 40px auto 0; }
.layer { background: var(--card); border: 1px solid var(--line-soft); border-radius: 14px; padding: 26px 26px; box-shadow: var(--shadow-soft); }
.layer .k { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
.layer h4 { font-size: 19px; font-weight: 500; margin: 0 0 8px; color: var(--ink); }
.layer p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }

.featlist { max-width: var(--read); margin: 30px auto 0; list-style: none; padding: 0; display: grid; gap: 14px; }
.featlist li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; font-size: 16.5px; color: var(--ink-soft); }
.featlist li svg { width: 19px; height: 19px; color: var(--accent); margin-top: 4px; }
.featlist li b { font-weight: 600; color: var(--ink); }

.toolgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: var(--wide); margin: 44px auto 0; }
.toolcol { background: var(--card); border: 1px solid var(--line-soft); border-radius: 16px; padding: 28px 26px; box-shadow: var(--shadow-soft); }
.toolcol .k { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.toolcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.toolcol li { font-size: 15px; color: var(--ink-soft); padding-left: 18px; position: relative; line-height: 1.45; }
.toolcol li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); opacity: .6; }

/* ---------- stack da oferta ---------- */
.stack { max-width: var(--read); margin: 44px auto 0; display: grid; gap: 18px; }
.stack-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; background: var(--card); border: 1px solid var(--line-soft); border-radius: 16px; padding: 28px 28px; box-shadow: var(--shadow-soft); align-items: start; }
.stack-item .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--paper-2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.stack-item .ico svg { width: 22px; height: 22px; color: var(--accent); }
.stack-item h4 { margin: 0 0 4px; font-size: 20px; font-weight: 600; color: var(--ink); }
.stack-item .tagline { font-size: 14px; color: var(--gold); font-weight: 500; margin: 0 0 12px; }
.stack-item p { margin: 0; font-size: 15.5px; color: var(--muted); line-height: 1.55; }
.stack-item.feature { border-color: var(--accent); box-shadow: 0 34px 70px -38px rgba(140,115,85,.5); }
.stack-item.bonus { background: linear-gradient(180deg, #fffdf9, #faf6ee); border: 1px solid rgba(152,126,90,.5); box-shadow: 0 34px 70px -38px rgba(152,126,90,.45); }
.stack-item.bonus .ico { background: rgba(152,126,90,.12); border-color: rgba(152,126,90,.4); }
.stack-item.bonus .ico svg { color: var(--gold); }
.stack-item.bonus h4 { color: var(--ink); }
.stack-item.bonus p { color: var(--muted); }
.stack-item.bonus .tagline { color: var(--gold); }
.badge-50 { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(152,126,90,.5); border-radius: 999px; padding: 5px 12px; margin-bottom: 12px; }

/* ---------- preço ---------- */
.price { max-width: 620px; margin: 40px auto 0; background: linear-gradient(180deg, #fffdf9, #f8f4ec); color: var(--ink); border: 1px solid rgba(152,126,90,.4); border-radius: 22px; padding: 48px 40px; text-align: center; box-shadow: var(--shadow-box); position: relative; overflow: hidden; }
.price::after { content: ""; position: absolute; bottom: -40%; left: -10%; width: 70%; height: 120%; background: radial-gradient(closest-side, rgba(152,126,90,.10), transparent); }
.price .anchor { font-size: 15px; color: var(--muted); margin: 0 0 18px; position: relative; }
.price .anchor s { color: var(--muted); opacity: .8; }
.price .x12 { font-size: clamp(40px, 6vw, 64px); font-weight: 200; line-height: 1; color: var(--ink); letter-spacing: -.02em; position: relative; }
.price .x12 b { font-weight: 400; color: var(--gold); }
.price .alt { font-size: 16px; color: var(--ink-soft); margin: 14px 0 0; position: relative; }
.price .perday { display: inline-block; margin: 22px 0 0; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(152,126,90,.5); border-radius: 999px; padding: 8px 18px; position: relative; }
.price .pay { font-size: 13.5px; color: var(--muted); margin: 24px 0 0; position: relative; line-height: 1.6; }

/* ---------- garantias ---------- */
.guarantees { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 920px; margin: 40px auto 0; }
.guar { background: var(--card); border: 1px solid var(--line-soft); border-radius: 18px; padding: 34px 32px; box-shadow: var(--shadow-soft); }
.guar .seal { width: 60px; height: 60px; border-radius: 50%; border: 1.5px solid var(--accent); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.guar .seal svg { width: 28px; height: 28px; }
.guar .d { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 8px; }
.guar h3 { font-size: 24px; font-weight: 400; margin: 0 0 12px; }
.guar p { font-size: 15.5px; color: var(--muted); margin: 0; line-height: 1.6; }

/* ---------- fechamento emocional ---------- */
.emo { max-width: var(--read); margin: 0 auto; }
.emo .photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 40px 0; }
.emo .photos .frame { aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow-card); }
.emo .photos image-slot { width: 100%; height: 100%; }
.emo .photos .cap { font-size: 13px; color: var(--muted); font-style: italic; margin: 12px 4px 0; text-align: center; }
.emo .kicker-line { font-size: clamp(24px, 3vw, 36px); font-weight: 300; color: var(--ink); line-height: 1.2; margin: 30px 0; letter-spacing: -.01em; text-wrap: balance; }
.emo .kicker-line b { font-weight: 500; color: var(--accent); }

/* ---------- signature ---------- */
.signoff { max-width: var(--read); margin: 0 auto; text-align: center; }
.signoff .name { font-size: 26px; font-weight: 300; color: var(--ink); margin: 8px 0 2px; letter-spacing: -.01em; }
.signoff .role { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: var(--read); margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; font-size: 18px; font-weight: 500; color: var(--ink); }
.faq-q .ic { width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--line); position: relative; transition: .3s; }
.faq-q .ic::before, .faq-q .ic::after { content: ""; position: absolute; background: var(--ink); transition: .3s; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-q .ic::before { width: 11px; height: 1.5px; }
.faq-q .ic::after { width: 1.5px; height: 11px; }
.faq-item.open .faq-q .ic { background: var(--accent); border-color: var(--accent); }
.faq-item.open .faq-q .ic::before, .faq-item.open .faq-q .ic::after { background: #fff; }
.faq-item.open .faq-q .ic::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.3,.7,.3,1); }
.faq-a-inner { padding: 0 2px 26px; font-size: 16px; color: var(--muted); line-height: 1.65; }

/* ---------- footer ---------- */
.foot { padding: 56px 0 50px; border-top: 1px solid var(--line); margin-top: 40px; }
.foot .wrap { text-align: center; }
.foot .logo { height: 30px; width: auto; display: block; margin: 0 auto 20px; opacity: .9; }

/* Lista de checks (Módulos extras) */
.checks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.checks li { display: flex; align-items: flex-start; gap: 12px; font-size: 17px; line-height: 1.55; color: var(--ink, #f4efe4); }
.checks li svg { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 3px; color: var(--gold, #9a7f5f); }
.checks li b { color: var(--ink, #f4efe4); font-weight: 600; }
@media (max-width: 640px) {
  .checks li { font-size: 15px; }
  .checks li svg { flex-basis: 20px; width: 20px; height: 20px; }
}
.foot .legal { font-size: 12px; color: var(--muted); line-height: 1.7; max-width: 60ch; margin: 0 auto; }

/* ---------- sticky mini CTA ---------- */
.stickycta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; transform: translateY(120%); transition: transform .45s cubic-bezier(.2,.7,.3,1); }
.stickycta.show { transform: none; }
.stickycta .inner { max-width: var(--wide); margin: 0 auto; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: color-mix(in srgb, #ffffff 92%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line); box-shadow: 0 -18px 40px -28px rgba(40,30,15,.4); }
.stickycta .txt { color: var(--ink); font-size: 14.5px; line-height: 1.3; }
.stickycta .txt b { color: var(--gold); font-weight: 600; }
.stickycta .txt small { display: block; color: var(--muted); font-size: 12px; }
.stickycta a { flex-shrink: 0; }
.stickycta .btn-cta { width: auto; padding: 14px 24px; font-size: 14px; }

/* ---------- reveal ---------- */
html.reveal-anim .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
html.reveal-anim .reveal.is-in { opacity: 1; transform: none; }
html.reveal-anim .reveal[data-d="1"] { transition-delay: .08s; }
html.reveal-anim .reveal[data-d="2"] { transition-delay: .16s; }
html.reveal-anim .reveal[data-d="3"] { transition-delay: .24s; }
html.no-trans .reveal, html.no-trans .reveal.is-in { opacity: 1 !important; transform: none !important; transition: none !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero .pill .dot::after, .videowrap .vhead .rec { animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  body { font-size: 17px; }
  .block { padding: 52px 0; }
  .block-lg { padding: 68px 0; }
  .rip { grid-template-columns: 1fr; }
  .unis { grid-template-columns: 1fr; max-width: 380px; }
  .layers { grid-template-columns: 1fr; }
  .toolgrid { grid-template-columns: 1fr; }
  .guarantees { grid-template-columns: 1fr; }
  .emo .photos { grid-template-columns: 1fr; }
  .stickycta .txt small { display: none; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .nav { padding: 14px 18px; }
  .block { padding: 44px 0; }
  .block-lg { padding: 56px 0; }
  .ctabox { padding: 28px 20px; border-radius: 16px; }
  .ctabox .ct-title { font-size: 19px; margin-bottom: 18px; }
  .price { padding: 34px 20px; border-radius: 18px; }
  .stack-item { grid-template-columns: 1fr; gap: 14px; padding: 24px 22px; }
  .stack-item .ico { width: 42px; height: 42px; }
  .stack-item h4 { font-size: 18px; }
  .guar { padding: 28px 22px; }
  .layer { padding: 22px 20px; }
  .toolcol { padding: 24px 20px; }
  .note-box { padding: 18px 20px; }
  .emo .photos { gap: 16px; margin: 28px 0; }
  .rip { gap: 16px; margin-top: 32px; }
  .rip .card { padding: 24px 22px; }
  .videowrap .vhead { font-size: 11.5px; letter-spacing: .18em; }
  /* tap-target: sticky CTA fits 320px viewport */
  .stickycta .inner { padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); gap: 12px; }
  .stickycta .txt { font-size: 13px; }
  .stickycta .btn-cta { padding: 14px 16px; font-size: 13px; min-height: 44px; }
  /* tap-target: faq button — espaço de toque maior e fonte legível */
  .faq-q { padding: 22px 2px; font-size: 16.5px; gap: 14px; }
  /* tap-target: dots do carrossel (área clicável 28x28 mantendo visual 8px) */
  .carousel .dots button { box-sizing: content-box; padding: 10px 6px; background-clip: content-box; }
  /* impedir overflow horizontal por palavras longas */
  h1, h2, h3, h4, p, li { overflow-wrap: anywhere; word-break: normal; }
  .s7 { grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; }
  .s7 .n { font-size: 26px; }
  .featlist li { font-size: 16px; gap: 12px; }
  .signoff .name { font-size: 23px; }
}
@media (max-width: 400px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .ctabox { padding: 24px 16px; }
  .price { padding: 28px 16px; }
  .stack-item { padding: 22px 18px; }
  .guar { padding: 24px 18px; }
  .ctabox .ct-foot { font-size: 12px; }
  .stickycta .txt { font-size: 12.5px; line-height: 1.25; }
  .stickycta .btn-cta { padding: 12px 14px; font-size: 12.5px; letter-spacing: .02em; }
}

/* hero line breaks: desktop only */
.brd { display: inline; }
@media (max-width: 720px){ .brd { display: none; } }

/* faculdades — single composite image */
.faculdades { max-width: var(--wide); margin: 0 auto; }
.faculdades img { display: block; width: 100%; height: auto; border-radius: 18px; }

/* ---------- skeleton shimmer (perceived performance) ---------- */
@keyframes skel-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.videobox,
.carousel .slide,
.faculdades,
.emo .photos .frame {
  background-image: linear-gradient(100deg,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,.05) 50%,
    rgba(255,255,255,0) 65%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: skel-shimmer 1.6s ease-in-out infinite;
}
.carousel .slide img,
.faculdades img,
.videobox iframe {
  transition: opacity .35s ease;
}
.carousel .slide img:not([src]),
.faculdades img:not([src]) { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .videobox, .carousel .slide, .faculdades, .emo .photos .frame { animation: none; }
}

/* ===== Pop-up de confirmação ===== */
.pi-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.pi-modal.show{display:flex;animation:piFade .25s ease both}
.pi-backdrop{position:absolute;inset:0;background:rgba(8,6,4,.78);backdrop-filter:blur(4px)}
.pi-dialog{position:relative;max-width:440px;width:100%;background:#15110c;border:1px solid rgba(154,127,95,.35);border-radius:16px;padding:36px 28px 30px;text-align:center;color:#f4efe4;box-shadow:0 30px 80px rgba(0,0,0,.55);animation:piPop .35s cubic-bezier(.2,.9,.3,1.2) both}
.pi-close{position:absolute;top:10px;right:12px;background:transparent;border:0;color:#bfae93;font-size:28px;line-height:1;cursor:pointer;padding:4px 10px;border-radius:8px}
.pi-close:hover{color:#fff;background:rgba(255,255,255,.06)}
.pi-check{display:flex;justify-content:center;color:#9a7f5f;margin-bottom:14px}
.pi-check svg{filter:drop-shadow(0 4px 14px rgba(154,127,95,.45))}
.pi-title{font-size:22px;line-height:1.25;margin:0 0 10px;font-weight:600;letter-spacing:-.01em;color:#fff}
.pi-text{font-size:16px;line-height:1.5;margin:0;color:#d8cdb8}
@keyframes piFade{from{opacity:0}to{opacity:1}}
@keyframes piPop{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:480px){.pi-dialog{padding:30px 20px 24px}.pi-title{font-size:19px}.pi-text{font-size:15px}}
