@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800&display=swap');

:root {
    --glass-navy: #060b1c;
    --glass-deep: #09132f;
    --glass-card: rgba(255, 255, 255, .075);
    --glass-card-strong: rgba(255, 255, 255, .115);
    --glass-border: rgba(255, 255, 255, .15);
    --glass-blue: #3b82f6;
    --glass-violet: #8b5cf6;
    --glass-cyan: #22d3ee;
    --glass-pink: #ec4899;
    --glass-white: #f8fbff;
    --glass-muted: #9ba9c7;
    --glass-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

/* Final Android-safe mobile menu control. Uses a real button, never an icon fallback. */
@media (max-width: 860px) {
    .site-header .menu-toggle {
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .28) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, .1) !important;
        color: transparent !important;
        line-height: 0 !important;
        overflow: hidden !important;
    }

    .site-header .menu-toggle::before,
    .site-header .menu-toggle::after {
        content: none !important;
        display: none !important;
    }

    .site-header .menu-toggle span {
        position: static !important;
        display: block !important;
        flex: 0 0 auto !important;
        width: 22px !important;
        height: 2px !important;
        min-height: 2px !important;
        margin: 3px auto !important;
        background: #ffffff !important;
        opacity: 1;
    }

    .site-header .menu-toggle.open span:first-child {
        transform: translateY(5px) rotate(45deg) !important;
    }

    .site-header .menu-toggle.open span:nth-child(2) {
        opacity: 0 !important;
    }

    .site-header .menu-toggle.open span:last-child {
        transform: translateY(-5px) rotate(-45deg) !important;
    }

    .site-header .primary-nav.open {
        top: 72px !important;
        bottom: auto !important;
        height: calc(100dvh - 72px) !important;
        min-height: calc(100dvh - 72px) !important;
        max-height: calc(100dvh - 72px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

html {
    background: var(--glass-navy);
}

body {
    color: var(--glass-white);
    background:
        radial-gradient(circle at 15% 8%, rgba(59, 130, 246, .12), transparent 25%),
        radial-gradient(circle at 88% 20%, rgba(139, 92, 246, .12), transparent 24%),
        var(--glass-navy);
    font-family: 'Sora', 'Noto Sans Devanagari', sans-serif;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .32;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.topbar {
    position: relative;
    z-index: 102;
    overflow: hidden;
    color: #eaf6ff;
    background: linear-gradient(90deg, #0b3b91, #6434cb 55%, #0e8fae);
}

.topbar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.16) 48%, transparent 67%);
    transform: translateX(-100%);
    animation: glassSweep 5.5s ease-in-out infinite;
}

.topbar-inner {
    position: relative;
    z-index: 2;
}

.site-header,
.site-header.scrolled {
    height: 82px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(5, 11, 29, .7);
    box-shadow: 0 15px 50px rgba(0,0,0,.16);
    backdrop-filter: blur(28px) saturate(160%);
}

.site-header.scrolled {
    height: 70px;
    background: rgba(5, 11, 29, .88);
}

.brand-logo {
    position: relative;
    width: 48px;
    height: 48px;
    overflow: visible;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 17px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.04)),
        linear-gradient(145deg, #2563eb, #7c3aed 65%, #06b6d4);
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.4),
        0 12px 30px rgba(63, 65, 224, .38),
        0 0 45px rgba(34, 211, 238, .12);
}

.premium-mark b {
    position: relative;
    z-index: 3;
    color: white;
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.premium-mark i,
.premium-mark em {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.premium-mark i {
    inset: -6px;
    border: 1px solid rgba(77, 221, 255, .52);
    border-top-color: transparent;
    border-left-color: transparent;
    animation: logoOrbit 7s linear infinite;
}

.premium-mark i::after {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--glass-cyan);
    box-shadow: 0 0 12px var(--glass-cyan);
}

.premium-mark em {
    right: 7px;
    bottom: 6px;
    z-index: 4;
    width: 8px;
    height: 8px;
    background: #67e8f9;
    box-shadow: 0 0 14px #22d3ee;
}

.brand-copy strong {
    max-width: 250px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -.2px;
}

.brand-copy small {
    color: #6edcf0;
    font-size: 8px;
    letter-spacing: 2px;
}

.primary-nav > a {
    color: #b8c4dc;
    font-size: 11px;
}

.primary-nav > a:hover,
.primary-nav > a.active {
    color: #fff;
}

.primary-nav > a:not(.nav-login):not(.nav-cta)::after {
    height: 3px;
    bottom: -13px;
    background: linear-gradient(90deg, var(--glass-blue), var(--glass-cyan));
    box-shadow: 0 0 13px rgba(34,211,238,.8);
}

.primary-nav .nav-login {
    border-left-color: rgba(255,255,255,.15);
    color: #eef5ff;
}

.primary-nav .nav-login i {
    color: var(--glass-cyan);
}

.primary-nav .nav-cta {
    position: relative;
    overflow: hidden;
    padding: 13px 17px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    background: linear-gradient(120deg, #2563eb, #7c3aed 55%, #0891b2);
    background-size: 220% 220%;
    box-shadow: 0 12px 34px rgba(86, 60, 220, .35);
    animation: gradientMove 5s ease infinite;
}

.primary-nav .nav-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .7s;
}

.primary-nav .nav-cta:hover::before {
    transform: translateX(120%);
}

.notice-bar {
    z-index: 20;
    height: 42px;
    color: #b7c6e3;
    border-bottom-color: rgba(255,255,255,.08);
    background: rgba(8, 18, 45, .92);
    backdrop-filter: blur(20px);
}

.notice-label {
    background: linear-gradient(120deg, #2563eb, #7c3aed);
    box-shadow: 16px 0 35px rgba(69, 75, 225, .25);
}

.ticker-track span::before {
    background: var(--glass-cyan);
    box-shadow: 0 0 12px var(--glass-cyan);
}

.hero {
    min-height: 790px;
    padding-top: 92px;
    background:
        radial-gradient(ellipse at 74% 25%, rgba(52, 91, 240, .27), transparent 35%),
        radial-gradient(ellipse at 22% 36%, rgba(139, 92, 246, .19), transparent 35%),
        radial-gradient(circle at 78% 75%, rgba(6, 182, 212, .14), transparent 25%),
        linear-gradient(135deg, #050a19, #09142f 55%, #07182d);
}

.hero::before {
    opacity: .55;
    background-image:
        linear-gradient(rgba(94, 119, 187, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 119, 187, .09) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at 65% 45%, black 10%, transparent 72%);
    animation: gridDrift 18s linear infinite;
}

.hero::after {
    content: '';
    position: absolute;
    top: -25%;
    left: -20%;
    width: 70%;
    height: 125%;
    border-radius: 50%;
    opacity: .58;
    background: conic-gradient(from 180deg, transparent, rgba(50, 103, 255, .18), transparent 38%, rgba(152, 67, 234, .15), transparent 70%);
    filter: blur(55px);
    animation: auroraSpin 18s linear infinite;
    pointer-events: none;
}

.hero-blob-one {
    right: -130px;
    width: 560px;
    height: 560px;
    border-color: rgba(99, 102, 241, .18);
    box-shadow:
        inset 0 0 130px rgba(49, 84, 255, .11),
        0 0 80px rgba(59, 130, 246, .08);
}

.hero-blob-two {
    width: 390px;
    height: 390px;
    background: rgba(124, 58, 237, .09);
    filter: blur(25px);
}

.hero-grid {
    grid-template-columns: .93fr 1.07fr;
    gap: 78px;
}

.eyebrow {
    margin-bottom: 27px;
    padding: 9px 14px;
    border: 1px solid rgba(125, 211, 252, .22);
    color: #bfddff;
    background: linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.14),
        0 12px 35px rgba(0,0,0,.16);
    backdrop-filter: blur(18px);
}

.eyebrow span {
    background: var(--glass-cyan);
    box-shadow: 0 0 0 5px rgba(34,211,238,.12), 0 0 18px var(--glass-cyan);
    animation: dotPulse 2s ease-in-out infinite;
}

.hero h1 {
    color: #f8fbff;
    font-size: clamp(49px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: -4px;
    text-shadow: 0 14px 45px rgba(0,0,0,.28);
}

.hero h1 span {
    background: linear-gradient(100deg, #60a5fa 3%, #a78bfa 46%, #22d3ee 92%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 25px rgba(84, 139, 255, .2));
    animation: gradientMove 5s ease infinite;
}

.hero-copy > p {
    max-width: 600px;
    color: #a9b8d4;
    font-size: 15px;
    line-height: 1.95;
}

.button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 15px;
    font-size: 11px;
}

.button-primary {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.25);
    background: linear-gradient(115deg, #2563eb, #7c3aed, #0891b2);
    background-size: 220% 220%;
    box-shadow:
        0 18px 40px rgba(75, 67, 224, .35),
        inset 0 1px 0 rgba(255,255,255,.28);
    animation: gradientMove 5s ease infinite;
}

.button-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.28), transparent 65%);
    transform: translateX(-130%);
    animation: buttonShine 3.8s ease-in-out infinite;
}

.button-secondary {
    color: #e8f1ff;
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}

.button-secondary:hover {
    border-color: rgba(103,232,249,.35);
    background: rgba(255,255,255,.11);
}

.button-secondary i {
    color: #a78bfa;
}

.hero-proof {
    padding: 11px 14px;
    width: max-content;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(14px);
}

.student-faces span {
    border-color: #0a1230;
    box-shadow: 0 4px 10px rgba(0,0,0,.22);
}

.hero-proof p {
    color: #8f9cb8;
}

.hero-proof p strong {
    color: #eef5ff;
}

.hero-visual {
    min-height: 500px;
    perspective: 1100px;
    transform-style: preserve-3d;
}

.orbit-one {
    width: 500px;
    height: 500px;
    border-color: rgba(91, 164, 255, .18);
    box-shadow: 0 0 70px rgba(59,130,246,.08);
}

.orbit-two {
    width: 420px;
    height: 420px;
    border-color: rgba(139,92,246,.24);
    box-shadow: 0 0 0 40px rgba(87, 92, 222, .025);
}

.hero-image-frame {
    position: relative;
    z-index: 2;
    width: min(590px, 100%);
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.045));
    box-shadow:
        0 45px 100px rgba(0,0,0,.42),
        0 0 80px rgba(61, 91, 230, .16),
        inset 0 1px 0 rgba(255,255,255,.34);
    backdrop-filter: blur(26px) saturate(150%);
    transform: rotateY(-4deg) rotateX(2deg);
    transition: transform .3s ease-out;
}

.frame-toolbar {
    height: 42px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 9px 0 7px;
}

.frame-toolbar > span {
    display: flex;
    gap: 5px;
}

.frame-toolbar > span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fb7185;
    box-shadow: 0 0 8px rgba(251,113,133,.45);
}

.frame-toolbar > span i:nth-child(2) {
    background: #fbbf24;
}

.frame-toolbar > span i:nth-child(3) {
    background: #34d399;
}

.frame-toolbar strong {
    color: #cbd8ee;
    font-size: 9px;
    letter-spacing: .4px;
}

.frame-toolbar strong i {
    margin-right: 5px;
    color: var(--glass-cyan);
}

.frame-toolbar em {
    justify-self: end;
    padding: 5px 8px;
    border: 1px solid rgba(248,113,113,.25);
    border-radius: 999px;
    color: #fda4af;
    background: rgba(244,63,94,.1);
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .8px;
}

.frame-toolbar em::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background: #fb7185;
    box-shadow: 0 0 9px #fb7185;
    animation: dotPulse 1.5s infinite;
}

.hero-image-frame img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    filter: saturate(1.08) contrast(1.04);
}

.frame-shine {
    position: absolute;
    top: 0;
    left: -65%;
    width: 42%;
    height: 130%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    transform: skewX(-18deg);
    animation: frameShine 7s ease-in-out infinite;
    pointer-events: none;
}

.frame-grid {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    height: 30%;
    border-radius: 0 0 22px 22px;
    opacity: .2;
    background: linear-gradient(transparent, rgba(37,99,235,.25));
    pointer-events: none;
}

.glass-chip {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px 12px 11px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,.19), rgba(255,255,255,.07));
    box-shadow:
        0 18px 40px rgba(0,0,0,.26),
        inset 0 1px 0 rgba(255,255,255,.3);
    backdrop-filter: blur(24px) saturate(160%);
    animation: chipFloat 4.8s ease-in-out infinite;
}

.glass-chip > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #7c3aed, #2563eb);
    box-shadow: 0 8px 18px rgba(76,73,214,.32);
}

.glass-chip > div:not(.ring-progress) {
    display: flex;
    flex-direction: column;
}

.glass-chip small {
    color: #8fa4c8;
    font-size: 7px;
    letter-spacing: .45px;
}

.glass-chip strong {
    margin-top: 3px;
    color: #fff;
    font-size: 10px;
}

.chip-certified {
    top: 36px;
    right: -12px;
}

.chip-placement {
    bottom: 35px;
    left: -24px;
    animation-delay: -1.7s;
}

.chip-placement > span {
    background: linear-gradient(145deg, #0891b2, #2563eb);
}

.chip-progress {
    right: -4px;
    bottom: 44px;
    animation-delay: -.8s;
}

.ring-progress {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--glass-cyan) 92%, rgba(255,255,255,.12) 0);
    box-shadow: 0 0 22px rgba(34,211,238,.2);
}

.ring-progress::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #121c39;
}

.ring-progress b {
    position: relative;
    z-index: 2;
    font-size: 8px;
}

.spark {
    position: absolute;
    z-index: 5;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #67e8f9;
    box-shadow: 0 0 9px #22d3ee, 0 0 25px #22d3ee;
    animation: sparkPulse 2.4s ease-in-out infinite;
}

.spark-one {
    top: 12%;
    left: 5%;
}

.spark-two {
    top: 48%;
    right: -3%;
    animation-delay: -.8s;
}

.spark-three {
    right: 18%;
    bottom: 3%;
    width: 5px;
    height: 5px;
    background: #c084fc;
    box-shadow: 0 0 12px #a855f7;
    animation-delay: -1.5s;
}

.stats-panel {
    margin-top: 90px;
    padding: 27px 12px;
    border: 1px solid rgba(255,255,255,.13);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
    box-shadow:
        0 -20px 65px rgba(30, 54, 130, .11),
        inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(25px) saturate(150%);
}

.stat {
    border-right-color: rgba(255,255,255,.1);
}

.stat strong {
    color: #fff;
    font-size: 30px;
    background: linear-gradient(110deg, #fff, #8fe9ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat span {
    color: #8090ae;
}

.trust-strip {
    border-color: rgba(255,255,255,.08);
    background: rgba(8,15,35,.92);
    box-shadow: 0 20px 70px rgba(0,0,0,.15);
}

.trust-grid > div {
    border-right-color: rgba(255,255,255,.09);
}

.trust-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    color: #74e4fa;
    background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
}

.trust-grid strong {
    color: #edf5ff;
}

.trust-grid small {
    color: #7788a7;
}

.section-heading h2,
.about-copy h2 {
    color: #f6f9ff;
}

.section-heading h2 em,
.about-copy h2 em {
    color: transparent;
    background: linear-gradient(100deg, #60a5fa, #a78bfa, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
}

.section-heading > p,
.about-copy > p {
    color: #91a0bc;
}

.section-kicker {
    color: #67e8f9;
    text-shadow: 0 0 20px rgba(34,211,238,.25);
}

.courses-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 25%, rgba(37, 99, 235, .16), transparent 26%),
        radial-gradient(circle at 92% 62%, rgba(124, 58, 237, .13), transparent 28%),
        #071026;
}

.courses-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.course-card {
    min-height: 350px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 20px 55px rgba(0,0,0,.13);
    backdrop-filter: blur(22px);
    transform-style: preserve-3d;
}

.course-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(91, 160, 255, .16), transparent 40%);
    transition: opacity .25s;
    pointer-events: none;
}

.course-card::after {
    top: -95px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(79, 124, 255, .13), transparent 70%);
}

.course-card:hover {
    border-color: rgba(103,232,249,.3);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 28px 70px rgba(0,0,0,.28),
        0 0 40px rgba(50, 115, 240, .07);
}

.course-card:hover::before {
    opacity: 1;
}

.course-icon {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.17);
    color: #fff !important;
    background: linear-gradient(145deg, #2563eb, #06b6d4) !important;
    box-shadow:
        0 12px 25px rgba(37,99,235,.28),
        inset 0 1px 0 rgba(255,255,255,.22);
}

