/* ===================================
   谢菲尔德大学国际学院 - 留学英国
   1:1 Exact Pixel-Perfect Replica
   Based on https://usic.sheffield.ac.uk/zh
   =================================== */

:root {
    --bs-primary: #0b4aa2;
    --bs-primary-dark: #083b82;
    --bs-primary-darker: #062c60;
    --bs-secondary: #0b4aa2;
    --color-purple-btn: #0b4aa2;
    --bs-tertiary: #E7E9EA;
    --bs-white: #fff;
    --bs-body-color: #2B353E;
    --bs-body-bg: #fff;
    --font-body: 'Source Sans Pro', sans-serif;
    --font-heading: 'source-serif-pro', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
    --container-max: 1320px;
    --carousel-max: 1560px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    -webkit-font-smoothing: antialiased;
}

a { color: var(--bs-primary); text-decoration: none; }
a:hover { color: var(--bs-primary-dark); text-decoration: underline; }

img { max-width: 100%; height: auto; vertical-align: middle; }

ul { list-style: none; }

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 10px;
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16.208px;
    line-height: 1.5;
    padding: 4px 13px;
    border-radius: 0;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
}
.btn:hover { text-decoration: none; }

.btn-primary {
    background-color: var(--bs-primary-dark);
    color: var(--bs-white);
}
.btn-primary:hover { background-color: var(--bs-primary-darker); color: var(--bs-white); }

.btn-secondary {
    background-color: var(--color-purple-btn);
    color: var(--bs-white);
}
.btn-secondary:hover { background-color: var(--bs-primary-dark); color: var(--bs-white); }

.btn .fa-arrow-right { font-size: 0.75em; margin-left: 4px; }

/* ========== HEADER ========== */
.site-header {
    position: relative;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.site-header--hnu .header-top,
.site-header--hnu .header-bottom {
    display: none;
}

.site-header--hnu .header-bar {
    background: #0b4aa2;
    border-bottom: 0;
}

.site-header--hnu .header-bar-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 56px;
}

.site-header--hnu .header-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    min-width: 260px;
}

.site-header--hnu .header-brand-logo {
    height: 40px;
    width: auto;
    max-width: 340px;
    display: block;
    object-fit: contain;
}

.site-header--hnu .header-brand-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0.2px;
}

.site-header--hnu .nav-wrapper {
    height: auto;
    width: 100%;
}

.site-header--hnu .nav-collapse {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.site-header--hnu .nav-collapse::-webkit-scrollbar { display: none; }

.site-header--hnu .nav-menu {
    gap: 0;
}

.site-header--hnu .nav-link {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 700;
    padding: 18px 12px;
}

.site-header--hnu .nav-item:first-child > .nav-link {
    padding-left: 12px;
}

.site-header--hnu .nav-link:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.12);
}

.site-header--hnu .nav-link .fa-chevron-down {
    color: rgba(255,255,255,0.9);
}

.site-header--hnu .nav-item .dropdown-menu {
    border-radius: 8px;
}

.site-header--hnu .dropdown-menu .nav-link {
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
}

.site-header--hnu .dropdown-menu .nav-link:hover {
    background: #f5f7ff;
    color: #0b4aa2;
}

.site-header--hnu .mobile-toggle .icon-bar {
    background: rgba(255,255,255,0.92);
}

.site-header--hnu .nav-search {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    margin-left: 6px;
    flex: 0 0 auto;
}

.site-header--hnu .nav-search:hover {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}


.header-top { padding: 0; }

.header-top-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
    height: 103px;
}

.site-logo .logo-img {
    height: auto;
    width: 340px;
    max-width: 100%;
    display: block;
}

.language-selector {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.lang-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-family: var(--font-body);
    font-size: 12.608px;
    font-weight: 400;
    cursor: pointer;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.5;
}
.lang-btn:hover { color: var(--bs-primary-dark); }
.lang-btn .fa-chevron-down { font-size: 10px; }

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--bs-white);
    border: 1px solid rgba(0,0,0,0.176);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 120px;
    list-style: none;
    padding: 4px 0;
    margin-top: 4px;
    z-index: 1050;
}
.lang-dropdown.show { display: block; }

.lang-dropdown li { display: block; }
.lang-dropdown a {
    display: block;
    padding: 8px 16px;
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: 400;
}
.lang-dropdown a:hover { background: #f5f5f5; text-decoration: none; color: var(--bs-body-color); }

/* ========== NAVIGATION ========== */
.header-bottom {
    padding: 0;
    background: var(--bs-white);
    border-bottom: 3px solid var(--bs-tertiary);
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: normal;
    height: 58px;
}

.nav-collapse { flex: 1; }

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

.nav-item { position: relative; }

/* Nav links: display block per Bootstrap, text and icon inline */
.nav-link {
    display: block;
    padding: 14px 15px 13px;
    color: var(--bs-body-color);
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.15s ease-in-out;
    text-decoration: none;
    line-height: 1.5;
}
.nav-item:first-child > .nav-link { padding-left: 0; }
.nav-link:hover { color: var(--bs-primary); text-decoration: none; }
.nav-link .fa-chevron-down { font-size: 10px; margin-left: 4px; }

/* Dropdown */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bs-white);
    border: 1px solid rgba(0,0,0,0.176);
    border-radius: 0.375rem;
    min-width: 220px;
    list-style: none;
    padding: 8px 0;
    z-index: 100;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.nav-item:hover > .dropdown-menu { display: block; }

.dropdown-menu li { display: block; }
.dropdown-menu .nav-link {
    display: block;
    padding: 10px 15px;
    font-size: 16.208px;
    font-weight: 400;
    white-space: nowrap;
}
.dropdown-menu .nav-link:hover { background: #f5f5f5; color: var(--bs-primary); text-decoration: none; }

/* Nav CTA Buttons */
.nav-cta {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
}
.nav-cta .btn { font-size: 16.208px; font-weight: 700; padding: 4px 13px; }

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
.mobile-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--bs-body-color);
    border-radius: 2px;
}

/* ========== CAROUSEL ========== */
.hero-carousel {
    position: static;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: var(--carousel-max);
    margin: 0 auto;
    padding: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.carousel-item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
}
.carousel-item.active { display: block; }

.carousel-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.carousel-text-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 80px;
    z-index: 2;
    pointer-events: none;
}

.carousel-text-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.35) 38%, rgba(0,0,0,0) 72%);
}

.carousel-text {
    position: relative;
    z-index: 1;
    max-width: 820px;
    color: var(--bs-white);
}

