.institution-page { --edu-navy:#0c294f; --edu-blue:#1764c0; --edu-pale:#eaf3ff; --edu-line:#dce5f0; --edu-muted:#63738a; }
.institution-page h1,.institution-page h2,.institution-page h3,.institution-page p { overflow-wrap:anywhere; }
.directory-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:30px; overflow:hidden; padding:clamp(30px,5vw,58px); border-radius:28px; color:#fff; background:linear-gradient(125deg,#081f3d,#11529c 70%,#2284dd); box-shadow:0 18px 45px rgba(16,45,85,.16); }
.directory-hero--compact { padding-block:38px; }
.directory-hero h1 { margin:7px 0 12px; font-size:clamp(2rem,5vw,3.3rem); line-height:1.08; }
.directory-hero p { max-width:750px; margin:0; color:#d7e9fb; line-height:1.7; }
.directory-eyebrow { display:inline-flex; align-items:center; gap:8px; color:#b9dbff; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.directory-eyebrow svg { width:18px; }
.directory-hero-icon { width:clamp(90px,12vw,145px); height:clamp(90px,12vw,145px); padding:27px; border:1px solid rgba(255,255,255,.18); border-radius:32px; background:rgba(255,255,255,.1); }
.directory-summary { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:22px; }
.directory-summary span,.directory-summary a { display:inline-flex; align-items:center; min-height:36px; padding:7px 12px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:#fff; background:rgba(255,255,255,.1); font-size:.8rem; text-decoration:none; }
.directory-summary strong { margin-right:5px; }
.directory-summary a:hover { background:rgba(255,255,255,.2); }
.directory-filters { display:flex; flex-wrap:wrap; gap:12px; align-items:end; margin:22px 0; padding:16px; border:1px solid var(--edu-line); border-radius:18px; background:#fff; box-shadow:0 7px 24px rgba(17,42,82,.05); }
.directory-filters label { display:grid; flex:1 1 180px; gap:6px; min-width:0; }
.directory-filters label>span { color:#52667f; font-size:.72rem; font-weight:800; text-transform:uppercase; }
.directory-filters input,.directory-filters select { width:100%; height:44px; padding:0 12px; border:1px solid #cbd8e7; border-radius:11px; color:#18314f; background:#fafdff; font:inherit; font-size:.84rem; }
.directory-input { position:relative; }
.directory-input svg { position:absolute; left:12px; top:13px; width:18px; color:#6d8199; }
.directory-input input { padding-left:39px; }
.directory-filters button,.directory-clear { display:inline-flex; align-items:center; justify-content:center; gap:7px; min-height:44px; padding:0 16px; border:0; border-radius:11px; color:#fff; background:var(--edu-blue); font:inherit; font-size:.82rem; font-weight:800; text-decoration:none; cursor:pointer; }
.directory-filters button svg { width:17px; }
.directory-clear { color:#244665; border:1px solid #cbd8e7; background:#f8fbff; }
.institution-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.institution-card { overflow:hidden; border:1px solid var(--edu-line); border-radius:20px; background:#fff; box-shadow:0 6px 22px rgba(17,42,82,.05); transition:.2s ease; }
.institution-card:hover { transform:translateY(-2px); border-color:#9ac4ec; box-shadow:0 15px 34px rgba(17,42,82,.1); }
.institution-card__top { display:flex; gap:15px; padding:19px; color:inherit; text-decoration:none; }
.institution-card__logo { display:grid; flex:0 0 88px; width:88px; height:74px; place-items:center; overflow:hidden; padding:8px; border:1px solid #e0e7f0; border-radius:14px; color:#5d7ea5; background:#f8fbff; }
.institution-card__logo img { width:100%; height:100%; object-fit:contain; }
.institution-card__logo svg { width:30px; }
.institution-card__name { min-width:0; }
.institution-card__name small,.institution-card__name strong,.institution-card__name em { display:block; }
.institution-card__name small { margin-bottom:3px; color:var(--edu-blue); font-size:.68rem; font-weight:800; font-style:normal; text-transform:uppercase; }
.institution-card__name strong { font-size:1rem; line-height:1.4; }
.institution-card__name em { display:flex; gap:5px; align-items:center; margin-top:7px; color:var(--edu-muted); font-size:.75rem; font-style:normal; }
.institution-card__name em svg { width:14px; }
.institution-card__stats { display:grid; grid-template-columns:repeat(3,1fr); border-block:1px solid #edf1f6; background:#fbfdff; }
.institution-card__stats span { padding:12px 8px; color:var(--edu-muted); font-size:.68rem; text-align:center; }
.institution-card__stats span+span { border-left:1px solid #edf1f6; }
.institution-card__stats strong { display:block; color:#173858; font-size:.94rem; }
.institution-card__footer { display:flex; gap:12px; align-items:center; justify-content:space-between; padding:13px 17px; }
.institution-card__footer>a { display:inline-flex; align-items:center; gap:5px; color:var(--edu-blue); font-size:.75rem; font-weight:800; text-decoration:none; }
.institution-card__footer>a svg { width:15px; }
.application-pill { display:inline-flex; align-items:center; gap:5px; color:#6b7686; font-size:.66rem; }
.application-pill svg { width:14px; }
.application-pill--open { color:#08704a; font-weight:800; }

.profile-hero { position:relative; overflow:hidden; min-height:390px; padding:clamp(28px,5vw,56px); border-radius:28px; color:#fff; background:linear-gradient(130deg,#071f3c,#155ca9); box-shadow:0 18px 45px rgba(16,45,85,.16); }
.profile-hero::before { content:""; position:absolute; inset:0; background-image:var(--profile-image); background-size:cover; background-position:center; }
.profile-hero__shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,20,39,.94) 0%,rgba(6,29,54,.78) 55%,rgba(6,30,55,.45)); }
.profile-hero__content { position:relative; z-index:1; display:flex; gap:24px; align-items:center; max-width:900px; }
.profile-logo { display:grid; flex:0 0 150px; width:150px; height:130px; place-items:center; overflow:hidden; padding:16px; border:1px solid rgba(255,255,255,.3); border-radius:23px; color:#fff; background:rgba(255,255,255,.94); box-shadow:0 15px 35px rgba(0,0,0,.18); }
.profile-logo img { width:100%; height:100%; object-fit:contain; }
.profile-logo svg { width:55px; color:#245986; }
.profile-heading>span { color:#b9d9fb; font-size:.73rem; font-weight:800; text-transform:uppercase; }
.profile-heading h1 { max-width:820px; margin:6px 0; font-size:clamp(2rem,4.6vw,3.35rem); line-height:1.08; }
.profile-heading>p:not(.profile-motto) { display:flex; gap:7px; align-items:center; margin:10px 0 0; color:#d7e8fb; }
.profile-heading>p svg { width:17px; }
.profile-motto { margin:0; color:#c7dcf1; font-style:italic; }
.profile-application { position:absolute; z-index:2; right:28px; bottom:24px; display:flex; gap:20px; align-items:center; max-width:calc(100% - 56px); padding:14px 16px; border:1px solid rgba(255,255,255,.22); border-radius:16px; background:rgba(7,31,60,.86); backdrop-filter:blur(12px); }
.profile-application>div { display:grid; gap:2px; }
.profile-application span { display:flex; gap:6px; align-items:center; color:#9ee7c7; font-size:.68rem; font-weight:800; text-transform:uppercase; }
.profile-application span svg { width:15px; }
.profile-application strong { font-size:.85rem; }
.profile-application small { color:#c9d9e8; }
.profile-application>a { display:inline-flex; gap:7px; align-items:center; padding:10px 13px; border-radius:10px; color:#123251; background:#fff; font-size:.74rem; font-weight:800; text-decoration:none; white-space:nowrap; }
.profile-application>a svg { width:15px; }
.profile-application--closed span { color:#ffb8b8; }
.profile-application--upcoming span { color:#ffd899; }
.profile-jump { position:sticky; z-index:6; top:72px; display:flex; gap:5px; overflow-x:auto; margin:16px 0 0; padding:8px; border:1px solid var(--edu-line); border-radius:14px; background:rgba(255,255,255,.96); box-shadow:0 8px 22px rgba(17,42,82,.06); scrollbar-width:none; }
.profile-jump a { flex:0 0 auto; padding:8px 11px; border-radius:8px; color:#36536f; font-size:.74rem; font-weight:700; text-decoration:none; }
.profile-jump a:hover { color:#fff; background:var(--edu-blue); }
.profile-layout { display:grid; grid-template-columns:minmax(0,1.75fr) minmax(260px,.75fr); gap:18px; margin-top:28px; }
.profile-main-card,.profile-facts,.profile-copy-card,.course-detail-card,.course-side>section { padding:clamp(20px,3vw,30px); border:1px solid var(--edu-line); border-radius:20px; background:#fff; }
.profile-main-card h2,.profile-facts h2,.course-detail-card h2,.course-side h2 { margin:5px 0 12px; }
.profile-main-card>p,.profile-copy-card p,.course-detail-card p { color:#52657d; line-height:1.8; }
.profile-main-card details { margin-top:18px; padding-top:16px; border-top:1px solid #e7edf4; }
.profile-main-card summary { color:#194f85; font-weight:800; cursor:pointer; }
.profile-values { display:grid; gap:14px; margin-top:20px; }
.profile-values>div { padding:17px; border-radius:14px; background:#f5f9fe; }
.profile-values strong { color:#164e82; }
.profile-values p { margin:6px 0 0; color:#566a81; line-height:1.65; }
.profile-facts { align-self:start; }
.profile-facts dl,.contact-card dl,.course-side dl,.application-window dl,.application-directory-card dl { display:grid; gap:0; margin:0; }
.profile-facts dl>div,.course-side dl>div { display:flex; justify-content:space-between; gap:14px; padding:11px 0; border-bottom:1px solid #edf1f5; }
.profile-facts dt,.course-side dt { color:var(--edu-muted); font-size:.76rem; }
.profile-facts dd,.course-side dd { margin:0; font-size:.78rem; font-weight:800; text-align:right; }
.profile-facts a,.course-side a { color:var(--edu-blue); text-decoration:none; }
.profile-primary-link { display:flex!important; align-items:center; gap:7px; justify-content:center; margin-top:17px; padding:11px; border-radius:11px; color:#fff!important; background:var(--edu-blue); font-size:.78rem; font-weight:800; text-decoration:none; }
.profile-primary-link svg { width:16px; }
.profile-section { margin-top:42px; scroll-margin-top:130px; }
.profile-section__head { display:flex; gap:20px; align-items:end; justify-content:space-between; margin-bottom:15px; }
.profile-section__head h2 { margin:4px 0 0; font-size:clamp(1.35rem,3vw,1.9rem); }
.profile-section__head p { margin:5px 0 0; color:var(--edu-muted); }
.profile-section__head>a { display:inline-flex; gap:6px; align-items:center; color:var(--edu-blue); font-size:.78rem; font-weight:800; text-decoration:none; white-space:nowrap; }
.profile-section__head>a svg { width:16px; }
.profile-empty { padding:30px; border:1px dashed #cbd7e5; border-radius:16px; color:var(--edu-muted); background:#fff; text-align:center; }
.faculty-chips { display:flex; gap:7px; overflow-x:auto; margin-bottom:13px; padding-bottom:3px; scrollbar-width:thin; }
.faculty-chips a { display:flex; flex:0 0 auto; gap:8px; padding:8px 10px; border:1px solid #c8d8e8; border-radius:999px; color:#315472; background:#fff; font-size:.7rem; font-weight:700; text-decoration:none; }
.faculty-chips span { color:var(--edu-muted); }
.course-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.profile-course-cta { display:flex; align-items:center; justify-content:center; gap:11px; width:min(100%,560px); min-height:56px; margin:24px auto 0; padding:14px 22px; border-radius:15px; color:#fff; background:linear-gradient(135deg,var(--edu-blue),#164b91); box-shadow:0 12px 28px rgba(24,86,164,.22); font-size:.92rem; font-weight:850; text-decoration:none; transition:transform .18s ease,box-shadow .18s ease; }
.profile-course-cta:hover { transform:translateY(-2px); box-shadow:0 16px 34px rgba(24,86,164,.28); }
.profile-course-cta svg { width:20px; height:20px; flex:0 0 auto; }
.profile-course-cta svg:last-child { margin-left:auto; }
.course-card { display:flex; min-height:180px; flex-direction:column; padding:18px; border:1px solid var(--edu-line); border-radius:17px; color:inherit; background:#fff; text-decoration:none; box-shadow:0 5px 17px rgba(17,42,82,.035); transition:.18s ease; }
.course-card:hover { transform:translateY(-2px); border-color:#91bee9; box-shadow:0 13px 29px rgba(17,42,82,.09); }
.course-card__qualification { align-self:start; padding:5px 8px; border-radius:7px; color:#0e5fae; background:#eaf4ff; font-size:.65rem; font-weight:800; }
.course-card h2,.course-card h3 { margin:11px 0 6px; font-size:.94rem; line-height:1.4; }
.course-card p { margin:0 0 14px; color:var(--edu-muted); font-size:.72rem; line-height:1.5; }
.course-card>div { display:flex; flex-wrap:wrap; gap:7px; margin-top:auto; }
.course-card>div span { display:flex; gap:4px; align-items:center; color:#536d87; font-size:.66rem; }
.course-card>div svg { width:13px; }
.campus-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.campus-card { display:grid; grid-template-rows:160px 1fr; overflow:hidden; border:1px solid var(--edu-line); border-radius:18px; color:inherit; background:#fff; text-decoration:none; box-shadow:0 5px 18px rgba(17,42,82,.04); }
.campus-card__image { display:grid; place-items:center; overflow:hidden; color:#6482a1; background:linear-gradient(145deg,#e8f2fc,#d6e8f8); }
.campus-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.campus-card:hover .campus-card__image img { transform:scale(1.035); }
.campus-card__image svg { width:43px; }
.campus-card__body { display:flex; flex-direction:column; padding:15px; }
.campus-card__body small { color:var(--edu-blue); font-size:.64rem; font-weight:800; text-transform:uppercase; }
.campus-card__body strong { margin:5px 0; line-height:1.4; }
.campus-card__body em { display:flex; gap:5px; align-items:center; color:var(--edu-muted); font-size:.7rem; font-style:normal; }
.campus-card__body em svg { width:13px; }
.campus-card__body>span { display:flex; gap:6px; align-items:center; justify-content:space-between; margin-top:15px; color:var(--edu-blue); font-size:.7rem; font-weight:800; }
.campus-card__body>span svg { width:15px; }
.application-window-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.application-window { padding:20px; border:1px solid var(--edu-line); border-radius:17px; background:#fff; }
.application-status { display:inline-flex; padding:5px 8px; border-radius:999px; color:#58677a; background:#edf1f5; font-size:.64rem; font-weight:800; }
.application-status--open { color:#08704a; background:#ddf7eb; }
.application-status--upcoming { color:#88540c; background:#fff0d5; }
.application-status--closed { color:#9b3434; background:#fde4e4; }
.application-window>small { display:block; margin-top:8px; color:var(--edu-muted); }
.application-window h3 { margin:5px 0 13px; }
.application-window dl { grid-template-columns:repeat(3,1fr); gap:8px; }
.application-window dl>div { padding:9px; border-radius:10px; background:#f6f9fc; }
.application-window dt { color:var(--edu-muted); font-size:.63rem; }
.application-window dd { margin:3px 0 0; font-size:.72rem; font-weight:800; }
.application-window p { color:var(--edu-muted); font-size:.75rem; line-height:1.6; }
.application-window>a { display:inline-flex; gap:5px; align-items:center; color:var(--edu-blue); font-size:.72rem; font-weight:800; text-decoration:none; }
.application-window>a svg { width:14px; }
.prospectus-card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.prospectus-card { display:grid; grid-template-columns:115px 1fr; min-height:165px; overflow:hidden; border:1px solid var(--edu-line); border-radius:17px; background:#fff; }
.prospectus-cover { display:grid; place-items:center; overflow:hidden; color:#6f88a4; background:#e9eff6; }
.prospectus-cover img { width:100%; height:100%; object-fit:cover; }
.prospectus-cover svg { width:36px; }
.prospectus-card>div { padding:16px; }
.prospectus-card span { color:var(--edu-blue); font-size:.65rem; font-weight:800; text-transform:uppercase; }
.prospectus-card h3 { margin:6px 0; color:#152f4b; font-size:.92rem; font-weight:800; line-height:1.35; letter-spacing:-.01em; overflow-wrap:anywhere; }
.prospectus-card h3 a { color:inherit; text-decoration:none; text-decoration-thickness:1px; text-underline-offset:3px; }
.prospectus-card h3 a:hover,.prospectus-card h3 a:focus-visible { color:var(--edu-blue); text-decoration:underline; }
.prospectus-card small { color:var(--edu-muted); }
.prospectus-card>div>div { display:flex; gap:8px; margin-top:15px; }
.prospectus-card>div>div a { display:inline-flex; gap:5px; align-items:center; padding:7px 9px; border:1px solid #b9cee2; border-radius:8px; color:#185993; font-size:.67rem; font-weight:800; text-decoration:none; }
.prospectus-card a svg { width:13px; }
.contact-map-layout { display:grid; grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr); overflow:hidden; border:1px solid var(--edu-line); border-radius:20px; background:#fff; }
.contact-card { padding:22px; }
.contact-card dl>div { padding:10px 0; border-bottom:1px solid #edf1f5; }
.contact-card dt { display:flex; gap:7px; align-items:center; color:var(--edu-muted); font-size:.68rem; }
.contact-card dt svg { width:15px; }
.contact-card dd { margin:5px 0 0; color:#223d58; font-size:.77rem; line-height:1.55; }
.contact-card a { color:var(--edu-blue); text-decoration:none; }
.social-links,.map-actions { display:flex; flex-wrap:wrap; gap:7px; margin-top:15px; }
.social-links a,.map-actions a { display:inline-flex; gap:5px; align-items:center; padding:8px 10px; border:1px solid #c9d6e4; border-radius:9px; color:#2f5576; font-size:.68rem; font-weight:700; text-decoration:none; }
.social-links svg,.map-actions svg { width:14px; }
.map-actions a { color:#fff; border-color:var(--edu-blue); background:var(--edu-blue); }
.map-frame { width:100%; min-height:420px; border:0; background:#dce8f3; }

.campus-hero { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); overflow:hidden; min-height:380px; border-radius:26px; color:#fff; background:#0b315d; }
.campus-hero__media { display:grid; place-items:center; min-height:360px; background:linear-gradient(145deg,#174f82,#0a294d); }
.campus-hero__media img { width:100%; height:100%; object-fit:cover; }
.campus-hero__media span svg { width:80px; opacity:.6; }
.campus-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(26px,4vw,46px); }
.campus-institution { display:flex; gap:10px; align-items:center; margin-bottom:24px; color:#dcecff; font-size:.72rem; font-weight:700; text-decoration:none; }
.campus-institution img { width:52px; height:42px; padding:4px; object-fit:contain; border-radius:8px; background:#fff; }
.campus-institution svg { width:25px; }
.campus-hero h1 { margin:5px 0 9px; font-size:clamp(2rem,4vw,3rem); line-height:1.08; }
.campus-hero__content>p { display:flex; gap:7px; align-items:center; color:#cae0f5; }
.campus-hero__content>p svg { width:17px; }
.campus-hero__stats { display:flex; gap:9px; margin-top:15px; }
.campus-hero__stats span { padding:8px 10px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:rgba(255,255,255,.08); font-size:.7rem; }
.campus-gallery { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:20px; }
.campus-gallery figure { margin:0; overflow:hidden; border-radius:12px; background:#edf2f6; }
.campus-gallery img { display:block; width:100%; aspect-ratio:16/10; object-fit:cover; }
.campus-gallery figcaption { padding:7px 9px; color:#5c6d7f; font-size:.66rem; }
.campus-gallery-trigger { position:relative; cursor:zoom-in; outline:none; }
.campus-gallery-trigger::after { content:"View"; position:absolute; right:11px; bottom:11px; z-index:2; padding:7px 10px; border:1px solid rgba(255,255,255,.45); border-radius:999px; color:#fff; background:rgba(8,31,61,.78); box-shadow:0 5px 18px rgba(0,0,0,.2); font-size:.64rem; font-weight:800; line-height:1; pointer-events:none; backdrop-filter:blur(7px); }
.campus-gallery figure .campus-gallery-trigger::after { bottom:9px; }
.campus-gallery-trigger:focus-visible { box-shadow:inset 0 0 0 4px #f2b84b; }
.campus-gallery-trigger img { transition:transform .25s ease,filter .25s ease; }
.campus-gallery-trigger:hover img { transform:scale(1.025); filter:brightness(.92); }
.campus-lightbox[hidden] { display:none!important; }
.campus-lightbox { position:fixed; inset:0; z-index:10050; display:grid; grid-template-columns:minmax(52px,90px) minmax(0,1fr) minmax(52px,90px); align-items:center; gap:12px; padding:clamp(16px,3vw,42px); background:rgba(3,12,25,.94); backdrop-filter:blur(12px); }
.campus-lightbox-open { overflow:hidden; }
.campus-lightbox__figure { display:grid; grid-template-rows:minmax(0,1fr) auto; width:min(1180px,100%); max-height:calc(100vh - 70px); margin:auto; overflow:hidden; border-radius:16px; background:#07182c; box-shadow:0 28px 80px rgba(0,0,0,.45); }
.campus-lightbox__figure>img { display:block; width:100%; max-height:calc(100vh - 150px); object-fit:contain; background:#020a14; }
.campus-lightbox__figure figcaption { display:flex; justify-content:space-between; gap:18px; padding:14px 17px; color:#e7eff9; font-size:.78rem; line-height:1.5; }
.campus-lightbox__figure figcaption small { flex:none; color:#98adc4; }
.campus-lightbox__close,.campus-lightbox__nav { appearance:none; border:1px solid rgba(255,255,255,.28); color:#fff; background:rgba(255,255,255,.09); cursor:pointer; }
.campus-lightbox__close { position:absolute; top:18px; right:18px; z-index:3; width:44px; height:44px; border-radius:50%; font-size:1.8rem; line-height:1; }
.campus-lightbox__nav { display:grid; place-items:center; width:54px; height:72px; justify-self:center; border-radius:14px; font-size:2.7rem; line-height:1; }
.campus-lightbox__close:hover,.campus-lightbox__nav:hover,.campus-lightbox__close:focus-visible,.campus-lightbox__nav:focus-visible { border-color:#f2b84b; color:#f2b84b; outline:none; background:rgba(255,255,255,.14); }

.course-hero { padding:clamp(28px,5vw,55px); border-radius:27px; color:#fff; background:linear-gradient(125deg,#081f3d,#12549c 72%,#2080d7); }
.course-hero__institution { display:flex; gap:10px; align-items:center; color:#d6eaff; font-size:.76rem; text-decoration:none; }
.course-hero__institution img { width:58px; height:48px; padding:5px; object-fit:contain; border-radius:9px; background:#fff; }
.course-hero__institution svg { width:27px; }
.course-hero__label { display:inline-flex; margin-top:25px; padding:6px 9px; border-radius:8px; color:#0f3962; background:#d9ebff; font-size:.68rem; font-weight:800; }
.course-hero h1 { max-width:880px; margin:10px 0 8px; font-size:clamp(2rem,4.5vw,3.25rem); line-height:1.1; }
.course-hero>p { margin:0; color:#cae0f5; }
.course-facts { display:flex; flex-wrap:wrap; gap:9px; margin-top:24px; }
.course-facts>span { display:grid; grid-template-columns:auto 1fr; gap:0 7px; min-width:120px; padding:9px 11px; border:1px solid rgba(255,255,255,.18); border-radius:11px; background:rgba(255,255,255,.09); }
.course-facts svg { grid-row:1/3; align-self:center; width:19px; }
.course-facts small { color:#b9d6f1; font-size:.58rem; }
.course-facts strong { font-size:.76rem; }
.course-apply-bar { display:flex; gap:20px; align-items:center; justify-content:space-between; margin-top:15px; padding:15px 18px; border:1px solid #b9e6d1; border-radius:15px; background:#ecfaf4; }
.course-apply-bar>div { display:grid; }
.course-apply-bar span { color:#08704a; font-size:.68rem; font-weight:800; text-transform:uppercase; }
.course-apply-bar strong { font-size:.84rem; }
.course-apply-bar small { color:#567064; }
.course-apply-bar>a { display:inline-flex; gap:6px; align-items:center; padding:10px 13px; border-radius:9px; color:#fff; background:#08704a; font-size:.72rem; font-weight:800; text-decoration:none; }
.course-apply-bar>a svg { width:14px; }
.course-apply-bar--closed { border-color:#efc5c5; background:#fff2f2; }
.course-apply-bar--closed span { color:#9b3434; }
.course-apply-bar--closed>a { background:#9b3434; }
.course-apply-bar--upcoming { border-color:#edd49e; background:#fff8e9; }
.course-apply-bar--upcoming span { color:#87570d; }
.course-apply-bar--upcoming>a { background:#87570d; }
.course-detail-layout { display:grid; grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr); gap:18px; margin-top:25px; }
.course-detail-layout>div { display:grid; gap:15px; }
.course-detail-card p { white-space:pre-line; }
.course-disclaimer { display:block; margin-top:15px; padding:10px; border-radius:9px; color:#6a572f; background:#fff7e4; line-height:1.5; }
.course-side { align-self:start; position:sticky; top:85px; }
.directory-course-grid { margin-top:18px; }
.public-pagination { display:flex; flex-wrap:wrap; gap:6px; justify-content:center; margin-top:28px; }
.public-pagination a { display:grid; min-width:38px; height:38px; place-items:center; border:1px solid #cbd8e7; border-radius:9px; color:#2a5173; background:#fff; font-size:.75rem; font-weight:800; text-decoration:none; }
.public-pagination a.is-active { color:#fff; border-color:var(--edu-blue); background:var(--edu-blue); }
.public-pagination>span { display:grid; min-width:28px; height:38px; place-items:center; color:var(--edu-muted); }
.public-pagination--buttons { gap:8px; padding-top:22px; border-top:1px solid var(--edu-line); }
.public-pagination--buttons a { min-width:42px; height:42px; border-radius:5px; transition:background .18s,border-color .18s,color .18s,transform .18s; }
.public-pagination--buttons a:hover { color:var(--edu-blue); border-color:#89add4; background:#f2f7fd; transform:translateY(-1px); }
.public-pagination--buttons a.is-active { box-shadow:0 7px 18px rgba(25,96,169,.18); }
.public-pagination--buttons .pagination-direction { display:inline-flex; gap:7px; width:auto; padding:0 15px; }
.public-pagination--buttons .pagination-direction svg { width:16px; height:16px; }
@media(max-width:560px){.public-pagination--buttons .pagination-direction span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.public-pagination--buttons .pagination-direction{width:42px;padding:0}}

.application-directory-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.application-directory-card { padding:20px; border:1px solid var(--edu-line); border-radius:18px; background:#fff; box-shadow:0 5px 18px rgba(17,42,82,.04); }
.application-directory-card__institution { display:flex; gap:10px; align-items:center; margin-bottom:15px; }
.application-directory-card__institution img { width:55px; height:46px; padding:4px; object-fit:contain; border:1px solid #e1e8f0; border-radius:9px; }
.application-directory-card__institution>svg { width:30px; color:#52769a; }
.application-directory-card__institution div { display:grid; }
.application-directory-card__institution span { color:var(--edu-muted); font-size:.62rem; text-transform:uppercase; }
.application-directory-card__institution a { color:#183d61; font-size:.8rem; font-weight:800; text-decoration:none; }
.application-directory-card>small { display:block; margin-top:8px; color:var(--edu-muted); }
.application-directory-card h2 { margin:5px 0 14px; font-size:1rem; }
.application-directory-card dl { grid-template-columns:repeat(3,1fr); gap:8px; }
.application-directory-card dl>div { padding:9px; border-radius:10px; background:#f5f8fc; }
.application-directory-card dt { color:var(--edu-muted); font-size:.61rem; }
.application-directory-card dd { margin:3px 0 0; font-size:.7rem; font-weight:800; }
.application-directory-card>p { color:var(--edu-muted); font-size:.72rem; line-height:1.6; }
.application-directory-card__actions { display:flex; gap:8px; margin-top:15px; }
.application-directory-card__actions a { display:inline-flex; gap:5px; align-items:center; padding:9px 10px; border:1px solid #c2d3e3; border-radius:9px; color:#1a568c; font-size:.68rem; font-weight:800; text-decoration:none; }
.application-directory-card__actions a.is-primary { color:#fff; border-color:var(--edu-blue); background:var(--edu-blue); }
.application-directory-card__actions svg { width:13px; }
.prospectus-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.prospectus-directory-card { display:grid; grid-template-rows:280px 1fr; overflow:hidden; border:1px solid var(--edu-line); border-radius:18px; background:#fff; box-shadow:0 5px 18px rgba(17,42,82,.04); }
.prospectus-directory-card__cover { display:grid; place-items:center; overflow:hidden; color:#68819c; background:#e8eef5; }
.prospectus-directory-card__cover img { width:100%; height:100%; object-fit:cover; object-position:top; }
.prospectus-directory-card__cover svg { width:45px; }
.prospectus-directory-card>div { padding:17px; }
.prospectus-directory-card__institution { display:block; margin-bottom:5px; color:#1e5a8e; font-size:.7rem; font-weight:800; text-decoration:none; }
.prospectus-directory-card>div>span { color:var(--edu-muted); font-size:.65rem; text-transform:uppercase; }
.prospectus-directory-card h2 { margin:8px 0; color:#152f4b; font-size:1rem; font-weight:800; line-height:1.4; letter-spacing:-.012em; overflow-wrap:anywhere; }
.prospectus-directory-card h2 a { color:inherit; text-decoration:none; text-decoration-thickness:1px; text-underline-offset:3px; }
.prospectus-directory-card h2 a:hover,.prospectus-directory-card h2 a:focus-visible { color:var(--edu-blue); text-decoration:underline; }
.prospectus-directory-card small { color:var(--edu-muted); }
.prospectus-directory-card>div>div { display:flex; gap:7px; margin-top:14px; }
.prospectus-directory-card>div>div a { display:inline-flex; gap:5px; align-items:center; padding:8px 10px; border:1px solid #c6d5e4; border-radius:9px; color:#1c5b90; font-size:.68rem; font-weight:800; text-decoration:none; }
.prospectus-directory-card>div>div a.is-primary { color:#fff; border-color:var(--edu-blue); background:var(--edu-blue); }
.prospectus-directory-card svg { width:14px; }

@media (max-width:900px) {
  .institution-card-grid,.application-directory-grid { grid-template-columns:1fr; }
  .course-card-grid,.campus-card-grid,.prospectus-directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .profile-layout,.course-detail-layout { grid-template-columns:1fr; }
  .course-side { position:static; }
  .campus-hero { grid-template-columns:1fr; }
  .campus-hero__media { min-height:290px; max-height:430px; }
  .contact-map-layout { grid-template-columns:1fr; }
  .map-frame { min-height:340px; }
}
@media (max-width:680px) {
  .directory-hero { grid-template-columns:1fr; padding:28px 22px; border-radius:21px; }
  .directory-hero-icon { display:none; }
  .directory-filters { display:grid; grid-template-columns:1fr; }
  .directory-filters label { width:100%; }
  .institution-card__top { padding:15px; }
  .institution-card__logo { flex-basis:72px; width:72px; height:64px; }
  .institution-card__footer { align-items:flex-start; flex-direction:column; }
  .profile-hero { min-height:480px; padding:25px 20px 150px; border-radius:21px; }
  .profile-hero__content { align-items:flex-start; flex-direction:column; gap:15px; }
  .profile-logo { flex-basis:auto; width:112px; height:92px; padding:11px; }
  .profile-application { right:15px; bottom:15px; left:15px; max-width:none; align-items:stretch; flex-direction:column; gap:10px; }
  .profile-application>a { justify-content:center; }
  .profile-jump { top:62px; }
  .profile-section__head { display:block; }
  .profile-section__head>a { margin-top:9px; }
  .course-card-grid,.campus-card-grid,.prospectus-card-grid,.application-window-grid,.application-directory-grid,.prospectus-directory-grid { grid-template-columns:1fr; }
  .campus-card { grid-template-rows:190px 1fr; }
  .prospectus-card { grid-template-columns:96px 1fr; }
  .application-window dl,.application-directory-card dl { grid-template-columns:1fr; }
  .campus-hero__content { padding:24px 20px; }
  .campus-hero__media { min-height:230px; }
  .campus-lightbox { grid-template-columns:48px minmax(0,1fr) 48px; gap:3px; padding:66px 5px 14px; }
  .campus-lightbox__nav { width:43px; height:62px; border-radius:11px; }
  .campus-lightbox__figure { max-height:calc(100vh - 82px); border-radius:12px; }
  .campus-lightbox__figure>img { max-height:calc(100vh - 175px); }
  .campus-lightbox__figure figcaption { align-items:flex-start; flex-direction:column; gap:4px; padding:11px 13px; }
  .course-hero { padding:28px 21px; border-radius:21px; }
  .course-apply-bar { align-items:stretch; flex-direction:column; }
  .course-apply-bar>a { justify-content:center; }
  .application-directory-card__actions { flex-direction:column; }
  .application-directory-card__actions a { justify-content:center; }
  .prospectus-directory-card { grid-template-rows:340px 1fr; }
}
@media (prefers-reduced-motion:reduce) { .institution-card,.course-card,.campus-card img { transition:none!important; } }