.course-card:nth-child(2) .course-icon,
.course-icon.violet {
    background: linear-gradient(145deg, #7c3aed, #c026d3) !important;
    box-shadow: 0 12px 25px rgba(124,58,237,.28);
}

.course-card:nth-child(3) .course-icon,
.course-icon.cyan {
    background: linear-gradient(145deg, #0891b2, #14b8a6) !important;
}

.course-card:nth-child(4) .course-icon,
.course-icon.indigo {
    background: linear-gradient(145deg, #4338ca, #2563eb) !important;
}

.course-card:nth-child(5) .course-icon,
.course-icon.purple {
    background: linear-gradient(145deg, #a21caf, #7c3aed) !important;
}

.course-card:nth-child(6) .course-icon,
.course-icon.sky {
    background: linear-gradient(145deg, #0284c7, #2563eb) !important;
}

.course-tag {
    border-color: rgba(255,255,255,.11);
    color: #9badcb;
    background: rgba(255,255,255,.055);
}

.course-card h3,
.course-bottom strong {
    color: #f5f8ff;
}

.course-card > p,
.course-meta {
    color: #8797b4;
}

.course-meta i {
    color: #67e8f9;
}

.course-bottom {
    border-top-color: rgba(255,255,255,.09);
}

.course-bottom small {
    color: #687997;
}

.course-apply {
    color: #7ddff4;
}

.button-outline {
    color: #eaf6ff;
    border-color: rgba(103,232,249,.26);
    background: rgba(255,255,255,.07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter: blur(16px);
}

.button-outline:hover {
    border-color: rgba(103,232,249,.5);
    background: rgba(255,255,255,.11);
}

.about-section {
    position: relative;
    background:
        radial-gradient(circle at 18% 58%, rgba(99, 102, 241, .14), transparent 25%),
        linear-gradient(145deg, #080d1e, #0a1430);
}

.about-visual::before {
    background: conic-gradient(from 120deg, rgba(37,99,235,.25), rgba(124,58,237,.18), rgba(6,182,212,.22), rgba(37,99,235,.25));
    filter: blur(5px);
    animation: auroraSpin 12s linear infinite;
}

.lab-card {
    border: 1px solid rgba(255,255,255,.17);
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
    box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255,255,255,.15);
    backdrop-filter: blur(24px);
}

.lab-window {
    border: 1px solid rgba(103,232,249,.16);
    background:
        radial-gradient(circle at 75% 20%, rgba(124,58,237,.2), transparent 32%),
        #08142f;
    box-shadow: inset 0 0 35px rgba(47, 92, 222, .13);
}

.lab-desk {
    border-bottom-color: #415376;
}

.experience-badge {
    border-color: #0a1430;
    background: linear-gradient(135deg, #2563eb, #7c3aed 62%, #06b6d4);
    box-shadow: 0 18px 45px rgba(61, 70, 220, .34);
}

.lab-note {
    color: #f4f8ff;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(14, 25, 53, .86);
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
}

.feature-list > div {
    padding: 13px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 13px;
    background: rgba(255,255,255,.035);
    transition: .25s;
}

.feature-list > div:hover {
    border-color: rgba(103,232,249,.19);
    background: rgba(255,255,255,.065);
    transform: translateY(-2px);
}

.feature-list > div > i {
    color: #67e8f9;
    background: rgba(34,211,238,.1);
    box-shadow: inset 0 0 0 1px rgba(103,232,249,.12);
}

.feature-list strong {
    color: #eff5ff;
}

.feature-list small {
    color: #7788a6;
}

.text-link {
    color: #70e3f8;
}

.why-section {
    position: relative;
    background:
        radial-gradient(circle at 90% 15%, rgba(124,58,237,.14), transparent 24%),
        #071026;
}

.why-card {
    border: 1px solid rgba(255,255,255,.11);
    background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter: blur(20px);
}

.why-card:hover {
    border-color: rgba(103,232,249,.24);
    box-shadow: 0 25px 65px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.13);
}

.why-card > span {
    color: rgba(255,255,255,.035);
}

.why-card > i {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff !important;
    background: linear-gradient(145deg, #2563eb, #06b6d4) !important;
    box-shadow: 0 12px 28px rgba(37,99,235,.24);
}

.why-card:nth-child(2) > i {
    background: linear-gradient(145deg, #7c3aed, #c026d3) !important;
}

.why-card:nth-child(3) > i {
    background: linear-gradient(145deg, #f59e0b, #ef4444) !important;
}

.why-card:nth-child(4) > i {
    background: linear-gradient(145deg, #059669, #06b6d4) !important;
}

.why-card h3 {
    color: #f2f7ff;
}

.why-card p {
    color: #8191ae;
}

.batch-section {
    background: #071026;
}

.batch-shell {
    border: 1px solid rgba(255,255,255,.17);
    background:
        radial-gradient(circle at 90% 20%, rgba(34,211,238,.22), transparent 30%),
        linear-gradient(120deg, rgba(29,78,216,.85), rgba(88,28,135,.88));
    box-shadow:
        0 30px 80px rgba(0,0,0,.3),
        inset 0 1px 0 rgba(255,255,255,.18);
}

.batch-cards > div {
    border-color: rgba(255,255,255,.17);
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.065));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.batch-cards > div:hover {
    background: rgba(255,255,255,.18);
    transform: translateY(-4px);
}

.portal-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 76%, rgba(6,182,212,.12), transparent 25%),
        #080d1e;
}

.portal-card {
    border: 1px solid rgba(255,255,255,.11);
    background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.028));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter: blur(18px);
}

.portal-card:hover {
    border-color: rgba(103,232,249,.25);
    box-shadow: 0 26px 65px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.14);
}

.portal-icon {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,.18);
    background: linear-gradient(145deg, #10b981, #0891b2);
    box-shadow: 0 12px 28px rgba(5,150,105,.25);
}

.portal-card.staff .portal-icon {
    background: linear-gradient(145deg, #7c3aed, #c026d3);
}

.portal-card.admin .portal-icon {
    background: linear-gradient(145deg, #2563eb, #06b6d4);
}

.portal-card strong {
    color: #f1f6ff;
}

.portal-card em {
    color: #7f90ad;
}

.portal-arrow {
    color: #667795;
}

.admission-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(34,211,238,.18), transparent 26%),
        radial-gradient(circle at 92% 85%, rgba(236,72,153,.12), transparent 24%),
        linear-gradient(125deg, #071329, #101b42 55%, #211047);
}

.admission-form-card {
    border: 1px solid rgba(255,255,255,.2);
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
    box-shadow: 0 35px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.2);
    backdrop-filter: blur(30px) saturate(150%);
}

.form-heading h3,
.admission-form-card label > span {
    color: #f1f6ff;
}

.form-heading small {
    color: #67e8f9;
}

.form-heading > span {
    color: #b5f5dd;
    border: 1px solid rgba(52,211,153,.15);
    background: rgba(16,185,129,.1);
}

.admission-form-card input,
.admission-form-card select,
.admission-form-card textarea {
    color: #f5f8ff;
    border-color: rgba(255,255,255,.13);
    background: rgba(3, 9, 25, .42);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.admission-form-card input::placeholder,
.admission-form-card textarea::placeholder {
    color: #697a98;
}

.admission-form-card label > small {
    margin: -5px 2px 10px;
    color: #8ea0bc;
    font-size: 9px;
    font-weight: 700;
}

.admission-form-card input[type="file"] {
    padding: 10px 12px;
    color: #c9d5e8;
}

.admission-form-card select {
    color-scheme: dark;
}

.admission-form-card input:focus,
.admission-form-card select:focus,
.admission-form-card textarea:focus {
    color: #fff;
    border-color: rgba(103,232,249,.45);
    background: rgba(5,13,34,.7);
    box-shadow: 0 0 0 4px rgba(34,211,238,.09), 0 0 25px rgba(34,211,238,.06);
}

.button-form {
    border: 1px solid rgba(255,255,255,.2);
    background: linear-gradient(115deg, #2563eb, #7c3aed, #0891b2);
    background-size: 220% 220%;
    animation: gradientMove 5s ease infinite;
}

.form-note {
    color: #7587a6;
}

.contact-strip {
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom-color: rgba(255,255,255,.08);
    background: rgba(5,10,25,.97);
}

.contact-grid > a,
.contact-grid > div:not(.contact-brand) {
    border-left-color: rgba(255,255,255,.09);
}

.contact-grid i {
    color: #67e8f9;
    filter: drop-shadow(0 0 9px rgba(34,211,238,.32));
}

.site-footer {
    background:
        radial-gradient(circle at 85% 15%, rgba(92,56,220,.08), transparent 25%),
        #040817;
}

.social-links a {
    border-color: rgba(255,255,255,.11);
    background: rgba(255,255,255,.035);
}

.social-links a:hover {
    border-color: rgba(103,232,249,.25);
    background: linear-gradient(145deg, #2563eb, #7c3aed);
    transform: translateY(-3px);
}

.float-whatsapp,
.float-call,
.back-to-top {
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 14px 38px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.18) !important;
    backdrop-filter: blur(18px);
}

.float-whatsapp {
    background: linear-gradient(145deg, rgba(22, 190, 112, .9), rgba(5, 150, 105, .9));
}

.float-call {
    background: linear-gradient(145deg, #2563eb, #7c3aed);
}

.back-to-top {
    background: rgba(16, 27, 56, .82);
}

.cursor-glow {
    position: fixed;
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    opacity: .12;
    pointer-events: none;
    background: radial-gradient(circle, rgba(59,130,246,.7), transparent 68%);
    filter: blur(10px);
    transform: translate(-50%, -50%);
    transition: opacity .2s;
}

@keyframes glassSweep {
    0%, 65% { transform: translateX(-120%); }
    100% { transform: translateX(130%); }
}

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

@keyframes gradientMove {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes gridDrift {
    to { background-position: 48px 48px; }
}

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

@keyframes dotPulse {
    50% { opacity: .45; transform: scale(.82); }
}

@keyframes buttonShine {
    0%, 62% { transform: translateX(-130%); }
    100% { transform: translateX(130%); }
}

@keyframes frameShine {
    0%, 62% { left: -65%; }
    100% { left: 130%; }
}

@keyframes chipFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes sparkPulse {
    0%, 100% { opacity: .35; transform: scale(.6); }
    50% { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 1080px) {
    .hero-grid {
        gap: 35px;
    }

    .hero-image-frame {
        width: 510px;
    }

    .chip-progress {
        display: none;
    }
}

@media (max-width: 860px) {
    .site-header,
    .site-header.scrolled {
        height: 72px;
    }

    .menu-toggle {
        display: block;
        border-color: rgba(255,255,255,.15);
        background: rgba(255,255,255,.075);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        backdrop-filter: blur(18px);
    }

    .menu-toggle span {
        background: #fff;
    }

    .primary-nav {
        top: 72px;
        border-top: 1px solid rgba(255,255,255,.08);
        background:
            radial-gradient(circle at 80% 10%, rgba(124,58,237,.18), transparent 25%),
            rgba(5, 11, 29, .96);
        backdrop-filter: blur(30px);
    }

    .primary-nav > a,
    .primary-nav > a:nth-child(4),
    .primary-nav > a:nth-child(5) {
        border-bottom-color: rgba(255,255,255,.08);
        color: #dbe7fa;
    }

    .hero {
        padding-top: 72px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        margin-top: 30px;
    }

    .hero-image-frame {
        width: min(620px, 90vw);
        transform: none;
    }

    .chip-certified {
        right: 4%;
    }

    .chip-placement {
        left: 3%;
    }
}

@media (max-width: 600px) {
    .brand-logo {
        width: 43px;
        height: 43px;
    }

    .premium-mark b {
        font-size: 22px;
    }

    .brand-copy strong {
        max-width: 210px;
        font-size: 14px;
    }

    .hero {
        min-height: 0;
        padding-top: 55px;
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -2.7px;
    }

    .hero-copy > p {
        font-size: 12px;
    }

    .hero-visual {
        min-height: 340px;
        margin: 16px -9px -10px;
        transform: none;
    }

    .hero-image-frame {
        width: 100%;
        padding: 7px;
        border-radius: 23px;
        transform: none;
    }

    .frame-toolbar {
        height: 36px;
    }

    .hero-image-frame img {
        border-radius: 17px;
        aspect-ratio: 1.18;
    }

    .glass-chip {
        padding: 8px 10px 8px 8px;
        border-radius: 13px;
    }

    .glass-chip > span {
        width: 31px;
        height: 31px;
        border-radius: 9px;
        font-size: 11px;
    }

    .glass-chip strong {
        font-size: 8px;
    }

    .glass-chip small {
        font-size: 6px;
    }

    .chip-certified {
        top: 46px;
        right: -3px;
    }

    .chip-placement {
        bottom: 20px;
        left: -2px;
    }

    .orbit-one {
        width: 350px;
        height: 350px;
    }

    .orbit-two {
        width: 290px;
        height: 290px;
    }

    .stats-panel {
        margin-top: 40px;
    }

    .stat:nth-child(-n+2) {
        border-bottom-color: rgba(255,255,255,.08);
    }

    .trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .course-card {
        min-height: 330px;
    }

    .about-visual::before {
        width: 280px;
        height: 280px;
    }

    .feature-list > div {
        padding: 12px;
    }

    .admission-form-card {
        background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
    }
}

@media (hover: none), (prefers-reduced-motion: reduce) {
    .cursor-glow {
        display: none;
    }

    .hero-image-frame,
    .course-card,
    .portal-card {
        transform: none !important;
    }
}

/* Comprehensive academy homepage */
.button-ghost {
    min-width: 150px;
    color: #bfefff;
    border: 1px solid rgba(103, 232, 249, .2);
    background: rgba(34, 211, 238, .055);
}

.button-ghost:hover {
    color: #fff;
    border-color: rgba(103, 232, 249, .45);
    background: rgba(34, 211, 238, .1);
}

.program-pills,
.gallery-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -8px 0 28px;
    overflow-x: auto;
    scrollbar-width: none;
}

.program-pills::-webkit-scrollbar,
.gallery-filter::-webkit-scrollbar {
    display: none;
}

.program-pills span,
.gallery-filter span {
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    color: #8fa0be;
    font-size: 10px;
    font-weight: 700;
    background: rgba(255, 255, 255, .035);
}

.program-pills span.active,
.gallery-filter span.active {
    color: #fff;
    border-color: rgba(103, 232, 249, .25);
    background: linear-gradient(120deg, rgba(37, 99, 235, .6), rgba(124, 58, 237, .55));
    box-shadow: 0 10px 28px rgba(55, 73, 214, .22);
}

.expanded-courses {
    grid-template-columns: repeat(3, 1fr);
}

.course-icon.pink {
    color: #f9a8d4;
    background: rgba(236, 72, 153, .12);
}

.course-icon.green {
    color: #6ee7b7;
    background: rgba(16, 185, 129, .12);
}

.course-icon.amber {
    color: #fcd34d;
    background: rgba(245, 158, 11, .12);
}

.course-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.course-actions > a:first-child {
    color: #8294b5;
    font-size: 10px;
    font-weight: 700;
}

.course-actions .course-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dff9ff;
    font-size: 10px;
    font-weight: 800;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 24px 0 18px;
}

.mission-grid article {
    display: flex;
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.mission-grid i {
    display: grid;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 11px;
    color: #bfdbfe;
    background: linear-gradient(145deg, rgba(37, 99, 235, .55), rgba(124, 58, 237, .5));
}

.mission-grid strong {
    display: block;
    margin-bottom: 4px;
    color: #f6f9ff;
    font-size: 12px;
}

.mission-grid p {
    margin: 0;
    color: #7f90af;
    font-size: 9px;
    line-height: 1.55;
}

.director-note {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 17px;
    border: 1px solid rgba(103, 232, 249, .14);
    border-radius: 18px;
    background: linear-gradient(120deg, rgba(34, 211, 238, .07), rgba(124, 58, 237, .06));
}

.director-note > span {
    display: grid;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(145deg, #2563eb, #7c3aed);
}

.director-note small {
    display: block;
    margin-bottom: 4px;
    color: #67e8f9;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.director-note p {
    margin: 0 0 6px;
    color: #b1bdd3;
    font-size: 10px;
    line-height: 1.6;
}

.director-note strong {
    color: #f4f7ff;
    font-size: 9px;
}

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

.premium-why .why-card {
    min-height: 245px;
}

.journey-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(57, 92, 214, .13), transparent 32%),
        #050b1b;
}

.journey-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 44px;
}

.journey-track::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3b82f6, #8b5cf6, #22d3ee, transparent);
    box-shadow: 0 0 18px rgba(34, 211, 238, .3);
}

.journey-card {
    position: relative;
    z-index: 1;
    padding: 23px 17px 21px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
}

.journey-card > span {
    position: absolute;
    top: 12px;
    right: 14px;
    color: rgba(255, 255, 255, .1);
    font-size: 10px;
    font-weight: 800;
}

.journey-card > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 17px;
    color: #fff;
    font-size: 17px;
    background: linear-gradient(145deg, #2563eb, #7c3aed);
    box-shadow: 0 12px 30px rgba(64, 68, 215, .3);
}

.journey-card:nth-child(2n) > i {
    background: linear-gradient(145deg, #7c3aed, #db2777);
}

.journey-card:nth-child(3n) > i {
    background: linear-gradient(145deg, #0891b2, #2563eb);
}

.journey-card h3 {
    margin-bottom: 8px;
    color: #f2f7ff;
    font-size: 13px;
}

.journey-card p {
    color: #7f90ae;
    font-size: 9px;
    line-height: 1.65;
}

.facilities-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(6, 182, 212, .1), transparent 28%),
        radial-gradient(circle at 92% 80%, rgba(124, 58, 237, .11), transparent 25%),
        #071026;
}

.facility-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
}

.facility-feature {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 27px;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.facility-visual {
    position: relative;
    display: grid;
    min-height: 270px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(34, 211, 238, .2), transparent 45%),
        linear-gradient(145deg, #0b2b59, #271653);
    background-size: 25px 25px, 25px 25px, auto, auto;
}

.facility-visual > i:first-child {
    color: rgba(255, 255, 255, .12);
    font-size: 130px;
}

.facility-visual > i:nth-child(2) {
    position: absolute;
    color: #a5f3fc;
    font-size: 50px;
    filter: drop-shadow(0 0 24px rgba(34, 211, 238, .55));
}

.facility-visual span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    color: #dffaff;
    font-size: 8px;
    font-weight: 700;
    background: rgba(4, 11, 28, .65);
    backdrop-filter: blur(12px);
}

.facility-feature > div:last-child {
    align-self: center;
}

.facility-feature small {
    color: #67e8f9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.facility-feature h3 {
    margin: 8px 0 10px;
    color: #f4f8ff;
    font-size: 24px;
    line-height: 1.2;
}

.facility-feature p {
    color: #8b9ab6;
    font-size: 10px;
    line-height: 1.75;
}

.facility-feature ul {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.facility-feature li {
    color: #bac5d9;
    font-size: 9px;
}

.facility-feature li i {
    margin-right: 8px;
    color: #6ee7b7;
}

.facility-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.facility-mini {
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.facility-mini i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 13px;
    color: #dbeafe;
    background: linear-gradient(145deg, rgba(37, 99, 235, .75), rgba(124, 58, 237, .65));
}

.facility-mini h3 {
    margin-bottom: 7px;
    color: #edf4ff;
    font-size: 12px;
}

.facility-mini p {
    color: #7788a6;
    font-size: 9px;
    line-height: 1.6;
}

.faculty-section {
    background: #060b1c;
}

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

.faculty-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    transition: transform .35s, border-color .35s;
}

.faculty-card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(59, 130, 246, .13);
    filter: blur(10px);
}

.faculty-card:hover {
    z-index: 2;
    border-color: rgba(103, 232, 249, .24);
    transform: translateY(-7px);
}

.faculty-avatar {
    display: grid;
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .28);
    border-radius: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .28);
}

.blue-grad { background: linear-gradient(145deg, #2563eb, #0891b2); }
.violet-grad { background: linear-gradient(145deg, #7c3aed, #db2777); }
.cyan-grad { background: linear-gradient(145deg, #0891b2, #10b981); }
.pink-grad { background: linear-gradient(145deg, #db2777, #7c3aed); }

.faculty-status {
    position: absolute;
    top: 24px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #82d8bd;
    font-size: 7px;
}

.faculty-status i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px #34d399;
}

.faculty-card h3 {
    color: #f4f8ff;
    font-size: 15px;
}

.faculty-card > span {
    display: block;
    margin: 4px 0 12px;
    color: #67e8f9;
    font-size: 9px;
}

.faculty-card > p {
    color: #7e8ead;
    font-size: 9px;
}

.faculty-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.faculty-meta span {
    color: #b6c2d7;
    font-size: 8px;
    font-weight: 700;
}

.results-section {
    background:
        radial-gradient(circle at 85% 30%, rgba(124, 58, 237, .15), transparent 25%),
        #071026;
}

.results-shell {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 42px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 15%, rgba(34, 211, 238, .14), transparent 30%),
        linear-gradient(135deg, rgba(24, 51, 109, .88), rgba(35, 17, 79, .92));
    box-shadow: 0 35px 90px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .15);
}

.results-copy h2 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(31px, 3vw, 46px);
    line-height: 1.15;
}

.results-copy h2 em {
    color: #67e8f9;
    font-style: normal;
}

.results-copy > p {
    color: #a6b5d1;
    font-size: 11px;
    line-height: 1.8;
}

.result-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 24px 0;
}

.result-stats div {
    padding: 13px 8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
}

.result-stats strong {
    display: block;
    color: #fff;
    font-size: 19px;
}

.result-stats span {
    color: #91a0bc;
    font-size: 6px;
}

.achievement-board {
    overflow: hidden;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    background: rgba(4, 10, 27, .5);
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
}

.board-head {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.board-head span {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.board-head span i {
    margin-right: 7px;
    color: #fbbf24;
}

.board-head small {
    color: #7485a5;
    font-size: 6px;
    letter-spacing: 1px;
}

.achievement-board article {
    display: grid;
    grid-template-columns: 25px 42px 1fr auto;
    gap: 11px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.achievement-board article:last-child {
    border-bottom: 0;
}

.achievement-board article > b {
    color: #60718f;
    font-size: 9px;
}

.rank-avatar {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    background: linear-gradient(145deg, #2563eb, #7c3aed);
}

.achievement-board article strong {
    display: block;
    color: #eef5ff;
    font-size: 10px;
}

.achievement-board article small {
    color: #7283a2;
    font-size: 7px;
}

.achievement-board article em {
    color: #67e8f9;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
}

.gallery-section {
    background: #060b1c;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-auto-rows: 225px;
    gap: 15px;
}

.gallery-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: #0b1731;
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    transition: transform .35s, border-color .35s;
}

.gallery-card:hover {
    border-color: rgba(103, 232, 249, .28);
    transform: translateY(-5px);
}

.gallery-main {
    grid-row: span 2;
}

.gallery-art {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.gallery-art::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 30%, rgba(4, 8, 23, .95));
}

.gallery-art > i {
    position: relative;
    color: rgba(255, 255, 255, .55);
    font-size: 67px;
    filter: drop-shadow(0 0 35px rgba(255, 255, 255, .2));
}

.lab-art { background: radial-gradient(circle at 40% 30%, rgba(34, 211, 238, .35), transparent 35%), linear-gradient(145deg, #0b3b72, #271355); }
.class-art { background: radial-gradient(circle at 60% 30%, rgba(167, 139, 250, .3), transparent 35%), linear-gradient(145deg, #342062, #0d3463); }
.award-art { background: radial-gradient(circle at 55% 25%, rgba(251, 191, 36, .34), transparent 30%), linear-gradient(145deg, #4d2d29, #292059); }
.seminar-art { background: radial-gradient(circle at 45% 25%, rgba(236, 72, 153, .3), transparent 34%), linear-gradient(145deg, #591d52, #142d62); }
.project-art { background: radial-gradient(circle at 55% 30%, rgba(52, 211, 153, .3), transparent 32%), linear-gradient(145deg, #0c4a53, #222059); }

.lab-art > i:first-child {
    position: absolute;
    left: 20%;
    opacity: .25;
    font-size: 155px;
}

.lab-art > i:nth-child(2) {
    font-size: 78px;
}

.gallery-card > div:last-child {
    position: relative;
    z-index: 2;
}

.gallery-card small {
    color: #67e8f9;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.gallery-card h3 {
    margin-top: 6px;
    color: #fff;
    font-size: 15px;
}

.gallery-card span {
    display: inline-block;
    margin-top: 9px;
    color: #95a6c2;
    font-size: 8px;
}

.testimonials-section {
    background:
        radial-gradient(circle at 50% 10%, rgba(124, 58, 237, .13), transparent 25%),
        #071026;
}

.rating-summary {
    display: grid;
    grid-template-columns: .33fr .67fr;
    gap: 28px;
    max-width: 760px;
    margin: 0 auto 30px;
    padding: 22px 30px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
}

.rating-summary > div:first-child {
    display: grid;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, .09);
}

.rating-summary > div:first-child strong {
    color: #fff;
    font-size: 38px;
    line-height: 1;
}

.rating-summary .stars {
    margin: 5px 0;
}

.rating-summary small {
    color: #7385a5;
    font-size: 7px;
}

.rating-bars {
    display: grid;
    align-content: center;
    gap: 8px;
}

.rating-bars p {
    display: grid;
    grid-template-columns: 100px 1fr 25px;
    gap: 10px;
    align-items: center;
}

.rating-bars span,
.rating-bars em {
    color: #a7b4ca;
    font-size: 8px;
    font-style: normal;
}

.rating-bars i {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
}

.rating-bars b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #22d3ee);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.testimonial-card {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 25px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.featured-review {
    border-color: rgba(103, 232, 249, .22);
    background: linear-gradient(150deg, rgba(37, 99, 235, .17), rgba(124, 58, 237, .08));
    transform: translateY(-9px);
}

.quote-mark {
    position: absolute;
    top: 7px;
    right: 18px;
    color: rgba(103, 232, 249, .14);
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1;
}

.testimonial-card > p {
    min-height: 112px;
    margin: 14px 0 19px;
    color: #9ba9c1;
    font-size: 10px;
    line-height: 1.8;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.reviewer > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    background: linear-gradient(145deg, #2563eb, #7c3aed);
}

.reviewer div {
    flex: 1;
}

.reviewer strong,
.reviewer small {
    display: block;
}

.reviewer strong {
    color: #f2f7ff;
    font-size: 10px;
}

.reviewer small {
    margin-top: 3px;
    color: #7284a4;
    font-size: 7px;
}

.reviewer > i {
    color: #34d399;
    font-size: 12px;
}

.expanded-portals {
    grid-template-columns: repeat(3, 1fr);
}

.verify-card {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 25px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 23px;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, .12), transparent 28%),
        linear-gradient(130deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.verify-card > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.verify-card > div > span:last-child small,
.verify-card > div > span:last-child strong,
.verify-card > div > span:last-child em {
    display: block;
}

.verify-card small {
    color: #67e8f9;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.verify-card strong {
    margin: 3px 0;
    color: #fff;
    font-size: 14px;
}

.verify-card em {
    color: #7889a7;
    font-size: 8px;
    font-style: normal;
}

.portal-icon.verify {
    background: linear-gradient(145deg, #0891b2, #2563eb);
}

.verify-form {
    display: flex;
    width: min(420px, 100%);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: rgba(3, 9, 24, .42);
}

.verify-form input {
    min-width: 0;
    flex: 1;
    padding: 0 13px;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 9px;
}

.verify-form button {
    padding: 12px 16px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    font-family: inherit;
    font-size: 8px;
    font-weight: 800;
    background: linear-gradient(120deg, #2563eb, #7c3aed);
}

.faq-section {
    background:
        radial-gradient(circle at 5% 70%, rgba(34, 211, 238, .1), transparent 25%),
        #060b1c;
}

.faq-grid {
    display: grid;
    grid-template-columns: .42fr .58fr;
    gap: 65px;
}

.faq-intro h2 {
    margin: 12px 0 15px;
    color: #f5f8ff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.13;
}

.faq-intro h2 em {
    color: #67e8f9;
    font-style: normal;
}

.faq-intro > p {
    color: #8393af;
    font-size: 11px;
    line-height: 1.8;
}

.faq-help {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
    padding: 17px;
    border: 1px solid rgba(103, 232, 249, .15);
    border-radius: 18px;
    background: rgba(34, 211, 238, .055);
}

.faq-help > i {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, #0891b2, #2563eb);
}

.faq-help small,
.faq-help strong,
.faq-help a {
    display: block;
}

.faq-help small {
    color: #7587a5;
    font-size: 7px;
}

.faq-help strong {
    color: #eef5ff;
    font-size: 11px;
}

.faq-help a {
    margin-top: 3px;
    color: #67e8f9;
    font-size: 9px;
}

.faq-list {
    display: grid;
    gap: 11px;
}

.faq-list details {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .022));
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.faq-list details[open] {
    border-color: rgba(103, 232, 249, .2);
    background: linear-gradient(145deg, rgba(37, 99, 235, .12), rgba(124, 58, 237, .05));
}

.faq-list summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    color: #eaf1fc;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary i {
    color: #67e8f9;
    transition: transform .3s;
}

.faq-list details[open] summary i {
    transform: rotate(45deg);
}

.faq-list details p {
    padding: 0 20px 19px;
    color: #8090ac;
    font-size: 9px;
    line-height: 1.75;
}

.float-admission {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    background: linear-gradient(120deg, #2563eb, #7c3aed);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .32);
}

.footer-grid-large {
    position: relative;
    grid-template-columns: 1.55fr repeat(4, 1fr);
    gap: 38px;
}

.footer-about .brand {
    margin-bottom: 18px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 15px 0;
}

.footer-badges span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;
    color: #93a4c0;
    font-size: 7px;
    background: rgba(255, 255, 255, .03);
}

.footer-badges i {
    margin-right: 5px;
    color: #67e8f9;
}

.footer-contact p {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.footer-contact p i {
    width: 13px;
    color: #67e8f9;
}

.direction-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 7px;
    color: #67e8f9 !important;
}

.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(37, 99, 235, .13), rgba(124, 58, 237, .07));
}

.footer-newsletter > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-newsletter > div > i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, #2563eb, #7c3aed);
}

.footer-newsletter strong,
.footer-newsletter small {
    display: block;
}

.footer-newsletter strong {
    color: #eef5ff;
    font-size: 11px;
}

.footer-newsletter small {
    margin-top: 3px;
    color: #7486a5;
    font-size: 7px;
}

.footer-newsletter form {
    display: flex;
    width: min(410px, 100%);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.footer-newsletter input {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 9px;
}

.footer-newsletter button {
    padding: 11px 16px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 8px;
    font-weight: 800;
    background: linear-gradient(120deg, #2563eb, #7c3aed);
}

@media (max-width: 1120px) {
    .premium-why,
    .faculty-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-track {
        grid-template-columns: repeat(3, 1fr);
    }

    .journey-track::before {
        display: none;
    }

    .facility-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid-large {
        grid-template-columns: 1.5fr repeat(3, 1fr);
    }

    .footer-grid-large > div:last-child {
        grid-column: 2 / -1;
    }
}

@media (max-width: 860px) {
    .expanded-courses,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .facility-feature,
    .results-shell,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .results-shell {
        padding: 35px;
    }

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

    .gallery-main {
        grid-row: span 1;
        grid-column: span 2;
    }

    .expanded-portals {
        grid-template-columns: 1fr;
    }

    .verify-card {
        grid-column: auto;
        align-items: stretch;
        flex-direction: column;
    }

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

    .footer-grid-large > div:last-child {
        grid-column: auto;
    }

    .footer-about {
        grid-column: span 2;
    }

    .footer-newsletter {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .hero-actions {
        align-items: stretch;
    }

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

    .program-pills,
    .gallery-filter {
        margin-right: -20px;
    }

    .expanded-courses,
    .premium-why,
    .journey-track,
    .faculty-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .mission-grid,
    .facility-mini-grid {
        grid-template-columns: 1fr;
    }

    .facility-feature {
        padding: 18px;
    }

    .facility-visual {
        min-height: 220px;
    }

    .premium-why .why-card {
        min-height: 205px;
    }

    .results-shell {
        padding: 24px 18px;
        border-radius: 25px;
    }

    .result-stats {
        grid-template-columns: 1fr;
    }

    .achievement-board {
        padding: 8px 14px;
    }

    .board-head small {
        display: none;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 210px;
    }

    .gallery-main {
        grid-column: auto;
    }

    .rating-summary {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .rating-summary > div:first-child {
        padding-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    .rating-bars p {
        grid-template-columns: 85px 1fr 20px;
    }

    .featured-review {
        transform: none;
    }

    .verify-form,
    .footer-newsletter form {
        width: 100%;
    }

    .faq-grid {
        gap: 35px;
    }

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

    .footer-about {
        grid-column: auto;
    }

    .float-admission {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .float-admission span {
        display: none;
    }
}

/* AI photography integration */
.course-card-photo {
    min-height: 485px;
    overflow: hidden;
}

.course-media {
    position: relative;
    height: 155px;
    margin: -28px -28px 22px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #09142d;
}

.course-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(6, 11, 28, .88));
}

.course-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease, filter .7s ease;
}

.course-card-photo:hover .course-media img {
    filter: saturate(1.12) contrast(1.03);
    transform: scale(1.07);
}

.course-media span {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 13px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    color: #e9fbff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .7px;
    background: rgba(3, 9, 24, .62);
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
}

.about-ai-frame {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    padding: 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 29px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
    box-shadow: 0 35px 90px rgba(0, 0, 0, .38), 0 0 55px rgba(59, 130, 246, .11);
    transform: rotate(-1.5deg);
}

.about-ai-frame::after {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 21px;
    background: linear-gradient(145deg, transparent 45%, rgba(34, 211, 238, .17));
    pointer-events: none;
}

.about-ai-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 1.16;
    object-fit: cover;
    border-radius: 21px;
}

.ai-image-label {
    position: absolute;
    z-index: 3;
    left: 25px;
    bottom: 25px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 11px;
    color: #effcff;
    font-size: 8px;
    font-weight: 800;
    background: rgba(4, 10, 27, .68);
    backdrop-filter: blur(15px);
}

.ai-image-label i {
    margin-right: 6px;
    color: #67e8f9;
}

.why-card-photo {
    min-height: 330px !important;
    overflow: hidden;
}

.why-photo {
    position: relative;
    height: 112px;
    margin: -28px -28px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.why-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 15%, rgba(7, 16, 38, .88));
}

.why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .88;
    transition: transform .65s ease, opacity .65s ease;
}

.why-card-photo:hover .why-photo img {
    opacity: 1;
    transform: scale(1.08);
}

.why-card-photo > i {
    position: relative;
    z-index: 2;
    margin-top: -25px;
}

.why-card-photo > span {
    z-index: 3;
}

.facility-ai-visual {
    display: block;
}

.facility-ai-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4, 10, 27, .88));
}

.facility-ai-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-ai-visual span {
    z-index: 2;
}

.faculty-ai-banner {
    position: relative;
    min-height: 310px;
    margin-bottom: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 30px;
    background: #08142c;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .12);
}

.faculty-ai-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 10, 25, .95) 0%, rgba(4, 10, 25, .6) 42%, transparent 72%);
}

.faculty-ai-banner > img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center 35%;
}

.faculty-ai-banner > div {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 36px;
    width: min(410px, 48%);
    transform: translateY(-50%);
}

.faculty-ai-banner small,
.faculty-ai-banner strong,
.faculty-ai-banner span {
    display: block;
}

.faculty-ai-banner small {
    color: #67e8f9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.faculty-ai-banner strong {
    margin: 10px 0 16px;
    color: #fff;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.1;
}

.faculty-ai-banner span {
    color: #a5b3cb;
    font-size: 9px;
}

.faculty-ai-banner span i {
    margin-right: 6px;
    color: #34d399;
}

.faculty-card-image .faculty-avatar {
    position: relative;
    display: block;
    width: calc(100% + 48px);
    height: 190px;
    margin: -24px -24px 20px;
    overflow: hidden;
    border: 0;
    border-radius: 23px 23px 18px 18px;
    background: #0a1730;
    box-shadow: none;
}

.faculty-card-image .faculty-avatar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(6, 11, 28, .78));
    pointer-events: none;
}

.faculty-card-image .faculty-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    transition: transform .65s ease;
}

.faculty-card-image:hover .faculty-avatar img {
    transform: scale(1.06);
}

.faculty-card-image .faculty-status {
    z-index: 3;
    top: 14px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(4, 10, 27, .7);
    backdrop-filter: blur(12px);
}

.gallery-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s ease, filter .75s ease;
}

.gallery-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(4, 8, 23, .95));
    pointer-events: none;
}

