:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --surface: #101010;
  --surface-2: #151515;
  --white: #f7f5f0;
  --muted: #b8b4aa;
  --muted-2: #77736a;
  --gold: #d8a52a;
  --gold-light: #f0c85b;
  --gold-dark: #7d5b10;
  --line: rgba(216, 165, 42, .22);
  --line-soft: rgba(255,255,255,.09);
  --shadow: 0 24px 80px rgba(0,0,0,.42);
  --radius: 22px;
  --container: 1180px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--white);
  background:
    radial-gradient(circle at 10% 12%, rgba(216,165,42,.065), transparent 28%),
    radial-gradient(circle at 92% 45%, rgba(216,165,42,.04), transparent 24%),
    var(--black);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: #000; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; color: #000; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, calc(100% - 40px)); text-align: center; }
.section { position: relative; padding: 112px 0; }

.announcement { background: var(--gold); color: #111; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.announcement__divider { width: 4px; height: 4px; border-radius: 50%; background: #111; opacity: .55; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(5,5,5,.82); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 230px; height: auto; }
.nav__actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.nav__links { display: flex; gap: 26px; }
.nav__links a { font-size: 13px; color: #c9c6bd; text-decoration: none; transition: color .2s ease; }
.nav__links a:hover { color: var(--gold-light); }
.nav__cta { white-space: nowrap; }

.button { border: 1px solid transparent; border-radius: 11px; min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #090909; background: linear-gradient(135deg, #f2ca55, #c98f0d); box-shadow: 0 12px 34px rgba(216,165,42,.2); }
.button--primary:hover { box-shadow: 0 17px 42px rgba(216,165,42,.34); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.025); }
.button--ghost:hover { border-color: var(--gold); }
.button--large { min-height: 58px; padding: 16px 27px; }
.button--small { min-height: 43px; padding: 11px 18px; font-size: 13px; }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(240,200,91,.55); outline-offset: 3px; }

.eyebrow, .section-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-light); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.section-label { margin-bottom: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: .99; }
h1 { font-size: clamp(54px, 6.3vw, 92px); margin: 22px 0 28px; font-weight: 600; }
h2 { font-size: clamp(42px, 4.5vw, 68px); margin-bottom: 24px; font-weight: 600; }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
h1, h2, h3 { text-wrap: balance; }
h3 { line-height: 1.25; }
.section-intro { color: var(--muted); font-size: 18px; margin: 0 auto 50px; }

