*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,sans-serif;color:#1a1a1e;background:#ededeb;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:#4c826a38;color:#0a2a14}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{display:block;max-width:100%}:root{--sage: #4C826A;--sage-dark: #3D6B56;--sage-light: rgba(76,130,106,.1);--sand: #F0EBE3;--dark: #1A1A1E;--warm: #D4A574;--cream: #EDEDEB;--radius: 24px;--gap: 12px}.page-container{max-width:1280px;margin:0 auto;padding:var(--gap);display:flex;flex-direction:column;gap:var(--gap)}.card{border-radius:var(--radius);padding:56px 64px;box-shadow:0 1px 2px #0000000a,0 2px 12px #00000005}.card--white{background:#fff;color:#1a1a1e}.card--sage{background:var(--sage);color:#fff}.card--dark{background:var(--dark);color:#fff}.card--sand{background:var(--sand);color:#1a1a1e}.headline{font-family:Sora,sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.035em}.headline--xl{font-size:clamp(2.75rem,5.5vw,4.25rem)}.headline--lg{font-size:clamp(1.75rem,3.5vw,2.5rem)}.headline--md{font-size:clamp(1.25rem,2vw,1.5rem)}.body-text{font-size:1.125rem;line-height:1.7;opacity:.82}.body-text--on-dark{color:#fff;opacity:.7}.body-text--muted{opacity:.55}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:100px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pill+.headline{margin-top:-8px}.pill--sage{background:var(--sage-light);color:#3a6b54}.pill--sand{background:#a08c6e2e;color:#6b5d48}.pill--ghost-white{background:#ffffff1a;color:#ffffffd9}.pill--outline-white{background:transparent;border:1.5px solid rgba(255,255,255,.25);color:#ffffffd9}.pill--tag{text-transform:none;font-size:.8125rem;font-weight:500;letter-spacing:0;padding:5px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:100px;font-size:1rem;font-weight:600;transition:all .2s ease;border:none}.btn--primary{background:var(--sage);color:#fff}.btn--primary:hover{background:var(--sage-dark);transform:translateY(-1px)}.btn--secondary{background:var(--dark);color:#fff}.btn--secondary:hover{background:#2e2e34;transform:translateY(-1px)}.btn--outline-dark{background:transparent;color:#1a1a1e;box-shadow:inset 0 0 0 2px #1a1a1e26}.btn--outline-dark:hover{box-shadow:inset 0 0 0 2px #1a1a1e73}.btn--white{background:#fff;color:var(--dark)}.btn--white:hover{background:#f5f5f3;transform:translateY(-1px)}.btn--sage-on-dark{background:var(--sage);color:#fff}.btn--sage-on-dark:hover{background:#5a9479;transform:translateY(-1px)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 28px}.nav__logo{font-family:Sora,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.nav__logo span{color:var(--sage)}.nav__links{display:flex;align-items:center;gap:32px;list-style:none}.nav__links a{font-size:.9375rem;font-weight:500;opacity:.55;transition:opacity .2s}.nav__links a:hover{opacity:1}.nav__right{display:flex;align-items:center;gap:16px}.nav__cta{padding:10px 24px;font-size:.875rem}.lang-switcher{display:flex;gap:4px;font-size:.8125rem;font-weight:600}.lang-switcher a{padding:4px 8px;border-radius:6px;opacity:.35;transition:opacity .2s,background .2s}.lang-switcher a:hover{opacity:.7}.lang-switcher a.active{opacity:1;background:var(--sage-light);color:var(--sage)}.hero{text-align:center;padding:88px 64px 80px;display:flex;flex-direction:column;align-items:center;gap:28px}.hero__headline{max-width:780px;white-space:pre-line}.hero__sub{max-width:560px;font-size:1.125rem}.trust{padding:24px 48px;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.trust__item{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500;opacity:.55}.trust__icon{width:20px;height:20px;border-radius:50%;background:var(--sage-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust__icon svg{width:12px;height:12px}.stats-section{text-align:center;padding:72px 64px;display:flex;flex-direction:column;align-items:center;gap:48px}.stats-section__header{max-width:560px;display:flex;flex-direction:column;align-items:center;gap:20px}.stats-section__sub{font-size:1.0625rem;line-height:1.65;color:#ffffff8c}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:840px}.stat-card{padding:36px 28px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px;text-align:left}.stat-card__number{font-family:Sora,sans-serif;font-weight:800;font-size:clamp(2.25rem,4vw,3rem);letter-spacing:-.04em;color:var(--sage);line-height:1}.stat-card__desc{font-size:.9375rem;line-height:1.55;color:#ffffffa6}.stat-card__source{margin-top:auto;padding-top:12px}.stat-card__source a{font-size:.6875rem;color:#ffffff40;text-decoration:underline;text-decoration-color:#ffffff1a;transition:color .2s}.stat-card__source a:hover{color:#ffffff80}.split{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;overflow:hidden}.split__content{padding:56px;display:flex;flex-direction:column;gap:20px}.split__visual{height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}.feature-list{display:flex;flex-direction:column;gap:14px;margin-top:8px}.feature-list__item{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;line-height:1.5}.feature-list__item--on-dark{color:#ffffffb3}.feature-list__icon{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.feature-list__icon--sage{background:#4c826a1f;color:var(--sage)}.feature-list__icon--white{background:#ffffff1a;color:#ffffffb3}.feature-list__icon--sand{background:#a08c6e26;color:#8b7355}.feature-list__icon svg{width:12px;height:12px}.phone-mock{width:200px;height:400px;border-radius:32px;position:relative;display:flex;flex-direction:column;padding:20px 16px 16px;gap:0;overflow:hidden}.phone-mock--on-sand{background:#fff;box-shadow:0 8px 40px #00000014,0 2px 8px #0000000a}.phone-mock__notch{width:72px;height:5px;border-radius:4px;margin:0 auto 14px;background:#1a1a1e14}.phone-mock__header-text{font-family:Sora,sans-serif;font-weight:700;font-size:.75rem;color:#1a1a1e;margin-bottom:12px;padding:0 2px}.phone-mock__mood-row{display:flex;gap:6px;margin-bottom:14px;padding:0 2px}.phone-mock__mood-dot{width:32px;height:32px;border-radius:10px}.phone-mock__entry{background:#f8f6f2;border-radius:14px;padding:12px;margin-bottom:8px;display:flex;flex-direction:column;gap:5px}.phone-mock__entry-label{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1e4d;margin-bottom:2px}.phone-mock__entry-line{height:6px;border-radius:3px;background:#1a1a1e0f}.phone-mock__entry-line--short{width:55%}.phone-mock__entry-line--accent{background:#4c826a26;width:40%}.phone-mock__entry-line--warm{background:#d4a57433;width:50%}.phone-mock__bottom-nav{margin-top:auto;display:flex;justify-content:space-around;padding-top:10px;border-top:1px solid rgba(26,26,30,.06)}.phone-mock__nav-dot{width:24px;height:4px;border-radius:2px;background:#1a1a1e14}.phone-mock__nav-dot--active{background:var(--sage)}.mindflow-mock{width:280px;border-radius:16px;overflow:hidden}.mindflow-mock--on-sage{background:#ffffff14}.mindflow-mock__voice{padding:24px 20px 16px;display:flex;flex-direction:column;align-items:center;gap:14px}.mindflow-mock__mic{width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.mindflow-mock__mic svg{opacity:.6}.mindflow-mock__waveform{display:flex;align-items:center;gap:3px;height:28px;width:100%;justify-content:center}.mindflow-mock__wave-bar{width:3px;border-radius:2px;background:#fff3;animation:wave 1.8s ease-in-out infinite}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.8)}}.mindflow-mock__label{font-size:.6875rem;color:#ffffff59;letter-spacing:.06em;text-transform:uppercase}.mindflow-mock__divider{display:flex;align-items:center;justify-content:center;padding:6px 0}.mindflow-mock__arrow{display:flex;flex-direction:column;align-items:center;gap:3px}.mindflow-mock__arrow-dot{width:4px;height:4px;border-radius:50%;background:#ffffff26}.mindflow-mock__arrow-dot:last-child{width:6px;height:6px;background:#ffffff40}.mindflow-mock__output{padding:12px 16px 20px;display:flex;flex-direction:column;gap:8px}.mindflow-mock__field{display:flex;align-items:center;gap:10px;background:#ffffff0f;border-radius:10px;padding:10px 12px}.mindflow-mock__field-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffff59;white-space:nowrap;flex-shrink:0}.mindflow-mock__field-content{flex:1;display:flex;flex-direction:column;gap:4px}.mindflow-mock__field-bar{height:5px;border-radius:3px;background:#ffffff1a}.mindflow-mock__field-tags{display:flex;gap:4px}.mindflow-mock__field-tag{padding:2px 8px;border-radius:4px;font-size:.5625rem;background:#ffffff14;color:#ffffff73}.access-mock{width:280px;border-radius:16px;overflow:hidden;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);padding:24px 20px;display:flex;flex-direction:column;gap:14px}.access-mock__header{font-family:Sora,sans-serif;font-weight:600;font-size:.75rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.access-mock__tiers{display:flex;flex-direction:column;gap:8px}.access-mock__tier{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#ffffff08}.access-mock__tier--active{background:#4c826a26;border:1px solid rgba(76,130,106,.2)}.access-mock__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.access-mock__dot--full{background:var(--sage)}.access-mock__dot--range{background:var(--warm)}.access-mock__dot--selected{background:#fff3}.access-mock__tier-info{flex:1;display:flex;flex-direction:column;gap:2px}.access-mock__tier-label{font-size:.8125rem;font-weight:500;color:#ffffffbf}.access-mock__tier-meta{font-size:.6875rem;color:#ffffff4d}.access-mock__toggle{width:34px;height:20px;border-radius:10px;background:#ffffff14;position:relative;flex-shrink:0}.access-mock__toggle:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#ffffff4d;transition:all .2s}.access-mock__toggle--on{background:#4c826a66}.access-mock__toggle--on:after{left:17px;background:#fff}.access-mock__sep{height:1px;background:#ffffff0f}.access-mock__excluded{display:flex;align-items:center;gap:6px;font-size:.6875rem;color:#ffffff40}.access-mock__x{width:14px;height:14px;border-radius:4px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:.5rem;color:#ffffff4d}.steps-section{padding:72px 64px;display:flex;flex-direction:column;align-items:center;gap:56px}.steps-section__header{text-align:center;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:20px}.steps-section__sub{font-size:1.0625rem;opacity:.55}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}.step{display:flex;flex-direction:column;gap:14px}.step__num{font-family:Sora,sans-serif;font-weight:800;font-size:2.5rem;letter-spacing:-.04em;color:var(--sage);opacity:.25;line-height:1}.step__title{font-family:Sora,sans-serif;font-weight:600;font-size:1.0625rem;line-height:1.3}.step__desc{font-size:.9375rem;line-height:1.6;opacity:.55}.future-section{text-align:center;padding:64px;display:flex;flex-direction:column;align-items:center;gap:20px}.future-section__sub{max-width:540px;font-size:1.0625rem;line-height:1.65;opacity:.55}.waitlist{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;padding:80px 64px}.waitlist__headline{white-space:pre-line}.waitlist__sub{max-width:440px}.waitlist__form-wrap{max-width:480px;width:100%}.waitlist__form{display:flex;flex-direction:column;gap:10px}.waitlist__row{display:flex;gap:10px}.waitlist__input,.waitlist__select{flex:1;padding:16px 24px;border-radius:100px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-family:DM Sans,sans-serif;font-size:.9375rem;outline:none;transition:border-color .2s;-webkit-appearance:none}.waitlist__input::placeholder{color:#ffffff4d}.waitlist__input:focus,.waitlist__select:focus{border-color:#ffffff4d}.waitlist__select{color:#ffffff4d;cursor:pointer}.waitlist__select option{color:#1a1a1e;background:#fff}.waitlist__submit{width:100%;padding:16px;border-radius:100px;background:#fff;color:var(--sage);font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .2s}.waitlist__submit:hover{background:#f5f5f3;transform:translateY(-1px)}.waitlist__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.waitlist__note{font-size:.8125rem;color:#ffffff4d;max-width:360px}.waitlist__success{display:none;flex-direction:column;align-items:center;gap:12px;padding:32px 0}.waitlist__success.show{display:flex}.waitlist__check{width:48px;height:48px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.waitlist__success h3{font-family:Sora,sans-serif;font-weight:700;font-size:1.25rem}.waitlist__success p{font-size:.9375rem;color:#ffffff8c}.form-error{color:#ffb4b4;font-size:.82rem;margin-top:8px;text-align:center}.footer{padding:20px 48px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer__brand{font-family:Sora,sans-serif;font-weight:800;font-size:1.125rem;letter-spacing:-.03em}.footer__brand span{color:var(--sage)}.footer__links{display:flex;gap:28px;list-style:none}.footer__links a{font-size:.875rem;opacity:.45;transition:opacity .2s}.footer__links a:hover{opacity:1}.footer__copy{font-size:.8125rem;opacity:.3}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:var(--sage);z-index:100;transform:translateY(100%);transition:transform .3s ease}.mobile-cta.visible{transform:translateY(0)}@media(max-width:960px){body{padding-bottom:80px}}.mobile-cta a{display:block;text-align:center;padding:14px;border-radius:100px;background:#fff;color:var(--sage);font-weight:700;font-size:.9375rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.vis{opacity:1;transform:translateY(0)}.reveal.rd1{transition-delay:.1s}.reveal.rd2{transition-delay:.2s}@media(max-width:960px){.card{padding:40px 32px}.split{grid-template-columns:1fr}.split__content{padding:40px 32px}.split__visual{min-height:280px;padding:32px 0}.split--reverse .split__content{order:1}.split--reverse .split__visual{order:2}.stats-grid{grid-template-columns:1fr;max-width:360px}.steps-grid{grid-template-columns:1fr;max-width:400px}.nav__links{display:none}.nav{padding:14px 20px}.nav__cta{display:none}.hero{padding:56px 32px 48px}.trust{gap:16px;padding:20px 24px}.stats-section{padding:48px 32px}.steps-section{padding:48px 32px;gap:40px}.waitlist,.future-section{padding:48px 32px}.footer{justify-content:center;text-align:center}.footer__links{justify-content:center}.mobile-cta{display:block}}@media(max-width:600px){.page-container{padding:8px;gap:8px}.card{padding:32px 24px;border-radius:20px}.split__content{padding:32px 24px}.nav{padding:12px 16px}.headline--xl{font-size:2.25rem}.btn{padding:14px 24px;font-size:.9375rem}.trust__item{font-size:.8125rem}.trust{gap:12px}.phone-mock{width:180px;height:360px}.mindflow-mock,.access-mock{width:240px}.waitlist__row{flex-direction:column}}
