/* ============================================
   Scalability Digital Academy — Bold Modern Refresh
   Deep Blue · Sunset Orange · Cerulean Teal
   ============================================ */

:root {
    --navy: #13294C;
    --navy-light: #294B7A;
    --navy-dark: #08172B;
    --accent: #FF7A3E;
    --accent-hover: #E5632A;
    --accent-soft: #FFD8C1;
    --accent-2: #47B7F0;
    --teal: #2FB8B3;
    --white: #ffffff;
    --off-white: #f8fbff;
    --gray-50: #f5f8fd;
    --gray-100: #e9eef7;
    --gray-200: #d6dfe9;
    --gray-400: #8b97aa;
    --gray-600: #5c6b85;
    --gray-800: #243248;
    --text: #17243f;
    --text-muted: #5f6f8b;
    --font-sans: "Inter", system-ui, -apple-system, sans-serif;
    --font-serif: "Playfair Display", Georgia, serif;
    --container: 1180px;
    --header-h: 90px;
    --radius: 14px;
    /* Spacing scale */
    --space-xxs: 0.125rem;
    --space-xs: 0.35rem;
    --space-sm: 0.5rem;
    --space-md: 0.75rem;
    --space-lg: 1rem;
    --space-xl: 1.25rem;
    --space-xxl: 1.5rem;
    --radius-sm: 10px;
    --shadow-sm: 0 5px 18px rgba(19, 41, 76, 0.06);
    --shadow: 0 16px 50px rgba(19, 41, 76, 0.12);
    --shadow-lg: 0 20px 70px rgba(19, 41, 76, 0.16);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- WEBMAIL ICON (utility bar) ---- */

.email-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(232, 117, 32, 0.2);
    color: var(--accent);
    font-size: 0.72rem;
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.email-icon-link:hover {
    background: var(--accent);
    color: #fff;
    transform: scale(1.12);
    box-shadow: 0 0 12px rgba(232, 117, 32, 0.4);
}

/* ---- RESET ---- */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text);
    background: radial-gradient(circle at top, #f7fbff 0%, #fdf8f1 40%, #fff 100%);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
}

em {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--accent);
}

/* Custom Merriweather Sans variable font for the brand wordmark */

@font-face {
    font-family: 'Merriweather Sans SDAT';
    src: url('assets/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf') format('truetype-variations'), url('assets/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans SDAT';
    src: url('assets/Merriweather_Sans/MerriweatherSans-Italic-VariableFont_wght.ttf') format('truetype-variations'), url('assets/Merriweather_Sans/MerriweatherSans-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 800;
    font-style: italic;
    font-display: swap;
}

/* Logo font for brand name — use wherever "Scalability Digital Academy" appears */

.brand-name {
    font-family: 'Merriweather Sans SDAT', 'Nunito', sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.01em;
}

/* Hero heading — decorative treatment for the brand name */

.hero-institution-name {
    margin: 0 0 0.25rem 0;
    line-height: 1.02;
    font-family: 'Anton', 'Playfair Display', 'Merriweather Sans SDAT', serif;
    font-weight: 900;
    font-size: clamp(2rem, 6.5vw, 4rem);
    display: inline-block;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
}

.hero-institution-name .brand-name {
    /* Simpler, elegant display: Playfair Display with subtle gradient */
    font-family: 'Playfair Display', 'Merriweather Sans SDAT', serif;
    font-weight: 700;
    font-size: inherit;
    letter-spacing: 0.02em;
    text-transform: none;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 6px 18px rgba(19, 36, 72, 0.10);
    padding: 0.02rem 0.12rem;
    border-radius: 3px;
}

/* Make header nav links visually bolder */
.nav-link {
    font-weight: 800;
    color: var(--gray-800);
}

/* Small decorative underline accent */
.hero-institution-name .brand-name::after {
    content: "";
    display: block;
    height: 3px;
    width: 40%;
    margin-top: 6px;
    border-radius: 3px;
    background: var(--accent);
    opacity: 0.9;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ================================================
   UTILITY BAR
   ================================================ */

.utility-bar {
    background: linear-gradient(90deg, rgba(7, 24, 45, 0.95), rgba(19, 41, 76, 0.95));
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 500;
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.utility-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.utility-left,
.utility-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.utility-sep {
    opacity: 0.35;
}

.utility-bar a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s, text-shadow 0.2s;
}

.utility-bar a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 122, 62, 0.25);
}

.utility-cta {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff !important;
    padding: 0.3rem 0.95rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.2s, box-shadow 0.2s;
}

.utility-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255, 122, 62, 0.22);
}

/* ================================================
   HEADER
   ================================================ */

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-h);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(145, 165, 190, 0.16);
    box-shadow: 0 18px 40px rgba(19, 41, 76, 0.08);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Logo */

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 1;
    min-width: 0;
    text-decoration: none;
    margin: auto 0;
    transform: translateY(-8px);
    transition: transform 0.2s ease;
}

/* Single combined logo image (wordmark + icon) in header */

.logo-full {
    height: 88px;
    max-width: 320px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-mark {
    height: 110px;
    flex-shrink: 0;
}

.logo-mark img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--navy);
    color: #fff;
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 700;
}

.logo-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 5px solid var(--accent);
    padding-left: 1rem;
    height: 90px;
}

.logo-name {
    font-family: 'Nunito', sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: var(--navy);
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap;
}

.logo-sub {
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--accent);
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
}

[data-typewriter] {
    display: inline-block;
    width: 0;
    border-right: 2px solid var(--navy);
    animation: none;
}

[data-typewriter].typed {
    width: auto;
    border-right: none;
}

/* Nav */

.nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--gray-600);
    padding: 0 0.85rem;
    height: var(--header-h);
    line-height: var(--header-h);
    border-bottom: 3px solid transparent;
    transition: color 0.25s, border-color 0.25s, transform 0.25s;
}

.nav-link::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.45;
    margin-left: 3px;
    transition: transform 0.2s;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
    color: var(--accent-2);
    border-bottom-color: var(--accent-2);
}

.nav-item:hover .nav-link::after {
    transform: rotate(180deg);
}

/* Mega Dropdown */

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-width: 320px;
    max-width: 420px;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-top: 3px solid var(--accent);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
    z-index: 300;
}

.mega-dropdown-sm {
    grid-template-columns: 1fr;
    min-width: 240px;
    max-width: 280px;
}

.nav-item:hover .mega-dropdown,
.nav-item:focus-within .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-col {
    padding: 1.25rem;
}

.mega-col+.mega-col {
    border-left: 1px solid var(--gray-100);
}

.mega-col h4 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.65rem;
}

.mega-col a {
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--gray-600);
    padding: 0.35rem 0;
    transition: color 0.15s, padding-left 0.15s;
}

.mega-col a:hover {
    color: var(--accent);
    padding-left: 0.5rem;
    font-weight: 600;
}

/* Nav toggle */

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--navy);
    transition: 0.3s;
}

/* Hide drawer-only elements on desktop */

.nav-drawer-header,
.nav-drawer-actions,
.nav-overlay {
    display: none;
}

@media (max-width: 992px) {
    .nav-drawer-header {
        display: flex;
    }
    .nav-drawer-actions {
        display: flex;
    }
    .nav-overlay {
        display: block;
    }
}

/* ================================================
   MOBILE BOTTOM TAB BAR
   ================================================ */

.mobile-tab-bar {
    display: none;
}

