/* ============================================================
   Leela International — Complete Frontend Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
    --leela-teal: #0e6b6e;
    --leela-teal-dark: #0a5254;
    --leela-teal-light: #14a3a8;
    --leela-gold: #c9922a;
    --leela-gold-light: #e8b84a;
    --leela-navy: #0c1f2e;
    --leela-slate: #475569;
    --leela-muted: #64748b;
    --leela-bg: #f6f9fa;
    --leela-surface: #ffffff;
    --leela-border: #e2e8f0;
    --leela-radius: 14px;
    --leela-radius-sm: 8px;
    --leela-shadow: 0 4px 24px rgba(12, 31, 46, 0.08);
    --leela-shadow-lg: 0 20px 50px rgba(12, 31, 46, 0.14);
    --leela-font: 'DM Sans', sans-serif;
    --leela-display: 'Playfair Display', serif;
    --leela-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Map legacy vars used in style.css */
    --primary: var(--leela-gold);
    --primary-dark: #a87620;
    --primary-light: var(--leela-gold-light);
    --secondary: var(--leela-teal);
    --navy: var(--leela-navy);
    --text: var(--leela-slate);
    --text-light: var(--leela-muted);
    --cream: var(--leela-bg);
    --white: #fff;
    --gray-100: #f1f5f9;
    --gray-200: var(--leela-border);
    --font-heading: var(--leela-display);
    --font-body: var(--leela-font);
    --radius-md: var(--leela-radius);
    --radius-lg: 20px;
    --radius-xl: 50px;
    --transition: var(--leela-transition);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--leela-font);
    color: var(--leela-slate);
    background: var(--leela-surface);
    line-height: 1.65;
    margin: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--leela-display);
    color: var(--leela-navy);
    line-height: 1.25;
    font-weight: 700;
}

a { text-decoration: none; color: inherit; transition: var(--leela-transition); }

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

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================================
   PRELOADER — School Emblem Style
   ============================================================ */
.preloader,
.leela-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #071018 0%, var(--leela-navy) 40%, #0a3d40 100%);
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.65s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader.fade-out,
.leela-preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    pointer-events: none;
}

.leela-preloader-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.leela-preloader-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 520px;
    transform: translate(-50%, -55%);
    background: radial-gradient(circle, rgba(20, 163, 168, 0.18) 0%, rgba(201, 146, 42, 0.06) 45%, transparent 70%);
    animation: leelaGlowPulse 3s ease-in-out infinite;
}

@keyframes leelaGlowPulse {
    0%, 100% { transform: translate(-50%, -55%) scale(1); opacity: 0.8; }
    50% { transform: translate(-50%, -55%) scale(1.12); opacity: 1; }
}

.leela-preloader-particle {
    position: absolute;
    color: rgba(255, 255, 255, 0.07);
    font-size: 1.4rem;
    animation: leelaFloatParticle 8s ease-in-out infinite;
}

.leela-preloader-particle.p1 { top: 12%; left: 8%; font-size: 2rem; animation-delay: 0s; }
.leela-preloader-particle.p2 { top: 18%; right: 10%; font-size: 1.6rem; animation-delay: -1.5s; }
.leela-preloader-particle.p3 { bottom: 22%; left: 12%; font-size: 1.2rem; animation-delay: -3s; }
.leela-preloader-particle.p4 { bottom: 16%; right: 14%; font-size: 1.8rem; animation-delay: -4.5s; }
.leela-preloader-particle.p5 { top: 42%; left: 5%; font-size: 1rem; animation-delay: -2s; }
.leela-preloader-particle.p6 { top: 38%; right: 6%; font-size: 1.3rem; animation-delay: -5.5s; }

@keyframes leelaFloatParticle {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.07; }
    50% { transform: translateY(-18px) rotate(8deg); opacity: 0.14; }
}

.leela-preloader-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 24px;
    max-width: 420px;
    width: 100%;
    animation: leelaPreloaderIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes leelaPreloaderIn {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Emblem with dual rings + orbiting icons */
.leela-preloader-emblem {
    position: relative;
    width: 148px;
    height: 148px;
    margin: 0 auto 28px;
}

.leela-preloader-orbit-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--leela-teal-light);
    border-right-color: rgba(20, 163, 168, 0.3);
    animation: leelaRingSpin 2.2s linear infinite;
}

.leela-preloader-orbit-ring.ring-reverse {
    inset: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: var(--leela-gold-light);
    border-left-color: rgba(201, 146, 42, 0.35);
    animation: leelaRingSpin 1.6s linear infinite reverse;
}

@keyframes leelaRingSpin {
    to { transform: rotate(360deg); }
}

.leela-preloader-orbit-icons {
    position: absolute;
    inset: -6px;
    animation: leelaRingSpin 6s linear infinite;
}

.orbit-icon {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: var(--leela-gold-light);
    backdrop-filter: blur(4px);
}

.orbit-icon.o1 { top: -4px; left: 50%; transform: translateX(-50%); }
.orbit-icon.o2 { bottom: 18px; right: -2px; color: var(--leela-teal-light); }
.orbit-icon.o3 { bottom: 18px; left: -2px; color: var(--leela-teal-light); }

.leela-preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(20, 163, 168, 0.25),
                0 0 0 8px rgba(201, 146, 42, 0.12),
                0 12px 40px rgba(0, 0, 0, 0.35);
    animation: leelaLogoBreath 2.5s ease-in-out infinite;
}

.leela-preloader-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

@keyframes leelaLogoBreath {
    0%, 100% { box-shadow: 0 0 0 4px rgba(20, 163, 168, 0.25), 0 0 0 8px rgba(201, 146, 42, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35); }
    50% { box-shadow: 0 0 0 6px rgba(20, 163, 168, 0.4), 0 0 0 12px rgba(201, 146, 42, 0.18), 0 16px 48px rgba(0, 0, 0, 0.4); }
}

/* Brand text */
.leela-preloader-brand {
    margin-bottom: 28px;
}

.leela-preloader-name {
    font-family: var(--leela-display);
    font-size: clamp(1.4rem, 4vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.leela-preloader-name em {
    font-style: normal;
    color: var(--leela-gold-light);
    display: block;
    font-size: 0.78em;
    margin-top: 2px;
    letter-spacing: 0.04em;
}

.leela-preloader-tagline {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Progress bar */
.leela-preloader-progress-wrap {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.leela-preloader-progress-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.leela-preloader-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--leela-teal-light), var(--leela-gold-light));
    border-radius: 4px;
    transition: width 0.3s ease;
    position: relative;
}

.leela-preloader-progress-fill::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    animation: leelaBarShimmer 1.4s ease infinite;
}

@keyframes leelaBarShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.leela-preloader-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 12px;
}

.leela-preloader-status {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.03em;
    text-align: left;
    transition: opacity 0.25s ease;
}

.leela-preloader-pct {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--leela-gold-light);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

/* Footer badges */
.leela-preloader-footer {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.04em;
    z-index: 2;
}

.leela-preloader-footer i {
    color: var(--leela-teal-light);
    margin-right: 5px;
    font-size: 0.65rem;
}

.leela-preloader-footer .dot-sep {
    opacity: 0.4;
}

/* Hide legacy preloader elements */
.preloader-inner,
.preloader-dots,
.preloader-brand-highlight,
.preloader-brand-sub { display: none; }

@media (max-width: 480px) {
    .leela-preloader-emblem {
        width: 128px;
        height: 128px;
    }

    .leela-preloader-logo {
        width: 76px;
        height: 76px;
    }

    .leela-preloader-logo img {
        width: 48px;
        height: 48px;
    }

    .leela-preloader-footer {
        flex-direction: column;
        gap: 4px;
        bottom: 20px;
    }

    .leela-preloader-footer .dot-sep { display: none; }
}

/* ============================================================
   SITE HEADER
   ============================================================ */
.leela-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--leela-surface);
    box-shadow: 0 1px 0 var(--leela-border);
    transition: box-shadow 0.3s ease;
}

.leela-header.scrolled {
    box-shadow: 0 4px 24px rgba(12, 31, 46, 0.12);
}

.leela-header-top {
    background: var(--leela-navy);
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    padding: 7px 0;
}

.leela-header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.leela-header-top-left,
.leela-header-top-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.leela-header-top a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.85);
}

.leela-header-top a:hover { color: var(--leela-gold-light); }

.leela-header-top a i { color: var(--leela-teal-light); font-size: 0.75rem; }

.leela-social-mini a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    transition: var(--leela-transition);
}

