:root { --ink:#243f3b; --muted:#566862; --green:#286556; --paper:#fcfaf4; --line:#dce3d9; --peach:#fae1d4; --mint:#e4eee4; --yellow:#f6edcd; --lilac:#ebe5f1; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; background:var(--paper); color:var(--ink); font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
a { color:var(--green); text-underline-offset:4px; }
a:hover { text-decoration-thickness:2px; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible { outline:3px solid #965631; outline-offset:5px; }
.wrap { width:min(1120px,calc(100% - 64px)); margin-inline:auto; }
.site-header { display:flex; align-items:center; justify-content:space-between; gap:28px; padding-block:25px; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:11px; font-size:24px; font-weight:800; letter-spacing:-1px; color:var(--ink); text-decoration:none; white-space:nowrap; }
.brand-mark { width:36px; height:40px; display:grid; place-items:center; border-radius:11px 11px 17px 11px; background:var(--green); color:#fff; font-size:31px; line-height:1; }
nav { display:flex; flex-wrap:wrap; gap:12px 26px; }
nav a { color:var(--ink); font-size:14px; font-weight:650; text-decoration:none; padding-block:7px; }
nav a:hover { text-decoration:underline; }
.skip-link { position:absolute; top:-80px; left:12px; z-index:10; background:#fff; padding:12px; }
.skip-link:focus { top:8px; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { line-height:1.14; letter-spacing:-.045em; }
h1 { font-size:clamp(42px,6vw,76px); margin-bottom:26px; font-weight:750; }
h2 { font-size:clamp(30px,4vw,44px); margin-bottom:22px; font-weight:700; }
h3 { font-size:22px; letter-spacing:-.025em; line-height:1.3; margin-bottom:12px; }
p { margin-bottom:18px; }
.eyebrow { font-size:12px; font-weight:750; letter-spacing:.12em; text-transform:uppercase; margin-bottom:19px; color:var(--green); }
.hero { display:grid; grid-template-columns:1.12fr 1fr; gap:55px; padding-block:78px 80px; align-items:center; }
.hero h1 span { color:var(--green); }
.lead { font-size:19px; line-height:1.7; color:var(--muted); max-width:680px; }
.actions { display:flex; align-items:center; gap:18px 26px; flex-wrap:wrap; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; gap:24px; border:0; background:var(--green); color:white; padding:15px 23px; font:650 15px/1.5 system-ui,sans-serif; border-radius:100px; text-decoration:none; cursor:pointer; }
.button:hover { background:#1c4e41; }
.button:disabled { opacity:.65; cursor:wait; }
.text-link { font-size:15px; font-weight:700; }
.small-note { font-size:13px; color:var(--muted); max-width:430px; margin-top:22px; }
.hero-art { min-height:430px; position:relative; isolation:isolate; }
.hero-art::before { content:""; position:absolute; inset:25px 5px 40px 15px; border-radius:50%; background:#f2ead8; z-index:-1; }
.play-card { position:absolute; width:225px; height:290px; border:6px solid white; border-radius:24px; box-shadow:0 12px 28px #3a4c3b16; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; line-height:1.4; font-weight:650; font-size:18px; }
.card-back { top:15px; right:4px; background:var(--lilac); transform:rotate(12deg); justify-content:flex-start; padding-top:38px; }
.card-front { top:85px; left:22px; background:var(--peach); transform:rotate(-9deg); }
.card-symbol { font-size:76px; font-weight:600; margin-bottom:10px; }
.flower { color:#a24d31; font-size:102px; line-height:1; margin-bottom:18px; }
.card-dots { display:flex; gap:7px; margin-top:20px; }.card-dots i { background:#b27050; width:5px; height:5px; border-radius:50%; }
.art-caption { position:absolute; bottom:0; width:100%; text-align:center; font-size:12px; letter-spacing:.06em; color:var(--muted); }
.decor-dot { position:absolute; border-radius:50%; }.dot-one { width:18px; height:18px; background:#e5bd57; left:18px; top:20px; }.dot-two { width:12px; height:12px; background:#8ea98b; right:15px; bottom:54px; }
.section { padding-block:72px; }
.section-heading { display:flex; gap:20px; align-items:center; justify-content:space-between; }
.section-intro { max-width:700px; color:var(--muted); }
.pill { display:inline-block; padding:8px 14px; border:1px solid #b9cbbb; border-radius:40px; font-size:12px; font-weight:650; white-space:nowrap; }
.activity-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:32px; }
.activity-card { border-radius:20px; padding:27px; }.activity-card p { font-size:15px; margin-bottom:0; color:#40534d; }.activity-number { font-size:12px; display:inline-block; margin-bottom:30px; padding:3px 11px; border:1px solid #243f3b40; border-radius:30px; }
.peach { background:var(--peach); }.mint { background:var(--mint); }.yellow { background:var(--yellow); }.lilac { background:var(--lilac); }
.plus-section { margin-top:28px; background:#eaf0e6; border-block:1px solid #dfe8dc; }
.plus-section h2 { font-size:clamp(38px,5vw,60px); }.plus-section h2 span { color:var(--green); }
.parent-flow { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin:40px 0 28px; }.parent-flow p { font-size:15px; color:var(--muted); }.step { display:grid; place-items:center; width:33px; height:33px; border-radius:50%; background:var(--green); color:white; font-size:13px; margin-bottom:20px; }
.parent-note { border-top:1px solid #bfcebc; padding-top:24px; font-size:15px; margin-bottom:0; max-width:900px; }
.plans { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:30px; }.plan { border:1px solid var(--line); border-radius:22px; padding:30px; background:#fffefa; }.plan.annual { background:var(--mint); border-color:#c9d9c9; }.plan p:last-child { font-size:14px; color:var(--muted); margin:0; }.price { font-size:46px; font-weight:700; line-height:1.3; margin-bottom:12px; letter-spacing:-.04em; }.price span { font-size:17px; font-weight:400; letter-spacing:0; }
.plan-details { margin-top:30px; max-width:860px; }.plan-details h3 { font-size:19px; }.plan-details p,.plan-details li { font-size:15px; color:var(--muted); }li { margin-bottom:9px; }ul { padding-left:24px; }
.reassurance { padding:40px; border-radius:24px; background:var(--yellow); display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-bottom:70px; }.reassurance h2 { font-size:34px; margin-bottom:0; }.reassurance p:last-child { margin-bottom:0; }.reassurance > div:last-child { font-size:16px; }
.site-footer { display:flex; justify-content:space-between; align-items:start; gap:30px; padding-block:34px 50px; border-top:1px solid var(--line); }.site-footer .brand { font-size:21px; }.site-footer p { font-size:13px; color:var(--muted); margin:5px 0 0; }.site-footer nav { justify-content:flex-end; }
.policy { max-width:800px; padding-block:60px 75px; }.policy h1 { font-size:clamp(36px,5vw,52px); }.policy h2 { font-size:24px; margin:32px 0 12px; }.policy p,.policy li { color:#40534d; }.policy .date { font-size:13px; color:var(--muted); }.summary { padding:24px; background:var(--mint); border-radius:16px; margin-block:28px; }.summary p { margin:0; }.policy .eyebrow { color:var(--green); }
.feedback-container { max-width:700px; padding-block:60px 75px; }.feedback-container h1 { font-size:clamp(36px,5vw,52px); }.feedback-form { display:flex; flex-direction:column; gap:10px; margin-top:28px; }.feedback-form label { font-size:15px; font-weight:650; }.feedback-input,.feedback-textarea { width:100%; padding:13px; border:1px solid #9bad9f; border-radius:10px; font:inherit; background:#fffefa; color:var(--ink); margin-bottom:10px; }.feedback-textarea { min-height:150px; resize:vertical; }.feedback-form button { align-self:start; }.feedback-status { margin-top:20px; font-size:15px; }
@media(max-width:900px) { .hero { gap:20px; }.hero-art { transform:scale(.85); transform-origin:center; }.section-heading { align-items:start; flex-direction:column; }.section-heading h2 { margin-bottom:0; }.section-intro { margin-top:20px; }.site-footer { flex-direction:column; }.site-footer nav { justify-content:start; } }
@media(max-width:680px) { .wrap { width:calc(100% - 36px); }.site-header { flex-direction:column; align-items:start; gap:10px; padding-block:18px; }nav { gap:8px 20px; }nav a { font-size:13px; }.hero { grid-template-columns:1fr; padding-block:45px 30px; gap:12px; }.hero-art { width:330px; max-width:100%; min-height:385px; margin:auto; transform:none; }.play-card { width:190px; height:250px; }.card-back { top:10px; right:10px; }.card-front { top:85px; left:10px; }.hero-art::before { inset:25px 0 30px; }.flower { font-size:85px; }.card-symbol { font-size:64px; }.lead { font-size:17px; }.section { padding-block:44px; }.activity-grid { grid-template-columns:1fr 1fr; gap:12px; }.activity-card { padding:20px; }.activity-card h3 { font-size:20px; }.activity-card p { font-size:14px; }.activity-number { margin-bottom:22px; }.parent-flow { grid-template-columns:1fr; gap:16px; }.parent-flow article { position:relative; padding-left:49px; }.step { position:absolute; top:0; left:0; }.parent-flow h3 { font-size:21px; }.plans { grid-template-columns:1fr; gap:14px; }.plan { padding:24px; }.reassurance { grid-template-columns:1fr; padding:27px; gap:23px; margin-bottom:40px; }.policy,.feedback-container { padding-block:38px 50px; } }
@media(max-width:360px) { .activity-grid { grid-template-columns:1fr; }.hero-art { width:250px; transform:scale(.9); transform-origin:center top; min-height:350px; }.play-card { width:170px; }.brand { font-size:22px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
