/* ============================================================
   FONTS — apenas 2 famílias: Playfair (destaques) + Lato (resto)
   ============================================================ */
@font-face{ font-family:'Playfair'; src:url('../fonts/playfair-display-latin-500-normal.woff2'); font-weight:500; font-style:normal; }
@font-face{ font-family:'Playfair'; src:url('../fonts/playfair-display-latin-600-normal.woff2'); font-weight:600; font-style:normal; }
@font-face{ font-family:'Playfair'; src:url('../fonts/playfair-display-latin-700-normal.woff2'); font-weight:700; font-style:normal; }
@font-face{ font-family:'Playfair'; src:url('../fonts/playfair-display-latin-800-normal.woff2'); font-weight:800; font-style:normal; }
@font-face{ font-family:'Lato'; src:url('../fonts/lato-latin-400-normal.woff2'); font-weight:400; font-style:normal; }
@font-face{ font-family:'Lato'; src:url('../fonts/lato-latin-400-italic.woff2'); font-weight:400; font-style:italic; }
@font-face{ font-family:'Lato'; src:url('../fonts/lato-latin-700-normal.woff2'); font-weight:700; font-style:normal; }
@font-face{ font-family:'Lato'; src:url('../fonts/lato-latin-900-normal.woff2'); font-weight:900; font-style:normal; }

/* Playfair = títulos e números de destaque (h1, h2, logo, preço, números de módulo)
   Lato     = tudo o resto (corpo, labels, botões, navegação, cards) */

:root{
  --ink:#241d12;
  --ink-soft:#5c5138;
  --paper:#f8f3e7;
  --paper-soft:#f1ead9;
  --paper-line:#e6dbc2;
  --black:#0b0906;
  --black-soft:#15110c;
  --black-card:#1c160f;
  --gold:#b8892f;
  --gold-deep:#8a6423;
  --gold-bright:#d9a94a;
  --gold-pale:#e8cf9a;
  --cream:#f4ecd8;
  --maxw:1120px;
  --r-sm:10px;
  --r-md:16px;
  --r-lg:22px;
  --shadow-card:0 1px 2px rgba(20,15,5,0.03);
  --shadow-card-dark:0 1px 2px rgba(0,0,0,0.12);
  --border-light:1px solid var(--paper-line);
  --border-gold-soft:1px solid rgba(217,169,74,0.28);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:'Lato',sans-serif; font-size:17px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
section{ position:relative; }

h1,h2{ font-family:'Playfair'; font-weight:800; margin:0; color:var(--ink); letter-spacing:-.01em; }
h3,h4{ font-family:'Lato'; font-weight:700; margin:0; color:var(--ink); }
.on-dark h2, .on-dark h3{ color:var(--cream); }

.eyebrow{
  font-family:'Lato'; font-weight:700; font-size:12.5px; letter-spacing:1.6px;
  text-transform:uppercase; color:var(--gold-deep); display:inline-flex; align-items:center; gap:8px;
  margin-bottom:16px; background:rgba(184,137,47,0.1); padding:6px 14px 6px 6px; border-radius:100px;
}
.eyebrow::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--gold-deep); display:inline-block; flex:none; }
.on-dark .eyebrow{ color:var(--gold-bright); background:rgba(217,169,74,0.12); }
.on-dark .eyebrow::before{ background:var(--gold-bright); }

.lede{ font-family:'Lato'; font-weight:400; font-size:19px; color:var(--ink-soft); line-height:1.6; }
.on-dark .lede{ color:var(--gold-pale); }

.btn{
  display:inline-flex; align-items:center; gap:12px; justify-content:center;
  font-family:'Lato'; font-weight:700; font-size:15.5px;
  padding:16px 20px 16px 32px; border-radius:100px; text-decoration:none; cursor:pointer; border:1px solid transparent;
  transition:background-position .3s ease, border-color .2s ease, filter .2s ease;
}
.btn-gold{
  background:linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 55%, #edc47a 100%);
  background-size:160% 160%; background-position:0% 0%;
  color:var(--black); border:1px solid rgba(11,9,6,0.08);
}
.btn-gold:hover{ background-position:100% 60%; filter:brightness(1.04); }
.btn-outline{ border-color:var(--gold); color:var(--gold-bright); background:transparent; }
.btn-outline:hover{ background:rgba(217,169,74,0.1); }
.btn-block{ width:100%; }
.btn-arrow{
  display:inline-flex; align-items:center; justify-content:center; flex:none;
  width:26px; height:26px; border-radius:50%; background:#fff; color:var(--gold);
  transition:transform .25s ease;
}
.btn-arrow svg{ width:13px; height:13px; display:block; }
.btn:hover .btn-arrow{ transform:translate(2px,-2px); }

