:root{
  --indigo:#5368f5;--indigo-2:#7458f7;--blue:#3c82f6;--sun:#ffd84f;--orange:#ff8b4b;
  --coral:#ff6f91;--mint:#51ceb2;--ink:#192543;--cream:#fffdf9;--muted:#667085;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Nunito Sans","Trebuchet MS",Arial,system-ui,sans-serif;background:var(--cream);color:#5f6b82}
.font-display{font-family:Fredoka,"Arial Rounded MT Bold","Trebuchet MS","Nunito Sans",sans-serif}
a,button{outline:none}
img{max-width:100%}
::selection{background:#ffe478;color:#24314f}

/* Global motion + atmosphere */
.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--sun),var(--coral),var(--indigo),var(--mint));z-index:100;box-shadow:0 0 20px rgba(117,88,247,.35)}
.ambient-glow{position:fixed;inset:0;pointer-events:none;z-index:-3;overflow:hidden}
.ambient-glow i{position:absolute;border-radius:999px;filter:blur(95px);opacity:.18}
.ambient-glow i:nth-child(1){width:340px;height:340px;background:#ffd84f;left:-130px;top:16%}
.ambient-glow i:nth-child(2){width:380px;height:380px;background:#6a6ff8;right:-170px;top:35%}
.ambient-glow i:nth-child(3){width:300px;height:300px;background:#ff8fb0;left:35%;bottom:3%}
.reveal{opacity:1;transform:none}
.reveal.reveal-ready{opacity:0;transform:translateY(22px) scale(.99);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay,0ms)}
.reveal.reveal-ready.show{opacity:1;transform:none}
.float-slow{animation:float-slow 7s ease-in-out infinite}
.float-medium{animation:float-medium 5.6s ease-in-out infinite}
.wiggle-soft{animation:wiggle-soft 6.5s ease-in-out infinite}
.spin-slow{animation:spin-slow 20s linear infinite}
.bob{animation:bob 3.7s ease-in-out infinite}
.parallax-item{will-change:transform;transition:transform .16s ease-out}
@keyframes float-slow{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(0,-14px,0) rotate(1deg)}}
@keyframes float-medium{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@keyframes wiggle-soft{0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2.5deg)}}
@keyframes spin-slow{to{transform:rotate(360deg)}}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}

