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

:root {
    --premium-ink: #0b1724;
    --premium-ink-soft: #24425f;
    --premium-green-deep: #14532d;
    --premium-green-deep-soft: #1f6b3a;
    --premium-navy: #07131d;
    --premium-gold: #c58d2d;
    --premium-gold-soft: #f4ead3;
    --premium-cream: #f7f3ea;
    --premium-surface: rgba(255, 255, 255, 0.92);
    --premium-surface-strong: #ffffff;
    --premium-line: rgba(16, 34, 54, 0.1);
    --premium-line-strong: rgba(16, 34, 54, 0.18);
    --premium-shadow: 0 24px 70px rgba(8, 26, 46, 0.12);
    --premium-shadow-lg: 0 35px 90px rgba(8, 26, 46, 0.18);
    --premium-gradient: linear-gradient(135deg, #07131d 0%, #0d2231 46%, #184059 100%);
    --premium-glow: radial-gradient(circle at top left, rgba(197, 141, 45, 0.18), transparent 38%);
}

/* Home testimonials refinement */

.testimonials {
    padding: clamp(6rem, 9vw, 7.75rem) 0;
    background:
        linear-gradient(135deg, #071625 0%, #0b2236 58%, #12324a 100%);
}

.testimonials::before {
    background: rgba(197, 141, 45, 0.2);
    filter: blur(260px);
    opacity: 0.16;
}

.testimonials .section-header {
    max-width: 920px;
    margin: 0 auto 4rem;
    text-align: center;
}

.testimonials .section-tag {
    background: rgba(39, 108, 62, 0.3) !important;
    border-color: rgba(126, 220, 142, 0.24) !important;
    color: #8fe2a0 !important;
    box-shadow: 0 16px 36px rgba(4, 15, 28, 0.18);
}

.testimonials .section-header h2 {
    margin-bottom: 1.2rem;
    background: none;
    color: #f4f8fb !important;
    -webkit-text-fill-color: initial;
}

.testimonials .section-header p,
.testimonials .section-description {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(234, 242, 248, 0.82) !important;
}

.testimonials .testimonialSwiper {
    padding-bottom: 0.4rem;
}

.testimonials .testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2.2rem;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(12, 29, 46, 0.92) 0%, rgba(15, 35, 53, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 56px rgba(4, 15, 28, 0.34);
}

.testimonials .testimonial-card::before {
    height: 4px;
    background: linear-gradient(90deg, #c58d2d 0%, #46b96c 100%);
}

.testimonials .testimonial-card::after {
    width: 240px;
    height: 240px;
    right: -120px;
    bottom: -120px;
    background: rgba(197, 141, 45, 0.09);
}

.testimonials .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 64px rgba(4, 15, 28, 0.42);
}

.testimonials .quote-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 1.35rem;
    font-size: 1.55rem;
    background: linear-gradient(135deg, #c58d2d 0%, #14532d 100%);
    box-shadow: 0 18px 34px rgba(7, 19, 29, 0.28);
}

.testimonials .stars {
    margin-bottom: 1rem;
    color: #f7d889;
}

.testimonials .testimonial-card p {
    flex: 1 1 auto;
    margin-bottom: 1.5rem;
    color: #f5f8fb;
    font-size: 1.03rem;
    line-height: 1.85;
}

.testimonials .testimonial-user {
    margin-top: auto;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonials .testimonial-avatar {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, #c58d2d 0%, #14532d 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.testimonials .testimonial-user h4 {
    color: #fff;
}

.testimonials .testimonial-user span {
    color: rgba(223, 233, 241, 0.68);
}

.testimonials .testimonial-pagination {
    gap: 0.55rem;
    margin-top: 2rem;
}

.testimonials .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(181, 197, 210, 0.4);
}

.testimonials .swiper-pagination-bullet-active {
    width: 36px;
    background: #c58d2d;
}

.testimonials .testimonial-stats {
    margin-top: 3.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.testimonials .testimonial-stats div {
    padding: 1.3rem 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 36px rgba(4, 15, 28, 0.16);
}

.testimonials .testimonial-stats h3 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    color: #fff;
}

.testimonials .testimonial-stats span {
    color: rgba(226, 235, 242, 0.74);
}

/* Admissions hero redesign */

.admissions-hero {
    padding-top: clamp(12rem, 17vw, 14.2rem);
    padding-bottom: clamp(5.3rem, 8vw, 7rem);
    background:
        linear-gradient(135deg, #071625 0%, #0d2437 56%, #14344e 100%) !important;
}

.admissions-hero::before {
    top: -160px;
    right: -120px;
    width: 460px;
    height: 460px;
    background: rgba(197, 141, 45, 0.08);
}

.admissions-hero::after {
    content: '';
    position: absolute;
    left: -8%;
    bottom: 8%;
    width: 34vw;
    height: 34vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.admissions-hero .container {
    position: relative;
    z-index: 2;
}

.admissions-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.admissions-hero .hero-content {
    max-width: 720px;
}

.admissions-hero .hero-content h1 {
    max-width: 8.5ch;
    margin: 1.15rem 0 1.4rem;
    font-size: clamp(3rem, 5.2vw, 5rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
}

.admissions-hero .hero-description {
    max-width: 60ch;
    margin-bottom: 2rem;
    color: rgba(239, 245, 250, 0.82);
    font-size: 1.05rem;
    line-height: 1.85;
}

.admissions-hero .hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.admissions-hero .feature {
    display: grid;
    gap: 0.95rem;
    padding: 1.25rem 1.15rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 44px rgba(4, 15, 28, 0.18);
    backdrop-filter: blur(14px);
}

.admissions-hero .feature:hover {
    transform: translateY(-6px);
    border-color: rgba(197, 141, 45, 0.36);
}

.admissions-hero .feature-icon {
    width: fit-content;
    min-width: 72px;
    height: 40px;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(197, 141, 45, 0.16);
    border: 1px solid rgba(197, 141, 45, 0.28);
    box-shadow: none;
    color: transparent;
    font-size: 0;
}

.admissions-hero .feature-icon::before {
    display: block;
    color: #f7dfb3;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admissions-hero .feature:nth-child(1) .feature-icon::before {
    content: 'CBC';
}

.admissions-hero .feature:nth-child(2) .feature-icon::before {
    content: 'Safe';
}

.admissions-hero .feature:nth-child(3) .feature-icon::before {
    content: 'Grow';
}

.admissions-hero .feature > div:last-child {
    display: grid;
    gap: 0.55rem;
}

.admissions-hero .feature h4 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
}

.admissions-hero .feature p {
    margin: 0;
    color: rgba(228, 237, 244, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

.admissions-hero .hero-buttons {
    margin-bottom: 1.8rem;
}

.admissions-hero .btn-outline {
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.admissions-hero .btn-outline:hover {
    color: #0b1724;
    background: #fff;
}

.admissions-hero-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admissions-hero-summary .summary-item {
    padding: 1.1rem 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 36px rgba(4, 15, 28, 0.16);
}

.admissions-hero-summary strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 0.95rem;
}

.admissions-hero-summary span {
    color: rgba(226, 235, 242, 0.72);
    font-size: 0.92rem;
    line-height: 1.65;
}

.admissions-hero .hero-image {
    position: relative;
    min-width: 0;
}

.admissions-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #08121d;
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.28);
}

.admissions-hero .hero-image img {
    display: block;
    width: 100%;
    min-height: 620px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

.admissions-hero-note {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    gap: 0.75rem;
    padding: 1.15rem 1.2rem;
    border-radius: 24px;
    background: rgba(7, 19, 29, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
}

.admissions-note-label,
.admissions-aside-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #f7dfb3;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admissions-hero-note strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
}

.admissions-hero-aside {
    position: absolute;
    z-index: 1;
    max-width: 270px;
    padding: 1.2rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 34, 54, 0.1);
    box-shadow: 0 24px 54px rgba(4, 15, 28, 0.18);
}

.admissions-hero-aside-top {
    top: 1.6rem;
    left: -2rem;
}

.admissions-hero-aside p {
    margin: 0.9rem 0 0;
    color: rgba(11, 23, 36, 0.76);
    font-size: 0.96rem;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .admissions-hero .hero-features,
    .admissions-hero-summary,
    .testimonials .testimonial-stats {
        grid-template-columns: 1fr;
    }

    .admissions-hero-aside-top {
        left: 1.25rem;
        right: 1.25rem;
        max-width: none;
    }
}

@media (max-width: 991px) {
    .admissions-hero-grid {
        grid-template-columns: 1fr;
    }

    .admissions-hero .hero-image {
        order: -1;
    }

    .admissions-hero .hero-content h1 {
        max-width: 10ch;
    }

    .admissions-hero .hero-image img {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .testimonials .testimonial-card {
        padding: 1.7rem;
    }

    .testimonials .section-header h2 {
        font-size: clamp(2.3rem, 9vw, 3.3rem);
    }

    .admissions-hero .hero-content h1 {
        font-size: clamp(2.35rem, 10vw, 3.2rem);
    }

    .admissions-hero .hero-description {
        font-size: 1rem;
    }

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

    .admissions-hero .hero-image img {
        min-height: 380px;
    }

    .admissions-hero-note {
        position: static;
        margin: 1rem;
    }

    .admissions-hero-aside {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }
}

html {
    scroll-padding-top: 148px;
}

body {
    font-family: 'Sora', sans-serif;
    color: var(--premium-ink);
    background:
        radial-gradient(circle at top right, rgba(197, 141, 45, 0.14), transparent 25%),
        radial-gradient(circle at left center, rgba(36, 66, 95, 0.08), transparent 32%),
        var(--premium-cream);
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(7, 19, 29, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 19, 29, 0.02) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.35;
    z-index: 0;
}

body.menu-open {
    overflow: hidden;
}

main,
.footer,
.header,
.site-banner,
.command-palette,
.quick-action-rail,
.command-toggle,
.page-progress,
.back-to-top {
    position: relative;
    z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: -0.03em;
    color: var(--premium-ink);
}

p,
li,
a,
button,
input,
textarea,
select,
label,
span {
    font-family: 'Sora', sans-serif;
}

p {
    color: rgba(11, 23, 36, 0.74);
}

.container {
    width: min(92%, 1240px);
}

.site-banner .container,
.header .container {
    width: min(98.2%, 1800px);
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    background: var(--premium-ink);
    color: #fff;
    transform: translateY(-140%);
    transition: transform 0.2s ease;
    z-index: 1200;
}

.skip-link:focus {
    transform: translateY(0);
}

.page-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.28);
    z-index: 1150;
}

.page-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #f0d29b 0%, #c58d2d 100%);
    box-shadow: 0 0 18px rgba(197, 141, 45, 0.45);
}

.site-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    padding: 0;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.34s ease, opacity 0.24s ease;
}

.banner-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    min-height: 70px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0 0 26px 26px;
    color: #fff;
    background: linear-gradient(135deg, rgba(6, 17, 27, 0.92) 0%, rgba(8, 25, 39, 0.92) 100%);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 40px rgba(5, 15, 24, 0.22);
}