@media (max-width: 992px) {
    .mobile-tab-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        background: #0f172a;
        border-top: 2px solid #e87520;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
        z-index: 200;
        padding: 0 0 env(safe-area-inset-bottom, 0) 0;
    }
    .tab-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        gap: 2px;
        padding: 6px 4px 5px;
        color: #94a3b8;
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-align: center;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.2s, background 0.2s;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .tab-item.services-tab {
        background: rgba(232, 117, 32, 0.14);
        border-radius: 14px;
    }
    .tab-item span {
        display: block;
        line-height: 1.1;
        white-space: nowrap;
    }
    .tab-item i {
        font-size: 1.1rem;
        transition: transform 0.2s;
    }
    .tab-item {
        touch-action: manipulation;
        will-change: transform, opacity;
    }
    .tab-item:hover,
    .tab-item:active,
    .tab-item.is-active {
        color: #e87520;
    }
    .tab-item:active {
        transform: translateY(1px);
    }
    .tab-item.is-active::before {
        content: '';
        position: absolute;
        top: 0;
        left: 20%;
        right: 20%;
        height: 2.5px;
        background: #e87520;
        border-radius: 0 0 3px 3px;
    }
    .tab-item:active i {
        transform: scale(0.9);
    }
    /* "More" panel */
    .tab-more-overlay {
        position: fixed;
        inset: 0;
        background: rgba(2, 6, 23, 0.45);
        z-index: 199;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .tab-more-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .tab-more-panel {
        position: fixed;
        bottom: calc(46px + env(safe-area-inset-bottom, 0px));
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
        padding: 1.25rem 1rem 1rem;
        z-index: 201;
        transform: translateY(110%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0s linear 0.35s;
    }
    .tab-more-panel.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0s linear 0s;
    }
    .tab-more-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
    .tab-more-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 0.75rem 0.5rem;
        border-radius: 0.75rem;
        color: #1e293b;
        font-size: 0.75rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.2s;
    }
    .tab-more-item:hover,
    .tab-more-item:active {
        background: #f8fafc;
    }
    .tab-more-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: #475569;
        transition: background 0.2s, color 0.2s;
    }
    .tab-more-item:hover .tab-more-icon {
        background: #fff7ed;
        color: #e87520;
    }
    .tab-more-accent {
        background: #e87520 !important;
        color: #fff !important;
    }
    /* Bottom spacing so content isn't hidden behind tab bar — dark to match bar */
    html {
        background-color: #0f172a;
    }
    body {
        padding-bottom: calc(46px + env(safe-area-inset-bottom, 0px));
    }
    /* Hide the hamburger button since we now use bottom tabs */
    .nav-toggle {
        display: none !important;
    }
}

/* Hide tab elements on desktop */

.tab-more-panel,
.tab-more-overlay {
    display: none;
}

@media (max-width: 992px) {
    .tab-more-panel,
    .tab-more-overlay {
        display: block;
    }
}

/* ================================================
   HERO
   ================================================ */

.hero {
    position: relative;
    height: 92vh;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    background: var(--navy);
}

.hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(7, 24, 45, 0.82) 0%, rgba(36, 72, 129, 0.62) 42%, rgba(255, 122, 62, 0.18) 100%);
}

.hero-body {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
}

/* Institution wordmark above the headline */

.hero-institution {
    margin-bottom: 1.6rem;
    padding-bottom: 1.2rem;
    position: relative;
}

.hero-institution::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.hero-institution-name {
    font-family: 'Anton', 'Impact', 'Haettenschweiler', 'Arial Black', sans-serif;
    font-size: clamp(1.9rem, 3.8vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0 0 0.45rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.hero-institution-name .brand-name {
    color: var(--accent);
    font-style: normal;
    font-weight: 800;
}

.hero-institution-name em {
    font-style: italic;
    color: #f5a15b;
    font-weight: 700;
}

.hero-affiliation {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.05em;
    margin: 0;
    font-style: italic;
}

/* ── Mobile hero fixes ── */

@media (max-width: 992px) {
    .hero {
        align-items: flex-start;
        padding-top: 2.5rem;
        padding-bottom: 2rem;
        height: auto;
        min-height: 92vh;
    }
    .hero-body {
        max-width: 100%;
    }
    .hero-institution {
        margin-bottom: 0.9rem;
        padding-bottom: 0.8rem;
    }
    .hero-institution-name {
        font-size: clamp(1.4rem, 4vw, 2rem);
    }
    .hero-affiliation {
        font-size: 0.84rem;
    }
    .hero-title {
        font-size: clamp(1.3rem, 3.5vw, 1.75rem);
    }
    .hero-desc {
        font-size: 0.98rem;
        margin-bottom: 1.4rem;
    }
}

@media (max-width: 640px) {
    .hero {
        padding-top: 2rem;
        min-height: 100svh;
    }
    .hero-institution {
        margin-bottom: 0.75rem;
        padding-bottom: 0.65rem;
    }
    .hero-institution::after {
        width: 48px;
        height: 2px;
    }
    .hero-institution-name {
        font-size: clamp(1.2rem, 5.5vw, 1.55rem);
        line-height: 1.2;
    }
    .hero-affiliation {
        font-size: 0.78rem;
    }
    .hero-title {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
    .hero-desc {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }
}

.hero-title {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 0 20px 40px rgba(6, 18, 43, 0.22);
}

.hero-title em {
    color: var(--accent-soft);
    font-weight: 800;
}

.hero-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 2rem;
    max-width: 540px;
    text-shadow: 0 12px 24px rgba(8, 15, 35, 0.16);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1.6rem;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s var(--ease);
    letter-spacing: 0.01em;
    touch-action: manipulation;
    will-change: transform, box-shadow;
}

.btn:active {
    transform: translateY(1px) scale(0.99);
    box-shadow: 0 12px 28px rgba(19, 41, 76, 0.12);
}

.btn:focus-visible {
    outline: 3px solid rgba(255, 122, 62, 0.24);
    outline-offset: 4px;
}

.btn-accent {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(255, 122, 62, 0.2);
}

.btn-accent:hover {
    background: linear-gradient(135deg, #ff8f57, #4eb9f5);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 122, 62, 0.28);
}

/* WhatsApp CTA */
.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #1DA851);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(29, 168, 81, 0.12);
}
.btn-whatsapp:hover {
    background: linear-gradient(135deg, #1da851, #199a45);
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(29, 168, 81, 0.18);
}
.btn-whatsapp:active {
    transform: translateY(1px) scale(0.99);
}

.btn-white {
    background: #fff;
    color: var(--navy);
    border-color: rgba(74, 95, 138, 0.18);
    box-shadow: 0 10px 30px rgba(19, 41, 76, 0.06);
}

.btn-white:hover {
    background: #f5f7ff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(19, 41, 76, 0.1);
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline-white:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    font-size: 0.82rem;
}

/* ================================================
   STATS BAR
   ================================================ */

.stats-bar {
    background: var(--navy);
    padding: 2.5rem 0;
}

.stats-bar .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.stat-num {
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transition: color 0.3s;
}

.stat {
    padding: 1.25rem 0.75rem;
    border-radius: var(--radius);
    transition: background 0.3s, transform 0.3s;
    cursor: default;
}

.stat:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
}

.stat:hover .stat-num {
    color: var(--accent);
}

.stat:hover .stat-label {
    color: rgba(255, 255, 255, 0.9);
}

.stat-plus {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--accent);
    font-weight: 700;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.3rem;
    transition: color 0.3s;
}

/* ================================================
   SECTIONS
   ================================================ */

.section {
    padding: 5.5rem 0;
}

.section-alt {
    background: linear-gradient(180deg, #eef8ff 0%, #fff2ea 35%, #fff9f2 100%);
}

.section-dark {
    background: radial-gradient(circle at top left, rgba(255, 168, 108, 0.14), transparent 28%),
                radial-gradient(circle at bottom right, rgba(71, 183, 240, 0.12), transparent 25%),
                linear-gradient(180deg, #08172B 0%, #13294C 100%);
    color: #fff;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header.center {
    text-align: center;
}

.overline {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.6rem;
}

.overline.light {
    color: rgba(255, 255, 255, 0.5);
}

.heading-lg {
    font-family: var(--font-sans);
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--navy);
}

.heading-lg.white {
    color: #fff;
}

.heading-lg em {
    color: var(--accent);
    font-family: var(--font-serif);
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-top: 0.75rem;
    max-width: 560px;
}

.section-desc.light {
    color: rgba(255, 255, 255, 0.65);
}

.section-header.center .section-desc {
    margin-left: auto;
    margin-right: auto;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.highlight-card {
    background: #fff;
    border: 1px solid rgba(232, 117, 32, 0.12);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.highlight-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(232, 117, 32, 0.12);
    color: var(--accent);
    font-size: 1.15rem;
}

.highlight-card h4 {
    font-size: 1rem;
    margin: 0;
}

.highlight-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.curriculum-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 2rem 0 1.5rem;
}

.curriculum-pill {
    background: #fff;
    border: 1px solid rgba(232, 117, 32, 0.12);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-sm);
    color: var(--text-muted);
    font-size: 0.95rem;
}

.curriculum-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
}