.leela-social-mini a:hover {
    background: var(--leela-teal);
    border-color: var(--leela-teal);
    color: #fff;
}

.leela-nav {
    padding: 0;
    background: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.leela-nav.navbar.scrolled {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(12, 31, 46, 0.08);
}

.leela-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 16px;
    transition: min-height 0.3s ease;
}

.leela-nav.navbar.scrolled .container {
    min-height: 64px;
}

.leela-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.leela-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    transition: width 0.3s ease, height 0.3s ease;
}

.leela-nav.navbar.scrolled .leela-brand img {
    width: 48px;
    height: 48px;
}

.leela-brand-text strong {
    display: block;
    font-family: var(--leela-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--leela-navy);
    line-height: 1.2;
}

.leela-brand-text strong span { color: var(--leela-teal); }

.leela-brand-text small {
    display: block;
    font-size: 0.72rem;
    color: var(--leela-muted);
    margin-top: 2px;
    line-height: 1.3;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    padding: 8px 12px;
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--leela-navy);
    border-radius: var(--leela-radius-sm);
    position: relative;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--leela-teal);
    border-radius: 2px;
    transition: width 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--leela-teal);
    background: rgba(14, 107, 110, 0.06);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: calc(100% - 24px);
}

.nav-link:focus-visible {
    outline: 2px solid var(--leela-teal);
    outline-offset: 2px;
}

.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-dark));
    color: #fff !important;
    border-radius: var(--leela-radius-sm);
    font-weight: 600;
    font-size: 0.85rem;
    margin-left: 8px;
    box-shadow: 0 4px 14px rgba(14, 107, 110, 0.35);
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
    transition: var(--leela-transition);
}

.nav-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 107, 110, 0.45);
}

.nav-dropdown-inner {
    border-top: 3px solid var(--leela-teal) !important;
    border-radius: var(--leela-radius-sm) !important;
}

/* Submenu — text only, no icons */
.nav-dropdown-item i {
    display: none !important;
}

@media (min-width: 992px) {
    .nav-dropdown-menu {
        padding-top: 4px;
        min-width: 180px;
    }

    .nav-dropdown-item {
        gap: 0;
        padding: 8px 14px;
        font-size: 0.84rem;
    }

    .nav-dropdown-item:hover {
        padding-left: 14px;
        background: rgba(14, 107, 110, 0.06);
        color: var(--leela-teal);
    }

    .nav-dropdown-item.active {
        background: rgba(14, 107, 110, 0.08);
        color: var(--leela-teal);
        border-left: 3px solid var(--leela-teal);
        font-weight: 600;
    }
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border: none;
    background: none;
    z-index: 2001;
    position: relative;
    border-radius: var(--leela-radius-sm);
    transition: var(--leela-transition);
}

.mobile-toggle:hover {
    background: rgba(14, 107, 110, 0.08);
}

.mobile-toggle span {
    display: block;
    width: 26px;
    height: 2.5px;
    background: var(--leela-navy);
    border-radius: 3px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease;
    transform-origin: center;
}

.mobile-toggle.open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.mobile-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-toggle.open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.mobile-toggle.open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(12, 31, 46, 0.45);
    z-index: 1990;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-overlay.open {
    display: block;
    opacity: 1;
}

.mobile-menu-header {
    display: none !important;
}

.mobile-close {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: var(--leela-transition);
    flex-shrink: 0;
}

.mobile-close:hover {
    background: rgba(255, 255, 255, 0.25);
}

.mobile-menu-contact {
    display: none;
}

/* ============================================================
   HERO — PROFESSIONAL BANNER
   ============================================================ */
.leela-hero-pro {
    position: relative;
    background: var(--leela-navy);
}

.leela-hero-pro .pro-slider {
    width: 100%;
    height: 82vh;
    min-height: 480px;
    max-height: 720px;
}

.leela-hero-pro .hero-pro-overlay {
    background: linear-gradient(
        105deg,
        rgba(12, 31, 46, 0.84) 0%,
        rgba(12, 31, 46, 0.52) 40%,
        rgba(12, 31, 46, 0.15) 62%,
        transparent 100%
    ) !important;
}

.leela-hero-pro .pro-slide-bg img {
    transform: scale(1.03);
}

.leela-hero-pro .pro-slide.active .pro-slide-bg img {
    animation: heroProZoom 10s ease-out forwards;
}

@keyframes heroProZoom {
    from { transform: scale(1.03); }
    to   { transform: scale(1.08); }
}

.leela-hero-pro .pro-slide-content-wrap {
    display: flex !important;
    align-items: center;
    z-index: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-bottom: 80px;
}

.hero-pro-content {
    max-width: 580px;
}

.hero-pro-badge {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 18px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--leela-gold-light);
    border: 1px solid rgba(232, 184, 74, 0.45);
    border-radius: 4px;
    background: rgba(232, 184, 74, 0.1);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.55s ease 0.1s, transform 0.55s ease 0.1s;
}

.leela-hero-pro .pro-slide.active .hero-pro-badge {
    opacity: 1;
    transform: translateY(0);
}

.hero-pro-eyebrow {
    margin: 0 0 10px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--leela-teal-light);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.55s ease 0.18s, transform 0.55s ease 0.18s;
}

.leela-hero-pro .pro-slide.active .hero-pro-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.hero-pro-title {
    font-family: var(--leela-display);
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.28s, transform 0.6s ease 0.28s;
}

.leela-hero-pro .pro-slide.active .hero-pro-title {
    opacity: 1;
    transform: translateY(0);
}

.hero-pro-title::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    margin-top: 14px;
    border-radius: 2px;
    background: var(--leela-gold);
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
}

.leela-hero-pro .pro-slide.active .hero-pro-title::after {
    width: 64px;
}

.hero-pro-desc {
    font-size: clamp(0.92rem, 1.3vw, 1.02rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 520px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease 0.38s, transform 0.6s ease 0.38s;
}

.leela-hero-pro .pro-slide.active .hero-pro-desc {
    opacity: 1;
    transform: translateY(0);
}

.leela-hero-pro .pro-slide-actions {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease 0.48s, transform 0.6s ease 0.48s;
}

.leela-hero-pro .pro-slide.active .pro-slide-actions {
    opacity: 1;
    transform: translateY(0);
}

.hero-pro-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--leela-gold);
    color: var(--leela-navy);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 6px;
    transition: var(--leela-transition);
    box-shadow: 0 4px 16px rgba(201, 146, 42, 0.35);
}

.hero-pro-btn:hover {
    background: var(--leela-gold-light);
    color: var(--leela-navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(201, 146, 42, 0.45);
}

.hero-pro-btn i {
    font-size: 0.78rem;
    transition: transform 0.25s ease;
}

.hero-pro-btn:hover i { transform: translateX(4px); }

.leela-hero-pro .pro-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 50% !important;
    z-index: 10;
    transition: var(--leela-transition);
}

.leela-hero-pro .pro-arrow:hover {
    background: var(--leela-teal) !important;
    border-color: var(--leela-teal) !important;
    transform: translateY(-50%) scale(1.05);
}

.leela-hero-pro .pro-arrow-prev { left: max(16px, calc((100vw - 1280px) / 2 + 16px)); }
.leela-hero-pro .pro-arrow-next { right: max(16px, calc((100vw - 1280px) / 2 + 16px)); }

.hero-pro-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.hero-pro-controls-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 14px;
}

.leela-hero-pro .pro-dot.active {
    background: var(--leela-gold) !important;
    border-color: var(--leela-gold) !important;
}

.leela-hero-pro .pro-counter {
    font-family: var(--leela-display);
    color: rgba(255, 255, 255, 0.65);
}

.leela-hero-pro .pro-counter-current {
    color: #fff;
    font-size: 1.15rem;
}

.leela-hero-pro .pro-progress-fill {
    background: var(--leela-gold) !important;
}

.leela-hero-pro .pro-progress-bar {
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
}

.hero-trust-bar {
    background: var(--leela-navy);
    border-top: 3px solid var(--leela-gold);
}

.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.hero-trust-item {
    padding: 22px 16px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-trust-item:last-child { border-right: none; }

.hero-trust-item strong {
    display: block;
    font-family: var(--leela-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--leela-gold-light);
    line-height: 1;
    margin-bottom: 4px;
}

.hero-trust-item span {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.leela-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: var(--leela-radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--leela-transition);
}

.leela-btn-primary {
    background: var(--leela-gold);
    color: var(--leela-navy);
    border-color: var(--leela-gold);
}

.leela-btn-primary:hover {
    background: var(--leela-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 146, 42, 0.4);
}

.leela-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}