.banner-copy {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.banner-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.72rem;
    border-radius: 999px;
    background: rgba(197, 141, 45, 0.18);
    border: 1px solid rgba(197, 141, 45, 0.45);
    color: #f7dfb3;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.banner-copy p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.84rem;
}

.banner-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.banner-socials {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-right: 0.15rem;
}

.banner-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.banner-social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(214, 165, 76, 0.5);
    color: #f7dfb3;
}

.banner-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.banner-social-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.62rem 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease;
}

.banner-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
}

.banner-link.primary {
    background: linear-gradient(135deg, #d6a54c 0%, #c58d2d 100%);
    color: #07131d;
    border-color: transparent;
}

.header {
    position: fixed;
    top: calc(var(--banner-offset, 56px) - 1px);
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    border-bottom: none;
    backdrop-filter: none;
    box-shadow: none;
    transform: translateY(0);
    opacity: 1;
    transition: top 0.25s ease, transform 0.34s ease, opacity 0.24s ease;
    z-index: 1050;
}

.header.scrolled {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.navbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 72px;
    margin-top: 0;
    padding: 0.65rem 0.9rem;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(135deg, rgba(10, 15, 20, 0.96) 0%, rgba(31, 26, 24, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 54px rgba(4, 12, 18, 0.24);
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 74px;
    min-width: 74px;
}

.logo img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    padding: 0.34rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 14px 26px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.logo-text {
    display: none !important;
}

.nav-menu {
    min-width: 0;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    width: 100%;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.nav-menu li {
    flex: 1 1 0;
    min-width: 0;
}

.nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 44px;
    padding: 0.52rem 0.4rem;
    border-radius: 999px;
    font-size: 0.69rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-menu a::after {
    display: none;
}

.nav-menu li:nth-child(odd) a {
    color: #56c271 !important;
}

.nav-menu li:nth-child(even) a {
    color: #f0a83a !important;
}

.nav-menu li:nth-child(odd) a:hover,
.nav-menu li:nth-child(odd) a.active {
    color: #80dea0 !important;
    background: rgba(86, 194, 113, 0.14);
    box-shadow: inset 0 0 0 1px rgba(86, 194, 113, 0.2);
    transform: translateY(-1px);
}

.nav-menu li:nth-child(even) a:hover,
.nav-menu li:nth-child(even) a.active {
    color: #ffd089 !important;
    background: rgba(240, 168, 58, 0.16);
    box-shadow: inset 0 0 0 1px rgba(240, 168, 58, 0.2);
    transform: translateY(-1px);
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    min-width: fit-content;
}

.nav-actions .btn {
    min-height: 50px;
    padding-inline: 1.1rem;
    white-space: nowrap;
    border-radius: 18px;
    font-size: 0.82rem;
}

body.header-hidden .site-banner,
body.header-hidden .header {
    pointer-events: none;
    opacity: 0;
}

body.header-hidden .site-banner {
    transform: translateY(-112%);
}

body.header-hidden .header {
    transform: translateY(-145%);
}

.btn {
    min-height: 52px;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    font-size: 0.93rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    box-shadow: 0 15px 40px rgba(6, 18, 29, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(6, 18, 29, 0.18);
}

.btn-primary {
    background: linear-gradient(135deg, #d7a651 0%, #c58d2d 100%);
    color: #07131d;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e1b869 0%, #c58d2d 100%);
    color: #07131d;
}

.btn-light {
    background: #fff;
    color: var(--premium-ink);
}

.btn-outline,
.btn-outline-light {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.btn-outline:hover,
.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
}

.hamburger span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.hamburger span + span {
    margin-top: 4px;
}

.hero,
.about-hero,
.academics-hero,
.admissions-hero,
.student-life-hero,
.contact-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.5rem;
    padding-top: clamp(13.5rem, 20vw, 15.5rem);
    padding-bottom: clamp(5rem, 10vw, 8rem);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: var(--premium-gradient);
}

.hero::before,
.about-hero::before,
.academics-hero::before,
.admissions-hero::before,
.student-life-hero::before,
.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(197, 141, 45, 0.24), transparent 30%),
        radial-gradient(circle at bottom right, rgba(86, 157, 204, 0.18), transparent 35%);
    pointer-events: none;
}

.hero .container,
.about-hero .container,
.academics-hero .container,
.admissions-hero .container,
.student-life-hero .container,
.contact-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content h1,
.about-hero-content h1,
.admissions-hero h1,
.contact-hero h1,
.student-life-hero h1,
.academics-hero h1 {
    color: #fff;
    font-size: clamp(3.4rem, 7vw, 6rem);
    line-height: 0.96;
    margin-bottom: 1.3rem;
}

.hero .hero-content h1 {
    font-size: clamp(2.95rem, 5.4vw, 4.95rem);
    line-height: 0.98;
}

.hero-content p,
.about-hero-content p,
.admissions-hero p,
.contact-hero p,
.student-life-hero p,
.academics-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.9;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 40px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f7dfb3;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 40px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.1);
    border: 1px solid rgba(20, 83, 45, 0.24);
    color: #0f5a2d;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.section-header .section-tag,
.section-title .section-tag,
.testimonials .section-tag {
    background: rgba(20, 83, 45, 0.1) !important;
    border-color: rgba(20, 83, 45, 0.24) !important;
    color: #0f5a2d !important;
}

.hero .section-tag,
.about-hero .section-tag,
.academics-hero .section-tag,
.admissions-hero .section-tag,
.student-life-hero .section-tag,
.contact-hero .section-tag,
.cta-content .section-tag,
.contact-cta-box .section-tag {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    color: #f7dfb3;
}

.hero-buttons,
.cta-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.hero-stats .stat,
.stats-item,
.stat-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    box-shadow: var(--premium-shadow);
}

.hero-stats .stat h3,
.stats-item h2,
.stat-card h3 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.hero-stats .stat span,
.stats-item p,
.stat-card span {
    color: rgba(255, 255, 255, 0.72);
}

.section-header,
.section-title {
    position: relative;
    max-width: 840px;
    margin-bottom: 3.5rem;
}

.section-header h2,
.section-title h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.3rem, 5vw, 4.1rem);
    color: var(--premium-ink) !important;
}

.section-header p,
.section-title p {
    font-size: 1.02rem;
    line-height: 1.9;
    color: rgba(11, 23, 36, 0.76) !important;
}

.page-cta {
    background: linear-gradient(135deg, #103524 0%, #1d5f35 55%, #2f7a45 100%) !important;
    box-shadow: var(--premium-shadow-lg);
}

.page-cta h2,
.page-cta p {
    color: #fff !important;
}

.page-cta .btn-light {
    color: var(--premium-ink) !important;
}

.glass-card,
.premium-card,
.quick-card,
.info-card,
.policy-card,
.download-card,
.vm-card,
.value-card,
.program-card,
.feature-card,
.cbc-card,
.journey-card,
.activity-card,
.csl-card,
.life-card,
.clubs-card,
.leader-card,
.school-card,
.info-card-large,
.visit-card,
.application-form-wrapper,
.contact-form-panel,
.support-card,
.hero-footer-content {
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: var(--premium-shadow);
    backdrop-filter: blur(18px);
}

.premium-card:hover,
.quick-card:hover,
.info-card:hover,
.policy-card:hover,
.download-card:hover,
.vm-card:hover,
.value-card:hover,
.program-card:hover,
.feature-card:hover,
.cbc-card:hover,
.journey-card:hover,
.activity-card:hover,
.csl-card:hover,
.life-card:hover,
.clubs-card:hover,
.leader-card:hover,
.info-card-large:hover,
.visit-card:hover,
.support-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--premium-shadow-lg);
}

.image-card,
.gallery-item,
.section-image img,
.story-image img,
.hero-image img,
.about-hero-image img {
    border-radius: 28px;
    box-shadow: var(--premium-shadow);
}

.quick-contact,
.gallery-section,
.application-section,
.location-section,
.contact-hub,
.contact-cta,
.admission-policy,
.gallery-notes,
.statistics-section,
.testimonials,
.why-choose,
.cbc-section,
.academic-journey,
.csl-section {
    position: relative;
}

.quick-contact::before,
.gallery-section::before,
.application-section::before,
.contact-hub::before,
.location-section::before,
.admission-policy::before {
    content: '';
    position: absolute;
    inset: 4rem 0 auto;
    width: 100%;
    height: calc(100% - 8rem);
    background: rgba(255, 255, 255, 0.36);
    z-index: -1;
}

.tuition-section {
    position: relative;
}

.transport-section {
    position: relative;
}

.transport-section::before {
    content: '';
    position: absolute;
    inset: 7rem 0 auto;
    width: 100%;
    height: calc(100% - 10rem);
    background:
        radial-gradient(circle at left center, rgba(20, 83, 45, 0.1), transparent 34%),
        radial-gradient(circle at right top, rgba(197, 141, 45, 0.12), transparent 28%);
    z-index: -1;
}

.transport-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: stretch;
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid rgba(16, 34, 54, 0.1);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 234, 0.92) 100%);
    box-shadow: var(--premium-shadow);
    overflow: hidden;
}

