*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#10213f;background:#fff;line-height:1.62;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1220px,calc(100% - 40px));margin:auto}.skip{position:fixed;left:14px;top:-100px;background:#fff;color:#111;padding:10px 15px;z-index:9999;border-radius:10px}.skip:focus{top:14px}.icon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em}.topbar{background:#091c3f;color:#eaf0ff;font-size:12px}.topbar .shell{min-height:38px;display:flex;align-items:center;gap:20px}.topbar a{color:#fff}.top-spacer{flex:1}.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid #e9eef7;box-shadow:0 8px 30px rgba(11,33,75,.06)}.nav-shell{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:48px;height:48px;object-fit:cover;border-radius:14px;box-shadow:0 8px 22px rgba(102,87,232,.17)}.brand span{display:grid;line-height:1}.brand strong{font-size:21px;letter-spacing:.08em;color:var(--primary)}.brand small{font-size:11px;letter-spacing:.12em;color:#61708a;margin-top:5px;text-transform:uppercase}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:13px;font-weight:750}.desktop-nav>a,.nav-drop>button{padding:12px 10px;border:0;background:none;font:inherit;color:#263653;cursor:pointer;border-radius:11px}.desktop-nav>a:hover,.nav-drop>button:hover,.desktop-nav .is-active{background:#f2f5fb;color:var(--violet)}.nav-drop{position:relative}.drop-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,8px);min-width:230px;background:#fff;padding:10px;border:1px solid #e4eaf4;border-radius:17px;box-shadow:0 20px 60px rgba(9,27,62,.16);opacity:0;visibility:hidden;transition:.2s}.nav-drop:hover .drop-menu,.nav-drop:focus-within .drop-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.drop-menu a{display:block;padding:10px 12px;border-radius:10px;color:#263653}.drop-menu a:hover{background:#f1f5ff;color:var(--violet)}.drop-menu.mega{width:420px;display:grid;grid-template-columns:1fr 1fr}.desktop-nav .nav-cta{background:linear-gradient(135deg,var(--violet),#3f72f2);color:#fff;padding:12px 16px;box-shadow:0 10px 24px rgba(81,91,232,.22)}.desktop-nav .nav-cta:hover{color:#fff;background:linear-gradient(135deg,#584adf,#3168e6)}.mobile-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid #dfe6f2;border-radius:13px;background:white;color:var(--primary);font-size:22px}.mobile-menu{display:none;position:fixed;inset:0;background:rgba(7,22,50,.58);z-index:100}.mobile-menu.is-open{display:block}.mobile-panel{position:absolute;right:0;top:0;height:100%;width:min(420px,90%);overflow:auto;background:#fff;padding:72px 25px 30px;box-shadow:-18px 0 60px rgba(0,0,0,.18)}.mobile-panel>a,.mobile-sub a{display:block;padding:10px 4px;font-weight:760;border-bottom:1px solid #eef2f8}.mobile-label{font-size:10px;color:#8793a8;text-transform:uppercase;letter-spacing:.16em;margin-top:19px;font-weight:900}.mobile-sub{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.mobile-sub a{font-size:13px}.mobile-close{position:absolute;right:22px;top:20px;width:44px;height:44px;border:0;background:#f2f5fb;border-radius:14px;font-size:20px}.hero{height:clamp(610px,76vh,850px);min-height:610px;position:relative;color:#fff;overflow:hidden;background:#071a38}.hero-slides,.hero-slide,.hero-shade{position:absolute;inset:0}.hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.025);transition:opacity 1.7s ease,transform 8s ease}.hero-slide.is-active{opacity:1;transform:scale(1.075)}.hero-shade{background:linear-gradient(90deg,rgba(5,15,38,.82),rgba(5,15,38,.42) 54%,rgba(5,15,38,.12)),linear-gradient(0deg,rgba(5,15,38,.4),transparent 45%)}.hero-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2;padding-top:20px}.hero h1{margin:15px 0 20px;max-width:890px;font-size:clamp(42px,6.3vw,86px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}.hero p{max-width:720px;font-size:clamp(16px,1.6vw,21px);line-height:1.55;margin:0;color:#f2f5ff;text-shadow:0 2px 18px rgba(0,0,0,.22)}.eyebrow,.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--violet)}.eyebrow.light{color:#bceef6}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:31px;flex-wrap:wrap}.hero-link{font-weight:850;border-bottom:1px solid rgba(255,255,255,.55);padding:10px 0}.hero-progress{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.hero-progress button{width:30px;height:4px;border:0;border-radius:10px;background:rgba(255,255,255,.35);padding:0;cursor:pointer}.hero-progress button.is-active{background:var(--gold);width:54px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:13px;padding:13px 18px;font-weight:850;font-size:13px;cursor:pointer;transition:.2s;box-shadow:none}.btn:hover{transform:translateY(-1px)}.btn.primary{color:#fff;background:linear-gradient(135deg,var(--violet),#3978ee);box-shadow:0 10px 24px rgba(75,85,220,.17)}.btn.gold{background:linear-gradient(135deg,#ffd665,var(--gold));color:#2a2107;box-shadow:0 12px 30px rgba(244,185,66,.22)}.btn.ghost{border:1px solid #dce4f1;background:#fff}.btn.small{padding:10px 13px}.cms-section,.section{padding:88px 0;background:var(--section-bg,#fff);color:var(--section-color,#10213f)}.cms-section>.shell>.eyebrow{display:block;margin-bottom:24px}.cms-block{max-width:820px}.cms-block h2,.split h2{font-size:clamp(31px,4.5vw,58px);line-height:1.05;letter-spacing:-.042em;margin:9px 0 18px;text-wrap:balance}.cms-block p,.split-copy p{font-size:17px;color:color-mix(in srgb,currentColor 74%,transparent);white-space:normal}.grid.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid #e5eaf3;border-radius:23px;padding:28px;background:rgba(255,255,255,.92);color:#10213f;box-shadow:0 14px 45px rgba(25,47,91,.06);transition:.25s;min-height:290px}.card:nth-child(4n+1) .iconbox{background:#eeeaff;color:#624cd9}.card:nth-child(4n+2) .iconbox{background:#def9fc;color:#008da5}.card:nth-child(4n+3) .iconbox{background:#fff0cf;color:#b57400}.card:nth-child(4n) .iconbox{background:#e3f8e9;color:#1e8b49}.card:hover{transform:translateY(-5px);box-shadow:0 20px 54px rgba(25,47,91,.11)}.iconbox{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-size:25px;margin-bottom:24px}.card h3{font-size:22px;line-height:1.15;margin:8px 0 13px}.card p{color:#65728a;margin:0 0 18px}.text-link{color:var(--violet);font-weight:850;font-size:13px}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:65px;align-items:center}.split-media img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:30px;box-shadow:0 25px 70px rgba(18,40,85,.15)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:#fff;border:1px solid #e5eaf3;border-radius:21px;padding:28px;color:#10213f}.metric strong{display:block;font-size:38px;letter-spacing:-.04em;color:var(--violet)}.metric span{color:#6b778d;font-size:13px}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-card{border:1px solid #e3e9f3;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 38px rgba(20,45,90,.06)}.content-card img{width:100%;aspect-ratio:1.5/1;object-fit:cover}.content-card .body{padding:22px}.content-card h2{font-size:21px;line-height:1.15;margin:8px 0}.content-card p{color:#68758b}.toolbar{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:35px}.toolbar input,.toolbar select,.field input,.field select,.field textarea{width:100%;border:1px solid #dce4ef;border-radius:12px;padding:13px 14px;font:inherit;background:#fff;color:#10213f}.field textarea{min-height:145px;resize:vertical}.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:850;color:#56637a}.contact-grid,.enroll-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}.contact-panel{background:linear-gradient(150deg,#102a56,#4d46c7);color:#fff;border-radius:28px;padding:34px;min-height:100%}.contact-panel a{color:#fff}.form-card{border:1px solid #e2e8f2;border-radius:28px;padding:34px;background:#fff;box-shadow:0 16px 50px rgba(22,47,96,.07)}.form-card h2{font-size:30px;margin-top:0}.notice{background:#eafbf0;color:#18753b;border:1px solid #c9efd5;padding:14px 16px;border-radius:12px;margin-bottom:20px}.empty{text-align:center;padding:60px 20px;background:#f6f8fc;border-radius:25px}.article{max-width:880px}.article h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.05em;line-height:1}.lead{font-size:20px;color:#68758b}.article-body{font-size:17px;line-height:1.8}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:32px 0}.gallery img{border-radius:18px;aspect-ratio:1.25/1;object-fit:cover}.downloads{display:grid;gap:10px}.download{display:flex;justify-content:space-between;padding:14px 16px;border:1px solid #dfe6f0;border-radius:13px}.footer{background:#071a38;color:#cad4e5;padding:75px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:45px}.footer h3{color:#fff}.footer a:not(.btn){display:block;color:#d6deeb;margin:8px 0;font-size:13px}.footer p{font-size:13px}.footer-brand strong,.footer-brand small{color:#fff}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:15px;font-size:11px}.footer-bottom a{display:inline!important}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#20c96b;color:#fff;font-weight:900;box-shadow:0 12px 34px rgba(32,201,107,.35)}
@media(max-width:1080px){.desktop-nav{display:none}.mobile-toggle{display:grid;place-items:center}.nav-shell{height:74px}.grid.cards,.content-grid{grid-template-columns:repeat(2,1fr)}.metrics{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.hero{height:720px}}@media(max-width:760px){.shell{width:min(100% - 28px,1220px)}.topbar .shell{min-height:34px}.topbar .shell span:first-child{display:none}.topbar{font-size:11px}.brand img{width:43px;height:43px}.brand strong{font-size:19px}.hero{height:660px;min-height:600px}.hero-content{justify-content:flex-end;padding-bottom:110px}.hero-shade{background:linear-gradient(0deg,rgba(5,15,38,.87),rgba(5,15,38,.33) 65%,rgba(5,15,38,.12))}.hero h1{font-size:clamp(40px,12vw,64px);max-width:100%}.hero p{font-size:15px}.hero-actions{gap:14px;margin-top:23px}.cms-section,.section{padding:62px 0}.grid.cards,.content-grid,.split,.contact-grid,.enroll-grid{grid-template-columns:1fr}.split{gap:30px}.metrics{grid-template-columns:1fr 1fr}.toolbar{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.gallery{grid-template-columns:1fr}.card{min-height:0}}@media(max-width:480px){.shell{width:calc(100% - 22px)}.nav-shell{height:68px}.brand small{font-size:9px}.hero{height:620px;min-height:560px}.hero h1{font-size:40px}.hero-link{display:none}.btn{width:100%}.metrics{grid-template-columns:1fr}.metric{padding:22px}.metric strong{font-size:32px}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto!important}.form-card,.contact-panel{padding:24px;border-radius:21px}.mobile-panel{width:94%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.hero-slide{transform:none!important}}

/* =========================================================
   SAFI LANGUAGE CENTER · ULTIMATE RESPONSIVE LUXURY LAYER
   ========================================================= */
:root{--lux-shadow:0 28px 80px rgba(8,28,67,.12);--lux-line:rgba(20,48,95,.10);--lux-soft:#f5f7fc;--lux-dark:#071a38}
html{overflow-x:hidden}body{overflow-x:hidden;background:radial-gradient(circle at 85% 8%,rgba(102,87,232,.045),transparent 24%),#fff}.shell{width:min(1280px,calc(100% - clamp(24px,5vw,64px)))}.site-header{border-bottom-color:rgba(30,55,96,.08);box-shadow:0 10px 35px rgba(8,28,67,.045)}.nav-shell{height:clamp(72px,6vw,86px)}.brand img{width:50px;height:50px;border-radius:15px}.desktop-nav>a,.nav-drop>button{font-size:12px;letter-spacing:-.01em}.drop-menu{border:1px solid rgba(25,51,92,.09);box-shadow:0 28px 75px rgba(8,28,67,.16)}.drop-menu.mega{width:min(520px,80vw);grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.drop-menu.mega a{display:flex;align-items:center;gap:8px}.hero{height:clamp(650px,79vh,900px);min-height:650px}.hero-content{max-width:1120px}.hero h1{max-width:1020px;font-size:clamp(46px,6.2vw,92px);line-height:.96;letter-spacing:-.06em}.hero p{max-width:790px;font-size:clamp(16px,1.55vw,22px);line-height:1.58}.hero-shade{background:linear-gradient(90deg,rgba(4,14,35,.84),rgba(4,14,35,.46) 56%,rgba(4,14,35,.14)),linear-gradient(0deg,rgba(4,14,35,.44),transparent 48%)}.hero-actions .btn{min-width:160px}.btn{border-radius:14px;padding:13px 20px}.btn.primary{background:linear-gradient(135deg,var(--violet),#3978ee);box-shadow:0 14px 30px rgba(83,83,220,.2)}.btn.gold{box-shadow:0 14px 30px rgba(244,185,66,.2)}.cms-section,.section{padding:clamp(70px,7vw,110px) 0}.cms-block h2,.split h2,.section-head h2{font-size:clamp(34px,4.8vw,64px);letter-spacing:-.05em;line-height:1.01;text-wrap:balance}.cms-block p,.split-copy p,.section-head p{font-size:clamp(15px,1.35vw,18px);line-height:1.75}.grid.cards{gap:20px}.card{border-radius:27px;padding:31px;min-height:310px;border-color:rgba(20,49,92,.09);box-shadow:0 18px 55px rgba(25,47,91,.055)}.card:hover{transform:translateY(-7px);box-shadow:0 30px 70px rgba(25,47,91,.12)}.split{gap:clamp(34px,6vw,84px)}.split-media img{border-radius:34px;box-shadow:0 30px 80px rgba(18,40,85,.17)}.metrics{gap:16px}.metric{border-radius:24px;padding:31px}.metric strong{font-size:clamp(34px,4vw,48px)}.soft-section{background:linear-gradient(180deg,#f8faff,#f3f6fb)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px}.section-head>div{max-width:820px}.section-head h2{margin:8px 0 10px}.section-head p{margin:0;color:#6e7b90}.language-grid,.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.language-card,.program-card{overflow:hidden;border:1px solid rgba(18,45,86,.09);border-radius:28px;background:#fff;box-shadow:0 16px 50px rgba(16,40,82,.065);transition:.25s;min-width:0}.language-card:hover,.program-card:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(16,40,82,.12)}.language-image,.program-image{display:block;position:relative;overflow:hidden;background:var(--accent,#6657E8)}.language-image{aspect-ratio:1.42/1}.program-image{aspect-ratio:1.56/1}.language-image::after,.program-image::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,19,45,.42),transparent 58%)}.language-image img,.program-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.language-card:hover img,.program-card:hover img{transform:scale(1.045)}.language-flag{position:absolute;z-index:2;left:18px;bottom:15px;width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(9px);font-size:24px;box-shadow:0 10px 25px rgba(0,0,0,.12)}.language-body,.program-body{padding:25px}.language-body h3,.program-body h3{font-size:24px;line-height:1.1;margin:7px 0 12px;letter-spacing:-.035em}.language-body p,.program-body p{color:#6c798f;font-size:14px;line-height:1.65}.program-image>span{position:absolute;z-index:2;left:16px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(6,19,45,.74);backdrop-filter:blur(8px);color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.program-meta{display:flex;gap:8px;flex-wrap:wrap}.program-meta span,.detail-pills span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#eef3f8;color:#617087;font-size:10px;font-weight:800}.detail-pills{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.detail-pills.compact{margin:16px 0}.detail-pills.compact span{font-size:9px}.premium-split{align-items:center}.premium-media{position:relative;padding:14px}.premium-media::before{content:"";position:absolute;inset:0;border-radius:38px;background:linear-gradient(135deg,var(--accent,#6657E8),transparent 65%);opacity:.11;transform:rotate(-2.5deg)}.premium-media img{position:relative;z-index:1;aspect-ratio:1.1/1}.media-badge{position:absolute;z-index:2;left:35px;bottom:34px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);font-size:11px;font-weight:900;box-shadow:0 12px 28px rgba(7,26,56,.15)}.dark-cta{background:radial-gradient(circle at 85% 5%,rgba(102,87,232,.35),transparent 34%),linear-gradient(145deg,#071a38,#102e61 65%,#351b6b);color:#fff}.cta-shell{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-shell>div{max-width:820px}.cta-shell h2{font-size:clamp(34px,4.6vw,62px);line-height:1.02;letter-spacing:-.05em;margin:8px 0 16px}.cta-shell p{color:#ced9eb;font-size:16px;line-height:1.7}.program-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.55fr);gap:clamp(34px,6vw,80px);align-items:start}.program-main h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.05em;line-height:1;margin:8px 0 24px}.program-main .lead{font-size:18px;line-height:1.78;color:#536278}.detail-block{margin-top:40px}.detail-block h3{font-size:25px;margin-bottom:16px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-item{display:flex;gap:11px;align-items:flex-start;padding:16px;border:1px solid #e6ebf3;border-radius:16px;background:#fbfcff}.feature-item span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#eeeaff;color:#624cd9;font-weight:900;flex:0 0 auto}.feature-item p{margin:2px 0 0;color:#5f6d83;font-size:13px}.program-sidebar{position:sticky;top:115px;border:1px solid #e1e8f2;border-radius:28px;background:#fff;padding:18px;box-shadow:var(--lux-shadow)}.program-cover{aspect-ratio:1.25/1;border-radius:20px;overflow:hidden;background:var(--accent)}.program-cover img{width:100%;height:100%;object-fit:cover}.program-facts{display:grid;gap:0;margin-top:13px}.program-facts>div{display:flex;justify-content:space-between;gap:18px;padding:13px 5px;border-bottom:1px solid #edf1f6}.program-facts span{font-size:10px;color:#8591a4;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.program-facts strong{font-size:11px;text-align:right}.program-languages{padding:16px 5px}.program-languages>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#8591a4;margin-bottom:8px}.full-btn{width:100%;margin-top:8px}.empty-state{padding:34px;border:1px dashed #d9e1ed;border-radius:20px;background:#fafcff;color:#7f8b9c;text-align:center}.footer{background:radial-gradient(circle at 12% 0,rgba(102,87,232,.22),transparent 28%),#06142e}.whatsapp{box-shadow:0 14px 34px rgba(22,135,77,.32)}
@media(max-width:1180px){.language-grid,.program-grid{grid-template-columns:repeat(2,1fr)}.program-detail-grid{grid-template-columns:1fr minmax(310px,.55fr)}.desktop-nav{gap:1px}.desktop-nav>a,.nav-drop>button{padding-inline:8px}}
@media(max-width:980px){.desktop-nav{display:none}.mobile-toggle{display:grid;place-items:center}.topbar .shell{gap:12px}.hero{height:720px;min-height:620px}.program-detail-grid{grid-template-columns:1fr}.program-sidebar{position:static}.cta-shell{align-items:flex-start;flex-direction:column}.section-head{align-items:flex-start;flex-direction:column}.feature-grid{grid-template-columns:1fr}}
@media(max-width:760px){.shell{width:calc(100% - 28px)}.topbar{display:none}.site-header{top:0}.nav-shell{height:72px}.brand img{width:44px;height:44px}.brand strong{font-size:18px}.hero{height:690px;min-height:610px}.hero-content{justify-content:flex-end;padding-bottom:105px}.hero h1{font-size:clamp(42px,11vw,64px);line-height:.98}.hero p{font-size:15px}.hero-actions{width:100%;gap:10px}.hero-actions .btn{min-width:0;width:auto}.grid.cards,.content-grid,.language-grid,.program-grid,.split,.contact-grid,.enroll-grid{grid-template-columns:1fr}.cms-section,.section{padding:64px 0}.card{padding:24px;border-radius:22px}.split{gap:28px}.split-media img{border-radius:24px}.metrics{grid-template-columns:1fr 1fr}.program-body,.language-body{padding:21px}.cta-shell h2{font-size:42px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:520px){.shell{width:calc(100% - 22px)}.nav-shell{height:67px}.brand small{font-size:8px}.mobile-panel{width:96%;padding-inline:19px}.mobile-sub{grid-template-columns:1fr}.hero{height:640px;min-height:570px}.hero-content{padding-bottom:92px}.hero h1{font-size:40px}.hero p{font-size:14px;line-height:1.55}.hero-actions .btn{width:100%}.hero-link{display:none}.hero-progress{bottom:19px}.cms-block h2,.split h2,.section-head h2{font-size:36px}.metrics{grid-template-columns:1fr}.metric{padding:23px}.language-card,.program-card{border-radius:22px}.language-image{aspect-ratio:1.28/1}.program-image{aspect-ratio:1.4/1}.program-main h2{font-size:41px}.program-main .lead{font-size:16px}.program-sidebar{padding:14px;border-radius:22px}.cta-shell h2{font-size:38px}.cta-shell .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto!important}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}.whatsapp{width:52px;height:52px;right:14px;bottom:14px}}
@media(max-width:380px){.shell{width:calc(100% - 18px)}.brand span small{display:none}.hero{height:610px}.hero h1{font-size:36px}.mobile-panel{width:100%}.card{padding:20px}.language-body h3,.program-body h3{font-size:21px}.cms-block h2,.split h2,.section-head h2{font-size:33px}.form-card,.contact-panel{padding:20px}.toolbar{gap:8px}}
@media(min-width:1800px){.shell{width:min(1440px,calc(100% - 100px))}.hero h1{font-size:98px}.hero-content{max-width:1250px}}
@supports(container-type:inline-size){.content-card,.language-card,.program-card{container-type:inline-size}@container (max-width:320px){.language-body,.program-body{padding:18px}.language-body h3,.program-body h3{font-size:20px}}}
.reveal-ready{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal-ready.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}}