.gallery-card:hover .gallery-photo {
    filter: saturate(1.15) contrast(1.03);
    transform: scale(1.08);
}

.gallery-card > div:last-child {
    z-index: 2;
}

.gallery-card:nth-child(2) .gallery-photo {
    object-position: center 30%;
}

.gallery-card:nth-child(3) .gallery-photo {
    object-position: 70% center;
}

.gallery-card:nth-child(4) .gallery-photo {
    object-position: center 34%;
}

.gallery-card:nth-child(5) .gallery-photo {
    object-position: center 25%;
}

@media (max-width: 860px) {
    .faculty-ai-banner > div {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .course-card-photo {
        min-height: 455px;
    }

    .course-media {
        height: 150px;
    }

    .why-card-photo {
        min-height: 315px !important;
    }

    .why-photo {
        height: 125px;
    }

    .about-ai-frame {
        transform: none;
    }

    .faculty-ai-banner {
        min-height: 400px;
    }

    .faculty-ai-banner > img {
        height: 400px;
        object-position: 57% center;
    }

    .faculty-ai-banner::after {
        background: linear-gradient(180deg, transparent 26%, rgba(4, 10, 25, .98) 76%);
    }

    .faculty-ai-banner > div {
        top: auto;
        right: 22px;
        bottom: 24px;
        left: 22px;
        width: auto;
        transform: none;
    }

    .faculty-card-image .faculty-avatar {
        height: 235px;
    }
}

/* Readable premium typography and natural image fitting */
.site-container {
    width: min(1380px, calc(100% - 48px));
}

.topbar {
    font-size: 13px;
}

.topbar-inner {
    min-height: 40px;
}

.brand-copy strong {
    max-width: 290px;
    font-size: 18px;
    letter-spacing: -.35px;
}

.brand-copy small {
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: 1.8px;
}

.primary-nav {
    gap: 21px;
}

.primary-nav > a {
    font-size: 13px;
    font-weight: 650;
}

.primary-nav .nav-cta {
    padding: 14px 18px;
}

.notice-bar {
    height: 47px;
    font-size: 13px;
}

.notice-label {
    min-width: 165px;
    font-size: 12px;
}

.eyebrow {
    font-size: 13px;
    letter-spacing: .2px;
}

.hero h1 {
    font-size: clamp(54px, 5.1vw, 76px);
    letter-spacing: -3.5px;
}

.hero-copy > p {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.8;
}

.button {
    min-height: 56px;
    padding: 0 25px;
    font-size: 13px;
}

.hero-proof p {
    font-size: 12px;
}

.hero-proof .stars {
    font-size: 13px;
}

.glass-chip small {
    font-size: 9px;
}

.glass-chip strong {
    font-size: 12px;
}

.stat strong {
    font-size: 34px;
}

.stat span {
    font-size: 12px;
}

.trust-grid strong {
    font-size: 14px;
}

.trust-grid small {
    margin-top: 5px;
    font-size: 11px;
}

.section {
    padding: 112px 0;
}

.section-heading {
    margin-bottom: 50px;
}

.section-kicker {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 2.2px;
}

.section-heading h2,
.about-copy h2 {
    font-size: clamp(39px, 4vw, 58px);
    letter-spacing: -2.2px;
    line-height: 1.14;
}

.section-heading > p,
.section-heading.centered > p {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.75;
}

.section-heading.centered {
    max-width: 820px;
}

.program-pills span,
.gallery-filter span {
    padding: 11px 18px;
    font-size: 12px;
}

.course-card-photo {
    min-height: 0;
    padding: 30px;
}

.course-media {
    height: auto;
    aspect-ratio: 16 / 9;
    margin: -30px -30px 24px;
}

.course-media img {
    object-fit: cover;
    object-position: center center;
}

.course-media span {
    left: 17px;
    bottom: 15px;
    padding: 8px 12px;
    font-size: 10px;
}

.course-top {
    margin-bottom: 22px;
}

.course-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 21px;
}