.carousel-text-main {
    font-family: var(--font-heading);
    font-size: 54px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    text-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

.carousel-text-sub {
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.12;
    margin-top: 10px;
    padding-left: 2em;
    text-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

/* Caption: positioned at bottom-left of carousel item */
.carousel-caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 80px;
    right: 0;
    z-index: 2;
    padding: 10px 20px 14px;
}

.carousel-caption {
    text-align: left;
    color: var(--bs-white);
    max-width: 800px;
}

.carousel-caption-title {
    font-size: 63.008px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 18px;
    color: var(--bs-white);
    padding: 0;
}

.carousel-caption-desc {
    font-size: 27.008px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 18px;
    color: var(--bs-white);
    padding: 0;
}
.carousel-caption-lg { max-width: 700px; }

.carousel-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
    border: 2px solid var(--bs-white);
    color: var(--bs-white);
    background: transparent;
    text-decoration: none;
    margin: 0;
    transition: all 0.15s ease-in-out;
}
.carousel-btn:hover { background: var(--bs-white); color: var(--bs-body-color); text-decoration: none; }

/* Circular arrow buttons */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: var(--bs-tertiary);
    border: none;
    color: var(--bs-body-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease-in-out;
    padding: 0;
}
.carousel-control:hover { background: #d0d2d3; }
.carousel-control.prev { left: 40px; }
.carousel-control.next { right: 40px; }

/* Square indicator dots */
.carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.indicator {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: var(--bs-tertiary);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: block;
    padding: 0;
    margin: 0 8px;
}
.indicator.active { background: #0b4aa2; }

/* ========== INTRO SECTION ========== */
.intro-section {
    padding: 30px 0 50px;
    background: var(--bs-white);
}

.intro-content {
    padding: 0 10px;
    margin: 0;
}

.intro-content h1 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--bs-body-color);
    text-align: center;
    margin: 0 0 8px;
    line-height: 43.2px;
}

.intro-content p {
    font-size: 21.6px;
    font-weight: 300;
    line-height: 36px;
    color: var(--bs-body-color);
    text-align: center;
    margin: 0;
    padding: 0;
}

.intro-content a {
    color: var(--bs-primary);
    font-weight: 600;
}
.intro-content a:hover { color: var(--bs-primary-dark); }

.hnu-intro-strip {
    background: transparent;
    padding: 0 0 54px;
    margin-top: -120px;
    position: relative;
    z-index: 6;
}

.hnu-intro-card {
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18), 0 0 60px rgba(255,255,255,0.65);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hnu-intro-card::before {
    content: "";
    display: none;
}

.hnu-intro-left {
    flex: 1 1 55%;
    padding: 28px 32px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.hnu-intro-title {
    margin: 0 0 10px;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 900;
    color: #0b4aa2;
    line-height: 1.2;
}

.hnu-intro-desc {
    margin: 0 0 16px;
    font-size: 19px;
    line-height: 1.85;
    color: rgba(0,0,0,0.72);
    text-align: justify;
    text-justify: inter-ideograph;
}

.hnu-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(11,74,162,0.25);
    color: #0b4aa2;
    font-weight: 800;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
}

.hnu-intro-btn:hover {
    background: rgba(11,74,162,0.08);
    color: #0b4aa2;
    text-decoration: none;
}

.hnu-intro-right {
    flex: 1 1 45%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

.hnu-kpi {
    padding: 22px 16px;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.hnu-kpi:first-child {
    border-left: none;
}

.hnu-kpi-icon {
    color: #0b4aa2;
    font-size: 22px;
    margin-bottom: 10px;
}

.hnu-kpi-value {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 900;
    color: #0b4aa2;
    line-height: 1;
    margin-bottom: 8px;
}

.hnu-kpi-label {
    font-size: 12px;
    font-weight: 800;
    color: rgba(0,0,0,0.6);
}

/* ========== STATS SECTION ========== */
.stats-section {
    padding: 0 0 50px 0;
    background: var(--bs-white);
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.stat-card {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: start;
    padding: 0 10px;
}

.stat-icon {
    font-size: 72px;
    color: var(--bs-primary);
    margin: 0 0 25.2px;
    text-align: center;
    line-height: 1;
}
.stat-icon i { font-size: inherit; }

.stat-body h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 10px;
    line-height: 30.24px;
    text-align: center;
}

.stat-body p {
    font-size: 18px;
    color: var(--bs-body-color);
    line-height: 27px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.hnu-pictures-section {
    padding: 18px 0 30px;
}

.hnu-pictures-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px;
}

.hnu-pictures-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.hnu-pictures-tag {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: #2d6fb9;
    white-space: nowrap;
    position: relative;
    padding-left: 44px;
    line-height: 1;
}

.hnu-pictures-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
}

.hnu-pictures-tag::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #a9a9a9;
    border-radius: 50%;
    transform: translateY(-50%);
}

.hnu-pictures-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.hnu-pictures-title-cn {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    white-space: nowrap;
}

.hnu-pictures-title-en {
    font-size: 14px;
    color: #6b6b6b;
    white-space: nowrap;
}

.hnu-pictures-more {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #2c2c2c;
    text-decoration: none;
    white-space: nowrap;
}

.hnu-pictures-more::after {
    content: "→";
    margin-left: 2px;
}

.hnu-pictures-more:hover {
    color: var(--bs-primary);
}

.hnu-pictures-hero {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 14px;
}

.hnu-pictures-hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

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

.hnu-pictures-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    aspect-ratio: 16 / 9;
    background: #e9e9e9;
}

.hnu-pictures-item-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 220ms ease;
}

.hnu-pictures-item:hover .hnu-pictures-item-bg {
    transform: scale(1.03);
}

.hnu-pictures-item-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bs-white);
    font-weight: 700;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 999px;
    padding: 6px 10px 6px 6px;
}

.hnu-pictures-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.hnu-pictures-item-icon i {
    font-size: 12px;
}

.hnu-pictures-item-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .hnu-pictures-header {
        flex-wrap: wrap;
        row-gap: 6px;
    }

    .hnu-pictures-brand {
        width: 100%;
    }

    .hnu-pictures-hero img {
        height: 220px;
    }

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

.hnu-videos-section {
    position: relative;
    padding: 46px 0 58px;
    background: #063c87;
    overflow: hidden;
}

.hnu-videos-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/hnu-pictures-hero.jpg");
    background-size: cover;
    background-position: left center;
    opacity: 0.32;
    transform: scale(1.05);
    filter: blur(1px);
}

.hnu-videos-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,60,135,0.88), rgba(6,60,135,0.78) 50%, rgba(6,60,135,0.94));
}

.hnu-videos-section .container {
    position: relative;
    z-index: 1;
}

.hnu-videos-top {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,0.92);
    padding: 6px 0 14px;
}

.hnu-videos-badge {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.52);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    position: relative;
    line-height: 1;
}

.hnu-videos-badge::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
}

.hnu-videos-top-title {
    display: inline-flex;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
}

.hnu-videos-top-cn {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.hnu-videos-top-en {
    font-size: 14px;
    color: rgba(255,255,255,0.68);
    white-space: nowrap;
}

.hnu-videos-top-line {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: relative;
    margin-left: 10px;
}

.hnu-videos-top-line::after {
    content: "";
    position: absolute;
    right: 80px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.08);
}

.hnu-videos-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    align-items: start;
}

.hnu-videos-stage {
    position: relative;
    grid-column: 2;
    max-width: 980px;
    margin: 22px 0 0;
    border: 1px solid rgba(255,255,255,0.28);
    padding: 22px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    justify-self: end;
    margin-right: -120px;
}

