:root {
  --ink: #07131d;
  --ink-2: #0b1e2b;
  --ink-3: #102c3b;
  --cream: #f2efe7;
  --paper: #fbfaf6;
  --white: #fffefa;
  --muted: #94a6af;
  --dark-muted: #56636a;
  --cyan: #56e0d2;
  --cyan-dark: #087f80;
  --acid: #d6ff3f;
  --coral: #ff7a5b;
  --hairline: rgba(255,255,255,.13);
  --dark-line: rgba(7,19,29,.12);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Aptos", "Trebuchet MS", sans-serif;
  --container: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.32,.72,0,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
body::before { position: fixed; z-index: 20; inset: 0; pointer-events: none; content: ""; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--acid); transform: translateY(-160%); transition: transform .45s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; padding-top: 24px; }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 62px; padding: 8px 9px 8px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(7,19,29,.65); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: 10px; letter-spacing: 0; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 40px); }
.desktop-nav a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; transition: color .5s var(--ease); }
.desktop-nav a:hover { color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .55s var(--ease); }
.mobile-nav { width: var(--container); margin: 10px auto 0; padding: 20px; border: 1px solid var(--hairline); border-radius: 24px; background: rgba(7,19,29,.96); }
.mobile-nav a { display: block; padding: 12px; color: var(--white); text-decoration: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 22px; padding: 7px 8px 7px 22px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: color .65s var(--ease), background .65s var(--ease), transform .65s var(--ease), box-shadow .65s var(--ease); }
.button > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; transition: transform .65s var(--ease), background .65s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button:hover > span { transform: translate(2px,-1px) scale(1.05); }
.button-small { min-height: 46px; padding-left: 18px; }
.button-small > span { width: 32px; height: 32px; flex-basis: 32px; }
.button-accent { color: var(--ink); background: var(--acid); box-shadow: 0 18px 52px rgba(214,255,63,.15); }
.button-accent > span { background: rgba(7,19,29,.1); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark > span { background: rgba(255,255,255,.1); }
.button-outline { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px rgba(7,19,29,.24); }
.button-outline > span { background: rgba(7,19,29,.07); }
.button-outline-light { color: var(--white); background: transparent; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.button-compact { min-height: 43px; padding: 0 18px; }
.text-link { color: var(--white); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { color: var(--cyan); margin-left: 8px; }

.hero { position: relative; min-height: 920px; overflow: hidden; background: #06111a; }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url('media/keyboard-stage.jpg') center / cover no-repeat; opacity: .34; transform: scale(1.02); }
.hero-shade { background: radial-gradient(circle at 73% 47%, rgba(39,116,126,.24), transparent 28%), linear-gradient(90deg, rgba(5,16,25,.98) 0%, rgba(5,16,25,.84) 46%, rgba(5,16,25,.42) 76%, rgba(5,16,25,.78) 100%), linear-gradient(0deg, var(--ink) 0%, transparent 22%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.13fr) minmax(360px,.87fr); gap: clamp(40px,6vw,90px); align-items: center; min-height: 920px; padding-top: 130px; padding-bottom: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--cyan-dark); }
.hero h1, .section-heading h2, .presentation h2, .audience-copy h2, .final-cta h2, .consent-card h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.hero h1 { max-width: 800px; font-size: clamp(64px,7vw,112px); }
.hero h1 em, .final-cta h2 em { color: var(--cyan); font-weight: inherit; }
.hero-lead { max-width: 670px; margin: 34px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px,1.5vw,21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-stats { display: flex; gap: clamp(26px,4vw,56px); margin: 54px 0 0; }
.hero-stats div { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: end; }
.hero-stats dt { font-family: var(--display); font-size: 41px; line-height: 1; }
.hero-stats dd { max-width: 80px; margin: 0 0 4px; color: var(--muted); font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }

.interval-lab { padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 38px; background: rgba(255,255,255,.035); box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.lab-shell { min-height: 610px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 30px; background: linear-gradient(155deg, rgba(13,41,56,.96), rgba(6,19,29,.98)); box-shadow: inset 0 1px rgba(255,255,255,.09); }
.lab-head { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); content: ""; }
.interval-orbit { position: relative; width: min(100%,440px); aspect-ratio: 1; margin: 50px auto 36px; }
.orbit-ring { position: absolute; inset: 6%; border: 1px solid rgba(86,224,210,.29); border-radius: 50%; }
.ring-two { inset: 22%; border-color: rgba(255,255,255,.12); }
.tone { position: absolute; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 19px; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.tone-c { top: 0; left: calc(50% - 24px); color: var(--ink); background: var(--cyan); }
.tone-e { top: calc(50% - 24px); right: 0; }
.tone-g { bottom: 0; left: calc(50% - 24px); }
.tone-b { top: calc(50% - 24px); left: 0; color: var(--ink); background: var(--acid); }
.interval-line { position: absolute; top: 50%; left: 50%; width: 38%; height: 1px; background: linear-gradient(90deg,var(--cyan),transparent); transform-origin: 0 50%; }
.line-one { transform: rotate(-42deg); }
.line-two { transform: rotate(144deg); background: linear-gradient(90deg,var(--acid),transparent); }
.orbit-core { position: absolute; inset: 31%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 0 0 14px rgba(255,255,255,.05), 0 30px 70px rgba(0,0,0,.32); text-align: center; }
.orbit-core small { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.orbit-core strong { font-family: var(--display); font-size: clamp(48px,5vw,72px); line-height: .9; }
.orbit-core span { max-width: 90px; margin-top: 8px; color: #52616a; font-size: 9px; text-transform: uppercase; }
.lab-scale { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.lab-scale i { height: 1px; background: linear-gradient(90deg,var(--cyan),rgba(255,255,255,.12)); }

.section { padding: 130px 0; }
.signal-strip { padding: 34px 0 84px; }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; padding: 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 34px; background: rgba(255,255,255,.025); }
.signal-grid article { min-height: 230px; padding: 34px; border-radius: 27px; background: rgba(255,255,255,.035); }
.signal-grid span, .bonus-grid article > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.signal-grid h2 { max-width: 260px; margin: 62px 0 10px; font-family: var(--display); font-size: 30px; font-weight: 500; line-height: 1; }
.signal-grid p { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; }
.section-cream, .section-light { color: var(--ink); background: var(--cream); }
.section-light { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px,8vw,130px); align-items: start; }
.section-heading h2, .presentation h2, .audience-copy h2 { font-size: clamp(52px,6vw,88px); }
.long-copy { max-width: 730px; padding-top: 58px; }
.long-copy p { margin: 0 0 25px; color: var(--dark-muted); font-size: 17px; line-height: 1.75; }
.long-copy .lead { color: var(--ink); font-size: clamp(20px,2vw,27px); line-height: 1.55; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 92px; }
.system-card { min-height: 330px; padding: 40px; border-radius: 32px; background: #e8e3d8; box-shadow: inset 0 1px rgba(255,255,255,.8); }
.system-card span { color: var(--cyan-dark); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.system-card h3 { max-width: 480px; margin: 90px 0 16px; font-family: var(--display); font-size: clamp(34px,4vw,56px); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.system-card p { max-width: 650px; margin: 0; color: var(--dark-muted); }
.card-b { color: var(--white); background: var(--ink-2); }
.card-b p { color: var(--muted); }
.card-c { grid-column: 1 / -1; min-height: 280px; padding-right: 42%; background: var(--cyan); }
.card-c span { color: var(--ink); }

.presentation { background: #06151f; }
.presentation-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.presentation-copy p:not(.eyebrow) { max-width: 460px; margin-top: 30px; color: var(--muted); }
.video-shell { padding: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: rgba(255,255,255,.04); }
.video-inner { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 27px; background: #000; box-shadow: inset 0 1px rgba(255,255,255,.1); }
.video-inner iframe { width: 100%; height: 100%; border: 0; }

.audience-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(55px,9vw,140px); align-items: center; }
.cover-shell { padding: 10px; border: 1px solid var(--dark-line); border-radius: 42px; background: rgba(7,19,29,.04); transform: rotate(-2deg); }
.cover-inner { padding: 30px 25px 0; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg,#102636,#07131d); box-shadow: inset 0 1px rgba(255,255,255,.16), 0 35px 90px rgba(7,19,29,.18); }
.cover-inner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
}
.audience-copy > p:not(.eyebrow) { color: var(--dark-muted); font-size: 16px; line-height: 1.75; }
.result-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 35px; }
.result-list div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; padding: 17px; border-radius: 18px; background: #ece8de; }
.result-list span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 12px; }
.result-list p { margin: 0; font-size: 12px; font-weight: 700; }

.program-section { background: #081822; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.section-cream .split-heading > p, .section-light .split-heading > p { color: var(--dark-muted); }
.lesson-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 75px 0 0; padding: 0; list-style: none; counter-reset: lessons; }
.lesson-list li { display: grid; grid-template-columns: 46px 1fr auto; gap: 18px; align-items: center; min-height: 74px; border-top: 1px solid var(--hairline); }
.lesson-list li:nth-last-child(-n+2) { border-bottom: 1px solid var(--hairline); }
.lesson-list span { color: var(--cyan); font-size: 10px; font-weight: 800; }
.lesson-list strong { font-size: 14px; font-weight: 650; }
.lesson-list time { color: var(--muted); font-size: 10px; }

.bonus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 70px; }
.bonus-grid article { padding: 9px 9px 34px; border-radius: 31px; background: #e7e1d5; box-shadow: inset 0 1px rgba(255,255,255,.85); }
.bonus-image { height: 260px; margin-bottom: 27px; overflow: hidden; border-radius: 23px; background: var(--ink); }
.bonus-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.bonus-grid article:hover img { transform: scale(1.035); }
.bonus-grid article > span, .bonus-grid h3, .bonus-grid p { display: block; margin-left: 22px; margin-right: 22px; }
.bonus-grid h3 { min-height: 62px; margin-top: 17px; margin-bottom: 12px; font-family: var(--display); font-size: 32px; font-weight: 500; letter-spacing: -.03em; line-height: .98; }
.bonus-grid p { color: var(--dark-muted); font-size: 13px; }

.reviews-section { background: #0a1c28; }
.reviews-grid { display: grid; grid-template-columns: .85fr 1.3fr .85fr; gap: 14px; align-items: start; margin-top: 70px; }
.reviews-grid blockquote { margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: rgba(255,255,255,.035); }
.reviews-grid blockquote > p { margin: 0; color: #b9c7cd; font-family: var(--display); font-size: 20px; line-height: 1.55; }
.reviews-grid .featured-review { background: var(--white); transform: translateY(40px); }
.reviews-grid .featured-review > p { color: var(--ink); font-size: 24px; }
.reviews-grid footer { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.reviews-grid footer span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: 10px; font-weight: 800; }
.reviews-grid cite { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 700; }
.featured-review cite { color: var(--dark-muted); }

.pricing-section { position: relative; }
.currency-panel { display: grid; grid-template-columns: minmax(250px,1fr) auto; gap: 24px; align-items: center; margin-top: 65px; padding: 25px; border: 1px solid var(--dark-line); border-radius: 28px; background: #ede9df; }
.currency-panel small { display: block; color: var(--dark-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.currency-panel strong { display: block; margin-top: 4px; font-size: 15px; }
.currency-panel p { margin: 5px 0 0; color: var(--dark-muted); font-size: 11px; }
.currency-switcher { display: flex; gap: 4px; padding: 4px; border-radius: 999px; background: rgba(7,19,29,.07); }
.currency-option { min-width: 69px; padding: 10px 13px; border: 0; border-radius: 999px; color: var(--dark-muted); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; transition: color .5s var(--ease), background .5s var(--ease), transform .5s var(--ease); }
.currency-option:hover { transform: translateY(-1px); }
.currency-option.active { color: var(--white); background: var(--ink); }
.country-picker { grid-column: 1/-1; padding-top: 20px; border-top: 1px solid var(--dark-line); }
.country-picker label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; }
.country-picker > div { display: flex; gap: 9px; }
.country-picker select { min-width: 270px; min-height: 44px; padding: 0 15px; border: 1px solid var(--dark-line); border-radius: 999px; color: var(--ink); background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-items: stretch; margin-top: 28px; }
.price-card { position: relative; display: flex; min-width: 0; min-height: 710px; flex-direction: column; padding: 36px; border: 1px solid var(--dark-line); border-radius: 36px; background: #ece7dc; box-shadow: inset 0 1px rgba(255,255,255,.9); }
.price-card.price-featured { color: var(--white); border-color: rgba(86,224,210,.45); background: var(--ink-2); box-shadow: 0 0 0 7px rgba(86,224,210,.12), inset 0 1px rgba(255,255,255,.11); }
.popular-label { position: absolute; top: 22px; right: 22px; padding: 9px 13px; border-radius: 999px; color: var(--ink); background: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-name { margin: 0 0 30px; color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.price-featured .plan-name { color: var(--cyan); padding-right: 130px; }
.price-card h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; margin: 0; font-family: var(--display); font-size: clamp(48px,4vw,68px); font-weight: 500; line-height: 1; }
.price-card h3 sup { font-family: var(--sans); font-size: 17px; }
.price-card h3 small { width: 100%; margin-top: 8px; color: var(--dark-muted); font-family: var(--sans); font-size: 11px; }
.price-featured h3 small { color: var(--muted); }
.plan-top > p:not(.plan-name):not(.billing-caption) { min-height: 66px; margin: 26px 0 0; color: var(--dark-muted); font-size: 13px; }
.price-featured .plan-top > p:not(.plan-name):not(.billing-caption) { color: var(--muted); }
.billing-caption { min-height: 38px; margin: 16px 0 0; color: var(--cyan-dark); font-size: 10px; font-weight: 700; }
.price-featured .billing-caption { color: var(--cyan); }
.price-card ul { flex: 1; margin: 29px 0 34px; padding: 27px 0 0; border-top: 1px solid var(--dark-line); list-style: none; }
.price-featured ul { border-color: var(--hairline); }
.price-card li { position: relative; margin-bottom: 14px; padding-left: 23px; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.price-card li::before { position: absolute; left: 0; color: var(--cyan-dark); content: "+"; font-weight: 900; }
.price-featured li::before { color: var(--acid); }
.price-card > .button { width: 100%; }
.provider-note { display: block; margin-top: 13px; color: var(--dark-muted); font-size: 9px; text-align: center; }
.price-featured .provider-note { color: var(--muted); }
.pricing-note, .pricing-legal, .pricing-ajax-status { max-width: 900px; margin: 25px auto 0; color: var(--dark-muted); font-size: 11px; text-align: center; }
.pricing-legal a { text-underline-offset: 3px; }
.pricing-loading { opacity: .66; pointer-events: none; }
.pricing-enter { animation: pricing-in .65s var(--ease); }
@keyframes pricing-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.faq-section { background: #071722; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,140px); align-items: start; }
.faq-grid .section-heading { position: sticky; top: 35px; }
.faq-grid .section-heading > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.faq-grid .section-heading a { color: var(--cyan); }
.faq-list details { border-top: 1px solid var(--hairline); }
.faq-list details:last-child { border-bottom: 1px solid var(--hairline); }
.faq-list summary { display: flex; min-height: 85px; align-items: center; justify-content: space-between; gap: 20px; font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); transition: transform .55s var(--ease); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -8px 50px 28px 0; color: var(--muted); }
.faq-list a { color: var(--cyan); }

.final-cta { padding: 150px 0; color: var(--ink); background: var(--cyan); text-align: center; }
.final-cta .eyebrow { justify-content: center; color: var(--ink); }
.final-cta h2 { font-size: clamp(60px,8vw,118px); }
.final-cta h2 em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 12px; }
.final-cta .button { margin-top: 42px; color: var(--white); background: var(--ink); box-shadow: none; }
.final-cta .button > span { background: rgba(255,255,255,.1); }

.site-footer { padding: 80px 0 25px; background: #050f17; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 60px; }
.footer-grid > div p { max-width: 330px; color: var(--muted); font-size: 12px; }
.footer-grid > div > a:not(.brand) { color: var(--cyan); font-size: 12px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 11px; }
.footer-grid nav strong { margin-bottom: 7px; color: var(--white); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav a, .footer-grid nav button { padding: 0; border: 0; color: var(--muted); background: none; font-size: 11px; text-align: left; text-decoration: none; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid var(--hairline); color: #677983; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.cookie-banner { position: fixed; z-index: 40; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; max-width: 1120px; margin: auto; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; color: var(--white); background: rgba(7,19,29,.97); box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.cookie-banner strong { font-family: var(--display); font-size: 21px; font-weight: 500; }
.cookie-banner p { max-width: 650px; margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.cookie-banner p a { color: var(--cyan); }
.cookie-actions { display: flex; gap: 7px; align-items: center; }
.cookie-actions .button { min-height: 44px; padding: 0 15px; }
.text-button { padding: 10px; border: 0; color: var(--cyan); background: transparent; font-size: 10px; cursor: pointer; }
.consent-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(1,8,12,.75); }
.consent-card { position: relative; width: min(620px,100%); padding: 38px; border-radius: 34px; color: var(--ink); background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.consent-card h2 { max-width: 500px; font-size: 46px; }
.modal-close { position: absolute; top: 20px; right: 20px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #e8e3d8; cursor: pointer; }
.consent-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 14px; padding: 18px; border-radius: 20px; background: #eeeadf; }
.consent-row strong { font-size: 13px; }
.consent-row p { margin: 3px 0 0; color: var(--dark-muted); font-size: 10px; }
.consent-row > span { color: var(--dark-muted); font-size: 9px; white-space: nowrap; }
.consent-row input { width: 22px; height: 22px; accent-color: var(--cyan-dark); }
.consent-card > .button { margin-top: 18px; }

.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@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-ready .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 180px; }
  .hero-copy { max-width: 820px; }
  .interval-lab { width: min(620px,100%); margin-inline: auto; }
  .system-grid { grid-template-columns: 1fr; }
  .card-c { grid-column: auto; padding-right: 40px; }
  .presentation-grid { grid-template-columns: 1fr; }
  .presentation-copy { max-width: 680px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: 1/-1; min-height: 580px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid .featured-review { transform: none; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 32px, 1180px); }
  .section { padding: 88px 0; }
  .desktop-nav, .header-inner > .button { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .hero-grid { padding-top: 140px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(53px,14vw,82px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-stats { flex-wrap: wrap; }
  .lab-shell { min-height: auto; padding: 22px; }
  .interval-orbit { margin-top: 35px; }
  .signal-grid, .editorial-grid, .audience-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .signal-grid article { min-height: 190px; }
  .signal-grid h2 { margin-top: 42px; }
  .long-copy { padding-top: 0; }
  .system-card { min-height: auto; padding: 30px; }
  .system-card h3 { margin-top: 60px; }
  .card-c { padding-right: 30px; }
  .cover-shell { width: min(470px,100%); margin-inline: auto; transform: none; }
  .result-list, .lesson-list { grid-template-columns: 1fr; }
  .lesson-list li:nth-last-child(2) { border-bottom: 0; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-image { height: 330px; }
  .currency-panel { grid-template-columns: 1fr; }
  .currency-switcher { width: 100%; overflow-x: auto; }
  .currency-option { flex: 1 0 auto; }
  .country-picker { grid-column: auto; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card, .price-card:last-child { grid-column: auto; min-height: auto; }
  .faq-grid .section-heading { position: static; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 24px); }
  .site-header { padding-top: 12px; }
  .header-inner { min-height: 56px; }
  .hero-grid { padding-top: 116px; }
  .hero h1 { font-size: 49px; letter-spacing: -.06em; }
  .hero-lead { font-size: 16px; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero-stats div:last-child { grid-column: 1/-1; }
  .lab-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tone { width: 40px; height: 40px; font-size: 16px; }
  .tone-c,.tone-g { left: calc(50% - 20px); }
  .tone-e,.tone-b { top: calc(50% - 20px); }
  .lab-scale { gap: 5px; font-size: 7px; }
  .section-heading h2, .presentation h2, .audience-copy h2 { font-size: 48px; }
  .system-card h3 { font-size: 38px; }
  .video-shell { padding: 5px; border-radius: 24px; }
  .video-inner { border-radius: 19px; }
  .cover-inner { padding: 20px 16px 0; }
  .result-list { grid-template-columns: 1fr; }
  .lesson-list { margin-top: 45px; }
  .lesson-list li { grid-template-columns: 34px 1fr auto; gap: 9px; }
  .lesson-list strong { font-size: 12px; }
  .bonus-image { height: 230px; }
  .reviews-grid blockquote { padding: 27px; }
  .reviews-grid .featured-review > p { font-size: 21px; }
  .country-picker > div { align-items: stretch; flex-direction: column; }
  .country-picker select { width: 100%; min-width: 0; }
  .price-card { padding: 29px 24px; border-radius: 28px; }
  .popular-label { position: static; align-self: flex-start; margin: -4px 0 22px; }
  .price-featured .plan-name { padding-right: 0; }
  .faq-list summary { min-height: 76px; font-size: 14px; }
  .final-cta h2 { font-size: 53px; }
  .footer-grid { gap: 36px; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; padding: 18px; border-radius: 22px; }
  .cookie-actions { align-items: stretch; flex-direction: column; }
  .cookie-actions .button, .cookie-actions .text-button { width: 100%; justify-content: center; }
  .consent-card { padding: 30px 20px 20px; }
  .consent-card h2 { font-size: 38px; }
  .consent-row { align-items: flex-start; }
}