.course-tag {
    padding: 8px 12px;
    font-size: 10px;
}

.course-card h3 {
    font-size: 21px;
    letter-spacing: -.55px;
    line-height: 1.35;
}

.course-card > p {
    margin-top: 13px;
    color: #a4b1c8;
    font-size: 14px;
    line-height: 1.75;
}

.course-meta {
    gap: 18px;
    margin-top: 18px;
    font-size: 12px;
}

.course-actions {
    margin-top: 25px;
    padding-top: 20px;
}

.course-actions > a:first-child,
.course-actions .course-apply {
    font-size: 12px;
}

.center-action .button {
    font-size: 13px;
}

.about-copy > p {
    margin-top: 20px;
    color: #a3b0c6;
    font-size: 16px;
    line-height: 1.85;
}

.mission-grid strong {
    font-size: 14px;
}

.mission-grid p {
    font-size: 12px;
}

.director-note small {
    font-size: 9px;
}

.director-note p {
    font-size: 13px;
}

.director-note strong {
    font-size: 11px;
}

.why-card-photo {
    min-height: 365px !important;
    padding: 30px;
}

.why-photo {
    height: 145px;
    margin: -30px -30px 0;
}

.why-card > i {
    width: 60px;
    height: 60px;
    font-size: 19px;
}

.why-card h3 {
    margin-top: 16px;
    font-size: 18px;
}

.why-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.7;
}

.journey-card {
    padding: 27px 20px 25px;
}

.journey-card h3 {
    font-size: 16px;
}

.journey-card p {
    font-size: 12px;
}

.facility-feature small {
    font-size: 10px;
}

.facility-feature h3 {
    font-size: 29px;
}

.facility-feature p {
    font-size: 14px;
}

.facility-feature li {
    font-size: 12px;
}

.facility-mini h3 {
    font-size: 16px;
}

.facility-mini p {
    font-size: 12px;
}

.faculty-ai-banner small {
    font-size: 10px;
}

.faculty-ai-banner span {
    font-size: 12px;
}

.faculty-card h3 {
    font-size: 18px;
}

.faculty-card > span {
    font-size: 12px;
}

.faculty-card > p {
    font-size: 11px;
}

.faculty-meta span {
    font-size: 11px;
}

.faculty-status {
    font-size: 10px;
}

.results-copy > p {
    font-size: 15px;
}

.result-stats strong {
    font-size: 23px;
}

.result-stats span {
    font-size: 9px;
}

.board-head span {
    font-size: 13px;
}

.board-head small {
    font-size: 9px;
}

.achievement-board article strong {
    font-size: 13px;
}

.achievement-board article small {
    font-size: 10px;
}

.batch-copy p {
    font-size: 14px;
}

.batch-cards small {
    font-size: 10px;
}

.batch-cards strong {
    font-size: 14px;
}

.gallery-card small {
    font-size: 10px;
}

.gallery-card h3 {
    font-size: 19px;
}

.gallery-card span {
    font-size: 11px;
}

.rating-summary small {
    font-size: 10px;
}

.rating-bars span,
.rating-bars em {
    font-size: 11px;
}

.testimonial-card > p {
    min-height: 142px;
    font-size: 14px;
    line-height: 1.75;
}

.reviewer strong {
    font-size: 13px;
}

.reviewer small {
    font-size: 10px;
}

.portal-card {
    min-height: 170px;
    padding: 27px;
}

.portal-icon {
    width: 58px;
    height: 58px;
    font-size: 18px;
}

.portal-card small,
.verify-card small {
    font-size: 10px;
}

.portal-card strong,
.verify-card strong {
    font-size: 17px;
}

.portal-card em,
.verify-card em {
    font-size: 12px;
    line-height: 1.6;
}

.verify-form input {
    font-size: 13px;
}

.verify-form button {
    font-size: 11px;
}

.faq-intro > p {
    font-size: 15px;
}

.faq-help small {
    font-size: 10px;
}

.faq-help strong {
    font-size: 14px;
}

.faq-help a {
    font-size: 12px;
}

.faq-list summary {
    padding: 21px 23px;
    font-size: 14px;
}

.faq-list details p {
    padding: 0 23px 21px;
    font-size: 13px;
}

.admission-copy > p {
    font-size: 16px;
    line-height: 1.8;
}

.admission-points span {
    font-size: 13px;
}

.whatsapp-link {
    font-size: 13px;
}

.form-heading small {
    font-size: 10px;
}

.form-heading h3 {
    font-size: 25px;
}

.form-heading > span {
    font-size: 10px;
}

.admission-form-card label > span {
    margin-bottom: 8px;
    font-size: 12px;
}

.admission-form-card input,
.admission-form-card select,
.admission-form-card textarea {
    font-size: 14px;
}

.admission-form-card input,
.admission-form-card select {
    height: 49px;
}

.form-note {
    font-size: 11px;
}

.contact-grid small {
    font-size: 10px;
}

.contact-grid strong {
    font-size: 13px;
}

.footer-grid h4 {
    font-size: 14px;
}

.footer-grid p,
.footer-grid > div:not(:first-child) a {
    font-size: 12px;
    line-height: 1.75;
}

.footer-badges span {
    font-size: 10px;
}

.footer-newsletter strong {
    font-size: 14px;
}

.footer-newsletter small {
    font-size: 10px;
}

.footer-newsletter input {
    font-size: 13px;
}

.footer-newsletter button {
    font-size: 11px;
}

.footer-bottom p {
    font-size: 11px;
}

@media (max-width: 1080px) {
    .site-container {
        width: min(100% - 40px, 1120px);
    }

    .primary-nav {
        gap: 14px;
    }

    .primary-nav > a {
        font-size: 12px;
    }
}

@media (max-width: 860px) {
    .primary-nav > a {
        font-size: 14px;
    }

    .course-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .site-container {
        width: calc(100% - 28px);
    }

    .topbar {
        font-size: 11px;
    }

    .brand-copy strong {
        font-size: 15px;
    }

    .brand-copy small {
        font-size: 8px;
    }

    .notice-bar {
        height: 43px;
        font-size: 11px;
    }

    .notice-label {
        min-width: 112px;
        font-size: 10px;
    }

    .hero h1 {
        font-size: 44px;
        letter-spacing: -2.6px;
    }

    .hero-copy > p {
        font-size: 15px;
    }

    .section {
        padding: 78px 0;
    }

    .section-heading h2,
    .about-copy h2 {
        font-size: 36px;
    }

    .section-heading > p,
    .section-heading.centered > p {
        font-size: 14px;
    }

    .course-card-photo {
        padding: 22px;
    }

    .course-media {
        margin: -22px -22px 21px;
    }

    .course-card h3 {
        font-size: 19px;
    }

    .course-card > p {
        font-size: 13px;
    }

    .course-meta {
        font-size: 11px;
    }

    .why-card-photo {
        min-height: 345px !important;
        padding: 24px;
    }

    .why-photo {
        height: 145px;
        margin: -24px -24px 0;
    }

    .testimonial-card > p {
        min-height: 0;
    }
}

/* Focused polish: complete faculty portraits and an animated hero */
.hero-visual {
    overflow: visible;
    padding-inline: 50px;
}

.hero-image-frame {
    width: min(540px, calc(100% - 74px));
    animation: heroFrameGlow 6s ease-in-out infinite;
}

.hero-image-frame img {
    display: block;
    transform-origin: center 44%;
    animation: heroImageMotion 8s ease-in-out infinite;
}

.chip-certified {
    top: 52px;
    right: 0;
}

.chip-placement {
    bottom: 18px;
    left: 0;
}

.chip-progress {
    right: 0;
    bottom: 54px;
}

.visual-orbit {
    z-index: 0;
    opacity: .96;
}

.orbit-one {
    border-color: rgba(103, 232, 249, .34);
    box-shadow: 0 0 85px rgba(37, 99, 235, .15);
}

.orbit-two {
    border-color: rgba(167, 139, 250, .38);
    box-shadow:
        0 0 0 40px rgba(124, 58, 237, .045),
        0 0 75px rgba(34, 211, 238, .12);
}

.faculty-card-image .faculty-avatar {
    height: auto;
    aspect-ratio: 157 / 100;
    background:
        radial-gradient(circle at 50% 32%, rgba(37, 99, 235, .32), transparent 37%),
        linear-gradient(135deg, #07142e, #111a3d 58%, #071228);
}

.faculty-card-image .faculty-avatar::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(103, 232, 249, .05) 1px, transparent 1px),
        linear-gradient(rgba(103, 232, 249, .04) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .55;
}

.faculty-card-image .faculty-avatar::after {
    z-index: 2;
    background: linear-gradient(180deg, transparent 67%, rgba(6, 11, 28, .65));
}

.faculty-card-image .faculty-avatar img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.04) contrast(1.02);
}

.faculty-card-image:hover .faculty-avatar img {
    transform: none;
    filter: saturate(1.1) contrast(1.04) brightness(1.05);
}

.stats-panel [data-count] {
    min-width: 4.4ch;
    font-variant-numeric: tabular-nums;
}

.stats-panel [data-count].counting {
    text-shadow: 0 0 24px rgba(103, 232, 249, .42);
}

@keyframes heroImageMotion {
    0%, 100% {
        transform: scale(1.025) translate3d(0, 0, 0);
        filter: saturate(1.08) contrast(1.04);
    }
    50% {
        transform: scale(1.06) translate3d(0, -5px, 0);
        filter: saturate(1.16) contrast(1.06) brightness(1.04);
    }
}

@keyframes heroFrameGlow {
    0%, 100% {
        box-shadow:
            0 45px 100px rgba(0, 0, 0, .42),
            0 0 72px rgba(37, 99, 235, .16),
            inset 0 1px 0 rgba(255, 255, 255, .34);
    }
    50% {
        box-shadow:
            0 50px 115px rgba(0, 0, 0, .46),
            0 0 98px rgba(34, 211, 238, .24),
            inset 0 1px 0 rgba(255, 255, 255, .4);
    }
}

@media (max-width: 1080px) {
    .primary-nav {
        gap: 14px;
    }
}

@media (max-width: 860px) {
    .hero-visual {
        padding-inline: 28px;
    }

    .hero-image-frame {
        width: min(620px, calc(100% - 30px));
    }

    .chip-certified {
        top: 50px;
        right: 0;
    }

    .chip-placement {
        bottom: 14px;
        left: 0;
    }

    .faculty-card-image .faculty-avatar {
        height: auto;
        aspect-ratio: 157 / 100;
    }
}

@media (max-width: 600px) {
    .hero-visual {
        padding-inline: 0;
    }

    .hero-image-frame {
        width: 100%;
    }

    .glass-chip {
        max-width: calc(50% - 12px);
        padding: 9px 10px 9px 8px;
    }

    .glass-chip > span {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    .glass-chip strong {
        font-size: 9px;
    }

    .chip-certified {
        top: 48px;
        right: 0;
    }

    .chip-placement {
        bottom: 9px;
        left: 0;
    }

    .faculty-card-image .faculty-avatar {
        height: auto;
        aspect-ratio: 157 / 100;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-image-frame,
    .hero-image-frame img {
        animation: none !important;
    }
}

/* Full-width premium liquid-glass footer */
.site-footer {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    overflow: hidden;
    padding: clamp(58px, 7vw, 96px) 0 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(14, 165, 233, .16), transparent 30%),
        radial-gradient(circle at 90% 26%, rgba(79, 70, 229, .2), transparent 31%),
        radial-gradient(circle at 54% 100%, rgba(6, 182, 212, .09), transparent 38%),
        linear-gradient(145deg, #020817, #07132d 52%, #080b25);
}

.site-footer::before,
.site-footer::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 45% 55% 62% 38% / 45% 40% 60% 55%;
    pointer-events: none;
}

.site-footer::before {
    width: min(680px, 58vw);
    height: min(680px, 58vw);
    top: -38%;
    left: -12%;
    opacity: .34;
    background:
        radial-gradient(circle at 34% 32%, rgba(186, 230, 253, .54), transparent 22%),
        linear-gradient(145deg, rgba(14, 165, 233, .42), rgba(37, 99, 235, .08));
    filter: blur(64px);
    animation: footerLiquidDriftA 13s ease-in-out infinite;
}

.site-footer::after {
    width: min(760px, 64vw);
    height: min(620px, 52vw);
    right: -16%;
    bottom: -35%;
    opacity: .3;
    background:
        radial-gradient(circle at 42% 44%, rgba(129, 140, 248, .5), transparent 27%),
        linear-gradient(145deg, rgba(59, 130, 246, .24), rgba(34, 211, 238, .08));
    filter: blur(72px);
    animation: footerLiquidDriftB 15s ease-in-out infinite;
}

.site-footer .footer-map-glow {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .42;
    background:
        linear-gradient(rgba(125, 211, 252, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 80%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 80%, transparent);
}

.site-footer .footer-grid-large {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding:
        clamp(28px, 4.2vw, 64px)
        clamp(22px, 5.5vw, 92px);
    grid-template-columns: 1.45fr .78fr 1fr 1.12fr;
    gap: clamp(18px, 2.4vw, 38px);
    overflow: hidden;
    border-top: 1px solid rgba(186, 230, 253, .2);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .09), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(99, 102, 241, .1), transparent 34%),
        linear-gradient(130deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow:
        0 34px 100px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(34px) saturate(155%);
    -webkit-backdrop-filter: blur(34px) saturate(155%);
}

.site-footer .footer-grid-large::before {
    right: 5%;
    left: 5%;
    background: linear-gradient(90deg, transparent, rgba(125, 211, 252, .7), rgba(99, 102, 241, .5), transparent);
}

.site-footer .footer-grid-large > div {
    position: relative;
    min-width: 0;
    padding: clamp(18px, 2vw, 27px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0, rgba(255, 255, 255, .08), transparent 33%),
        linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .02));
    box-shadow:
        0 20px 52px rgba(0, 0, 0, .16),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(22px) saturate(135%);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.site-footer .footer-grid-large > div::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    top: -84px;
    right: -58px;
    border-radius: 50%;
    background: rgba(56, 189, 248, .1);
    filter: blur(16px);
    pointer-events: none;
}

.site-footer .footer-about {
    grid-column: auto;
}

.site-footer .footer-logo-panel {
    align-items: center !important;
    justify-content: center;
}

.site-footer .footer-bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    min-height: 82px;
    margin: 0;
    padding: 16px clamp(22px, 5.5vw, 92px);
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(1, 6, 18, .48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

@keyframes footerLiquidDriftA {
    0%,
    100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    50% { transform: translate3d(13vw, 7%, 0) rotate(16deg) scale(1.12); }
}

@keyframes footerLiquidDriftB {
    0%,
    100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    50% { transform: translate3d(-11vw, -8%, 0) rotate(-14deg) scale(1.09); }
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-about,
    .site-footer .footer-grid-large > div:last-child {
        grid-column: auto;
    }
}

@media (max-width: 680px) {
    .site-footer {
        padding-top: 44px;
    }

    .site-footer .footer-grid-large {
        grid-template-columns: 1fr;
        padding: 20px 14px 26px;
    }

    .site-footer .footer-grid-large > div {
        padding: 22px 19px;
        border-radius: 20px;
    }

    .site-footer .footer-about,
    .site-footer .footer-grid-large > div:last-child {
        grid-column: auto;
    }

    .site-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 22px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer::before,
    .site-footer::after {
        animation: none !important;
    }
}

/* Unified readable footer glass surface */
.site-footer .footer-grid-large {
    color: #07111f;
    border-top-color: rgba(255, 255, 255, .88);
    border-bottom-color: rgba(15, 23, 42, .16);
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, .92), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(186, 230, 253, .58), transparent 38%),
        linear-gradient(125deg, rgba(241, 249, 255, .88), rgba(219, 238, 250, .78));
    box-shadow:
        0 38px 110px rgba(0, 0, 0, .3),
        inset 0 1px 0 #ffffff;
    backdrop-filter: blur(38px) saturate(155%);
    -webkit-backdrop-filter: blur(38px) saturate(155%);
}

.site-footer .footer-grid-large > div {
    padding: clamp(14px, 1.7vw, 24px);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-footer .footer-grid-large > div::before {
    display: none;
}

.site-footer .footer-grid-large > div + div {
    border-left: 1px solid rgba(15, 23, 42, .12);
}

.site-footer .footer-grid-large h4 {
    color: #020617;
    font-size: 17px;
    font-weight: 900;
}

.site-footer .footer-grid-large > div:not(:first-child) a {
    color: #111827;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.7;
}

.site-footer .footer-grid-large > div:not(:first-child) a:hover {
    color: #0369a1;
}

.site-footer .footer-about .brand-copy strong {
    color: #020617;
    font-size: 18px;
}

.site-footer .footer-about .brand-copy small {
    color: #075985;
    font-size: 10px;
    font-weight: 850;
}

.site-footer .footer-about > p {
    color: #172033;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.8;
}

.site-footer .footer-badges span {
    color: #111827;
    font-size: 11px;
    font-weight: 750;
    border-color: rgba(15, 23, 42, .12);
    background: rgba(255, 255, 255, .5);
}

.site-footer .social-links a {
    color: #111827;
    border-color: rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .52);
}

.site-footer .footer-logo-panel {
    justify-content: flex-start;
}

.site-footer .footer-logo-panel .footer-mini-subscribe {
    margin-top: 36px;
    color: #07111f;
    border-color: rgba(15, 23, 42, .13);
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, .9), transparent 45%),
        rgba(255, 255, 255, .5);
    box-shadow:
        0 15px 38px rgba(15, 23, 42, .11),
        inset 0 1px 0 rgba(255, 255, 255, .95);
}

.site-footer .footer-mini-subscribe strong {
    color: #020617;
    font-size: 14px;
}

.site-footer .footer-mini-subscribe small {
    color: #334155;
    font-size: 10px;
    font-weight: 650;
}

.site-footer .footer-mini-subscribe form {
    border-color: rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .74);
}

.site-footer .footer-mini-subscribe input {
    color: #020617;
    font-size: 12px;
    font-weight: 700;
}

.site-footer .footer-mini-subscribe input::placeholder {
    color: #475569;
}

