:root {
  color-scheme: only light;
  --white: #ffffff;
  --paper: #f7f9fc;
  --paper-blue: #eef3f8;
  --navy: #0b1f3a;
  --navy-mid: #15375f;
  --navy-soft: #274d78;
  --blue: #1c4f82;
  --ink: #141414;
  --muted: #59677a;
  --gold: #b79252;
  --gold-deep: #8d6b32;
  --gold-soft: #e8dcc4;
  --line: #dce4ed;
  --shadow: 0 18px 55px rgba(11, 31, 58, .10);
  --shadow-soft: 0 8px 28px rgba(11, 31, 58, .07);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --container: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; background: #ffffff; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { font: inherit; -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3 { font-family: var(--serif); }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section-space { padding: 96px 0; }
.section-shell { overflow: hidden; }

.section-heading { max-width: 840px; margin: 0 auto 56px; text-align: center; }
.section-heading h2,
.ethics h2,
.bio h2,
.guarantee h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.section-heading > p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); font-size: 1.05rem; }
.section-heading h2 em,
.ethics h2 em,
.bio h2 em,
.guarantee h2 em,
.final-cta h2 em,
.leaks-intro h3 em {
  color: var(--blue);
  font-style: italic;
  font-weight: 600;
}
.ethics h2 em,
.proof .section-heading h2 em,
.offer .section-heading h2 em,
.final-cta h2 em { color: #77addd; }

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #d4ad61; outline-offset: 4px; }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(11, 31, 58, .18); }
.button-primary:hover { background: var(--navy-mid); }
.button-gold { background: var(--gold); color: #101927; box-shadow: 0 10px 25px rgba(183, 146, 82, .23); }
.button-gold:hover { background: #c5a568; }

.hero {
  position: relative;
  background-color: var(--white);
  background-image: url("assets/head.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-grid { min-height: min(810px, 56.25vw); display: flex; align-items: center; }
.hero-copy { width: min(53%, 650px); padding: 44px 0 70px; }
.hero-logo {
  width: 270px;
  margin: 0 0 12px;
}
.hero-logo img {
  width: 100%;
  max-width: 100%;
}
.date-pill {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 9px 16px;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  background: #fbf8f2;
  color: var(--gold-deep);
  font-size: .86rem;
  font-weight: 700;
}
.hero h1 {
  max-width: 640px;
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.4vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: 1;
}
.hero h1 em { color: var(--blue); font-weight: 600; }
.mobile-break { display: none; }
.hero-lead { max-width: 610px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; line-height: 1.62; }
.trust-line { display: flex; align-items: center; gap: 10px; margin: 23px 0 0; color: var(--muted); font-size: .9rem; }
.trust-line svg { width: 20px; color: var(--gold-deep); }

.authority-strip { overflow: hidden; border-block: 1px solid rgba(7,26,50,.16); background: var(--gold); color: var(--navy); }
.audience-marquee { overflow: hidden; padding: 23px 0; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.audience-marquee-track { display: flex; width: max-content; animation: audience-marquee 34s linear infinite; }
.audience-marquee-group { display: flex; flex-shrink: 0; align-items: center; }
.audience-marquee span { padding-inline: 25px; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.85rem); font-style: italic; font-weight: 600; white-space: nowrap; }
.audience-marquee i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--navy); opacity: .72; }
@keyframes audience-marquee { to { transform: translateX(-50%); } }

.problem { background: #f1f5f9; }
.problem-intro { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(480px, .97fr); gap: 72px; align-items: center; margin-bottom: 64px; }
.problem .section-heading { margin: 0; text-align: left; }
.problem .section-heading > p:last-child { margin: 22px 0 0; }
.math-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: var(--navy);
  box-shadow: 0 22px 58px rgba(11,31,58,.18);
}
.math-card div { display: flex; flex-direction: column; text-align: center; }
.math-card div span { color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.math-card div strong { color: var(--white); font-family: var(--serif); font-size: 3.3rem; line-height: 1.1; font-variant-numeric: tabular-nums; }
.math-card div strong.gold { color: var(--gold); }
.math-symbol { color: rgba(255,255,255,.34); font-family: var(--serif); font-size: 2rem; }
.math-kicker { grid-column: 1 / -1; margin: 0 0 8px; color: #d9bd89; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.math-note { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .84rem; text-align: center; }
.leaks-intro { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.leaks-intro h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; }
.leaks-intro p { max-width: 650px; margin: 16px auto 0; color: var(--muted); font-size: 1.02rem; }
.leaks-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.leak-card { grid-column: span 2; min-height: 232px; padding: 28px; border: 1px solid #d5e0eb; border-top: 3px solid var(--blue); border-radius: 14px; background: var(--white); box-shadow: 0 10px 30px rgba(11,31,58,.05); }
.leak-card:nth-child(4) { grid-column: 2 / span 2; }
.leak-card > span { color: var(--gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.leak-card h3 { margin: 26px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 1.42rem; line-height: 1.2; }
.leak-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.ethics { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.ethics::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 35%, #000 65%, transparent); }
.ethics-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.ethics h2 { max-width: 580px; font-size: clamp(2.7rem, 5vw, 4.6rem); }
.ethics-highlight { max-width: 610px; margin: 24px 0 0; color: #d9bd89; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-style: italic; line-height: 1.3; }
.ethics-body { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.22); }
.ethics-body p { margin: 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.ethics-body p + p { margin-top: 22px; }
.ethics-cta { margin-top: 32px; }

.deliverables { position: relative; background: var(--white); padding-top: 118px; }
.deliverables-ribbon { position: absolute; top: 0; left: 0; right: 0; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 0; background: var(--gold); color: var(--navy); }
.deliverables-ribbon span { padding: 0 42px; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.deliverables-ribbon span + span { border-left: 1px solid rgba(11,31,58,.25); }
.agenda-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1040px; margin: auto; }
.agenda-card { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; min-height: 188px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-soft); }
.agenda-card > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--paper-blue); color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }
.agenda-card h3 { margin: 0 0 10px; color: var(--navy); font-family: var(--serif); font-size: 1.48rem; line-height: 1.2; }
.agenda-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.agenda-card-wide { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; border-color: var(--gold-soft); }

.audience { background: var(--paper-blue); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1040px; margin: auto; }
.audience-card { padding: 38px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.audience-yes { border-top: 4px solid var(--gold); }
.audience-no { border-top: 4px solid var(--navy-mid); }
.audience-title { display: flex; gap: 14px; align-items: center; margin-bottom: 26px; }
.audience-title svg { width: 30px; color: var(--gold-deep); }
.audience-no .audience-title svg { color: var(--navy-soft); }
.audience-title h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; }
.audience-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding-left: 21px; color: var(--muted); }
.audience-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.audience-no li::before { background: var(--navy-soft); }

.proof { background: #071a32; color: var(--white); }
.proof .section-heading h2 { color: var(--white); }
.proof .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.proof-controls { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-bottom: 24px; }
.proof-navigation { display: flex; align-items: center; gap: 10px; }
.proof-counter { min-width: 52px; margin-right: 4px; color: rgba(255,255,255,.68); font-size: .82rem; font-variant-numeric: tabular-nums; text-align: center; }
.proof-arrow { display: grid; width: 48px; height: 48px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--white); cursor: pointer; transition: background .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease; }
.proof-arrow:hover:not(:disabled) { border-color: #d9bd89; background: rgba(183,146,82,.16); transform: translateY(-2px); }
.proof-arrow:focus-visible { outline: 3px solid #77addd; outline-offset: 3px; }
.proof-arrow:disabled { opacity: .28; cursor: default; }
.proof-arrow svg { width: 22px; }
.proof-grid { display: flex; align-items: flex-start; gap: 20px; overflow-x: auto; padding: 4px 2px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.proof-grid::-webkit-scrollbar { display: none; }
.proof-card { flex: 0 0 calc((100% - 40px) / 3); overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.06); box-shadow: 0 18px 45px rgba(0,0,0,.18); scroll-snap-align: start; }
.proof-card img { width: 100%; height: auto; }

.video-proof { overflow: hidden; background: var(--paper-blue); }
.video-proof-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 88px; align-items: center; max-width: 1000px; }
.video-proof-copy h2 { max-width: 650px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2.75rem, 4.5vw, 4.65rem); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.video-proof-copy h2 em { color: var(--blue); font-style: italic; }
.video-proof-copy p { max-width: 520px; margin: 26px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.video-proof-player { position: relative; width: 100%; padding: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: var(--navy); box-shadow: 0 30px 70px rgba(7,26,50,.24); }
.video-proof-player::before { content: ""; position: absolute; inset: -22px; z-index: -1; border: 1px solid rgba(13,76,130,.16); border-radius: 42px; }
.video-proof-player video { display: block; width: 100%; aspect-ratio: 9 / 16; border-radius: 22px; background: #030b14; object-fit: cover; }

.bio { background: var(--white); }
.bio-grid { display: grid; grid-template-columns: 330px minmax(0, 600px); gap: 70px; align-items: center; justify-content: center; }
.bio-photo { width: 330px; height: 420px; object-fit: cover; object-position: center 18%; border-radius: 18px; box-shadow: var(--shadow); }
.bio h2 { color: var(--navy); }
.bio-lead { max-width: 580px; margin: 20px 0 0; color: var(--muted); font-size: 1.25rem; line-height: 1.65; }
.bio-summary { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.bio-results { display: flex; align-items: center; gap: 24px; margin-top: 30px; color: var(--navy); }
.bio-results strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.bio-results strong + strong { padding-left: 24px; border-left: 1px solid var(--gold-soft); }

.offer { scroll-margin-top: 20px; background: var(--navy); color: var(--white); }
.offer .section-heading h2 { color: var(--white); }
.offer .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; max-width: 960px; margin: 70px auto 0; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: #f8fafc; color: var(--ink); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.price-card-basic { margin-block: 12px; border-color: #c8d2dc; background: linear-gradient(145deg, #f4f7fa 0%, #dce5ed 100%); color: var(--ink); box-shadow: 0 18px 44px rgba(0,0,0,.14); }
.price-card.price-card-basic h3,
.price-card-basic .price { color: var(--navy); }
.price-card-basic .price-label,
.price-card-basic li::before { color: #8c6b32; }
.price-card-basic .payment-note,
.price-card-basic li,
.price-card-basic .secure-note { color: #596879; }
.price-card-basic li.feature-unavailable { color: #8793a0; }
.price-card-basic li.feature-unavailable::before { color: #8793a0; }
.price-card-basic .button-outline { border-color: #314b68; color: var(--navy); }
.price-card-basic .button-outline:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.price-card-premium { border: 2px solid #d8b36a; background: linear-gradient(145deg, #fffdf8 0%, #f7e8c8 100%); box-shadow: 0 34px 90px rgba(0,0,0,.34), 0 0 0 6px rgba(218,190,135,.13); transform: translateY(-12px); }
.price-card-premium .price strong { color: #0d4c82; text-shadow: 0 8px 28px rgba(13,76,130,.1); }
.price-card h3 { min-height: 2.4em; margin: 0 0 22px; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.2; }
.recommended-badge { position: absolute; top: 0; right: 28px; padding: 9px 17px; border-radius: 0 0 10px 10px; background: linear-gradient(135deg, #dfbd79, #bd8d3d); color: #071426; box-shadow: 0 8px 20px rgba(145,101,34,.2); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-label { margin: 0 0 12px; color: var(--gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: flex-start; color: var(--navy); font-family: var(--serif); font-variant-numeric: tabular-nums; line-height: 1; }
.price strong { font-size: 4.2rem; }
.price small { margin-top: 8px; font-size: 1.05rem; }
.payment-note { margin: 4px 0 24px; color: var(--muted); font-size: .82rem; }
.price-card ul { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 25px; color: var(--muted); font-size: .9rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 800; }
.price-card li strong { color: var(--navy); }
.price-card li.feature-unavailable { color: #8993a2; text-decoration: line-through; }
.price-card li.feature-unavailable::before { content: "×"; color: #9aa3af; }
.price-card .button { width: 100%; margin-top: auto; }
.price-card .button.hotmart__button-checkout {
  box-sizing: border-box !important;
  min-height: 56px !important;
  padding: 16px 22px !important;
  border-radius: 9px !important;
  font-family: var(--sans) !important;
  font-size: .92rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.button-outline { border: 1px solid var(--navy); background: transparent; color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.upgrade-note { margin: auto 0 20px; padding: 14px 16px; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; background: #f7f1e5; color: #5e6470; font-size: .82rem; line-height: 1.5; }
.upgrade-note strong { color: var(--navy); }
.secure-note { display: flex; gap: 7px; align-items: center; justify-content: center; margin-top: 14px; color: var(--muted); font-size: .75rem; }
.secure-note svg { width: 15px; }

.guarantee { background: #fbf8f1; }
.guarantee-grid { display: grid; grid-template-columns: 180px minmax(0, 650px); gap: 56px; align-items: center; justify-content: center; }
.seal { position: relative; width: 160px; aspect-ratio: 1; }
.seal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.seal img:first-child { transform: scale(.7); }
.seal-ring { animation: spin 18s linear infinite; }
.guarantee h2 { color: var(--navy); font-size: clamp(2rem, 3vw, 2.8rem); }
.guarantee p { margin: 18px 0 10px; color: var(--muted); }
.guarantee small { color: #718096; }

.faq { background: var(--paper); }
.faq-container { max-width: 820px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); font-weight: 700; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 50%; color: var(--gold-deep); font-family: var(--serif); font-size: 1.5rem; transform: translateY(-50%); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 0 24px; padding-right: 48px; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; background: #050d18; color: var(--white); text-align: center; }
.final-cta .container { position: relative; }
.final-cta .container { max-width: 820px; }
.final-cta h2 { font-size: clamp(2.3rem, 4.5vw, 3.8rem); }
.final-cta p { max-width: 620px; margin: 22px auto 34px; color: rgba(255,255,255,.7); }

footer { padding: 40px 0; border-top: 1px solid rgba(255,255,255,.1); background: #071426; color: rgba(255,255,255,.56); text-align: center; }
footer .container { max-width: 850px; }
footer p { margin: 0; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .38s var(--ease), transform .38s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 50ms; }
.reveal-delay-2 { transition-delay: 100ms; }
.reveal-delay-3 { transition-delay: 150ms; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
  .hero-copy { width: 56%; }
  .leaks-grid { grid-template-columns: repeat(2, 1fr); }
  .leak-card, .leak-card:nth-child(4) { grid-column: auto; }
  .leak-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .proof-card { flex-basis: calc((100% - 20px) / 2); }
  .video-proof-grid { gap: 48px; }
  .pricing-grid { max-width: 900px; }
}

@media (max-width: 767px) {
  body { padding-bottom: 0; }
  .container { width: min(100% - 40px, var(--container)); }
  .section-space { padding: 76px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2,
  .ethics h2,
  .bio h2,
  .guarantee h2,
  .final-cta h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .section-heading > p:last-child { font-size: .98rem; }
  .button { width: 100%; min-height: 58px; padding-inline: 22px; }

  .hero {
    background-image: url("assets/head-mobile.webp");
    background-position: center top;
    background-size: auto 100%;
  }
  .hero-grid { position: relative; z-index: 1; min-height: 1200px; display: flex; align-items: flex-start; text-align: center; }
  .hero-copy { width: 100%; padding: 20px 0 500px; }
  .hero-logo { width: 210px; margin: 0 auto 10px; }
  .hero h1 { margin-inline: auto; font-size: clamp(2.15rem, 9.8vw, 2.65rem); line-height: 1.01; }
  .mobile-break { display: block; }
  .hero-lead { margin-inline: auto; font-size: .95rem; line-height: 1.55; }
  .date-pill { margin-bottom: 16px; }
  .trust-line { margin-top: 16px; }
  .trust-line { justify-content: center; align-items: flex-start; }

  .audience-marquee { padding: 18px 0; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
  .audience-marquee-track { animation-duration: 27s; }
  .audience-marquee span { padding-inline: 18px; font-size: 1.35rem; }

  .problem-intro { grid-template-columns: 1fr; gap: 36px; margin-bottom: 46px; }
  .problem .section-heading { text-align: center; }
  .problem .section-heading > p:last-child { margin-inline: auto; }
  .math-card { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; padding: 28px 18px; }
  .math-card div span { font-size: .56rem; }
  .math-card div strong { font-size: 2.45rem; }
  .math-symbol { line-height: 1; font-size: 1.4rem; }
  .math-kicker { margin-bottom: 6px; }
  .math-note { margin-top: 8px; }
  .leaks-intro { margin-bottom: 30px; }
  .leaks-intro h3 { font-size: 2rem; }
  .leaks-grid { grid-template-columns: 1fr; }
  .leak-card, .leak-card:nth-child(4), .leak-card:last-child { grid-column: auto; width: 100%; min-height: 0; }
  .leak-card h3 { margin-top: 18px; }

  .ethics-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .ethics-body { padding: 32px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .ethics-cta { width: 100%; margin-top: 30px; }

  .agenda-grid { grid-template-columns: 1fr; }
  .deliverables { padding-top: 118px; }
  .deliverables-ribbon { min-height: 64px; justify-content: space-around; }
  .deliverables-ribbon span { flex: 1; padding: 0 8px; font-size: .58rem; line-height: 1.35; text-align: center; }
  .agenda-card, .agenda-card-wide { grid-column: auto; width: 100%; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 22px; }
  .agenda-card > span { width: 46px; height: 46px; }

  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { padding: 30px 24px; }
  .proof-controls { margin-bottom: 18px; }
  .proof-counter { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
  .proof-arrow { width: 46px; height: 46px; }
  .proof-grid { width: calc(100vw - 20px); margin-left: 0; gap: 16px; padding: 4px 20px 16px 0; }
  .proof-card { flex: 0 0 84%; }

  .video-proof-grid { grid-template-columns: 1fr; gap: 38px; text-align: center; }
  .video-proof-copy h2 { margin-inline: auto; font-size: clamp(2.35rem, 10.5vw, 3.15rem); }
  .video-proof-copy p { margin: 20px auto 0; font-size: 1rem; }
  .video-proof-player { width: min(100%, 330px); justify-self: center; padding: 8px; border-radius: 26px; }
  .video-proof-player::before { inset: -13px; border-radius: 34px; }
  .video-proof-player video { border-radius: 19px; }

  .bio-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .bio-photo { width: 100%; max-width: 350px; height: 360px; margin: auto; }
  .bio-lead { margin-inline: auto; font-size: 1.08rem; }
  .bio-summary { margin-inline: auto; font-size: .94rem; }
  .bio-results { justify-content: center; gap: 14px; margin-top: 24px; }
  .bio-results strong { font-size: 1.15rem; }
  .bio-results strong + strong { padding-left: 14px; }

  .pricing-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 50px; }
  .price-card { padding: 34px 26px; }
  .price-card-premium { order: -1; transform: none; }
  .price-card-basic { margin-block: 0; }

  .guarantee-grid { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .seal { width: 140px; margin: auto; }
  .faq summary { padding-block: 22px; }

}

@media (prefers-color-scheme: dark) {
  html,
  body { background: #ffffff; color: var(--ink); }
  input,
  button,
  select,
  textarea { color-scheme: light; }
}

.proof-grid:focus-visible { outline: 3px solid #77addd; outline-offset: 5px; }
.audience-marquee:focus-within .audience-marquee-track,
.audience-marquee:hover .audience-marquee-track { animation-play-state: paused; }

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