:root{
  --orange:#ff6b1a;
  --orange-2:#ff7f2a;
  --teal:#21b5ae;
  --ink:#26313b;
  --muted:#69747f;
  --cream:#fffaf4;
  --line:#eceff3;
  --shadow:0 12px 34px rgba(45,59,68,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Nunito",Arial,sans-serif;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.site-shell{width:100%;max-width:none;margin:0;background:#fff;min-height:100vh;box-shadow:none;overflow:hidden}
.site-header{height:82px;background:#fff;border-bottom:1px solid #edf0f2;position:relative;z-index:30}
.nav-wrap{height:100%;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(24px,3.2vw,64px);display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;min-width:245px;color:var(--orange);line-height:1}
.brand-mark{width:47px;height:47px;margin-right:9px}
.brand-copy{display:flex;flex-direction:column;align-items:flex-end}
.brand-copy strong{font-family:"Nunito",sans-serif;font-size:28px;letter-spacing:-1.3px;font-weight:800}
.brand-copy strong span{font-weight:400}
.brand-copy small{font-size:11px;letter-spacing:4px;font-weight:800;margin-top:4px;margin-right:27px}
.main-nav{display:flex;align-items:stretch;align-self:stretch;gap:31px;margin-left:auto}
.main-nav a{display:flex;align-items:center;font-size:13px;font-weight:700;white-space:nowrap;position:relative;color:#3d454e}
.main-nav a:hover,.main-nav a.active{color:var(--orange)}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--orange)}
.apply-btn{margin-left:15px;background:linear-gradient(135deg,var(--orange),#ff7a27);color:#fff;font-size:13px;font-weight:800;padding:14px 23px;border-radius:10px;box-shadow:0 7px 16px rgba(255,107,26,.25);white-space:nowrap}
.user-plus{font-size:19px;margin-right:8px;vertical-align:-1px}
.menu-toggle{display:none;background:none;border:0;padding:7px;margin-left:auto}.menu-toggle span{display:block;width:25px;height:2px;background:#343b43;margin:5px;border-radius:5px}
.hero{height:clamp(520px,33vw,640px);width:100%;display:grid;grid-template-columns:43% 57%;position:relative;background:linear-gradient(90deg,#fff 0%,#fffdf9 46%,#f6f7f1 100%);overflow:hidden}
.hero-copy{padding:clamp(68px,5vw,96px) 0 48px clamp(34px,5vw,96px);position:relative;z-index:4}
.hero-pill{display:inline-flex;background:#fff0c9;color:#e99727;border-radius:30px;padding:8px 26px;font-size:13px;font-weight:700;margin-bottom:12px}
.hero h1{font-family:"Baloo 2","Comic Sans MS",cursive;font-weight:800;line-height:.98;margin:0 0 18px;letter-spacing:.2px;font-size:61px}
.hero h1 span{display:block;color:var(--orange)}
.hero h1 strong{display:block;color:#2dafad}
.hero p{max-width:570px;font-size:17px;line-height:1.6;color:#5c6570;margin:0 0 28px;font-weight:600}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.btn{min-height:54px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;border:2px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.10)}
.btn img{width:28px;height:28px;margin-right:9px}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 9px 20px rgba(255,107,26,.22)}
.btn-outline{border-color:#62cec9;color:#20aaa6;background:#fff}
.hero-image-wrap{height:100%;position:relative;overflow:hidden}
.hero-image-wrap:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:94px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.74) 38%,transparent 100%);z-index:2}
.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(1.03) contrast(1.01)}
.hero-deco{position:absolute;z-index:3;pointer-events:none}.hero-cloud{left:18px;top:36px;width:103px}.hero-sun{left:310px;top:34px;width:64px}.paper-plane{position:absolute;width:76px;left:4px;bottom:18px;z-index:4;transform:rotate(-8deg)}
.stats-card{height:102px;margin:-46px auto 0;width:calc(100% - clamp(40px,10vw,220px));max-width:1400px;background:#fff;border-radius:15px;box-shadow:0 12px 30px rgba(43,57,66,.13);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;position:relative;z-index:10;padding:0 24px}
.stat{height:58%;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #e8ecef}.stat:last-child{border-right:0}.stat img{width:45px;height:45px;object-fit:contain}.stat div{display:flex;flex-direction:column}.stat strong{font-family:"Baloo 2",sans-serif;color:var(--orange);font-size:27px;line-height:1;font-weight:800}.stat span{font-size:12px;font-weight:700;color:#4f5963;margin-top:4px}
.section{width:100%;max-width:1600px;margin:0 auto;padding-left:clamp(24px,4vw,70px);padding-right:clamp(24px,4vw,70px)}
.programs{padding-top:58px;text-align:center}.section-kicker{display:inline-block;background:#fff0e7;color:#ff8350;border-radius:20px;padding:5px 20px;font-size:12px;font-weight:800;margin-bottom:5px}.section-kicker.left{padding:4px 13px}
h2{font-family:"Baloo 2","Comic Sans MS",cursive;font-size:31px;line-height:1.1;margin:0;color:#26303b;font-weight:700}.section-lead{font-size:13px;margin:6px auto 20px;color:#747d87;font-weight:600}
.program-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.program-card{min-height:197px;border:1.5px solid #e8edf2;border-radius:14px;padding:15px 12px 12px;display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:0 6px 15px rgba(50,65,76,.04)}
.program-card img{width:50px;height:50px;object-fit:contain;margin-bottom:2px}.program-card h3{font-family:"Baloo 2",sans-serif;font-size:19px;margin:1px 0 3px}.program-card p{font-size:11.5px;line-height:1.35;color:#626d78;margin:0 auto 10px;max-width:150px}.program-card a{font-size:11px;font-weight:800;margin-top:auto}.program-card.blue{border-color:#cfe8f6}.program-card.blue a{color:#40a9db}.program-card.orange{border-color:#ffe0c4}.program-card.orange a,.program-card.orange h3{color:#ff7d2a}.program-card.teal{border-color:#ccece9}.program-card.teal a{color:#25aaa6}.program-card.violet{border-color:#d9dcf4}.program-card.violet a{color:#6b72cc}.program-card.coral{border-color:#ffd9cf}.program-card.coral a,.program-card.coral h3{color:#ff6e49}.program-card.purple{border-color:#dfdcf6}.program-card.purple a,.program-card.purple h3{color:#6268d1}
.about{display:grid;grid-template-columns:39% 45% 16%;gap:28px;align-items:center;padding-top:30px;padding-bottom:17px;position:relative}.about-photo{position:relative}.about-photo>img:first-child{width:100%;height:228px;object-fit:cover;border-radius:18px;border:5px solid #fff;box-shadow:0 9px 20px rgba(35,54,63,.14)}.heart-pin{position:absolute;width:54px;left:-22px;bottom:-19px;filter:drop-shadow(0 7px 8px rgba(0,0,0,.10))}.about-copy{padding-top:3px}.about-copy h2{font-size:30px;margin:4px 0 7px}.about-copy>p{font-size:12.5px;line-height:1.5;color:#66717c;margin:0 0 11px}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin-bottom:13px}.check-grid span{font-size:11.5px;font-weight:700;color:#46515b;display:flex;align-items:center}.check-grid img{width:15px;height:15px;margin-right:5px}.btn-teal{background:#21b4ae;color:#fff;min-height:37px;border-radius:7px;padding:0 16px;font-size:11px}.btn-teal span{font-size:17px;margin-left:10px}.about-art{align-self:stretch;position:relative;display:flex;align-items:center;justify-content:center}.about-art>img:first-child{position:absolute;width:170px;top:8px;right:-20px}.about-art>img:last-child{width:140px;position:relative;top:17px}
.daily{margin-top:3px;border:1.5px solid #ffd7b8;border-radius:15px;padding-top:10px;padding-bottom:15px;text-align:center}.daily h2{font-size:25px}.timeline{display:grid;grid-template-columns:repeat(7,1fr);position:relative;margin-top:7px;padding:0 20px}.timeline:before{content:"";position:absolute;top:34px;left:8%;right:8%;border-top:2px dashed #b8c1c8}.time-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.circle{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid #a8d6e9;box-shadow:0 0 0 5px #fff}.circle img{width:43px;height:43px;object-fit:contain}.c2{border-color:#6fc9b7}.c3{border-color:#ff9d5e}.c4{border-color:#a3bf75}.c5{border-color:#8fa9e6}.c6{border-color:#efb067}.c7{border-color:#89caed}.time-item small{font-size:9px;color:#59636d;margin-top:5px}.time-item strong{font-size:10.5px;line-height:1.1}
.gallery{padding-top:17px}.gallery-head{display:flex;align-items:flex-end;justify-content:space-between}.gallery-head h2{font-size:23px}.gallery-controls{display:flex;gap:8px}.gallery-controls button{width:35px;height:35px;border:1px solid #e4e8eb;border-radius:10px;background:#fff;font-size:26px;color:#6e7780;cursor:pointer}.gallery-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 45px)/6);gap:9px;margin-top:8px;overflow:hidden;scroll-behavior:smooth}.gallery-row figure{margin:0;height:112px;border-radius:9px;overflow:hidden;box-shadow:0 6px 13px rgba(45,62,72,.08)}.gallery-row img{width:100%;height:100%;object-fit:cover}
.teachers{padding-top:16px;padding-bottom:0}.teachers>h2{font-size:24px;margin-bottom:9px}.teacher-layout{display:grid;grid-template-columns:300px 1fr;gap:32px;align-items:stretch}.testimonial-panel{border-radius:55px 55px 0 0;background:linear-gradient(145deg,#ff8d6e,#ff6f4f);min-height:253px;padding:26px 25px 22px;position:relative;color:#fff;box-shadow:inset 0 0 0 5px #fff,0 0 0 2px #ffb31a}.testimonial-title{text-align:center;display:flex;flex-direction:column;margin-bottom:14px}.testimonial-title small{font-size:11px}.testimonial-title strong{font-family:"Baloo 2",sans-serif;font-size:18px}.testimonial-card{background:#fff;color:#3e4850;border-radius:12px;padding:10px;display:flex;gap:9px;margin-bottom:12px;box-shadow:0 7px 15px rgba(124,51,29,.14)}.testimonial-card>img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:0 0 auto}.testimonial-card div{min-width:0}.testimonial-card b{font-size:10px}.testimonial-card span{float:right;color:#ffc13d;letter-spacing:1px;font-size:9px}.testimonial-card p{font-size:8px;line-height:1.35;margin:4px 0 0;color:#6d757d}.teacher-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.teacher-card{min-height:198px;border:1px solid #e8ecef;border-radius:10px;background:#fff;box-shadow:0 7px 16px rgba(43,57,69,.07);padding:16px 11px 10px;display:flex;gap:9px}.teacher-card>img{width:54px;height:54px;object-fit:cover;border-radius:50%;flex:0 0 auto}.teacher-card h3{font-size:12px;margin:5px 0 1px}.teacher-card small{font-size:8.5px;color:#5e6974}.teacher-card p{font-size:8.5px;line-height:1.42;color:#737c85;margin:13px 0 18px}.teacher-card.featured{background:#e9f7ff}.teacher-social{display:flex;align-items:center;gap:13px}.teacher-social img{width:14px;height:14px}.teacher-social span{font-size:13px}
.contact-band{height:201px;display:grid;grid-template-columns:31% 38% 31%;align-items:stretch;position:relative;background:#fff;margin-top:0}.contact-curve{background:linear-gradient(145deg,#ff8d6e,#ff6f4f);border-radius:0 90px 0 0;position:relative;overflow:hidden}.contact-curve:after{content:"";position:absolute;width:150px;height:70px;border:2px dashed #fff;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;left:40px;top:82px;transform:rotate(22deg)}.contact-curve img{position:absolute;width:55px;left:34px;top:58px;filter:brightness(0) invert(1);opacity:.9}.contact-form{align-self:center;background:#fff;border:1px solid #e3e8eb;border-radius:13px;padding:14px 17px 10px;margin:0 -7px;z-index:3;box-shadow:0 10px 24px rgba(44,60,69,.11)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.contact-form label{display:block}.contact-form label>span{position:absolute;left:-9999px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #edf0f3;border-radius:7px;padding:9px 10px;font-size:10px;color:#59636e;background:#fff;outline:none}.contact-form textarea{resize:none;margin-top:7px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#64cec8;box-shadow:0 0 0 3px rgba(33,181,174,.10)}.contact-form button{width:100%;height:31px;border:0;border-radius:7px;background:#21b5ae;color:#fff;font-size:11px;font-weight:800;cursor:pointer;margin-top:5px}.form-note{font-size:9px;margin:4px 0 0;text-align:center;color:#21a29d;min-height:10px}.school-art{height:100%;position:relative;background:linear-gradient(#effaff,#fff);overflow:hidden}.school-art img{width:100%;height:100%;object-fit:cover;object-position:center top}
.site-footer{width:100%;background:#fff;border-top:1px solid #e9edef;position:relative;z-index:2}
.footer-main{width:100%;max-width:1600px;margin:0 auto;padding:44px clamp(24px,4vw,70px) 38px;display:grid;grid-template-columns:1.45fr .8fr .92fr 1.22fr 1.18fr;gap:0;align-items:start}
.footer-brand{padding-right:36px}.footer-brand .brand{min-width:auto;display:inline-flex}.footer-brand .brand-mark{width:54px;height:54px;margin-right:10px}.footer-brand .brand-copy strong{font-size:30px}.footer-brand .brand-copy small{font-size:10px;letter-spacing:4px;margin-right:30px}.footer-brand p{font-size:13px;line-height:1.65;color:#69737d;max-width:320px;margin:18px 0 0}.socials{display:flex;gap:11px;margin-top:19px}.socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f5f7f8;transition:.2s ease}.socials a:hover{transform:translateY(-2px);background:#fff0e8}.socials img{width:18px;height:18px}
.footer-col,.footer-map{min-height:185px;border-left:1px solid #e8ecef;padding-left:32px;padding-right:22px}.footer-col h3{font-size:15px;margin:4px 0 15px;color:#2f3943}.footer-col a{display:block;width:max-content;max-width:100%;font-size:12.5px;line-height:1.9;color:#69737d;transition:.2s ease}.footer-col a:hover{color:var(--orange);transform:translateX(3px)}.contact-info p{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;line-height:1.55;color:#69737d;margin:0 0 10px}.contact-info p img{width:17px;height:17px;flex:0 0 auto;margin-top:2px}.contact-info strong{color:#38434d}
.footer-map{align-self:stretch;padding-right:0;display:flex;align-items:center}.footer-map img{width:100%;height:145px;object-fit:cover;border-radius:13px;border:1px solid #e5e9ec;box-shadow:0 8px 22px rgba(37,52,62,.08)}
.footer-bottom{height:58px;background:linear-gradient(90deg,#ff6817,#ff7e1e);color:#fff}.footer-bottom-inner{width:100%;max-width:1600px;height:100%;margin:0 auto;padding:0 clamp(24px,4vw,70px);display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer-bottom a{color:#fff}.footer-bottom a:hover{text-decoration:underline}
@media(max-width:1180px){.nav-wrap{padding:0 28px;gap:18px}.main-nav{gap:18px}.hero h1{font-size:53px}.hero-copy{padding-left:34px}.section{padding-left:34px;padding-right:34px}.footer-main{padding-left:34px;padding-right:34px}.brand{min-width:220px}.brand-copy strong{font-size:25px}}
@media(max-width:980px){.main-nav{position:absolute;top:82px;left:0;right:0;background:#fff;display:none;flex-direction:column;gap:0;padding:12px 24px 20px;border-bottom:1px solid #e8ecef;box-shadow:0 12px 22px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{padding:12px 0}.main-nav a.active:after{display:none}.menu-toggle{display:block}.apply-btn{margin-left:0}.hero{grid-template-columns:46% 54%;height:455px}.hero h1{font-size:45px}.hero-copy{padding-top:55px}.hero p{font-size:14px}.stats-card{margin-left:28px;margin-right:28px}.program-grid{grid-template-columns:repeat(3,1fr)}.about{grid-template-columns:40% 60%}.about-art{display:none}.teacher-layout{grid-template-columns:260px 1fr}.teacher-grid{grid-template-columns:repeat(2,1fr)}.contact-band{height:auto;grid-template-columns:30% 45% 25%}.footer-main{grid-template-columns:1.25fr repeat(3,1fr)}.footer-map{display:none}.footer-col{padding-left:24px;padding-right:16px}.footer-brand{padding-right:24px}}
@media(max-width:760px){.site-header{height:70px}.nav-wrap{padding:0 16px}.brand{min-width:auto}.brand-mark{width:39px;height:39px}.brand-copy strong{font-size:21px}.brand-copy small{font-size:8px}.apply-btn{display:none}.main-nav{top:70px}.hero{height:auto;grid-template-columns:1fr}.hero-copy{padding:50px 22px 28px;text-align:center}.hero h1{font-size:46px}.hero p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-image-wrap{height:325px}.hero-image-wrap:before{display:none}.hero-sun{left:auto;right:28px}.hero-cloud{left:10px}.paper-plane{display:none}.stats-card{height:auto;grid-template-columns:1fr 1fr;margin:-25px 16px 0;padding:12px}.stat{padding:13px 4px;border-right:0;border-bottom:1px solid #edf0f2}.stat:nth-last-child(-n+2){border-bottom:0}.stat:last-child{grid-column:1/-1}.section{padding-left:18px;padding-right:18px}.program-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr;padding-top:25px}.about-photo>img:first-child{height:260px}.about-copy{text-align:center}.check-grid{text-align:left}.daily{margin-left:18px;margin-right:18px;overflow-x:auto}.timeline{min-width:800px}.gallery-row{grid-auto-columns:42%}.teacher-layout{grid-template-columns:1fr}.testimonial-panel{border-radius:40px}.teacher-grid{grid-template-columns:1fr 1fr}.contact-band{grid-template-columns:1fr;padding:0 18px 24px;background:linear-gradient(180deg,#ff7b59 0 28%,#fff 28%)}.contact-curve{height:110px;border-radius:0;background:transparent}.contact-form{margin:-35px 0 0}.school-art{height:210px;border-radius:15px;overflow:hidden}.footer-main{grid-template-columns:1fr 1fr;padding:32px 20px;row-gap:26px}.footer-brand{grid-column:1/-1;padding-right:0}.footer-col{border-left:0;padding:0;min-height:auto}.footer-bottom{height:auto}.footer-bottom-inner{min-height:74px;gap:10px;flex-direction:column;align-items:flex-start;padding:14px 20px}}
@media(max-width:480px){.hero h1{font-size:39px}.btn{width:100%}.program-grid{grid-template-columns:1fr}.about-photo>img:first-child{height:220px}.check-grid{grid-template-columns:1fr}.teacher-grid{grid-template-columns:1fr}.gallery-row{grid-auto-columns:73%}.form-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-col{border-top:1px solid #edf0f2;padding-top:16px}.footer-brand .brand-copy strong{font-size:26px}}

/* Uploaded full logo: hide the fallback CGTAJANS / KREŞ text in header and footer. */
.brand.brand-image-only{min-width:auto;flex:0 0 auto}
.brand.brand-image-only .brand-copy{display:none!important}
.brand.brand-image-only .brand-mark{display:block;width:auto;height:58px;max-width:280px;margin-right:0;object-fit:contain;object-position:left center}
.footer-brand .brand.brand-image-only .brand-mark{width:auto;height:66px;max-width:300px;margin-right:0;object-fit:contain;object-position:left center}
@media(max-width:760px){
  .brand.brand-image-only .brand-mark{width:auto;height:46px;max-width:210px;margin-right:0}
  .footer-brand .brand.brand-image-only .brand-mark{width:auto;height:58px;max-width:240px}
}
@media(max-width:480px){
  .brand.brand-image-only .brand-mark{height:43px;max-width:185px}
  .footer-brand .brand.brand-image-only .brand-mark{height:54px;max-width:220px}
}

/* Motion & interaction refinements */
.site-header{animation:headerDrop .65s cubic-bezier(.2,.75,.25,1) both}
.hero-copy>*{opacity:0;transform:translateY(24px);animation:heroRise .72s cubic-bezier(.2,.72,.2,1) forwards}
.hero-copy .hero-pill{animation-delay:.08s}
.hero-copy h1{animation-delay:.18s}
.hero-copy p{animation-delay:.3s}
.hero-copy .hero-actions{animation-delay:.42s}
.hero-image{animation:heroImageIn 1.15s cubic-bezier(.2,.7,.2,1) both}
.hero-cloud{animation:floatCloud 5.5s ease-in-out infinite}
.hero-sun{animation:sunSpin 16s linear infinite}
.paper-plane{animation:planeFloat 4.2s ease-in-out infinite}
.about-art>img:last-child{animation:balloonFloat 4.8s ease-in-out infinite}
.heart-pin{animation:heartBeat 2.4s ease-in-out infinite}

.anim-ready .reveal-item{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}
.anim-ready .reveal-item.reveal-left{transform:translateX(-36px)}
.anim-ready .reveal-item.reveal-right{transform:translateX(36px)}
.anim-ready .reveal-item.is-visible{opacity:1;transform:translate3d(0,0,0)}

.program-card,.teacher-card,.testimonial-card,.gallery-row figure,.stat{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.program-card:hover{transform:translateY(-8px);box-shadow:0 16px 30px rgba(50,65,76,.12)}
.program-card:hover>img{animation:iconBounce .55s ease}
.stat:hover{transform:translateY(-4px)}
.stat:hover img{animation:iconBounce .55s ease}
.gallery-row figure:hover{transform:translateY(-5px) scale(1.015);box-shadow:0 14px 28px rgba(45,62,72,.16)}
.gallery-row figure img{transition:transform .55s ease,filter .55s ease}
.gallery-row figure:hover img{transform:scale(1.07);filter:saturate(1.08)}
.gallery-controls button{transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}
.gallery-controls button:hover{transform:translateY(-2px);background:var(--orange);color:#fff;box-shadow:0 8px 16px rgba(255,107,26,.22)}
.teacher-card:hover{transform:translateY(-6px);box-shadow:0 15px 30px rgba(43,57,69,.13)}
.testimonial-card:hover{transform:translateX(5px);box-shadow:0 12px 22px rgba(124,51,29,.20)}
.testimonial-card>img{width:48px;height:48px;object-fit:contain;object-position:center;border:3px solid #fff;background:#fff;box-shadow:0 0 0 1px rgba(255,117,78,.18);flex:0 0 48px}
.contact-form button{transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.contact-form button:hover{transform:translateY(-2px);box-shadow:0 9px 18px rgba(33,181,174,.24);filter:saturate(1.08)}
.contact-form.is-sent button{animation:submitPulse .55s ease}
.socials a:hover img,.teacher-social img:hover{animation:iconBounce .5s ease}
.timeline.is-visible .circle{animation:timelinePop .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--reveal-delay,0ms)}

@keyframes headerDrop{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroRise{to{opacity:1;transform:translateY(0)}}
@keyframes heroImageIn{from{opacity:.25;transform:scale(1.07)}to{opacity:1;transform:scale(1)}}
@keyframes floatCloud{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(9px,-8px,0)}}
@keyframes sunSpin{to{transform:rotate(360deg)}}
@keyframes planeFloat{0%,100%{transform:translate(0,0) rotate(-8deg)}50%{transform:translate(12px,-9px) rotate(-3deg)}}
@keyframes balloonFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(2deg)}}
@keyframes heartBeat{0%,100%{transform:scale(1)}12%{transform:scale(1.09)}24%{transform:scale(1)}}
@keyframes iconBounce{0%,100%{transform:translateY(0) rotate(0)}45%{transform:translateY(-7px) rotate(-4deg)}70%{transform:translateY(-2px) rotate(3deg)}}
@keyframes timelinePop{0%{transform:scale(.75);opacity:.3}70%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
@keyframes submitPulse{0%{transform:scale(1)}50%{transform:scale(.985)}100%{transform:scale(1)}}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  .anim-ready .reveal-item{opacity:1!important;transform:none!important}
}


/* ================================================================
   Multi-page rich content, real SVG social icons & live WhatsApp
   ================================================================ */
.apply-btn{display:inline-flex;align-items:center;gap:8px}.apply-btn>img{width:19px;height:19px;flex:0 0 19px}
.main-nav a{transition:color .2s ease}
.socials a{background:#ff6b1a}.socials a.facebook{background:#3158a5}.socials a.instagram{background:linear-gradient(135deg,#7c43c6,#ef445d 55%,#ffb72a)}.socials a.youtube{background:#e82929}.socials a:hover{background-color:#202c36;filter:brightness(1.06)}.socials img{width:18px;height:18px}
.teacher-social{gap:7px}.teacher-social a,.profile-social a,.profile-links>div a{width:25px;height:25px;border-radius:50%;background:var(--orange);display:grid;place-items:center;transition:.2s}.teacher-social a:nth-child(2),.profile-social a:nth-child(2){background:#3158a5}.teacher-social a:nth-child(3),.profile-social a:nth-child(3){background:#22aaa5}.teacher-social a:hover,.profile-social a:hover,.profile-links>div a:hover{transform:translateY(-2px)}.teacher-social a img,.profile-social a img,.profile-links>div a img{width:13px;height:13px}
.whatsapp-live{position:fixed;left:25px;bottom:25px;width:62px;height:62px;border-radius:50%;background:#25d366;display:grid;place-items:center;z-index:999;box-shadow:0 12px 30px rgba(17,95,49,.34);border:4px solid #fff;transition:transform .25s ease,box-shadow .25s ease;animation:whatsappFloat 3s ease-in-out infinite}.whatsapp-live:before,.whatsapp-live:after{content:"";position:absolute;inset:-8px;border:2px solid rgba(37,211,102,.38);border-radius:50%;animation:whatsappPulse 2.3s ease-out infinite}.whatsapp-live:after{animation-delay:1.1s}.whatsapp-live img{width:34px;height:34px}.whatsapp-live:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 16px 36px rgba(17,95,49,.42)}.whatsapp-tooltip{position:absolute;left:73px;white-space:nowrap;background:#24323b;color:#fff;padding:9px 13px;border-radius:8px;font-size:12px;font-weight:800;opacity:0;visibility:hidden;transform:translateX(-7px);transition:.2s}.whatsapp-tooltip:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-style:solid;border-color:transparent #24323b transparent transparent}.whatsapp-live:hover .whatsapp-tooltip{opacity:1;visibility:visible;transform:none}
@keyframes whatsappPulse{0%{transform:scale(.9);opacity:.7}70%,100%{transform:scale(1.42);opacity:0}}@keyframes whatsappFloat{0%,100%{translate:0 0}50%{translate:0 -5px}}

.inner-page .site-header{position:sticky;top:0}.page-hero{min-height:390px;display:grid;grid-template-columns:52% 48%;position:relative;overflow:hidden;background:linear-gradient(110deg,#fff9f2 0%,#fff 55%,#effafa 100%)}.page-hero-copy{padding:70px clamp(30px,5vw,96px);align-self:center;position:relative;z-index:3}.breadcrumb{display:flex;gap:9px;align-items:center;font-size:12px;color:#87919a;margin-bottom:17px}.breadcrumb a:hover{color:var(--orange)}.breadcrumb b{color:#58636d}.page-hero h1,.article-hero h1{font-family:"Baloo 2",sans-serif;font-size:clamp(42px,4vw,67px);line-height:1.02;margin:7px 0 15px;color:#29343e}.page-hero p{max-width:710px;font-size:17px;line-height:1.7;color:#64707a;margin:0;font-weight:600}.page-hero-photo{position:relative;min-height:390px;overflow:hidden}.page-hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,transparent 23%);z-index:1}.page-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero-cloud{position:absolute;left:24px;top:25px;width:100px;animation:floatCloud 6s ease-in-out infinite}.page-hero-sun{position:absolute;left:42%;top:30px;width:65px;animation:sunSpin 17s linear infinite}.page-hero-icon{width:72px;height:72px;object-fit:contain;margin-top:23px}.content-section{padding:75px 0}.content-section.soft-section{background:#f8fcfc}.inner-section{padding-top:0;padding-bottom:0}.center-head{text-align:center;max-width:800px;margin:0 auto 34px}.center-head h2{font-size:38px;margin:6px 0 10px}.center-head p{font-size:15px;color:#737e87;line-height:1.65;margin:0}.inner-two-col{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.inner-two-col.reverse> :first-child{order:2}.inner-two-col.reverse> :last-child{order:1}.rich-copy h2{font-size:40px;margin:7px 0 18px}.rich-copy p{font-size:15.5px;color:#66727c;line-height:1.8;margin:0 0 16px}.media-card{position:relative}.media-card>img{width:100%;height:430px;object-fit:cover;border-radius:26px;box-shadow:0 20px 50px rgba(40,59,68,.15)}.portrait-media>img{height:510px}.floating-badge,.floating-note{position:absolute;background:#fff;border-radius:16px;box-shadow:0 14px 34px rgba(36,54,63,.18)}.floating-badge{right:-22px;bottom:30px;padding:18px 25px;display:flex;align-items:center;gap:12px}.floating-badge strong{font-family:"Baloo 2";font-size:38px;color:var(--orange)}.floating-badge span{max-width:120px;font-size:12px;font-weight:800;color:#58636c}.floating-note{left:-25px;bottom:27px;padding:14px 18px;display:flex;gap:10px;align-items:center;max-width:250px}.floating-note img{width:38px;height:38px}.floating-note span{font-size:12px;font-weight:800}.mini-checks{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;margin-top:24px}.mini-checks span{display:flex;align-items:center;font-size:13px;font-weight:800}.mini-checks img{width:18px;margin-right:7px}.feature-grid{display:grid;gap:18px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-grid article{background:#fff;border:1px solid #e8eef1;border-radius:20px;padding:28px 24px;text-align:center;box-shadow:0 10px 24px rgba(36,55,65,.055);transition:.28s}.feature-grid article:hover{transform:translateY(-7px);box-shadow:0 18px 36px rgba(36,55,65,.11)}.feature-grid article>img{width:57px;height:57px;margin:0 auto 13px;object-fit:contain}.feature-grid h3{font-family:"Baloo 2";font-size:22px;margin:0 0 7px}.feature-grid p{font-size:13px;line-height:1.65;color:#6f7982;margin:0}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}.process-line:before{content:"";position:absolute;top:33px;left:10%;right:10%;border-top:2px dashed #b8d7d5}.process-line article{position:relative;text-align:center;background:#fff;padding:0 14px}.process-line b{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 15px;border-radius:50%;background:#fff0e5;color:var(--orange);font-size:21px;box-shadow:0 0 0 8px #fff;position:relative;z-index:2}.process-line h3{font-size:18px;margin:0 0 5px}.process-line p{font-size:12.5px;color:#74808a;line-height:1.55;margin:0}.detail-list{padding:0;margin:22px 0;list-style:none;display:grid;gap:11px}.detail-list li{position:relative;padding-left:25px;font-size:14px;color:#59656f;font-weight:700}.detail-list li:before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;background:url('../assets/icons/check.svg') center/contain no-repeat}.photo-collage{display:grid;grid-template-columns:1fr 1fr;gap:13px}.photo-collage img{width:100%;height:205px;object-fit:cover;border-radius:18px;box-shadow:0 10px 25px rgba(38,56,66,.1)}.photo-collage img:last-child{grid-column:1/-1;height:245px}.inner-cta{margin-top:30px;margin-bottom:70px;padding-top:42px;padding-bottom:42px;background:linear-gradient(120deg,#fff0e7,#effcfb);border:1px solid #f2d9ca;border-radius:25px;display:flex;align-items:center;justify-content:space-between;gap:35px}.inner-cta h2{font-size:35px;margin:8px 0}.inner-cta p{color:#68737d;line-height:1.6;margin:0;max-width:760px}.inner-cta-actions{display:flex;gap:12px;flex:0 0 auto}.inner-cta .btn-outline{background:#fff}.faq-list{max-width:950px;margin:0 auto;display:grid;gap:11px}.faq-item{background:#fff;border:1px solid #e5ecef;border-radius:14px;overflow:hidden}.faq-item button{width:100%;border:0;background:#fff;padding:18px 21px;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:800;color:#35414b;cursor:pointer}.faq-item button b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff0e7;color:var(--orange);font-size:20px;transition:.25s}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item>div>p{overflow:hidden;margin:0;padding:0 21px;color:#68737c;font-size:13.5px;line-height:1.7}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div>p{padding-bottom:18px}.faq-item.open button b{transform:rotate(45deg);background:var(--orange);color:#fff}
.program-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.program-detail-card{border:1px solid #e5ecef;border-radius:22px;background:#fff;padding:25px;display:grid;grid-template-columns:90px 1fr;gap:20px;box-shadow:0 10px 25px rgba(37,55,65,.055);transition:.3s}.program-detail-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(37,55,65,.11)}.program-detail-icon{width:85px;height:85px;border-radius:22px;background:#eef9fd;display:grid;place-items:center}.program-detail-icon img{width:60px;height:60px}.program-detail-card.orange .program-detail-icon{background:#fff2e7}.program-detail-card.teal .program-detail-icon{background:#eafaf8}.program-detail-card.violet .program-detail-icon{background:#f0f0ff}.program-detail-card.coral .program-detail-icon{background:#fff0ed}.program-detail-card.purple .program-detail-icon{background:#f3f1ff}.program-detail-card span{font-size:11px;color:var(--orange);font-weight:900;text-transform:uppercase}.program-detail-card h3{font-family:"Baloo 2";font-size:27px;margin:3px 0 4px}.program-detail-card p{font-size:13px;color:#6f7a84;line-height:1.55;margin:0 0 13px}.program-detail-card a{font-size:13px;font-weight:900;color:#20a9a4}.schedule-stack{display:grid;gap:8px;margin-top:25px}.schedule-stack div{display:grid;grid-template-columns:78px 1fr;align-items:center;border:1px solid #e8edef;border-radius:12px;padding:11px 14px;background:#fff}.schedule-stack b{font-size:13px;color:var(--orange)}.schedule-stack span{font-size:13px;font-weight:700;color:#59656f}.program-summary,.teacher-profile-summary{background:#fff;position:relative;z-index:5;box-shadow:0 10px 25px rgba(40,59,68,.08)}.program-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:23px;padding-bottom:23px}.program-summary-grid>div{display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto auto;align-items:center;padding:5px 30px;border-right:1px solid #e7ecef}.program-summary-grid>div:last-child{border-right:0}.program-summary-grid img{grid-row:1/3;width:43px;height:43px;margin-right:10px}.program-summary-grid span,.teacher-profile-summary span{font-size:11px;color:#858f98}.program-summary-grid strong,.teacher-profile-summary strong{font-size:15px;color:#33404a}.outcome-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin:24px 0}.outcome-list li{display:flex;align-items:center;font-size:13px;font-weight:800;color:#4f5c66}.outcome-list img{width:18px;margin-right:8px}.activity-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.activity-cards article{min-height:130px;background:#fff;border:1px solid #e7ecef;border-radius:17px;padding:22px 18px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 20px rgba(41,59,69,.05)}.activity-cards b{font-family:"Baloo 2";font-size:27px;color:#ffb18b}.activity-cards span{font-size:13px;font-weight:900;line-height:1.4}.day-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.day-flow article{text-align:center;border:1px solid #e5ebee;border-radius:18px;padding:19px 13px;background:#fff;transition:.28s}.day-flow article:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgba(37,55,65,.1)}.day-flow time{display:block;font-weight:900;color:var(--orange);font-size:12px}.day-flow img{width:48px;height:48px;margin:11px auto}.day-flow h3{font-size:16px;margin:0 0 6px}.day-flow p{font-size:11.5px;line-height:1.5;color:#74808a;margin:0}.parent-support{background:linear-gradient(115deg,#fff9f3,#f1fbfa)}.quote-card{background:#fff;border-radius:24px;padding:38px;box-shadow:0 16px 40px rgba(39,57,66,.1);border:1px solid #f0e5de}.quote-card>img{width:55px}.quote-card blockquote{font-family:"Baloo 2";font-size:26px;line-height:1.45;margin:15px 0;color:#36424b}.quote-card span{font-size:12px;color:#e3763f;font-weight:900}.related-programs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-program{border:1px solid #e5ecef;border-radius:18px;padding:20px;background:#fff;display:flex;align-items:center;gap:16px}.mini-program>img{width:60px;height:60px}.mini-program small{font-size:10px;color:#87919a}.mini-program h3{font-size:18px;margin:2px 0}.mini-program a{font-size:12px;color:var(--orange);font-weight:900}
.gallery-filter{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-bottom:30px}.gallery-filter button{border:1px solid #e3e9ec;background:#fff;border-radius:25px;padding:10px 19px;font-size:12px;font-weight:900;color:#63707a;cursor:pointer;transition:.2s}.gallery-filter button.active,.gallery-filter button:hover{background:var(--orange);border-color:var(--orange);color:#fff}.gallery-masonry{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:225px;gap:14px}.gallery-tile{margin:0;border-radius:18px;overflow:hidden;transition:.3s}.gallery-tile.wide{grid-column:span 2}.gallery-tile.hidden{display:none}.lightbox-open{position:relative;width:100%;height:100%;padding:0;border:0;background:#ddd;cursor:pointer;overflow:hidden}.lightbox-open>img{width:100%;height:100%;object-fit:cover;transition:.55s}.lightbox-open>span{position:absolute;left:0;right:0;bottom:0;padding:45px 18px 15px;background:linear-gradient(transparent,rgba(22,34,40,.8));color:#fff;text-align:left;transform:translateY(8px);opacity:0;transition:.3s}.lightbox-open span b{display:block}.lightbox-open span small{font-size:10px}.lightbox-open:hover img{transform:scale(1.07)}.lightbox-open:hover span{transform:none;opacity:1}.lightbox{position:fixed;inset:0;background:rgba(13,22,27,.91);z-index:1200;display:none;place-items:center;padding:35px}.lightbox.open{display:grid}.lightbox>div{max-width:1100px;max-height:88vh;text-align:center}.lightbox img{max-width:100%;max-height:80vh;border-radius:15px;box-shadow:0 20px 70px #000}.lightbox p{color:#fff;font-weight:800}.lightbox-close{position:absolute;right:28px;top:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;font-size:31px;cursor:pointer}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.team-profile{display:grid;grid-template-columns:190px 1fr;border:1px solid #e5ecef;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 25px rgba(37,55,65,.06);transition:.3s}.team-profile:hover{transform:translateY(-5px);box-shadow:0 17px 38px rgba(37,55,65,.11)}.team-photo{position:relative;min-height:270px;background:#f1f7f7}.team-photo>img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-photo>span{position:absolute;left:12px;bottom:12px;background:#fff;color:var(--orange);padding:7px 10px;border-radius:20px;font-size:10px;font-weight:900}.team-profile>div{padding:28px 25px}.team-profile small{font-size:11px;color:#20a9a4;font-weight:900}.team-profile h3{font-family:"Baloo 2";font-size:28px;margin:3px 0 8px}.team-profile p{font-size:12.5px;line-height:1.65;color:#6f7b84;margin:0 0 20px}.profile-links{display:flex;align-items:center;justify-content:space-between}.profile-links>a{font-size:12px;color:var(--orange);font-weight:900}.profile-links>div{display:flex;gap:6px}.profile-links>div a{background:#22aaa5}.teacher-profile-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-top:22px;padding-bottom:22px}.teacher-profile-summary-grid>div{text-align:center;border-right:1px solid #e5eaed}.teacher-profile-summary-grid>div:last-child{border-right:0}.teacher-profile-summary strong{display:block;margin-top:3px}.teacher-portrait-card{border-radius:25px;overflow:hidden;background:linear-gradient(145deg,#fff1e9,#eefafa);box-shadow:0 15px 40px rgba(37,55,65,.1)}.teacher-portrait-card>img{width:100%;height:470px;object-fit:contain;object-position:center bottom}.teacher-portrait-card>div{padding:23px;text-align:center;background:#fff}.teacher-portrait-card small{color:#20aaa5;font-weight:900}.teacher-portrait-card h2{font-size:31px;margin:2px 0 12px}.profile-social{display:flex;justify-content:center;gap:8px}.profile-social a{width:34px;height:34px}.skill-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.skill-chips span{display:flex;align-items:center;background:#f4f9f9;border:1px solid #e3eded;border-radius:20px;padding:9px 13px;font-size:12px;font-weight:800}.skill-chips img{width:16px;margin-right:5px}.teacher-quote{display:flex;align-items:flex-start;gap:13px;background:#fff8f3;border-left:4px solid var(--orange);padding:18px;border-radius:0 13px 13px 0}.teacher-quote img{width:34px}.teacher-quote p{font-family:"Baloo 2";font-size:18px;line-height:1.45;margin:0;color:#48545e}.teacher-schedule{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.teacher-schedule article{background:#fff;border:1px solid #e5ecef;border-radius:18px;padding:25px 18px;text-align:center}.teacher-schedule b{display:grid;place-items:center;margin:0 auto 12px;width:48px;height:48px;border-radius:50%;background:#fff0e6;color:var(--orange);font-size:18px}.teacher-schedule span{font-size:13px;font-weight:900}
.home-blog{padding-top:55px;padding-bottom:65px}.home-blog-grid{grid-template-columns:repeat(3,1fr)}.center-action{text-align:center;margin-top:26px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{border:1px solid #e5ecef;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 9px 24px rgba(37,55,65,.06);transition:.3s}.blog-card:hover{transform:translateY(-6px);box-shadow:0 17px 38px rgba(37,55,65,.11)}.blog-image{height:215px;position:relative;display:block;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:.55s}.blog-card:hover .blog-image img{transform:scale(1.06)}.blog-image span{position:absolute;left:15px;top:15px;background:#fff;color:var(--orange);padding:7px 11px;border-radius:20px;font-size:10px;font-weight:900}.blog-card-body{padding:22px}.blog-card-body>small{font-size:10.5px;color:#929ba3}.blog-card h3{font-family:"Baloo 2";font-size:22px;line-height:1.2;margin:7px 0 9px}.blog-card h3 a:hover{color:var(--orange)}.blog-card p{font-size:12.5px;line-height:1.65;color:#707b84;margin:0 0 13px}.text-link{font-size:12px;color:#20aaa5;font-weight:900}.blog-featured{display:grid;grid-template-columns:1fr 1fr;min-height:390px;border-radius:28px;overflow:hidden;background:linear-gradient(125deg,#ffefe4,#fff8f2);margin-bottom:70px}.blog-featured>div{padding:55px;align-self:center}.blog-featured>div>span{font-size:11px;color:var(--orange);font-weight:900}.blog-featured h2{font-size:40px;margin:8px 0 14px}.blog-featured p{font-size:15px;line-height:1.65;color:#68747e;margin:0 0 22px}.blog-featured>img{width:100%;height:100%;object-fit:cover}.blog-list-head{margin-top:0}.newsletter-band{padding:55px 0;background:linear-gradient(115deg,#1fb1ab,#278f9c);color:#fff}.newsletter-band>.section{display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter-band h2{color:#fff;font-size:34px;margin:8px 0}.newsletter-band p{margin:0;opacity:.9}.newsletter-form{width:min(470px,100%);display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter-form input{border:0;border-radius:11px;padding:14px 16px}.newsletter-form button{border:0;border-radius:11px;background:var(--orange);color:#fff;font-weight:900;padding:0 21px;cursor:pointer}.newsletter-form .form-note{grid-column:1/-1;color:#fff;text-align:left}.article-hero{padding:80px 0;background:linear-gradient(115deg,#fff5ee,#f0fbfa);text-align:center}.article-hero>.section{max-width:1050px}.article-meta,.article-info{display:flex;align-items:center;justify-content:center;gap:11px;font-size:11px;color:#7d8992}.article-meta b{color:var(--orange)}.article-hero h1{font-size:clamp(44px,5vw,72px);margin:15px auto;max-width:1000px}.article-hero>div>p{max-width:850px;margin:0 auto 20px;font-size:17px;line-height:1.65;color:#66727c}.article-info span{background:#fff;border:1px solid #e6ecef;border-radius:20px;padding:7px 12px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:55px;align-items:start}.article-cover{width:100%;height:500px;object-fit:cover;border-radius:25px;margin-bottom:30px;box-shadow:0 15px 40px rgba(40,58,68,.13)}.article-lead{font-size:20px!important;line-height:1.75!important;color:#3f4c56!important;font-weight:700}.article-content h2{font-family:"Baloo 2";font-size:31px;margin:38px 0 10px}.article-content p{font-size:15px;line-height:1.8;color:#65717b}.article-tip-box{background:#f1fbfa;border:1px solid #d8eeee;border-radius:20px;padding:25px 29px;margin:38px 0}.article-tip-box h2{margin:0 0 16px}.article-tip-box ul{list-style:none;padding:0;margin:0;display:grid;gap:11px}.article-tip-box li{display:flex;align-items:center;font-weight:800;color:#4f5c66}.article-tip-box li img{width:18px;margin-right:7px}.article-disclaimer{font-size:12px!important;background:#fff8ed;padding:15px;border-radius:10px}.article-sidebar{position:sticky;top:110px;display:grid;gap:18px}.sidebar-card{border:1px solid #e5ebee;border-radius:17px;padding:22px;background:#fff;box-shadow:0 8px 24px rgba(37,55,65,.05)}.sidebar-card h3{margin:0 0 13px}.sidebar-card a{display:block;font-size:12px;color:#69757e;line-height:1.5;padding:8px 0;border-bottom:1px solid #edf1f2}.contact-side{text-align:center;background:#fff5ee}.contact-side>img{width:53px;margin:0 auto 12px}.contact-side p{font-size:12px;line-height:1.55;color:#707b84}.contact-side a{color:var(--orange);font-weight:900;border:0}.related-blog{grid-template-columns:repeat(3,1fr)}.blog-card.compact .blog-image{height:155px}.blog-card.compact .blog-card-body{padding:16px}.blog-card.compact h3{font-size:18px}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding-top:55px;padding-bottom:0}.contact-cards article{display:flex;gap:14px;align-items:center;border:1px solid #e5ebee;border-radius:17px;padding:21px;background:#fff;box-shadow:0 8px 21px rgba(36,55,65,.05)}.contact-cards img{width:39px;height:39px}.contact-cards small{font-size:10px;color:#8b959d}.contact-cards h3{font-size:15px;margin:2px 0}.contact-cards a,.contact-cards span{font-size:11px;color:var(--orange);font-weight:900}.contact-page-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:stretch}.large-form,.application-form{background:#fff;border:1px solid #e4ebee;border-radius:22px;padding:34px;box-shadow:0 13px 35px rgba(38,56,66,.08)}.large-form h2{font-size:34px;margin:8px 0}.large-form>p{font-size:13px;color:#707b84}.large-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.large-form label,.application-form label{display:grid;gap:7px;font-size:12px;font-weight:900;color:#505d67;margin-top:14px}.large-form input,.large-form select,.large-form textarea,.application-form input,.application-form select,.application-form textarea{width:100%;border:1px solid #dfe7ea;border-radius:11px;padding:13px 14px;outline:0;background:#fff;color:#53606a;font-size:13px}.large-form input:focus,.large-form select:focus,.large-form textarea:focus,.application-form input:focus,.application-form select:focus,.application-form textarea:focus{border-color:#5ccac5;box-shadow:0 0 0 4px rgba(33,181,174,.1)}.large-form .consent,.application-form .consent{display:flex;grid-template-columns:20px 1fr;align-items:flex-start}.consent input{width:17px;height:17px;margin-top:1px}.large-form button{margin-top:18px}.contact-side-panel{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 13px 35px rgba(38,56,66,.08)}.contact-side-panel>img{width:100%;height:280px;object-fit:cover}.contact-side-panel>div{padding:30px}.contact-side-panel h2{font-size:31px;margin:8px 0}.contact-side-panel p{font-size:13px;line-height:1.65;color:#6f7a84}.whatsapp-inline{display:inline-flex;align-items:center;gap:9px;background:#25d366;color:#fff;padding:13px 17px;border-radius:10px;font-weight:900;font-size:13px}.whatsapp-inline img{width:22px;height:22px}.location-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:center}.location-grid h2{font-size:38px;margin:8px 0}.location-grid p{color:#68747e}.map-large{position:relative;border-radius:23px;overflow:hidden;box-shadow:0 15px 40px rgba(40,58,68,.13)}.map-large img{width:100%;height:370px;object-fit:cover}.map-large span{position:absolute;right:16px;bottom:16px;background:var(--orange);color:#fff;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:900}.application-layout{display:grid;grid-template-columns:330px 1fr;gap:28px;align-items:start}.application-steps{position:sticky;top:110px;background:linear-gradient(145deg,#fff1e7,#effafa);border-radius:22px;padding:30px}.application-steps h2{font-size:30px;margin:8px 0 20px}.application-steps ol{list-style:none;padding:0;margin:0;display:grid;gap:18px}.application-steps li{display:flex;gap:12px;align-items:center}.application-steps li>b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#9ca5ac;border:1px solid #e1e8eb}.application-steps li.active>b{background:var(--orange);color:#fff;border-color:var(--orange)}.application-steps li div{display:flex;flex-direction:column}.application-steps li strong{font-size:13px}.application-steps li span{font-size:11px;color:#7c8790}.application-help{margin-top:28px;background:#fff;border-radius:13px;padding:14px;display:flex;gap:10px;align-items:center}.application-help img{width:34px}.application-help small{display:block;font-size:9px;color:#89939b}.application-help a{font-weight:900;color:var(--orange)}.application-form{padding:38px}.form-section{display:flex;align-items:center;gap:14px;margin:8px 0 0}.form-section>span{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#fff0e6;color:var(--orange);font-weight:900}.form-section h3{font-size:20px;margin:0}.form-section p{font-size:11px;color:#839099;margin:2px 0}.application-form .form-section:not(:first-child){margin-top:35px;padding-top:28px;border-top:1px solid #edf1f3}.application-submit{margin-top:24px;width:100%}.application-submit img{filter:brightness(0) invert(1)}
.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:55px;align-items:start}.legal-nav{position:sticky;top:115px;border:1px solid #e5ecef;border-radius:16px;padding:20px;background:#fff}.legal-nav h3{margin:0 0 12px}.legal-nav a{display:block;padding:10px 0;border-bottom:1px solid #edf1f2;font-size:12px;color:#66737c}.legal-nav a:hover{color:var(--orange)}.legal-content{max-width:900px}.legal-updated{display:inline-block;background:#eff9f8;color:#1d9b96;padding:8px 12px;border-radius:20px;font-size:11px;font-weight:800}.legal-content section{scroll-margin-top:110px}.legal-content h2{font-size:29px;margin:35px 0 10px}.legal-content p{font-size:14px;line-height:1.8;color:#66727c}.legal-content a{color:var(--orange);font-weight:800}.legal-note{margin-top:35px;padding:20px;background:#fff8e9;border-left:4px solid #ffb43f;border-radius:0 12px 12px 0;font-size:12px;line-height:1.65;color:#6d6658}
@media(max-width:1180px){.feature-grid.four{grid-template-columns:repeat(2,1fr)}.program-detail-grid{grid-template-columns:1fr}.activity-cards,.day-flow{grid-template-columns:repeat(3,1fr)}.gallery-masonry{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.contact-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.page-hero{grid-template-columns:1fr;min-height:auto}.page-hero-copy{padding:55px 35px 35px;text-align:center}.breadcrumb{justify-content:center}.page-hero p{margin:auto}.page-hero-icon{margin-left:auto;margin-right:auto}.page-hero-photo{min-height:330px}.page-hero-photo:before{display:none}.inner-two-col,.contact-page-grid,.location-grid{grid-template-columns:1fr;gap:35px}.inner-two-col.reverse> :first-child,.inner-two-col.reverse> :last-child{order:initial}.program-summary-grid{grid-template-columns:repeat(2,1fr)}.program-summary-grid>div:nth-child(2){border-right:0}.program-summary-grid>div{border-bottom:1px solid #e7ecef}.program-summary-grid>div:nth-last-child(-n+2){border-bottom:0}.gallery-masonry{grid-template-columns:repeat(2,1fr)}.teacher-profile-summary-grid{grid-template-columns:1fr}.teacher-profile-summary-grid>div{border-right:0;border-bottom:1px solid #e5eaed;padding:10px}.teacher-profile-summary-grid>div:last-child{border-bottom:0}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}.newsletter-band>.section{flex-direction:column;text-align:center}.application-layout{grid-template-columns:1fr}.application-steps{position:static}.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;display:flex;flex-wrap:wrap;gap:6px}.legal-nav h3{width:100%}.legal-nav a{border:1px solid #e5ecef;border-radius:20px;padding:7px 11px}.inner-cta{flex-direction:column;text-align:center}.inner-cta-actions{justify-content:center}}
@media(max-width:760px){.whatsapp-live{left:15px;bottom:15px;width:56px;height:56px}.whatsapp-tooltip{display:none}.content-section{padding:52px 0}.page-hero-copy{padding:45px 20px 30px}.page-hero h1{font-size:42px}.page-hero p{font-size:14px}.page-hero-photo{min-height:260px}.center-head h2,.rich-copy h2{font-size:31px}.inner-two-col{gap:27px}.media-card>img,.portrait-media>img{height:310px}.floating-badge,.floating-note{position:relative;right:auto;left:auto;bottom:auto;margin:-30px 14px 0}.feature-grid.four,.process-line,.program-detail-grid,.activity-cards,.day-flow,.related-programs,.blog-grid,.home-blog-grid,.teacher-schedule,.contact-cards{grid-template-columns:1fr}.process-line:before{display:none}.photo-collage{grid-template-columns:1fr}.photo-collage img,.photo-collage img:last-child{grid-column:auto;height:220px}.inner-cta{margin-left:18px;margin-right:18px}.inner-cta-actions{flex-direction:column;width:100%}.program-detail-card{grid-template-columns:70px 1fr;padding:19px}.program-detail-icon{width:68px;height:68px}.program-detail-icon img{width:46px;height:46px}.program-summary-grid{grid-template-columns:1fr}.program-summary-grid>div{border-right:0!important;border-bottom:1px solid #e7ecef!important}.program-summary-grid>div:last-child{border-bottom:0!important}.outcome-list{grid-template-columns:1fr}.gallery-masonry{grid-template-columns:1fr;grid-auto-rows:245px}.gallery-tile.wide{grid-column:auto}.team-profile{grid-template-columns:1fr}.team-photo{height:310px}.teacher-portrait-card>img{height:360px}.blog-featured{grid-template-columns:1fr}.blog-featured>div{padding:30px}.blog-featured>img{height:260px}.newsletter-form{grid-template-columns:1fr}.article-hero{padding:55px 0}.article-hero h1{font-size:43px}.article-info{flex-wrap:wrap}.article-cover{height:300px}.article-sidebar{grid-template-columns:1fr}.large-form-grid{grid-template-columns:1fr}.large-form,.application-form{padding:24px 18px}.contact-side-panel>img{height:220px}.application-layout{padding-left:18px;padding-right:18px}.legal-layout{padding-left:18px;padding-right:18px}.footer-map{display:flex}.article-layout{padding-left:18px;padding-right:18px}}
@media(max-width:480px){.page-hero h1{font-size:36px}.center-head h2,.rich-copy h2{font-size:28px}.mini-checks{grid-template-columns:1fr}.program-detail-card{grid-template-columns:1fr;text-align:center}.program-detail-icon{margin:auto}.team-profile>div{text-align:center}.profile-links{flex-direction:column;gap:12px}.article-hero h1{font-size:36px}.contact-cards{padding-left:18px;padding-right:18px}}