.transport-media {
    min-height: 100%;
}

.transport-photo-card {
    position: relative;
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(16, 34, 54, 0.12);
    background: #0b1724;
    box-shadow: 0 28px 72px rgba(8, 26, 46, 0.16);
}

.transport-photo-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    background: linear-gradient(180deg, transparent 0%, rgba(7, 19, 29, 0.18) 35%, rgba(7, 19, 29, 0.78) 100%);
}

.transport-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transport-photo-note {
    position: absolute;
    left: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(7, 19, 29, 0.56);
    backdrop-filter: blur(16px);
}

.transport-note-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.transport-photo-note strong {
    color: #fff;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 700;
    line-height: 1.45;
}

.transport-content {
    display: grid;
    align-content: center;
    gap: 1.25rem;
    padding: 0.4rem 0.35rem 0.4rem 0;
}

.transport-content h2 {
    margin: 0;
    color: var(--premium-green-deep);
    font-size: clamp(2.5rem, 4.4vw, 4.35rem);
    line-height: 0.96;
}

.transport-content > p {
    margin: 0;
    max-width: 62ch;
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(11, 23, 36, 0.78);
}

.transport-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.transport-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(20, 83, 45, 0.14);
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.06);
    color: var(--premium-green-deep);
    font-size: 0.84rem;
    font-weight: 700;
}

.transport-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.transport-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.95rem;
    align-items: start;
    padding: 1.15rem;
    border: 1px solid rgba(16, 34, 54, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 42px rgba(8, 26, 46, 0.08);
}

.transport-point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(20, 83, 45, 0.14), rgba(197, 141, 45, 0.2));
    color: var(--premium-green-deep);
    font-size: 1rem;
    flex-shrink: 0;
}

.transport-point h3 {
    margin: 0 0 0.45rem;
    color: var(--premium-ink);
    font-size: 1.25rem;
    line-height: 1.05;
}

.transport-point p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.7;
    color: rgba(11, 23, 36, 0.72);
}

.transport-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 0.35rem;
}

.transport-actions .btn {
    min-width: 200px;
    justify-content: center;
}

.text-club-card {
    --club-accent: #d6a54c;
    position: relative;
    min-height: 100%;
    border: 1px solid rgba(11, 23, 36, 0.07);
    background:
        radial-gradient(circle at top right, rgba(214, 165, 76, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    isolation: isolate;
}

.text-club-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, var(--club-accent) 0%, rgba(11, 23, 36, 0.9) 100%);
}

.text-club-card::after {
    content: '';
    position: absolute;
    top: -58px;
    right: -46px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 72%);
    opacity: 0.78;
    z-index: 0;
}

.text-club-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 165, 76, 0.22);
    box-shadow: 0 34px 72px rgba(15, 23, 42, 0.14);
}

.text-club-card .club-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.95rem;
    height: 100%;
    padding: 2.35rem 2rem 2.15rem;
    background: transparent;
    text-align: center;
}

.text-club-card .club-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(11, 23, 36, 0.08);
    background: rgba(255, 255, 255, 0.74);
    color: var(--club-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.text-club-card .club-content h3 {
    margin-bottom: 0;
    color: var(--premium-ink);
    font-size: clamp(2rem, 2.3vw, 2.45rem);
    line-height: 1.05;
}

.text-club-card .club-content p {
    margin: 0;
    color: rgba(44, 62, 80, 0.86);
    font-size: 1.12rem;
    line-height: 1.7;
    max-width: 16ch;
}

.text-club-card.tone-gold {
    --club-accent: #d6a54c;
}

.text-club-card.tone-green {
    --club-accent: #1f7a4d;
}

.text-club-card.tone-emerald {
    --club-accent: #2f8f4e;
}

.text-club-card.tone-navy {
    --club-accent: #183b63;
}

.tuition-section .tuition-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}

.tuition-section .tuition-card {
    display: grid;
    gap: 1rem;
    padding: 2rem 1.5rem;
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 252, 0.92) 100%);
    box-shadow: var(--premium-shadow);
}

.tuition-section .level {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 38px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(20, 83, 45, 0.16);
    background: rgba(20, 83, 45, 0.08);
    color: var(--premium-green-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tuition-section .tuition-card h3,
.fee-note-card h3 {
    margin: 0;
    color: var(--premium-ink);
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    line-height: 1.1;
}

.tuition-section .price {
    margin-bottom: 0;
    color: var(--premium-gold);
    font-size: clamp(2.2rem, 3.2vw, 3rem);
    line-height: 1;
}

.tuition-section .price span {
    margin-top: 0.7rem;
    color: rgba(11, 23, 36, 0.62);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tuition-section .tuition-card ul,
.fee-note-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tuition-section .tuition-card li,
.fee-note-card li {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(11, 23, 36, 0.08);
    color: rgba(11, 23, 36, 0.72);
    line-height: 1.7;
}

.tuition-section .tuition-card li:last-child,
.fee-note-card li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.fee-notes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: 1.5rem;
}

.fee-note-card {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 234, 0.93) 100%);
    box-shadow: var(--premium-shadow);
}

.fee-download-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 48px;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.08);
    border: 1px solid rgba(20, 83, 45, 0.16);
    color: var(--premium-green-deep) !important;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.tuition-section .payment-box {
    margin-top: 1.6rem;
    border-radius: 32px;
    background: linear-gradient(135deg, #0c2233 0%, #13344b 48%, #1f5374 100%);
    box-shadow: var(--premium-shadow-lg);
}

.tuition-section .payment-content h3,
.tuition-section .payment-content p {
    color: #fff;
}

.tuition-section .payment-content p {
    opacity: 0.88;
}

.tuition-section .payment-methods {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

.tuition-section .method {
    width: min(220px, 100%);
    min-height: 138px;
    padding: 1rem;
    border-radius: 24px;
    text-align: center;
}

.tuition-section .method strong {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.45;
    word-break: break-word;
}

.tuition-section .method span {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tuition-section .method small {
    display: block;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.6;
}

.about-cta-content,
.hero-footer-content {
    padding: 3rem 2.6rem;
    color: var(--premium-ink) !important;
}

.about-cta-content {
    border: 1px solid var(--premium-line);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 241, 0.95) 100%);
    box-shadow: var(--premium-shadow);
    text-align: center;
}

.about-cta-content span,
.hero-footer-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.08);
    border: 1px solid rgba(20, 83, 45, 0.16);
    color: var(--premium-green-deep) !important;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.leadership-card .leader-footer span {
    display: inline-block;
    margin-top: 0.15rem;
    color: var(--premium-green-deep) !important;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about-cta-content h2,
.hero-footer-content h2 {
    color: var(--premium-ink) !important;
    line-height: 1.08;
}

.about-cta-content p,
.hero-footer-content p {
    color: rgba(11, 23, 36, 0.76) !important;
}

.about-cta-content .btn-outline,
.hero-footer-content .btn-light {
    color: var(--premium-ink) !important;
}

.hero-footer-content .btn-light {
    border: 1px solid rgba(11, 23, 36, 0.08);
}

.feature h4,
.info-card h3,
.value-card h3,
.vm-card h3,
.policy-card h3,
.download-card h4,
.support-card h3,
.leader-card h3,
.program-card h3,
.school-card h3 {
    color: var(--premium-ink) !important;
}

.feature p,
.info-card p,
.value-card p,
.vm-card p,
.policy-card p,
.download-card p,
.leader-card p,
.program-card p,
.school-card p {
    color: rgba(11, 23, 36, 0.76) !important;
}

.quick-contact-grid,
.info-grid,
.policy-grid,
.download-grid,
.stats-grid,
.values-grid {
    gap: 1.5rem;
}

.quick-card,
.info-card,
.policy-card,
.download-card {
    padding: 2rem;
}

.core-values {
    position: relative;
    overflow: hidden;
}

.core-values::before {
    content: '';
    position: absolute;
    inset: 4rem 0 auto;
    width: 100%;
    height: calc(100% - 8rem);
    background:
        radial-gradient(circle at top left, rgba(197, 141, 45, 0.12), transparent 28%),
        radial-gradient(circle at right center, rgba(20, 83, 45, 0.1), transparent 30%);
    z-index: -1;
}

.core-values .section-header {
    max-width: 860px;
    margin: 0 auto 2.4rem;
}

.core-values .values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}

.core-values .values-story-card {
    grid-column: 1 / -1;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
    gap: 1.5rem;
    align-items: end;
    padding: 2.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(244, 234, 211, 0.18), transparent 28%),
        linear-gradient(135deg, #07131d 0%, #0f2c3d 54%, #14532d 100%);
    box-shadow: var(--premium-shadow-lg);
    overflow: hidden;
}

.core-values .values-story-card::before {
    content: '';
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.core-values .values-story-copy,
.core-values .values-story-points {
    position: relative;
    z-index: 1;
}

.core-values .values-story-label {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #f7dfb3;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.core-values .values-story-card h3 {
    margin: 1rem 0 0.8rem;
    color: #fff !important;
    font-size: clamp(2.2rem, 3.5vw, 3.4rem);
    line-height: 0.95;
}

.core-values .values-story-card p {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 1rem;
    line-height: 1.85;
}

.core-values .values-story-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    align-content: flex-end;
}

.core-values .values-story-points span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.core-values .value-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.9rem;
    min-height: 260px;
    padding: 1.5rem;
    text-align: left;
    overflow: hidden;
}

.core-values .value-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--value-line, rgba(197, 141, 45, 0.9)), transparent 85%);
}

