:root {
  color-scheme: dark;
  --bg: #0b0b0f;
  --bg-deep: #070709;
  --elevated: #15151c;
  --surface: #1d1d26;
  --line: #2a2a35;
  --line-soft: rgba(255,255,255,.09);
  --text: #f5f4f8;
  --muted: #a5a3b3;
  --muted-strong: #c9c7d1;
  --accent: #ff6b4a;
  --accent-end: #ff8f6b;
  --blue: #4aa8ff;
  --purple: #c77dff;
  --green: #5fd98a;
  --yellow: #ffd166;
  --pink: #ff8fb1;
  --danger: #ef476f;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 30px 100px rgba(0,0,0,.42);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
::selection { color: #140a07; background: var(--accent-end); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: #111; background: #fff; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell-wide { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(100px); pointer-events: none; opacity: .26; }
.ambient-one { width: 560px; height: 560px; right: -260px; top: -260px; background: var(--accent); }
.ambient-two { width: 500px; height: 500px; left: -300px; top: 55vh; background: #602c83; opacity: .13; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s, border-color .25s, backdrop-filter .25s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(11,11,15,.78); border-color: var(--line-soft); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; font-size: 15px; font-weight: 900; letter-spacing: .18em; }
.brand-mark { width: 12px; height: 12px; display: inline-block; border: 3px solid var(--accent); border-radius: 50%; box-shadow: 0 0 20px rgba(255,107,74,.75); }
.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu > a { color: var(--muted-strong); text-decoration: none; font-size: 13px; font-weight: 650; transition: color .2s; }
.nav-menu > a:hover { color: var(--text); }
.nav-menu .nav-cta { padding: 11px 17px; color: var(--text); border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.nav-cta span { margin-left: 5px; color: var(--accent); }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: var(--elevated); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 4px 0; background: var(--text); transition: transform .2s, opacity .2s; }

.hero { min-height: 850px; padding: 172px 0 105px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 86px; }
.hero-copy { position: relative; z-index: 2; }
.signal-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,107,74,.27); border-radius: 999px; color: #ffc3b4; background: rgba(255,107,74,.08); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.signal-pill > span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,107,74,.1), 0 0 16px var(--accent); animation: signal 2.2s ease-in-out infinite; }
@keyframes signal { 50% { opacity: .45; transform: scale(.74); } }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 26px 0 28px; font-size: clamp(64px, 7.6vw, 108px); line-height: .88; letter-spacing: -.072em; font-weight: 760; }
h1 em, h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 620px; margin-bottom: 36px; color: var(--muted-strong); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: .02em; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { color: #1a0b07; background: linear-gradient(135deg, var(--accent-end), var(--accent)); box-shadow: 0 16px 44px rgba(255,107,74,.23); }
.button-primary:hover { box-shadow: 0 20px 58px rgba(255,107,74,.34); }
.button-primary span { font-size: 17px; }
.text-link { color: var(--muted-strong); text-decoration: none; font-size: 13px; font-weight: 750; }
.text-link span { margin-left: 8px; color: var(--accent); }
.promise-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; color: var(--muted); font-size: 12px; font-weight: 650; }
.promise-row i { margin-right: 5px; color: var(--green); font-style: normal; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1200px; }
.phone-frame { position: relative; z-index: 3; width: 330px; min-height: 650px; padding: 18px 22px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 50px; background: linear-gradient(155deg, #1c1c25, #0c0c11 72%); box-shadow: 0 50px 120px rgba(0,0,0,.65), inset 0 0 0 5px rgba(255,255,255,.025); transform: rotate(3.5deg); }
.phone-frame::before { content: ""; position: absolute; width: 280px; height: 280px; right: -170px; top: 120px; border-radius: 50%; background: rgba(74,168,255,.12); filter: blur(34px); }
.phone-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #d7d5df; font-size: 9px; font-weight: 800; }
.phone-top > :last-child { text-align: right; font-size: 6px; letter-spacing: 3px; }
.phone-island { width: 82px; height: 24px; border-radius: 999px; background: #050507; }
.phone-brand { margin-top: 25px; color: #777583; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.mission-label { display: flex; align-items: center; gap: 8px; margin-top: 60px; color: #72baff; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.mission-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
.mission-hero-text { position: relative; margin: 17px 0 22px; color: #f2f1f5; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.27; letter-spacing: -.025em; }
.mission-meta { display: flex; gap: 7px; }
.mission-meta span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #9997a4; background: rgba(255,255,255,.025); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.timer-orb { width: 142px; height: 142px; margin: 34px auto 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,107,74,.35); border-radius: 50%; box-shadow: 0 0 0 11px rgba(255,107,74,.04), 0 0 70px rgba(255,107,74,.09), inset 0 0 36px rgba(255,107,74,.06); }
.timer-orb span { font-size: 33px; font-weight: 300; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.timer-orb small { margin-top: 5px; color: #777582; font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.phone-button { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 17px; border-radius: 16px; color: #1b0b06; background: linear-gradient(135deg, var(--accent-end), var(--accent)); font-size: 10px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 14px 35px rgba(255,107,74,.15); }
.phone-button span { font-size: 17px; }
.phone-foot { margin-top: 14px; color: #5e5c68; text-align: center; font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.phone-shadow { position: absolute; width: 330px; height: 80px; bottom: -20px; border-radius: 50%; background: #000; filter: blur(35px); opacity: .7; transform: rotate(4deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(255,107,74,.12); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.11); background: rgba(21,21,28,.78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.float-time { left: -14px; top: 118px; gap: 11px; padding: 14px 16px; border-radius: 18px; transform: rotate(-5deg); }
.float-time b { color: var(--accent); font-size: 28px; line-height: 1; }
.float-time span { color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; line-height: 1.6; }
.float-proof { right: -28px; bottom: 110px; gap: 10px; padding: 12px 15px; border-radius: 17px; transform: rotate(2deg); }
.proof-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #092012; background: var(--green); font-size: 12px; font-weight: 900; }
.float-proof b, .float-proof small { display: block; }
.float-proof b { font-size: 10px; }
.float-proof small { margin-top: 2px; color: var(--muted); font-size: 7px; }

.category-rail { position: relative; overflow: hidden; border-block: 1px solid var(--line-soft); background: rgba(255,255,255,.018); }
.rail-track { width: max-content; min-height: 72px; display: flex; align-items: center; animation: rail 36s linear infinite; }
.rail-track span { display: flex; align-items: center; gap: 12px; padding: 0 28px; color: #777582; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: currentColor; box-shadow: 0 0 13px currentColor; }
.exploration { color: var(--blue); }.creativity { color: var(--purple); }.fitness { color: var(--green); }.learning { color: var(--yellow); }.relationships { color: var(--pink); }.kindness { color: #f7b267; }.relaxation { color: #8d99ae; }.spontaneity { color: var(--danger); }
@keyframes rail { to { transform: translateX(-50%); } }

.numbers { padding: 86px 0 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-soft); }
.numbers > div { display: flex; align-items: center; gap: 17px; min-height: 70px; padding: 0 28px; border-right: 1px solid var(--line-soft); }
.numbers > div:first-child { padding-left: 0; }
.numbers > div:last-child { padding-right: 0; border: 0; }
.numbers strong { color: var(--text); font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -.06em; font-weight: 520; }
.numbers span { color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 140px 0; }
.section-heading { max-width: 720px; margin-bottom: 64px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.kicker, .mini-label { display: block; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.section-heading h2, .trust-copy h2, .final-inner h2 { margin: 18px 0 22px; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.058em; }
.section-heading p, .trust-copy > p { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.centered p { margin-inline: auto; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-soft); }
.step { position: relative; min-height: 330px; padding: 34px 26px 20px 0; border-right: 1px solid var(--line-soft); }
.step + .step { padding-left: 26px; }
.step:last-child { border-right: 0; }
.step-number { color: #65636e; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.step-icon { position: relative; width: 70px; height: 70px; margin: 48px 0 34px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, var(--surface), #111117); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.time-icon::before { content: ""; position: absolute; inset: 18px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 0 0 18px rgba(74,168,255,.2); }
.time-icon::after { content: ""; position: absolute; width: 10px; height: 8px; left: 34px; top: 25px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }
.energy-icon::before { content: ""; position: absolute; width: 22px; height: 35px; left: 24px; top: 17px; background: var(--yellow); clip-path: polygon(52% 0,100% 0,67% 40%,100% 40%,25% 100%,42% 53%,0 53%); filter: drop-shadow(0 0 10px rgba(255,209,102,.35)); }
.people-icon::before, .people-icon::after { content: ""; position: absolute; border: 2px solid var(--pink); border-radius: 50%; }
.people-icon::before { width: 15px; height: 15px; left: 26px; top: 17px; }
.people-icon::after { width: 30px; height: 18px; left: 18px; top: 39px; border-radius: 20px 20px 8px 8px; }
.spark-icon::before { content: "✦"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--accent); font-size: 31px; text-shadow: 0 0 18px rgba(255,107,74,.5); }
.step h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.025em; }
.step p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.mission-lab { position: relative; background: #101016; border-block: 1px solid var(--line-soft); overflow: hidden; }
.mission-lab::before { content: ""; position: absolute; width: 600px; height: 600px; right: -200px; top: -250px; border-radius: 50%; background: rgba(74,168,255,.08); filter: blur(80px); }
.mission-lab-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.mission-lab .section-heading { margin: 0; }
.mission-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 34px; }
.mission-tab { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; transition: .2s; }
.mission-tab:hover, .mission-tab.active { color: #d9ecff; border-color: rgba(74,168,255,.5); background: rgba(74,168,255,.1); }
.sample-mission { position: relative; min-height: 480px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(29,29,38,.95), rgba(14,14,19,.98)); box-shadow: var(--shadow); overflow: hidden; }
.sample-mission::after { content: ""; position: absolute; width: 300px; height: 300px; right: -190px; top: 40px; border: 1px solid rgba(74,168,255,.17); border-radius: 50%; box-shadow: 0 0 80px rgba(74,168,255,.08); }
.sample-top, .sample-bottom, .sample-details { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sample-top { color: #6d6b77; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.sample-category { display: flex; align-items: center; gap: 9px; color: var(--blue); }
.sample-category i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 14px currentColor; }
.sample-mission blockquote { position: relative; z-index: 1; max-width: 580px; margin: 45px 0; color: var(--text); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.28; letter-spacing: -.035em; }
.sample-details { justify-content: flex-start; }
.sample-details span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #8f8c9a; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.sample-bottom { padding-top: 22px; border-top: 1px solid var(--line-soft); color: #6f6d78; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.sample-bottom b { color: #aaa8b4; }
.sample-bottom button { padding: 9px 12px; border: 0; border-radius: 10px; color: #aaa8b4; background: rgba(255,255,255,.045); font-size: 9px; font-weight: 800; cursor: pointer; }
.sample-bottom button:hover { color: var(--text); background: rgba(255,255,255,.08); }

.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bento-card { position: relative; min-height: 380px; padding: 38px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: linear-gradient(150deg, rgba(29,29,38,.72), rgba(16,16,22,.72)); overflow: hidden; }
.bento-large { min-height: 490px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; grid-column: 1 / -1; }
.bento-wide { min-height: 360px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; grid-column: 1 / -1; }
.bento-card h3 { max-width: 650px; margin: 17px 0 15px; font-size: clamp(28px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.bento-card:not(.bento-large):not(.bento-wide) h3 { font-size: 33px; }
.bento-card p { max-width: 580px; color: var(--muted); line-height: 1.75; }
.solo-visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.solo-ring { position: absolute; border: 1px solid rgba(255,107,74,.2); border-radius: 50%; }
.ring-a { width: 260px; height: 260px; box-shadow: 0 0 90px rgba(255,107,74,.06); }
.ring-b { width: 190px; height: 190px; border-color: rgba(255,107,74,.35); }
.solo-core { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50%; color: #1b0b07; background: var(--accent); font-size: 48px; font-weight: 400; box-shadow: 0 0 70px rgba(255,107,74,.3); }
.solo-visual small { position: absolute; bottom: 25px; color: #777582; text-align: center; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.reroll-visual { margin-top: 55px; display: flex; align-items: center; gap: 12px; }
.reroll-visual span { flex: 1; padding: 18px; border: 1px solid var(--line); border-radius: 16px; color: #777582; text-align: center; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.reroll-visual span:last-child { color: #f2d0c7; border-color: rgba(255,107,74,.3); background: rgba(255,107,74,.07); }
.reroll-visual i { color: var(--accent); font-style: normal; }
.privacy-visual { position: relative; margin-top: 48px; padding: 22px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(95,217,138,.2); border-radius: 18px; background: rgba(95,217,138,.05); }
.privacy-visual span { color: #a9f0bf; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.privacy-visual i { color: #6f8e79; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .1em; }
.privacy-visual b { margin-left: auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #092012; background: var(--green); }
.history-bars { position: relative; min-height: 220px; display: flex; align-items: flex-end; justify-content: center; gap: 10px; }
.history-bars span { width: 28px; height: var(--h); min-height: 28px; border-radius: 9px 9px 4px 4px; background: var(--c); opacity: .8; box-shadow: 0 0 20px color-mix(in srgb, var(--c) 24%, transparent); }
.history-bar-one { --h: 42%; --c: #4aa8ff; }
.history-bar-two { --h: 74%; --c: #c77dff; }
.history-bar-three { --h: 56%; --c: #5fd98a; }
.history-bar-four { --h: 88%; --c: #ff6b4a; }
.history-bar-five { --h: 64%; --c: #ffd166; }
.history-bars small { position: absolute; bottom: -28px; color: #64626d; font-size: 7px; font-weight: 900; letter-spacing: .12em; }

.manifesto { padding: 155px 0; border-block: 1px solid rgba(255,107,74,.15); background: radial-gradient(circle at 50% 70%, rgba(255,107,74,.12), transparent 42%), #0d0b0c; text-align: center; }
.manifesto-inner { max-width: 1060px; }
.manifesto blockquote { margin: 28px auto 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 6vw, 76px); line-height: 1.13; letter-spacing: -.045em; }
.manifesto p { color: var(--muted); font-size: 16px; }

.trust-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.trust-links { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.trust-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,107,74,.4); color: var(--muted-strong); text-decoration: none; font-size: 12px; font-weight: 800; }
.trust-links span { color: var(--accent); margin-left: 8px; }
.trust-list { border-top: 1px solid var(--line-soft); }
.trust-list > div { display: grid; grid-template-columns: 48px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line-soft); }
.trust-list span { color: var(--accent); font-size: 9px; font-weight: 900; }
.trust-list p { margin: 0; color: var(--muted); font-size: 13px; }
.trust-list b { display: block; margin-bottom: 4px; color: var(--text); font-size: 15px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line-soft); }
.faq-section .section-heading { margin: 0; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary { position: relative; padding: 25px 44px 25px 0; list-style: none; cursor: pointer; font-size: 16px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: absolute; right: 0; color: var(--accent); font-size: 21px; font-weight: 300; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; padding: 0 40px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; padding: 150px 0 145px; overflow: hidden; border-top: 1px solid var(--line-soft); text-align: center; }
.final-inner { position: relative; z-index: 2; }
.final-inner h2 { margin-inline: auto; font-size: clamp(54px, 8vw, 102px); }
.final-inner p { margin-bottom: 30px; color: var(--muted); }
.final-orb { position: absolute; width: 600px; height: 600px; left: 50%; bottom: -470px; border: 1px solid rgba(255,107,74,.34); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 160px rgba(255,107,74,.16), inset 0 0 120px rgba(255,107,74,.05); }

.site-footer { padding: 68px 0 28px; border-top: 1px solid var(--line-soft); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p, .footer-grid span, .footer-grid a { margin: 0; color: #777582; font-size: 11px; line-height: 1.7; text-decoration: none; }
.footer-grid a:hover { color: var(--text); }
.footer-grid b { margin-bottom: 7px; color: #aaa8b4; font-size: 8px; letter-spacing: .18em; }
.footer-grid .brand { margin-bottom: 10px; color: var(--text); font-size: 14px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-soft); color: #575560; font-size: 8px; font-weight: 800; letter-spacing: .13em; }

/* Legal and support pages */
.content-page { background: var(--bg); }
.content-page .site-header { position: sticky; background: rgba(11,11,15,.9); border-color: var(--line-soft); backdrop-filter: blur(20px); }
.content-shell { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 130px; display: grid; grid-template-columns: 250px minmax(0, 720px); justify-content: space-between; gap: 80px; }
.content-aside { position: sticky; top: 125px; align-self: start; }
.content-aside .kicker { margin-bottom: 20px; }
.content-aside nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.content-aside nav a { color: #7e7c88; text-decoration: none; font-size: 12px; }
.content-aside nav a:hover { color: var(--text); }
.legal-content h1 { margin: 14px 0 18px; font-size: clamp(48px, 7vw, 76px); line-height: .96; }
.legal-content .lead { margin-bottom: 38px; color: var(--muted-strong); font-size: 19px; }
.legal-meta { margin-bottom: 50px; padding: 16px 18px; border: 1px solid var(--line-soft); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.025); font-size: 11px; }
.legal-section { padding: 38px 0; border-top: 1px solid var(--line-soft); scroll-margin-top: 110px; }
.legal-section h2 { margin-bottom: 16px; font-size: 26px; letter-spacing: -.03em; }
.legal-section h3 { margin: 26px 0 10px; font-size: 16px; }
.legal-section p, .legal-section li { color: #aaa8b4; font-size: 14px; line-height: 1.8; }
.legal-section strong { color: #dedce4; }
.legal-section ul { padding-left: 22px; }
.legal-callout { margin: 24px 0; padding: 20px; border-left: 2px solid var(--accent); border-radius: 0 14px 14px 0; background: rgba(255,107,74,.06); }
.legal-callout p { margin: 0; color: #d4c5c1; }
.contact-card { padding: 28px; border: 1px solid var(--line-soft); border-radius: 20px; background: var(--elevated); }
.contact-card a { color: #ff9f89; }
.support-hero { padding-bottom: 60px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 35px 0 50px; }
.support-card { min-height: 200px; padding: 25px; border: 1px solid var(--line-soft); border-radius: 20px; background: linear-gradient(145deg, var(--elevated), #101016); }
.support-card > span { color: var(--accent); font-size: 22px; }
.support-card h3 { margin: 22px 0 7px; }
.support-card p { color: var(--muted); font-size: 13px; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: #a9f0bf; font-size: 10px; font-weight: 800; text-decoration: none; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal-delay { transition-delay: .12s; }
.js .reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--accent-end); outline-offset: 4px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 150px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { margin-top: 10px; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .numbers > div { padding: 25px; border-bottom: 1px solid var(--line-soft); }
  .numbers > div:nth-child(2) { border-right: 0; }
  .numbers > div:first-child { padding-left: 25px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .mission-lab-grid, .trust-section, .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .shell-wide, .content-shell { width: min(100% - 32px, var(--shell)); }
  .nav { min-height: 70px; }
  .menu-button { display: block; }
  .nav-menu { position: fixed; inset: 70px 16px auto; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 20px; background: rgba(21,21,28,.98); box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu > a { padding: 11px; }
  .nav-menu .nav-cta { margin-top: 8px; text-align: center; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 130px 0 90px; }
  h1 { font-size: clamp(57px, 17vw, 83px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 560px; transform: scale(.9); margin-inline: -20px; }
  .phone-frame { width: 310px; min-height: 625px; }
  .float-time { left: 0; }
  .float-proof { right: 0; }
  .orbit-one { width: 460px; height: 460px; }
  .orbit-two { width: 390px; height: 390px; }
  .numbers { padding: 50px 0; }
  .numbers > div { flex-direction: column; align-items: flex-start; gap: 7px; }
  .section { padding: 100px 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .trust-copy h2 { font-size: clamp(43px, 13vw, 63px); }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .step, .step + .step { min-height: auto; padding: 28px 0; border-top: 1px solid var(--line-soft); border-right: 0; }
  .step-icon { margin: 28px 0 24px; }
  .sample-mission { min-height: 440px; padding: 27px; }
  .bento { grid-template-columns: 1fr; }
  .bento-large, .bento-wide { grid-column: auto; grid-template-columns: 1fr; }
  .bento-card { padding: 28px; }
  .bento-card h3, .bento-card:not(.bento-large):not(.bento-wide) h3 { font-size: 31px; }
  .history-bars { margin: 25px 0 20px; }
  .manifesto { padding: 110px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .content-shell { padding-top: 60px; grid-template-columns: 1fr; gap: 45px; }
  .content-aside { position: static; }
  .content-aside nav { display: none; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .hero-visual { transform: scale(.78); margin: -40px -65px -50px; }
  .phone-frame { transform: rotate(2deg); }
  .float-time { left: 30px; }
  .float-proof { right: 30px; }
  .numbers > div { padding: 20px 12px; }
  .numbers > div:first-child { padding-left: 12px; }
  .numbers strong { font-size: 40px; }
  .bento-card { border-radius: 24px; }
  .sample-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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