.hnu-videos-stage::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,0.22);
    pointer-events: none;
}

.hnu-videos-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    background: #000;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.14);
}

.hnu-videos-play {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,0.92);
    background: rgba(0,0,0,0.22);
    cursor: pointer;
}

.hnu-videos-play::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 16px solid rgba(255,255,255,0.92);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.hnu-videos-caption {
    position: absolute;
    left: 100px;
    bottom: 41px;
    color: #ffd24a;
    font-weight: 800;
    font-size: 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}

.hnu-videos-stage.is-playing .hnu-videos-play,
.hnu-videos-stage.is-playing .hnu-videos-caption {
    display: none;
}

@media (max-width: 768px) {
    .hnu-videos-section {
        padding: 34px 0 44px;
    }

    .hnu-videos-top {
        gap: 10px;
        padding-bottom: 12px;
    }

    .hnu-videos-badge {
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

    .hnu-videos-top-cn {
        font-size: 20px;
    }

    .hnu-videos-layout {
        grid-template-columns: 1fr;
    }

    .hnu-videos-stage {
        grid-column: 1;
        padding: 12px;
        margin-right: 0;
    }

    .hnu-videos-play {
        left: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
    }

    .hnu-videos-play::before {
        left: 20px;
        top: 15px;
        border-left-width: 14px;
        border-top-width: 10px;
        border-bottom-width: 10px;
    }

    .hnu-videos-caption {
        left: 84px;
        bottom: 34px;
        font-size: 14px;
    }
}

.overview-page {
    padding-top: 10px;
}

.overview-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.overview-side {
    position: sticky;
    top: 110px;
    border-left: 2px solid #e5e5e5;
    padding-left: 14px;
}

.overview-side-link {
    display: block;
    padding: 10px 8px;
    margin: 4px 0;
    color: #4a4a4a;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.overview-side-link:hover {
    color: var(--bs-primary);
    background: rgba(68, 0, 153, 0.06);
}

.overview-side-link.is-active {
    color: var(--bs-primary);
    background: rgba(68, 0, 153, 0.1);
}

.overview-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.overview-hero {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 0 16px;
}

.overview-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.overview-richtext {
    font-size: 16px;
    line-height: 1.9;
    color: #2c2c2c;
}

.overview-richtext p {
    margin: 0 0 14px;
}

.hainan-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 26px;
}

.hainan-highlight {
    border: 1px solid #e9e9ef;
    border-radius: 16px;
    background: #fff;
    padding: 16px 16px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.hainan-highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(11, 74, 162, 0.12);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 18px;
}

.hainan-highlight-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #1f2a37;
}

.hainan-highlight-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #4b5563;
}

.hainan-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hainan-section {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9ef;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.hainan-section--reverse {
    grid-template-columns: 1fr 1.15fr;
}

.hainan-section-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.hainan-section-body {
    padding: 22px 22px;
}

.hainan-section-body h3 {
    margin: 0 0 12px;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
}

.hainan-section-body p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #374151;
}

.hainan-section-body ul {
    margin: 8px 0 0;
    padding-left: 18px;
    color: #374151;
}

.hainan-section-body li {
    margin: 0 0 8px;
    line-height: 1.8;
    font-size: 14px;
}

.hainan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 992px) {
    .hainan-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hainan-section,
    .hainan-section--reverse {
        grid-template-columns: 1fr;
    }
}

.student-life-richtext h3 {
    margin: 0 0 10px;
}

.student-life-richtext h4 {
    margin: 16px 0 8px;
    font-size: 18px;
}

.student-life-block {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.student-life-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.student-life-richtext ol {
    padding-left: 18px;
    margin: 10px 0 14px;
}

.student-life-richtext ol li {
    margin: 0 0 8px;
}

.student-life-richtext ul li {
    margin: 0 0 8px;
}

.pku-campus {
    max-width: 1120px;
    margin: 0 auto;
}

.pku-campus-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.15;
    color: #111827;
}

.pku-campus-lead {
    max-width: 920px;
    margin: 0 0 26px;
    color: #374151;
    font-size: 16px;
    line-height: 1.9;
}

.pku-campus-section {
    padding: 26px 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    scroll-margin-top: 90px;
}

.pku-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 14px;
}

.pku-section-title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.pku-section-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pku-section-more:hover {
    text-decoration: none;
    color: #991b1b;
}

.pku-clock {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px dashed rgba(185, 28, 28, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pku-clock i {
    font-size: 14px;
}

.pku-feature {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0;
    background: #fff;
}

.pku-feature--reverse {
    grid-template-columns: 1fr 1.25fr;
}

.pku-feature-media {
    overflow: hidden;
}

.pku-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.pku-feature-panel {
    background: #7b6f70;
    padding: 26px 26px;
    color: rgba(255,255,255,0.92);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.pku-feature-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    color: #fff;
}

.pku-feature-panel p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
}

.pku-feature-date {
    margin-top: 18px;
    font-size: 14px;
    font-style: italic;
    color: rgba(255,255,255,0.85);
}

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

.pku-tile {
    background: transparent;
}

.pku-tile-media {
    border-radius: 4px;
    overflow: hidden;
}

.pku-tile-media img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.pku-tile-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0 0;
}

.pku-tile-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.pku-tile-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pku-tile-more:hover {
    color: #991b1b;
    text-decoration: none;
}

.pku-campus-section--dark {
    background: #3b3234;
    border-radius: 10px;
    padding: 26px 26px 28px;
    border-top: 0;
}

.pku-section-head--light .pku-section-title {
    color: #fff;
}

.pku-section-more--light {
    color: rgba(255,255,255,0.92);
}

.pku-section-more--light:hover {
    color: #fff;
}

.pku-section-more--light .pku-clock {
    border-color: rgba(255,255,255,0.5);
}

.pku-mosaic {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 12px;
}

.pku-mosaic-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
}

