:root {
    --kids-ink: #13232b;
    --kids-muted: #657982;
    --kids-teal: #078b74;
    --kids-mint: #25c99a;
    --kids-yellow: #f6bc48;
    --kids-coral: #f07d67;
    --kids-line: #dce9e5;
    --kids-soft: #f2f8f6;
    --kids-ivory: #fffaf0;
    --kids-dark: #06272a;
}

.kids-page { overflow: clip; color: var(--kids-ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
.kids-page *, .kids-page *::before, .kids-page *::after { box-sizing: border-box; }
.kids-page a { color: inherit; text-decoration: none; }
.kids-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kids-section { padding: 100px 0; scroll-margin-top: 154px; }
.kids-section__head > span, .kids-eyebrow { display: block; margin-bottom: 16px; color: var(--kids-teal); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.kids-section__head h2 { max-width: 860px; margin: 0; color: var(--kids-ink); font-size: clamp(36px, 4vw, 58px); font-weight: 500; line-height: 1.17; letter-spacing: -.04em; }
.kids-section__head p { max-width: 780px; margin: 20px 0 0; color: var(--kids-muted); font-size: 16px; line-height: 1.85; }
.kids-section__head--center { margin-bottom: 48px; text-align: center; }
.kids-section__head--center h2, .kids-section__head--center p { margin-right: auto; margin-left: auto; }
.kids-section__head--light h2 { color: #fff; }
.kids-section__head--light p { color: rgba(255,255,255,.68); }
.kids-section__head--light > span { color: #67edc6; }

.kids-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.kids-button:hover { transform: translateY(-2px); }
.kids-button--primary { color: #06231d; background: var(--kids-mint); }
.kids-button--ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.kids-page .kids-button--light { color: var(--kids-teal); background: #fff; }
.kids-text-link, .kids-news__more { color: var(--kids-teal); font-weight: 800; }

.kids-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #031a22; }
.kids-hero__media, .kids-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.kids-hero__media { object-fit: cover; object-position: center; }
.kids-hero__shade { background: linear-gradient(90deg, rgba(3,20,28,.94) 0%, rgba(3,20,28,.8) 37%, rgba(3,20,28,.24) 70%, rgba(3,20,28,.12) 100%); }
.kids-hero__inner { position: relative; z-index: 1; padding: 88px 0 72px; }
.kids-hero__copy { width: min(660px, 58%); }
.kids-eyebrow { display: flex; align-items: center; gap: 14px; color: #69ebc5; letter-spacing: .06em; }
.kids-eyebrow span { width: 42px; height: 2px; background: currentColor; }
.kids-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: 1.13; letter-spacing: -.05em; }
.kids-hero__copy > p { margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.85; }
.kids-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.kids-hero__signals { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 30px 0 0; padding: 0; list-style: none; }
.kids-hero__signals li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 13px; }
.kids-hero__signals span { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; color: #082a20; background: var(--kids-mint); }

.kids-local-nav { position: sticky; z-index: 39; top: 90px; overflow-x: auto; border-bottom: 1px solid #e8efec; background: rgba(255,255,255,.97); box-shadow: 0 10px 24px rgba(18,46,38,.06); scrollbar-width: none; }
.kids-local-nav::-webkit-scrollbar { display: none; }
.kids-local-nav .kids-shell { display: flex; min-height: 64px; align-items: stretch; justify-content: center; }
.kids-local-nav a { position: relative; display: flex; align-items: center; padding: 20px 22px; color: #344640; font-size: 14px; font-weight: 800; white-space: nowrap; }
.kids-local-nav a::after { position: absolute; right: 21px; bottom: 0; left: 21px; height: 3px; content: ""; transform: scaleX(0); background: var(--kids-mint); transition: transform .22s ease; }
.kids-local-nav a.is-active { color: var(--kids-teal); }
.kids-local-nav a.is-active::after { transform: scaleX(1); }

.kids-scenes { background: var(--kids-ivory); }
.kids-scenes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.kids-scenes__grid article { position: relative; display: block; min-height: 330px; aspect-ratio: 4 / 4.8; overflow: hidden; padding: 0 !important; border: 0; border-radius: 24px; background: #172520; box-shadow: 0 20px 46px rgba(25,62,52,.12); }
.kids-scenes__grid article::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, rgba(4,16,14,.52), rgba(4,16,14,.76)); transition: .25s ease; }
.kids-scenes__grid article:hover::after { background: linear-gradient(180deg, rgba(4,16,14,.42), rgba(4,16,14,.68)); }
.kids-scenes__grid article > img { position: absolute !important; inset: 0 !important; display: block; width: 100% !important; max-width: none !important; height: 100% !important; margin: 0 !important; object-fit: cover; object-position: center; transition: transform .4s ease; }
.kids-scenes__grid article:hover img { transform: scale(1.04); }
.kids-scenes__grid article > div { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px 26px; text-align: center; }
.kids-scenes__grid h3 { margin: 0 0 10px; color: #fff; font-size: 22px; }
.kids-scenes__grid p { max-width: 270px; margin: 0 auto; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.7; }

.kids-solution { background: #fff; }
.kids-solution__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 7vw, 92px); }
.kids-flow { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.kids-flow li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--kids-line); }
.kids-flow i { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 18px; color: var(--kids-teal); background: #e8f7f1; }
.kids-flow svg, .kids-capability svg, .kids-pass svg, .kids-member svg, .kids-growth svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.kids-flow h3 { margin: 0 0 8px; font-size: 20px; }
.kids-flow p { margin: 0; color: var(--kids-muted); font-size: 14px; line-height: 1.75; }
.kids-dashboard { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; color: #fff; background: radial-gradient(circle at 88% 18%, rgba(37,201,154,.2), transparent 33%), linear-gradient(145deg, #062b31, #0a4542); box-shadow: 0 34px 80px rgba(8,55,50,.2); }
.kids-dashboard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; font-weight: 800; }
.kids-dashboard__top em { padding: 5px 11px; border-radius: 999px; color: #07392c; background: #68e5bd; font-size: 11px; font-style: normal; }
.kids-dashboard__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kids-dashboard__metrics article { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.06); }
.kids-dashboard__metrics small, .kids-dashboard__metrics span { display: block; color: rgba(255,255,255,.6); font-size: 10px; }
.kids-dashboard__metrics strong { display: block; overflow: hidden; margin: 10px 0 8px; font-size: clamp(18px, 2vw, 28px); text-overflow: ellipsis; }
.kids-dashboard__chart { display: flex; height: 190px; align-items: end; gap: 16px; margin-top: 28px; padding: 28px 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); border-radius: 22px 22px 0 0; background: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 100% 38px; }
.kids-dashboard__chart span { flex: 1; min-width: 16px; border-radius: 10px 10px 0 0; background: linear-gradient(180deg, var(--kids-yellow), var(--kids-coral)); box-shadow: 0 0 24px rgba(246,188,72,.2); }
.kids-dashboard__legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: rgba(255,255,255,.65); font-size: 11px; }
.kids-dashboard__legend span::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; content: ""; background: var(--kids-mint); }

.kids-capability { color: #fff; background: linear-gradient(145deg, #051f24, #083b38); }
.kids-capability__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.kids-capability__grid article { min-height: 188px; padding: 24px 13px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.045); text-align: center; }
.kids-capability__grid i { display: inline-flex; width: 60px; height: 60px; align-items: center; justify-content: center; border-radius: 19px; color: #62e6bd; background: rgba(98,230,189,.1); }
.kids-capability__grid h3 { margin: 20px 0 8px; color: #fff; font-size: 15px; }
.kids-capability__grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }

.kids-pass { background: var(--kids-soft); }
.kids-pass__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kids-pass__grid article { min-height: 250px; padding: 34px 26px; border: 1px solid var(--kids-line); border-radius: 26px; background: #fff; text-align: center; box-shadow: 0 18px 45px rgba(27,63,52,.06); }
.kids-pass__grid i, .kids-member__grid i { display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 20px; color: var(--kids-teal); background: #e8f7f1; }
.kids-pass__grid h3 { margin: 24px 0 12px; font-size: 20px; }
.kids-pass__grid p { margin: 0; color: var(--kids-muted); font-size: 13px; line-height: 1.75; }

.kids-member { color: #fff; background: linear-gradient(145deg, #06262a, #0b413b); }
.kids-member__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.kids-member__grid article { min-height: 250px; padding: 34px 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.05); text-align: center; }
.kids-member__grid i { color: #6ee8c1; background: rgba(110,232,193,.1); }
.kids-member__grid h3 { margin: 24px 0 12px; color: #fff; font-size: 21px; }
.kids-member__grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }

.kids-growth { background: #fff; }
.kids-growth__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.kids-growth__grid article { display: grid; min-height: 210px; grid-template-columns: 78px 1fr; align-items: center; gap: 26px; padding: 34px; border: 1px solid var(--kids-line); border-radius: 28px; background: var(--kids-ivory); }
.kids-growth__grid i { display: inline-flex; width: 74px; height: 74px; align-items: center; justify-content: center; border-radius: 23px; color: var(--kids-teal); background: #dff5ed; }
.kids-growth__grid h3 { margin: 0 0 12px; font-size: 23px; }
.kids-growth__grid p { margin: 0; color: var(--kids-muted); font-size: 14px; line-height: 1.8; }

.kids-hardware { background: var(--kids-soft); }
.kids-hardware__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.kids-hardware__grid article { overflow: hidden; padding: 18px 16px 24px; border: 1px solid var(--kids-line); border-radius: 24px; background: #fff; text-align: center; }
.kids-hardware__grid figure { display: grid; height: 172px; place-items: center; margin: 0 0 18px; border-radius: 17px; background: #f7faf9; }
.kids-hardware__grid img { display: block; width: 76%; height: 76%; object-fit: contain; }
.kids-hardware__grid h3 { margin: 0 0 9px; font-size: 17px; }
.kids-hardware__grid p { margin: 0; color: var(--kids-muted); font-size: 11px; line-height: 1.65; }

.kids-news { background: #fff; }
.kids-news__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.kids-news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.kids-news__grid article { overflow: hidden; border: 1px solid var(--kids-line); border-radius: 24px; background: #fff; box-shadow: 0 15px 40px rgba(20,59,50,.07); }
.kids-news__cover { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--kids-soft); }
.kids-news__cover img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kids-news__grid article:hover .kids-news__cover img { transform: scale(1.035); }
.kids-news__body { padding: 24px; }
.kids-news__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #8a9b95; font-size: 11px; }
.kids-news__meta span { color: var(--kids-teal); font-weight: 800; }
.kids-news__body h3 { height: 3.2em; overflow: hidden; margin: 15px 0 13px; font-size: 18px; line-height: 1.6; }
.kids-news__body p { display: -webkit-box; overflow: hidden; margin: 0 0 18px; color: var(--kids-muted); font-size: 12px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.kids-news__more { font-size: 12px; }
.kids-news__empty { padding: 70px 24px; border-radius: 24px; background: var(--kids-soft); text-align: center; }

.kids-partners { background: var(--kids-ivory); }
.kids-partners__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kids-partners__grid article { display: grid; min-height: 150px; grid-template-columns: 58px 1fr; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 16px; padding: 26px; border: 1px solid #eadfc9; border-radius: 24px; background: rgba(255,255,255,.82); }
.kids-logo { display: inline-flex; width: 58px; height: 58px; grid-row: 1 / 3; align-items: center; justify-content: center; border-radius: 19px; color: #fff; background: var(--kids-teal); font-size: 29px; font-style: normal; }
.kids-logo--cloud, .kids-logo--rainbow { background: #45a8c7; }
.kids-logo--tree, .kids-logo--boat { background: #359970; }
.kids-logo--elephant, .kids-logo--planet { background: #ed8b6f; }
.kids-logo--cube { background: #8c72c6; }
.kids-partners__grid strong { align-self: end; color: #263a35; font-size: 18px; }
.kids-partners__grid small { align-self: start; margin-top: 5px; color: #95a29d; font-size: 9px; letter-spacing: .12em; }

.kids-faq { background: #fff; }
.kids-faq__list { margin-top: 42px; border-top: 1px solid var(--kids-line); }
.kids-faq details { border-bottom: 1px solid var(--kids-line); }
.kids-faq summary { position: relative; padding: 25px 56px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.kids-faq summary::-webkit-details-marker { display: none; }
.kids-faq summary::after { position: absolute; top: 18px; right: 0; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--kids-teal); content: "+"; background: #e6f6f0; font-size: 22px; }
.kids-faq details[open] summary::after { content: "−"; }
.kids-faq details p { max-width: 870px; margin: -4px 0 25px; color: var(--kids-muted); font-size: 14px; line-height: 1.85; }

.kids-cta { padding: 88px 0; color: #fff; background: linear-gradient(125deg, #087d69, #12a675); text-align: center; }
.kids-cta__inner > span { display: block; color: rgba(255,255,255,.72); font-size: 14px; }
.kids-cta h2 { max-width: 900px; margin: 18px auto 32px; color: #fff; font-size: clamp(34px, 4vw, 54px); font-weight: 500; line-height: 1.22; }

@media (max-width: 1100px) {
    .kids-capability__grid { grid-template-columns: repeat(4, 1fr); }
    .kids-hardware__grid { grid-template-columns: repeat(3, 1fr); }
    .kids-local-nav .kids-shell { justify-content: flex-start; }
}

@media (max-width: 800px) {
    .kids-shell { width: min(100% - 32px, 1180px); }
    .kids-section { padding: 68px 0; scroll-margin-top: 134px; }
    .kids-section__head--center { margin-bottom: 34px; }
    .kids-section__head h2 { font-size: clamp(31px, 8vw, 44px); }
    .kids-section__head p { margin-top: 15px; font-size: 14px; line-height: 1.75; }
    .kids-hero { min-height: 560px; }
    .kids-hero__media { object-position: 62% center; }
    .kids-hero__shade { background: linear-gradient(90deg, rgba(3,20,28,.93), rgba(3,20,28,.6)); }
    .kids-hero__copy { width: min(100%, 620px); }
    .kids-hero h1 { font-size: clamp(42px, 10vw, 58px); }
    .kids-hero__copy > p { font-size: 15px; }
    .kids-local-nav { top: 76px; }
    .kids-local-nav .kids-shell { width: max-content; min-width: 100%; }
    .kids-local-nav a { padding: 18px 17px; font-size: 13px; }
    .kids-scenes__grid { grid-template-columns: repeat(2, 1fr); }
    .kids-scenes__grid article { min-height: 290px; }
    .kids-solution__grid { grid-template-columns: 1fr; }
    .kids-dashboard__metrics { grid-template-columns: 1fr; }
    .kids-dashboard__metrics article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 18px; }
    .kids-dashboard__metrics strong { grid-row: 1 / 3; grid-column: 2; }
    .kids-capability__grid { grid-template-columns: repeat(3, 1fr); }
    .kids-pass__grid { grid-template-columns: repeat(2, 1fr); }
    .kids-member__grid { grid-template-columns: repeat(2, 1fr); }
    .kids-growth__grid { grid-template-columns: 1fr; }
    .kids-hardware__grid { grid-template-columns: repeat(2, 1fr); }
    .kids-news__grid { grid-template-columns: repeat(2, 1fr); }
    .kids-partners__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .kids-shell { width: calc(100% - 24px); }
    .kids-section { padding: 54px 0; }
    .kids-section__head > span, .kids-eyebrow { margin-bottom: 11px; font-size: 10px; }
    .kids-section__head h2 { font-size: 29px; line-height: 1.22; }
    .kids-section__head p { font-size: 12px; line-height: 1.7; }
    .kids-hero { min-height: 500px; }
    .kids-hero__inner { padding: 58px 0 48px; }
    .kids-hero h1 { font-size: 38px; line-height: 1.14; }
    .kids-hero__copy > p { margin-top: 18px; font-size: 13px; line-height: 1.7; }
    .kids-hero__actions { margin-top: 24px; }
    .kids-button { min-height: 46px; padding: 0 20px; font-size: 12px; }
    .kids-hero__signals { gap: 10px 14px; margin-top: 22px; }
    .kids-hero__signals li { font-size: 10px; }
    .kids-hero__signals span { width: 20px; height: 20px; }
    .kids-local-nav { top: 68px; }
    .kids-scenes__grid { gap: 10px; }
    .kids-scenes__grid article { min-height: 230px; border-radius: 18px; }
    .kids-scenes__grid article > div { padding: 18px 12px; }
    .kids-scenes__grid h3 { font-size: 16px; }
    .kids-scenes__grid p { font-size: 10px; line-height: 1.55; }
    .kids-solution__grid { gap: 38px; }
    .kids-flow li { grid-template-columns: 46px 1fr; gap: 14px; padding: 18px 0; }
    .kids-flow i { width: 44px; height: 44px; border-radius: 14px; }
    .kids-flow h3 { font-size: 16px; }
    .kids-flow p { font-size: 11px; line-height: 1.65; }
    .kids-dashboard { padding: 20px; border-radius: 22px; }
    .kids-dashboard__chart { height: 140px; gap: 9px; padding: 20px 10px 0; }
    .kids-capability__grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .kids-capability__grid article { min-height: 158px; padding: 18px 9px; border-radius: 17px; }
    .kids-capability__grid i { width: 50px; height: 50px; border-radius: 16px; }
    .kids-capability__grid h3 { margin: 15px 0 6px; font-size: 13px; }
    .kids-capability__grid p { font-size: 9px; line-height: 1.5; }
    .kids-pass__grid, .kids-member__grid { gap: 10px; }
    .kids-pass__grid article, .kids-member__grid article { min-height: 195px; padding: 22px 12px; border-radius: 19px; }
    .kids-pass__grid i, .kids-member__grid i { width: 52px; height: 52px; border-radius: 16px; }
    .kids-pass__grid h3, .kids-member__grid h3 { margin: 17px 0 8px; font-size: 15px; }
    .kids-pass__grid p, .kids-member__grid p { font-size: 10px; line-height: 1.55; }
    .kids-growth__grid { gap: 12px; }
    .kids-growth__grid article { min-height: 160px; grid-template-columns: 56px 1fr; gap: 16px; padding: 22px; border-radius: 20px; }
    .kids-growth__grid i { width: 56px; height: 56px; border-radius: 18px; }
    .kids-growth__grid h3 { font-size: 17px; }
    .kids-growth__grid p { font-size: 11px; line-height: 1.6; }
    .kids-hardware__grid { gap: 10px; }
    .kids-hardware__grid article { padding: 12px 10px 18px; border-radius: 18px; }
    .kids-hardware__grid figure { height: 118px; margin-bottom: 12px; }
    .kids-hardware__grid h3 { font-size: 14px; }
    .kids-hardware__grid p { font-size: 9px; }
    .kids-news__head { display: block; margin-bottom: 28px; }
    .kids-news__head .kids-text-link { display: inline-block; margin-top: 18px; font-size: 12px; }
    .kids-news__grid { gap: 10px; }
    .kids-news__grid article { border-radius: 17px; }
    .kids-news__body { padding: 14px; }
    .kids-news__meta { font-size: 8px; }
    .kids-news__body h3 { height: 3.3em; margin: 10px 0 8px; font-size: 13px; line-height: 1.65; }
    .kids-news__body p { font-size: 9px; line-height: 1.6; -webkit-line-clamp: 2; }
    .kids-news__more { font-size: 9px; }
    .kids-partners__grid { gap: 10px; }
    .kids-partners__grid article { min-height: 108px; grid-template-columns: 42px 1fr; column-gap: 10px; padding: 15px; border-radius: 18px; }
    .kids-logo { width: 42px; height: 42px; border-radius: 13px; font-size: 21px; }
    .kids-partners__grid strong { font-size: 13px; }
    .kids-partners__grid small { font-size: 7px; }
    .kids-faq summary { padding: 20px 48px 20px 0; font-size: 14px; }
    .kids-faq summary::after { top: 13px; width: 36px; height: 36px; }
    .kids-faq details p { font-size: 11px; }
    .kids-cta { padding: 64px 0; }
    .kids-cta h2 { margin: 14px auto 26px; font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
    .kids-page *, .kids-page *::before, .kids-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
