@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap";
:root{--bg-deep:#0b091a;--bg-surface:#13102a;--bg-card:#1c1838;--purple-core:#6b6bb5;--purple-light:#a89fe8;--purple-pale:#c4b8ff;--white-warm:#ede8ff;--muted:#7a7290;--border:#a89fe826}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--white-warm);margin:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px}a{color:inherit;text-decoration:none}button,input{font:inherit;color:inherit}.page{background:var(--bg-deep);background:var(--bg-deep);min-height:100svh}.section-container{width:min(100%,72rem);margin:0 auto;padding:0 1.25rem}.section-centered{text-align:center;max-width:48rem;margin-inline:auto}h1,h2,h3,p{margin:0}h1{letter-spacing:-.02em;font-size:clamp(2.2rem,8vw,4.2rem);font-weight:400;line-height:1.05}h2{font-size:clamp(1.7rem,5.4vw,2.8rem);font-weight:400;line-height:1.14}h3{font-size:1.1rem;font-weight:400;line-height:1.4}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--purple-light);font-size:14px;font-weight:300;line-height:20px}.body-small{font-size:14px;line-height:20px}.muted{color:var(--muted)}.surface{background:var(--bg-surface)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px}.btn{cursor:pointer;border:1px solid #0000;border-radius:9999px;padding:.8rem 1.15rem;font-size:14px;font-weight:400;line-height:20px;transition:opacity .22s,transform .22s,border-color .22s,background-color .22s}.btn:hover{opacity:.92;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--purple-light), var(--purple-pale));color:var(--bg-deep)}.btn-outline{border-color:var(--border);color:var(--white-warm);background:0 0}.hero-gradient-title{background:linear-gradient(145deg, var(--white-warm), var(--purple-pale));color:#0000;-webkit-background-clip:text;background-clip:text}.soft-divider{border:0;border-top:1px solid var(--border)}.input-base{border:1px solid var(--border);background:var(--bg-card);border-radius:14px;outline:none;width:100%;min-height:48px;padding:.75rem .9rem}.input-base::placeholder{color:var(--muted)}.input-base:focus{border-color:var(--purple-light)}.fade-up{opacity:0;transition:opacity .52s,transform .52s;transform:translateY(18px)}.fade-up.is-visible{opacity:1;transform:translateY(0)}.floating-sheep{animation:5s ease-in-out infinite sheepFloat}.atmosphere-blob{filter:blur(64px);pointer-events:none;z-index:0;background:linear-gradient(135deg, var(--purple-core), var(--purple-pale));opacity:.22;border-radius:999px;position:absolute}.nav{z-index:40;background:color-mix(in srgb, var(--bg-deep) 90%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;position:fixed;top:0}.nav-scrolled{border-bottom:1px solid var(--border)}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.nav-brand{align-items:center;gap:.45rem;font-size:16px;display:inline-flex}.nav-links{display:none}.nav-actions{align-items:center;gap:.55rem;display:flex}.nav-cta{display:none}.nav-hamburger{border:1px solid var(--border);background:0 0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;display:inline-flex}.nav-hamburger span{border-top:1px solid var(--white-warm);width:14px}.nav-overlay{opacity:0;pointer-events:none;z-index:45;background:#07061199;transition:opacity .24s;position:fixed;inset:0}.nav-overlay.is-open{opacity:1;pointer-events:auto}.mobile-panel{background:var(--bg-surface);border-left:1px solid var(--border);z-index:50;flex-direction:column;width:min(85vw,320px);height:100svh;padding:1.1rem;transition:transform .26s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-panel.is-open{transform:translate(0)}.mobile-panel-header{justify-content:space-between;align-items:center;margin-bottom:1.4rem;display:flex}.mobile-panel-header button{color:var(--muted);background:0 0;border:0}.mobile-links{gap:.85rem;display:grid}.mobile-links a{padding:.35rem 0}.mobile-cta{text-align:center;margin-top:auto}.hero-section{align-items:center;min-height:100svh;padding-top:5.5rem;display:flex;position:relative;overflow:hidden}.hero-stars{z-index:0;width:100%;height:100%;position:absolute;inset:0}.blob-a{width:16rem;height:16rem;top:16%;left:-4rem}.blob-b{width:17rem;height:17rem;bottom:8%;right:-4rem}.hero-grid{z-index:1;align-items:center;gap:1.3rem;width:100%;display:grid;position:relative}.hero-visual{justify-content:center;display:flex}.hero-copy{text-align:center}.hero-pill{border:1px solid var(--border);background:color-mix(in srgb, var(--bg-card) 65%, transparent);border-radius:999px;margin-bottom:.85rem;padding:.4rem .75rem;font-size:14px;line-height:20px;animation:2.4s ease-in-out infinite pillPulse;display:inline-block}.hero-copy p.muted{margin-top:.9rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.2rem;display:flex}.hero-micro-pills{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:1rem;display:flex}.hero-micro-pills span{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.24rem .58rem;font-size:14px;line-height:20px}.section-problem,.section-how,.section-mockup,.section-features,.section-mascot,.section-pricing,.section-faq,.section-social-proof,.section-press,.section-waitlist{padding:5.4rem 0}.section-problem p.muted,.section-how p.muted,.section-mascot p.muted{margin-top:.95rem}.stats-grid{gap:.8rem;margin-top:1.5rem;display:grid}.stats-grid article{border:1px solid var(--border);border-radius:16px;padding:.85rem}.stat-value{color:var(--purple-light);font-size:1.55rem;line-height:1.2}.steps-list{text-align:left;margin-top:1.3rem}.step-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;gap:.8rem;padding:1rem 0;display:grid}.step-item span{color:var(--purple-light);min-width:2.5ch;font-size:2rem;line-height:1}.step-item p{white-space:pre-line;margin-top:.45rem}.science-link{color:var(--purple-light);margin-top:1.1rem;display:inline-block}.devices-row{grid-template-columns:1fr;gap:1rem;margin-top:1.4rem;display:grid}.device-frame{border:1px solid var(--border);background:var(--bg-card);border-radius:36px;width:min(100%,280px);margin-inline:auto;padding:.45rem;transform:perspective(700px)rotateY(-8deg)rotateX(3deg)}.device-cycles{transform:perspective(700px)rotateY(0)rotateX(3deg)}.device-alarm{transform:perspective(700px)rotateY(8deg)rotateX(3deg)}.device-notch{background:var(--bg-surface);border-radius:0 0 14px 14px;width:90px;height:16px;margin-inline:auto}.device-screen{border:1px solid var(--border);background:linear-gradient(180deg, var(--bg-surface), var(--bg-deep));border-radius:30px;min-height:320px;margin-top:.4rem;padding:.85rem}.device-title{text-align:left}.device-home{place-items:center;gap:.4rem;min-height:250px;display:grid}.device-chart{width:100%;stroke:var(--purple-light);stroke-width:2.2px;fill:none;margin-top:1rem}.device-chart .axis{stroke:var(--border)}.alarm-screen{align-content:center;place-items:center;gap:.55rem;min-height:250px;display:grid}.alarm-time{font-size:2rem;line-height:1}.features-grid{gap:.9rem;margin-top:1.4rem;display:grid}.feature-card{text-align:left;padding:1rem}.feature-icon{margin-bottom:.55rem}.feature-card p{white-space:pre-line;margin-top:.45rem}.section-mascot{text-align:center}.section-mascot .floating-sheep{margin-bottom:1rem}.mascot-quote{color:var(--purple-light);margin-top:.95rem;font-style:italic}.pricing-grid{gap:.95rem;margin-top:1.5rem;display:grid}.pricing-card{text-align:left;padding:1rem;position:relative}.pricing-card.is-highlighted{border-color:color-mix(in srgb, var(--purple-light) 40%, var(--border))}.pricing-badge{border:1px solid var(--border);color:var(--purple-light);border-radius:999px;padding:.22rem .55rem;font-size:12px;line-height:18px;position:absolute;top:1rem;right:1rem}.pricing-price{margin-top:.35rem;font-size:1.65rem;line-height:1.2}.pricing-features{gap:.45rem;margin:.8rem 0 1rem;padding:0;list-style:none;display:grid}.pricing-features li{align-items:center;gap:.45rem;display:flex}.pricing-note{margin-top:1rem}.faq-list{text-align:left;margin-top:1.3rem}.faq-item{border-bottom:1px solid var(--border)}.faq-trigger{width:100%;color:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.6rem;padding:1rem 0;display:flex}.faq-sign{color:var(--purple-light)}.faq-panel{transition:max-height .26s;overflow:hidden}.faq-content{padding-bottom:.95rem}.testimonials-grid{gap:.9rem;display:grid}.testimonial-card{padding:1rem}.avatar{background:color-mix(in srgb, var(--purple-light) 30%, var(--bg-card));width:34px;height:34px;color:var(--white-warm);border-radius:50%;place-items:center;margin-bottom:.65rem;font-size:13px;line-height:18px;display:grid}.testimonial-card p+p{margin-top:.5rem}.section-press{text-align:center}.press-logos{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1rem 0;display:flex}.press-logos span{border:1px solid var(--border);opacity:.5;border-radius:999px;padding:.35rem .7rem}.waitlist-form{gap:.6rem;width:min(100%,36rem);margin:1.2rem auto 0;display:grid}.waitlist-success{justify-items:center;gap:.35rem;width:min(100%,24rem);margin:1.2rem auto 0;padding:1rem;display:grid}.section-waitlist p{margin-top:.65rem}.footer{border-top:1px solid var(--border);padding:2rem 0 2.6rem}.footer-grid{gap:1.5rem;display:grid}.footer-brand{align-items:center;gap:.45rem;display:inline-flex}.footer-title{margin-bottom:.55rem;font-size:16px;line-height:24px}.footer-links{gap:.38rem;margin:0;padding:0;list-style:none;display:grid}.footer-socials{gap:.55rem;margin-top:.65rem;display:inline-flex}.footer-socials a{border:1px solid var(--border);width:30px;height:30px;color:var(--muted);border-radius:999px;place-items:center;display:grid}.footer-copy{border-top:1px solid var(--border);margin-top:1.2rem;padding-top:1rem}.legal-section{padding-top:7rem;padding-bottom:5rem}.legal-content{width:min(100%,46rem)}.legal-content h1{font-size:clamp(2rem,6vw,3rem)}.legal-content h2{margin-top:1.7rem;font-size:1.32rem}.legal-content p{color:var(--muted);margin-top:.6rem}.cookie-banner{z-index:60;border:1px solid var(--border);background:var(--bg-card);border-radius:16px;gap:.65rem;padding:.8rem;display:grid;position:fixed;bottom:.75rem;left:.75rem;right:.75rem}.cookie-banner p{color:var(--muted)}.cookie-actions{flex-wrap:wrap;gap:.55rem;display:flex}@keyframes sheepFloat{0%{transform:translateY(0)}50%{transform:translateY(-9px)}to{transform:translateY(0)}}@keyframes pillPulse{0%{opacity:.86}50%{opacity:1}to{opacity:.86}}@media (min-width:768px){.section-container{padding:0 2rem}.btn{padding:.9rem 1.4rem;font-size:16px;line-height:24px}.nav-links{color:var(--muted);gap:1rem;font-size:14px;line-height:20px;display:inline-flex}.nav-cta{display:inline-flex}.nav-hamburger,.mobile-panel,.nav-overlay{display:none}.hero-grid{grid-template-columns:1.06fr 1fr}.hero-visual{order:2;justify-content:flex-end}.hero-copy{text-align:left;order:1}.hero-actions,.hero-micro-pills{justify-content:flex-start}.stats-grid,.devices-row,.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:repeat(3,1fr)}.waitlist-form{grid-template-columns:1fr auto}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.cookie-banner{max-width:44rem;margin-left:auto;bottom:1rem;left:1.2rem;right:1.2rem}}