/* ============================================================
   HEADER
   ============================================================ */
header{
  position:sticky; top:0; z-index:50; background:rgba(11,9,6,0.9); backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(217,169,74,0.14);
}
.header-promo{ display:flex; align-items:center; justify-content:center; gap:16px; height:64px; flex-wrap:wrap; }
.promo-label{ font-family:'Lato'; font-weight:700; font-size:12px; letter-spacing:.6px; color:var(--gold-pale); opacity:.85; }

/* Contador regressivo — cápsulas com borda dourada, tudo em Lato */
.countdown{ display:flex; align-items:stretch; gap:6px; }
.countdown-unit{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  min-width:42px; padding:6px 9px 5px; gap:2px;
  background:linear-gradient(180deg, rgba(217,169,74,0.14), rgba(217,169,74,0.05));
  border:1px solid rgba(217,169,74,0.3);
  border-radius:9px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);
}
.countdown-num{
  font-family:'Lato'; font-weight:900; font-size:17px; color:var(--gold-bright); line-height:1;
  font-variant-numeric:tabular-nums; letter-spacing:.2px;
}
.countdown-label{
  font-family:'Lato'; font-weight:700; font-size:8.5px; letter-spacing:1px; color:var(--gold-pale);
  opacity:.75; text-transform:uppercase;
}
.countdown-sep{
  align-self:center; color:var(--gold-bright); opacity:.45; font-weight:900; font-size:15px;
  font-family:'Lato'; margin:0 1px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  background:
    radial-gradient(circle at 18% 12%, rgba(217,169,74,0.13), transparent 42%),
    radial-gradient(circle at 85% 78%, rgba(217,169,74,0.08), transparent 46%),
    linear-gradient(180deg,#0c0a06 0%,#100c07 55%,#0b0906 100%);
  color:var(--cream); padding:80px 0 60px; position:relative;
}
.hero .wrap{ display:flex; justify-content:center; text-align:center; }
.hero-text{ max-width:700px; }
.hero-kicker{ font-family:'Lato'; font-weight:700; font-size:12.5px; letter-spacing:2px; color:var(--gold-bright); text-transform:uppercase; margin-bottom:22px; }
.hero h1{ font-size:42px; line-height:1.16; color:var(--cream); margin-bottom:20px; font-weight:700; }
.hero h1 em{ font-style:normal; color:var(--gold-bright); font-weight:700; }
.hero .lede{ font-size:19px; margin:0 auto; max-width:540px; }

.hero-media{ background:var(--paper); position:relative; padding-bottom:76px; }
.hero-media-inner{ display:flex; flex-direction:column; align-items:center; text-align:center; }
.hero-video-wrap{
  position:relative; z-index:5; width:100%; max-width:860px;
  margin:-150px auto 0;
}
.hero-actions{
  display:flex; flex-direction:column; align-items:center; gap:22px;
  padding-top:32px;
}
.vsl-caption{ font-family:'Lato'; font-size:13.5px; color:var(--ink-soft); max-width:480px; text-align:center; }

.trust-row{
  display:flex; gap:26px; flex-wrap:wrap; justify-content:center;
  font-family:'Lato'; font-weight:700; font-size:12px; letter-spacing:.4px; color:var(--ink-soft); opacity:.8;
}
.trust-row span{ display:flex; align-items:center; gap:7px; }
.trust-row span::before{ content:""; width:5px; height:5px; border-radius:50%; background:var(--gold); }

/* VSL video frame */
.vsl-frame{
  position:relative; padding:0; border-radius:var(--r-lg); overflow:hidden;
  border:var(--border-gold-soft);
}
.vsl-video{ position:relative; width:100%; aspect-ratio:16/9; background:#000; overflow:hidden; }
.vsl-video video{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; object-fit:cover; object-position:center; }

/* ============================================================
   PROBLEM SECTION
   ============================================================ */
.section{ padding:100px 0; }
.section-head{ max-width:640px; margin-bottom:52px; }
.section-head h2{ font-size:33px; line-height:1.2; margin-bottom:16px; }

.problem-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.problem-card{
  background:#fff; border-radius:var(--r-md); padding:30px 28px; border:var(--border-light);
}
.problem-card .num{
  font-family:'Playfair'; font-weight:700; font-size:14px; color:var(--gold-deep);
  display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px;
  border-radius:50%; background:rgba(184,137,47,0.12); margin-bottom:16px;
}
.problem-card p{ margin:0; font-size:15.5px; color:var(--ink); line-height:1.6; }
.problem-bridge{
  margin-top:48px; text-align:center; font-family:'Lato'; font-weight:700; font-size:22px; color:var(--ink-soft);
}
.problem-bridge strong{ color:var(--gold-deep); }

/* ============================================================
   SOLUTION / PREVIEW STRIP
   ============================================================ */
.solution{ background:var(--black); color:var(--cream); padding:104px 0; }
.solution .section-head{ max-width:700px; }
.solution .section-head h2{ color:var(--cream); font-size:35px; }
.solution p.body{ color:var(--gold-pale); opacity:.85; font-size:16.5px; max-width:620px; font-family:'Lato'; }

.preview-strip{ display:flex; gap:20px; margin-top:56px; align-items:stretch; justify-content:center; flex-wrap:wrap; }
.preview-card{
  width:190px; border-radius:var(--r-md); overflow:hidden; border:var(--border-gold-soft);
  transition:transform .2s ease, border-color .2s ease;
}
.preview-card img{ display:block; width:100%; }
.preview-card:hover{ transform:translateY(-4px); border-color:rgba(217,169,74,0.5); }

/* ============================================================
   MODULE SPINE (signature element)
   ============================================================ */
.spine-wrap{ position:relative; padding-left:8px; }
.spine-wrap::before{ content:""; position:absolute; left:27px; top:44px; bottom:44px; width:2px; background:var(--paper-line); border-radius:2px; z-index:0; }
.spine-item{ position:relative; padding:24px 26px 24px 78px; margin-bottom:14px; background:#fff; border-radius:var(--r-md); border:var(--border-light); }
.spine-item:last-child{ margin-bottom:0; }
.spine-num{
  position:absolute; left:22px; top:24px; width:40px; height:40px; border-radius:50%;
  background:var(--gold-bright); color:var(--black); z-index:1;
  font-family:'Lato'; font-weight:700; font-size:14.5px; display:flex; align-items:center; justify-content:center;
  border:2px solid var(--paper);
}
.spine-item h4{ font-family:'Lato'; font-weight:700; font-size:18.5px; margin:0 0 5px; color:var(--ink); }
.spine-item p{ margin:0; font-size:15px; color:var(--ink-soft); font-family:'Lato'; }
.spine-item.extra{ background:var(--black-card); border-color:transparent; }
.spine-item.extra h4{ color:var(--cream); }
.spine-item.extra p{ color:var(--gold-pale); }
.spine-item.extra .spine-num{ background:var(--gold-bright); color:var(--black); }

/* ============================================================
   FEATURES
   ============================================================ */
.features-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:52px; }
.feature-card{ background:var(--black-card); padding:32px 26px; border-radius:var(--r-md); }
.feature-card .ic-wrap{
  width:52px; height:52px; border-radius:14px; background:rgba(217,169,74,0.12);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.feature-card .ic{ width:24px; height:24px; margin-bottom:0; }
.feature-card h4{ font-family:'Lato'; font-weight:700; font-size:15.5px; letter-spacing:0; color:var(--gold-bright); margin:0 0 10px; text-transform:none; }
.feature-card p{ margin:0; font-size:14.5px; color:var(--gold-pale); opacity:.8; line-height:1.55; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing{ padding:110px 0; }
.price-card{
  max-width:460px; margin:0 auto; background:var(--black); color:var(--cream);
  border-radius:var(--r-lg); padding:48px 40px; text-align:center; position:relative;
  border:var(--border-gold-soft);
}
.price-card .eyebrow{ }
.price-card h3{ font-family:'Playfair'; font-weight:700; font-size:22px; color:var(--cream); margin-bottom:4px; }
.price-amount{ font-family:'Playfair'; font-weight:800; font-size:50px; color:var(--gold-bright); margin:16px 0 4px; }
.price-amount sup{ font-size:19px; font-family:'Lato'; font-weight:700; vertical-align:10px; margin-right:4px; }
.price-note{ font-family:'Lato'; font-size:12.5px; letter-spacing:.3px; color:var(--gold-pale); opacity:.7; margin-bottom:8px; }

.coupon-box{
  margin:24px 0 28px; padding:22px 20px; border-radius:var(--r-md);
  background:rgba(217,169,74,0.09); position:relative; text-align:center;
}
.coupon-box-tag{
  position:absolute; top:-12px; left:50%; transform:translateX(-50%);
  background:var(--gold-bright); color:var(--black); font-family:'Lato'; font-weight:700;
  font-size:11px; letter-spacing:.5px; padding:5px 14px; border-radius:100px;
}
.coupon-box-code{
  font-family:'Lato'; font-weight:900; font-size:20px; letter-spacing:3px; color:var(--cream);
  margin-top:8px; display:inline-block; padding:6px 16px; border-radius:8px; background:rgba(255,255,255,0.06);
}
.coupon-box-desc{ font-family:'Lato'; font-size:13px; color:var(--gold-pale); opacity:.8; margin-top:14px; }
.coupon-box-price{ font-family:'Playfair'; font-weight:800; font-size:50px; color:var(--gold-bright); margin-top:6px; }
.coupon-box-price sup{ font-size:19px; font-family:'Lato'; font-weight:700; vertical-align:10px; margin-right:4px; }

.coupon-chip{
  display:inline-flex; align-items:center; gap:12px; padding:10px 18px 10px 8px;
  border-radius:100px; background:rgba(184,137,47,0.1);
}
.coupon-tag{
  font-family:'Lato'; font-weight:700; font-size:11.5px; letter-spacing:.3px; color:var(--black);
  background:var(--gold-bright); padding:5px 11px; border-radius:100px; flex:none;
}
.coupon-text{ font-family:'Lato'; font-size:13.5px; color:var(--ink-soft); }
.coupon-text strong{ color:var(--gold-deep); }
.price-list{ list-style:none; margin:0 0 32px; padding:0; text-align:left; }
.price-list li{ display:flex; align-items:center; gap:13px; padding:10px 0; border-bottom:1px solid rgba(217,169,74,0.12); font-size:14.8px; color:var(--cream); }
.price-list li:last-child{ border-bottom:none; }
.check-badge{
  width:21px; height:21px; border-radius:50%; background:var(--gold-bright); color:var(--black);
  display:inline-flex; align-items:center; justify-content:center; flex:none;
}
.check-badge svg{ width:11px; height:11px; display:block; }
.price-guarantee{ margin-top:22px; font-family:'Lato'; font-size:13.5px; color:var(--gold-pale); opacity:.75; }

/* ============================================================
   FAQ
   ============================================================ */
.faq{ max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item{ background:#fff; border-radius:var(--r-md); padding:4px 24px; border:var(--border-light); }
.faq-item summary{
  list-style:none; cursor:pointer; padding:20px 0; display:flex; justify-content:space-between; align-items:center; gap:16px;
  font-family:'Lato'; font-weight:700; font-size:16.5px; color:var(--ink);
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{
  content:"+"; font-family:'Lato'; font-weight:700; font-size:18px; color:var(--gold-deep); flex:none;
  width:26px; height:26px; border-radius:50%; background:rgba(184,137,47,0.1);
  display:flex; align-items:center; justify-content:center; transition:transform .2s ease;
}
.faq-item[open] summary::after{ transform:rotate(45deg); }
.faq-item p{ margin:0 0 20px; color:var(--ink-soft); font-size:15.5px; max-width:640px; line-height:1.6; }

/* ============================================================
   FOOTER
   ============================================================ */
footer{ background:var(--black); color:var(--gold-pale); padding:52px 0 34px; }
footer .wrap{ display:flex; justify-content:center; align-items:center; text-align:center; flex-wrap:wrap; gap:18px; }
footer .logo{ opacity:.9; }
.footer-fine{ font-family:'Lato'; font-size:12px; letter-spacing:.2px; opacity:.55; }

/* Final CTA band */
.cta-band{
  background:linear-gradient(180deg,#0c0a06,#0b0906); color:var(--cream); padding:88px 0; text-align:center;
}
.cta-band h2{ color:var(--cream); font-size:32px; margin-bottom:14px; }
.cta-band .lede{ max-width:520px; margin:0 auto 34px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:920px){
  .hero h1{ font-size:34px; }
  .hero-video-wrap{ margin-top:-90px; }
  .hero-actions{ padding-top:24px; }
  .problem-grid{ grid-template-columns:1fr; }
  .features-grid{ grid-template-columns:1fr 1fr; }
  .preview-strip{ display:none; }
  .price-card{ padding:40px 26px; }
  .section{ padding:72px 0; }
}
@media (max-width:600px){
  .features-grid{ grid-template-columns:1fr; }
  .hero h1{ font-size:27px; }
  .hero .lede{ font-size:17px; }
  .hero-video-wrap{ margin-top:-56px; }
  .hero-actions{ padding-top:18px; }
  .header-promo{ height:auto; padding-top:10px; padding-bottom:10px; gap:8px; }
  .promo-label{ font-size:10.5px; text-align:center; width:100%; }
  .countdown-unit{ min-width:34px; padding:5px 6px 4px; }
  .countdown-num{ font-size:14px; }
  .countdown-label{ font-size:7.5px; }
  .countdown-sep{ font-size:13px; }
  .eyebrow{ font-size:11.5px; }
}
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ transition:none !important; }
}