.pku-mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pku-mosaic-item--a { grid-row: 1 / span 2; grid-column: 1; }
.pku-mosaic-item--b { grid-row: 1; grid-column: 2; background: #8b0000; }
.pku-mosaic-item--c { grid-row: 2; grid-column: 2; background: #a9a3a4; }
.pku-mosaic-item--d { grid-row: 1; grid-column: 3; }
.pku-mosaic-item--e { grid-row: 2; grid-column: 3; }

.pku-mosaic-label {
    position: absolute;
    left: 16px;
    bottom: 14px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

.pku-mosaic-item--b .pku-mosaic-label,
.pku-mosaic-item--c .pku-mosaic-label {
    left: 0;
    right: 0;
    bottom: 22px;
    text-align: center;
    text-shadow: none;
}

.pku-mosaic-icon {
    font-size: 44px;
    color: rgba(255,255,255,0.92);
    margin-top: -6px;
}

.pku-sports-head {
    text-align: center;
    padding: 6px 0 6px;
}

.pku-sports-title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: #111827;
}

.pku-icons {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.pku-icon {
    text-align: center;
    text-decoration: none;
    color: #111827;
}

.pku-icon i {
    font-size: 36px;
    color: rgba(17,24,39,0.7);
}

.pku-icon span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: rgba(17,24,39,0.78);
    font-weight: 600;
}

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

.pku-mini {
    background: #f3f4f6;
    border-radius: 8px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pku-mini-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

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

.pku-life-item {
    text-decoration: none;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 10px 12px;
    text-align: center;
    color: #111827;
    font-weight: 700;
    font-size: 14px;
}

.pku-cal {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: #f3f4f6;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    color: #111827;
    font-size: 18px;
}

.pku-page-head {
    margin: 0 0 22px;
}

.pku-page-head--light {
    color: rgba(255,255,255,0.92);
}

.pku-campus-title--light {
    color: #fff;
}

.pku-campus-lead--light {
    color: rgba(255,255,255,0.82);
}

.pku-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 800;
    color: #111827;
    font-size: 14px;
}

.pku-back:hover {
    text-decoration: none;
    color: #0b4aa2;
}

.pku-back--light {
    color: rgba(255,255,255,0.92);
}

.pku-back--light:hover {
    color: #fff;
}

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

.pku-list-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.pku-list-item:hover {
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
    transform: translateY(-1px);
}

.pku-list-media {
    border-radius: 8px;
    overflow: hidden;
}

.pku-list-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.pku-list-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.pku-list-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #111827;
}

.pku-list-desc {
    font-size: 14px;
    line-height: 1.85;
    color: #374151;
    margin: 0 0 8px;
}

.pku-list-meta {
    font-size: 13px;
    font-style: italic;
    color: #6b7280;
}

.pku-list--compact .pku-list-item {
    padding: 14px;
}

.pku-list--compact .pku-list-title {
    font-size: 16px;
}

.pku-subsection {
    margin-top: 26px;
}

.pku-subtitle {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

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

.pku-arts-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    text-decoration: none;
    color: rgba(255,255,255,0.92);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pku-arts-card:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.10);
}

.pku-arts-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.pku-arts-title {
    padding: 12px 12px 0;
    font-size: 16px;
    font-weight: 900;
}

.pku-arts-desc {
    padding: 6px 12px 14px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
}

.pku-tabs {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.pku-tab-bar {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: #f9fafb;
}

.pku-tab-btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 900;
    color: #374151;
    cursor: pointer;
}

.pku-tab-btn.is-active {
    color: #0b4aa2;
    background: #fff;
}

.pku-tab-panels {
    padding: 18px;
}

.pku-tab-panel {
    display: none;
}

.pku-tab-panel.is-active {
    display: block;
}

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

.pku-service-card {
    text-decoration: none;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 16px 16px 14px;
    color: #111827;
}

.pku-service-card:hover {
    text-decoration: none;
    background: #e5e7eb;
}

.pku-service-title {
    font-weight: 900;
    font-size: 16px;
    margin: 0 0 8px;
}

.pku-service-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    color: #374151;
}

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

.pku-simple-item {
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 10px;
    padding: 12px 12px;
    color: #111827;
    font-weight: 800;
    text-align: center;
}

.pku-simple-item:hover {
    text-decoration: none;
    border-color: rgba(11, 74, 162, 0.35);
    color: #0b4aa2;
}

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

.pku-cal-card {
    text-decoration: none;
    background: #f3f4f6;
    border-radius: 14px;
    padding: 18px 18px 16px;
    color: #111827;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pku-cal-card:hover {
    text-decoration: none;
    background: #e5e7eb;
}

.pku-cal-title {
    font-size: 18px;
    font-weight: 900;
}

.pku-cal-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #374151;
}

.pku-cal-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 900;
    color: #0b4aa2;
    margin-top: 6px;
}

.pku-life-grid--page {
    margin-bottom: 18px;
}

.pku-icons--page {
    margin-bottom: 18px;
}

.content-section.pku-campus-section--dark {
    padding: 60px 0;
    background: #3b3234;
    border-radius: 0;
}

@media (max-width: 992px) {
    .pku-feature,
    .pku-feature--reverse {
        grid-template-columns: 1fr;
    }
    .pku-two {
        grid-template-columns: 1fr;
    }
    .pku-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px 220px;
    }
    .pku-mosaic-item--a { grid-column: 1 / span 2; grid-row: 1; }
    .pku-mosaic-item--b { grid-column: 1; grid-row: 2; }
    .pku-mosaic-item--d { grid-column: 2; grid-row: 2; }
    .pku-mosaic-item--c { grid-column: 1; grid-row: 3; }
    .pku-mosaic-item--e { grid-column: 2; grid-row: 3; }
    .pku-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pku-life-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pku-three {
        grid-template-columns: 1fr;
    }
    .pku-list-item {
        grid-template-columns: 1fr;
    }
    .pku-arts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pku-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pku-simple-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .campus-hero-panel {
        border-radius: 18px 100px 18px 18px;
        padding: 22px 20px 20px;
    }
    .campus-hero-title {
        font-size: 30px;
    }
    .campus-hero-menu {
        grid-template-columns: 1fr;
    }
}

.campus-life-page {
    max-width: 1060px;
}

.campus-life-intro {
    margin: 0 0 18px;
}

.campus-life-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 10px;
    color: #111827;
}

.campus-life-lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #374151;
}

.campus-life-tabs {
    position: sticky;
    top: 56px;
    z-index: 40;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 10px 0;
    margin: 18px 0 0;
}

.campus-life-tab {
    display: inline-block;
    margin-right: 18px;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    white-space: nowrap;
}

.campus-life-tab:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.campus-life-tab.is-active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary);
}

.campus-life-richtext {
    padding-top: 10px;
}

.campus-life-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    scroll-margin-top: 120px;
}

.campus-life-section:last-child {
    border-bottom: 0;
}

.campus-life-section h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 1.25;
    color: #111827;
}

.campus-life-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.campus-life-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campus-life-card {
    background: #fff;
    border: 1px solid rgba(11, 74, 162, 0.14);
    border-radius: 14px;
    padding: 16px 16px;
}

.campus-life-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--bs-primary);
    line-height: 1.3;
}

.campus-life-card p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
}

.campus-life-card p:last-child {
    margin-bottom: 0;
}

.campus-life-prose {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 16px 16px;
}

.campus-life-prose p:last-child {
    margin-bottom: 0;
}

.campus-life-subblocks {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.campus-life-subblock {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 16px 16px;
}

.campus-life-subblock h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--bs-primary);
    line-height: 1.3;
}

.campus-life-subblock ol {
    margin: 0;
}

@media (max-width: 992px) {
    .campus-life-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .campus-life-title {
        font-size: 28px;
    }
    .campus-life-tabs {
        top: 56px;
        overflow-x: auto;
        white-space: nowrap;
    }
    .campus-life-card-grid,
    .campus-life-card-grid--two,
    .campus-life-subblocks {
        grid-template-columns: 1fr;
    }
}

