@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@100..900&display=swap";
:root{--font-geist-sans:"Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-geist-mono:"Geist Mono", ui-monospace, SFMono-Regular, monospace;--bg:#fafaf8;--surface:#fff;--ink:#0a0a0a;--ink-soft:#2b2b2a;--muted:#5c5c5c;--hair:#0a0a0a14;--hair-strong:#0a0a0a24;--phase-red:#c0392b;--phase-blue:#7fb3d3;--phase-teal:#5aaa8a;--phase-lav:#b8a0c8;--radius-card:18px;--radius-pill:999px;--maxw:1200px;--gutter:clamp(20px, 4vw, 56px)}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", sans-serif;font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;letter-spacing:-.005em;font-size:17px;line-height:1.55}img,svg{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0}.shell{max-width:var(--maxw);padding:0 var(--gutter);margin:0 auto}.topbar{padding:28px 0 0}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.wordmark{letter-spacing:-.02em;align-items:center;gap:14px;font-size:19px;font-weight:500;display:inline-flex}.dots{align-items:center;gap:6px;display:inline-flex}.dots span{border-radius:50%;width:9px;height:9px;display:inline-block}.dots .d1{background:var(--phase-red)}.dots .d2{background:var(--phase-blue)}.dots .d3{background:var(--phase-teal)}.dots .d4{background:var(--phase-lav)}.topbar-cta{color:var(--muted);border:1px solid var(--hair);border-radius:var(--radius-pill);padding:8px 14px;font-size:14px;transition:border-color .15s,color .15s}.topbar-cta:hover{border-color:var(--hair-strong);color:var(--ink)}.hero{padding:clamp(48px,8vw,96px) 0 clamp(40px,6vw,72px)}.hero-grid{align-items:center;gap:clamp(40px,6vw,80px);display:grid}.hero-grid.split{grid-template-columns:1.05fr 1fr}.hero-grid.centered{text-align:center;grid-template-columns:1fr;justify-items:center}.eyebrow{letter-spacing:.04em;color:var(--muted);text-transform:uppercase;align-items:center;gap:10px;margin-bottom:4px;font-size:13px;display:inline-flex}.eyebrow .dots span{width:7px;height:7px}h1.headline{letter-spacing:-.035em;text-wrap:balance;max-width:22ch;margin:22px 0;font-size:clamp(40px,6.2vw,76px);font-weight:400;line-height:1.02}.headline-flip{vertical-align:bottom;flex-direction:column;height:1.02em;display:inline-flex;overflow:hidden}.headline-flip-inner{flex-direction:column;animation:4.5s cubic-bezier(.77,0,.175,1) infinite wordFlip;display:flex}.headline-flip-word{height:1.02em;color:var(--phase-blue);white-space:nowrap;align-items:flex-end;display:flex}.headline-flip-word:nth-child(2){color:var(--phase-teal)}.headline-flip-word:nth-child(3){color:var(--phase-lav)}@keyframes wordFlip{0%,28%{transform:translateY(0)}33%,61%{transform:translateY(-33.333%)}66%,94%{transform:translateY(-66.666%)}to{transform:translateY(-99.99%)}}.subhead{color:var(--muted);text-wrap:pretty;max-width:46ch;margin:0 0 36px;font-size:clamp(17px,1.5vw,20px);line-height:1.5}.cta-row{flex-wrap:wrap;gap:12px;display:flex}.cta-store{color:#fff;background:#0a0a0a;border-radius:14px;align-items:center;gap:12px;min-height:56px;padding:14px 22px 14px 18px;transition:transform .18s,background .18s;display:inline-flex}.cta-store:hover{background:#1a1a1a;transform:translateY(-1px)}.cta-store .glyph{font-size:26px;line-height:1}.cta-store .store-stack{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.cta-store .store-small{opacity:.75;letter-spacing:.02em;font-size:11px}.cta-store .store-big{letter-spacing:-.01em;font-size:17px;font-weight:500}.hero-meta{color:var(--muted);align-items:center;gap:14px;margin-top:28px;font-size:14px;display:inline-flex}.stars{color:var(--ink);gap:2px;display:inline-flex}.stars svg{width:14px;height:14px}.dot-sep{background:var(--hair-strong);border-radius:50%;width:3px;height:3px;display:inline-block}.phone-slot{perspective:1200px;justify-content:center;align-items:center;animation:1.6s cubic-bezier(.16,1,.3,1) forwards phoneEntrance;display:flex;position:relative}.phone-slot>div{transform-style:preserve-3d;transform:rotateX(9deg)rotateY(-14deg)rotate(5deg)scale(.96);transition:transform .8s cubic-bezier(.25,1,.5,1),box-shadow .8s cubic-bezier(.25,1,.5,1)!important}.phone-slot:hover>div{transform:rotateX(4deg)rotateY(-6deg)rotate(2deg)translateY(-10px)scale(1);box-shadow:0 60px 120px #00000040,0 0 0 1px #0000001f!important}@keyframes phoneEntrance{0%{opacity:0;transform:translateY(60px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.app-screen{background:linear-gradient(#fbfbfb 0%,#f2f2f4 100%);flex-direction:column;gap:14px;height:100%;padding:56px 18px 30px;display:flex}.app-screen.tinted-blue{background:linear-gradient(#eaf2f8 0%,#dce9f2 100%)}.app-screen.tinted-teal{background:linear-gradient(#e3efe8 0%,#d2e4d9 100%)}.app-top{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.app-greeting{color:#0a0a0a8c;font-size:13px}.app-avatar{color:#fff;background:#0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:500;display:flex}.phase-card{-webkit-backdrop-filter:blur(20px);background:#ffffff8c;border:1px solid #ffffffb3;border-radius:22px;flex-direction:column;gap:14px;padding:18px 18px 22px;display:flex}.phase-card .phase-row{justify-content:space-between;align-items:center;display:flex}.phase-card .phase-name{letter-spacing:-.005em;color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:500;display:inline-flex}.phase-card .phase-name .dot{border-radius:50%;width:8px;height:8px;display:inline-block}.phase-card .phase-day{color:#0a0a0a80;letter-spacing:.02em;text-transform:uppercase;font-size:11px}.phase-card .big-num{letter-spacing:-.04em;font-size:86px;font-weight:300;line-height:.92}.phase-card .of-cycle{color:#0a0a0a8c;margin-top:-6px;font-size:13px}.mission-card{color:#fff;background:#0a0a0a;border-radius:18px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.mission-card .mission-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;font-size:10.5px}.mission-card .mission-body{letter-spacing:-.01em;font-size:15px;line-height:1.35}.mission-card .mission-meta{color:#ffffff8c;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px;display:flex}.mini-stat-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mini-stat{background:#ffffff8c;border-radius:14px;flex-direction:column;gap:6px;padding:12px 12px 14px;display:flex}.mini-stat .stat-label{color:#0a0a0a80;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.mini-stat .stat-val{letter-spacing:-.015em;font-size:18px;font-weight:500}.mini-stat .stat-sub{color:#0a0a0a8c;font-size:11px}.cycle-ring{justify-content:center;align-items:center;display:flex}.cycle-ring svg{width:100%;max-width:220px;height:auto}.hook{border-top:1px solid var(--hair);padding:clamp(72px,10vw,140px) 0}.hook-bold{letter-spacing:-.025em;text-wrap:balance;max-width:22ch;font-size:clamp(28px,4.4vw,56px);font-weight:400;line-height:1.08}.hook-bold em{background:linear-gradient(90deg, var(--phase-red), var(--phase-blue), var(--phase-teal), var(--phase-lav));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.section-head{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:clamp(36px,4vw,56px);display:flex}.section-eyebrow{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.06em;color:var(--muted);text-transform:uppercase;font-size:12px}.section-title{letter-spacing:-.025em;text-wrap:balance;max-width:22ch;margin:14px 0 0;font-size:clamp(28px,3.6vw,44px);font-weight:400;line-height:1.08}.section-aside{color:var(--muted);max-width:36ch;margin:0;font-size:15px}.how{border-top:1px solid var(--hair);padding:clamp(64px,8vw,120px) 0}.how-steps{background:var(--hair);border:1px solid var(--hair);border-radius:24px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.how-step{background:var(--surface);flex-direction:column;min-height:280px;padding:36px 32px 40px;display:flex}.how-step .step-num{font-family:var(--font-geist-mono), ui-monospace, monospace;color:var(--muted);letter-spacing:.04em;margin-bottom:28px;font-size:12px}.how-step .step-icon{justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:28px;display:flex}.how-step h3{letter-spacing:-.02em;margin:0 0 8px;font-size:22px;font-weight:400;line-height:1.15}.how-step p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.features{border-top:1px solid var(--hair);padding:clamp(64px,8vw,120px) 0}.features-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feat-card{background:var(--surface);border:1px solid var(--hair);border-radius:var(--radius-card);padding:28px 26px 30px;transition:border-color .2s,transform .2s}.feat-card:hover{border-color:var(--hair-strong);transform:translateY(-2px)}.feat-tag{font-family:var(--font-geist-mono), ui-monospace, monospace;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:22px;font-size:11px;display:inline-flex}.feat-tag .dot{border-radius:50%;width:7px;height:7px;display:inline-block}.feat-card h3{letter-spacing:-.015em;margin:0 0 8px;font-size:19px;font-weight:500;line-height:1.25}.feat-card p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.5}.proof{border-top:1px solid var(--hair);padding:clamp(64px,8vw,120px) 0}.proof-rating{color:var(--muted);align-items:center;gap:12px;margin-bottom:28px;font-size:14px;display:flex}.proof-rating .stars svg{width:16px;height:16px}.proof-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.quote-card{background:var(--surface);border:1px solid var(--hair);border-radius:var(--radius-card);flex-direction:column;gap:18px;padding:32px 30px 28px;transition:border-color .2s,transform .2s;display:flex}.quote-card:hover{border-color:var(--hair-strong);transform:translateY(-2px)}.quote-card .quote{letter-spacing:-.015em;color:var(--ink-soft);text-wrap:pretty;margin:0;font-size:19px;line-height:1.45}.quote-card .attrib{color:var(--muted);align-items:center;gap:12px;font-size:14px;display:flex}.quote-card .attrib .pip{background:var(--bg);border:1px solid var(--hair);width:28px;height:28px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:500;display:flex}.final{border-top:1px solid var(--hair);text-align:center;padding:clamp(80px,10vw,140px) 0}.final h2{letter-spacing:-.03em;text-wrap:balance;max-width:18ch;margin:0 auto 18px;font-size:clamp(36px,5.6vw,72px);font-weight:400;line-height:1.04}.final .final-sub{color:var(--muted);max-width:38ch;margin:0 auto 36px;font-size:clamp(17px,1.5vw,19px)}.final .cta-row{justify-content:center}.final .dots{justify-content:center;margin:0 auto 28px}.foot{border-top:1px solid var(--hair);color:var(--muted);padding:40px 0 56px;font-size:13.5px}.foot-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.foot-brand{align-items:center;gap:12px;display:flex}.foot-links{gap:22px;display:flex}.foot-links a:hover{color:var(--ink)}@media (max-width:880px){.hero-grid.split,.how-steps,.features-cards{grid-template-columns:1fr}.how-steps{border-radius:18px}.proof-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start;gap:14px}h1.headline{max-width:100%}}@media (max-width:600px){.cta-row{flex-direction:column}.features-cards{grid-template-columns:1fr}}.mini-preview{background:var(--bg);border:1px solid var(--hair);height:130px;font-family:var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;border-radius:12px;flex-direction:column;justify-content:center;margin-bottom:22px;padding:16px;display:flex;position:relative;overflow:hidden}.phase-preview{background:linear-gradient(#eaf2f8 0%,#dce9f2 100%);border-color:#7fb3d34d;align-items:flex-start;gap:4px}.preview-phase-header{text-transform:uppercase;letter-spacing:.04em;color:var(--ink);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.preview-phase-header .dot{border-radius:50%;width:7px;height:7px}.preview-phase-header .dot.blue{background:var(--phase-blue)}.preview-phase-day{letter-spacing:-.03em;color:var(--ink);font-size:28px;font-weight:300;line-height:1}.preview-phase-quote{color:var(--muted);font-size:11px;font-style:italic}.mission-preview{color:#fff;background:#0a0a0a;border-color:#0a0a0a;align-items:flex-start;gap:6px}.mission-preview .preview-label{letter-spacing:.08em;color:#ffffff80;text-transform:uppercase;font-size:9px;font-weight:600}.mission-preview .preview-title{color:#fff;max-width:90%;font-size:13px;font-weight:400;line-height:1.35}.mission-preview .preview-meta{color:#ffffff73;font-size:9.5px}.memory-preview{background:#fff;justify-content:center}.preview-nudge{align-items:center;gap:12px;display:flex}.nudge-icon{background:#5aaa8a1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.nudge-title{color:var(--ink);font-size:12.5px;font-weight:500}.nudge-time{color:var(--muted);font-size:11px}.pregnancy-preview{background:linear-gradient(#f5eef8 0%,#e8daef 100%);border-color:#b8a0c84d;align-items:flex-start;gap:4px}.preg-week{color:var(--ink);font-size:18px;font-weight:600}.preg-desc{color:var(--ink-soft);font-size:12px}.preg-progress{background:#b8a0c833;border-radius:99px;width:100%;height:5px;margin-top:8px;overflow:hidden}.preg-progress .progress-bar{background:var(--phase-lav);border-radius:99px;height:100%;display:block}.patterns-preview{background:#fff;gap:10px}.pattern-row{color:var(--ink-soft);justify-content:space-between;align-items:center;font-size:12px;display:flex}.pattern-dots{gap:4px;display:flex}.pattern-dots .dot{background:var(--hair-strong);border-radius:50%;width:6px;height:6px}.pattern-dots .dot.fill{background:var(--phase-teal)}.private-preview{background:#fff;justify-content:center;align-items:center}.lock-seal{flex-direction:column;align-items:center;gap:8px;display:inline-flex}.lock-icon{font-size:24px;animation:3s ease-in-out infinite floatLock}.lock-seal span:last-child{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}@keyframes floatLock{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.gallery{border-top:1px solid var(--hair);padding:clamp(56px,7vw,100px) 0}.gallery .gallery-head{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:clamp(28px,3vw,44px);display:flex}.gallery .gallery-head .ttl{letter-spacing:-.02em;max-width:26ch;margin:0;font-size:clamp(20px,2.4vw,28px);font-weight:400}.gallery-row{grid-template-columns:repeat(3,1fr);align-items:end;gap:clamp(16px,2.4vw,28px);display:grid}.gallery-cell{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.gallery-cell .lbl{font-family:var(--font-geist-mono), ui-monospace, monospace;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;padding-left:4px;font-size:11.5px;display:flex}.gallery-cell .lbl .dot{border-radius:50%;width:7px;height:7px}.gallery-cell .desc{color:var(--muted);padding-left:4px;font-size:13.5px;line-height:1.45}.gallery-device-wrap{justify-content:center;align-items:center;width:100%;transition:transform .35s cubic-bezier(.25,1,.5,1);display:flex}.gallery-cell:hover .gallery-device-wrap{transform:translateY(-8px)}.spotlight{border-top:1px solid var(--hair);padding:clamp(72px,9vw,130px) 0}.spotlight-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(48px,6vw,96px);display:grid}.spotlight-phone{justify-content:center;align-items:center;display:flex}.spotlight-text .eyebrow{margin-bottom:18px}.spotlight-text h2{letter-spacing:-.025em;text-wrap:balance;max-width:16ch;margin:0 0 22px;font-size:clamp(32px,4.2vw,56px);font-weight:400;line-height:1.06}.spotlight-text p{color:var(--muted);text-wrap:pretty;max-width:44ch;margin:0 0 18px;font-size:clamp(16px,1.4vw,18px);line-height:1.55}.spotlight-list{flex-direction:column;gap:14px;margin:24px 0 0;padding:0;list-style:none;display:flex}.spotlight-list li{color:var(--ink-soft);border-top:1px solid var(--hair);grid-template-columns:24px 1fr;align-items:baseline;gap:14px;padding:14px 0;font-size:15px;display:grid}.spotlight-list li:last-child{border-bottom:1px solid var(--hair)}.spotlight-list li .num{font-family:var(--font-geist-mono), ui-monospace, monospace;color:var(--muted);font-size:12px}.spotlight-device-wrap{justify-content:center;align-items:center;width:100%;transition:transform .35s cubic-bezier(.25,1,.5,1);display:flex}.spotlight-phone:hover .spotlight-device-wrap{transform:scale(1.02)translateY(-4px)}@media (max-width:880px){.gallery-row{grid-template-columns:1fr;gap:28px;max-width:320px;margin:0 auto}.spotlight-grid{grid-template-columns:1fr;gap:40px}}