.leela-btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

/* Hide old hero elements */
.hero-brand-overlay,
.hero-features-strip,
.float-deco { display: none !important; }

.wave-divider { display: none !important; }

/* ============================================================
   HIGHLIGHTS BAR
   ============================================================ */
.leela-highlights {
    background: var(--leela-surface);
    border-bottom: 1px solid var(--leela-border);
    margin-top: -1px;
}

.leela-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.leela-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 20px;
    border-right: 1px solid var(--leela-border);
    transition: background var(--leela-transition);
}

.leela-highlight-item:last-child { border-right: none; }

.leela-highlight-item:hover { background: var(--leela-bg); }

.leela-highlight-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-light));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.leela-highlight-item h4 {
    font-family: var(--leela-font);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--leela-navy);
    margin: 0 0 4px;
}

.leela-highlight-item p {
    font-size: 0.78rem;
    color: var(--leela-muted);
    margin: 0;
    line-height: 1.45;
}

/* ============================================================
   SECTIONS — SHARED
   ============================================================ */
.leela-section {
    padding: 88px 0;
}

.leela-section-alt { background: var(--leela-bg); }

.leela-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
}

.leela-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--leela-teal);
    margin-bottom: 12px;
}

.leela-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    margin-bottom: 14px;
}

.leela-section-head p {
    color: var(--leela-muted);
    font-size: 1rem;
    margin: 0;
    line-height: 1.7;
}

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

/* ============================================================
   NOTICE BOARD
   ============================================================ */
.leela-notice-section {
    padding: 72px 0;
    background: var(--leela-bg);
}

.leela-notice-section .leela-section-head {
    margin-bottom: 36px;
}

.leela-notice-ticker {
    display: flex;
    align-items: stretch;
    background: var(--leela-navy);
    border-radius: var(--leela-radius);
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: var(--leela-shadow);
}

.leela-notice-ticker-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: var(--leela-teal);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.leela-notice-ticker-label i {
    color: var(--leela-gold-light);
}

.leela-notice-ticker-viewport {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 20px;
    mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

.leela-notice-ticker-track {
    display: flex;
    gap: 48px;
    white-space: nowrap;
    animation: leela-notice-ticker 40s linear infinite;
}

.leela-notice-ticker-viewport:hover .leela-notice-ticker-track {
    animation-play-state: paused;
}

.leela-notice-ticker-item {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
}

.leela-notice-ticker-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--leela-gold-light);
}

@keyframes leela-notice-ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.leela-notice-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: var(--leela-teal) var(--leela-border);
}

.leela-notice-list::-webkit-scrollbar {
    width: 6px;
}

.leela-notice-list::-webkit-scrollbar-track {
    background: var(--leela-bg);
    border-radius: 10px;
}

.leela-notice-list::-webkit-scrollbar-thumb {
    background: var(--leela-teal);
    border-radius: 10px;
}

.leela-notice-list::-webkit-scrollbar-thumb:hover {
    background: var(--leela-teal-dark);
}

.leela-notice-card {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--leela-border);
    border-radius: var(--leela-radius);
    padding: 22px 24px;
    box-shadow: var(--leela-shadow);
    transition: var(--leela-transition);
}

.leela-notice-card:hover {
    border-color: rgba(14, 107, 110, 0.25);
    box-shadow: var(--leela-shadow-lg);
    transform: translateY(-2px);
}

.leela-notice-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-dark));
    border-radius: var(--leela-radius-sm);
    color: #fff;
    text-align: center;
    flex-shrink: 0;
}

.leela-notice-day {
    font-family: var(--leela-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.leela-notice-month {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    opacity: 0.9;
}

.leela-notice-body {
    min-width: 0;
}

.leela-notice-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.leela-notice-meta time {
    font-size: 0.78rem;
    color: var(--leela-muted);
    font-weight: 500;
}

.leela-notice-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.leela-notice-tag-urgent {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.leela-notice-tag-new {
    background: #ecfdf5;
    color: var(--leela-teal-dark);
    border: 1px solid rgba(14, 107, 110, 0.2);
}

.leela-notice-title {
    font-family: var(--leela-display);
    font-size: 1.1rem;
    color: var(--leela-navy);
    margin: 0 0 6px;
    line-height: 1.35;
}

.leela-notice-excerpt {
    font-size: 0.88rem;
    color: var(--leela-muted);
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leela-notice-action {
    flex-shrink: 0;
}

.leela-notice-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--leela-teal);
    color: #fff;
    border-radius: var(--leela-radius-sm);
    font-size: 0.82rem;
    font-weight: 600;
    transition: var(--leela-transition);
    white-space: nowrap;
}

.leela-notice-btn:hover {
    background: var(--leela-teal-dark);
    color: #fff;
}

.leela-notice-btn-muted {
    background: var(--leela-bg);
    color: var(--leela-muted);
    border: 1px solid var(--leela-border);
    cursor: default;
}

@media (max-width: 768px) {
    .leela-notice-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .leela-notice-date {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 10px;
        padding: 12px 16px;
    }

    .leela-notice-day {
        font-size: 1.25rem;
    }

    .leela-notice-month {
        margin-top: 0;
        align-self: center;
    }

    .leela-notice-action {
        justify-self: start;
    }

    .leela-notice-ticker-label span {
        display: none;
    }

    .leela-notice-ticker-label {
        padding: 14px 16px;
    }
}

/* ============================================================
   ABOUT
   ============================================================ */
.leela-about-block {
    background: #fff;
    padding: 100px 0;
}

.leela-about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
    min-height: 520px;
}

/* Animated media composition */
.leela-about-media {
    position: relative;
    width: 100%;
    min-height: 520px;
    padding: 40px 36px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leela-about-media-blob {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 107, 110, 0.15), rgba(201, 146, 42, 0.12));
    border-radius: 58% 42% 45% 55% / 52% 48% 52% 48%;
    animation: leela-about-blob 9s ease-in-out infinite;
    z-index: 0;
}

.leela-about-media-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108%;
    height: 108%;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(14, 107, 110, 0.28);
    border-radius: 50%;
    animation: leela-about-orbit-spin 22s linear infinite;
    z-index: 0;
}

.leela-about-media-orbit::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: var(--leela-gold);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(201, 146, 42, 0.6);
}

.leela-about-media-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(12, 31, 46, 0.18);
    transform: rotate(-3deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border: 5px solid #fff;
}

.leela-about-media:hover .leela-about-media-frame {
    transform: rotate(0deg) scale(1.02);
}

.leela-about-media-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    object-fit: cover;
    display: block;
    animation: leela-about-kenburns 14s ease-in-out infinite alternate;
}

.leela-about-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 12px 32px rgba(12, 31, 46, 0.12);
    border: 1px solid var(--leela-border);
    animation: leela-about-float 4.5s ease-in-out infinite;
}

.leela-about-chip-years {
    bottom: 12px;
    left: -12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    animation-delay: 0s;
    background: linear-gradient(135deg, var(--leela-gold), var(--leela-gold-light));
    border: none;
    color: var(--leela-navy);
}

.leela-about-chip-years strong {
    font-family: var(--leela-display);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}

.leela-about-chip-years span {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.leela-about-chip-cbse {
    top: 20px;
    right: -16px;
    animation-delay: 1.5s;
}

.leela-about-chip-cbse i {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-light));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.leela-about-chip-cbse span {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--leela-navy);
    white-space: nowrap;
}

.leela-about-sparkle {
    position: absolute;
    z-index: 2;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leela-teal);
    font-size: 0.8rem;
    box-shadow: 0 8px 20px rgba(12, 31, 46, 0.1);
    animation: leela-about-sparkle 5s ease-in-out infinite;
}

.leela-about-sparkle.s1 { top: 8%; left: 6%; animation-delay: 0s; color: var(--leela-gold); }
.leela-about-sparkle.s2 { top: 55%; right: 2%; animation-delay: 1.8s; }
.leela-about-sparkle.s3 { bottom: 18%; left: 18%; animation-delay: 3.2s; }

@keyframes leela-about-blob {
    0%, 100% { border-radius: 58% 42% 45% 55% / 52% 48% 52% 48%; transform: rotate(0deg); }
    33% { border-radius: 45% 55% 52% 48% / 48% 52% 48% 52%; transform: rotate(2deg); }
    66% { border-radius: 52% 48% 42% 58% / 55% 45% 55% 45%; transform: rotate(-2deg); }
}