/* Header */
.nav-shell{background:rgba(255,255,255,.87);border:1px solid rgba(255,255,255,.92);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);border-radius:1.55rem;box-shadow:0 15px 50px rgba(31,43,88,.10)}
.header-scrolled .nav-shell{background:rgba(255,255,255,.96);box-shadow:0 16px 48px rgba(31,43,88,.14)}
.brand-lockup{display:flex;align-items:center;gap:.72rem}
.brand-mark{width:60px;height:52px;display:grid;place-items:center;flex:none;position:relative}
.brand-mark:before{content:"";position:absolute;inset:4px;border-radius:17px;background:linear-gradient(145deg,#fff7c8,#f2efff 62%,#e7f8f3);box-shadow:inset 0 0 0 1px rgba(255,255,255,.85),0 8px 20px rgba(74,82,145,.10)}
.brand-mark img{position:relative;width:56px;height:50px;object-fit:contain;filter:drop-shadow(0 4px 7px rgba(22,34,64,.12))}
.brand-copy strong{display:block;font:700 1.07rem/1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#172445;letter-spacing:-.02em}
.brand-copy small{display:block;font-size:.60rem;line-height:1.25;margin-top:.27rem;letter-spacing:.11em;text-transform:uppercase;color:#6e63db;font-weight:900;white-space:nowrap}
.nav-link{padding:.7rem .78rem;border-radius:1rem;font-size:.83rem;font-weight:900;color:#59677d;transition:.22s;position:relative}
.nav-link:after{content:"";position:absolute;left:20%;right:20%;bottom:.35rem;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--sun),var(--coral));transform:scaleX(0);transition:.22s}
.nav-link:hover,.nav-link.active{color:#3747ca;background:#f4f5ff}.nav-link.active:after{transform:scaleX(1)}
.menu-btn{width:44px;height:44px;border-radius:15px;background:white;border:1px solid #eef0f5;display:grid;place-items:center;box-shadow:0 8px 22px rgba(48,62,108,.08)}
.menu-lines,.menu-lines:before,.menu-lines:after{content:"";display:block;width:19px;height:2px;background:#263554;border-radius:99px;position:relative;transition:.22s}
.menu-lines:before{position:absolute;top:-6px}.menu-lines:after{position:absolute;top:6px}
.menu-btn.is-open .menu-lines{background:transparent}.menu-btn.is-open .menu-lines:before{top:0;transform:rotate(45deg)}.menu-btn.is-open .menu-lines:after{top:0;transform:rotate(-45deg)}
.mobile-menu-panel{animation:menu-pop .22s ease-out}.mobile-link{display:block;padding:.86rem 1rem;border-radius:1rem;font-weight:900;color:#59677d}.mobile-link.active{background:#f2f3ff;color:#4354d7}.mobile-cta{margin-top:.35rem;background:linear-gradient(135deg,#566af5,#7558f7)!important;color:white!important}
@keyframes menu-pop{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:none}}

/* Typography, chips and buttons */
.section-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.49rem .82rem;border-radius:999px;background:#f0f2ff;color:#4e5ddb;font-size:.70rem;font-weight:900;letter-spacing:.105em;text-transform:uppercase;border:1px solid #e4e6ff}
.section-kicker .dot{width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(81,206,178,.12)}
.section-title{font-family:Fredoka,"Arial Rounded MT Bold","Trebuchet MS","Nunito Sans",sans-serif;color:var(--ink);font-size:clamp(2.1rem,4.1vw,3.75rem);line-height:1.02;font-weight:700;letter-spacing:-.035em}
.section-copy{font-size:1.02rem;line-height:1.9;color:#667085}
.eyebrow-line{height:6px;width:100px;border-radius:99px;background:linear-gradient(90deg,var(--sun),var(--orange),var(--coral),var(--indigo));box-shadow:0 7px 20px rgba(255,111,145,.18)}
.btn-primary,.btn-secondary,.btn-sun{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:1.05rem;padding:.88rem 1.18rem;font-weight:900;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}
.btn-primary{color:#fff;background:linear-gradient(135deg,#5068f6,#7358f7);box-shadow:0 12px 28px rgba(83,104,245,.25)}
.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 32%,rgba(255,255,255,.22) 48%,transparent 64%);transform:translateX(-120%);transition:.55s}
.btn-primary:hover:before{transform:translateX(120%)}
.btn-primary:hover,.btn-secondary:hover,.btn-sun:hover{transform:translateY(-3px)}
.btn-primary:hover{box-shadow:0 18px 38px rgba(83,104,245,.32)}
.btn-secondary{color:#283854;background:#fff;border:1px solid #e9ebf2;box-shadow:0 9px 25px rgba(44,58,101,.08)}
.btn-secondary:hover{border-color:#d5d9ff;box-shadow:0 14px 32px rgba(44,58,101,.11)}
.btn-sun{color:#27324c;background:linear-gradient(135deg,#ffe66b,#ffc743);box-shadow:0 12px 28px rgba(255,197,67,.25)}
.btn-spark{font-size:.72rem;color:#ffe566}
.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.38rem .7rem;font-size:.68rem;font-weight:900;letter-spacing:.02em}
.rainbow-line{height:6px;border-radius:999px;background:linear-gradient(90deg,#4c75fa 0 20%,#775cf7 20% 40%,#ff6f91 40% 60%,#ff9a4a 60% 80%,#ffd84f 80%)}

/* Premium cards */
.soft-card,.premium-card{background:rgba(255,255,255,.93);border:1px solid rgba(233,236,245,.92);border-radius:1.9rem;box-shadow:0 20px 65px rgba(38,50,99,.10)}
.premium-card{position:relative;overflow:hidden}
.premium-card:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent)}
.program-card{transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;border:1px solid #edf0f7;background:#fff;position:relative;overflow:hidden}
.program-card:hover{transform:translateY(-7px) rotate(-.25deg);box-shadow:0 28px 70px rgba(39,53,104,.15)}
.program-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;bottom:-42px;background:var(--card-glow,#eff2ff);transition:transform .35s}.program-card:hover:after{transform:scale(1.35)}
.icon-bubble{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.card-number{font:700 3.2rem/1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:rgba(31,43,75,.08);position:absolute;right:18px;top:14px}
.tilt-card{transition:transform .25s ease,box-shadow .25s ease}

/* Home hero */
.hero-premium{min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(132deg,#eef4ff 0%,#fff9dc 37%,#fff0f5 67%,#f0edff 100%)}
.hero-premium:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(86,95,150,.10) 1.2px,transparent 0);background-size:25px 25px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 90%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(.2px);opacity:.7;animation:float-orb 9s ease-in-out infinite}
.hero-orb.one{width:340px;height:340px;background:#d9e7ff;right:-100px;top:80px}.hero-orb.two{width:250px;height:250px;background:#ffe68c;left:-90px;bottom:65px;animation-delay:-3s}.hero-orb.three{width:180px;height:180px;background:#ffd7e4;left:47%;bottom:-80px;animation-delay:-5s}
@keyframes float-orb{0%,100%{transform:translate(0,0)}50%{transform:translate(10px,-17px)}}
.hero-copy{position:relative;z-index:4}
.hero-title{font:700 clamp(3.05rem,6vw,5.55rem)/.94 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#182542;letter-spacing:-.055em;max-width:760px}
.hero-title .hero-emphasis{position:relative;display:inline-block;color:#5969ed}.hero-title .hero-emphasis:after{content:"";position:absolute;left:-2%;right:-2%;bottom:.01em;height:.16em;background:#ffd94f;border-radius:99px;z-index:-1;transform:rotate(-1.5deg)}
.hero-desc{font-size:clamp(1rem,1.7vw,1.13rem);line-height:1.9;color:#667085;max-width:640px}
.hero-mini-badges{display:flex;flex-wrap:wrap;gap:.65rem}.hero-mini-badge{display:inline-flex;align-items:center;gap:.42rem;padding:.58rem .78rem;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);border-radius:999px;color:#536074;font-weight:900;font-size:.77rem;box-shadow:0 8px 24px rgba(48,62,105,.07);backdrop-filter:blur(8px)}
.hero-stage{position:relative;min-height:590px;z-index:3}
.hero-stage-card{position:absolute;inset:18px 18px 28px 26px;border-radius:3.6rem;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.34));border:1px solid rgba(255,255,255,.9);box-shadow:0 35px 95px rgba(61,73,136,.20);transform:rotate(2.2deg);backdrop-filter:blur(16px)}
.hero-illustration-shell{position:absolute;inset:42px 42px 50px 50px;border-radius:3.15rem;overflow:hidden;background:linear-gradient(145deg,#5a70f7,#7c5cf6 54%,#ff7398);box-shadow:0 30px 70px rgba(65,75,153,.22);transform:rotate(-1.4deg);isolation:isolate}
.hero-illustration-shell:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.28);border-radius:inherit;pointer-events:none}
.hero-illustration-shell>img{width:100%;height:100%;object-fit:cover;transform:scale(1.01)}
.hero-float-card{position:absolute;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.95);border-radius:1.35rem;box-shadow:0 18px 45px rgba(31,43,86,.16);padding:.85rem 1rem;z-index:5;backdrop-filter:blur(12px)}
.hero-float-card.a{left:-10px;top:95px;width:178px}.hero-float-card.b{right:-8px;bottom:72px;width:192px}.hero-float-card.c{left:34px;bottom:28px;display:flex;align-items:center;gap:.65rem}
.hero-float-card strong{font:700 .95rem/1.15 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#1c2945}.hero-float-card small{display:block;color:#7a8498;font-size:.68rem;line-height:1.35;margin-top:.25rem;font-weight:700}
.hero-logo-medallion{position:absolute;right:30px;top:25px;width:90px;height:86px;border-radius:26px;background:#fff;display:grid;place-items:center;padding:6px;box-shadow:0 14px 35px rgba(31,43,90,.15);z-index:6;transform:rotate(5deg)}.hero-logo-medallion img{width:100%;height:100%;object-fit:contain}
.doodle{position:absolute;z-index:2;pointer-events:none}.doodle.star{font-size:2rem;color:#ffcb3f;filter:drop-shadow(0 6px 10px rgba(213,154,25,.15))}.doodle.cloud{width:110px;height:45px;border-radius:999px;background:rgba(255,255,255,.72);box-shadow:45px -13px 0 -4px rgba(255,255,255,.72),-35px -3px 0 -8px rgba(255,255,255,.72)}

/* Marquee */
.kids-marquee{overflow:hidden;border-top:1px solid #f0eef7;border-bottom:1px solid #f0eef7;background:#fff;position:relative}.kids-marquee:before,.kids-marquee:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:2}.kids-marquee:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.kids-marquee:after{right:0;background:linear-gradient(-90deg,#fff,transparent)}
.marquee-track{display:flex;gap:1.2rem;width:max-content;padding:1rem 0;animation:marquee 24s linear infinite}.marquee-item{display:flex;align-items:center;gap:.8rem;font-weight:900;color:#4d5b72;white-space:nowrap;font-size:.87rem}.marquee-item i{width:8px;height:8px;border-radius:50%;background:var(--sun);box-shadow:0 0 0 5px rgba(255,216,79,.15)}
@keyframes marquee{to{transform:translateX(-50%)}}

/* Feature strip */
.trust-wrap{position:relative;z-index:7;margin-top:-46px}.trust-panel{background:rgba(255,255,255,.94);border:1px solid #eff0f6;border-radius:2rem;box-shadow:0 24px 70px rgba(43,55,102,.13);padding:.7rem;display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{min-height:105px;border-radius:1.45rem;padding:1rem;display:flex;align-items:center;gap:.8rem;transition:.25s}.trust-item:hover{transform:translateY(-3px)}.trust-item:nth-child(1){background:#edf4ff}.trust-item:nth-child(2){background:#fff8da}.trust-item:nth-child(3){background:#fff0f5}.trust-item:nth-child(4){background:#eaf9f4}
.trust-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:16px;background:#fff;font-size:1.35rem;box-shadow:0 8px 22px rgba(42,54,98,.08);flex:none}.trust-item b{display:block;color:#22304f;font:700 .95rem/1.15 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.trust-item small{display:block;color:#7b8597;font-size:.68rem;font-weight:800;margin-top:.25rem}

/* Sections */
.section-space{padding:6.8rem 0}.section-soft{background:linear-gradient(180deg,#fffdf9,#f9fbff)}
.level-card{min-height:365px;padding:1.65rem;border-radius:2rem;position:relative}.level-topline{height:5px;border-radius:99px;width:72px;margin-bottom:1.2rem}.level-card:nth-child(1) .level-topline{background:#4d7af7}.level-card:nth-child(2) .level-topline{background:#ffc842}.level-card:nth-child(3) .level-topline{background:#ff7596}
.level-illustration{height:125px;border-radius:1.55rem;display:grid;place-items:center;margin-bottom:1.25rem;position:relative;overflow:hidden}.level-illustration:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-30px;top:-50px;background:rgba(255,255,255,.45)}
.level-illustration .big-icon{font-size:3.6rem;filter:drop-shadow(0 8px 10px rgba(35,49,83,.12));animation:bob 3.7s ease-in-out infinite}.level-illustration.tpa{background:linear-gradient(135deg,#dfeaff,#cde0ff)}.level-illustration.kb{background:linear-gradient(135deg,#fff3bd,#ffe18a)}.level-illustration.tk{background:linear-gradient(135deg,#ffe1eb,#ffc9dd)}
.level-title{font:700 2rem/1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#1d2a48}.level-sub{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#8390a3;font-weight:900;margin-top:.4rem}.level-card p{font-size:.9rem;line-height:1.75;color:#667085;margin-top:1rem}

.story-band{background:linear-gradient(135deg,#182445,#202d55 58%,#2f3d73);color:white;position:relative;overflow:hidden}.story-band:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.16) 1px,transparent 0);background-size:25px 25px;opacity:.32}.story-band:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:#665ef8;right:-180px;top:-130px;filter:blur(15px);opacity:.22}.story-visual{position:relative;min-height:470px}.story-photo{position:absolute;inset:25px 10px 25px 35px;border-radius:2.8rem;overflow:hidden;background:#fff;transform:rotate(2deg);box-shadow:0 30px 70px rgba(0,0,0,.25);border:7px solid rgba(255,255,255,.13)}.story-photo img{width:100%;height:100%;object-fit:cover}.story-note{position:absolute;left:0;bottom:18px;background:#ffd84f;color:#22304e;border-radius:1.25rem;padding:.9rem 1.05rem;box-shadow:0 18px 35px rgba(0,0,0,.18);transform:rotate(-4deg);font-weight:900;max-width:185px}.story-note b{font:700 1.12rem/1.1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;display:block}.story-note small{font-size:.7rem;color:#6f5e23;display:block;margin-top:.2rem}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.value-card{min-height:130px;border-radius:1.6rem;padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.value-card:hover{transform:translateY(-4px) rotate(-.4deg)}.value-card:nth-child(1){background:#5e72f7}.value-card:nth-child(2){background:#ef648d}.value-card:nth-child(3){background:#ffd354;color:#26304a}.value-card:nth-child(4){background:#4bc7a8}.value-card span{font-size:1.65rem}.value-card b{font:700 1.02rem/1.1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.value-card small{font-size:.70rem;line-height:1.45;opacity:.78;font-weight:700}

.program-mini{border-radius:1.8rem;padding:1.3rem;background:white;border:1px solid #edf0f7;box-shadow:0 15px 45px rgba(37,49,92,.08);min-height:250px;transition:.28s;position:relative;overflow:hidden}.program-mini:hover{transform:translateY(-7px);box-shadow:0 26px 65px rgba(37,49,92,.14)}.program-mini .icon-bubble{margin-bottom:1rem}.program-mini h3{font:700 1.18rem/1.15 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#1e2c49}.program-mini p{font-size:.83rem;line-height:1.72;color:#6c778a;margin-top:.65rem}.program-mini .program-badge{position:absolute;right:1rem;top:1rem;font-size:.60rem;border-radius:999px;background:#f6f7fb;color:#8992a2;padding:.35rem .55rem;font-weight:900;max-width:110px;text-align:center}

.article-grid-card{background:#fff;border:1px solid #edf0f6;border-radius:2rem;overflow:hidden;box-shadow:0 18px 50px rgba(39,51,94,.09);transition:.3s}.article-grid-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(39,51,94,.14)}.article-media{position:relative;overflow:hidden;aspect-ratio:16/10}.article-media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(28,38,69,.10));pointer-events:none}.article-grid-card img,.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.article-grid-card:hover img,.gallery-card:hover img{transform:scale(1.045)}.article-body{padding:1.35rem}.article-date{font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#5767e8}.article-body h3{font:700 1.25rem/1.22 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#1d2a47;margin-top:.55rem}.article-body p{font-size:.82rem;line-height:1.7;color:#748094;margin-top:.6rem}.article-link{display:inline-flex;margin-top:1rem;color:#4e5fde;font-size:.78rem;font-weight:900}

.gallery-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:160px;gap:1rem}.gallery-mosaic .gallery-card{position:relative;overflow:hidden;border-radius:1.8rem;box-shadow:0 18px 50px rgba(34,47,89,.10);background:#f1f5ff}.gallery-mosaic .gallery-card:nth-child(1){grid-column:span 5;grid-row:span 2}.gallery-mosaic .gallery-card:nth-child(2){grid-column:span 3;grid-row:span 2}.gallery-mosaic .gallery-card:nth-child(3){grid-column:span 4}.gallery-mosaic .gallery-card:nth-child(4){grid-column:span 4}.gallery-mosaic .gallery-card:nth-child(5){grid-column:span 4}.gallery-mosaic .gallery-card:nth-child(6){grid-column:span 4}.gallery-overlay{position:absolute;inset:auto 0 0;padding:3rem 1.2rem 1.15rem;background:linear-gradient(transparent,rgba(20,28,54,.76));color:#fff}.gallery-overlay b{font:700 1rem/1.1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.gallery-overlay small{display:block;font-size:.66rem;opacity:.75;margin-top:.2rem;font-weight:800}

.cta-kids{position:relative;overflow:hidden;border-radius:2.8rem;background:linear-gradient(132deg,#5368f5,#6959ee 58%,#8b59ee);color:white;padding:3rem;box-shadow:0 28px 80px rgba(83,104,245,.24)}.cta-kids:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.15) 1px,transparent 0);background-size:24px 24px}.cta-kids .cta-sun{position:absolute;width:190px;height:190px;border-radius:50%;background:#ffd84f;right:-40px;top:-95px;opacity:.9}.cta-kids .cta-cloud{position:absolute;width:150px;height:58px;border-radius:999px;background:rgba(255,255,255,.10);left:42%;bottom:-18px;box-shadow:55px -12px 0 -5px rgba(255,255,255,.10)}

/* Inner pages */
.page-hero{position:relative;overflow:hidden;padding:4.6rem 0 5.4rem;background:linear-gradient(135deg,#eef4ff,#fff7d6 46%,#fff0f6 76%,#f1eeff)}.page-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(85,99,159,.09) 1.1px,transparent 0);background-size:24px 24px}.page-hero-orb{position:absolute;border-radius:50%;opacity:.55}.page-hero-orb.a{width:260px;height:260px;background:#d6e5ff;right:-80px;top:-40px}.page-hero-orb.b{width:170px;height:170px;background:#ffe27c;left:-50px;bottom:-65px}.page-hero h1{max-width:860px}.page-hero p{max-width:700px}.page-hero-logo{position:absolute;right:7%;bottom:-30px;width:210px;height:180px;display:grid;place-items:center;opacity:.09;transform:rotate(7deg)}.page-hero-logo img{width:100%;height:100%;object-fit:contain}
.inner-card{background:#fff;border:1px solid #edf0f6;border-radius:2rem;box-shadow:0 18px 55px rgba(39,50,94,.09)}
.info-ribbon{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:1.2rem;background:#fff9de;border:1px solid #ffedaa;color:#72591a;font-weight:800;font-size:.82rem}

/* Forms */
.input{width:100%;border:1px solid #e3e7ef;border-radius:1rem;padding:.88rem 1rem;background:#fff;outline:none;color:#344054;transition:.22s;box-shadow:0 2px 0 rgba(28,40,72,.01)}.input:hover{border-color:#d5dbea}.input:focus{border-color:#8b93ff;box-shadow:0 0 0 4px rgba(83,104,245,.10)}
.label{font-weight:900;font-size:.79rem;color:#344054;display:block;margin-bottom:.5rem;letter-spacing:.01em}.input::placeholder{color:#a3aabb}

/* Article prose */
.prose-school{color:#536074}.prose-school p{margin:0 0 1.15rem;line-height:1.95}.prose-school h2,.prose-school h3{font-family:Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;color:#192543;margin:1.8rem 0 .75rem;font-weight:700}.prose-school h2{font-size:1.8rem}.prose-school h3{font-size:1.4rem}

/* Footer */
.school-footer{background:linear-gradient(135deg,#172445,#202d58 64%,#28366b)}
.footer-pattern{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.30) 1px,transparent 0);background-size:24px 24px}
.footer-clouds{position:absolute;inset:0 0 auto;height:70px;top:-32px;pointer-events:none}.footer-clouds i{position:absolute;background:#fffdf9;border-radius:999px;height:64px}.footer-clouds i:nth-child(1){left:-2%;width:31%}.footer-clouds i:nth-child(2){left:26%;width:28%;top:-8px}.footer-clouds i:nth-child(3){left:50%;width:28%;top:3px}.footer-clouds i:nth-child(4){right:-3%;width:29%;top:-5px}
.footer-logo{width:88px;height:78px;border-radius:24px;background:white;padding:6px;display:grid;place-items:center;box-shadow:0 16px 35px rgba(0,0,0,.15)}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-title{font:700 1.12rem/1 Fredoka,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;margin-bottom:1.15rem;color:#fff}.footer-link{color:#cfd7f0;font-weight:700;transition:.2s}.footer-link:hover{color:#ffe268;transform:translateX(2px)}.social-pill{display:inline-flex;padding:.52rem .7rem;border-radius:.78rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);font-size:.69rem;font-weight:900;color:#dce3f7;transition:.2s}.social-pill:hover{background:rgba(255,255,255,.14);color:#fff;transform:translateY(-2px)}.footer-wa{display:flex;align-items:center;gap:.65rem;margin-top:1rem;padding:.8rem .9rem;border-radius:1rem;background:rgba(81,206,178,.13);border:1px solid rgba(81,206,178,.17);color:#abf0de;max-width:310px}.footer-wa b{font-size:.76rem;display:block}.footer-wa small{font-size:.62rem;display:block;color:#d6f7ee;opacity:.75;margin-top:.1rem}
.wa-float{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;align-items:center;gap:.55rem;background:#16b96c;color:#fff;border-radius:999px;padding:.78rem 1rem;font-weight:900;font-size:.78rem;box-shadow:0 14px 36px rgba(22,185,108,.30);transition:.24s}.wa-float:hover{transform:translateY(-4px);box-shadow:0 19px 42px rgba(22,185,108,.36)}.wa-pulse{position:absolute;inset:0;border:1px solid rgba(22,185,108,.48);border-radius:999px;animation:wa-ring 2.2s ease-out infinite}@keyframes wa-ring{0%{transform:scale(1);opacity:.8}80%,100%{transform:scale(1.22);opacity:0}}

/* Admin compatibility */
.admin-table{width:100%;border-collapse:separate;border-spacing:0}.admin-table th{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b;padding:.8rem;text-align:left;background:#f8fafc}.admin-table td{padding:.9rem .8rem;border-top:1px solid #eef2f7;font-size:.9rem;vertical-align:top}.admin-table tr:hover td{background:#fbfdff}

/* Responsive */
@media(max-width:1023px){
  .hero-premium{min-height:auto;padding:2rem 0 6.2rem}.hero-stage{min-height:535px}.trust-panel{grid-template-columns:repeat(2,1fr)}
  .gallery-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.gallery-mosaic .gallery-card:nth-child(n){grid-column:auto;grid-row:auto}
}
@media(max-width:767px){
  .section-space{padding:5rem 0}.hero-title{font-size:3.25rem}.hero-premium{padding-top:1rem}.hero-stage{min-height:470px;margin-top:1.4rem}.hero-stage-card{inset:12px 3px 24px 8px;border-radius:2.6rem}.hero-illustration-shell{inset:32px 22px 42px 25px;border-radius:2.35rem}.hero-logo-medallion{width:74px;height:70px;right:17px;top:18px}.hero-float-card.a{left:-1px;top:75px;width:150px}.hero-float-card.b{right:0;bottom:55px;width:157px}.hero-float-card.c{display:none}.trust-wrap{margin-top:-34px}.trust-panel{grid-template-columns:1fr 1fr}.trust-item{min-height:92px;padding:.8rem;gap:.55rem}.trust-icon{width:40px;height:40px;border-radius:14px}.trust-item b{font-size:.82rem}.trust-item small{font-size:.61rem}.story-visual{min-height:390px}.story-photo{inset:15px 8px 22px 18px}.cta-kids{padding:2.2rem 1.3rem;border-radius:2rem}.page-hero{padding:3.8rem 0 4rem}.gallery-mosaic{grid-auto-rows:190px}.value-card{min-height:120px}.kids-marquee:before,.kids-marquee:after{width:40px}
}
@media(max-width:520px){
  .hero-title{font-size:2.85rem}.hero-desc{line-height:1.75}.hero-stage{min-height:410px}.hero-float-card{padding:.68rem .78rem}.hero-float-card.a{width:137px;top:66px}.hero-float-card.b{width:143px;bottom:45px}.hero-float-card strong{font-size:.8rem}.hero-float-card small{font-size:.59rem}.trust-panel{gap:.45rem;padding:.5rem}.trust-item{display:block}.trust-icon{margin-bottom:.55rem}.section-title{font-size:2.35rem}.gallery-mosaic{grid-template-columns:1fr;grid-auto-rows:250px}.footer-clouds i:nth-child(1){width:38%}.footer-clouds i:nth-child(2){left:30%;width:38%}.footer-clouds i:nth-child(3){display:none}.footer-clouds i:nth-child(4){width:40%}
}
@media(hover:none),(max-width:767px){.tilt-card{transform:none!important}.program-card:hover,.article-grid-card:hover,.program-mini:hover{transform:none}.parallax-item{transform:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal,.reveal.reveal-ready{opacity:1;transform:none}.marquee-track{animation:none}.parallax-item,.tilt-card{transform:none!important}}
/* Utility pattern used by public pages and admin */
.kids-grid{background-image:radial-gradient(circle at 1px 1px,rgba(75,92,155,.13) 1.2px,transparent 0);background-size:23px 23px}

/* Local Tailwind compatibility */
.shadow-soft{box-shadow:0 18px 60px rgba(35,49,103,.10)}

/* Rendering/performance safeguards */
img{height:auto}
