*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf3e7;--surface:#fffdf8;--surface2:#f7eddd;--surface3:#f1e3cc;--border:#e3d2b3;--border-soft:#ebddc4;--text:#2b2318;--muted:#7a6d58;--muted2:#9a8d77;--primary:#c17926;--primary-bright:#b06a14;--primary-ink:#fffdf8;--danger:#d94040;--diaper:#2f8f7b;--feed:#c17926;--sleep:#5c71d6;--weight:#c96a52;--supplement:#6e9554;--pump:#c05a92;--visit:#8b6cc8;--bath:#3e93a2;--breastfeed:#cd6b84;--temperature:#d0463f;--iron:#b5541e;--radius:16px;--radius-sm:12px;--radius-lg:20px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:var(--primary);text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1100px;margin:0 auto;padding:0 24px}@media (width<=640px){.container{padding:0 16px}}.navbar{background:var(--surface);border-bottom:1px solid var(--border-soft);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8eb;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.nav-brand{color:var(--text);align-items:center;gap:10px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.nav-logo{object-fit:cover;border-radius:10px;width:36px;height:36px}.nav-devanagari{color:var(--muted);font-size:14px;font-weight:400}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:var(--muted);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary);border-radius:100px;padding:8px 16px;font-weight:600;color:var(--primary-ink)!important}.nav-cta:hover{background:var(--primary-bright)!important}.nav-privacy{color:var(--muted);font-size:14px;font-weight:500;transition:color .2s}.nav-privacy:hover{color:var(--text)}@media (width<=640px){.nav-links a:not(.nav-cta){display:none}}.hero-section{text-align:center;background:linear-gradient(180deg, var(--surface2) 0%, var(--bg) 100%);padding:80px 0 64px}.hero-inner{flex-direction:column;align-items:center;display:flex}.hero-badge{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.badge-star{background:var(--primary);border-radius:50%;width:6px;height:6px}.hero-title{letter-spacing:-2px;margin-bottom:8px;font-size:64px;font-weight:800;line-height:1.1}.hero-devanagari{color:var(--primary);letter-spacing:4px;margin-top:4px;font-size:36px;font-weight:400;display:block}.hero-tagline{color:var(--primary);margin-bottom:20px;font-size:20px;font-weight:500}.hero-desc{max-width:520px;color:var(--muted);margin-bottom:32px;font-size:17px;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:12px;display:flex}.hero-price{color:var(--muted);font-size:14px;font-weight:500}.hero-sub{color:var(--muted2);font-size:13px}@media (width<=640px){.hero-section{padding:48px 0 40px}.hero-title{letter-spacing:-1px;font-size:44px}.hero-devanagari{font-size:24px}}.btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-ink)}.btn-primary:hover{background:var(--primary-bright);transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface2)}.btn-lg{padding:16px 32px;font-size:17px}.btn-block{width:100%}.privacy-callout{padding:24px 0}.privacy-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex}.privacy-icon{width:44px;height:44px;color:var(--primary);background:#c179261a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.privacy-text{flex-direction:column;flex:1;gap:2px;min-width:200px;display:flex}.privacy-text strong{font-size:15px;font-weight:600}.privacy-text span{color:var(--muted);font-size:13px}.privacy-link{color:var(--primary);white-space:nowrap;font-size:14px;font-weight:600}.section{padding:80px 0}.section-alt{background:var(--surface2)}.section-cta{background:linear-gradient(180deg, var(--surface2) 0%, var(--bg) 100%);text-align:center}.section-header{text-align:center;margin-bottom:48px}.section-title{letter-spacing:-.5px;margin-bottom:12px;font-size:36px;font-weight:700}.section-subtitle{color:var(--muted);max-width:480px;margin:0 auto;font-size:17px}@media (width<=640px){.section{padding:48px 0}.section-title{font-size:28px}}.features-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:24px;transition:all .2s}.feature-card:hover{border-color:var(--border);transform:translateY(-2px);box-shadow:0 4px 20px #2b23180f}.feature-icon-wrap{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.feature-icon{object-fit:contain;width:28px;height:28px}.feature-label{margin-bottom:2px;font-size:16px;font-weight:600}.feature-tagline{color:var(--primary);margin-bottom:8px;font-size:12px;font-weight:500}.feature-desc{color:var(--muted);font-size:13px;line-height:1.5}.highlights-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.highlight-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);text-align:center;padding:28px}.highlight-icon{width:52px;height:52px;color:var(--primary);background:#c179261a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.highlight-card h3{margin-bottom:8px;font-size:17px;font-weight:600}.highlight-card p{color:var(--muted);font-size:14px;line-height:1.6}.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.screenshots-grid.expanded{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.screenshot-card{border-radius:var(--radius);border:1px solid var(--border-soft);background:var(--surface);transition:all .2s;overflow:hidden}.screenshot-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2b231814}.screenshot-card img{width:100%;display:block}.screenshots-actions{text-align:center;margin-top:32px}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr 1.2fr;gap:0;max-width:700px;margin:0 auto;display:grid;overflow:hidden}.pricing-free,.pricing-pro{flex-direction:column;padding:40px;display:flex}.pricing-free{border-right:1px solid var(--border-soft)}.pricing-pro{background:var(--surface2);position:relative}.pricing-card h3{margin-bottom:8px;font-size:22px;font-weight:700}.price{letter-spacing:-1px;margin-bottom:4px;font-size:42px;font-weight:800}.price-note{color:var(--muted);margin-bottom:20px;font-size:13px}.pricing-card ul{flex:1;margin-bottom:28px;list-style:none}.pricing-card li{color:var(--muted);align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.pricing-card li svg{color:var(--supplement);flex-shrink:0}.pro-badge{background:var(--primary);color:var(--primary-ink);text-transform:uppercase;letter-spacing:.5px;border-radius:0 0 8px 8px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:0;right:24px}.pricing-assurances{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:36px;display:flex}.assurance-item{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.assurance-item svg{color:var(--supplement)}@media (width<=640px){.pricing-card{grid-template-columns:1fr;max-width:400px}.pricing-free{border-right:none;border-bottom:1px solid var(--border-soft)}}.about-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);grid-template-columns:200px 1fr;align-items:center;gap:40px;max-width:900px;margin:0 auto;padding:48px;display:grid}.about-image img{border-radius:var(--radius);width:100%}.about-text h2{margin-bottom:16px;font-size:28px;font-weight:700}.about-text p{color:var(--muted);margin-bottom:12px;font-size:15px;line-height:1.7}@media (width<=700px){.about-card{grid-template-columns:1fr;padding:32px}.about-image{max-width:160px;margin:0 auto}}.cta-inner{max-width:500px}.cta-inner h2{margin-bottom:12px;font-size:32px;font-weight:700}.cta-inner p{color:var(--muted);margin-bottom:28px;font-size:17px}.footer{border-top:1px solid var(--border-soft);background:var(--surface);padding:48px 0 32px}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.footer-brand{align-items:center;gap:8px;display:flex}.footer-logo{border-radius:8px;width:32px;height:32px}.footer-name{font-size:16px;font-weight:700}.footer-devanagari{color:var(--muted);font-size:13px}.footer-links{gap:20px;display:flex}.footer-links a{color:var(--muted);font-size:14px;font-weight:500}.footer-links a:hover{color:var(--text)}.footer-copy{color:var(--muted2);font-size:13px;line-height:1.6}.privacy-page{padding-top:40px;padding-bottom:80px}.privacy-header{max-width:600px;margin-bottom:40px}.back-link{color:var(--primary);align-items:center;gap:6px;margin-bottom:20px;font-size:14px;font-weight:500;display:inline-flex}.privacy-header h1{letter-spacing:-1px;margin-bottom:8px;font-size:40px;font-weight:800}.privacy-header p{color:var(--muted);font-size:14px}.privacy-content{max-width:700px}.privacy-hero-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;margin-bottom:32px;padding:40px}.privacy-hero-icon{width:72px;height:72px;color:var(--primary);background:#c179261a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.privacy-hero-box h2{margin-bottom:12px;font-size:24px;font-weight:700}.privacy-hero-box p{color:var(--muted);max-width:500px;margin:0 auto;font-size:15px;line-height:1.7}.privacy-section{margin-bottom:32px}.privacy-section h3{margin-bottom:12px;font-size:20px;font-weight:700}.privacy-section p{color:var(--muted);margin-bottom:12px;font-size:15px;line-height:1.7}.privacy-section ul{margin-top:12px;list-style:none}.privacy-section li{color:var(--muted);align-items:center;gap:10px;padding:6px 0;font-size:14px;display:flex}.privacy-section li:before{content:"";background:var(--supplement);border-radius:50%;flex-shrink:0;width:6px;height:6px}.privacy-cta{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:48px;padding:40px}.privacy-cta h2{margin-bottom:20px;font-size:24px;font-weight:700}