@keyframes leela-about-orbit-spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes leela-about-kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes leela-about-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes leela-about-sparkle {
    0%, 100% { transform: translateY(0) scale(1); opacity: 1; }
    50% { transform: translateY(-8px) scale(1.1); opacity: 0.85; }
}

@media (prefers-reduced-motion: reduce) {
    .leela-about-media-blob,
    .leela-about-media-orbit,
    .leela-about-media-img,
    .leela-about-chip,
    .leela-about-sparkle {
        animation: none;
    }

    .leela-about-media-frame {
        transform: none;
    }
}

.leela-about-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
}

.leela-about-info h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 20px;
    line-height: 1.2;
}

.leela-about-copy {
    margin-bottom: 28px;
}

.leela-about-desc {
    color: var(--leela-muted);
    font-size: 1rem;
    line-height: 1.85;
    margin: 0 0 18px;
}

.leela-about-desc:last-child {
    margin-bottom: 0;
}

.leela-about-points {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.leela-about-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--leela-navy);
}

.leela-about-points li i {
    color: var(--leela-teal);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.leela-about-info-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.leela-about-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--leela-teal);
    transition: var(--leela-transition);
}

.leela-about-phone-link:hover {
    color: var(--leela-teal-dark);
}

@media (max-width: 992px) {
    .leela-about-block {
        padding: 72px 0;
    }

    .leela-about-split {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
    }

    .leela-about-media {
        min-height: auto;
        max-width: 440px;
        margin: 0 auto;
        padding: 32px 24px 48px;
    }

    .leela-about-media-img {
        aspect-ratio: 1 / 1;
    }

    .leela-about-chip-cbse {
        right: 0;
    }

    .leela-about-chip-years {
        left: 0;
    }
}

@media (max-width: 576px) {
    .leela-about-points {
        grid-template-columns: 1fr;
    }

    .leela-about-info-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================================
   EXCELLENCE SHOWCASE
   ============================================================ */
.leela-excellence-section .leela-section-head h2 {
    color: #fff;
}

.leela-excellence-section .leela-section-head p {
    color: rgba(255, 255, 255, 0.75);
}

.leela-excellence-section .leela-eyebrow {
    color: var(--leela-gold-light);
}

.leela-excellence-head {
    margin-bottom: 28px;
}

.leela-excellence-head.leela-section-head {
    max-width: 560px;
}

.about-showcase {
    position: relative;
    padding: 72px 0 48px;
    background: linear-gradient(145deg, var(--leela-navy) 0%, #0a3d40 55%, var(--leela-teal-dark) 100%);
    overflow: hidden;
}

.about-showcase-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-showcase-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--leela-display);
    font-size: clamp(2rem, 7vw, 4.5rem);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
    text-align: center;
    max-width: 92%;
    line-height: 1.15;
    letter-spacing: -0.5px;
    user-select: none;
}

.about-showcase-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 70%);
}

.about-showcase-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
}

.about-showcase-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
    align-items: center;
}

.about-showcase-visual {
    display: flex;
    justify-content: center;
}

.about-arch-wrap {
    position: relative;
    width: 100%;
    max-width: 380px;
}

.about-arch-img {
    width: 100%;
    aspect-ratio: 3 / 4.2;
    object-fit: cover;
    border-radius: 999px 999px 28px 28px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
    display: block;
}

.about-orbit {
    position: absolute;
    z-index: 3;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    animation: about-orbit-float 4s ease-in-out infinite;
}

.about-orbit strong {
    font-family: var(--leela-display);
    font-size: 1rem;
    font-weight: 800;
    color: var(--leela-teal);
    line-height: 1;
}

.about-orbit span {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--leela-muted);
    margin-top: 3px;
}

.about-orbit-1 {
    top: 8%;
    right: -12px;
    animation-delay: 0s;
}

.about-orbit-2 {
    top: 42%;
    left: -28px;
    animation-delay: 1.2s;
}

.about-orbit-3 {
    bottom: 18%;
    right: -18px;
    width: 86px;
    height: 86px;
    animation-delay: 2.4s;
}

.about-orbit-3 strong { font-size: 1.1rem; }

@keyframes about-orbit-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.about-mission-chip {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: calc(100% - 32px);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.about-mission-chip i {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--leela-gold), var(--leela-gold-light));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leela-navy);
    font-size: 0.9rem;
}

.about-mission-chip p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--leela-navy);
    font-weight: 600;
}

.about-showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--leela-gold-light);
    margin-bottom: 16px;
}

.about-showcase-tag-line {
    width: 40px;
    height: 2px;
    background: var(--leela-gold-light);
    border-radius: 2px;
}

.about-showcase-title {
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}

.about-showcase-title em {
    font-style: normal;
    color: var(--leela-gold-light);
    position: relative;
}

.about-showcase-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.85;
    margin: 0 0 32px;
    max-width: 540px;
}

.about-path {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    padding-top: 4px;
}

.about-path::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    z-index: 0;
}

.about-path-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-path-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leela-gold-light);
    font-size: 1rem;
    transition: var(--leela-transition);
}

.about-path-item:hover .about-path-dot {
    background: var(--leela-gold);
    border-color: var(--leela-gold);
    color: var(--leela-navy);
    transform: scale(1.08);
}

.about-path-item span {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
}

.about-showcase-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.about-showcase-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--leela-gold);
    color: var(--leela-navy);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: var(--leela-transition);
    box-shadow: 0 8px 24px rgba(201, 146, 42, 0.35);
}

.about-showcase-btn:hover {
    background: var(--leela-gold-light);
    color: var(--leela-navy);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(201, 146, 42, 0.45);
}

.about-showcase-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px 10px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    transition: var(--leela-transition);
}

.about-showcase-phone:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.about-showcase-phone > i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.about-showcase-phone small {
    display: block;
    font-size: 0.68rem;
    opacity: 0.75;
    font-weight: 500;
}

.about-showcase-phone strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.about-metric-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: var(--leela-radius);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(28px);
    margin-top: 8px;
}

.about-metric {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-right: 1px solid var(--leela-border);
    transition: var(--leela-transition);
}

.about-metric:last-child { border-right: none; }

.about-metric:hover {
    background: var(--leela-bg);
}

.about-metric > i {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.about-metric strong {
    display: block;
    font-family: var(--leela-display);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--leela-navy);
    line-height: 1;
    margin-bottom: 4px;
}

.about-metric span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--leela-muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

@media (max-width: 992px) {
    .about-showcase {
        padding: 56px 0 40px;
    }

    .about-showcase-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-showcase-visual {
        order: -1;
    }

    .about-arch-wrap {
        max-width: 320px;
        margin: 0 auto;
    }

    .about-metric-band {
        grid-template-columns: repeat(2, 1fr);
        transform: translateY(20px);
        margin-top: 12px;
    }

    .about-metric:nth-child(2) { border-right: none; }
    .about-metric:nth-child(1),
    .about-metric:nth-child(2) { border-bottom: 1px solid var(--leela-border); }
}

@media (max-width: 576px) {
    .about-showcase {
        padding: 48px 0 32px;
    }

    .about-showcase-inner {
        padding-bottom: 16px;
    }

    .about-orbit {
        width: 64px;
        height: 64px;
    }

    .about-orbit-2 { left: -8px; }
    .about-orbit-3 { width: 72px; height: 72px; right: -8px; }

    .about-path {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
    }

    .about-path::before { display: none; }

    .about-showcase-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-showcase-btn,
    .about-showcase-phone {
        justify-content: center;
    }

    .about-metric-band {
        grid-template-columns: 1fr;
        transform: translateY(24px);
    }

    .about-metric {
        border-right: none;
        border-bottom: 1px solid var(--leela-border);
    }

    .about-metric:last-child { border-bottom: none; }
}

.about-showcase + .leela-section {
    padding-top: 72px;
}

/* ============================================================
   PILLARS / CARDS GRID
   ============================================================ */
.leela-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.leela-card {
    background: var(--leela-surface);
    border: 1px solid var(--leela-border);
    border-radius: var(--leela-radius);
    padding: 32px 28px;
    transition: var(--leela-transition);
    position: relative;
    overflow: hidden;
}

.leela-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--leela-teal), var(--leela-gold));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.leela-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--leela-shadow-lg);
}

.leela-card:hover::before { transform: scaleX(1); }