.overview-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 0;
    padding: 14px;
    border-radius: 8px;
    background: #fafafa;
    border: 1px solid #ededed;
}

.overview-stat {
    text-align: center;
}

.overview-stat-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--bs-primary);
    line-height: 1.1;
}

.overview-stat-label {
    margin-top: 6px;
    font-size: 13px;
    color: #6b6b6b;
}

.overview-source {
    margin-top: 18px;
}

.overview-source a {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 13px;
}

.overview-source a:hover {
    color: var(--bs-primary);
}

.overview-timeline {
    display: grid;
    gap: 16px;
    margin-top: 6px;
}

.overview-timeline-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.overview-timeline-year {
    font-size: 32px;
    font-weight: 900;
    color: #6b4aa0;
    line-height: 1;
    padding-top: 10px;
    text-align: right;
}

.overview-timeline-card {
    background: #fffaf2;
    border: 1px solid #f0e2cc;
    border-radius: 10px;
    overflow: hidden;
}

.overview-timeline-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.overview-timeline-body {
    padding: 14px 16px 16px;
    font-size: 15px;
    line-height: 1.85;
    color: #2c2c2c;
}

.overview-timeline-body p {
    margin: 0;
}

.campus-intro {
    margin-top: 34px;
}

.campus-intro-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 16px;
    color: #2c2c2c;
}

.campus-intro-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.campus-intro-icon::before,
.campus-intro-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #2d6fb9;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
}

.campus-intro-icon::after {
    left: 10px;
    background: rgba(45, 111, 185, 0.65);
}

.campus-block {
    margin-top: 18px;
}

.campus-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #2d6fb9;
}

.campus-desc {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.9;
    color: #2c2c2c;
}

.campus-grid {
    display: grid;
    gap: 12px;
}

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

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

.campus-grid--glh {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 180px);
    grid-template-areas:
        "main side1"
        "main side2"
        "pan side3";
}

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

.campus-photo {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #efefef;
    aspect-ratio: 16 / 9;
}

.campus-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.campus-photo figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    max-width: calc(100% - 20px);
}

.campus-photo--panorama {
    aspect-ratio: 21 / 9;
}

.campus-grid--danzhou .campus-photo--panorama {
    grid-column: 1 / -1;
}

.campus-grid--yazhou .campus-photo--panorama {
    grid-column: 1 / -1;
}

.campus-photo--glh-main {
    grid-area: main;
    aspect-ratio: auto;
    height: 100%;
}

.campus-photo--glh-pan {
    grid-area: pan;
    aspect-ratio: auto;
    height: 100%;
}

.campus-photo--glh-side1 {
    grid-area: side1;
    aspect-ratio: auto;
    height: 100%;
}

.campus-photo--glh-side2 {
    grid-area: side2;
    aspect-ratio: auto;
    height: 100%;
}

.campus-photo--glh-side3 {
    grid-area: side3;
    aspect-ratio: auto;
    height: 100%;
}

@media (max-width: 992px) {
    .overview-layout {
        grid-template-columns: 180px minmax(0, 1fr);
    }

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

@media (max-width: 768px) {
    .overview-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .overview-side {
        position: static;
        border-left: 0;
        padding-left: 0;
        display: flex;
        gap: 10px;
    }

    .overview-side-link {
        margin: 0;
        flex: 1 1 0;
        text-align: center;
        border: 1px solid #e5e5e5;
    }

    .overview-timeline-item {
        grid-template-columns: 1fr;
    }

    .overview-timeline-year {
        text-align: left;
        padding-top: 0;
    }

    .overview-timeline-media img {
        height: 180px;
    }

    .campus-grid--haidian,
    .campus-grid--danzhou,
    .campus-grid--yazhou {
        grid-template-columns: 1fr;
    }

    .campus-grid--glh {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas: none;
    }

    .campus-grid--glh .campus-photo--glh-main,
    .campus-grid--glh .campus-photo--glh-pan,
    .campus-grid--glh .campus-photo--glh-side1,
    .campus-grid--glh .campus-photo--glh-side2,
    .campus-grid--glh .campus-photo--glh-side3 {
        grid-area: auto;
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/* ========== TESTIMONIAL SECTION ========== */
.testimonial-section-container{
    padding: 0;
    margin-bottom: 30px;
}
.testimonial-section {
    display: flex;
    flex-direction: row-reverse;
    background: var(--bs-primary);
    padding:  0;
}

.testimonial-image {
    flex: 1 1 50%;
    padding: 0;
    min-height: 400px;
    text-align: right;
}

.testimonial-image img,
.testimonial-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-content {
    flex: 1 1 50%;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-content h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0 0 12px;
    line-height: 30.24px;
}

.testimonial-content > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: var(--bs-white);
    margin: 0 0 16px;
}
.testimonial-content > p::before { content: open-quote; }
.testimonial-content > p::after { content: close-quote; }

.testimonial-info { margin: 0; }
.testimonial-info p {
    font-size: 16.208px;
    font-weight: 700;
    color: var(--bs-white);
    line-height: 25.2px;
    margin: 0;
    padding: 0;
}

/* ========== GRADUATION SECTION ========== */
.graduation-section {
    padding: 30px  0;
    background: var(--bs-secondary);
}

.graduation-content {
    padding: 0 10px;
    max-width: 660px;
}

.graduation-content h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0 0 8px;
    line-height: 30.24px;
}

.graduation-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-white);
    margin: 0;
    line-height: 36.45px;
    padding: 0;
}

/* ========== CTA SECTION ========== */
.cta-section {
    padding: 60px 0 50px 0;
    text-align: center;
    background: var(--bs-primary);
}

.cta-content {
    padding: 0 10px;
    max-width: 577px;
    margin: 0 auto;
}

.cta-content h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0 0 8px;
    line-height: 30.24px;
}

.cta-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-white);
    margin: 0;
    line-height: 36.45px;
}

.cta-buttons {
    display: inline-block;
    text-align: center;
    padding: 30px 0 30px 0;
}

.cta-buttons .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
    margin: 0 8px;
}

/* ========== FOOTER ========== */
.site-footer {
    background: #131E29;
    color: var(--bs-white);
    padding: 0;
}

.footer-top { padding: 0 10px; }

.footer-links {
    list-style: none;
    display: block;
    padding: 20px 0;
    margin:0;
}

.footer-links li {
    display: inline-block;
    margin: 0 25px 0 0;
    line-height: 1.5;
}

.footer-links a {
    color: var(--bs-white);
    font-size: 14.4px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.15s ease-in-out;
}
.footer-links a:hover { opacity: 0.8; text-decoration: underline; color: var(--bs-white); }

.cookie-pref {
    color: var(--bs-white);
    font-size: 14.4px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
}
.cookie-pref:hover { opacity: 0.8; }

.footer-bottom {
    background: #000;
    padding: 20px 0 25px;
}
.footer-bottom .container { padding: 0 10px; }

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

.maintained-by { display: block; text-align: right; }
.maintained-by p {
    font-size: 12.608px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    margin: 0 0 4px;
}