.curriculum-card {
    background: #fff;
    border: 1px solid rgba(232, 117, 32, 0.12);
    border-radius: var(--radius);
    padding: 1.15rem 1.2rem;
    box-shadow: var(--shadow-sm);
    width: 100%;
    max-width: 920px;
}

.curriculum-card summary {
    list-style: none;
    margin: 0;
    padding: 0.9rem 1rem;
    cursor: pointer;
    display: grid;
    gap: 0.8rem;
    border-radius: calc(var(--radius) - 0.25rem);
    background: linear-gradient(180deg, rgba(237, 247, 255, 0.95), rgba(245, 243, 235, 0.95));
    border: 1px solid rgba(71, 183, 240, 0.18);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.curriculum-card summary:hover {
    box-shadow: 0 14px 30px rgba(71, 183, 240, 0.14);
    background: linear-gradient(180deg, rgba(235, 249, 255, 1), rgba(245, 245, 238, 1));
}

details[open] > summary::after {
    content: '▴';
}

.curriculum-card .module-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.curriculum-card .module-chip {
    background: rgba(232, 117, 32, 0.12);
    color: var(--accent);
    font-weight: 700;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.9rem;
}

.curriculum-card .module-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text, #17243f);
    flex: 1 1 100%;
    min-width: 0;
}

.curriculum-card .module-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.curriculum-card .module-badge {
    background: rgba(232, 117, 32, 0.12);
    color: var(--accent);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.85rem;
}

.curriculum-card .module-topics {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(232, 117, 32, 0.08);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding-top 0.25s ease;
}

details[open] .curriculum-card .module-topics,
details[open] .module-topics {
    max-height: 1400px;
    opacity: 1;
    padding-top: 1rem;
}

.curriculum-card ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--text-muted);
}

.curriculum-card li {
    margin-bottom: 0.65rem;
    line-height: 1.6;
}

.curriculum-card h4 {
    font-size: 1rem;
    margin: 0 0 0.75rem;
}

.curriculum-card p {
    margin: 0 0 1rem;
    color: var(--text-muted);
}

.lead {
    font-size: 1.1rem;
    color: var(--gray-600);
    margin-bottom: 1rem;
}

/* ================================================
   ABOUT — SPLIT LAYOUT
   ================================================ */

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
}

.split-text .overline {
    margin-bottom: 0.5rem;
}

.split-text .heading-lg {
    margin-bottom: 1.25rem;
}

.split-text p {
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.split-text .btn {
    margin-top: 0.5rem;
}

.split-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-card {
    background: linear-gradient(180deg, #fffefd 0%, #fdf6ef 100%);
    border: 1px solid rgba(255, 143, 87, 0.18);
    border-left: 5px solid var(--accent);
    border-radius: var(--radius);
    padding: 1.45rem 1.5rem;
    box-shadow: 0 18px 40px rgba(60, 81, 127, 0.08);
    transition: transform 0.35s var(--ease), box-shadow 0.35s, border-left-color 0.35s;
    position: relative;
    overflow: hidden;
}

.info-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(71, 183, 240, 0.16), transparent 30%);
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(60, 81, 127, 0.14);
    border-left-color: var(--accent-2);
}

.info-card:hover::after {
    opacity: 1;
}

.info-card:hover .info-card-icon {
    background: var(--accent-2);
    color: #fff;
    transform: scale(1.1);
}

.info-card.accent-border {
    border-left-color: var(--accent-2);
}

.info-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
    transition: color 0.3s;
}

.info-card:hover h4 {
    color: var(--accent-2);
}

.info-card p {
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* ================================================
   PROGRAMMES
   ================================================ */

.prog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 1.25rem;
}


.prog-hero-card {
    grid-row: 1 / 3;
    min-height: 320px;
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    color: #fff;
    transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.prog-hero-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.prog-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 29, 61, 0.8) 0%, rgba(27, 45, 91, 0.2) 60%, transparent 100%);
}

.prog-card-body {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.prog-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(232, 117, 32, 0.3);
    color: #ffcfa0;
    padding: 0.2rem 0.65rem;
    border-radius: 100px;
    margin-bottom: 0.75rem;
}

.prog-card-body h3 {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.prog-card-body p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.75rem;
}

.prog-cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.3s, color 0.3s;
}

.prog-cta i {
    transition: transform 0.3s;
}

.prog-card:hover .prog-cta i {
    transform: translateX(4px);
}

.prog-card:hover .prog-cta {
    gap: 0.5rem;
}

.prog-sm {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: all 0.3s var(--ease);
}

.prog-sm:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(232, 117, 32, 0.15);
    background: linear-gradient(135deg, #fff 0%, rgba(253, 240, 228, 0.3) 100%);
}

.prog-sm:hover .prog-sm-icon {
    background: var(--accent);
    color: #fff;
    transform: scale(1.1);
}

.prog-sm:hover h4 {
    color: var(--accent);
}

.prog-sm:hover .prog-cta {
    gap: 0.5rem;
}

.prog-sm h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.prog-sm p {
    font-size: 0.85rem;
    color: var(--text-muted);
    flex-grow: 1;
    margin-bottom: 0.75rem;
}

/* ================================================
   ADMISSIONS CTA
   ================================================ */

.section-cta {
    background: linear-gradient(160deg, #0f264b 0%, #1b3d76 42%, #2f7bb8 100%);
    padding: 4.5rem 0;
}

.cta-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.cta-text .overline.light {
    color: var(--accent);
}

.cta-text .heading-lg.white {
    margin-bottom: 0.75rem;
}

.cta-text .heading-lg.white em {
    color: var(--accent);
}

.cta-text p {
    color: rgba(255, 255, 255, 0.7);
}

.cta-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-step {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.cta-step:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 143, 87, 0.5);
    transform: translateY(-2px);
}

.step-num {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
    display: block;
    margin-bottom: 0.25rem;
}

.cta-step h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.cta-step p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
}

/* ================================================
   CAMPUS LIFE
   ================================================ */

.campus-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

.campus-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: var(--radius);
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s var(--ease);
}

.campus-card:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(232, 117, 32, 0.15);
    background: linear-gradient(135deg, #fff 0%, rgba(253, 240, 228, 0.4) 100%);
}

.campus-card-lg {
    grid-column: span 1;
}

.campus-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: var(--accent);
    transition: transform 0.35s, color 0.35s;
}

.campus-card:hover .campus-icon {
    transform: scale(1.2) rotate(-5deg);
    color: var(--navy);
}

.campus-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.3rem;
    transition: color 0.3s;
}