.leela-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(14, 107, 110, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leela-teal);
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.leela-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.leela-card p {
    font-size: 0.88rem;
    color: var(--leela-muted);
    margin: 0;
    line-height: 1.65;
}

/* ============================================================
   FACILITIES — ANIMATED CARDS
   ============================================================ */
.leela-facilities-section {
    position: relative;
    background: var(--leela-bg);
    overflow: hidden;
}

.leela-facilities-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.leela-facilities-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    animation: leela-fac-orb 12s ease-in-out infinite;
}

.leela-facilities-orb.o1 {
    width: 280px;
    height: 280px;
    background: rgba(14, 107, 110, 0.25);
    top: -80px;
    left: -60px;
}

.leela-facilities-orb.o2 {
    width: 220px;
    height: 220px;
    background: rgba(201, 146, 42, 0.2);
    bottom: 10%;
    right: -40px;
    animation-delay: 4s;
}

.leela-facilities-orb.o3 {
    width: 160px;
    height: 160px;
    background: rgba(14, 107, 110, 0.15);
    top: 40%;
    right: 20%;
    animation-delay: 2s;
}

@keyframes leela-fac-orb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -15px) scale(1.08); }
}

.leela-facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    position: relative;
    z-index: 1;
}

.leela-facility-card {
    position: relative;
    background: #fff;
    border-radius: var(--leela-radius);
    border: 1px solid var(--leela-border);
    overflow: hidden;
    box-shadow: var(--leela-shadow);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.45s ease,
                border-color 0.45s ease;
}

.leela-facility-card.reveal {
    transition: opacity 0.65s ease var(--fac-delay, 0s),
                transform 0.65s cubic-bezier(0.4, 0, 0.2, 1) var(--fac-delay, 0s),
                box-shadow 0.45s ease,
                border-color 0.45s ease;
}

.leela-facility-card.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.leela-facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(12, 31, 46, 0.14);
    border-color: rgba(14, 107, 110, 0.25);
}

.leela-facility-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.leela-facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.leela-facility-card:hover .leela-facility-image img {
    transform: scale(1.12);
}

.leela-facility-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(14, 107, 110, 0.12), rgba(201, 146, 42, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--leela-teal);
}

.leela-facility-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(12, 31, 46, 0.75) 100%);
    opacity: 0.6;
    transition: opacity 0.45s ease;
}

.leela-facility-card:hover .leela-facility-overlay {
    opacity: 0.85;
}

.leela-facility-num {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: var(--leela-display);
    font-size: 2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    transition: color 0.4s ease, transform 0.4s ease;
}

.leela-facility-card:hover .leela-facility-num {
    color: rgba(255, 255, 255, 0.7);
    transform: scale(1.05);
}

.leela-facility-icon {
    position: absolute;
    bottom: -22px;
    right: 20px;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-light));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(14, 107, 110, 0.35);
    z-index: 2;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.45s ease;
    animation: leela-fac-icon-pulse 3s ease-in-out infinite;
}

.leela-facility-card:nth-child(3n+2) .leela-facility-icon {
    background: linear-gradient(135deg, var(--leela-gold), var(--leela-gold-light));
    color: var(--leela-navy);
    box-shadow: 0 10px 24px rgba(201, 146, 42, 0.35);
}

.leela-facility-card:nth-child(3n) .leela-facility-icon {
    background: linear-gradient(135deg, var(--leela-navy), #1a3a52);
    animation-delay: 1.5s;
}

.leela-facility-card:hover .leela-facility-icon {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 14px 32px rgba(14, 107, 110, 0.45);
    animation: none;
}

@keyframes leela-fac-icon-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.leela-facility-body {
    padding: 28px 22px 24px;
    position: relative;
    z-index: 1;
}

.leela-facility-body h3 {
    font-size: 1.15rem;
    margin: 0 0 10px;
    color: var(--leela-navy);
    transition: color 0.3s ease;
}

.leela-facility-card:hover .leela-facility-body h3 {
    color: var(--leela-teal);
}

.leela-facility-body p {
    font-size: 0.88rem;
    color: var(--leela-muted);
    line-height: 1.65;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leela-facility-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--leela-teal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: gap 0.3s ease, color 0.3s ease;
}

.leela-facility-link i {
    transition: transform 0.3s ease;
}

.leela-facility-link:hover {
    color: var(--leela-teal-dark);
    gap: 12px;
}

.leela-facility-link:hover i {
    transform: translateX(4px);
}

.leela-facility-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
    z-index: 3;
}

.leela-facility-card:hover .leela-facility-shine {
    animation: leela-fac-shine 0.75s ease forwards;
}

@keyframes leela-fac-shine {
    from { left: -100%; }
    to { left: 150%; }
}

.leela-facilities-section .leela-center-cta {
    margin-top: 48px;
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .leela-facilities-orb,
    .leela-facility-icon {
        animation: none;
    }

    .leela-facility-card:hover .leela-facility-shine {
        animation: none;
    }
}

@media (max-width: 576px) {
    .leela-facilities-grid {
        grid-template-columns: 1fr;
    }

    .leela-facility-image {
        height: 200px;
    }
}

/* Legacy program cards (other pages) */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.program-card {
    background: #fff;
    border-radius: var(--leela-radius) !important;
    border: 1px solid var(--leela-border) !important;
    overflow: hidden;
    box-shadow: var(--leela-shadow) !important;
    transition: var(--leela-transition) !important;
}

.program-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--leela-shadow-lg) !important;
}

.program-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.program-card:hover .program-card-image img { transform: scale(1.05); }

.program-card-body { padding: 22px !important; }

.program-card-title a {
    color: var(--leela-navy) !important;
    font-family: var(--leela-display);
    font-weight: 700;
}

.program-card-title a:hover { color: var(--leela-teal) !important; }

.leela-center-cta {
    text-align: center;
    margin-top: 44px;
}

/* ============================================================
   TOPPERS GRID
   ============================================================ */
.leela-toppers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.leela-topper-card {
    background: #fff;
    border: 1px solid var(--leela-border);
    border-radius: var(--leela-radius);
    padding: 24px 16px;
    text-align: center;
    transition: var(--leela-transition);
    position: relative;
    overflow: hidden;
}

.leela-topper-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--leela-gold), var(--leela-teal));
}

.leela-topper-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--leela-shadow);
}

.leela-topper-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    border: 3px solid var(--leela-teal);
}

.leela-topper-photo img { width: 100%; height: 100%; object-fit: cover; }

.leela-topper-score {
    font-family: var(--leela-display);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--leela-gold);
    line-height: 1;
}

.leela-topper-name {
    font-weight: 700;
    color: var(--leela-navy);
    margin: 8px 0 2px;
    font-size: 0.95rem;
}

.leela-topper-class {
    font-size: 0.78rem;
    color: var(--leela-muted);
}

/* ============================================================
   WHY CHOOSE — BENTO GRID
   ============================================================ */
.leela-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.leela-bento-item {
    background: #fff;
    border: 1px solid var(--leela-border);
    border-radius: var(--leela-radius);
    padding: 24px 20px;
    transition: var(--leela-transition);
}

.leela-bento-item:hover {
    border-color: var(--leela-teal);
    box-shadow: var(--leela-shadow);
    transform: translateY(-3px);
}

.leela-bento-item i {
    font-size: 1.4rem;
    color: var(--leela-teal);
    margin-bottom: 14px;
    display: block;
}

.leela-bento-item h4 {
    font-family: var(--leela-font);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--leela-navy);
    margin-bottom: 6px;
}

.leela-bento-item p {
    font-size: 0.78rem;
    color: var(--leela-muted);
    margin: 0;
    line-height: 1.5;
}

/* ============================================================
   LEADERSHIP / MANAGEMENT
   ============================================================ */
.leela-leadership-section {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.leela-leadership-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.leela-leadership-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.3;
    animation: leela-lead-orb 14s ease-in-out infinite;
}

.leela-leadership-orb.o1 {
    width: 320px;
    height: 320px;
    background: rgba(201, 146, 42, 0.18);
    top: -100px;
    right: -80px;
}

.leela-leadership-orb.o2 {
    width: 260px;
    height: 260px;
    background: rgba(14, 107, 110, 0.15);
    bottom: -60px;
    left: -60px;
    animation-delay: 5s;
}

@keyframes leela-lead-orb {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-15px, 20px); }
}

.leela-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.leela-leader-card {
    position: relative;
    background: #fff;
    border-radius: var(--leela-radius);
    border: 1px solid var(--leela-border);
    overflow: hidden;
    box-shadow: var(--leela-shadow);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.5s ease,
                border-color 0.4s ease;
}