.hero { min-height: calc(100vh - 114px); padding: 72px 0 72px; display: flex; align-items: center; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero h1 { font-size: clamp(48px, 5vw, 76px); }
.hero__lead { max-width: 690px; color: #c3bfb5; font-size: 19px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 12px; }
.hero__purchase-note { margin: 0 0 22px; color: #8f8a80; font-size: 11px; font-weight: 700; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #a8a49b; font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; height: 17px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.hero__proof { margin: 25px 0 0; padding: 15px 17px; border: 1px solid var(--line-soft); border-radius: 13px; background: rgba(255,255,255,.025); color: #d6d2c8; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.hero__proof strong { display: block; margin-top: 5px; color: var(--gold-light); font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.hero__verse { margin: 34px 0 0; padding-left: 18px; border-left: 2px solid var(--gold); color: #a9a49a; font-family: var(--serif); font-size: 19px; font-style: italic; }
.hero__verse span { white-space: nowrap; }
.hero__visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.product-card { position: relative; width: min(460px, 88%); border: 1px solid rgba(216,165,42,.32); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow), 0 0 100px rgba(216,165,42,.08); transform: rotate(1.5deg); z-index: 2; }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 30%); pointer-events: none; }
.product-orbit { position: absolute; border: 1px solid rgba(216,165,42,.16); border-radius: 50%; }
.product-orbit--one { width: 520px; height: 520px; }
.product-orbit--two { width: 690px; height: 690px; opacity: .35; }
.floating-chip { position: absolute; z-index: 3; background: rgba(10,10,10,.9); border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; font-size: 12px; font-weight: 800; color: var(--gold-light); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.floating-chip--top { top: 65px; right: 5px; }
.floating-chip--bottom { bottom: 68px; left: 0; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero__glow--one { width: 280px; height: 280px; background: rgba(216,165,42,.09); top: 10%; left: -130px; }
.hero__glow--two { width: 360px; height: 360px; background: rgba(216,165,42,.07); bottom: -160px; right: -140px; }

.proof-strip { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: rgba(255,255,255,.015); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid div { min-height: 115px; padding: 26px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-soft); }
.proof-strip__grid div:last-child { border-right: 0; }
.proof-strip strong { font-family: var(--serif); font-size: 27px; color: var(--gold-light); }
.proof-strip span { color: #969289; font-size: 12px; }

.pain { background: linear-gradient(180deg, #070707, #0b0a08 55%, #070707); }
.pain__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { position: relative; min-height: 310px; padding: 34px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid var(--line-soft); overflow: hidden; }
.pain-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 50%; right: -90px; bottom: -90px; }
.pain-card__number { display: block; color: var(--gold); font-family: var(--serif); font-size: 44px; line-height: 1; margin-bottom: 60px; }
.pain-card h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 12px; }
.pain-card p { color: var(--muted); margin-bottom: 0; }
.statement { margin-top: 70px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 38px 20px; }
.statement p { color: var(--muted); margin-bottom: 7px; }
.statement strong { font-family: var(--serif); font-size: clamp(28px, 4vw, 48px); font-weight: 600; }

.method__heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.method__heading h2 { margin: 0; }
.method__heading p { color: var(--muted); font-size: 18px; margin-bottom: 6px; }
.arde-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.arde-card { min-height: 300px; display: grid; grid-template-columns: 82px 1fr; gap: 24px; padding: 34px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: linear-gradient(145deg, rgba(216,165,42,.055), rgba(255,255,255,.018)); }
.arde-card__letter { width: 72px; height: 72px; border: 1px solid var(--line); border-radius: 18px; display: grid; place-items: center; color: var(--gold-light); font-family: var(--serif); font-size: 46px; font-weight: 700; background: rgba(216,165,42,.05); }
.arde-card span { color: var(--gold-light); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.arde-card h3 { font-family: var(--serif); font-size: 29px; margin: 10px 0 13px; }
.arde-card p { color: var(--muted); margin: 0; }
.path { margin-top: 58px; padding: 30px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(216,165,42,.03); }
.path__step { text-align: center; }
.path__step span { display: block; font-family: var(--serif); font-size: 27px; color: var(--gold-light); }
.path__step small { color: var(--muted); }
.path__arrow { color: var(--gold); font-size: 25px; }
.centered-cta { text-align: center; margin-top: 45px; }
.centered-cta small { display: block; margin-top: 12px; color: var(--muted-2); }

.mid-offer { margin-top: 0; margin-bottom: 48px; padding: 28px 30px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; border: 1px solid rgba(216,165,42,.34); border-radius: 20px; background: linear-gradient(135deg, rgba(216,165,42,.10), rgba(255,255,255,.018)); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.mid-offer > div:first-child { display: flex; flex-direction: column; }
.mid-offer > div:first-child span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mid-offer > div:first-child strong { margin: 4px 0 2px; font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.mid-offer > div:first-child small { color: var(--muted); }
.mid-offer__price { display: flex; align-items: baseline; color: var(--gold-light); }
.mid-offer__price strong { font-family: var(--serif); font-size: 62px; line-height: .8; }
.mid-offer__price small { font-weight: 800; }

.modules { background: #080808; }
.module-showcase { margin: 0 auto 75px; perspective: 1200px; }
.module-covers { min-height: 530px; display: flex; align-items: center; justify-content: center; gap: 0; padding: 30px 0; }
.module-covers img { width: 250px; border-radius: 10px; box-shadow: 0 25px 60px rgba(0,0,0,.65); border: 1px solid rgba(216,165,42,.18); transition: transform .25s ease; }
.module-covers img:nth-child(1) { transform: rotate(-8deg) translateX(80px) scale(.84); z-index: 1; }
.module-covers img:nth-child(2) { transform: rotate(-4deg) translateX(38px) scale(.93); z-index: 2; }
.module-covers img:nth-child(3) { z-index: 4; transform: translateY(-10px) scale(1.05); }
.module-covers img:nth-child(4) { transform: rotate(4deg) translateX(-38px) scale(.93); z-index: 2; }
.module-covers img:nth-child(5) { transform: rotate(8deg) translateX(-80px) scale(.84); z-index: 1; }
.module-covers img:hover { z-index: 6; transform: translateY(-18px) scale(1.06); }
.curriculum { border-top: 1px solid var(--line-soft); }
.curriculum__item { display: grid; grid-template-columns: 145px 1fr; gap: 34px; padding: 28px 10px; border-bottom: 1px solid var(--line-soft); }
.curriculum__item > span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; padding-top: 7px; }
.curriculum__item h3 { font-family: var(--serif); font-size: 30px; margin: 0 0 4px; }
.curriculum__item p { color: var(--muted); margin: 0; }

.inside__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.inside__copy p { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; }
.check-list li { position: relative; padding-left: 31px; margin: 12px 0; color: #d1cec6; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-light); font-weight: 900; }
.inside__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: center; }
.gallery-card { border: 1px solid var(--line); border-radius: 12px; padding: 0; overflow: hidden; background: #111; cursor: zoom-in; box-shadow: 0 20px 50px rgba(0,0,0,.5); transition: transform .25s ease; }
.gallery-card:hover { transform: translateY(-10px); }
.gallery-card--offset { transform: translateY(35px); }
.gallery-card--offset:hover { transform: translateY(24px); }

.case-study { padding-top: 25px; }
.case-study__box { display: grid; grid-template-columns: 320px 1fr; gap: 65px; padding: 55px; align-items: center; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(216,165,42,.08), rgba(255,255,255,.02)); overflow: hidden; }
.case-study__visual img { border-radius: 12px; box-shadow: 0 25px 65px rgba(0,0,0,.55); }
.case-study__copy p { color: var(--muted); font-size: 18px; }
.case-study__points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.case-study__points span { border: 1px solid var(--line-soft); border-radius: 11px; padding: 14px 16px; color: #c8c4ba; }
.case-study__points strong { color: var(--gold-light); margin-right: 7px; }

.audience { background: #090909; }
.audience__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.audience-card { padding: 48px; border-radius: var(--radius); border: 1px solid var(--line-soft); }
.audience-card--yes { background: linear-gradient(145deg, rgba(216,165,42,.09), rgba(255,255,255,.02)); border-color: var(--line); }
.audience-card--no { background: rgba(255,255,255,.02); }
.audience-card > span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--gold-light); }
.audience-card h2 { font-size: clamp(34px, 3.4vw, 51px); margin: 18px 0 28px; }
.audience-card ul { list-style: none; padding: 0; margin: 0; }
.audience-card li { padding: 12px 0 12px 30px; border-top: 1px solid var(--line-soft); position: relative; color: var(--muted); }
.audience-card li::before { position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.audience-card--yes li::before { content: "✓"; }
.audience-card--no li::before { content: "×"; color: #8c877d; }

.author__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.author__image { position: relative; }
.author__image img { width: 100%; min-height: 590px; object-fit: cover; object-position: center; border-radius: 28px; border: 1px solid var(--line); filter: saturate(.8) contrast(1.05); }
.author__image::after { content: ""; position: absolute; inset: 0; border-radius: 28px; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.78)); pointer-events: none; }
.author__caption { position: absolute; z-index: 2; left: 28px; bottom: 26px; display: flex; flex-direction: column; }
.author__caption strong { font-family: var(--serif); font-size: 28px; }
.author__caption span { color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.author__copy p { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--gold-light); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--gold-dark); padding-bottom: 4px; }

.testimonials { background: linear-gradient(180deg, #070707, #0c0b08, #070707); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { display: flex; flex-direction: column; min-height: 380px; padding: 32px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.testimonial__quote { font-family: var(--serif); font-size: 26px; line-height: 1.36; flex: 1; }
.testimonial__person { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.testimonial__person > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #090909; background: var(--gold); font-weight: 900; }
.testimonial__person div { display: flex; flex-direction: column; }
.testimonial__person small { color: var(--muted-2); }
.testimonial__proof { padding: 12px 0 0; margin-top: 15px; border: 0; border-top: 1px solid var(--line-soft); background: transparent; color: var(--gold-light); text-align: left; cursor: pointer; font-weight: 700; font-size: 12px; }
.results-note { color: var(--muted-2); font-size: 11px; margin-top: 22px; text-align: center; }

.offer { padding-bottom: 70px; }
.offer__box { border: 1px solid rgba(216,165,42,.4); border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, #15130d, #0b0b0b 65%); box-shadow: 0 30px 100px rgba(0,0,0,.5), 0 0 70px rgba(216,165,42,.07); }
.offer__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px 55px; border-bottom: 1px solid var(--line); }
.offer__top h2 { margin: 15px 0 12px; }
.offer__top p { color: var(--muted); margin: 0; }
.offer__top img { width: 260px; }
.offer__content { display: grid; grid-template-columns: 1.2fr .8fr; }
.offer__includes { padding: 48px 55px; border-right: 1px solid var(--line); }
.offer__includes h3 { font-family: var(--serif); font-size: 31px; }
.offer__buy { padding: 48px 55px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.offer__badge { display: inline-block; color: var(--gold-light); background: rgba(216,165,42,.08); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.price { display: flex; align-items: baseline; justify-content: center; color: var(--gold-light); margin: 15px 0 0; }
.price strong { font-family: var(--serif); font-size: 100px; line-height: 1; }
.price small { font-size: 23px; font-weight: 800; }
.offer__buy p { color: var(--muted); margin-bottom: 24px; }
.offer__buy .button { width: 100%; }
.secure { display: flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--muted-2); font-size: 11px; }
.secure svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.guarantee { padding-top: 40px; }
.guarantee__box { display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; padding: 44px 52px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: rgba(255,255,255,.018); }
.guarantee__seal { width: 160px; height: 160px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--gold); box-shadow: inset 0 0 0 8px #0b0b0b, inset 0 0 0 9px var(--line); color: var(--gold-light); }
.guarantee__seal strong { font-family: var(--serif); font-size: 65px; line-height: .75; }
.guarantee__seal span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; margin-top: 13px; }
.guarantee__box h2 { font-size: clamp(37px, 4vw, 58px); margin-bottom: 15px; }
.guarantee__box p { color: var(--muted); margin: 0; }
.guarantee__box a { color: var(--gold-light); }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.faq__heading { position: sticky; top: 120px; }
.faq__heading p { color: var(--muted); }
.faq__heading a { color: var(--gold-light); }
.accordion details { border-bottom: 1px solid var(--line-soft); }
.accordion summary { list-style: none; cursor: pointer; padding: 25px 46px 25px 0; font-family: var(--serif); font-size: 27px; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 23px; color: var(--gold); font-family: var(--sans); font-size: 23px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { color: var(--muted); padding: 0 35px 25px 0; margin: 0; }

.final-cta { padding-top: 70px; }
.final-cta__box { position: relative; text-align: center; padding: 90px 70px; border-radius: 30px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(rgba(5,5,5,.82), rgba(5,5,5,.9)), url('assets/fernando-pregando.webp') center/cover; }
.final-cta__box::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(216,165,42,.08), transparent 58%); pointer-events: none; }
.final-cta__box > * { position: relative; z-index: 1; }
.final-cta__kicker { color: var(--gold-light); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.final-cta h2 { max-width: 900px; margin: 24px auto; }
.final-cta p { max-width: 720px; margin: 0 auto 30px; color: #c3bfb6; font-size: 18px; }
.final-cta small { display: block; margin-top: 14px; color: #a49f94; }

.footer { padding: 50px 0 120px; border-top: 1px solid var(--line-soft); background: #030303; }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; }
.footer__top img { width: 250px; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer__links a { color: var(--muted); font-size: 12px; text-decoration: none; }
.footer__links a:hover { color: var(--gold-light); }
.footer__cookie-link { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.footer__cookie-link:hover { color: var(--gold-light); }
.footer__bottom { border-top: 1px solid var(--line-soft); padding-top: 25px; color: #6e6b64; font-size: 10px; display: flex; flex-direction: column; gap: 4px; }
.footer__bottom p { margin: 0; }

.mobile-cta { display: none; position: fixed; z-index: 900; bottom: 0; left: 0; right: 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(5,5,5,.94); border-top: 1px solid var(--line); backdrop-filter: blur(16px); align-items: center; justify-content: space-between; gap: 12px; }
.mobile-cta div { display: flex; flex-direction: column; }
.mobile-cta small { color: var(--muted-2); font-size: 9px; }
.mobile-cta strong { color: var(--gold-light); font-size: 19px; }
.mobile-cta .button { min-height: 45px; padding: 11px 16px; }

.modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 35px; background: rgba(0,0,0,.9); backdrop-filter: blur(10px); }
.modal[hidden] { display: none; }
.modal img { max-height: 90vh; max-width: min(900px, 92vw); border-radius: 12px; box-shadow: 0 25px 90px rgba(0,0,0,.7); }
.modal__close { position: fixed; top: 22px; right: 28px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: #111; cursor: pointer; font-size: 28px; }

.cookie-banner { position: fixed; z-index: 3000; left: 22px; right: 22px; bottom: 22px; max-width: 980px; margin: 0 auto; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(13,13,13,.97); box-shadow: 0 20px 80px rgba(0,0,0,.6); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: var(--serif); font-size: 21px; }
.cookie-banner p { color: var(--muted); font-size: 12px; margin: 4px 0 0; }
.cookie-banner__actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-banner .button { min-height: 42px; padding: 10px 15px; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--black); }
.legal-header { border-bottom: 1px solid var(--line-soft); }
.legal-header .container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 230px; }
.legal-header a { text-decoration: none; }
.legal-content { width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: 85px 0 120px; }
.legal-content h1 { font-size: clamp(48px, 7vw, 74px); }
.legal-content h2 { font-family: var(--serif); font-size: 34px; margin: 45px 0 15px; }
.legal-content p, .legal-content li { color: #c1bdb3; }
.legal-content a { color: var(--gold-light); }
.legal-content .updated { color: var(--muted-2); font-size: 12px; margin-bottom: 42px; }
.legal-content .notice { border: 1px solid var(--line); background: rgba(216,165,42,.04); border-radius: 14px; padding: 18px; }

@media (max-width: 980px) {
  .nav__links { display: none; }
  .hero { min-height: auto; }
  .hero__grid, .inside__grid, .author__grid, .faq__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions, .trust-row { justify-content: center; }
  .hero__verse { text-align: left; max-width: 700px; margin-left: auto; margin-right: auto; }
  .hero__visual { min-height: 520px; }
  .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip__grid div:nth-child(2) { border-right: 0; }
  .proof-strip__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .pain__grid, .testimonial-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: auto; }
  .pain-card__number { margin-bottom: 35px; }
  .method__heading { grid-template-columns: 1fr; gap: 20px; }
  .arde-grid, .audience__grid { grid-template-columns: 1fr; }
  .path { grid-template-columns: 1fr; }
  .path__arrow { transform: rotate(90deg); text-align: center; }
  .module-covers { min-height: 440px; transform: scale(.84); margin-left: -8%; margin-right: -8%; }
  .case-study__box { grid-template-columns: 250px 1fr; gap: 35px; padding: 38px; }
  .inside__gallery { max-width: 800px; margin: 20px auto 0; }
  .offer__content { grid-template-columns: 1fr; }
  .offer__includes { border-right: 0; border-bottom: 1px solid var(--line); }
  .faq__heading { position: static; }
  .mid-offer { grid-template-columns: 1fr auto; }
  .mid-offer .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 720px) {
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .section { padding: 82px 0; }
  .announcement__inner { font-size: 9px; gap: 9px; }
  .nav { min-height: 68px; }
  .brand img { width: 180px; }
  .nav__actions { gap: 0; }
  .nav__cta { display: none; }
  h1 { font-size: clamp(46px, 13vw, 65px); }
  .hero h1 { font-size: clamp(42px, 11.5vw, 56px); }
  h2 { font-size: clamp(38px, 11vw, 52px); }
  .hero { padding: 56px 0 48px; }
  .hero__grid { gap: 20px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__purchase-note { margin-bottom: 18px; text-align: center; }
  .hero__proof { text-align: left; font-size: 17px; }
  .trust-row { gap: 11px 16px; }
  .hero__visual { min-height: 440px; }
  .product-card { width: 82%; }
  .product-orbit--one { width: 390px; height: 390px; }
  .product-orbit--two { width: 500px; height: 500px; }
  .floating-chip { font-size: 9px; padding: 9px 12px; }
  .floating-chip--top { top: 38px; right: 2px; }
  .floating-chip--bottom { bottom: 35px; }
  .proof-strip__grid div { min-height: 92px; padding: 18px; }
  .proof-strip strong { font-size: 22px; }
  .pain-card, .arde-card, .audience-card { padding: 28px; }
  .arde-card { grid-template-columns: 1fr; min-height: auto; }
  .arde-card__letter { width: 62px; height: 62px; font-size: 39px; }
  .module-showcase { overflow: hidden; margin-left: -14px; margin-right: -14px; }
  .module-covers { min-height: 340px; transform: scale(.62); margin: -65px -58%; }
  .curriculum__item { grid-template-columns: 1fr; gap: 7px; }
  .inside__gallery { grid-template-columns: repeat(3, 72%); overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 15px 38px; margin-left: -14px; margin-right: -14px; }
  .gallery-card { scroll-snap-align: center; }
  .gallery-card--offset { transform: none; }
  .case-study__box { grid-template-columns: 1fr; padding: 28px; }
  .case-study__visual { max-width: 260px; margin: 0 auto; }
  .case-study__points { grid-template-columns: 1fr; }
  .author__image img { min-height: 490px; }
  .testimonial { min-height: auto; }
  .offer__top { padding: 32px 26px; flex-direction: column; align-items: flex-start; }
  .offer__top img { width: 210px; }
  .offer__includes, .offer__buy { padding: 33px 26px; }
  .price strong { font-size: 86px; }
  .mid-offer { grid-template-columns: 1fr; gap: 19px; padding: 26px 22px; text-align: center; }
  .mid-offer__price { justify-content: center; }
  .mid-offer .button { grid-column: auto; }
  .guarantee__box { grid-template-columns: 1fr; text-align: center; padding: 35px 26px; }
  .guarantee__seal { margin: 0 auto; }
  .accordion summary { font-size: 23px; }
  .final-cta__box { padding: 65px 25px; }
  .footer__top { align-items: flex-start; flex-direction: column; }
  .footer__links { justify-content: flex-start; }
  .mobile-cta { display: flex; }
  .mobile-cta .button { font-size: 12px; white-space: nowrap; }
  .cookie-banner { left: 10px; right: 10px; bottom: 88px; flex-direction: column; align-items: stretch; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .modal { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* --- V2: seção de entrega e módulos --- */
.receives { background: #080808; }
.receives-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 42px; }
.receive-card { padding: 28px 24px; border: 1px solid var(--line-soft); border-radius: 20px; background: linear-gradient(145deg, rgba(216,165,42,.06), rgba(255,255,255,.02)); }
.receive-card strong { display: block; font-family: var(--serif); font-size: 28px; line-height: 1.05; color: var(--gold-light); margin-bottom: 10px; }
.receive-card p { margin: 0; color: var(--muted); }
.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 12px; }
.module-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.02); box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.module-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #000; }
.module-card__body { padding: 24px; }
.module-card__body span { display: inline-block; color: var(--gold-light); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 10px; }
.module-card__body h3 { font-family: var(--serif); font-size: 31px; margin: 0 0 10px; }
.module-card__body p { margin: 0; color: var(--muted); }

.mobile-cta { display: none !important; }
.mobile-cta.is-visible { display: flex !important; }

@media (max-width: 980px) {
  .receives-grid { grid-template-columns: repeat(2, 1fr); }
  .modules-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .receives-grid, .modules-grid { grid-template-columns: 1fr; }
  .receive-card { padding: 24px 20px; }
  .module-card__body { padding: 20px; }
  .module-card__body h3 { font-size: 27px; }
  .mobile-cta.is-visible { display: flex !important; }
}

/* VSL no topo da página */
.hero__grid--vsl {
  grid-template-areas:
    "hero-top hero-video"
    "hero-bottom hero-video";
  grid-template-rows: auto 1fr;
  align-items: center;
}
.hero__copy--top { grid-area: hero-top; align-self: end; }
.hero__copy--bottom { grid-area: hero-bottom; align-self: start; }
.hero__visual--vsl {
  grid-area: hero-video;
  min-height: 650px;
  align-self: center;
}
.phone-mockup {
  position: relative;
  z-index: 3;
  width: min(394px, 94%);
  padding: 17px 10px 14px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 48px;
  background: linear-gradient(145deg, #333 0%, #111 26%, #050505 74%, #292929 100%);
  box-shadow: 0 34px 100px rgba(0,0,0,.72), 0 0 75px rgba(216,165,42,.12), inset 0 0 0 2px rgba(255,255,255,.035);
}
.phone-mockup::before,
.phone-mockup::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: #252525;
}
.phone-mockup::before { top: 118px; height: 76px; }
.phone-mockup::after { top: 211px; height: 116px; }
.phone-mockup__speaker {
  position: absolute;
  z-index: 6;
  top: 6px;
  left: 50%;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: #010101;
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
  transform: translateX(-50%);
}
.phone-mockup .vsl-card {
  width: 100%;
  border-color: rgba(216,165,42,.34);
  border-radius: 35px;
  box-shadow: none;
}
.vsl-card {
  position: relative;
  z-index: 3;
  width: min(372px, 92%);
  overflow: hidden;
  border: 1px solid rgba(216,165,42,.42);
  border-radius: 25px;
  background: #090909;
  box-shadow: 0 30px 90px rgba(0,0,0,.68), 0 0 70px rgba(216,165,42,.10);
}
.vsl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}
.vsl-card__topline {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(216,165,42,.12), rgba(255,255,255,.015));
}
.vsl-card__topline span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vsl-card__topline strong {
  color: var(--white);
  font-size: 11px;
  white-space: nowrap;
}
.vsl-card video {
  width: 100%;
  display: block;
  aspect-ratio: 512 / 910;
  object-fit: contain;
  background: #000;
}
.vsl-player {
  position: relative;
  background: #000;
}
.vsl-sound-overlay {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 28px 20px;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(3,3,3,.28), rgba(3,3,3,.62));
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: opacity .24s ease, visibility .24s ease;
  -webkit-tap-highlight-color: transparent;
}
.vsl-sound-overlay::before {
  content: "";
  position: absolute;
  inset: 16% 7%;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 18px;
  background: rgba(12,80,137,.83);
  box-shadow: 0 14px 40px rgba(0,0,0,.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.vsl-sound-overlay:hover::before,
.vsl-sound-overlay:focus-visible::before {
  background: rgba(12,90,151,.91);
  border-color: #fff;
}
.vsl-sound-overlay:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: -3px;
}
.vsl-sound-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.vsl-sound-overlay__title,
.vsl-sound-overlay__cta {
  display: block;
  max-width: 82%;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.vsl-sound-overlay__title {
  font-size: clamp(20px, 5.8vw, 28px);
  line-height: 1.08;
}
.vsl-sound-overlay__cta {
  font-size: clamp(17px, 4.8vw, 23px);
  line-height: 1.12;
}
.vsl-sound-overlay__icon {
  width: 82px;
  height: 82px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.34));
}
.vsl-sound-overlay__icon path:not(.vsl-sound-overlay__slash) {
  fill: none;
}
.vsl-sound-overlay__icon path:first-child {
  fill: #fff;
  stroke: none;
}
.vsl-sound-overlay__slash {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
}
.vsl-speed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border-top: 1px solid var(--line-soft);
  background: #0c0c0c;
}
.vsl-speed span {
  margin-right: 3px;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.vsl-speed button {
  min-width: 43px;
  min-height: 34px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: #ddd8cd;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.vsl-speed button:hover,
.vsl-speed button:focus-visible {
  color: #fff;
  border-color: rgba(216,165,42,.72);
  transform: translateY(-1px);
}
.vsl-speed button:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}
.vsl-speed button.is-active {
  color: #0b0a07;
  border-color: var(--gold-light);
  background: var(--gold-light);
  box-shadow: 0 5px 18px rgba(216,165,42,.22);
}
.vsl-card__caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 17px 17px;
  border-top: 1px solid var(--line-soft);
}
.vsl-card__caption strong {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.18;
}
.vsl-card__caption span {
  color: var(--muted-2);
  font-size: 10px;
}
.vsl-gate-cta {
  width: 100%;
  margin-top: 18px;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .28s ease, transform .28s ease;
}
.vsl-gate-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.vsl-gate-cta .button {
  min-width: min(310px, 88vw);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vsl-gate-cta p {
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 12px;
}
.vsl-gate-cta p strong { color: var(--gold-light); }

@media (max-width: 980px) {
  .hero__grid--vsl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero-top"
      "hero-video"
      "hero-bottom";
    grid-template-rows: auto;
  }
  .hero__visual--vsl {
    min-height: auto;
    margin: 22px 0 14px;
  }
  .vsl-card { width: min(380px, 88vw); }
}

@media (max-width: 720px) {
  .hero__grid--vsl { gap: 8px; }
  .hero__visual--vsl { margin: 18px 0 10px; }
  .vsl-card { width: min(360px, 92vw); border-radius: 20px; }
  .vsl-card__topline { min-height: 44px; padding: 10px 13px; }
  .vsl-card__caption { padding: 13px 14px 15px; }
  .vsl-card__caption strong { font-size: 18px; }
  .phone-mockup { width: min(330px, 86vw); padding: 14px 8px 12px; border-radius: 40px; }
  .phone-mockup .vsl-card { border-radius: 31px; }
  .phone-mockup__speaker { top: 5px; width: 48px; }
  .vsl-sound-overlay { gap: 14px; padding: 22px 14px; }
  .vsl-sound-overlay::before { inset: 18% 6%; border-radius: 15px; }
  .vsl-sound-overlay__icon { width: 68px; height: 68px; }
  .vsl-speed { gap: 5px; padding: 9px 8px; }
  .vsl-speed span { font-size: 9px; }
  .vsl-speed button { min-width: 40px; min-height: 32px; padding: 5px 7px; }
  .hero__copy--bottom .hero__actions { margin-top: 22px; }
}

/* Entrada focada na VSL: headline + vídeo, antes da página de vendas */
body.vsl-gated {
  min-height: 100svh;
  overflow-x: hidden;
  background: #050505;
}
body.vsl-gated .announcement,
body.vsl-gated .site-header,
body.vsl-gated .hero__copy--bottom,
body.vsl-gated .proof-strip,
body.vsl-gated main > section:not(.hero),
body.vsl-gated .footer,
body.vsl-gated .mobile-cta {
  display: none !important;
}
body.vsl-gated .hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(24px, 4vh, 54px) 0;
}
body.vsl-gated .hero__grid--vsl {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  grid-template-areas: "hero-top hero-video";
  grid-template-rows: auto;
  align-items: center;
  gap: clamp(30px, 6vw, 92px);
}
body.vsl-gated .hero__copy--top {
  align-self: center;
}
body.vsl-gated .hero__copy--top .eyebrow,
body.vsl-gated .hero__copy--top .hero__lead,
body.vsl-gated .vsl-card__topline,
body.vsl-gated .vsl-card__caption,
body.vsl-gated .product-orbit {
  display: none;
}
body.vsl-gated .hero__copy--top h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: .98;
}
body.vsl-gated .hero__visual--vsl {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
body.vsl-gated .phone-mockup {
  width: min(358px, 100%);
}

@media (max-width: 980px) {
  body.vsl-gated .hero {
    align-items: flex-start;
    padding: 30px 0 42px;
  }
  body.vsl-gated .hero__grid--vsl {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero-top"
      "hero-video";
    gap: 24px;
  }
  body.vsl-gated .hero__copy--top h1 {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(39px, 8vw, 66px);
    text-align: center;
  }
  body.vsl-gated .phone-mockup {
    width: min(330px, 82vw);
  }
}

@media (max-width: 720px) {
  body.vsl-gated .hero { padding: 22px 0 34px; }
  body.vsl-gated .hero__grid--vsl { gap: 18px; }
  body.vsl-gated .hero__copy--top h1 {
    max-width: 350px;
    font-size: clamp(34px, 10.7vw, 48px);
    line-height: 1;
  }
  body.vsl-gated .phone-mockup {
    width: min(292px, 78vw, calc((100svh - 245px) * .5626));
  }
body.vsl-gated .vsl-speed span { display: none; }
  .vsl-gate-cta { margin-top: 15px; }
}

/* Provas sociais em destaque logo após a VSL */
.early-proof {
  position: relative;
  scroll-margin-top: 82px;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 12% 18%, rgba(216,165,42,.11), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(216,165,42,.07), transparent 25%),
    linear-gradient(180deg, #080806, #0d0b07 52%, #070707);
}
.early-proof__heading { margin-bottom: 42px; text-align: center; }
.early-proof__heading h2 { max-width: 900px; margin-inline: auto; }
.early-proof__heading .section-intro { margin-inline: auto; }
.early-proof__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.early-proof-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(216,165,42,.26);
  border-radius: 24px;
  background: rgba(255,255,255,.026);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.early-proof-card__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 360px;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  background: #e9e5dc;
  cursor: zoom-in;
}
.early-proof-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 14px;
  filter: saturate(.94) contrast(1.015);
  transition: transform .25s ease;
}
.early-proof-card__image:hover img { transform: scale(1.018); }
.early-proof-card__image > span {
  position: absolute;
  right: 24px;
  bottom: 23px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: #fff;
  background: rgba(5,5,5,.82);
  box-shadow: 0 5px 18px rgba(0,0,0,.28);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.early-proof-card__body { display: flex; flex: 1; flex-direction: column; justify-content: flex-start; padding: 28px 24px 26px; }
.early-proof-card__tag {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.early-proof-card blockquote { margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(20px, 1.7vw, 25px); line-height: 1.28; }
.early-proof-card__body strong { margin-top: auto; color: #f2eee4; font-size: 14px; }
.early-proof-card__body small { margin-top: 4px; color: var(--muted-2); font-size: 10px; }
.early-proof__swipe { display: none; }
.early-proof .results-note { margin-top: 24px; }

@media (max-width: 1280px) {
  .early-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .early-proof__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .early-proof { padding-top: 56px; padding-bottom: 52px; scroll-margin-top: 62px; }
  .early-proof__heading { margin-bottom: 27px; }
  .early-proof__heading h2 { font-size: clamp(38px, 11vw, 50px); }
  .early-proof__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(88%, 390px);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .early-proof__grid::-webkit-scrollbar { display: none; }
  .early-proof-card {
    grid-template-columns: 1fr;
    min-height: 0;
    scroll-snap-align: center;
  }
  .early-proof-card__image {
    min-height: 330px;
    height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .early-proof-card__body { min-height: 265px; padding: 26px 23px 28px; justify-content: flex-start; }
  .early-proof-card blockquote { margin: 17px 0 22px; font-size: 24px; }
  .early-proof-card__body strong { margin-top: auto; }
  .early-proof__swipe { display: block; margin-top: 5px; color: var(--gold-light); font-size: 10px; font-weight: 700; text-align: center; }
  .early-proof .results-note { margin-top: 14px; }
}

/* --- V3: oferta, transformação, comunidade e provas sociais --- */
.announcement s { opacity: .65; text-decoration-thickness: 1.5px; }

.receives-grid { grid-template-columns: repeat(3, 1fr); }

.transformation { background: linear-gradient(180deg, #050505, #0a0906, #050505); }
.transformation__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.transformation-card { padding: 42px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: rgba(255,255,255,.022); }
.transformation-card--after { border-color: rgba(216,165,42,.38); background: linear-gradient(145deg, rgba(216,165,42,.10), rgba(255,255,255,.018)); }
.transformation-card > span { display: inline-block; margin-bottom: 16px; color: var(--gold-light); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.transformation-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 36px; line-height: 1.05; }
.transformation-card ul { list-style: none; padding: 0; margin: 0; }
.transformation-card li { position: relative; padding: 13px 0 13px 31px; border-top: 1px solid var(--line-soft); color: var(--muted); }
.transformation-card li::before { position: absolute; left: 0; top: 13px; font-weight: 900; }
.transformation-card--before li::before { content: "×"; color: #8c877d; }
.transformation-card--after li::before { content: "✓"; color: var(--gold-light); }

.testimonial-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-proof { display: grid; grid-template-columns: minmax(185px, .72fr) 1.28fr; min-height: 500px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 24px; background: rgba(255,255,255,.025); }
.testimonial-proof__image { display: block; min-height: 100%; padding: 0; border: 0; border-right: 1px solid var(--line-soft); background: #060606; cursor: zoom-in; overflow: hidden; }
.testimonial-proof__image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center top; transition: transform .3s ease; }
.testimonial-proof__image:hover img { transform: scale(1.025); }
.testimonial-proof__body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.testimonial-proof__body > span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.testimonial-proof__body blockquote { margin: 20px 0 28px; font-family: var(--serif); font-size: 27px; line-height: 1.34; }
.testimonial-proof__body strong { color: #d7d3ca; font-size: 13px; }

.community { padding-top: 72px; padding-bottom: 72px; }
.community__box { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 52px; padding: 54px 58px; border: 1px solid rgba(216,165,42,.38); border-radius: 30px; background: linear-gradient(135deg, rgba(216,165,42,.10), rgba(255,255,255,.018)); box-shadow: 0 26px 80px rgba(0,0,0,.38); }
.community__icon { width: 160px; height: 160px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(216,165,42,.45); background: rgba(216,165,42,.08); }
.community__icon svg { width: 82px; height: 82px; fill: none; stroke: var(--gold-light); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.community__copy h2 { margin-bottom: 18px; }
.community__copy > p { max-width: 830px; color: var(--muted); font-size: 18px; }
.community__copy strong { color: var(--white); }

.price-anchor { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 19px; color: var(--muted); font-size: 15px; }
.price-anchor s { color: #d2cec4; font-size: 23px; font-weight: 800; text-decoration-color: #c86654; text-decoration-thickness: 2px; }
.price-anchor strong { color: var(--gold-light); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.offer-microcopy { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 16px; }
.offer-microcopy span { padding: 6px 9px; border: 1px solid var(--line-soft); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 700; }

.mobile-cta div small { display: block; color: var(--muted); font-size: 9px; line-height: 1.2; }
.mobile-cta div small s { opacity: .7; margin-right: 2px; }

@media (max-width: 980px) {
  .receives-grid { grid-template-columns: repeat(2, 1fr); }
  .transformation__grid, .testimonial-proof-grid { grid-template-columns: 1fr; }
  .community__box { grid-template-columns: 130px 1fr; gap: 34px; padding: 44px; }
  .community__icon { width: 125px; height: 125px; }
  .community__icon svg { width: 64px; height: 64px; }
}

@media (max-width: 720px) {
  .announcement__inner { flex-wrap: wrap; padding: 7px 0; line-height: 1.35; }
  .receives-grid { grid-template-columns: 1fr; }
  .transformation-card { padding: 28px 24px; }
  .transformation-card h3 { font-size: 31px; }
  .testimonial-proof { grid-template-columns: 1fr; min-height: auto; }
  .testimonial-proof__image { max-height: 520px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .testimonial-proof__image img { min-height: 0; height: auto; aspect-ratio: 9 / 13.5; object-fit: cover; object-position: center top; }
  .testimonial-proof__body { padding: 28px 24px; }
  .testimonial-proof__body blockquote { font-size: 25px; }
  .community { padding-top: 45px; padding-bottom: 45px; }
  .community__box { grid-template-columns: 1fr; gap: 24px; padding: 32px 24px; }
  .community__icon { width: 100px; height: 100px; }
  .community__icon svg { width: 52px; height: 52px; }
  .community__copy > p { font-size: 16px; }
  .price-anchor s { font-size: 20px; }
  .offer-microcopy { margin-top: 14px; }
}

/* Ajuste fino da composição do preço */
.price { align-items: flex-start; }
.price small:first-child { margin-top: 24px; }
.price small:last-child { align-self: flex-end; margin-bottom: 15px; }
@media (max-width: 720px) {
  .price small:first-child { margin-top: 20px; }
  .price small:last-child { margin-bottom: 13px; }
}


/* --- Oferta com bônus e ancoragem --- */
.offer-stack { margin-bottom: 42px; }
.offer-main-product {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 32px 34px;
  border: 1px solid rgba(216,165,42,.34);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(216,165,42,.10), rgba(255,255,255,.018));
  box-shadow: 0 22px 65px rgba(0,0,0,.30);
}
.offer-main-product h3 { margin: 7px 0 10px; font-family: var(--serif); font-size: 34px; line-height: 1.05; }
.offer-main-product p { max-width: 860px; margin: 0; color: var(--muted); }
.offer-main-product p strong { color: #e7e1d5; }
.offer-item-kicker { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.offer-item-value { flex: 0 0 auto; text-align: right; }
.offer-item-value small { display: block; margin-bottom: 2px; color: var(--muted-2); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.offer-item-value strong { color: var(--gold-light); font-family: var(--serif); font-size: 34px; line-height: 1; }
.bonus-heading { margin: 42px auto 22px; text-align: center; }
.bonus-heading > span { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bonus-heading h3 { margin: 6px 0 8px; font-family: var(--serif); font-size: 36px; line-height: 1.05; }
.bonus-heading p { margin: 0; color: var(--muted); }
.bonus-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.bonus-offer-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: rgba(255,255,255,.022);
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}
.bonus-offer-card__media { aspect-ratio: 2 / 3; overflow: hidden; background: #050505; border-bottom: 1px solid var(--line-soft); }
.bonus-offer-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.bonus-offer-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 24px; }
.bonus-offer-card__body h3 { margin: 8px 0 12px; font-family: var(--serif); font-size: 28px; line-height: 1.08; }
.bonus-offer-card__body p { margin: 0; color: var(--muted); }
.bonus-offer-card__body .bonus-detail { margin-top: 13px; color: #d5d0c5; font-size: 13px; }
.bonus-offer-card__body .offer-item-value { margin-top: auto; padding-top: 22px; text-align: left; }
.included-extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 20px; }
.included-extras > div { padding: 22px 24px; border: 1px solid var(--line-soft); border-radius: 18px; background: rgba(255,255,255,.02); }
.included-extras span { display: block; margin-bottom: 5px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.included-extras strong { font-family: var(--serif); font-size: 24px; line-height: 1.1; }
.anchor-box {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  margin-top: 24px;
  padding: 30px 32px;
  border: 1px solid rgba(216,165,42,.42);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(216,165,42,.13), rgba(255,255,255,.02));
  box-shadow: 0 20px 65px rgba(0,0,0,.30);
}
.anchor-box__copy span, .anchor-box__today > span { display: block; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.anchor-box__copy s { display: block; margin: 4px 0; color: #d8d3ca; font-family: var(--serif); font-size: 38px; font-weight: 700; text-decoration-color: #c86654; text-decoration-thickness: 2px; }
.anchor-box__copy small { color: var(--muted); }
.anchor-box__today { text-align: center; }
.anchor-box__today > div { display: flex; justify-content: center; align-items: baseline; color: var(--gold-light); }
.anchor-box__today > div strong { font-family: var(--serif); font-size: 68px; line-height: .9; }
.anchor-box__today > div small { font-weight: 800; }
.anchor-box__today p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.anchor-box .button { min-width: 245px; }

@media (max-width: 980px) {
  .bonus-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus-offer-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); justify-self: center; }
  .anchor-box { grid-template-columns: 1fr auto; }
  .anchor-box .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 720px) {
  .offer-main-product { grid-template-columns: 1fr; gap: 18px; padding: 26px 22px; }
  .offer-main-product h3 { font-size: 30px; }
  .offer-main-product .offer-item-value { text-align: left; }
  .bonus-heading { margin-top: 34px; }
  .bonus-heading h3 { font-size: 31px; }
  .bonus-offer-grid { grid-template-columns: 1fr; }
  .bonus-offer-card:last-child { grid-column: auto; max-width: none; }
  .bonus-offer-card__body { padding: 22px 20px; }
  .bonus-offer-card__body h3 { font-size: 27px; }
  .included-extras { grid-template-columns: 1fr; }
  .anchor-box { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; text-align: center; }
  .anchor-box__today > div strong { font-size: 62px; }
  .anchor-box .button { grid-column: auto; min-width: 0; width: 100%; }
}


.offer-item-value--old { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; width: fit-content; }
.offer-main-product .offer-item-value--old { justify-self: end; align-items: flex-end; }
.bonus-offer-card__body .offer-item-value--old { align-items: flex-start; }
.price-strike { position: relative; display: inline-block; width: fit-content; padding: 0 4px; }
.price-strike::before,
.price-strike::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  background: #d16756;
  opacity: .95;
}
.price-strike::before { transform: rotate(-10deg); }
.price-strike::after { transform: rotate(10deg); }

@media (max-width: 720px) { .offer-main-product .offer-item-value--old { justify-self: start; align-items: flex-start; } }


/* Hero da página de upsell do Guia Prático */
.hero--upsell {
  min-height: auto;
  padding: 86px 0 82px;
}
.hero__grid--upsell {
  display: block;
}
.hero__copy--upsell {
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}
.hero__copy--upsell .eyebrow {
  justify-content: center;
}
.hero__copy--upsell h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(43px, 5.2vw, 76px);
  line-height: 1.02;
}
.hero__copy--upsell .hero__lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.hero__copy--upsell .hero__actions,
.hero__copy--upsell .trust-row {
  justify-content: center;
}
.hero__copy--upsell .hero__proof,
.hero__copy--upsell .hero__verse {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.hero__copy--upsell .hero__verse {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 720px) {
  .hero--upsell { padding: 54px 0 50px; }
  .hero__copy--upsell h1 { font-size: clamp(38px, 11.8vw, 54px); line-height: 1.04; }
  .hero__copy--upsell .hero__lead { font-size: 17px; }
}