.campus-card:hover h3 {
    color: var(--accent);
}

.campus-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* ================================================
   PLACEMENTS
   ================================================ */

/* Flow layout with arrows */

.placement-flow {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 0.5rem;
}

.placement-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    color: var(--accent);
    font-size: 1.1rem;
    opacity: 0.5;
}

.placement-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    padding: 1.75rem;
    text-align: center;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
    position: relative;
    overflow: hidden;
}

.placement-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(71, 183, 240, 0.18), transparent 40%);
    opacity: 0;
    transition: opacity 0.35s var(--ease);
    pointer-events: none;
    border-radius: inherit;
}

.placement-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 122, 62, 0.45);
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 18px 48px rgba(19, 41, 76, 0.16);
}

.placement-card:hover::before {
    opacity: 1;
}

.placement-icon {
    font-size: 2rem;
    margin-bottom: 0.85rem;
    transition: transform 0.35s var(--ease), color 0.35s;
    color: var(--accent-2);
}

.placement-card:hover .placement-icon {
    transform: scale(1.2);
}

.placement-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
    transition: color 0.3s;
}

.placement-card:hover h4 {
    color: var(--accent);
}

.placement-card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
}

/* ================================================
   SCHOLARSHIPS
   ================================================ */

.scholarship-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.sch-card {
    background: var(--white);
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
    position: relative;
    overflow: hidden;
    cursor: default;
}

/* Glowing sweep on hover */

.sch-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232, 117, 32, 0.08) 0%, rgba(232, 117, 32, 0) 60%);
    opacity: 0;
    transition: opacity 0.35s var(--ease);
    pointer-events: none;
    border-radius: inherit;
}

.sch-card:hover {
    border-color: var(--accent);
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 40px rgba(232, 117, 32, 0.18), 0 2px 8px rgba(27, 45, 91, 0.08);
    background: #fff;
}

.sch-card:hover::before {
    opacity: 1;
}

/* Number animates from faint to vivid on hover */

.sch-num {
    font-family: var(--font-serif);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--accent);
    opacity: 0.35;
    margin-bottom: 0.5rem;
    line-height: 1;
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), color 0.35s;
}

.sch-card:hover .sch-num {
    opacity: 1;
    transform: scale(1.15);
}

.sch-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
    transition: color 0.3s;
}

.sch-card:hover h4 {
    color: var(--accent);
}

.sch-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.sch-card-cta {
    background: var(--accent-light);
    border-color: rgba(232, 117, 32, 0.2);
}

.sch-card-cta:hover {
    background: rgba(232, 117, 32, 0.12);
}

/* ================================================
   CONTACT
   ================================================ */

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.contact-card {
    background: var(--white);
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s, background 0.35s;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--navy-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease);
}

.contact-card:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(232, 117, 32, 0.15);
}

.contact-card:hover::before {
    transform: scaleX(1);
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.contact-card:hover .contact-icon {
    background: var(--accent);
    color: #fff;
    transform: scale(1.1);
}

.contact-card h4 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.contact-card p,
.contact-card a {
    font-size: 0.95rem;
    color: var(--text-muted);
    transition: color 0.2s;
}

.contact-card a:hover {
    color: var(--accent);
}

.social-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.map-link {
    display: inline-block;
    font-weight: 600;
    color: var(--accent) !important;
    transition: color 0.2s;
}

.map-link:hover {
    color: var(--navy) !important;
}

/* Removed map embed styles because the embed is no longer used */

/* ================================================
   GLOBAL STRATEGIC ADVISORY COUNCIL (GSAC)
   ================================================ */

/* =========================================================
   GSAC — Corporate Theme (light, navy + orange accents)
   ========================================================= */

.page-gsac {
    background: var(--white);
}

/* Hero */

.gsac-hero {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 5rem;
    color: #f8fafc;
    overflow: hidden;
}

.gsac-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 15%, rgba(232, 117, 32, 0.30), transparent 45%), radial-gradient(circle at 85% 90%, rgba(232, 117, 32, 0.12), transparent 50%), linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%);
    z-index: -1;
}

.gsac-hero-inner {
    max-width: 860px;
    position: relative;
}

.gsac-hero-inner::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent);
    margin-bottom: 1.25rem;
    border-radius: 2px;
}

.gsac-title {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4.2vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.9rem;
    color: #fff;
}

.gsac-subtitle {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.6rem;
}

.overline-light {
    color: rgba(255, 255, 255, 0.72);
}

.gsac-lead {
    font-size: 1rem;
    color: rgba(248, 250, 252, 0.9);
    max-width: 740px;
    margin-bottom: 0.9rem;
    line-height: 1.75;
}

/* Role */

.gsac-role {
    background: var(--white);
    color: var(--text);
}

.gsac-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.gsac-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-top: 3px solid var(--accent);
    border-radius: var(--radius);
    padding: 1.5rem 1.35rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.gsac-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.gsac-card h3 {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.gsac-card p {
    font-size: 0.94rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* Structure */

.gsac-structure {
    background: var(--off-white);
    color: var(--text);
}

.gsac-structure-grid {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.gsac-structure-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: var(--radius);
    padding: 1.35rem 1.25rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gsac-structure-card::before {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 0;
    width: 30px;
    height: 3px;
    background: var(--accent);
    border-radius: 0 0 2px 2px;
}

.gsac-structure-card:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 117, 32, 0.35);
    box-shadow: var(--shadow);
}

.gsac-structure-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin: 0.4rem 0 0.4rem;
}

.gsac-structure-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Commitment pull-quote */

.gsac-commitment {
    margin-top: 3rem;
    max-width: 920px;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    padding: 1.75rem 1.9rem;
    box-shadow: var(--shadow-sm);
}

.gsac-commitment h3 {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.8rem;
}

.gsac-commitment p {
    font-size: 0.97rem;
    color: var(--text);
    margin-bottom: 0.65rem;
    line-height: 1.75;
}

/* Profiles */

.gsac-profiles-cta {
    background: var(--off-white);
}

.gsac-advisor-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 2.5rem;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s var(--ease);
}

.gsac-advisor-card:hover {
    box-shadow: var(--shadow);
}

.gsac-advisor-card+.gsac-advisor-card {
    margin-top: 2rem;
}

.gsac-advisor-header {
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
    padding: 2rem 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(232, 117, 32, 0.07), rgba(27, 45, 91, 0.04));
    border-bottom: 1px solid var(--gray-100);
}

.gsac-advisor-photo {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #f5a15b);
    padding: 3px;
    flex-shrink: 0;
    box-shadow: 0 10px 28px rgba(232, 117, 32, 0.22);
    margin-top: 0.25rem;
}

.gsac-advisor-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    display: block;
    background: #fff;
}

.gsac-advisor-intro {
    flex: 1;
    min-width: 0;
}

.gsac-advisor-intro h3 {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
    line-height: 1.2;
}

.gsac-advisor-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 0.25rem;
}

.gsac-advisor-former {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 0.9rem;
    font-style: italic;
}

.gsac-advisor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.gsac-advisor-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--accent-light);
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
    border-radius: 2rem;
    border: 1px solid rgba(232, 117, 32, 0.22);
}

.gsac-advisor-tags span i {
    font-size: 0.72rem;
}

.gsac-advisor-body {
    padding: 2rem 2rem 1.25rem;
}

/* Editorial bio — clean sans-serif for readability */

.gsac-advisor-bio {
    position: relative;
    color: var(--gray-800);
    font-family: var(--font-sans);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0.5rem 0 2rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-left: 3px solid var(--accent);
    background: linear-gradient(90deg, rgba(232, 117, 32, 0.04), transparent 70%);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.gsac-advisor-bio strong {
    color: var(--navy);
    font-weight: 700;
}

/* Stats */

.gsac-advisor-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.85rem;
    margin-bottom: 2.25rem;
}