.core-values .value-card::after {
    content: '';
    position: absolute;
    top: 1.35rem;
    right: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid var(--value-border, rgba(197, 141, 45, 0.2));
    background: var(--value-plate, rgba(197, 141, 45, 0.1));
    color: var(--value-line, var(--premium-green-deep));
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.core-values .value-icon {
    display: none;
}

.core-values .value-card h3 {
    margin: 0;
    padding-top: 3.1rem;
    color: var(--premium-ink) !important;
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 0.95;
}

.core-values .value-card h3::before {
    display: block;
    margin-bottom: 0.85rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(11, 23, 36, 0.48);
    line-height: 1.4;
}

.core-values .value-card p {
    margin: 0;
    color: rgba(11, 23, 36, 0.76) !important;
    font-size: 1rem;
    line-height: 1.82;
}

.core-values .value-card:nth-child(2),
.core-values .value-card:nth-child(5),
.core-values .value-card:nth-child(8) {
    --value-line: #c58d2d;
    --value-border: rgba(197, 141, 45, 0.2);
    --value-plate: rgba(197, 141, 45, 0.12);
}

.core-values .value-card:nth-child(3),
.core-values .value-card:nth-child(7),
.core-values .value-card:nth-child(9) {
    --value-line: #14532d;
    --value-border: rgba(20, 83, 45, 0.18);
    --value-plate: rgba(20, 83, 45, 0.08);
}

.core-values .value-card:nth-child(4),
.core-values .value-card:nth-child(6) {
    --value-line: #24425f;
    --value-border: rgba(36, 66, 95, 0.16);
    --value-plate: rgba(36, 66, 95, 0.1);
}

.core-values .value-card:nth-child(2)::after { content: '01'; }
.core-values .value-card:nth-child(3)::after { content: '02'; }
.core-values .value-card:nth-child(4)::after { content: '03'; }
.core-values .value-card:nth-child(5)::after { content: '04'; }
.core-values .value-card:nth-child(6)::after { content: '05'; }
.core-values .value-card:nth-child(7)::after { content: '06'; }
.core-values .value-card:nth-child(8)::after { content: '07'; }
.core-values .value-card:nth-child(9)::after { content: '08'; }

.core-values .value-card:nth-child(2) h3::before { content: 'Academic Standard'; }
.core-values .value-card:nth-child(3) h3::before { content: 'Trusted Conduct'; }
.core-values .value-card:nth-child(4) h3::before { content: 'Community Culture'; }
.core-values .value-card:nth-child(5) h3::before { content: 'Personal Ownership'; }
.core-values .value-card:nth-child(6) h3::before { content: 'Creative Growth'; }
.core-values .value-card:nth-child(7) h3::before { content: 'Shared Purpose'; }
.core-values .value-card:nth-child(8) h3::before { content: 'Daily Discipline'; }
.core-values .value-card:nth-child(9) h3::before { content: 'Human Warmth'; }

.quick-icon,
.feature-icon,
.contact-icon,
.icon,
.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 72px;
    padding: 0.8rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(197, 141, 45, 0.16), rgba(36, 66, 95, 0.12));
    border: 1px solid rgba(197, 141, 45, 0.22);
    color: var(--premium-ink);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature,
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(11, 23, 36, 0.07);
}

.feature h4,
.contact-item h4,
.quick-card h3,
.info-card h3,
.support-card h3 {
    color: var(--premium-ink) !important;
}

.feature p,
.contact-item p,
.quick-card p,
.info-card p,
.support-card p {
    color: rgba(11, 23, 36, 0.74) !important;
}

.feature + .feature,
.contact-item + .contact-item {
    margin-top: 0.85rem;
}

.why-richwood .features-grid {
    margin-top: 1.5rem;
    gap: 1.5rem;
    align-items: stretch;
}

.why-richwood .feature-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.95rem;
    min-height: 310px;
    padding: 1.65rem;
    border-radius: 34px;
    border: 1px solid rgba(16, 34, 54, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.88) 100%);
    box-shadow: var(--premium-shadow);
    overflow: hidden;
    isolation: isolate;
}

.why-richwood .feature-card::before {
    left: 1.5rem;
    top: 0;
    width: calc(100% - 3rem);
    height: 6px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--feature-line, #14532d), transparent 88%);
}

.why-richwood .feature-card::after {
    content: '';
    position: absolute;
    right: -3.6rem;
    bottom: -4rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: var(--feature-orb, rgba(20, 83, 45, 0.08));
    z-index: 0;
}

.why-richwood .feature-card > * {
    position: relative;
    z-index: 1;
}

.why-richwood .feature-icon {
    position: relative;
    width: 92px;
    height: 92px;
    min-width: 92px;
    min-height: 92px;
    margin-bottom: 0.35rem;
    border-radius: 28px;
    border: 1px solid var(--feature-border, rgba(20, 83, 45, 0.16));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 234, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 18px 38px rgba(8, 26, 46, 0.08);
    color: transparent !important;
    font-size: 0 !important;
    letter-spacing: normal;
    text-transform: none;
    overflow: hidden;
}

.why-richwood .feature-icon::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    background: var(--feature-plate, rgba(20, 83, 45, 0.12));
}

.why-richwood .feature-icon::after {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--feature-line, #14532d);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.why-richwood .feature-card h3 {
    margin: 0;
    padding-right: 2.5rem;
    color: var(--premium-ink) !important;
    font-size: clamp(2rem, 2.45vw, 2.65rem);
    line-height: 0.98;
}

.why-richwood .feature-card h3::before {
    display: block;
    margin-bottom: 0.9rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(11, 23, 36, 0.5);
    line-height: 1.4;
}

.why-richwood .feature-card p {
    margin: 0;
    color: rgba(11, 23, 36, 0.72) !important;
    font-size: 1rem;
    line-height: 1.9;
}

.why-richwood .feature-card:nth-child(1),
.why-richwood .feature-card:nth-child(4) {
    --feature-line: #14532d;
    --feature-border: rgba(20, 83, 45, 0.16);
    --feature-plate: linear-gradient(135deg, rgba(20, 83, 45, 0.16), rgba(255, 255, 255, 0.65));
    --feature-orb: rgba(20, 83, 45, 0.08);
}

.why-richwood .feature-card:nth-child(2),
.why-richwood .feature-card:nth-child(5) {
    --feature-line: #c58d2d;
    --feature-border: rgba(197, 141, 45, 0.18);
    --feature-plate: linear-gradient(135deg, rgba(197, 141, 45, 0.2), rgba(255, 255, 255, 0.72));
    --feature-orb: rgba(197, 141, 45, 0.1);
}

.why-richwood .feature-card:nth-child(3),
.why-richwood .feature-card:nth-child(6) {
    --feature-line: #24425f;
    --feature-border: rgba(36, 66, 95, 0.16);
    --feature-plate: linear-gradient(135deg, rgba(36, 66, 95, 0.16), rgba(255, 255, 255, 0.74));
    --feature-orb: rgba(36, 66, 95, 0.08);
}

.why-richwood .feature-card:nth-child(1) .feature-icon::after { content: 'PT'; }
.why-richwood .feature-card:nth-child(2) .feature-icon::after { content: 'HG'; }
.why-richwood .feature-card:nth-child(3) .feature-icon::after { content: 'FR'; }
.why-richwood .feature-card:nth-child(4) .feature-icon::after { content: 'SC'; }
.why-richwood .feature-card:nth-child(5) .feature-icon::after { content: 'LS'; }
.why-richwood .feature-card:nth-child(6) .feature-icon::after { content: 'CL'; }

.why-richwood .feature-card:nth-child(1) h3::before { content: 'Expert Educators'; }
.why-richwood .feature-card:nth-child(2) h3::before { content: 'Whole Child Growth'; }
.why-richwood .feature-card:nth-child(3) h3::before { content: 'Digital Edge'; }
.why-richwood .feature-card:nth-child(4) h3::before { content: 'Learner Wellbeing'; }
.why-richwood .feature-card:nth-child(5) h3::before { content: 'Personal Guidance'; }
.why-richwood .feature-card:nth-child(6) h3::before { content: 'Values In Action'; }

@media (max-width: 1100px) {
    .why-richwood .feature-card {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .why-richwood .features-grid {
        gap: 1.15rem;
    }

    .why-richwood .feature-card {
        padding: 1.35rem;
        border-radius: 28px;
    }

    .why-richwood .feature-card::before {
        left: 1.2rem;
        width: calc(100% - 2.4rem);
    }

    .why-richwood .feature-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        border-radius: 24px;
    }

    .why-richwood .feature-card h3 {
        padding-right: 0;
        font-size: clamp(1.85rem, 8vw, 2.35rem);
    }
}

.why-choose .why-grid {
    gap: 1.4rem;
    align-items: stretch;
}

.why-choose .feature-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.9rem;
    min-height: 255px;
    padding: 1.45rem;
    border-radius: 34px;
    border: 1px solid rgba(16, 34, 54, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.88) 100%);
    box-shadow: var(--premium-shadow);
    overflow: hidden;
    isolation: isolate;
}

.why-choose .feature-card::before {
    left: 1.3rem;
    top: 0;
    width: calc(100% - 2.6rem);
    height: 6px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--home-feature-line, #14532d), transparent 88%);
}

.why-choose .feature-card::after {
    content: '';
    position: absolute;
    right: -3rem;
    bottom: -3.5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: var(--home-feature-orb, rgba(20, 83, 45, 0.08));
    z-index: 0;
}

.why-choose .feature-card > * {
    position: relative;
    z-index: 1;
}

.why-choose .feature-icon {
    position: relative;
    width: 88px;
    height: 88px;
    min-width: 88px;
    min-height: 88px;
    margin-bottom: 0.2rem;
    border-radius: 26px;
    border: 1px solid var(--home-feature-border, rgba(20, 83, 45, 0.16));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 234, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 16px 34px rgba(8, 26, 46, 0.07);
    color: transparent !important;
    font-size: 0 !important;
    letter-spacing: normal;
    text-transform: none;
    overflow: hidden;
}

.why-choose .feature-icon::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    background: var(--home-feature-plate, rgba(20, 83, 45, 0.1));
}

.why-choose .feature-icon::after {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--home-feature-line, #14532d);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.why-choose .feature-card h3 {
    margin: 0;
    color: var(--premium-ink) !important;
    font-size: clamp(1.9rem, 2.6vw, 2.45rem);
    line-height: 1;
}

.why-choose .feature-card h3::before {
    display: block;
    margin-bottom: 0.85rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(11, 23, 36, 0.48);
    line-height: 1.4;
}

.why-choose .feature-card p {
    margin: 0;
    color: rgba(11, 23, 36, 0.72) !important;
    font-size: 1rem;
    line-height: 1.88;
}

