:root{--blue:#2f5fad;--blue-2:#21477f;--blue-dark:#17345f;--blue-rgb:47,95,173;--orange:#d5443f;--orange-2:#e35a54;--orange-dark:#a92f2b;--orange-rgb:213,68,63;--cream:#fdf0ee;--paper:#fffdfb;--ink:#1c2b43;--muted:#667085;--line:#e4e8ef;--white:#fff;--shadow:0 24px 70px rgba(var(--blue-rgb),.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 48px));margin:auto}

/* Header offset for anchor links and the lightweight JS magnetic scroll. */
html{scroll-padding-top:82px}
@media(max-width:600px){html{scroll-padding-top:66px}}
.topbar{background:var(--blue);color:#fff;font-size:12px}.topbar-inner{display:flex;justify-content:space-between;padding:7px 0}.topbar a{color:#ffb37f;font-weight:800}.site-header{position:sticky;z-index:50;top:0;background:rgba(255,253,248,.94);box-shadow:0 8px 32px rgba(8,38,90,.07);backdrop-filter:blur(14px)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:300px;height:62px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800}.main-nav a:not(.nav-cta){position:relative}.main-nav a:not(.nav-cta):after{content:"";position:absolute;right:100%;bottom:-6px;left:0;height:2px;background:var(--orange);transition:right .25s}.main-nav a:hover{color:var(--orange)}.main-nav a:hover:after{right:0}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--orange);color:#fff!important;font:800 13px Montserrat;cursor:pointer;transition:.25s}.nav-cta{padding:12px 19px}.btn{min-height:52px;padding:0 25px}.btn:hover,.nav-cta:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(245,90,34,.3)}.btn.ghost{border:1px solid rgba(8,38,90,.18);background:rgba(255,255,255,.65);color:var(--blue)!important;box-shadow:none}.menu-toggle{display:none;border:0;background:none;color:var(--blue);font-size:28px}
.hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(118deg,#fffdf8 0 48%,#ffe4c6 48% 100%)}.hero:before{content:"";position:absolute;z-index:-1;right:-8%;bottom:-235px;width:70%;height:390px;border-radius:50%;background:var(--paper);transform:rotate(-8deg)}.hero:after{content:"";position:absolute;z-index:-2;left:-15%;bottom:-300px;width:82%;height:430px;border-radius:50%;background:#ffdcb5;opacity:.55;transform:rotate(7deg)}.hero-glow{position:absolute;z-index:-2;right:-170px;top:-300px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(245,90,34,.25),transparent 67%)}.hero-grid{min-height:700px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:30px}.hero-copy{position:relative;z-index:3;padding:35px 0 100px}.eyebrow,.section-title>span{display:inline-block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.18em}.hero h1{margin:14px 0 24px;color:var(--blue);font-size:80px;font-weight:900;line-height:.94;letter-spacing:-.075em}.hero h1 em{position:relative;color:var(--orange);font-style:normal}.hero h1 em:after{content:"";position:absolute;right:-4%;bottom:-12px;left:2%;height:14px;border-top:5px solid var(--orange);border-radius:50%;transform:rotate(-2deg)}.hero-copy>p{max-width:590px;margin:0 0 30px;color:#506078;font-size:17px}.hero-actions{display:flex;gap:12px}.hero-note{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px;color:#435169;font-size:11px;font-weight:700}.hero-visual{position:relative;align-self:end}.hero-visual:before{content:"";position:absolute;z-index:0;right:-12%;bottom:55px;left:2%;height:73%;border-radius:50% 50% 14% 86%/60% 35% 65% 40%;background:linear-gradient(140deg,var(--orange-2),var(--orange));transform:rotate(-5deg)}.hero-visual>img{position:relative;z-index:2;max-height:625px;margin:auto;object-fit:contain;filter:drop-shadow(0 30px 22px rgba(31,39,52,.16));transform:translateY(var(--hero-shift,0))}.orange-orbit{position:absolute;z-index:1;right:-40px;bottom:170px;width:310px;height:310px;border:2px dashed rgba(255,255,255,.7);border-radius:50%}.quality-badge{position:absolute;z-index:4;right:-5px;bottom:145px;width:175px;padding:16px 18px;border-radius:28px 8px;background:#fff;box-shadow:var(--shadow);transform:rotate(2deg)}.quality-badge b,.quality-badge span{display:block}.quality-badge b{color:var(--orange);font-size:13px}.quality-badge span{font-size:10px}
.stats{position:relative;z-index:8;width:min(1100px,calc(100% - 48px));margin:-72px auto 0;border-radius:90px 18px;background:linear-gradient(110deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 25px 55px rgba(8,38,90,.25)}.stats-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.stats article{position:relative;padding:30px 24px;text-align:center}.stats article+article:before{content:"";position:absolute;left:0;top:28%;height:44%;border-left:1px dashed rgba(255,255,255,.3)}.stats strong{display:block;color:#ff8b4b;font-size:34px;line-height:1}.stats span{display:block;margin-top:9px;font-size:11px;line-height:1.45}
.section{position:relative;padding:120px 0}.section-title{max-width:780px;margin:0 auto 55px;text-align:center}.section-title h2,.video-grid h2,.faq-grid h2,.register-copy h2{margin:10px 0 16px;color:var(--blue);font-size:44px;font-weight:900;line-height:1.12;letter-spacing:-.045em}.section-title p,.reason-grid p,.benefit-grid p,.video-grid p,.faq-grid>div:first-child>p,.register-copy>p{color:var(--muted)}
.intro:before{content:"";position:absolute;right:-190px;top:50px;width:360px;height:360px;border-radius:50%;background:#ffeed7}.reason-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.reason-image{position:relative}.reason-image>img{width:100%;height:580px;border-radius:48% 8% 42% 10%/18% 37% 11% 40%;object-fit:cover;box-shadow:28px 30px 0 #ffdcb5}.image-label{position:absolute;right:-30px;bottom:5px;padding:20px 24px;border-radius:30px 7px;background:var(--orange);color:#fff;box-shadow:0 16px 35px rgba(245,90,34,.25);transform:rotate(-3deg)}.image-label b,.image-label span{display:block}.image-label b{font-size:25px}.image-label span{font-size:11px}.reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 30px}.reason-grid article{position:relative;padding:23px 8px 23px 38px;border-bottom:1px solid var(--line);background:transparent}.reason-grid i{position:absolute;left:0;top:25px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#fff0df;color:var(--orange);font-style:normal;font-weight:900}.reason-grid h3{margin:0 0 7px;color:var(--blue);font-size:17px}.reason-grid p{margin:0;font-size:13px}
.programs{overflow:hidden;background:linear-gradient(145deg,#041632,#0b3674);color:#fff}.programs:before{content:"";position:absolute;left:-240px;top:-220px;width:470px;height:470px;border:80px solid rgba(255,255,255,.035);border-radius:50%}.programs:after{content:"";position:absolute;right:-100px;bottom:-180px;width:500px;height:300px;border-radius:50%;background:var(--orange);opacity:.17;transform:rotate(-15deg)}.section-title.light{position:relative;z-index:1}.section-title.light h2,.section-title.light p{color:#fff}.section-title.light p{opacity:.7}.program-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}.program-grid article{position:relative;min-height:235px;padding:32px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);transition:.3s}.program-grid article:hover{z-index:2;background:var(--orange);transform:scale(1.025);box-shadow:0 25px 55px rgba(0,0,0,.25)}.program-no{color:#ff9b69;font-size:11px;font-weight:900}.program-grid article:hover .program-no,.program-grid article:hover a{color:#fff}.program-grid h3{margin:35px 0 10px;font-size:21px}.program-grid p{min-height:65px;margin:0 0 16px;color:#c7d3e6;font-size:13px}.program-grid a{color:#ff9b69;font-size:12px;font-weight:900}
.video-section{overflow:hidden;background:#fff3e3}.video-section:after{content:"";position:absolute;left:-12%;bottom:-250px;width:60%;height:380px;border-radius:50%;background:#ffd4a5;opacity:.6;transform:rotate(8deg)}.video-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.video-grid ul{padding-left:20px}.video-grid li{margin:9px 0;font-size:13px}.video-frame{position:relative;z-index:1;overflow:hidden;aspect-ratio:16/9;border-radius:45px 8px;box-shadow:24px 24px 0 var(--orange)}.video-frame iframe{width:100%;height:100%;border:0}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line)}.benefit-grid article{position:relative;min-height:285px;padding:35px 28px;border-right:1px solid var(--line);transition:.3s}.benefit-grid article:last-child{border-right:0}.benefit-grid article:hover{background:#fff1df;transform:translateY(-8px);box-shadow:0 24px 45px rgba(8,38,90,.1)}.benefit-grid b{display:grid;width:50px;height:50px;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:13px}.benefit-grid h3{margin:32px 0 10px;color:var(--blue);font-size:18px}.benefit-grid p{margin:0;font-size:13px}
.gallery{position:relative;overflow:hidden;padding:125px 0;background:linear-gradient(150deg,#03142f,#0a3472)}.gallery:before{content:"";position:absolute;left:-12%;top:-205px;width:72%;height:320px;border-radius:50%;background:var(--paper);transform:rotate(-4deg)}.gallery-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:215px 215px;gap:18px;transform:rotate(-1deg)}.gallery-grid img{width:100%;height:100%;border:5px solid rgba(255,255,255,.92);border-radius:38px 7px;object-fit:cover;box-shadow:0 22px 44px rgba(0,0,0,.23);transition:.3s}.gallery-grid img:first-child{grid-row:1/3}.gallery-grid img:last-child{grid-column:2/4}.gallery-grid img:nth-child(even){border-radius:7px 38px;transform:translateY(15px) rotate(2deg)}.gallery-grid img:hover{position:relative;z-index:3;transform:scale(1.025) rotate(0)}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:85px}.accordion details{overflow:hidden;margin-bottom:14px;border:0;border-radius:25px 6px;background:#f3f6fb;box-shadow:0 8px 25px rgba(8,38,90,.05)}.accordion summary{padding:20px 22px;color:var(--blue);font-size:14px;font-weight:800;cursor:pointer}.accordion p{margin:0;padding:0 22px 22px;color:var(--muted);font-size:13px}
.register{position:relative;overflow:hidden;padding:110px 0;background:linear-gradient(125deg,#fff2df,#ffd2a5)}.register:before{content:"";position:absolute;right:-120px;top:-210px;width:540px;height:540px;border:90px solid rgba(245,90,34,.12);border-radius:50%}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.contact-line{display:flex;flex-direction:column;margin-top:18px}.contact-line b{color:var(--blue);font-size:12px}.contact-line a{color:var(--orange);font-size:26px;font-weight:900}.admission-form{position:relative;padding:35px;border-radius:52px 9px;background:#fff;box-shadow:24px 25px 0 rgba(245,90,34,.18)}.admission-form label{display:block;margin-bottom:14px;color:#35425a;font-size:11px;font-weight:800}.admission-form input,.admission-form select,.admission-form textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid #dde2e9;border-radius:17px 5px;background:#fbfcfe;font:13px Montserrat;outline:none}.admission-form input:focus,.admission-form select:focus,.admission-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(245,90,34,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.btn.full{width:100%}.form-status{margin:12px 0 0;color:#16803b;font-size:12px;font-weight:800;text-align:center}
footer{padding:70px 0 0;border-radius:80px 0 0;background:#03142f;color:#c4cede}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:55px}.footer-brand{color:#fff;font-weight:900}.footer-grid h3{margin:0 0 14px;color:#fff;font-size:14px}.footer-grid a,.footer-grid span{display:block;margin:8px 0;font-size:12px}.footer-grid p{max-width:430px;font-size:12px}.copyright{margin-top:45px;padding:17px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:11px}.floating-phone{position:fixed;z-index:60;left:20px;bottom:20px;display:flex;align-items:center;gap:8px;padding:12px 17px;border-radius:999px;background:var(--orange);color:#fff;font-size:13px;font-weight:900;box-shadow:0 12px 28px rgba(245,90,34,.35)}
.footer-socials{display:flex;align-items:center;gap:10px;margin-top:22px}.footer-grid .footer-socials a{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;margin:0;border:1px solid rgba(255,255,255,.16);border-radius:14px;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .2s,background .2s,box-shadow .2s}.footer-socials svg{width:21px;height:21px;fill:currentColor}.footer-socials .social-label{position:absolute;width:1px;height:1px;margin:-1px!important;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.footer-grid .footer-socials .social-facebook{background:#1877f2}.footer-grid .footer-socials .social-tiktok{background:#111}.footer-grid .footer-socials a:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,.28)}.footer-grid .footer-socials .social-tiktok:hover{background:#fff;color:#111}.footer-socials a:focus-visible{outline:3px solid #fff;outline-offset:3px}
@keyframes hero-copy-in{from{opacity:0;transform:translate(-32px,24px)}to{opacity:1;transform:none}}@keyframes hero-person-in{from{opacity:0;transform:translate(35px,45px) scale(.94)}to{opacity:1;transform:translateY(var(--hero-shift,0)) scale(1)}}@keyframes orbit-drift{50%{transform:translate(-12px,12px) rotate(7deg)}}@keyframes badge-float{50%{transform:translateY(-10px) rotate(-1deg)}}@keyframes phone-pulse{50%{box-shadow:0 12px 28px rgba(245,90,34,.35),0 0 0 12px rgba(245,90,34,0)}}.motion-ready .hero-copy{animation:hero-copy-in .8s cubic-bezier(.2,.7,.2,1) both}.motion-ready .hero-visual>img{animation:hero-person-in .95s .16s cubic-bezier(.2,.75,.2,1) both;transition:transform .12s linear}.motion-ready .orange-orbit{animation:orbit-drift 7s ease-in-out infinite}.motion-ready .quality-badge{animation:badge-float 4s ease-in-out infinite}.motion-ready .floating-phone{animation:phone-pulse 2.3s ease-in-out infinite}.motion-ready .reveal-item{opacity:0;transform:translateY(34px);transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)}.motion-ready .reveal-item.is-visible,.motion-off .reveal-item{opacity:1;transform:none}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:82px;left:0;right:0;padding:20px 24px;background:#fff;box-shadow:0 18px 30px rgba(8,38,90,.12)}.main-nav.open{display:flex;flex-direction:column;align-items:stretch}.menu-toggle{display:block}.hero-grid{min-height:0;grid-template-columns:1fr;padding-top:65px}.hero-copy{padding-bottom:10px}.hero h1{font-size:64px}.hero-visual>img{max-height:520px}.stats{margin-top:-28px;border-radius:45px 12px}.stats article+article:before{display:none}.reason-layout,.video-grid,.faq-grid,.register-grid{grid-template-columns:1fr}.reason-layout{gap:70px}.program-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article:nth-child(2){border-right:0}.section{padding:90px 0}}
@media(max-width:600px){.container{width:min(100% - 30px,1180px)}.topbar span{display:none}.topbar-inner{justify-content:center}.nav-wrap{height:66px}.brand img{width:225px;height:48px}.main-nav{top:66px}.hero{background:linear-gradient(155deg,#fffdf8 0 59%,#ffd8b0 59%)}.hero-grid{padding-top:48px}.hero h1{font-size:48px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-note{gap:7px}.hero-visual:before{right:0;left:0}.hero-visual>img{max-height:400px}.quality-badge{right:0;bottom:55px;width:145px}.orange-orbit{display:none}.stats{width:calc(100% - 30px);margin-top:-10px;border-radius:34px 8px}.stats-grid{grid-template-columns:1fr 1fr}.stats article{padding:22px 10px;border-bottom:1px dashed rgba(255,255,255,.2)}.stats strong{font-size:28px}.section{padding:75px 0}.section-title{margin-bottom:38px}.section-title h2,.video-grid h2,.faq-grid h2,.register-copy h2{font-size:31px}.reason-image>img{height:390px;box-shadow:12px 14px 0 #ffdcb5}.image-label{right:5px}.reason-grid,.program-grid,.benefit-grid{grid-template-columns:1fr}.reason-grid{gap:0}.program-grid article{min-height:0}.benefit-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.video-frame{border-radius:28px 6px;box-shadow:11px 12px 0 var(--orange)}.gallery{padding:90px 0}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:200px 160px;transform:none}.gallery-grid img{border-width:3px;border-radius:25px 5px}.gallery-grid img:first-child{grid-column:1/3;grid-row:auto}.gallery-grid img:last-child{grid-column:auto}.gallery-grid img:nth-child(even){border-radius:5px 25px;transform:none}.form-row,.footer-grid{grid-template-columns:1fr}.admission-form{padding:24px;border-radius:34px 7px;box-shadow:12px 13px 0 rgba(245,90,34,.18)}.footer-grid{gap:28px}.floating-phone{width:50px;height:50px;justify-content:center;padding:0}.floating-phone span{display:none}.motion-ready .orange-orbit{animation:none}.reveal-item{--reveal-delay:0ms!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Expressive hero and flowing program cards */
.hero{min-height:760px;background:linear-gradient(112deg,#fffdf8 0 45%,#ffe6c9 45% 100%)}
.hero-copy:before{content:"";position:absolute;left:-52px;top:48px;width:24px;height:24px;border:7px solid var(--orange);border-radius:50%;opacity:.45}
.hero-copy:after{content:"";position:absolute;z-index:-1;left:-5px;top:23%;color:rgba(8,38,90,.035);font-size:116px;font-weight:900;letter-spacing:-.08em;white-space:nowrap;transform:rotate(-7deg)}
.hero-visual:before{animation:hero-blob 8s ease-in-out infinite}
.hero-spark{position:absolute;z-index:5;color:#fff;font-size:28px;text-shadow:0 5px 18px rgba(8,38,90,.2);animation:spark-spin 7s linear infinite}.spark-one{right:5%;top:22%}.spark-two{left:2%;top:43%;color:#ffbd8f;font-size:19px;animation-duration:5s;animation-direction:reverse}
.hero-chip{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:rgba(255,255,255,.84);box-shadow:0 14px 35px rgba(8,38,90,.16);backdrop-filter:blur(10px)}.hero-chip b{color:var(--orange);font-size:17px}.hero-chip span{color:var(--blue);font-size:10px;font-weight:800}.chip-career{left:-45px;bottom:195px;animation:chip-float 4.5s ease-in-out infinite}.chip-company{left:-2%;right:auto;top:18px;animation:chip-float 5s .7s ease-in-out infinite reverse}
.programs{padding-bottom:150px}.programs:before{animation:decor-orbit 16s linear infinite}.programs .program-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;border:0}.programs .program-grid article{min-height:220px;padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:38px 8px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));box-shadow:0 24px 50px rgba(0,0,0,.12);backdrop-filter:blur(6px);transform:none}.programs .program-grid article:nth-child(1){grid-column:1/5}.programs .program-grid article:nth-child(2){grid-column:5/9;transform:translateY(42px)}.programs .program-grid article:nth-child(3){grid-column:9/13}.programs .program-grid article:nth-child(4){grid-column:2/6;transform:translateY(22px)}.programs .program-grid article:nth-child(5){grid-column:6/10;transform:translateY(64px)}.programs .program-grid article:nth-child(6){grid-column:10/13;transform:translateY(12px)}.programs .program-grid article:nth-child(even){border-radius:8px 38px}.programs .program-grid article:after{content:"";position:absolute;right:-35px;top:-35px;width:90px;height:90px;border-radius:50%;background:var(--orange);opacity:.13;transition:.35s}.programs .program-grid article:hover{border-color:transparent;background:linear-gradient(145deg,#ff7838,var(--orange));transform:translateY(-8px) rotate(-1deg);box-shadow:0 30px 65px rgba(0,0,0,.25)}.programs .program-grid article:nth-child(2):hover{transform:translateY(34px) rotate(1deg)}.programs .program-grid article:nth-child(4):hover{transform:translateY(14px) rotate(1deg)}.programs .program-grid article:nth-child(5):hover{transform:translateY(56px) rotate(-1deg)}.programs .program-grid article:nth-child(6):hover{transform:translateY(4px) rotate(1deg)}.programs .program-grid article:hover:after{transform:scale(1.6);opacity:.18}.programs .program-grid h3{margin:25px 0 10px}.programs .program-grid p{min-height:auto}
@keyframes hero-blob{0%,100%{border-radius:50% 50% 14% 86%/60% 35% 65% 40%;transform:rotate(-5deg) scale(1)}50%{border-radius:42% 58% 23% 77%/51% 42% 58% 49%;transform:rotate(-2deg) scale(1.035)}}
@keyframes spark-spin{to{transform:rotate(360deg)}}@keyframes chip-float{0%,100%{margin-top:0}50%{margin-top:-13px}}@keyframes decor-orbit{to{transform:rotate(360deg)}}
@media(max-width:900px){.hero{min-height:0}.hero-copy:after{font-size:80px}.chip-career{left:0}.programs .program-grid{grid-template-columns:1fr 1fr}.programs .program-grid article:nth-child(n){grid-column:auto;transform:none}.programs .program-grid article:nth-child(n):hover{transform:translateY(-7px)}}
@media(max-width:600px){.hero-chip{padding:9px 11px}.chip-career{bottom:125px}.chip-company{right:0;top:105px}.hero-spark{display:none}.hero-copy:after{top:29%;font-size:55px}.programs{padding-bottom:90px}.programs .program-grid{grid-template-columns:1fr;gap:16px}.programs .program-grid article{min-height:0;border-radius:28px 7px}.programs .program-grid article:nth-child(even){border-radius:7px 28px}}

/* Student life carousel */
.gallery-slider{position:relative;max-width:1050px;margin:auto;overflow:hidden;border-radius:58px 10px;box-shadow:0 30px 70px rgba(0,0,0,.32)}.gallery-track{display:flex;transition:transform .75s cubic-bezier(.22,.75,.2,1);will-change:transform}.gallery-slide{position:relative;flex:0 0 100%;height:540px;margin:0;overflow:hidden;background:#061d46}.gallery-slide:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(2,13,31,.86))}.gallery-slide img{width:100%;height:100%;border:0;border-radius:0;object-fit:cover;transform:scale(1.06);transition:transform 5s ease}.gallery-slide.active img{transform:scale(1)}.gallery-slide figcaption{position:absolute;z-index:2;left:45px;bottom:38px;max-width:70%;color:#fff;font-size:22px;font-weight:900}.gallery-arrow{position:absolute;z-index:4;top:50%;display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.9);color:var(--blue);font-size:22px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.2);transform:translateY(-50%);transition:.25s}.gallery-arrow:hover{background:var(--orange);color:#fff;transform:translateY(-50%) scale(1.08)}.gallery-prev{left:22px}.gallery-next{right:22px}.gallery-dots{position:absolute;z-index:4;right:38px;bottom:42px;display:flex;gap:8px}.gallery-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:.3s}.gallery-dots button.active{width:30px;background:var(--orange)}
@media(max-width:600px){.gallery-slider{border-radius:30px 7px}.gallery-slide{height:340px}.gallery-slide figcaption{left:22px;bottom:25px;max-width:72%;font-size:16px}.gallery-arrow{width:42px;height:42px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-dots{right:20px;bottom:27px}}

.gallery-slider{cursor:grab;touch-action:pan-y;user-select:none}.gallery-slider.is-dragging{cursor:grabbing}.gallery-slider.is-dragging .gallery-slide img{pointer-events:none}.gallery-slide img{-webkit-user-drag:none}.gallery-arrow{display:none!important}

/* Apple Watch inspired, content-driven program menu. Any number of articles can be added in Vvveb. */
.programs{padding-bottom:145px}.programs .program-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 2px;max-width:1160px;margin:0 auto;border:0;padding:35px 0 80px}.programs .program-grid article,.programs .program-grid article:nth-child(n){--watch-scale:1;--watch-glow:0;position:relative;display:flex;flex:0 0 225px;width:225px;height:225px;min-height:225px;grid-column:auto;flex-direction:column;justify-content:center;margin:0 -2px;padding:30px;border:0!important;border-radius:50%!important;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.2),rgba(255,255,255,.065) 55%,rgba(0,0,0,.08));box-shadow:0 18px 45px rgba(0,0,0,.2),0 0 calc(45px * var(--watch-glow)) rgba(245,90,34,calc(.55 * var(--watch-glow)));transform:translateY(var(--watch-row,0)) scale(var(--watch-scale))!important;transform-origin:center;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;isolation:isolate}.programs .program-grid article:nth-child(2n){--watch-row:58px;background:radial-gradient(circle at 35% 25%,rgba(255,155,96,.42),rgba(245,90,34,.18) 58%,rgba(0,0,0,.06))}.programs .program-grid article:nth-child(3n){background:radial-gradient(circle at 35% 25%,rgba(77,145,255,.35),rgba(26,74,145,.2) 60%,rgba(0,0,0,.06))}.programs .program-grid article:nth-child(4n){--watch-row:30px}.programs .program-grid article:before{content:"";position:absolute;z-index:-1;inset:7px;border:1px solid rgba(255,255,255,.18);border-radius:50%;pointer-events:none}.programs .program-grid article:after{right:18px;top:20px;width:28px;height:28px;background:rgba(255,255,255,.18);filter:blur(1px)}.programs .program-grid article:hover{z-index:5;background:radial-gradient(circle at 35% 25%,#ff9255,var(--orange) 62%,#d94213);box-shadow:0 28px 65px rgba(0,0,0,.3),0 0 55px rgba(245,90,34,.38)}.programs .program-grid .program-no{position:absolute;top:34px;left:50%;color:#ffab7d;transform:translateX(-50%)}.programs .program-grid article:hover .program-no{color:#fff}.programs .program-grid h3{margin:28px 0 8px;text-align:center;font-size:17px;line-height:1.25}.programs .program-grid p{display:-webkit-box;min-height:auto;margin:0 0 11px;overflow:hidden;color:#d5dfed;font-size:11px;line-height:1.45;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:3}.programs .program-grid a{text-align:center;font-size:10px}.programs .program-grid article:hover a,.programs .program-grid article:hover p{color:#fff}
@media(max-width:900px){.programs .program-grid{display:flex;gap:4px;padding-bottom:55px}.programs .program-grid article,.programs .program-grid article:nth-child(n){flex-basis:205px;width:205px;height:205px;min-height:205px;transform:translateY(0) scale(1)!important}.programs .program-grid article:nth-child(2n){transform:translateY(35px) scale(1)!important}}
@media(max-width:600px){.programs .program-grid{gap:10px 0;padding:10px 0 40px}.programs .program-grid article,.programs .program-grid article:nth-child(n){flex-basis:160px;width:160px;height:160px;min-height:160px;margin:0 -3px;padding:20px;transform:none!important}.programs .program-grid article:nth-child(2n){transform:translateY(25px)!important}.programs .program-grid .program-no{top:20px}.programs .program-grid h3{margin:20px 0 5px;font-size:13px}.programs .program-grid p{font-size:9px;-webkit-line-clamp:2}.programs .program-grid a{font-size:8px}}

/* Ambient looping motion */
@keyframes ambient-drift{0%,100%{translate:0 0;scale:1}50%{translate:-18px 13px;scale:1.045}}
@keyframes stat-sheen{0%,18%{translate:-160% 0}55%,100%{translate:260% 0}}
@keyframes label-hover{0%,100%{translate:0 0;rotate:-3deg}50%{translate:0 -10px;rotate:-1deg}}
@keyframes soft-breathe{0%,100%{filter:brightness(1);box-shadow:24px 24px 0 var(--orange)}50%{filter:brightness(1.035);box-shadow:29px 30px 0 #ff763d}}
@keyframes number-glow{0%,100%{text-shadow:0 0 0 rgba(255,139,75,0)}50%{text-shadow:0 0 22px rgba(255,139,75,.55)}}
@keyframes watch-breathe{0%,100%{filter:brightness(1) saturate(1)}50%{filter:brightness(1.09) saturate(1.12)}}
@keyframes cta-shimmer{0%,65%{translate:-170% 0}100%{translate:240% 0}}
@keyframes ring-turn{to{rotate:360deg}}
@keyframes dot-pulse{50%{box-shadow:0 0 0 8px rgba(245,90,34,0);scale:1.12}}
.motion-ready .intro:before{animation:ambient-drift 9s ease-in-out infinite}
.motion-ready .video-section:after{animation:ambient-drift 11s 1s ease-in-out infinite reverse}
.motion-ready .register:before{animation:ring-turn 28s linear infinite}
.motion-ready .stats{overflow:hidden}
.motion-ready .stats:after{content:"";position:absolute;z-index:0;inset:-45% auto -45% -25%;width:18%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);rotate:18deg;animation:stat-sheen 6.5s ease-in-out infinite;pointer-events:none}.motion-ready .stats-grid{position:relative;z-index:1}
.motion-ready .stats strong{animation:number-glow 3.6s ease-in-out infinite}.motion-ready .stats article:nth-child(2) strong{animation-delay:.5s}.motion-ready .stats article:nth-child(3) strong{animation-delay:1s}.motion-ready .stats article:nth-child(4) strong{animation-delay:1.5s}
.motion-ready .image-label{animation:label-hover 4.2s ease-in-out infinite}
.motion-ready .video-frame{animation:soft-breathe 5.5s ease-in-out infinite}
.motion-ready .programs .program-grid article{animation:watch-breathe 4.5s ease-in-out infinite}.motion-ready .programs .program-grid article:nth-child(2n){animation-delay:-1.1s}.motion-ready .programs .program-grid article:nth-child(3n){animation-delay:-2.2s}.motion-ready .programs .program-grid article:nth-child(5n){animation-delay:-3.3s}
.nav-cta,.btn.primary{position:relative;overflow:hidden}.nav-cta:before,.btn.primary:before{content:"";position:absolute;inset:0 auto 0 -30%;width:22%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);animation:cta-shimmer 5s ease-in-out infinite;pointer-events:none}
.motion-ready .gallery-dots button.active{animation:dot-pulse 1.8s ease-in-out infinite}
.motion-ready .admission-form{animation:form-shadow 6s ease-in-out infinite}
@keyframes form-shadow{0%,100%{box-shadow:24px 25px 0 rgba(245,90,34,.18)}50%{box-shadow:29px 31px 0 rgba(245,90,34,.27)}}
@media(max-width:600px){.motion-ready .video-frame,.motion-ready .admission-form{animation:none}.motion-ready .programs .program-grid article{animation-duration:6s}}

/* Final polish: editorial ticker, reading progress and responsive header */
.scroll-progress{position:fixed;z-index:100;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--orange),#ffb45e);transform:scaleX(0);transform-origin:left;box-shadow:0 1px 8px rgba(245,90,34,.45);pointer-events:none}
.site-header .nav-wrap{transition:height .3s ease}.site-header .brand img{transition:width .3s ease,height .3s ease}.site-header.is-compact .nav-wrap{height:64px}.site-header.is-compact .brand img{width:245px;height:48px}.main-nav a.active:not(.nav-cta){color:var(--orange)}.main-nav a.active:not(.nav-cta):after{right:0}
.hero{--glow-x:74%;--glow-y:30%}.hero-glow{right:auto;top:auto;left:0;inset:0;width:auto;height:auto;border-radius:0;background:radial-gradient(circle 330px at var(--glow-x) var(--glow-y),rgba(255,147,78,.24),transparent 70%);transition:background-position .15s linear}
.admission-marquee{position:relative;z-index:7;overflow:hidden;padding:17px 0;background:var(--orange);color:#fff;rotate:-1deg;box-shadow:0 12px 35px rgba(245,90,34,.2)}.marquee-track{display:flex;width:max-content;will-change:transform;animation:marquee-run var(--marquee-duration,27s) linear infinite}.marquee-group{display:flex;align-items:center;flex-shrink:0;gap:27px;padding-right:27px}.marquee-group span{font-size:12px;font-weight:900;letter-spacing:.1em;white-space:nowrap}.marquee-group i{color:#ffd7b8;font-style:normal;font-size:14px}@keyframes marquee-run{from{transform:translate3d(0,0,0)}to{transform:translate3d(var(--marquee-distance,-50%),0,0)}}
.admission-marquee:hover .marquee-track{animation-play-state:paused}
@media(max-width:600px){.site-header.is-compact .nav-wrap{height:58px}.site-header.is-compact .brand img{width:205px;height:43px}.admission-marquee{padding:13px 0}.marquee-group{gap:20px;padding-right:20px}.marquee-group span{font-size:10px}}

/* Program bubbles combine scroll reveal with Apple Watch proximity scaling. */
.motion-ready .programs .program-grid article.reveal-item{--reveal-scale:.52;opacity:0;transform:translateY(calc(var(--watch-row,0) + 38px)) scale(var(--watch-scale)) scale(var(--reveal-scale))!important;transition:opacity .5s ease var(--reveal-delay,0ms),transform .78s cubic-bezier(.2,1.35,.3,1) var(--reveal-delay,0ms),box-shadow .2s ease,background .25s ease}
.motion-ready .programs .program-grid article.reveal-item.is-visible{--reveal-scale:1;opacity:1;transform:translateY(var(--watch-row,0)) scale(var(--watch-scale)) scale(var(--reveal-scale))!important}
.motion-ready .programs .program-grid article.reveal-item:nth-child(2n){transition-delay:calc(var(--reveal-delay,0ms) + 70ms),calc(var(--reveal-delay,0ms) + 70ms),0ms,0ms}.motion-ready .programs .program-grid article.reveal-item:nth-child(3n){transition-delay:calc(var(--reveal-delay,0ms) + 140ms),calc(var(--reveal-delay,0ms) + 140ms),0ms,0ms}
@media(max-width:600px){.motion-ready .programs .program-grid article.reveal-item{transform:translateY(28px) scale(.72)!important}.motion-ready .programs .program-grid article.reveal-item.is-visible{transform:translateY(var(--watch-row,0)) scale(1)!important}}

/* Balanced desktop honeycomb: four bubbles per row, final row centered. */
@media(min-width:901px){.programs .program-grid{max-width:940px;gap:24px 16px;padding:35px 0 65px}.programs .program-grid article,.programs .program-grid article:nth-child(n){flex:0 0 210px;width:210px;height:210px;min-height:210px;margin:0;--watch-row:0}.programs .program-grid article:nth-child(4n+2),.programs .program-grid article:nth-child(4n+4){--watch-row:28px}.programs .program-grid h3{font-size:16px}.programs .program-grid p{-webkit-line-clamp:2}}
@media(min-width:901px) and (max-width:1080px){.programs .program-grid{max-width:820px;gap:20px 12px}.programs .program-grid article,.programs .program-grid article:nth-child(n){flex-basis:185px;width:185px;height:185px;min-height:185px;padding:25px}.programs .program-grid .program-no{top:27px}.programs .program-grid h3{margin-top:24px;font-size:14px}.programs .program-grid p{font-size:10px}}

/* Decorative shapes always stay behind readable section content. */
.intro{isolation:isolate;overflow:hidden}.intro:before{z-index:0;pointer-events:none;opacity:.68}.intro>.container{position:relative;z-index:2}.video-section>.container,.register>.container,.gallery>.container,.programs>.container{position:relative;z-index:2}.video-section:after,.register:before,.gallery:before,.programs:before,.programs:after{z-index:0;pointer-events:none}

/* Unified 2026 brand palette: logo blue #2f5fad and logo red #d5443f. */
.brand{display:flex;align-items:center;padding:5px 10px;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(var(--blue-rgb),.08)}
.site-header{background:rgba(255,255,255,.96);box-shadow:0 8px 32px rgba(var(--blue-rgb),.09)}
.topbar,.stats{background:linear-gradient(115deg,var(--blue-dark),var(--blue))}
.topbar a,.stats strong,.program-no,.program-grid a{color:#efaaa7}
.hero{background:linear-gradient(112deg,var(--paper) 0 45%,#edf3fc 45% 74%,#f9e6e4 100%)}
.hero:after,.intro:before,.video-section:after{background:#dce7f7}
.hero-glow{background:radial-gradient(circle 330px at var(--glow-x) var(--glow-y),rgba(var(--orange-rgb),.22),transparent 70%)}
.hero-visual:before{background:linear-gradient(140deg,var(--orange-2),var(--orange-dark))}
.programs{background:linear-gradient(145deg,var(--blue-dark),var(--blue))}
.programs:after{background:var(--orange);opacity:.2}
.programs .program-grid article:nth-child(2n){background:radial-gradient(circle at 35% 25%,rgba(232,121,116,.46),rgba(var(--orange-rgb),.22) 58%,rgba(0,0,0,.07))}
.programs .program-grid article:nth-child(3n){background:radial-gradient(circle at 35% 25%,rgba(112,151,214,.48),rgba(var(--blue-rgb),.3) 60%,rgba(0,0,0,.07))}
.programs .program-grid article:hover{background:radial-gradient(circle at 35% 25%,#e66c67,var(--orange) 62%,var(--orange-dark));box-shadow:0 28px 65px rgba(0,0,0,.3),0 0 55px rgba(var(--orange-rgb),.4)}
.gallery{background:linear-gradient(150deg,var(--blue-dark),var(--blue))}
.gallery-slide{background:var(--blue-dark)}
.gallery-slide:after{background:linear-gradient(transparent,rgba(23,52,95,.9))}
.video-section{background:#f4f7fc}.register{background:linear-gradient(125deg,#f5f8fc,#f7dddb)}
footer{background:var(--blue-dark);color:#d7e1f0}
.admission-marquee,.floating-phone{background:var(--orange)}
.admission-marquee{box-shadow:0 12px 35px rgba(var(--orange-rgb),.22)}.marquee-group i{color:#f4bfbc}
.scroll-progress{background:linear-gradient(90deg,var(--orange-dark),var(--orange),#efaaa7);box-shadow:0 1px 8px rgba(var(--orange-rgb),.45)}
.btn:hover,.nav-cta:hover{box-shadow:0 15px 30px rgba(var(--orange-rgb),.3)}
.image-label{box-shadow:0 16px 35px rgba(var(--orange-rgb),.28)}
.hero-copy:after{color:rgba(var(--blue-rgb),.05)}.spark-two{color:#efaaa7}.hero-spark{text-shadow:0 5px 18px rgba(var(--blue-rgb),.22)}
.hero-chip{box-shadow:0 14px 35px rgba(var(--blue-rgb),.17)}
.programs .program-grid .program-no,.programs .program-grid a{color:#efaaa7}
.benefit-grid article:hover{background:#f7eeee;box-shadow:0 24px 45px rgba(var(--blue-rgb),.11)}
.reason-grid i{background:#f9e6e4}.reason-image>img{box-shadow:28px 30px 0 #dce7f7}
.admission-form{box-shadow:24px 25px 0 rgba(var(--orange-rgb),.18)}
.admission-form input:focus,.admission-form select:focus,.admission-form textarea:focus{box-shadow:0 0 0 3px rgba(var(--orange-rgb),.12)}
.register:before{border-color:rgba(var(--orange-rgb),.14)}
.floating-phone{box-shadow:0 12px 28px rgba(var(--orange-rgb),.36)}
@keyframes phone-pulse{50%{box-shadow:0 12px 28px rgba(var(--orange-rgb),.36),0 0 0 12px rgba(var(--orange-rgb),0)}}
@keyframes number-glow{0%,100%{text-shadow:0 0 0 rgba(var(--orange-rgb),0)}50%{text-shadow:0 0 22px rgba(var(--orange-rgb),.5)}}
@keyframes dot-pulse{50%{box-shadow:0 0 0 8px rgba(var(--orange-rgb),0);scale:1.12}}
@keyframes form-shadow{0%,100%{box-shadow:24px 25px 0 rgba(var(--orange-rgb),.18)}50%{box-shadow:29px 31px 0 rgba(var(--orange-rgb),.28)}}
@media(max-width:600px){.reason-image>img{box-shadow:12px 14px 0 #dce7f7}.admission-form{box-shadow:12px 13px 0 rgba(var(--orange-rgb),.18)}}

/* UX/UI polish */
html{scroll-padding-top:92px}body{font-size:16px;text-rendering:optimizeLegibility}::selection{background:rgba(var(--orange-rgb),.2);color:var(--blue-dark)}
.skip-link{position:fixed;z-index:9999;left:16px;top:10px;padding:11px 15px;border-radius:9px;background:var(--blue-dark);color:#fff;font-size:13px;font-weight:800;transform:translateY(-160%);transition:transform .2s}.skip-link:focus{transform:none}
a,button,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,.gallery-slider:focus-visible{outline:3px solid rgba(var(--orange-rgb),.48);outline-offset:4px}
.btn,.nav-cta,.floating-phone{min-height:48px}.btn:active,.nav-cta:active{transform:translateY(0) scale(.98)}button:disabled{cursor:not-allowed;opacity:.58}
.section-title h2,.video-grid h2,.faq-grid h2,.register-copy h2{text-wrap:balance}.section-title p,.hero-copy>p{text-wrap:pretty}
.main-nav a:not(.nav-cta){padding:10px 0}.menu-toggle{width:46px;height:46px;border-radius:12px;line-height:1}.menu-toggle:hover{background:#edf3fc}
.reason-grid article,.benefit-grid article,.accordion details{transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.reason-grid article:hover{border-radius:16px;background:#f5f8fc;transform:translateX(4px)}
.accordion summary{position:relative;padding-right:54px;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";position:absolute;right:20px;top:50%;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#fff;color:var(--blue);font-size:20px;transform:translateY(-50%);transition:.25s}.accordion details[open] summary:after{background:var(--orange);color:#fff;transform:translateY(-50%) rotate(45deg)}
.gallery-slider:after{content:"";position:absolute;z-index:4;left:50%;bottom:24px;padding:0;border-radius:999px;background:rgba(23,52,95,.72);color:#fff;font-size:10px;font-weight:700;pointer-events:none;opacity:0;transform:translateX(-50%);transition:opacity .25s}
.admission-form input,.admission-form select,.admission-form textarea{min-height:48px}.admission-form textarea{resize:vertical}.admission-form label:focus-within{color:var(--blue)}
.footer-grid a{width:max-content;max-width:100%;transition:color .2s,transform .2s}.footer-grid a:hover{color:#fff;transform:translateX(4px)}
@media(hover:none),(pointer:coarse){.gallery-slider:after{opacity:1}.programs .program-grid article:hover,.benefit-grid article:hover,.reason-grid article:hover{transform:none}}
@media(min-width:601px) and (max-width:900px){
  .container{width:min(100% - 40px,1180px)}.hero-grid{padding-top:40px}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(54px,9vw,72px)}
  .hero-visual{max-width:620px;margin:auto}.stats{width:calc(100% - 40px)}.stats-grid{grid-template-columns:1fr 1fr}.stats article:nth-child(3):before{display:none}
  .reason-image{max-width:650px;margin:auto}.programs .program-grid{max-width:680px}.gallery-slide{height:460px}.footer-grid{grid-template-columns:1.3fr .8fr .8fr;gap:30px}
}
@media(max-width:900px){
  body.nav-open{overflow:hidden}.main-nav{z-index:70;max-height:calc(100vh - 82px);overflow:auto;gap:4px;border-top:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 24px 45px rgba(var(--blue-rgb),.18)}
  .main-nav a{padding:14px 12px!important;border-radius:10px}.main-nav a:not(.nav-cta):hover,.main-nav a.active:not(.nav-cta){background:#edf3fc}.main-nav .nav-cta{margin-top:8px}
}
@media(max-width:600px){
  html{scroll-padding-top:68px}.topbar{display:none}.hero{min-height:auto}.hero-grid{padding-top:32px}.hero-copy{padding:18px 0 8px}.hero h1{font-size:clamp(43px,13vw,54px);line-height:.98}.hero h1 em:after{bottom:-9px}
  .hero-copy>p{margin-bottom:24px}.hero-note{display:grid;grid-template-columns:1fr 1fr}.hero-visual{margin-top:10px}.chip-company{display:none}.quality-badge{bottom:34px}
  .stats{margin-top:0}.section{padding:68px 0}.section-title h2,.video-grid h2,.faq-grid h2,.register-copy h2{font-size:clamp(29px,9vw,36px)}
  .reason-layout{gap:52px}.image-label{max-width:180px}.programs .program-grid{justify-content:space-around}.programs .program-grid article,.programs .program-grid article:nth-child(n){flex-basis:min(44vw,168px);width:min(44vw,168px);height:min(44vw,168px);min-height:min(44vw,168px)}
  .video-grid{gap:42px}.gallery-slide{height:min(92vw,380px)}.gallery-slide figcaption{bottom:58px;max-width:84%}.gallery-dots{right:50%;bottom:29px;transform:translateX(50%)}
  .faq-grid{gap:34px}.register{padding:75px 0}.contact-line a{font-size:23px}.admission-form input,.admission-form select,.admission-form textarea{font-size:16px}
  footer{border-radius:48px 0 0;padding-top:55px}.floating-phone{left:14px;bottom:14px}
}

.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-field a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.stats strong{overflow-wrap:anywhere}
@media(max-width:600px){.stats strong{font-size:clamp(16px,5vw,26px)}}

/* Production UX pass: a denser rhythm, readable consent and compact mobile hero. */
.section{padding-top:96px;padding-bottom:96px}
.gallery{padding-top:105px;padding-bottom:105px}
.register{padding-top:92px;padding-bottom:92px}
.consent-field{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important;line-height:1.5}
.consent-field input{flex:0 0 18px;width:18px!important;height:18px;margin:1px 0 0!important;padding:0!important}
.consent-field span{display:block}
.footer-slogan{margin-top:14px;font-style:italic;font-weight:700;line-height:1.65}
@media(max-width:600px){
  .hero-grid{padding-top:18px}
  .hero-copy{padding-top:10px}
  .hero-visual{max-height:310px;overflow:hidden}
  .hero-visual>img{max-height:310px}
  .hero-note{margin-top:18px}
  .section{padding-top:58px;padding-bottom:58px}
  .gallery{padding-top:76px;padding-bottom:68px}
  .register{padding-top:62px;padding-bottom:62px}
  .programs .program-grid article,.programs .program-grid article:nth-child(n){font-size:clamp(10px,2.8vw,13px)}
  .program-grid h3{font-size:clamp(13px,3.6vw,17px);line-height:1.2}
}

/* Compact content rhythm and clearer mobile carousel controls. */
.section{padding-top:72px;padding-bottom:72px}
.section-title{margin-bottom:42px}
.reason-image>img{height:520px}
.gallery{padding-top:86px;padding-bottom:86px}
.register{padding-top:76px;padding-bottom:76px}
@media(max-width:600px){
  .section{padding-top:44px;padding-bottom:44px}
  .section-title{margin-bottom:30px}
  .reason-layout{gap:34px}
  .reason-image>img{height:330px}
  .reason-grid article{padding-top:16px;padding-bottom:16px}
  .reason-grid i{top:18px}
  .benefit-grid article{padding:22px 24px}
  .benefit-grid h3{margin-top:18px}
  .gallery{padding-top:60px;padding-bottom:54px}
  .gallery-slide figcaption{bottom:50px;max-width:calc(100% - 44px)}
  .gallery-dots{right:50%;bottom:21px;transform:translateX(50%)}
  .gallery-slider:after{top:12px;bottom:auto}
  .faq-grid{gap:24px}
  .accordion summary{padding-top:16px;padding-bottom:16px}
  .accordion p{padding-bottom:16px}
  .register{padding-top:48px;padding-bottom:48px}
  .register-grid{gap:34px}
}

/* Conversion-focused readability pass */
body{font-size:16px;text-rendering:optimizeLegibility}
.main-nav{font-size:14px}
.nav-cta,.btn{font-size:14px;letter-spacing:.01em}
.eyebrow,.section-title>span{font-size:13px;line-height:1.5}
.hero-note{font-size:13px}
.quality-badge span,.hero-chip span{font-size:12px;line-height:1.4}
.stats span{font-size:13px;line-height:1.55}
.section-title p,.video-grid p,.faq-grid>div:first-child>p,.register-copy>p{font-size:16px;line-height:1.75}
.reason-grid p,.benefit-grid p{font-size:14px;line-height:1.7}
.image-label span{font-size:13px}
.programs .program-grid .program-no{font-size:12px}
.programs .program-grid h3{font-size:17px}
.programs .program-grid p{font-size:12px;line-height:1.55}
.programs .program-grid a{font-size:12px;line-height:1.5}
.video-grid li{font-size:14px}
.accordion summary{font-size:15px;line-height:1.55}
.accordion p{font-size:14px;line-height:1.7}
.contact-line b{font-size:13px}
.admission-form label{font-size:13px;line-height:1.5}
.admission-form input,.admission-form select,.admission-form textarea{min-height:48px;font-size:15px;line-height:1.5}
.consent-field{font-size:13px!important}
.form-status{font-size:13px}
.footer-grid a,.footer-grid span,.footer-grid p{font-size:13px;line-height:1.7}
.copyright{font-size:12px}
.mobile-action-bar{display:none}
.floating-zalo{position:fixed;z-index:60;left:20px;bottom:80px;display:flex;min-width:50px;height:50px;align-items:center;justify-content:center;padding:0 15px;border-radius:999px;background:#0068ff;color:#fff;font-size:13px;font-weight:900;box-shadow:0 12px 28px rgba(0,104,255,.3)}
.btn.zalo{background:#0068ff;color:#fff!important}

@media(min-width:601px){
  .floating-phone,.floating-zalo{
    display:flex;width:58px;min-width:58px;height:58px;align-items:center;justify-content:center;
    padding:0;border:2px solid rgba(255,255,255,.9);border-radius:50%;
    color:#fff;box-shadow:0 12px 28px rgba(8,38,90,.22);
    transition:transform .2s ease,box-shadow .2s ease
  }
  .floating-phone{left:20px;bottom:20px;font-size:23px}
  .floating-phone span{display:none}
  .floating-zalo{left:20px;bottom:90px;font-size:12px;letter-spacing:-.2px}
  .floating-phone:hover,.floating-zalo:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(8,38,90,.3)}
}

@media(max-width:600px){
  body{padding-bottom:72px}
  .container{width:min(100% - 32px,1180px)}
  .site-header{box-shadow:0 8px 28px rgba(var(--blue-rgb),.12)}
  .menu-toggle{display:grid;width:46px;height:46px;padding:0;place-items:center;border-radius:14px;background:#edf3fc;font-size:25px}
  .main-nav{font-size:15px}
  .hero-grid{padding-top:14px}
  .hero-copy{padding-top:8px}
  .hero h1{margin-top:10px;font-size:clamp(42px,12.5vw,51px);letter-spacing:-.06em}
  .hero-copy>p{font-size:16px;line-height:1.65}
  .btn{min-height:54px;font-size:15px}
  .hero-note{gap:9px 14px;font-size:13px;line-height:1.5}
  .quality-badge span,.hero-chip span{font-size:11px}
  .stats article{padding:24px 12px}
  .stats span{font-size:13px}
  .section-title p,.video-grid p,.faq-grid>div:first-child>p,.register-copy>p{font-size:15px}
  .reason-grid h3{font-size:18px}
  .reason-grid p,.benefit-grid p{font-size:14px}
  .programs{padding-bottom:58px}
  .programs .program-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:0}
  .programs .program-grid article,.programs .program-grid article:nth-child(n){
    display:block;width:100%;height:auto;min-height:0;margin:0;padding:25px 24px 23px;
    border:1px solid rgba(255,255,255,.16)!important;border-radius:24px 7px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
    transform:none!important
  }
  .programs .program-grid article:nth-child(even){background:linear-gradient(135deg,rgba(var(--orange-rgb),.28),rgba(255,255,255,.06))}
  .programs .program-grid article:before{inset:7px;border-radius:18px 5px}
  .programs .program-grid article:after{right:20px;top:19px}
  .programs .program-grid .program-no{position:static;display:inline-flex;transform:none;font-size:12px}
  .programs .program-grid h3{margin:10px 0 7px;text-align:left;font-size:19px;line-height:1.35}
  .programs .program-grid p{display:block;margin:0 0 12px;font-size:14px;line-height:1.65;text-align:left;-webkit-line-clamp:unset}
  .programs .program-grid a{display:inline-flex;min-height:40px;align-items:center;font-size:14px;text-align:left}
  .motion-ready .programs .program-grid article,.motion-ready .programs .program-grid article.reveal-item,.motion-ready .programs .program-grid article.reveal-item.is-visible{animation:none;transform:none!important}
  .video-grid li{font-size:14px;line-height:1.65}
  .accordion summary{padding:18px 20px;font-size:15px}
  .accordion p{font-size:14px}
  .admission-form{padding:25px 20px}
  .admission-form label{font-size:13px}
  .admission-form input,.admission-form select,.admission-form textarea{font-size:16px}
  .consent-field{font-size:13px!important}
  footer{padding-bottom:18px}
  .footer-grid a,.footer-grid span,.footer-grid p{font-size:14px}
  .copyright{font-size:12px}
  .floating-phone{display:none}
  .mobile-action-bar{
    position:fixed;z-index:80;right:0;bottom:0;left:0;display:grid;grid-template-columns:.9fr .9fr 1.15fr;gap:8px;
    padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));
    border-top:1px solid rgba(var(--blue-rgb),.12);background:rgba(255,255,255,.96);box-shadow:0 -12px 35px rgba(23,52,95,.16);backdrop-filter:blur(14px)
  }
  .mobile-action-bar a{display:flex;min-height:50px;align-items:center;justify-content:center;border-radius:14px;font-size:13px;font-weight:900}
  .mobile-call{gap:7px;border:1px solid rgba(var(--blue-rgb),.22);color:var(--blue)}
  .mobile-zalo{background:#0068ff;color:#fff}
  .mobile-register{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(var(--orange-rgb),.28)}
  .floating-zalo{display:none}
}

/* Restore the signature program bubbles on mobile without sacrificing readability. */
@media(max-width:600px){
  .programs .program-grid{
    display:flex;
    flex-wrap:wrap;
    grid-template-columns:none;
    justify-content:center;
    align-items:center;
    gap:10px 4px;
    padding:10px 0 42px
  }
  .programs .program-grid article,
  .programs .program-grid article:nth-child(n){
    position:relative;
    display:flex;
    flex:0 0 min(44vw,168px);
    width:min(44vw,168px);
    height:min(44vw,168px);
    min-height:min(44vw,168px);
    flex-direction:column;
    justify-content:center;
    margin:0;
    padding:20px 18px;
    border:0!important;
    border-radius:50%!important;
    background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.2),rgba(255,255,255,.065) 55%,rgba(0,0,0,.08));
    box-shadow:0 18px 42px rgba(0,0,0,.22);
    transform:none!important
  }
  .programs .program-grid article:nth-child(even){
    background:radial-gradient(circle at 35% 25%,rgba(232,121,116,.48),rgba(var(--orange-rgb),.24) 58%,rgba(0,0,0,.07));
    transform:translateY(24px)!important
  }
  .programs .program-grid article:nth-child(3n){
    background:radial-gradient(circle at 35% 25%,rgba(112,151,214,.5),rgba(var(--blue-rgb),.3) 60%,rgba(0,0,0,.07))
  }
  .programs .program-grid article:before{inset:7px;border-radius:50%}
  .programs .program-grid article:after{right:18px;top:18px}
  .programs .program-grid .program-no{
    position:absolute;
    top:18px;
    left:50%;
    display:block;
    font-size:11px;
    transform:translateX(-50%)
  }
  .programs .program-grid h3{
    margin:20px 0 5px;
    font-size:14px;
    line-height:1.25;
    text-align:center
  }
  .programs .program-grid p{
    display:-webkit-box;
    margin:0 0 6px;
    overflow:hidden;
    font-size:11px;
    line-height:1.4;
    text-align:center;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
  }
  .programs .program-grid a{
    display:block;
    min-height:0;
    font-size:11px;
    line-height:1.4;
    text-align:center
  }
  .motion-ready .programs .program-grid article,
  .motion-ready .programs .program-grid article.reveal-item,
  .motion-ready .programs .program-grid article.reveal-item.is-visible{animation:watch-breathe 6s ease-in-out infinite}
}

/* Premium lead-capture section for paid traffic */
.register{
  isolation:isolate;
  background:
    radial-gradient(circle at 8% 18%,rgba(255,255,255,.82) 0 7%,transparent 7.2%),
    radial-gradient(circle at 92% 82%,rgba(var(--orange-rgb),.16) 0 15%,transparent 15.2%),
    linear-gradient(122deg,#fff8f2 0 46%,#f7dfd6 46% 100%)
}
.register:before{
  z-index:-1;
  right:-145px;
  top:-250px;
  width:620px;
  height:620px;
  border:1px solid rgba(var(--orange-rgb),.2);
  background:repeating-radial-gradient(circle,transparent 0 30px,rgba(var(--orange-rgb),.08) 31px 32px)
}
.register:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-120px;
  bottom:-180px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(var(--blue-rgb),.07)
}
.register-grid{gap:88px}
.register-copy{position:relative;padding:18px 0}
.register-copy:before{content:"";display:none}
.register-copy .eyebrow{display:block;margin-bottom:8px}
.register-copy h2{max-width:560px;font-size:48px;line-height:1.08}
.register-copy>p{max-width:550px;font-size:16px}
.contact-line{
  position:relative;
  margin-top:14px;
  padding:16px 18px 16px 58px;
  border:1px solid rgba(var(--blue-rgb),.1);
  border-radius:18px;
  background:rgba(255,255,255,.7);
  box-shadow:0 10px 28px rgba(var(--blue-rgb),.08);
  backdrop-filter:blur(10px)
}
.contact-line:before{
  content:"✓";
  position:absolute;
  left:17px;
  top:50%;
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  transform:translateY(-50%)
}
.contact-line b{font-size:12px;letter-spacing:.05em;text-transform:uppercase}
.contact-line a{font-size:28px;line-height:1.2}
.contact-line span{color:#47566f;font-size:14px;font-weight:700}
.admission-form{
  overflow:hidden;
  padding:38px;
  border:1px solid rgba(var(--blue-rgb),.1);
  border-radius:32px;
  background:rgba(255,255,255,.94);
  box-shadow:0 30px 80px rgba(32,54,89,.18),18px 18px 0 rgba(var(--orange-rgb),.13);
  backdrop-filter:blur(18px)
}
.admission-form:before,.admission-form:after{content:"";display:none}
.admission-form label{margin-bottom:16px;color:#273750;font-size:13px}
.admission-form input,.admission-form select,.admission-form textarea{
  min-height:52px;
  margin-top:7px;
  padding:14px 16px;
  border:1px solid #d8dee8;
  border-radius:13px;
  background:#f8fafc;
  transition:border-color .2s,box-shadow .2s,background .2s
}
.admission-form input:hover,.admission-form select:hover,.admission-form textarea:hover{border-color:#b6c2d4;background:#fff}
.admission-form input:focus,.admission-form select:focus,.admission-form textarea:focus{background:#fff;box-shadow:0 0 0 4px rgba(var(--orange-rgb),.11)}
.admission-form textarea{min-height:96px;resize:vertical}
.admission-form .btn.full{
  min-height:58px;
  margin-top:5px;
  border-radius:14px;
  font-size:15px;
  box-shadow:0 14px 28px rgba(var(--orange-rgb),.25)
}
.admission-form .btn.full:after{content:" →";margin-left:7px;font-size:18px}
.consent-field{margin-top:2px!important;color:#526079!important}

@media(max-width:900px){
  .register-grid{gap:48px}
  .register-copy{max-width:680px}
}
@media(max-width:600px){
  .register{padding-top:54px;padding-bottom:56px;background:linear-gradient(155deg,#fff9f5 0 44%,#f5ddd5 44% 100%)}
  .register-grid{gap:30px}
  .register-copy{padding:0}
  .register-copy h2{font-size:clamp(32px,9.5vw,39px)}
  .register-copy>p{font-size:15px}
  .contact-line{padding:14px 14px 14px 52px;border-radius:15px}
  .contact-line:before{left:14px;width:26px;height:26px}
  .contact-line a{font-size:24px}
  .contact-line span{font-size:13px}
  .admission-form{padding:24px 18px;border-radius:24px;box-shadow:0 22px 55px rgba(32,54,89,.16),9px 10px 0 rgba(var(--orange-rgb),.12)}
  .admission-form .form-row{grid-template-columns:1fr}
  .admission-form input,.admission-form select,.admission-form textarea{min-height:52px;border-radius:12px}
  .admission-form .btn.full{min-height:58px}
}

/* Keep the decorative gallery wave clear of the heading at editor/tablet widths. */
.gallery .section-title{position:relative;z-index:3}
@media(min-width:601px) and (max-width:900px){
  .gallery:before{top:-315px;height:320px}
}
@media(max-width:600px){
  .gallery:before{top:-265px;height:280px}
}

.school-facts{padding:28px 0;background:#eef3fb}
.school-facts-grid{display:grid;grid-template-columns:1.35fr .55fr 1fr 1.35fr;gap:0}
.school-facts-grid>div{padding:8px 22px;border-left:1px solid rgba(var(--blue-rgb),.14)}
.school-facts-grid>div:first-child{border-left:0}
.school-facts span,.school-facts strong{display:block}.school-facts span{margin-bottom:6px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.08em}.school-facts strong{font-size:14px;line-height:1.5}
.lead-modal[hidden]{display:none}.lead-modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px}
.lead-modal-backdrop{position:absolute;inset:0;background:rgba(5,18,42,.72);backdrop-filter:blur(8px)}
.lead-modal-card{position:relative;z-index:1;width:min(540px,100%);padding:42px;border:1px solid rgba(255,255,255,.55);border-radius:30px;background:#fff;text-align:center;box-shadow:0 35px 100px rgba(0,0,0,.3);animation:lead-modal-in .35s cubic-bezier(.2,.8,.2,1) both}
.lead-modal-icon{display:grid;width:68px;height:68px;margin:0 auto 18px;place-items:center;border-radius:50%;background:#eaf7ef;color:#16803b;font-size:31px;font-weight:900}
.lead-modal-card h2{margin:8px 0 12px;color:var(--blue);font-size:31px;line-height:1.15}.lead-modal-card p{margin:0 auto 24px;color:var(--muted);font-size:15px;line-height:1.7}
.lead-modal-actions{display:flex;justify-content:center;gap:10px}.lead-modal-close{position:absolute;right:15px;top:15px;display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:50%;background:#edf2f8;color:var(--blue);font-size:24px;cursor:pointer}
body.modal-open{overflow:hidden}@keyframes lead-modal-in{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:900px){.school-facts-grid{grid-template-columns:1fr 1fr;row-gap:20px}}
@media(max-width:600px){.school-facts{padding:24px 0}.school-facts-grid{grid-template-columns:1fr}.school-facts-grid>div{padding:13px 0;border-top:1px solid rgba(var(--blue-rgb),.13);border-left:0}.school-facts-grid>div:first-child{border-top:0}.lead-modal-card{padding:34px 20px 24px;border-radius:24px}.lead-modal-card h2{font-size:26px}.lead-modal-actions{flex-direction:column}.lead-modal-actions .btn{width:100%}}