.gsac-stat-item {
    text-align: center;
    background: var(--off-white);
    border: 1px solid var(--gray-100);
    border-radius: 0.75rem;
    padding: 1.1rem 0.6rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gsac-stat-item:hover {
    transform: translateY(-3px);
    border-color: rgba(232, 117, 32, 0.45);
    background: var(--white);
}

.gsac-stat-num {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.25rem;
    line-height: 1.1;
}

.gsac-stat-label {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Lists */

.gsac-advisor-positions {
    margin-bottom: 1.75rem;
}

.gsac-advisor-positions h4 {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.9rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.gsac-advisor-positions h4 i {
    color: var(--accent);
    font-size: 0.95rem;
}

.gsac-advisor-positions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gsac-advisor-positions li {
    position: relative;
    padding: 0.6rem 0 0.6rem 1.4rem;
    color: var(--text);
    font-size: 0.93rem;
    line-height: 1.65;
    border-bottom: 1px dashed var(--gray-100);
}

.gsac-advisor-positions li:last-child {
    border-bottom: none;
}

.gsac-advisor-positions li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.05rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(232, 117, 32, 0.14);
}

.gsac-advisor-positions li strong {
    color: var(--navy);
    font-weight: 700;
}

/* Responsive */

@media (max-width: 992px) {
    .gsac-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gsac-structure-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gsac-advisor-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.25rem;
        padding: 1.75rem 1.5rem 1.25rem;
    }
    .gsac-advisor-photo {
        width: 115px;
        height: 115px;
        margin-top: 0;
    }
    .gsac-advisor-intro {
        width: 100%;
    }
    .gsac-advisor-intro h3 {
        font-size: 1.5rem;
    }
    .gsac-advisor-tags {
        justify-content: center;
    }
    .gsac-advisor-body {
        padding: 1.5rem;
    }
    .gsac-advisor-bio {
        font-size: 0.98rem;
        padding-left: 1.1rem;
    }
    .gsac-advisor-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6rem;
    }
    .gsac-stat-num {
        font-size: 1.3rem;
    }
    .gsac-stat-label {
        font-size: 0.68rem;
    }
}

@media (max-width: 640px) {
    .gsac-grid {
        grid-template-columns: 1fr;
    }
    .gsac-structure-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .gsac-advisor-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .gsac-advisor-photo {
        width: 100px;
        height: 100px;
    }
    .gsac-advisor-intro h3 {
        font-size: 1.3rem;
    }
}

/* ================================================
   SDAT JOURNEY — Masonry Gallery + Lightbox
   ================================================ */

.journey-section {
    background: var(--navy-dark);
    padding: 5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.journey-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--accent) 30%, #facc15 50%, var(--accent) 70%, transparent 100%);
}

/* Header */

.journey-header-inner {
    text-align: center;
    margin-bottom: 3rem;
}

.journey-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.journey-kicker span:first-child,
.journey-kicker span:last-child {
    display: block;
    width: 44px;
    height: 1px;
    background: var(--accent);
    opacity: 0.55;
}

.journey-kicker span:nth-child(2) {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
}

.journey-title {
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.9rem;
}

.journey-title em {
    color: var(--accent);
    font-style: italic;
}

.journey-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.55);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Dual infinite marquee filmstrip ── */

.journey-section {
    padding-bottom: 4rem;
}

.jm-row-wrap {
    overflow: hidden;
    width: 100%;
    margin-top: 1.25rem;
    /* Edge fade masks */
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.jm-track {
    display: flex;
    gap: 10px;
    width: max-content;
    will-change: transform;
}

/* Row 1 scrolls left */

.jm-track--left {
    animation: jm-scroll-left 120s linear infinite;
}

/* Row 2 scrolls right */

.jm-track--right {
    animation: jm-scroll-right 120s linear infinite;
}

@keyframes jm-scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes jm-scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */

.jm-row-wrap:hover .jm-track {
    animation-play-state: paused;
}

/* Each photo item */

.jm-item {
    flex-shrink: 0;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.jm-item img {
    height: 100%;
    width: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.5s ease;
    pointer-events: none;
}

.jm-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 40, 0);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.jm-item-overlay i {
    color: #fff;
    font-size: 1.2rem;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jm-item:hover img {
    transform: scale(1.06);
}

.jm-item:hover .jm-item-overlay {
    background: rgba(10, 18, 40, 0.5);
}

.jm-item:hover .jm-item-overlay i {
    opacity: 1;
    transform: scale(1);
}

.jm-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    border: 2px solid var(--accent);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.jm-item:hover::after {
    opacity: 0.7;
}

@media (max-width: 720px) {
    .jm-item {
        height: 160px;
    }
    .jm-row-wrap {
        margin-top: 0.85rem;
    }
    .jm-track {
        gap: 7px;
    }
    .jm-track--left {
        animation-duration: 90s;
    }
    .jm-track--right {
        animation-duration: 90s;
    }
}

@media (max-width: 480px) {
    .jm-item {
        height: 130px;
    }
}

/* ================================================
   LIGHTBOX
   ================================================ */

.jlb {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.jlb.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.jlb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 9, 22, 0.97);
    cursor: pointer;
}

.jlb-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.25s;
}

.jlb-close:hover {
    background: var(--accent);
    transform: scale(1.1) rotate(90deg);
}

.jlb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.25s;
    backdrop-filter: blur(8px);
}

.jlb-prev {
    left: 1.5rem;
}

.jlb-next {
    right: 1.5rem;
}

.jlb-nav:hover {
    background: var(--accent);
    transform: translateY(-50%) scale(1.08);
}

.jlb-stage {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 92vw;
    max-height: 90vh;
}

.jlb-img {
    max-width: 90vw;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
    display: block;
    opacity: 0;
    transform: scale(0.93);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jlb-img.is-loaded {
    opacity: 1;
    transform: scale(1);
}

.jlb-spinner {
    position: absolute;
    color: var(--accent);
    font-size: 1.8rem;
    transition: opacity 0.2s ease;
}

.jlb-spinner.is-hidden {
    opacity: 0;
}

.jlb-counter {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0.35rem 1rem;
    border-radius: 2rem;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .jlb-nav {
        width: 42px;
        height: 42px;
        font-size: 0.85rem;
    }
    .jlb-prev {
        left: 0.6rem;
    }
    .jlb-next {
        right: 0.6rem;
    }
    .jlb-img {
        max-width: 96vw;
        max-height: 80vh;
    }
}

/* ================================================
   ENQUIRY MODAL
   ================================================ */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 29, 61, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 1.5rem;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: var(--white);
    border-radius: var(--radius-lg);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2.5rem;
    box-shadow: 0 24px 64px rgba(15, 29, 61, 0.2);
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.is-open .modal {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--text-muted);
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.modal-close:hover {
    color: var(--navy);
}

.modal-header {
    margin-bottom: 1.5rem;
}

.modal-header h3 {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.modal-header p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.02em;
}

.form-group .req {
    color: var(--accent);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.7rem 0.85rem;
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius-sm);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--navy);
    background: var(--gray-50);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(232, 117, 32, 0.12);
}

.form-group textarea {
    resize: vertical;
}

/* Phone field with +91 prefix */

.phone-input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius-sm);
    background: var(--gray-50);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.phone-input-wrap:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(232, 117, 32, 0.12);
}

.phone-input-wrap.field-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.phone-prefix {
    padding: 0.7rem 0.75rem 0.7rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--navy);
    background: var(--gray-100);
    border-right: 1.5px solid var(--gray-100);
    user-select: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.phone-input-wrap input {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0.7rem 0.85rem;
    font-size: 0.9rem;
    color: var(--navy);
    outline: none;
    min-width: 0;
    letter-spacing: 0.04em;
}