.site-footer .footer-bottom {
    color: #07111f;
    border-top-color: rgba(255, 255, 255, .62);
    background: rgba(226, 241, 250, .8);
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a,
.site-footer .footer-access-links span {
    color: #111827;
    font-size: 12px;
    font-weight: 700;
}

.site-footer .footer-bottom strong {
    color: #075985;
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large > div:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .site-footer .footer-grid-large > div + div {
        padding-top: 26px;
        border-top: 1px solid rgba(15, 23, 42, .12);
        border-left: 0;
    }

    .site-footer .footer-logo-panel .footer-mini-subscribe {
        margin-top: 34px;
    }
}

/* FINAL COMPACT FOOTER: site-matched navy/purple glass, half-height layout */
.site-footer {
    padding: 30px 0 14px;
    background:
        radial-gradient(circle at 8% 10%, rgba(14, 165, 233, .16), transparent 30%),
        radial-gradient(circle at 92% 20%, rgba(124, 58, 237, .18), transparent 34%),
        linear-gradient(145deg, #061126 0%, #0b1634 54%, #15113a 100%);
}

.site-footer .footer-map-glow {
    opacity: .44;
    transform: scaleY(.62);
}

.site-footer .footer-grid-large {
    min-height: 0;
    gap: 0;
    color: #e8f4ff;
    border: 1px solid rgba(125, 211, 252, .18);
    border-top-color: rgba(255, 255, 255, .25);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .13), transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, .14), transparent 34%),
        linear-gradient(135deg, rgba(16, 34, 67, .84), rgba(22, 24, 64, .8));
    box-shadow:
        0 22px 62px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .13);
    backdrop-filter: blur(26px) saturate(145%);
    -webkit-backdrop-filter: blur(26px) saturate(145%);
}

.site-footer .footer-grid-large > div {
    min-height: 0;
    padding: 13px clamp(14px, 1.55vw, 22px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer .footer-grid-large > div + div {
    border-left: 1px solid rgba(148, 205, 255, .12);
}

.site-footer .footer-grid-large h4,
.site-footer .footer-about .brand-copy strong {
    color: #f8fbff;
}

.site-footer .footer-grid-large h4 {
    margin-bottom: 9px;
    padding-bottom: 8px;
    font-size: 16px;
}

.site-footer .footer-grid-large > div:not(:first-child) a {
    margin-bottom: 2px;
    color: #c7d8ee;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.48;
}

.site-footer .footer-grid-large > div:not(:first-child) a:hover {
    color: #67e8f9;
}

.site-footer .footer-about .brand-copy strong {
    font-size: 16px;
}

.site-footer .footer-about .brand-copy small {
    color: #67e8f9;
    font-size: 9px;
}

.site-footer .footer-about > p {
    margin: 10px 0;
    color: #c3d3e8;
    font-size: 12px;
    font-weight: 580;
    line-height: 1.58;
}

.site-footer .footer-badges {
    gap: 6px;
    margin-bottom: 9px;
}

.site-footer .footer-badges span {
    padding: 6px 9px;
    color: #dcecff;
    font-size: 10px;
    border-color: rgba(125, 211, 252, .16);
    background: rgba(255, 255, 255, .055);
}

.site-footer .social-links {
    gap: 6px;
}

.site-footer .social-links a {
    width: 32px;
    height: 32px;
    color: #dcecff;
    border-color: rgba(125, 211, 252, .16);
    background: rgba(255, 255, 255, .06);
}

.site-footer .footer-logo-panel {
    align-items: center !important;
    justify-content: center;
    padding-block: 10px;
}

.site-footer .footer-showcase-logo {
    width: min(126px, 100%);
    margin: 0 auto;
    border-radius: 24px;
}

.site-footer .footer-showcase-logo::before,
.site-footer .footer-showcase-logo::after {
    opacity: .58;
    transform: scale(.82);
}

.site-footer .footer-bottom {
    min-height: 0;
    margin-top: 12px;
    padding: 10px 18px;
    color: #bdcee4;
    border: 1px solid rgba(125, 211, 252, .12);
    border-radius: 18px;
    background: rgba(10, 24, 52, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a,
.site-footer .footer-access-links span {
    color: #bdcee4;
    font-size: 11px;
    font-weight: 620;
}

.site-footer .footer-bottom strong {
    color: #67e8f9;
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large > div:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .site-footer {
        padding-top: 22px;
    }

    .site-footer .footer-grid-large > div {
        padding: 16px;
    }

    .site-footer .footer-grid-large > div + div {
        padding-top: 17px;
        border-top: 1px solid rgba(148, 205, 255, .12);
        border-left: 0;
    }

    .site-footer .footer-showcase-logo {
        width: min(118px, 48vw);
    }

    .site-footer .footer-bottom {
        margin-top: 9px;
        padding: 12px 14px;
    }
}

/* Footer contact-column replacement: large ECA logo + compact subscribe */
.footer-logo-panel {
    align-items: center !important;
    justify-content: flex-start;
    text-align: center;
}

.footer-showcase-logo {
    position: relative;
    isolation: isolate;
    width: min(190px, 100%);
    aspect-ratio: 1;
    overflow: visible;
    border: 1px solid rgba(125, 211, 252, .36);
    border-radius: 30px;
    background: #020b20;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, .34),
        0 0 44px rgba(56, 189, 248, .18),
        inset 0 1px 0 rgba(255, 255, 255, .12);
}

.footer-showcase-logo::before {
    content: '';
    position: absolute;
    inset: -24px;
    z-index: -2;
    border-radius: 42px;
    opacity: .72;
    background:
        radial-gradient(circle at 50% 0, rgba(186, 230, 253, .42), transparent 47%),
        radial-gradient(circle at 100% 50%, rgba(14, 165, 233, .4), transparent 48%),
        radial-gradient(circle at 50% 100%, rgba(37, 99, 235, .42), transparent 49%),
        radial-gradient(circle at 0 50%, rgba(103, 232, 249, .4), transparent 48%);
    filter: blur(20px);
    animation: ecaLogoAmbient 4.6s ease-in-out infinite;
    pointer-events: none;
}

.footer-showcase-logo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 34px rgba(59, 130, 246, .12);
    pointer-events: none;
}

.footer-showcase-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    transform: scale(1.22);
}

.footer-logo-panel .footer-mini-subscribe {
    width: 100%;
    margin: 14px 0 0;
    text-align: left;
}

@media (max-width: 1080px) {
    .footer-showcase-logo {
        width: min(160px, 100%);
        border-radius: 25px;
    }
}

@media (max-width: 680px) {
    .footer-logo-panel {
        align-items: stretch !important;
    }

    .footer-showcase-logo {
        width: min(200px, 76vw);
        margin-inline: auto;
    }
}

/* Blue glass ECA logo, compact footer subscribe and admission success popup */
.eca-glass-logo {
    overflow: hidden !important;
    padding: 0 !important;
    border-color: rgba(125, 211, 252, .42) !important;
    background: #020b20 !important;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .08),
        0 12px 32px rgba(2, 132, 199, .3),
        0 0 28px rgba(56, 189, 248, .18) !important;
    filter:
        drop-shadow(0 0 8px rgba(125, 211, 252, .34))
        drop-shadow(0 0 18px rgba(37, 99, 235, .22));
}

.eca-glass-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.38);
}

.footer-brand .eca-glass-logo {
    width: 64px;
    height: 64px;
    border-radius: 20px;
}

.footer-mini-subscribe {
    width: min(310px, 100%);
    margin: 0 0 18px;
    padding: 12px;
    border: 1px solid rgba(125, 211, 252, .14);
    border-radius: 16px;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .13), transparent 40%),
        rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.footer-mini-subscribe > div {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
}

.footer-mini-subscribe > div > i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #ffffff;
    border-radius: 9px;
    background: linear-gradient(145deg, #2563eb, #0ea5e9);
    box-shadow: 0 8px 20px rgba(2, 132, 199, .26);
}

.footer-mini-subscribe strong,
.footer-mini-subscribe small {
    display: block;
}

.footer-mini-subscribe strong {
    color: #f8fbff;
    font-size: 11px;
}

.footer-mini-subscribe small {
    margin-top: 2px;
    color: #8294b2;
    font-size: 8px;
    line-height: 1.35;
}

.footer-mini-subscribe form {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    background: rgba(3, 9, 25, .48);
}

.footer-mini-subscribe input {
    min-width: 0;
    flex: 1;
    padding: 8px 9px;
    color: #ffffff;
    font-family: inherit;
    font-size: 10px;
    border: 0;
    outline: 0;
    background: transparent;
}

.footer-mini-subscribe input::placeholder {
    color: #64748b;
}

.footer-mini-subscribe button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: #ffffff;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(145deg, #2563eb, #0ea5e9);
    cursor: pointer;
}

.footer-mini-subscribe .footer-subscribe-status {
    min-height: 0;
    margin: 7px 2px 0;
    color: #67e8f9;
    font-size: 8px;
}

.admission-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    place-items: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
}

.admission-success-overlay.is-open {
    visibility: visible;
    opacity: 1;
}

body.admission-success-open {
    overflow: hidden;
}

.admission-success-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(2, 6, 23, .72);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
}

.admission-success-dialog {
    position: relative;
    isolation: isolate;
    width: min(410px, 100%);
    padding: 32px;
    overflow: hidden;
    color: #07111f;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 28px;
    outline: 0;
    background:
        radial-gradient(circle at 10% 0, rgba(255, 255, 255, .98), transparent 38%),
        radial-gradient(circle at 100% 90%, rgba(34, 211, 238, .16), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(225, 244, 255, .84));
    box-shadow:
        0 40px 110px rgba(0, 0, 0, .44),
        0 0 42px rgba(56, 189, 248, .18),
        inset 0 1px 0 #ffffff;
    backdrop-filter: blur(30px) saturate(165%);
    -webkit-backdrop-filter: blur(30px) saturate(165%);
    transform: translateY(22px) scale(.92);
    opacity: 0;
}

.admission-success-overlay.is-open .admission-success-dialog {
    animation: admissionSuccessBounce .65s cubic-bezier(.2, .9, .28, 1.16) both;
}

.admission-success-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 17px;
    color: #ffffff;
    font-size: 25px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 22px;
    background: linear-gradient(145deg, #2563eb, #06b6d4);
    box-shadow: 0 16px 36px rgba(2, 132, 199, .3);
}

.admission-success-kicker {
    margin: 0 0 6px;
    color: #075985;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.admission-success-dialog h2 {
    margin: 0;
    color: #020617;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.admission-success-dialog > p:not(.admission-success-kicker) {
    margin: 12px auto 22px;
    color: #1e293b;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.65;
}

.admission-success-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    min-height: 48px;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d4ed8, #0891b2);
    box-shadow: 0 14px 30px rgba(2, 132, 199, .24);
    cursor: pointer;
}

@keyframes admissionSuccessBounce {
    0% { opacity: 0; transform: translateY(22px) scale(.92); }
    58% { opacity: 1; transform: translateY(-7px) scale(1.025); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ecaLogoAmbient {
    0%,
    100% {
        opacity: .58;
        transform: scale(.96);
    }
    50% {
        opacity: .9;
        transform: scale(1.04);
    }
}

@media (max-width: 560px) {
    .footer-brand .eca-glass-logo {
        width: 58px;
        height: 58px;
    }

    .footer-mini-subscribe {
        width: 100%;
    }

    .admission-success-dialog {
        padding: 27px 22px;
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admission-success-overlay.is-open .admission-success-dialog {
        animation: none !important;
        opacity: 1;
        transform: none;
    }

    .footer-showcase-logo::before {
        animation: none !important;
    }
}

/* Compact student access, ECA identity and premium glass footer */
.eca-logo b {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1.35px;
}

.eca-logo::after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 7px;
    left: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #67e8f9, #fff, #a78bfa);
    box-shadow: 0 0 10px rgba(103, 232, 249, .6);
}

.primary-nav .nav-student {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid rgba(103, 232, 249, .28);
    border-radius: 11px;
    color: #e9fbff;
    background:
        linear-gradient(145deg, rgba(34, 211, 238, .13), rgba(37, 99, 235, .08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 8px 22px rgba(8, 145, 178, .12);
    font-size: 10px;
    white-space: nowrap;
}

.primary-nav .nav-student::after {
    display: none;
}

.primary-nav .nav-student i {
    color: #67e8f9;
}

.primary-nav .nav-student:hover {
    color: #fff;
    border-color: rgba(103, 232, 249, .55);
    background: linear-gradient(145deg, rgba(34, 211, 238, .22), rgba(37, 99, 235, .15));
    transform: translateY(-2px);
}

.verification-section {
    position: relative;
    padding: 34px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .055);
    border-bottom: 1px solid rgba(255, 255, 255, .055);
    background:
        radial-gradient(circle at 12% 50%, rgba(34, 211, 238, .09), transparent 27%),
        radial-gradient(circle at 88% 50%, rgba(124, 58, 237, .08), transparent 25%),
        rgba(4, 9, 24, .78);
}

.compact-verify {
    min-height: 106px;
    padding: 18px 21px;
    border-color: rgba(103, 232, 249, .18);
    background:
        radial-gradient(circle at 7% 30%, rgba(34, 211, 238, .16), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
    box-shadow:
        0 24px 65px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .13);
    backdrop-filter: blur(24px) saturate(150%);
}

.compact-verify .portal-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    box-shadow: 0 13px 28px rgba(37, 99, 235, .28);
}

.compact-verify strong {
    font-size: 17px;
}

.compact-verify em {
    font-size: 10px;
}

.compact-verify .verify-form {
    width: min(470px, 100%);
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 58px;
    background:
        radial-gradient(circle at 8% 5%, rgba(34, 211, 238, .1), transparent 24%),
        radial-gradient(circle at 92% 15%, rgba(124, 58, 237, .13), transparent 27%),
        linear-gradient(180deg, #040817, #060b1c 65%, #030611);
}

.footer-map-glow {
    position: absolute;
    top: -170px;
    left: 50%;
    width: min(900px, 80vw);
    height: 360px;
    border: 1px solid rgba(103, 232, 249, .1);
    border-radius: 50%;
    opacity: .7;
    background:
        radial-gradient(circle, rgba(37, 99, 235, .13), transparent 64%);
    box-shadow:
        0 0 100px rgba(37, 99, 235, .08),
        inset 0 0 80px rgba(124, 58, 237, .08);
    transform: translateX(-50%);
    pointer-events: none;
}

.footer-grid-large {
    position: relative;
    z-index: 1;
    grid-template-columns: 1.55fr .75fr 1fr 1.15fr;
    gap: 42px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    box-shadow:
        0 32px 90px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(28px) saturate(145%);
}

.footer-grid-large::before {
    content: '';
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(103, 232, 249, .55), rgba(167, 139, 250, .45), transparent);
}

.footer-brand .eca-logo {
    width: 58px;
    height: 58px;
    border-radius: 19px;
}

.footer-brand .eca-logo b {
    font-size: 19px;
}

.footer-grid-large h4 {
    position: relative;
    padding-bottom: 12px;
}

.footer-grid-large h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #8b5cf6);
}

.footer-grid-large > div:not(:first-child) a {
    width: fit-content;
    color: #8fa0bb;
}

.footer-grid-large > div:not(:first-child) a:hover {
    color: #dffaff;
}

.footer-newsletter {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    border-color: rgba(255, 255, 255, .13);
    background:
        linear-gradient(120deg, rgba(37, 99, 235, .16), rgba(124, 58, 237, .09), rgba(34, 211, 238, .06));
    box-shadow:
        0 22px 55px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .11);
    backdrop-filter: blur(22px);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

.footer-access-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.footer-access-links span {
    margin-right: 3px;
    color: #5f7190;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.footer-access-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    color: #8495b2;
    background: rgba(255, 255, 255, .025);
    font-size: 8px;
    font-weight: 700;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.footer-access-links a:hover {
    color: #e8fbff;
    border-color: rgba(103, 232, 249, .3);
    background: rgba(34, 211, 238, .07);
}

.footer-access-links i {
    color: #67e8f9;
}

@media (max-width: 1120px) {
    .footer-grid-large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid-large > div:last-child {
        grid-column: auto;
    }

    .footer-about {
        grid-column: span 2;
    }
}

@media (max-width: 860px) {
    .primary-nav .nav-student {
        min-height: 52px;
        justify-content: flex-start;
        margin: 10px 0 5px;
        padding: 0 14px;
        border-bottom: 1px solid rgba(103, 232, 249, .2);
        font-size: 14px;
    }

    .compact-verify {
        align-items: stretch;
        flex-direction: column;
    }

    .compact-verify .verify-form {
        width: 100%;
    }

    .footer-bottom {
        justify-content: center;
        flex-wrap: wrap;
        padding: 18px 0;
        text-align: center;
    }

    .footer-bottom > p {
        flex: 1 1 40%;
    }

    .footer-access-links {
        order: 3;
        flex: 1 0 100%;
    }
}

@media (max-width: 600px) {
    .eca-logo b {
        font-size: 14px;
    }

    .verification-section {
        padding: 24px 0;
    }

    .compact-verify {
        padding: 18px;
        border-radius: 21px;
    }

    .compact-verify > div {
        align-items: flex-start;
    }

    .compact-verify strong {
        font-size: 15px;
    }

    .compact-verify em {
        font-size: 9px;
        line-height: 1.5;
    }

    .compact-verify .verify-form {
        min-height: 50px;
    }

    .footer-grid-large {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .footer-about {
        grid-column: auto;
    }

    .footer-brand .eca-logo {
        width: 52px;
        height: 52px;
    }

    .footer-brand .eca-logo b {
        font-size: 17px;
    }

    .footer-bottom > p {
        flex-basis: 100%;
    }

    .footer-access-links {
        flex-wrap: wrap;
    }

    .footer-access-links span {
        flex-basis: 100%;
    }
}

/* Hero white-glass presentation with every floating tile above the image */
.hero-image-frame {
    z-index: 3;
    transform: none !important;
    border-color: rgba(255, 255, 255, .48);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .07)),
        rgba(255, 255, 255, .045);
    box-shadow:
        0 42px 105px rgba(0, 0, 0, .38),
        0 0 82px rgba(255, 255, 255, .13),
        0 0 58px rgba(34, 211, 238, .13),
        inset 0 1px 0 rgba(255, 255, 255, .7);
    backdrop-filter: blur(32px) saturate(145%);
    animation: whiteGlassPulse 5.8s ease-in-out infinite;
}

.hero-image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    opacity: .65;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, .2), transparent 27%, transparent 70%, rgba(255, 255, 255, .08));
    pointer-events: none;
    animation: whiteGlassWash 6.5s ease-in-out infinite;
}

.hero-image-frame .frame-toolbar {
    position: relative;
    z-index: 5;
}

.hero-image-frame img {
    position: relative;
    z-index: 2;
}

.hero-image-frame .frame-grid,
.hero-image-frame .frame-shine {
    z-index: 4;
}

.hero-visual .glass-chip {
    z-index: 12;
    border-color: rgba(255, 255, 255, .38);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .09));
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .35),
        0 0 30px rgba(103, 232, 249, .11),
        inset 0 1px 0 rgba(255, 255, 255, .55);
    backdrop-filter: blur(26px) saturate(165%);
}