.sg-logo {
    height: 24px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.15s ease-in-out;
}
.sg-logo:hover { opacity: 1; }

/* ========== BOTTOM COMBO MENU ========== */
.comboMenu_comboMenuWrapper__04_3m.combo-menu_comboMenuWrapperGlobal__PF1DY {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46.7083px;
    background: var(--bs-primary);
    z-index: 1019;
}

.comboMenu_comboMenu__T6pUr {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.comboMenu_comboMenuItem__93aGe {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.comboMenu_comboMenuLink__9xFrq {
    display: block;
    width: 100%;
    padding: 7px 5px;
    color: var(--bs-white);
    font-size: 11.424px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
}
.comboMenu_comboMenuLink__9xFrq:hover { text-decoration: underline; color: var(--bs-white); }

/* ========== COOKIE BANNER (OSANO LOOK) ========== */
.osano-cm-window__dialog.osano-cm-dialog {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px 30px 20px 20px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 5px;
    z-index: 2147483637;
    font-family: Arial, sans-serif;
    color: rgb(52, 58, 64);
}

.osano-cm-window__dialog.osano-cm-dialog.hidden { display: none; }

.osano-cm-dialog__buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 256px;
    margin-left: 8px;
}

.osano-cm-buttons__button.osano-cm-button {
    width: 240px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.osano-cm-button--type_manage,
.osano-cm-button--type_accept {
    background: rgb(45, 134, 85);
    border: 0.666667px solid rgb(45, 134, 85);
    color: rgb(255, 255, 255);
}

.osano-cm-button--type_denyAll {
    background: transparent;
    border: 0;
    color: rgb(108, 117, 125);
    padding: 8px 12px 0;
}

.osano-cm-content__link.osano-cm-link { color: rgb(52, 58, 64); text-decoration: underline; }

/* ========== BREADCRUMB ========== */
.breadcrumb-section {
    background: var(--bs-white);
    padding: 30px 0 20px;
    border-bottom: 1px solid var(--bs-tertiary);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14.4px;
    align-items: center;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #6c757d;
}

.breadcrumb li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
    transform: rotate(-45deg);
    margin: 0 10px;
}

.breadcrumb a {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 400;
}
.breadcrumb a:hover { color: var(--bs-primary-dark); text-decoration: underline; }
.breadcrumb .active { color: #6c757d; }

/* ========== BREADCRUMB WRAPPER ========== */
.breadcrumb-wrapper {
    background: var(--bs-white);
    padding: 30px 0;
}

/* ========== INNER HERO ========== */
.inner-hero {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.inner-hero .container {
    width: 100%;
    z-index: 2;
}

.inner-hero-content h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--bs-white);
    margin: 0 0 8px;
    line-height: 38.4px;
}

.inner-hero--campus::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.22) 46%, rgba(0,0,0,0.10) 100%);
    z-index: 1;
}

.campus-hero-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 350px;
}

.campus-hero-panel {
    width: min(520px, 100%);
    padding: 26px 28px 24px;
    background: rgba(11, 74, 162, 0.92);
    border-radius: 22px 160px 22px 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
    overflow: hidden;
}

.campus-hero-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
}

.campus-hero-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.campus-hero-link {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 2px 0;
}

.campus-hero-link:hover {
    color: #fff;
    text-decoration: none;
}

.campus-hero-link.is-active {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,0.9);
}

/* ========== CONTENT SECTIONS ========== */
.content-section {
    padding: 60px 0;
    background: var(--bs-white);
}
.content-section.bg-light { background: #f8f9fa; }
.content-section.bg-primary { background: var(--bs-primary); color: var(--bs-white); }

.content-section h2 {
    font-family: var(--font-heading);
    font-size: 32.4px;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0 0 16px;
    line-height: 38.88px;
}
.content-section.bg-primary h2 { color: var(--bs-white); }

.content-section h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0 0 12px;
    line-height: 30.24px;
}
.content-section.bg-primary h3 { color: var(--bs-white); }

.content-section p {
    font-size: 16.208px;
    line-height: 27px;
    color: var(--bs-body-color);
    margin: 0 0 16px;
}

.content-section ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 16px;
}
.content-section ul li {
    font-size: 16.208px;
    line-height: 27px;
    color: var(--bs-body-color);
    margin-bottom: 8px;
}

.content-section a {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 600;
}
.content-section a:hover { color: var(--bs-primary-dark); text-decoration: underline; }

/* ========== TWO COLUMN LAYOUT ========== */
.two-col {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.two-col .col-text {
    flex: 1 1 60%;
    min-width: 300px;
}

.two-col .col-side {
    flex: 1 1 35%;
    min-width: 280px;
}

/* ========== CARD GRID ========== */
.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card-item {
    flex: 0 0 calc(33.333% - 14px);
    background: var(--bs-white);
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 24px;
    transition: box-shadow 0.2s ease;
    text-decoration: none;
    display: block;
    color: var(--bs-body-color);
}
.card-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    text-decoration: none;
    color: var(--bs-body-color);
}

.card-item h3 {
    font-family: var(--font-heading);
    font-size: 21.6px;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 12px;
    line-height: 27px;
}

.card-item p {
    font-size: 16.208px;
    line-height: 27px;
    color: var(--bs-body-color);
    margin: 0;
}

.card-item .card-icon {
    font-size: 36px;
    color: var(--bs-primary);
    margin-bottom: 16px;
}

/* ========== SUBJECT GRID (2-column cards) ========== */
.subject-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.subject-card {
    flex: 0 0 calc(50% - 10px);
    background: var(--bs-white);
    border: 1px solid #dee2e6;
    padding: 24px;
    text-decoration: none;
    color: var(--bs-body-color);
    transition: box-shadow 0.2s ease;
    display: block;
    min-width: 280px;
}
.subject-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    text-decoration: none;
    color: var(--bs-body-color);
}

.subject-card h3 {
    font-family: var(--font-heading);
    font-size: 21.6px;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 8px;
    line-height: 27px;
}

.subject-card p {
    font-size: 14.4px;
    line-height: 24px;
    color: var(--bs-body-color);
    margin: 0;
}

/* ========== TABLES ========== */
.table-responsive {
    overflow-x: auto;
    margin: 20px 0;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    border: 1px solid #dee2e6;
}

.table th,
.table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #dee2e6;
    font-size: 14.4px;
    line-height: 21.6px;
    vertical-align: top;
}

.table th {
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 700;
    font-size: 14.4px;
}

.table tr:nth-child(even) td {
    background: #f8f9fa;
}

.table td a {
    color: var(--bs-primary);
    font-weight: 600;
}
.table td a:hover { color: var(--bs-primary-dark); }

.table caption {
    font-size: 14.4px;
    color: #6c757d;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 400;
}

.zsjh-filters {
    margin: 18px 0 6px;
    border: 1px solid #e9e9ef;
    border-radius: 12px;
    padding: 14px 14px 6px;
    background: #fff;
}

.zsjh-filter-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
}