.why-choose .feature-card:nth-child(1),
.why-choose .feature-card:nth-child(4) {
    --home-feature-line: #14532d;
    --home-feature-border: rgba(20, 83, 45, 0.16);
    --home-feature-plate: linear-gradient(135deg, rgba(20, 83, 45, 0.16), rgba(255, 255, 255, 0.68));
    --home-feature-orb: rgba(20, 83, 45, 0.08);
}

.why-choose .feature-card:nth-child(2),
.why-choose .feature-card:nth-child(5) {
    --home-feature-line: #c58d2d;
    --home-feature-border: rgba(197, 141, 45, 0.18);
    --home-feature-plate: linear-gradient(135deg, rgba(197, 141, 45, 0.2), rgba(255, 255, 255, 0.72));
    --home-feature-orb: rgba(197, 141, 45, 0.1);
}

.why-choose .feature-card:nth-child(3),
.why-choose .feature-card:nth-child(6) {
    --home-feature-line: #24425f;
    --home-feature-border: rgba(36, 66, 95, 0.16);
    --home-feature-plate: linear-gradient(135deg, rgba(36, 66, 95, 0.16), rgba(255, 255, 255, 0.74));
    --home-feature-orb: rgba(36, 66, 95, 0.08);
}

.why-choose .feature-card:nth-child(1) .feature-icon::after { content: 'QE'; }
.why-choose .feature-card:nth-child(2) .feature-icon::after { content: 'SE'; }
.why-choose .feature-card:nth-child(3) .feature-icon::after { content: 'LC'; }
.why-choose .feature-card:nth-child(4) .feature-icon::after { content: 'HD'; }
.why-choose .feature-card:nth-child(5) .feature-icon::after { content: 'TI'; }
.why-choose .feature-card:nth-child(6) .feature-icon::after { content: 'PP'; }

.why-choose .feature-card:nth-child(1) h3::before { content: 'Experienced Faculty'; }
.why-choose .feature-card:nth-child(2) h3::before { content: 'Protected Space'; }
.why-choose .feature-card:nth-child(3) h3::before { content: 'Tailored Learning'; }
.why-choose .feature-card:nth-child(4) h3::before { content: 'Whole Child'; }
.why-choose .feature-card:nth-child(5) h3::before { content: 'Modern Tools'; }
.why-choose .feature-card:nth-child(6) h3::before { content: 'Family Partnership'; }

@media (max-width: 1100px) {
    .why-choose .feature-card {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .why-choose .why-grid {
        gap: 1.15rem;
    }

    .why-choose .feature-card {
        padding: 1.3rem;
        border-radius: 28px;
    }

    .why-choose .feature-card::before {
        left: 1.15rem;
        width: calc(100% - 2.3rem);
    }

    .why-choose .feature-icon {
        width: 78px;
        height: 78px;
        min-width: 78px;
        min-height: 78px;
        border-radius: 22px;
    }

    .why-choose .feature-card h3 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }
}

.highlight {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.9rem;
    font-weight: 600;
}

.footer {
    padding: 5rem 0 0;
    background: #081420;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.footer-grid {
    gap: 2rem;
}

.footer-column h4,
.footer-logo h3 {
    color: #fff;
}

.footer p,
.footer li,
.footer a,
.footer span {
    color: rgba(255, 255, 255, 0.68);
}

.footer-logo {
    align-items: center;
    gap: 1rem;
}

.footer-logo img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    padding: 0.45rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.footer-socials a:hover,
.footer-column ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    margin-top: 3rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(88vw, 380px);
    height: 100vh;
    padding: 1.4rem;
    background: rgba(7, 19, 29, 0.97);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.25);
    transform: translateX(110%);
    transition: transform 0.3s ease;
    z-index: 1090;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.mobile-menu-header h3 {
    color: #fff;
    font-size: 1.5rem;
}

.close-menu {
    min-height: 44px;
    padding: 0.7rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.mobile-menu ul {
    display: grid;
    gap: 0.7rem;
}

.mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
}

.mobile-menu li:nth-child(odd) a {
    color: #7ed89b;
}

.mobile-menu li:nth-child(even) a {
    color: #f2b65b;
}

.whatsapp-float {
    display: none !important;
}

.quick-action-rail {
    position: fixed;
    right: 1rem;
    top: 52%;
    display: grid;
    gap: 0.7rem;
    transform: translateY(-50%);
    z-index: 1040;
}

.quick-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(7, 19, 29, 0.88);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--premium-shadow);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quick-action-btn.primary {
    background: linear-gradient(135deg, #d7a651 0%, #c58d2d 100%);
    color: #07131d;
}

.command-toggle {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 56px;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--premium-ink);
    border: 1px solid rgba(11, 23, 36, 0.08);
    box-shadow: var(--premium-shadow);
    font-size: 0.9rem;
    font-weight: 700;
}

.command-toggle kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 32px;
    padding: 0 0.6rem;
    border-radius: 999px;
    background: var(--premium-cream);
    border: 1px solid rgba(11, 23, 36, 0.09);
    font-size: 0.72rem;
}

.command-palette[hidden] {
    display: none;
}

.command-palette {
    position: fixed;
    inset: 0;
    z-index: 1120;
}

.command-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 19, 29, 0.54);
    backdrop-filter: blur(6px);
}

.command-card {
    position: relative;
    width: min(92vw, 760px);
    margin: min(14vh, 8rem) auto 0;
    padding: 1.4rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(11, 23, 36, 0.08);
    box-shadow: var(--premium-shadow-lg);
}

.command-search {
    width: 100%;
    min-height: 62px;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(11, 23, 36, 0.08);
    background: #fff;
    font-size: 1rem;
    color: var(--premium-ink);
}

.command-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.85rem 0 1rem;
    color: rgba(11, 23, 36, 0.62);
    font-size: 0.82rem;
}

.command-list {
    display: grid;
    gap: 0.75rem;
    max-height: 52vh;
    overflow: auto;
}

.command-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(11, 23, 36, 0.08);
    color: var(--premium-ink);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.command-item:hover {
    transform: translateY(-2px);
    border-color: rgba(197, 141, 45, 0.35);
    box-shadow: 0 16px 34px rgba(8, 26, 46, 0.08);
}

.command-item strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--premium-ink);
}

.command-item span {
    color: rgba(11, 23, 36, 0.64);
    font-size: 0.84rem;
}

.command-item em {
    color: rgba(11, 23, 36, 0.48);
    font-style: normal;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.command-empty {
    padding: 1.1rem;
    border-radius: 18px;
    background: var(--premium-cream);
    color: rgba(11, 23, 36, 0.7);
    text-align: center;
}

.back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: rgba(7, 19, 29, 0.92);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.notification {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%) translateY(18px);
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(7, 19, 29, 0.92);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--premium-shadow);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1130;
}

.notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.notification.success {
    background: rgba(16, 70, 43, 0.94);
}

.notification.error {
    background: rgba(97, 26, 26, 0.95);
}

.section-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.section-visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-hero-grid,
.contact-hub-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: start;
}

.contact-hero-card,
.contact-form-panel,
.contact-support-panel {
    padding: 2rem;
}

.contact-hero-card {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.14) !important;
    box-shadow: var(--premium-shadow);
    backdrop-filter: blur(18px);
}

.contact-hero-card h3,
.contact-hero-card li span,
.contact-hero-card li strong {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-hero-card * {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-hero-card .form-panel-badge {
    color: #f7dfb3;
    background: rgba(255, 255, 255, 0.08);
}

.contact-hero-card .btn-light {
    color: var(--premium-ink) !important;
}

.contact-hero-card {
    display: grid;
    gap: 1rem;
}

.contact-hero-card ul {
    display: grid;
    gap: 0.8rem;
}

.contact-hero-card li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(11, 23, 36, 0.08);
}

.contact-hero-card strong {
    color: var(--premium-ink);
}

.contact-form-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 245, 237, 0.94) 100%);
}

.form-panel-header,
.form-shell-header {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.4rem;
}

.form-panel-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(197, 141, 45, 0.12);
    color: #805300;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-form-grid .full-width {
    grid-column: 1 / -1;
}

.contact-form-group,
.application-form .form-group {
    display: grid;
    gap: 0.55rem;
}

.contact-form-group label,
.application-form label {
    color: var(--premium-ink);
    font-size: 0.88rem;
    font-weight: 700;
}

