:root {
  --navy: #082747;
  --navy-2: #17426f;
  --ink: #05213e;
  --blue: #3f82f7;
  --blue-2: #2d73ee;
  --ice: #eaf7ff;
  --ice-2: #ddf2ff;
  --ice-3: #cdebff;
  --canvas: #f7fbff;
  --white: #fff;
  --muted: #70849a;
  --line: #d8e8f4;
  --coral: #ff7a76;
  --gold: #ffbd38;
  --shadow-sm: 0 16px 42px rgba(8,39,71,.08);
  --shadow-lg: 0 38px 90px rgba(8,39,71,.17);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 52px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 15px; border-radius: 12px; background: var(--navy); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025; 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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

h1, h2, h3, strong, b { font-family: "Manrope", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.9rem, 7.2vw, 7rem); line-height: .94; letter-spacing: -.075em; margin-bottom: 30px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
h2 { font-size: clamp(2.65rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.058em; margin-bottom: 24px; }
h3 { letter-spacing: -.035em; }
p { line-height: 1.65; }
.kicker, .eyebrow, .card-kicker, .builder-label, .panel-number { color: var(--blue); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker.light { color: #9ed8ff; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(247,251,255,.9); border-color: rgba(216,232,244,.75); box-shadow: 0 10px 34px rgba(8,39,71,.06); backdrop-filter: blur(18px); }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; width: 148px; height: 58px; overflow: visible; }
.logo-say { display: inline-flex; align-items: center; gap: 5px; color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1; white-space: nowrap; }
.brand .logo-say img { width: 52px; height: 52px; flex: none; object-fit: contain; }
.logo-say-text { font-size: 31px; letter-spacing: -.075em; }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { font-size: .94rem; font-weight: 700; color: #3c536a; transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 999px; padding: 0 25px; font-family: "Manrope", sans-serif; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(63,130,247,.38); outline-offset: 3px; }
.button-small { min-height: 48px; padding-inline: 21px; font-size: .88rem; }
.button-dark { color: white; background: var(--navy); box-shadow: 0 10px 24px rgba(8,39,71,.14); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 15px 34px rgba(63,130,247,.27); }
.button-primary:hover { background: var(--blue-2); box-shadow: 0 18px 38px rgba(63,130,247,.33); }
.button-quiet { color: var(--navy); background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.button-light { color: var(--navy); background: white; }
.play-mark { width: 30px; height: 30px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: white; background: var(--navy); font-size: .65rem; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 940px; padding-top: 160px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero > *, .product-window > *, .demo-grid > *, .academy-grid > *, .privacy-grid > *, .join-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(63,130,247,.12); }
.hero-lead { max-width: 610px; margin-bottom: 31px; color: var(--muted); font-size: 1.16rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
/* The other platform's path, offered quietly under the main button so a
   visitor on the wrong device is never stuck with a link they cannot use. */
.hero-alt { margin-top: 14px; font-size: .88rem; color: #5b6b7c; }
.hero-alt a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.hero-alt a:hover { color: #0b63d6; }
.hero-proof { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 26px; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; }
.hero-proof strong { color: var(--navy); font-size: .95rem; }
.hero-proof span { color: var(--muted); font-size: .78rem; }
.hero-proof i { width: 1px; height: 34px; background: var(--line); }

.hero-stage { min-height: 780px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-one { width: 570px; height: 570px; background: radial-gradient(circle, rgba(205,235,255,.92) 0, rgba(221,242,255,.5) 50%, transparent 72%); }
.glow-two { width: 310px; height: 310px; top: 60px; right: -70px; background: rgba(63,130,247,.13); filter: blur(45px); }
.phone { position: relative; overflow: hidden; border: 9px solid #071d35; border-radius: 54px; background: var(--canvas); box-shadow: var(--shadow-lg); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 43px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none; }
.phone-island { position: absolute; z-index: 2; top: 12px; left: 50%; width: 92px; height: 23px; transform: translateX(-50%); background: #05080b; border-radius: 20px; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-hero { z-index: 2; width: 342px; height: 740px; transform: rotate(2.1deg); animation: phoneFloat 6s ease-in-out infinite; }
@keyframes phoneFloat { 0%,100% { transform: rotate(2.1deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-11px); } }
.float-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 230px; padding: 14px 17px; border: 1px solid rgba(216,232,244,.9); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 18px 46px rgba(8,39,71,.14); backdrop-filter: blur(12px); }
.float-note span:last-child { display: flex; flex-direction: column; gap: 2px; }
.float-note b { color: var(--navy); font-size: .82rem; }
.float-note small { color: var(--muted); font-size: .7rem; }
.note-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--ice); }
.note-icon svg, .path-icon svg, .capture-icon svg, .sound-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.float-note-talk { left: -34px; top: 212px; animation: driftOne 5.4s ease-in-out infinite; }
.float-note-ready { right: -47px; bottom: 164px; animation: driftTwo 5.9s ease-in-out infinite; }
@keyframes driftOne { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes driftTwo { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(8px) rotate(-1deg); } }

.signal-strip { color: white; background: var(--navy); }
.signal-inner { min-height: 100px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.signal-inner p { margin: 0; padding: 9px 30px; font-family: "Manrope", sans-serif; font-weight: 700; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.signal-inner p:last-child { border-right: 0; }
.signal-inner span { margin-right: 10px; color: #8dccff; font-size: .72rem; letter-spacing: .1em; }

.story-section { padding-block: 145px 155px; }
.section-intro { max-width: 780px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro .kicker, .section-head .kicker, .academy-copy .kicker, .faq-intro .kicker { display: block; margin-bottom: 16px; }
.section-intro p, .section-head > p { color: var(--muted); font-size: 1.06rem; }
.section-intro.centered p { max-width: 700px; margin-inline: auto; }
.path-board { position: relative; z-index: 3; max-width: 950px; margin: 68px auto -44px; padding: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); }
.path-line { display: none; }
.path-step { display: flex; flex-direction: column; align-items: center; padding: 13px 8px 15px; border: 0; border-radius: 18px; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.path-step:hover { transform: translateY(-2px); }
.path-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 17px; color: var(--blue); background: var(--ice); transition: color .2s ease, background .2s ease, transform .2s ease; }
.path-step b { font-size: .95rem; }
.path-step small { margin-top: 3px; color: var(--muted); font-size: .69rem; }
.path-step.active { background: var(--ice); }
.path-step.active .path-icon { color: white; background: var(--blue); transform: scale(1.04); box-shadow: 0 9px 20px rgba(63,130,247,.22); }
.product-window { min-height: 760px; padding: 110px 85px 74px; display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 70px; border-radius: var(--radius-xl); color: white; background: linear-gradient(145deg,#062645 0%,#0d3f70 58%,#1d5a95 100%); overflow: hidden; position: relative; }
.product-window::before { content: "U"; position: absolute; right: -25px; top: -190px; color: transparent; -webkit-text-stroke: 2px rgba(111,190,246,.11); font-family: "Manrope",sans-serif; font-size: 620px; font-weight: 800; line-height: 1; }
.product-copy { position: relative; z-index: 2; }
.panel-number { color: #87cfff; }
.product-copy h3 { max-width: 520px; margin: 17px 0 20px; font-size: clamp(2.5rem,4.6vw,4.2rem); line-height: 1.06; letter-spacing: -.055em; }
.product-copy > p { max-width: 540px; color: #bfd2e5; font-size: 1.04rem; }
.example-card { margin-top: 30px; padding: 23px 25px; border: 1px solid rgba(154,213,255,.23); border-radius: 22px; background: rgba(255,255,255,.07); }
.example-card span { display: block; margin-bottom: 8px; color: #80caff; font-family: "Manrope",sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.example-card strong { display: block; font-size: 1.14rem; line-height: 1.45; }
.example-card small { display: block; margin-top: 8px; color: #9fb8d0; }
.panel-points { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.panel-points li { display: flex; gap: 10px; color: #c8d9e9; font-size: .88rem; }
.panel-points span { color: #78c9ff; }
.product-phone-wrap { position: relative; z-index: 2; display: grid; place-items: center; }
.phone-product { width: 286px; height: 620px; border-width: 8px; border-radius: 47px; box-shadow: 0 40px 75px rgba(0,0,0,.3); }
.screen-label { position: absolute; right: -25px; bottom: 76px; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 999px; color: var(--navy); background: white; box-shadow: var(--shadow-sm); font-size: .74rem; }
.screen-pulse { width: 8px; height: 8px; border-radius: 50%; background: #2fb786; box-shadow: 0 0 0 5px rgba(47,183,134,.14); }

.personal-demo { padding-block: 145px; color: white; background: var(--navy); position: relative; overflow: hidden; }
.personal-demo::before { content: ""; position: absolute; width: 620px; height: 620px; left: -250px; bottom: -320px; border-radius: 50%; background: rgba(63,130,247,.14); filter: blur(5px); }
.demo-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.demo-copy h2 { margin-top: 16px; }
.demo-copy p { max-width: 460px; color: #bcd0e3; font-size: 1.04rem; }
.thought-options { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.thought-options button { padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #c2d4e5; background: transparent; cursor: pointer; }
.thought-options button.active { color: var(--navy); background: white; border-color: white; font-weight: 700; }
.lesson-builder { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; color: var(--ink); background: #f7fbff; box-shadow: 0 34px 80px rgba(0,0,0,.22); }
.builder-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.language-pill { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; font-size: .75rem; font-weight: 700; }
.lesson-builder blockquote { margin: 26px 0; color: var(--navy); font-family: "Manrope",sans-serif; font-size: clamp(1.55rem,3vw,2.35rem); font-weight: 800; line-height: 1.25; letter-spacing: -.04em; }
.translation-card { padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: white; }
.translation-card > div { display: flex; align-items: center; justify-content: space-between; }
.translation-card span { color: var(--blue); font-family: "Manrope",sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.translation-card strong { display: block; margin-top: 12px; color: var(--navy); font-size: clamp(1.3rem,2.7vw,2rem); line-height: 1.28; }
.translation-card p { margin: 17px 0 0; color: var(--muted); font-size: .86rem; }
.translation-card p b { color: var(--navy); }
.sound-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 14px; color: var(--blue); background: var(--ice); cursor: pointer; }
.sound-button.playing { animation: soundPulse .8s ease 2; }
@keyframes soundPulse { 50% { transform: scale(1.1); box-shadow: 0 0 0 9px rgba(63,130,247,.11); } }
.lesson-row { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 7px; margin-top: 24px; }
.lesson-row > div { min-width: 0; display: flex; align-items: center; gap: 9px; }
.lesson-row > div > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--blue); font-size: .72rem; font-weight: 800; }
.lesson-row p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.lesson-row b { color: var(--navy); font-size: .75rem; }
.lesson-row small { color: var(--muted); font-size: .64rem; white-space: nowrap; }
.lesson-row i { height: 1px; background: var(--line); }
.next-review { margin-top: 24px; padding: 17px 19px; display: flex; align-items: center; gap: 12px; border-radius: 18px; color: var(--navy); background: var(--ice); }
.next-review > span { color: var(--gold); font-size: 1.5rem; }
.next-review p { display: flex; flex-direction: column; margin: 0; line-height: 1.4; }
.next-review b { font-size: .82rem; }
.next-review small { color: var(--muted); font-size: .72rem; }

.capture-section { padding-block: 145px; }
.section-head { display: grid; grid-template-columns: 1fr .58fr; gap: 70px; align-items: end; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { margin-bottom: 10px; }
.capture-grid { margin-top: 62px; display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 14px; }
.capture-card { min-height: 325px; padding: 27px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 28px; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capture-card:hover { transform: translateY(-7px); border-color: #bdddf3; box-shadow: var(--shadow-sm); }
.capture-card-primary { color: white; border-color: var(--navy); background: linear-gradient(145deg,var(--navy),#18558c); }
.capture-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: auto; border-radius: 18px; color: var(--blue); background: var(--ice); }
.capture-card-primary .capture-icon { color: white; background: var(--blue); }
.capture-card h3 { margin: 17px 0 9px; font-size: 1.4rem; }
.capture-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.capture-card-primary p { color: #bdd1e3; }
.capture-card-primary > small { margin-top: 17px; color: #91d2ff; font-weight: 700; }
.card-kicker { color: #87ceff; font-size: .68rem; }

.academy-section { padding-block: 150px; background: var(--ice); overflow: hidden; }
.academy-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 110px; }
.academy-visual { min-height: 720px; position: relative; display: grid; place-items: center; }
.academy-orbit { position: absolute; border: 1px solid rgba(63,130,247,.16); border-radius: 50%; }
.orbit-a { width: 620px; height: 620px; }
.orbit-b { width: 480px; height: 480px; background: rgba(255,255,255,.35); }
.phone-academy { z-index: 2; width: 312px; height: 676px; transform: rotate(-2deg); }
.coach-chip { position: absolute; z-index: 3; right: -26px; bottom: 92px; max-width: 250px; padding: 15px 18px; display: flex; gap: 12px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.coach-chip > span { color: var(--gold); font-size: 1.45rem; }
.coach-chip p { display: flex; flex-direction: column; margin: 0; line-height: 1.4; }
.coach-chip b { color: var(--navy); font-size: .8rem; }
.coach-chip small { color: var(--muted); font-size: .7rem; }
.academy-copy > p { max-width: 570px; color: var(--muted); font-size: 1.05rem; }
.academy-points { margin-top: 36px; display: grid; gap: 4px; }
.academy-points article { padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; gap: 17px; border-top: 1px solid #c9e2f2; }
.academy-points article > span { color: var(--blue); font-family: "Manrope",sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.academy-points h3 { margin: -3px 0 5px; font-size: 1.12rem; }
.academy-points p { margin: 0; color: var(--muted); font-size: .86rem; }
.text-link { display: inline-flex; gap: 13px; margin-top: 22px; color: var(--blue); font-family: "Manrope",sans-serif; font-weight: 800; }

.method-section { padding-block: 145px; }
.method-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.method-card { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: white; overflow: hidden; }
.method-wide { grid-column: span 3; min-height: 450px; position: relative; color: white; background: linear-gradient(135deg,#062745,#0c477e); }
.method-number { margin-bottom: auto; color: var(--blue); font-family: "Manrope",sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.method-wide .method-number { color: #82ccff; }
.method-card h3 { margin: 20px 0 8px; font-size: 1.5rem; }
.method-card p { max-width: 420px; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.method-wide p { color: #b8cee1; }
.memory-curve { position: absolute; inset: 32px 40px 40px 44%; }
.memory-curve svg { width: 100%; height: 100%; overflow: visible; }
.memory-curve path { fill: none; stroke-linecap: round; }
.curve-guide { stroke: rgba(255,255,255,.12); stroke-width: 2; stroke-dasharray: 7 10; }
.curve-main { stroke: #70c5ff; stroke-width: 4; }
.memory-curve circle { fill: #ffbd38; stroke: white; stroke-width: 3; }
.memory-curve span { position: absolute; color: #d8edfc; font-size: .7rem; font-weight: 700; }
.review-one { left: 39%; top: 20%; }.review-two { left: 75%; top: 27%; }
.retrieval-demo { margin: auto 0 10px; display: flex; align-items: center; gap: 9px; color: var(--navy); font-family: "Manrope",sans-serif; font-size: 1.14rem; font-weight: 800; }
.retrieval-demo .blank { width: 54px; height: 28px; border-radius: 8px; background: var(--ice); border-bottom: 3px solid var(--blue); }
.waveform { height: 76px; margin: auto 0 10px; display: flex; align-items: center; gap: 7px; }
.waveform i { width: 7px; border-radius: 9px; background: var(--blue); animation: wave 1.4s ease-in-out infinite; }
.waveform i:nth-child(1),.waveform i:nth-child(9){height:18px}.waveform i:nth-child(2),.waveform i:nth-child(8){height:34px}.waveform i:nth-child(3),.waveform i:nth-child(7){height:54px}.waveform i:nth-child(4),.waveform i:nth-child(6){height:41px}.waveform i:nth-child(5){height:70px}
.waveform i:nth-child(even){animation-delay:.15s}.waveform i:nth-child(3n){animation-delay:.3s}
@keyframes wave { 0%,100% { transform: scaleY(.65); opacity: .65; } 50% { transform: scaleY(1); opacity: 1; } }
.exposure-row { margin: auto 0 10px; display: flex; align-items: center; }
.exposure-row b { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--ice); }
.exposure-row i { height: 2px; flex: 1; background: var(--line); }

.privacy-section { padding-block: 145px; color: white; background: #061e37; }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.privacy-copy > p { max-width: 520px; color: #b9cce0; font-size: 1.02rem; }
.privacy-copy .button { margin-top: 20px; }
.privacy-cards { display: grid; gap: 12px; }
.privacy-cards article { padding: 27px 29px; display: grid; grid-template-columns: 52px 1fr; column-gap: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.055); }
.privacy-cards article > span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #88cfff; background: rgba(63,130,247,.14); font-family: "Manrope",sans-serif; font-size: .72rem; font-weight: 800; }
.privacy-cards h3 { margin: 0 0 5px; font-size: 1.1rem; }
.privacy-cards p { margin: 0; color: #9eb5ca; font-size: .85rem; }

.language-section { padding-block: 110px; }
.language-banner { padding: 62px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; border: 1px solid var(--line); border-radius: 42px; background: white; box-shadow: var(--shadow-sm); }
.language-banner h2 { margin: 14px 0 0; font-size: clamp(2.5rem,4.3vw,4.5rem); }
.language-list { display: flex; flex-wrap: wrap; gap: 10px; }
.language-list span { padding: 12px 15px; border-radius: 999px; color: var(--navy); background: var(--ice); font-size: .83rem; font-weight: 700; }

.faq-section { padding-block: 45px 145px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 140px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 27px 5px; display: flex; justify-content: space-between; gap: 25px; color: var(--navy); font-family: "Manrope",sans-serif; font-size: 1.05rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.45rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 46px 26px 5px; margin: 0; color: var(--muted); font-size: .93rem; }

.join-section { padding-block: 130px; color: white; background: linear-gradient(138deg,#082747 0%,#103c69 52%,#1f61a0 100%); position: relative; overflow: hidden; }
.join-section::before { content: "U"; position: absolute; right: -80px; bottom: -280px; color: transparent; -webkit-text-stroke: 2px rgba(153,216,255,.1); font-family: "Manrope",sans-serif; font-size: 720px; font-weight: 800; line-height: 1; }
.join-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 110px; }
.join-copy > img { width: 80px; height: 80px; margin-bottom: 24px; border-radius: 22px; }
.join-copy h2 { margin-top: 14px; }
.join-copy > p { max-width: 470px; color: #bfd2e4; }
[data-cta="join-ios"] { margin-top: 18px; }
[data-cta="join-ios"] p { margin-bottom: 14px; }
[data-cta="join-ios"][hidden] { display: none; }
.join-android-note { margin-top: 12px; font-size: .82rem; color: #c8def0; }
.join-android-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.join-proof { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 18px; color: #c8def0; font-size: .8rem; }
.join-form { padding: 36px; display: grid; gap: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; color: var(--ink); background: white; box-shadow: 0 36px 80px rgba(0,0,0,.18); }
.form-heading { display: flex; flex-direction: column; gap: 5px; margin-bottom: 3px; }
.form-heading span { color: var(--blue); font-family: "Manrope",sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.form-heading strong { color: var(--navy); font-size: 1.7rem; }
.join-form > label { display: grid; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 700; }
.join-form input, .join-form select { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 15px; color: var(--navy); background: #fbfdff; outline: none; }
.join-form input:focus, .join-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(63,130,247,.1); }
.join-form fieldset { margin: 0; padding: 0; border: 0; }
.join-form legend { margin-bottom: 10px; color: var(--navy); font-size: .78rem; font-weight: 700; }
.interest-pills { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.interest-pills label { cursor: pointer; }
.interest-pills input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; overflow: hidden; clip-path: inset(50%); }
.interest-pills span { min-height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.interest-pills input:checked + span { color: white; border-color: var(--navy); background: var(--navy); }
.interest-pills input:focus-visible + span { outline: 3px solid rgba(63,130,247,.35); outline-offset: 2px; }
.submit-button { width: 100%; margin-top: 2px; }
.submit-button:disabled { cursor: wait; opacity: .72; }
.consent-row { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: .72rem !important; font-weight: 500 !important; line-height: 1.55; }
.join-form .consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.form-status { min-height: 20px; margin: -4px 0; color: var(--muted); font-size: .75rem; font-weight: 700; text-align: center; }
.form-status[data-state="error"] { color: #b42318; }
.form-note { margin: -2px 0 0; color: var(--muted); font-size: .67rem; text-align: center; }
.hidden-field { display: none; }

footer { padding-block: 40px; background: white; }
.footer-grid { min-height: 86px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; }
.footer-brand { width: 135px; }
.footer-brand .logo-say img { width: 47px; height: 47px; }
.footer-brand .logo-say-text { font-size: 28px; }
.footer-grid > p { margin: 0; color: var(--muted); }
.footer-grid nav { display: flex; gap: 22px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.footer-grid small { grid-column: 2 / -1; color: #9aaaba; }

.legal-page { min-height: 100vh; padding: 145px 0 90px; }
.legal-shell { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.legal-shell .brand { margin-bottom: 40px; }
.legal-shell h1 { font-size: clamp(3rem,6vw,5rem); }
.legal-intro { color: var(--muted); font-size: 1.08rem; }
.legal-content { margin-top: 48px; padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.legal-content section + section { margin-top: 33px; padding-top: 33px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font-size: 1.3rem; letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9rem; }
.legal-back { display: inline-flex; margin-top: 30px; color: var(--blue); font-weight: 700; }
.thank-you { min-height: 100vh; display: grid; place-items: center; padding: 40px; background: radial-gradient(circle at 70% 20%,#d7efff 0,transparent 38%),var(--canvas); }
.thank-you-card { width: min(600px,100%); padding: 55px; border: 1px solid var(--line); border-radius: 38px; background: white; box-shadow: var(--shadow-lg); text-align: center; }
.thank-you-card > img { width: 86px; height: 86px; margin: 0 auto 24px; border-radius: 24px; }
.thank-you-card .thank-you-logo { justify-content: center; margin: 0 auto 28px; }
.thank-you-card .thank-you-logo img { width: 82px; height: 82px; margin: 0; object-fit: contain; }
.thank-you-card .thank-you-logo .logo-say-text { font-size: 49px; }
.thank-you-card h1 { font-size: clamp(2.7rem,8vw,4.5rem); }
.thank-you-card p { color: var(--muted); }
.thank-you-card .button { margin-top: 18px; }

@media (max-width: 1080px) {
  .nav-links { gap: 22px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .phone-hero { width: 310px; height: 670px; }
  .float-note-talk { left: 0; }.float-note-ready { right: -10px; }
  .capture-grid { grid-template-columns: repeat(2,1fr); }
  .capture-card-primary { grid-row: span 1; }
  .academy-grid { gap: 65px; }
  .coach-chip { right: -5px; }
  .join-grid { gap: 65px; }
}

@media (max-width: 850px) {
  :root { --shell: min(calc(100% - 30px), 700px); }
  h1 { font-size: clamp(3.35rem,13vw,5.2rem); }
  h2 { font-size: clamp(2.45rem,9vw,4.4rem); }
  .desktop-cta, .nav-links { display: none; }
  .menu-button { width: 45px; height: 45px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 15px; background: white; }
  .menu-button span { width: 20px; height: 2px; display: block; background: var(--navy); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 87px 15px auto; padding: 18px; z-index: 49; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }
  .mobile-menu.open { display: grid; gap: 5px; }
  .mobile-menu > a:not(.button) { padding: 13px; border-radius: 12px; color: var(--navy); font-weight: 700; }
  .mobile-menu .button { margin-top: 7px; color: white; }
  .hero { min-height: auto; padding-top: 145px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { min-width: 0; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-stage { min-height: 730px; }
  .phone-hero { width: 320px; height: 693px; }
  .signal-inner { grid-template-columns: 1fr; padding-block: 18px; }
  .signal-inner p { padding: 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .signal-inner p:last-child { border-bottom: 0; }
  .story-section, .capture-section, .method-section { padding-block: 105px; }
  .path-board { overflow-x: auto; grid-template-columns: repeat(4,160px); justify-content: flex-start; scrollbar-width: none; }
  .path-board::-webkit-scrollbar { display: none; }
  .product-window { padding: 100px 35px 60px; grid-template-columns: 1fr; gap: 60px; }
  .product-copy { text-align: center; }
  .product-copy > p { margin-inline: auto; }
  .panel-points { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .phone-product { width: 300px; height: 650px; }
  .personal-demo { padding-block: 105px; }
  .demo-grid, .academy-grid, .privacy-grid, .join-grid { grid-template-columns: 1fr; gap: 65px; }
  .demo-copy, .academy-copy, .privacy-copy, .join-copy { text-align: center; }
  .demo-copy p, .academy-copy > p, .privacy-copy > p, .join-copy > p { margin-inline: auto; }
  .thought-options, .join-proof { justify-content: center; }
  .section-head { grid-template-columns: 1fr; gap: 15px; }
  .academy-section, .privacy-section { padding-block: 105px; }
  .academy-visual { order: 2; }
  .academy-points { text-align: left; }
  .method-grid { grid-template-columns: 1fr; }
  .method-wide { grid-column: auto; min-height: 520px; }
  .memory-curve { inset: 165px 25px 35px; }
  .language-banner { grid-template-columns: 1fr; gap: 35px; padding: 45px; text-align: center; }
  .language-list { justify-content: center; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; text-align: center; }
  .join-copy > img { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid small { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  .nav { height: 76px; }
  .brand { width: 126px; height: 52px; }
  .brand .logo-say img { width: 44px; height: 44px; }
  .brand .logo-say-text { font-size: 26px; }
  .mobile-menu { inset: 75px 12px auto; }
  .hero { padding-top: 122px; }
  h1 { font-size: clamp(3rem,14.5vw,4.1rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 11px; }
  .hero-proof div { flex: 1; }
  .hero-proof i { height: 42px; }
  .hero-stage { min-height: 645px; }
  .phone { border-width: 7px; border-radius: 44px; }
  .phone-hero { width: 276px; height: 598px; }
  .float-note { min-width: 205px; padding: 11px 13px; }
  .float-note-talk { left: 0; top: 160px; }
  .float-note-ready { right: 0; bottom: 75px; }
  .float-note small { max-width: 150px; }
  .section-intro br { display: none; }
  .path-board { margin-top: 45px; }
  .product-window { margin-inline: -3px; padding: 95px 20px 50px; border-radius: 36px; }
  .product-copy h3 { font-size: 2.45rem; }
  .example-card { padding: 20px; text-align: left; }
  .phone-product { width: 260px; height: 564px; }
  .screen-label { right: -5px; bottom: 55px; }
  .lesson-builder { padding: 20px; border-radius: 27px; }
  .builder-top { align-items: flex-start; }
  .lesson-builder blockquote { margin-block: 22px; }
  .translation-card { padding: 20px; }
  .lesson-row { grid-template-columns: 1fr; gap: 7px; }
  .lesson-row > div { padding: 7px 3px; }
  .lesson-row > div p { flex-direction: row; align-items: baseline; gap: 8px; }
  .lesson-row i { display: none; }
  .capture-grid { grid-template-columns: 1fr; }
  .capture-card { min-height: 280px; }
  .academy-visual { min-height: 625px; }
  .orbit-a { width: 470px; height: 470px; }.orbit-b { width: 360px; height: 360px; }
  .phone-academy { width: 270px; height: 585px; }
  .coach-chip { right: 0; bottom: 45px; max-width: 220px; }
  .method-card { min-height: 300px; padding: 24px; }
  .method-wide { min-height: 480px; }
  .memory-curve { top: 185px; }
  .privacy-cards article { padding: 22px 20px; grid-template-columns: 45px 1fr; }
  .language-section { padding-block: 75px; }
  .language-banner { padding: 35px 22px; border-radius: 30px; }
  .faq-section { padding-bottom: 100px; }
  .faq-list summary { font-size: .95rem; }
  .join-section { padding-block: 95px; }
  .join-form { padding: 24px; border-radius: 27px; }
  .interest-pills { grid-template-columns: 1fr; }
  .footer-grid nav { flex-wrap: wrap; justify-content: center; }
  .legal-content { padding: 24px; }
  .thank-you-card { padding: 40px 24px; }
}

@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; }
}

/* The install path, offered to anyone who joined the list from an iPhone. */
.thank-you-now { margin-top: 6px; font-size: .9rem; }
.thank-you-now a { color: #0b63d6; text-decoration: underline; text-underline-offset: 3px; }
