:root {
    --bg: #fafcff;
    --bg-alt: #f8f7ff;
    --surface: #fff;
    --footer: #f1f5f9;
    --blue: #0ea5e9;
    --blue-deep: #0284c7;
    --lavender: #a78bfa;
    --peach: #fed7aa;
    --ink: #0f172a;
    --muted: #475569;
    --faint: #94a3b8;
    --line: #e2e8f0;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "DM Sans", system-ui, -apple-system, sans-serif;
    --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: var(--bg); color: var(--ink); font: 300 16px/1.7 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 300; line-height: 1.15; }
p { color: var(--muted); }
.container { width: min(100% - 32px, 896px); margin-inline: auto; }
.narrow { max-width: 650px; }
.center { text-align: center; }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; padding: 16px 0; transition: .45s ease; }
.site-header.scrolled { background: rgba(250,252,255,.87); box-shadow: 0 1px rgba(148,163,184,.1); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand img { width: auto; height: 58px; opacity: .86; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 8px 17px; border: 1px solid rgba(14,165,233,.5); border-radius: 999px; background: rgba(255,255,255,.5); color: var(--blue); font-size: .82rem; font-weight: 500; transition: .3s; backdrop-filter: blur(8px); }
.header-cta svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .3s; }
.header-cta:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.header-cta:hover svg { transform: translateX(3px); }