.btn-full {
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

/* Field validation error */

.form-group input.field-error,
.form-group select.field-error,
.form-group textarea.field-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
    animation: shake 0.3s ease;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-6px);
    }
    75% {
        transform: translateX(6px);
    }
}

/* Error banner */

.form-error-banner {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.65rem 0.9rem;
    border-radius: var(--radius-sm);
    margin-bottom: 0.5rem;
}

/* Success state */

.form-success {
    text-align: center;
    padding: 2.5rem 1rem;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f0fdf4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    border: 2px solid #86efac;
}

.form-success-icon i {
    font-size: 2.2rem;
    color: #22c55e;
}

.form-success h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.6rem;
}

.form-success p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.35rem;
}

.form-success-contact {
    font-size: 0.88rem;
    margin-top: 1rem !important;
}

.form-success-contact a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 480px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    .modal {
        padding: 1.5rem;
    }
}

.social-btn {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gray-600);
    padding: 0.4rem 0.75rem;
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius-sm);
    transition: all 0.2s;
}

.social-btn:hover {
    color: var(--accent);
    border-color: var(--accent);
    background: var(--accent-light);
}

/* ================================================
   FOOTER
   ================================================ */

.footer {
    background: linear-gradient(180deg, #08172b 0%, #0d2342 45%, #142c55 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 3.5rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo .logo-name {
    color: #fff;
}

.footer-logo .logo-sub {
    color: rgba(255, 255, 255, 0.5);
}

.footer-logo .logo-mark {
    background: rgba(255, 255, 255, 0.95);
    height: 80px;
    display: flex;
    align-items: center;
    padding: 6px;
}

.footer-tagline {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
    margin-top: 0.75rem;
    letter-spacing: 0.04em;
}

.footer-logo .logo-name {
    font-size: 1.3rem;
}

.footer-logo .logo-sub {
    font-size: 0.9rem;
}

.footer-col h5 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.85rem;
}

.footer-col a {
    display: block;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.3rem 0;
    transition: color 0.2s, padding-left 0.25s, text-shadow 0.2s;
    position: relative;
}

.footer-col a:hover {
    color: var(--accent);
    padding-left: 0.5rem;
    text-shadow: 0 0 12px rgba(232, 117, 32, 0.3);
}

.footer-col a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: 3px;
    height: 60%;
    background: var(--accent);
    border-radius: 2px;
    transition: transform 0.25s var(--ease);
}

.footer-col a:hover::before {
    transform: translateY(-50%) scaleX(1);
}

.footer-bottom {
    text-align: center;
    padding: 1.5rem 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1100px) {
    .prog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .prog-hero-card {
        grid-row: span 1;
        min-height: 260px;
    }
    .campus-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .placement-flow {
        flex-wrap: wrap;
    }
    .placement-flow .placement-card {
        flex: 1 1 40%;
    }
    .placement-arrow {
        display: none;
    }
    .scholarship-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .split-layout {
        grid-template-columns: 1fr;
    }
    .stats-bar .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============ MOBILE NAV — SLIDE DRAWER + ACCORDION ============ */

@media (max-width: 992px) {
    /* Overlay behind drawer */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(2, 6, 23, 0.55);
        z-index: 98;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s;
    }
    .nav-overlay.is-visible {
        opacity: 1;
        visibility: visible;
    }
    /* The drawer itself — slides from right */
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        max-width: 85vw;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.18);
        transform: translateX(100%);
        opacity: 1;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
        z-index: 100;
    }
    .nav.is-open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }
    /* Drawer header with close X */
    .nav-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid var(--gray-100);
        background: linear-gradient(135deg, #0f172a, #1e293b);
    }
    .nav-drawer-header .nav-drawer-title {
        font-size: 0.95rem;
        font-weight: 700;
        color: #f8fafc;
        letter-spacing: 0.04em;
    }
    .nav-drawer-close {
        background: none;
        border: none;
        color: #94a3b8;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 4px;
        line-height: 1;
        transition: color 0.2s;
    }
    .nav-drawer-close:hover {
        color: #fff;
    }
    /* Main nav link rows */
    .nav-item {
        position: relative;
        border-bottom: 1px solid #f1f5f9;
    }
    .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        line-height: 1.4;
        padding: 0.9rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 600;
        color: #1e293b;
        border-bottom: none;
        transition: background 0.2s, color 0.2s;
    }
    .nav-link:hover,
    .nav-link:active {
        background: #f8fafc;
        color: var(--accent);
    }
    /* Arrow rotates when open */
    .nav-link::after {
        margin-left: auto;
        transition: transform 0.3s ease;
        opacity: 0.5;
    }
    .nav-item.accordion-open>.nav-link {
        color: var(--accent);
        background: #fff7ed;
    }
    .nav-item.accordion-open>.nav-link::after {
        transform: rotate(180deg);
        opacity: 1;
    }
    /* Mega dropdown — hidden by default, accordion-opens */
    .mega-dropdown {
        position: static;
        transform: none;
        display: grid;
        grid-template-columns: 1fr;
        min-width: 100%;
        max-width: none;
        border: none;
        border-top: none;
        box-shadow: none;
        background: #f8fafc;
        border-radius: 0;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s;
    }
    /* When accordion is open */
    .nav-item.accordion-open .mega-dropdown {
        max-height: 600px;
        padding: 0.25rem 0 0.5rem;
        border-top: 1px solid #e2e8f0;
    }
    /* Override desktop hover — don't show on hover in mobile */
    .nav-item:hover .mega-dropdown,
    .nav-item:focus-within .mega-dropdown {
        transform: none;
        position: static;
        max-height: 0;
        padding: 0;
    }
    .nav-item.accordion-open:hover .mega-dropdown,
    .nav-item.accordion-open:focus-within .mega-dropdown {
        max-height: 600px;
        padding: 0.25rem 0 0.5rem;
    }
    .mega-col+.mega-col {
        border-left: none;
        border-top: 1px solid #e2e8f0;
    }
    .mega-dropdown .mega-col {
        padding: 0.6rem 1.5rem 0.6rem 2rem;
    }
    .mega-dropdown .mega-col h4 {
        color: var(--accent);
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 0.35rem;
    }
    .mega-dropdown .mega-col a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #475569;
        font-size: 0.88rem;
        font-weight: 500;
        padding: 0.45rem 0;
        transition: color 0.2s, padding-left 0.2s;
        border-bottom: 1px solid rgba(226, 232, 240, 0.4);
    }
    .mega-dropdown .mega-col a:last-child {
        border-bottom: none;
    }
    .mega-dropdown .mega-col a::before {
        content: '›';
        color: var(--accent);
        font-weight: 700;
        font-size: 1rem;
        opacity: 0;
        transition: opacity 0.2s;
    }
    .mega-dropdown .mega-col a:hover {
        color: var(--accent);
        padding-left: 0.25rem;
    }
    .mega-dropdown .mega-col a:hover::before {
        opacity: 1;
    }
    /* Quick-action buttons at bottom of drawer */
    .nav-drawer-actions {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        padding: 1rem 1.25rem 1.5rem;
        margin-top: auto;
        border-top: 1px solid #e2e8f0;
        background: #f8fafc;
    }
    .nav-drawer-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        font-size: 0.9rem;
        font-weight: 700;
        text-align: center;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .nav-drawer-actions a:active {
        transform: scale(0.97);
    }
    .nav-drawer-actions .drawer-btn-primary {
        background: var(--accent);
        color: #fff;
        box-shadow: 0 2px 10px rgba(232, 117, 32, 0.3);
    }
    .nav-drawer-actions .drawer-btn-primary:hover {
        box-shadow: 0 4px 16px rgba(232, 117, 32, 0.5);
    }
    .nav-drawer-actions .drawer-btn-secondary {
        background: #fff;
        color: #1e293b;
        border: 1px solid #e2e8f0;
    }
    .nav-drawer-actions .drawer-btn-secondary:hover {
        border-color: var(--accent);
        color: var(--accent);
    }
    /* Hamburger button */
    .nav-toggle {
        display: flex;
    }
    .nav-toggle.is-open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .nav-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }
    .nav-toggle.is-open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