.contact-form-group input,
.contact-form-group textarea,
.contact-form-group select,
.application-form input,
.application-form textarea,
.application-form select {
    width: 100%;
    min-height: 56px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(11, 23, 36, 0.09);
    background: #fff;
    color: var(--premium-ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-form-group textarea,
.application-form textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus,
.contact-form-group select:focus,
.application-form input:focus,
.application-form textarea:focus,
.application-form select:focus {
    outline: none;
    border-color: rgba(197, 141, 45, 0.62);
    box-shadow: 0 0 0 4px rgba(197, 141, 45, 0.14);
    transform: translateY(-1px);
}

.contact-support-panel {
    display: grid;
    gap: 1.2rem;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.support-card {
    padding: 1.7rem;
}

.support-card ul {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.support-card li {
    color: rgba(11, 23, 36, 0.74);
}

.form-inline-note {
    margin-top: 1rem;
    color: rgba(11, 23, 36, 0.62);
    font-size: 0.86rem;
    line-height: 1.7;
}

.form-inline-note a {
    color: var(--premium-green-deep);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(23, 124, 66, 0.28);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.form-inline-note a:hover {
    color: var(--premium-gold);
    border-color: rgba(224, 168, 62, 0.5);
}

.form-progress {
    display: grid;
    gap: 0.55rem;
}

.form-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.form-progress-head span,
.form-progress-head strong {
    color: var(--premium-ink);
    font-size: 0.84rem;
    font-weight: 700;
}

.form-progress-track {
    height: 10px;
    border-radius: 999px;
    background: rgba(11, 23, 36, 0.08);
    overflow: hidden;
}

.form-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d7a651 0%, #c58d2d 100%);
    transition: width 0.25s ease;
}

.form-status-message {
    min-height: 1.3rem;
    margin-top: 0.85rem;
    color: rgba(11, 23, 36, 0.62);
    font-size: 0.84rem;
}

.gallery-filter {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}

.filter-btn {
    min-height: 48px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(11, 23, 36, 0.08);
    color: rgba(11, 23, 36, 0.76);
    font-size: 0.86rem;
    font-weight: 700;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.filter-btn:hover,
.filter-btn.active {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(197, 141, 45, 0.38);
    color: var(--premium-ink);
}

.gallery-status {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(11, 23, 36, 0.08);
    color: rgba(11, 23, 36, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
}

.section-header.light h2,
.section-title.light h2 {
    color: #fff !important;
}

.section-header.light p,
.section-title.light p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-header.light .section-tag,
.section-title.light .section-tag {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #f7dfb3 !important;
}

/* Academics Page */

.academic-philosophy,
#academic-journey,
.classroom-experience,
.competencies,
.learning-environment,
.academic-cta {
    position: relative;
}

.academic-philosophy .academic-grid,
.classroom-experience .experience-grid,
.learning-environment .environment-grid {
    gap: clamp(2.25rem, 5vw, 5rem);
}

.academics-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
}

.academics-hero .hero-content {
    max-width: 660px;
}

.academics-hero .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 620px;
    margin-top: 2.5rem;
}

.academics-hero .hero-stats .stat {
    min-width: 0;
    padding: 1.15rem 1rem;
}

.academics-hero .hero-stats .stat h3 {
    font-size: clamp(1.5rem, 2.1vw, 2rem);
}

.academics-hero .hero-stats .stat span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.55;
}

.academics-hero .hero-image {
    position: relative;
    padding-top: 1rem;
}

.academics-hero .hero-image img {
    width: 100%;
    height: clamp(500px, 58vw, 720px);
    object-fit: cover;
    object-position: center;
}

.academics-hero .floating-card {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    width: min(240px, calc(100% - 2.5rem));
    max-width: 240px;
    height: auto;
    min-width: 220px;
    padding: 1.2rem 1.3rem;
    border: 1px solid rgba(11, 23, 36, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--premium-shadow-lg);
    overflow: hidden;
}

.academics-hero .floating-card h4 {
    margin-bottom: 0.35rem;
    color: var(--premium-ink);
    font-size: 1.12rem;
}

.academics-hero .floating-card p {
    margin: 0;
    color: rgba(11, 23, 36, 0.68);
    font-size: 0.95rem;
    line-height: 1.55;
}

.academics-hero .card-one {
    top: 1.25rem;
    left: 1.25rem;
    right: auto;
    bottom: auto;
}

.academics-hero .card-two {
    right: 1.25rem;
    bottom: 1.25rem;
    left: auto;
    top: auto;
}

/* About Page */

.cbe-philosophy {
    position: relative;
}

.cbe-philosophy .cbe-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: clamp(2.25rem, 5vw, 5rem);
    align-items: center;
}

.cbe-philosophy .cbe-image {
    position: relative;
    padding: 1rem 0 0 1rem;
}

.cbe-philosophy .cbe-image img {
    width: 100%;
    height: clamp(500px, 56vw, 700px);
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 34px;
    display: block;
    box-shadow: var(--premium-shadow-lg);
}

.cbe-philosophy .floating-card {
    position: absolute;
    left: 1.25rem;
    right: auto;
    bottom: 1.25rem;
    width: min(320px, calc(100% - 2.5rem));
    max-width: 320px;
    padding: 1.55rem 1.6rem;
    border-radius: 28px;
    border-left: 5px solid var(--premium-green-deep);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.96) 100%);
    box-shadow: var(--premium-shadow-lg);
    z-index: 2;
}

.cbe-philosophy .floating-card h4 {
    margin-bottom: 0.8rem;
    color: var(--premium-ink);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.cbe-philosophy .floating-card p {
    margin: 0;
    color: rgba(11, 23, 36, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.cbe-philosophy .cbe-content h3 {
    font-size: clamp(2.65rem, 4.7vw, 4.6rem);
    line-height: 1.08;
    color: var(--premium-ink);
    margin-bottom: 1.4rem;
}

.cbe-philosophy .cbe-content > p {
    color: rgba(11, 23, 36, 0.76);
    font-size: 1.02rem;
    line-height: 1.9;
}

.cbe-philosophy .competencies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.25rem;
}

.cbe-philosophy .competency-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%);
    border: 1px solid var(--premium-line);
    border-radius: 28px;
    padding: 1.8rem 1.55rem;
    box-shadow: var(--premium-shadow);
    backdrop-filter: blur(18px);
}

.cbe-philosophy .competency-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--premium-shadow-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(238, 247, 242, 0.95) 100%);
}

.cbe-philosophy .competency-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #2f8a3c 0%, #46a648 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 18px 36px rgba(47, 138, 60, 0.18);
}

.cbe-philosophy .competency-card h4 {
    margin-bottom: 0.7rem;
    color: var(--premium-ink) !important;
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
    line-height: 1.1;
}

.cbe-philosophy .competency-card p {
    color: rgba(11, 23, 36, 0.6) !important;
    font-size: 0.98rem;
    line-height: 1.75;
}

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

.academic-philosophy .academic-image,
.learning-environment .environment-gallery {
    padding: 1rem 0 0 1rem;
}

.academic-philosophy .academic-image img {
    width: 100%;
    height: clamp(470px, 54vw, 640px);
    min-height: 470px;
    object-fit: cover;
    object-position: center;
    border-radius: 34px;
}

.academic-philosophy .experience-card {
    display: block;
    left: 1.25rem;
    right: auto;
    bottom: 1.25rem;
    width: min(360px, calc(100% - 2.5rem));
    padding: 1.8rem;
    border-top: 0;
    border-left: 5px solid var(--premium-green-deep);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.96) 100%);
    box-shadow: var(--premium-shadow-lg);
    z-index: 2;
}

.academic-philosophy .experience-card span,
.learning-environment .growth-card span {
    color: var(--premium-green-deep);
}

.academic-philosophy .experience-card h3 {
    margin: 0.8rem 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    color: var(--premium-ink);
}

.academic-philosophy .experience-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(11, 23, 36, 0.74);
}

.academic-philosophy .academic-content h2,
.classroom-experience .experience-content h2,
.learning-environment .environment-content h2,
.academic-cta .cta-content h2,
.competencies .section-header h2 {
    font-size: clamp(2.7rem, 4.8vw, 4.8rem);
    line-height: 1.08;
}

.academic-philosophy .academic-content p,
.classroom-experience .experience-content p,
.learning-environment .environment-content p {
    font-size: 1.02rem;
    line-height: 1.9;
    color: rgba(11, 23, 36, 0.76);
}

.academic-philosophy .philosophy-features,
.learning-environment .environment-features {
    gap: 1rem;
}

.academic-philosophy .feature-item,
.learning-environment .env-item,
.classroom-experience .experience-item {
    border: 1px solid var(--premium-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.9) 100%);
    box-shadow: var(--premium-shadow);
}

.academic-philosophy .feature-item:hover,
.learning-environment .env-item:hover,
.classroom-experience .experience-item:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 83, 45, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 247, 242, 0.95) 100%);
}

#academic-journey {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(247, 243, 234, 0.96) 100%);
}

#academic-journey .journey-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem;
    margin-top: 3.75rem;
}

#academic-journey .journey-timeline {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    padding-left: 0 !important;
    margin: 0;
    max-width: none;
}

#academic-journey .journey-timeline::before,
#academic-journey .timeline-dot {
    display: none !important;
    content: none;
}

#academic-journey .journey-item {
    margin: 0;
}

#academic-journey .journey-card {
    position: relative;
    overflow: hidden;
    max-width: min(780px, 100%);
    min-height: 100%;
    margin: 0 auto;
    padding: clamp(1.9rem, 4vw, 2.75rem);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1.1rem 1rem;
    border: 1px solid rgba(11, 23, 36, 0.08);
    background:
        radial-gradient(circle at top right, rgba(214, 165, 76, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 243, 234, 0.96) 100%);
    box-shadow: 0 30px 72px rgba(15, 23, 42, 0.12);
    text-align: left;
}

#academic-journey .journey-card-top {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

#academic-journey .journey-stage-meta {
    display: grid;
    justify-items: end;
    gap: 0.7rem;
}

#academic-journey .journey-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--premium-green-deep) 0%, var(--premium-gold) 100%);
}

#academic-journey .journey-card::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -65px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 72%);
    opacity: 0.82;
}

#academic-journey .journey-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 86px rgba(15, 23, 42, 0.15);
}

#academic-journey .journey-number {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    margin: 0;
    border-radius: 999px;
    border: 1px solid rgba(20, 83, 45, 0.14);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    color: var(--premium-green-deep);
    font-size: 1.68rem;
    font-weight: 800;
}

#academic-journey .journey-icon {
    position: relative;
    z-index: 1;
    justify-self: end;
    align-self: center;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin: 0;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(197, 141, 45, 0.22);
    background: rgba(197, 141, 45, 0.12);
    color: #a36b14;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

#academic-journey .journey-age {
    color: rgba(11, 23, 36, 0.64);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#academic-journey .journey-card h3 {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    margin: 0.15rem 0 0;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 0.96;
    color: var(--premium-ink) !important;
}

#academic-journey #journeySubtitle {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(11, 23, 36, 0.74) !important;
    font-size: 1.06rem !important;
    font-weight: 600;
    line-height: 1.75;
    max-width: 36ch;
}

#academic-journey .journey-description {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 58ch;
    color: rgba(11, 23, 36, 0.78);
    font-size: 1rem;
    line-height: 1.9;
}

#academic-journey .journey-list-head {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.35rem;
}

#academic-journey .journey-list-head::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(20, 83, 45, 0.18) 0%, rgba(20, 83, 45, 0) 100%);
}

#academic-journey .journey-list-head span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.08);
    color: var(--premium-green-deep);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#academic-journey #journeyList {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
    width: 100%;
    margin-top: 0.55rem;
    list-style: none;
    padding: 0;
}