.hero { position: relative; min-height: 200vh; }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hero-stage { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px 40px; text-align: center; will-change: opacity, transform; }
.hero-stage-one h1 { max-width: 900px; font-size: clamp(2.15rem, 6vw, 4.25rem); letter-spacing: -.02em; animation: enter 1.5s var(--ease) both; }
.hero-stage-one h1 span { display: inline-block; animation: enter 1.5s .35s var(--ease) both; }
.hero-stage-two { opacity: 0; pointer-events: none; transform: translateY(30px); }
.hero-stage-two h2 { min-height: 1.2em; margin-bottom: 30px; font-size: clamp(2rem, 5vw, 3.3rem); }
.type-cursor { display: inline-block; width: 3px; height: .85em; margin-left: 5px; vertical-align: -.05em; background: var(--blue); animation: blink 1.06s steps(1) infinite; }
.scroll-hint { position: absolute; bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; opacity: .65; }
.scroll-hint svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: bounce 2s ease-in-out infinite; }
.mesh, .signup-mesh { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.blob, .signup-mesh i { position: absolute; border-radius: 50%; filter: blur(80px); }
.blob-one { width: 500px; height: 500px; top: 8%; left: 8%; background: rgba(56,189,248,.42); animation: drift-one 25s ease-in-out infinite; }
.blob-two { width: 420px; height: 420px; top: 18%; right: 12%; background: rgba(167,139,250,.35); animation: drift-two 30s ease-in-out infinite; }
.blob-three { width: 350px; height: 350px; bottom: 18%; left: 18%; background: rgba(6,182,212,.27); animation: drift-two 20s ease-in-out infinite reverse; }
.blob-four { width: 450px; height: 450px; right: 8%; bottom: 8%; background: rgba(196,181,253,.32); animation: drift-one 28s ease-in-out infinite reverse; }

.voice-orb { position: relative; width: 132px; height: 132px; margin-bottom: 28px; }
.voice-orb > span { position: absolute; border-radius: 50%; }
.orb-glow { inset: -45%; background: radial-gradient(circle, rgba(167,139,250,.18), rgba(56,189,248,.08) 45%, transparent 70%); animation: breathe 4s ease-in-out infinite; }
.orb-ring { inset: -15%; border: 1px solid rgba(167,139,250,.2); animation: ripple 4s ease-in-out infinite; }
.orb-body { inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.98), #f8faff); box-shadow: 0 0 40px rgba(167,139,250,.22), 0 4px 20px rgba(100,116,139,.1), inset 0 2px 8px #fff; }
.orb-bars { inset: 0; display: flex; align-items: center; justify-content: center; gap: 3px; }
.orb-bars i { z-index: 1; width: 3px; height: 16px; border-radius: 9px; background: linear-gradient(var(--lavender), var(--blue)); animation: wave 1.8s ease-in-out infinite; transform-origin: center; }
.orb-bars i:nth-child(1), .orb-bars i:nth-child(5) { height: 7px; animation-delay: .2s; }
.orb-bars i:nth-child(2), .orb-bars i:nth-child(4) { height: 12px; animation-delay: .1s; }
.button-primary { display: inline-flex; align-items: center; gap: 12px; padding: 14px 28px; border-radius: 999px; background: var(--blue); box-shadow: 0 4px 14px rgba(14,165,233,.3); color: #fff; font-size: .92rem; font-weight: 500; transition: .3s var(--ease); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 8px 24px rgba(14,165,233,.35), 0 0 0 4px rgba(251,146,60,.2); transform: translateY(-2px) scale(1.02); }

.section { position: relative; overflow: hidden; padding: clamp(78px, 10vw, 128px) 0; }
.section-alt { background: var(--bg-alt); }
.section-heading { max-width: 630px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .voice-section h2, .final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.75rem); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 31px; border: 1px solid transparent; border-radius: 18px; background: #fff; box-shadow: 0 4px 20px rgba(100,116,139,.08); transition: .3s var(--ease); }
.value-card:hover { border-color: #c4b5fd; box-shadow: 0 8px 30px rgba(100,116,139,.12); transform: translateY(-5px); }
.value-card svg { width: 26px; height: 26px; margin-bottom: 20px; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.value-card h3 { margin-bottom: 8px; font-family: var(--sans); font-size: 1rem; font-weight: 500; }
.value-card p { margin: 0; font-size: .86rem; }
.voice-section::before { content: ""; position: absolute; width: 600px; height: 600px; inset: 50% auto auto 50%; border-radius: 50%; background: rgba(196,181,253,.1); filter: blur(90px); transform: translate(-50%,-50%); }
.soundwave { display: flex; align-items: center; justify-content: center; gap: 5px; height: 64px; margin: 38px 0 25px; }
.soundwave i { width: 4px; height: 4px; border-radius: 5px; background: var(--line); transition: height .8s var(--ease), background .8s; }
.voice-section.visible .soundwave i { height: var(--height); background: linear-gradient(var(--lavender), var(--blue)); animation: pulse 2s ease-in-out infinite; }
.soundwave i:nth-child(2n) { animation-delay: .12s!important; }.soundwave i:nth-child(3n) { animation-delay: .25s!important; }
.voice-section small { color: var(--faint); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.testimonials { background: var(--bg); }
.quote-card { margin: 35px 0 25px; padding: clamp(30px, 6vw, 50px); border-radius: 20px; background: #fff; box-shadow: 0 4px 20px rgba(100,116,139,.08); }
.quote-mark { display: block; height: 42px; color: rgba(14,165,233,.3); font: 3.5rem/1 var(--serif); }
.quote-card blockquote { min-height: 130px; margin: 0 0 25px; color: var(--ink); font: 300 clamp(1.15rem, 3vw, 1.55rem)/1.55 var(--serif); }
.quote-card strong { color: var(--blue); font-size: .85rem; font-weight: 500; }
.quote-card [data-context] { color: var(--faint); font-size: .85rem; }
.quote-dots { display: flex; justify-content: center; gap: 8px; }
.quote-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 10px; background: var(--faint); cursor: pointer; transition: .3s; }
.quote-dots button.active { width: 25px; background: var(--blue); }
.final-cta { padding: clamp(90px, 12vw, 145px) 0; background: linear-gradient(180deg, #fafcff, #e0f2fe 50%, #ede9fe); }
.final-cta p:not(.eyebrow) { margin-bottom: 32px; font-size: 1.08rem; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

.site-footer { padding: 44px 0; background: var(--footer); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 13px; text-align: center; }
.footer-logo { width: auto; height: 53px; opacity: .7; }
.footer-links { display: flex; gap: 25px; font-size: .76rem; }
.footer-links a:hover { color: var(--blue); }
.site-footer p { margin: 0; font-size: .7rem; }
.site-footer .copyright { color: var(--faint); }

.signup-page { position: relative; display: flex; min-height: 100vh; align-items: center; justify-content: center; overflow: hidden; padding: 70px 20px; }
.signup-mesh i:nth-child(1) { width: 500px; height: 500px; top: 3%; right: 8%; background: rgba(56,189,248,.35); animation: drift-one 20s infinite; }
.signup-mesh i:nth-child(2) { width: 420px; height: 420px; bottom: 7%; left: 4%; background: rgba(167,139,250,.3); animation: drift-two 25s infinite; }
.signup-mesh i:nth-child(3) { width: 350px; height: 350px; top: 42%; left: 30%; background: rgba(254,215,170,.28); animation: drift-one 15s infinite reverse; }
.signup-mouse-glow { position: fixed; z-index: 0; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(56,189,248,.5), rgba(167,139,250,.28) 50%, transparent 70%); filter: blur(120px); opacity: .28; pointer-events: none; transition: left 1s ease-out, top 1s ease-out; }
.back-link { position: absolute; z-index: 5; top: 28px; left: 30px; color: var(--muted); font-size: .86rem; transition: .3s; }
.back-link:hover { color: var(--blue); transform: translateX(-3px); }
.back-link.inline { position: static; display: inline-block; margin-bottom: 35px; }
.signup-panel { position: relative; z-index: 2; width: min(100%, 450px); }
.signup-panel > header { margin-bottom: 32px; text-align: center; animation: enter .9s var(--ease) both; }
.signup-panel > header img { width: auto; height: 100px; margin: 0 auto 25px; }
.signup-panel h1, .signup-success h1 { margin-bottom: 8px; font-size: clamp(2rem, 5vw, 2.7rem); }
.form-card { padding: 36px; border: 1px solid rgba(255,255,255,.65); border-radius: 25px; background: rgba(255,255,255,.72); box-shadow: 0 8px 40px rgba(100,116,139,.13); backdrop-filter: blur(20px); animation: enter .9s .2s var(--ease) both; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .68rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.field input { width: 100%; padding: 14px 17px; border: 2px solid var(--line); border-radius: 14px; outline: 0; background: #f8fafc; color: var(--ink); transition: .3s; }
.field input:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(14,165,233,.1); }
.field-error { display: block; margin-top: 6px; color: #dc2626; font-size: .75rem; }
.honeypot { position: absolute!important; left: -9999px!important; width: 1px; height: 1px; overflow: hidden; }
.submit-button { display: flex; width: 100%; align-items: center; justify-content: center; gap: 12px; margin-top: 8px; padding: 15px 20px; border: 0; border-radius: 14px; background: linear-gradient(100deg, #0ea5e9, #38bdf8, #0ea5e9); background-size: 200% 100%; box-shadow: 0 7px 24px rgba(14,165,233,.25); color: #fff; cursor: pointer; font-weight: 500; animation: shimmer 3s linear infinite; }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-note { margin: 18px 0 0; color: var(--faint); font-size: .68rem; text-align: center; }
.trust-row { display: flex; justify-content: center; gap: 25px; margin-top: 22px; color: var(--muted); font-size: .78rem; }
.alert { margin-bottom: 20px; padding: 11px 14px; border-radius: 10px; font-size: .8rem; }
.alert-error { background: #fef2f2; color: #b91c1c; }.alert-info { background: #eff6ff; color: #0369a1; }
.signup-success { position: relative; z-index: 2; max-width: 480px; text-align: center; animation: enter .9s var(--ease) both; }
.success-check { display: grid; width: 104px; height: 104px; place-items: center; margin: 0 auto 30px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--lavender)); box-shadow: 0 0 50px rgba(14,165,233,.35); color: #fff; font-size: 3rem; }
.signup-success strong { color: var(--blue); font-weight: 500; }

.legal-page { min-height: 80vh; padding: 145px 0 90px; }
.legal-container { max-width: 760px; }
.legal-page > .container > header { margin-bottom: 55px; }
.legal-page h1 { margin-bottom: 10px; font-size: 3rem; }
.legal-copy { display: grid; gap: 34px; }
.legal-copy section { margin: 0; }
.legal-copy h2 { margin-bottom: 9px; font-size: 1.45rem; }
.legal-copy h3 { font-family: var(--sans); font-size: .95rem; font-weight: 500; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: .9rem; }
.legal-copy a { color: var(--blue-deep); }
.crisis-grid, .definition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.crisis-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.crisis-grid article a { display: block; margin-bottom: 3px; font-size: 1.05rem; font-weight: 500; }
.crisis-grid article p { margin: 0; font-size: .72rem; }
.safety-alert { margin-top: 17px; padding: 17px; border: 1px solid #fed7aa; border-radius: 12px; background: #fff7ed; color: #9a3412; font-size: .84rem; }
.definition-grid { grid-template-columns: 1fr 1fr; }

@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes bounce { 50% { transform: translateY(7px); } }
@keyframes breathe { 50% { transform: scale(1.1); opacity: .65; } }
@keyframes ripple { 50% { transform: scale(1.15); opacity: 0; } }
@keyframes wave { 50% { transform: scaleY(.35); } }
@keyframes pulse { 50% { opacity: .45; } }
@keyframes drift-one { 33% { transform: translate(25px,-35px) scale(1.05); } 66% { transform: translate(-15px,18px) scale(.98); } }
@keyframes drift-two { 30% { transform: translate(-30px,22px) scale(1.03); } 70% { transform: translate(20px,-25px); } }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 720px) {
    body { font-size: 15px; }
    .brand img { height: 50px; }
    .hero { min-height: 160vh; }
    .value-grid, .crisis-grid { grid-template-columns: 1fr; }
    .value-card { padding: 25px; }
    .quote-card blockquote { min-height: 180px; }
    .definition-grid { grid-template-columns: 1fr; }
    .form-card { padding: 27px 22px; }
    .trust-row { gap: 13px; font-size: .7rem; }
    .signup-panel > header img { height: 82px; }
    .signup-mouse-glow { display: none; }
}

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