.hero-visual .chip-certified {
    top: 82px;
    right: 92px;
}

.hero-visual .chip-progress {
    right: 92px;
    bottom: 82px;
}

.hero-visual .chip-placement {
    bottom: 82px;
    left: 92px;
}

@keyframes whiteGlassPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, .4);
        box-shadow:
            0 42px 105px rgba(0, 0, 0, .38),
            0 0 72px rgba(255, 255, 255, .1),
            0 0 48px rgba(34, 211, 238, .11),
            inset 0 1px 0 rgba(255, 255, 255, .65);
    }
    50% {
        border-color: rgba(255, 255, 255, .66);
        box-shadow:
            0 48px 118px rgba(0, 0, 0, .42),
            0 0 105px rgba(255, 255, 255, .19),
            0 0 72px rgba(167, 139, 250, .16),
            inset 0 1px 0 rgba(255, 255, 255, .85);
    }
}

@keyframes whiteGlassWash {
    0%, 100% {
        opacity: .4;
        filter: brightness(1);
    }
    50% {
        opacity: .78;
        filter: brightness(1.16);
    }
}

@media (max-width: 860px) {
    .hero-visual .chip-certified {
        top: 54px;
        right: 8px;
    }

    .hero-visual .chip-placement {
        bottom: 12px;
        left: 8px;
    }
}

@media (max-width: 600px) {
    .hero-visual .chip-certified {
        top: 47px;
        right: 4px;
    }

    .hero-visual .chip-placement {
        bottom: 8px;
        left: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-image-frame,
    .hero-image-frame::before {
        animation: none !important;
    }
}

/* Premium hero frame and compact animated student-review gallery */
.hero-visual {
    min-height: 535px;
    padding-inline: 12px;
}

.hero-image-frame {
    width: min(610px, calc(100% - 14px));
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .035)) padding-box,
        linear-gradient(115deg, #22d3ee, #8b5cf6, rgba(255, 255, 255, .95), #38bdf8, #a855f7) border-box;
    background-size: 100% 100%, 320% 320%;
    box-shadow:
        0 34px 82px rgba(0, 0, 0, .42),
        0 0 17px rgba(34, 211, 238, .48),
        0 0 36px rgba(139, 92, 246, .25),
        inset 0 1px 0 rgba(255, 255, 255, .62);
    animation: heroNeonBorder 5.2s ease-in-out infinite;
}

.hero-image-frame img {
    border-radius: 22px;
}

.hero-image-frame::before {
    opacity: .46;
}

@keyframes heroNeonBorder {
    0%, 100% {
        background-position: 0 0, 0% 50%;
        box-shadow:
            0 34px 82px rgba(0, 0, 0, .42),
            0 0 15px rgba(34, 211, 238, .42),
            0 0 30px rgba(139, 92, 246, .2),
            inset 0 1px 0 rgba(255, 255, 255, .62);
    }
    50% {
        background-position: 0 0, 100% 50%;
        box-shadow:
            0 38px 90px rgba(0, 0, 0, .46),
            0 0 22px rgba(34, 211, 238, .58),
            0 0 44px rgba(168, 85, 247, .3),
            inset 0 1px 0 rgba(255, 255, 255, .78);
    }
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    padding-block: 72px;
    background:
        radial-gradient(circle at 12% 18%, rgba(34, 211, 238, .11), transparent 28%),
        radial-gradient(circle at 86% 70%, rgba(139, 92, 246, .13), transparent 30%),
        #071026;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    top: 20%;
    left: 46%;
    border-radius: 50%;
    opacity: .18;
    background: linear-gradient(135deg, #22d3ee, #8b5cf6);
    filter: blur(110px);
    pointer-events: none;
    animation: reviewAura 9s ease-in-out infinite alternate;
}

.reviews-heading {
    max-width: 820px;
    margin-inline: auto;
}

.reviews-heading h2 {
    font-size: clamp(34px, 4.1vw, 58px);
    line-height: 1.05;
}

.reviews-heading p {
    max-width: 640px;
    margin-inline: auto;
}

.compact-rating {
    grid-template-columns: 190px 1fr;
    gap: 22px;
    width: min(900px, 100%);
    max-width: none;
    margin: 28px auto 24px;
    padding: 17px 24px;
    border-color: rgba(125, 211, 252, .16);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .025));
    box-shadow:
        0 22px 52px rgba(0, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(22px) saturate(145%);
}

.compact-rating > div:first-child strong {
    font-size: 34px;
}

.compact-rating small {
    font-size: 10px;
}

.compact-rating .rating-bars b {
    position: relative;
    overflow: hidden;
}

.compact-rating .rating-bars b::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
    transform: translateX(-100%);
    animation: ratingSweep 3.8s ease-in-out infinite;
}

.student-review-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.student-review-card {
    isolation: isolate;
    min-height: 258px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(18, 32, 61, .82), rgba(10, 20, 43, .67)) padding-box,
        linear-gradient(135deg, rgba(34, 211, 238, .5), rgba(139, 92, 246, .38), rgba(255, 255, 255, .12)) border-box;
    box-shadow:
        0 20px 48px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .13);
    backdrop-filter: blur(24px) saturate(150%);
    transition: transform .38s cubic-bezier(.2, .8, .2, 1), box-shadow .38s ease, border-color .38s ease;
    animation: reviewGlassPulse 6.4s ease-in-out infinite;
}

.student-review-card:nth-child(2),
.student-review-card:nth-child(5) {
    animation-delay: -2.1s;
}

.student-review-card:nth-child(3),
.student-review-card:nth-child(6) {
    animation-delay: -4.2s;
}

.student-review-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 150px;
    right: -62px;
    bottom: -75px;
    border-radius: 50%;
    opacity: .17;
    background: linear-gradient(135deg, #22d3ee, #8b5cf6);
    filter: blur(15px);
}

.student-review-card::after {
    content: '';
    position: absolute;
    inset: -60% auto -60% -55%;
    z-index: -1;
    width: 34%;
    opacity: .45;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    transform: skewX(-18deg);
    animation: reviewSheen 7s ease-in-out infinite;
    pointer-events: none;
}

.student-review-card:hover {
    transform: translateY(-7px) scale(1.012);
    box-shadow:
        0 28px 65px rgba(0, 0, 0, .3),
        0 0 28px rgba(34, 211, 238, .14),
        0 0 38px rgba(139, 92, 246, .12),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

.review-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.review-card-top .stars {
    color: #fbbf24;
    font-size: 13px;
    letter-spacing: 2px;
}

.review-course {
    padding: 6px 9px;
    border: 1px solid rgba(103, 232, 249, .2);
    border-radius: 999px;
    color: #8be9f6;
    background: rgba(34, 211, 238, .07);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .8px;
}

.student-review-card > p {
    min-height: 96px;
    margin: 16px 0 17px;
    color: #c4cee0;
    font-size: 13px;
    line-height: 1.75;
}

.student-review-card .reviewer {
    gap: 12px;
    padding-top: 14px;
}

.student-review-card .student-review-photo {
    display: block;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(103, 232, 249, .34);
    border-radius: 17px;
    background: #101c38;
    box-shadow:
        0 0 0 3px rgba(34, 211, 238, .06),
        0 8px 22px rgba(0, 0, 0, .24);
}

.student-review-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 24%;
    transition: transform .5s ease, filter .5s ease;
}

.student-review-card:hover .student-review-photo img {
    transform: scale(1.08);
    filter: saturate(1.08) brightness(1.04);
}

.student-review-card .reviewer strong {
    color: #fff;
    font-size: 14px;
}

.student-review-card .reviewer small {
    margin-top: 4px;
    color: #8ea0bd;
    font-size: 10px;
}

.student-review-card .reviewer > i {
    color: #34d399;
    font-size: 15px;
    filter: drop-shadow(0 0 7px rgba(52, 211, 153, .45));
}

@keyframes reviewGlassPulse {
    0%, 100% {
        box-shadow: 0 20px 48px rgba(0, 0, 0, .22), 0 0 0 rgba(34, 211, 238, 0), inset 0 1px 0 rgba(255, 255, 255, .13);
    }
    50% {
        box-shadow: 0 23px 54px rgba(0, 0, 0, .27), 0 0 24px rgba(139, 92, 246, .1), inset 0 1px 0 rgba(255, 255, 255, .18);
    }
}

@keyframes reviewSheen {
    0%, 20% {
        transform: translateX(0) skewX(-18deg);
    }
    52%, 100% {
        transform: translateX(520%) skewX(-18deg);
    }
}

@keyframes reviewAura {
    to {
        transform: translate3d(110px, 60px, 0) scale(1.16);
    }
}

@keyframes ratingSweep {
    0%, 20% {
        transform: translateX(-100%);
    }
    65%, 100% {
        transform: translateX(120%);
    }
}

@media (max-width: 980px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        overflow-x: clip;
    }

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

    .hero-image-frame {
        width: min(640px, calc(100% - 10px));
    }
}

@media (max-width: 680px) {
    .hero-visual {
        min-height: 420px;
        padding-inline: 0;
    }

    .hero-image-frame {
        width: 100%;
        padding: 5px;
        border-width: 1px;
        border-radius: 23px;
    }

    .hero-image-frame img {
        border-radius: 18px;
    }

    .testimonials-section {
        padding-block: 56px;
    }

    .compact-rating {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 18px;
    }

    .compact-rating > div:first-child {
        padding-bottom: 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    .student-review-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .student-review-card {
        min-height: 0;
        padding: 20px;
    }

    .student-review-card > p {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-image-frame,
    .testimonials-section::before,
    .student-review-card,
    .student-review-card::after,
    .compact-rating .rating-bars b::after {
        animation: none !important;
    }
}

/* FINAL FOOTER OVERRIDE: one unified light glass panel with readable dark text */
.site-footer .footer-grid-large {
    color: #07111f;
    border-top-color: rgba(255, 255, 255, .9);
    border-bottom-color: rgba(15, 23, 42, .16);
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, .94), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(186, 230, 253, .62), transparent 40%),
        linear-gradient(125deg, rgba(241, 249, 255, .9), rgba(219, 238, 250, .82));
    box-shadow:
        0 38px 110px rgba(0, 0, 0, .3),
        inset 0 1px 0 #fff;
    backdrop-filter: blur(38px) saturate(155%);
    -webkit-backdrop-filter: blur(38px) saturate(155%);
}

.site-footer .footer-grid-large > div {
    padding: clamp(15px, 1.8vw, 25px);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-footer .footer-grid-large > div::before {
    display: none;
}

.site-footer .footer-grid-large > div + div {
    border-left: 1px solid rgba(15, 23, 42, .12);
}

.site-footer .footer-grid-large h4 {
    color: #020617;
    font-size: 18px;
    font-weight: 900;
}

.site-footer .footer-grid-large > div:not(:first-child) a {
    color: #111827;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.75;
}

.site-footer .footer-grid-large > div:not(:first-child) a:hover {
    color: #0369a1;
}

.site-footer .footer-about .brand-copy strong {
    color: #020617;
    font-size: 19px;
}

.site-footer .footer-about .brand-copy small {
    color: #075985;
    font-size: 11px;
    font-weight: 850;
}

.site-footer .footer-about > p {
    color: #172033;
    font-size: 14px;
    font-weight: 680;
    line-height: 1.8;
}

.site-footer .footer-badges span {
    color: #111827;
    font-size: 12px;
    font-weight: 750;
    border-color: rgba(15, 23, 42, .12);
    background: rgba(255, 255, 255, .5);
}

.site-footer .social-links a {
    color: #111827;
    border-color: rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .52);
}

.site-footer .footer-logo-panel {
    justify-content: flex-start;
}

.site-footer .footer-logo-panel .footer-mini-subscribe {
    width: 100%;
    margin: 36px 0 0;
    color: #07111f;
    text-align: left;
    border-color: rgba(15, 23, 42, .13);
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, .92), transparent 45%),
        rgba(255, 255, 255, .54);
    box-shadow:
        0 15px 38px rgba(15, 23, 42, .11),
        inset 0 1px 0 rgba(255, 255, 255, .96);
}

.site-footer .footer-mini-subscribe strong {
    color: #020617;
    font-size: 15px;
}

.site-footer .footer-mini-subscribe small {
    color: #334155;
    font-size: 11px;
    font-weight: 680;
}

.site-footer .footer-mini-subscribe form {
    border-color: rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .76);
}

.site-footer .footer-mini-subscribe input {
    color: #020617;
    font-size: 13px;
    font-weight: 700;
}

.site-footer .footer-mini-subscribe input::placeholder {
    color: #475569;
}

.site-footer .footer-bottom {
    color: #07111f;
    border-top-color: rgba(255, 255, 255, .64);
    background: rgba(226, 241, 250, .84);
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a,
.site-footer .footer-access-links span {
    color: #111827;
    font-size: 13px;
    font-weight: 720;
}

.site-footer .footer-bottom strong {
    color: #075985;
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large > div:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .site-footer .footer-grid-large > div + div {
        padding-top: 26px;
        border-top: 1px solid rgba(15, 23, 42, .12);
        border-left: 0;
    }

    .site-footer .footer-logo-panel .footer-mini-subscribe {
        margin-top: 34px;
    }
}

/* ULTIMATE COMPACT FOOTER OVERRIDE */
.site-footer {
    padding: 30px 0 14px;
    background:
        radial-gradient(circle at 8% 10%, rgba(14, 165, 233, .16), transparent 30%),
        radial-gradient(circle at 92% 20%, rgba(124, 58, 237, .18), transparent 34%),
        linear-gradient(145deg, #061126 0%, #0b1634 54%, #15113a 100%);
}

.site-footer .footer-map-glow {
    opacity: .44;
    transform: scaleY(.62);
}

.site-footer .footer-grid-large {
    min-height: 0;
    gap: 0;
    color: #e8f4ff;
    border: 1px solid rgba(125, 211, 252, .18);
    border-top-color: rgba(255, 255, 255, .25);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .13), transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, .14), transparent 34%),
        linear-gradient(135deg, rgba(16, 34, 67, .84), rgba(22, 24, 64, .8));
    box-shadow:
        0 22px 62px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .13);
    backdrop-filter: blur(26px) saturate(145%);
    -webkit-backdrop-filter: blur(26px) saturate(145%);
}

.site-footer .footer-grid-large > div {
    min-height: 0;
    padding: 13px clamp(14px, 1.55vw, 22px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer .footer-grid-large > div + div {
    border-left: 1px solid rgba(148, 205, 255, .12);
}

.site-footer .footer-grid-large h4,
.site-footer .footer-about .brand-copy strong {
    color: #f8fbff;
}

.site-footer .footer-grid-large h4 {
    margin-bottom: 9px;
    padding-bottom: 8px;
    font-size: 16px;
}

.site-footer .footer-grid-large > div:not(:first-child) a {
    margin-bottom: 2px;
    color: #c7d8ee;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.48;
}

.site-footer .footer-grid-large > div:not(:first-child) a:hover {
    color: #67e8f9;
}

.site-footer .footer-about .brand-copy strong {
    font-size: 16px;
}

.site-footer .footer-about .brand-copy small {
    color: #67e8f9;
    font-size: 9px;
}

.site-footer .footer-about > p {
    margin: 10px 0;
    color: #c3d3e8;
    font-size: 12px;
    font-weight: 580;
    line-height: 1.58;
}

.site-footer .footer-badges {
    gap: 6px;
    margin-bottom: 9px;
}

.site-footer .footer-badges span {
    padding: 6px 9px;
    color: #dcecff;
    font-size: 10px;
    border-color: rgba(125, 211, 252, .16);
    background: rgba(255, 255, 255, .055);
}

.site-footer .social-links {
    gap: 6px;
}

.site-footer .social-links a {
    width: 32px;
    height: 32px;
    color: #dcecff;
    border-color: rgba(125, 211, 252, .16);
    background: rgba(255, 255, 255, .06);
}

.site-footer .footer-logo-panel {
    align-items: center !important;
    justify-content: center;
    padding-block: 10px;
}

.site-footer .footer-showcase-logo {
    width: min(126px, 100%);
    margin: 0 auto;
    border-radius: 24px;
}

.site-footer .footer-showcase-logo::before,
.site-footer .footer-showcase-logo::after {
    opacity: .58;
    transform: scale(.82);
}

.site-footer .footer-bottom {
    min-height: 0;
    margin-top: 12px;
    padding: 10px 18px;
    color: #bdcee4;
    border: 1px solid rgba(125, 211, 252, .12);
    border-radius: 18px;
    background: rgba(10, 24, 52, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a,
.site-footer .footer-access-links span {
    color: #bdcee4;
    font-size: 11px;
    font-weight: 620;
}

.site-footer .footer-bottom strong {
    color: #67e8f9;
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large > div:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .site-footer {
        padding-top: 22px;
    }

    .site-footer .footer-grid-large > div {
        padding: 16px;
    }

    .site-footer .footer-grid-large > div + div {
        padding-top: 17px;
        border-top: 1px solid rgba(148, 205, 255, .12);
        border-left: 0;
    }

    .site-footer .footer-showcase-logo {
        width: min(118px, 48vw);
    }

    .site-footer .footer-bottom {
        margin-top: 9px;
        padding: 12px 14px;
    }
}

/* v19 footer rhythm: balanced dividers, larger type and logo */
.site-footer .footer-grid-large {
    align-items: stretch;
    padding-block: 12px;
}

.site-footer .footer-grid-large > div {
    position: relative;
    padding: 14px clamp(18px, 2vw, 30px);
}

.site-footer .footer-grid-large > div + div {
    border-left: 0;
}

.site-footer .footer-grid-large > div + div::after {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 1px;
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(125, 211, 252, .22) 16%,
        rgba(167, 139, 250, .18) 84%,
        transparent
    );
}

.site-footer .footer-grid-large h4 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.2;
}

.site-footer .footer-grid-large > div:not(:first-child) a {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 720;
    line-height: 1.6;
}

.site-footer .footer-about .brand-copy strong {
    font-size: 18px;
}

.site-footer .footer-about .brand-copy small {
    font-size: 10px;
}

.site-footer .footer-about > p {
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.68;
}

.site-footer .footer-badges span {
    font-size: 11px;
}

.site-footer .footer-showcase-logo {
    width: min(174px, 100%);
    border-radius: 30px;
}

.site-footer .footer-logo-panel {
    padding-block: 8px;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a,
.site-footer .footer-access-links span {
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1080px) {
    .site-footer .footer-grid-large > div:nth-child(odd)::after {
        display: none;
    }
}

@media (max-width: 680px) {
    .site-footer .footer-grid-large {
        padding-block: 5px;
    }

    .site-footer .footer-grid-large > div {
        padding: 18px 16px;
    }

    .site-footer .footer-grid-large > div + div::after {
        top: 0;
        right: 16px;
        bottom: auto;
        left: 16px;
        width: auto;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(125, 211, 252, .22),
            transparent
        );
    }

    .site-footer .footer-grid-large > div:nth-child(odd)::after {
        display: block;
    }

    .site-footer .footer-showcase-logo {
        width: min(156px, 56vw);
    }
}

/* v20 transparent footer logo: 30% larger fixed presentation */
.site-footer .footer-showcase-logo.footer-showcase-logo-transparent {
    flex: 0 0 auto;
    width: 226px;
    max-width: 100%;
    aspect-ratio: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-footer .footer-showcase-logo.footer-showcase-logo-transparent::before,
.site-footer .footer-showcase-logo.footer-showcase-logo-transparent::after {
    display: none;
}

.site-footer .footer-showcase-logo.footer-showcase-logo-transparent img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter:
        drop-shadow(0 0 12px rgba(56, 189, 248, .42))
        drop-shadow(0 10px 22px rgba(0, 0, 0, .25));
}

@media (max-width: 680px) {
    .site-footer .footer-showcase-logo.footer-showcase-logo-transparent {
        width: min(190px, 62vw);
    }
}

/* v21 director, counsellor, verification and academy trust experience */
.director-note.director-profile-card {
    position: relative;
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    gap: 21px;
    align-items: center;
    margin-top: 20px;
    padding: 21px;
    overflow: hidden;
    border: 1px solid rgba(103, 232, 249, .2);
    border-radius: 25px;
    background:
        radial-gradient(circle at 0 0, rgba(34, 211, 238, .15), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(124, 58, 237, .14), transparent 36%),
        linear-gradient(135deg, rgba(13, 28, 58, .9), rgba(20, 19, 61, .86));
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(25px) saturate(145%);
    -webkit-backdrop-filter: blur(25px) saturate(145%);
}

.director-note.director-profile-card::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -70px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(103, 232, 249, .14);
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(56, 189, 248, .09);
}

.director-photo-frame {
    position: relative;
    z-index: 1;
    width: 152px;
    height: 188px;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .35);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(103, 232, 249, .34), rgba(124, 58, 237, .3));
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .3),
        0 0 28px rgba(56, 189, 248, .16),
        inset 0 1px 0 rgba(255, 255, 255, .42);
}