.zsjh-filter-label {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 600;
    white-space: nowrap;
}

.zsjh-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.zsjh-pill {
    border: 1px solid #d9d9e6;
    background: #ffffff;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.zsjh-pill:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.zsjh-pill.is-active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

@media (max-width: 768px) {
    .zsjh-filter-row {
        grid-template-columns: 56px 1fr;
        gap: 8px;
    }
}

.employment-hero {
    margin: 0 0 18px;
    padding: 18px 20px;
    border: 1px solid #e9e9ef;
    border-radius: 14px;
    background: #fff;
}

.employment-hero-title {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: #1f2a37;
    margin: 0 0 6px;
    line-height: 1.2;
}

.employment-hero-subtitle {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
}

.employment-dashboard {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.employment-card {
    border-radius: 16px;
    background: #f4f8ff;
    border: 1px solid rgba(11, 74, 162, 0.18);
    padding: 18px 18px;
}

.employment-card--wide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.employment-kpi {
    background: #fff;
    border: 1px solid rgba(11, 74, 162, 0.14);
    border-radius: 14px;
    padding: 14px 14px;
}

.employment-kpi-label {
    font-size: 13px;
    line-height: 1.4;
    color: #3b4a5a;
    margin: 0 0 10px;
    font-weight: 600;
}

.employment-kpi-value {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0;
}

.employment-note {
    margin-top: 12px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

.employment-figure {
    margin: 0;
}

.employment-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 1px solid #e9e9ef;
    background: #fff;
}

@media (max-width: 992px) {
    .employment-dashboard {
        grid-template-columns: 1fr;
    }
    .employment-card--wide {
        grid-template-columns: 1fr;
    }
}

/* ========== ACCORDION (FAQ) ========== */
.accordion {
    border: none;
}

.accordion-item {
    border: 1px solid #dee2e6;
    margin-bottom: 8px;
    background: var(--bs-white);
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);
    cursor: pointer;
    text-align: left;
    line-height: 1.5;
    transition: background 0.15s ease;
}
.accordion-button:hover { background: #f8f9fa; }

.accordion-button .fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: var(--bs-primary);
}
.accordion-button.active .fa-chevron-down {
    transform: rotate(180deg);
}

.accordion-body {
    display: none;
    padding: 0 20px 20px;
    font-size: 16.208px;
    line-height: 27px;
    color: var(--bs-body-color);
}
.accordion-body.show { display: block; }

.accordion-body p {
    margin: 0 0 12px;
    font-size: 16.208px;
    line-height: 27px;
}

.accordion-body a {
    color: var(--bs-primary);
    font-weight: 600;
}
.accordion-body a:hover { color: var(--bs-primary-dark); }

/* ========== INFO BOX ========== */
.info-box {
    background: #f8f9fa;
    border-left: 4px solid var(--bs-primary);
    padding: 20px 24px;
    margin: 24px 0;
}

.info-box h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0 0 8px;
    line-height: 21.6px;
}

.info-box p {
    font-size: 14.4px;
    line-height: 24px;
    color: var(--bs-body-color);
    margin: 0;
}

/* ========== SIDE CARD (sidebar) ========== */
.side-card {
    background: var(--bs-white);
    border: 1px solid #dee2e6;
    padding: 24px;
    margin-bottom: 20px;
}

.side-card h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-body-color);
    margin: 0 0 12px;
    line-height: 21.6px;
}

.side-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-card ul li {
    margin-bottom: 8px;
}

.side-card ul li a {
    font-size: 16.208px;
    color: var(--bs-primary);
    font-weight: 400;
    text-decoration: none;
}
.side-card ul li a:hover { color: var(--bs-primary-dark); text-decoration: underline; }

/* ========== STAT ROW (horizontal stats) ========== */
.stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.stat-col {
    flex: 1 1 200px;
    text-align: center;
}

.stat-col .stat-number {
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 4px;
    line-height: 54px;
}

.stat-col .stat-label {
    font-size: 16.208px;
    color: var(--bs-body-color);
    line-height: 24px;
    margin: 0;
}

.stat-col .stat-source {
    font-size: 12.608px;
    color: #6c757d;
    margin: 4px 0 0;
    line-height: 18px;
}

/* ========== INNER TESTIMONIAL ========== */
.inner-testimonial {
    background: var(--bs-primary);
    padding: 40px;
    color: var(--bs-white);
    margin: 30px 0;
}

.inner-testimonial p.quote {
    font-size: 18px;
    line-height: 28.8px;
    margin: 0 0 16px;
}

.inner-testimonial p.quote::before { content: open-quote; }
.inner-testimonial p.quote::after { content: close-quote; }

.inner-testimonial .name {
    font-weight: 700;
    font-size: 16.208px;
    margin: 0;
}

.inner-testimonial .course {
    font-size: 14.4px;
    opacity: 0.8;
    margin: 4px 0 0;
}

/* ========== KEY FACTS ========== */
.key-facts {
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 30px;
    margin: 20px 0;
}

.key-facts h4 {
    font-family: var(--font-heading);
    font-size: 21.6px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 27px;
}

.key-facts dl { margin: 0; }
.key-facts dt {
    font-weight: 700;
    font-size: 14.4px;
    margin: 12px 0 4px;
    opacity: 0.9;
}
.key-facts dd {
    font-size: 16.208px;
    margin: 0 0 0;
    line-height: 24px;
}

/* ========== PROGRAMME PATH CARDS ========== */
.programme-path-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.programme-path-card {
    flex: 0 0 calc(50% - 10px);
    background: var(--bs-white);
    border: 1px solid #dee2e6;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-decoration: none;
    color: var(--bs-body-color);
    transition: box-shadow 0.2s ease;
    min-width: 280px;
}
.programme-path-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    text-decoration: none;
    color: var(--bs-body-color);
}

.programme-path-card .path-icon {
    font-size: 32px;
    color: var(--bs-primary);
    flex-shrink: 0;
}

.programme-path-card h3 {
    font-family: var(--font-heading);
    font-size: 21.6px;
    font-weight: 700;
    color: var(--bs-primary);
    margin: 0 0 8px;
    line-height: 27px;
}

.programme-path-card p {
    font-size: 14.4px;
    line-height: 24px;
    margin: 0;
}

/* ========== ALERT BOX ========== */
.alert-info {
    background: #e8f0fe;
    border: 1px solid #b8d4fe;
    padding: 16px 20px;
    margin: 20px 0;
    font-size: 14.4px;
    line-height: 24px;
    color: var(--bs-body-color);
}

.alert-info a {
    color: var(--bs-primary);
    font-weight: 600;
}

/* ========== INNER CTA (different from home CTA) ========== */
.inner-cta {
    background: var(--bs-primary);
    padding: 60px 0;
    text-align: center;
}

.inner-cta h3 {
    font-family: var(--font-heading);
    font-size: 25.2px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0 0 8px;
    line-height: 30.24px;
}

.inner-cta p {
    font-size: 18px;
    color: var(--bs-white);
    margin: 0 0 30px;
    line-height: 27px;
}