#academic-journey #journeyList li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.85rem;
    padding: 0.98rem 1.05rem;
    border: 1px solid rgba(16, 34, 54, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(8, 26, 46, 0.05);
    color: var(--premium-ink);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

#academic-journey #journeyList li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--premium-green-deep) 0%, #2f8f4e 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

#academic-journey #journeyList li::before {
    content: '\2713';
}

#academic-journey .journey-image {
    position: relative;
    top: auto;
    max-width: 940px;
    margin: 0 auto;
}

#academic-journey .journey-image img {
    width: 100%;
    height: clamp(380px, 44vw, 540px);
    object-fit: cover;
}

#academic-journey .journey-badge {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    border-left: 0;
    border-top: 4px solid var(--premium-gold);
}

#student-life-journey {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 243, 234, 0.98) 100%);
}

#student-life-journey .journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: clamp(2.25rem, 5vw, 5rem);
    align-items: center;
    margin-top: 3.75rem;
}

#student-life-journey .journey-image {
    position: relative;
    top: auto;
    padding: 1rem 0 0 1rem;
}

#student-life-journey .journey-image img {
    display: block;
    width: 100%;
    height: clamp(500px, 56vw, 700px);
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 34px;
    box-shadow: var(--premium-shadow-lg);
}

#student-life-journey .journey-badge {
    position: absolute;
    left: 1.25rem;
    right: auto;
    bottom: 1.25rem;
    width: min(300px, calc(100% - 2.5rem));
    padding: 1.45rem 1.55rem;
    border-radius: 28px;
    border-top: 4px solid var(--premium-gold);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.96) 100%);
    box-shadow: var(--premium-shadow-lg);
    text-align: left;
}

#student-life-journey .journey-badge span {
    color: var(--premium-ink);
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.4;
}

#student-life-journey .journey-content {
    max-width: none;
    margin: 0;
    text-align: left;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

#student-life-journey .journey-content h2 {
    margin: 1rem 0 1.4rem;
    font-size: clamp(2.7rem, 4.8vw, 4.8rem);
    line-height: 1.08;
    color: var(--premium-ink);
}

#student-life-journey .journey-content > p {
    margin-bottom: 1rem;
    color: rgba(11, 23, 36, 0.76);
    font-size: 1.02rem;
    line-height: 1.9;
}

#student-life-journey .journey-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2.2rem;
}

#student-life-journey .journey-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 1.4rem 1.3rem;
    border-radius: 26px;
    border: 1px solid var(--premium-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%);
    box-shadow: var(--premium-shadow);
}

#student-life-journey .journey-item:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 83, 45, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(238, 247, 242, 0.95) 100%);
    box-shadow: var(--premium-shadow-lg);
}

#student-life-journey .journey-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    margin: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #2f8a3c 0%, #46a648 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 0 18px 36px rgba(47, 138, 60, 0.18);
}

#student-life-journey .journey-item h4 {
    margin-bottom: 0.6rem;
    color: var(--premium-ink);
    font-size: 1.18rem;
    line-height: 1.35;
}

#student-life-journey .journey-item p {
    margin: 0;
    color: rgba(11, 23, 36, 0.66) !important;
    font-size: 0.96rem !important;
    font-weight: 500;
    line-height: 1.75;
}

.classroom-experience .experience-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.classroom-experience .experience-gallery {
    height: auto;
    min-height: 580px;
}

.classroom-experience .gallery-main img,
.learning-environment .gallery-large img,
.learning-environment .gallery-bottom img {
    display: block;
}

.classroom-experience .gallery-main img {
    min-height: 580px;
}

.competencies {
    background: linear-gradient(135deg, #0d2233 0%, #173851 48%, #224d69 100%);
}

.competencies::before {
    width: 560px;
    height: 560px;
    left: -160px;
    top: -160px;
    background: rgba(255, 255, 255, 0.05);
}

.competencies .section-header {
    max-width: 920px;
    margin: 0 auto 3rem;
    text-align: center;
}

.competencies .section-header h2 {
    color: #fff !important;
}

.competencies .section-header p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.competencies .section-header .section-tag {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #f7dfb3 !important;
}

.competencies .competency-wrapper {
    height: auto;
    max-width: 1120px;
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}

.competencies .learner-core {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competencies .core-circle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(100%, 320px);
    height: 320px;
    margin: auto;
    border: 10px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.competencies .core-circle h3 {
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    text-align: center;
}

.competencies .core-circle span {
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.competencies .skill {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: auto;
    height: auto;
    min-height: 176px;
    padding: 1.6rem 1.25rem;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 1;
    gap: 0.65rem;
}

.competencies .skill span {
    margin-top: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--premium-ink);
}

.competencies .skill:hover {
    transform: translateY(-6px) scale(1.01);
}

.competencies .skill-one {
    grid-column: 2;
    grid-row: 1;
}

.competencies .skill-two {
    grid-column: 3;
    grid-row: 1;
}

.competencies .skill-three {
    grid-column: 3;
    grid-row: 2;
}

.competencies .skill-four {
    grid-column: 3;
    grid-row: 3;
}

.competencies .skill-five {
    grid-column: 2;
    grid-row: 3;
}

.competencies .skill-six {
    grid-column: 1;
    grid-row: 2;
}

.competencies .skill-seven {
    grid-column: 1;
    grid-row: 1;
}

.competencies .skill-eight {
    grid-column: 1;
    grid-row: 3;
}

.competencies .competency-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.competencies .competency-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.competencies .competency-card h3 {
    color: #fff;
    font-size: 2.1rem;
}

.competencies .competency-card p {
    color: rgba(255, 255, 255, 0.8);
}

.learning-environment .environment-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
}

.learning-environment .gallery-large img {
    height: clamp(340px, 35vw, 430px);
}

.learning-environment .gallery-bottom img {
    height: clamp(170px, 18vw, 220px);
}

.learning-environment .growth-card {
    left: 1.25rem;
    top: 1.25rem;
    width: min(320px, calc(100% - 2.5rem));
    border-left: 0;
    border-top: 4px solid var(--premium-green-deep);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 243, 234, 0.96) 100%);
    box-shadow: var(--premium-shadow-lg);
}

.learning-environment .growth-card h3 {
    color: var(--premium-ink);
}

.academic-cta {
    width: min(94%, 1340px);
    margin: 0 auto 2rem;
    border-radius: 40px;
    background:
        linear-gradient(rgba(7, 19, 29, 0.8), rgba(7, 19, 29, 0.72)),
        url("../assets/images/gallery/gallery-6.jpg") center/cover !important;
    box-shadow: var(--premium-shadow-lg);
}

.academic-cta .cta-content {
    max-width: 880px;
}

.academic-cta .cta-content span {
    color: #f7dfb3;
}

.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(7, 19, 29, 0.92);
    z-index: 1140;
}

.lightbox.active {
    display: flex;
}

.lightbox-image {
    max-width: min(92vw, 1100px);
    max-height: 80vh;
    border-radius: 26px;
    box-shadow: var(--premium-shadow-lg);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.lightbox-close {
    top: 1.5rem;
    right: 1.5rem;
}

.lightbox-prev {
    left: 1.5rem;
}

.lightbox-next {
    right: 1.5rem;
}

@media (max-width: 1100px) {
    .cbe-philosophy .cbe-wrapper,
    .academics-grid,
    .academic-philosophy .academic-grid,
    .classroom-experience .experience-grid,
    .learning-environment .environment-grid {
        grid-template-columns: 1fr;
    }

    .academics-hero .hero-stats {
        max-width: none;
    }

    #academic-journey .journey-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .competencies .competency-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .competencies .learner-core {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .competencies .skill-one,
    .competencies .skill-two,
    .competencies .skill-three,
    .competencies .skill-four,
    .competencies .skill-five,
    .competencies .skill-six,
    .competencies .skill-seven,
    .competencies .skill-eight {
        grid-column: auto;
        grid-row: auto;
    }

    .competencies .competency-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-hero-grid,
    .contact-hub-grid,
    .admissions-hero-grid,
    .about-hero-grid,
    .learning-journey-grid,
    .quick-contact-grid,
    .application-layout {
        grid-template-columns: 1fr;
    }

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

    #student-life-journey .journey-grid {
        grid-template-columns: 1fr;
    }

    .tuition-section .tuition-grid,
    .fee-notes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tuition-section .payment-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .tuition-section .payment-methods {
        justify-content: flex-start;
    }

    .transport-shell {
        grid-template-columns: 1fr;
    }

    .transport-photo-card {
        min-height: 420px;
    }

    .transport-content {
        padding: 0;
    }

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

    .core-values .values-story-card {
        grid-template-columns: 1fr;
    }

    .core-values .values-story-points {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 132px;
    }

    .nav-menu {
        display: none;
    }

    .nav-actions .btn {
        display: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
    }

    .site-banner {
        top: 0;
    }

    .banner-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 0 0 22px 22px;
    }

    .banner-actions {
        justify-content: flex-start;
    }

    .banner-socials {
        order: -1;
    }

    .header {
        padding-top: 0;
    }

    .navbar {
        grid-template-columns: auto auto;
        min-height: 68px;
        padding: 0.65rem 0.75rem;
        border-radius: 0 0 22px 22px;
    }

    .logo {
        width: 62px;
        min-width: 62px;
    }

    .logo img {
        width: 52px;
        height: 52px;
    }

    .quick-action-rail {
        top: auto;
        right: 50%;
        bottom: 5.5rem;
        transform: translateX(50%);
        grid-auto-flow: column;
    }

    .command-toggle {
        bottom: 5.7rem;
    }

    .back-to-top {
        bottom: 10.5rem;
    }
}