.leela-leader-card.reveal {
    transition: opacity 0.7s ease var(--lead-delay, 0s),
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--lead-delay, 0s),
                box-shadow 0.5s ease,
                border-color 0.4s ease;
}

.leela-leader-card.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.leela-leader-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 28px 56px rgba(12, 31, 46, 0.14);
    border-color: rgba(14, 107, 110, 0.2);
}

.leela-leader-photo {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.leela-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.leela-leader-card:hover .leela-leader-photo img {
    transform: scale(1.08);
}

.leela-leader-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(12, 31, 46, 0.85) 100%);
    opacity: 0.7;
    transition: opacity 0.45s ease;
}

.leela-leader-card:hover .leela-leader-overlay {
    opacity: 0.95;
}

.leela-leader-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(12, 31, 46, 0.55);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    transition: transform 0.4s ease, background 0.4s ease;
}

.leela-leader-accent-gold .leela-leader-badge { background: rgba(201, 146, 42, 0.9); color: var(--leela-navy); border-color: transparent; }
.leela-leader-accent-teal .leela-leader-badge { background: rgba(14, 107, 110, 0.9); }
.leela-leader-accent-navy .leela-leader-badge { background: rgba(12, 31, 46, 0.85); }

.leela-leader-card:hover .leela-leader-badge {
    transform: translateY(-2px);
}

.leela-leader-social {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(24px);
    display: flex;
    gap: 8px;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.leela-leader-card:hover .leela-leader-social {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.leela-leader-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--leela-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.leela-leader-social a:hover {
    background: var(--leela-teal);
    color: #fff;
    transform: translateY(-3px);
}

.leela-leader-info {
    padding: 24px 22px 28px;
    text-align: center;
}

.leela-leader-info h3 {
    font-size: 1.1rem;
    margin: 0 0 6px;
    color: var(--leela-navy);
    transition: color 0.3s ease;
}

.leela-leader-card:hover .leela-leader-info h3 {
    color: var(--leela-teal);
}

.leela-leader-role {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 8px;
}

.leela-leader-accent-gold .leela-leader-role { color: var(--leela-gold); }
.leela-leader-accent-teal .leela-leader-role { color: var(--leela-teal); }
.leela-leader-accent-navy .leela-leader-role { color: var(--leela-navy); }

.leela-leader-qual {
    font-size: 0.82rem;
    color: var(--leela-muted);
    line-height: 1.5;
    margin: 0;
}

.leela-leader-line {
    display: block;
    width: 0;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--leela-teal), var(--leela-gold));
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.leela-leader-accent-gold .leela-leader-line { background: linear-gradient(90deg, var(--leela-gold), var(--leela-gold-light)); }
.leela-leader-accent-teal .leela-leader-line { background: linear-gradient(90deg, var(--leela-teal), var(--leela-teal-light)); }
.leela-leader-accent-navy .leela-leader-line { background: linear-gradient(90deg, var(--leela-navy), var(--leela-teal)); }

.leela-leader-card:hover .leela-leader-line {
    width: 48px;
}

.leela-leader-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 4;
}

.leela-leader-card:hover .leela-leader-shine {
    animation: leela-lead-shine 0.8s ease forwards;
}

@keyframes leela-lead-shine {
    from { left: -100%; }
    to { left: 150%; }
}

@media (prefers-reduced-motion: reduce) {
    .leela-leadership-orb { animation: none; }
    .leela-leader-card:hover .leela-leader-shine { animation: none; }
}

@media (max-width: 992px) {
    .leela-leadership-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
        gap: 28px;
    }
}

@media (max-width: 576px) {
    .leela-leadership-grid {
        max-width: 100%;
    }
}

/* ============================================================
   TEACHERS — PROFESSIONAL FACULTY GRID
   ============================================================ */
.leela-teachers-section {
    background: #fff;
}

.leela-teachers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.leela-teacher-card {
    display: flex;
    flex-direction: column;
    background: var(--leela-bg);
    border-radius: var(--leela-radius);
    border: 1px solid var(--leela-border);
    padding: 20px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.leela-teacher-card.reveal {
    transition: opacity 0.6s ease var(--teach-delay, 0s),
                transform 0.6s ease var(--teach-delay, 0s),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
}

.leela-teacher-card.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.leela-teacher-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--leela-shadow-lg);
    border-color: rgba(14, 107, 110, 0.2);
}

.leela-teacher-media {
    border-radius: var(--leela-radius-sm);
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #e8eef0;
    margin-bottom: 20px;
}

.leela-teacher-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}

.leela-teacher-card:hover .leela-teacher-media img {
    transform: scale(1.04);
}

.leela-teacher-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    padding: 0 4px 4px;
}

.leela-teacher-content h3 {
    font-family: var(--leela-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--leela-navy);
    margin: 0 0 6px;
    line-height: 1.3;
}

.leela-teacher-role {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--leela-teal);
    margin: 0 0 14px;
}

.leela-teacher-bio {
    font-size: 0.88rem;
    color: var(--leela-muted);
    line-height: 1.7;
    margin: 0 0 18px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leela-teacher-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px solid var(--leela-border);
}

.leela-teacher-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--leela-border);
    background: #fff;
    color: var(--leela-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.leela-teacher-social a:hover {
    background: var(--leela-teal);
    border-color: var(--leela-teal);
    color: #fff;
}

.leela-teachers-section .leela-center-cta {
    margin-top: 48px;
}

@media (max-width: 992px) {
    .leela-teachers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 576px) {
    .leela-teachers-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }
}

/* Legacy teacher cards (other pages) */
.teachers-grid,
.management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}

.teacher-card {
    background: #fff !important;
    border-radius: var(--leela-radius) !important;
    border: 1px solid var(--leela-border) !important;
    overflow: hidden;
    box-shadow: var(--leela-shadow) !important;
    transition: var(--leela-transition) !important;
    text-align: center;
    padding-bottom: 20px;
}

.teacher-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--leela-shadow-lg) !important;
}

.teacher-image img,
.management-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.teacher-role { color: var(--leela-teal) !important; font-weight: 600; }

.teacher-social a:hover { background: var(--leela-teal) !important; }

/* ============================================================
   COUNTER
   ============================================================ */
.counter-section {
    background: linear-gradient(135deg, var(--leela-navy), var(--leela-teal-dark)) !important;
    padding: 64px 0 !important;
}

.counter-icon { color: var(--leela-gold-light) !important; }

.counter-number {
    color: #fff !important;
    font-family: var(--leela-display) !important;
}

.counter-text { color: rgba(255,255,255,0.7) !important; }

/* ============================================================
   GALLERY — MASONRY GRID
   ============================================================ */
.leela-gallery-section {
    background: var(--leela-bg);
}

.leela-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 72px;
    gap: 16px;
    grid-auto-flow: dense;
}

.leela-gallery-item {
    position: relative;
    display: block;
    border-radius: var(--leela-radius);
    overflow: hidden;
    box-shadow: var(--leela-shadow);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: var(--leela-navy);
}

.leela-gallery-item.reveal {
    transition: opacity 0.65s ease var(--gal-delay, 0s),
                transform 0.65s cubic-bezier(0.4, 0, 0.2, 1) var(--gal-delay, 0s),
                box-shadow 0.4s ease;
}

.leela-gallery-item.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.leela-gallery-item:hover {
    box-shadow: var(--leela-shadow-lg);
    transform: translateY(-4px);
}

.leela-gallery-item.reveal.revealed:hover {
    transform: translateY(-4px);
}

.leela-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.leela-gallery-item:hover img {
    transform: scale(1.07);
}

.leela-gallery-featured { grid-column: span 2; grid-row: span 4; }
.leela-gallery-wide     { grid-column: span 2; grid-row: span 3; }
.leela-gallery-tall     { grid-column: span 1; grid-row: span 4; }
.leela-gallery-std      { grid-column: span 1; grid-row: span 3; }

.leela-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(12, 31, 46, 0.88) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.leela-gallery-item:hover .leela-gallery-overlay {
    opacity: 1;
}

.leela-gallery-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--leela-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.leela-gallery-item:hover .leela-gallery-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.leela-gallery-caption {
    text-align: center;
    color: #fff;
    transform: translateY(12px);
    transition: transform 0.4s ease;
    width: 100%;
}

.leela-gallery-item:hover .leela-gallery-caption {
    transform: translateY(0);
}