.inner-cta .btn-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.inner-cta .btn-row .btn {
    font-size: 18px;
    padding: 12px 20px;
    font-weight: 700;
}

/* ========== SUB NAV (for inner pages with tab-like sub nav) ========== */
.sub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid var(--bs-tertiary);
    margin-bottom: 30px;
}

.sub-nav a {
    display: block;
    padding: 12px 20px;
    font-size: 16.208px;
    font-weight: 600;
    color: var(--bs-body-color);
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.15s ease;
}
.sub-nav a:hover,
.sub-nav a.active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary);
    text-decoration: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
    .carousel { padding: 0 40px; }
    .carousel-control.prev { left: 0; }
    .carousel-control.next { right: 0; }
}

@media (max-width: 992px) {
    .carousel-inner { height: 420px; }
    .carousel-caption-wrapper { left: 40px; }
    .carousel-caption-title { font-size: 42px; }
    .carousel-caption-desc { font-size: 20px; }
    .carousel-text-overlay { padding: 0 40px; }
    .carousel-text-main { font-size: 40px; }
    .carousel-text-sub { font-size: 32px; }
    .stats-grid { flex-direction: column; }
    .stat-card { flex: 1 1 100%; max-width: 100%; padding: 30px 20px 18px; }
    .testimonial-section { flex-direction: column; }
    .testimonial-image { flex: 1 1 auto; width: 100%; min-height: 300px; }
    .testimonial-content { flex: 1 1 auto; padding: 40px 24px; }
    .hnu-intro-left { padding: 24px 24px; }
    .hnu-kpi { padding: 18px 10px; }
    .hnu-intro-strip { margin-top: -96px; }
}

@media (max-width: 768px) {
    .mobile-toggle { display: flex; }
    .nav-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bs-white);
        border-top: 1px solid #eee;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        z-index: 100;
    }
    .nav-collapse.show { display: block; }
    .nav-menu { flex-direction: column; padding: 8px 0; }
    .nav-item .dropdown-menu { position: static; box-shadow: none; border: none; padding-left: 24px; }
    .nav-cta { display: none; }
    .carousel-inner { height: 320px; }
    .carousel-caption-wrapper { left: 20px; padding: 10px 10px 14px; }
    .carousel-caption-title { font-size: 28px; }
    .carousel-caption-desc { font-size: 16px; }
    .carousel-control { width: 36px; height: 36px; font-size: 14px; }
    .carousel-text-overlay { padding: 0 20px; }
    .carousel-text-main { font-size: 28px; }
    .carousel-text-sub { font-size: 22px; margin-top: 8px; }
    .intro-content { padding: 0 10px; }
    .intro-content h1 { font-size: 28px; }
    .intro-section { padding: 30px 0 100px; }
    .hnu-intro-card { flex-direction: column; }
    .hnu-intro-right { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hnu-kpi { border-left: none; border-top: 1px solid rgba(0,0,0,0.08); }
    .hnu-kpi:first-child { border-top: none; }
    .footer-links li { display: block; margin: 8px 0; }
    .footer-bottom-row { flex-direction: column; gap: 16px; }
    .maintained-by { text-align: center; }
    .pop-card-wrapper { display: none; }
    .inner-hero-content h1 { font-size: 32px; line-height: 38px; }
    .inner-hero-content h1 { font-size: 32px; line-height: 38px; }
    .card-item { flex: 0 0 calc(50% - 10px); }
    .subject-card { flex: 0 0 100%; }
    .programme-path-card { flex: 0 0 100%; }
    .stat-row { gap: 20px; }
    .stat-col .stat-number { font-size: 32px; }
    .content-section { padding: 40px 0; }
    .inner-testimonial { padding: 24px; }
    .key-facts { padding: 20px; }
    .two-col { flex-direction: column; gap: 20px; }
    .hnu-intro-strip { margin-top: -70px; }
    .hnu-intro-card::before {
        display: none;
    }
}

.faculty-stats {
    border-radius: 10px;
    overflow: hidden;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.faculty-stats-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.8), rgba(255,255,255,0.25) 55%, rgba(255,255,255,0.06));
}

.faculty-stats-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 46px 52px;
    min-height: 420px;
    align-content: center;
}

.faculty-stat {
    padding: 26px 28px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(2px);
}

.faculty-stat-num {
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 6px 18px rgba(0,0,0,0.25);
    margin-bottom: 10px;
}

.faculty-stat-label {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(255,255,255,0.94);
    max-width: 220px;
}

@media (max-width: 992px) {
    .faculty-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 26px 22px;
        min-height: 360px;
    }
}

@media (max-width: 520px) {
    .faculty-stats-grid {
        grid-template-columns: 1fr;
        min-height: unset;
    }
    .faculty-stats { min-height: unset; }
    .faculty-stat-num { font-size: 38px; }
}

.dm-overview {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    margin: 18px 0 26px;
}

.dm-ring-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.dm-ring {
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: conic-gradient(from 210deg, #2aa8a8 0 42%, #4c5bd8 42% 65%, #8a4fd6 65% 88%, #f0b44d 88% 100%);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
}

.dm-ring::after {
    content: "";
    position: absolute;
    inset: 26px;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

.dm-ring-center {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.dm-ring-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--bs-primary);
    line-height: 1.1;
}

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

.dm-kpi {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 14px 14px 12px;
    box-shadow: 0 10px 18px rgba(0,0,0,0.04);
}

.dm-kpi--accent {
    border-color: rgba(68, 0, 153, 0.2);
    background: rgba(68, 0, 153, 0.05);
}

.dm-kpi-label {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(0,0,0,0.7);
    font-weight: 700;
    margin-bottom: 8px;
}

.dm-kpi-value {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 900;
    color: var(--bs-primary);
    line-height: 1;
}

.dm-kpi-value span {
    font-size: 14px;
    font-weight: 800;
    margin-left: 2px;
}

.dm-section-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    color: var(--bs-primary);
    margin: 26px 0 12px;
    line-height: 1.3;
}

.dm-table td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
}

.dm-cards {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 14px;
    margin: 18px 0 26px;
}

.dm-card {
    background: #ffffff;
    border: 2px solid rgba(68, 0, 153, 0.18);
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 10px 18px rgba(0,0,0,0.04);
}

.dm-card--wide {
    border-color: rgba(45, 152, 255, 0.22);
}

.dm-card-title {
    font-size: 14px;
    font-weight: 800;
    color: rgba(0,0,0,0.72);
    margin-bottom: 10px;
}

.dm-card-value {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 900;
    color: var(--bs-primary);
    line-height: 1;
}

.dm-card-value span {
    font-size: 14px;
    font-weight: 800;
    margin-left: 2px;
}

.dm-card-sub {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.65);
    font-weight: 700;
}

.dm-card-strong {
    color: var(--bs-primary);
    font-weight: 900;
}

@media (max-width: 992px) {
    .dm-overview {
        grid-template-columns: 1fr;
    }
    .dm-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dm-cards {
        grid-template-columns: 1fr;
    }
}