.director-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 17px;
    filter: contrast(1.04) brightness(.96);
}

.director-photo-frame figcaption {
    position: absolute;
    right: 12px;
    bottom: 11px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 5px 8px;
    color: #ecfeff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(3, 12, 31, .82);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .24);
    font-size: 9px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.director-photo-frame figcaption i {
    color: #34d399;
}

.director-message-content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.director-label-row {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.director-note .director-label-row > small {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin: 0;
    color: #67e8f9;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.35px;
}

.director-trust-chip {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 6px 9px;
    color: #dbeafe;
    border: 1px solid rgba(125, 211, 252, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    font-size: 9px;
    font-weight: 750;
    white-space: nowrap;
}

.director-trust-chip i {
    color: #38bdf8;
}

.director-profile-card blockquote {
    margin: 0 0 12px;
    color: #edf7ff;
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 670;
    line-height: 1.72;
    letter-spacing: -.1px;
}

.director-note .director-name {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    align-items: baseline;
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.director-note .director-name small {
    margin: 0;
    color: #93a9c6;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .1px;
}

.director-proof-row {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
    gap: 10px;
    margin-top: 14px;
}

.trusted-batch-badge,
.academy-rank-card {
    position: relative;
    min-width: 0;
    min-height: 68px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .17);
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}

.trusted-batch-badge {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 9px;
    align-items: center;
    padding: 11px;
}

.trusted-batch-badge > i {
    display: grid;
    grid-row: span 2;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #ecfeff;
    border-radius: 12px;
    background: linear-gradient(145deg, #06b6d4, #2563eb);
    box-shadow: 0 9px 20px rgba(14, 165, 233, .24);
}

.trusted-batch-badge b {
    color: #f8fbff;
    font-size: 11px;
}

.trusted-batch-badge small {
    margin: 0;
    color: #8fa6c3;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: 0;
}

.academy-rank-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    align-items: center;
    padding: 10px 12px;
    isolation: isolate;
}

.academy-rank-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -70% -25%;
    background: conic-gradient(from 0deg, transparent, rgba(56, 189, 248, .18), transparent 34%, rgba(139, 92, 246, .18), transparent 70%);
    animation: academyRankOrbit 7s linear infinite;
}

.academy-rank-card::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .12), transparent 65%);
    animation: academyRankScan 4.6s ease-in-out infinite;
}

.academy-rank-score {
    color: #f8fbff;
    font-size: 27px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 0 18px rgba(56, 189, 248, .35);
}

.academy-rank-card > span:nth-child(2) {
    display: grid;
    gap: 1px;
}

.academy-rank-card b {
    color: #d7e8fb;
    font-size: 9px;
}

.academy-rank-stars {
    color: #fbbf24;
    font-size: 11px;
    letter-spacing: 1px;
    text-shadow: 0 0 12px rgba(251, 191, 36, .45);
    animation: academyStarPulse 2.1s ease-in-out infinite;
}

.academy-rank-card small {
    margin: 0;
    color: #8fa6c3;
    font-size: 8px;
    letter-spacing: 0;
}

.academy-rank-card > i {
    color: #67e8f9;
    font-size: 18px;
    filter: drop-shadow(0 0 10px rgba(103, 232, 249, .36));
}

.faq-help.counsellor-help-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 13px;
    margin-top: 24px;
    padding: 14px;
    border-color: rgba(52, 211, 153, .2);
    background:
        radial-gradient(circle at 0 50%, rgba(16, 185, 129, .14), transparent 35%),
        linear-gradient(135deg, rgba(10, 35, 51, .82), rgba(17, 24, 58, .72));
}

.faq-help.counsellor-help-card > i {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(145deg, #10b981, #0891b2);
    box-shadow: 0 12px 25px rgba(16, 185, 129, .2);
}

.faq-help.counsellor-help-card small,
.faq-help.counsellor-help-card strong,
.faq-help.counsellor-help-card div > span {
    display: block;
}

.faq-help.counsellor-help-card small {
    color: #8aa4bd;
    font-size: 10px;
}

.faq-help.counsellor-help-card strong {
    color: #f5fbff;
    font-size: 15px;
}

.faq-help.counsellor-help-card div > span {
    margin-top: 2px;
    color: #9ab0c8;
    font-size: 9px;
}

.counsellor-whatsapp-button {
    display: inline-flex !important;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px 12px;
    color: #03170f !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 13px;
    background: linear-gradient(145deg, #6ee7b7, #22c55e);
    box-shadow:
        0 12px 28px rgba(34, 197, 94, .22),
        inset 0 1px 0 rgba(255, 255, 255, .55);
    font-size: 11px !important;
    font-weight: 900;
    white-space: nowrap;
    transition: transform .25s ease, box-shadow .25s ease;
}

.counsellor-whatsapp-button:hover {
    color: #020c08 !important;
    transform: translateY(-2px);
    box-shadow:
        0 16px 32px rgba(34, 197, 94, .29),
        inset 0 1px 0 rgba(255, 255, 255, .62);
}

.counsellor-whatsapp-button i {
    font-size: 16px;
}

.faq-verify-mini {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    min-height: 0;
    margin-top: 12px;
    padding: 13px;
    border-color: rgba(103, 232, 249, .15);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .12), transparent 38%),
        linear-gradient(135deg, rgba(14, 27, 57, .88), rgba(24, 20, 64, .72));
    box-shadow:
        0 16px 38px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .09);
}

.faq-verify-mini > div {
    gap: 10px;
}

.faq-verify-mini .portal-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
}

.faq-verify-mini small {
    font-size: 8px;
}

.faq-verify-mini strong {
    font-size: 14px;
}

.faq-verify-mini em {
    font-size: 9px;
}

.faq-verify-mini .verify-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    width: 100%;
    padding: 4px;
    border-color: rgba(125, 211, 252, .14);
    background: rgba(3, 12, 31, .52);
}

.faq-verify-mini .verify-form input {
    min-width: 0;
    height: 37px;
    padding: 0 11px;
    font-size: 11px;
}

.faq-verify-mini .verify-form button {
    min-width: 92px;
    height: 37px;
    padding: 0 13px;
    font-size: 10px;
}

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

@keyframes academyRankScan {
    0%, 24% {
        transform: translateX(-120%);
    }
    68%, 100% {
        transform: translateX(120%);
    }
}

@keyframes academyStarPulse {
    0%, 100% {
        opacity: .78;
        filter: brightness(.94);
    }
    50% {
        opacity: 1;
        filter: brightness(1.22);
    }
}

@media (max-width: 1080px) {
    .director-note.director-profile-card {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 17px;
        padding: 17px;
    }

    .director-photo-frame {
        width: 132px;
        height: 170px;
    }

    .director-proof-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .director-note.director-profile-card {
        grid-template-columns: 1fr;
        padding: 17px;
        text-align: center;
    }

    .director-photo-frame {
        width: 138px;
        height: 172px;
        margin-inline: auto;
    }

    .director-label-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .director-profile-card blockquote {
        font-size: 14px;
        line-height: 1.66;
    }

    .director-note .director-name {
        justify-content: center;
        font-size: 15px;
    }

    .director-proof-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .faq-help.counsellor-help-card {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .counsellor-whatsapp-button {
        grid-column: 1 / -1;
        min-height: 44px;
    }

    .faq-verify-mini .verify-form {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 390px) {
    .faq-verify-mini .verify-form {
        grid-template-columns: 1fr;
    }

    .faq-verify-mini .verify-form button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .academy-rank-card::before,
    .academy-rank-card::after,
    .academy-rank-stars {
        animation: none !important;
    }
}

/* v22 nav certificate verification popup */
.primary-nav .nav-verify-button {
    position: relative;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    overflow: hidden;
    color: #dff8ff;
    border: 1px solid rgba(103, 232, 249, .28);
    border-radius: 12px;
    outline: 0;
    background:
        radial-gradient(circle at 0 0, rgba(103, 232, 249, .17), transparent 48%),
        linear-gradient(135deg, rgba(8, 145, 178, .18), rgba(79, 70, 229, .16));
    box-shadow:
        0 10px 28px rgba(8, 145, 178, .12),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.primary-nav .nav-verify-button::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .16), transparent 70%);
    transition: transform .55s ease;
}

.primary-nav .nav-verify-button:hover {
    color: #fff;
    border-color: rgba(103, 232, 249, .58);
    box-shadow:
        0 14px 34px rgba(8, 145, 178, .2),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    transform: translateY(-2px);
}

.primary-nav .nav-verify-button:hover::before {
    transform: translateX(120%);
}

.primary-nav .nav-verify-button i {
    position: relative;
    z-index: 1;
    color: #67e8f9;
}

.primary-nav .nav-verify-button span {
    position: relative;
    z-index: 1;
}

.director-proof-row.director-proof-row-ranking-only {
    grid-template-columns: minmax(230px, 310px);
    justify-content: end;
}

body.certificate-verify-open {
    overflow: hidden;
}

.certificate-verify-overlay {
    position: fixed;
    z-index: 10030;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
}

.certificate-verify-overlay.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.certificate-verify-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background:
        radial-gradient(circle at 18% 15%, rgba(6, 182, 212, .17), transparent 31%),
        radial-gradient(circle at 85% 82%, rgba(124, 58, 237, .2), transparent 35%),
        rgba(1, 5, 17, .82);
    backdrop-filter: blur(17px) saturate(125%);
    -webkit-backdrop-filter: blur(17px) saturate(125%);
    cursor: pointer;
}

.certificate-verify-dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: min(92vh, 760px);
    padding: 26px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #eaf7ff;
    border: 1px solid rgba(103, 232, 249, .27);
    border-radius: 28px;
    outline: 0;
    background:
        radial-gradient(circle at 0 0, rgba(34, 211, 238, .17), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(124, 58, 237, .16), transparent 39%),
        linear-gradient(145deg, rgba(8, 23, 51, .97), rgba(20, 18, 62, .96));
    box-shadow:
        0 42px 120px rgba(0, 0, 0, .52),
        0 0 70px rgba(56, 189, 248, .09),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    transform: translateY(30px) scale(.86);
    opacity: 0;
}

.certificate-verify-overlay.is-open .certificate-verify-dialog {
    animation: certificateDialogIn .68s cubic-bezier(.17, .89, .29, 1.28) forwards;
}

.certificate-verify-close {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #dbeafe;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .065);
    cursor: pointer;
    transition: color .2s ease, transform .2s ease, background .2s ease;
}

.certificate-verify-close:hover {
    color: #fff;
    background: rgba(248, 113, 113, .15);
    transform: rotate(7deg) scale(1.05);
}

.certificate-verify-orbit {
    position: absolute;
    top: -125px;
    right: -105px;
    width: 265px;
    height: 265px;
    border: 1px solid rgba(103, 232, 249, .13);
    border-radius: 50%;
    animation: certificateOrbit 14s linear infinite;
    pointer-events: none;
}

.certificate-verify-orbit::before,
.certificate-verify-orbit::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(167, 139, 250, .14);
    border-radius: inherit;
}

.certificate-verify-orbit::before {
    inset: 27px;
}

.certificate-verify-orbit::after {
    inset: 58px;
}

.certificate-verify-orbit i {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #67e8f9;
    box-shadow: 0 0 16px #22d3ee;
}

.certificate-verify-orbit i:nth-child(1) {
    top: 28px;
    left: 49px;
}

.certificate-verify-orbit i:nth-child(2) {
    right: 16px;
    bottom: 92px;
}

.certificate-verify-orbit i:nth-child(3) {
    bottom: 25px;
    left: 78px;
    background: #a78bfa;
    box-shadow: 0 0 16px #8b5cf6;
}

.certificate-verify-header {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;
    padding-right: 34px;
}

.certificate-verify-icon {
    position: relative;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #ecfeff;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 21px;
    background: linear-gradient(145deg, #0891b2, #4f46e5);
    box-shadow:
        0 18px 38px rgba(8, 145, 178, .28),
        inset 0 1px 0 rgba(255, 255, 255, .45);
    font-size: 28px;
}

.certificate-verify-icon > b {
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    color: #071022;
    border: 3px solid #0d1938;
    border-radius: 10px;
    background: #67e8f9;
    font-size: 11px;
}

.certificate-verify-header small {
    display: block;
    margin-bottom: 4px;
    color: #67e8f9;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.35px;
}

.certificate-verify-header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 4vw, 34px);
    line-height: 1.1;
}

.certificate-verify-header p {
    margin: 7px 0 0;
    color: #9eb2cc;
    font-size: 12px;
    line-height: 1.55;
}

.certificate-verification-form {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin-top: 23px;
}

.certificate-verification-form > label {
    color: #d9e8fa;
    font-size: 11px;
    font-weight: 800;
}

.certificate-verification-input {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    min-height: 56px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .18);
    border-radius: 16px;
    background: rgba(2, 10, 28, .68);
    box-shadow: inset 0 1px 12px rgba(0, 0, 0, .22);
}

.certificate-verification-input > i {
    color: #67e8f9;
    text-align: center;
    filter: drop-shadow(0 0 8px rgba(103, 232, 249, .35));
}

.certificate-verification-input input {
    width: 100%;
    min-width: 0;
    height: 54px;
    padding: 0 14px 0 0;
    color: #f8fbff;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.certificate-verification-input input::placeholder {
    color: #617694;
    text-transform: none;
}

.certificate-input-scan {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 1px;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, #67e8f9, #8b5cf6, transparent);
    box-shadow: 0 0 13px rgba(103, 232, 249, .6);
    transition: transform .3s ease;
}

.certificate-verification-input:focus-within {
    border-color: rgba(103, 232, 249, .48);
    box-shadow:
        0 0 0 3px rgba(34, 211, 238, .07),
        inset 0 1px 12px rgba(0, 0, 0, .22);
}

.certificate-verification-input:focus-within .certificate-input-scan {
    transform: scaleX(1);
}

.certificate-verification-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 6px 7px 6px 19px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 16px;
    background: linear-gradient(115deg, #0891b2, #2563eb 52%, #7c3aed);
    box-shadow:
        0 17px 38px rgba(37, 99, 235, .25),
        inset 0 1px 0 rgba(255, 255, 255, .38);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, opacity .24s ease;
}

.certificate-verification-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .2), transparent 70%);
    animation: certificateButtonSheen 3.5s ease-in-out infinite;
}

.certificate-verification-submit > span,
.certificate-verification-submit > b {
    position: relative;
    z-index: 1;
}

.certificate-verification-submit > span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.certificate-verification-submit > b {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
}

.certificate-verification-submit:hover {
    transform: translateY(-2px);
    box-shadow:
        0 21px 44px rgba(37, 99, 235, .33),
        inset 0 1px 0 rgba(255, 255, 255, .45);
}

.certificate-verification-submit:disabled {
    opacity: .72;
    cursor: wait;
}

.certificate-verification-submit.is-loading > b i {
    animation: certificateLoading 1s linear infinite;
}

.certificate-verify-feedback {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-top: 12px;
    padding: 11px 12px;
    color: #9eb2cc;
    border: 1px solid rgba(125, 211, 252, .11);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
    font-size: 10px;
    line-height: 1.5;
}

.certificate-verify-feedback i {
    margin-top: 2px;
    color: #67e8f9;
}

.certificate-verify-feedback.is-success {
    color: #bbf7d0;
    border-color: rgba(52, 211, 153, .22);
    background: rgba(16, 185, 129, .09);
}

.certificate-verify-feedback.is-success i {
    color: #34d399;
}

.certificate-verify-feedback.is-error {
    color: #fecaca;
    border-color: rgba(248, 113, 113, .22);
    background: rgba(239, 68, 68, .08);
}

.certificate-verify-feedback.is-error i {
    color: #fb7185;
}

.certificate-record {
    position: relative;
    z-index: 2;
    margin-top: 13px;
    padding: 15px;
    border: 1px solid rgba(52, 211, 153, .23);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(52, 211, 153, .12), transparent 34%),
        linear-gradient(135deg, rgba(5, 46, 43, .45), rgba(15, 23, 42, .6));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}

.certificate-record[hidden] {
    display: none;
}

.certificate-record-status {
    display: flex;
    gap: 10px;
    align-items: center;
}

.certificate-record-status > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #032016;
    border-radius: 12px;
    background: #34d399;
    box-shadow: 0 10px 22px rgba(52, 211, 153, .2);
}

.certificate-record-status small,
.certificate-record-status strong {
    display: block;
}

.certificate-record-status small {
    color: #6ee7b7;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.1px;
}

.certificate-record-status strong {
    color: #ecfdf5;
    font-size: 14px;
}

.certificate-record dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 13px 0 0;
}

.certificate-record dl > div {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
}

.certificate-record dt {
    color: #7890ae;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.certificate-record dd {
    margin: 3px 0 0;
    overflow-wrap: anywhere;
    color: #f2f8ff;
    font-size: 11px;
    font-weight: 750;
}

.certificate-verify-footer {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px 18px;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 13px;
    color: #7187a5;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 8px;
    font-weight: 700;
}

