﻿/* BPG Nateli Caps — Georgian nav Mtavruli (uppercase) letterforms */
@font-face {
    font-family: 'ExoCular';
    src: url('../../home/assets/fonts/exocular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPGNateliCaps';
    src: url('../../v15/fonts/bpg_nateli_caps.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+10A0-10FF;
}

@font-face {
    font-family: 'FunicularMt';
    src: url('../../home/assets/fonts/FunicularMtBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FunicularMt';
    src: url('../../home/assets/fonts/FunicularMtExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FunicularMt';
    src: url('../../home/assets/fonts/FunicularMtBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FunicularMt';
    src: url('../../home/assets/fonts/FunicularMtItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

:root {
    --ink: #102f42;
    --muted: #747171;
    --line: #dce7ed;
    --mist: #f3f8fb;
    --panel: #ffffff;
    --dark: #0c4a6a;
    --blue: #00668e;
    --cyan: #45AECD;
    --gray: #A7A9AC;
    --gold: #f4a62a;
    --green: #15a37b;
    --white: #ffffff;
    --shadow: 0 22px 60px rgba(12, 74, 106, 0.15);
    --max: 1200px;
    --font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: "ExoCular", "FunicularMt", "Noto Sans Georgian", var(--font-ui);
    --font-nav: "ExoCular", "FunicularMt", "Noto Sans Georgian", var(--font-ui);
    --font-reading: "Lora", Georgia, serif;
    --font-data: "IBM Plex Sans", var(--font-ui);
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--font-ui);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

body.search-open {
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
}

p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: var(--font-heading);
    line-height: 1.08;
    letter-spacing: 0;
}

p {
    margin: 0;
}

.container {
    width: min(var(--max), calc(100% - 40px));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    z-index: 100;
    padding: 10px 14px;
    color: var(--white);
    background: var(--dark);
    border-radius: 8px;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    width: 100%;
    background: linear-gradient(180deg, rgba(246, 250, 253, 0.94), rgba(244, 249, 252, 0.84));
    border-bottom: 1px solid rgba(220, 231, 237, 0.64);
    box-shadow: 0 16px 42px rgba(12, 74, 106, 0.1);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    transition: background 360ms ease, box-shadow 360ms ease, border-color 360ms ease;
}

.topbar {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: #c5dff5;
    background: linear-gradient(180deg, #0b3a58 0%, #0a3652 100%);
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

body[data-lang="ge"] .topbar {
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
}

body[data-lang="ge"] .topbar__link,
body[data-lang="ge"] .topbar__trigger,
body[data-lang="ge"] .topbar__panel-link,
body[data-lang="ge"] .topbar__back,
body[data-lang="ge"] .topbar__lang {
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
}

.mainbar__inner,
.main-menu,
.hero-actions,
.slider-toolbar,
.slider-dots,
.campus-tags,
.research-metrics {
    display: flex;
    align-items: center;
}

.topbar a,
.brand,
.main-menu a,
.menu-trigger,
.button,
.dock-actions a,
.deadline-list a,
.action-strip a,
.program-card a,
.news-grid a,
.site-footer a {
    text-decoration: none;
}

.topbar a:hover,
.topbar a:focus-visible {
    color: var(--white);
    outline: none;
}

.topbar__primary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: 100%;
    min-height: 40px;
    min-width: 0;
    padding-inline: clamp(16px, 2.5vw, 32px);
    box-sizing: border-box;
}

.topbar__items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.topbar__items::-webkit-scrollbar {
    display: none;
}

.topbar__link,
.topbar__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 12px;
    color: #c5dff5;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    text-decoration: none;
    font: inherit;
    font-size: 0.72rem;
    white-space: nowrap;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.topbar__trigger-label {
    line-height: 1.2;
}

.topbar__trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}

.topbar__trigger-icon::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 220ms ease, margin 220ms ease;
}

.topbar__link:hover,
.topbar__link:focus-visible,
.topbar__trigger:hover,
.topbar__trigger:focus-visible {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.topbar__trigger.is-active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 -2px 0 rgba(126, 203, 255, 0.95);
}

.topbar__trigger.is-active .topbar__trigger-icon {
    background: rgba(126, 203, 255, 0.28);
}

.topbar__trigger.is-active .topbar__trigger-icon::before {
    margin-top: 2px;
    transform: rotate(-135deg);
}

.topbar__lang {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.topbar__lang a,
.topbar__lang span {
    color: inherit;
    text-decoration: none;
}

.topbar__lang span {
    color: rgba(255, 255, 255, 0.32);
}

.topbar__lang a.is-active {
    color: var(--white);
    font-weight: 700;
}

.topbar__tray {
    overflow: hidden;
    max-height: 0;
    width: 100%;
    border-top: 1px solid transparent;
    background: rgba(4, 28, 44, 0.72);
    box-sizing: border-box;
    transition:
        max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        background 260ms ease;
}

.topbar.is-tray-open .topbar__tray {
    max-height: 80px;
    border-top-color: rgba(255, 255, 255, 0.12);
}

.topbar__tray-clip {
    overflow: hidden;
}

.topbar__tray-inner {
    position: relative;
    width: 100%;
    min-height: 0;
    padding-inline: clamp(16px, 2.5vw, 32px);
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-8px);
    will-change: transform, opacity;
    transition:
        opacity 240ms cubic-bezier(0.22, 1, 0.36, 1) 30ms,
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1) 30ms;
}

.topbar.is-tray-open .topbar__tray-inner {
    opacity: 1;
    transform: translateY(0);
}

.topbar.is-tray-closing .topbar__tray-inner {
    opacity: 0;
    transform: translateY(-6px);
    transition-duration: 160ms, 180ms;
    transition-delay: 0ms, 0ms;
}

.topbar__panel[hidden],
.topbar__panel:not(.is-active):not(.is-switching) {
    display: none;
}

.topbar__panel {
    width: 100%;
    padding: 10px 0 12px;
}

.topbar__panel.is-switching {
    position: absolute;
    left: clamp(16px, 2.5vw, 32px);
    right: clamp(16px, 2.5vw, 32px);
    top: 0;
    pointer-events: none;
}

.topbar__panel.is-active .topbar__back,
.topbar__panel.is-active .topbar__panel-title,
.topbar__panel.is-active .topbar__panel-sep,
.topbar__panel.is-active .topbar__panel-link {
    opacity: 0;
    transform: translateY(6px);
    animation: topbarItemIn 240ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.topbar__panel.is-active .topbar__back { animation-delay: 30ms; }
.topbar__panel.is-active .topbar__panel-title { animation-delay: 50ms; }
.topbar__panel.is-active .topbar__panel-sep { animation-delay: 60ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(1) { animation-delay: 70ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(2) { animation-delay: 90ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(3) { animation-delay: 110ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(4) { animation-delay: 125ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(5) { animation-delay: 140ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(6) { animation-delay: 155ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(7) { animation-delay: 165ms; }
.topbar__panel.is-active .topbar__panel-link:nth-child(8) { animation-delay: 175ms; }

.topbar__panel.is-switching .topbar__back,
.topbar__panel.is-switching .topbar__panel-title,
.topbar__panel.is-switching .topbar__panel-sep,
.topbar__panel.is-switching .topbar__panel-link {
    animation: topbarItemOut 220ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes topbarItemIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes topbarItemOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar__tray,
    .topbar__tray-inner,
    .topbar__panel.is-active .topbar__back,
    .topbar__panel.is-active .topbar__panel-title,
    .topbar__panel.is-active .topbar__panel-sep,
    .topbar__panel.is-active .topbar__panel-link {
        transition: none;
        animation: none;
    }

    .topbar.is-tray-open .topbar__tray-inner,
    .topbar__panel.is-active .topbar__back,
    .topbar__panel.is-active .topbar__panel-title,
    .topbar__panel.is-active .topbar__panel-sep,
    .topbar__panel.is-active .topbar__panel-link {
        opacity: 1;
        transform: none;
    }
}

.topbar__panel-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.topbar__panel-row::-webkit-scrollbar {
    display: none;
}

.topbar__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e8f4ff;
    font: inherit;
    font-size: 0.7rem;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.topbar__back:hover,
.topbar__back:focus-visible {
    color: var(--white);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.34);
    outline: none;
}

.topbar__back-icon::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 1px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.topbar__panel-title {
    margin: 0;
    color: #e8f4ff;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    flex: 0 0 auto;
}

.topbar__panel-sep {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.72rem;
    line-height: 1;
    user-select: none;
}

.topbar__panel-links {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
}

.topbar__panel-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #edf6ff;
    font-size: 0.72rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.topbar__panel-link:hover,
.topbar__panel-link:focus-visible {
    color: var(--white);
    background: rgba(126, 203, 255, 0.22);
    border-color: rgba(126, 203, 255, 0.5);
    outline: none;
    transform: translateY(-1px);
}

.mainbar {
    position: relative;
}

.mainbar::before {
    content: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 10px;
    bottom: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(241, 248, 252, 0.42));
    pointer-events: none;
}

.mainbar__inner {
    position: relative;
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 16px);
    padding: 8px 0 10px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
    max-width: 420px;
    overflow: hidden;
}

.brand--desktop,
.brand--desktop-compact,
.main-menu--desktop {
    display: flex;
}

.brand--mobile,
.main-menu--mobile {
    display: none;
}

.brand--desktop {
    display: none;
}

.brand--desktop-compact {
    position: relative;
    left: auto;
    top: auto;
    z-index: 4;
    width: auto;
    min-width: 0;
    max-width: clamp(120px, 11vw, 156px);
    flex: 0 0 auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: none;
    transform-origin: left center;
}

.v16-view--home .brand--desktop-compact {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.brand--desktop::before {
    content: none;
}

.brand--desktop-compact::before {
    content: none;
}

.brand__mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand--desktop .brand__mark {
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    padding: 22px;
    border: 4px solid rgba(9, 59, 92, 0.95);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 252, 0.88));
    box-shadow: 0 26px 48px rgba(10, 36, 54, 0.18), 0 0 28px rgba(86, 192, 230, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transform: scale(1);
    transition: padding 180ms ease-out, border-color 180ms ease-out, background 180ms ease-out, box-shadow 220ms ease-out, opacity 140ms ease-out, transform 220ms ease-out;
}

.brand--desktop-compact .brand__mark {
    width: 100%;
    aspect-ratio: auto;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.brand--desktop .brand__mark::after {
    content: "";
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(9, 59, 92, 0.14);
    border-radius: 24px;
    transition: opacity 180ms ease-out, transform 220ms ease-out, box-shadow 220ms ease-out;
}

.brand--desktop-compact .brand__mark::after {
    content: none;
}

.brand__mark img {
    display: block;
    width: auto;
    height: 84px;
    transition: opacity 180ms ease, filter 220ms ease;
}

.brand--desktop .brand__mark img {
    width: 100%;
    height: auto;
    max-height: 92px;
    object-fit: contain;
    transition: opacity 140ms ease-out, filter 220ms ease-out, max-height 180ms ease-out, transform 220ms ease-out;
}

.brand--desktop-compact .brand__mark img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(12, 74, 106, 0.12));
}

.brand:hover .brand__mark img,
.brand:focus-visible .brand__mark img {
    opacity: 0.88;
    filter: drop-shadow(0 14px 24px rgba(12, 74, 106, 0.18));
}

.v16-view--home .brand--desktop:hover .brand__mark,
.v16-view--home .brand--desktop:focus-visible .brand__mark {
    transform: scale(1.045);
    box-shadow: 0 30px 64px rgba(9, 59, 92, 0.28), 0 0 28px rgba(86, 192, 230, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.v16-view--home .brand--desktop:hover .brand__mark::after,
.v16-view--home .brand--desktop:focus-visible .brand__mark::after {
    transform: scale(1.04);
    box-shadow: 0 0 22px rgba(110, 215, 246, 0.2);
}

.v16-view--home .brand--desktop:hover .brand__mark img,
.v16-view--home .brand--desktop:focus-visible .brand__mark img {
    opacity: 1;
    transform: scale(1.02);
    filter: drop-shadow(0 16px 26px rgba(12, 74, 106, 0.24));
}

.brand:focus-visible {
    outline: none;
}

.brand__text {
    display: grid;
    line-height: 1.15;
    min-width: 0;
    overflow: hidden;
}

.brand__text strong {
    font-family: var(--font-heading);
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand__text small {
    color: var(--muted);
    font-size: 0.77rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--dark);
    background: var(--white);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.main-menu {
    justify-content: flex-end;
    gap: 1px;
}

.main-menu--desktop {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    padding: 6px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.main-menu__cluster {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    gap: 6px;
    justify-content: flex-start;
}

.main-menu__cluster--spread {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    gap: clamp(2px, 0.25vw, 6px);
}

.main-menu__cluster--spread .menu-group {
    flex: 0 1 auto;
    min-width: 0;
}

.main-menu__cluster--start {
    justify-content: flex-start;
}

.main-menu__cluster--end {
    justify-content: flex-start;
}

.main-menu__spacer {
    display: none;
}

.main-menu a,
.main-menu .menu-trigger {
    font-family: var(--font-nav);
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-feature-settings: "case" 1;
    white-space: nowrap;
}

.main-menu--desktop a,
.main-menu--desktop .menu-trigger {
    min-height: 38px;
    padding: 0 clamp(5px, 0.5vw, 10px);
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: clamp(0.68rem, 0.72vw, 0.84rem);
    background: transparent;
    transition: background 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out;
}

body[data-lang="en"] .main-menu--desktop a,
body[data-lang="en"] .main-menu--desktop .menu-trigger {
    font-size: clamp(0.72rem, 0.78vw, 0.9rem);
    letter-spacing: 0.015em;
}

.site-header.is-scrolled {
    background: linear-gradient(180deg, rgba(246, 250, 253, 0.94), rgba(244, 249, 252, 0.84));
    box-shadow: 0 16px 42px rgba(12, 74, 106, 0.1);
}

.site-header.is-scrolled .mainbar::before {
    content: none;
}

.site-header.is-scrolled .mainbar__inner {
    padding: 8px 0 10px;
}

.site-header.is-scrolled .brand--desktop-compact {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.v16-body:not(.v16-view--home) .brand--desktop {
    display: none;
}

.v16-body:not(.v16-view--home) .brand--desktop-compact {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.v16-body:not(.v16-view--home) .main-menu--desktop {
    justify-content: stretch;
    gap: 0;
    padding: 6px 0;
    box-shadow: none;
}

.v16-body:not(.v16-view--home) .main-menu__cluster--spread {
    justify-content: space-between;
}

.v16-body:not(.v16-view--home) .main-menu__spacer {
    display: none;
}

.site-header.is-scrolled .main-menu--desktop {
    justify-content: stretch;
    gap: 0;
    padding: 6px 0;
    box-shadow: none;
}

.site-header.is-scrolled .main-menu__cluster--spread {
    justify-content: space-between;
}

.site-header.is-scrolled .main-menu__spacer {
    display: none;
}

.site-header.is-scrolled .main-menu--desktop a,
.site-header.is-scrolled .main-menu--desktop .menu-trigger {
    min-height: 38px;
    padding: 0 clamp(5px, 0.5vw, 10px);
    font-size: clamp(0.68rem, 0.72vw, 0.84rem);
}

body[data-lang="en"] .site-header.is-scrolled .main-menu--desktop a,
body[data-lang="en"] .site-header.is-scrolled .main-menu--desktop .menu-trigger {
    font-size: clamp(0.72rem, 0.78vw, 0.9rem);
}

/* Georgian nav: BPG Nateli Caps renders Mkhedruli codepoints as Mtavruli (uppercase) glyphs */
body[data-lang="ge"] .main-menu a,
body[data-lang="ge"] .main-menu .menu-trigger {
    font-family: var(--font-nav);
    text-transform: none;
    font-feature-settings: normal;
}

.main-menu a:hover,
.main-menu a:focus-visible,
.main-menu .menu-trigger:hover,
.main-menu .menu-trigger:focus-visible {
    color: var(--blue);
    background: rgba(69, 174, 205, 0.12);
    outline: none;
}

.main-menu .main-menu__apply {
    margin-left: 6px;
    color: var(--white);
    background: var(--blue);
}

.main-menu .main-menu__apply:hover,
.main-menu .main-menu__apply:focus-visible {
    color: var(--white);
    background: var(--dark);
}

.menu-group {
    position: relative;
}

/* Direct-link nav item (no dropdown caret) */
.menu-group--link .menu-trigger {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.menu-group--link .menu-trigger::after {
    display: none;
}

.menu-trigger {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-trigger::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.menu-group.is-open > .menu-trigger::after,
.menu-group:focus-within > .menu-trigger::after,
.menu-group:hover > .menu-trigger::after {
    transform: translateY(1px) rotate(225deg);
}

.submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 80;
    min-width: 230px;
    display: grid;
    gap: 4px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 14px;
    background: rgba(244, 249, 252, 0.82);
    box-shadow: 0 18px 44px rgba(7, 20, 33, 0.18);
    backdrop-filter: blur(22px) saturate(165%);
    -webkit-backdrop-filter: blur(22px) saturate(165%);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.submenu::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(235, 244, 249, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(26px) saturate(175%);
    -webkit-backdrop-filter: blur(26px) saturate(175%);
}

.menu-group:last-of-type .submenu,
.main-menu .menu-group:nth-last-of-type(-n + 2) .submenu {
    right: 0;
    left: auto;
}

.menu-group.is-open > .submenu,
.menu-group:focus-within > .submenu,
.menu-group:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.submenu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    color: var(--ink);
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: normal;
}

.submenu a:hover,
.submenu a:focus-visible {
    color: var(--blue);
    background: rgba(69, 174, 205, 0.12);
    outline: none;
}

.submenu__overview-link {
    font-weight: 800;
    color: var(--blue);
    border-bottom: 1px solid rgba(69, 174, 205, 0.2);
    margin-bottom: 2px;
}

.menu-group--mega > .submenu--mega {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 8px 36px;
    min-width: min(640px, calc(100vw - 48px));
    padding: 22px 28px 26px;
    border: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(7, 20, 33, 0.14);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.menu-group--mega > .submenu--mega::before {
    display: none;
}

.submenu__column {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.submenu__column-title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(16, 47, 66, 0.14);
    color: var(--ink);
    font-family: var(--font-nav);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
}

.submenu--mega .submenu__column > a {
    min-height: 0;
    padding: 10px 0;
    border-radius: 0;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.35;
}

.submenu--mega .submenu__column > a:hover,
.submenu--mega .submenu__column > a:focus-visible {
    color: var(--blue);
    background: transparent;
}

.menu-group--split .menu-group__bar {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.menu-group--split .menu-trigger--label {
    flex: 1 1 auto;
    justify-content: flex-start;
    text-decoration: none;
}

.menu-group--split .menu-trigger--expand {
    flex: 0 0 auto;
    min-width: 44px;
    padding: 0 12px;
}

.menu-group--split .menu-trigger--expand span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.menu-group--split.is-open .menu-trigger--expand span {
    transform: translateY(1px) rotate(225deg);
}

.submenu-item--has-children {
    position: relative;
}

.submenu-item__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: left;
    cursor: default;
}

.submenu-item__trigger::after {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.submenu-item--has-children:hover > .submenu-item__trigger,
.submenu-item--has-children:focus-within > .submenu-item__trigger {
    color: var(--blue);
    background: rgba(69, 174, 205, 0.12);
}

.submenu--flyout {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    z-index: 90;
    min-width: 240px;
}

.menu-group:last-of-type .submenu--flyout,
.main-menu .menu-group:nth-last-of-type(-n + 2) .submenu--flyout {
    right: calc(100% + 6px);
    left: auto;
}

.submenu-item--has-children:hover > .submenu--flyout,
.submenu-item--has-children:focus-within > .submenu--flyout {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.main-menu--mobile .submenu-item__trigger {
    cursor: pointer;
}

.main-menu--mobile .submenu-item__trigger::after {
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.main-menu--mobile .submenu-item--has-children.is-open > .submenu-item__trigger::after {
    transform: translateY(1px) rotate(225deg);
}

.main-menu--mobile .submenu--flyout {
    position: static;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    min-width: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
    transition: max-height 220ms ease, opacity 180ms ease, visibility 180ms ease;
}

.main-menu--mobile .submenu--flyout::before {
    display: none;
}

.main-menu--mobile .submenu-item--has-children.is-open > .submenu--flyout,
.main-menu--mobile .submenu-item--has-children:focus-within > .submenu--flyout {
    visibility: visible;
    opacity: 1;
    max-height: 320px;
    margin-top: 4px;
    padding: 6px 0 6px 12px;
}

.main-menu--mobile .submenu--flyout a {
    font-size: 0.78rem;
    font-weight: 700;
}

.topbar .menu-trigger {
    font-family: var(--font-ui);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 400;
}

.topbar a,
.topbar button {
    font-family: var(--font-ui);
    font-weight: 400;
}

.topbar .submenu {
    min-width: 260px;
}

.topbar .submenu a {
    color: var(--ink);
    font-family: var(--font-ui);
    font-weight: 400;
}

.site-search {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: grid;
    place-items: start center;
    padding: 110px 20px 28px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.site-search.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.site-search__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 47, 68, 0.72);
    cursor: pointer;
}

.site-search__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: min(680px, calc(100vh - 138px));
    display: grid;
    gap: 16px;
    padding: 22px;
    overflow: auto;
    border: 1px solid rgba(220, 231, 237, 0.9);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 28px 80px rgba(4, 31, 47, 0.34);
}

.site-search__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.site-search__head .eyebrow {
    margin-bottom: 7px;
}

.site-search__head h2 {
    font-size: 2rem;
}

.site-search__close {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--dark);
    background: var(--mist);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.site-search__close:hover,
.site-search__close:focus-visible {
    color: var(--white);
    background: var(--dark);
    outline: none;
}

.site-search__field {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--mist);
}

.site-search__field svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    color: var(--blue);
}

.site-search__field input {
    width: 100%;
    min-width: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    font: 850 1rem/1.3 var(--font-ui);
    outline: none;
}

.site-search__field input::placeholder {
    color: var(--muted);
    font-weight: 700;
}

.site-search__results {
    display: grid;
    gap: 8px;
}

.site-search__results a {
    display: grid;
    gap: 3px;
    min-height: 62px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    background: var(--white);
}

.site-search__results a:hover,
.site-search__results a:focus-visible {
    border-color: rgba(69, 174, 205, 0.55);
    background: rgba(69, 174, 205, 0.1);
    outline: none;
}

.site-search__results span {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-search__results strong {
    color: var(--ink);
    font-size: 0.96rem;
}

.site-search__empty {
    padding: 14px 15px;
    color: var(--muted);
    border: 1px dashed var(--line);
    border-radius: 8px;
    background: var(--mist);
    font-weight: 800;
}

body.v16-locale-picker-open {
    overflow: hidden;
}

.v16-locale-picker {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 24px;
}

.v16-locale-picker__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 47, 68, 0.82);
    backdrop-filter: blur(6px);
}

.v16-locale-picker__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    display: grid;
    gap: 28px;
    padding: clamp(28px, 5vw, 40px);
    border: 1px solid rgba(220, 231, 237, 0.92);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 32px 90px rgba(4, 31, 47, 0.38);
    text-align: center;
}

.v16-locale-picker__brand .eyebrow {
    margin-bottom: 10px;
}

.v16-locale-picker__brand h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.35rem);
    line-height: 1.1;
}

.v16-locale-picker__subtitle {
    margin: 10px 0 0;
    color: var(--muted);
    font-family: var(--font-reading);
    font-size: 1.05rem;
    font-weight: 700;
}

.v16-locale-picker__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.v16-locale-picker__btn {
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 22px 18px;
    border: 2px solid var(--line);
    border-radius: 14px;
    color: var(--ink);
    background: var(--mist);
    cursor: pointer;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.v16-locale-picker__btn:hover,
.v16-locale-picker__btn:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(11, 108, 143, 0.45);
    background: rgba(223, 246, 251, 0.85);
    box-shadow: 0 16px 34px rgba(11, 108, 143, 0.16);
    outline: none;
}

.v16-locale-picker__btn-label {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.15;
}

.v16-locale-picker__btn-code {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.v16-locale-picker__btn--ge {
    font-family: "Noto Sans Georgian", var(--font-sans);
}

@media (max-width: 560px) {
    .v16-locale-picker__actions {
        grid-template-columns: 1fr;
    }

    .v16-locale-picker__btn {
        min-height: 108px;
    }
}

main {
    overflow: hidden;
}

.student-hero {
    position: relative;
    min-height: 700px;
    color: var(--white);
    background: var(--dark);
}

.hero-search {
    position: absolute;
    top: 62px;
    left: max(30px, calc((100vw - var(--max)) / 2));
    z-index: 5;
    display: flex;
    align-items: center;
    width: min(430px, calc(100% - 60px));
    min-height: 58px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 44px rgba(4, 31, 47, 0.24);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.hero-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    padding: 0 16px;
    border: 0;
    color: var(--white);
    background: transparent;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 700;
    outline: none;
}

.hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.hero-search button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 10px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.hero-search button svg {
    width: 20px;
    height: 20px;
}

.hero-search:focus-within {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.18);
}

.hero-search button:hover,
.hero-search button:focus-visible {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.28);
    outline: none;
    transform: translateY(-1px);
}

.slider-canvas,
.hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 31, 47, 0.72) 0%, rgba(12, 74, 106, 0.52) 48%, rgba(12, 74, 106, 0.08) 100%),
        linear-gradient(0deg, rgba(4, 31, 47, 0.38), transparent);
}

.hero-slide__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 700px;
    padding: 46px 0 92px;
}

.hero-copy {
    max-width: min(620px, calc(100% - 390px));
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 12px;
    color: var(--cyan);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.eyebrow:empty {
    display: none;
}

.hero-copy h1 {
    font-size: clamp(2.15rem, 4vw, 3.55rem);
    line-height: 1.02;
}

.hero-copy p {
    max-width: 610px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-reading);
    font-size: 1rem;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.button {
        font-family: var(--font-ui);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 17px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 900;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.button--solid {
    color: var(--white);
    background: var(--blue);
    box-shadow: 0 18px 34px rgba(0, 102, 142, 0.32);
}

.button--glass {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.button--outline {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    gap: 6px;
}

.button--outline::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12c0 2.125.558 4.126 1.535 5.862L.057 23.571a.5.5 0 0 0 .612.612l5.709-1.478A11.953 11.953 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 22c-1.899 0-3.68-.524-5.2-1.436l-.372-.222-3.388.877.894-3.264-.242-.38A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.button--outline:hover,
.button--outline:focus-visible {
    background: rgba(37, 211, 102, 0.2);
    border-color: #25d366;
}

.hero-dock {
    position: absolute;
    top: 34px;
    right: max(20px, calc((100vw - var(--max)) / 2));
    left: auto;
    z-index: 4;
    transform: none;
    display: grid;
    grid-template-columns: 1fr;
    width: min(350px, calc(100% - 40px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero-dock__head {
    display: grid;
    grid-auto-flow: column;
    align-content: center;
    justify-content: space-between;
    gap: 4px;
    padding: 14px 16px;
    color: var(--white);
    background: linear-gradient(135deg, var(--dark), var(--blue));
}

.hero-dock__head span {
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 850;
    opacity: 0.82;
}

.hero-dock__head strong {
    font-family: var(--font-heading);
    font-size: 1rem;
}

.dock-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dock-actions a,
.deadline-list a {
    color: var(--ink);
    border-right: 1px solid var(--line);
}

.dock-actions a {
    display: grid;
    align-content: center;
    gap: 4px;
    min-height: 76px;
    padding: 12px;
    border-bottom: 1px solid var(--line);
}

.dock-actions a:nth-child(2n) {
    border-right: 0;
}

.dock-actions a:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.dock-actions strong,
.action-strip strong {
    font-family: var(--font-data);
    font-size: 0.92rem;
}

.dock-actions span,
.action-strip span,
.deadline-list span {
    color: var(--muted);
    font-family: var(--font-data);
    font-size: 0.8rem;
}

.deadline-list {
    display: grid;
}

.deadline-list a {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 32px;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
}

.deadline-list a:last-child {
    border-bottom: 0;
}

.deadline-list time {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 950;
}

.slider-toolbar {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 5;
    justify-content: flex-end;
    gap: 12px;
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-toolbar button {
    pointer-events: auto;
}

[data-slider-prev],
[data-slider-next] {
        font-family: var(--font-ui);
    min-width: 78px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    color: var(--white);
    background: rgba(4, 31, 47, 0.48);
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.slider-dots {
    gap: 8px;
    padding: 0 4px;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.slider-dots button.is-active {
    width: 30px;
    background: var(--gold);
}

.action-strip {
    padding: 22px 0;
    background: var(--mist);
}

.action-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.action-strip a {
    display: grid;
    align-content: center;
    min-height: 88px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(12, 74, 106, 0.06);
}

.action-strip a:hover,
.action-strip a:focus-visible,
.program-card:hover,
.service-grid article:hover,
.news-grid article:hover {
    border-color: rgba(69, 174, 205, 0.52);
    outline: none;
    box-shadow: 0 18px 38px rgba(12, 74, 106, 0.11);
}

.stats-row {
    color: var(--white);
    background: linear-gradient(135deg, #07344c, var(--blue));
}

.stats-row__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-row__grid div {
    padding: 26px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-row__grid div:last-child {
    border-right: 0;
}

.stats-row strong,
.stats-row span {
    display: block;
}

.stats-row strong {
    font-family: var(--font-data);
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    line-height: 1;
}

.stats-row span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--font-data);
    font-size: 0.86rem;
    font-weight: 800;
}

.section {
    padding: clamp(58px, 8vw, 92px) 0;
}

.section-head {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-head--left {
    margin-inline: 0;
    text-align: left;
}

.section-head .eyebrow,
.hub-copy .eyebrow,
.campus-copy .eyebrow,
.research-zone .eyebrow {
    color: var(--blue);
}

.section-head h2,
.hub-copy h2,
.campus-copy h2,
.research-zone h2 {
    font-size: clamp(1.65rem, 3.1vw, 2.65rem);
}

.section-head p,
.hub-copy p,
.campus-copy p,
.research-zone p {
    margin-top: 12px;
    color: var(--muted);
    font-family: var(--font-reading);
    font-size: 0.98rem;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.program-card,
.service-grid article,
.step-grid li,
.news-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
}

.program-card {
    display: grid;
    gap: 13px;
    min-height: 260px;
    padding: 20px;
}

.program-card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.program-card__top span {
    padding: 4px 9px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.17);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.11);
    font-size: 0.74rem;
    font-weight: 900;
}

.program-card h3,
.service-grid h3,
.news-grid h3 {
    font-size: 1.08rem;
}

.program-card p,
.service-grid p {
    color: var(--muted);
    font-size: 0.92rem;
}

.program-card a,
.news-grid a {
    margin-top: auto;
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 950;
}

.student-hub,
.news-calendar {
    background: var(--mist);
}

.hub-layout,
.admissions-layout,
.campus-layout,
.research-layout,
.news-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
}

.hub-copy .button {
    margin-top: 22px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.service-grid article {
    min-height: 150px;
    padding: 18px;
}

.service-grid h3,
.service-grid p,
.news-grid h3 {
    margin: 0;
}

.service-grid h3::before {
    content: "";
    display: block;
    width: 28px;
    height: 5px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--gold);
}

.admissions-flow {
    background: var(--white);
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step-grid li {
    min-height: 165px;
    padding: 20px;
    box-shadow: 0 10px 28px rgba(12, 74, 106, 0.06);
}

.step-grid span,
.step-grid strong {
    display: block;
}

.step-grid span {
    color: var(--cyan);
    font-weight: 950;
}

.step-grid strong {
    margin-top: 20px;
    font-size: 1.03rem;
}

.step-grid p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.92rem;
}

.campus-band {
    color: var(--white);
    background: #082f44;
}

.campus-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.campus-image {
    min-height: 390px;
    border-radius: 8px;
    background:
        linear-gradient(0deg, rgba(8, 47, 68, 0.18), rgba(8, 47, 68, 0.04)),
        url("/home/assets/img/mainslider/12.webp") center / cover;
}

.campus-copy .eyebrow,
.campus-copy p {
    color: #bdefff;
}

.campus-tags,
.research-metrics {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.campus-tags span,
.research-metrics span {
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
}

.campus-tags span {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.research-zone {
    background: linear-gradient(135deg, #ffffff 0%, #eef8fb 100%);
}

.research-layout {
    align-items: start;
}

.research-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.research-metrics span {
    min-height: 84px;
    display: grid;
    place-items: center;
    color: var(--dark);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(12, 74, 106, 0.07);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.news-grid article {
    display: grid;
    gap: 14px;
    min-height: 180px;
    padding: 20px;
}

.news-grid span {
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.site-footer {
    padding: 46px 0;
    color: rgba(255, 255, 255, 0.76);
    background: #082f44;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
}

.site-footer .brand__mark {
    color: var(--dark);
    background: var(--white);
    border-radius: 22px;
}

.site-footer .brand__text strong,
.site-footer a,
.site-footer h2 {
    color: var(--white);
}

.site-footer .brand__text small,
.site-footer p {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.site-footer p {
    margin: 0;
}

@media (max-width: 1080px) {
    .brand {
        min-width: 196px;
    }

    .main-menu a {
        padding: 0 8px;
        font-size: 0.76rem;
    }

    .main-menu .menu-trigger {
        padding: 0 8px;
        font-size: 0.76rem;
    }

    .hero-copy {
        max-width: min(550px, calc(100% - 350px));
    }

    .hero-dock {
        width: min(320px, calc(100% - 40px));
    }

    .program-grid,
    .action-strip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1440px) and (min-width: 1281px) {
    .brand--desktop-compact {
        max-width: clamp(96px, 9vw, 128px);
    }

    .main-menu__cluster--spread {
        justify-content: space-between;
        gap: 0;
    }

    .main-menu__cluster--spread .menu-group {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    .main-menu--desktop a,
    .main-menu--desktop .menu-trigger {
        width: 100%;
        justify-content: center;
        min-height: 36px;
        padding: 0 2px;
        font-size: clamp(0.56rem, 0.58vw, 0.68rem);
        letter-spacing: 0;
    }

    body[data-lang="ge"] .main-menu--desktop a,
    body[data-lang="ge"] .main-menu--desktop .menu-trigger {
        font-size: clamp(0.54rem, 0.56vw, 0.66rem);
    }

    body[data-lang="en"] .main-menu--desktop a,
    body[data-lang="en"] .main-menu--desktop .menu-trigger {
        font-size: clamp(0.62rem, 0.66vw, 0.76rem);
    }
}

@media (max-width: 1280px) {
    .topbar__primary {
        min-height: 44px;
    }

    .topbar__items {
        justify-content: flex-start;
        mask-image: linear-gradient(90deg, #000 92%, transparent 100%);
    }

    .topbar__link,
    .topbar__trigger {
        min-height: 44px;
        padding: 0 14px;
        font-size: 0.78rem;
    }

    .topbar__lang {
        min-height: 44px;
        position: sticky;
        right: 0;
        background: linear-gradient(90deg, rgba(10, 54, 82, 0) 0%, #0a3652 28%);
    }

    .topbar__panel {
        padding: 10px 0 12px;
    }

    .topbar__panel-row {
        min-height: 44px;
        gap: 8px;
    }

    .topbar__panel-link {
        min-height: 36px;
        flex: 0 0 auto;
    }

    .mainbar__inner {
        display: flex;
        min-height: 84px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 0;
    }

    .mainbar::before,
    .brand--desktop,
    .brand--desktop-compact,
    .main-menu--desktop {
        display: none;
    }

    .brand--mobile {
        display: inline-flex;
        min-width: 168px;
        max-width: 220px;
    }

    .brand--mobile .brand__mark img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 64px;
        object-fit: contain;
    }

    .nav-toggle {
        display: block;
    }

    .main-menu--mobile {
        position: fixed;
        left: 20px;
        right: 20px;
        top: calc(var(--v16-site-header-offset, 128px) + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .main-menu--mobile.is-open {
        display: flex;
    }

    .main-menu--mobile a,
    .main-menu--mobile .menu-trigger {
        justify-content: space-between;
        min-height: 50px;
        width: 100%;
        font-size: 1.18rem;
    }

    .main-menu--mobile .main-menu__apply {
        margin-left: 0;
        justify-content: center;
        order: 20;
    }

    .main-menu--mobile > a:last-child {
        order: 22;
    }

    .main-menu--mobile .menu-group {
        width: 100%;
    }

    .main-menu--mobile .menu-group--mobile-aux {
        border-top: 1px solid rgba(15, 34, 48, 0.08);
        padding-top: 8px;
    }

    .main-menu--mobile .submenu {
        position: static;
        display: none;
        min-width: 0;
        margin: 2px 0 8px;
        padding: 6px;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: 0 14px 32px rgba(7, 20, 33, 0.16);
        background: rgba(255, 255, 255, 0.62);
    }

    .main-menu--mobile .submenu__parent-link {
        font-weight: 800;
        color: var(--color-primary);
    }

    .main-menu--mobile .menu-group.is-open > .submenu,
    .main-menu--mobile .menu-group:focus-within > .submenu {
        display: grid;
    }

}

@media (max-width: 820px) {
    .main-menu--mobile {
        top: calc(var(--v16-site-header-offset, 128px) + 10px);
    }

    .mainbar__inner {
        display: flex;
        min-height: 84px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 0;
    }

    .mainbar::before,
    .brand--desktop,
    .brand--desktop-compact,
    .main-menu--desktop {
        display: none;
    }

    .brand--mobile {
        display: inline-flex;
        min-width: 168px;
        max-width: 220px;
    }

    .brand--mobile .brand__mark img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 64px;
        object-fit: contain;
    }

    .nav-toggle {
        display: block;
    }

    .main-menu--mobile {
        position: fixed;
        left: 20px;
        right: 20px;
        top: calc(var(--v16-site-header-offset, 128px) + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .main-menu--mobile.is-open {
        display: flex;
    }

    .main-menu--mobile a,
    .main-menu--mobile .menu-trigger {
        justify-content: space-between;
        min-height: 50px;
        width: 100%;
        font-size: 1.18rem;
    }

    .main-menu--mobile .main-menu__apply {
        margin-left: 0;
        justify-content: center;
        order: 20;
    }

    .main-menu--mobile > a:last-child {
        order: 22;
    }

    .main-menu--mobile .menu-group {
        width: 100%;
    }

    .main-menu--mobile .submenu {
        position: static;
        display: none;
        min-width: 0;
        margin: 2px 0 8px;
        padding: 6px;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: 0 14px 32px rgba(7, 20, 33, 0.16);
        background: rgba(255, 255, 255, 0.62);
    }

    .main-menu--mobile .menu-group.is-open > .submenu,
    .main-menu--mobile .menu-group:focus-within > .submenu {
        display: grid;
    }

    .topbar .submenu {
        top: calc(100% + 6px);
        right: auto;
        left: 0;
    }

    .site-search {
        align-items: stretch;
        padding: 92px 14px 18px;
    }

    .site-search__dialog {
        max-height: calc(100vh - 110px);
        padding: 18px;
    }

    .student-hero,
    .hero-slide__content {
        min-height: 760px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-slide__content {
        align-items: flex-start;
        padding-top: 70px;
        padding-bottom: 250px;
    }

    .hero-search {
        top: 22px;
        left: 50%;
        width: min(100% - 40px, 430px);
        transform: translateX(-50%);
    }

    .hero-dock {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 82px;
        transform: translateX(-50%);
        grid-template-columns: 1fr;
        width: min(var(--max), calc(100% - 40px));
    }

    .hero-dock__head {
        grid-auto-flow: column;
        justify-content: space-between;
    }

    .dock-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slider-toolbar {
        justify-content: flex-end;
    }

    .stats-row__grid,
    .hub-layout,
    .admissions-layout,
    .campus-layout,
    .research-layout,
    .news-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .stats-row__grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .stats-row__grid div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, var(--max));
    }

    .brand--mobile {
        min-width: 0;
        max-width: 146px;
    }

    .brand--mobile .brand__mark {
        width: auto;
        height: auto;
        flex-basis: auto;
        border-radius: 0;
    }

    .brand--mobile .brand__mark img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 46px;
        object-fit: contain;
    }

    .brand--mobile .brand__text small {
        display: none;
    }

    .main-menu--mobile {
        left: 14px;
        right: 14px;
        top: 92px;
    }

    .student-hero,
    .hero-slide__content {
        min-height: 820px;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-copy p {
        font-size: 0.95rem;
    }

    .hero-search {
        min-height: 52px;
        border-radius: 12px;
    }

    .hero-search input {
        height: 40px;
        padding: 0 12px;
    }

    .hero-search button {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .hero-actions,
    .button {
        width: 100%;
    }
}

:root {
    --v16-bg: #eef5f9;
    --v16-ink: #0f2230;
    --v16-deep: #0d3d57;
    --v16-ocean: #0b6c8f;
    --v16-cyan: #66d6e7;
    --v16-sky: #dff6fb;
    --v16-gold: #f4b24e;
    --v16-line: #d9e7ef;
    --v16-glass: rgba(255, 255, 255, 0.54);
    --v16-glass-strong: rgba(255, 255, 255, 0.78);
    --v16-shadow: 0 24px 80px rgba(8, 44, 66, 0.12);
    --v16-radius: 28px;
}

body.v16-body {
    background:
        radial-gradient(circle at top left, rgba(102, 214, 231, 0.28), transparent 28%),
        radial-gradient(circle at top right, rgba(244, 178, 78, 0.22), transparent 24%),
        linear-gradient(180deg, #f7fbfd 0%, var(--v16-bg) 38%, #edf4f7 100%);
    color: var(--v16-ink);
}

.v16-main {
    overflow: clip;
}

.main-menu__search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(16, 47, 66, 0.08);
    border-radius: 999px;
    background: rgba(11, 108, 143, 0.07);
    color: var(--ink);
    font-family: var(--font-nav);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
}

.main-menu__search:hover,
.main-menu__search:focus-visible {
    background: rgba(69, 174, 205, 0.16);
    color: var(--blue);
    outline: none;
}

.v16-section,
.v16-page-hero,
.v16-hero {
    position: relative;
}

.v16-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--v16-ocean);
    font-family: "Space Grotesk", "Noto Sans Georgian", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.v16-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: linear-gradient(90deg, var(--v16-ocean), transparent);
}

.v16-hero {
    padding: clamp(42px, 7vw, 88px) 0 clamp(56px, 8vw, 96px);
}

.v16-hero__grid,
.v16-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
}

.v16-hero__copy,
.v16-page-hero__copy {
    display: grid;
    gap: 18px;
}

.v16-hero__actions,
.v16-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v16-btn--with-icon {
    gap: 10px;
}

.v16-btn__icon {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.v16-page-hero__actions--structure .v16-btn--with-icon .v16-btn__icon path:last-child {
    fill: currentColor;
    stroke: none;
}

.v16-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.v16-btn:hover,
.v16-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.v16-btn--solid {
    color: #fff;
    background: linear-gradient(135deg, #0b6c8f, #0d3d57);
    box-shadow: 0 18px 46px rgba(11, 108, 143, 0.26);
}

.v16-btn--glass {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
}

.v16-btn--text {
    color: #fff;
    background: transparent;
}

.v16-hero__media,
.v16-page-hero__panel {
    position: relative;
}

.v16-hero__image-wrap,
.v16-page-hero__panel,
.v16-footer__panel,
.v16-reading-panel,
.v16-world-panel,
.v16-timeline-wrap,
.v16-action-card,
.v16-announce-item,
.v16-editorial-card,
.v16-program-card,
.v16-staff-card,
.v16-highlight-grid article,
.v16-service-tile,
.v16-cost-panel,
.v16-global-cta__inner,
.v16-glass-card {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: var(--v16-glass);
    box-shadow: var(--v16-shadow);
    backdrop-filter: blur(18px);
}

.v16-hero__image-wrap {
    overflow: hidden;
    border-radius: 36px;
    min-height: 620px;
}

.v16-hero__image-wrap img,
.v16-page-hero__panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-orb {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(6px);
}

.v16-orb--cyan {
    top: -14px;
    right: 18px;
    width: 140px;
    height: 140px;
    background: rgba(102, 214, 231, 0.52);
}

.v16-orb--gold {
    bottom: 22px;
    left: -12px;
    width: 180px;
    height: 180px;
    background: rgba(244, 178, 78, 0.28);
}

.v16-stat-cluster {
    position: absolute;
    right: -18px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(430px, calc(100% - 24px));
}

.v16-glass-card,
.v16-glass-card--stat,
.v16-glass-card--mini,
.v16-page-hero__panel,
.v16-reading-panel,
.v16-timeline-wrap,
.v16-footer__panel,
.v16-world-panel,
.v16-action-card,
.v16-staff-card,
.v16-editorial-card,
.v16-announce-item,
.v16-program-card,
.v16-highlight-grid article,
.v16-service-tile,
.v16-cost-panel,
.v16-global-cta__inner {
    border-radius: var(--v16-radius);
}

.v16-glass-card--stat {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.v16-glass-card--stat strong {
    font-size: 1.9rem;
    line-height: 1;
}

.v16-glass-card--stat span,
.v16-glass-card--mini span,
.v16-service-tile span,
.v16-program-card p,
.v16-action-card p,
.v16-highlight-grid p,
.v16-reading-panel p,
.v16-editorial-card__body p,
.v16-announce-item p,
.v16-staff-card p,
.v16-world-links span,
.v16-timeline li span {
    color: rgba(15, 34, 48, 0.74);
}

.v16-quick-grid,
.v16-card-grid,
.v16-highlight-grid,
.v16-service-grid,
.v16-world-links,
.v16-staff-grid {
    display: grid;
    gap: 16px;
}

.v16-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.v16-glass-card--mini {
    display: grid;
    gap: 8px;
    padding: 18px;
    text-decoration: none;
}

.v16-section {
    padding: clamp(44px, 7vw, 92px) 0;
}

.v16-section--alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(223, 246, 251, 0.62));
}

.v16-section--news {
    background: linear-gradient(180deg, rgba(13, 61, 87, 0.04), rgba(255, 255, 255, 0.18));
}

.v16-section-head {
    display: grid;
    gap: 10px;
    max-width: 720px;
    margin-bottom: 28px;
}

.v16-section-head h2,
.v16-page-hero__copy h1 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1;
    color: var(--v16-ink);
}

.v16-section-head--compact h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.v16-program-list {
    display: grid;
    gap: 18px;
}

.v16-program-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.38fr) auto;
    gap: 18px;
    padding: 24px 24px 24px 34px;
    align-items: center;
}

.v16-program-card__ribbon {
    position: absolute;
    inset: 18px auto 18px 14px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--v16-cyan), var(--v16-gold));
}

.v16-program-card__meta,
.v16-editorial-card__body span,
.v16-announce-item span,
.v16-staff-card a,
.v16-tag-row span,
.v16-facts-grid dt {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-program-card a,
.v16-action-card a,
.v16-staff-card a,
.v16-editorial-card h3 a,
.v16-announce-item {
    text-decoration: none;
}

.v16-split-band {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(24px, 5vw, 46px);
    align-items: start;
}

.v16-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v16-service-tile {
    display: grid;
    gap: 12px;
    padding: 20px;
    text-decoration: none;
}

.v16-service-tile__index {
    color: var(--v16-ocean);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
}

.v16-timeline-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(24px, 5vw, 42px);
    padding: 28px;
}

.v16-timeline {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-timeline li {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 18px 18px 18px 26px;
    border-left: 2px solid rgba(11, 108, 143, 0.22);
}

.v16-timeline li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 21px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--v16-ocean), var(--v16-cyan));
}

.v16-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 22px;
}

.v16-editorial-list,
.v16-announce-list {
    display: grid;
    gap: 16px;
}

.v16-editorial-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
    gap: 18px;
    padding: 16px;
}

.v16-editorial-card.is-featured {
    grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr);
}

.v16-editorial-card__media {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    min-height: 180px;
}

.v16-editorial-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-editorial-card__body {
    display: grid;
    gap: 10px;
    align-content: start;
}

.v16-announce-item {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.v16-cost-panel {
    display: grid;
    gap: 12px;
    padding: 24px;
}

.v16-cost-panel div {
    display: grid;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 34, 48, 0.08);
}

.v16-cost-panel div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.v16-cost-panel strong {
    font-size: 0.95rem;
}

.v16-cost-panel span {
    color: rgba(15, 34, 48, 0.72);
}

.v16-world-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 22px;
    padding: 26px;
    color: #fff;
    background: linear-gradient(135deg, rgba(13, 61, 87, 0.92), rgba(8, 30, 44, 0.96));
}

.v16-world-panel .v16-kicker,
.v16-world-panel h2,
.v16-world-links strong,
.v16-world-links span {
    color: #fff;
}

.v16-world-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v16-world-links a {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 22px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
}

.v16-page-hero {
    padding: clamp(38px, 6vw, 74px) 0 22px;
}

.v16-page-hero__panel,
.v16-reading-panel,
.v16-structure-intro {
    padding: 24px;
}

.v16-page-hero__panel img {
    border-radius: 22px;
}

.v16-tag-row,
.v16-facts-grid {
    display: grid;
    gap: 12px;
}

.v16-tag-row {
    grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
}

.v16-tag-row span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.v16-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v16-facts-grid div {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.46);
}

.v16-facts-grid dd {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.v16-reading-panel {
    display: grid;
    gap: 18px;
    max-width: 900px;
}

.v16-page-sections {
    display: grid;
    gap: 20px;
}

.v16-reading-panel--section {
    max-width: none;
}

.v16-section-head--reading {
    margin-bottom: 0;
}

.v16-reading-list,
.v16-contact-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.v16-reading-list {
    padding-left: 20px;
}

.v16-reading-list li {
    color: rgba(15, 34, 48, 0.82);
    line-height: 1.7;
}

.v16-contact-list div {
    display: grid;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 34, 48, 0.08);
}

.v16-contact-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.v16-contact-list dt,
.v16-table th {
    color: var(--v16-ocean);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-contact-list dd {
    margin: 0;
}

.v16-contact-list a,
.v16-reading-panel a {
    color: var(--v16-deep);
    text-decoration: none;
}

.v16-contact-list a:hover,
.v16-contact-list a:focus-visible,
.v16-reading-panel a:hover,
.v16-reading-panel a:focus-visible {
    text-decoration: underline;
}

.v16-table-wrap {
    overflow-x: auto;
}

.v16-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.v16-table th,
.v16-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 34, 48, 0.08);
    vertical-align: top;
}

.v16-table td {
    color: rgba(15, 34, 48, 0.82);
    line-height: 1.6;
}

.v16-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.v16-action-card--link {
    color: inherit;
}

.v16-reading-note {
    padding: 14px 16px;
    border-left: 4px solid rgba(11, 108, 143, 0.24);
    border-radius: 16px;
    background: rgba(223, 246, 251, 0.46);
}

.v16-legacy-content {
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ── Full-width legacy content: remove v16 panel & container constraints ── */
.v16-reading-panel.v16-legacy-content {
    max-width: none;
    padding: 0;
    overflow-x: hidden;
}

/* Tailwind's container caps width at 768px — override for legacy sections */
.v16-section:has(.v16-legacy-content) > .container {
    max-width: none;
    width: 100%;
    overflow-x: hidden;
}

/* ── Reset nested <main> ── */
.v16-legacy-content main {
    display: block;
}

/* ── Reset legacy Bootstrap containers already inside v16's container ── */
.v16-legacy-content .container,
.v16-legacy-content .container-fluid {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* ── Normalise legacy Bootstrap rows ── */
.v16-legacy-content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 22px;
}
.v16-legacy-content .row::after {
    content: "";
    display: table;
    clear: both;
}

/* ── Bootstrap gap utility ── */
.v16-legacy-content .g-4 {
    --legacy-gap: 24px;
    gap: var(--legacy-gap);
}
.v16-legacy-content .g-3 { gap: 16px; }
.v16-legacy-content .g-2 { gap: 8px;  }

/* ── Normalise legacy Bootstrap columns ── */
.v16-legacy-content [class*="col-"] {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 auto;
    float: none;
    width: auto;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .v16-legacy-content [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .v16-legacy-content .col-md-6  { flex: 0 0 50%;     max-width: 50%; }
    .v16-legacy-content .col-md-5  { flex: 0 0 41.666%; max-width: 41.666%; }
    .v16-legacy-content .col-md-7  { flex: 0 0 58.333%; max-width: 58.333%; }
    .v16-legacy-content .col-md-4  { flex: 0 0 33.333%; max-width: 33.333%; }
    .v16-legacy-content .col-md-8  { flex: 0 0 66.666%; max-width: 66.666%; }
    .v16-legacy-content .col-md-3  { flex: 0 0 25%;     max-width: 25%; }
    .v16-legacy-content .col-md-9  { flex: 0 0 75%;     max-width: 75%; }
    .v16-legacy-content .col-md-12 { flex: 0 0 100%;    max-width: 100%; }
    .v16-legacy-content .col-lg-6  { flex: 0 0 50%;     max-width: 50%; }
    .v16-legacy-content .col-lg-5  { flex: 0 0 41.666%; max-width: 41.666%; }
    .v16-legacy-content .col-lg-7  { flex: 0 0 58.333%; max-width: 58.333%; }
    .v16-legacy-content .col-lg-4  { flex: 0 0 33.333%; max-width: 33.333%; }
    .v16-legacy-content .col-lg-8  { flex: 0 0 66.667%; max-width: 66.667%; }
    .v16-legacy-content .col-lg-3  { flex: 0 0 25%;     max-width: 25%; }
    .v16-legacy-content .col-lg-9  { flex: 0 0 75%;     max-width: 75%; }
    .v16-legacy-content .col-lg-12 { flex: 0 0 100%;    max-width: 100%; }
}

/* ── Bootstrap display utilities ── */
.v16-legacy-content .d-flex           { display: flex; }
.v16-legacy-content .d-block          { display: block; }
.v16-legacy-content .d-none           { display: none; }
.v16-legacy-content .d-inline-flex    { display: inline-flex; }
.v16-legacy-content .align-items-center { align-items: center; }
.v16-legacy-content .align-items-start  { align-items: flex-start; }
.v16-legacy-content .justify-content-center { justify-content: center; }
.v16-legacy-content .justify-content-between { justify-content: space-between; }
.v16-legacy-content .flex-wrap        { flex-wrap: wrap; }
.v16-legacy-content .flex-column      { flex-direction: column; }

/* ── Bootstrap spacing utilities ── */
.v16-legacy-content .p-0  { padding: 0; }
.v16-legacy-content .p-2  { padding: 8px; }
.v16-legacy-content .p-3  { padding: 16px; }
.v16-legacy-content .p-4  { padding: 24px; }
.v16-legacy-content .p-5  { padding: 48px; }
.v16-legacy-content .pt-3 { padding-top: 16px; }
.v16-legacy-content .pt-4 { padding-top: 24px; }
.v16-legacy-content .pt-5 { padding-top: 48px; }
.v16-legacy-content .pb-3 { padding-bottom: 16px; }
.v16-legacy-content .pb-4 { padding-bottom: 24px; }
.v16-legacy-content .pb-5 { padding-bottom: 48px; }
.v16-legacy-content .px-3 { padding-left: 16px; padding-right: 16px; }
.v16-legacy-content .px-4 { padding-left: 24px; padding-right: 24px; }
.v16-legacy-content .py-3 { padding-top: 16px; padding-bottom: 16px; }
.v16-legacy-content .py-4 { padding-top: 24px; padding-bottom: 24px; }
.v16-legacy-content .py-5 { padding-top: 48px; padding-bottom: 48px; }
.v16-legacy-content .m-0  { margin: 0; }
.v16-legacy-content .mb-0 { margin-bottom: 0; }
.v16-legacy-content .mb-1 { margin-bottom: 4px; }
.v16-legacy-content .mb-2 { margin-bottom: 8px; }
.v16-legacy-content .mb-3 { margin-bottom: 16px; }
.v16-legacy-content .mb-4 { margin-bottom: 24px; }
.v16-legacy-content .mb-5 { margin-bottom: 48px; }
.v16-legacy-content .mt-0 { margin-top: 0; }
.v16-legacy-content .mt-1 { margin-top: 4px; }
.v16-legacy-content .mt-2 { margin-top: 8px; }
.v16-legacy-content .mt-3 { margin-top: 16px; }
.v16-legacy-content .mt-4 { margin-top: 24px; }
.v16-legacy-content .mt-5 { margin-top: 48px; }
.v16-legacy-content .me-1 { margin-right: 4px; }
.v16-legacy-content .me-2 { margin-right: 8px; }
.v16-legacy-content .me-3 { margin-right: 16px; }
.v16-legacy-content .me-4 { margin-right: 24px; }
.v16-legacy-content .ms-1 { margin-left: 4px; }
.v16-legacy-content .ms-2 { margin-left: 8px; }
.v16-legacy-content .ms-3 { margin-left: 16px; }
.v16-legacy-content .ms-4 { margin-left: 24px; }
.v16-legacy-content .my-2 { margin-top: 8px;  margin-bottom: 8px;  }
.v16-legacy-content .my-3 { margin-top: 16px; margin-bottom: 16px; }
.v16-legacy-content .my-4 { margin-top: 24px; margin-bottom: 24px; }
.v16-legacy-content .mx-auto { margin-left: auto; margin-right: auto; }

/* ── Bootstrap text utilities ── */
.v16-legacy-content .text-center  { text-align: center; }
.v16-legacy-content .text-right   { text-align: right; }
.v16-legacy-content .text-left    { text-align: left; }
.v16-legacy-content .text-muted   { color: rgba(15, 34, 48, 0.55); }
.v16-legacy-content .fw-bold      { font-weight: 700; }
.v16-legacy-content .fw-semibold  { font-weight: 600; }
.v16-legacy-content .small        { font-size: 0.875em; }

/* ── Bootstrap border utilities ── */
.v16-legacy-content .border-0     { border: 0 !important; }
.v16-legacy-content .rounded      { border-radius: 12px; }
.v16-legacy-content .rounded-3    { border-radius: 16px; }
.v16-legacy-content .rounded-4    { border-radius: 20px; }

/* ── Bootstrap shadow ── */
.v16-legacy-content .shadow-sm {
    box-shadow: 0 2px 12px rgba(15, 34, 48, 0.08);
}

/* ── Bootstrap cards ── */
.v16-legacy-content .card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}
.v16-legacy-content .card-body {
    flex: 1 1 auto;
    padding: 16px;
}
.v16-legacy-content .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--v16-ink);
    margin: 0 0 8px;
}
.v16-legacy-content .card-text {
    color: rgba(15, 34, 48, 0.75);
    line-height: 1.65;
}
.v16-legacy-content .card.h-100 { height: 100%; }

/* ── Section title ── */
.v16-legacy-content .section-title {
    margin-bottom: 32px;
}
.v16-legacy-content .section-title h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--v16-ink);
    margin: 0;
}
.v16-legacy-content .section-title p {
    color: rgba(15, 34, 48, 0.6);
    margin: 6px 0 0;
}
.v16-legacy-content .section-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--v16-ocean), var(--v16-cyan));
}

/* ── Freshman custom cards ── */
.v16-legacy-content .freshman-card {
    border-radius: 20px;
}
.v16-legacy-content .freshman-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(11, 108, 143, 0.1), rgba(102, 214, 231, 0.15));
    color: var(--v16-ocean);
    font-size: 1.3rem;
    flex-shrink: 0;
}
.v16-legacy-content .freshman-icon-box i {
    display: inline-block;
    width: 1em;
    height: 1em;
}

/* ── Freshman vertical table (program info / exam scores) ── */
.v16-legacy-content .freshman-table-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--v16-ocean);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(11, 108, 143, 0.15);
}
.v16-legacy-content .freshman-vtable {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(223, 246, 251, 0.3);
}
.v16-legacy-content .freshman-vtable-row {
    display: flex;
    align-items: baseline;
    padding: 10px 14px;
}
.v16-legacy-content .freshman-vtable-row + .freshman-vtable-row {
    border-top: 1px solid rgba(15, 34, 48, 0.06);
}
.v16-legacy-content .freshman-vtable-row > :first-child {
    flex: 0 0 120px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(15, 34, 48, 0.65);
}
.v16-legacy-content .freshman-vtable-row > :last-child {
    flex: 1;
    font-weight: 600;
    color: var(--v16-ink);
}

/* ── General utility mimics ── */
.v16-legacy-content .clearfix::after { content: ""; display: table; clear: both; }
.v16-legacy-content .w-100     { width: 100%; }
.v16-legacy-content .gap-3     { gap: 16px; }
.v16-legacy-content .gap-4     { gap: 24px; }

/* ── Button variants ── */
.v16-legacy-content .btn-outline-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1.5px solid var(--v16-ocean);
    border-radius: 999px;
    color: var(--v16-ocean);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    background: transparent;
    transition: all 0.2s ease;
}
.v16-legacy-content .btn-outline-primary:hover {
    background: var(--v16-ocean);
    color: #fff;
}
.v16-legacy-content .btn-sm { font-size: 0.8rem; padding: 5px 14px; }
.v16-legacy-content .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, var(--v16-ocean), var(--v16-deep));
}

/* ── Bootstrap Icons fallback ── */
.v16-legacy-content .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}
/* Icon placeholders using CSS (no font required) */
.v16-legacy-content .bi-book::before             { content: "📘"; font-style: normal; }
.v16-legacy-content .bi-clipboard-check::before  { content: "📋"; font-style: normal; }
.v16-legacy-content .bi-arrow-right::before      { content: "→"; font-style: normal; }
.v16-legacy-content .bi-people::before           { content: "👥"; font-style: normal; }
.v16-legacy-content .bi-hospital::before         { content: "🏥"; font-style: normal; }
.v16-legacy-content .bi-globe::before            { content: "🌐"; font-style: normal; }
.v16-legacy-content .bi-laptop::before           { content: "💻"; font-style: normal; }
.v16-legacy-content .bi-check-circle::before     { content: "✅"; font-style: normal; }
.v16-legacy-content .bi-star::before             { content: "⭐"; font-style: normal; }
.v16-legacy-content .bi-heart::before            { content: "❤️"; font-style: normal; }
.v16-legacy-content .bi-award::before            { content: "🏆"; font-style: normal; }
.v16-legacy-content .bi-bank::before             { content: "🏦"; font-style: normal; }
.v16-legacy-content .bi-telephone::before        { content: "📞"; font-style: normal; }
.v16-legacy-content .bi-envelope::before         { content: "✉️"; font-style: normal; }
.v16-legacy-content .bi-geo-alt::before          { content: "📍"; font-style: normal; }
.v16-legacy-content .bi-calendar::before         { content: "📅"; font-style: normal; }
.v16-legacy-content .bi-clock::before            { content: "🕐"; font-style: normal; }
.v16-legacy-content .bi-play-circle::before      { content: "▶️"; font-style: normal; }

/* ── AOS animation fallback (show immediately, no JS needed) ── */
.v16-legacy-content [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
}

/* ── Generic inner page sections ── */
.v16-legacy-content .inner-page {
    padding: 0;
}
.v16-legacy-content section {
    margin-bottom: 32px;
    padding: 0;
}

/* ══════════════════════════════════════════════════════════════
   GENERIC TYPOGRAPHY RESET (keep after all specific overrides)
   ══════════════════════════════════════════════════════════════ */
.v16-legacy-content > :first-child { margin-top: 0; }
.v16-legacy-content > :last-child  { margin-bottom: 0; }

.v16-legacy-content h1,
.v16-legacy-content h2,
.v16-legacy-content h3,
.v16-legacy-content h4,
.v16-legacy-content h5,
.v16-legacy-content h6 {
    margin: 1.4em 0 0.5em;
    color: var(--v16-ink);
    line-height: 1.18;
}

.v16-legacy-content p,
.v16-legacy-content li,
.v16-legacy-content td,
.v16-legacy-content th,
.v16-legacy-content label,
.v16-legacy-content blockquote {
    color: rgba(15, 34, 48, 0.84);
    line-height: 1.75;
}

.v16-legacy-content p,
.v16-legacy-content ul,
.v16-legacy-content ol,
.v16-legacy-content table,
.v16-legacy-content figure,
.v16-legacy-content form {
    margin: 0 0 18px;
}

.v16-legacy-content ul,
.v16-legacy-content ol {
    padding-left: 22px;
}

.v16-legacy-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.v16-legacy-content a {
    color: var(--v16-deep);
}

.v16-legacy-content table {
    width: 100%;
    border-collapse: collapse;
}

.v16-legacy-content th,
.v16-legacy-content td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(15, 34, 48, 0.08);
    text-align: left;
    vertical-align: top;
}

.v16-legacy-content .btn,
.v16-legacy-content button:not(.btn-outline-primary):not(.btn-primary),
.v16-legacy-content input[type="submit"],
.v16-legacy-content input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, var(--v16-ocean), var(--v16-deep));
}

.v16-legacy-content input,
.v16-legacy-content select,
.v16-legacy-content textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(15, 34, 48, 0.12);
    border-radius: 12px;
    background: #fff;
}

.v16-legacy-content iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
}

/* ── Override absolute/fixed positioning ── */
.v16-legacy-content [style*="position:absolute"],
.v16-legacy-content [style*="position: absolute"],
.v16-legacy-content .position-absolute,
.v16-legacy-content [style*="position:fixed"],
.v16-legacy-content [style*="position: fixed"],
.v16-legacy-content .position-fixed {
    position: relative !important;
}

.v16-legacy-content .row,
.v16-legacy-content [class*="col-"] {
    float: none;
}

.v16-highlight-grid,
.v16-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v16-highlight-grid article,
.v16-action-card {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.v16-staff-groups {
    display: grid;
    gap: 24px;
}

.v16-staff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v16-staff-card {
    overflow: hidden;
}

.v16-staff-card__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(102, 214, 231, 0.24), rgba(244, 178, 78, 0.18));
}

.v16-staff-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-staff-card__body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.v16-staff-card__bio {
    font-size: 0.92rem;
}

.v16-footer {
    padding: 0 0 48px;
}

.v16-global-cta {
    padding: 0 0 24px;
}

.v16-global-cta__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
}

.v16-global-cta__inner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--v16-ink);
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.72);
}

.v16-global-cta__inner a:first-child {
    color: #fff;
    background: linear-gradient(135deg, var(--v16-ocean), var(--v16-deep));
}

.v16-footer__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 22px;
    padding: 28px;
}

.v16-footer__brand,
.v16-footer__meta,
.v16-footer__meta div {
    display: grid;
    gap: 10px;
}

.v16-footer__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v16-footer__meta span {
    color: rgba(15, 34, 48, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.v16-footer__meta a,
.v16-footer__meta strong {
    text-decoration: none;
}

@media (max-width: 1100px) {
    .v16-hero__grid,
    .v16-page-hero__grid,
    .v16-split-band,
    .v16-timeline-wrap,
    .v16-news-grid,
    .v16-world-panel,
    .v16-footer__panel {
        grid-template-columns: 1fr;
    }

    .v16-program-card,
    .v16-editorial-card,
    .v16-world-links,
    .v16-highlight-grid,
    .v16-card-grid,
    .v16-staff-grid,
    .v16-global-cta__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .main-menu__search {
        order: 19;
        width: 100%;
        justify-content: center;
    }

    .v16-quick-grid,
    .v16-service-grid,
    .v16-program-card,
    .v16-editorial-card,
    .v16-world-links,
    .v16-link-grid,
    .v16-highlight-grid,
    .v16-card-grid,
    .v16-staff-grid,
    .v16-contact-band__panel,
    .v16-footer__meta,
    .v16-global-cta__inner {
        grid-template-columns: 1fr;
    }

    .v16-legacy-content .row {
        grid-template-columns: 1fr;
    }

    .v16-hero__image-wrap {
        min-height: 420px;
    }

    .v16-stat-cluster {
        position: static;
        width: 100%;
        margin-top: 14px;
    }
}

@media (max-width: 640px) {
    .v16-hero__actions,
    .v16-page-hero__actions {
        flex-direction: column;
    }

    .v16-btn {
        width: 100%;
    }

    .v16-hero__image-wrap {
        min-height: 320px;
    }

    .v16-facts-grid {
        grid-template-columns: 1fr;
    }

    .v16-footer__panel,
    .v16-reading-panel,
    .v16-timeline-wrap,
    .v16-page-hero__panel,
    .v16-action-card,
    .v16-program-card,
    .v16-service-tile,
    .v16-editorial-card,
    .v16-announce-item,
    .v16-cost-panel,
    .v16-contact-band__panel,
    .v16-global-cta__inner {
        padding: 18px;
    }

    .v16-contact-band {
        padding-inline: 16px;
    }
}

.v16-view--home .v16-main {
    background:
        radial-gradient(circle at top left, rgba(39, 170, 225, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fcff 0%, #eef6fb 38%, #ffffff 100%);
}

.v16-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b5f99;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-home-kicker::before {
    content: "";
    width: 32px;
    height: 1px;
    background: currentColor;
    opacity: 0.45;
}

.v16-home-section {
    position: relative;
    padding: clamp(34px, 5.5vw, 72px) 0;
}

.v16-home-section--clean {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(234, 246, 255, 0.55));
}

.v16-home-section--programs,
.v16-home-section--timeline,
.v16-home-section--announcements {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 246, 251, 0.88));
}

.v16-home-section--trust,
.v16-home-section--news {
    background: linear-gradient(180deg, rgba(7, 55, 99, 0.03), rgba(255, 255, 255, 0.92));
}

.v16-home-section__intro {
    display: grid;
    gap: 10px;
    max-width: 760px;
    margin-bottom: 22px;
}

.v16-home-section__intro h2 {
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.04;
    color: #102033;
}

.v16-home-section__intro p {
    max-width: 62ch;
    color: #5f6b7a;
    font-size: 0.96rem;
    line-height: 1.6;
}

.v16-home-section__intro--tight h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}

.v16-home-section__intro--center {
    margin-inline: auto;
    text-align: center;
}

.v16-home-section__intro--center p {
    margin-inline: auto;
}

.v16-home-section__intro--between {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    max-width: none;
}

.v16-home-inline-link {
    color: #005ea8;
    font-weight: 800;
    text-decoration: none;
}

.v16-home-inline-link:hover,
.v16-home-inline-link:focus-visible {
    color: #073763;
    text-decoration: underline;
}

.v16-home-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(18px, 3vw, 32px) 0 clamp(30px, 4vw, 56px);
}

.v16-home-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.v16-home-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(90deg, rgba(7, 20, 33, 0.66) 0%, rgba(7, 20, 33, 0.5) 36%, rgba(7, 20, 33, 0.28) 62%, rgba(7, 20, 33, 0.4) 100%),
    linear-gradient(180deg, rgba(7, 55, 99, 0.16), rgba(7, 55, 99, 0.34));
}

.v16-home-hero::before,
.v16-home-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.v16-home-hero::before {
    top: 4%;
    left: -3%;
    width: 180px;
    height: 180px;
    background: rgba(39, 170, 225, 0.08);
}

.v16-home-hero::after {
    right: -4%;
    bottom: 8%;
    width: 220px;
    height: 220px;
    background: rgba(0, 94, 168, 0.06);
}

.v16-home-hero__shell {
    position: relative;
    z-index: 1;
}

/* EN cover CTA → Zoom webinar (upper glowing yellow button) */
.v16-home-hero__webinar-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(72px, 16vh, 160px) 1rem 1rem;
    pointer-events: none;
}

.v16-home-hero__webinar-btn {
    pointer-events: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(92vw, 420px);
    width: auto;
    padding: 1rem 1.85rem;
    border-radius: 999px;
    font-family: var(--font-heading), "Instrument Sans", sans-serif;
    font-size: clamp(0.92rem, 2.4vw, 1.15rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    color: #1a1200;
    background: linear-gradient(180deg, #ffe27a 0%, #ffd000 42%, #ffb400 100%);
    border: 2px solid #fff3b0;
    box-shadow:
        0 0 18px rgba(255, 210, 0, 0.75),
        0 0 42px rgba(255, 180, 0, 0.45),
        0 12px 28px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.2s ease, filter 0.2s ease;
    animation: v16-home-webinar-glow 1.8s ease-in-out infinite;
}

.v16-home-hero__webinar-btn-glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 62%);
    opacity: 0.55;
    animation: v16-home-webinar-shine 2.4s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.v16-home-hero__webinar-btn-label {
    position: relative;
    z-index: 1;
}

.v16-home-hero__webinar-btn:hover,
.v16-home-hero__webinar-btn:focus-visible {
    color: #120c00;
    text-decoration: none;
    transform: translateY(-3px) scale(1.04);
    filter: brightness(1.06);
    outline: none;
}

.v16-home-hero__webinar-btn:focus-visible {
    box-shadow:
        0 0 0 3px #fff,
        0 0 0 6px #ffb400,
        0 0 28px rgba(255, 210, 0, 0.9),
        0 14px 32px rgba(0, 0, 0, 0.4);
}

@keyframes v16-home-webinar-glow {
    0%,
    100% {
        box-shadow:
            0 0 18px rgba(255, 210, 0, 0.75),
            0 0 42px rgba(255, 180, 0, 0.45),
            0 12px 28px rgba(0, 0, 0, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.75);
    }
    50% {
        box-shadow:
            0 0 28px rgba(255, 210, 0, 0.95),
            0 0 64px rgba(255, 180, 0, 0.65),
            0 14px 32px rgba(0, 0, 0, 0.38),
            inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }
}

@keyframes v16-home-webinar-shine {
    0% {
        transform: translateX(-18%) translateY(-8%) rotate(0deg);
    }
    100% {
        transform: translateX(18%) translateY(8%) rotate(20deg);
    }
}

@media (max-width: 640px) {
    .v16-home-hero__webinar-wrap {
        align-items: flex-start;
        padding: clamp(64px, 12vh, 100px) 0.85rem 1rem;
    }

    .v16-home-hero__webinar-btn {
        max-width: min(94vw, 360px);
        padding: 0.9rem 1.35rem;
        font-size: clamp(0.86rem, 3.6vw, 1rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .v16-home-hero__webinar-btn,
    .v16-home-hero__webinar-btn-glow {
        animation: none;
    }
}

.v16-home-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(18px, 3vw, 40px);
    min-height: clamp(430px, 58vh, 600px);
    align-content: end;
    align-items: end;
    padding: clamp(28px, 4vw, 48px) 0 12px;
}

.v16-home-hero__copy {
    position: relative;
    display: grid;
    gap: 14px;
    max-width: 680px;
    align-content: end;
}

.v16-home-hero__copy h1 {
    color: #f7fbff;
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.06;
    letter-spacing: -0.015em;
    text-shadow: 0 16px 32px rgba(7, 20, 33, 0.28);
}

.v16-home-hero__summary {
    max-width: 58ch;
    color: rgba(245, 249, 253, 0.86);
    font-size: clamp(0.94rem, 1.5vw, 1.02rem);
    line-height: 1.58;
    white-space: pre-line;
}

.v16-home-hero__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.v16-home-hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.v16-home-hero__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.v16-home-hero__cta-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.v16-home-hero__cta-btn:hover,
.v16-home-hero__cta-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.v16-home-hero__cta-btn--whatsapp {
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #1ebe57 52%, #128c7e 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.v16-home-hero__cta-btn--whatsapp:hover,
.v16-home-hero__cta-btn--whatsapp:focus-visible {
    background: linear-gradient(135deg, #2ee06f 0%, #25d366 52%, #159e8a 100%);
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.v16-home-hero__cta-btn--apply {
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(4, 31, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.v16-home-hero__cta-btn--apply:hover,
.v16-home-hero__cta-btn--apply:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 16px 34px rgba(4, 31, 47, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.v16-home-hero .hero-search {
    position: static;
    z-index: 3;
    display: flex;
    align-items: center;
    flex: 1 1 240px;
    width: min(360px, 100%);
    max-width: 100%;
    min-height: 48px;
    margin-top: 0;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 12px 28px rgba(4, 31, 47, 0.18);
    transform: none;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.v16-home-hero .hero-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    border: 0;
    color: var(--white);
    background: transparent;
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 600;
    outline: none;
}

.v16-home-hero .hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.v16-home-hero .hero-search button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 9px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.v16-home-hero .hero-search button svg {
    width: 18px;
    height: 18px;
}

.v16-home-hero .hero-search:focus-within {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.18);
}

.v16-home-hero .hero-search button:hover,
.v16-home-hero .hero-search button:focus-visible {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.28);
    outline: none;
    transform: translateY(-1px);
}

.v16-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.v16-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.v16-home-btn:hover,
.v16-home-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.v16-home-btn--solid {
    color: #fff;
    background: linear-gradient(135deg, #005ea8, #073763);
    box-shadow: 0 18px 44px rgba(0, 94, 168, 0.22);
}

.v16-home-btn--glass {
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 36px rgba(7, 20, 33, 0.16);
}

.v16-home-btn--outline {
    color: #f7fbff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.v16-home-hero__indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-home-hero__indicators li {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #f7fbff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
    font-weight: 700;
}

.v16-home-hero__poster,
.v16-home-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-home-hero__poster {
    display: block;
}

.v16-home-hero__video {
    z-index: 0;
    background: #091f35;
}

.v16-home-hero__form-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-self: end;
}

.v16-home-enquiry {
    display: grid;
    gap: 10px;
    width: min(100%, 340px);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(8, 32, 52, 0.42), rgba(8, 28, 46, 0.56));
    box-shadow: 0 14px 28px rgba(4, 16, 28, 0.22);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.v16-home-enquiry__head {
    display: grid;
    gap: 5px;
}

.v16-home-enquiry__head h2 {
    color: rgba(232, 242, 250, 0.88);
    font-family: var(--font-heading);
    font-size: clamp(0.96rem, 1.2vw, 1.08rem);
    line-height: 1.12;
}

.v16-home-enquiry__head p {
    color: rgba(214, 228, 238, 0.62);
    font-size: 0.78rem;
    line-height: 1.38;
}

.v16-home-enquiry__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.v16-home-enquiry__field {
    display: grid;
    gap: 5px;
}

.v16-home-enquiry__field span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: rgba(214, 228, 238, 0.58);
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.v16-home-enquiry__field input {
    width: 100%;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: rgba(236, 244, 250, 0.92);
    background: rgba(255, 255, 255, 0.06);
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.v16-home-enquiry__field input::placeholder {
    color: rgba(198, 214, 226, 0.42);
}

.v16-home-enquiry__field input:focus {
    border-color: rgba(126, 186, 214, 0.45);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(64, 132, 168, 0.14);
    color: rgba(244, 249, 253, 0.96);
}

.v16-home-enquiry__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: rgba(244, 249, 253, 0.94);
    background: linear-gradient(135deg, rgba(42, 118, 164, 0.72), rgba(8, 74, 122, 0.88));
    box-shadow: 0 10px 22px rgba(4, 20, 36, 0.22);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease;
}

.v16-home-enquiry__submit:hover,
.v16-home-enquiry__submit:focus-visible {
    outline: none;
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(52, 132, 178, 0.82), rgba(12, 84, 132, 0.94));
    box-shadow: 0 14px 28px rgba(4, 20, 36, 0.28);
    filter: none;
}

/* ===================================================
   Alumni Club Section — Premium Glassomorphic Panel
   =================================================== */
.v16-home-alumni {
    position: relative;
    padding: 8px 0 48px;
    background:
        radial-gradient(circle at 8% 20%, rgba(0, 102, 142, 0.07), transparent 22%),
        radial-gradient(circle at 92% 78%, rgba(10, 54, 82, 0.06), transparent 22%),
        linear-gradient(180deg, #f4f9fd 0%, #e8f3fb 100%);
}

.v16-home-alumni__shell {
    position: relative;
}

/* Single rounded glass panel */
.v16-home-alumni__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    min-height: 0;
    border-radius: 28px;
    border: 1px solid rgba(10, 54, 82, 0.10);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(237, 247, 255, 0.72) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 24px 72px rgba(10, 54, 82, 0.10),
        0 4px 16px rgba(10, 54, 82, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);
    overflow: hidden;
}

.v16-home-alumni__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 32%, rgba(255, 255, 255, 0.50), transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.v16-home-alumni__content,
.v16-home-alumni__map-wrap {
    position: relative;
    z-index: 1;
}

/* Left content column */
.v16-home-alumni__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 28px 36px 44px;
}

.v16-home-alumni__eyebrow {
    margin: 0 0 18px;
    color: #00668e;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.v16-home-alumni__title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 14px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 1.9vw, 1.95rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.v16-home-alumni__title > span {
    display: block;
    white-space: normal;
}

.v16-home-alumni__title-accent {
    color: #00668e;
}

body[data-lang="ge"] .v16-home-alumni__title {
    font-family: var(--font-heading);
    font-size: clamp(0.7rem, 1.0vw, 1.0rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.v16-home-alumni__summary {
    margin: 0 0 18px;
    color: rgba(10, 54, 82, 0.68);
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 34rem;
}

/* Quick link pill buttons */
.v16-home-alumni__quick-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
}

.v16-home-alumni__pill {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 14px 0 12px;
    border-radius: 14px;
    border: 1px solid rgba(0, 102, 142, 0.15);
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(10, 54, 82, 0.06);
    color: #0a3652;
    text-decoration: none;
    font-size: 0.83rem;
    font-weight: 600;
    line-height: 1.22;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.v16-home-alumni__pill:hover,
.v16-home-alumni__pill:focus-visible {
    transform: translateY(-3px);
    border-color: #00668e;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 20px rgba(0, 102, 142, 0.14);
    outline: none;
}

.v16-home-alumni__pill:hover .v16-home-alumni__pill-arrow,
.v16-home-alumni__pill:focus-visible .v16-home-alumni__pill-arrow {
    transform: translateX(3px);
}

.v16-home-alumni__pill-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(0, 102, 142, 0.08);
    color: #00668e;
}

.v16-home-alumni__pill-icon svg {
    width: 16px;
    height: 16px;
}

.v16-home-alumni__pill-label {
    flex: 1 1 auto;
}

.v16-home-alumni__pill-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgba(0, 102, 142, 0.45);
    transition: transform 0.22s ease;
}

.v16-home-alumni__pill-arrow svg {
    width: 100%;
    height: 100%;
}

/* CTA actions row */
.v16-home-alumni__actions {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.v16-home-alumni__primary {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 46px;
    padding: 0 0.55rem 0 1.1rem;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #0a3652 0%, #00668e 100%);
    box-shadow: 0 12px 32px rgba(10, 54, 82, 0.22);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v16-home-alumni__primary:hover,
.v16-home-alumni__primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(10, 54, 82, 0.30);
    outline: none;
}

.v16-home-alumni__primary-icon,
.v16-home-alumni__primary-arrow,
.v16-home-alumni__secondary-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.v16-home-alumni__primary-icon svg,
.v16-home-alumni__primary-arrow svg,
.v16-home-alumni__secondary-arrow svg {
    width: 100%;
    height: 100%;
}

.v16-home-alumni__primary-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.v16-home-alumni__primary-arrow {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.v16-home-alumni__secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    position: relative;
    color: #00668e;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.v16-home-alumni__secondary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1.5px;
    background: currentColor;
    opacity: 0.55;
    transform: scaleX(0.80);
    transform-origin: left;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.v16-home-alumni__secondary:hover,
.v16-home-alumni__secondary:focus-visible {
    color: #0a3652;
    outline: none;
}

.v16-home-alumni__secondary:hover::after,
.v16-home-alumni__secondary:focus-visible::after {
    transform: scaleX(1);
    opacity: 1;
}

.v16-home-alumni__secondary-arrow {
    width: 1rem;
    height: 1rem;
}

/* Right map column */
.v16-home-alumni__map-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 24px 24px 24px 12px;
    background: transparent;
}

.v16-home-alumni__map-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px;
}

.v16-home-alumni__map-label {
    color: rgba(10, 54, 82, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-home-alumni__map-count {
    color: #00668e;
    font-family: var(--font-data);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.v16-home-alumni__map-card {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(10, 54, 82, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.10), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.v16-home-alumni__map-card .v16-home-world-map__visual {
    min-height: 220px;
    border-radius: 16px;
    background: #ffffff !important;
    background-image: none !important;
}

.v16-home-alumni__map-card .v16-home-world-map__visual::before {
    display: none;
}

.v16-home-alumni__map-card .v16-home-world-map__visual::after {
    display: none;
}

.v16-home-alumni__map-card .v16-home-world-map__graticule,
.v16-home-alumni__map-card .v16-home-world-map__routes {
    stroke: rgba(0, 102, 142, 0.35);
}

.v16-home-alumni__map-card .v16-home-world-map__pin-button {
    background: linear-gradient(180deg, #00668e, #0a3652);
    box-shadow: 0 0 0 0 rgba(0, 102, 142, 0.45);
    animation-name: v16WorldMapPinPulseLight;
}

.v16-home-alumni__map-card .v16-home-world-map__pin-button::before {
    background: linear-gradient(180deg, rgba(0, 102, 142, 0.7), rgba(0, 102, 142, 0));
}

.v16-home-alumni__map-card .v16-home-world-map__pin-button::after {
    background: radial-gradient(circle, rgba(0, 102, 142, 0.35), rgba(0, 102, 142, 0));
}

.v16-home-alumni__map-card .v16-home-world-map__pin-label {
    border-color: rgba(0, 102, 142, 0.18);
    background: #ffffff;
    color: #0a3652;
    box-shadow: 0 8px 24px rgba(10, 54, 82, 0.12);
}

.v16-home-alumni__map-card .v16-home-world-map__pin-label::after {
    background: #ffffff;
    border-right-color: rgba(0, 102, 142, 0.18);
    border-bottom-color: rgba(0, 102, 142, 0.18);
}

/* === Country shape fills (alumni map card) === */
.v16-home-world-map__country-group {
    cursor: default;
}

.v16-home-world-map__country-label--hover {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.v16-home-world-map__country-group:hover .v16-home-world-map__country-label--hover {
    opacity: 1;
}

.v16-home-alumni__map-card .v16-home-world-map__pins {
    display: none;
}

.v16-home-alumni__map-card .v16-home-world-map__country-highlight {
    fill: rgba(0, 102, 142, 0.42);
    stroke: rgba(0, 102, 142, 0.78);
    stroke-width: 1.4;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: fill 220ms ease, stroke 220ms ease;
}

.v16-home-alumni__map-card .v16-home-world-map__country-group:hover .v16-home-world-map__country-highlight {
    fill: rgba(0, 102, 142, 0.72);
    stroke: rgba(0, 102, 142, 1);
}

.v16-home-alumni__map-card .v16-home-world-map__country-label {
    fill: #0a3652;
    stroke: rgba(255, 255, 255, 0.92);
    font-size: 28px;
    stroke-width: 9px;
}

/* =====================
   Responsive overrides
   ===================== */
@media (max-width: 1399.98px) {
    .v16-home-alumni__content {
        padding: 32px 24px 32px 40px;
    }
}

@media (max-width: 1199.98px) {
    .v16-home-alumni__panel {
        grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
    }

    .v16-home-alumni__content {
        padding: 32px 24px 32px 36px;
    }

    .v16-home-alumni__title {
        font-size: clamp(1.2rem, 1.7vw, 1.7rem);
    }

    .v16-home-alumni__map-card .v16-home-world-map__visual {
        min-height: 200px;
    }
}

@media (max-width: 991.98px) {
    .v16-home-alumni__panel {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .v16-home-alumni__content {
        padding: 32px 28px 24px;
    }

    .v16-home-alumni__title {
        font-size: clamp(1.1rem, 2.75vw, 1.5rem);
    }

    body[data-lang="ge"] .v16-home-alumni__title {
        font-size: clamp(0.925rem, 2.4vw, 1.25rem);
    }

    .v16-home-alumni__map-wrap {
        padding: 0 20px 24px;
    }

    .v16-home-alumni__map-card .v16-home-world-map__visual {
        min-height: 240px;
    }
}

@media (max-width: 767.98px) {
    .v16-home-alumni {
        padding-bottom: 40px;
    }

    .v16-home-alumni__panel {
        border-radius: 20px;
    }

    .v16-home-alumni__content {
        padding: 26px 20px 20px;
    }

    .v16-home-alumni__eyebrow {
        font-size: 0.70rem;
        letter-spacing: 0.22em;
        margin-bottom: 14px;
    }

    .v16-home-alumni__title {
        font-size: clamp(1.0rem, 4.25vw, 1.4rem);
    }

    .v16-home-alumni__title > span {
        white-space: normal;
    }

    body[data-lang="ge"] .v16-home-alumni__title {
        font-size: clamp(0.8rem, 3.5vw, 1.05rem);
    }

    .v16-home-alumni__summary {
        font-size: 0.9rem;
    }

    .v16-home-alumni__quick-links {
        margin-bottom: 18px;
    }

    .v16-home-alumni__pill {
        height: 46px;
    }

    .v16-home-alumni__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-home-alumni__primary {
        justify-content: space-between;
        width: 100%;
    }

    .v16-home-alumni__map-wrap {
        padding: 0 16px 20px;
    }

    .v16-home-alumni__map-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .v16-home-alumni__map-card {
        padding: 12px;
        border-radius: 18px;
    }

    .v16-home-alumni__map-card .v16-home-world-map__visual {
        min-height: 200px;
        border-radius: 14px;
    }
}

@media (max-width: 479.98px) {
    .v16-home-alumni__content {
        padding: 22px 16px 18px;
    }

    .v16-home-alumni__pill {
        font-size: 0.80rem;
    }

    .v16-home-alumni__map-wrap {
        padding: 0 12px 16px;
    }

    .v16-home-alumni__map-card .v16-home-world-map__visual {
        min-height: 180px;
    }
}

/* ===================================================
   Homepage Global Community Map
   =================================================== */
.v16-home-global {
    position: relative;
    padding: 8px 0 52px;
    background:
        radial-gradient(circle at 10% 18%, rgba(0, 102, 142, 0.08), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(91, 75, 183, 0.06), transparent 22%),
        linear-gradient(180deg, #f4f9fd 0%, #e8f3fb 100%);
}

.v16-home-global__panel {
    display: grid;
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    gap: 0;
    border-radius: 28px;
    border: 1px solid rgba(10, 54, 82, 0.10);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(237, 247, 255, 0.72) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 24px 72px rgba(10, 54, 82, 0.10),
        0 4px 16px rgba(10, 54, 82, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);
    overflow: hidden;
}

.v16-home-global__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 28px 36px 44px;
}

.v16-home-global__eyebrow {
    margin: 0 0 12px;
    color: #00668e;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.v16-home-global__title {
    margin: 0 0 12px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 1.9vw, 1.95rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

body[data-lang="ge"] .v16-home-global__title {
    font-size: clamp(1.1rem, 1.6vw, 1.55rem);
    line-height: 1.16;
}

.v16-home-global__summary {
    margin: 0 0 22px;
    color: rgba(10, 54, 82, 0.68);
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 34rem;
}

.v16-home-global__stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
}

.v16-home-global__stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 72px;
    padding: 14px 16px 14px 0;
    border-radius: 14px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    background: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.v16-home-global__stat-accent {
    flex: 0 0 4px;
    align-self: stretch;
    width: 4px;
    margin: 10px 0 10px 14px;
    border-radius: 999px;
    background: var(--stat-accent, #00668e);
    opacity: 0.45;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.v16-home-global__stat-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
}

.v16-home-global__stat-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    border-radius: 999px;
    color: rgba(10, 54, 82, 0.28);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.v16-home-global__stat-arrow svg {
    width: 16px;
    height: 16px;
}

.v16-home-global__stat:hover,
.v16-home-global__stat:focus-visible,
.v16-home-global__stat.is-active {
    border-color: color-mix(in srgb, var(--stat-accent, #00668e) 36%, transparent);
    background: color-mix(in srgb, var(--stat-accent, #00668e) 7%, #ffffff);
    box-shadow: 0 8px 24px rgba(10, 54, 82, 0.08);
    transform: none;
}

.v16-home-global__stat:hover .v16-home-global__stat-accent,
.v16-home-global__stat:focus-visible .v16-home-global__stat-accent,
.v16-home-global__stat.is-active .v16-home-global__stat-accent {
    opacity: 1;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--stat-accent, #00668e) 16%, transparent);
}

.v16-home-global__stat:hover .v16-home-global__stat-arrow,
.v16-home-global__stat:focus-visible .v16-home-global__stat-arrow,
.v16-home-global__stat.is-active .v16-home-global__stat-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--stat-accent, #00668e);
    background: rgba(255, 255, 255, 0.72);
}

.v16-home-global__stat-value {
    color: #0a3652;
    font-size: clamp(1.45rem, 2.1vw, 1.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.v16-home-global__stat-label {
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.84rem;
    line-height: 1.35;
    text-align: left;
}

.v16-home-global__hint {
    margin: 0 0 18px;
    color: rgba(10, 54, 82, 0.52);
    font-size: 0.82rem;
    line-height: 1.45;
}

.v16-home-global__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 102, 142, 0.18);
    background: rgba(0, 102, 142, 0.08);
    color: #00668e;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.v16-home-global__cta svg {
    width: 16px;
    height: 16px;
}

.v16-home-global__cta:hover,
.v16-home-global__cta:focus-visible {
    background: rgba(0, 102, 142, 0.14);
    transform: translateX(2px);
}

.v16-home-global__map-wrap {
    padding: 24px 28px 28px 12px;
    display: flex;
    align-items: center;
}

.v16-home-global__map-card {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0, 102, 142, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(232, 245, 252, 0.72) 100%);
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.v16-home-global__map {
    width: 100%;
    min-height: 420px;
    height: clamp(420px, 52vh, 580px);
}

.v16-home-global__map .jvm-container,
.v16-home-global__map svg {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991px) {
    .v16-home-global__panel {
        grid-template-columns: 1fr;
    }

    .v16-home-global__content {
        padding: 28px 24px 12px;
    }

    .v16-home-global__map-wrap {
        padding: 0 20px 24px;
    }

    .v16-home-global__map {
        min-height: 380px;
        height: clamp(380px, 48vh, 520px);
    }
}

@media (max-width: 575px) {
    .v16-home-global__content {
        padding: 24px 16px 8px;
    }

    .v16-home-global__stat {
        min-height: 64px;
        padding: 12px 12px 12px 0;
    }

    .v16-home-global__stat-value {
        font-size: 1.35rem;
    }

    .v16-home-global__stat-arrow {
        opacity: 1;
        transform: none;
    }

    .v16-home-global__map {
        min-height: 320px;
        height: clamp(320px, 42vh, 440px);
    }
}

/* ===================================================
   Homepage Impact Stats (legacy counters, v16 glass)
   =================================================== */
.v16-home-impact {
    position: relative;
    padding: 4px 0 44px;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 102, 142, 0.07), transparent 28%),
        radial-gradient(circle at 82% 100%, rgba(91, 75, 183, 0.05), transparent 24%),
        linear-gradient(180deg, #e8f3fb 0%, #f4f9fd 100%);
}

.v16-home-impact__shell {
    position: relative;
}

.v16-home-impact__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.v16-home-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 188px;
    padding: 24px 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(232, 245, 252, 0.58) 100%);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        0 16px 42px rgba(10, 54, 82, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transform: translateY(18px);
    opacity: 0;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.45s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
    transition-delay: var(--impact-delay, 0ms);
}

.v16-home-impact.is-visible .v16-home-impact__card {
    transform: translateY(0);
    opacity: 1;
}

.v16-home-impact__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(0, 242, 255, 0.16), transparent 42%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.v16-home-impact__card:hover .v16-home-impact__glow,
.v16-home-impact__card:focus-visible .v16-home-impact__glow {
    opacity: 1;
}

.v16-home-impact__card:hover,
.v16-home-impact__card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(0, 102, 142, 0.22);
    box-shadow:
        0 22px 52px rgba(10, 54, 82, 0.12),
        0 0 0 1px rgba(0, 102, 142, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.v16-home-impact.is-visible .v16-home-impact__card:hover,
.v16-home-impact.is-visible .v16-home-impact__card:focus-visible {
    transform: translateY(-6px);
}

.v16-home-impact__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    background: linear-gradient(180deg, rgba(0, 102, 142, 0.10), rgba(255, 255, 255, 0.72));
    color: #00668e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.v16-home-impact__icon svg {
    width: 24px;
    height: 24px;
}

.v16-home-impact__card:hover .v16-home-impact__icon,
.v16-home-impact__card:focus-visible .v16-home-impact__icon {
    transform: scale(1.06) translateY(-2px);
    color: #0a8ab8;
    background: linear-gradient(180deg, rgba(0, 102, 142, 0.16), rgba(255, 255, 255, 0.82));
}

.v16-home-impact__count {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px;
    line-height: 1;
}

.v16-home-impact__number {
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(2rem, 2.8vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0a3652;
    font-variant-numeric: tabular-nums;
}

.v16-home-impact__suffix {
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 700;
    color: #00668e;
}

.v16-home-impact__label {
    margin: 0;
    max-width: 16ch;
    color: rgba(10, 54, 82, 0.72);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 991px) {
    .v16-home-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .v16-home-impact {
        padding-bottom: 32px;
    }

    .v16-home-impact__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v16-home-impact__card {
        min-height: 164px;
        padding: 20px 16px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v16-home-impact__card {
        transform: none;
        opacity: 1;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .v16-home-impact__card:hover,
    .v16-home-impact__card:focus-visible {
        transform: none;
    }
}

.v16-home-spotlight {
    position: relative;
    margin-top: clamp(-36px, -3vw, -18px);
    padding: 0 0 44px;
    z-index: 3;
}

.v16-home-spotlight::before,
.v16-home-spotlight::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(46px);
    opacity: 0.72;
}

.v16-home-spotlight::before {
    top: 18px;
    left: 4%;
    width: 220px;
    height: 220px;
    background: rgba(39, 170, 225, 0.16);
}

.v16-home-spotlight::after {
    right: 2%;
    bottom: 8px;
    width: 260px;
    height: 260px;
    background: rgba(0, 94, 168, 0.12);
}

.v16-home-spotlight__shell {
    display: grid;
    gap: 20px;
    position: relative;
    z-index: 1;
    padding: 0;
}

.v16-home-spotlight__intro {
    margin-bottom: 2px;
}

.v16-home-spotlight__intro h2 {
    max-width: 14ch;
    font-family: var(--font-heading);
    font-size: clamp(1.34rem, 1.95vw, 1.72rem);
    line-height: 1.12;
}

.v16-home-spotlight__intro p {
    max-width: 62ch;
    color: #5a6978;
    font-size: 1rem;
}

.v16-home-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.v16-home-spotlight-card {
    position: relative;
    display: grid;
    gap: 14px;
    min-height: 200px;
    padding: 20px 18px 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #102033;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.22) 52%, rgba(233, 244, 250, 0.42) 100%),
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.58), transparent 58%);
    box-shadow: 0 24px 46px rgba(4, 24, 38, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(24px) saturate(170%);
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    overflow: hidden;
    isolation: isolate;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.v16-home-spotlight-card::before,
.v16-home-spotlight-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
}

.v16-home-spotlight-card::before {
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.24));
    opacity: 1;
}

.v16-home-spotlight-card::after {
    right: -20px;
    top: -34px;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
    transform: none;
}

.v16-home-spotlight-card:hover,
.v16-home-spotlight-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.58);
    box-shadow: 0 32px 60px rgba(4, 24, 38, 0.28);
    outline: none;
    transform: translateY(-10px);
}

.v16-home-spotlight-card:hover::after,
.v16-home-spotlight-card:focus-visible::after {
    transform: scale(1.08);
}


.v16-home-spotlight-card__eyebrow {
    color: rgba(7, 55, 99, 0.84);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.v16-home-spotlight-card__head {
    display: grid;
    gap: 12px;
}

.v16-home-spotlight-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #005ea8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.2));
    box-shadow: 0 16px 28px rgba(4, 24, 38, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.v16-home-spotlight-card__icon svg {
    width: 20px;
    height: 20px;
}

.v16-home-spotlight-card strong {
    color: #102033;
    font-family: var(--font-heading);
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.24;
    letter-spacing: -0.01em;
}

.v16-home-spotlight-card p {
    margin: 0;
    color: #5f6b7a;
    font-size: 0.88rem;
    line-height: 1.5;
}

.v16-home-spotlight-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    width: fit-content;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #073763;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 94, 168, 0.08);
}

.v16-home-world-map {
    position: relative;
    overflow: hidden;
    padding: clamp(68px, 8vw, 108px) 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(110, 214, 255, 0.14), transparent 26%),
        radial-gradient(circle at 88% 15%, rgba(80, 183, 255, 0.12), transparent 24%),
        linear-gradient(135deg, #0a3652 0%, #082f49 48%, #0a3652 100%);
    color: #ffffff;
}

.v16-home-world-map::before,
.v16-home-world-map::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.v16-home-world-map::before {
    top: -18%;
    left: -8%;
    width: 38vw;
    height: 38vw;
    min-width: 280px;
    min-height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(86, 203, 255, 0.18), rgba(86, 203, 255, 0));
    filter: blur(24px);
    animation: v16WorldMapAura 12s ease-in-out infinite alternate;
}

.v16-home-world-map::after {
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(112, 220, 255, 0.18) 28%, transparent 48%, rgba(69, 174, 205, 0.16) 62%, transparent 82%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 240% 240%, 88px 88px, 88px 88px;
    opacity: 0.5;
    mix-blend-mode: screen;
    animation: v16WorldMapGradient 16s linear infinite;
}

.v16-home-world-map__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 48px);
    align-items: center;
}

.v16-home-world-map__intro {
    display: grid;
    gap: 16px;
}

.v16-home-world-map__eyebrow {
    width: fit-content;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(226, 245, 255, 0.92);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.v16-home-world-map__intro h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.42rem, 2.05vw, 1.9rem);
    line-height: 1.12;
}

.v16-home-world-map__intro p {
    max-width: 32ch;
    color: rgba(222, 239, 247, 0.82);
    font-size: 1rem;
    line-height: 1.8;
}

.v16-home-world-map__count {
    color: #b8edff;
    font-family: var(--font-data);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-home-world-map__card {
    position: relative;
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
    box-shadow: 0 28px 72px rgba(1, 17, 30, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.v16-home-world-map__visual {
    position: relative;
    aspect-ratio: 2754 / 1398;
    min-height: 260px;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
}

.v16-home-world-map__visual::before,
.v16-home-world-map__visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.v16-home-world-map__visual::before {
    display: none;
}

.v16-home-world-map__visual::after {
    display: none;
}

.v16-home-world-map__base,
.v16-home-world-map__overlay,
.v16-home-world-map__pins {
    position: absolute;
    inset: 5.5% 6.5% 8%;
}

.v16-home-world-map__base,
.v16-home-world-map__overlay {
    width: auto;
    height: auto;
}

.v16-home-world-map__base {
    object-fit: contain;
    padding: 0;
    opacity: 0.94;
}

.v16-home-world-map__country-highlight {
    fill: rgba(139, 231, 255, 0.18);
    stroke: rgba(139, 231, 255, 0.6);
    stroke-width: 1.4;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: fill 220ms ease;
}

.v16-home-world-map__country-highlight:hover {
    fill: rgba(139, 231, 255, 0.34);
}

.v16-home-world-map__country-label {
    fill: rgba(255, 255, 255, 0.95);
    font-family: var(--font-data), sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-anchor: middle;
    dominant-baseline: middle;
    paint-order: stroke fill;
    stroke: rgba(4, 22, 35, 0.88);
    stroke-width: 3.5px;
    stroke-linejoin: round;
    pointer-events: none;
    user-select: none;
}

.v16-home-world-map__country-label--sm {
    font-size: 9px;
}

.v16-home-world-map__graticule,
.v16-home-world-map__routes {
    stroke: rgba(255, 255, 255, 0.9);
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.v16-home-world-map__graticule {
    stroke-width: 1.1;
}

.v16-home-world-map__routes {
    stroke-width: 1.9;
    stroke-dasharray: 11 11;
}

.v16-home-world-map__pins {
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-home-world-map__pin {
    position: absolute;
    top: var(--pin-top);
    left: var(--pin-left);
    transform: translate(-50%, -50%);
}

.v16-home-world-map__pin-button {
    position: relative;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: linear-gradient(180deg, #ffffff, #8be7ff);
    box-shadow: 0 0 0 0 rgba(139, 231, 255, 0.55);
    cursor: pointer;
    animation: v16WorldMapPinPulse 2.8s ease-out infinite;
    animation-delay: var(--pin-delay);
}

.v16-home-world-map__pin-button::before,
.v16-home-world-map__pin-button::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.v16-home-world-map__pin-button::before {
    top: calc(100% - 2px);
    width: 2px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.v16-home-world-map__pin-button::after {
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 231, 255, 0.4), rgba(139, 231, 255, 0));
    transform: translate(-50%, -50%);
    animation: v16WorldMapHalo 3s ease-out infinite;
    animation-delay: var(--pin-delay);
}

.v16-home-world-map__pin-button:hover,
.v16-home-world-map__pin-button:focus-visible {
    outline: none;
    transform: scale(1.08);
}

.v16-home-world-map__pin-label {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 16px);
    transform: translate(-50%, 8px);
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(4, 22, 35, 0.88);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    z-index: 2;
}

.v16-home-world-map__pin-label::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    width: 10px;
    height: 10px;
    background: rgba(4, 22, 35, 0.88);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transform: translateX(-50%) rotate(45deg);
}

.v16-home-world-map__pin-button:hover .v16-home-world-map__pin-label,
.v16-home-world-map__pin-button:focus-visible .v16-home-world-map__pin-label {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.v16-home-faculty {
    padding: clamp(24px, 3vw, 40px) 0 clamp(40px, 6vw, 88px);
}

.v16-home-faculty__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 3vw, 38px);
    padding: clamp(26px, 3vw, 38px) clamp(24px, 3vw, 34px);
    border: 1px solid rgba(201, 221, 239, 0.7);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 251, 255, 0.74) 52%, rgba(240, 246, 255, 0.78) 100%),
        radial-gradient(circle at 78% 18%, rgba(168, 199, 241, 0.26), transparent 28%),
        radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.68), transparent 22%);
    box-shadow: 0 22px 70px rgba(43, 81, 137, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
    overflow: hidden;
}

.v16-home-faculty__shell::before,
.v16-home-faculty__shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.v16-home-faculty__shell::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.v16-home-faculty__shell::after {
    top: -20%;
    right: -10%;
    width: 64%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(205, 220, 246, 0.5) 0%, rgba(205, 220, 246, 0.22) 46%, rgba(205, 220, 246, 0) 74%);
    filter: blur(4px);
}

.v16-home-faculty__copy,
.v16-home-faculty__panel,
.v16-home-faculty__body {
    position: relative;
    z-index: 1;
}

.v16-home-faculty__copy {
    display: grid;
    align-content: center;
    gap: 16px;
    max-width: 26rem;
    padding: clamp(4px, 0.6vw, 10px) 0;
}

.v16-home-faculty__eyebrow {
    color: #0a3652;
    font-family: "Space Grotesk", "Noto Sans Georgian", sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.v16-home-faculty__copy h2 {
    margin: 0;
    max-width: none;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(0.72rem, 0.82vw, 0.95rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.04em;
    text-transform: none;
}

.v16-home-faculty__copy h2 span {
    display: block;
}

.v16-home-faculty__divider {
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d6a347 0%, rgba(214, 163, 71, 0) 100%);
}

.v16-home-faculty__copy p {
    margin: 0;
    max-width: 32ch;
    color: #6a7f98;
    font-size: 0.92rem;
    line-height: 1.58;
    text-align: justify;
}

.v16-home-faculty__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    min-height: 58px;
    padding: 0 20px 0 18px;
    border-radius: 16px;
    color: #f6fbff;
    font-size: 0.92rem;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(135deg, rgba(10, 54, 82, 0.96) 0%, rgba(12, 68, 104, 0.92) 55%, rgba(17, 85, 127, 0.9) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    box-shadow: 0 18px 40px rgba(10, 54, 82, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.v16-home-faculty__cta:hover,
.v16-home-faculty__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(10, 54, 82, 0.28);
    filter: saturate(1.06);
}

.v16-home-faculty__cta-icon,
.v16-home-faculty__cta-arrow,
.v16-home-faculty__browse-icon,
.v16-home-faculty__rank-icon,
.v16-home-faculty__rank-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.v16-home-faculty__cta-icon {
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, 0.96);
}

.v16-home-faculty__cta-icon svg,
.v16-home-faculty__cta-arrow svg,
.v16-home-faculty__browse-icon svg,
.v16-home-faculty__rank-icon svg,
.v16-home-faculty__rank-arrow svg,
.v16-home-faculty__crest svg {
    width: 100%;
    height: 100%;
}

.v16-home-faculty__cta-arrow {
    width: 18px;
    height: 18px;
}

.v16-home-faculty__panel {
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: clamp(2px, 0.6vw, 10px) 0 0;
}

.v16-home-faculty__ornament {
    display: grid;
    grid-template-columns: repeat(6, 8px);
    gap: 9px;
    width: fit-content;
    margin-left: 6px;
    opacity: 0.82;
}

.v16-home-faculty__ornament span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(214, 163, 71, 0.54);
}

.v16-home-faculty__body {
    position: relative;
    display: grid;
    gap: 18px;
    padding: clamp(22px, 2.4vw, 28px) clamp(18px, 2vw, 24px) clamp(18px, 2vw, 22px);
    border: 1px solid rgba(205, 222, 241, 0.88);
    border-radius: 28px;
    background:
        radial-gradient(ellipse at 8% 0%, rgba(255, 255, 255, 0.8) 0%, transparent 48%),
        radial-gradient(circle at 28% 22%, rgba(199, 218, 246, 0.24), rgba(199, 218, 246, 0) 34%),
        radial-gradient(circle at 84% 80%, rgba(193, 215, 246, 0.18) 0%, transparent 36%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.68) 0%, rgba(244, 249, 255, 0.52) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        0 22px 54px rgba(15, 46, 82, 0.11),
        0 4px 14px rgba(15, 46, 82, 0.05);
    backdrop-filter: blur(28px) saturate(150%);
    -webkit-backdrop-filter: blur(28px) saturate(150%);
    overflow: hidden;
}

.v16-home-faculty__body::before,
.v16-home-faculty__body::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.v16-home-faculty__body::before {
    width: min(78%, 560px);
    aspect-ratio: 1;
    top: 10%;
    right: -14%;
    background: radial-gradient(circle, rgba(217, 227, 246, 0.82) 0%, rgba(217, 227, 246, 0.22) 52%, rgba(217, 227, 246, 0) 74%);
    filter: blur(2px);
}

.v16-home-faculty__body::after {
    width: 170px;
    height: 170px;
    top: -46px;
    right: -42px;
    border: 1px solid rgba(198, 213, 235, 0.58);
}

.v16-home-faculty__browse,
.v16-home-faculty__ranks {
    position: relative;
    z-index: 1;
}

.v16-home-faculty__crest {
    position: absolute;
    top: clamp(10px, 1.4vw, 18px);
    right: clamp(8px, 1.4vw, 18px);
    width: clamp(92px, 8vw, 126px);
    color: rgba(171, 188, 223, 0.33);
}

.v16-home-faculty__browse {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(176, 206, 232, 0.46);
    color: #0a3652;
}

.v16-home-faculty__browse-icon {
    width: 24px;
    height: 24px;
    color: #0a3652;
}

.v16-home-faculty__browse h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 1.45vw, 1.72rem);
    line-height: 1;
    letter-spacing: -0.028em;
    text-transform: uppercase;
}

.v16-home-faculty__ranks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.v16-home-faculty__rank {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    justify-items: center;
    gap: 10px;
    min-height: 0;
    padding: 18px 12px 14px;
    border: 1px solid rgba(201, 220, 241, 0.76);
    border-top-color: rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    color: #0a3652;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 250, 255, 0.6) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
    box-shadow:
        0 14px 34px rgba(18, 50, 90, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.97),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px) saturate(138%);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    transition: transform 230ms ease, box-shadow 230ms ease, border-color 230ms ease, background 230ms ease;
}

.v16-home-faculty__rank::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16%;
    right: 16%;
    height: 2px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 71, 0.66) 28%, rgba(214, 163, 71, 0.94) 50%, rgba(214, 163, 71, 0.66) 72%, transparent);
    pointer-events: none;
}

.v16-home-faculty__rank:hover,
.v16-home-faculty__rank:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(10, 54, 82, 0.18);
    border-top-color: rgba(255, 255, 255, 0.92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(239, 248, 255, 0.72) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    box-shadow:
        0 22px 44px rgba(18, 50, 90, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.99),
        inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.v16-home-faculty__rank-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: #0a3652;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(230, 243, 255, 0.74));
    border: 1px solid rgba(192, 216, 240, 0.66);
    box-shadow:
        0 4px 14px rgba(10, 54, 82, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.v16-home-faculty__rank-icon svg {
    width: 22px;
    height: 22px;
}

.v16-home-faculty__rank strong {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 0.1em;
    width: 100%;
    color: #0a3652;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
}

.v16-home-faculty__rank strong span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.v16-home-faculty__rank-arrow {
    justify-self: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgba(10, 54, 82, 0.68);
    border: 1px solid rgba(193, 215, 237, 0.78);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(228, 242, 254, 0.46));
    box-shadow: 0 2px 8px rgba(10, 54, 82, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.v16-home-faculty__cta:focus-visible,
.v16-home-faculty__rank:focus-visible {
    outline: 3px solid rgba(10, 54, 82, 0.18);
    outline-offset: 4px;
}

@keyframes v16WorldMapGradient {
    0% {
        background-position: 0% 50%, 0 0, 0 0;
    }

    100% {
        background-position: 100% 50%, 88px 0, 0 88px;
    }
}

@keyframes v16WorldMapSweep {
    0% {
        transform: translateX(-18%) translateY(-4%) rotate(0deg);
    }

    100% {
        transform: translateX(18%) translateY(4%) rotate(6deg);
    }
}

@keyframes v16WorldMapAura {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.56;
    }

    100% {
        transform: translate3d(8%, 6%, 0) scale(1.12);
        opacity: 0.8;
    }
}

@keyframes v16WorldMapPinPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(139, 231, 255, 0.5), 0 0 14px rgba(139, 231, 255, 0.35);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(139, 231, 255, 0), 0 0 24px rgba(139, 231, 255, 0.42);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(139, 231, 255, 0), 0 0 14px rgba(139, 231, 255, 0.3);
    }
}

@keyframes v16WorldMapPinPulseLight {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 102, 142, 0.45), 0 0 14px rgba(0, 102, 142, 0.28);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(0, 102, 142, 0), 0 0 24px rgba(0, 102, 142, 0.32);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 102, 142, 0), 0 0 14px rgba(0, 102, 142, 0.22);
    }
}

@keyframes v16WorldMapHalo {
    0% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(0.72);
    }

    70% {
        opacity: 0.48;
        transform: translate(-50%, -50%) scale(1.18);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

@media (max-width: 1080px) {
    .v16-home-world-map__shell {
        grid-template-columns: 1fr;
    }

    .v16-home-faculty__shell {
        grid-template-columns: 1fr;
    }

    .v16-home-faculty__copy h2 {
        max-width: none;
    }

    .v16-home-faculty__ranks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-home-world-map__intro p {
        max-width: 62ch;
    }
}

@media (max-width: 760px) {

    .v16-home-faculty__body {
        gap: 16px;
        padding: 20px 16px 16px;
    }
}

@media (max-width: 640px) {
    .v16-home-world-map {
        padding: 56px 0;
    }

    .v16-home-world-map__card {
        padding: 14px;
        border-radius: 26px;
    }

    .v16-home-world-map__visual {
        border-radius: 20px;
    }

    .v16-home-faculty {
        padding-bottom: 32px;
    }

    .v16-home-faculty__shell {
        padding: 20px;
        border-radius: 24px;
    }

    .v16-home-faculty__copy {
        gap: 16px;
    }

    .v16-home-faculty__copy h2 {
        font-size: clamp(1.95rem, 9vw, 2.6rem);
        max-width: none;
    }

    .v16-home-faculty__copy p {
        max-width: none;
        font-size: 0.98rem;
    }

    .v16-home-faculty__cta {
        width: 100%;
        justify-content: space-between;
    }

    .v16-home-faculty__ornament {
        gap: 8px;
    }

    .v16-home-faculty__browse {
        align-items: flex-start;
    }

    .v16-home-faculty__browse h3 {
        font-size: 1.18rem;
    }

    .v16-home-faculty__ranks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-home-faculty__rank {
        min-height: 150px;
        gap: 8px;
        padding: 16px 10px 12px;
    }

    .v16-home-faculty__rank-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .v16-home-faculty__rank strong {
        font-size: 0.76rem;
    }

    .v16-home-world-map__pin-button {
        width: 14px;
        height: 14px;
    }

    .v16-home-world-map__pin-button::before {
        height: 20px;
    }

    .v16-home-world-map__pin-label {
        padding: 7px 10px;
        font-size: 0.72rem;
    }
}

.v16-home-newsroom {
    position: relative;
    overflow: clip;
    padding: 0 0 clamp(72px, 8vw, 112px);
}

.v16-home-newsroom__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(28px, 3vw, 38px);
    max-width: 1280px;
    margin-inline: auto;
}

.v16-home-newsroom__band {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(34px, 4vw, 48px) clamp(16px, 3vw, 30px);
    background:
        radial-gradient(circle at 0% 0%, rgba(11, 117, 188, 0.16), transparent 26%),
        radial-gradient(circle at 100% 0%, rgba(244, 183, 74, 0.16), transparent 18%),
        linear-gradient(135deg, #f6fbff 0%, #edf4f8 42%, #f8fbfd 100%);
}

.v16-home-newsroom__band::before,
.v16-home-newsroom__band::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.v16-home-newsroom__band::before {
    inset: 24px auto auto 50%;
    width: min(1120px, calc(100% - 48px));
    height: calc(100% - 48px);
    transform: translateX(-50%);
    border: 1px solid rgba(8, 46, 76, 0.06);
    border-radius: 40px;
}

.v16-home-newsroom__band::after {
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.48), transparent 28%),
        repeating-linear-gradient(90deg, rgba(8, 46, 76, 0.035) 0, rgba(8, 46, 76, 0.035) 1px, transparent 1px, transparent 88px);
    opacity: 0.55;
}

.v16-home-newsroom__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.v16-home-newsroom__heading {
    max-width: min(720px, 100%);
    display: grid;
    gap: 14px;
}

.v16-home-newsroom__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0b5f98;
}

.v16-home-newsroom__eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
}

.v16-home-newsroom__heading h2 {
    margin: 0;
    color: #0b2440;
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
}

.v16-home-newsroom__accent {
    display: block;
    width: 84px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4b74a 0%, rgba(11, 117, 188, 0.22) 100%);
}

.v16-home-newsroom__heading p {
    margin: 0;
    max-width: 62ch;
    color: #5f7284;
    font-size: 1rem;
    line-height: 1.72;
}

.v16-home-newsroom__all-link,
.v16-home-newsroom__featured-panel h3 a,
.v16-home-newsroom__featured-link,
.v16-home-newsroom__card {
    text-decoration: none;
}

.v16-home-newsroom__all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid rgba(8, 46, 76, 0.08);
    border-radius: 999px;
    color: #082e4c;
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 42px rgba(8, 36, 60, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.v16-home-newsroom__all-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #f6fbff;
    background: linear-gradient(135deg, #0b75bc 0%, #0a3652 100%);
}

.v16-home-newsroom__all-link-icon svg,
.v16-home-newsroom__all-link-arrow,
.v16-home-newsroom__featured-link svg,
.v16-home-newsroom__card-cta svg {
    width: 16px;
    height: 16px;
}

.v16-home-newsroom__all-link:hover,
.v16-home-newsroom__all-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(11, 117, 188, 0.18);
    box-shadow: 0 24px 48px rgba(8, 36, 60, 0.12);
    background: rgba(255, 255, 255, 0.92);
}

.v16-home-newsroom__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.94fr);
    gap: clamp(18px, 2vw, 24px);
    align-items: stretch;
}

.v16-home-newsroom__featured-card {
    min-width: 0;
}

.v16-home-newsroom__featured-frame {
    display: grid;
    grid-template-columns: minmax(320px, 1.02fr) minmax(300px, 0.82fr);
    min-height: 100%;
    border: 1px solid rgba(8, 46, 76, 0.08);
    border-radius: 32px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 64px rgba(8, 36, 60, 0.12);
}

.v16-home-newsroom__featured-media,
.v16-home-newsroom__card-media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #dbeef9 0%, #eff6fb 56%, #edf6fc 100%);
}

.v16-home-newsroom__featured-media {
    min-height: 100%;
    isolation: isolate;
    aspect-ratio: 0.9;
}

.v16-home-newsroom__featured-media::after,
.v16-home-newsroom__card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 36, 60, 0.02), rgba(8, 36, 60, 0.2));
    pointer-events: none;
}

.v16-home-newsroom__featured-media::before {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: clamp(180px, 22vw, 260px);
    height: clamp(180px, 22vw, 260px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 183, 74, 0.28) 0%, rgba(244, 183, 74, 0) 70%);
    z-index: 1;
}

.v16-home-newsroom__featured-media img,
.v16-home-newsroom__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms ease;
}

.v16-home-newsroom__featured-card:hover .v16-home-newsroom__featured-media img,
.v16-home-newsroom__featured-card:focus-within .v16-home-newsroom__featured-media img,
.v16-home-newsroom__card:hover .v16-home-newsroom__card-media img,
.v16-home-newsroom__card:focus-visible .v16-home-newsroom__card-media img {
    transform: scale(1.05);
}

.v16-home-newsroom__featured-media.is-fallback,
.v16-home-newsroom__card-media.is-fallback {
    display: grid;
    place-items: center;
    gap: 14px;
    padding: clamp(24px, 4vw, 40px);
}

.v16-home-newsroom__featured-media.is-fallback::after,
.v16-home-newsroom__card-media.is-fallback::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(11, 117, 188, 0.06));
}

.v16-home-newsroom__fallback-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 30px rgba(10, 54, 82, 0.08);
}

.v16-home-newsroom__fallback-brand.is-small {
    width: 74px;
    height: 74px;
    padding: 14px;
    border-radius: 22px;
}

.v16-home-newsroom__fallback-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.v16-home-newsroom__fallback-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 6px;
    text-align: center;
    color: #0a3652;
}

.v16-home-newsroom__fallback-copy strong {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.v16-home-newsroom__fallback-copy span {
    font-size: 0.92rem;
    color: #5a7387;
}

.v16-home-newsroom__fallback-copy.is-small {
    gap: 0;
}

.v16-home-newsroom__fallback-copy.is-small strong {
    font-size: 0.76rem;
}

.v16-home-newsroom__featured-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: clamp(26px, 3vw, 38px);
    color: #f6fbff;
    background:
        radial-gradient(circle at 100% 0%, rgba(88, 181, 229, 0.14), transparent 24%),
        linear-gradient(150deg, #0b3652 0%, #0a2c46 52%, #061d33 100%);
}

.v16-home-newsroom__featured-meta,
.v16-home-newsroom__card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.v16-home-newsroom__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-home-newsroom__badge.is-featured,
.v16-home-newsroom__badge.is-event {
    color: #f7d58b;
    background: rgba(244, 183, 74, 0.14);
    border: 1px solid rgba(244, 183, 74, 0.18);
}

.v16-home-newsroom__badge.is-news {
    color: #0b75bc;
    background: rgba(11, 117, 188, 0.1);
    border: 1px solid rgba(11, 117, 188, 0.12);
}

.v16-home-newsroom__badge.is-announcement {
    color: #0a3652;
    background: rgba(10, 54, 82, 0.1);
    border: 1px solid rgba(10, 54, 82, 0.12);
}

.v16-home-newsroom__featured-meta time {
    color: rgba(232, 240, 248, 0.78);
}

.v16-home-newsroom__card-meta time {
    color: #708496;
}

.v16-home-newsroom__featured-meta time,
.v16-home-newsroom__card-meta time {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.v16-home-newsroom__featured-panel h3,
.v16-home-newsroom__card-body h3 {
    margin: 0;
}

.v16-home-newsroom__featured-panel h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.12rem, 1.35vw, 1.46rem);
    line-height: 1.16;
    letter-spacing: -0.015em;
    max-width: 16ch;
    text-wrap: balance;
}

.v16-home-newsroom__featured-panel h3 a {
    color: inherit;
}

.v16-home-newsroom__featured-excerpt,
.v16-home-newsroom__card-body p {
    margin: 0;
    line-height: 1.72;
}

.v16-home-newsroom__featured-excerpt {
    max-width: 34ch;
    color: rgba(232, 240, 248, 0.82);
    font-size: 0.95rem;
}

.v16-home-newsroom__featured-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
}

.v16-home-newsroom__featured-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    color: #082e4c;
    font-size: 0.88rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #f0f6fb 100%);
    box-shadow: 0 16px 32px rgba(3, 17, 29, 0.18);
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.v16-home-newsroom__featured-link:hover,
.v16-home-newsroom__featured-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(3, 17, 29, 0.24);
}

.v16-home-newsroom__cards-wrap {
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: clamp(18px, 2vw, 22px);
    border: 1px solid rgba(8, 46, 76, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 56px rgba(8, 36, 60, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.v16-home-newsroom__cards-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(8, 46, 76, 0.08);
}

.v16-home-newsroom__cards-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #082e4c;
}

.v16-home-newsroom__cards {
    display: grid;
    gap: 12px;
}

.v16-home-newsroom__card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(219, 229, 237, 0.9);
    border-radius: 24px;
    color: #102f42;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.v16-home-newsroom__card:hover,
.v16-home-newsroom__card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(11, 117, 188, 0.16);
    box-shadow: 0 20px 42px rgba(8, 36, 60, 0.1);
}

.v16-home-newsroom__card-media {
    min-height: 138px;
    border-radius: 18px;
}

.v16-home-newsroom__card-media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(8, 36, 60, 0.12));
}

.v16-home-newsroom__card-media img {
    object-position: center center;
}

.v16-home-newsroom__card-body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
    min-width: 0;
    align-content: start;
}

.v16-home-newsroom__card-topline {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.v16-home-newsroom__card-index {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: #0b5f98;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: linear-gradient(180deg, #eef6ff 0%, #e5f0fb 100%);
}

.v16-home-newsroom__card-meta {
    gap: 6px 10px;
}

.v16-home-newsroom__card-body time {
    color: #718398;
    font-size: 0.72rem;
    font-weight: 700;
}

.v16-home-newsroom__card-body h3 {
    color: #102f42;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    line-height: 1.28;
    letter-spacing: -0.01em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.v16-home-newsroom__card-body p {
    color: #667a8c;
    font-size: 0.84rem;
    line-height: 1.55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.v16-home-newsroom__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #082e4c;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-home-newsroom__all-link:focus-visible,
.v16-home-newsroom__featured-media:focus-visible,
.v16-home-newsroom__featured-panel h3 a:focus-visible,
.v16-home-newsroom__featured-link:focus-visible,
.v16-home-newsroom__card:focus-visible {
    outline: 3px solid rgba(11, 117, 188, 0.24);
    outline-offset: 4px;
}

.v16-home-newsroom__empty {
    margin: 0;
    padding: 20px 22px;
    border-radius: 24px;
    color: #627689;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.v16-home-newsroom__deck {
    display: grid;
    gap: 14px;
}

.v16-home-newsroom__slider {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: clamp(440px, 50vw, 660px);
    border-radius: 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    border-right: 0;
    background:
        linear-gradient(135deg, #0a3652 0%, #00668e 48%, #0a3652 100%);
    box-shadow: 0 32px 74px rgba(8, 36, 60, 0.18);
}

.v16-home-newsroom__slides {
    position: relative;
    min-height: inherit;
}

.v16-home-newsroom__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 320ms ease;
}

.v16-home-newsroom__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.v16-home-newsroom__slide-link {
    position: relative;
    display: block;
    height: 100%;
    color: #f6fbff;
    background: linear-gradient(135deg, #0a3652 0%, #00668e 50%, #08253c 100%);
}

.v16-home-newsroom__slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-home-newsroom__slide-link.is-fallback {
    display: grid;
    place-items: center;
    gap: 18px;
}

.v16-home-newsroom__slide-link.is-fallback .v16-home-newsroom__fallback-brand,
.v16-home-newsroom__slide-link.is-fallback .v16-home-newsroom__fallback-copy {
    position: relative;
    z-index: 1;
}

.v16-home-newsroom__slide-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 54, 82, 0.1) 0%, rgba(10, 54, 82, 0.18) 18%, rgba(6, 18, 31, 0.78) 100%),
        linear-gradient(90deg, rgba(10, 54, 82, 0.84) 0%, rgba(0, 102, 142, 0.42) 28%, rgba(4, 13, 24, 0.08) 58%, rgba(4, 13, 24, 0.44) 100%);
}

.v16-home-newsroom__slide-content {
    position: absolute;
    left: clamp(20px, 3vw, 44px);
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 2;
    display: grid;
    align-content: space-between;
    gap: 14px;
    width: clamp(320px, 38vw, 740px);
    min-height: clamp(360px, 34vw, 520px);
    padding: clamp(22px, 2.4vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
        linear-gradient(135deg, rgba(64, 137, 176, 0.72), rgba(10, 54, 82, 0.74));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 28px 60px rgba(4, 13, 24, 0.22);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.v16-home-newsroom__slide-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.v16-home-newsroom__slide-meta time {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    color: #f2f7fb;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.v16-home-newsroom__slide-title {
    display: block;
    max-width: 100%;
    font-family: var(--font-heading);
    font-size: clamp(1.04rem, 1.02vw, 1.2rem);
    line-height: 1.28;
    letter-spacing: -0.01em;
    text-wrap: balance;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-shadow: 0 12px 28px rgba(4, 13, 24, 0.34);
}

.v16-home-newsroom__slide-summary {
    display: -webkit-box;
    max-width: min(100%, 52ch);
    overflow: hidden;
    color: rgba(242, 247, 251, 0.9);
    font-size: clamp(0.94rem, 1.02vw, 1.08rem);
    line-height: 1.58;
    letter-spacing: -0.01em;
    text-shadow: 0 8px 20px rgba(4, 13, 24, 0.24);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.v16-home-newsroom__slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    color: #f6fbff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
}

.v16-home-newsroom__slide-cta svg {
    width: 16px;
    height: 16px;
}

.v16-home-newsroom__slide-side {
    position: absolute;
    top: clamp(30px, 4vw, 56px);
    right: clamp(32px, 4.5vw, 58px);
    bottom: clamp(58px, 7vw, 88px);
    z-index: 2;
    isolation: isolate;
    display: grid;
    align-content: start;
    gap: 12px;
    width: min(38vw, 700px);
    padding-left: clamp(14px, 1.5vw, 22px);
    padding-right: clamp(12px, 1.2vw, 18px);
    padding-top: clamp(10px, 1.2vw, 16px);
    padding-bottom: clamp(10px, 1.2vw, 16px);
}

.v16-home-newsroom__slide-side::before {
    content: "";
    position: absolute;
    inset: -12px -12px -12px -18px;
    z-index: 0;
    border-radius: 40px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.02) 72%, rgba(0, 0, 0, 0) 100%);
    filter: blur(12px);
    pointer-events: none;
}

.v16-home-newsroom__slide-side > * {
    position: relative;
    z-index: 1;
}

.v16-home-newsroom__side-item {
    display: grid;
    gap: 10px;
    padding: 0;
    border: 0;
    color: inherit;
    text-align: left;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    transition: transform 220ms ease, opacity 220ms ease;
}

.v16-home-newsroom__side-item::after {
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.42) 72%, rgba(255, 255, 255, 0) 100%);
}

.v16-home-newsroom__side-item.is-active {
    opacity: 1;
}

.v16-home-newsroom__side-item:hover,
.v16-home-newsroom__side-item:focus-visible {
    transform: translateX(-8px);
    opacity: 1;
}

.v16-home-newsroom__side-item.is-active::after {
    background: rgba(255, 255, 255, 0.96);
}

.v16-home-newsroom__side-date {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    width: fit-content;
    padding: 0 8px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.v16-home-newsroom__side-title {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: clamp(0.96rem, 1.08vw, 1.18rem);
    font-weight: 800;
    line-height: 1.18;
    margin-top: 0;
    letter-spacing: -0.01em;
    text-shadow: 0 10px 22px rgba(4, 13, 24, 0.3);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.v16-home-newsroom__toolbar {
    left: auto;
    right: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 26px);
    transform: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.v16-home-newsroom__toolbar .slider-dots {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.48), rgba(0, 102, 142, 0.3));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.v16-home-newsroom__toolbar [data-slider-prev],
.v16-home-newsroom__toolbar [data-slider-next] {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.56), rgba(0, 102, 142, 0.34));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 34px rgba(4, 13, 24, 0.22);
}

.v16-home-newsroom__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #f6fbff;
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.v16-home-newsroom__arrow svg {
    width: 16px;
    height: 16px;
}

.v16-home-newsroom__arrow:hover,
.v16-home-newsroom__arrow:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.7), rgba(0, 102, 142, 0.48));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 20px 36px rgba(4, 13, 24, 0.28);
}

.v16-home-newsroom .slider-dots button {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.42);
}

.v16-home-newsroom .slider-dots button.is-active {
    width: 22px;
    background: linear-gradient(90deg, #7dd3f2 0%, #d7f6ff 100%);
}

.v16-home-newsroom__thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 16px;
}

.v16-home-newsroom__thumb {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 108px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 20px;
    color: #0a3652;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 251, 255, 0.72)),
        linear-gradient(135deg, rgba(0, 102, 142, 0.06), rgba(10, 54, 82, 0.04));
    box-shadow: 0 12px 24px rgba(8, 36, 60, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.v16-home-newsroom__thumb:hover,
.v16-home-newsroom__thumb:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 102, 142, 0.22);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 249, 254, 0.84)),
        linear-gradient(135deg, rgba(0, 102, 142, 0.08), rgba(10, 54, 82, 0.05));
    box-shadow: 0 18px 32px rgba(8, 36, 60, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.v16-home-newsroom__thumb.is-active {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(0, 102, 142, 0.44);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 249, 255, 0.88)),
        linear-gradient(135deg, rgba(0, 102, 142, 0.12), rgba(10, 54, 82, 0.06));
    box-shadow:
        0 20px 40px rgba(8, 36, 60, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 0 0 1px rgba(0, 102, 142, 0.12),
        0 0 0 3px rgba(125, 211, 242, 0.2);
    color: #0a3652;
}

.v16-home-newsroom__thumb-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.08), rgba(0, 102, 142, 0.08));
}

.v16-home-newsroom__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-home-newsroom__thumb-media.is-fallback {
    display: grid;
    place-items: center;
}

.v16-home-newsroom__thumb-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.v16-home-newsroom__thumb-date {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4c6c83;
}

.v16-home-newsroom__thumb-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (max-width: 1180px) {
    .v16-home-newsroom__slider {
        margin-left: calc(50% - 50vw);
        min-height: clamp(320px, 62vw, 480px);
    }

    .v16-home-newsroom__slide-content {
        width: min(42vw, 520px);
        min-width: 280px;
    }

    .v16-home-newsroom__slide-side {
        width: min(36vw, 340px);
        gap: 12px;
    }

    .v16-home-newsroom__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v16-home-newsroom__thumb {
        grid-template-columns: 82px minmax(0, 1fr);
    }
}

@media (min-width: 1440px) {
    .v16-home-newsroom__inner {
        max-width: 1220px;
    }

    .v16-home-newsroom__shell {
        grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.9fr);
        gap: 20px;
    }

    .v16-home-newsroom__featured-frame {
        grid-template-columns: minmax(360px, 0.98fr) minmax(320px, 0.78fr);
    }

    .v16-home-newsroom__featured-panel {
        padding: 30px 30px 28px;
    }

    .v16-home-newsroom__featured-panel h3 {
        font-size: 2rem;
    }

    .v16-home-newsroom__cards-wrap {
        padding: 18px;
    }
}

@media (max-width: 1180px) {
    .v16-home-newsroom__shell {
        grid-template-columns: 1fr;
    }

    .v16-home-newsroom__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-home-newsroom__card {
        grid-template-columns: 1fr;
    }

    .v16-home-newsroom__card-media {
        min-height: 160px;
    }
}

@media (max-width: 960px) {
    .v16-home-newsroom__header {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-home-newsroom__slider {
        min-height: clamp(300px, 74vw, 420px);
    }

    .v16-home-newsroom__slide-backdrop {
        background:
            linear-gradient(180deg, rgba(10, 54, 82, 0.04) 0%, rgba(10, 54, 82, 0.14) 24%, rgba(4, 13, 24, 0.86) 100%),
            linear-gradient(90deg, rgba(10, 54, 82, 0.38) 0%, rgba(4, 13, 24, 0.08) 100%);
    }

    .v16-home-newsroom__slide-content {
        top: auto;
        right: 18px;
        bottom: 56px;
        left: 18px;
        transform: none;
        width: auto;
        min-width: 0;
    }

    .v16-home-newsroom__slide-title {
        max-width: 15ch;
        font-size: clamp(1.8rem, 5vw, 2.8rem);
    }

    .v16-home-newsroom__slide-side {
        display: none;
    }

    .v16-home-newsroom__toolbar {
        right: 18px;
        bottom: 14px;
    }

    .v16-home-newsroom__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 0 14px;
    }

    .v16-home-newsroom__thumb {
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 96px;
        padding: 10px;
    }

    .v16-home-newsroom__all-link {
        align-self: flex-start;
    }

    .v16-home-newsroom__featured-frame {
        grid-template-columns: 1fr;
    }

    .v16-home-newsroom__featured-media {
        min-height: clamp(260px, 42vw, 360px);
    }
}

@media (max-width: 640px) {
    .v16-home-newsroom__band {
        padding-inline: 14px;
    }

    .v16-home-newsroom__slider {
        min-height: 360px;
        border-radius: 0;
    }

    .v16-home-newsroom__slide-content {
        left: 16px;
        right: 16px;
        bottom: 60px;
        gap: 10px;
        padding: 14px;
        border-radius: 22px;
    }

    .v16-home-newsroom__slide-title {
        max-width: none;
        font-size: clamp(1.3rem, 7vw, 2rem);
    }

    .v16-home-newsroom__slide-meta {
        gap: 8px;
    }

    .v16-home-newsroom__slide-meta time,
    .v16-home-newsroom__badge {
        min-height: 26px;
        font-size: 0.64rem;
    }

    .v16-home-newsroom__slide-cta {
        font-size: 0.68rem;
    }

    .v16-home-newsroom__toolbar {
        left: 16px;
        right: 16px;
        bottom: 12px;
        justify-content: space-between;
    }

    .v16-home-newsroom__toolbar .slider-dots {
        flex: 1 1 auto;
        justify-content: center;
    }

    .v16-home-newsroom__toolbar [data-slider-prev],
    .v16-home-newsroom__toolbar [data-slider-next] {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }

    .v16-home-newsroom__thumbs {
        grid-template-columns: 1fr;
        padding: 0 14px;
    }

    .v16-home-newsroom__thumb {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px;
        min-height: 88px;
        padding: 9px;
        border-radius: 16px;
    }

    .v16-home-newsroom__thumb-title {
        font-size: 0.84rem;
    }

    .v16-home-newsroom__band::before {
        width: calc(100% - 28px);
        inset: 14px auto auto 50%;
        height: calc(100% - 28px);
        border-radius: 30px;
    }

    .v16-home-newsroom__heading h2 {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    .v16-home-newsroom__all-link,
    .v16-home-newsroom__featured-link {
        width: 100%;
        justify-content: center;
    }

    .v16-home-newsroom__featured-panel,
    .v16-home-newsroom__cards-wrap {
        padding: 18px;
    }

    .v16-home-newsroom__cards {
        grid-template-columns: 1fr;
    }

    .v16-home-newsroom__card {
        padding: 12px;
    }

    .v16-home-newsroom__card-topline {
        flex-direction: column;
    }
}

.v16-home-stat,
.v16-pillar-card,
.v16-program-featured,
.v16-program-compact,
.v16-pricing-card,
.v16-trust-card,
.v16-news-featured,
.v16-news-mini,
.v16-announcement-item,
.v16-international-card,
.v16-student-life-card,
.v16-footer__panel,
.v16-global-cta__inner {
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 18px 48px rgba(7, 55, 99, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(165%);
    -webkit-backdrop-filter: blur(24px) saturate(165%);
}

.v16-home-stat {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(8, 23, 38, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 42px rgba(7, 20, 33, 0.16);
}

.v16-home-stat--link {
    justify-items: center;
    align-content: center;
    min-height: 112px;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

.v16-home-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.v16-home-stat__icon svg {
    width: 22px;
    height: 22px;
}

.v16-home-stat strong {
    color: #ffffff;
    font-size: 1.65rem;
    line-height: 1;
}

.v16-home-stat--link strong {
    font-size: 1.08rem;
    line-height: 1.3;
    max-width: 18ch;
    margin-inline: auto;
}

.v16-home-stat span,
.v16-program-compact p,
.v16-pricing-card__rows span,
.v16-trust-card p,
.v16-news-featured__body p,
.v16-news-mini__body p,
.v16-announcement-item__body p,
.v16-international-card p,
.v16-student-life-card p,
.v16-footer__bottom {
    color: #5f6b7a;
}

.v16-home-stat span {
    color: rgba(245, 249, 253, 0.72);
}

.v16-home-hero__floating a {
    color: #102033;
    font-weight: 700;
    text-decoration: none;
}

.v16-pillars-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.v16-pillar-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 28px;
}

.v16-pillar-card--1,
.v16-pillar-card--4 {
    grid-column: span 5;
}

.v16-pillar-card--2,
.v16-pillar-card--5 {
    grid-column: span 3;
}

.v16-pillar-card--3 {
    grid-column: span 4;
}

.v16-pillar-card__index {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #005ea8, #27aae1);
    font-weight: 800;
}

.v16-pillar-card h3 {
    font-size: 1.24rem;
    color: #102033;
}

.v16-pillar-card p {
    color: #5f6b7a;
}

.v16-pillar-card--2,
.v16-pillar-card--5 {
    background: linear-gradient(180deg, rgba(234, 246, 255, 0.92), rgba(255, 255, 255, 0.86));
}

.v16-pillar-card--3 {
    background: linear-gradient(180deg, rgba(7, 55, 99, 0.92), rgba(0, 94, 168, 0.88));
}

.v16-pillar-card--3 h3,
.v16-pillar-card--3 p,
.v16-pillar-card--3 .v16-pillar-card__index {
    color: #fff;
}

.v16-pillar-card--3 .v16-pillar-card__index {
    background: rgba(255, 255, 255, 0.18);
}

.v16-programs-layout,
.v16-finance-layout,
.v16-admissions-layout,
.v16-student-life-layout,
.v16-international-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(26px, 5vw, 56px);
    align-items: start;
}

.v16-programs-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
    gap: 18px;
}

.v16-program-featured,
.v16-program-compact,
.v16-pricing-card,
.v16-trust-card,
.v16-news-featured,
.v16-news-mini,
.v16-announcement-item,
.v16-international-card,
.v16-student-life-card,
.v16-footer__panel,
.v16-global-cta__inner {
    border-radius: 28px;
}

.v16-program-featured {
    display: grid;
    gap: 18px;
    padding: 30px;
    background: linear-gradient(180deg, rgba(7, 55, 99, 0.96), rgba(0, 94, 168, 0.9));
}

.v16-program-featured__label,
.v16-program-featured h3,
.v16-program-featured p,
.v16-program-featured__badges li {
    color: #fff;
}

.v16-program-featured__label {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-program-featured h3 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.04;
}

.v16-program-featured__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-program-featured__badges li {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    font-weight: 700;
}

.v16-programs-stack {
    display: grid;
    gap: 18px;
}

.v16-program-compact {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.v16-program-compact span,
.v16-news-featured__body time,
.v16-news-mini__body time,
.v16-announcement-item__body time {
    color: #0b5f99;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-program-compact h3,
.v16-pricing-card__price strong,
.v16-trust-card h3,
.v16-news-featured__body h3,
.v16-news-mini__body h3,
.v16-announcement-item__body h3,
.v16-international-card h3,
.v16-student-life-card h3 {
    color: #102033;
}

.v16-program-compact a {
    color: #005ea8;
    font-weight: 800;
    text-decoration: none;
}

.v16-finance-support {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v16-finance-support a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(15, 76, 129, 0.12);
    border-radius: 999px;
    color: #073763;
    font-weight: 700;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.78);
}

.v16-pricing-card {
    display: grid;
    gap: 18px;
    padding: 28px;
}

.v16-pricing-card__price {
    display: grid;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.12);
}

.v16-pricing-card__price span {
    color: #5f6b7a;
    font-weight: 700;
}

.v16-pricing-card__price strong {
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1;
}

.v16-pricing-card__rows {
    display: grid;
    gap: 14px;
}

.v16-pricing-card__rows div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.08);
}

.v16-pricing-card__rows div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.v16-pricing-card__rows strong {
    color: #102033;
    text-align: right;
}

.v16-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.v16-trust-card {
    display: grid;
    gap: 12px;
    padding: 22px;
    min-height: 180px;
}

.v16-admissions-steps {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-admissions-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 76, 129, 0.12);
    box-shadow: 0 18px 42px rgba(7, 55, 99, 0.08);
}

.v16-admissions-steps__number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #005ea8, #27aae1);
    font-weight: 800;
}

.v16-admissions-steps h3 {
    margin-bottom: 8px;
    color: #102033;
    font-size: 1.14rem;
}

.v16-admissions-steps p {
    color: #5f6b7a;
}

.v16-student-life-media {
    margin: 0;
    overflow: hidden;
    min-height: 560px;
    border-radius: 34px;
    box-shadow: 0 26px 62px rgba(7, 55, 99, 0.14);
}

.v16-student-life-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-student-life-copy {
    display: grid;
    gap: 18px;
}

.v16-student-life-copy > p {
    color: #5f6b7a;
    font-size: 1.04rem;
}

.v16-student-life-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.v16-student-life-card {
    display: grid;
    gap: 10px;
    padding: 20px;
    text-decoration: none;
}

.v16-news-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 20px;
}

.v16-news-featured {
    overflow: hidden;
}

.v16-news-featured__media,
.v16-news-mini__media {
    display: block;
    overflow: hidden;
}

.v16-news-featured__media {
    aspect-ratio: 16 / 9;
}

.v16-news-mini__media {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.v16-news-featured__media img,
.v16-news-mini__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.v16-news-featured:hover img,
.v16-news-mini:hover img {
    transform: scale(1.03);
}

.v16-news-featured__body {
    display: grid;
    gap: 14px;
    padding: 26px;
}

.v16-news-featured__body h3 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.v16-news-featured__body a,
.v16-news-mini__body a {
    text-decoration: none;
}

.v16-news-list {
    display: grid;
    gap: 16px;
}

.v16-news-mini {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    padding: 16px;
}

.v16-news-mini__body {
    display: grid;
    gap: 10px;
    align-content: start;
}

.v16-announcement-list {
    display: grid;
    gap: 14px;
}

.v16-announcement-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 18px 20px;
    text-decoration: none;
}

.v16-announcement-item__icon {
    width: 12px;
    height: 12px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #005ea8, #27aae1);
    box-shadow: 0 0 0 8px rgba(39, 170, 225, 0.14);
}

.v16-announcement-item__body {
    display: grid;
    gap: 8px;
}

.v16-international-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.v16-international-card {
    display: grid;
    gap: 12px;
    padding: 24px;
    text-decoration: none;
}

.v16-global-cta {
    padding: 0 0 28px;
}

.v16-global-cta__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
}

.v16-global-cta__inner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    color: #102033;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.88);
}

.v16-global-cta__inner a:first-child {
    color: #fff;
    background: linear-gradient(135deg, #005ea8, #073763);
}

.v16-contact-band {
    padding: 0 24px 28px;
}

.v16-contact-band__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(223, 246, 251, 0.18)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.08);
    backdrop-filter: blur(26px) saturate(165%);
    -webkit-backdrop-filter: blur(26px) saturate(165%);
    isolation: isolate;
    animation: v16ContactReveal 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.v16-contact-band__panel::before,
.v16-contact-band__panel::after {
    content: '';
    position: absolute;
    inset: auto;
    z-index: -1;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.75;
    animation: v16ContactGlow 10s ease-in-out infinite;
}

.v16-contact-band__panel::before {
    top: -70px;
    right: -30px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(69, 174, 205, 0.34), rgba(69, 174, 205, 0));
}

.v16-contact-band__panel::after {
    bottom: -90px;
    left: -20px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(244, 166, 42, 0.2), rgba(244, 166, 42, 0));
    animation-delay: -4s;
}

.v16-contact-band__copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 14px;
}

.v16-contact-band__copy p {
    max-width: 58ch;
    color: rgba(16, 47, 66, 0.72);
}

.v16-contact-band__list {
    display: grid;
    gap: 14px;
    margin-top: 8px;
}

.v16-contact-band__list div {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.18));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.44),
        0 6px 16px rgba(10, 54, 82, 0.05);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transform: translateY(0);
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    animation: v16ContactCardRise 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.v16-contact-band__list div:nth-child(2) {
    animation-delay: 90ms;
}

.v16-contact-band__list div:nth-child(3) {
    animation-delay: 180ms;
}

.v16-contact-band__list div:hover,
.v16-contact-band__list div:focus-within {
    transform: translateY(-3px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.24));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.56),
        0 12px 24px rgba(10, 54, 82, 0.08);
}

.v16-contact-band__list span {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-contact-band__list a,
.v16-contact-band__list strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

.v16-contact-band__list a {
    transition: color 180ms ease;
}

.v16-contact-band__list a:hover,
.v16-contact-band__list a:focus-visible {
    color: var(--dark);
    outline: none;
}

.v16-contact-band__map {
    position: relative;
    min-height: 320px;
    padding: 10px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.38),
        0 8px 24px rgba(10, 54, 82, 0.07);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    animation: v16ContactCardRise 720ms cubic-bezier(0.22, 1, 0.36, 1) both 140ms;
}

.v16-contact-band__map::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.v16-contact-band__map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 18px;
    transform: scale(1.01);
    transition: transform 320ms ease;
}

.v16-contact-band__map:hover iframe {
    transform: scale(1.03);
}

@keyframes v16ContactReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes v16ContactGlow {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, 12px, 0) scale(1.06);
    }
}

@keyframes v16ContactCardRise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .v16-contact-band__panel,
    .v16-contact-band__panel::before,
    .v16-contact-band__panel::after,
    .v16-contact-band__list div,
    .v16-contact-band__map {
        animation: none;
    }

    .v16-contact-band__list div,
    .v16-contact-band__map iframe {
        transition: none;
    }
}

.v16-footer {
    padding: 0 24px 38px;
}

.v16-footer__panel {
    gap: 26px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.98), rgba(6, 31, 48, 0.98));
}

.v16-footer__brand h2,
.v16-footer__brand p,
.v16-footer__meta span,
.v16-footer__meta a,
.v16-footer__meta strong,
.v16-footer__bottom,
.v16-footer .v16-kicker {
    color: #fff;
}

.v16-footer__brand {
    display: grid;
    gap: 14px;
}

.v16-footer__brand p {
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.82);
}

.v16-footer__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v16-footer__cta-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.v16-footer__cta-row a:first-child {
    background: linear-gradient(135deg, #27aae1, #005ea8);
}

.v16-footer__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.v16-footer__meta div {
    display: grid;
    gap: 10px;
}

.v16-footer__meta span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-footer__meta a,
.v16-footer__meta strong {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.v16-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 30px 0;
    font-size: 0.92rem;
}

@media (max-width: 1180px) {
    .v16-programs-layout,
    .v16-finance-layout,
    .v16-admissions-layout,
    .v16-student-life-layout,
    .v16-international-layout,
    .v16-news-editorial,
    .v16-footer__panel {
        grid-template-columns: 1fr;
    }

    .v16-home-hero__content {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .v16-trust-grid,
    .v16-international-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-home-spotlight__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-home-spotlight-card:nth-child(3) {
        transform: none;
    }
}

@media (max-width: 920px) {
    .v16-home-hero__content {
        padding-top: 24px;
    }

    .v16-home-section__intro--between {
        display: grid;
        justify-content: start;
    }

    .v16-home-hero .hero-search {
        flex: 1 1 100%;
        width: min(100%, 320px);
        max-width: 100%;
    }

    .v16-home-hero__cta {
        width: 100%;
    }

    .v16-home-hero__cta-btn {
        flex: 1 1 auto;
    }

    .v16-trust-grid,
    .v16-student-life-cards,
    .v16-international-cards,
    .v16-footer__meta,
    .v16-global-cta__inner,
    .v16-programs-showcase {
        grid-template-columns: 1fr;
    }

    .v16-pillars-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-pillar-card,
    .v16-pillar-card--1,
    .v16-pillar-card--2,
    .v16-pillar-card--3,
    .v16-pillar-card--4,
    .v16-pillar-card--5 {
        grid-column: auto;
    }

    .v16-home-spotlight {
        margin-top: -12px;
        padding-bottom: 34px;
    }

    .v16-home-spotlight__shell {
        gap: 20px;
    }

    .v16-home-newsroom__featured {
        grid-template-columns: 1fr;
    }

    .v16-home-newsroom__stream {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-news-mini {
        grid-template-columns: 120px 1fr;
    }

    .v16-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .v16-footer {
        padding-inline: 14px;
    }
}

@media (max-width: 640px) {
    .v16-home-section {
        padding: 32px 0;
    }

    .v16-home-hero__content {
        padding-top: 12px;
        min-height: 0;
    }

    .v16-home-hero__copy {
        gap: 12px;
    }

    .v16-home-hero .hero-search {
        width: 100%;
    }

    .v16-home-hero__cta {
        flex-direction: column;
        width: 100%;
    }

    .v16-home-hero__cta-btn {
        width: 100%;
    }

    .v16-home-hero__copy h1 {
        max-width: 12ch;
        font-size: clamp(1.55rem, 8vw, 2.15rem);
    }

    .v16-home-hero__summary {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .v16-home-hero__actions,
    .v16-footer__cta-row {
        flex-direction: column;
    }

    .v16-home-btn,
    .v16-footer__cta-row a,
    .v16-global-cta__inner a {
        width: 100%;
    }

    .v16-home-enquiry,
    .v16-home-enquiry__row {
        grid-template-columns: 1fr;
    }

    .v16-home-spotlight__grid {
        grid-template-columns: 1fr;
    }

    .v16-home-spotlight-card {
        min-height: 0;
        padding: 18px 16px 16px;
    }

    .v16-home-spotlight {
        margin-top: 0;
    }

    .v16-home-newsroom__featured,
    .v16-home-newsroom__stream-item {
        padding: 16px;
    }

    .v16-home-newsroom__feature-footer {
        display: grid;
        justify-content: stretch;
    }

    .v16-home-newsroom__link {
        justify-content: center;
    }

    .v16-home-newsroom__stream {
        grid-template-columns: 1fr;
    }

    .v16-pillars-grid,
    .v16-student-life-cards,
    .v16-trust-grid,
    .v16-international-cards {
        grid-template-columns: 1fr;
    }

    .v16-pricing-card__rows div,
    .v16-news-mini,
    .v16-announcement-item {
        grid-template-columns: 1fr;
    }

    .v16-news-mini__media {
        aspect-ratio: 16 / 9;
    }

    .v16-student-life-cards {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(82%, 1fr);
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }
}

@media (max-width: 900px) {
    .hero-dock {
        left: 50%;
        bottom: 76px;
        width: min(100% - 28px, var(--max));
    }

    .dock-actions,
    .action-strip__grid,
    .program-grid,
    .service-grid,
    .step-grid,
    .research-metrics,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .dock-actions a {
        min-height: 74px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .dock-actions a:last-child {
        border-bottom: 0;
    }

    .campus-image {
        min-height: 280px;
    }
}

/* Refined lower-page experience */
.main-menu a,
.button,
[data-slider-prev],
[data-slider-next] {
    font-family: var(--font-ui);
}

.action-strip {
    padding: clamp(32px, 5vw, 58px) 0;
    background:
        linear-gradient(135deg, rgba(69, 174, 205, 0.1), rgba(244, 166, 42, 0.08)),
        var(--mist);
}

.action-strip__shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
    gap: 18px;
    align-items: stretch;
}

.action-strip__intro {
    display: grid;
    align-content: center;
    min-height: 260px;
    padding: 26px;
    color: var(--white);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(12, 74, 106, 0.94), rgba(0, 102, 142, 0.9)),
        url("/home/assets/img/admission/4.webp") center / cover;
    box-shadow: var(--shadow);
}

.action-strip__intro .eyebrow,
.action-strip__intro p {
    color: #d8f7ff;
}

.action-strip__intro h2 {
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.action-strip__intro p {
    margin-top: 12px;
    font-family: var(--font-reading);
    font-size: 0.96rem;
}

.action-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.action-strip a {
    position: relative;
    min-height: 124px;
    align-content: end;
    gap: 7px;
    padding: 18px;
    overflow: hidden;
}

.action-strip a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--cyan), var(--gold));
}

.action-strip__number {
    position: absolute;
    top: 14px;
    right: 14px;
    color: rgba(0, 102, 142, 0.16);
    font-family: var(--font-mono);
    font-size: 1.35rem;
    font-weight: 900;
}

.action-strip strong {
    font-size: 1rem;
}

.stats-row {
    padding: 22px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(69, 174, 205, 0.24), transparent 28%),
        linear-gradient(135deg, #07344c, var(--blue));
}

.stats-row__wrap {
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
    gap: 12px;
    align-items: stretch;
}

.stats-row__label {
    display: grid;
    align-content: center;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.stats-row__label span {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stats-row__label p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-family: var(--font-reading);
}

.stats-row__grid {
    gap: 12px;
}

.stats-row__grid div {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.stats-row__grid div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.program-finder {
    scroll-margin-top: 120px;
    background:
        linear-gradient(180deg, var(--white), #f7fbfd 72%, var(--white));
}

.program-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin: -8px 0 26px;
}

.program-tools span,
.program-tools a,
.admission-checklist span,
.campus-tags span {
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.program-tools span,
.program-tools a {
    padding: 8px 12px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.14);
    background: var(--white);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(12, 74, 106, 0.06);
}

.program-tools a {
    color: var(--white);
    background: var(--blue);
}

.program-card {
    position: relative;
    overflow: hidden;
    min-height: 292px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(12, 74, 106, 0.08);
}

.program-card::after {
    content: "";
    position: absolute;
    right: -28px;
    top: -28px;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.12);
}

.program-card__symbol {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: var(--white);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--dark), var(--cyan));
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 950;
}

.program-card h3 {
    font-size: 1.18rem;
}

.student-hub {
    scroll-margin-top: 120px;
    background:
        linear-gradient(135deg, rgba(69, 174, 205, 0.1), rgba(255, 255, 255, 0)),
        var(--mist);
}

.hub-copy {
    align-self: stretch;
    display: grid;
    align-content: center;
}

.portal-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.portal-preview div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(12, 74, 106, 0.07);
}

.portal-preview span,
.portal-preview strong {
    display: block;
    font-family: var(--font-data);
}

.portal-preview span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.portal-preview strong {
    margin-top: 6px;
    color: var(--dark);
    font-size: 1rem;
}

.service-grid article {
    position: relative;
    min-height: 174px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(12, 74, 106, 0.07);
}

.service-grid article::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cyan), var(--gold));
}

.service-grid__index {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    color: rgba(0, 102, 142, 0.42);
    font-family: var(--font-mono);
    font-weight: 900;
}

.service-grid h3::before {
    display: none;
}

.admissions-flow {
    scroll-margin-top: 120px;
    background:
        linear-gradient(90deg, rgba(244, 166, 42, 0.08), rgba(69, 174, 205, 0.08)),
        var(--white);
}

.admission-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 24px;
}

.admission-checklist span {
    padding: 10px 12px;
    color: var(--dark);
    border: 1px solid rgba(69, 174, 205, 0.22);
    background: rgba(255, 255, 255, 0.8);
}

.step-grid li {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}

.step-grid li::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.step-grid span {
    font-family: var(--font-mono);
}

.campus-band {
    background:
        linear-gradient(135deg, rgba(8, 47, 68, 0.96), rgba(0, 102, 142, 0.88)),
        #082f44;
}

.campus-image {
    min-height: 430px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.campus-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.campus-mini-grid article {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
}

.campus-mini-grid strong,
.campus-mini-grid span {
    display: block;
}

.campus-mini-grid strong {
    font-family: var(--font-data);
    font-size: 1.35rem;
}

.campus-mini-grid span {
    color: #bdefff;
    font-size: 0.78rem;
    font-weight: 800;
}

.research-zone {
    scroll-margin-top: 120px;
    background:
        linear-gradient(135deg, #ffffff 0%, #edf8fb 58%, #fff8ee 100%);
}

.research-metrics {
    gap: 12px;
}

.research-metrics span {
    position: relative;
    min-height: 132px;
    place-items: start;
    align-content: center;
    gap: 7px;
    padding: 20px 20px 20px 24px;
    border-left: 4px solid var(--cyan);
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.research-metrics strong,
.research-metrics small {
    display: block;
}

.research-metrics strong {
    color: var(--dark);
    font-family: var(--font-heading);
    font-size: 1rem;
}

.research-metrics small {
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.news-board {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 14px;
}

.calendar-card,
.news-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 32px rgba(12, 74, 106, 0.07);
}

.calendar-card {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 20px;
}

.calendar-card > strong {
    font-family: var(--font-heading);
    font-size: 1.06rem;
}

.calendar-card a {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    color: var(--ink);
    border-top: 1px solid var(--line);
    text-decoration: none;
}

.calendar-card time,
.news-grid time {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 900;
}

.calendar-card span {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.news-grid article {
    min-height: 220px;
}

.news-grid span {
    font-family: var(--font-mono);
}

@media (max-width: 1080px) {
    .action-strip__shell,
    .stats-row__wrap,
    .news-board {
        grid-template-columns: 1fr;
    }

    .action-strip__intro {
        min-height: 220px;
    }
}

@media (max-width: 820px) {
    .stats-row__grid,
    .portal-preview,
    .campus-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .action-strip__grid,
    .stats-row__grid,
    .portal-preview,
    .admission-checklist,
    .campus-mini-grid,
    .news-board {
        grid-template-columns: 1fr;
    }
}

/* Modern campus updates block */
.news-calendar {
    position: relative;
    overflow: visible;
    scroll-margin-top: 130px;
    background:
        linear-gradient(135deg, rgba(8, 47, 68, 0.05), rgba(69, 174, 205, 0.14) 42%, rgba(244, 166, 42, 0.1)),
        var(--mist);
}

.news-calendar::before {
    display: none;
}

.news-layout {
    position: relative;
    z-index: 1;
    display: block;
}

.news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding: 24px;
    color: var(--white);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 47, 68, 0.97), rgba(0, 102, 142, 0.88)),
        url("/home/assets/img/mainslider/04.webp") center / cover;
    box-shadow: var(--shadow);
}

.news-header .eyebrow,
.news-header p {
    color: #bdefff;
}

.news-header h2 {
    max-width: 650px;
    font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

.news-header__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
}

.news-board {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: 16px;
    align-items: start;
}

.calendar-card,
.news-grid article {
    border: 1px solid rgba(220, 231, 237, 0.86);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 56px rgba(12, 74, 106, 0.13);
    backdrop-filter: blur(16px);
}

.calendar-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 18px;
}

.calendar-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.calendar-card__head span {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 900;
}

.calendar-card__head strong {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--white);
    border-radius: 8px;
    background: var(--blue);
    font-family: var(--font-data);
}

.calendar-timeline {
    position: relative;
    display: grid;
    gap: 8px;
}

.calendar-timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 30px;
    width: 2px;
    background: linear-gradient(180deg, var(--cyan), rgba(244, 166, 42, 0.72));
}

.calendar-timeline a {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 6px 0;
    color: var(--ink);
    text-decoration: none;
}

.calendar-timeline time,
.news-card__date time {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(69, 174, 205, 0.28);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(12, 74, 106, 0.08);
}

.calendar-timeline time span,
.news-card__date time span {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.calendar-timeline time strong,
.news-card__date time strong {
    color: var(--dark);
    font-family: var(--font-data);
    font-size: 1.25rem;
    line-height: 1;
}

.calendar-timeline a > span {
    color: var(--muted);
    font-family: var(--font-data);
    font-size: 0.9rem;
    font-weight: 800;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.news-grid article {
    position: relative;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 14px;
    min-height: 150px;
    padding: 18px;
    overflow: visible;
}

.news-grid article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--cyan), var(--gold));
}

.news-grid .news-card--featured {
    grid-column: 1 / -1;
    min-height: 205px;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(135deg, rgba(8, 47, 68, 0.92), rgba(0, 102, 142, 0.78)),
        url("/home/assets/img/clinic/109.webp") center / cover;
}

body[data-lang="ge"] {
    font-family: "Noto Sans Georgian", var(--font-ui);
}

.v15-page-hero .campus-copy h1 {
    margin: 0;
    max-width: 760px;
    color: var(--white);
    font-size: clamp(2.25rem, 6vw, 5rem);
    line-height: 0.98;
    font-weight: 950;
}

.v15-page-hero .hero-actions {
    margin-top: 26px;
}

.v15-rich-intro {
    background: var(--white);
}

.v15-rich-intro__copy {
    width: min(920px, 100%);
    display: grid;
    gap: 16px;
    color: var(--ink);
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    font-weight: 500;
    line-height: 1.78;
}

.v15-rich-intro__copy p {
    margin: 0;
}

.v15-rich-intro--qa {
    background:
        linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.82) 100%);
}

.v15-rich-intro--qa .v15-rich-intro__copy {
    width: 100%;
    gap: 20px;
    color: #263f4d;
    font-family: var(--font-ui);
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    font-weight: 450;
    line-height: 1.78;
}

.v15-rich-intro--qa .v15-rich-intro__copy > p {
    max-width: 78ch;
    padding: 16px 18px 16px 22px;
    border-left: 4px solid rgba(69, 174, 205, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(12, 74, 106, 0.04);
}

.v15-rich-intro--qa .v15-rich-intro__copy > p:first-child {
    color: var(--ink);
    font-size: clamp(1.06rem, 1.55vw, 1.2rem);
    font-weight: 650;
}

.v15-values-block {
    display: grid;
    gap: 14px;
    margin-top: 6px;
}

.v15-rich-intro--qa .v15-values-block {
    width: 100%;
    gap: 18px;
    margin-top: 14px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 16px 42px rgba(12, 74, 106, 0.07);
}

.v15-values-block > strong,
.v15-inline-section h2 {
    color: var(--blue);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 950;
    line-height: 1.18;
}

.v15-values-list,
.v15-pdca-card ul,
.v15-accreditation-group ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 1.1rem;
}

.v15-rich-intro--qa .v15-values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.v15-rich-intro--qa .v15-values-list li {
    position: relative;
    min-height: 66px;
    padding: 13px 14px 13px 40px;
    border: 1px solid rgba(220, 231, 237, 0.9);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    color: #2b4655;
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.52;
    box-shadow: 0 10px 24px rgba(12, 74, 106, 0.04);
}

.v15-rich-intro--qa .v15-values-list li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 18px;
    width: 10px;
    height: 10px;
    border: 3px solid rgba(69, 174, 205, 0.26);
    border-radius: 50%;
    background: var(--blue);
}

.v15-values-list li,
.v15-pdca-card li,
.v15-accreditation-group li {
    padding-left: 4px;
}

.v15-inline-section {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.v15-rich-intro--qa .v15-inline-section {
    gap: 14px;
    margin-top: 18px;
    padding: clamp(22px, 3vw, 32px);
    border-left: 5px solid var(--gold);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(244, 166, 42, 0.12), rgba(69, 174, 205, 0.08)),
        var(--white);
}

.v15-rich-intro--qa .v15-inline-section p {
    max-width: 82ch;
    color: #2f4c5b;
    font-family: var(--font-ui);
    font-weight: 500;
    line-height: 1.78;
}

.v15-inline-section h2,
.v15-inline-section p {
    margin: 0;
}

.v15-external-section {
    background:
        linear-gradient(180deg, #f4f9fb 0%, var(--mist) 100%);
}

.v15-pdca-section {
    background:
    linear-gradient(180deg, rgba(243, 248, 251, 0.12), rgba(243, 248, 251, 0.92)),
        var(--white);
}

.v15-pdca-shell {
    display: grid;
    gap: clamp(24px, 4vw, 38px);
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 251, 0.92));
    box-shadow: 0 20px 52px rgba(12, 74, 106, 0.08);
}

.v15-pdca-head {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.v15-pdca-head .eyebrow {
    color: var(--blue);
}

.v15-pdca-head h2 {
    color: var(--ink);
    font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.v15-pdca-head p {
    max-width: 74ch;
    color: #385665;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    font-weight: 500;
    line-height: 1.75;
}

.v15-pdca-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.v15-pdca-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 280px;
    padding: 22px;
    border: 1px solid rgba(220, 231, 237, 0.96);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    box-shadow: 0 12px 34px rgba(12, 74, 106, 0.06);
}

.v15-pdca-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(180deg, var(--cyan), var(--gold));
}

.v15-pdca-card__head {
    display: flex;
    gap: 16px;
    align-items: center;
}

.v15-pdca-card__icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    overflow: hidden;
    border: 6px solid rgba(0, 102, 142, 0.09);
    border-radius: 50%;
    background: var(--white);
}

.v15-pdca-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v15-pdca-card__number {
    display: block;
    color: var(--cyan);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0;
}

.v15-pdca-card h3 {
    margin-top: 5px;
    color: var(--ink);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.1;
}

.v15-pdca-card ul,
.v15-accreditation-group ul {
    color: var(--muted);
    font-family: var(--font-data);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.55;
}

.v15-pdca-card ul {
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.v15-pdca-card li {
    position: relative;
    padding-left: 26px;
    color: #365464;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.55;
}

.v15-pdca-card li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.58em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(244, 166, 42, 0.14);
}

.v15-steps-section {
    background: var(--mist);
}

.v15-document-section {
    background: linear-gradient(180deg, var(--white) 0%, #f4f9fb 100%);
}

.v15-document-section .section-head,
.v15-external-section .section-head {
    max-width: 820px;
    margin-bottom: clamp(24px, 4vw, 34px);
}

.v15-document-section .section-head h2,
.v15-external-section .section-head h2,
.v15-link-section .hub-copy h2 {
    color: var(--ink);
    letter-spacing: 0;
}

.v15-document-section .section-head p,
.v15-external-section .section-head p {
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 500;
    line-height: 1.72;
}

.v15-document-grid,
.v15-external-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v15-external-grid {
    align-items: start;
}

.v15-document-card {
    position: relative;
    min-height: 100%;
    gap: 11px;
    padding-top: 28px;
    border-color: rgba(0, 102, 142, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}

.v15-document-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold));
}

.v15-document-card__icon {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    width: 60px;
    height: 74px;
    margin-bottom: 2px;
    padding: 0 8px 8px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 11px;
    background:
        linear-gradient(180deg, transparent 0 calc(100% - 28px), #d63f2f calc(100% - 28px) 100%),
        linear-gradient(180deg, #ffffff 0%, #f0fafc 100%);
    color: #ffffff;
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    box-shadow:
        0 14px 30px rgba(12, 74, 106, 0.1),
        inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v15-document-card__icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -1px;
    width: 22px;
    height: 22px;
    border-radius: 0 11px 0 9px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0 48%, rgba(0, 173, 216, 0.22) 49% 100%);
    border-left: 1px solid rgba(0, 102, 142, 0.12);
    border-bottom: 1px solid rgba(0, 102, 142, 0.1);
}

.v15-document-card__icon::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 18px;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: rgba(0, 102, 142, 0.24);
    box-shadow:
        0 9px 0 rgba(0, 102, 142, 0.14),
        0 18px 0 rgba(0, 173, 216, 0.16);
}

.v15-document-card:hover .v15-document-card__icon {
    transform: translateY(-2px);
    box-shadow:
        0 18px 36px rgba(12, 74, 106, 0.14),
        inset 0 -1px 0 rgba(255, 255, 255, 0.34);
}

.v15-document-card .program-card__top {
    margin-bottom: 8px;
}

.v15-document-card h3 {
    min-height: 3.8em;
}

.v15-document-card p {
    color: #385866;
    font-family: var(--font-ui);
    font-weight: 600;
    line-height: 1.62;
}

.v15-document-grid .program-card h3 {
    font-size: clamp(1.05rem, 2vw, 1.34rem);
}

.v15-link-section .service-grid h3 a {
    text-decoration: none;
}

.v15-link-section .service-grid h3 a:hover,
.v15-link-section .service-grid h3 a:focus-visible {
    color: var(--blue);
    outline: none;
}

.v15-external-copy {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 30px;
}

.v15-external-copy p {
    min-height: 100%;
    margin: 0;
    padding: 18px 18px 18px 22px;
    border-left: 4px solid rgba(0, 173, 216, 0.42);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(12, 74, 106, 0.05);
    color: #2f4c5b;
    font-family: var(--font-ui);
    font-size: clamp(1rem, 1.2vw, 1.07rem);
    font-weight: 500;
    line-height: 1.78;
}

.v15-external-copy p + p {
    margin-top: 0;
}

.v15-external-card {
    align-self: start;
    min-height: 0;
    border-color: rgba(0, 102, 142, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    box-shadow: 0 14px 34px rgba(12, 74, 106, 0.07);
}

.v15-external-card--detailed {
    grid-column: span 2;
    border-color: rgba(244, 166, 42, 0.34);
}

.v15-external-card--wide {
    grid-column: 1 / -1;
}

.v15-external-card .program-card__top {
    margin-bottom: 12px;
}

.v15-external-card .program-card__top span:first-child {
    white-space: normal;
}

.v15-external-card h3 {
    min-height: 2.5em;
}

.v15-card-meta {
    color: var(--ink) !important;
}

.v15-accreditation-group {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(0, 102, 142, 0.08);
    border-radius: 8px;
    background: rgba(243, 248, 251, 0.82);
}

.v15-accreditation-group strong {
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 950;
}

.v15-accreditation-group a,
.v15-contact-line a {
    color: var(--blue);
    text-decoration: none;
}

.v15-accreditation-group a:hover,
.v15-accreditation-group a:focus-visible,
.v15-contact-line a:hover,
.v15-contact-line a:focus-visible {
    color: var(--green);
    outline: none;
}

.v15-contact-line {
    margin: 0 0 18px;
}

.v15-link-section {
    border-top: 1px solid rgba(0, 102, 142, 0.1);
    background:
        linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.86) 100%) !important;
}

.v15-link-section .hub-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(24px, 4vw, 46px);
}

.v15-link-section .hub-copy {
    align-self: start;
    align-content: start;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    border-color: rgba(0, 102, 142, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 251, 0.92));
    box-shadow: 0 16px 38px rgba(12, 74, 106, 0.07);
}

.v15-link-section .hub-copy .eyebrow + h2 {
    margin-top: 10px;
}

.v15-link-section .hub-copy h2 {
    max-width: 340px;
    font-size: clamp(1.48rem, 2.45vw, 2.08rem);
    line-height: 1.12;
}

.v15-link-section .hub-copy p:not(.v15-contact-line) {
    max-width: 390px;
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 600;
    line-height: 1.7;
}

.v15-link-section .v15-contact-line {
    display: grid;
    gap: 4px;
    margin: 0 0 24px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
}

.v15-link-section .v15-contact-line strong {
    color: var(--dark);
    font-family: var(--font-ui);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.v15-link-section .v15-contact-line a {
    color: var(--blue);
    font-family: var(--font-ui);
    font-weight: 900;
}

.v15-link-section .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.v15-link-section .service-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    min-height: auto;
    padding: 18px 20px;
    border-color: rgba(0, 102, 142, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    box-shadow: 0 12px 28px rgba(12, 74, 106, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.v15-link-section .service-grid article::after {
    width: 4px;
    height: auto;
    right: auto;
    bottom: 0;
    background: linear-gradient(180deg, var(--cyan), var(--gold));
}

.v15-link-section .service-grid article:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 102, 142, 0.22);
    box-shadow: 0 16px 34px rgba(12, 74, 106, 0.09);
}

.v15-link-section .service-grid__index {
    grid-row: 1 / span 2;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.13);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.12);
    font-size: 0.78rem;
}

.v15-link-section .service-grid h3 {
    align-self: end;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.35;
}

.v15-link-section .service-grid h3::before {
    display: none;
}

.v15-link-section .service-grid p {
    color: #526c78;
    font-family: var(--font-ui);
    font-size: 0.91rem;
    font-weight: 600;
    line-height: 1.55;
}

.v15-about-hero {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 251, 0.52)),
        linear-gradient(rgba(0, 102, 142, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 102, 142, 0.045) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #eef8fb 58%, rgba(245, 177, 55, 0.14) 100%);
    background-size: auto, 34px 34px, 34px 34px, auto;
}

.v15-about-hero .v15-qa-hero__copy h1 {
    max-width: 680px;
}

.v15-about-hero .v15-qa-hero__copy p {
    max-width: 760px;
}

.v15-about-intro {
    background: linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.72) 100%);
}

.v15-about-intro .section-head {
    max-width: 840px;
}

.v15-about-intro .section-head h2 {
    color: var(--ink);
    letter-spacing: 0;
}

.v15-about-story {
    background: linear-gradient(180deg, rgba(243, 248, 251, 0.72) 0%, #ffffff 100%);
}

.v15-about-story__grid {
    display: grid;
    gap: clamp(20px, 3vw, 30px);
}

.v15-about-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    box-shadow: 0 18px 42px rgba(12, 74, 106, 0.08);
}

.v15-about-panel--reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.v15-about-panel--reverse .v15-about-panel__media {
    order: 2;
}

.v15-about-panel__media {
    position: relative;
    min-height: 330px;
    background: var(--mist);
}

.v15-about-panel__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 102, 142, 0.12), rgba(245, 177, 55, 0.1));
    pointer-events: none;
}

.v15-about-panel__media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    display: block;
}

.v15-about-panel__copy {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: clamp(24px, 4vw, 42px);
}

.v15-about-panel__copy h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.42rem, 2.6vw, 2.18rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.v15-about-panel__copy p {
    margin: 0;
    padding-left: 16px;
    border-left: 3px solid rgba(0, 102, 142, 0.22);
    color: #385866;
    font-family: var(--font-ui);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.75;
}

.v15-about-panel__accent {
    width: fit-content;
    margin-top: 4px;
    padding: 8px 12px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.16);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.12);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
}

.v15-about-documents {
    padding: clamp(42px, 6vw, 66px) 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.92) 100%);
}

.v15-about-documents .section-head {
    margin-bottom: 20px;
}

.v15-about-documents .section-head p {
    max-width: 680px;
    margin-inline: auto;
}

.v15-about-documents .v15-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    max-width: 1120px;
    margin: 0 auto;
    gap: 8px;
}

.v15-about-documents .v15-document-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
        "icon title action"
        "icon meta action";
    align-items: center;
    column-gap: 12px;
    row-gap: 3px;
    min-height: auto;
    padding: 10px 12px 10px 16px;
    box-shadow: 0 8px 18px rgba(12, 74, 106, 0.045);
}

.v15-about-documents .v15-document-card::after {
    inset: 0 auto 0 0;
    width: 4px;
    height: auto;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(180deg, var(--blue), var(--cyan), var(--gold));
}

.v15-about-documents .v15-document-card__icon {
    grid-area: icon;
    width: 34px;
    height: 42px;
    margin: 0;
    padding: 0 4px 5px;
    border-radius: 5px;
    font-size: 0.52rem;
    box-shadow: 0 8px 16px rgba(12, 74, 106, 0.08);
}
.v15-news-hero {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(244, 249, 251, 0.62)),
        linear-gradient(rgba(0, 102, 142, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 102, 142, 0.04) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #eef8fb 58%, rgba(245, 177, 55, 0.13) 100%);
    background-size: auto, 36px 36px, 36px 36px, auto;
}
.v15-news-section {
    background: linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.92) 100%);
}
.v15-news-section .section-head {
    max-width: 860px;
}
.v15-news-section .section-head h2 {
    color: var(--ink);
    letter-spacing: 0;
}
.v15-news-section .section-head p {
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 600;
}
.v15-news-featured {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 8%, rgba(245, 177, 55, 0.12), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f7fcfe 100%);
    box-shadow: 0 26px 70px rgba(12, 74, 106, 0.12);
    color: inherit;
    text-decoration: none;
    isolation: isolate;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}
.v15-news-featured:hover,
.v15-news-featured:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(0, 102, 142, 0.24);
    box-shadow: 0 34px 84px rgba(12, 74, 106, 0.17);
}
.v15-news-featured::before {
    content: "";
    position: absolute;
    inset: auto 34px 34px auto;
    z-index: 2;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.4)),
        conic-gradient(from 160deg, var(--blue), var(--cyan), var(--gold), var(--blue));
    opacity: 0.42;
    pointer-events: none;
}
.v15-news-featured__media {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(245, 177, 55, 0.24), transparent 36%),
        linear-gradient(135deg, rgba(0, 102, 142, 0.95), rgba(0, 173, 216, 0.74));
}
.v15-news-featured__media::after,
.v15-news-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 35, 52, 0) 44%, rgba(3, 35, 52, 0.24) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.v15-news-featured__media img,
.v15-news-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
}
.v15-news-featured:hover .v15-news-featured__media img,
.v15-news-card:hover .v15-news-card__media img,
.v15-news-featured:focus-visible .v15-news-featured__media img,
.v15-news-card:focus-visible .v15-news-card__media img {
    transform: scale(1.055);
}
.v15-news-featured__media span,
.v15-news-card__media span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    font-weight: 950;
}
.v15-news-featured__body {
    position: relative;
    display: grid;
    align-content: center;
    gap: 15px;
    padding: clamp(28px, 4vw, 48px);
}
.v15-news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.v15-news-featured time,
.v15-news-card time,
.v15-news-views {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 30px;
    padding: 7px 10px;
    color: #607989;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 8px 18px rgba(12, 74, 106, 0.055);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}
.v15-news-views span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--gold));
    box-shadow: 0 0 0 4px rgba(69, 174, 205, 0.12);
}
.v15-news-featured h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.72rem, 3vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: 0;
}
.v15-news-featured p,
.v15-news-card p {
    margin: 0;
    color: #4d6875;
    font-family: var(--font-reading);
    line-height: 1.68;
}
.v15-news-featured strong,
.v15-news-card strong {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: 6px;
    padding: 8px 11px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.13);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.1);
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1;
}
.v15-news-featured strong::after,
.v15-news-card strong::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.v15-news-featured:hover strong::after,
.v15-news-card:hover strong::after,
.v15-news-featured:focus-visible strong::after,
.v15-news-card:focus-visible strong::after {
    transform: translateX(3px) rotate(45deg);
}
.v15-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(22px, 3vw, 34px);
}
.v15-news-card {
    position: relative;
    display: grid;
    grid-template-rows: 198px minmax(0, 1fr);
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 6%, rgba(245, 177, 55, 0.11), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 253, 255, 0.98));
    box-shadow: 0 16px 36px rgba(12, 74, 106, 0.075);
    color: inherit;
    text-decoration: none;
    isolation: isolate;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.v15-news-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold));
    transform: scaleX(0.3);
    transform-origin: left center;
    transition: transform 0.22s ease;
}
.v15-news-card:hover,
.v15-news-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(0, 102, 142, 0.24);
    box-shadow: 0 24px 48px rgba(12, 74, 106, 0.13);
}
.v15-news-card:hover::before,
.v15-news-card:focus-visible::before {
    transform: scaleX(1);
}
.v15-news-card__media {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 14%, rgba(245, 177, 55, 0.2), transparent 34%),
        linear-gradient(135deg, rgba(0, 102, 142, 0.92), rgba(0, 173, 216, 0.72));
}
.v15-news-card__body {
    position: relative;
    display: grid;
    align-content: start;
    gap: 11px;
    padding: 19px 19px 21px;
}
.v15-news-card h3 {
    margin: 0;
    color: var(--ink);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.05rem;
    line-height: 1.25;
    letter-spacing: 0;
}
.v15-news-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
}
.v15-news-card:hover h3,
.v15-news-card:focus-visible h3,
.v15-news-featured:hover h3,
.v15-news-featured:focus-visible h3 {
    color: var(--blue);
}
.v15-news-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 700;
    text-align: center;
}

.v15-about-documents .v15-document-card__icon::before {
    width: 13px;
    height: 13px;
    border-radius: 0 8px 0 6px;
}

.v15-about-documents .v15-document-card__icon::after {
    left: 8px;
    top: 10px;
    width: 16px;
    height: 2px;
    box-shadow:
        0 6px 0 rgba(0, 102, 142, 0.14),
        0 12px 0 rgba(0, 173, 216, 0.16);
}

.v15-about-documents .v15-document-card .program-card__top {
    grid-area: meta;
    margin: 0;
}

.v15-about-documents .v15-document-card .program-card__top span:first-child {
    display: none;
}

.v15-about-documents .v15-document-card .program-card__top span:last-child {
    padding: 2px 7px;
    font-size: 0.68rem;
}

.v15-about-documents .v15-document-card h3 {
    grid-area: title;
    min-height: 0;
    margin: 0;
    font-size: clamp(0.88rem, 1.1vw, 0.98rem);
    line-height: 1.24;
}

.v15-about-documents .v15-document-card p {
    display: none;
}

.v15-about-documents .v15-document-card a {
    grid-area: action;
    justify-self: end;
    align-self: center;
    margin-top: 0;
    padding: 7px 10px;
    font-size: 0.78rem;
    white-space: nowrap;
}

.v15-staff-hero {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 251, 0.58)),
        linear-gradient(rgba(0, 102, 142, 0.052) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 102, 142, 0.042) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #eef8fb 62%, rgba(245, 177, 55, 0.12) 100%);
    background-size: auto, 34px 34px, 34px 34px, auto;
}

.v15-staff-section {
    background: linear-gradient(180deg, #ffffff 0%, rgba(243, 248, 251, 0.92) 100%);
}

.v15-staff-section .section-head {
    max-width: 860px;
}

.v15-staff-section .section-head h2 {
    color: var(--ink);
    letter-spacing: 0;
}

.v15-staff-section .section-head p {
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 600;
    line-height: 1.72;
}

.v15-staff-groups {
    display: grid;
    gap: clamp(24px, 4vw, 40px);
}

.v15-staff-group {
    display: grid;
    gap: 16px;
}

.v15-staff-group__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 251, 0.92));
    box-shadow: 0 14px 34px rgba(12, 74, 106, 0.055);
}

.v15-staff-group__head h3 {
    margin: 5px 0 0;
    color: var(--ink);
    font-size: clamp(1.22rem, 2vw, 1.72rem);
    line-height: 1.2;
    letter-spacing: 0;
}

.v15-staff-group__head strong {
    display: inline-grid;
    place-items: center;
    min-width: 46px;
    height: 46px;
    padding: 0 12px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.12);
    font-family: var(--font-mono);
    font-size: 0.92rem;
    font-weight: 950;
}

.v15-staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.v15-staff-card {
    position: relative;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 254, 0.98));
    box-shadow: 0 12px 28px rgba(12, 74, 106, 0.055);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.v15-staff-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--blue), var(--cyan), var(--gold));
}

.v15-staff-card::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.09);
    pointer-events: none;
}

.v15-staff-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 102, 142, 0.22);
    box-shadow: 0 18px 38px rgba(12, 74, 106, 0.105);
}

.v15-staff-card__photo {
    position: relative;
    min-height: 148px;
    background:
        linear-gradient(135deg, rgba(0, 102, 142, 0.08), rgba(0, 173, 216, 0.08)),
        var(--mist);
    overflow: hidden;
}

.v15-staff-card__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.96) contrast(1.02);
}

.v15-staff-card__initials {
    display: none;
}

.v15-staff-card--placeholder .v15-staff-card__photo {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 74% 18%, rgba(245, 177, 55, 0.26), transparent 34%),
        linear-gradient(135deg, rgba(0, 102, 142, 0.92), rgba(0, 173, 216, 0.72));
}

.v15-staff-card--placeholder .v15-staff-card__photo img {
    display: none;
}

.v15-staff-card--placeholder .v15-staff-card__initials {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.v15-staff-card__body {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 16px 16px 16px 18px;
}

.v15-staff-card__body h4 {
    max-width: calc(100% - 28px);
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.22;
    letter-spacing: 0;
}

.v15-staff-card__body p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4d6875;
    font-family: var(--font-ui);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.4;
}

.v15-staff-card__bio {
    display: none !important;
}

.v15-staff-card__body a {
    width: fit-content;
    max-width: 100%;
    margin-top: 2px;
    padding: 6px 9px;
    overflow-wrap: anywhere;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.1);
    font-family: var(--font-ui);
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
}

.v15-staff-card__body a:hover,
.v15-staff-card__body a:focus-visible {
    color: var(--dark);
    border-color: rgba(0, 102, 142, 0.26);
    background: rgba(245, 177, 55, 0.14);
}

.v15-staff-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #3a5968;
    font-family: var(--font-ui);
    font-weight: 700;
    text-align: center;
}

.v15-structure-hero .v15-qa-hero__facts {
    grid-template-columns: 1fr;
}

.v15-structure-section {
    padding: clamp(34px, 5vw, 58px) 0 clamp(58px, 7vw, 86px);
    background:
        linear-gradient(90deg, rgba(220, 231, 237, 0.58) 0 1px, transparent 1px 100%) 0 0 / 76px 76px,
        linear-gradient(180deg, rgba(220, 231, 237, 0.58) 0 1px, transparent 1px 100%) 0 0 / 76px 76px,
        #f8fbfd;
}

.v15-structure-shell {
    width: min(1780px, calc(100% - 40px));
    margin-inline: auto;
}

.v15-structure-app {
    display: grid;
    gap: 14px;
}

.v15-structure-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 42px rgba(12, 74, 106, 0.08);
}

.v15-structure-field {
    display: grid;
    gap: 7px;
}

.v15-structure-field span {
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.v15-structure-field input,
.v15-structure-field select {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    color: var(--ink);
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 8px;
    background: #ffffff;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 800;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.v15-structure-field input:focus,
.v15-structure-field select:focus {
    border-color: rgba(0, 102, 142, 0.44);
    box-shadow: 0 0 0 4px rgba(69, 174, 205, 0.16);
}

.v15-structure-legend {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.v15-structure-legend__item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid rgba(0, 102, 142, 0.11);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(12, 74, 106, 0.06);
}

.v15-structure-legend__item span {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.v15-structure-legend__item strong {
    color: #3a5968;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.2;
}

.v15-structure-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
}

.v15-structure-flow {
    height: 76vh;
    min-height: 650px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.13);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(12, 74, 106, 0.12);
}

.v15-structure-flow .react-flow__attribution {
    display: none;
}

.v15-structure-flow .react-flow__handle {
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    background: var(--ink);
}

.v15-structure-flow .react-flow__edge-path {
    stroke-width: 2.3;
}

.v15-structure-flow .react-flow__controls,
.v15-structure-flow .react-flow__minimap {
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.16);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(12, 74, 106, 0.14);
}

.v15-structure-flow .react-flow__controls-button {
    width: 34px;
    height: 34px;
    border-bottom-color: rgba(0, 102, 142, 0.12);
}

.v15-structure-node {
    position: relative;
    width: 255px;
    min-height: 112px;
    padding: 14px 16px;
    color: var(--ink);
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-left: 5px solid var(--blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(12, 74, 106, 0.11);
    cursor: pointer;
    text-align: left;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.v15-structure-node:hover,
.v15-structure-node:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(12, 74, 106, 0.16);
    outline: none;
}

.v15-structure-node.is-dimmed {
    opacity: 0.26;
    filter: grayscale(0.8);

}

.v15-structure-node--governance { border-left-color: #102f42; }
.v15-structure-node--structural { border-left-color: #00668e; }
.v15-structure-node--council { border-left-color: #f4a62a; }
.v15-structure-node--advisory { border-left-color: #45AECD; }
.v15-structure-node--international { border-left-color: #6f55b5; }
.v15-structure-node--service { border-left-color: #15a37b; }
.v15-structure-node--academic { border-left-color: #0c4a6a; }

.v15-structure-node__badge {
    display: inline-flex;
    max-width: calc(100% - 26px);
    margin-bottom: 9px;
    padding: 5px 9px;
    color: var(--blue);
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 999px;
    background: rgba(69, 174, 205, 0.1);
    font-family: var(--font-heading);
    font-size: 0.67rem;
    font-weight: 950;
    line-height: 1.1;
}

.v15-structure-node strong {
    display: block;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.93rem;
    font-weight: 950;
    line-height: 1.23;
}

.v15-structure-node__group {
    display: block;
    margin-top: 8px;
    color: #617d8c;
    font-family: var(--font-ui);
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1.25;
}

.v15-structure-node__dot {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.v15-structure-details {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 260px;
    padding: 18px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(12, 74, 106, 0.12);
}

.v15-structure-details--empty {
    min-height: 0;
    color: #587482;
    box-shadow: 0 14px 34px rgba(12, 74, 106, 0.07);
}

.v15-structure-details--empty strong {
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 1rem;
    line-height: 1.3;
}

.v15-structure-details p {
    color: #587482;
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.65;
}

.v15-structure-details__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.v15-structure-details__badge {
    padding: 7px 10px;
    color: var(--blue);
    border: 1px solid color-mix(in srgb, var(--accent, var(--blue)) 24%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent, var(--blue)) 12%, #ffffff);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
}

.v15-structure-details__head button {
    padding: 7px 10px;
    color: var(--dark);
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 999px;
    background: var(--mist);
    font-family: var(--font-ui);
    font-size: 0.72rem;
    font-weight: 950;
    cursor: pointer;
}

.v15-structure-details h2 {
    color: var(--ink);
    font-size: 1.32rem;
    line-height: 1.18;
}

.v15-structure-details dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.v15-structure-details dl div {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(0, 102, 142, 0.09);
    border-radius: 8px;
    background: var(--mist);
}

.v15-structure-details dt,
.v15-structure-details dd {
    margin: 0;
}

.v15-structure-details dt {
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.v15-structure-details dd {
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 900;
}

.v15-structure-mobile,
.v15-structure-details-mobile {
    display: none;
}

.v15-structure-noscript {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 8px;
    background: #ffffff;
}

.v15-structure-noscript strong {
    font-family: var(--font-heading);
    font-size: 1.1rem;
}

@media (max-width: 1080px) {
    .v15-qa-hero__layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .v15-about-panel,
    .v15-about-panel--reverse {
        grid-template-columns: 1fr;
    }

    .v15-about-panel--reverse .v15-about-panel__media {
        order: 0;
    }

    .v15-staff-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .v15-news-featured {
        grid-template-columns: 1fr;
    }
    .v15-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v15-qa-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v15-document-grid,
    .v15-external-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v15-external-copy {
        grid-template-columns: 1fr;
    }

    .v15-structure-hero .v15-qa-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v15-structure-legend {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v15-structure-workspace {
        grid-template-columns: 1fr;
    }

    .v15-structure-flow {
        min-height: 590px;
    }
}

@media (max-width: 760px) {
    .v15-structure-section {
        padding-top: 28px;
    }

    .v15-structure-shell {
        width: min(100% - 28px, 680px);
    }

    .v15-structure-toolbar {
        grid-template-columns: 1fr;
    }

    .v15-structure-legend {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v15-structure-workspace {
        display: none;
    }

    .v15-structure-mobile {
        display: grid;
        gap: 10px;
    }

    .v15-structure-mobile details {
        overflow: hidden;
        border: 1px solid rgba(0, 102, 142, 0.12);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 14px 34px rgba(12, 74, 106, 0.07);
    }

    .v15-structure-mobile summary {
        cursor: pointer;
        padding: 15px 16px;
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.96rem;
        font-weight: 950;
    }

    .v15-structure-mobile__items {
        display: grid;
        gap: 10px;
        padding: 12px;
        border-top: 1px solid rgba(0, 102, 142, 0.09);
        background: #f8fbfd;
    }

    .v15-structure-mobile__items button {
        display: grid;
        gap: 8px;
        width: 100%;
        padding: 13px;
        color: var(--ink);
        border: 1px solid rgba(0, 102, 142, 0.11);
        border-left: 4px solid var(--accent, var(--blue));
        border-radius: 8px;
        background: #ffffff;
        cursor: pointer;
        text-align: left;
    }

    .v15-structure-mobile__items button.is-active {
        border-color: rgba(0, 102, 142, 0.34);
        box-shadow: 0 0 0 4px rgba(69, 174, 205, 0.13);
    }

    .v15-structure-mobile__items span {
        width: fit-content;
        padding: 5px 8px;
        color: var(--blue);
        border: 1px solid color-mix(in srgb, var(--accent, var(--blue)) 24%, transparent);
        border-radius: 999px;
        background: color-mix(in srgb, var(--accent, var(--blue)) 12%, #ffffff);
        font-family: var(--font-heading);
        font-size: 0.67rem;
        font-weight: 950;
    }

    .v15-structure-mobile__items strong {
        font-family: var(--font-heading);
        font-size: 0.96rem;
        line-height: 1.25;
    }

    .v15-structure-mobile__items p {
        color: #587482;
        font-size: 0.86rem;
        font-weight: 650;
        line-height: 1.55;
    }

    .v15-structure-details-mobile {
        display: block;
    }
}

@media (max-width: 640px) {
    .v15-qa-hero {
        padding-top: 44px;
    }

    .v15-qa-hero__facts {
        grid-template-columns: 1fr;
    }

    .v15-rich-intro--qa .v15-rich-intro__copy > p {
        padding-left: 14px;
    }

    .v15-rich-intro--qa .v15-values-list {
        grid-template-columns: 1fr;
    }

    .v15-pdca-grid {
        grid-template-columns: 1fr;
    }

    .v15-document-grid,
    .v15-external-grid {
        grid-template-columns: 1fr;
    }

    .v15-structure-hero .v15-qa-hero__facts,
    .v15-structure-legend {
        grid-template-columns: 1fr;
    }

    .v15-about-panel__media,
    .v15-about-panel__media img {
        min-height: 240px;
    }

    .v15-about-documents .v15-document-grid {
        grid-template-columns: 1fr;
    }

    .v15-about-documents .v15-document-card {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "icon meta"
            "icon title"
            "icon action";
    }

    .v15-about-documents .v15-document-card a {
        justify-self: start;
        white-space: normal;
    }

    .v15-staff-grid {
        grid-template-columns: 1fr;
    }
    .v15-news-grid {
        grid-template-columns: 1fr;
    }
    .v15-news-featured__media {
        min-height: 240px;
    }
    .v15-news-card {
        grid-template-rows: 160px minmax(0, 1fr);
    }

    .v15-staff-group__head {
        align-items: start;
    }

    .v15-staff-card__photo {
        min-height: 132px;
    }

    .v15-external-card--detailed,
    .v15-external-card--wide {
        grid-column: 1 / -1;
    }

    .v15-pdca-shell {
        padding: 18px;
    }

    .v15-pdca-card {
        min-height: 0;
        padding: 18px;
    }

    .v15-pdca-card__icon {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }
}

@media (max-width: 520px) {
    .v15-staff-grid {
        grid-template-columns: 1fr;
    }

    .v15-staff-group__head {
        flex-direction: column;
    }
}

.news-grid .news-card--featured::before {
    width: 7px;
    background: var(--gold);
}

.news-card__date {
    position: relative;
    z-index: 1;
}

.news-card__body {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 8px;
}

.news-card__body span {
    width: fit-content;
    padding: 5px 9px;
    color: var(--green);
    border-radius: 999px;
    background: rgba(21, 163, 123, 0.11);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.news-card__body h3 {
    max-width: 620px;
    font-size: clamp(1rem, 1.9vw, 1.38rem);
}

.news-card__body a {
    width: fit-content;
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 950;
    text-decoration: none;
}

.news-card--featured .news-card__body span {
    color: #052536;
    background: var(--gold);
}

.news-card--featured .news-card__body a,
.news-card--featured .news-card__body h3 {
    color: var(--white);
}

.news-card--featured .news-card__date time {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 1080px) {
    .news-header,
    .news-board {
        grid-template-columns: 1fr;
    }

    .news-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 820px) {
    .news-calendar {
        scroll-margin-top: 150px;
    }

    .news-header {
        padding: 20px;
    }
}

@media (max-width: 760px) {
    .news-board {
        grid-template-columns: 1fr;
    }

    .news-grid,
    .news-grid article,
    .news-grid .news-card--featured {
        grid-template-columns: 1fr;
    }

    .news-grid article {
        min-height: 0;
    }
}


/* ============================================================
   ENHANCED GLASSMORPHISM LAYER
   ============================================================ */

/* Stat cards — deepest glass, floats directly on hero image */
.v16-home-stat {
    background: rgba(255, 255, 255, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.64);
    box-shadow: 0 12px 36px rgba(7, 55, 99, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-home-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 52px rgba(7, 55, 99, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Floating admissions panel — premium frosted glass */
.v16-home-hero__floating {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 28px 72px rgba(7, 55, 99, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(32px) saturate(185%);
    -webkit-backdrop-filter: blur(32px) saturate(185%);
}

/* Quick-link glass cards */
.v16-home-quicklink {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0 16px 40px rgba(7, 55, 99, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.v16-home-quicklink:hover,
.v16-home-quicklink:focus-visible {
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 22px 52px rgba(7, 55, 99, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: translateY(-3px);
    outline: none;
}

/* Indicator pills */
.v16-home-hero__indicators li {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 16px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

/* Finance support link pills */
.v16-finance-support a {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0 6px 20px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.v16-finance-support a:hover {
    background: rgba(255, 255, 255, 0.72);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(7, 55, 99, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Glass CTA button */
.v16-home-btn--glass {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 12px 32px rgba(7, 55, 99, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.v16-home-btn--outline {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* Admissions steps — frosted step cards */
.v16-admissions-steps li {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 42px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-admissions-steps li:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 58px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Trust cards */
.v16-trust-card {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0 16px 42px rgba(7, 55, 99, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(24px) saturate(162%);
    -webkit-backdrop-filter: blur(24px) saturate(162%);
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-trust-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* News featured card */
.v16-news-featured {
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 16px 44px rgba(7, 55, 99, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
}

/* News mini cards */
.v16-news-mini {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 12px 32px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-news-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 48px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

/* Announcement items — slide right on hover */
.v16-announcement-item {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 12px 32px rgba(7, 55, 99, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.v16-announcement-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 46px rgba(7, 55, 99, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* International cards */
.v16-international-card {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 14px 38px rgba(7, 55, 99, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.v16-international-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 22px 52px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Student life cards */
.v16-student-life-card {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 12px 34px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.v16-student-life-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 20px 50px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Pricing card — premium frosted */
.v16-pricing-card {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 22px 56px rgba(7, 55, 99, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(28px) saturate(170%);
    -webkit-backdrop-filter: blur(28px) saturate(170%);
}

/* Compact program cards */
.v16-program-compact {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 14px 40px rgba(7, 55, 99, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-program-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 52px rgba(7, 55, 99, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* Pillar cards — refined per variant */
.v16-pillar-card {
    transition: transform 200ms ease, box-shadow 200ms ease;
}
.v16-pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 64px rgba(7, 55, 99, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.v16-pillar-card--1,
.v16-pillar-card--4 {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
}
.v16-pillar-card--2,
.v16-pillar-card--5 {
    background: rgba(234, 246, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
}
.v16-pillar-card--3 {
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 48px rgba(7, 55, 99, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(24px) saturate(165%);
    -webkit-backdrop-filter: blur(24px) saturate(165%);
}

/* Badge pills inside dark featured program card */
.v16-program-featured__badges li {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 180ms ease;
}
.v16-program-featured__badges li:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* Links inside dark world-panel */
.v16-world-links a {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background 200ms ease, transform 200ms ease;
}
.v16-world-links a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* Global CTA strip — frosted container */
.v16-global-cta__inner {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0 16px 48px rgba(7, 55, 99, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
}
.v16-global-cta__inner a:not(:first-child) {
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.v16-global-cta__inner a:not(:first-child):hover {
    background: rgba(255, 255, 255, 0.88);

}

.v16-home-newsstage {
    --v16-news-blue: #0a5ca8;
    --v16-news-blue-deep: #14386e;
    --v16-news-blue-soft: #eaf3ff;
    --v16-news-line: rgba(10, 92, 168, 0.16);
    --v16-news-shadow: 0 28px 70px rgba(21, 53, 100, 0.12);
    position: relative;
    padding: clamp(28px, 4vw, 48px) 0 clamp(18px, 2.4vw, 30px);
    color: #1f3a60;
    background:
        linear-gradient(rgba(180, 204, 236, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(180, 204, 236, 0.18) 1px, transparent 1px),
        linear-gradient(180deg, #fbfdff 0%, #f6f9fe 100%);
    background-size: 24px 24px, 24px 24px, auto;
    overflow: hidden;
}

.v16-home-newsstage::before,
.v16-home-newsstage::after {
    content: none;
    position: absolute;
    pointer-events: none;
}

.v16-home-newsstage__shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.v16-home-newsstage__header {
    display: grid;
    gap: 12px;
    max-width: 560px;
}

.v16-home-newsstage__intro-copy {
    display: grid;
    gap: 14px;
}

.v16-home-newsstage__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--v16-news-blue);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v16-home-newsstage__intro-copy h2 {
    margin: 0;
    color: #102c5a;
    font-family: var(--font-heading);
    font-size: clamp(1.28rem, 1.9vw, 1.72rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
}

.v16-home-newsstage__intro-copy p {
    max-width: 36ch;
    margin: 0;
    color: #677996;
    font-size: 0.98rem;
    line-height: 1.48;
}

.v16-home-newsstage__layout {
    display: grid;
    grid-template-columns: minmax(310px, 0.84fr) minmax(0, 1.68fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
}

.v16-home-newsstage__story-list,
.v16-home-newsstage__feature {
    min-width: 0;
}

.v16-home-newsstage__story-list {
    position: relative;
    display: grid;
    align-self: stretch;
    gap: 4px;
    padding: 8px 0 4px 18px;
}

.v16-home-newsstage__story-list::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 10px;
    left: 14px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(102, 156, 233, 0.48), rgba(102, 156, 233, 0.12));
}

.v16-home-newsstage__story-item {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px 8px 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: #17355f;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v16-home-newsstage__story-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(80, 136, 220, 0.85);
    transform: translateY(-50%);
    box-shadow: 0 0 0 3px rgba(80, 136, 220, 0.08);
}

.v16-home-newsstage__story-item.is-active,
.v16-home-newsstage__story-item:hover,
.v16-home-newsstage__story-item:focus-visible {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(28, 73, 133, 0.14);
    transform: translateX(4px);
}

.v16-home-newsstage__story-item.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(74, 134, 222, 0.92), rgba(74, 134, 222, 0.34));
}

.v16-home-newsstage__story-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(90deg, #3a8fdf, #1a5faf);
    transform-origin: left center;
    transform: scaleX(0);
    opacity: 0;
    pointer-events: none;
}

.v16-home-newsstage__story-item.is-active .v16-home-newsstage__story-bar.is-running {
    opacity: 1;
    animation: v16-newsstage-progress var(--v16-newsstage-interval, 6200ms) linear forwards;
}

@keyframes v16-newsstage-progress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.v16-home-newsstage__story-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-left: 8px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(67, 124, 209, 0.08);
    border: 1px solid rgba(67, 124, 209, 0.14);
    box-shadow: 0 4px 12px rgba(37, 83, 150, 0.1);
}

.v16-home-newsstage__story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.v16-home-newsstage__story-item:hover .v16-home-newsstage__story-thumb img,
.v16-home-newsstage__story-item.is-active .v16-home-newsstage__story-thumb img {
    transform: scale(1.08);
}

.v16-home-newsstage__story-date svg,
.v16-home-newsstage__feature-meta-icon svg,
.v16-home-newsstage__feature-cta svg,
.v16-home-newsstage__story-arrow svg,
.v16-home-newsstage__category-arrow svg,
.v16-home-newsstage__category-icon svg {
    width: 16px;
    height: 16px;
}

.v16-home-newsstage__story-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.v16-home-newsstage__story-copy strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.v16-home-newsstage__story-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--v16-news-blue);
    font-size: 0.68rem;
    font-weight: 700;
}

.v16-home-newsstage__story-date svg,
.v16-home-newsstage__feature-meta-icon svg {
    width: 13px;
    height: 13px;
}

.v16-home-newsstage__story-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--v16-news-blue);
}

.v16-home-newsstage__feature {
    position: relative;
    height: 100%;
}

.v16-home-newsstage__feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 340px;
    border-radius: 24px;
    overflow: hidden;
    background: #0a1f3c;
    color: #fff;
    text-decoration: none;
    box-shadow: var(--v16-news-shadow);
}

@media (min-width: 1221px) {
    .v16-home-newsstage__feature,
    .v16-home-newsstage__feature-card {
        height: var(--v16-newsstage-fixed-height, 100%);
        min-height: var(--v16-newsstage-fixed-height, 380px);
    }
}

.v16-home-newsstage__feature-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(40, 117, 208, 0.28), rgba(14, 40, 86, 0.82));
}

.v16-home-newsstage__feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 30, 61, 0.02), rgba(9, 30, 61, 0.18));
    pointer-events: none;
}

.v16-home-newsstage__feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.v16-home-newsstage__feature-media.is-fallback {
    display: grid;
    place-items: center;
    padding: 24px;
}

.v16-home-newsstage__feature-media.is-fallback img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.v16-home-newsstage__feature-card:hover .v16-home-newsstage__feature-media img,
.v16-home-newsstage__feature-card:focus-visible .v16-home-newsstage__feature-media img {
    transform: scale(1.04);
}

.v16-home-newsstage__feature-panel {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: 10px;
    padding: 96px 28px 36px;
    background: linear-gradient(to top, rgba(5, 15, 42, 0.72) 0%, rgba(5, 15, 42, 0.38) 46%, transparent 100%);
    clip-path: none;
    margin-left: 0;
    overflow: hidden;
}

.v16-home-newsstage__feature-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 8px;
    background: linear-gradient(180deg, #135faf, #0d4f97);
    color: #fff;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-home-newsstage__feature-panel strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.02rem, 1.2vw, 1.32rem);
    line-height: 1.26;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.v16-home-newsstage__feature-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: rgba(160, 200, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
}

.v16-home-newsstage__feature-meta-icon {
    display: inline-flex;
    color: currentColor;
}

.v16-home-newsstage__feature-date {
    color: inherit;
}

.v16-home-newsstage__feature-excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    color: rgba(210, 228, 255, 0.80);
    font-size: 0.78rem;
    line-height: 1.36;
}

.v16-home-newsstage__feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #1d8fda, #0d68b0);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(20, 102, 177, 0.2);
}

.v16-home-newsstage__feature-dots {
    position: absolute;
    right: 28px;
    bottom: 36px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.v16-home-newsstage__feature-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, width 200ms ease;
}

.v16-home-newsstage__feature-dot.is-active {
    width: 22px;
    border-radius: 4px;
    background: #fff;
}

.v16-home-newsstage__feature-dot:hover,
.v16-home-newsstage__feature-dot:focus-visible {
    background: rgba(255, 255, 255, 0.75);
}

.v16-home-newsstage__categories-block {
    margin-top: 4px;
}

.v16-home-newsstage__categories {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(108, 147, 202, 0.18);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(26, 61, 110, 0.08);
    overflow: hidden;
}

.v16-home-newsstage__category {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 14px 16px;
    color: #1d3f6d;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.94);
    border-right: 1px solid rgba(108, 147, 202, 0.14);
    transition: background 180ms ease, transform 180ms ease;
}

.v16-home-newsstage__category:last-child {
    border-right: 0;
}

.v16-home-newsstage__category:hover,
.v16-home-newsstage__category:focus-visible {
    background: #fff;
}

.v16-home-newsstage__category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--v16-news-blue);
    background: linear-gradient(180deg, #ecf5ff, #f8fbff);
    border: 1px solid rgba(86, 138, 213, 0.18);
}

.v16-home-newsstage__category-body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.v16-home-newsstage__category-body strong {
    color: #1a3b68;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    line-height: 1.28;
    letter-spacing: -0.01em;
}

.v16-home-newsstage__category-body small {
    color: #71829d;
    font-size: 0.8rem;
    line-height: 1.28;
}

.v16-home-newsstage__category-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--v16-news-blue);
}

.v16-home-newsstage__story-item:focus-visible,
.v16-home-newsstage__category:focus-visible {
    outline: 3px solid rgba(22, 96, 173, 0.22);
    outline-offset: 3px;
}

.v16-home-newsstage__feature-card:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
}

.v16-home-newsstage__feature-dot:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

@media (max-width: 1220px) {
    .v16-home-newsstage__layout {
        grid-template-columns: 1fr;
    }

    .v16-home-newsstage__story-list {
        order: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .v16-home-newsstage__story-list::before {
        display: none;
    }

    .v16-home-newsstage__story-item::before,
    .v16-home-newsstage__story-item.is-active::after {
        display: none;
    }

    .v16-home-newsstage__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .v16-home-newsstage::before,
    .v16-home-newsstage::after {
        opacity: 0.6;
    }

    .v16-home-newsstage__feature-card {
        min-height: 340px;
    }

    .v16-home-newsstage__feature-panel {
        padding: 80px 22px 56px;
    }

    .v16-home-newsstage__feature-panel strong {
        font-size: clamp(1.02rem, 3.4vw, 1.24rem);
        line-height: 1.26;
    }

    .v16-home-newsstage__feature-dots {
        right: 22px;
        bottom: 20px;
    }
}

@media (max-width: 720px) {
    .v16-home-newsstage {
        padding-top: 34px;
    }

    .v16-home-newsstage__story-list {
        display: none;
    }

    .v16-home-newsstage__categories {
        grid-template-columns: 1fr;
    }

    .v16-home-newsstage__category {
        border-right: 0;
        border-bottom: 1px solid rgba(108, 147, 202, 0.14);
    }

    .v16-home-newsstage__category:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .v16-home-newsstage__intro-copy h2 {
        font-size: clamp(1.16rem, 5.6vw, 1.42rem);
    }

    .v16-home-newsstage__intro-copy p {
        font-size: 1rem;
    }

    .v16-home-newsstage__feature-card {
        min-height: 300px;
    }

    .v16-home-newsstage__feature-panel {
        padding: 70px 18px 52px;
    }

    .v16-home-newsstage__feature-dots {
        right: 18px;
        bottom: 18px;
    }

    .v16-home-newsstage__category {
        grid-template-columns: 50px minmax(0, 1fr) 20px;
        padding: 16px;
    }
}

/* Ambient colored blobs behind glass cards for each section */
.v16-home-section--clean {
    position: relative;
    isolation: isolate;
}
.v16-home-section--clean::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 56% 42% at 82% 18%, rgba(102, 214, 231, 0.24) 0%, transparent 68%),
        radial-gradient(ellipse 44% 38% at 12% 80%, rgba(234, 246, 255, 0.58) 0%, transparent 68%);
    pointer-events: none;
}
.v16-home-section--clean > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--programs {
    position: relative;
    isolation: isolate;
}
.v16-home-section--programs::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 50%, rgba(39, 170, 225, 0.14) 0%, transparent 70%),
        radial-gradient(ellipse 36% 44% at 5% 30%, rgba(234, 246, 255, 0.46) 0%, transparent 70%);
    pointer-events: none;
}
.v16-home-section--programs > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--trust {
    position: relative;
    isolation: isolate;
}
.v16-home-section--trust::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 60% 50% at 90% 50%, rgba(39, 170, 225, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 10% 50%, rgba(244, 178, 78, 0.13) 0%, transparent 70%);
    pointer-events: none;
}
.v16-home-section--trust > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--timeline {
    position: relative;
    isolation: isolate;
}
.v16-home-section--timeline::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 52% 62% at 85% 62%, rgba(102, 214, 231, 0.20) 0%, transparent 68%),
        radial-gradient(ellipse 38% 38% at 8% 30%, rgba(39, 170, 225, 0.12) 0%, transparent 68%);
    pointer-events: none;
}
.v16-home-section--timeline > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--international {
    position: relative;
    isolation: isolate;
}
.v16-home-section--international::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 55% 48% at 72% 40%, rgba(39, 170, 225, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 38% 44% at 18% 72%, rgba(234, 246, 255, 0.52) 0%, transparent 70%);
    pointer-events: none;
}
.v16-home-section--international > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--news {
    position: relative;
    isolation: isolate;
}
.v16-home-section--news::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 48% 40% at 88% 20%, rgba(102, 214, 231, 0.16) 0%, transparent 68%);
    pointer-events: none;
}
.v16-home-section--news > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--announcements {
    position: relative;
    isolation: isolate;
}
.v16-home-section--announcements::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 44% 50% at 85% 55%, rgba(234, 246, 255, 0.50) 0%, transparent 68%);
    pointer-events: none;
}
.v16-home-section--announcements > .container {
    position: relative;
    z-index: 1;
}

.v16-home-section--student-life {
    position: relative;
    isolation: isolate;
}
.v16-home-section--student-life::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 50% 54% at 5% 40%, rgba(102, 214, 231, 0.16) 0%, transparent 68%),
        radial-gradient(ellipse 42% 42% at 88% 75%, rgba(234, 246, 255, 0.46) 0%, transparent 68%);
    pointer-events: none;
}
.v16-home-section--student-life > .container {
    position: relative;
    z-index: 1;
}


/* ============================================================
   V16 INNER PAGE DESIGN SYSTEM
   Premium academic glassomorphic inner pages
   For TMA section and all inner pages
   ============================================================ */

:root {
    --tma-dark: #0a3652;
    --tma-teal: #00668e;
    --tma-gold: #d8b46a;
    --tma-text: #163247;
    --tma-muted: rgba(22, 50, 71, 0.68);
    --tma-glass: rgba(255, 255, 255, 0.72);
    --tma-glass-border: rgba(255, 255, 255, 0.48);
    --tma-glass-shadow: 0 18px 56px rgba(10, 54, 82, 0.13);
    --tma-radius-lg: 28px;
    --tma-radius-md: 18px;
    --tma-radius-sm: 12px;
}

/* ---- Inner page wrapper ---- */
.v16-inner-page {
    padding: 0 0 clamp(52px, 8vw, 96px);
    background:
        radial-gradient(circle at top left, rgba(39, 170, 225, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fcff 0%, #eef6fb 38%, #ffffff 100%);
}

/* ============================================================
   V16 FAQ
   ============================================================ */
.v16-faq {
    padding-top: clamp(18px, 2.5vw, 28px);
}

.v16-faq__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.v16-faq__card {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(236, 247, 255, 0.62));
    box-shadow: 0 18px 56px rgba(10, 54, 82, 0.10);
    padding: 18px 18px 16px;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.v16-faq__card::before {
    content: "";
    position: absolute;
    inset: -40px -40px auto auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at center, rgba(0, 242, 255, 0.18), transparent 70%);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.v16-faq__card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 102, 142, 0.18);
    box-shadow: 0 24px 72px rgba(10, 54, 82, 0.14);
}

.v16-faq__q,
.v16-faq__a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
}

.v16-faq__a {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(10, 54, 82, 0.10);
}

.v16-faq__badge {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: #0a3652;
    border: 1px solid rgba(0, 102, 142, 0.16);
    background: rgba(0, 102, 142, 0.08);
}

.v16-faq__badge--a {
    color: #00668e;
    border-color: rgba(0, 242, 255, 0.22);
    background: rgba(0, 242, 255, 0.10);
}

.v16-faq__title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0a3652;
    line-height: 1.25;
}

.v16-faq__text {
    margin: 0;
    color: rgba(10, 54, 82, 0.74);
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .v16-faq__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .v16-faq__grid {
        grid-template-columns: 1fr;
    }
}

/* Inner pages — hero flush under sticky header (no light strip) */
.v16-body:not(.v16-view--home) .v16-main {
    overflow: visible;
    padding-top: 0;
    background: transparent;
}

.v16-body:not(.v16-view--home) .site-header {
    box-shadow: none;
    border-bottom: none;
}

.v16-body:not(.v16-view--home) .site-header + .v16-main > .v16-inner-hero:first-child,
.v16-body:not(.v16-view--home) .site-header + .v16-main > *:first-child > .v16-inner-hero:first-child {
    margin-top: 0;
}

/* ---- Inner Hero ---- */
.v16-inner-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 68px) 0 clamp(40px, 6vw, 76px);
    background: linear-gradient(
        135deg,
        rgba(10, 54, 82, 0.95) 0%,
        rgba(0, 104, 142, 0.90) 44%,
        rgba(10, 54, 82, 0.97) 100%
    );
    color: #ffffff;
}

.v16-inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 28%),
        radial-gradient(circle at 88% 65%, rgba(102, 214, 231, 0.13) 0%, transparent 30%),
        linear-gradient(125deg, rgba(0, 104, 142, 0.24) 0%, transparent 54%);
    pointer-events: none;
}

/* Gold accent line at bottom */
.v16-inner-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--tma-gold) 28%, var(--tma-gold) 72%, transparent 100%);
    opacity: 0.55;
}

/* Decorative orbs */
.v16-inner-hero__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(46px);
}

.v16-inner-hero__orb--one {
    top: -50px;
    right: 10%;
    width: 300px;
    height: 300px;
    background: rgba(102, 214, 231, 0.15);
}

.v16-inner-hero__orb--two {
    bottom: 20px;
    left: 6%;
    width: 220px;
    height: 220px;
    background: rgba(216, 180, 106, 0.09);
}

/* Dotted pattern overlays */
.v16-inner-hero__dots {
    position: absolute;
    pointer-events: none;
    opacity: 0.18;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 1.6px, transparent 2px);
    background-size: 16px 16px;
}

.v16-inner-hero__dots--tl {
    top: 12px;
    left: 16px;
    width: 140px;
    height: 100px;
}

.v16-inner-hero__dots--br {
    bottom: 12px;
    right: 16px;
    width: 140px;
    height: 100px;
}

/* Hero grid — title column wider so long Georgian titles stay visible */
.v16-inner-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: stretch;
}

/* When the right panel holds cover copy, give it more width */
.v16-inner-hero__grid:has(.v16-inner-hero__visual--intro) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(18px, 2.4vw, 32px);
}

.v16-inner-hero__content {
    display: grid;
    gap: 16px;
    min-width: 0;
    position: relative;
    z-index: 2;
}

/* Breadcrumb */
.v16-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
}

.v16-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(190, 225, 245, 0.7);
    font-size: 0.76rem;
}

.v16-breadcrumb li + li::before {
    content: '›';
    color: rgba(255, 255, 255, 0.28);
    font-size: 1em;
    line-height: 1;
}

.v16-breadcrumb a {
    color: rgba(190, 225, 245, 0.7);
    text-decoration: none;
    transition: color 160ms ease;
}

.v16-breadcrumb a:hover,
.v16-breadcrumb a:focus-visible {
    color: rgba(255, 255, 255, 0.98);
    outline: none;
}

.v16-breadcrumb [aria-current] {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
}

/* Hero kicker */
.v16-inner-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(102, 214, 231, 0.9);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.v16-inner-hero__kicker::before {
    content: '';
    width: 20px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
}

/* Hero heading */
.v16-inner-hero h1 {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(1.7rem, 3.6vw, 3.3rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0;
    overflow-wrap: normal;
    word-break: normal;
    word-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
}

/* Hero subtitle */
.v16-inner-hero__subtitle {
    color: rgba(228, 244, 255, 0.80);
    font-size: clamp(0.93rem, 1.5vw, 1.04rem);
    line-height: 1.68;
    max-width: 58ch;
    margin: 0;
}

.v16-inner-hero > .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.v16-page-hero__shell {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.v16-page-hero__shell > .v16-inner-hero__section-nav {
    order: -1;
    margin-top: 0;
    margin-bottom: clamp(18px, 2.5vw, 28px);
}

.v16-page-hero .v16-inner-hero__section-link {
    border-color: rgba(7, 55, 99, 0.14);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(7, 55, 99, 0.88);
    box-shadow: 0 8px 20px rgba(7, 55, 99, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.v16-page-hero .v16-inner-hero__section-link:hover,
.v16-page-hero .v16-inner-hero__section-link:focus-visible {
    border-color: rgba(7, 55, 99, 0.24);
    background: rgba(255, 255, 255, 0.92);
    color: #073763;
}

.v16-page-hero .v16-inner-hero__section-link.is-active {
    border-color: rgba(7, 55, 99, 0.32);
    background: #073763;
    color: #fff;
    box-shadow: 0 12px 28px rgba(7, 55, 99, 0.18);
}

.v16-page-hero .v16-inner-hero__section-nav-scroll {
    scrollbar-color: rgba(7, 55, 99, 0.22) transparent;
}

.v16-page-hero .v16-inner-hero__section-nav-scroll::-webkit-scrollbar-thumb {
    background: rgba(7, 55, 99, 0.22);
}

.v16-inner-hero__section-nav {
    order: -1;
    margin-top: 0;
    margin-bottom: clamp(20px, 3vw, 32px);
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.v16-inner-hero__section-nav-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 4px 2px 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.v16-inner-hero__section-nav-scroll::-webkit-scrollbar {
    height: 6px;
}

.v16-inner-hero__section-nav-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.v16-inner-hero__section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(245, 251, 255, 0.92);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(4, 24, 38, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.v16-inner-hero__section-link:hover,
.v16-inner-hero__section-link:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
    transform: translateY(-1px);
    text-decoration: none;
}

.v16-inner-hero__section-link.is-active {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.92);
    color: #073763;
    box-shadow: 0 14px 30px rgba(4, 24, 38, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.v16-inner-hero__glass-card--intro {
    aspect-ratio: unset;
    width: 100%;
    min-height: clamp(170px, 18vw, 280px);
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(22px, 2.4vw, 32px) clamp(26px, 3vw, 40px);
    overflow: visible;
}

.v16-inner-hero__glass-card--intro::before,
.v16-inner-hero__glass-card--intro::after {
    opacity: 0.35;
}

.v16-inner-hero__parent-intro {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scrollbar-width: auto;
}

.v16-inner-hero__parent-intro p {
    margin: 0 0 0.95em;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.84rem, 1vw, 0.98rem);
    line-height: 1.66;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.v16-inner-hero__parent-intro p:last-child {
    margin-bottom: 0;
}

body[data-lang="ge"] .v16-inner-hero__parent-intro p,
body[data-lang="ka"] .v16-inner-hero__parent-intro p {
    font-size: clamp(0.82rem, 0.95vw, 0.94rem);
    line-height: 1.7;
}

/* Right visual panel */
.v16-inner-hero__visual {
    position: relative;
    align-self: stretch;
    width: 100%;
    min-width: 0;
}

.v16-inner-hero__visual--intro {
    display: flex;
}

.v16-inner-hero__visual--intro .v16-inner-hero__glass-card {
    flex: 1 1 auto;
    max-height: none;
    height: auto;
    min-height: 100%;
}

.v16-inner-hero__glass-card {
    position: relative;
    overflow: hidden;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--tma-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 28px 68px rgba(4, 18, 32, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Orbital ring decorations */
.v16-inner-hero__glass-card::before,
.v16-inner-hero__glass-card::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(102, 214, 231, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

.v16-inner-hero__glass-card::before {
    width: 180px;
    height: 180px;
    top: -50px;
    right: -50px;
}

.v16-inner-hero__glass-card::after {
    width: 120px;
    height: 120px;
    bottom: -35px;
    left: -35px;
}

/* TMA shield watermark */
.v16-inner-hero__watermark {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 88px;
    height: 88px;
    opacity: 0.07;
    filter: saturate(0) brightness(2);
    pointer-events: none;
    background: url('../../home/assets/img/header_logo_owl.webp') center / contain no-repeat;
}

/* Abstract SVG decoration inside visual */
.v16-inner-hero__deco-svg {
    width: 100%;
    max-width: 220px;
    opacity: 0.22;
}

/* ---- Inner Layout: sidebar + content ---- */
.v16-inner-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(20px, 3vw, 44px);
    align-items: start;
    padding-top: clamp(26px, 4vw, 48px);
}

.v16-inner-layout--full {
    grid-template-columns: minmax(0, 1fr);
}

/* Legacy sidebar styles retained for reference; sidebars removed from inner pages. */
.v16-inner-sidebar {
    display: none !important;
}

.v16-inner-sidebar__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px 2px;
    color: var(--tma-teal);
    font-size: 0.70rem;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.v16-inner-sidebar__heading::before {
    content: '';
    width: 16px;
    height: 1.5px;
    background: currentColor;
    flex-shrink: 0;
}

.v16-inner-sidebar__panel {
    border: 1px solid rgba(10, 54, 82, 0.09);
    border-radius: var(--tma-radius-md);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(10, 54, 82, 0.09);
    overflow: hidden;
}

.v16-inner-sidebar__nav {
    display: grid;
    gap: 3px;
    padding: 10px;
    margin: 0;
    list-style: none;
}

.v16-inner-sidebar__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: var(--tma-radius-sm);
    color: rgba(22, 50, 71, 0.72);
    font-size: 0.865rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.35;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.v16-inner-sidebar__link:hover,
.v16-inner-sidebar__link:focus-visible {
    color: var(--tma-dark);
    background: rgba(0, 104, 142, 0.07);
    outline: none;
    transform: translateX(2px);
}

.v16-inner-sidebar__link.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--tma-dark) 0%, var(--tma-teal) 100%);
    box-shadow: 0 8px 22px rgba(0, 104, 142, 0.22);
    font-weight: 700;
}

/* Gold glow accent on active item */
.v16-inner-sidebar__link.is-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 55%;
    border-radius: 0 3px 3px 0;
    background: var(--tma-gold);
    transform: translateY(-50%);
    box-shadow: 0 0 8px rgba(216, 180, 106, 0.5);
}

/* Arrow nudge on hover */
.v16-inner-sidebar__link::after {
    content: '›';
    margin-left: auto;
    padding-left: 8px;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 160ms ease, transform 160ms ease;
    font-size: 1.15em;
    line-height: 1;
    flex-shrink: 0;
}

.v16-inner-sidebar__link:hover::after,
.v16-inner-sidebar__link:focus-visible::after {
    opacity: 0.55;
    transform: translateX(0);
}

.v16-inner-sidebar__link.is-active::after {
    opacity: 0.7;
    transform: translateX(0);
}

/* Mobile toggle button */
.v16-sidebar-toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(10, 54, 82, 0.12);
    border-radius: var(--tma-radius-sm);
    background: rgba(255, 255, 255, 0.92);
    color: var(--tma-dark);
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 8px;
    box-shadow: 0 4px 16px rgba(10, 54, 82, 0.07);
    transition: background 160ms ease, box-shadow 160ms ease;
}

.v16-sidebar-toggle:hover {
    background: rgba(0, 104, 142, 0.06);
    box-shadow: 0 6px 20px rgba(10, 54, 82, 0.10);
}

.v16-sidebar-toggle__icon {
    flex-shrink: 0;
    transition: transform 260ms ease;
    color: var(--tma-teal);
}

.v16-inner-sidebar.is-open .v16-sidebar-toggle__icon {
    transform: rotate(180deg);
}

/* Focus states */
.v16-sidebar-toggle:focus-visible {
    outline: 2px solid var(--tma-teal);
    outline-offset: 2px;
}

/* ---- Main content area ---- */
.v16-inner-content {
    min-width: 0;
    display: grid;
    gap: clamp(16px, 2vw, 24px);
}

/* ---- Glass panel ---- */
.v16-glass-panel {
    position: relative;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: var(--tma-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--tma-glass-shadow);
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.v16-glass-panel::before {
    content: none;
}

.v16-glass-panel:hover {
    box-shadow: 0 28px 72px rgba(10, 54, 82, 0.16);
    transform: translateY(-1px);
}

/* ---- Content section ---- */
.v16-content-section {
    /* used as class on glass-panel wrappers */
}

/* ---- Section label (mini eyebrow) ---- */
.v16-section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--tma-teal);
    font-size: 0.70rem;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.v16-section-label::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: currentColor;
    flex-shrink: 0;
}

/* ---- Typography inside .v16-inner-content ---- */
.v16-inner-content h2 {
    color: var(--tma-dark);
    font-family: var(--font-heading);
    font-size: clamp(1.28rem, 2.2vw, 1.82rem);
    line-height: 1.12;
    margin: 0 0 0.55em;
}

.v16-inner-content h3 {
    color: var(--tma-dark);
    font-family: var(--font-heading);
    font-size: clamp(1.04rem, 1.6vw, 1.26rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.v16-inner-content p {
    color: var(--tma-text);
    font-size: 0.965rem;
    line-height: 1.80;
    margin: 0 0 1.1em;
}

.v16-inner-content p:last-child {
    margin-bottom: 0;
}

.v16-inner-content ul,
.v16-inner-content ol {
    padding-left: 22px;
    margin: 0 0 1.1em;
    display: grid;
    gap: 7px;
}

.v16-inner-content li {
    color: var(--tma-text);
    font-size: 0.955rem;
    line-height: 1.74;
}

.v16-inner-content li::marker {
    color: var(--tma-teal);
}

.v16-inner-content blockquote {
    margin: 0 0 1.1em;
    padding: 14px 20px;
    border-left: 3px solid var(--tma-teal);
    border-radius: 0 var(--tma-radius-sm) var(--tma-radius-sm) 0;
    background: rgba(0, 104, 142, 0.055);
    color: var(--tma-dark);
    font-style: italic;
    font-size: 1.02rem;
}

.v16-inner-content a {
    color: var(--tma-teal);
    text-decoration: none;
    transition: color 160ms ease;
}

.v16-inner-content a:hover,
.v16-inner-content a:focus-visible {
    color: var(--tma-dark);
    text-decoration: underline;
    outline: none;
}

/* ---- PDF viewer ---- */
.v16-pdf-viewer {
    overflow: hidden;
    border: 1px solid rgba(10, 54, 82, 0.10);
    border-radius: var(--tma-radius-md);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(10, 54, 82, 0.08);
}

.v16-pdf-viewer iframe {
    display: block;
    width: 100%;
    height: min(78vh, 1200px);
    min-height: 72vh;
    border: 0;
    background: #ffffff;
}

.v16-structure-pdf-section {
    padding-top: clamp(18px, 3vw, 32px);
    padding-bottom: clamp(36px, 5vw, 64px);
}

/* ---- Table inside inner content ---- */
.v16-inner-content .v16-table-wrap {
    margin: 0 0 1.1em;
    border-radius: var(--tma-radius-md);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(10, 54, 82, 0.07);
}

.v16-inner-content .v16-table thead tr {
    background: linear-gradient(135deg, var(--tma-dark) 0%, var(--tma-teal) 100%);
}

.v16-inner-content .v16-table th {
    color: #ffffff;
    padding: 13px 16px;
    border-bottom: none;
}

.v16-inner-content .v16-table tr:nth-child(even) td {
    background: rgba(236, 247, 252, 0.55);
}

.v16-inner-content .v16-table tbody tr:hover td {
    background: rgba(0, 104, 142, 0.055);
}

/* ---- Document links ---- */
.v16-doc-list {
    display: grid;
    gap: 10px;
}

.v16-doc-link {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 70px;
    padding: 14px 18px;
    border: 1px solid rgba(10, 54, 82, 0.09);
    border-radius: var(--tma-radius-md);
    background: rgba(255, 255, 255, 0.86);
    color: var(--tma-text);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(10, 54, 82, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.v16-doc-link:hover,
.v16-doc-link:focus-visible {
    border-color: rgba(0, 104, 142, 0.26);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 38px rgba(10, 54, 82, 0.13);
    transform: translateY(-2px);
    outline: none;
}

.v16-doc-link__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.07), rgba(0, 104, 142, 0.11));
    color: var(--tma-teal);
    transition: background 200ms ease, color 200ms ease;
}

.v16-doc-link:hover .v16-doc-link__icon,
.v16-doc-link:focus-visible .v16-doc-link__icon {
    background: linear-gradient(135deg, var(--tma-dark), var(--tma-teal));
    color: #ffffff;
}

.v16-doc-link__icon svg {
    width: 20px;
    height: 20px;
}

.v16-doc-link__body {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    gap: 4px;
}

.v16-doc-link__title {
    font-size: 0.925rem;
    font-weight: 700;
    color: var(--tma-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v16-doc-link__meta {
    font-size: 0.76rem;
    color: var(--tma-muted);
}

.v16-doc-link__arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(10, 54, 82, 0.10);
    background: rgba(0, 104, 142, 0.05);
    color: var(--tma-teal);
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease, color 200ms ease;
}

.v16-doc-link:hover .v16-doc-link__arrow,
.v16-doc-link:focus-visible .v16-doc-link__arrow {
    background: linear-gradient(135deg, var(--tma-dark), var(--tma-teal));
    border-color: transparent;
    color: #ffffff;
    transform: translateX(3px);
}

.v16-doc-link__arrow svg {
    width: 15px;
    height: 15px;
}

/* ---- Contact card ---- */
.v16-contact-card {
    display: grid;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(10, 54, 82, 0.08);
    border-radius: var(--tma-radius-md);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(10, 54, 82, 0.07);
}

.v16-contact-card__item {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(10, 54, 82, 0.07);
}

.v16-contact-card__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.v16-contact-card__label {
    font-size: 0.70rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--tma-teal);
}

.v16-contact-card__value {
    font-size: 0.925rem;
    color: var(--tma-text);
}

.v16-contact-card__value a {
    color: var(--tma-dark);
    text-decoration: none;
    font-weight: 600;
}

.v16-contact-card__value a:hover {
    color: var(--tma-teal);
    text-decoration: underline;
}

/* ---- Inner action cards grid ---- */
.v16-inner-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}

.v16-inner-action-card {
    display: grid;
    gap: 10px;
    padding: 20px;
    border: 1px solid rgba(10, 54, 82, 0.09);
    border-radius: var(--tma-radius-md);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    color: var(--tma-text);
    text-decoration: none;
    box-shadow: 0 5px 22px rgba(10, 54, 82, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.v16-inner-action-card:hover,
.v16-inner-action-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(0, 104, 142, 0.24);
    box-shadow: 0 14px 44px rgba(10, 54, 82, 0.12);
    outline: none;
}

.v16-inner-action-card strong {
    font-size: 0.945rem;
    color: var(--tma-dark);
    line-height: 1.35;
}

.v16-inner-action-card p {
    font-size: 0.855rem;
    color: var(--tma-muted);
    margin: 0;
    line-height: 1.55;
}

/* ---- Responsive: 1024px ---- */
@media (max-width: 1024px) {
    .v16-inner-layout:not(.v16-inner-layout--full) {
        grid-template-columns: 224px minmax(0, 1fr);
    }
}

/* ---- Responsive: 820px (tablet/mobile) ---- */
@media (max-width: 820px) {
    .v16-inner-hero__grid {
        grid-template-columns: 1fr;
    }

    .v16-inner-hero__visual {
        display: block;
        width: 100%;
        max-width: none;
        margin: 24px 0 0;
    }

    .v16-inner-hero__visual .v16-inner-hero__glass-card {
        aspect-ratio: unset;
        min-height: 0;
        padding: 20px 22px;
    }

    .v16-inner-hero__visual:not(.v16-inner-hero__visual--intro) {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .v16-inner-hero__visual--intro .v16-inner-hero__glass-card {
        max-height: none;
        overflow: visible;
        padding: 22px 24px;
    }

    .v16-inner-layout {
        grid-template-columns: 1fr;
        padding-top: clamp(16px, 3vw, 30px);
    }

    .v16-inner-sidebar {
        position: static;
    }

    .v16-sidebar-toggle {
        display: flex;
    }

    .v16-inner-sidebar__panel {
        display: none;
    }

    .v16-inner-sidebar.is-open .v16-inner-sidebar__panel {
        display: block;
    }

    .v16-inner-sidebar__heading {
        display: none;
    }

    .v16-doc-link__title {
        white-space: normal;
    }
}

/* ---- Responsive: 640px (mobile) ---- */
@media (max-width: 640px) {
    .v16-inner-hero {
        padding: clamp(22px, 5vw, 40px) 0 clamp(32px, 5vw, 48px);
    }

    .v16-inner-hero h1 {
        font-size: clamp(1.45rem, 8vw, 2.2rem);
    }

    .v16-inner-hero__visual:not(.v16-inner-hero__visual--intro) {
        max-width: 280px;
        margin-top: 18px;
    }

    .v16-inner-hero__visual--intro {
        max-width: none;
        margin-top: 18px;
    }

    .v16-inner-hero__visual:not(.v16-inner-hero__visual--intro) .v16-inner-hero__glass-card {
        aspect-ratio: 2 / 1;
    }

    .v16-inner-hero__visual--intro .v16-inner-hero__glass-card {
        aspect-ratio: unset;
    }

    .v16-glass-panel {
        padding: 18px 16px;
        border-radius: var(--tma-radius-md);
    }

    .v16-doc-link {
        min-height: 60px;
        padding: 12px 14px;
        gap: 12px;
    }

    .v16-doc-link__icon {
        width: 38px;
        height: 38px;
    }

    .v16-inner-action-grid {
        grid-template-columns: 1fr;
    }

    .v16-inner-content h2 {
        font-size: clamp(1.18rem, 5.5vw, 1.55rem);
    }

    .v16-pdf-viewer iframe {
        height: 82vh;
        min-height: 70vh;
    }
}

/* ---- Reduce motion ---- */
@media (prefers-reduced-motion: reduce) {
    .v16-inner-sidebar__link,
    .v16-glass-panel,
    .v16-doc-link,
    .v16-doc-link__arrow,
    .v16-doc-link__icon,
    .v16-inner-action-card,
    .v16-sidebar-toggle__icon {
        transition: none;
    }
}

/* ---- Focus ring for accessibility ---- */
.v16-inner-sidebar__link:focus-visible,
.v16-doc-link:focus-visible,
.v16-inner-action-card:focus-visible {
    outline: 2px solid var(--tma-teal);
    outline-offset: 2px;
}


/* ============================================================
   QA PAGE (v16) – quality_culture.php
   Animated PDCA ring, values list, contact/links grid
   ============================================================ */

/* ---- Hero QA cover: title | graphic | documents ---- */
.v16-inner-hero.v16-qa-hero {
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-qa-hero .v16-inner-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 0.95fr);
    gap: clamp(12px, 2vw, 24px);
    align-items: stretch;
}

.v16-qa-hero .v16-inner-hero__content {
    gap: 10px;
    align-self: center;
}

.v16-qa-hero .v16-inner-hero__content h1 {
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    line-height: 1.08;
}

.v16-inner-hero__visual--qa {
    display: flex;
    min-height: 0;
}

.v16-inner-hero__glass-card--qa {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: clamp(210px, 26vw, 280px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px 14px;
    background:
        radial-gradient(circle at 28% 32%, rgba(11, 108, 143, 0.2), transparent 42%),
        radial-gradient(circle at 74% 66%, rgba(42, 184, 154, 0.16), transparent 46%),
        rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.v16-inner-hero__glass-card--qa::before,
.v16-inner-hero__glass-card--qa::after {
    display: none;
}

.v16-qa-hero__graphic {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: clamp(180px, 22vw, 250px);
    contain: layout style paint;
}

.v16-qa-hero-svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
}

/* Hero document column */
.v16-qa-hero__docs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    align-self: center;
}

.v16-qa-hero__docs-head {
    display: grid;
    gap: 4px;
}

.v16-qa-hero__docs-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(102, 214, 231, 0.88);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.v16-qa-hero__docs-label::before {
    content: '';
    width: 18px;
    height: 1px;
    background: rgba(216, 180, 106, 0.75);
}

.v16-qa-hero__docs-title {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-family: var(--font-heading);
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    font-weight: 700;
    line-height: 1.2;
}

.v16-qa-hero__docs-list {
    display: grid;
    gap: 8px;
}

.v16-qa-hero-doc {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(1.2);
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.v16-qa-hero-doc:hover,
.v16-qa-hero-doc:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(216, 180, 106, 0.45);
    transform: translateY(-1px);
    outline: none;
}

.v16-qa-hero-doc__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(11, 108, 143, 0.35);
    color: #66d6e7;
}

.v16-qa-hero-doc__icon svg {
    width: 17px;
    height: 17px;
}

.v16-qa-hero-doc__body {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    gap: 2px;
}

.v16-qa-hero-doc__title {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.96);
}

.v16-qa-hero-doc__meta {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(216, 180, 106, 0.88);
}

.v16-qa-hero-hub-glow {
    animation: v16QaHubPulse 5s ease-in-out infinite;
}

.v16-qa-hero-orbit-spin {
    transform-origin: 160px 110px;
    animation: v16QaOrbitSpin 5s linear infinite;
}

.v16-qa-hero-shield-check {
    stroke-dasharray: 36;
    stroke-dashoffset: 36;
    animation: v16QaCheckDraw 1s cubic-bezier(0.35, 0, 0.25, 1) 1.2s forwards;
}

@keyframes v16QaHubPulse {
    0%, 100% { opacity: 0.6; }
    50%      { opacity: 0.95; }
}

@keyframes v16QaOrbitSpin {
    to { transform: rotate(360deg); }
}

@keyframes v16QaCheckDraw {
    to { stroke-dashoffset: 0; }
}

/* Each PDCA arc: one-time draw on load (r=58 → circumference ≈ 364.4) */
.qa16-hero-arc {
    stroke-dasharray: 0 364.4;
    animation: qa16-hero-arc-draw 1.2s cubic-bezier(0.35, 0, 0.25, 1) forwards;
}

.qa16-hero-arc--p { animation-delay: 0.2s; }
.qa16-hero-arc--d { animation-delay: 0.4s; }
.qa16-hero-arc--c { animation-delay: 0.6s; }
.qa16-hero-arc--a { animation-delay: 0.8s; }

@keyframes qa16-hero-arc-draw {
    to { stroke-dasharray: 78 364.4; }
}

/* ---- Core Values list ---- */
.qa16-values-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.qa16-values-list li {
    padding: 11px 14px 11px 42px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--tma-text);
    background: linear-gradient(90deg, rgba(11, 108, 143, 0.05), transparent);
    border-left: 2px solid rgba(11, 108, 143, 0.18);
    border-radius: 0 var(--tma-radius-sm) var(--tma-radius-sm) 0;
}

.qa16-values-list li::before {
    content: '✓';
    position: absolute;
    left: 14px;
    top: 11px;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--tma-teal);
    line-height: 1.55;
}

.qa16-values-list li strong {
    color: var(--tma-dark);
    font-weight: 700;
}

/* ---- PDCA Cards grid ---- */
.qa16-pdca-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.qa16-pdca-card {
    background: linear-gradient(150deg, rgba(255,255,255,0.88) 0%, rgba(245,251,255,0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: var(--tma-radius-md);
    padding: 22px 20px 18px;
    box-shadow: 0 6px 28px rgba(10, 54, 82, 0.08), inset 0 1px 0 rgba(255,255,255,0.9);
    transition: transform 220ms ease, box-shadow 220ms ease;
    animation: qa16-card-in 0.65s cubic-bezier(0.35, 0, 0.25, 1) both;
    animation-delay: var(--qa-delay, 0.2s);
}

.qa16-pdca-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(10, 54, 82, 0.14);
}

@keyframes qa16-card-in {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Icon + ring row */
.qa16-pdca-icon {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

/* Ring container */
.qa16-pdca-ring {
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.qa16-pdca-ring svg {
    display: block;
    width: 52px;
    height: 52px;
}

.qa16-pdca-ring-track {
    fill: none;
    stroke: rgba(0, 0, 0, 0.07);
    stroke-width: 3.2;
}

.qa16-pdca-ring-arc {
    fill: none;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-dasharray: 0 113.1;
    animation: qa16-ring-fill 1.4s cubic-bezier(0.35, 0, 0.25, 1) forwards;
    animation-delay: var(--qa-delay, 0.3s);
}

@keyframes qa16-ring-fill {
    to { stroke-dasharray: 84.8 113.1; }
}

/* Letter overlay on ring */
.qa16-pdca-letter {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
}

/* Card text */
.qa16-pdca-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tma-dark);
    margin: 0 0 1px;
    line-height: 1.25;
}

.qa16-pdca-phase {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tma-muted);
    margin: 0;
    letter-spacing: 0.02em;
}

.qa16-pdca-card > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 5px;
}

.qa16-pdca-card > ul li {
    font-size: 0.83rem;
    color: var(--tma-muted);
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
}

.qa16-pdca-card > ul li::before {
    content: '›';
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 1em;
    color: var(--qa-bullet, var(--tma-teal));
}

.qa16-pdca-card--plan { --qa-bullet: #0b6c8f; }
.qa16-pdca-card--do   { --qa-bullet: #2ab89a; }
.qa16-pdca-card--check { --qa-bullet: #c98012; }
.qa16-pdca-card--act  { --qa-bullet: #3b71de; }

/* ---- Contact + Links two-column grid ---- */
.qa16-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 40px);
    align-items: start;
}

.qa16-bottom-grid h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--tma-dark);
    margin: 10px 0 6px;
}

.qa16-email-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tma-teal);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 150ms ease;
}

.qa16-email-link:hover,
.qa16-email-link:focus-visible {
    color: var(--tma-dark);
    text-decoration: underline;
}

.qa16-links-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.qa16-links-list li {
    font-size: 0.84rem;
    line-height: 1.45;
}

.qa16-links-list a {
    color: var(--tma-teal);
    text-decoration: none;
    transition: color 150ms ease;
}

.qa16-links-list a:hover,
.qa16-links-list a:focus-visible {
    color: var(--tma-dark);
    text-decoration: underline;
}

/* ---- Responsive: PDCA 1-column on narrow screens ---- */
@media (max-width: 720px) {
    .qa16-pdca-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .qa16-bottom-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Reduce motion ---- */
@media (prefers-reduced-motion: reduce) {
    .qa16-hero-arc {
        animation: none;
        stroke-dasharray: 78 364.4;
    }
    .v16-qa-hero-hub-glow,
    .v16-qa-hero-orbit-spin,
    .v16-qa-hero-shield-check {
        animation: none;
    }
    .v16-qa-hero-shield-check {
        stroke-dashoffset: 0;
    }
    .qa16-pdca-ring-arc {
        animation: none;
        stroke-dasharray: 84.8 113.1;
    }
    .qa16-pdca-card {
        animation: none;
    }
}

/* ============================================================
   DEAN'S MESSAGE PAGE  –  v16-dean-*
   ============================================================ */

/* Two-column: profile card left, letter right */
.v16-dean-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: start;
}

.v16-dean-layout--message-only {
    grid-template-columns: minmax(0, 1fr);
}

/* ---- Dean hero cover profile ---- */
.v16-inner-hero.v16-dean-hero {
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-dean-hero .v16-inner-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(14px, 2.5vw, 28px);
    align-items: stretch;
}

.v16-dean-hero .v16-inner-hero__content {
    gap: 10px;
    align-self: center;
}

.v16-dean-hero .v16-inner-hero__content h1 {
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 1.08;
}

.v16-inner-hero__visual--dean {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
}

.v16-dean-hero-profile {
    display: grid;
    grid-template-columns: auto minmax(0, max-content);
    gap: clamp(14px, 2vw, 22px);
    align-items: center;
    width: fit-content;
    max-width: min(100%, 460px);
    min-height: clamp(170px, 20vw, 210px);
    padding: clamp(14px, 1.8vw, 20px) clamp(16px, 2vw, 22px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background:
        radial-gradient(circle at 18% 24%, rgba(102, 214, 231, 0.16), transparent 42%),
        radial-gradient(circle at 82% 76%, rgba(216, 180, 106, 0.14), transparent 46%),
        rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px) saturate(1.2);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.v16-dean-hero-profile__visual {
    position: relative;
    width: clamp(128px, 13vw, 156px);
    height: clamp(128px, 13vw, 156px);
    flex-shrink: 0;
}

.v16-dean-hero-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.v16-dean-hero-profile__glow {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 214, 231, 0.35), transparent 70%);
    opacity: 0.7;
    animation: v16DeanHeroGlow 5s ease-in-out infinite;
    pointer-events: none;
}

.v16-dean-hero-profile__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.v16-dean-hero-profile__ring--outer {
    inset: 2%;
    border-color: rgba(216, 180, 106, 0.28);
    animation: v16DeanHeroRingSpin 20s linear infinite;
}

.v16-dean-hero-profile__ring--inner {
    inset: 14%;
    border-color: rgba(102, 214, 231, 0.22);
    animation: v16DeanHeroRingSpin 14s linear infinite reverse;
}

.v16-dean-hero-profile__photo {
    position: absolute;
    inset: 22%;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.32);
    box-shadow:
        0 0 0 2px rgba(216, 180, 106, 0.45),
        0 14px 36px rgba(4, 18, 32, 0.38);
    animation: v16DeanHeroPhotoIn 0.8s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.v16-dean-hero-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.v16-dean-hero-profile__body {
    display: grid;
    gap: 6px;
    min-width: 0;
    animation: v16DeanHeroBodyIn 0.7s cubic-bezier(0.35, 0, 0.25, 1) 0.15s both;
}

.v16-dean-hero-profile__badge {
    display: inline-flex;
    width: fit-content;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(216, 180, 106, 0.16);
    border: 1px solid rgba(216, 180, 106, 0.38);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.v16-dean-hero-profile__name {
    margin: 2px 0 0;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    font-weight: 700;
    line-height: 1.12;
}

.v16-dean-hero-profile__degree {
    margin: 0;
    color: #66d6e7;
    font-size: 0.82rem;
    font-weight: 600;
}

.v16-dean-hero-profile__role {
    margin: 0;
    color: rgba(228, 244, 255, 0.75);
    font-size: 0.82rem;
    line-height: 1.4;
}

.v16-dean-hero-profile__contact {
    margin: 8px 0 0;
    font-style: normal;
}

.v16-dean-hero-profile__contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.v16-dean-hero-profile__contact a svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.v16-dean-hero-profile__contact a:hover,
.v16-dean-hero-profile__contact a:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(216, 180, 106, 0.45);
    transform: translateY(-1px);
    outline: none;
}

@keyframes v16DeanHeroPhotoIn {
    from { opacity: 0; transform: scale(0.9); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes v16DeanHeroBodyIn {
    from { opacity: 0; transform: translateX(12px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes v16DeanHeroRingSpin {
    to { transform: rotate(360deg); }
}

@keyframes v16DeanHeroGlow {
    0%, 100% { opacity: 0.55; }
    50%      { opacity: 0.9; }
}

/* ---- Profile Card ---- */
.v16-dean-profile {
    position: sticky;
    top: calc(var(--v16-header-h, 80px) + 20px);
    border-radius: var(--tma-radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: var(--tma-glass-shadow);
}

.v16-dean-profile__photo-wrap {
    position: relative;
    background: linear-gradient(135deg, #0a3652 0%, #00668e 100%);
    padding: 32px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.v16-dean-profile__photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 0 0 2px rgba(216, 180, 106, 0.55), 0 18px 48px rgba(4, 18, 32, 0.38);
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08);
}

.v16-dean-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.v16-dean-profile__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(216, 180, 106, 0.18);
    border: 1px solid rgba(216, 180, 106, 0.38);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.v16-dean-profile__info {
    padding: 22px 20px 24px;
    display: grid;
    gap: 5px;
}

.v16-dean-profile__info h2 {
    color: var(--tma-dark);
    font-family: var(--font-heading);
    font-size: clamp(1.06rem, 1.4vw, 1.24rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 4px;
}

.v16-dean-profile__degree {
    color: var(--tma-teal);
    font-size: 0.78rem;
    font-weight: 600;
    margin: 0;
}

.v16-dean-profile__role {
    color: var(--tma-muted);
    font-size: 0.80rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.v16-dean-profile__divider {
    height: 1px;
    background: linear-gradient(90deg, var(--tma-teal), transparent);
    margin: 10px 0 8px;
    opacity: 0.28;
}

.v16-dean-profile__contact {
    font-style: normal;
}

.v16-dean-profile__contact a {
    color: var(--tma-teal);
    font-size: 0.76rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 160ms ease;
}

.v16-dean-profile__contact a:hover {
    color: var(--tma-dark);
}

/* ---- Dean's Letter / Message ---- */
.v16-dean-message {
    position: relative;
    overflow: visible;
}

/* Large decorative opening quote */
.v16-dean-message__bigquote {
    position: absolute;
    top: -18px;
    left: 18px;
    font-size: 9rem;
    line-height: 1;
    color: var(--tma-teal);
    opacity: 0.07;
    font-family: Georgia, 'Times New Roman', serif;
    pointer-events: none;
    user-select: none;
    font-weight: 700;
}

/* Gold top accent stripe */
.v16-dean-message::before {
    content: none;
}

.v16-dean-message::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--tma-gold) 30%, var(--tma-teal) 70%, transparent 100%);
    opacity: 0.6;
    border-radius: var(--tma-radius-lg) var(--tma-radius-lg) 0 0;
}

.v16-dean-message__greeting {
    position: relative;
    z-index: 1;
    color: var(--tma-dark);
    font-family: var(--font-heading);
    font-size: clamp(1.0rem, 1.4vw, 1.18rem);
    font-weight: 700;
    margin: 0 0 1.6em;
    padding-top: 8px;
}

.v16-dean-message__body {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 18px;
}

.v16-dean-message__body p {
    color: var(--tma-text) !important;
    font-size: 0.97rem !important;
    line-height: 1.84 !important;
    margin: 0 0 1.1em !important;
    display: block !important;
    visibility: visible !important;
}

.v16-dean-message__body p:last-child {
    margin-bottom: 0 !important;
}

/* Final closing line (welcome sentence) */
.v16-dean-message__closing {
    color: var(--tma-dark) !important;
    font-family: var(--font-heading);
    font-size: 1.04rem !important;
    font-weight: 600;
    display: block !important;
    visibility: visible !important;
    margin-top: 1.4em !important;
    margin-bottom: 0 !important;
}

/* Signature block */
.v16-dean-message__sign {
    position: relative;
    z-index: 1;
    margin-top: clamp(24px, 3vw, 38px);
    padding-top: 18px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.v16-dean-message__sign-line {
    width: 3px;
    height: 52px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--tma-gold), rgba(216, 180, 106, 0));
    flex-shrink: 0;
    margin-top: 4px;
}

.v16-dean-message__sign-name {
    display: grid;
    gap: 3px;
}

.v16-dean-message__sign-name strong {
    color: var(--tma-dark);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
}

.v16-dean-message__sign-name span {
    color: var(--tma-muted);
    font-size: 0.80rem;
    font-weight: 500;
}

.v16-dean-message__sign-school {
    color: var(--tma-teal) !important;
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
}

/* ---- Responsive ---- */
@media (max-width: 820px) {
    .v16-dean-layout {
        grid-template-columns: 1fr;
    }

    .v16-dean-profile {
        position: static;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .v16-dean-profile__photo-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        gap: 16px;
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .v16-dean-profile__photo {
        width: 72px;
        height: 72px;
        border-width: 3px;
        flex-shrink: 0;
    }

    .v16-dean-profile__badge {
        font-size: 0.60rem;
    }

    .v16-dean-profile__info {
        padding: 18px 20px;
        grid-column: 1 / -1;
        border-top: 1px solid rgba(10, 54, 82, 0.07);
    }

    .v16-dean-message__bigquote {
        font-size: 6rem;
        top: -10px;
    }

    .v16-dean-hero-profile {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .v16-inner-hero__visual--dean {
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .v16-dean-hero-profile {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .v16-dean-hero-profile__body {
        justify-items: center;
    }
}

@media (max-width: 480px) {
    .v16-dean-profile {
        grid-template-columns: 1fr;
    }

    .v16-dean-profile__photo-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px 18px;
    }

    .v16-dean-profile__photo {
        width: 100px;
        height: 100px;
    }

    .v16-dean-message__bigquote {
        font-size: 5rem;
    }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .v16-dean-profile,
    .v16-dean-message,
    .v16-dean-hero-profile__photo,
    .v16-dean-hero-profile__body,
    .v16-dean-hero-profile__glow,
    .v16-dean-hero-profile__ring,
    .v16-dean-arc,
    .v16-dean-icon {
        animation: none !important;
        transition: none;
    }

    .v16-dean-arc--outer { stroke-dasharray: 389 389; }
    .v16-dean-arc--inner { stroke-dasharray: 314 314; }
    .v16-dean-icon { opacity: 1; }
}

/* ============================================================
   REGULATORY DOCUMENTS PAGE  –  v16-rdoc-*
   ============================================================ */

/* ── Hero decorative art ── */
.v16-rdoc-hero {
    overflow: visible;
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-rdoc-hero .v16-inner-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(14px, 2.5vw, 28px);
    align-items: stretch;
}

.v16-rdoc-hero .v16-inner-hero__content {
    align-self: center;
}

.v16-inner-hero__visual--rdoc {
    display: flex;
    align-items: stretch;
    min-height: 0;
}

.v16-rdoc-hero-cover {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(16px, 2.5vw, 28px);
    align-items: center;
    width: 100%;
    min-height: clamp(190px, 24vw, 250px);
    padding: clamp(16px, 2.2vw, 24px) clamp(18px, 2.5vw, 28px);
    background:
        radial-gradient(circle at 18% 28%, rgba(102, 214, 231, 0.14), transparent 42%),
        radial-gradient(circle at 82% 72%, rgba(216, 180, 106, 0.12), transparent 46%),
        rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.v16-rdoc-hero-cover__art {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.v16-rdoc-hero-cover__info {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.v16-rdoc-hero-cover__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: rgba(102, 214, 231, 0.9);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.v16-rdoc-hero-cover__label::before {
    content: '';
    width: 16px;
    height: 1px;
    background: rgba(216, 180, 106, 0.75);
}

.v16-rdoc-hero-cover__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-heading);
    font-size: clamp(0.92rem, 1.5vw, 1.08rem);
    font-weight: 700;
    line-height: 1.25;
}

.v16-rdoc-stats--hero {
    margin-top: 0;
    width: fit-content;
    max-width: 100%;
}

.v16-rdoc-hero-cover__featured {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.v16-rdoc-hero-cover__featured-label {
    margin: 0;
    color: rgba(228, 244, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-rdoc-hero-cover__featured-list {
    display: grid;
    gap: 6px;
}

.v16-rdoc-hero-doc {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.v16-rdoc-hero-doc:hover,
.v16-rdoc-hero-doc:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(216, 180, 106, 0.4);
    transform: translateY(-1px);
    outline: none;
}

.v16-rdoc-hero-doc__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(11, 108, 143, 0.32);
    color: #66d6e7;
}

.v16-rdoc-hero-doc__icon svg {
    width: 15px;
    height: 15px;
}

.v16-rdoc-hero-doc__body {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    gap: 2px;
}

.v16-rdoc-hero-doc__title {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.96);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.v16-rdoc-hero-doc__meta {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(216, 180, 106, 0.88);
}

.v16-rdoc-hero-cover__art .v16-rdoc-hero-art {
    margin: 0;
}

.v16-rdoc-hero-art {
    position: relative;
    width: clamp(150px, 14vw, 180px);
    height: clamp(185px, 17vw, 220px);
    margin: 0 auto;
}

.v16-rdoc-hero-art__doc {
    position: absolute;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.v16-rdoc-hero-art__doc--3 {
    width: 120px;
    height: 156px;
    top: 32px;
    left: -10px;
    transform: rotate(-8deg);
    background: rgba(216, 180, 106, 0.07);
    border-color: rgba(216, 180, 106, 0.18);
}

.v16-rdoc-hero-art__doc--2 {
    width: 120px;
    height: 156px;
    top: 18px;
    left: 22px;
    transform: rotate(-3deg);
    background: rgba(102, 180, 230, 0.06);
    border-color: rgba(102, 180, 230, 0.18);
}

.v16-rdoc-hero-art__doc--1 {
    width: 120px;
    height: 156px;
    top: 6px;
    left: 40px;
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
}

.v16-rdoc-hero-art__fold {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.25);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-bottom-left-radius: 4px;
}

.v16-rdoc-hero-art__lines {
    position: absolute;
    top: 44px;
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.v16-rdoc-hero-art__lines span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.v16-rdoc-hero-art__lines span:first-child {
    background: rgba(216, 180, 106, 0.6);
}

.v16-rdoc-hero-art__lines span.short {
    width: 55%;
}

.v16-rdoc-hero-art__badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    text-align: center;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    color: #fff;
    background: rgba(229, 57, 53, 0.7);
    border-radius: 4px;
    padding: 3px 0;
}

/* ── Stats strip in hero ── */
.v16-rdoc-stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 12px 24px;
    width: fit-content;
    backdrop-filter: blur(6px);
}

.v16-rdoc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 0 20px;
}

.v16-rdoc-stat__val {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.v16-rdoc-stat__lbl {
    font-size: .7rem;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: nowrap;
}

.v16-rdoc-stat__sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.18);
}

/* ── Toolbar: search + counter ── */
.v16-rdoc-toolbar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Search wrapper */
.v16-rdoc-search {
    position: relative;
    flex: 1;
    min-width: 220px;
}

.v16-rdoc-search__icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tma-muted, #8595a6);
    pointer-events: none;
    flex-shrink: 0;
}

.v16-rdoc-search__input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 46px;
    border-radius: 12px;
    border: 1.5px solid #dde2ea;
    background: #fff;
    font-size: .95rem;
    color: var(--tma-text, #1a2637);
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    appearance: none;
    -webkit-appearance: none;
}

.v16-rdoc-search__input::placeholder {
    color: #a8b2bc;
}

.v16-rdoc-search__input:focus {
    border-color: var(--tma-blue, #006494);
    box-shadow: 0 0 0 3px rgba(0, 100, 148, .12);
}

/* Cancel × button */
.v16-rdoc-search__clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #eef0f4;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--tma-muted, #8595a6);
    transition: background 150ms, color 150ms;
    flex-shrink: 0;
}

.v16-rdoc-search__clear:hover {
    background: #dde2ea;
    color: var(--tma-text, #1a2637);
}

/* Remove native × from search input */
.v16-rdoc-search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Result counter */
.v16-rdoc-counter {
    font-size: .84rem;
    color: var(--tma-muted, #8595a6);
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
}

.v16-rdoc-counter span {
    font-weight: 700;
    color: var(--tma-blue-deep, #003d6b);
}

/* ── Empty / no-results states ── */
.v16-rdoc-empty,
.v16-rdoc-noresults {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: clamp(40px, 6vw, 72px) 20px;
    text-align: center;
    color: var(--tma-muted, #8595a6);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #eef0f6;
    border-radius: 16px;
}

.v16-rdoc-empty svg,
.v16-rdoc-noresults svg {
    opacity: .4;
}

.v16-rdoc-empty p,
.v16-rdoc-noresults p {
    margin: 0;
    font-size: .95rem;
}

.v16-rdoc-noresults__reset {
    background: none;
    border: 1.5px solid var(--tma-blue, #006494);
    border-radius: 999px;
    padding: 7px 20px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--tma-blue, #006494);
    cursor: pointer;
    transition: background 160ms, color 160ms;
}

.v16-rdoc-noresults__reset:hover {
    background: var(--tma-blue, #006494);
    color: #fff;
}

/* ── Document list ── */
.v16-rdoc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ── Document card ── */
.v16-rdoc-card {
    display: grid;
    grid-template-columns: 40px 44px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #eaecf2;
    border-left: 3.5px solid var(--tma-gold, #c8a84b);
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    transition: box-shadow 200ms ease, transform 220ms ease,
                border-left-color 200ms ease, opacity 220ms ease;
    /* animation vars */
    opacity: 0;
    transform: translateY(8px);
}

/* Stagger-in: JS sets --rdoc-delay; CSS plays the keyframe */
.v16-rdoc-card--show {
    animation: rdocFadeIn 280ms cubic-bezier(.22, .61, .36, 1) both;
    animation-delay: var(--rdoc-delay, 0ms);
}

.v16-rdoc-card--hide {
    opacity: 0;
    transform: translateY(-4px);
}

@keyframes rdocFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.v16-rdoc-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
    transform: translateY(-2px);
    border-left-color: var(--tma-blue, #006494);
}

/* Serial number column */
.v16-rdoc-card__num {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    color: var(--tma-gold, #c8a84b);
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

/* PDF icon column */
.v16-rdoc-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Title + meta */
.v16-rdoc-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.v16-rdoc-card__title {
    margin: 0;
    font-size: .97rem;
    font-weight: 500;
    color: var(--tma-text, #1a2637);
    line-height: 1.45;
    word-break: break-word;
    transition: color 160ms;
}

.v16-rdoc-card:hover .v16-rdoc-card__title {
    color: var(--tma-blue, #006494);
}

.v16-rdoc-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .73rem;
    color: var(--tma-muted, #8595a6);
}

/* Download button */
.v16-rdoc-card__btn {
    flex-shrink: 0;
    text-decoration: none;
}

.v16-rdoc-card__btn-inner {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    border-radius: 999px;
    background: var(--tma-blue-deep, #003d6b);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 200ms ease, box-shadow 200ms ease, transform 150ms ease;
    box-shadow: 0 2px 10px rgba(0, 61, 107, .22);
}

.v16-rdoc-card__btn:hover .v16-rdoc-card__btn-inner,
.v16-rdoc-card__btn:focus-visible .v16-rdoc-card__btn-inner {
    background: var(--tma-blue, #006494);
    box-shadow: 0 4px 16px rgba(0, 100, 148, .32);
    transform: scale(1.05);
}

/* ── Screen-reader only helper ── */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ── Mobile: 2-row card ── */
@media (max-width: 580px) {
    .v16-rdoc-card {
        grid-template-columns: 28px 36px 1fr;
        grid-template-rows: auto auto;
        gap: 10px 12px;
        padding: 14px 16px;
    }

    .v16-rdoc-card__num  { font-size: .68rem; }
    .v16-rdoc-card__icon { grid-row: 1; grid-column: 2; }
    .v16-rdoc-card__body { grid-row: 1; grid-column: 3; }

    .v16-rdoc-card__btn {
        grid-row: 2;
        grid-column: 1 / -1;
    }

    .v16-rdoc-card__btn-inner {
        justify-content: center;
        width: 100%;
        padding: 10px 20px;
    }

    .v16-rdoc-stats {
        padding: 10px 14px;
    }

    .v16-rdoc-stat {
        padding: 0 12px;
    }

    .v16-inner-hero__visual--rdoc {
        max-width: none;
        margin: 0;
    }

    .v16-rdoc-hero-cover {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .v16-rdoc-hero-cover__info {
        width: 100%;
        justify-items: center;
    }

    .v16-rdoc-stats--hero {
        margin-inline: auto;
    }

    .v16-dei-hero-cover {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: left;
    }

    .v16-dei-hero-cover__visual {
        order: -1;
    }

    .v16-dei-hero-cover__body {
        width: 100%;
    }

    .v16-dei-hero-stats {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   INNER-HERO PAGE-LOAD ANIMATIONS  ─  all inner pages
   ─────────────────────────────────────────────────────────────────
   Shared keyframes then per-page rules.
═══════════════════════════════════════════════════════════════════ */

/* Shared keyframes ─────────────────────────────────────────────── */
@keyframes v16HeroArc1Draw { to { stroke-dasharray: 314 314; } }
@keyframes v16HeroArc2Draw { to { stroke-dasharray: 226 226; } }
@keyframes v16HeroDeanArc1 { to { stroke-dasharray: 389 389; } }
@keyframes v16HeroDeanArc2 { to { stroke-dasharray: 314 314; } }

@keyframes v16HeroIconIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0);    }
}
@keyframes v16HeroDotIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes v16HeroIconFloat {
    0%, 100% { transform: translateY(0);   }
    50%       { transform: translateY(-7px); }
}
@keyframes v16HeroDotPulse {
    0%, 100% { opacity: .45; transform: scale(1);    }
    50%       { opacity: .95; transform: scale(1.55); }
}

/* rdoc doc fly-in ─────────────────────────────────────────────── */
@keyframes rdocDoc3FlyIn {
    from { opacity: 0; transform: rotate(-8deg) translate(-18px, 22px); }
    to   { opacity: 1; transform: rotate(-8deg) translate(0, 0);        }
}
@keyframes rdocDoc2FlyIn {
    from { opacity: 0; transform: rotate(-3deg) translate(-12px, 16px); }
    to   { opacity: 1; transform: rotate(-3deg) translate(0, 0);        }
}
@keyframes rdocDoc1FlyIn {
    from { opacity: 0; transform: translateY(20px) scale(0.94); }
    to   { opacity: 1; transform: none;                         }
}
@keyframes rdocBadgeIn {
    from { opacity: 0; transform: translateY(6px) scale(0.8); }
    to   { opacity: 1; transform: none;                       }
}

/* ── Default inner-page hero visual ─────────────────────────── */
.v16-default-hero-svg {
    width: 100%;
    max-width: 220px;
    overflow: visible;
    filter: drop-shadow(0 6px 20px rgba(4, 20, 40, 0.28));
}

/* Outer gold arc (r=50 → circ≈314) */
.v16-default-hero-arc--1 {
    stroke-dasharray: 0 314;
    animation: v16HeroArc1Draw 1.7s cubic-bezier(0.35, 0, 0.25, 1) 0.20s forwards;
}
/* Inner teal arc (r=36 → circ≈226) */
.v16-default-hero-arc--2 {
    stroke-dasharray: 0 226;
    animation: v16HeroArc2Draw 1.5s cubic-bezier(0.35, 0, 0.25, 1) 0.50s forwards;
}

/* Icon groups: fade + slide up */
.v16-default-hero-icon {
    opacity: 0;
    animation: v16HeroIconIn 0.65s cubic-bezier(0.35, 0, 0.25, 1) forwards;
}
.v16-default-hero-icon--1 { animation-delay: 0.25s; }
.v16-default-hero-icon--2 { animation-delay: 0.45s; }
.v16-default-hero-icon--3 { animation-delay: 0.65s; }
.v16-default-hero-icon--4 { animation-delay: 0.85s; }

/* Float wrappers (inner <g>) — run after fade-in completes */
.v16-default-hero-float { animation: v16HeroIconFloat 4.5s ease-in-out infinite; }
.v16-default-hero-float--1 { animation-delay: 0.90s; }
.v16-default-hero-float--2 { animation-delay: 1.10s; }
.v16-default-hero-float--3 { animation-delay: 1.30s; }

/* Accent dots: fade in then pulse */
.v16-default-hero-dot {
    opacity: 0;
    animation:
        v16HeroDotIn    0.45s ease-out          forwards,
        v16HeroDotPulse 2.8s  ease-in-out       infinite;
}
.v16-default-hero-dot--1 { animation-delay: 0.25s, 0.90s; }
.v16-default-hero-dot--2 { animation-delay: 0.45s, 1.10s; }
.v16-default-hero-dot--3 { animation-delay: 0.65s, 1.30s; }
.v16-default-hero-dot--4 { animation-delay: 0.85s, 1.50s; }

/* ── Structure page hero (compact cover, graphic fills frame) ── */
.v16-inner-hero.v16-org-hero {
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-org-hero .v16-inner-hero__grid {
    gap: clamp(14px, 2.5vw, 28px);
    align-items: center;
}

.v16-org-hero .v16-inner-hero__content {
    gap: 10px;
}

.v16-org-hero .v16-inner-hero__content h1 {
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 1.08;
}

.v16-inner-hero__visual--structure {
    display: flex;
    min-height: 0;
}

.v16-inner-hero__glass-card--structure {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: clamp(168px, 22vw, 220px);
    min-height: 0;
    max-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px 6px;
    background:
        radial-gradient(circle at 30% 28%, rgba(102, 214, 231, 0.16), transparent 42%),
        radial-gradient(circle at 72% 68%, rgba(216, 180, 106, 0.14), transparent 46%),
        rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.v16-inner-hero__glass-card--structure::before,
.v16-inner-hero__glass-card--structure::after {
    display: none;
}

.v16-structure-hero__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.v16-structure-hero__ring--outer {
    width: 96%;
    height: 96%;
    max-width: none;
    aspect-ratio: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: rgba(216, 180, 106, 0.22);
    animation: v16StructureRingSpin 22s linear infinite;
}

.v16-structure-hero__ring--inner {
    width: 72%;
    height: 72%;
    max-width: none;
    aspect-ratio: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: rgba(102, 214, 231, 0.2);
    animation: v16StructureRingSpin 16s linear infinite reverse;
}

.v16-structure-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
    opacity: 0.55;
}

.v16-structure-hero__glow--gold {
    width: 90px;
    height: 90px;
    top: 8%;
    right: 8%;
    background: rgba(216, 180, 106, 0.28);
    animation: v16StructureGlowDrift 6s ease-in-out infinite alternate;
}

.v16-structure-hero__glow--teal {
    width: 80px;
    height: 80px;
    bottom: 8%;
    left: 8%;
    background: rgba(102, 214, 231, 0.26);
    animation: v16StructureGlowDrift 7s ease-in-out infinite alternate-reverse;
}

.v16-structure-hero__graphic {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.v16-structure-hero-svg {
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: visible;
    filter: drop-shadow(0 8px 20px rgba(4, 20, 40, 0.28));
}

.v16-structure-hero-hub-glow {
    animation: v16StructureHubPulse 4s ease-in-out infinite;
}

.v16-structure-hero-orbit {
    transform-origin: 160px 118px;
    animation: v16StructureOrbitPulse 5s ease-in-out infinite;
}

.v16-structure-hero-orbit--inner {
    animation-delay: 1.2s;
}

.v16-structure-hero-link {
    stroke: url(#v16StructLinkGold);
    stroke-width: 1.6;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 6 8;
    animation: v16StructureLinkFlow 2.4s linear infinite;
}

.v16-structure-hero-link--cross {
    stroke: rgba(255, 255, 255, 0.14);
    stroke-width: 1;
    stroke-dasharray: 3 7;
    animation-duration: 3.2s;
}

.v16-structure-hero-link--dim {
    opacity: 0.55;
}

.v16-structure-hero-node--hub {
    animation: v16StructureHubFloat 5s ease-in-out infinite;
}

.v16-structure-hero-junction {
    filter: drop-shadow(0 0 6px rgba(216, 180, 106, 0.45));
}

.v16-structure-hero-pulse {
    opacity: 0.95;
}

@keyframes v16StructureRingSpin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes v16StructureGlowDrift {
    from { transform: translate(0, 0) scale(1); }
    to   { transform: translate(8px, -10px) scale(1.08); }
}

@keyframes v16StructureHubPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 0.9;  transform: scale(1.06); }
}

@keyframes v16StructureOrbitPulse {
    0%, 100% { opacity: 0.45; }
    50%      { opacity: 0.85; }
}

@keyframes v16StructureLinkFlow {
    to { stroke-dashoffset: -28; }
}

@keyframes v16StructureHubFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
}

.v16-structure-hero__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.v16-org-hero .v16-structure-action {
    min-height: 72px;
    padding: 8px 6px;
    gap: 6px;
    border-radius: 12px;
}

.v16-org-hero .v16-structure-action__icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

.v16-org-hero .v16-structure-action__icon {
    width: 18px;
    height: 18px;
}

.v16-org-hero .v16-structure-action__label {
    font-size: 0.62rem;
    line-height: 1.28;
}

.v16-structure-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 92px;
    padding: 12px 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px) saturate(1.35);
    -webkit-backdrop-filter: blur(14px) saturate(1.35);
    box-shadow: 0 10px 28px rgba(4, 18, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.v16-structure-action:hover,
.v16-structure-action:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(216, 180, 106, 0.55);
    box-shadow: 0 14px 34px rgba(4, 18, 32, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    outline: none;
}

.v16-structure-action__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(216, 180, 106, 0.14);
    border: 1px solid rgba(216, 180, 106, 0.28);
    color: #d8b46a;
}

.v16-structure-action__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.v16-structure-action__label {
    font-size: 0.68rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 900px) {
    .v16-org-hero .v16-inner-hero__glass-card--structure {
        height: clamp(150px, 38vw, 190px);
        max-height: 190px;
    }

    .v16-structure-hero__actions {
        grid-template-columns: 1fr;
    }

    .v16-org-hero .v16-structure-action {
        flex-direction: row;
        justify-content: flex-start;
        min-height: 52px;
        padding: 8px 12px;
        text-align: left;
    }

    .v16-org-hero .v16-structure-action__label {
        font-size: 0.72rem;
    }
}

@media (max-width: 900px) {
    .v16-qa-hero .v16-inner-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
        grid-template-areas:
            "title title"
            "visual docs";
    }

    .v16-qa-hero .v16-inner-hero__content {
        grid-area: title;
    }

    .v16-qa-hero .v16-inner-hero__visual--qa {
        grid-area: visual;
    }

    .v16-qa-hero__docs {
        grid-area: docs;
    }
}

@media (max-width: 820px) {
    .v16-qa-hero .v16-inner-hero__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "visual"
            "docs";
    }

    .v16-qa-hero .v16-inner-hero__visual--qa {
        max-width: none;
        margin: 0;
    }

    .v16-qa-hero__docs {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v16-structure-hero-pulses,
    .v16-structure-hero__ring,
    .v16-structure-hero-link,
    .v16-structure-hero-hub-glow,
    .v16-structure-hero-orbit,
    .v16-structure-hero-node--hub {
        animation: none !important;
    }
}

/* ── Dean's office hero photo card ─────────────────────────────── */
.v16-dean-hero-photo-card {
    aspect-ratio: unset !important;
    padding: 24px 20px 16px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.v16-dean-hero-ring {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 1px solid rgba(216, 180, 106, 0.22);
    pointer-events: none;
}

.v16-dean-hero-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 3px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 8px 28px rgba(4, 18, 32, 0.36);
    flex-shrink: 0;
    animation: v16DeanImgFadeIn 0.7s ease-out 0.15s both;
}

@keyframes v16DeanImgFadeIn {
    from { opacity: 0; transform: scale(0.92); }
    to   { opacity: 1; transform: scale(1); }
}

.v16-dean-hero-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: v16DeanImgFadeIn 0.6s ease-out 0.40s both;
}

.v16-dean-hero-caption strong {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}

.v16-dean-hero-caption span {
    color: rgba(228, 244, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 500;
}

/* ── Dean's office hero visual ───────────────────────────────── */
/* Outer gold ring (r=62 → circ≈389) */
.v16-dean-arc--outer {
    fill: none;
    stroke-dasharray: 0 389;
    animation: v16HeroDeanArc1 1.8s cubic-bezier(0.35, 0, 0.25, 1) 0.15s forwards;
}
/* Inner teal ring (r=50 → circ≈314) */
.v16-dean-arc--inner {
    fill: none;
    stroke-dasharray: 0 314;
    animation: v16HeroDeanArc2 1.6s cubic-bezier(0.35, 0, 0.25, 1) 0.45s forwards;
}

.v16-dean-icon {
    opacity: 0;
    animation: v16HeroIconIn 0.55s ease-out forwards;
}
.v16-dean-icon--1 { animation-delay: 0.70s; }
.v16-dean-icon--2 { animation-delay: 0.85s; }
.v16-dean-icon--3 { animation-delay: 1.00s; }

.v16-dean-dot {
    opacity: 0;
    animation:
        v16HeroDotIn    0.40s ease-out    forwards,
        v16HeroDotPulse 3.0s  ease-in-out infinite;
}
.v16-dean-dot--n { animation-delay: 0.80s, 1.45s; }
.v16-dean-dot--s { animation-delay: 0.90s, 1.55s; }
.v16-dean-dot--w { animation-delay: 0.95s, 1.60s; }
.v16-dean-dot--e { animation-delay: 1.00s, 1.65s; }

/* ── Regulatory docs hero art fly-in ─────────────────────────── */
.v16-rdoc-hero-art__doc--3 {
    animation: rdocDoc3FlyIn 0.75s cubic-bezier(0.35, 0, 0.25, 1) 0.05s both;
}
.v16-rdoc-hero-art__doc--2 {
    animation: rdocDoc2FlyIn 0.75s cubic-bezier(0.35, 0, 0.25, 1) 0.22s both;
}
.v16-rdoc-hero-art__doc--1 {
    animation: rdocDoc1FlyIn 0.75s cubic-bezier(0.35, 0, 0.25, 1) 0.40s both;
}
.v16-rdoc-hero-art__badge {
    animation: rdocBadgeIn 0.50s cubic-bezier(0.35, 0, 0.25, 1) 0.65s both;
}

/* ── Diversity, Equality & Inclusion page hero visual ─────────── */
.v16-inner-hero.v16-dei-hero {
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-dei-hero .v16-inner-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(14px, 2.5vw, 28px);
    align-items: stretch;
}

.v16-dei-hero .v16-inner-hero__content {
    align-self: center;
}

.v16-inner-hero__visual--dei {
    display: flex;
    align-items: stretch;
    min-height: 0;
}

.v16-dei-hero-cover {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(14px, 2vw, 22px);
    align-items: center;
    width: 100%;
    min-height: clamp(200px, 24vw, 252px);
    padding: clamp(14px, 2vw, 20px) clamp(16px, 2.2vw, 24px);
    background:
        radial-gradient(circle at 18% 28%, rgba(102, 214, 231, 0.16), transparent 44%),
        radial-gradient(circle at 82% 72%, rgba(216, 180, 106, 0.14), transparent 48%),
        rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.v16-dei-hero-cover__body {
    display: grid;
    gap: 10px;
    min-width: 0;
    align-self: stretch;
    justify-content: center;
}

.v16-dei-hero-cover__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(228, 244, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.v16-dei-hero-cover__label::before {
    content: '';
    width: 16px;
    height: 1px;
    background: rgba(216, 180, 106, 0.75);
    flex-shrink: 0;
}

.v16-dei-hero-stats {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.v16-dei-hero-stat {
    --dei-stat-accent: #66d6e7;
    --dei-stat-glow: rgba(102, 214, 231, 0.22);
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 14px 10px 12px;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 3px solid var(--dei-stat-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.v16-dei-hero-stat--diversity {
    --dei-stat-accent: #d8b46a;
    --dei-stat-glow: rgba(216, 180, 106, 0.24);
}

.v16-dei-hero-stat--inclusion {
    --dei-stat-accent: #5ba3f5;
    --dei-stat-glow: rgba(91, 163, 245, 0.24);
}

.v16-dei-hero-stat--equality {
    --dei-stat-accent: #66d6e7;
    --dei-stat-glow: rgba(102, 214, 231, 0.24);
}

.v16-dei-hero-stat:hover {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateX(3px);
}

.v16-dei-hero-stat__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--dei-stat-glow);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--dei-stat-accent);
}

.v16-dei-hero-stat__icon svg {
    width: 18px;
    height: 18px;
}

.v16-dei-hero-stat__body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.v16-dei-hero-stat__num {
    font-family: var(--font-heading);
    font-size: clamp(1.12rem, 1.9vw, 1.42rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.v16-dei-hero-stat__label {
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(228, 244, 255, 0.72);
    letter-spacing: 0.03em;
    line-height: 1.35;
}

.v16-dei-hero-stat {
    opacity: 0;
    animation: v16HeroIconIn 0.55s ease-out forwards;
}

.v16-dei-hero-stat:nth-child(1) { animation-delay: 0.30s; }
.v16-dei-hero-stat:nth-child(2) { animation-delay: 0.45s; }
.v16-dei-hero-stat:nth-child(3) { animation-delay: 0.60s; }

.v16-dei-hero-cover__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.v16-dei-hero-cover .v16-dei-hero-svg {
    width: clamp(140px, 14vw, 200px);
    max-width: none;
}

@keyframes v16DeiArcDraw     { to { stroke-dasharray: 226 226; } }
@keyframes v16DeiCenterPulse {
    0%, 100% { opacity: .10; transform: scale(1);   }
    50%       { opacity: .24; transform: scale(1.35); }
}

.v16-dei-hero-svg {
    width: 100%;
    max-width: 220px;
    overflow: visible;
    filter: drop-shadow(0 6px 20px rgba(4, 20, 40, 0.28));
}

/* Each ring (r=36 → circ≈226) draws in with stagger */
.v16-dei-arc {
    stroke-dasharray: 0 226;
    animation: v16DeiArcDraw 1.6s cubic-bezier(0.35, 0, 0.25, 1) forwards;
}
.v16-dei-arc--1 { animation-delay: 0.20s; }
.v16-dei-arc--2 { animation-delay: 0.50s; }
.v16-dei-arc--3 { animation-delay: 0.80s; }

/* Center glow: fade in then breathe */
.v16-dei-center {
    opacity: 0;
    animation:
        v16HeroDotIn      0.40s ease-out     1.10s forwards,
        v16DeiCenterPulse 3.50s ease-in-out  1.55s infinite;
}

/* Person silhouettes + line: fade + slide up */
.v16-dei-icon {
    opacity: 0;
    animation: v16HeroIconIn 0.55s ease-out forwards;
}
.v16-dei-icon--1 { animation-delay: 0.65s; }
.v16-dei-icon--2 { animation-delay: 0.80s; }
.v16-dei-icon--3 { animation-delay: 0.95s; }
.v16-dei-icon--4 { animation-delay: 1.10s; }

/* Accent dots: fade in then pulse */
.v16-dei-dot {
    opacity: 0;
    animation:
        v16HeroDotIn    0.40s ease-out    forwards,
        v16HeroDotPulse 3.00s ease-in-out infinite;
}
.v16-dei-dot--1 { animation-delay: 0.65s, 1.20s; }
.v16-dei-dot--2 { animation-delay: 0.80s, 1.35s; }
.v16-dei-dot--3 { animation-delay: 0.95s, 1.50s; }

/* ── Reduce motion overrides ─────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .v16-default-hero-arc--1,
    .v16-default-hero-arc--2 {
        animation: none;
        stroke-dasharray: unset;
    }
    .v16-default-hero-icon,
    .v16-default-hero-float,
    .v16-default-hero-dot {
        animation: none;
        opacity: 1;
        transform: none;
    }
    .v16-dean-arc--outer,
    .v16-dean-arc--inner {
        animation: none;
        stroke-dasharray: unset;
    }
    .v16-dean-icon,
    .v16-dean-dot {
        animation: none;
        opacity: 1;
    }
    .v16-rdoc-hero-art__doc--3,
    .v16-rdoc-hero-art__doc--2,
    .v16-rdoc-hero-art__doc--1,
    .v16-rdoc-hero-art__badge {
        animation: none;
    }
    .v16-dei-arc {
        animation: none;
        stroke-dasharray: unset;
    }
    .v16-dei-center,
    .v16-dei-icon,
    .v16-dei-dot,
    .v16-dei-hero-stat {
        animation: none;
        opacity: 1;
    }
    .v16-phd-hero-ring,
    .v16-phd-hero-strand,
    .v16-phd-hero-node,
    .v16-phd-hero-bond,
    .v16-phd-hero-core,
    .v16-phd-hero-globe,
    .v16-phd-hero-orbit,
    .v16-phd-hero-shield,
    .v16-phd-hero-admission__item {
        animation: none;
        opacity: 1;
    }
}

/* ── PhD programme hero (Medical Sciences / Public Health) ─────── */
.v16-inner-hero.v16-phd-hero {
    padding: clamp(18px, 2.8vw, 32px) 0 clamp(22px, 3vw, 36px);
}

.v16-phd-hero .v16-inner-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(14px, 2.5vw, 28px);
    align-items: stretch;
}

.v16-phd-hero .v16-inner-hero__content {
    align-self: center;
}

.v16-inner-hero__visual--phd {
    display: flex;
    align-items: stretch;
    min-height: 0;
}

.v16-phd-hero-cover {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(12px, 2vw, 20px);
    align-items: center;
    width: 100%;
    min-height: clamp(210px, 26vw, 270px);
    padding: clamp(14px, 2vw, 22px) clamp(16px, 2.2vw, 24px);
    background:
        radial-gradient(circle at 16% 24%, rgba(102, 214, 231, 0.15), transparent 44%),
        radial-gradient(circle at 84% 76%, rgba(216, 180, 106, 0.12), transparent 48%),
        rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 20px 48px rgba(4, 18, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.v16-phd-hero-cover--public-health {
    background:
        radial-gradient(circle at 18% 28%, rgba(91, 163, 245, 0.16), transparent 44%),
        radial-gradient(circle at 82% 72%, rgba(102, 214, 231, 0.13), transparent 48%),
        rgba(255, 255, 255, 0.09);
}

.v16-phd-hero-cover__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
}

.v16-phd-hero-cover__body {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.v16-phd-hero-svg {
    width: clamp(130px, 13vw, 180px);
    max-width: none;
    overflow: visible;
    filter: drop-shadow(0 6px 20px rgba(4, 20, 40, 0.28));
}

.v16-phd-hero-ring {
    opacity: 0;
    animation: v16HeroDotIn 0.55s ease-out forwards;
}

.v16-phd-hero-ring--1 { animation-delay: 0.15s; }
.v16-phd-hero-ring--2 { animation-delay: 0.30s; }

.v16-phd-hero-strand,
.v16-phd-hero-globe {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    animation: v16PhdStrandDraw 1.4s cubic-bezier(0.35, 0, 0.25, 1) forwards;
}

.v16-phd-hero-strand--b { animation-delay: 0.25s; }
.v16-phd-hero-globe { animation-delay: 0.20s; }

.v16-phd-hero-node,
.v16-phd-hero-bond,
.v16-phd-hero-core,
.v16-phd-hero-orbit,
.v16-phd-hero-shield {
    opacity: 0;
    animation: v16HeroIconIn 0.55s ease-out forwards;
}

.v16-phd-hero-node--1 { animation-delay: 0.45s; }
.v16-phd-hero-node--2 { animation-delay: 0.55s; }
.v16-phd-hero-node--3 { animation-delay: 0.65s; }
.v16-phd-hero-node--4 { animation-delay: 0.75s; }
.v16-phd-hero-node--5 { animation-delay: 0.85s; }
.v16-phd-hero-node--6 { animation-delay: 0.95s; }
.v16-phd-hero-bond--1 { animation-delay: 0.50s; }
.v16-phd-hero-bond--2 { animation-delay: 0.70s; }
.v16-phd-hero-bond--3 { animation-delay: 0.90s; }
.v16-phd-hero-core { animation-delay: 1.05s; }
.v16-phd-hero-orbit { animation-delay: 0.35s; }
.v16-phd-hero-shield { animation-delay: 0.65s; }

@keyframes v16PhdStrandDraw {
    to { stroke-dashoffset: 0; }
}

.v16-phd-hero-admission {
    display: grid;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.v16-phd-hero-admission__header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.v16-phd-hero-admission__badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(102, 214, 231, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #66d6e7;
}

.v16-phd-hero-admission--public-health .v16-phd-hero-admission__badge {
    background: rgba(91, 163, 245, 0.16);
    color: #5ba3f5;
}

.v16-phd-hero-admission__badge svg {
    width: 18px;
    height: 18px;
}

.v16-phd-hero-admission__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(0.82rem, 1.35vw, 0.98rem);
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.96);
}

.v16-phd-hero-admission__list {
    display: grid;
    gap: 8px;
}

.v16-phd-hero-admission__item {
    --phd-item-accent: #66d6e7;
    --phd-item-glow: rgba(102, 214, 231, 0.18);
    position: relative;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 10px 12px 10px 10px;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 3px solid var(--phd-item-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
    opacity: 0;
    animation: v16HeroIconIn 0.55s ease-out forwards;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.v16-phd-hero-admission__item--degree {
    --phd-item-accent: #d8b46a;
    --phd-item-glow: rgba(216, 180, 106, 0.22);
}

.v16-phd-hero-admission__item--proposal {
    --phd-item-accent: #66d6e7;
    --phd-item-glow: rgba(102, 214, 231, 0.22);
}

.v16-phd-hero-admission__item--language {
    --phd-item-accent: #5ba3f5;
    --phd-item-glow: rgba(91, 163, 245, 0.22);
}

.v16-phd-hero-admission__item:nth-child(1) { animation-delay: 0.35s; }
.v16-phd-hero-admission__item:nth-child(2) { animation-delay: 0.50s; }
.v16-phd-hero-admission__item:nth-child(3) { animation-delay: 0.65s; }

.v16-phd-hero-admission__item:hover {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateX(3px);
}

.v16-phd-hero-admission__step {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
    user-select: none;
}

.v16-phd-hero-admission__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--phd-item-glow);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--phd-item-accent);
}

.v16-phd-hero-admission__icon svg {
    width: 16px;
    height: 16px;
}

.v16-phd-hero-admission__text {
    margin: 0;
    padding-right: 28px;
    font-size: clamp(0.72rem, 1.1vw, 0.82rem);
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.program-detail-intro {
    margin-bottom: 0;
}

.program-detail-intro p {
    margin: 0 0 1em;
    color: var(--tma-text);
    font-size: 0.965rem;
    line-height: 1.82;
}

.program-detail-intro p:last-child {
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .v16-phd-hero-cover {
        grid-template-columns: 1fr;
        justify-items: stretch;
        text-align: left;
    }

    .v16-phd-hero-cover__visual {
        order: -1;
        justify-self: center;
    }

    .v16-phd-hero-cover__body,
    .v16-phd-hero-admission {
        width: 100%;
    }
}

/* ════════════════════════════════════════════════════════════════════════════
   Faculty Development hero — glassmorphic activities showcase
════════════════════════════════════════════════════════════════════════════ */
.v16-fdev-hero .v16-inner-hero__content {
    align-self: center;
}

.v16-inner-hero__visual--fdev {
    display: flex;
    align-items: stretch;
    min-height: 0;
}

/* ── Full-bleed glass showcase frame ────────────────────────────────────── */
.fdev-showcase {
    position: relative;
    display: block;
    width: 100%;
    min-height: clamp(300px, 30vw, 380px);
    border-radius: 22px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(145deg, rgba(7, 55, 99, 0.70), rgba(0, 102, 142, 0.42));
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow:
        0 30px 72px rgba(4, 18, 32, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

/* Gradient sheen border */
.fdev-showcase::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 7;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(102, 214, 231, 0.60), rgba(255, 255, 255, 0.06) 38%, transparent 62%, rgba(244, 166, 42, 0.42));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

/* Floating glow orbs behind glass */
.fdev-showcase__glow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.fdev-showcase__glow::before,
.fdev-showcase__glow::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(34px);
}

.fdev-showcase__glow::before {
    width: 190px;
    height: 190px;
    top: -46px;
    right: -34px;
    background: radial-gradient(circle, rgba(102, 214, 231, 0.48), transparent 68%);
    animation: fdevGlowFloat 9s ease-in-out infinite;
}

.fdev-showcase__glow::after {
    width: 160px;
    height: 160px;
    bottom: -40px;
    left: -26px;
    background: radial-gradient(circle, rgba(244, 166, 42, 0.32), transparent 68%);
    animation: fdevGlowFloat 12s ease-in-out infinite reverse;
}

@keyframes fdevGlowFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(-16px, 18px, 0); }
}

/* ── Header overlay: kicker label + slide counter ───────────────────────── */
.fdev-showcase__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px 36px;
    background: linear-gradient(180deg, rgba(4, 18, 32, 0.80) 0%, rgba(4, 18, 32, 0.30) 60%, transparent 100%);
    pointer-events: none;
}

.fdev-showcase__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.2;
}

.fdev-showcase__label::before {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--cyan), transparent);
    flex-shrink: 0;
}

.fdev-showcase__count {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--font-heading);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    flex-shrink: 0;
}

.fdev-showcase__count-cur { font-size: 0.9rem; }
.fdev-showcase__count-sep,
.fdev-showcase__count-total { font-size: 0.72rem; color: rgba(255, 255, 255, 0.6); }

/* ── Stage: carousel fills the entire card ──────────────────────────────── */
.fdev-showcase__stage {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.fdev-showcase__track {
    display: flex;
    height: 100%;
    transition: transform 620ms cubic-bezier(0.35, 0, 0.15, 1);
    will-change: transform;
}

.fdev-showcase__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fdev-showcase__media {
    position: absolute;
    inset: 0;
}

.fdev-showcase__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.08);
    transition: transform 6000ms ease;
}

.fdev-showcase__slide.is-active .fdev-showcase__media img {
    transform: scale(1);
}

.fdev-showcase__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 24% 28%, rgba(102, 214, 231, 0.20), transparent 48%),
        radial-gradient(circle at 78% 72%, rgba(0, 102, 142, 0.26), transparent 52%),
        linear-gradient(145deg, rgba(7, 55, 99, 0.94), rgba(0, 102, 142, 0.80));
}

.fdev-showcase__placeholder svg {
    width: 60px;
    height: 60px;
    opacity: 0.36;
    color: rgba(255, 255, 255, 0.9);
}

.fdev-showcase__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 18, 32, 0) 28%, rgba(4, 18, 32, 0.42) 62%, rgba(4, 18, 32, 0.86) 100%),
        linear-gradient(90deg, rgba(4, 18, 32, 0.46) 0%, transparent 56%);
    pointer-events: none;
}

/* ── Caption content (over the image, bottom-left) ──────────────────────── */
.fdev-showcase__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    gap: 11px;
    justify-items: start;
    max-width: 82%;
    padding: 46px 20px 58px;
    transform: translateY(8px);
    opacity: 0;
    transition: transform 520ms ease, opacity 520ms ease;
}

.fdev-showcase__slide.is-active .fdev-showcase__caption {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 140ms;
}

.fdev-showcase__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(69, 174, 205, 0.30), rgba(0, 102, 142, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-family: var(--font-heading);
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #eaf7fc;
    line-height: 1;
}

.fdev-showcase__date svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.fdev-showcase__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 2px 14px rgba(4, 18, 32, 0.55);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fdev-showcase__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    background: linear-gradient(90deg, #ffffff, #eaf7fc);
    color: var(--dark);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 20px rgba(4, 18, 32, 0.30);
    transition: transform 160ms ease, box-shadow 160ms ease, color 180ms ease;
}

.fdev-showcase__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(4, 18, 32, 0.36);
    color: var(--blue);
}

.fdev-showcase__btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease;
    flex-shrink: 0;
}

.fdev-showcase__btn:hover svg { transform: translateX(3px); }

/* ── Navigation arrows ──────────────────────────────────────────────────── */
.fdev-showcase__arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(4, 18, 32, 0.44);
    color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    opacity: 0;
    transition: opacity 220ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
    box-shadow: 0 10px 24px rgba(4, 18, 32, 0.30);
}

.fdev-showcase:hover .fdev-showcase__arrow,
.fdev-showcase:focus-within .fdev-showcase__arrow { opacity: 1; }

.fdev-showcase__arrow:hover {
    background: rgba(0, 102, 142, 0.90);
    border-color: rgba(255, 255, 255, 0.50);
    transform: translateY(-50%) scale(1.08);
}

.fdev-showcase__arrow svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fdev-showcase__arrow--prev { left: 22px; }
.fdev-showcase__arrow--next { right: 22px; }

/* ── Footer overlay: progress bar + pill dots ───────────────────────────── */
.fdev-showcase__foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 16px;
    background: linear-gradient(0deg, rgba(4, 18, 32, 0.55) 0%, transparent 100%);
    pointer-events: none;
}

.fdev-showcase__foot .fdev-showcase__dot { pointer-events: auto; }

.fdev-showcase__progress {
    position: relative;
    flex: 1 1 auto;
    height: 3px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
}

.fdev-showcase__progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--cyan), #ffffff);
    box-shadow: 0 0 10px rgba(102, 214, 231, 0.6);
}

.fdev-showcase__progress-bar.is-running {
    animation: fdevProgress var(--fdev-autoplay, 6000ms) linear forwards;
}

@keyframes fdevProgress {
    from { width: 0; }
    to   { width: 100%; }
}

.fdev-showcase__dots {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
}

.fdev-showcase__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: width 200ms ease, background 200ms ease;
}

.fdev-showcase__dot.is-active {
    width: 24px;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--cyan), #ffffff);
}

/* ── Empty state ────────────────────────────────────────────────────────── */
.fdev-showcase__empty {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    background:
        radial-gradient(circle at 30% 30%, rgba(102, 214, 231, 0.16), transparent 55%),
        linear-gradient(145deg, rgba(7, 55, 99, 0.9), rgba(0, 102, 142, 0.7));
}

.fdev-showcase__empty svg {
    width: 54px;
    height: 54px;
    opacity: 0.45;
}

.fdev-showcase__empty p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
    .fdev-showcase {
        min-height: clamp(320px, 60vw, 440px);
    }

    .fdev-showcase__arrow {
        opacity: 1;
        width: 38px;
        height: 38px;
    }

    .fdev-showcase__arrow--prev { left: 12px; }
    .fdev-showcase__arrow--next { right: 12px; }

    .fdev-showcase__caption { max-width: 100%; }

    .fdev-showcase__title { -webkit-line-clamp: 3; line-clamp: 3; }
}

@media (max-width: 520px) {
    .fdev-showcase {
        border-radius: 18px;
    }

    .fdev-showcase__label {
        font-size: 0.6rem;
        letter-spacing: 0.12em;
    }

    .fdev-showcase__caption {
        padding: 40px 16px 54px;
        gap: 9px;
    }

    .fdev-showcase__title { font-size: 0.98rem; }

    .fdev-showcase__btn {
        font-size: 0.74rem;
        padding: 9px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fdev-showcase__glow::before,
    .fdev-showcase__glow::after,
    .fdev-showcase__media img,
    .fdev-showcase__caption {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .fdev-showcase__progress-bar.is-running { animation: none; }
}

@media (max-width: 480px) {
    .v16-phd-hero-svg {
        width: clamp(110px, 34vw, 150px);
    }

    .v16-phd-hero-admission__item {
        grid-template-columns: auto 1fr;
        gap: 8px;
        padding: 10px 10px 10px 8px;
    }

    .v16-phd-hero-admission__step {
        font-size: 1.25rem;
        right: 8px;
    }

    .v16-phd-hero-admission__text {
        padding-right: 22px;
        font-size: 0.74rem;
    }
}

/* ============================================================
   Electronic journal (newsletter) – simple PDF grid
   Prefix: .v16-nl-
   ============================================================ */

.v16-nl-hero {
    background: linear-gradient(
        135deg,
        rgba(10, 54, 82, 0.98) 0%,
        rgba(0, 88, 128, 0.94) 38%,
        rgba(18, 48, 72, 0.96) 68%,
        rgba(10, 54, 82, 0.99) 100%
    );
}

.v16-nl-hero::before {
    background:
        radial-gradient(circle at 14% 24%, rgba(216, 180, 106, 0.14) 0%, transparent 36%),
        radial-gradient(circle at 88% 58%, rgba(102, 214, 231, 0.12) 0%, transparent 32%);
}

.v16-nl-hero__glass-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(160px, 22vw, 220px);
}

.v16-nl-hero__svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

.v16-nl-page {
    padding-bottom: clamp(40px, 6vw, 72px);
    background: #f4f8fb;
}

.v16-nl-page .v16-inner-layout {
    padding-top: clamp(20px, 3vw, 32px);
    min-width: 0;
}

.v16-nl-shell {
    min-width: 0;
}

.v16-nl-lead {
    margin: 0 0 clamp(18px, 2.5vw, 24px);
    color: rgba(10, 54, 82, 0.72);
    font-size: clamp(0.92rem, 1.6vw, 1rem);
    line-height: 1.65;
    max-width: 62ch;
}

.v16-nl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 18px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-nl-grid__cell {
    min-width: 0;
}

.v16-nl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: clamp(16px, 2.2vw, 22px) clamp(14px, 2vw, 18px);
    border: 1px solid rgba(0, 104, 142, 0.14);
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-align: center;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.v16-nl-item--static {
    opacity: 0.72;
}

.v16-inner-content a.v16-nl-item:hover,
.v16-inner-content a.v16-nl-item:focus-visible,
.v16-nl-item:hover,
.v16-nl-item:focus-visible {
    border-color: rgba(0, 104, 142, 0.32);
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.08);
    transform: translateY(-2px);
    outline: none;
    text-decoration: none;
    color: inherit;
}

.v16-nl-item__icon {
    flex-shrink: 0;
    width: clamp(40px, 5vw, 48px);
    height: clamp(40px, 5vw, 48px);
    color: #c0392b;
}

.v16-nl-item__meta {
    display: grid;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.v16-nl-item__issue {
    color: #00668e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-nl-item__title {
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(0.88rem, 1.5vw, 0.98rem);
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.v16-nl-item__date {
    color: rgba(10, 54, 82, 0.52);
    font-size: 0.78rem;
    font-weight: 600;
}

.v16-nl-item__action {
    margin-top: 2px;
    color: #00668e;
    font-size: 0.78rem;
    font-weight: 700;
}

.v16-nl-empty {
    padding: clamp(32px, 5vw, 56px) 20px;
    border-radius: 16px;
    border: 1.5px dashed rgba(0, 104, 142, 0.22);
    background: #fff;
    color: rgba(10, 54, 82, 0.58);
    font-size: 0.96rem;
    text-align: center;
}

@media (max-width: 900px) {
    .v16-nl-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .v16-nl-grid {
        grid-template-columns: 1fr;
    }

    .v16-nl-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .v16-nl-item__meta {
        flex: 1;
    }
}

/* v16 footer — compact contact + social */
.v16-footer {
    position: relative;
    margin-top: clamp(16px, 3vw, 28px);
    padding: 14px clamp(16px, 3vw, 32px) 10px;
    color: #eef8ff;
    overflow: hidden;
}

.v16-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 242, 255, 0.14), transparent 34%),
        radial-gradient(circle at 88% 82%, rgba(11, 108, 143, 0.28), transparent 38%),
        linear-gradient(180deg, #050b1a 0%, #0a1f35 42%, #071525 100%);
    z-index: 0;
}

.v16-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(0, 242, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 242, 255, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
    z-index: 0;
}

.v16-footer__shell {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v16-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 16px 20px;
    width: 100%;
    padding-top: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.v16-footer__contact {
    min-width: 0;
    justify-self: start;
}

.v16-footer__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    justify-self: center;
    align-self: end;
    min-width: 140px;
    padding: 0 8px;
}

.v16-footer__actions .v16-footer__contact-btn {
    width: 100%;
    justify-content: center;
}

.v16-footer__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
}

.v16-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(18px, 2.5vw, 32px);
}

.v16-footer__col {
    min-width: 0;
}

.v16-footer__heading {
    margin: 0 0 8px;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7de9f4;
}

.v16-footer__tagline {
    margin: 0 0 20px;
    max-width: 34ch;
    color: rgba(238, 248, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.65;
}

.v16-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px 24px;
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .v16-footer__contact-list {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }
}

.v16-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(238, 248, 255, 0.92);
    font-size: 0.875rem;
    line-height: 1.45;
}

.v16-footer__contact-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 242, 255, 0.28);
    background: rgba(0, 242, 255, 0.08);
    color: #66f0ff;
    box-shadow: 0 0 18px rgba(0, 242, 255, 0.12);
}

.v16-footer__contact-icon svg {
    width: 16px;
    height: 16px;
}

.v16-footer__contact-list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.v16-footer__contact-list a:hover,
.v16-footer__contact-list a:focus-visible {
    color: #7de9f4;
}

.v16-footer__contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    min-height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 242, 255, 0.45);
    background: rgba(0, 242, 255, 0.12);
    color: #eef8ff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.v16-footer__contact-btn:hover,
.v16-footer__contact-btn:focus-visible {
    color: #fff;
    border-color: rgba(0, 242, 255, 0.75);
    background: rgba(0, 242, 255, 0.22);
    box-shadow: 0 0 18px rgba(0, 242, 255, 0.18);
    transform: translateY(-1px);
}

.v16-footer__contact-btn--faq {
    border-color: rgba(125, 233, 244, 0.40);
    background: rgba(255, 255, 255, 0.08);
}

.v16-footer__contact-btn--faq:hover,
.v16-footer__contact-btn--faq:focus-visible {
    border-color: rgba(125, 233, 244, 0.70);
    background: rgba(125, 233, 244, 0.16);
}

.v16-footer__social {
    flex: 0 0 auto;
    margin-top: 0;
    text-align: right;
}

.v16-footer__social-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(238, 248, 255, 0.62);
}

.v16-footer__social-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.v16-footer__social-btn {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 242, 255, 0.32);
    background: rgba(255, 255, 255, 0.06);
    color: #eef8ff;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.v16-footer__social-btn svg {
    width: 18px;
    height: 18px;
}

.v16-footer__social-btn:hover,
.v16-footer__social-btn:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 242, 255, 0.72);
    background: rgba(0, 242, 255, 0.12);
    box-shadow: 0 0 22px rgba(0, 242, 255, 0.22);
}

.v16-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.v16-footer__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: rgba(238, 248, 255, 0.88);
    font-size: 0.875rem;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.v16-footer__links a svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: 0.55;
    color: #66f0ff;
}

.v16-footer__links a:hover,
.v16-footer__links a:focus-visible {
    color: #fff;
    border-color: rgba(0, 242, 255, 0.22);
    background: rgba(0, 242, 255, 0.08);
    transform: translateX(2px);
}

.v16-footer__legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(238, 248, 255, 0.68);
    font-size: 0.78rem;
}

.v16-footer__legal-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.v16-footer__motto {
    color: rgba(125, 233, 244, 0.82);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
}

.v16-footer__legal-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.v16-footer__legal-nav a {
    color: rgba(238, 248, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

.v16-footer__legal-nav a:hover,
.v16-footer__legal-nav a:focus-visible {
    color: #7de9f4;
}

.v16-footer__legal-sep {
    opacity: 0.35;
}

@media (max-width: 640px) {
    .v16-footer__main {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v16-footer__contact,
    .v16-footer__actions,
    .v16-footer__aside {
        justify-self: stretch;
    }

    .v16-footer__actions {
        justify-content: center;
        padding: 0;
    }

    .v16-footer__aside {
        align-items: flex-start;
        width: 100%;
    }

    .v16-footer__social {
        text-align: left;
        width: 100%;
    }

    .v16-footer__social-row {
        justify-content: flex-start;
    }

    .v16-footer__legal {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* English footer CTA strip (below footer) */
.v16-footer-cta {
    padding: 0 0 clamp(16px, 2.5vw, 28px);
    margin-top: -8px;
}

/* English admissions CTA inside inner-page heroes */
.v16-inner-hero__admissions-cta {
    margin-top: clamp(14px, 2.5vw, 22px);
    padding-top: clamp(12px, 2vw, 18px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.v16-inner-hero__admissions-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    padding: 12px clamp(14px, 2.5vw, 22px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.v16-inner-hero__admissions-sep {
    color: rgba(255, 255, 255, 0.32);
    font-weight: 300;
    user-select: none;
}

@media (max-width: 720px) {
    .v16-inner-hero__admissions-cta-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-inner-hero__admissions-sep {
        display: none;
    }

    .v16-inner-hero__admissions-cta .v16-footer-cta__link {
        width: 100%;
    }
}

.v16-footer-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    padding: 12px clamp(14px, 2.5vw, 22px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 16px 48px rgba(7, 55, 99, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.v16-footer-cta__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.v16-footer-cta__link--apply {
    color: #fff;
    background: linear-gradient(135deg, var(--v16-ocean, #27aae1), var(--v16-deep, #005ea8));
    box-shadow: 0 10px 28px rgba(0, 94, 168, 0.22);
}

.v16-footer-cta__link--apply:hover,
.v16-footer-cta__link--apply:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 94, 168, 0.28);
}

.v16-footer-cta__link--brochure {
    color: var(--v16-ink, #14386e);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.v16-footer-cta__link--brochure:hover,
.v16-footer-cta__link--brochure:focus-visible {
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-2px);
}

.v16-footer-cta__link--whatsapp {
    color: #fff;
    background: rgba(37, 211, 102, 0.22);
    border: 1px solid rgba(37, 211, 102, 0.48);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.v16-footer-cta__link--whatsapp:hover,
.v16-footer-cta__link--whatsapp:focus-visible {
    background: rgba(37, 211, 102, 0.38);
    border-color: rgba(37, 211, 102, 0.72);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
}

.v16-footer-cta__sep {
    color: rgba(20, 56, 110, 0.35);
    font-weight: 300;
    user-select: none;
}

@media (max-width: 720px) {
    .v16-footer-cta__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-footer-cta__sep {
        display: none;
    }

    .v16-footer-cta__link {
        width: 100%;
    }
}

/* v16 contact page */
.v16-page--contact .v16-main {
    background: #050b1a;
    padding-top: 0;
}

.v16-contact {
    --v16c-ink: #eef8ff;
    --v16c-muted: rgba(238, 248, 255, 0.72);
    --v16c-cyan: #66f0ff;
    --v16c-teal: #00668e;
    --v16c-dark: #050b1a;
    --v16c-panel: rgba(255, 255, 255, 0.08);
    color: var(--v16c-ink);
}

.v16-contact__kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--v16c-cyan);
}

.v16-contact__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 10vw, 108px) 0 clamp(40px, 6vw, 72px);
    background: linear-gradient(180deg, #050b1a 0%, #0a1f35 52%, #071525 100%);
}

.v16-contact__hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(0, 242, 255, 0.16), transparent 34%),
        radial-gradient(circle at 82% 78%, rgba(0, 104, 142, 0.28), transparent 38%);
    pointer-events: none;
}

.v16-contact__hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(0, 242, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 242, 255, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}

.v16-contact__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.v16-contact__hero h1 {
    margin: 0 0 14px;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.v16-contact__lead {
    margin: 0 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    color: rgba(238, 248, 255, 0.88);
}

.v16-contact__note {
    margin: 0;
    max-width: 62ch;
    color: var(--v16c-muted);
    line-height: 1.65;
}

.v16-contact__channels {
    margin-top: -28px;
    position: relative;
    z-index: 2;
    padding-bottom: clamp(32px, 5vw, 56px);
}

.v16-contact__channels-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.v16-contact__channel {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 100%;
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.v16-contact__channel--accent {
    border-color: rgba(0, 242, 255, 0.34);
    background: linear-gradient(160deg, rgba(0, 242, 255, 0.12), rgba(0, 104, 142, 0.18));
}

.v16-contact__channel-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid rgba(0, 242, 255, 0.28);
    background: rgba(0, 242, 255, 0.08);
    color: var(--v16c-cyan);
}

.v16-contact__channel-icon svg {
    width: 20px;
    height: 20px;
}

.v16-contact__channel-label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(238, 248, 255, 0.58);
}

.v16-contact__channel-value {
    display: block;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

a.v16-contact__channel-value:hover,
a.v16-contact__channel-value:focus-visible {
    color: var(--v16c-cyan);
}

.v16-contact__map-wrap {
    padding: 0 clamp(16px, 3vw, 32px) clamp(40px, 6vw, 72px);
    background: linear-gradient(180deg, #071525 0%, #050b1a 100%);
}

.v16-contact__map-frame {
    position: relative;
    overflow: hidden;
    min-height: clamp(360px, 52vw, 560px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.v16-contact__map-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(1.08) hue-rotate(180deg) saturate(0.75);
}

.v16-contact__map-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: clamp(18px, 3vw, 28px);
    background: linear-gradient(180deg, rgba(5, 11, 26, 0.08) 30%, rgba(5, 11, 26, 0.72) 100%);
    pointer-events: none;
}

.v16-contact__map-card {
    pointer-events: auto;
    max-width: 360px;
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(5, 11, 26, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.v16-contact__map-card h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.v16-contact__map-card p {
    margin: 0 0 16px;
    color: var(--v16c-muted);
    line-height: 1.55;
}

.v16-contact__map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00c8df, #00668e);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 200, 223, 0.24);
}

.v16-contact__map-btn svg {
    width: 14px;
    height: 14px;
}

.v16-contact__staff {
    padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 8vw, 96px);
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 242, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #050b1a 0%, #0a1f35 100%);
}

.v16-contact__staff-head {
    max-width: 720px;
    margin-bottom: 28px;
}

.v16-contact__staff-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.v16-contact__staff-head p {
    margin: 0;
    color: var(--v16c-muted);
    line-height: 1.65;
}

.v16-contact__dept-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.v16-contact__dept-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.v16-contact__dept-card:hover,
.v16-contact__dept-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(0, 242, 255, 0.28);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.v16-contact__dept-card-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid rgba(0, 242, 255, 0.28);
    background: rgba(0, 242, 255, 0.08);
    color: var(--v16c-cyan);
}

.v16-contact__dept-card-icon svg {
    width: 20px;
    height: 20px;
}

.v16-contact__dept-card-body {
    min-width: 0;
}

.v16-contact__dept-card-body h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.3;
}

.v16-contact__dept-card-body p {
    margin: 0 0 12px;
    color: var(--v16c-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.v16-contact__dept-email {
    display: inline-flex;
    align-items: center;
    color: var(--v16c-cyan);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.v16-contact__dept-email:hover,
.v16-contact__dept-email:focus-visible {
    text-decoration: underline;
}

.v16-contact__dept-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.v16-contact__dept-tab {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(238, 248, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.v16-contact__dept-tab:hover,
.v16-contact__dept-tab:focus-visible {
    color: #fff;
    border-color: rgba(0, 242, 255, 0.34);
}

.v16-contact__dept-tab.is-active {
    color: #041220;
    border-color: transparent;
    background: linear-gradient(135deg, #7de9f4, #00a8c4);
    box-shadow: 0 10px 24px rgba(0, 200, 223, 0.22);
}

.v16-contact__dept-panel {
    display: none;
}

.v16-contact__dept-panel.is-active {
    display: block;
}

.v16-contact__dept-desc {
    margin: 0 0 20px;
    max-width: 68ch;
    color: var(--v16c-muted);
    line-height: 1.6;
}

.v16-contact__people-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 18px;
}

.v16-contact__person {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.v16-contact__person-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.v16-contact__person-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.v16-contact__person-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    padding: 18px 18px 20px;
}

.v16-contact__person-dept {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(125, 233, 244, 0.82);
}

.v16-contact__person-body h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.3;
}

.v16-contact__person-role {
    margin: 0;
    color: var(--v16c-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.v16-contact__person-email {
    margin-top: auto;
    color: var(--v16c-cyan);
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.v16-contact__person-email:hover,
.v16-contact__person-email:focus-visible {
    text-decoration: underline;
}

.v16-contact__staff-foot {
    margin: 28px 0 0;
    color: var(--v16c-muted);
    font-size: 0.92rem;
}

.v16-contact__staff-foot a {
    color: var(--v16c-cyan);
    font-weight: 700;
    text-decoration: none;
}

.v16-contact__staff-foot a:hover,
.v16-contact__staff-foot a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .v16-contact__channels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v16-contact__dept-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .v16-contact__channels {
        margin-top: 0;
    }

    .v16-contact__channels-grid {
        grid-template-columns: 1fr;
    }

    .v16-contact__map-frame {
        min-height: 320px;
        border-radius: 22px;
    }

    .v16-contact__map-overlay {
        align-items: stretch;
    }

    .v16-contact__map-card {
        max-width: none;
    }

    .v16-contact__dept-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .v16-contact__dept-tab {
        flex: 0 0 auto;
    }

    .v16-contact__people-grid {
        grid-template-columns: 1fr;
    }

    .v16-contact__dept-grid {
        grid-template-columns: 1fr;
    }
}

/* v16 academic staff directory */
.v16-page--academic-team .v16-main {
    background: var(--mist);
    padding-top: 0;
}

/* v16 administrative staff directory */
.v16-page--admin-team .v16-main {
    background: var(--mist);
    padding-top: 0;
}

.v16-academic {
    --v16a-ink: var(--ink);
    --v16a-muted: var(--muted);
    --v16a-cyan: var(--cyan);
    --v16a-teal: #00668e;
    --v16a-panel: rgba(255, 255, 255, 0.92);
    --v16a-border: rgba(0, 102, 142, 0.14);
    --v16-academic-sticky-top: calc(var(--v16-site-header-offset, 72px) + 132px);
    color: var(--v16a-ink);
    background:
        radial-gradient(circle at 10% 8%, rgba(69, 174, 205, 0.14), transparent 32%),
        radial-gradient(circle at 92% 4%, rgba(0, 102, 142, 0.1), transparent 26%),
        linear-gradient(180deg, var(--mist) 0%, #ffffff 52%, var(--mist) 100%);
}

.v16-academic__kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.v16-academic__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 10vw, 108px) 0 clamp(28px, 5vw, 48px);
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.97) 0%, #00668e 48%, rgba(10, 54, 82, 0.98) 100%);
    color: #ffffff;
}

.v16-academic__hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 84% 78%, rgba(69, 174, 205, 0.22), transparent 38%);
    pointer-events: none;
}

.v16-academic__hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}

.v16-academic__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.v16-academic__hero h1 {
    margin: 0 0 14px;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.v16-academic__lead {
    margin: 0 0 10px;
    max-width: 52ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2.2vw, 1.12rem);
    line-height: 1.65;
}

.v16-academic__note {
    margin: 0 0 24px;
    max-width: 48ch;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.v16-academic__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.v16-academic__stat {
    min-width: 132px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.v16-academic__stat strong {
    display: block;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: 1.65rem;
    line-height: 1;
    color: #ffffff;
}

.v16-academic__stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.v16-academic__toolbar-wrap {
    position: sticky;
    top: calc(var(--v16-site-header-offset, 72px) - 1px);
    z-index: 20;
    padding: 0 0 18px;
    background: linear-gradient(180deg, rgba(243, 248, 251, 0.97) 0%, rgba(243, 248, 251, 0.9) 72%, rgba(243, 248, 251, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.v16-academic__toolbar {
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 251, 0.9));
    box-shadow: 0 12px 34px rgba(10, 54, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.v16-academic__search {
    display: grid;
    gap: 8px;
}

.v16-academic__search-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--v16a-teal);
}

.v16-academic__search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 102, 142, 0.18);
    background: rgba(255, 255, 255, 0.92);
    color: var(--v16a-teal);
}

.v16-academic__search-field svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.v16-academic__search-field input {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 1rem;
    outline: none;
}

.v16-academic__search-field input::placeholder {
    color: rgba(116, 113, 113, 0.72);
}

.v16-academic__filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.v16-academic__filter {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: var(--v16a-muted);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.v16-academic__filter em {
    font-style: normal;
    font-size: 0.74rem;
    font-weight: 700;
    color: rgba(238, 248, 255, 0.48);
}

.v16-academic__filter.is-active {
    border-color: rgba(0, 242, 255, 0.42);
    background: rgba(0, 242, 255, 0.12);
    color: var(--v16a-ink);
    box-shadow: 0 0 24px rgba(0, 242, 255, 0.12);
}

.v16-academic__filter.is-active em {
    color: var(--v16a-cyan);
}

.v16-academic__results {
    margin: 0;
    color: var(--v16a-muted);
    font-size: 0.88rem;
}

.v16-academic__results strong {
    color: var(--v16a-teal);
}

.v16-academic__directory {
    padding: 8px 0 clamp(56px, 8vw, 96px);
}

.v16-academic__body {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 36px;
    align-items: start;
}

.v16-academic--no-departments .v16-academic__body {
    grid-template-columns: 1fr;
}

.v16-academic__content {
    min-width: 0;
}

.v16-academic__top-filters {
    position: sticky;
    top: var(--v16-academic-sticky-top);
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
    gap: 12px;
    margin-bottom: 36px;
    padding: 8px 0 14px;
    background: linear-gradient(180deg, rgba(243, 248, 251, 0.97) 0%, rgba(243, 248, 251, 0.9) 72%, rgba(243, 248, 251, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.v16-academic__top-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 251, 0.88));
    box-shadow: 0 4px 18px rgba(10, 54, 82, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--v16a-muted);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.v16-academic__top-filter:hover {
    border-color: rgba(0, 102, 142, 0.24);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(69, 174, 205, 0.1));
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(10, 54, 82, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.v16-academic__top-filter.is-active {
    border-color: rgba(0, 102, 142, 0.28);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(0, 102, 142, 0.1));
    color: var(--ink);
    box-shadow: 0 0 0 1px rgba(0, 102, 142, 0.14), 0 10px 24px rgba(10, 54, 82, 0.1);
}

.v16-academic__top-filter-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ink);
}

.v16-academic__top-filter-count {
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--v16a-teal);
    line-height: 1;
}

.v16-academic__top-filter:not(.is-active) .v16-academic__top-filter-count {
    color: rgba(0, 102, 142, 0.42);
}

.v16-academic__sidebar {
    position: sticky;
    top: var(--v16-academic-sticky-top);
    align-self: start;
}

.v16-academic__sidebar-heading {
    margin: 0 0 14px;
    padding: 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--v16a-teal);
}

.v16-academic__sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.v16-academic__sidebar-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 13px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 251, 0.88));
    color: var(--ink);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    box-shadow: 0 4px 14px rgba(10, 54, 82, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.v16-academic__sidebar-filter-label {
    flex: 1 1 auto;
    line-height: 1.35;
}

.v16-academic__sidebar-filter-count {
    flex: 0 0 auto;
    font-style: normal;
    font-size: 0.74rem;
    font-weight: 700;
    color: rgba(0, 102, 142, 0.5);
    min-width: 20px;
    text-align: right;
}

.v16-academic__sidebar-filter:hover {
    border-color: rgba(0, 102, 142, 0.22);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(69, 174, 205, 0.1));
    color: var(--ink);
}

.v16-academic__sidebar-filter.is-active {
    border-color: rgba(0, 102, 142, 0.28);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(0, 102, 142, 0.1));
    color: var(--ink);
    box-shadow: 0 0 0 1px rgba(0, 102, 142, 0.14), 0 8px 20px rgba(10, 54, 82, 0.08);
}

.v16-academic__sidebar-filter.is-active .v16-academic__sidebar-filter-count {
    color: var(--v16a-teal);
}

.v16-academic__sidebar-empty {
    margin: 8px 4px 0;
    font-size: 0.82rem;
    color: var(--v16a-muted);
    opacity: 0.7;
}


.v16-academic__group {
    margin-bottom: clamp(32px, 5vw, 52px);
}

.v16-academic__group.is-hidden {
    display: none;
}

.v16-academic__group-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 18px;
}

.v16-academic__group .v16-academic__kicker {
    color: var(--v16a-teal);
}

.v16-academic__group-head h2 {
    margin: 0;
    flex: 1 1 auto;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    letter-spacing: -0.02em;
    color: var(--ink);
}

.v16-academic__group-count {
    min-width: 38px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 102, 142, 0.18);
    background: rgba(0, 102, 142, 0.08);
    color: var(--v16a-teal);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.v16-academic__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    align-items: stretch;
    gap: 16px;
}

.v16-academic__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    height: 100%;
}

.v16-academic__card.is-hidden {
    display: none;
}

.v16-academic__card-btn {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: start;
    gap: 14px;
    flex: 1;
    width: 100%;
    min-height: 96px;
    padding: 14px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 251, 0.9));
    box-shadow: 0 4px 18px rgba(10, 54, 82, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.v16-academic__card-btn:hover,
.v16-academic__card-btn:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 102, 142, 0.22);
    box-shadow: 0 10px 26px rgba(10, 54, 82, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    outline: none;
}

.v16-academic__card-media {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    background: linear-gradient(135deg, rgba(0, 102, 142, 0.06), rgba(69, 174, 205, 0.12));
}

.v16-academic__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-academic__card-body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.v16-academic__card-body strong {
    font-size: 0.98rem;
    line-height: 1.35;
    color: var(--ink);
}

.v16-academic__card-body span {
    color: var(--v16a-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.v16-academic__card-action {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(0, 102, 142, 0.08);
    color: var(--v16a-teal);
}

.v16-academic__card-action svg {
    width: 16px;
    height: 16px;
}

.v16-academic__card-email {
    padding-left: 14px;
    color: var(--v16a-teal);
    font-size: 0.8rem;
    text-decoration: none;
    word-break: break-all;
}

.v16-academic__card-email:hover,
.v16-academic__card-email:focus-visible {
    color: var(--dark);
}

.v16-academic__empty,
.v16-academic__empty-page {
    margin: 0;
    padding: 28px 0;
    color: var(--v16a-muted);
    text-align: center;
}

.v16-academic__modal {
    width: min(960px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
}

.v16-academic__modal::backdrop {
    background: rgba(10, 54, 82, 0.55);
    backdrop-filter: blur(8px);
}

.v16-academic__modal-shell {
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 24px);
    padding: clamp(20px, 4vw, 28px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 251, 0.96));
    box-shadow: 0 28px 80px rgba(10, 54, 82, 0.18);
}

.v16-academic__modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    cursor: pointer;
}

.v16-academic__modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: clamp(20px, 4vw, 32px);
}

.v16-academic__modal-profile {
    display: grid;
    gap: 12px;
    align-content: start;
}

.v16-academic__modal-media {
    aspect-ratio: 1 / 1;
    max-width: 280px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(0, 102, 142, 0.14);
    background: linear-gradient(135deg, rgba(0, 102, 142, 0.06), rgba(69, 174, 205, 0.12));
}

.v16-academic__modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-academic__modal-profile h2 {
    margin: 0;
    font-family: var(--font-display, "Space Grotesk", sans-serif);
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    line-height: 1.2;
    color: var(--ink);
}

.v16-academic__modal-role {
    margin: 0;
    color: var(--v16a-muted);
    line-height: 1.55;
}

.v16-academic__modal-email {
    color: var(--v16a-teal);
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
}

.v16-academic__modal-bio h3 {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--v16a-teal);
}

.v16-academic__modal-bio-body {
    color: var(--ink);
    line-height: 1.7;
    font-size: 0.95rem;
}

.v16-academic__modal-bio-body p {
    margin: 0 0 12px;
}

@media (max-width: 860px) {
    .v16-academic__body {
        grid-template-columns: 1fr;
    }

    .v16-academic__top-filters,
    .v16-academic__sidebar {
        position: static;
        top: auto;
    }

    .v16-academic__sidebar-nav {
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .v16-academic__sidebar-filter {
        flex: 0 0 auto;
        padding: 10px 14px;
        border-radius: 999px;
    }
}

@media (max-width: 820px) {
    .v16-academic__modal-grid {
        grid-template-columns: 1fr;
    }

    .v16-academic__modal-media {
        max-width: 220px;
    }
}

@media (max-width: 640px) {
    .v16-academic__toolbar {
        padding: 14px;
        border-radius: 20px;
    }

    .v16-academic__card-btn {
        grid-template-columns: 64px 1fr;
        min-height: 88px;
    }

    .v16-academic__card-action {
        display: none;
    }

    .v16-academic__card-media {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }
}

/* v16 administrative staff — TMA brand glass directory */
.v16-admin-staff {
    --vas-sticky-top: calc(var(--v16-site-header-offset, 72px) + 12px);
    color: var(--ink);
    background:
        radial-gradient(circle at 10% 8%, rgba(69, 174, 205, 0.14), transparent 32%),
        radial-gradient(circle at 92% 4%, rgba(0, 102, 142, 0.1), transparent 26%),
        linear-gradient(180deg, var(--mist) 0%, #ffffff 52%, var(--mist) 100%);
}

.v16-admin-staff__dept-kicker,
.v16-admin-staff__search-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--blue);
}

.v16-admin-staff__toolbar-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.v16-admin-staff__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.v16-admin-staff__stat {
    min-width: 112px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 22px rgba(10, 54, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.v16-admin-staff__stat--dropdown {
    position: relative;
    padding: 0;
    min-width: 148px;
}

.v16-admin-staff__stat-toggle {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.v16-admin-staff__stat-toggle:focus-visible {
    outline: 2px solid rgba(0, 102, 142, 0.45);
    outline-offset: 2px;
}

.v16-admin-staff__stat--dropdown.is-open .v16-admin-staff__stat-toggle,
.v16-admin-staff__stat-toggle:hover {
    background: rgba(255, 255, 255, 0.96);
}

.v16-admin-staff__stat-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-admin-staff__stat-label [data-admin-dept-current] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v16-admin-staff__stat-chevron {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--blue);
    transition: transform 0.2s ease;
}

.v16-admin-staff__stat--dropdown.is-open .v16-admin-staff__stat-chevron {
    transform: rotate(180deg);
}

.v16-admin-staff__dept-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    display: grid;
    gap: 4px;
    min-width: min(320px, calc(100vw - 32px));
    max-height: min(360px, 52vh);
    overflow-y: auto;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(10, 54, 82, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    scrollbar-width: thin;
}

.v16-admin-staff__dept-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.v16-admin-staff__dept-option span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v16-admin-staff__dept-option em {
    flex: 0 0 auto;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--blue);
}

.v16-admin-staff__dept-option:hover,
.v16-admin-staff__dept-option:focus-visible {
    background: rgba(69, 174, 205, 0.1);
    color: var(--dark);
    outline: none;
}

.v16-admin-staff__dept-option.is-active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(69, 174, 205, 0.14));
    color: var(--dark);
    box-shadow: inset 0 0 0 1px rgba(0, 102, 142, 0.16);
}

.v16-admin-staff__stat strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    line-height: 1;
    color: var(--blue);
}

.v16-admin-staff__stat > span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-admin-staff__controls-wrap {
    position: sticky;
    top: var(--vas-sticky-top);
    z-index: 18;
    padding-bottom: 18px;
    background: linear-gradient(180deg, rgba(243, 248, 251, 0.97) 0%, rgba(243, 248, 251, 0.9) 72%, rgba(243, 248, 251, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.v16-admin-staff__controls {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 22px rgba(10, 54, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.v16-admin-staff__search {
    display: grid;
    gap: 8px;
    flex: 1 1 320px;
    min-width: min(100%, 480px);
}

.v16-admin-staff__search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
    color: var(--blue);
}

.v16-admin-staff__search-field svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.v16-admin-staff__search-field input {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    outline: none;
}

.v16-admin-staff__search-field input::placeholder {
    color: var(--gray);
}

.v16-admin-staff__results {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    white-space: nowrap;
}

.v16-admin-staff__results strong {
    color: var(--blue);
}

.v16-admin-staff__catalog {
    padding: 8px 0 clamp(56px, 8vw, 96px);
}

.v16-admin-staff__catalog .container {
    display: grid;
    gap: 22px;
}

.v16-admin-staff__dept {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 4px 22px rgba(10, 54, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.v16-admin-staff__dept.is-hidden,
.v16-admin-staff__person.is-hidden {
    display: none;
}

.v16-admin-staff__dept-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.v16-admin-staff__dept-head h2 {
    margin: 6px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--dark);
}

.v16-admin-staff__dept-count {
    flex-shrink: 0;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 102, 142, 0.1), rgba(69, 174, 205, 0.14));
    border: 1px solid rgba(0, 102, 142, 0.16);
    color: var(--blue);
    font-weight: 800;
    font-size: 0.92rem;
}

.v16-admin-staff__roster {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.v16-admin-staff__person {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) minmax(0, max-content);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 251, 0.86));
    box-shadow: 0 4px 18px rgba(10, 54, 82, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.v16-admin-staff__person::before {
    content: "";
    position: absolute;
    inset: 10px auto 10px 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--blue), var(--cyan));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.v16-admin-staff__person:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 102, 142, 0.2);
    box-shadow: 0 10px 26px rgba(10, 54, 82, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.v16-admin-staff__person:hover::before {
    opacity: 1;
}

.v16-admin-staff__photo-btn {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    flex-shrink: 0;
}

.v16-admin-staff__photo-btn--initial {
    cursor: pointer;
}

.v16-admin-staff__photo-frame {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(0, 102, 142, 0.12);
    background: linear-gradient(145deg, rgba(0, 102, 142, 0.06), rgba(69, 174, 205, 0.1));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.v16-admin-staff__photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.3s ease;
}

.v16-admin-staff__photo-btn:hover .v16-admin-staff__photo-frame img,
.v16-admin-staff__photo-btn:focus-visible .v16-admin-staff__photo-frame img {
    transform: scale(1.06);
}

.v16-admin-staff__photo-frame--initial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.v16-admin-staff__photo-frame--initial span {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--blue);
}

.v16-admin-staff__photo-zoom {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.92);
    color: var(--blue);
    box-shadow: 0 4px 10px rgba(10, 54, 82, 0.12);
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.v16-admin-staff__photo-zoom svg {
    width: 12px;
    height: 12px;
}

.v16-admin-staff__photo-btn:hover .v16-admin-staff__photo-zoom,
.v16-admin-staff__photo-btn:focus-visible .v16-admin-staff__photo-zoom {
    opacity: 1;
    transform: scale(1);
}

.v16-admin-staff__photo-btn:focus-visible {
    outline: none;
}

.v16-admin-staff__photo-btn:focus-visible .v16-admin-staff__photo-frame {
    box-shadow: 0 0 0 3px rgba(69, 174, 205, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.v16-admin-staff__person-body {
    min-width: 0;
    padding: 0;
}

.v16-admin-staff__person-body h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: var(--dark);
}

.v16-admin-staff__person-body p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
}

.v16-admin-staff__person-action {
    padding: 0;
    justify-self: end;
}

.v16-admin-staff__contact-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 102, 142, 0.16);
    background: rgba(255, 255, 255, 0.78);
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.v16-admin-staff__contact-btn span {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--blue);
}

.v16-admin-staff__contact-btn strong {
    width: 100%;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v16-admin-staff__contact-btn:hover,
.v16-admin-staff__contact-btn:focus-visible {
    background: var(--blue);
    border-color: var(--blue);
    transform: translateY(-1px);
    outline: none;
}

.v16-admin-staff__contact-btn:hover span,
.v16-admin-staff__contact-btn:hover strong,
.v16-admin-staff__contact-btn:focus-visible span,
.v16-admin-staff__contact-btn:focus-visible strong {
    color: #fff;
}

.v16-admin-staff__contact-btn--muted {
    opacity: 0.72;
    cursor: default;
    pointer-events: none;
}

.v16-admin-staff__modal {
    width: min(92vw, 760px);
    max-width: none;
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

.v16-admin-staff__modal::backdrop {
    background: rgba(12, 74, 106, 0.44);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.v16-admin-staff__modal[open]::backdrop {
    animation: v16AdminPhotoBackdrop 0.34s ease;
}

.v16-admin-staff__modal-shell {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(243, 248, 251, 0.94));
    box-shadow: 0 28px 80px rgba(10, 54, 82, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: v16AdminPhotoZoom 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.v16-admin-staff__modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 102, 142, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--dark);
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(10, 54, 82, 0.1);
    transition: transform 0.2s ease, background 0.2s ease;
}

.v16-admin-staff__modal-close svg {
    width: 18px;
    height: 18px;
}

.v16-admin-staff__modal-close:hover,
.v16-admin-staff__modal-close:focus-visible {
    transform: scale(1.04);
    background: #fff;
    outline: none;
}

.v16-admin-staff__modal-grid {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.v16-admin-staff__modal-media {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 142, 0.12);
    background: #fff;
    box-shadow: 0 12px 32px rgba(10, 54, 82, 0.1);
}

.v16-admin-staff__modal-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
}

.v16-admin-staff__modal-copy {
    padding-right: 42px;
}

.v16-admin-staff__modal-kicker {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
}

.v16-admin-staff__modal-unit {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
}

.v16-admin-staff__modal-unit:empty {
    display: none;
}

.v16-admin-staff__modal-copy h2 {
    margin: 0 0 8px;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--dark);
}

.v16-admin-staff__modal-role {
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.v16-admin-staff__modal-role:empty {
    display: none;
}

.v16-admin-staff__modal-meta {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
}

.v16-admin-staff__modal-meta-row {
    display: grid;
    gap: 4px;
}

.v16-admin-staff__modal-meta-row dt {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.v16-admin-staff__modal-meta-row dd {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    word-break: break-word;
}

.v16-admin-staff__modal-meta-row a {
    color: var(--blue);
    text-decoration: none;
}

.v16-admin-staff__modal-meta-row a:hover,
.v16-admin-staff__modal-meta-row a:focus-visible {
    text-decoration: underline;
    outline: none;
}

.v16-admin-staff__modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.v16-admin-staff__modal-actions .v16-admin-staff__contact-btn {
    width: 156px;
    min-width: 156px;
    max-width: 156px;
}

@keyframes v16AdminPhotoZoom {
    from {
        opacity: 0;
        transform: scale(0.86);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes v16AdminPhotoBackdrop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body.v16-admin-photo-open {
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .v16-admin-staff__modal-shell,
    .v16-admin-staff__modal[open]::backdrop {
        animation: none;
    }

    .v16-admin-staff__photo-frame img,
    .v16-admin-staff__person,
    .v16-admin-staff__photo-zoom {
        transition: none;
    }
}

.v16-admin-staff__empty,
.v16-admin-staff__unavailable {
    margin: 0;
    padding: 24px 0;
    text-align: center;
    color: var(--muted);
}

@media (max-width: 900px) {
    .v16-admin-staff__roster {
        grid-template-columns: 1fr;
    }

    .v16-admin-staff__controls {
        align-items: stretch;
    }

    .v16-admin-staff__toolbar-meta {
        align-items: stretch;
        width: 100%;
    }

    .v16-admin-staff__stats {
        justify-content: flex-start;
    }

    .v16-admin-staff__results {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .v16-admin-staff__person {
        grid-template-columns: 56px minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .v16-admin-staff__photo-btn,
    .v16-admin-staff__photo-frame {
        width: 56px;
        height: 56px;
    }

    .v16-admin-staff__photo-btn {
        grid-row: 1 / span 2;
    }

    .v16-admin-staff__person-action {
        grid-column: 2;
        justify-self: start;
    }

    .v16-admin-staff__modal-grid {
        grid-template-columns: 1fr;
    }

    .v16-admin-staff__modal-copy {
        padding-right: 0;
    }

    .v16-admin-staff__modal-media img {
        max-height: 320px;
        aspect-ratio: auto;
    }
}

@media (max-width: 640px) {
    .v16-admin-staff__controls-wrap {
        position: static;
    }

    .v16-admin-staff__contact-btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .v16-admin-staff__modal-actions .v16-admin-staff__contact-btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

/* Organization structure / organogram */
.v16-org-chart-section {
    padding: 0 0 4.5rem;
}

.v16-org-chart__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.25rem;
}

.v16-org-chart__legend {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 46rem;
}

.v16-org-chart__legend li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(15, 34, 48, 0.82);
}

.v16-org-chart__swatch {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-top: 0.15rem;
    border-radius: 4px;
    border: 1px solid rgba(15, 34, 48, 0.12);
}

.v16-org-chart__swatch.is-elected { background: linear-gradient(135deg, #dbeafe, #93c5fd); }
.v16-org-chart__swatch.is-representative { background: linear-gradient(135deg, #dcfce7, #86efac); }
.v16-org-chart__swatch.is-subordinated { background: linear-gradient(135deg, rgba(11, 108, 143, 0.18), rgba(102, 214, 231, 0.35)); }
.v16-org-chart__swatch.is-consultative { background: linear-gradient(135deg, rgba(138, 92, 246, 0.18), rgba(196, 181, 253, 0.55)); }

.v16-org-chart__zoom {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(217, 231, 239, 0.95);
    box-shadow: 0 10px 30px rgba(15, 34, 48, 0.06);
    backdrop-filter: blur(12px);
}

.v16-org-chart__zoom-btn {
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--color-v16-ink, #0f2230);
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.v16-org-chart__zoom-btn:hover {
    background: rgba(11, 108, 143, 0.08);
    transform: translateY(-1px);
}

.v16-org-chart__viewport {
    overflow: auto;
    max-height: min(78vh, 920px);
    padding: 1rem 0 1.5rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(102, 214, 231, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 248, 251, 0.92));
    border: 1px solid rgba(217, 231, 239, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.v16-org-chart__stage {
    position: relative;
    width: var(--org-chart-width, 565px);
    height: var(--org-chart-height, 430px);
    min-width: var(--org-chart-width, 565px);
    min-height: var(--org-chart-height, 430px);
    margin: 0 auto;
    transform-origin: top center;
    transition: transform 0.25s ease;
}

.v16-org-chart__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.v16-org-chart__line {
    fill: none;
    stroke: rgba(11, 108, 143, 0.34);
    stroke-width: 1.5;
}

.v16-org-chart__nodes {
    position: absolute;
    inset: 0;
}

.v16-org-chart__nodes > .v16-org-chart__node {
    position: absolute !important;
}

.v16-org-chart__node {
    position: absolute;
    transform: translate(-50%, 0);
    max-width: 74px;
    padding: 0.38rem 0.42rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(15, 34, 48, 0.08);
    color: var(--color-v16-ink, #0f2230);
    font-size: 0.54rem;
    line-height: 1.28;
    font-weight: 600;
    text-align: center;
    z-index: 2;
}

.v16-org-chart__node span {
    display: block;
    overflow-wrap: anywhere;
}

.v16-org-chart__node.is-elected {
    background: linear-gradient(180deg, rgba(219, 234, 254, 0.95), rgba(255, 255, 255, 0.88));
    border-color: rgba(59, 130, 246, 0.25);
}

.v16-org-chart__node.is-representative {
    background: linear-gradient(180deg, rgba(220, 252, 231, 0.95), rgba(255, 255, 255, 0.88));
    border-color: rgba(34, 197, 94, 0.25);
}

.v16-org-chart__node.is-subordinated {
    background: linear-gradient(180deg, rgba(223, 246, 251, 0.95), rgba(255, 255, 255, 0.88));
    border-color: rgba(11, 108, 143, 0.22);
}

.v16-org-chart__node.is-consultative {
    background: linear-gradient(180deg, rgba(237, 233, 254, 0.95), rgba(255, 255, 255, 0.88));
    border-color: rgba(138, 92, 246, 0.22);
}

.v16-org-chart__node.is-kind-title {
    max-width: 250px;
    transform: translate(-50%, 0);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--color-v16-deep, #0d3d57);
    pointer-events: none;
}

.v16-org-chart__node.is-kind-section_label {
    max-width: 108px;
    transform: translate(0, 0);
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 0.52rem;
    font-weight: 700;
    text-align: left;
    color: rgba(15, 34, 48, 0.72);
    pointer-events: none;
}

button.v16-org-chart__node {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

button.v16-org-chart__node:hover,
button.v16-org-chart__node.is-selected {
    transform: translate(-50%, -2px);
    box-shadow: 0 16px 34px rgba(11, 108, 143, 0.16);
    border-color: rgba(11, 108, 143, 0.35);
}

.v16-org-panel {
    position: fixed;
    inset: 0;
    z-index: 120;
    pointer-events: none;
}

.v16-org-panel.is-open {
    pointer-events: auto;
}

.v16-org-panel__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 34, 48, 0.34);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.v16-org-panel.is-open .v16-org-panel__backdrop {
    opacity: 1;
}

.v16-org-panel__dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-left: 1px solid rgba(217, 231, 239, 0.95);
    box-shadow: -20px 0 60px rgba(15, 34, 48, 0.14);
    transform: translateX(102%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.v16-org-panel.is-open .v16-org-panel__dialog {
    transform: translateX(0);
}

.v16-org-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(217, 231, 239, 0.95);
}

.v16-org-panel__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(11, 108, 143, 0.78);
    font-weight: 700;
}

.v16-org-panel__head h2 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    color: var(--color-v16-deep, #0d3d57);
}

.v16-org-panel__desc {
    margin: 0.55rem 0 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(15, 34, 48, 0.72);
}

.v16-org-panel__close {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(11, 108, 143, 0.08);
    color: var(--color-v16-deep, #0d3d57);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.v16-org-panel__body {
    overflow: auto;
    padding: 1rem 1.25rem 1.5rem;
}

.v16-org-panel__state,
.v16-org-panel__empty {
    margin: 0;
    padding: 1rem 0;
    color: rgba(15, 34, 48, 0.68);
}

.v16-org-panel__list {
    display: grid;
    gap: 0.85rem;
}

.v16-org-panel__card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(244, 248, 251, 0.92);
    border: 1px solid rgba(217, 231, 239, 0.95);
}

.v16-org-panel__photo img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 16px;
    background: #eef4f8;
}

.v16-org-panel__meta h3 {
    margin: 0 0 0.25rem;
    font-size: 0.98rem;
    color: var(--color-v16-ink, #0f2230);
}

.v16-org-panel__role {
    margin: 0 0 0.45rem;
    font-size: 0.82rem;
    color: rgba(11, 108, 143, 0.88);
    font-weight: 600;
}

.v16-org-panel__meta p {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
}

.v16-org-panel__meta a {
    color: var(--color-v16-ocean, #0b6c8f);
    text-decoration: none;
}

.v16-org-panel__meta a:hover {
    text-decoration: underline;
}

body.v16-org-panel-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .v16-org-chart__stage {
        transform-origin: top left;
    }

    .v16-org-chart__viewport {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (max-width: 640px) {
    .v16-org-panel__dialog {
        width: 100%;
    }

    .v16-org-chart__legend {
        font-size: 0.78rem;
    }
}

/* =============================================================================
   ACADEMIC STAFF FEATURE  — af-feat
   Dark cinematic glassmorphic design. Scoped exclusively to this section.
   ============================================================================= */

/* ── Section base ─────────────────────────────────────────────────────────── */
.af-feat {
    position: relative;
    padding: clamp(28px, 3.5vw, 48px) 0;
    overflow: hidden;
    background: linear-gradient(145deg, #071c28 0%, #0c3550 55%, #062535 100%);
}

/* ── Background layer ─────────────────────────────────────────────────────── */
.af-feat__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* Subtle dot grid */
.af-feat__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 34px 34px;
}

/* ── Animated blobs ───────────────────────────────────────────────────────── */
.af-feat__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    animation: af-blob 14s ease-in-out infinite;
}

.af-feat__blob--a {
    width: clamp(380px, 52%, 680px);
    aspect-ratio: 1;
    top: -30%;
    left: -10%;
    background: radial-gradient(circle, rgba(0,102,142,0.40) 0%, transparent 70%);
}

.af-feat__blob--b {
    width: clamp(280px, 42%, 560px);
    aspect-ratio: 1;
    bottom: -20%;
    right: -8%;
    background: radial-gradient(circle, rgba(0,148,196,0.28) 0%, transparent 70%);
    animation-delay: -6s;
    animation-duration: 18s;
}

.af-feat__blob--c {
    width: clamp(180px, 26%, 360px);
    aspect-ratio: 1;
    top: 28%;
    left: 44%;
    background: radial-gradient(circle, rgba(214,163,71,0.12) 0%, transparent 70%);
    animation-delay: -10s;
    animation-duration: 22s;
}

@keyframes af-blob {
    0%, 100% { opacity: 0.65; transform: scale(1) translateY(0); }
    50%       { opacity: 0.95; transform: scale(1.12) translateY(-20px); }
}

/* ── Main layout ──────────────────────────────────────────────────────────── */
.af-feat__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 0.56fr);
    gap: clamp(24px, 3.5vw, 52px);
    align-items: center;
}

/* ── Hero column ──────────────────────────────────────────────────────────── */
.af-feat__hero {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.1vw, 15px);
}

/* Chip badge */
.af-feat__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 11px 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0,190,240,0.28);
    background: rgba(0,150,200,0.12);
    color: #5dd8f8;
    font-family: "Space Grotesk", "Noto Sans Georgian", sans-serif;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    width: fit-content;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.af-feat__chip svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* Title */
.af-feat__title {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2.2vw, 2.4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

/* Gold separator */
.af-feat__sep {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d6a347 0%, rgba(214,163,71,0) 100%);
}

/* Description */
.af-feat__text {
    margin: 0;
    max-width: 36ch;
    color: rgba(255,255,255,0.60);
    font-size: clamp(0.78rem, 0.85vw, 0.86rem);
    line-height: 1.5;
}

/* Total count widget */
.af-feat__total {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: fit-content;
}

.af-feat__total-num {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 3.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    background: linear-gradient(135deg, #ffffff 30%, #7dd8f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff; /* fallback */
}

.af-feat__total-label {
    color: rgba(255,255,255,0.48);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    max-width: 9ch;
    line-height: 1.3;
}

/* CTA button */
.af-feat__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0 16px 0 14px;
    min-height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(0,100,140,0.88) 0%, rgba(0,68,102,0.84) 100%);
    border: 1px solid rgba(0,200,255,0.22);
    box-shadow: 0 0 0 0 rgba(0,180,230,0.26), 0 8px 32px rgba(0,0,0,0.36);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
    animation: af-cta-ring 3.2s ease-in-out infinite;
}

.af-feat__cta:hover,
.af-feat__cta:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(0,200,255,0.42);
    box-shadow: 0 0 0 7px rgba(0,180,230,0.10), 0 18px 42px rgba(0,0,0,0.44);
    animation-play-state: paused;
}

.af-feat__cta:focus-visible {
    outline: 3px solid rgba(0,180,230,0.52);
    outline-offset: 3px;
}

.af-feat__cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 200ms ease;
}

.af-feat__cta-arrow svg { width: 100%; height: 100%; }

.af-feat__cta:hover .af-feat__cta-arrow,
.af-feat__cta:focus-visible .af-feat__cta-arrow {
    transform: translateX(5px);
}

@keyframes af-cta-ring {
    0%, 100% { box-shadow: 0 0 0 0   rgba(0,180,230,0.26), 0 8px 32px rgba(0,0,0,0.36); }
    55%       { box-shadow: 0 0 0 9px rgba(0,180,230,0.06), 0 8px 32px rgba(0,0,0,0.36); }
}

/* ── Rank rows column ─────────────────────────────────────────────────────── */
.af-feat__rows {
    display: flex;
    flex-direction: column;
}

/* Individual rank row */
.af-feat__row {
    display: grid;
    grid-template-columns: 50px 1fr 30px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid rgba(255,255,255,0.07);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: af-row-in 560ms cubic-bezier(0.22,1,0.36,1) both;
    animation-delay: var(--delay, 0ms);
    transition: background 260ms ease;
}

.af-feat__rows .af-feat__row:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Frost overlay on hover */
.af-feat__row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0,150,200,0.07), rgba(255,255,255,0.02));
    opacity: 0;
    transition: opacity 260ms ease;
    pointer-events: none;
}

/* Left accent bar on hover */
.af-feat__row::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12%;
    bottom: 12%;
    width: 3px;
    background: linear-gradient(180deg, transparent, #00c4e8 50%, transparent);
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transition: transform 320ms cubic-bezier(0.22,1,0.36,1);
    pointer-events: none;
}

.af-feat__row:hover::before,
.af-feat__row:focus-visible::before { opacity: 1; }

.af-feat__row:hover::after,
.af-feat__row:focus-visible::after { transform: scaleY(1); }

.af-feat__row:focus-visible {
    outline: 2px solid rgba(0,180,230,0.48);
    outline-offset: -2px;
}

/* Large count number */
.af-feat__row-num {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 2.4vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255,255,255,0.92);
    text-align: left;
    transition: color 260ms ease, text-shadow 260ms ease;
}

.af-feat__row:hover .af-feat__row-num,
.af-feat__row:focus-visible .af-feat__row-num {
    color: #5dd8f8;
    text-shadow: 0 0 24px rgba(93,216,248,0.55);
}

/* Info block (title + bar) */
.af-feat__row-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.af-feat__row-title {
    color: rgba(255,255,255,0.80);
    font-size: clamp(0.80rem, 0.92vw, 0.90rem);
    font-weight: 600;
    line-height: 1.2;
    transition: color 260ms ease;
}

.af-feat__row:hover .af-feat__row-title,
.af-feat__row:focus-visible .af-feat__row-title { color: #fff; }

/* Progress bar track */
.af-feat__row-bar {
    display: block;
    height: 3px;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
}

/* Progress bar fill (width driven by JS via --bar-pct) */
.af-feat__row-bar-fill {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #005d82, #00c4e8);
    border-radius: 999px;
    transition: width 900ms cubic-bezier(0.22,1,0.36,1);
    transition-delay: var(--delay, 0ms);
}

/* Arrow circle */
.af-feat__row-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.38);
    flex-shrink: 0;
    transition: border-color 260ms ease, color 260ms ease,
                transform 260ms ease, background 260ms ease;
}

.af-feat__row-arrow svg { width: 12px; height: 12px; }

.af-feat__row:hover .af-feat__row-arrow,
.af-feat__row:focus-visible .af-feat__row-arrow {
    border-color: rgba(0,196,232,0.42);
    color: #5dd8f8;
    background: rgba(0,196,232,0.10);
    transform: translateX(5px);
}

@keyframes af-row-in {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── Reduced motion ────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .af-feat__blob { animation: none; opacity: 0.7; }
    .af-feat__cta  { animation: none; }
    .af-feat__row  { animation: none; opacity: 1; }
    .af-feat__row-bar-fill { transition: none; }
}

/* ── Tablet  ≤ 1080px ─────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
    .af-feat__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .af-feat__hero {
        max-width: 520px;
    }
}

/* ── Mobile  ≤ 640px ──────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .af-feat {
        padding: clamp(24px, 6vw, 40px) 0;
    }

    .af-feat__total {
        padding: 8px 12px;
    }

    .af-feat__row {
        grid-template-columns: 44px 1fr 28px;
        gap: 10px;
        padding: 10px 10px;
    }

    .af-feat__row-num { font-size: 1.5rem; }

    .af-feat__row-title { font-size: 0.80rem; }

    .af-feat__row-arrow {
        width: 26px;
        height: 26px;
    }

    .af-feat__cta {
        width: 100%;
        justify-content: space-between;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   International Student Tuition page
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero pricing widget (right column of inner-hero) ────────────── */
.v16-tuition-hero-pricing {
    padding: 26px 26px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--tma-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 28px 68px rgba(4, 18, 32, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 14px;
}

.v16-tuition-hero-pricing__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tma-gold);
    font-size: 0.70rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.v16-tuition-hero-pricing__badge::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: currentColor;
    flex-shrink: 0;
}

.v16-tuition-hero-pricing__fee {
    display: flex;
    align-items: baseline;
    gap: 4px;
    line-height: 1;
}

.v16-tuition-hero-pricing__currency {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    align-self: flex-start;
    margin-top: 8px;
}

.v16-tuition-hero-pricing__amount {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
}

.v16-tuition-hero-pricing__period {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    align-self: flex-end;
    margin-bottom: 6px;
}

.v16-tuition-hero-pricing__program {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(228, 244, 255, 0.72);
    font-size: 0.80rem;
    line-height: 1.44;
}

.v16-tuition-hero-pricing__extras {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.v16-tuition-hero-pricing__extras li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    border-radius: var(--tma-radius-sm);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 0.77rem;
}

.v16-tuition-hero-pricing__extras li span {
    color: rgba(228, 244, 255, 0.65);
}

.v16-tuition-hero-pricing__extras li strong {
    color: rgba(102, 214, 231, 0.9);
    font-weight: 700;
}

/* ── Section wrapper (glass panel) ──────────────────────────────── */
.v16-tuition-section {
    position: relative;
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: var(--tma-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--tma-glass-shadow);
    margin-bottom: clamp(16px, 2vw, 22px);
}

/* ── Section heading with kicker ─────────────────────────────────── */
.v16-tuition-stitle {
    display: grid;
    gap: 5px;
    margin: 0 0 20px;
    font-family: var(--font-heading);
    font-size: clamp(1.12rem, 1.8vw, 1.38rem);
    line-height: 1.22;
    color: var(--tma-text);
    letter-spacing: -0.01em;
}

.v16-tuition-stitle__kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tma-teal);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    font-family: inherit;
}

.v16-tuition-stitle__kicker::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: currentColor;
    flex-shrink: 0;
}

/* ── Main fee display card ────────────────────────────────────────── */
.v16-tuition-fee-display {
    border-radius: var(--tma-radius-md);
    overflow: hidden;
    border: 1px solid rgba(0, 104, 142, 0.18);
    margin-bottom: 24px;
}

.v16-tuition-fee-display__main {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 28px 28px 22px;
    background: linear-gradient(135deg, #0a3652 0%, #00668e 100%);
    color: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.v16-tuition-fee-display__main::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.v16-tuition-fee-display__main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tma-gold), transparent);
    opacity: 0.6;
}

.v16-tuition-fee-display__currency {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    align-self: flex-start;
    margin-top: 10px;
}

.v16-tuition-fee-display__amount {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.04em;
}

.v16-tuition-fee-display__period {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    align-self: flex-end;
    margin-bottom: 8px;
}

.v16-tuition-fee-display__note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(0, 104, 142, 0.06);
    border-top: 1px solid rgba(0, 104, 142, 0.12);
    color: var(--tma-muted);
    font-size: 0.79rem;
    line-height: 1.44;
}

.v16-tuition-fee-display__note svg {
    flex-shrink: 0;
    color: var(--tma-teal);
}

/* ── Additional fees grid ─────────────────────────────────────────── */
.v16-tuition-extras-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--tma-teal);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.v16-tuition-extras-label::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: currentColor;
    flex-shrink: 0;
}

.v16-tuition-extras-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.v16-tuition-extra {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: var(--tma-radius-sm);
    border: 1px solid rgba(0, 104, 142, 0.15);
    background: rgba(0, 104, 142, 0.04);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.v16-tuition-extra:hover {
    background: rgba(0, 104, 142, 0.08);
    border-color: rgba(0, 104, 142, 0.26);
    box-shadow: 0 4px 18px rgba(0, 104, 142, 0.07);
}

.v16-tuition-extra__amount {
    font-family: var(--font-heading);
    font-size: 1.10rem;
    font-weight: 800;
    color: var(--tma-dark);
    letter-spacing: -0.02em;
}

.v16-tuition-extra__name {
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--tma-text);
}

.v16-tuition-extra__note {
    font-size: 0.74rem;
    color: var(--tma-muted);
    line-height: 1.38;
}

/* ── Living costs grid ────────────────────────────────────────────── */
.v16-tuition-living-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.v16-tuition-living-card {
    display: grid;
    gap: 5px;
    padding: 18px 20px;
    border-radius: var(--tma-radius-md);
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.05), rgba(0, 104, 142, 0.04));
    border: 1px solid rgba(0, 104, 142, 0.13);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.v16-tuition-living-card:hover {
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.09), rgba(0, 104, 142, 0.07));
    border-color: rgba(0, 104, 142, 0.22);
    box-shadow: 0 6px 22px rgba(10, 54, 82, 0.08);
}

.v16-tuition-living-card__icon {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 4px;
}

.v16-tuition-living-card__range {
    font-family: var(--font-heading);
    font-size: 1.04rem;
    font-weight: 800;
    color: var(--tma-dark);
    letter-spacing: -0.02em;
}

.v16-tuition-living-card__title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--tma-text);
}

.v16-tuition-living-card__note {
    font-size: 0.74rem;
    color: var(--tma-muted);
}

.v16-tuition-living-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: var(--tma-radius-sm);
    background: rgba(216, 180, 106, 0.07);
    border: 1px solid rgba(216, 180, 106, 0.24);
    color: #6b5224;
    font-size: 0.80rem;
    line-height: 1.46;
}

.v16-tuition-living-note svg {
    flex-shrink: 0;
    color: var(--tma-gold);
}

/* ── Accommodation callout ────────────────────────────────────────── */
.v16-tuition-accomm {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: clamp(18px, 2.5vw, 26px);
    border-radius: var(--tma-radius-md);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: 0 8px 28px rgba(10, 54, 82, 0.07);
    margin-bottom: clamp(16px, 2vw, 22px);
}

.v16-tuition-accomm__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 104, 142, 0.10), rgba(10, 54, 82, 0.07));
    border: 1px solid rgba(0, 104, 142, 0.16);
    color: var(--tma-teal);
}

.v16-tuition-accomm__title {
    margin: 0 0 5px;
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--tma-text);
}

.v16-tuition-accomm__text {
    margin: 0;
    color: var(--tma-muted);
    font-size: 0.88rem;
    line-height: 1.58;
}

/* ── Payment / bank card ──────────────────────────────────────────── */
.v16-tuition-payment-intro {
    color: var(--tma-muted);
    font-size: 0.90rem;
    line-height: 1.60;
    margin: 0 0 18px;
}

.v16-tuition-bank-card {
    border-radius: var(--tma-radius-md);
    border: 1px solid rgba(0, 104, 142, 0.18);
    overflow: hidden;
}

.v16-tuition-bank-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    background: linear-gradient(90deg, #0a3652, #00668e);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-tuition-bank-card__rows {
    display: grid;
    margin: 0;
}

.v16-tuition-bank-card__row {
    display: grid;
    grid-template-columns: minmax(110px, 0.45fr) 1fr;
    gap: 10px;
    align-items: center;
    padding: 11px 22px;
    border-top: 1px solid rgba(0, 104, 142, 0.09);
}

.v16-tuition-bank-card__row:first-child {
    border-top: 0;
}

.v16-tuition-bank-card__row dt {
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--tma-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.v16-tuition-bank-card__row dd {
    font-family: 'Courier New', monospace;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--tma-dark);
    letter-spacing: 0.02em;
    margin: 0;
}

.v16-tuition-bank-card__row:last-child dd {
    font-family: inherit;
    font-size: 0.82rem;
    color: var(--tma-muted);
    letter-spacing: 0;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 820px) {
    .v16-tuition-extras-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .v16-tuition-bank-card__row {
        grid-template-columns: 120px 1fr;
    }
}

@media (max-width: 560px) {
    .v16-tuition-extras-grid {
        grid-template-columns: 1fr;
    }
    .v16-tuition-living-grid {
        grid-template-columns: 1fr;
    }
    .v16-tuition-fee-display__amount {
        font-size: 3rem;
    }
    .v16-tuition-bank-card__row {
        grid-template-columns: 1fr;
        gap: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .v16-tuition-bank-card__row dt {
        font-size: 0.68rem;
    }
    .v16-tuition-accomm {
        flex-direction: column;
        gap: 12px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   TMA News & Updates Zone  —  Premium light-academic redesign
   Prefixes: .tma-news-zone  .tma-news-timeline  .tma-news-featured  .tma-news-category-strip
   ═══════════════════════════════════════════════════════════════════════════════ */

/* ── Section wrapper ──────────────────────────────────────────────────────── */
.tma-news-zone {
    --tnz-navy:        #071B4D;
    --tnz-blue:        #005BAA;
    --tnz-blue-mid:    #006FBF;
    --tnz-blue-light:  #EAF5FF;
    --tnz-muted:       #5D6B82;
    --tnz-border:      rgba(0, 91, 170, 0.14);
    --tnz-shadow-lg:   0 16px 40px rgba(10, 54, 82, 0.10);
    --tnz-shadow-md:   0 8px 24px rgba(0, 91, 170, 0.12);
    --tnz-radius-card: 26px;

    position: relative;
    overflow: hidden;
    padding: clamp(32px, 4vw, 56px) 0 clamp(28px, 3.5vw, 48px);
    background: linear-gradient(160deg, #f8fbff 0%, #edf4fd 100%);
    color: var(--tnz-navy);
}

/* ── Background decorative dots ──────────────────────────────────────────── */
.tma-news-zone__bg-dots {
    position: absolute;
    display: block;
    width: 220px;
    height: 220px;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0, 91, 170, 0.2) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.55;
    z-index: 0;
}
.tma-news-zone__bg-dots--tl { top: 16px; left: -16px; }
.tma-news-zone__bg-dots--tr { top: 16px; right: -16px; transform: scaleX(-1); }

/* ── Background decorative ring ──────────────────────────────────────────── */
.tma-news-zone__bg-ring {
    position: absolute;
    display: block;
    top: -110px;
    right: 8%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 111, 191, 0.09);
    box-shadow: 0 0 0 44px rgba(0, 111, 191, 0.04), 0 0 0 88px rgba(0, 111, 191, 0.022);
    pointer-events: none;
    z-index: 0;
}

/* ── Background diagonal shape ───────────────────────────────────────────── */
.tma-news-zone__bg-shape {
    position: absolute;
    display: block;
    top: 50%;
    right: -140px;
    width: 520px;
    height: 520px;
    background: linear-gradient(135deg, rgba(0, 91, 170, 0.055) 0%, rgba(234, 245, 255, 0.18) 100%);
    border-radius: 60px;
    transform: translateY(-50%) rotate(-18deg);
    pointer-events: none;
    z-index: 0;
}

/* ── Shell / container ───────────────────────────────────────────────────── */
.tma-news-zone__shell {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    display: grid;
    gap: clamp(14px, 1.8vw, 26px);
}

/* ── Section header ──────────────────────────────────────────────────────── */
.tma-news-zone__header {
    display: grid;
    gap: 6px;
    max-width: 540px;
}
.tma-news-zone__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tnz-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.tma-news-zone__heading {
    margin: 0;
    color: var(--tnz-navy);
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.tma-news-zone__lead {
    max-width: 450px;
    margin: 0;
    color: var(--tnz-muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

/* ── Two-column layout ───────────────────────────────────────────────────── */
.tma-news-zone__body {
    display: grid;
    grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
    gap: clamp(14px, 2vw, 26px);
    align-items: stretch;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Timeline (left column)
   ═══════════════════════════════════════════════════════════════════════════ */
.tma-news-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 32px;
    align-self: stretch;
}

/* Vertical rail */
.tma-news-timeline__rail {
    position: absolute;
    top: 22px;
    bottom: 14px;
    left: 13px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(0, 91, 170, 0.45) 0%, rgba(0, 91, 170, 0.07) 100%);
    pointer-events: none;
}

/* Item */
.tma-news-timeline__item + .tma-news-timeline__item {
    border-top: 1px solid rgba(0, 91, 170, 0.10);
}

.tma-news-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px 10px 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #1a3460;
    text-align: left;
    cursor: pointer;
    transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
    overflow: visible;
}

/* Dot on rail */
.tma-news-timeline__dot {
    position: absolute;
    top: 50%;
    left: -24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 91, 170, 0.38);
    transform: translateY(-50%);
    box-shadow: 0 0 0 3px rgba(0, 91, 170, 0.06);
    transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
    pointer-events: none;
}
.tma-news-timeline__item.is-active .tma-news-timeline__dot,
.tma-news-timeline__item:hover .tma-news-timeline__dot {
    background: var(--tnz-blue);
    border-color: var(--tnz-blue);
    box-shadow: 0 0 0 4px rgba(0, 91, 170, 0.16);
}

/* Thumbnail */
.tma-news-timeline__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 91, 170, 0.08);
    border: 2px solid rgba(0, 91, 170, 0.1);
    transition: border-color 200ms ease, box-shadow 200ms ease;
}
.tma-news-timeline__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}
.tma-news-timeline__item.is-active .tma-news-timeline__icon,
.tma-news-timeline__item:hover .tma-news-timeline__icon {
    border-color: rgba(0, 91, 170, 0.28);
    box-shadow: 0 6px 20px rgba(0, 91, 170, 0.18);
}
.tma-news-timeline__item.is-active .tma-news-timeline__icon img,
.tma-news-timeline__item:hover .tma-news-timeline__icon img {
    transform: scale(1.08);
}

/* Text */
.tma-news-timeline__content {
    display: grid;
    gap: 4px;
    min-width: 0;
}
.tma-news-timeline__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: #1a3460;
}
.tma-news-timeline__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--tnz-blue);
    font-size: 0.68rem;
    font-weight: 700;
}
.tma-news-timeline__date svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* Arrow */
.tma-news-timeline__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tnz-blue);
    opacity: 0.45;
    transition: transform 200ms ease, opacity 200ms ease;
}
.tma-news-timeline__arrow svg {
    width: 15px;
    height: 15px;
}

/* Active / hover state */
.tma-news-timeline__item.is-active,
.tma-news-timeline__item:hover,
.tma-news-timeline__item:focus-visible {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 32px rgba(0, 91, 170, 0.14), 0 2px 8px rgba(0, 91, 170, 0.07);
    transform: translateX(4px);
}
.tma-news-timeline__item.is-active .tma-news-timeline__arrow,
.tma-news-timeline__item:hover .tma-news-timeline__arrow {
    opacity: 1;
    transform: translateX(3px);
}
.tma-news-timeline__item:focus-visible {
    outline: 3px solid rgba(0, 91, 170, 0.24);
    outline-offset: 3px;
}

/* Progress bar (driven by JS auto-advance) */
.tma-news-timeline__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--tnz-blue-mid), var(--tnz-blue));
    transform-origin: left center;
    transform: scaleX(0);
    opacity: 0;
    pointer-events: none;
}
.tma-news-timeline__item.is-active .tma-news-timeline__progress.is-running {
    opacity: 1;
    animation: tma-news-progress var(--v16-newsstage-interval, 6200ms) linear forwards;
}
@keyframes tma-news-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

/* Height sync (JS sets --v16-newsstage-fixed-height on the [data-newsstage] ancestor) */
@media (min-width: 1181px) {
    .tma-news-featured,
    .tma-news-featured__card {
        height: var(--v16-newsstage-fixed-height, 100%);
        min-height: var(--v16-newsstage-fixed-height, 380px);
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Featured card (right column)
   ═══════════════════════════════════════════════════════════════════════════ */
.tma-news-featured {
    min-width: 0;
}
.tma-news-featured__card {
    display: flex;
    position: relative;
    height: 100%;
    min-height: 380px;
    border-radius: var(--tnz-radius-card);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--tnz-shadow-lg), var(--tnz-shadow-md);
    border: 1px solid var(--tnz-border);
    transition: box-shadow 280ms ease;
}
.tma-news-featured__card:hover,
.tma-news-featured__card:focus-visible {
    box-shadow: 0 24px 56px rgba(10, 54, 82, 0.16), 0 10px 28px rgba(0, 91, 170, 0.16);
}

/* Image (left ~57%) */
.tma-news-featured__media {
    position: relative;
    flex: 0 0 57%;
    overflow: hidden;
    background: linear-gradient(135deg, #c8dcf0 0%, #d8ecf8 100%);
}
.tma-news-featured__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease, opacity 220ms ease;
}
.tma-news-featured__media.is-fallback {
    display: grid;
    place-items: center;
    padding: 24px;
}
.tma-news-featured__media.is-fallback img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.tma-news-featured__card:hover .tma-news-featured__media img,
.tma-news-featured__card:focus-visible .tma-news-featured__media img {
    transform: scale(1.04);
}

/* White glass panel (right) */
.tma-news-featured__panel {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 40px 36px 40px 62px;
    background: rgba(255, 255, 255, 0.97);
    z-index: 1;
}
/* Diagonal left edge – concave arc matching reference design */
.tma-news-featured__panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: -48px;
    bottom: 0;
    width: 96px;
    background: rgba(255, 255, 255, 0.97);
    /* Symmetric arc: starts at panel edge (x=48) at top,
       bows 44px into image (x=4) at mid-height (y=210),
       returns to panel edge (x=48) at y=420,
       then straight down to cover any remaining card height */
    clip-path: path('M 48 0 Q -40 210 48 420 L 48 9999 L 96 9999 L 96 0 Z');
    pointer-events: none;
}

/* Badge */
.tma-news-featured__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    background: var(--tnz-blue);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Title */
.tma-news-featured__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    color: var(--tnz-navy);
    font-family: var(--font-heading);
    font-size: clamp(0.95rem, 1.1vw, 1.18rem);
    line-height: 1.24;
    letter-spacing: -0.015em;
    font-weight: 700;
}

/* Decorative rule */
.tma-news-featured__rule {
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tnz-blue), rgba(0, 111, 191, 0.28));
    flex-shrink: 0;
}

/* Date row */
.tma-news-featured__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--tnz-blue);
    font-size: 0.8rem;
    font-weight: 700;
}
.tma-news-featured__meta-icon {
    display: inline-flex;
}
.tma-news-featured__meta-icon svg {
    width: 15px;
    height: 15px;
    color: var(--tnz-blue);
}

/* Excerpt */
.tma-news-featured__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    color: var(--tnz-muted);
    font-size: 0.86rem;
    line-height: 1.6;
    flex-grow: 1;
}

/* CTA button */
.tma-news-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--tnz-blue-mid), var(--tnz-blue));
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 22px rgba(0, 91, 170, 0.22);
    transition: box-shadow 200ms ease, transform 200ms ease, background 200ms ease;
    text-decoration: none;
    margin-top: auto;
}
.tma-news-featured__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 200ms ease;
}
.tma-news-featured__card:hover .tma-news-featured__cta,
.tma-news-featured__card:focus-visible .tma-news-featured__cta {
    background: linear-gradient(135deg, #0082d6, #004d99);
    box-shadow: 0 12px 30px rgba(0, 91, 170, 0.32);
    transform: translateY(-1px);
}
.tma-news-featured__card:hover .tma-news-featured__cta svg {
    transform: translateX(3px);
}

/* Slider dots */
.tma-news-featured__dots {
    position: absolute;
    bottom: 28px;
    right: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.tma-news-featured__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 91, 170, 0.2);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, width 200ms ease;
}
.tma-news-featured__dot.is-active {
    width: 22px;
    border-radius: 4px;
    background: var(--tnz-blue);
}
.tma-news-featured__dot:hover,
.tma-news-featured__dot:focus-visible {
    background: rgba(0, 91, 170, 0.5);
}
.tma-news-featured__dot:focus-visible {
    outline: 2px solid rgba(0, 91, 170, 0.5);
    outline-offset: 2px;
}
.tma-news-featured__card:focus-visible {
    outline: 3px solid rgba(0, 91, 170, 0.3);
    outline-offset: 3px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Category strip (below main layout)
   ═══════════════════════════════════════════════════════════════════════════ */
.tma-news-category-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--tnz-border);
    border-radius: 22px;
    box-shadow: var(--tnz-shadow-lg);
    overflow: hidden;
}
.tma-news-category-strip__item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 16px 18px;
    color: #1d3f6d;
    text-decoration: none;
    background: transparent;
    border-right: 1px solid var(--tnz-border);
    transition: background 180ms ease;
}
.tma-news-category-strip__item:last-child {
    border-right: 0;
}
.tma-news-category-strip__item:hover,
.tma-news-category-strip__item:focus-visible {
    background: var(--tnz-blue-light);
}
.tma-news-category-strip__item:focus-visible {
    outline: 3px solid rgba(0, 91, 170, 0.24);
    outline-offset: -3px;
}
.tma-news-category-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--tnz-blue-light) 0%, #f4f9ff 100%);
    border: 1px solid rgba(0, 91, 170, 0.11);
    color: var(--tnz-blue);
}
.tma-news-category-strip__icon svg {
    width: 18px;
    height: 18px;
}
.tma-news-category-strip__body {
    display: grid;
    gap: 3px;
    min-width: 0;
}
.tma-news-category-strip__body strong {
    color: #1a3b68;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    line-height: 1.28;
    letter-spacing: -0.01em;
}
.tma-news-category-strip__body small {
    color: var(--tnz-muted);
    font-size: 0.78rem;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tma-news-category-strip__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tnz-blue);
    opacity: 0.6;
    transition: transform 200ms ease, opacity 200ms ease;
}
.tma-news-category-strip__arrow svg {
    width: 14px;
    height: 14px;
}
.tma-news-category-strip__item:hover .tma-news-category-strip__arrow,
.tma-news-category-strip__item:focus-visible .tma-news-category-strip__arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

/* ≤1180px: single column, timeline becomes 2-col grid */
@media (max-width: 1180px) {
    .tma-news-zone__body {
        grid-template-columns: 1fr;
    }
    .tma-news-timeline {
        order: 2;
        padding-left: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .tma-news-timeline__rail,
    .tma-news-timeline__dot {
        display: none;
    }
    .tma-news-timeline__item {
        border-radius: 16px;
        padding: 12px;
    }
    .tma-news-timeline__item.is-active,
    .tma-news-timeline__item:hover,
    .tma-news-timeline__item:focus-visible {
        transform: none;
    }
    .tma-news-category-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tma-news-category-strip__item:nth-child(3) {
        border-right: 0;
    }
    .tma-news-category-strip__item:nth-child(4),
    .tma-news-category-strip__item:nth-child(5) {
        border-top: 1px solid var(--tnz-border);
    }
    .tma-news-category-strip__item:nth-child(5) {
        border-right: 0;
    }
}

/* ≤720px: stacked mobile layout */
@media (max-width: 720px) {
    .tma-news-zone {
        padding-top: 44px;
    }
    .tma-news-zone__heading {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }
    .tma-news-featured__card {
        flex-direction: column;
        min-height: 0;
    }
    .tma-news-featured__media {
        flex: 0 0 auto;
        min-height: 220px;
        max-height: 280px;
        width: 100%;
    }
    .tma-news-featured__media img {
        position: absolute;
    }
    .tma-news-featured__panel {
        padding: 28px 24px 64px;
    }
    .tma-news-featured__panel::before {
        display: none;
    }
    .tma-news-featured__dots {
        bottom: 18px;
        right: 18px;
    }
    .tma-news-timeline {
        grid-template-columns: 1fr;
    }
    .tma-news-category-strip {
        grid-template-columns: 1fr;
    }
    .tma-news-category-strip__item {
        border-right: 0;
        border-bottom: 1px solid var(--tnz-border);
    }
    .tma-news-category-strip__item:last-child {
        border-bottom: 0;
    }
}

/* ≤500px: small-screen tweaks */
@media (max-width: 500px) {
    .tma-news-featured__media {
        min-height: 180px;
    }
    .tma-news-featured__panel {
        padding: 22px 18px 56px;
        gap: 10px;
    }
    .tma-news-featured__title {
        font-size: clamp(1.1rem, 5.5vw, 1.3rem);
    }
    .tma-news-zone__header {
        max-width: 100%;
    }
}



/* ============================================================
   Blogs (inlined from blogs.css — keep in sync)
   Prefix: .v16-bl-
   ============================================================ */

/* ============================================================
   Blogs â€“ native v16 editorial feed
   Prefix: .v16-bl-
   ============================================================ */

/* ---- Hero ---- */
.v16-bl-hero {
    background: linear-gradient(
        135deg,
        rgba(10, 54, 82, 0.98) 0%,
        rgba(0, 88, 128, 0.94) 38%,
        rgba(14, 62, 94, 0.96) 68%,
        rgba(10, 54, 82, 0.99) 100%
    );
}

.v16-bl-hero::before {
    background:
        radial-gradient(circle at 12% 22%, rgba(102, 214, 231, 0.16) 0%, transparent 34%),
        radial-gradient(circle at 88% 58%, rgba(216, 180, 106, 0.12) 0%, transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(91, 163, 245, 0.08) 0%, transparent 42%),
        linear-gradient(118deg, rgba(0, 104, 142, 0.24) 0%, transparent 56%);
}

.v16-bl-hero__glass-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(160px, 22vw, 220px);
}

.v16-bl-hero__svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

/* ---- Page atmosphere ---- */
.v16-bl-page {
    position: relative;
    padding-bottom: clamp(52px, 8vw, 96px);
    background:
        radial-gradient(ellipse 90% 54% at 8% 0%, rgba(102, 214, 231, 0.11), transparent 54%),
        radial-gradient(ellipse 70% 46% at 92% 4%, rgba(216, 180, 106, 0.07), transparent 48%),
        linear-gradient(180deg, #e6f2f8 0%, #f2f8fb 42%, #ffffff 100%);
}

.v16-bl-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 104, 142, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    opacity: 0.48;
}

.v16-bl-page > .container {
    position: relative;
    z-index: 1;
}

.v16-bl-page .v16-inner-layout {
    padding-top: clamp(20px, 3.5vw, 36px);
    min-width: 0;
}

.v16-bl-shell {
    min-width: 0;
}

/* ---- Feed block ---- */
.v16-bl-feed {
    display: grid;
    gap: clamp(16px, 2.5vw, 22px);
}

.v16-bl-feed__intro {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 246, 252, 0.72) 100%);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 16px 44px rgba(10, 54, 82, 0.07);
}

.v16-bl-feed__intro h2 {
    margin: 0 0 10px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.v16-bl-feed__intro p {
    margin: 0;
    color: rgba(10, 54, 82, 0.72);
    font-size: 0.96rem;
    line-height: 1.68;
}

.v16-bl-feed__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.06);
}

.v16-bl-feed__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.v16-bl-feed__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(10, 54, 82, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.v16-bl-feed__chip:hover,
.v16-bl-feed__chip:focus-visible {
    border-color: rgba(0, 104, 142, 0.28);
    color: #00668e;
    outline: none;
}

.v16-bl-feed__chip.is-active {
    border-color: #00668e;
    background: linear-gradient(135deg, #00668e, #0a3652);
    color: #fff;
}

.v16-bl-feed__search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: min(100%, 260px);
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.82);
}

.v16-bl-feed__search:focus-within {
    border-color: rgba(0, 104, 142, 0.32);
    box-shadow: 0 0 0 3px rgba(0, 104, 142, 0.1);
}

.v16-bl-feed__search svg {
    width: 16px;
    height: 16px;
    color: rgba(10, 54, 82, 0.48);
    flex-shrink: 0;
}

.v16-bl-feed__search input {
    flex: 1;
    min-width: 0;
    padding: 10px 0;
    border: 0;
    background: transparent;
    outline: none;
    color: #0a3652;
    font-size: 0.88rem;
}

.v16-bl-feed__search input::placeholder {
    color: rgba(10, 54, 82, 0.42);
}

.v16-bl-feed__filter {
    margin: 0;
    padding: 0 4px;
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-weight: 600;
}

/* ---- Post list ---- */
.v16-bl-feed__list {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow: hidden;
}

.v16-bl-feed__row {
    position: relative;
    display: grid;
    grid-template-columns: clamp(72px, 10vw, 104px) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 20px);
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2.2vw, 22px);
    border-bottom: 1px solid rgba(10, 54, 82, 0.07);
    color: inherit;
    text-decoration: none;
    transition: background 220ms ease;
}

.v16-bl-feed__row:last-child {
    border-bottom: 0;
}

.v16-bl-feed__row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14%;
    bottom: 14%;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transform: scaleY(0.55);
    transition: background 220ms ease, transform 220ms ease;
}

.v16-bl-feed__row:hover,
.v16-bl-feed__row:focus-visible {
    background: rgba(0, 104, 142, 0.045);
    outline: none;
}

.v16-bl-feed__row:hover::before,
.v16-bl-feed__row:focus-visible::before {
    background: linear-gradient(180deg, rgba(102, 214, 231, 0.95), #00668e);
    transform: scaleY(1);
}

.v16-bl-feed__thumb {
    display: block;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.1), rgba(0, 104, 142, 0.14));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.v16-bl-feed__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 380ms ease;
}

.v16-bl-feed__row:hover .v16-bl-feed__thumb img,
.v16-bl-feed__row:focus-visible .v16-bl-feed__thumb img {
    transform: scale(1.06);
}

.v16-bl-feed__copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.v16-bl-feed__cat {
    color: #00668e;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v16-bl-feed__title {
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(0.94rem, 1.3vw, 1.08rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
    transition: color 180ms ease;
}

.v16-bl-feed__row:hover .v16-bl-feed__title,
.v16-bl-feed__row:focus-visible .v16-bl-feed__title {
    color: #00668e;
}

.v16-bl-feed__excerpt {
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.84rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.v16-bl-feed__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: rgba(10, 54, 82, 0.5);
    font-size: 0.72rem;
    font-weight: 600;
}

.v16-bl-feed__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.82);
    color: #00668e;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.v16-bl-feed__arrow svg {
    width: 16px;
    height: 16px;
}

.v16-bl-feed__row:hover .v16-bl-feed__arrow,
.v16-bl-feed__row:focus-visible .v16-bl-feed__arrow {
    opacity: 1;
    transform: translateX(0);
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
}

.v16-bl-feed__empty {
    padding: clamp(40px, 6vw, 72px) 20px;
    border-radius: 24px;
    border: 1.5px dashed rgba(0, 104, 142, 0.22);
    background: rgba(255, 255, 255, 0.62);
    color: rgba(10, 54, 82, 0.58);
    font-size: 0.98rem;
    text-align: center;
}

/* ---- Pagination ---- */
.v16-bl-feed__pager {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.v16-bl-feed__pager .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v16-bl-feed__pager .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.86);
    color: #0a3652;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.v16-bl-feed__pager .page-link:hover {
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
    color: #00668e;
}

.v16-bl-feed__pager .page-item.active .page-link {
    border-color: #00668e;
    background: linear-gradient(135deg, #00668e, #0a3652);
    color: #fff;
}

.v16-bl-feed__pager .page-item.disabled .page-link {
    color: rgba(10, 54, 82, 0.36);
    pointer-events: none;
}

/* ---- Responsive ---- */
@media (max-width: 679.98px) {
    .v16-bl-feed__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-bl-feed__search {
        width: 100%;
        min-width: 0;
    }

    .v16-bl-feed__row {
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-areas:
            "thumb copy"
            "thumb arrow";
        align-items: start;
        gap: 10px 14px;
    }

    .v16-bl-feed__thumb { grid-area: thumb; }
    .v16-bl-feed__copy { grid-area: copy; }
    .v16-bl-feed__arrow {
        grid-area: arrow;
        justify-self: start;
        margin-left: 78px;
        opacity: 0.7;
        transform: none;
    }

    .v16-bl-feed__excerpt {
        display: none;
    }
}

/* ---- Single article ---- */
.v16-bl-shell--article {
    max-width: 860px;
    margin-inline: auto;
}

.v16-bl-hero--article {
    padding-bottom: clamp(28px, 4vw, 40px);
}

.v16-bl-hero__content--article {
    max-width: 860px;
}

.v16-bl-hero__content--article h1 {
    margin: 12px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.v16-bl-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 600;
}

.v16-bl-article__cat {
    color: #9ee8f4;
    text-decoration: none;
}

.v16-bl-article__cat:hover {
    text-decoration: underline;
}

.v16-bl-article {
    padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.v16-bl-article__cover {
    margin: 0 0 clamp(24px, 3vw, 32px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(10, 54, 82, 0.12);
}

.v16-bl-article__cover img {
    display: block;
    width: 100%;
    max-height: 460px;
    height: auto;
    object-fit: cover;
}

/* ---- Article prose ---- */
.v16-bl-prose {
    max-width: 72ch;
    margin-inline: auto;
    font-family: var(--font-reading, "Lora", Georgia, "Noto Serif Georgian", serif);
    font-size: 1.0625rem;
    line-height: 1.88;
    letter-spacing: 0.012em;
    color: rgba(10, 54, 82, 0.92);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

[data-lang="ka"] .v16-bl-prose {
    font-size: 1.05rem;
    line-height: 1.92;
    letter-spacing: 0.008em;
}

.v16-bl-prose > *:first-child {
    margin-top: 0;
}

.v16-bl-prose > *:last-child {
    margin-bottom: 0;
}

.v16-bl-prose p {
    margin: 0 0 1.15em;
    text-align: justify;
    text-justify: inter-word;
}

.v16-bl-prose p:first-of-type {
    font-size: 1.08em;
    line-height: 1.82;
    color: rgba(10, 54, 82, 0.82);
}

.v16-bl-prose h1,
.v16-bl-prose h2,
.v16-bl-prose h3,
.v16-bl-prose h4,
.v16-bl-prose h5,
.v16-bl-prose h6 {
    font-family: var(--font-heading);
    color: #0a3652;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.015em;
    text-align: start;
    hyphens: none;
}

.v16-bl-prose h2 {
    margin: 2em 0 0.65em;
    font-size: clamp(1.28rem, 2.2vw, 1.55rem);
    padding-bottom: 0.35em;
    border-bottom: 1px solid rgba(0, 104, 142, 0.12);
}

.v16-bl-prose h3 {
    margin: 1.65em 0 0.55em;
    font-size: clamp(1.12rem, 1.8vw, 1.28rem);
}

.v16-bl-prose h4 {
    margin: 1.45em 0 0.45em;
    font-size: 1.08rem;
}

.v16-bl-prose h5,
.v16-bl-prose h6 {
    margin: 1.25em 0 0.4em;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(10, 54, 82, 0.78);
}

[data-lang="ka"] .v16-bl-prose h2 {
    font-size: clamp(1.2rem, 2vw, 1.42rem);
}

[data-lang="ka"] .v16-bl-prose h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.18rem);
}

.v16-bl-prose a {
    color: #00668e;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 104, 142, 0.38);
    transition: text-decoration-color 180ms ease, color 180ms ease;
}

.v16-bl-prose a:hover,
.v16-bl-prose a:focus-visible {
    color: #0a3652;
    text-decoration-color: #00668e;
    outline: none;
}

.v16-bl-prose strong,
.v16-bl-prose b {
    font-weight: 700;
    color: #0a3652;
}

.v16-bl-prose em,
.v16-bl-prose i {
    font-style: italic;
}

.v16-bl-prose u {
    text-underline-offset: 3px;
}

.v16-bl-prose blockquote {
    margin: 1.6em 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #00668e;
    background: linear-gradient(90deg, rgba(232, 246, 252, 0.95), rgba(255, 255, 255, 0.4));
    border-radius: 0 14px 14px 0;
    color: rgba(10, 54, 82, 0.82);
    font-style: italic;
    text-align: start;
}

.v16-bl-prose blockquote p {
    margin-bottom: 0.65em;
    text-align: start;
}

.v16-bl-prose blockquote p:last-child {
    margin-bottom: 0;
}

.v16-bl-prose ul,
.v16-bl-prose ol {
    margin: 0 0 1.25em;
    padding-left: 1.45em;
    text-align: start;
}

.v16-bl-prose li {
    margin-bottom: 0.45em;
    padding-left: 0.2em;
}

.v16-bl-prose li::marker {
    color: #00668e;
}

.v16-bl-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.6em auto;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.1);
    float: none !important;
}

.v16-bl-prose img[style*="float"] {
    float: none !important;
    margin-inline: auto !important;
}

.v16-bl-prose hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 104, 142, 0.22), transparent);
}

.v16-bl-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.94rem;
    text-align: start;
}

.v16-bl-prose th,
.v16-bl-prose td {
    padding: 10px 12px;
    border: 1px solid rgba(10, 54, 82, 0.1);
    vertical-align: top;
}

.v16-bl-prose th {
    background: rgba(232, 246, 252, 0.8);
    color: #0a3652;
    font-weight: 700;
}

.v16-bl-prose pre,
.v16-bl-prose code {
    font-family: ui-monospace, "Cascadia Code", monospace;
    font-size: 0.9em;
}

.v16-bl-prose pre {
    overflow-x: auto;
    margin: 1.4em 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(10, 54, 82, 0.06);
    text-align: start;
}

.v16-bl-prose .separator {
    clear: both;
    display: block;
    height: 0;
}

.v16-bl-table-wrap {
    overflow-x: auto;
    margin: 1.4em 0;
    border-radius: 12px;
    border: 1px solid rgba(10, 54, 82, 0.08);
}

.v16-bl-figure {
    margin: 1.6em 0;
    text-align: center;
}

.v16-bl-figure img {
    margin: 0 auto 0.65em;
}

.v16-bl-figure figcaption {
    margin-top: 8px;
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-style: italic;
    text-align: center;
}

.v16-bl-article__tags,
.v16-bl-article__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 72ch;
    margin-inline: auto;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(10, 54, 82, 0.08);
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-weight: 600;
    text-align: start;
}

.v16-bl-article__tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 104, 142, 0.08);
    color: #00668e;
}

.v16-bl-article__share-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.16);
    background: rgba(255, 255, 255, 0.82);
    color: #00668e;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.v16-bl-article__share-btn:hover {
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
}

.v16-bl-related {
    margin-top: clamp(20px, 3vw, 28px);
}

.v16-bl-related h2 {
    margin: 0 0 14px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 700;
}

@media (max-width: 679.98px) {
    .v16-bl-article {
        padding: 22px 18px;
    }

    .v16-bl-prose {
        font-size: 1rem;
        line-height: 1.84;
        text-align: start;
    }

    .v16-bl-prose p {
        text-align: start;
    }
}

/* Cookie consent (imported from legacy) */
:root {
    --cookie-banner-space: 0px;
}

body.cookie-banner-visible {
    padding-bottom: var(--cookie-banner-space);
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

.cookie-banner .content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px;
}

.cookie-banner .text {
    flex: 1;
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookie-banner .text a {
    color: var(--blue);
    text-decoration: underline;
}

.cookie-banner .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cookie-btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 14px;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.2;
}

.cookie-btn--primary {
    color: #fff;
    background: var(--blue);
}

.cookie-btn--primary:hover,
.cookie-btn--primary:focus-visible {
    background: var(--dark);
}

.cookie-btn--secondary {
    color: #fff;
    background: #64748b;
}

.cookie-btn--secondary:hover,
.cookie-btn--secondary:focus-visible {
    background: #475569;
}

.cookie-btn--ghost {
    color: var(--ink);
    background: #fff;
    border-color: #cbd5e1;
}

.cookie-btn--ghost:hover,
.cookie-btn--ghost:focus-visible {
    background: #f8fafc;
}

.cookie-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, 0.45);
}

.cookie-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1100;
    width: min(640px, 92vw);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cookie-modal header {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 700;
}

.cookie-modal .body {
    padding: 16px 20px;
}

.cookie-modal .footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 20px;
    border-top: 1px solid #e5e7eb;
}

.cookie-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
}

.cookie-switch small {
    display: block;
    color: #6b7280;
    margin-top: 2px;
}

.cookie-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.cookie-toggle input {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.cookie-toggle__ui {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 160ms ease;
}

.cookie-toggle__ui::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 160ms ease;
}

.cookie-toggle input:checked + .cookie-toggle__ui {
    background: var(--blue);
}

.cookie-toggle input:checked + .cookie-toggle__ui::after {
    transform: translateX(20px);
}

.cookie-toggle input:disabled + .cookie-toggle__ui {
    opacity: 0.7;
}

@media (max-width: 720px) {
    .cookie-banner .content {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-banner .actions {
        width: 100%;
    }

    .cookie-banner .actions .cookie-btn {
        flex: 1 1 auto;
    }
}