@media (max-width: 768px) {
    .utility-bar {
        display: flex;
        height: auto;
        padding: 0.3rem 0;
    }
    .utility-bar .container {
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }
    .utility-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    .utility-right {
        display: none;
    }
    .header {
        height: 64px;
    }
    .header .container {
        gap: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /* Single image logo on tablet/tablet-landscape */
    .logo-full {
        height: 100px;
        max-width: 260px;
    }
    .nav {
        top: 64px;
        max-height: calc(100vh - 64px);
    }
    .hero {
        min-height: 92vh;
    }
    .prog-grid {
        grid-template-columns: 1fr;
    }
    .campus-grid {
        grid-template-columns: 1fr 1fr;
    }
    .placement-flow {
        flex-direction: column;
    }
    .placement-flow .placement-card {
        flex: 1 1 100%;
    }
    .scholarship-grid {
        grid-template-columns: 1fr;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        flex-direction: column;
    }
    .btn {
        width: 100%;
        justify-content: center;
    }
    .stats-bar .container {
        grid-template-columns: 1fr 1fr;
    }
    .campus-grid {
        grid-template-columns: 1fr;
    }
    .logo-full {
        height: 80px;
    }

    /* Footer logo sizing on small screens */
    .footer-logo .logo-mark {
        height: 68px;
    }
}

/* ================================================
   SCROLL PROGRESS BAR
   ================================================ */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--accent), var(--navy-light));
    z-index: 9999;
    transition: width 0.1s linear;
}

/* ================================================
   SPACING NORMALIZATION (overrides)
   - Centralizes common layout paddings/gaps using the spacing scale
   - Kept intentionally minimal to avoid breaking fine-grained component spacing
   ================================================ */

:root {
    /* fallback mapping for existing numeric values */
    --container-padding: var(--space-lg);
}

.container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

.section {
    padding-top: var(--space-xxl);
    padding-bottom: var(--space-xxl);
}

.stats-bar {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
}

.prog-grid,
.scholarship-grid,
.campus-grid,
.contact-grid,
.highlights-grid {
    gap: var(--space-lg);
}

.footer-grid {
    gap: var(--space-lg);
}

.hero .hero-actions {
    gap: var(--space-md);
}

/* Responsive adjustments: reduce section padding on smaller screens */
@media (max-width: 900px) {
    .section {
        padding-top: var(--space-xl);
        padding-bottom: var(--space-xl);
    }
    .container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }
}

/* ================================================
   HERO ENHANCEMENTS
   ================================================ */

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-typed-wrap {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent);
    min-height: 1.8em;
    margin-bottom: 0.75rem;
}

#heroTyped {
    border-right: 2px solid var(--accent);
    padding-right: 4px;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 3;
    opacity: 0.6;
    animation: scrollBounce 2s infinite;
}

.scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    animation: scrollWheel 1.5s infinite;
}

.scroll-indicator span {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes scrollBounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}

/* Glowing CTA button */

.btn-glow {
    position: relative;
    overflow: hidden;
}

.btn-glow::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, var(--accent), var(--navy-light), var(--accent));
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    filter: blur(12px);
}

.btn-glow:hover::after {
    opacity: 0.5;
}

.btn-lg {
    padding: 1.1rem 2.2rem;
    font-size: 1rem;
}

.btn-outline {
    background: transparent;
    color: var(--navy);
    border: 2px solid var(--navy);
}

.btn-outline:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-2px);
}

/* ================================================
   INFO CARD ICON
   ================================================ */

.info-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

/* ================================================
   3-YEAR TIMELINE / ELITE MODEL
   ================================================ */

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.timeline-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 2rem 1.75rem;
    transition: all 0.3s var(--ease);
    position: relative;
    overflow: hidden;
}

.timeline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.timeline-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(232, 117, 32, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(232, 117, 32, 0.15);
}

.timeline-card:hover .timeline-year {
    opacity: 1;
    transform: scale(1.05);
}

.timeline-card:hover h3 {
    color: var(--accent);
}

.timeline-card:hover li {
    color: rgba(255, 255, 255, 0.85);
}

.timeline-year {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 0.75rem;
    opacity: 0.85;
    transition: opacity 0.3s, transform 0.3s;
}

.timeline-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    transition: color 0.3s;
}

.timeline-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.timeline-card li {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.65);
    padding-left: 1.25rem;
    position: relative;
    transition: color 0.3s;
}

.timeline-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.6;
}

/* ================================================
   PROGRAMME HERO CARD — VISUAL / ICON AREA
   ================================================ */

.prog-card-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem 1rem;
    flex-grow: 1;
    min-height: 160px;
}

.prog-icon-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2.5px solid rgba(232, 117, 32, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--accent);
    position: relative;
    background: rgba(232, 117, 32, 0.08);
    transition: transform 0.4s var(--ease), border-color 0.4s, background 0.4s, box-shadow 0.4s;
}

/* Outer pulse ring */

.prog-icon-ring::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1.5px dashed rgba(232, 117, 32, 0.2);
    animation: ringRotate 20s linear infinite;
}

/* Inner glow */

.prog-icon-ring::after {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 117, 32, 0.1) 0%, transparent 70%);
}

.prog-hero-card:hover .prog-icon-ring {
    transform: scale(1.12);
    border-color: var(--accent);
    background: rgba(232, 117, 32, 0.15);
    box-shadow: 0 0 30px rgba(232, 117, 32, 0.25);
}

.prog-hero-card:hover .prog-icon-ring i {
    animation: iconBounce 0.5s ease;
}

/* Decorative dots pattern */

.prog-deco-dots {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.prog-deco-dots::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.6;
}

.prog-deco-dots::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: radial-gradient(circle, rgba(232, 117, 32, 0.2) 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.5;
}

@keyframes ringRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes iconBounce {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* ================================================
   PROGRAMME ENHANCEMENTS
   ================================================ */

.prog-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.prog-tools span {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(232, 117, 32, 0.2);
    color: #ffcfa0;
    padding: 0.15rem 0.55rem;
    border-radius: 100px;
}

.prog-sm-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--accent-light);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

/* ================================================
   CERTIFICATIONS MARQUEE
   ================================================ */

.cert-marquee-section {
    padding: 3.5rem 0;
    background: var(--off-white);
    overflow: hidden;
}

.cert-marquee-section .section-header {
    margin-bottom: 2rem;
}

.marquee-track {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-track::before,
.marquee-track::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.marquee-track::before {
    left: 0;
    background: linear-gradient(to right, var(--off-white), transparent);
}

.marquee-track::after {
    right: 0;
    background: linear-gradient(to left, var(--off-white), transparent);
}

.marquee-content {
    display: flex;
    gap: 1.5rem;
    animation: marqueeScroll 40s linear infinite;
    width: max-content;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--navy);
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 0.65rem 1.25rem;
    border-radius: 100px;
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s;
}

.marquee-item i {
    color: var(--accent);
    font-size: 1rem;
}

.marquee-item:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ================================================
   CAREER OUTCOMES
   ================================================ */

.career-outcomes {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.heading-md {
    font-family: var(--font-sans);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--navy);
}

