:root{
  --green:#5daa48;--green-dark:#2f6e31;--blue:#1288c9;--orange:#ef7d27;--yellow:#f5b52b;
  --ink:#17314a;--text:#26333d;--muted:#66727b;--cream:#fff8ea;--paper:#fbfaf6;--line:#e8e3d8;
  --shadow:0 18px 45px rgba(27,48,62,.14);--radius:30px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--paper);color:var(--text);line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid #f5b52b;outline-offset:4px}.skip-link{position:absolute;left:18px;top:12px;z-index:100;transform:translateY(-140%);background:#fff;color:var(--ink);padding:10px 14px;border-radius:12px;font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:34px;padding:14px clamp(20px,5vw,72px);background:rgba(251,250,246,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(30,50,60,.06)}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:1.15rem;color:var(--ink)}.brand-logo{width:auto;height:53px;object-fit:contain}
nav{display:flex;gap:26px;margin-left:auto;font-weight:650;font-size:.95rem}nav a:hover{color:var(--green-dark)}.nav-cta{background:var(--ink);color:#fff;padding:11px 17px;border-radius:999px;font-weight:750}
.hero{min-height:790px;display:grid;grid-template-columns:1.02fr .98fr;gap:4vw;align-items:center;padding:72px clamp(22px,6vw,90px) 84px;overflow:hidden;background:radial-gradient(circle at 15% 0%,#eef8e8 0,transparent 35%),linear-gradient(180deg,#fffdf7 0%,#f7f3e7 100%)}
.hero-copy{max-width:700px}.eyebrow{text-transform:uppercase;letter-spacing:0;font-size:.78rem;font-weight:850;color:var(--green-dark);margin:0 0 14px}.hero h1{font-size:6rem;line-height:.96;letter-spacing:0;margin:0;color:var(--ink)}.hero h1 span{color:var(--green)}.hero-text{font-size:1.25rem;max-width:650px;color:#53616a;margin:0 0 30px}.hero-app-icon{display:grid;gap:10px;justify-items:center;width:max-content;margin:24px auto 24px;color:var(--ink)}.hero-app-icon img{width:112px;height:112px;border-radius:26px;box-shadow:0 16px 34px rgba(20,35,45,.22)}.hero-app-icon strong{font-size:1.02rem;line-height:1;font-weight:850}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border-radius:999px;padding:0 24px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.primary-btn{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(71,140,57,.27)}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px)}.secondary-btn{background:#fff;border:1px solid var(--line);color:var(--ink)}.launch-note{display:inline-flex;align-items:center;gap:6px;margin:16px 0 0;padding:10px 14px;border-radius:999px;background:#fff6d8;border:1px solid #ead087;color:#5d4a16;font-weight:700}.launch-note strong{color:#17314a}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;font-size:.9rem;color:#51605d;font-weight:650}.trust-row span{white-space:nowrap}
.hero-visual{position:relative;height:650px;max-width:720px;margin:auto;width:100%}.storybook-card{position:absolute;width:auto;height:610px;aspect-ratio:291/610;left:50%;top:0;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transform:translateX(-50%) rotate(-2deg);border:8px solid #fff;background:#fff}.storybook-card img{width:100%;height:100%;object-fit:cover;object-position:center top}.phone{position:absolute;width:34%;border:8px solid #16222b;border-radius:36px;overflow:hidden;box-shadow:0 28px 60px rgba(20,35,45,.3);background:#111}.phone img{width:100%;height:100%;object-fit:cover}.phone-a{left:0;bottom:0;transform:rotate(-6deg)}.phone-b{right:0;bottom:12px;transform:rotate(6deg)}
.quick-facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;margin:-42px auto 0;position:relative;z-index:3;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.quick-facts article{padding:24px 18px;text-align:center}.quick-facts article+article{border-left:1px solid var(--line)}.quick-facts strong{display:block;font-size:2rem;color:var(--ink)}.quick-facts span{color:var(--muted);font-weight:650}
.section{padding:110px clamp(22px,6vw,90px)}.section-heading{max-width:850px;margin:0 auto 56px;text-align:center}.section-heading.compact{margin-bottom:42px}.section-heading h2,.progress-copy h2,.parent-card h2,.privacy-highlight h2,.closing-cta h2{font-size:3.7rem;line-height:1.05;letter-spacing:0;color:var(--ink);margin:0 0 18px}.section-heading p:last-child,.progress-copy>p,.parent-card>div>p,.privacy-highlight p:last-child,.closing-cta p{font-size:1.12rem;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:auto}.feature-card{padding:30px;border-radius:26px;min-height:284px;border:1px solid rgba(20,30,35,.06)}.feature-card h3{font-size:1.38rem;line-height:1.12;margin:16px 0 10px;color:var(--ink)}.feature-card p{margin:0;color:#52616b}.feature-icon{width:112px;height:112px;object-fit:contain;object-position:center}.feature-green{background:#eaf5e6}.feature-blue{background:#e5f4fb}.feature-orange{background:#fff0e4}.feature-cream{background:#fff8e7}.feature-yellow{background:#fff4cf}.feature-mint{background:#e8f5ef}
.topics-section{background:#fffdf7;overflow:hidden}.topic-carousel{display:flex;gap:16px;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:12px max(22px,calc((100vw - 1180px)/2)) 34px;scrollbar-color:#b7dca8 transparent}.theme-slide{flex:0 0 154px;min-height:206px;margin:0;scroll-snap-align:center;display:grid;align-content:center;justify-items:center;gap:12px;padding:20px 14px;border-radius:24px;background:var(--theme-bg,#fff);border:1px solid var(--theme-line,var(--line));box-shadow:0 14px 30px rgba(27,48,62,.09)}.theme-slide img{width:104px;height:120px;object-fit:cover;border-radius:22px;box-shadow:0 10px 22px rgba(27,48,62,.14)}.theme-slide figcaption{font-weight:850;line-height:1.15;text-align:center;color:var(--ink)}
.theme-slide:nth-child(1){--theme-bg:#f1e9d7;--theme-line:#e6daba}.theme-slide:nth-child(2){--theme-bg:#d2e2ef;--theme-line:#b2cce3}.theme-slide:nth-child(3){--theme-bg:#f0e6da;--theme-line:#e5d4bf}.theme-slide:nth-child(4){--theme-bg:#f6e8d5;--theme-line:#efd8b6}.theme-slide:nth-child(5){--theme-bg:#dbd9db;--theme-line:#c1bec1}.theme-slide:nth-child(6){--theme-bg:#eee4e5;--theme-line:#e1d0d3}.theme-slide:nth-child(7){--theme-bg:#e6e5e2;--theme-line:#d4d2cc}.theme-slide:nth-child(8){--theme-bg:#deeffa;--theme-line:#c6e3f7}.theme-slide:nth-child(9){--theme-bg:#dae5f1;--theme-line:#bfd3e7}.theme-slide:nth-child(10){--theme-bg:#f5dfd7;--theme-line:#eec8ba}.theme-slide:nth-child(11){--theme-bg:#d7e7f6;--theme-line:#b9d5f0}.theme-slide:nth-child(12){--theme-bg:#dfeaf2;--theme-line:#c8dbe9}.theme-slide:nth-child(13){--theme-bg:#f0e5d2;--theme-line:#e5d2b2}.theme-slide:nth-child(14){--theme-bg:#f2e9d9;--theme-line:#e8d9be}.theme-slide:nth-child(15){--theme-bg:#e5e3de;--theme-line:#d3cec6}.theme-slide:nth-child(16){--theme-bg:#e6e9d1;--theme-line:#d3d9b0}.theme-slide:nth-child(17){--theme-bg:#e1e8d6;--theme-line:#ccd8b8}.theme-slide:nth-child(18){--theme-bg:#eee9d1;--theme-line:#e1d9af}.theme-slide:nth-child(19){--theme-bg:#f5e4d5;--theme-line:#eed1b7}.theme-slide:nth-child(20){--theme-bg:#daecda;--theme-line:#bfdec0}.theme-slide:nth-child(21){--theme-bg:#e5eeee;--theme-line:#d2e2e2}.theme-slide:nth-child(22){--theme-bg:#ebeae2;--theme-line:#dcdacc}.theme-slide:nth-child(23){--theme-bg:#f6dedb;--theme-line:#efc5c1}.theme-slide:nth-child(24){--theme-bg:#daeff6;--theme-line:#c0e3f0}.theme-slide:nth-child(25){--theme-bg:#f6e5cf;--theme-line:#efd2ad}
.showcase{background:#18334a;color:#fff}.showcase .eyebrow{color:#a7e594}.showcase .section-heading h2{color:#fff}.showcase .section-heading p:last-child{color:#c5d0d7}.screen-strip{display:flex;gap:24px;overflow-x:auto;padding:15px max(10px,calc((100vw - 1180px)/2)) 34px;scroll-snap-type:x mandatory}.screen-strip figure{flex:0 0 min(270px,72vw);margin:0;scroll-snap-align:center}.screen-strip img{aspect-ratio:9/19.5;object-fit:cover;border-radius:32px;border:7px solid #0d1f2d;box-shadow:0 20px 40px rgba(0,0,0,.3)}.screen-strip figcaption{text-align:center;margin-top:12px;color:#dce5ea;font-weight:700}
.progress-section{display:grid;grid-template-columns:minmax(280px,.48fr) minmax(0,1.52fr);gap:26px;align-items:center;max-width:1780px;margin:auto}.stage-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.stage-list span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;color:#54616a}.stage-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;align-items:end}.stage-gallery img{width:100%;height:auto;object-fit:contain;align-self:end;filter:drop-shadow(0 20px 30px rgba(27,48,62,.16))}
.parent-section{background:#eef6ea}.parent-card{max-width:1200px;margin:auto;background:#fff;border-radius:36px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;box-shadow:var(--shadow)}.parent-card ul{padding-left:20px;color:#4d5c65}.parent-card li{margin:10px 0}.settings-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}.settings-stack img{border-radius:26px;box-shadow:0 16px 35px rgba(24,44,56,.18)}.settings-stack img:last-child{transform:translateY(35px)}
.privacy-highlight{max-width:1180px;margin:auto;display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center}.shield{width:110px;height:110px;border-radius:30px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:3rem;font-weight:900;box-shadow:var(--shadow)}
.faq{max-width:1000px;margin:auto}.faq-list{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 20px}.faq summary{cursor:pointer;padding:20px 4px;font-size:1.08rem;font-weight:800;color:var(--ink)}.faq details p{margin:0;padding:0 4px 20px;color:var(--muted)}
.closing-cta{margin:30px clamp(22px,6vw,90px) 70px;border-radius:38px;background:linear-gradient(135deg,var(--green-dark),var(--green));padding:55px 60px;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:30px}.closing-cta .eyebrow,.closing-cta h2,.closing-cta p{color:#fff}.closing-cta p{max-width:700px;margin-bottom:0}.primary-btn.inverted{background:#fff;color:var(--green-dark);box-shadow:none;white-space:nowrap}
footer{padding:56px clamp(22px,6vw,90px);background:#122839;color:#c6d1d7}.footer-brand{color:#fff;margin-bottom:14px}.footer-brand .brand-logo{height:46px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.18))}.footer-links{display:flex;gap:20px;margin:22px 0}.footer-links a{text-decoration:underline;text-underline-offset:3px}footer p{max-width:620px}footer small{color:#91a2ad}
.legal{max-width:860px;margin:70px auto;padding:0 24px 90px}.legal h1{font-size:3.2rem;letter-spacing:0;color:var(--ink)}.legal h2{margin-top:34px;color:var(--ink)}.legal .notice{background:#fff3ce;border:1px solid #f0d882;padding:18px 20px;border-radius:14px}.legal a{text-decoration:underline}.legal-header{padding:22px clamp(22px,6vw,90px);border-bottom:1px solid var(--line);background:#fff}.legal-header .brand{width:max-content}
@media (max-width:1180px){.hero h1{font-size:5rem}.section-heading h2,.progress-copy h2,.parent-card h2,.privacy-highlight h2,.closing-cta h2{font-size:3.1rem}}
@media (max-width:980px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:52px}.hero-copy{text-align:center;margin:auto}.hero-actions,.trust-row{justify-content:center}.launch-note{justify-self:center}.hero-visual{height:560px}.storybook-card{height:520px}.quick-facts{grid-template-columns:repeat(2,1fr);margin:0 22px}.quick-facts article:nth-child(3){border-left:none;border-top:1px solid var(--line)}.quick-facts article:nth-child(4){border-top:1px solid var(--line)}.feature-grid{grid-template-columns:repeat(2,1fr)}.progress-section{grid-template-columns:1fr}.parent-card{grid-template-columns:1fr}.settings-stack{max-width:650px}.closing-cta{align-items:flex-start;flex-direction:column}}
@media (max-width:620px){.site-header{gap:12px}.brand-logo{height:46px;max-width:232px}.nav-cta{display:none}.hero{min-height:auto;padding:46px 20px 60px}.hero h1{font-size:3.35rem}.hero-text{font-size:1.1rem}.hero-app-icon img{width:92px;height:92px;border-radius:22px}.hero-actions a{width:100%}.launch-note{border-radius:20px}.hero-visual{height:460px;margin-top:10px}.storybook-card{height:430px;left:50%;border-width:5px;border-radius:25px}.phone{width:37%;border-width:5px;border-radius:25px}.section{padding:76px 20px}.section-heading h2,.progress-copy h2,.parent-card h2,.privacy-highlight h2,.closing-cta h2{font-size:2.45rem}.quick-facts{margin:0 14px;border-radius:20px}.quick-facts strong{font-size:1.6rem}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.topic-carousel{gap:14px;padding:8px 20px 28px}.theme-slide{flex-basis:136px;min-height:184px;padding:18px 12px;border-radius:20px}.theme-slide img{width:90px;height:104px;border-radius:18px}.stage-gallery{overflow-x:auto;display:flex;align-items:flex-end;padding-bottom:22px}.stage-gallery img{flex:0 0 auto;width:auto;max-width:none;height:260px;transform:none!important}.parent-card{padding:26px;border-radius:26px}.settings-stack{gap:10px}.privacy-highlight{grid-template-columns:1fr;text-align:center}.shield{margin:auto}.closing-cta{margin:15px 14px 50px;padding:34px 26px;border-radius:28px}.legal h1{font-size:2.3rem}}
