@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap");:root{--navy:#0d1527;--navy-mid:#1e2d4a;--gold:#c8881e;--gold-light:#f5c96a;--gold-bg:#fdf6e8;--gold-border:#f0d79a;--muted:#6b7280;--muted-lt:#9ca3af;--border:#e8eaed;--bg:#ffffff;--bg-warm:#fafaf8;--bg-alt:#f6f4f1;--max:1100px;--r-lg:20px;--r-xl:28px;--r-phone:38px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{max-width:var(--max);margin:0 auto;padding:0 28px}nav{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 28px;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Playfair Display,Georgia,serif;font-size:21px;font-weight:700;letter-spacing:-.3px}.logo em{font-style:normal;color:var(--gold)}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:13.5px;font-weight:500;color:var(--muted);transition:color .15s}.nav-links a:hover{color:var(--navy)}.btn-nav{background:var(--navy);color:#fff!important;padding:10px 20px;border-radius:8px;font-weight:600;font-size:13.5px;transition:opacity .15s}.btn-nav:hover{opacity:.88}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0}.hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);z-index:199;padding:16px 28px 24px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-menu ul li a{display:block;padding:13px 0;font-size:16px;font-weight:500;color:var(--muted);border-bottom:1px solid var(--border);transition:color .15s}.mobile-menu ul li:last-child a{border-bottom:none}.mobile-menu ul li a:hover{color:var(--navy)}.btn-nav-mobile{display:block;margin-top:16px;background:var(--navy);color:#fff!important;text-align:center;padding:13px 18px;border-radius:10px;font-size:15px;font-weight:600;transition:opacity .18s}.btn-nav-mobile:hover{opacity:.85}footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.08);padding:32px 40px;text-align:center;font-size:12px;letter-spacing:.06em}footer,footer a{color:rgba(255,255,255,.35)}footer a{text-decoration:none}footer a:hover{color:rgba(255,255,255,.75)}footer span{color:var(--gold)}.footer-cta{margin-bottom:28px}.footer-cta-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:14px}.footer-platform-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.footer-platform-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:10px;font-size:13px;font-weight:500;text-decoration:none;transition:transform .15s,opacity .15s;white-space:nowrap}.footer-platform-btn:hover{transform:translateY(-1px);opacity:.9}.footer-platform-apple{background:rgba(255,255,255,.1);color:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.15)}.footer-platform-google{background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}.prose-page{max-width:800px;margin:0 auto;padding:60px 32px 96px;color:var(--navy);line-height:1.8}.prose-page h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:32px;color:var(--navy)}.prose-page h2{font-size:1.4rem;font-weight:600;margin-top:40px;margin-bottom:14px;color:var(--navy)}.prose-page p{margin-bottom:16px}.prose-page ul{margin:0 0 16px 24px}.prose-page a{color:var(--gold);text-decoration:underline}.footer-links{list-style:none;padding:0;margin:12px 0 0;display:flex;justify-content:center;gap:24px}.footer-links li a{color:rgba(255,255,255,.45);text-decoration:none;font-size:12px;letter-spacing:.04em;transition:color .2s}.footer-links li a:hover{color:rgba(255,255,255,.8)}.article-outer{max-width:720px;margin:0 auto;padding:48px 32px 96px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted-lt);margin-bottom:32px}.breadcrumb a{color:var(--muted-lt);transition:color .15s}.breadcrumb a:hover{color:var(--navy)}.breadcrumb .sep{color:var(--border)}.article-tag{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}h1.article-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.55rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--navy);margin-bottom:18px}h1.article-title em{font-style:italic;color:var(--gold)}.article-subtitle{font-size:17px;font-weight:300;color:var(--muted);line-height:1.7;margin-bottom:24px}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:40px;font-size:13px}.meta-author{font-weight:600;color:var(--navy)}.meta-detail{color:var(--muted-lt)}.meta-dot{color:var(--border)}.article-body p{font-size:16px;line-height:1.8;color:var(--navy);margin-bottom:22px}.article-body h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--navy);margin:40px 0 14px}.article-body h2 em{font-style:italic;color:var(--gold)}.article-body h3{font-size:15px;font-weight:700;color:var(--navy);margin:28px 0 10px}.article-body strong{font-weight:600}.pull-quote{border-left:3px solid var(--gold);padding:2px 0 2px 20px;margin:28px 0}.pull-quote p{font-family:Playfair Display,Georgia,serif!important;font-size:1.1rem!important;font-style:italic;line-height:1.55!important;color:var(--navy)!important;margin:0!important}.insight-box{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;padding:20px 22px;margin:28px 0}.insight-box .ib-label{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-lt);margin-bottom:8px}.insight-box p{font-size:14px!important;color:var(--muted)!important;line-height:1.65!important;margin:0!important}.chat-sim{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin:28px 0}.chat-label{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-lt);margin-bottom:16px}.chat-bubble{display:flex;gap:10px;margin-bottom:10px;align-items:flex-start}.chat-bubble:last-child{margin-bottom:0}.bubble-name{font-size:10px;font-weight:700;color:var(--muted-lt);white-space:nowrap;padding-top:8px;width:28px;flex-shrink:0;text-align:right}.bubble-me .bubble-name{color:var(--gold)}.bubble-text{background:var(--bg);border:1px solid var(--border);border-radius:10px 10px 10px 2px;padding:9px 13px;font-size:13.5px;line-height:1.6;color:var(--navy);max-width:100%}.bubble-me .bubble-text{background:var(--navy);color:#fff;border-color:var(--navy);border-radius:10px 10px 2px 10px}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:28px 0}.stat-item{background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;padding:16px;text-align:center}.stat-val{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:6px;letter-spacing:-.03em}.stat-key{font-size:11px;color:var(--muted-lt);line-height:1.45}.cta-block{background:var(--navy);border-radius:14px;padding:32px 36px;margin:40px 0 0;text-align:center}.cta-block h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3}.cta-block h3 em{font-style:italic;color:var(--gold-light)}.cta-block p{font-size:14px!important;color:rgba(255,255,255,.6)!important;margin-bottom:20px!important;line-height:1.6!important}.cta-btn{display:inline-block;background:var(--gold);color:#fff;font-weight:700;font-size:14px;padding:12px 28px;border-radius:8px;transition:opacity .15s}.cta-btn:hover{opacity:.88}.cta-sub{display:block;margin-top:10px;font-size:11px;color:rgba(255,255,255,.35)}.related{margin-top:48px;padding-top:28px;border-top:1px solid var(--border)}.related-label{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-lt);margin-bottom:16px}.related-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.related-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;padding:16px 18px;transition:border-color .15s}.related-card:hover{border-color:var(--gold-border)}.rc-tag{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-lt);margin-bottom:6px}.rc-title{font-size:13px;font-weight:600;color:var(--navy);line-height:1.4}.rc-soon{font-size:10px;color:var(--muted-lt);margin-top:6px}@media (max-width:700px){.nav-inner{padding:0 20px}.nav-links{display:none}.hamburger{display:flex}.article-outer{padding:32px 20px 64px}.stat-row{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:1fr}}.hero{padding:48px 0 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(200,136,30,.09) 0,transparent 70%);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:var(--gold-bg);border:1px solid var(--gold-border);color:#8a5a0a;font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:14px;animation:heroUp .5s cubic-bezier(.22,.68,0,1.2) both}.hero-eyebrow:before{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(26px,3.8vw,48px);font-weight:700;line-height:1.12;letter-spacing:-1px;color:var(--navy);max-width:720px;margin:0 auto 16px;animation:heroUp .6s cubic-bezier(.22,.68,0,1.1) both;animation-delay:90ms}.hero h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:clamp(14px,1.5vw,16px);font-weight:400;color:var(--muted);max-width:680px;margin:0 auto 24px;line-height:1.65;animation:heroUp .55s ease both;animation-delay:.18s}.hero-ctas{align-items:center;gap:12px;margin-bottom:14px}.hero-ctas,.store-badges{display:flex;justify-content:center;flex-wrap:wrap}.store-badges{gap:10px;animation:heroUp .5s ease both;animation-delay:.26s}.store-badge{display:inline-block;transition:opacity .18s,transform .15s}.store-badge:hover{opacity:.88;transform:translateY(-1px)}.store-badge img{height:48px;width:auto;display:block}.hero-note{font-size:12px;color:var(--muted-lt);margin-top:12px;animation:heroFade .5s ease both;animation-delay:.3s}.hero-phones{position:relative;margin-top:60px;padding-bottom:0;animation:heroUp .7s ease both;animation-delay:.38s}.iphone-mock{position:relative;background:#1c1c1e;border-radius:48px;padding:11px 10px;box-shadow:0 0 0 1px rgba(255,255,255,.13),0 0 0 2.5px #2a2a2c,inset 0 0 0 1px rgba(255,255,255,.06),0 32px 80px rgba(0,0,0,.38),0 8px 20px rgba(0,0,0,.22)}.iphone-mock:after{right:-3.5px;top:104px;height:62px;border-radius:0 3px 3px 0;box-shadow:inset -1px 0 0 rgba(255,255,255,.08)}.iphone-mock:after,.iphone-mock:before{content:"";position:absolute;width:3.5px;background:#2e2e30}.iphone-mock:before{left:-3.5px;top:76px;height:30px;border-radius:3px 0 0 3px;box-shadow:0 46px 0 #2e2e30,0 84px 0 #2e2e30}.iphone-screen{border-radius:38px;overflow:hidden;background:#000;position:relative;line-height:0}.iphone-screen img{width:100%;height:auto;display:block}.iphone-island{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:108px;height:30px;background:#1c1c1e;border-radius:20px;z-index:5;pointer-events:none}.phones-fan{display:flex;align-items:flex-end;justify-content:center;padding-top:20px;overflow:visible;position:relative}.fan-phone{flex-shrink:0;position:relative}.fan-left{width:230px;transform:rotate(-10deg) translateY(48px);transform-origin:bottom center;margin-right:-28px;z-index:1;opacity:.9}.fan-center{width:268px;z-index:3}.fan-right{width:230px;transform:rotate(10deg) translateY(48px);transform-origin:bottom center;margin-left:-28px;z-index:2;opacity:.9}.fan-left .iphone-mock,.fan-right .iphone-mock{border-radius:44px;padding:10px 9px}.fan-left .iphone-screen,.fan-right .iphone-screen{border-radius:35px}.phones-floor{height:36px;background:linear-gradient(180deg,rgba(13,21,39,.07),transparent)}.proof-bar{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0;min-height:68px}.proof-inner{max-width:var(--max);margin:0 auto;padding:0 28px;justify-content:center;gap:40px;flex-wrap:wrap}.proof-inner,.proof-item{display:flex;align-items:center}.proof-item{gap:8px;font-size:13.5px;color:var(--muted);white-space:nowrap}.proof-item strong{color:var(--navy);font-weight:600}.section{padding:104px 0}.section-alt{background:var(--bg-alt)}.section-warm{background:var(--bg-warm)}.t-center{text-align:center}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(27px,3.5vw,44px);font-weight:700;line-height:1.12;letter-spacing:-1px;color:var(--navy);margin-bottom:16px}.subtext{font-size:17px;font-weight:300;color:var(--muted);line-height:1.7}.divider{height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:52px}.prob-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-lg);padding:28px 22px}.prob-card .prob-icon{font-size:26px;margin-bottom:14px}.prob-card h3{font-size:14.5px;font-weight:600;margin-bottom:8px}.prob-card p{font-size:13.5px;color:var(--muted);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px;margin-top:60px;position:relative}.steps:before{content:"";position:absolute;top:28px;left:calc(16.67% + 20px);right:calc(16.67% + 20px);height:1.5px;background:var(--gold-border);z-index:0}.step{text-align:center;position:relative;z-index:1}.step-num{width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;font-family:Playfair Display,serif;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;border:3px solid #fff;box-shadow:0 0 0 1.5px var(--border)}.step h3{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--navy)}.step p{font-size:14px;color:var(--muted);line-height:1.65}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:56px}.feat-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-xl);padding:34px 28px;transition:border-color .2s,box-shadow .2s,transform .2s}.feat-card:hover{border-color:rgba(200,136,30,.3);box-shadow:0 8px 32px rgba(200,136,30,.08);transform:translateY(-2px)}.feat-icon-wrap{width:48px;height:48px;background:var(--gold-bg);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}.feat-card h3{font-size:16.5px;font-weight:700;margin-bottom:9px;letter-spacing:-.2px}.feat-card p{font-size:14px;color:var(--muted);line-height:1.65}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:center}.split.flip{direction:rtl}.split.flip>*{direction:ltr}.split-text .pill{display:inline-block;background:var(--gold-bg);border:1px solid var(--gold-border);color:#8a5a0a;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:18px}.split-text h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(24px,2.8vw,38px);font-weight:700;line-height:1.15;letter-spacing:-.7px;color:var(--navy);margin-bottom:14px}.split-text p{font-size:15.5px;font-weight:300;color:var(--muted);line-height:1.75;margin-bottom:26px}.check-list{list-style:none;display:flex;flex-direction:column;gap:11px}.check-list li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:var(--navy);font-weight:500}.ck{flex-shrink:0;width:19px;height:19px;border-radius:50%;background:var(--gold);align-items:center;margin-top:2px}.ck,.split-phone{display:flex;justify-content:center}.split-phone-frame{width:272px;border-radius:var(--r-phone);overflow:hidden;background:#111827;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 12px 36px rgba(0,0,0,.1),0 40px 100px rgba(0,0,0,.18)}.split-phone-frame img{width:100%;height:auto;display:block}.quote-block{max-width:680px;margin:0 auto;text-align:center;padding:64px 28px}.quote-stars{color:var(--gold);font-size:18px;letter-spacing:3px;margin-bottom:20px}.quote-text{font-family:Playfair Display,Georgia,serif;font-size:clamp(20px,2.5vw,28px);font-style:italic;line-height:1.45;color:var(--navy);font-weight:600;margin-bottom:22px}.quote-author{font-size:14px;color:var(--muted);font-weight:500}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:52px}.testi-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--r-xl);padding:28px 24px}.testi-stars{color:var(--gold);font-size:13px;letter-spacing:2px;margin-bottom:13px}.testi-card blockquote{font-size:14.5px;color:var(--navy);font-style:italic;line-height:1.65;margin-bottom:18px}.testi-author{gap:10px}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}.testi-name{font-size:13px;font-weight:700;color:var(--navy)}.testi-role{font-size:12px;color:var(--muted-lt)}.pricing-wrap{max-width:460px;margin:52px auto 0}.pricing-card{background:var(--navy);color:#fff;border-radius:var(--r-xl);padding:48px 44px;text-align:center}.pricing-badge{display:inline-block;background:rgba(200,136,30,.2);color:var(--gold-light);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 13px;border-radius:100px;margin-bottom:24px}.pricing-price{font-family:Playfair Display,Georgia,serif;font-size:62px;font-weight:700;line-height:1;margin-bottom:4px}.pricing-price sup{font-size:26px;vertical-align:super;font-family:Inter,sans-serif;font-weight:600}.pricing-period{font-size:14px;color:rgba(255,255,255,.45);margin-bottom:36px}.p-list{list-style:none;display:flex;flex-direction:column;gap:13px;margin-bottom:38px;text-align:left}.p-list li{gap:11px;font-size:14.5px;color:rgba(255,255,255,.82)}.p-list li,.p-list li:before{display:flex;align-items:center}.p-list li:before{content:"✓";width:21px;height:21px;min-width:21px;background:rgba(200,136,30,.25);color:var(--gold-light);border-radius:50%;justify-content:center;font-size:11px;font-weight:800}.btn-gold{display:block;background:var(--gold);color:#fff;padding:15px 28px;border-radius:10px;font-size:16px;font-weight:700;text-align:center;transition:background .18s,transform .15s}.btn-gold:hover{background:#a56b10;transform:translateY(-1px)}.pricing-note{font-size:12px;color:rgba(255,255,255,.28);margin-top:14px}.final-cta{padding:112px 0;text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 50% 100%,rgba(200,136,30,.07) 0,transparent 70%);pointer-events:none}.final-cta h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(30px,4.5vw,54px);font-weight:700;letter-spacing:-1.5px;line-height:1.1;color:var(--navy);max-width:640px;margin:0 auto 18px}.final-cta p{font-size:17px;font-weight:300;color:var(--muted);max-width:400px;margin:0 auto 40px;line-height:1.7}.btn-dark{display:inline-flex;align-items:center;gap:9px;background:var(--navy);color:#fff;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;transition:background .18s,transform .15s}.btn-dark:hover{background:var(--navy-mid);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--navy);padding:13px 24px;border-radius:10px;font-size:15px;font-weight:500;border:1.5px solid var(--border);transition:border-color .18s,background .18s}.btn-outline:hover{border-color:var(--navy);background:#f9fafb}.waitlist-outer{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:60px 24px;background:var(--bg-warm)}.waitlist-card{width:100%;max-width:520px;background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:52px 48px;text-align:center;box-shadow:0 4px 32px rgba(13,21,39,.07)}.waitlist-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.waitlist-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(32px,5vw,46px);font-weight:700;line-height:1.1;letter-spacing:-1px;color:var(--navy);margin-bottom:20px}.waitlist-heading em{font-style:italic;color:var(--gold)}.waitlist-sub{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:36px;max-width:400px;margin-left:auto;margin-right:auto}.waitlist-btns{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.waitlist-btn{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;padding:17px 24px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,opacity .15s;letter-spacing:-.01em}.waitlist-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,21,39,.13)}.waitlist-btn:active{transform:translateY(0)}.waitlist-btn strong{font-weight:700}.waitlist-btn-apple{background:var(--navy);color:#fff}.waitlist-btn-google{background:var(--bg);color:var(--navy);border:1.5px solid var(--border)}.waitlist-btn-google:hover{border-color:#bbb}.waitlist-note{font-size:12px;color:var(--muted-lt);letter-spacing:.02em}.waitlist-thanks{display:flex;flex-direction:column;align-items:center;gap:18px}.waitlist-thanks-heading{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:700;color:var(--navy);letter-spacing:-.5px}.waitlist-thanks-sub{font-size:15px;color:var(--muted);line-height:1.7;max-width:380px}.waitlist-back{display:inline-block;margin-top:8px;font-size:14px;font-weight:500;color:var(--gold);text-decoration:none;transition:opacity .15s}.waitlist-back:hover{opacity:.75}.waitlist-email-form{display:flex;flex-direction:column;gap:12px;width:100%;margin-bottom:16px}.waitlist-email-field{display:flex;flex-direction:column;gap:6px;text-align:left}.waitlist-email-input{width:100%;padding:14px 16px;border-radius:10px;border:1.5px solid var(--border);font-size:15px;font-family:inherit;color:var(--navy);background:var(--bg);outline:none;transition:border-color .18s,box-shadow .18s}.waitlist-email-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,136,30,.12)}.waitlist-email-input-error{border-color:#dc2626}.waitlist-email-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.waitlist-email-error{font-size:12px;color:#dc2626;margin:0}.waitlist-back-btn{background:none;border:none;cursor:pointer;font-size:13px;color:var(--muted-lt);font-family:inherit;transition:color .15s;padding:0}.waitlist-back-btn:hover{color:var(--muted)}@media (max-width:540px){.waitlist-card{padding:36px 24px}}@keyframes heroUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFade{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease;transition-delay:var(--d,0s)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.hero h1,.hero-eyebrow,.hero-note,.hero-phones,.hero-sub,.store-badges{animation:none}.reveal{opacity:1;transform:none;transition:none}}.blog-hero{background:var(--bg-warm);border-bottom:1px solid var(--border);padding:60px 32px 52px;position:relative;overflow:hidden}.blog-hero:before{content:"Blog";position:absolute;right:-10px;bottom:-20px;font-family:Playfair Display,serif;font-size:220px;color:rgba(13,21,39,.04);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.blog-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}.blog-hero-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:14px}.blog-hero h1{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,46px);font-weight:700;color:var(--navy);line-height:1.18;margin-bottom:12px}.blog-hero h1 em{font-style:italic;color:var(--gold)}.blog-hero p{font-size:16px;color:var(--muted);max-width:520px;line-height:1.65;font-weight:300}.blog-wrap{max-width:1100px;margin:0 auto;padding:56px 32px 100px}.section-head{display:flex;align-items:baseline;gap:16px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--border)}.section-head h2{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:var(--navy)}.section-head h2 em{font-style:italic;color:var(--gold)}.section-count{font-size:11px;letter-spacing:.1em;color:var(--muted-lt);text-transform:uppercase;font-weight:500}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px;margin-bottom:64px}.article-card{background:rgba(246,244,241,.6);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--navy);transition:border-color .15s,transform .15s,box-shadow .15s}.article-card:hover{border-color:var(--gold-border);transform:translateY(-3px);box-shadow:0 8px 32px rgba(200,136,30,.12)}.card-thumb{background:var(--bg-alt);padding:28px 28px 20px;position:relative;overflow:hidden;min-height:130px;display:flex;flex-direction:column;justify-content:flex-end;border-bottom:1px solid var(--border)}.card-thumb:before{position:absolute;right:-10px;top:-10px;font-family:Playfair Display,serif;font-size:100px;color:rgba(13,21,39,.05);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.card-thumb-pregnancy:before{content:"Baby"}.card-thumb-newborn:before{content:"Born"}.card-thumb-sleep:before{content:"Sleep"}.card-thumb-mental:before{content:"Mind"}.card-thumb-finance:before{content:"Cost"}.card-category-badge{font-size:9px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:8px}.card-thumb-title{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:var(--navy);line-height:1.3}.card-thumb-title em{font-style:italic;color:var(--gold)}.card-body{padding:20px 24px 24px;flex:1 1;display:flex;flex-direction:column}.card-desc{font-size:14px;line-height:1.65;color:var(--muted);flex:1 1;margin-bottom:16px}.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;color:var(--muted-lt);padding-top:14px;border-top:1px solid var(--border)}.card-read-time{font-weight:500}.card-arrow{font-size:13px;color:var(--gold);font-weight:600}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.tag{font-size:10.5px;font-weight:500;padding:3px 9px;border-radius:4px;letter-spacing:.06em}.tag-pregnancy{background:var(--gold-bg);color:var(--gold);border:1px solid var(--gold-border)}.tag-newborn{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe}.tag-sleep{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.tag-mental{background:#fdf4ff;color:#9333ea;border:1px solid #e9d5ff}.tag-finance{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.tag-guide{background:var(--bg-alt);color:var(--muted);border:1px solid var(--border)}.app-banner{background:var(--navy);border-radius:14px;padding:32px 36px;margin-bottom:60px;display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:center}.app-banner h3{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:6px;line-height:1.3}.app-banner p{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.6}.app-banner-btn{display:inline-flex;align-items:center;gap:6px;background:var(--gold);color:var(--navy);text-decoration:none;padding:11px 20px;border-radius:8px;font-size:13.5px;font-weight:700;white-space:nowrap;transition:opacity .15s}.app-banner-btn:hover{opacity:.88}@media (max-width:960px){.feat-grid,.problem-grid{grid-template-columns:repeat(2,1fr)}.testi-grid{max-width:480px;margin-left:auto;margin-right:auto}.steps,.testi-grid{grid-template-columns:1fr}.steps:before{display:none}.split{grid-template-columns:1fr;gap:40px}.split.flip{direction:ltr}.split-phone{order:-1}.fan-left,.fan-right{display:none}.fan-center{width:240px}}@media (max-width:700px){.blog-hero{padding:44px 20px 40px}.blog-wrap{padding:40px 20px 60px}.app-banner{grid-template-columns:1fr}}@media (max-width:580px){.feat-grid,.problem-grid{grid-template-columns:1fr}.section{padding:72px 0}.hero{padding:72px 0 0}.pricing-card{padding:36px 24px}}