@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap);:root{--font-body:"Plus Jakarta Sans",sans-serif;--font-display:"Space Grotesk",sans-serif;--color-cream:#f8f4ed;--color-white:#fefcf7;--color-ink:#111511;--color-muted:#4f5951;--color-muted-soft:#6c756d;--color-olive:#507246;--color-green:#3b9a58;--color-green-deep:#1f5f35;--color-lime-soft:#d7f7b7;--line-soft:#1d2b1f17;--shadow-soft:0 24px 60px #161b1714}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f4ed;background:var(--color-cream);color:#111511;color:var(--color-ink);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-body);margin:0}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit}.page-shell{color:var(--color-ink);overflow-x:clip}.container{margin:0 auto;position:relative;width:min(1180px,calc(100% - 2rem))}.section{padding:clamp(3.2rem,5.2vw,5.2rem) 0}.panel,.section{position:relative}.panel{border:1px solid var(--line-soft);border-radius:2rem;overflow:hidden}.panel--soft{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#ffffffd9,#faf6eed1);box-shadow:var(--shadow-soft)}.panel--dark{background:radial-gradient(circle at top right,#a3ff8a33,#0000 38%),linear-gradient(145deg,#0c120dfa,#142016f2);border-color:#bde7c41f;box-shadow:0 32px 70px #00000047;color:var(--color-white)}.panel--glass{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:linear-gradient(180deg,#bff89433,#0b170e80),#2239236b;border-color:#d6ffbe2e;box-shadow:0 24px 60px #00000038;color:var(--color-white)}.section-eyebrow{align-items:center;background:#ffffffc7;border:1px solid #2c46311f;border-radius:999px;color:var(--color-olive);display:inline-flex;font-size:.86rem;font-weight:700;gap:.6rem;letter-spacing:.06em;padding:.7rem 1rem;text-transform:uppercase}.section-eyebrow--dark{background:#ffffff0f;border-color:#d1f5b72e;color:var(--color-lime-soft)}.section-eyebrow__dot{background:currentColor;border-radius:999px;box-shadow:0 0 0 .24rem #81c6631f;height:.45rem;width:.45rem}.button{align-items:center;border:1px solid #0000;border-radius:1.25rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.8rem;justify-content:center;line-height:1;min-height:3.6rem;padding:.9rem 1.4rem;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease}.button:focus-visible,.button:hover{transform:translateY(-2px)}.button:focus-visible,.chat-input button:focus-visible,.faq-item button:focus-visible,.icon-button:focus-visible,.menu-toggle:focus-visible,.proof-panel__button:focus-visible,.waitlist-form__field input:focus-visible{outline:2px solid #5bb55b73;outline-offset:3px}.button:disabled{cursor:wait;opacity:.75;transform:none}.button--ghost,.button--primary{background:var(--color-ink);box-shadow:0 18px 30px #11151229;color:var(--color-white)}.button--ghost:focus-visible,.button--ghost:hover,.button--primary:focus-visible,.button--primary:hover{background:#181d18}.button--lime{background:linear-gradient(135deg,#d7f46b,#9be24f);box-shadow:0 16px 38px #b2eb5f38;color:#0c120d}.button--outline{background:#ffffff08;border-color:#c1e9b83d;color:var(--color-white)}.button__icon{align-items:center;background:#ffffff1f;border-radius:999px;display:inline-flex;height:1.9rem;justify-content:center;width:1.9rem}.button__icon svg{stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;height:1rem;width:1rem}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#f8f4ede6,#f8f4eda6,#0000);padding:.75rem 0;position:sticky;top:0;transition:transform .22s ease,opacity .22s ease,padding .22s ease;z-index:30}.site-header--hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 1rem))}.site-header--compact{padding:.45rem 0}.site-header__inner{align-items:center;background:#fffaf4ad;border:1px solid #18261b14;border-radius:1.7rem;box-shadow:0 14px 26px #1216130d;display:flex;gap:1.5rem;justify-content:space-between;padding:.95rem 1.1rem;transition:padding .22s ease,border-radius .22s ease,box-shadow .22s ease}.site-header--compact .site-header__inner{border-radius:1.35rem;box-shadow:0 10px 20px #1216130d;padding:.72rem .9rem}.site-header__brand{color:inherit;text-decoration:none}.brand{align-items:center;display:inline-flex;gap:.8rem}.brand__logo{filter:drop-shadow(0 10px 20px rgba(55,142,74,.18));height:2.7rem;object-fit:contain;width:2.7rem}.brand__wordmark{font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:-.05em}.site-nav{align-items:center;display:inline-flex;gap:2rem}.site-footer__links a,.site-nav a{color:var(--color-muted);font-size:.98rem;font-weight:600;text-decoration:none;transition:color .18s ease}.site-footer__links a:focus-visible,.site-footer__links a:hover,.site-nav a:focus-visible,.site-nav a:hover{color:var(--color-ink)}.site-header__actions{align-items:center;display:flex;gap:.9rem}.menu-toggle{align-items:center;background:#ffffffb3;border:1px solid #18261b1f;border-radius:1rem;cursor:pointer;display:none;flex-direction:column;gap:.32rem;height:3rem;justify-content:center;width:3rem}.menu-toggle span{background:var(--color-ink);height:2px;transition:transform .18s ease,opacity .18s ease;width:1.1rem}.menu-toggle--open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle--open span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{display:none}.hero{min-height:min(calc(100svh - 5rem),46rem);padding-top:clamp(2rem,4vw,3.4rem)}.hero__grid{grid-gap:clamp(2.5rem,4vw,4.5rem);align-items:center;display:grid;gap:clamp(2.5rem,4vw,4.5rem);grid-template-columns:1.02fr .98fr}.hero__copy{position:relative;z-index:2}.audience__heading h2,.cta-repeat__content h2,.final-close__content h2,.hero__copy h1,.mechanism__heading h2,.pain-copy h2,.pain-visual h2,.proof__copy h2{font-family:var(--font-display);font-weight:700;letter-spacing:-.075em;line-height:.95;margin:1.3rem 0 1rem}.hero__copy h1{font-size:clamp(3.3rem,6.7vw,5.7rem);max-width:10ch}.audience__heading h2 span,.final-close__content h2 span,.hero__copy h2 span,.mechanism__heading h2 span,.pain-copy h2 span,.pain-visual h3 span,.phone-hero-copy h3 span,.proof__copy h2 span,.quote-card p span{color:var(--color-green)}.hero__lede,.section-copy{color:var(--color-muted);font-size:clamp(1.08rem,2.4vw,1.45rem);line-height:1.5;margin:0;max-width:34rem}.hero__support,.section-note{color:var(--color-muted-soft);font-size:1.02rem;line-height:1.75;margin:1rem 0 0;max-width:34rem}.section-note{color:var(--color-olive);font-weight:700}.section-copy--dark{color:#f5faf3c7}.hero__signals{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.4rem}.signal-chip{background:#ffffffbd;border:1px solid #324d361f;color:var(--color-ink);font-size:.94rem;font-weight:600;gap:.6rem;padding:.9rem 1rem}.signal-chip,.signal-chip__check{align-items:center;border-radius:999px;display:inline-flex}.signal-chip__check{background:#5eb55b1f;color:var(--color-green);height:1.4rem;justify-content:center;width:1.4rem}.hero__visual{padding:1.25rem 1rem 1.5rem 4rem;position:relative}.cta-repeat__glow,.final-close__halo,.hero__glow,.proof__glow{border-radius:999px;filter:blur(60px);pointer-events:none;position:absolute}.hero__glow--one{background:#adf37d3d;height:28rem;right:-8rem;top:6rem;width:28rem}.hero__glow--two{background:#72c6692e;bottom:4rem;height:22rem;left:-9rem;width:26rem}.hero__wave{background:radial-gradient(circle at 30% 22%,#ebf8ccd1,#0000 45%),linear-gradient(135deg,#bfe8a42e,#2c7944b3);border-radius:40% 60% 0 0;inset:18% -18% -18% 35%;position:absolute;transform:rotate(-12deg)}.hero__lines{background:repeating-linear-gradient(-22deg,#ffffff8c,#ffffff8c 1px,#0000 0,#0000 18px);height:30rem;inset:auto -10% -3rem 18%;-webkit-mask-image:radial-gradient(circle at 60% 40%,#000 35%,#0000 85%);mask-image:radial-gradient(circle at 60% 40%,#000 35%,#0000 85%);opacity:.45;position:absolute}.floating-note{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#ffffffc7,#f4faefa8);border:1px solid #6a9f5b2e;border-radius:1.5rem;box-shadow:0 18px 45px #0f271314;left:0;padding:1.15rem 1rem;position:absolute;transform:translateZ(0);transform:translate3d(0,var(--parallax-y,0),0);transition:transform .24s ease,box-shadow .24s ease;width:min(12rem,38vw);z-index:1}.floating-note:hover{box-shadow:0 24px 55px #0f27131f}.audience-card__icon,.feature-rail__icon,.floating-note__icon,.mechanism-callout__icon,.mechanism-card__icon,.pain-point__icon{align-items:center;background:#5eb55b1a;border-radius:999px;color:var(--color-green);display:inline-flex;height:3rem;justify-content:center;width:3rem}.feature-rail__icon svg,.floating-note__icon svg,.mechanism-callout__icon svg,.mechanism-card__icon svg,.pain-point__icon svg{stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;height:1.35rem;width:1.35rem}.floating-note p{font-size:1rem;font-weight:700;line-height:1.35;margin:.8rem 0 0}.floating-note--top{top:15%}.floating-note--middle{top:40%}.floating-note--bottom{bottom:13%}.hero-phone{margin-left:auto;width:min(23.5rem,100%);z-index:2}.phone-shell{background:linear-gradient(180deg,#ffffffd6,#aae3a9eb);border-radius:3.2rem;box-shadow:0 34px 80px #19301833,inset 0 0 0 1px #ffffffb3;padding:.8rem;position:relative}.phone-shell--dark{background:linear-gradient(180deg,#4e5d3fb8,#111812f5);box-shadow:0 30px 90px #00000047,inset 0 0 0 1px #c5f2af1a}.phone-shell__frame{border:1px solid #ffffff8c;border-radius:2.8rem;inset:.42rem;pointer-events:none;position:absolute}.phone-shell__topbar{align-items:center;color:currentColor;display:flex;font-size:.86rem;font-weight:700;justify-content:space-between;left:1.35rem;position:absolute;right:1.35rem;top:.9rem;z-index:2}.phone-shell__island{background:#090a09eb;border-radius:999px;height:1.45rem;width:6.1rem}.phone-shell__status{align-items:center;display:inline-flex;gap:.18rem}.phone-shell__status span{background:currentColor;border-radius:999px;display:block;width:.24rem}.phone-shell__status span:first-child{height:.45rem}.phone-shell__status span:nth-child(2){height:.7rem}.phone-shell__status span:nth-child(3){height:.45rem;width:.9rem}.phone-shell__body{border-radius:2.5rem;margin-top:2.15rem;min-height:clamp(29.5rem,61vh,36rem);overflow:hidden;position:relative}.phone-app{height:100%;padding:1.1rem 1.05rem 1rem}.phone-app--light{background:linear-gradient(180deg,#fffffff5,#faf8f3eb)}.phone-app--dark{background:radial-gradient(circle at 30% 0,#a5f0722e,#0000 32%),linear-gradient(180deg,#171d16fa,#0e150ffa);color:var(--color-white)}.phone-app__header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.phone-app__header .brand__logo{height:2rem;width:2rem}.phone-app__header .brand__wordmark{font-size:1.7rem}.phone-app--dark .brand__logo,.phone-app--dark .brand__wordmark{color:var(--color-white)}.icon-button{align-items:center;background:#f3f0ead9;border:0;border-radius:.9rem;cursor:pointer;display:inline-flex;flex-direction:column;gap:.22rem;height:2.5rem;justify-content:center;width:2.5rem}.icon-button span{background:var(--color-ink);border-radius:999px;height:2px;width:.9rem}.icon-button--dark{background:#ffffff14}.icon-button--dark span{background:var(--color-white)}.phone-hero-copy{margin-top:1.4rem}.phone-hero-copy h3{font-family:var(--font-display);font-size:2.35rem;letter-spacing:-.07em;line-height:.98;margin:0}.phone-hero-copy p{color:var(--color-muted);font-size:.98rem;line-height:1.5;margin:.8rem 0 0}.task-card{background:#ffffffe0;border:1px solid #31483524;border-radius:1.4rem;margin-top:1rem;padding:.9rem}.task-card__label{color:var(--color-muted);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.task-card__content{align-items:center;display:flex;gap:1rem;justify-content:space-between}.task-card__content p{font-size:1rem;font-weight:600;line-height:1.4;margin:0}.task-card__scribble{border:3px double #8c9389;border-radius:999px;height:3.4rem;opacity:.45;width:3.4rem}.task-card--success{background:#f7fff5e6;border-color:#5eb55b57}.task-card__check{border:2px solid #5eb55b80;border-radius:999px;display:inline-flex;font-size:1.25rem;font-weight:800}.phone-arrow,.task-card__check{align-items:center;color:var(--color-green);height:3rem;justify-content:center;width:3rem}.phone-arrow{animation:floatPulse 2.6s ease-in-out infinite;background:#a0e39738;border-radius:999px;display:flex;font-size:1.5rem;margin:.9rem auto 0}.bottom-tabs{grid-gap:1rem;align-items:center;border-top:1px solid #1f302214;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin-top:1rem;padding-top:.85rem}.bottom-tabs__item{color:var(--color-muted);font-size:.86rem;justify-self:center}.bottom-tabs__item--active{color:var(--color-green-deep);font-weight:700}.bottom-tabs__add{background:linear-gradient(135deg,var(--color-green),#246d43);border:0;border-radius:999px;box-shadow:0 18px 35px #32764240;color:var(--color-white);cursor:pointer;font-size:2rem;height:3.8rem;width:3.8rem}.hero__scroll{color:var(--color-white);font-size:.94rem;font-weight:600;gap:.85rem;margin-top:1.5rem;text-decoration:none}.hero__scroll,.hero__scroll span{align-items:center;display:inline-flex}.hero__scroll span{border:1px solid #fff6;border-radius:999px;height:2.5rem;justify-content:center;width:2.5rem}.waitlist-card{margin-top:1.7rem}.waitlist-form{grid-gap:.9rem;background:#ffffffdb;border:1px solid #2431251a;border-radius:1.6rem;box-shadow:var(--shadow-soft);display:grid;gap:.9rem;grid-template-columns:1fr auto;padding:.65rem}.waitlist-card--dark .waitlist-form{background:#080c086b;border-color:#d0efba26;box-shadow:0 18px 40px #00000042}.waitlist-card--compact .waitlist-form{margin:0 auto;max-width:52rem}.waitlist-form__field{align-items:center;background:#fffffff0;border-radius:1.1rem;display:flex;gap:.85rem;padding:.95rem 1rem}.waitlist-card--dark .waitlist-form__field{background:#ffffff0f}.waitlist-form__field svg{stroke:var(--color-muted);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;height:1.5rem;width:1.5rem}.waitlist-card--dark .waitlist-form__field svg{stroke:#f8faf4ad}.waitlist-form__field input{background:#0000;border:0;color:inherit;font:inherit;width:100%}.waitlist-card__meta{color:var(--color-muted);font-size:.95rem;margin-top:.85rem}.waitlist-card--dark .waitlist-card__meta{color:#f8faf4b8}.waitlist-card__meta--error{color:#c74c4c}.pain-layout{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:.9fr 1.1fr}.pain-copy,.pain-visual{padding:clamp(2rem,4vw,3rem)}.audience__heading h2,.cta-repeat__content h2,.final-close__content h2,.mechanism__heading h2,.pain-copy h2,.proof__copy h2{font-size:clamp(2.65rem,5.2vw,4.4rem)}.pain-visual h2{font-size:clamp(2.35rem,3.7vw,3.9rem);max-width:9ch}.pain-points{grid-gap:1rem;display:grid;gap:1rem;margin-top:2rem}.pain-point{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:auto 1fr}.audience-card h3,.feature-rail__item h3,.mechanism-card h3,.pain-point h3,.proof__panel h3{font-size:1.25rem;line-height:1.25;margin:0}.audience-card p,.feature-rail__item p,.mechanism-card p,.pain-point p,.proof__panel p{color:var(--color-muted);line-height:1.6;margin:.35rem 0 0}.quote-card{background:#fcf8f2d9;border:1px solid #1f302214;border-radius:1.8rem;margin-top:1.5rem;max-width:22rem;padding:1.45rem}.quote-card__mark{color:var(--color-muted);display:inline-block;font-size:1.8rem}.quote-card p{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.06em;line-height:1;margin:.3rem 0 .8rem}.quote-card small{color:var(--color-muted-soft);font-size:.9rem;letter-spacing:.05em;line-height:1.7;text-transform:uppercase}.overwhelm-stack{margin-top:1.35rem;min-height:24rem;position:relative}.overwhelm-card,.overwhelm-loader{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #d6ffbe1c;border-radius:1.7rem;box-shadow:0 22px 55px #0000002e;padding:1.2rem 1.2rem 1.35rem;position:absolute;transform:translateZ(0);transform:translate3d(0,var(--parallax-y,0),0)}.audience-card__mini-ui span,.overwhelm-card h3,.pace-relief__cards span,.proof-panel__stack span,.proof-progress span,.proof-step span,.proof-streak span{color:#ecf5e9b8;display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.overwhelm-card ul{grid-gap:.75rem;color:#ffffffdb;display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.overwhelm-card--tasks{left:0;top:1.5rem;width:34%}.overwhelm-card--brain{left:31%;top:0;width:38%}.overwhelm-card--today{right:0;top:1.8rem;width:27%}.overwhelm-loader{bottom:.8rem;right:1rem;text-align:center;width:16rem}.overwhelm-loader p{font-size:1.6rem;font-weight:700;margin:0 0 1rem}.loader-spinner{animation:spin .9s linear infinite;border:3px solid #ffffff26;border-radius:999px;border-top-color:#daffb3e6;height:2rem;margin:0 auto;width:2rem}.pace-relief{border-top:1px solid #d6ffbe1f;margin-top:1.1rem;padding-top:1.1rem}.pace-relief h3{font-family:var(--font-display);font-size:clamp(1.85rem,3.4vw,2.9rem);letter-spacing:-.07em;line-height:.98;margin:.8rem 0 1rem}.pace-relief__cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pace-relief__cards>div{background:#ffffff0d;border:1px solid #d6ffbe1a;border-radius:1.5rem;padding:1.25rem}.audience-card__mini-ui strong,.pace-relief__cards strong,.proof-progress strong,.proof-step strong,.proof-streak strong{display:block;font-size:1.2rem;line-height:1.3}.audience-card__mini-ui small,.pace-relief__cards small,.proof-panel__stack p,.proof-progress small,.proof-step small,.proof-streak small{color:#f0f6efbf;display:block;line-height:1.6;margin-top:.45rem}.mechanism__heading{max-width:48rem}.mechanism__layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr;margin-top:2rem}.mechanism__cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.mechanism-card{cursor:pointer;min-height:22rem;padding:1.8rem 1.4rem 1.35rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,opacity .36s ease,translate .36s ease}.audience-card:hover,.mechanism-card:hover{box-shadow:0 22px 48px #1c2f1d1f;transform:translateY(-6px)}.mechanism-card--active{border-color:#3b9a5852;box-shadow:0 18px 42px #30673a24}.mechanism-card__number{align-items:center;background:#184f2b;border-radius:999px;color:var(--color-white);display:inline-flex;font-size:1.35rem;font-weight:700;height:2.8rem;justify-content:center;width:2.8rem}.mechanism-card__icon{margin-top:1.3rem}.mechanism-card__tag{color:var(--color-muted);display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-top:1rem;text-transform:uppercase}.mechanism-card__sample{background:#f3f9efe6;border:1px solid #578c531f;border-radius:1.25rem;font-size:1rem;font-weight:600;line-height:1.55;margin-top:auto;padding:1.1rem}.mechanism__phone{padding-left:1rem}.mechanism-phone{margin:0 auto;width:min(24rem,100%)}.chat-thread{grid-gap:1rem;display:grid;gap:1rem;margin-top:1.6rem}.chat-bubble{border:1px solid #d9ffb21a;border-radius:1.5rem;padding:1rem 1rem 1.15rem}.chat-bubble span{display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.chat-bubble p,.chat-bubble small{line-height:1.6;margin:0}.chat-bubble--user{background:#ffffff0f}.chat-bubble--pace{background:#d9ffb217}.chat-input{grid-gap:.7rem;align-items:center;background:#ffffff0f;border-radius:1.2rem;display:grid;gap:.7rem;grid-template-columns:1fr auto;margin-top:1.25rem;padding:.55rem .55rem .55rem 1rem}.chat-input input{background:#0000;border:0;color:#ffffffb3;font:inherit}.chat-input button{background:linear-gradient(135deg,#d3f467,#74d861);border:0;border-radius:999px;color:#101410;cursor:pointer;font-size:1.2rem;height:2.6rem;width:2.6rem}.mechanism-callout{align-items:center;display:flex;gap:1rem;margin-top:1.5rem;padding:1.3rem 1.5rem}.mechanism-callout strong{display:block;font-size:1.35rem}.mechanism-callout p{color:#f0f6efc2;margin:.35rem 0 0}.proof{background:radial-gradient(circle at 10% 40%,#abf57c2e,#0000 28%),radial-gradient(circle at 100% 8%,#bdffa059,#0000 23%),linear-gradient(180deg,#0a0f0b,#111912);color:var(--color-white)}.proof__glow{background:#b3ff7638;height:22rem;right:-8rem;top:5rem;width:22rem}.proof__wave{background:linear-gradient(145deg,#d8fb853d,#2651222e),linear-gradient(180deg,#0000,#00000026);clip-path:ellipse(72% 68% at 40% 56%);height:30rem;inset:auto -12% -12rem 0;position:absolute}.proof__grid{grid-gap:1.15rem;align-items:center;display:grid;gap:1.15rem;grid-template-columns:.72fr .66fr .62fr}.proof__copy h2{max-width:9ch}.proof__line{align-items:center;color:var(--color-lime-soft);display:flex;font-size:1.2rem;font-weight:700;gap:.8rem;margin:1.5rem 0 1.6rem}.proof__spark{font-size:1.6rem}.proof-phone{margin:0 auto;width:min(20.5rem,100%)}.phone-app--proof{grid-gap:1rem;display:grid;gap:1rem}.proof-phone__welcome{font-size:1.12rem;font-weight:700;margin-top:.2rem}.proof-progress,.proof-step,.proof-streak{background:#ffffff0d;border:1px solid #d7ffb31a;border-radius:1.4rem;padding:.95rem}.proof-panel__button,.proof-step--action button{background:linear-gradient(135deg,#cdf26b,#99e350);border:0;border-radius:999px;color:#0b130c;cursor:pointer;font-size:.95rem;font-weight:800;min-height:2.9rem;width:100%}.proof-step--action{grid-gap:.75rem;display:grid;gap:.75rem}.proof-step__secondary{background:#ffffff0a;border:1px solid #d6ffbe24;border-radius:999px;color:#f1f7eed1;cursor:pointer;font-size:.92rem;font-weight:700;min-height:2.5rem;width:100%}.proof-panel__button:disabled,.proof-step--action button:disabled,.proof-step__secondary:disabled{cursor:not-allowed;opacity:.72;transform:none}.proof-streak strong{font-size:2.5rem}.proof-streak__bars{grid-gap:.4rem;align-items:end;display:grid;gap:.4rem;grid-template-columns:repeat(7,minmax(0,1fr));margin-top:1rem}.proof-streak__bars i{background:#d6ffbe29;border-radius:999px;display:block;height:1.4rem}.proof-streak__bars i:first-child{height:1.2rem}.proof-streak__bars i:nth-child(2){height:1.6rem}.proof-streak__bars i:nth-child(3){height:1.8rem}.proof-streak__bars i:nth-child(4){height:1.5rem}.proof-streak__bars i:nth-child(5){height:1.75rem}.proof-streak__bars i:nth-child(6){height:1.45rem}.proof-streak__bars--active{background:linear-gradient(180deg,#d1f667,#8fd949)!important;height:2.7rem!important}.proof-progress__bar{background:#ffffff14;border-radius:999px;height:.52rem;margin-top:.95rem;overflow:hidden}.proof-progress__bar span{background:linear-gradient(90deg,#c9f36c,#7ecf5a);border-radius:inherit;display:block;height:100%;width:57%}.phone-footer-nav{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:.5rem}.phone-footer-nav__item{color:#ffffff8c;font-size:.86rem;text-align:center}.phone-footer-nav__item--active{color:#d6f86f;font-weight:700}.proof__panel{padding:1.5rem}.proof-panel__badge{align-items:center;background:#d6ffbe1f;border-radius:999px;color:#e1f8cd;display:inline-flex;font-size:.84rem;font-weight:700;padding:.6rem .85rem}.proof-metrics{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:1.5rem 0}.proof-metric{background:#ffffff0f;border-radius:1.3rem;padding:1rem}.proof-metric strong{display:block;font-size:1.55rem}.proof-metric span{color:#f1f7eeb8;display:block;line-height:1.4;margin-top:.35rem}.proof-panel__stack{grid-gap:1rem;display:grid;gap:1rem}.proof-panel__button{margin-top:1.45rem}.feature-rail{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem;padding:1rem 0 0}.feature-rail__item{grid-gap:1rem;align-items:start;border-top:1px solid #daffbc1f;display:grid;gap:1rem;grid-template-columns:auto 1fr;padding:1.3rem .3rem}.feature-rail__item p{color:#f0f6efbd}.audience{background:radial-gradient(circle at top left,#a5dd8829,#0000 26%),linear-gradient(180deg,#fcf8f1eb,#f7f2e9fa)}.audience__curve{background:linear-gradient(160deg,#ffffffb3,#d2e2aa47);clip-path:ellipse(72% 56% at 50% 0);height:34rem;inset:22% -12% auto 52%;opacity:.7;position:absolute}.audience__heading{max-width:52rem}.audience__cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.audience-card{display:flex;flex-direction:column;gap:1rem;min-height:18rem;padding:1.6rem;transition:transform .22s ease,box-shadow .22s ease,opacity .36s ease,translate .36s ease}.audience-card__icon{background:#8bc96c24;color:var(--color-green-deep);font-weight:800}.audience-card__mini-ui{background:linear-gradient(180deg,#f9fdf6d6,#f3f9efad);border:1px solid #588b4e1f;border-radius:1.25rem;margin-top:auto;padding:1rem}.audience-card__mini-ui strong{color:var(--color-ink)}.cta-repeat{overflow:hidden}.cta-repeat__glow{background:#abeb7d2e;height:12rem;left:50%;top:5rem;transform:translateX(-50%);width:24rem}.cta-repeat__content{max-width:60rem;text-align:center}.cta-repeat__content h2{margin-bottom:.75rem}.faq-block{background:#ffffffb8;border:1px solid #26372814;border-radius:2rem;box-shadow:var(--shadow-soft);margin-top:2.4rem;padding:1.5rem;text-align:left}.faq-block__header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.faq-block__header p{color:var(--color-muted);margin:0}.faq-list{grid-gap:.8rem;display:grid;gap:.8rem}.faq-item{background:#faf7f0bd;border:1px solid #26372814;border-radius:1.3rem;overflow:hidden}.faq-item button{align-items:center;background:#0000;border:0;color:var(--color-ink);cursor:pointer;display:flex;font:inherit;font-size:1rem;font-weight:700;gap:1rem;justify-content:space-between;padding:1.1rem 1.2rem;width:100%}.faq-item__body{max-height:0;overflow:hidden;transition:max-height .26s ease}.faq-item__body p{color:var(--color-muted);line-height:1.7;margin:0;padding:0 1.2rem 1.2rem}.faq-item--open .faq-item__body{max-height:14rem}.final-close{background:radial-gradient(circle at 50% 20%,#c8f7643d,#0000 22%),radial-gradient(circle at 50% 100%,#bef1821a,#0000 45%),linear-gradient(180deg,#101411,#080a08);color:var(--color-white);padding-bottom:2rem}.final-close__halo{background:#cdf46938;height:14rem;left:50%;top:10rem;transform:translateX(-50%);width:30rem}.final-close__content{max-width:56rem;text-align:center}.final-close__content h2{margin-bottom:.7rem}.site-footer{border-top:1px solid #bee7b31f;margin-top:4.2rem;padding-top:2rem;position:relative}.site-footer__inner{grid-gap:1.2rem;align-items:center;display:grid;gap:1.2rem;grid-template-columns:1fr auto auto}.site-footer__brand p{color:#f0f6efad;margin:.7rem 0 0}.site-footer__links{align-items:center;display:inline-flex;gap:1.3rem}[data-reveal]{opacity:0;transition:opacity .52s ease,translate .52s ease;translate:0 2rem}[data-reveal].is-visible{opacity:1;translate:0 0}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes floatPulse{0%,to{box-shadow:0 0 0 #8ce17826;transform:translateY(0)}50%{box-shadow:0 14px 30px #8ce17833;transform:translateY(6px)}}@media (max-width:1100px){.hero__grid,.mechanism__layout,.pain-layout,.proof__grid{grid-template-columns:1fr}.hero__visual{padding-left:1rem}.proof__panel,.proof__phone-wrap{margin:0 auto;max-width:30rem;width:100%}.hero__copy h1,.proof__copy h2{max-width:none}.mechanism__phone{padding-left:0}.audience__cards,.feature-rail,.pace-relief__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.site-header__actions .button,.site-nav{display:none}.menu-toggle,.mobile-nav{display:flex}.mobile-nav{background:#fffaf4f0;border:1px solid #1a2a1c14;border-radius:1.4rem;box-shadow:0 20px 40px #12161314;flex-direction:column;gap:.85rem;left:1rem;opacity:0;padding:1rem;pointer-events:none;position:absolute;right:1rem;top:calc(100% + .65rem);transition:opacity .18s ease,translate .18s ease;translate:0 -.7rem}.mobile-nav a{color:var(--color-ink);font-weight:700;text-decoration:none}.mobile-nav--open{opacity:1;pointer-events:auto;translate:0 0}.mobile-nav__cta{width:100%}.hero__visual{padding:1rem 0 0}.floating-note{width:11rem}.audience__cards,.mechanism__cards{grid-auto-columns:minmax(78vw,1fr);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:.35rem;scroll-snap-type:x mandatory}.audience-card,.mechanism-card{scroll-snap-align:start}.feature-rail,.proof-metrics,.site-footer__inner{grid-template-columns:1fr}.faq-block__header,.site-footer__inner{justify-items:start}}@media (max-width:720px){.container{width:min(100% - 1.2rem,42rem)}.section{padding:2.8rem 0}.site-header__inner{padding:.8rem .9rem}.brand__logo{height:2.2rem;width:2.2rem}.brand__wordmark{font-size:1.7rem}.waitlist-form{grid-template-columns:1fr}.button,.proof-panel__button{width:100%}.audience__heading h2,.cta-repeat__content h2,.final-close__content h2,.hero__copy h1,.mechanism__heading h2,.pain-copy h2,.pain-visual h2,.proof__copy h2{font-size:clamp(2.5rem,12vw,3.9rem)}.phone-shell__body{min-height:clamp(27rem,56svh,32rem)}.floating-note{display:none}.hero__scroll{color:var(--color-ink)}.hero__scroll span{border-color:#19231a29}.feature-rail,.pace-relief__cards{grid-template-columns:1fr}.audience__cards,.mechanism__cards{grid-auto-columns:minmax(86vw,1fr)}.overwhelm-stack{grid-gap:1rem;display:grid;gap:1rem;min-height:auto}.overwhelm-card,.overwhelm-loader{position:static;width:100%}.faq-block,.pain-copy,.pain-visual,.proof__panel{padding:1.3rem}.quote-card{max-width:none}.site-footer__links{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}[data-reveal]{opacity:1;translate:0 0}}
/*# sourceMappingURL=main.a0db40f8.css.map*/