.certificate-verify-footer span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.certificate-verify-footer i {
    color: #67e8f9;
}

@keyframes certificateDialogIn {
    0% {
        opacity: 0;
        transform: translateY(34px) scale(.84);
    }
    62% {
        opacity: 1;
        transform: translateY(-7px) scale(1.018);
    }
    82% {
        transform: translateY(2px) scale(.995);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

@keyframes certificateButtonSheen {
    0%, 22% {
        transform: translateX(-120%);
    }
    65%, 100% {
        transform: translateX(120%);
    }
}

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

@media (max-width: 980px) {
    .primary-nav .nav-verify-button {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
        padding-inline: 18px;
    }
}

@media (max-width: 680px) {
    .director-proof-row.director-proof-row-ranking-only {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .certificate-verify-overlay {
        padding: 12px;
    }

    .certificate-verify-dialog {
        width: 100%;
        max-height: 94vh;
        padding: 21px 17px 18px;
        border-radius: 23px;
    }

    .certificate-verify-close {
        top: 12px;
        right: 12px;
        width: 35px;
        height: 35px;
    }

    .certificate-verify-header {
        grid-template-columns: 58px 1fr;
        gap: 13px;
        padding-right: 25px;
    }

    .certificate-verify-icon {
        width: 58px;
        height: 58px;
        border-radius: 17px;
        font-size: 23px;
    }

    .certificate-verify-icon > b {
        width: 25px;
        height: 25px;
        font-size: 9px;
    }

    .certificate-verify-header h2 {
        font-size: 25px;
    }

    .certificate-verify-header p {
        font-size: 10px;
    }

    .certificate-verification-form {
        margin-top: 18px;
    }

    .certificate-record dl {
        grid-template-columns: 1fr;
    }

    .certificate-verify-footer {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .certificate-verify-overlay.is-open .certificate-verify-dialog {
        animation: none !important;
        opacity: 1;
        transform: none;
    }

    .certificate-verify-orbit,
    .certificate-verification-submit::before,
    .certificate-verification-submit.is-loading > b i {
        animation: none !important;
    }
}

/* v23 clean popup hint and compact static academy rating */
.certificate-verify-feedback[hidden] {
    display: none;
}

.certificate-demo-number {
    display: grid;
    grid-template-columns: 28px auto 1fr auto;
    gap: 7px;
    align-items: center;
    min-height: 39px;
    padding: 6px 9px;
    color: #b9cde5;
    border: 1px dashed rgba(125, 211, 252, .19);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    font: inherit;
    cursor: pointer;
    transition: color .22s ease, border-color .22s ease, background .22s ease;
}

.certificate-demo-number > i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #67e8f9;
    border-radius: 9px;
    background: rgba(34, 211, 238, .11);
}

.certificate-demo-number span {
    font-size: 9px;
    font-weight: 750;
}

.certificate-demo-number b {
    overflow-wrap: anywhere;
    color: #ecf8ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .45px;
    text-align: left;
}

.certificate-demo-number em {
    color: #67e8f9;
    font-size: 8px;
    font-style: normal;
    font-weight: 750;
    white-space: nowrap;
}

.certificate-demo-number:hover {
    color: #eaf8ff;
    border-color: rgba(103, 232, 249, .42);
    background: rgba(34, 211, 238, .075);
}

/* Remove the legacy test-certificate control even if a cached HTML page still contains it. */
.certificate-demo-number,
[data-certificate-demo-number] {
    display: none !important;
}

.director-proof-row.director-proof-row-ranking-only {
    grid-template-columns: minmax(220px, 282px);
}

.director-proof-row-ranking-only .academy-rank-card {
    grid-template-columns: auto minmax(0, 1fr) 42px;
    gap: 8px;
    min-height: 58px;
    padding: 8px 9px;
    overflow: visible;
    border-color: rgba(125, 211, 252, .2);
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 50%, rgba(56, 189, 248, .1), transparent 39%),
        linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
}

.director-proof-row-ranking-only .academy-rank-card::before,
.director-proof-row-ranking-only .academy-rank-card::after {
    display: none;
    animation: none;
}

.director-proof-row-ranking-only .academy-rank-score {
    font-size: 25px;
}

.director-proof-row-ranking-only .academy-rank-card > span:nth-child(2) {
    gap: 0;
}

.director-proof-row-ranking-only .academy-rank-card b {
    font-size: 8px;
}

.director-proof-row-ranking-only .academy-rank-stars {
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 1.5px;
    animation: none;
}

.director-proof-row-ranking-only .academy-rank-card small {
    font-size: 7px;
}

.director-proof-row-ranking-only .academy-rank-card > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #071226;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 14px;
    background: linear-gradient(145deg, #67e8f9, #60a5fa);
    box-shadow:
        0 10px 22px rgba(56, 189, 248, .22),
        inset 0 1px 0 rgba(255, 255, 255, .55);
    font-size: 25px;
    filter: none;
}

@media (max-width: 680px) {
    .certificate-demo-number {
        grid-template-columns: 28px 1fr auto;
    }

    .certificate-demo-number span {
        display: none;
    }

    .director-proof-row.director-proof-row-ranking-only {
        grid-template-columns: 1fr;
    }
}

/* v24 student portraits, dynamic reviews and verified student profile */
.achievement-board article {
    grid-template-columns: 25px 52px 1fr auto;
    min-height: 70px;
    transition: background .25s ease, transform .25s ease;
}

.achievement-board article:hover {
    margin-inline: -10px;
    padding-inline: 10px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(34, 211, 238, .08), rgba(139, 92, 246, .05));
    transform: translateX(3px);
}

.rank-avatar.rank-avatar-photo {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid rgba(103, 232, 249, .45);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(103, 232, 249, .9), rgba(139, 92, 246, .9));
    box-shadow: 0 7px 20px rgba(34, 211, 238, .14), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.rank-avatar.rank-avatar-photo::after {
    content: '';
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 12px;
    pointer-events: none;
}

.rank-avatar.rank-avatar-photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center 25%;
}

.achievement-board article strong {
    font-size: 11px;
}

.achievement-board article small {
    font-size: 8px;
}

.student-review-card {
    min-height: 275px;
    border-radius: 25px;
    background:
        radial-gradient(circle at 0 0, rgba(56, 189, 248, .13), transparent 35%),
        linear-gradient(145deg, rgba(20, 38, 70, .83), rgba(10, 18, 43, .69)) padding-box,
        linear-gradient(135deg, rgba(103, 232, 249, .65), rgba(139, 92, 246, .46), rgba(255, 255, 255, .13)) border-box;
}

.review-glass-button {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    text-decoration: none;
    border-color: rgba(125, 211, 252, .35);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(56, 189, 248, .08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .2),
        0 8px 22px rgba(2, 8, 23, .18);
    backdrop-filter: blur(14px) saturate(155%);
    -webkit-backdrop-filter: blur(14px) saturate(155%);
    transition: transform .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.review-glass-button i {
    font-size: 8px;
}

.review-glass-button:hover {
    color: #fff;
    border-color: rgba(103, 232, 249, .62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .32),
        0 10px 26px rgba(34, 211, 238, .17);
    transform: translateY(-2px);
}

.student-review-card .student-review-photo {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
    border-radius: 21px;
    box-shadow:
        0 0 0 4px rgba(34, 211, 238, .065),
        0 12px 30px rgba(0, 0, 0, .3),
        0 0 20px rgba(56, 189, 248, .12);
}

.student-review-photo img {
    border-radius: 20px;
}

.student-review-card .reviewer strong {
    font-size: 15px;
}

.student-review-card .reviewer small {
    font-size: 11px;
}

.certificate-record {
    overflow: hidden;
    padding: 16px;
    border-color: rgba(52, 211, 153, .31);
    background:
        radial-gradient(circle at 100% 0, rgba(52, 211, 153, .16), transparent 34%),
        radial-gradient(circle at 0 100%, rgba(56, 189, 248, .11), transparent 38%),
        linear-gradient(135deg, rgba(5, 46, 43, .53), rgba(15, 23, 42, .71));
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.certificate-record-status {
    justify-content: flex-start;
}

.certificate-record-status > b {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-left: auto;
    padding: 6px 9px;
    color: #a7f3d0;
    border: 1px solid rgba(52, 211, 153, .21);
    border-radius: 999px;
    background: rgba(16, 185, 129, .08);
    font-size: 8px;
}

.certificate-student-profile {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.certificate-student-photo {
    display: block;
    width: 76px;
    height: 82px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid rgba(103, 232, 249, .39);
    border-radius: 18px;
    background: linear-gradient(145deg, #67e8f9, #8b5cf6);
    box-shadow: 0 11px 27px rgba(34, 211, 238, .15);
}

.certificate-student-photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center 25%;
}

.certificate-student-profile > span:last-child small,
.certificate-student-profile > span:last-child strong,
.certificate-student-profile > span:last-child em {
    display: block;
}

.certificate-student-profile > span:last-child small {
    color: #6ee7b7;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.05px;
}

.certificate-student-profile > span:last-child strong {
    margin-top: 4px;
    color: #f3fbff;
    font-size: 17px;
}

.certificate-student-profile > span:last-child em {
    margin-top: 4px;
    color: #9bb0c9;
    font-size: 9px;
    font-style: normal;
}

.certificate-record dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 680px) {
    .achievement-board {
        padding-inline: 13px;
    }

    .achievement-board article {
        grid-template-columns: 20px 46px 1fr auto;
        gap: 8px;
    }

    .rank-avatar.rank-avatar-photo {
        width: 44px;
        height: 44px;
    }

    .achievement-board article strong {
        font-size: 10px;
    }

    .student-review-card .student-review-photo {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }

    .certificate-student-profile {
        grid-template-columns: 66px minmax(0, 1fr);
    }

    .certificate-student-photo {
        width: 66px;
        height: 72px;
    }

    .certificate-record dl {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .achievement-board article,
    .review-glass-button {
        transition: none;
    }
}

/* v25 compact 12-review gallery, ambient branding and auto-height verification */
.reviews-count-badge {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 13px;
    padding: 7px 11px;
    color: #a5f3fc;
    border: 1px solid rgba(103, 232, 249, .22);
    border-radius: 999px;
    background: rgba(34, 211, 238, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 0 22px rgba(34, 211, 238, .07);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .65px;
}

.compact-rating {
    width: min(960px, 100%);
    margin: 0 auto 22px;
    padding: 14px 18px;
    border-color: rgba(103, 232, 249, .24);
    border-radius: 20px;
    background:
        radial-gradient(circle at 12% 50%, rgba(34, 211, 238, .13), transparent 28%),
        radial-gradient(circle at 88% 50%, rgba(139, 92, 246, .12), transparent 30%),
        linear-gradient(135deg, rgba(16, 34, 67, .76), rgba(12, 20, 48, .72));
    box-shadow:
        0 18px 48px rgba(0, 0, 0, .22),
        0 0 36px rgba(34, 211, 238, .06),
        inset 0 1px 0 rgba(255, 255, 255, .13);
}

.compact-rating > div:first-child {
    min-width: 170px;
    padding: 4px 20px 4px 4px;
}

.compact-rating > div:first-child strong {
    font-size: 32px;
}

.compact-rating .rating-bars {
    gap: 9px;
}

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

.student-review-card {
    min-height: 218px;
    padding: 15px;
    border-radius: 19px;
    animation: compactReviewAmbient 5.8s ease-in-out infinite;
}

.student-review-card:nth-child(4n + 2) {
    animation-delay: -1.45s;
}

.student-review-card:nth-child(4n + 3) {
    animation-delay: -2.9s;
}

.student-review-card:nth-child(4n) {
    animation-delay: -4.35s;
}

.student-review-card::before {
    width: 112px;
    height: 112px;
    right: -52px;
    bottom: -58px;
    opacity: .2;
}

.student-review-card:hover {
    transform: translateY(-5px) scale(1.01);
}

.review-card-top .stars {
    font-size: 10px;
    letter-spacing: 1.2px;
}

.review-glass-button {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 7px;
}

.student-review-card > p {
    min-height: 74px;
    margin: 11px 0 10px;
    font-size: 10px;
    line-height: 1.58;
}

.student-review-card .reviewer {
    gap: 9px;
    padding-top: 9px;
}

.student-review-card .student-review-photo {
    flex: 0 0 54px;
    width: 54px;
    height: 72px;
    border-radius: 13px;
    border-color: rgba(103, 232, 249, .5);
    box-shadow:
        0 0 0 3px rgba(34, 211, 238, .07),
        0 10px 24px rgba(0, 0, 0, .28),
        0 0 18px rgba(56, 189, 248, .15);
}

.student-review-photo img {
    border-radius: 12px;
    object-position: center 22%;
}

.student-review-card .reviewer strong {
    font-size: 11px;
}

.student-review-card .reviewer small {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.35;
}

.student-review-card .reviewer > i {
    font-size: 12px;
}

@keyframes compactReviewAmbient {
    0%, 100% {
        box-shadow:
            0 14px 34px rgba(0, 0, 0, .22),
            0 0 16px rgba(34, 211, 238, .045),
            inset 0 1px 0 rgba(255, 255, 255, .13);
    }
    50% {
        box-shadow:
            0 18px 42px rgba(0, 0, 0, .27),
            0 0 24px rgba(56, 189, 248, .12),
            0 0 30px rgba(139, 92, 246, .08),
            inset 0 1px 0 rgba(255, 255, 255, .18);
    }
}

.site-header .eca-glass-logo {
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .18),
        0 14px 34px rgba(37, 99, 235, .38),
        0 0 32px rgba(34, 211, 238, .34),
        0 0 50px rgba(124, 58, 237, .15) !important;
    animation: headerLogoAmbient 3.8s ease-in-out infinite;
}

@keyframes headerLogoAmbient {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, .12),
            0 12px 28px rgba(37, 99, 235, .3),
            0 0 20px rgba(56, 189, 248, .24);
        filter:
            drop-shadow(0 0 7px rgba(103, 232, 249, .35))
            drop-shadow(0 0 15px rgba(37, 99, 235, .25));
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, .2),
            0 14px 34px rgba(37, 99, 235, .42),
            0 0 33px rgba(34, 211, 238, .42),
            0 0 52px rgba(124, 58, 237, .18);
        filter:
            drop-shadow(0 0 11px rgba(103, 232, 249, .58))
            drop-shadow(0 0 23px rgba(37, 99, 235, .36));
    }
}

.certificate-verify-overlay {
    place-items: start center;
    overflow-x: hidden;
    overflow-y: auto;
}

.certificate-verify-dialog {
    max-height: none;
    margin: auto 0;
    overflow: visible;
}

.certificate-record-wide {
    grid-column: 1 / -1;
}

.certificate-verify-bottom-close {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 13px;
    color: #d9f7ff;
    border: 1px solid rgba(125, 211, 252, .2);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(56, 189, 248, .055));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .7px;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.certificate-verify-bottom-close svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.certificate-verify-bottom-close:hover {
    color: #fff;
    border-color: rgba(103, 232, 249, .42);
    background: rgba(34, 211, 238, .1);
}

@media (max-width: 1040px) {
    .student-review-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .student-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compact-rating {
        padding: 13px;
    }
}

@media (max-width: 520px) {
    .student-review-grid {
        grid-template-columns: 1fr;
    }

    .student-review-card {
        min-height: 0;
    }

    .student-review-card > p {
        min-height: 0;
    }

    .certificate-verify-dialog {
        max-height: none;
        margin-block: 0;
        overflow: visible;
    }

    .certificate-record-wide {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .student-review-card,
    .site-header .eca-glass-logo {
        animation: none !important;
    }
}

/* Keep the public navigation usable on phones even when later theme rules override it. */
#course-catalog {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
    border: 1px solid rgba(103, 232, 249, .38) !important;
    background:
        radial-gradient(circle at 90% 0%, rgba(124, 58, 237, .2), transparent 30%),
        linear-gradient(145deg, rgba(15, 31, 72, .98), rgba(6, 17, 43, .98)) !important;
    color: #dbe7fa !important;
}

#course-catalog.catalog-open {
    display: block !important;
}

.site-header .menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

#course-catalog .course-catalog-heading h3 {
    color: #f5f9ff !important;
}

#course-catalog .course-catalog-heading p {
    color: #a9bad5 !important;
}

#course-catalog .course-catalog-list li {
    border-color: rgba(103, 232, 249, .16) !important;
    background: rgba(255, 255, 255, .07) !important;
}

#course-catalog .course-catalog-code {
    color: #67e8f9 !important;
}

#course-catalog .course-catalog-name {
    color: #e2ecfb !important;
}

#course-catalog .course-catalog-list strong {
    color: #6ff2d0 !important;
}

@media (max-width: 860px) {
    .site-header .menu-state {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        border: 0;
    }

    #course-catalog:not(.catalog-open) {
        display: none !important;
    }

    #course-catalog.catalog-open {
        display: block !important;
    }

    .site-header {
        isolation: isolate;
    }

    .site-header .menu-toggle {
        position: relative;
        z-index: 120;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        cursor: pointer;
        pointer-events: auto !important;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
    }

    .site-header .menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        margin: 4px auto;
        border-radius: 4px;
        background: #fff;
        transition: transform .2s, opacity .2s;
    }

    .site-header .primary-nav:not(.open) {
        position: fixed !important;
        top: 72px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 110;
        display: flex !important;
        pointer-events: none;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate3d(100%, 0, 0) !important;
    }

    .site-header .primary-nav.open {
        position: fixed !important;
        top: 72px !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: flex !important;
        pointer-events: auto;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .site-header .menu-state:checked ~ .primary-nav {
        pointer-events: auto;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .site-header .menu-state:checked ~ .menu-toggle span:first-child {
        transform: translateY(6px) rotate(45deg);
    }

    .site-header .menu-state:checked ~ .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header .menu-state:checked ~ .menu-toggle span:last-child {
        transform: translateY(-6px) rotate(-45deg);
    }
}

/* Highest-priority mobile hamburger rules. Kept last to beat all theme styles. */
@media (max-width: 860px) {
    .site-header .menu-toggle {
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .28) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, .1) !important;
        color: transparent !important;
        line-height: 0 !important;
        overflow: hidden !important;
    }

    .site-header .menu-toggle::before,
    .site-header .menu-toggle::after {
        content: none !important;
        display: none !important;
    }

    .site-header .menu-toggle span {
        position: static !important;
        display: block !important;
        flex: 0 0 auto !important;
        width: 22px !important;
        height: 2px !important;
        min-height: 2px !important;
        margin: 3px auto !important;
        background: #ffffff !important;
        opacity: 1;
    }

    .site-header .menu-toggle.open span:first-child {
        transform: translateY(5px) rotate(45deg) !important;
    }

    .site-header .menu-toggle.open span:nth-child(2) {
        opacity: 0 !important;
    }

    .site-header .menu-toggle.open span:last-child {
        transform: translateY(-5px) rotate(-45deg) !important;
    }
}
