html{scroll-behavior:smooth}.landing-waitlist-section{padding:40px 0 72px;text-align:center}.landing-waitlist{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:520px;padding:0 8px}@media (min-width:560px){.landing-waitlist{flex-direction:row;align-items:stretch}}.landing-waitlist-input{flex:1;padding:16px 22px;border-radius:9999px;border:1px solid rgba(255,250,245,.12);background:rgba(22,34,54,.85);color:var(--cream);font-family:inherit;font-size:15px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.landing-waitlist-input::-moz-placeholder{color:rgba(255,250,245,.38)}.landing-waitlist-input::placeholder{color:rgba(255,250,245,.38)}.landing-waitlist-input:focus{border-color:hsla(24,85%,82%,.55);box-shadow:0 0 0 4px hsla(24,85%,82%,.1)}.landing-waitlist-input:disabled{opacity:.6}.landing-waitlist-btn{padding:16px 28px;border-radius:9999px;border:none;background:linear-gradient(135deg,#f8c8a8,#ee9b78);color:var(--midnight);font-family:inherit;font-weight:600;font-size:15px;cursor:pointer;white-space:nowrap;box-shadow:0 0 60px hsla(24,85%,82%,.22);transition:transform .12s ease,opacity .12s ease}.landing-waitlist-btn:active{transform:scale(.98)}.landing-waitlist-btn:disabled{opacity:.55;cursor:not-allowed}.landing-waitlist-success{margin:0 auto;max-width:480px;padding:18px 24px;border-radius:9999px;background:rgba(162,200,162,.12);border:1px solid rgba(162,200,162,.35);color:var(--sage);font-size:16px;text-align:center}.landing-waitlist-error{width:100%;margin:4px 0 0;color:var(--coral);font-size:13px;text-align:center}.landing-waitlist-note{margin:18px auto 0;max-width:40rem;color:rgba(255,250,245,.45);font-size:13px}.landing-mono{font-family:DM Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,250,245,.55)}.landing-container{max-width:1080px;margin:0 auto;padding:0 24px}.landing-hero{position:relative;padding:88px 0 96px;text-align:center;overflow:hidden}.landing-hero:before{content:"";background:radial-gradient(circle at 50% 20%,hsla(24,85%,82%,.18),transparent 55%),radial-gradient(circle at 80% 80%,rgba(190,178,215,.08),transparent 55%)}.landing-hero:before,.landing-stars{position:absolute;inset:0;pointer-events:none}.landing-stars{overflow:hidden}.landing-stars span{position:absolute;width:2px;height:2px;border-radius:9999px;background:#fffaf5;opacity:.5;animation:landing-twinkle 4s ease-in-out infinite}@keyframes landing-twinkle{0%,to{opacity:.2}50%{opacity:.85}}.landing-hero h1{position:relative;margin:12px 0 0;font-size:clamp(72px,14vw,140px);font-weight:900;letter-spacing:-.04em;background:linear-gradient(135deg,#f8c8a8,#ee9b78);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.landing-tag{position:relative;margin-top:20px;font-style:italic;font-size:20px;color:rgba(255,250,245,.9)}.landing-sub{position:relative;margin:18px auto 0;max-width:36rem;font-size:18px;color:rgba(255,250,245,.72)}.landing-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-top:40px;padding:18px 48px;border-radius:9999px;background:linear-gradient(135deg,#f8c8a8,#ee9b78);color:var(--midnight);font-weight:600;font-size:17px;box-shadow:0 0 60px hsla(24,85%,82%,.25);transition:transform .12s ease;text-decoration:none}.landing-cta:active{transform:scale(.98)}.landing-tiny{position:relative;margin-top:24px;color:rgba(255,250,245,.42)}.landing-section{padding:80px 0}.landing-eyebrow{display:inline-block;padding:6px 14px;border:1px solid hsla(24,85%,82%,.35);border-radius:9999px;color:var(--peach);background:hsla(24,85%,82%,.07)}.landing-title{margin:16px 0 10px;font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.02em;line-height:1.1}.landing-lede{max-width:44rem;font-size:17px;color:rgba(255,250,245,.7)}.landing-problem .landing-title{max-width:36rem}.landing-problem ul{margin:28px 0 0;padding:0;list-style:none;display:grid;gap:14px;max-width:40rem}.landing-problem li{padding:14px 18px;border-radius:16px;background:rgba(22,34,54,.6);border:1px solid rgba(255,250,245,.05);color:rgba(255,250,245,.88)}.landing-stages{background:radial-gradient(circle at 20% 0,rgba(162,200,162,.08),transparent 55%),radial-gradient(circle at 90% 80%,hsla(24,85%,82%,.07),transparent 55%)}.landing-stage-grid{margin-top:40px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:860px){.landing-stage-grid{grid-template-columns:repeat(3,1fr)}}.landing-stage-card{padding:28px;border-radius:28px;background:var(--navy);border:1px solid hsla(24,85%,82%,.14)}.landing-stage-card.trying{border-color:rgba(162,200,162,.22)}.landing-stage-card.expecting{border-color:hsla(24,85%,82%,.22)}.landing-stage-card.newmom{border-color:rgba(190,178,215,.22)}.landing-stage-card .emoji{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:rgba(255,250,245,.06);font-size:22px;margin-bottom:16px}.landing-stage-card.trying .emoji{background:rgba(162,200,162,.12)}.landing-stage-card.expecting .emoji{background:hsla(24,85%,82%,.14)}.landing-stage-card.newmom .emoji{background:rgba(190,178,215,.14)}.landing-stage-card h3{margin:0 0 10px;font-family:DM Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--peach)}.landing-stage-card.trying h3{color:var(--sage)}.landing-stage-card.newmom h3{color:var(--lavender)}.landing-stage-card p{margin:0;color:rgba(255,250,245,.85);font-size:15.5px}.landing-stage-card em{color:var(--cream);font-style:normal;font-weight:500}.landing-bubbles{background:radial-gradient(circle at 70% 30%,hsla(24,85%,82%,.06),transparent 60%)}.landing-bubble-cloud{margin-top:36px;display:flex;flex-wrap:wrap;gap:12px;max-width:60rem}.landing-bubble{padding:12px 18px;border-radius:9999px;background:rgba(22,34,54,.7);border:1px solid rgba(255,250,245,.06);color:rgba(255,250,245,.85);font-size:14px}.landing-bubble.ttc{border-color:rgba(162,200,162,.28);color:rgba(255,250,245,.95)}.landing-bubble.exp{border-color:hsla(24,85%,82%,.28)}.landing-bubble.mom{border-color:rgba(190,178,215,.28)}.landing-testimonials{background:radial-gradient(circle at 20% 80%,rgba(162,200,162,.06),transparent 55%)}.landing-t-grid{margin-top:40px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:860px){.landing-t-grid{grid-template-columns:repeat(3,1fr)}}.landing-testimonial{padding:28px;border-radius:24px;background:var(--navy);border:1px solid rgba(255,250,245,.06)}.landing-testimonial blockquote{margin:0 0 18px;font-size:15.5px;color:rgba(255,250,245,.92);line-height:1.55}.landing-testimonial cite{display:block;font-style:normal;font-weight:600;color:var(--peach)}.landing-testimonial .who{font-family:DM Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,250,245,.5);margin-top:4px}.landing-final{text-align:center;padding:88px 24px 120px}.landing-final .landing-title{margin:16px auto 12px;max-width:40rem}.landing-final .landing-lede{margin:0 auto}.landing-footer{padding:32px 24px 56px;text-align:center;color:rgba(255,250,245,.4)}.landing-footer .dot{margin:0 10px;color:rgba(255,250,245,.3)}.landing-footer a{color:rgba(255,250,245,.65)}