:root{
 --blue:#0153a6;--blue-2:#0a6bcf;--purple:#810381;--purple-2:#5c1fa5;--yellow:#ecb733;
 --ink:#172033;--muted:#657083;--line:#e8ecf3;--soft:#f7f9fc;--white:#fff;
 --shadow:0 10px 30px rgba(17,32,58,.08);--shadow-lg:0 20px 55px rgba(16,34,66,.13);
 --radius:18px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,"Plus Jakarta Sans","Noto Sans Devanagari",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 36px),var(--container));margin-inline:auto}.narrow{max-width:850px}.skip-link{position:fixed;top:8px;left:8px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.bn-asset{object-fit:contain}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:10px 17px;border:1px solid transparent;font-weight:800;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(1,83,166,.18)}.btn.primary:hover{background:#004786;box-shadow:0 10px 22px rgba(1,83,166,.24)}.btn.ghost{background:#fff;color:var(--blue);border-color:#bfd0e6}.btn.ghost:hover{border-color:var(--blue);background:#f6faff}.btn.light{background:#fff;color:#3f075d}.btn.dark{background:#2e1558;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#edf5ff;color:var(--blue);padding:6px 10px;font-size:11px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.eyebrow.plain{padding:0;background:transparent;color:var(--purple)}.eyebrow.light-eye{background:rgba(255,255,255,.12);color:#fff}.section{padding:68px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head>div{max-width:720px}.section-head h2{font-size:clamp(30px,3vw,40px);line-height:1.15;letter-spacing:-.8px;margin:6px 0}.section-head p{margin:0;color:var(--muted);font-size:15px}.section-head>a{color:var(--blue);font-size:13px;font-weight:850;white-space:nowrap}.section-head>a:hover{text-decoration:underline}.page-head{max-width:760px;margin-bottom:30px}.page-head h1{font-size:clamp(38px,5vw,56px);line-height:1.08;letter-spacing:-1.4px;margin:8px 0}.page-head p{color:var(--muted);font-size:17px;margin:0}
/* Topbar / navigation */
.topbar{height:30px;background:linear-gradient(90deg,#22075f,#620578 52%,#0a397d);color:#f7f5ff;font-size:11px}.topbar-inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:15px}.topbar-inner>div{display:flex;gap:18px}.topbar a{opacity:.92}.topbar a:hover{opacity:1;text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(232,236,243,.8);backdrop-filter:blur(12px);transition:box-shadow .2s ease}.site-header.scrolled{box-shadow:0 8px 25px rgba(20,35,60,.08)}.nav-wrap{height:76px;display:flex;align-items:center;gap:25px}.brand{display:inline-flex;align-items:center;gap:9px;min-width:max-content}.custom-logo-link{display:flex}.custom-logo{max-height:50px;width:auto}.brand-mark{font-size:46px;line-height:.8;font-weight:500;letter-spacing:-8px;color:var(--purple);transform:rotate(-2deg);margin-right:5px}.brand small{display:block;font-size:9px;color:#5c6280;line-height:1}.brand b{display:block;font-size:22px;line-height:1.1;color:var(--blue);letter-spacing:-.5px}.brand b span{color:#f0a900}.primary-nav{margin-left:auto}.nav-mobile-auth{display:none}.menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:20px}.menu>li{position:relative}.menu a{display:flex;align-items:center;min-height:42px;font-size:13px;font-weight:700;color:#30394d;transition:color .2s ease}.menu a:hover,.current-menu-item>a,.current_page_item>a{color:var(--blue)}.menu .sub-menu{display:none;position:absolute;top:100%;left:-15px;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:8px;box-shadow:var(--shadow);list-style:none}.menu li:hover>.sub-menu,.menu li:focus-within>.sub-menu{display:block}.menu .sub-menu a{padding:8px 10px;min-height:38px;border-radius:8px}.menu .sub-menu a:hover{background:var(--soft)}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:45px;height:45px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;cursor:pointer;transition:border-color .2s,transform .2s}.icon-btn:hover{border-color:#b8c8df;transform:translateY(-1px)}.nav-search-img{width:31px;height:31px}.menu-toggle{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:11px;display:none;place-items:center;padding:11px;cursor:pointer}.menu-toggle span{display:block;width:21px;height:2px;background:#243046;border-radius:5px;margin:2px}.primary-nav .sub-menu{list-style:none}.primary-nav .sub-menu a{font-size:12px;color:#596579}
/* Search modal */
.search-modal{position:fixed;inset:0;z-index:200;background:rgba(13,22,42,.55);backdrop-filter:blur(5px);display:none;align-items:flex-start;justify-content:center;padding:10vh 18px}.search-modal.open{display:flex}.search-panel{width:min(660px,100%);background:#fff;border-radius:22px;padding:32px;box-shadow:0 35px 90px rgba(0,0,0,.22);position:relative}.search-close{position:absolute;right:16px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:#f2f5fa;font-size:25px;color:#344056;cursor:pointer}.search-modal-icon{width:74px;height:74px;border-radius:19px;background:#f4f0fb;display:grid;place-items:center}.search-modal-img{width:58px;height:58px}.search-panel h2{font-size:30px;letter-spacing:-.7px;margin:13px 0 3px}.search-panel>p{color:var(--muted);margin:0 0 18px}.search-input-wrap{height:58px;border:1px solid #d8e0ec;border-radius:13px;display:flex;align-items:center;gap:10px;padding:8px 15px}.search-input-img{width:34px;height:34px}.search-input-wrap input{border:0;outline:0;flex:1;min-width:0;font-size:15px}.search-results{display:grid;gap:6px;margin-top:12px;max-height:390px;overflow:auto}.search-results>a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 13px;border:1px solid var(--line);border-radius:10px}.search-results>a:hover{background:#f7faff;border-color:#ccd9e9}.search-results strong{font-size:14px}.search-results span{font-size:11px;color:var(--muted)}.search-loading,.search-empty{padding:16px;color:var(--muted);text-align:center}
/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fff 70%,#f6f8fc 100%);padding:50px 0 72px}.hero-wave{position:absolute;left:0;right:0;bottom:-6px;opacity:.28;pointer-events:none}.hero-wave-img{width:850px;height:auto;margin-left:auto;filter:saturate(.9)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;position:relative;z-index:2}.hero-copy{padding:15px 0}.hero h1{font-size:clamp(46px,5.2vw,66px);line-height:1.03;letter-spacing:-2.6px;margin:14px 0 16px;max-width:720px}.hero h1 span{color:var(--purple)}.hero-copy>p{font-size:16px;color:var(--muted);max-width:650px;margin:0 0 23px}.hero-search{max-width:710px}.hero-search form{height:62px;display:flex;align-items:center;gap:9px;border:1px solid #d9e2ed;background:#fff;border-radius:14px;padding:7px 7px 7px 12px;box-shadow:0 10px 28px rgba(31,53,84,.08)}.search-asset{width:38px;height:38px;flex:0 0 auto}.hero-search input{min-width:0;flex:1;border:0;outline:0;font-size:14px;color:var(--ink)}.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.trust-pill{min-height:48px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:6px 10px;box-shadow:0 4px 12px rgba(31,46,75,.04)}.trust-pill:hover{border-color:#c8d6e8;transform:translateY(-1px)}.trust-logo,.trust-pill img{width:34px;height:34px;object-fit:contain}.trust-pill b{font-size:11px;color:#364056}.hero-visual{min-height:480px;display:grid;place-items:end center;position:relative;top:34px}.hero-img{position:relative;z-index:2;width:min(100%,650px);max-height:560px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 18px rgba(49,35,72,.14))}.hero-orb{position:absolute;border-radius:50%;z-index:0}.hero-orb-one{width:380px;height:380px;background:linear-gradient(145deg,#8d22c5,#4d1690);right:4%;top:3%;opacity:.95}.hero-orb-two{width:260px;height:260px;background:#f7bd20;left:6%;top:24%;opacity:.95}
/* Stats */
.stats{margin-top:-38px;position:relative;z-index:5}.stats-grid{background:linear-gradient(100deg,#23036d,#6a067e 46%,#0b327f);color:#fff;border-radius:18px;padding:16px 18px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 18px 35px rgba(42,21,104,.18)}.stat-card{display:flex;align-items:center;justify-content:center;gap:13px;min-height:86px;border-right:1px solid rgba(255,255,255,.18)}.stat-card:last-child{border-right:0}.stat-image{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:50%;padding:7px}.stat-card strong{display:block;font-size:29px;line-height:1.05}.stat-card span{font-size:11px;color:#e5e2f5}
/* University cards */
.universities-section{padding-top:78px}.university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.university-card{display:grid;grid-template-columns:90px 1fr;gap:15px;align-items:center;min-height:170px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .2s,box-shadow .2s,border-color .2s}.university-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cbd9e9}.university-logo-wrap{width:88px;height:88px;border-radius:20px;background:#f8fafc;display:grid;place-items:center;border:1px solid #edf0f5}.university-logo,.university-logo-wrap>img{width:78px;height:78px;object-fit:contain}.uni-code{font-size:10px;font-weight:900;color:var(--purple);text-transform:uppercase;letter-spacing:.04em}.university-card h3{font-size:17px;line-height:1.25;margin:4px 0}.university-card p{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 7px}.card-action{font-size:12px;font-weight:850;color:var(--blue)}
/* Program cards */
.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.program-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;min-height:210px;transition:transform .2s,box-shadow .2s,border-color .2s}.program-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ccd9e9}.program-image-wrap{width:82px;height:82px;border-radius:20px;background:#f7f4fc;display:grid;place-items:center;margin-bottom:14px}.program-image{width:72px;height:72px}.program-card h3{font-size:19px;margin:0 0 3px;line-height:1.25}.program-card p{font-size:13px;color:var(--muted);margin:0 0 12px}.program-card span{font-size:12px;font-weight:850;color:var(--blue)}
/* Resource category cards */
.resource-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.resource-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:19px;min-height:250px;transition:transform .2s,box-shadow .2s,border-color .2s}.resource-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cdd8e8}.resource-image-box{width:88px;height:88px;border-radius:20px;background:#f5f1fb;display:grid;place-items:center;border:1px solid #eee7f7}.resource-card:nth-child(3n+2) .resource-image-box{background:#edf6ff;border-color:#e0eefc}.resource-card:nth-child(3n) .resource-image-box{background:#fff8e8;border-color:#faedc9}.resource-image{width:78px;height:78px}.resource-card h3{font-size:18px;line-height:1.25;margin:15px 0 5px}.resource-card p{font-size:12.5px;color:var(--muted);line-height:1.5;margin:0 0 11px}.resource-card>span{font-size:12px;font-weight:850;color:var(--blue)}
/* Faculty */
.faculty-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.faculty-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;text-align:center;min-height:255px;transition:transform .2s,box-shadow .2s,border-color .2s}.faculty-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cbd8e8}.faculty-image-wrap{width:100px;height:100px;border-radius:22px;display:grid;place-items:center;margin:0 auto 12px;background:#f7f9fc}.faculty-image{width:90px;height:90px}.faculty-card h3{margin:5px 0 4px;font-size:18px}.faculty-card p{font-size:12px;color:var(--muted);line-height:1.45;min-height:35px;margin:0 0 10px}.faculty-card span{font-size:12px;color:var(--blue);font-weight:850}
/* Latest cards */
.latest-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.latest-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:17px;min-height:270px;transition:transform .2s,box-shadow .2s}.latest-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.latest-icon{width:60px;height:60px;display:grid;place-items:center;background:#f8f5fc;border-radius:15px;margin-bottom:10px}.latest-icon-img{width:54px;height:54px}.tag{display:inline-flex;background:#f1edfb;color:#671382;font-size:10px;font-weight:850;border-radius:999px;padding:4px 8px}.latest-card h3{font-size:16px;line-height:1.35;margin:10px 0 7px}.latest-card h3 a:hover{color:var(--blue)}.latest-card p{font-size:12.5px;color:var(--muted);line-height:1.5}.text-link{font-size:12px;color:var(--blue);font-weight:850}.empty-state{grid-column:1/-1;border:1px dashed #cbd5e3;background:#fbfcfe;border-radius:18px;padding:28px;text-align:center;color:var(--muted)}.empty-state>div{display:grid;place-items:center}.empty-state strong{display:block;font-size:18px;color:var(--ink);margin-top:8px}.empty-state p{max-width:610px;margin:5px auto 0}.empty-illustration{width:120px;height:120px;margin:auto}
/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-card>a>img,.blog-fallback{width:100%;height:175px;object-fit:cover}.blog-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#f7f3fb,#eef6ff);overflow:hidden}.blog-fallback-img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.blog-card-body{padding:17px}.blog-card h3{font-size:17px;line-height:1.38;margin:9px 0}.blog-card h3 a:hover{color:var(--blue)}.blog-card p{font-size:12.5px;color:var(--muted);margin:0 0 10px}.blog-card small{color:#7d8797;font-size:11px}
/* Why */
.why{padding-top:56px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.why-card{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}.why-image-wrap{width:66px;height:66px;border-radius:16px;background:#f7f3fb;display:grid;place-items:center}.why-image{width:58px;height:58px}.why-card h3{font-size:15px;margin:11px 0 4px}.why-card p{font-size:12px;color:var(--muted);margin:0;line-height:1.5}
/* Device band */
.study-anywhere{background:linear-gradient(135deg,#f6faff,#f8f2fb);border-block:1px solid #edf0f5}.study-anywhere-grid{min-height:330px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:30px;padding-block:30px}.study-anywhere-copy h2{font-size:clamp(30px,4vw,44px);line-height:1.12;margin:8px 0 10px;letter-spacing:-1px}.study-anywhere-copy p{color:var(--muted);max-width:650px}.study-anywhere-art{height:280px;display:grid;place-items:center}.app-illustration-img{height:280px;width:auto;filter:drop-shadow(0 14px 18px rgba(63,35,100,.15))}
/* CTA */
.cta-section{padding:50px 0 60px}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.cta-card{min-height:245px;border-radius:22px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:15px;overflow:hidden}.cta-card.purple{background:linear-gradient(135deg,#35055b,#740482);color:#fff}.cta-card.gold{background:linear-gradient(135deg,#f7b319,#ffd65d);color:#322013}.cta-card>div:first-child{max-width:66%;position:relative;z-index:2}.cta-card h2{font-size:28px;line-height:1.12;margin:5px 0 8px}.cta-card p{font-size:13px;margin:0 0 16px;opacity:.92}.cta-art{width:34%;align-self:stretch;display:grid;place-items:center}.cta-art-img{max-height:180px;width:100%;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(30,12,55,.12))}
/* Footer */
.site-footer{background:linear-gradient(105deg,#130650,#1d0968 55%,#08265e);color:#ece9ff;padding:50px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px}.footer-brand b{color:#fff}.footer-grid h3{font-size:14px;color:#fff;margin:0 0 14px}.footer-grid p{font-size:13px;color:#c8c6df;max-width:285px}.footer-grid div>a,.footer-grid div>span{display:block;font-size:12px;color:#c9c5df;margin:7px 0}.footer-grid a:hover{color:#fff}.footer-about{position:relative}.footer-art{width:118px;height:88px;margin-top:12px;opacity:.9}.footer-art-img{width:100%;height:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:35px;padding:16px 0;display:flex;justify-content:space-between;font-size:11px;color:#aaa5ca}.back-top{position:fixed;right:18px;bottom:18px;width:44px;height:44px;border:0;border-radius:50%;background:var(--blue);color:#fff;display:none;z-index:80;cursor:pointer}.back-top.show{display:block}
/* Breadcrumb/archive/single */
.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#7a8495;margin-bottom:18px}.breadcrumbs a{color:var(--blue)}.archive-grid{display:grid;gap:14px}.archive-card{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;transition:transform .2s,box-shadow .2s}.archive-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.archive-media{width:160px;height:125px;border-radius:14px;background:#f8f9fc;display:grid;place-items:center;overflow:hidden}.archive-media>img{width:100%;height:100%;object-fit:contain;padding:8px}.archive-card h2{font-size:21px;line-height:1.25;margin:6px 0}.archive-card p{font-size:13px;color:var(--muted);margin:0 0 8px}.navigation.pagination{margin-top:28px}.nav-links{display:flex;gap:7px;flex-wrap:wrap}.page-numbers{min-width:42px;height:42px;padding:0 12px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px}.page-numbers.current{background:var(--blue);color:#fff;border-color:var(--blue)}.single-meta{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:12px}.single-content>h1{font-size:clamp(38px,5vw,56px);line-height:1.08;letter-spacing:-1.6px;margin:12px 0 24px}.single-featured{width:100%;max-height:560px;object-fit:cover;border-radius:20px;margin-bottom:26px}.single-visual-fallback{height:260px;border-radius:20px;background:linear-gradient(135deg,#f8f3fb,#eef6ff);display:grid;place-items:center;margin-bottom:26px}.single-fallback-img{height:220px;width:220px}.entry-content{font-size:17px}.entry-content h2{font-size:30px;margin-top:42px}.entry-content h3{font-size:23px;margin-top:30px}.entry-content a{color:var(--blue);text-decoration:underline}.entry-content img{border-radius:14px}
/* Forms/auth */
.form-page{padding-top:42px}.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:stretch}.form-visual{border-radius:24px;background:linear-gradient(145deg,#f8f2fb,#edf6ff);padding:36px;display:flex;flex-direction:column;overflow:hidden}.form-visual h1{font-size:clamp(38px,4vw,50px);line-height:1.08;margin:8px 0}.form-visual p{color:var(--muted);margin-top:0}.form-illustration{width:100%;height:280px;object-fit:contain;margin-top:auto}.form-shell,.auth-card,.content-card{border:1px solid var(--line);border-radius:22px;padding:32px;background:#fff;box-shadow:var(--shadow)}.bn-form label,.auth-card label{display:grid;gap:6px;font-weight:750;font-size:13px;margin-bottom:15px}.bn-form input,.bn-form textarea,.auth-card input{width:100%;border:1px solid #d8dfeb;border-radius:10px;padding:12px 13px;outline:0;background:#fff}.bn-form input:focus,.bn-form textarea:focus,.auth-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(1,83,166,.1)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.notice-success,.notice-info{padding:13px 15px;border-radius:10px;margin:15px 0;font-size:13px}.notice-success{background:#eaf9f1;color:#17603a}.notice-info{background:#eef5ff;color:#1c4e86}.auth-section{padding:62px 0}.auth-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}.auth-art{min-height:570px;border-radius:24px;background:linear-gradient(135deg,#4c0877,#122c73);color:#fff;padding:30px 34px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.auth-art-register{background:linear-gradient(135deg,#123d80,#720a7d)}.auth-illustration{width:100%;height:340px;object-fit:contain;margin:auto auto 20px;filter:drop-shadow(0 14px 15px rgba(0,0,0,.15))}.auth-art h2{font-size:31px;margin:8px 0 4px}.auth-art p{margin:0;color:#dddaf1}.auth-card{align-self:center}.auth-heading{display:flex;align-items:center;gap:14px;margin-bottom:22px}.auth-heading h1{font-size:36px;line-height:1.1;margin:0}.auth-heading p{margin:3px 0 0;color:var(--muted);font-size:13px}.auth-mini-icon{width:72px;height:72px}.login-remember{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important}.login-remember input{width:auto!important}.login-submit input{background:var(--blue)!important;color:#fff;border:0!important;font-weight:800;cursor:pointer}.not-found-card{text-align:center;border:1px solid var(--line);border-radius:24px;padding:36px;background:linear-gradient(180deg,#fff,#fafcff)}.not-found-img{width:210px;height:170px;margin:auto}.not-found-card h1{font-size:92px;line-height:.95;margin:8px 0;color:#d5ddeb}.not-found-card p{color:var(--muted);max-width:570px;margin:0 auto}.not-found-card .hero-actions{justify-content:center}
/* Accessibility / reveal */
:focus-visible{outline:3px solid rgba(1,83,166,.35);outline-offset:3px}.reveal{opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease}.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:1100px){.menu-toggle{display:grid}.primary-nav{position:absolute;left:18px;right:18px;top:106px;margin-left:0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);padding:16px;display:none}.primary-nav.open{display:block}.primary-nav .menu{display:grid;gap:0}.primary-nav .menu a{display:block;padding:10px;min-height:44px}.primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;padding:0 0 0 12px}.nav-mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.hero-grid{grid-template-columns:1fr .9fr}.hero-visual{min-height:430px}.university-grid{grid-template-columns:repeat(2,1fr)}.resource-grid{grid-template-columns:repeat(3,1fr)}.program-grid{grid-template-columns:repeat(3,1fr)}.faculty-grid{grid-template-columns:repeat(3,1fr)}.latest-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(calc(100% - 26px),var(--container))}.topbar-inner{justify-content:center}.topbar-inner>div{display:none}.nav-wrap{height:66px}.site-header .brand b{font-size:19px}.brand-mark{font-size:39px}.hide-sm{display:none}.primary-nav{top:97px}.hero{padding:36px 0 56px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(39px,11vw,52px);letter-spacing:-1.8px}.hero-copy>p{font-size:15px}.hero-visual{min-height:335px;top:32px}.hero-img{max-height:365px}.hero-orb-one{width:270px;height:270px}.hero-orb-two{width:180px;height:180px}.hero-search form{height:60px}.hero-search .btn{padding-inline:13px}.trust-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;scrollbar-width:none}.trust-pill{min-width:max-content}.stats{margin-top:-24px}.stats-grid{grid-template-columns:1fr 1fr;padding:10px;gap:8px}.stat-card{justify-content:flex-start;border:0;background:rgba(255,255,255,.06);padding:11px;border-radius:12px;min-height:78px}.stat-image{width:52px;height:52px}.stat-card strong{font-size:22px}.section{padding:48px 0}.universities-section{padding-top:60px}.section-head{align-items:flex-start}.section-head h2{font-size:30px}.section-head p{font-size:13px}.university-grid{grid-template-columns:1fr}.university-card{grid-template-columns:80px 1fr;min-height:145px;padding:16px}.university-logo-wrap{width:78px;height:78px}.university-logo,.university-logo-wrap>img{width:68px;height:68px}.program-grid{grid-template-columns:1fr 1fr;gap:10px}.program-card{padding:15px;min-height:195px}.program-image-wrap{width:72px;height:72px}.program-image{width:64px;height:64px}.program-card h3{font-size:16px}.resource-grid{grid-template-columns:1fr 1fr;gap:10px}.resource-card{padding:15px;min-height:230px}.resource-image-box{width:74px;height:74px}.resource-image{width:66px;height:66px}.resource-card h3{font-size:16px}.resource-card p{font-size:11.5px}.faculty-grid{grid-template-columns:1fr 1fr;gap:10px}.faculty-card{padding:16px;min-height:235px}.faculty-image-wrap{width:82px;height:82px}.faculty-image{width:74px;height:74px}.faculty-card p{font-size:11px}.latest-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.latest-card{min-width:78vw;scroll-snap-align:start}.blog-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr 1fr}.study-anywhere-grid{grid-template-columns:1fr;padding-block:36px}.study-anywhere-art{height:240px;order:-1}.app-illustration-img{height:235px}.cta-grid{grid-template-columns:1fr}.cta-card{min-height:220px;padding:23px}.cta-card h2{font-size:24px}.cta-art{width:38%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}.archive-card{grid-template-columns:100px 1fr}.archive-media{width:100px;height:100px}.archive-card h2{font-size:18px}.form-layout{grid-template-columns:1fr}.form-visual{padding:25px}.form-illustration{height:230px}.form-grid{grid-template-columns:1fr}.auth-grid{grid-template-columns:1fr}.auth-art{min-height:410px}.auth-illustration{height:260px}.search-panel{padding:25px 18px}.section-head>a{font-size:11px}.entry-content{font-size:16px}.single-visual-fallback{height:220px}.single-fallback-img{height:180px;width:180px}}
@media(max-width:440px){.container{width:min(calc(100% - 20px),var(--container))}.program-grid,.resource-grid,.why-grid{grid-template-columns:1fr 1fr}.program-card,.resource-card{border-radius:15px}.resource-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.faculty-grid{grid-template-columns:1fr 1fr}.faculty-card{min-height:220px}.faculty-card p{display:none}.cta-card>div:first-child{max-width:67%}.cta-art{width:33%}.cta-art-img{max-height:140px}.footer-grid{grid-template-columns:1fr 1fr}.topbar{font-size:10px}.hero-search .search-asset{width:31px;height:31px}.hero-search input{font-size:12px}.hero-search .btn{font-size:12px}.auth-card,.form-shell{padding:22px}}
/* Resource-type pages / subjects / blog / about / contact */
.resource-page-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f7f9fc);padding:28px 32px;margin-bottom:28px}.resource-page-hero>div:first-child{max-width:760px}.resource-page-hero h1{font-size:clamp(38px,5vw,56px);line-height:1.08;letter-spacing:-1.4px;margin:7px 0}.resource-page-hero p{color:var(--muted);margin:0}.resource-page-icon{width:140px;height:140px;border-radius:28px;background:#f6f2fb;display:grid;place-items:center;flex:0 0 auto}.resource-page-icon-img{width:120px;height:120px}.material-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.material-list-card{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center;border:1px solid var(--line);border-radius:17px;padding:16px;background:#fff;transition:transform .2s,box-shadow .2s}.material-list-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.material-list-icon{width:92px;height:92px;border-radius:18px;background:#f8f5fc;display:grid;place-items:center}.material-list-icon-img{width:82px;height:82px}.material-list-card h2{font-size:18px;line-height:1.3;margin:6px 0}.material-list-card p{font-size:12.5px;color:var(--muted);margin:0 0 7px}.subject-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.subject-card{display:grid;grid-template-columns:84px 1fr;gap:15px;align-items:center;border:1px solid var(--line);border-radius:17px;background:#fff;padding:16px;transition:transform .2s,box-shadow .2s}.subject-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.subject-card-img{width:78px;height:78px}.subject-card h2{font-size:18px;margin:0 0 3px}.subject-card p{font-size:12px;color:var(--muted);margin:0 0 5px}.subject-card span{font-size:12px;font-weight:850;color:var(--blue)}.blog-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-page-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.blog-page-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-page-media{height:210px;background:linear-gradient(135deg,#f7f3fb,#eef6ff);display:grid;place-items:center;overflow:hidden}.blog-page-media>img{width:100%;height:100%;object-fit:cover}.blog-page-fallback{object-fit:contain!important;object-position:center bottom!important}.blog-page-card>div{padding:18px}.blog-page-card h2{font-size:20px;line-height:1.35;margin:9px 0}.blog-page-card p{font-size:13px;color:var(--muted)}.blog-page-card small{display:block;color:#7b8597;font-size:11px;margin-bottom:10px}.about-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;padding:28px 32px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f8f4fb);overflow:hidden}.about-hero h1{font-size:clamp(42px,5vw,60px);line-height:1.05;letter-spacing:-1.8px;margin:10px 0}.about-hero p{font-size:16px;color:var(--muted)}.about-hero-img{width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(40,24,70,.12))}.about-content{margin-top:24px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:24px}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f7f9fc);padding:30px;overflow:hidden;margin-bottom:24px}.contact-copy h1{font-size:clamp(42px,5vw,58px);line-height:1.06;letter-spacing:-1.5px;margin:8px 0}.contact-copy>p{color:var(--muted);font-size:15px}.contact-method{display:grid;gap:1px;margin:15px 0}.contact-method strong{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.contact-method a{font-size:17px;font-weight:800;color:var(--blue)}.contact-art{display:grid;place-items:center}.contact-art-img{width:100%;max-height:370px;object-fit:contain}.report-card{text-align:center}.report-icon{display:grid;place-items:center}.report-card h1{font-size:44px;margin:10px 0}.report-card>p{color:var(--muted);max-width:620px;margin:8px auto 16px}
@media(max-width:900px){.material-list-grid{grid-template-columns:1fr}.subject-grid{grid-template-columns:repeat(2,1fr)}.blog-page-grid{grid-template-columns:repeat(2,1fr)}.about-hero,.contact-grid{grid-template-columns:1fr}.about-hero>div:last-child,.contact-art{order:-1}.about-hero-img,.contact-art-img{max-height:310px}.about-values{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.resource-page-hero{padding:20px;align-items:flex-start}.resource-page-icon{width:90px;height:90px;border-radius:20px}.resource-page-icon-img{width:78px;height:78px}.resource-page-hero h1{font-size:38px}.material-list-card{grid-template-columns:78px 1fr}.material-list-icon{width:78px;height:78px}.material-list-icon-img{width:68px;height:68px}.subject-grid,.blog-page-grid,.about-values{grid-template-columns:1fr}.blog-page-media{height:190px}.about-hero,.contact-grid{padding:22px}.about-hero h1,.contact-copy h1{font-size:39px}}
.about-mini-students{display:flex;justify-content:center;margin:-18px 0 10px}.about-mini-img{width:150px;height:110px;object-fit:contain}

/* v4.2 functional academic UI */
.bn-form select,.auth-card select{width:100%;border:1px solid #d8dfeb;border-radius:10px;padding:12px 13px;outline:0;background:#fff;color:var(--ink);min-height:46px}.bn-form select:focus,.auth-card select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(1,83,166,.1)}.bn-form small{display:block;color:var(--muted);font-weight:500;margin-top:5px}.notice-error{padding:13px 15px;border-radius:10px;margin:15px 0;font-size:13px;background:#fff0f0;color:#9f1f1f;border:1px solid #ffd2d2}.bn-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.footer-muted{display:block;color:#9da6b7;font-size:13px;padding:3px 0}.contact-form-card{margin-top:24px}.contact-form-card h2{font-size:28px;margin:0 0 4px}.contact-form-card>p{color:var(--muted);font-size:13px;margin:0 0 18px}.report-form{text-align:left;max-width:650px;margin:25px auto 0}.report-form .btn{width:max-content}.academic-single{padding-top:42px}.academic-hero{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f7f9fc);padding:28px 32px;margin-bottom:24px}.academic-logo-box{width:160px;height:160px;border-radius:24px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;padding:15px;box-shadow:0 8px 24px rgba(25,43,74,.06)}.academic-logo{width:130px;height:130px;object-fit:contain}.academic-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-1.5px;margin:8px 0}.academic-hero p{color:var(--muted);max-width:720px;margin:0}.academic-kpis,.academic-meta-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.academic-kpis span,.academic-meta-pills span,.academic-meta-pills a{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 11px;font-size:12px;color:#4a566c}.academic-kpis strong{color:var(--blue);font-size:16px;margin-right:4px}.academic-meta-pills a{color:var(--blue);font-weight:750}.section-head.compact{margin-top:34px;margin-bottom:16px}.section-head.compact h2{font-size:28px}.chip-row{display:flex;gap:9px;flex-wrap:wrap}.academic-chip{display:inline-flex;align-items:center;min-height:42px;border:1px solid #d6dfeb;background:#fff;border-radius:999px;padding:8px 14px;color:var(--blue);font-size:13px;font-weight:800}.academic-chip:hover{background:#f3f8ff;border-color:#aac3e2}.resource-context{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 24px}.resource-context>a{display:grid;gap:2px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe;padding:11px 13px;transition:border-color .2s,transform .2s}.resource-context>a:hover{border-color:#bfd0e6;transform:translateY(-1px)}.resource-context strong{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#7c8799}.resource-context span{font-size:13px;font-weight:750;color:#263248}.resource-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 24px}.academic-program-grid .empty-state{grid-column:1/-1}
@media(max-width:760px){.academic-hero{grid-template-columns:95px 1fr;padding:20px;gap:16px}.academic-logo-box{width:92px;height:92px;border-radius:18px;padding:8px}.academic-logo{width:76px;height:76px}.academic-hero h1{font-size:35px}.resource-context{grid-template-columns:1fr}.report-form .btn{width:100%}}

/* v4.5 usability + WCAG 2.2 AA audit fixes */
:root{
 --fs-xs:12px;--fs-sm:14px;--fs-base:16px;--fs-lg:18px;--fs-xl:22px;--fs-2xl:30px;--fs-3xl:40px;--fs-display:56px;
 --radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--radius-pill:999px;
 --text-strong:#172033;--text-muted:#596579;--text-link:#0153a6;--text-purple:#6b1b7b;
 --surface:#fff;--surface-soft:#f7f9fc;--surface-purple:#4d0b68;--surface-footer:#17095a;--surface-gold:#f4c247;
 --text-on-dark:#fff;--text-on-dark-muted:#d8d5e8;--text-on-gold:#2b1d0e;--brand-gold:#8a5a00;
}
/* Consistent homepage type scale */
body{font-size:var(--fs-base);color:var(--text-strong)}
.topbar,.topbar a,.brand small,.eyebrow,.trust-pill b,.stat-card span,.tag,.footer-bottom{font-size:var(--fs-xs)}
.btn,.menu a,.section-head>a,.program-card p,.program-card span,.resource-card p,.resource-card>span,.faculty-card p,.faculty-card span,.latest-card p,.blog-card p,.why-card p,.footer-grid p,.footer-grid div>a,.footer-grid div>span{font-size:var(--fs-sm)}
.hero-copy>p,.section-head p,.study-anywhere-copy p{font-size:var(--fs-base)}
.university-card h3,.program-card h3,.resource-card h3,.faculty-card h3,.latest-card h3,.blog-card h3,.why-card h3{font-size:var(--fs-lg)}
.brand b{font-size:var(--fs-xl)}
.stat-card strong{font-size:var(--fs-2xl)}
.section-head h2,.study-anywhere-copy h2{font-size:clamp(var(--fs-2xl),3vw,var(--fs-3xl))}
.hero h1{font-size:clamp(var(--fs-3xl),5vw,var(--fs-display))}
.hero-eyebrow{text-transform:none;letter-spacing:0}
/* Explicit accessible surfaces remove gradient/overlap contrast ambiguity. */
.topbar{height:32px;background:var(--surface-purple);color:var(--text-on-dark);font-size:var(--fs-xs)}
.topbar-inner{height:32px}.topbar a{color:var(--text-on-dark);opacity:1}
.site-header{background:var(--surface);backdrop-filter:none}
.brand small{color:#4f5870}.brand b{color:var(--text-link)}.brand b span{color:var(--brand-gold)}
.menu a{color:#30394d}.menu a:hover,.current-menu-item>a,.current_page_item>a{color:var(--text-link)}
.hero{background:var(--surface)}.hero-copy{background:var(--surface);position:relative;z-index:3}
.hero h1{color:var(--text-strong)}.hero h1 span{color:var(--text-purple)}.hero-copy>p{color:var(--text-muted)}
.eyebrow{color:var(--text-link)}.eyebrow.plain{color:var(--text-purple)}
.section-head p,.program-card p,.resource-card p,.faculty-card p,.latest-card p,.blog-card p,.why-card p,.empty-state,.study-anywhere-copy p{color:var(--text-muted)}
.section-head>a,.program-card span,.resource-card>span,.faculty-card span,.text-link{color:var(--text-link)}
.stats-grid{background:var(--surface-purple);color:var(--text-on-dark)}
.stat-card{background:#5e2179}.stat-card strong{color:var(--text-on-dark)}.stat-card span{color:var(--text-on-dark-muted)}
.study-anywhere{background:var(--surface-soft)}
.study-anywhere-copy{background:var(--surface-soft)}
.study-anywhere-copy h2{color:var(--text-strong)}
.cta-card.purple{background:var(--surface-purple);color:var(--text-on-dark)}
.cta-card.purple h2,.cta-card.purple span,.cta-card.purple p{color:var(--text-on-dark)}
.cta-card.gold{background:var(--surface-gold);color:var(--text-on-gold)}
.cta-card.gold h2,.cta-card.gold span,.cta-card.gold p{color:var(--text-on-gold)}
.site-footer{background:var(--surface-footer);color:var(--text-on-dark)}
.footer-brand small{color:var(--text-on-dark-muted)}.footer-brand b{color:var(--text-on-dark)}.footer-brand b span{color:#ffd166}
.footer-grid h3{color:var(--text-on-dark)}.footer-grid p,.footer-grid div>a,.footer-grid div>span,.footer-bottom{color:var(--text-on-dark-muted)}
.footer-grid a:hover{color:var(--text-on-dark)}
/* Consistent radius scale: 10 / 14 / 18 / 22 / pill. */
.skip-link,.btn,.menu .sub-menu a,.icon-btn,.menu-toggle,.search-results>a,.trust-pill,.bn-form input,.bn-form textarea,.auth-card input{border-radius:var(--radius-sm)}
.menu .sub-menu,.search-input-wrap,.hero-search form,.archive-media,.entry-content img{border-radius:var(--radius-md)}
.stats-grid,.university-card,.university-logo-wrap,.program-card,.program-image-wrap,.resource-card,.resource-image-box,.faculty-card,.latest-card,.latest-icon,.empty-state,.blog-card,.why-card,.why-image-wrap{border-radius:var(--radius-lg)}
.search-panel,.search-modal-icon,.faculty-image-wrap,.cta-card{border-radius:var(--radius-xl)}
.eyebrow,.tag,.search-close,.hero-orb,.stat-image,.back-top{border-radius:var(--radius-pill)}
/* Empty states are static, not drop zones. */
.empty-state{border-style:solid;border-color:#d8e0ea;background:var(--surface-soft)}
/* Keep secondary section actions close to their headings instead of at the viewport edge. */
.section-head{justify-content:flex-start}.section-head>a{margin-left:0;align-self:flex-end}
/* When only one public statistic exists, render it as a compact supporting badge. */
.stats--single{margin-top:-26px}.stats--single .stats-grid{width:max-content;max-width:100%;grid-template-columns:1fr;padding:8px 10px;border-radius:var(--radius-lg)}
.stats--single .stat-card{min-height:64px;padding:8px 14px;border:0;background:#5e2179}
.stats--single .stat-image{width:46px;height:46px}
/* Clear keyboard focus on all interactive controls. */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #f0b429;outline-offset:3px}
@media(max-width:760px){
 .topbar{font-size:var(--fs-xs)}
 .section-head{gap:10px;flex-direction:column}.section-head>a{align-self:flex-start;font-size:var(--fs-sm)}
 .brand small{font-size:var(--fs-xs)}.site-header .brand b{font-size:var(--fs-xl)}
 .program-card h3,.resource-card h3{font-size:var(--fs-lg)}
 .resource-card p,.faculty-card p{font-size:var(--fs-sm)}
}
/* Complete the homepage token normalization for small labels and metadata. */
.search-input-wrap input,.hero-search input,.search-results strong,.card-action,.text-link,.footer-muted{font-size:var(--fs-sm)}
.search-results span,.uni-code,.blog-card small{font-size:var(--fs-xs)}
.empty-state strong{font-size:var(--fs-lg)}
.cta-card h2{font-size:var(--fs-2xl)}.cta-card p{font-size:var(--fs-sm)}
.skip-link,.search-close,.trust-pill b,.empty-state strong{color:var(--text-strong)}
.primary-nav .sub-menu a,.search-results span,.blog-card small{color:var(--text-muted)}
.uni-code,.tag{color:var(--text-purple)}.card-action{color:var(--text-link)}
.footer-muted{color:var(--text-on-dark-muted)}