.leela-gallery-caption strong {
    display: block;
    font-family: var(--leela-display);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.leela-gallery-caption span {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--leela-gold-light);
    font-weight: 600;
}

.leela-gallery-section .leela-center-cta {
    margin-top: 48px;
}

@media (max-width: 992px) {
    .leela-gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 64px;
    }

    .leela-gallery-featured { grid-column: span 2; grid-row: span 3; }
    .leela-gallery-wide     { grid-column: span 2; grid-row: span 2; }
    .leela-gallery-tall     { grid-column: span 1; grid-row: span 3; }
    .leela-gallery-std      { grid-column: span 1; grid-row: span 2; }
}

@media (max-width: 576px) {
    .leela-gallery-masonry {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .leela-gallery-featured,
    .leela-gallery-wide,
    .leela-gallery-tall,
    .leela-gallery-std {
        grid-column: span 1;
        grid-row: span 1;
        aspect-ratio: 4 / 3;
    }
}

/* Legacy gallery grid (other pages) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.gallery-item {
    border-radius: var(--leela-radius-sm) !important;
    overflow: hidden;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
    background: rgba(12, 31, 46, 0.7) !important;
}

.gallery-overlay i { color: var(--leela-gold-light) !important; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: var(--leela-bg) !important; }

.testimonial-card {
    background: #fff !important;
    border-radius: var(--leela-radius) !important;
    border: 1px solid var(--leela-border) !important;
    box-shadow: var(--leela-shadow) !important;
    padding: 36px 32px !important;
}

.testimonial-stars i { color: var(--leela-gold) !important; }

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}

.testimonial-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--leela-navy) !important;
    border: 2px solid var(--leela-navy) !important;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: var(--leela-shadow);
    transition: var(--leela-transition);
}

.testimonial-nav button:hover {
    background: var(--leela-teal) !important;
    border-color: var(--leela-teal) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: var(--leela-shadow-lg);
}

.testimonials-slider {
    position: relative;
    overflow: visible;
}

/* ============================================================
   RESOURCES STRIP
   ============================================================ */
.leela-resources {
    background: var(--leela-navy);
    padding: 72px 0;
}

.leela-resources .leela-section-head h2 { color: #fff; }

.leela-resources .leela-eyebrow { color: var(--leela-teal-light); }

.leela-resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.leela-resource-link {
    display: block;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--leela-radius);
    padding: 28px 22px;
    text-align: center;
    color: #fff;
    transition: var(--leela-transition);
}

.leela-resource-link:hover {
    background: var(--leela-teal);
    border-color: var(--leela-teal);
    transform: translateY(-4px);
}

.leela-resource-link i {
    font-size: 1.6rem;
    color: var(--leela-gold-light);
    margin-bottom: 12px;
    display: block;
}

.leela-resource-link h4 {
    color: #fff;
    font-family: var(--leela-font);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.leela-resource-link p {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.leela-resource-link:hover p { color: rgba(255,255,255,0.9); }

/* ============================================================
   ADMISSION CTA
   ============================================================ */
.leela-cta {
    background: linear-gradient(135deg, var(--leela-teal), var(--leela-teal-dark));
    padding: 72px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.leela-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(201,146,42,0.15), transparent 50%);
}

.leela-cta .container { position: relative; z-index: 1; }

.leela-cta h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 12px;
}

.leela-cta p {
    color: rgba(255,255,255,0.85);
    max-width: 560px;
    margin: 0 auto 28px;
    font-size: 1rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.leela-footer {
    background: var(--leela-navy);
    color: rgba(255,255,255,0.7);
    padding-top: 72px;
}

.leela-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 48px;
}

.leela-footer-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}

.leela-footer-brand h3 {
    font-family: var(--leela-display);
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.leela-footer-brand h3 span { color: var(--leela-teal-light); }

.leela-footer-code {
    font-size: 0.82rem;
    color: var(--leela-gold-light);
    margin-bottom: 14px;
}

.leela-footer-brand p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}

.leela-footer-socials {
    display: flex;
    gap: 10px;
}

.leela-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    transition: var(--leela-transition);
}

.leela-footer-socials a:hover {
    background: var(--leela-teal);
    border-color: var(--leela-teal);
    color: #fff;
}

.leela-footer-col h5 {
    color: #fff;
    font-family: var(--leela-font);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--leela-teal);
    display: inline-block;
}

.leela-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leela-footer-links li { margin-bottom: 10px; }

.leela-footer-links a {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
}

.leela-footer-links a i {
    font-size: 0.6rem;
    color: var(--leela-teal-light);
}

.leela-footer-links a:hover {
    color: var(--leela-gold-light);
    padding-left: 4px;
}

.leela-footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.86rem;
    align-items: flex-start;
}

.leela-footer-contact li i {
    color: var(--leela-teal-light);
    margin-top: 3px;
    width: 16px;
}

.leela-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    text-align: center;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.5);
}

.leela-footer-bottom a {
    color: var(--leela-gold-light);
}

/* Hide old footer */
.footer { display: none !important; }

/* ============================================================
   INNER PAGES
   ============================================================ */
.inner-hero {
    padding: 100px 0 80px !important;
    background: linear-gradient(135deg, var(--leela-navy), var(--leela-teal-dark)) !important;
    min-height: 36vh !important;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-hero::before { display: none !important; }

.inner-hero h1 {
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important;
    text-shadow: none !important;
}

.inner-hero p {
    color: rgba(255,255,255,0.8) !important;
    max-width: 600px;
    margin: 0 auto;
}

.inner-wave-bottom { display: none; }

.section { padding: 80px 0; }

.section-label { color: var(--leela-teal) !important; }

.btn-primary {
    background: var(--leela-teal) !important;
    border-radius: var(--leela-radius-sm) !important;
    box-shadow: 0 4px 14px rgba(14,107,110,0.3) !important;
}

.btn-primary:hover { background: var(--leela-teal-dark) !important; }

.btn-outline-sheat,
.leela-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid var(--leela-teal);
    color: var(--leela-teal);
    border-radius: var(--leela-radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--leela-transition);
}

.btn-outline-sheat:hover,
.leela-btn-link:hover {
    background: var(--leela-teal);
    color: #fff;
}

.scroll-top {
    background: var(--leela-teal) !important;
    border-radius: var(--leela-radius-sm) !important;
}

.scroll-top:hover { background: var(--leela-teal-dark) !important; }