@media (max-width: 768px) {
    .cbe-philosophy .cbe-image {
        padding: 0;
    }

    .cbe-philosophy .cbe-image img {
        min-height: 380px;
    }

    .cbe-philosophy .floating-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        margin-top: 1rem;
    }

    .cbe-philosophy .competencies-grid {
        grid-template-columns: 1fr;
    }

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

    .academics-hero .hero-image {
        padding-top: 0;
    }

    .academic-philosophy .academic-image,
    .learning-environment .environment-gallery {
        padding: 0;
    }

    .academic-philosophy .experience-card,
    .learning-environment .growth-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
    }

    #academic-journey .journey-timeline,
    .competencies .competency-wrapper,
    .competencies .competency-cards {
        grid-template-columns: 1fr;
    }

    #academic-journey .journey-card {
        grid-template-columns: 1fr;
        padding: 1.75rem 1.35rem;
    }

    #academic-journey .journey-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    #academic-journey .journey-stage-meta {
        justify-items: start;
    }

    #academic-journey .journey-icon {
        justify-self: flex-start;
    }

    #student-life-journey .journey-image {
        padding: 0;
    }

    #student-life-journey .journey-image img {
        min-height: 380px;
    }

    #student-life-journey .journey-badge {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
    }

    #student-life-journey .journey-list {
        grid-template-columns: 1fr;
    }

    .competencies .core-circle {
        width: min(100%, 280px);
        height: 280px;
    }

    .competencies .skill {
        min-height: 0;
        padding: 1.35rem 1rem;
    }

    .academic-cta {
        width: 100%;
        border-radius: 28px;
        margin-bottom: 0;
    }

    .transport-shell {
        padding: 1rem;
        border-radius: 28px;
    }

    .transport-photo-card {
        min-height: 340px;
        border-radius: 24px;
    }

    .transport-photo-note {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .transport-pills {
        gap: 0.6rem;
    }

    .transport-highlights {
        grid-template-columns: 1fr;
    }

    .transport-actions {
        flex-direction: column;
    }

    .transport-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .core-values .values-grid {
        grid-template-columns: 1fr;
    }

    .core-values .values-story-card {
        padding: 1.45rem;
        border-radius: 28px;
    }

    .core-values .value-card {
        min-height: 0;
        padding: 1.35rem;
    }

    .core-values .value-card::after {
        top: 1.15rem;
        right: 1.15rem;
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .core-values .value-card h3 {
        padding-top: 2.75rem;
    }

    section {
        padding: 76px 0;
    }

    .hero,
    .about-hero,
    .academics-hero,
    .admissions-hero,
    .student-life-hero,
    .contact-hero {
        padding-top: 12.35rem;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .banner-inner,
    .hero-buttons,
    .cta-buttons,
    .footer-bottom-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stats,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .tuition-section .tuition-grid,
    .fee-notes-grid {
        grid-template-columns: 1fr;
    }

    .tuition-section .payment-box {
        padding: 1.7rem;
    }

    .tuition-section .payment-methods {
        width: 100%;
    }

    .tuition-section .method {
        width: 100%;
        min-height: 0;
    }

    .quick-action-rail {
        width: calc(100% - 1.5rem);
        bottom: 1rem;
        gap: 0.55rem;
    }

    .quick-action-btn {
        min-width: 0;
        width: 100%;
    }

    .command-toggle {
        left: 50%;
        bottom: 5.9rem;
        transform: translateX(-50%);
        width: calc(100% - 1.5rem);
        justify-content: center;
    }

    .back-to-top {
        right: 50%;
        bottom: 10.5rem;
        transform: translateX(50%);
    }

    .command-card {
        margin-top: 10vh;
        padding: 1rem;
    }

.lightbox-prev,
.lightbox-next {
    bottom: 1rem;
    top: auto;
}
}

/* Final section overrides */

.testimonials .section-tag {
    background: rgba(39, 108, 62, 0.3) !important;
    border-color: rgba(126, 220, 142, 0.24) !important;
    color: #8fe2a0 !important;
}

.testimonials .section-header h2 {
    background: none !important;
    color: #f4f8fb !important;
    -webkit-text-fill-color: initial !important;
}

.testimonials .section-header p,
.testimonials .section-description {
    color: rgba(234, 242, 248, 0.82) !important;
}

.admissions-hero {
    padding-top: clamp(12rem, 17vw, 14.2rem) !important;
    padding-bottom: clamp(5.3rem, 8vw, 7rem) !important;
    background:
        linear-gradient(135deg, #071625 0%, #0d2437 56%, #14344e 100%) !important;
}

.admissions-hero::before {
    top: -160px !important;
    right: -120px !important;
    width: 460px !important;
    height: 460px !important;
    background: rgba(197, 141, 45, 0.08) !important;
}

/* Junior school coming soon card */

.coming-soon-card {
    position: relative;
}

.coming-soon-card .pathway-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 19, 29, 0.1) 0%, rgba(7, 19, 29, 0.38) 100%);
    pointer-events: none;
}

.coming-soon-card .pathway-image span {
    background: linear-gradient(135deg, #c58d2d 0%, #a87720 100%);
    box-shadow: 0 14px 28px rgba(197, 141, 45, 0.2);
}

.coming-soon-card .pathway-content {
    position: relative;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(20, 83, 45, 0.1);
    border: 1px solid rgba(20, 83, 45, 0.16);
    color: #14532d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.coming-soon-card .pathway-content h3 {
    color: #0b1724;
}

.coming-soon-card .pathway-content ul li:first-child {
    background: rgba(197, 141, 45, 0.14);
    color: #8a6115;
}

/* Admissions hero premium polish */

.admissions-hero {
    padding-top: clamp(12.8rem, 15vw, 15rem) !important;
    padding-bottom: clamp(5.8rem, 8vw, 7.4rem) !important;
    background:
        radial-gradient(circle at top left, rgba(197, 141, 45, 0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(20, 83, 45, 0.12), transparent 30%),
        linear-gradient(135deg, #071625 0%, #0a2133 54%, #123650 100%) !important;
}

.admissions-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr) !important;
    gap: clamp(2.5rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
}

.admissions-hero .hero-content {
    display: grid;
    align-content: center;
    gap: 1.35rem;
    padding-top: clamp(0.4rem, 1.4vw, 1.2rem);
}

.admissions-hero .hero-content h1 {
    max-width: 11ch !important;
    margin: 0 !important;
    font-size: clamp(2.9rem, 4.6vw, 4.6rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.035em !important;
    text-wrap: balance;
}

.admissions-hero .hero-description {
    max-width: 54ch !important;
    margin: 0 0 0.25rem !important;
    font-size: 1.04rem !important;
    line-height: 1.85 !important;
}

.admissions-hero .hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    margin: 0 !important;
}

.admissions-hero .feature {
    position: relative;
    display: grid;
    align-content: start;
    gap: 1rem;
    min-height: 220px;
    padding: 1.35rem !important;
    overflow: hidden;
    border-radius: 30px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.07) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 22px 40px rgba(3, 14, 24, 0.22) !important;
}

.admissions-hero .feature::after {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #c58d2d 0%, #56bf74 100%);
}

.admissions-hero .feature-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    padding: 0 !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(197, 141, 45, 0.24), rgba(20, 83, 45, 0.28)) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 14px 28px rgba(4, 15, 28, 0.18) !important;
}

.admissions-hero .feature-icon::before {
    font-size: 0.8rem !important;
    color: #f7dfb3 !important;
}

.admissions-hero .feature h4 {
    color: #f6f8fb !important;
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
}

.admissions-hero .feature p {
    color: rgba(229, 236, 242, 0.78) !important;
    font-size: 0.95rem !important;
    line-height: 1.72 !important;
}

.admissions-hero .hero-buttons {
    margin: 0.2rem 0 0 !important;
}

.admissions-hero-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.9rem !important;
    margin-top: 0.2rem;
}

.admissions-hero-summary .summary-item {
    padding: 1rem 1rem 1.05rem 1.05rem !important;
    border-top: 3px solid rgba(197, 141, 45, 0.95);
    background: rgba(7, 19, 29, 0.34) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

.admissions-hero-summary strong {
    color: #ffffff !important;
}

.admissions-hero-summary span {
    color: rgba(232, 239, 245, 0.76) !important;
}

.admissions-hero .hero-image {
    display: grid;
    align-content: start;
    gap: 1.1rem;
}

.admissions-hero-media {
    border-radius: 40px !important;
    box-shadow: 0 34px 74px rgba(4, 15, 28, 0.28) !important;
}

.admissions-hero .hero-image img {
    min-height: 660px !important;
    border-radius: 40px !important;
    filter: saturate(1.04) contrast(1.02);
}

.admissions-hero-note {
    left: 1.5rem !important;
    right: auto !important;
    bottom: 1.5rem !important;
    max-width: 350px;
    background: linear-gradient(135deg, rgba(7, 19, 29, 0.84), rgba(17, 44, 63, 0.74)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 20px 46px rgba(4, 15, 28, 0.3) !important;
}

.admissions-note-label,
.admissions-aside-label {
    background: rgba(197, 141, 45, 0.16) !important;
    border: 1px solid rgba(197, 141, 45, 0.24);
    color: #f6dfab !important;
}

.admissions-hero-note strong {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
}

.admissions-hero-aside {
    position: static !important;
    max-width: none !important;
    padding: 1.05rem 1.2rem !important;
    background: linear-gradient(180deg, rgba(10, 28, 43, 0.8) 0%, rgba(14, 33, 48, 0.78) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 18px 40px rgba(4, 15, 28, 0.2) !important;
    backdrop-filter: blur(18px) !important;
}

.admissions-hero-aside p {
    margin: 0.65rem 0 0 !important;
    color: rgba(231, 237, 242, 0.8) !important;
    font-size: 0.95rem !important;
}

@media (max-width: 1100px) {
    .admissions-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .admissions-hero .hero-image {
        order: -1;
    }

    .admissions-hero .hero-image img {
        min-height: 500px !important;
    }
}

@media (max-width: 768px) {
    .admissions-hero .hero-content h1 {
        max-width: 12ch !important;
        font-size: clamp(2.4rem, 9vw, 3.3rem) !important;
    }

    .admissions-hero .hero-features,
    .admissions-hero-summary {
        grid-template-columns: 1fr !important;
    }

    .admissions-hero .hero-image img {
        min-height: 360px !important;
    }

    .admissions-hero-note {
        position: static !important;
        max-width: none;
        margin: 1rem;
    }
}