.heading-md.white {
    color: #fff;
}

.heading-md em {
    color: var(--accent);
    font-family: var(--font-serif);
}

.outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
}

.outcome-col {
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 2rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.outcome-col:hover {
    border-color: rgba(232, 117, 32, 0.35);
    box-shadow: 0 8px 32px rgba(232, 117, 32, 0.1);
}

.outcome-col h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.outcome-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.outcome-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.45rem 0.9rem;
    border-radius: 100px;
    transition: all 0.25s;
    cursor: default;
}

.outcome-tags span:hover {
    background: rgba(232, 117, 32, 0.18);
    border-color: rgba(232, 117, 32, 0.5);
    color: #fff;
    transform: translateY(-2px);
}

.outcome-tags span i {
    font-size: 0.78rem;
    color: var(--accent);
    flex-shrink: 0;
}

/* Intro text */

.outcomes-intro {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    max-width: 600px;
    margin: 0.6rem auto 0;
    text-align: center;
    line-height: 1.6;
}

/* Column header */

.outcome-col-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.outcome-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.bcom-icon {
    background: rgba(232, 117, 32, 0.18);
    color: var(--accent);
}

.bca-icon {
    background: rgba(59, 130, 246, 0.18);
    color: #60a5fa;
}

.outcome-col-header h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.2rem;
}

.outcome-sub {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* Stats row */

.outcome-stats-row {
    display: flex;
    gap: 0;
    margin-bottom: 1.25rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.outcome-stat {
    flex: 1;
    text-align: center;
    padding: 0.85rem 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s;
}

.outcome-stat:last-child {
    border-right: none;
}

.outcome-stat:hover {
    background: rgba(232, 117, 32, 0.08);
}

.outcome-stat-icon {
    display: block;
    font-size: 0.85rem;
    color: var(--accent);
    opacity: 0.6;
    margin-bottom: 0.3rem;
}

.outcome-stat-val {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1.2;
}

.outcome-stat-label {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Roles label */

.outcome-roles-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
}

.outcome-roles-label i {
    color: var(--accent);
    font-size: 0.65rem;
}

/* Sectors */

.outcome-sectors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.sector-label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-right: 0.25rem;
}

.sector-label i {
    color: var(--accent);
    font-size: 0.65rem;
}

.outcome-sectors span:not(.sector-label) {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.7rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.outcome-sectors span:not(.sector-label):hover {
    background: rgba(232, 117, 32, 0.12);
    border-color: rgba(232, 117, 32, 0.3);
    color: #fff;
}

.outcome-sectors span:not(.sector-label) i {
    font-size: 0.7rem;
    color: var(--accent);
    opacity: 0.7;
}

/* Footer note */

.outcomes-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    background: rgba(232, 117, 32, 0.08);
    border: 1px solid rgba(232, 117, 32, 0.2);
    border-radius: var(--radius);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.5;
}

.outcomes-footer i {
    color: var(--accent);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.outcomes-footer strong {
    color: #fff;
}

/* ================================================
   MANAGEMENT MESSAGES
   ================================================ */

.message-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.message-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.message-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(232, 117, 32, 0.14);
    border-color: rgba(232, 117, 32, 0.3);
}

/* Photo — full-width strip at top of card */

.message-card-photo {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--navy-dark), var(--navy-light));
    flex-shrink: 0;
}

.message-card-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    /* extra tall to push bottom watermark strip out of view */
    object-fit: cover;
    object-position: center 5%;
    display: block;
    transition: transform 0.5s ease;
}

.message-card:hover .message-card-photo img {
    transform: scale(1.04);
}

/* Mask the top-edge orange accent baked into server photos */

.message-card-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: var(--white);
    z-index: 2;
}

/* Content below photo */

.message-card-content {
    padding: 1.5rem 1.75rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.message-card:hover .message-quote {
    opacity: 0.8;
    transform: scale(1.15);
}

.message-card:hover .message-author h4 {
    color: var(--accent);
}

.message-quote {
    color: var(--accent);
    font-size: 1.5rem;
    opacity: 0.3;
    margin-bottom: 0.75rem;
    transition: opacity 0.35s, transform 0.35s;
}

.message-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.message-author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--gray-100);
}

.message-author-photo {
    display: none;
    /* photo already shown at top — no need to repeat */
}

.message-author h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    transition: color 0.3s;
    margin-bottom: 0.1rem;
}

.message-author span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ================================================
   ELITE BANNER
   ================================================ */

.elite-banner {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 4rem 0;
}

.elite-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.elite-banner-text h2 {
    font-family: var(--font-sans);
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}

.elite-banner-text p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 560px;
}

/* ================================================
   FLOATING CTA
   ================================================ */

.floating-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent);
    color: #fff;
    padding: 0.85rem 1.5rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 8px 32px rgba(232, 117, 32, 0.4);
    z-index: 90;
    transform: translateY(120px);
    opacity: 0;
    transition: all 0.4s var(--ease);
    cursor: pointer;
}

.floating-cta.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.floating-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(232, 117, 32, 0.5);
}

.floating-cta i {
    font-size: 1rem;
}

/* ================================================
   FOOTER ENHANCEMENT
   ================================================ */

.footer-trust {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 0.35rem;
}

/* ================================================
   CTA STEP ACTION
   ================================================ */

.cta-step-action {
    border-color: rgba(232, 117, 32, 0.3);
    background: rgba(232, 117, 32, 0.08);
}

/* ================================================
   CAMPUS ICON (FA ICONS)
   ================================================ */

.campus-card .campus-icon {
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

/* ================================================
   PLACEMENT ICON (FA ICONS)
   ================================================ */

.placement-card .placement-icon {
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

/* ================================================
   NEW RESPONSIVE ADDITIONS
   ================================================ */

@media (max-width: 1100px) {
    .timeline-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .message-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .timeline-grid {
        grid-template-columns: 1fr;
    }
    .message-grid {
        grid-template-columns: 1fr;
    }
    /* message-card is now a simple flex column — no grid overrides needed */
    .elite-banner-inner {
        flex-direction: column;
        text-align: center;
    }
    .elite-banner-text p {
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    /* message-card stacks naturally as flex column on mobile */
}

@media (max-width: 768px) {
    .scroll-indicator {
        display: none;
    }
    .floating-cta span {
        display: none;
    }
    .floating-cta {
        padding: 1rem;
        border-radius: 50%;
    }
}

@media (max-width: 480px) {
    .timeline-grid {
        gap: 1rem;
    }
    .elite-banner {
        padding: 3rem 0;
    }
}

/* ================================================
   GSAP FALLBACK — Ensure nothing stays invisible
   if GSAP fails to load or ScrollTrigger misfires
   ================================================ */

.section-header,
.split-text,
.info-card,
.prog-card,
.timeline-card,
.campus-card,
.contact-card,
.stat,
.sch-card,
.placement-card,
.message-card,
.elite-banner-inner,
.outcome-col {
    will-change: transform, opacity;
}

/* After 4s, force everything visible (GSAP safety net) */

@keyframes forceVisible {
    to {
        opacity: 1;
        transform: none;
    }
}

html.gsap-fallback .section-header,
html.gsap-fallback .split-text,
html.gsap-fallback .info-card,
html.gsap-fallback .prog-card,
html.gsap-fallback .timeline-card,
html.gsap-fallback .campus-card,
html.gsap-fallback .contact-card,
html.gsap-fallback .stat,
html.gsap-fallback .elite-banner-inner {
    animation: forceVisible 0.01s 4s both;
}

/* Kill VanillaTilt glare overlay if it leaks through */

.js-tilt-glare {
    display: none !important;
}

.js-tilt-glare-inner {
    display: none !important;
}