.home-hero{position:relative;overflow:hidden;background:var(--grad-hero);color:#fff}.home-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:32px;gap:32px;padding-block:clamp(36px,6vw,72px)}.home-hero-copy h1{color:#fff;font-size:var(--fs-display);margin-bottom:14px}.home-hero-copy .eyebrow{color:#fff;background:rgba(255,255,255,.18);padding:.4em .9em;border-radius:var(--radius-pill);margin-bottom:18px}.home-hero-copy p.lead{color:rgba(255,255,255,.92);font-size:clamp(1.05rem,.95rem + .6vw,1.35rem);max-width:30ch}.home-cta{gap:12px}.home-cta,.home-hero-chips{display:flex;flex-wrap:wrap;margin-top:26px}.home-hero-chips{gap:8px 18px;font-weight:700;font-size:.85rem}.home-hero-chips span{display:inline-flex;align-items:center;gap:6px}.home-hero-art{display:grid;place-items:center;position:relative}.home-hero-art .zm-mascot{width:min(360px,80%);height:auto;filter:drop-shadow(0 24px 50px rgba(0,0,0,.25))}.home-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 2px,transparent 0);background-size:28px 28px;pointer-events:none;opacity:.5}.home-hero-inner>*{position:relative;z-index:1}.home-trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding-block:26px}.home-trust-item{display:flex;align-items:center;gap:10px}.home-trust-item svg{color:var(--blue);flex:none}.home-trust-item strong{display:block;font-family:var(--ff-display);font-size:.95rem}.home-trust-item span{font-size:.8rem;color:var(--ash)}.home-worlds{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.world-tile{position:relative;overflow:hidden;border-radius:var(--radius-card);padding:22px;min-height:168px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--ink);box-shadow:var(--shadow-card);transition:transform var(--dur) var(--ease),box-shadow var(--dur)}.world-tile:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:var(--shadow-pop)}.world-tile .world-emoji{position:absolute;top:8px;right:12px;font-size:3.4rem;opacity:.9;transform:rotate(8deg)}.world-tile h3{font-size:1.3rem}.world-tile .world-tag{font-size:.82rem;font-weight:600;opacity:.8}.world-tile .world-count{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-top:8px;opacity:.7}.world-blue{background:var(--blue-50)}.world-pink{background:var(--pink-50)}.world-purple{background:var(--purple-50)}.world-lime{background:var(--lime-50)}.world-coral{background:var(--coral-50)}.world-sun{background:var(--sun-50)}.world-tile.world-feature{grid-column:span 2;background:var(--grad-glow);color:var(--ink)}.home-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.home-sec-head .eyebrow{margin-bottom:4px}.home-sec-head h2{font-size:var(--fs-h2)}.home-sec-head a{font-weight:800;color:var(--blue-text);white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.home-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:32px;gap:32px;background:var(--ink-2);color:#fff;border-radius:var(--radius-lg);padding:clamp(28px,5vw,56px);overflow:hidden}.home-split h2{color:#fff;font-size:clamp(1.6rem,1.2rem + 2vw,2.6rem)}.home-split p{color:#c8cdf5;margin-top:14px;font-size:1.05rem}.home-split-art{display:grid;place-items:center}.home-split-art .zm-mascot{width:min(280px,70%)}.home-ages{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.age-tile{border-radius:var(--radius-card);padding:26px;background:var(--mist);box-shadow:var(--shadow-card);transition:transform var(--dur) var(--ease)}.age-tile:hover{transform:translateY(-5px)}.age-tile .age-num{font-family:var(--ff-display);font-weight:900;font-size:2.4rem;color:var(--blue)}.age-tile h3{font-size:1.2rem;margin-top:4px}.age-tile p{color:var(--ash);font-size:.9rem}.home-glow{background:radial-gradient(120% 120% at 80% 0,#1b2050,var(--night));color:#fff}.home-glow h2{color:var(--lime)}.home-glow .lead{color:#c8cdf5}.home-reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.review-card{background:var(--surface);border-radius:var(--radius-card);padding:22px;box-shadow:var(--shadow-card)}.review-card .stars{margin-bottom:8px}.review-card p{font-size:.98rem}.review-card .who{margin-top:12px;font-weight:700;font-size:.85rem;color:var(--ash)}@media (max-width:920px){.home-hero-inner{grid-template-columns:1fr;text-align:center}.home-hero-copy p.lead{max-width:none}.home-cta,.home-hero-chips{justify-content:center}.home-hero-art{order:-1}.home-trust,.home-worlds{grid-template-columns:repeat(2,1fr)}.home-split{grid-template-columns:1fr;text-align:center}.home-split-art{order:-1}}@media (max-width:560px){.home-ages,.home-reviews{grid-template-columns:1fr}.world-tile.world-feature{grid-column:span 2}}