/* Tablet / medium desktop — tighten nav spacing */
@media (max-width: 1200px) {
    .nav-link {
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .leela-brand-text small { display: none; }

    .nav-cta-btn {
        padding: 9px 16px;
        font-size: 0.8rem;
        margin-left: 4px;
    }

    .nav-menu { gap: 2px; }
}

/* ============================================================
   MOBILE NAV
   ============================================================ */
@media (max-width: 991px) {
    .leela-hero-pro .pro-slider {
        height: 65vh;
        min-height: 380px;
        max-height: 520px;
    }

    .leela-hero-pro .hero-pro-overlay {
        background: linear-gradient(
            to right,
            rgba(12, 31, 46, 0.9) 0%,
            rgba(12, 31, 46, 0.6) 42%,
            rgba(12, 31, 46, 0.15) 58%,
            transparent 72%
        ) !important;
    }

    .leela-hero-pro .pro-slide-bg img {
        object-position: 65% center;
    }

    .leela-hero-pro .pro-slide-content-wrap {
        align-items: flex-start;
        justify-content: center;
        padding: 0 16px 40px;
    }

    .hero-pro-content {
        max-width: 62%;
        width: 100%;
    }

    .hero-pro-badge,
    .hero-pro-eyebrow,
    .hero-pro-desc,
    .leela-hero-pro .pro-slide-actions {
        display: none !important;
    }

    .hero-pro-title {
        font-size: clamp(1.15rem, 4.2vw, 1.6rem);
        margin-bottom: 0;
        line-height: 1.2;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .hero-pro-title::after { display: none; }

    .leela-hero-pro .pro-arrow {
        display: none;
    }

    .leela-hero-pro .pro-counter { display: none; }

    .hero-trust-grid { grid-template-columns: repeat(4, 1fr); }

    .hero-trust-item {
        padding: 14px 8px;
        border-bottom: none;
    }

    .hero-trust-item:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, 0.1); }

    .hero-trust-item span { display: none; }

    .hero-trust-item strong { font-size: 1.05rem; }

    .leela-highlights-grid { grid-template-columns: repeat(2, 1fr); }

    .leela-highlight-item:nth-child(2) { border-right: none; }

    .leela-cards-3 { grid-template-columns: 1fr; }

    .leela-bento { grid-template-columns: repeat(2, 1fr); }

    .leela-resources-grid { grid-template-columns: repeat(2, 1fr); }

    .leela-footer-grid { grid-template-columns: 1fr 1fr; }

    /* ---- Header / Nav mobile ---- */
    .leela-header-top { display: none; }

    .leela-header {
        z-index: 2001;
    }

    .leela-nav,
    .leela-nav.navbar.scrolled,
    .navbar.scrolled {
        background: #fff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .leela-nav .container {
        min-height: 64px;
        gap: 12px;
    }

    .leela-brand { gap: 10px; min-width: 0; }

    .leela-brand img {
        width: 48px;
        height: 48px;
    }

    .leela-brand-text strong { font-size: 1rem; }

    .leela-brand-text small {
        font-size: 0.65rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .mobile-toggle { display: flex; }

    .mobile-overlay {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(340px, 88vw);
        height: 100vh;
        height: 100dvh;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.18);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 2000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        gap: 0;
    }

    .nav-menu.open { right: 0; }

    .mobile-menu-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        margin-bottom: 0;
        background: linear-gradient(135deg, var(--leela-navy) 0%, var(--leela-teal-dark) 100%);
        border-bottom: none;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .mobile-menu-header .brand-text {
        font-family: var(--leela-display);
        font-weight: 700;
        font-size: 1rem;
        color: #fff !important;
        line-height: 1.3;
        padding-right: 8px;
    }

    .mobile-menu-contact {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 10px 16px;
        background: var(--leela-bg);
        border-bottom: 1px solid var(--leela-border);
        flex-shrink: 0;
    }

    .mobile-menu-contact a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.82rem;
        color: var(--leela-slate);
        font-weight: 500;
    }

    .mobile-menu-contact a i {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        color: var(--leela-teal);
        font-size: 0.75rem;
        flex-shrink: 0;
        box-shadow: 0 2px 6px rgba(12, 31, 46, 0.08);
    }

    .mobile-menu-contact a:hover { color: var(--leela-teal); }

    .nav-menu > li { width: 100%; }

    .nav-link {
        padding: 11px 16px !important;
        border-bottom: 1px solid var(--leela-border);
        border-radius: 0;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .nav-link::after { display: none; }

    .nav-link:hover,
    .nav-link.active {
        background: rgba(14, 107, 110, 0.06);
        color: var(--leela-teal);
    }

    /* Mobile dropdown */
    .nav-dropdown > .nav-link {
        justify-content: space-between;
    }

    .nav-dropdown-arrow {
        font-size: 0.7rem;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--leela-bg);
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .nav-dropdown.open > .nav-link {
        color: var(--leela-teal) !important;
        background: rgba(14, 107, 110, 0.06);
    }

    .nav-dropdown.open .nav-dropdown-arrow {
        transform: rotate(180deg);
        background: var(--leela-teal);
        color: #fff;
    }

    .nav-dropdown-menu {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: #fff;
        box-shadow: none;
        border-top: none;
        width: 100%;
        pointer-events: auto;
        padding-top: 0;
    }

    .nav-dropdown.open .nav-dropdown-menu {
        max-height: 600px;
        border-bottom: 1px solid var(--leela-border);
    }

    .nav-dropdown-inner {
        padding: 0;
        background: transparent;
        border: none !important;
        box-shadow: none;
    }

    .nav-dropdown-item {
        padding: 10px 16px !important;
        display: flex !important;
        align-items: center;
        gap: 0;
        border-bottom: 1px solid var(--leela-border);
        color: var(--leela-slate);
        font-weight: 500;
        font-size: 0.85rem;
        background: var(--leela-bg);
        white-space: normal;
    }

    .nav-dropdown-item:hover {
        background: #fff;
        color: var(--leela-teal);
        padding-left: 16px !important;
    }

    .nav-dropdown-item.active {
        color: var(--leela-teal);
        background: #fff;
        border-left: 3px solid var(--leela-teal);
    }

    .nav-dropdown-item:last-child { border-bottom: none; }

    .nav-cta {
        margin: 10px 16px 12px;
        padding: 0;
        width: auto;
    }

    .nav-cta-btn {
        display: flex !important;
        width: 100%;
        justify-content: center;
        margin: 0;
        padding: 11px 16px;
        font-size: 0.85rem;
    }

    .mobile-overlay {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

@media (max-width: 576px) {
    .leela-hero-pro .pro-slider {
        min-height: 380px;
        max-height: 460px;
    }

    .leela-hero-pro .pro-slide-content-wrap {
        padding: 0 12px 36px;
    }

    .hero-pro-content {
        max-width: 58%;
    }

    .hero-pro-title {
        font-size: clamp(1.05rem, 4.8vw, 1.35rem);
        -webkit-line-clamp: 3;
    }

    .hero-trust-grid { grid-template-columns: repeat(4, 1fr); }

    .hero-trust-item {
        padding: 12px 6px;
        border-bottom: none;
    }

    .hero-trust-item span { display: none; }

    .hero-trust-item strong { font-size: 0.95rem; }

    .leela-highlights-grid,
    .leela-bento,
    .leela-resources-grid {
        grid-template-columns: 1fr;
    }

    .leela-highlight-item { border-right: none !important; border-bottom: 1px solid var(--leela-border); }

    .leela-footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ADMISSION ENQUIRY MODAL
   ============================================================ */
.leela-admission-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.leela-admission-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.leela-admission-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 31, 46, 0.72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.leela-admission-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 640px;
    max-height: min(92vh, 860px);
    overflow-y: auto;
    background: #fff;
    border-radius: var(--leela-radius);
    box-shadow: 0 24px 64px rgba(12, 31, 46, 0.28);
    padding: 36px 32px 32px;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.3s ease;
}

.leela-admission-modal.is-open .leela-admission-modal-dialog {
    transform: translateY(0) scale(1);
}

.leela-admission-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: var(--leela-surface);
    color: var(--leela-navy);
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--leela-transition);
}

.leela-admission-modal-close:hover {
    background: var(--leela-teal);
    color: #fff;
}

.leela-admission-modal-header {
    margin-bottom: 24px;
    padding-right: 36px;
}

.leela-admission-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(14, 107, 110, 0.1);
    color: var(--leela-teal);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.leela-admission-modal-header h2 {
    margin: 0 0 8px;
    color: var(--leela-navy);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
}

.leela-admission-modal-header p {
    margin: 0;
    color: var(--leela-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.leela-admission-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.leela-admission-field {
    margin-bottom: 16px;
    min-width: 0;
}

.leela-admission-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--leela-navy);
}

.leela-admission-field label span {
    color: #e53e3e;
}

.leela-admission-input {
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border: 2px solid var(--leela-border);
    border-radius: var(--leela-radius-sm);
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--leela-text);
    background: var(--leela-surface);
    transition: var(--leela-transition);
    outline: none;
    box-sizing: border-box;
}

.leela-admission-input:focus {
    border-color: var(--leela-teal);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(14, 107, 110, 0.12);
}

.leela-admission-input::placeholder {
    color: #94a3b8;
}

textarea.leela-admission-input {
    resize: vertical;
    min-height: 110px;
}

.leela-admission-submit {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    padding: 14px 20px !important;
    font-size: 0.95rem !important;
    border-radius: var(--leela-radius-sm) !important;
}

.leela-admission-alert {
    padding: 12px 14px;
    border-radius: var(--leela-radius-sm);
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.leela-admission-alert-error {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #fed7d7;
}

.leela-admission-alert-error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leela-admission-alert-error li {
    margin-bottom: 4px;
}

.leela-admission-alert-error li:last-child {
    margin-bottom: 0;
}

.leela-admission-modal-success {
    text-align: center;
    padding: 16px 8px 8px;
}

.leela-admission-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(14, 107, 110, 0.12);
    color: var(--leela-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.leela-admission-modal-success h3 {
    margin: 0 0 10px;
    color: var(--leela-navy);
    font-size: 1.5rem;
}

.leela-admission-modal-success p {
    margin: 0 0 24px;
    color: var(--leela-muted);
    line-height: 1.6;
}

.leela-admission-modal-success .btn {
    min-width: 140px;
    justify-content: center;
}

@media (max-width: 768px) {
    .leela-admission-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .leela-admission-modal-dialog {
        padding: 28px 20px 24px;
        max-height: 94vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .leela-admission-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .leela-admission-input {
        font-size: 16px;
    }
}
