/* About the College — inner page */
.about-college-page {
    background: #ffffff;
}

.about-college-hero {
    position: relative;
    padding: 48px 0 52px;
    overflow: hidden;
}

.about-college-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(249, 200, 51, 0.14) 0%, transparent 42%),
        linear-gradient(135deg, #04121c 0%, #061a28 50%, #081f2f 100%);
}

.about-college-hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #04121c 0%, #f9c833 50%, #04121c 100%);
}

.about-college-hero .container {
    position: relative;
    z-index: 1;
}

.about-college-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.62);
}

.about-college-breadcrumb a {
    color: #f9c833;
    text-decoration: none;
    transition: color 0.2s ease;
}

.about-college-breadcrumb a:hover {
    color: #ffffff;
}

.about-college-hero-title {
    margin: 0 0 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.about-college-hero-text {
    margin: 0;
    max-width: 680px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.about-college-intro {
    padding: 56px 0 48px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.about-college-intro-row {
    row-gap: 32px;
}

.about-college-visual {
    position: relative;
    padding: 12px 12px 24px 0;
}

.about-college-image-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(6, 26, 40, 0.16);
    border: 1px solid rgba(6, 26, 40, 0.08);
}

.about-college-image {
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.about-college-established {
    position: absolute;
    top: 28px;
    right: -6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    text-align: center;
    background: linear-gradient(135deg, #04121c 0%, #061a28 100%);
    border: 3px solid #f9c833;
    border-radius: 50%;
    box-shadow: 0 14px 32px rgba(4, 18, 28, 0.28);
}

.about-college-established strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    color: #f9c833;
    line-height: 1;
}

.about-college-established span {
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.about-college-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #061a28;
    background: linear-gradient(135deg, rgba(249, 200, 51, 0.22) 0%, rgba(240, 180, 41, 0.14) 100%);
    border: 1px solid rgba(249, 200, 51, 0.35);
    border-radius: 999px;
}

.about-college-section-title {
    margin: 0 0 16px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #061a28;
}

.about-college-section-header {
    margin-bottom: 32px;
}

.about-college-lead {
    margin: 0 0 14px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75;
    color: #0f172a;
}

.about-college-text {
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
    font-size: 0.94rem;
    line-height: 1.75;
    color: #475569;
}

.about-college-mv {
    padding: 44px 0;
    background: #ffffff;
}

.about-college-mv-row {
    row-gap: 24px;
}

.about-college-mv-card {
    height: 100%;
    padding: 28px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-left: 4px solid #f9c833;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(6, 26, 40, 0.06);
}

.about-college-mv-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    border-radius: 12px;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(249, 200, 51, 0.28);
}

.about-college-mv-title {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #061a28;
}

.about-college-mv-text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    line-height: 1.72;
    color: #64748b;
}

.about-college-milestones {
    padding: 48px 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(249, 200, 51, 0.08) 0%, transparent 40%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.about-college-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-college-timeline-item {
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(6, 26, 40, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-college-timeline-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(6, 26, 40, 0.1);
}

.about-college-timeline-year {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #061a28;
    background: rgba(249, 200, 51, 0.2);
    border-radius: 999px;
}

.about-college-timeline-body h4 {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.about-college-timeline-body p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #64748b;
}

.about-college-values {
    padding: 48px 0;
    background: #ffffff;
}

.about-college-values-row {
    row-gap: 22px;
}

.about-college-value-card {
    height: 100%;
    padding: 24px 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(6, 26, 40, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-college-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(6, 26, 40, 0.1);
}

.about-college-value-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #061a28;
    background: linear-gradient(135deg, rgba(249, 200, 51, 0.22) 0%, rgba(240, 180, 41, 0.12) 100%);
    border: 1px solid rgba(249, 200, 51, 0.35);
    border-radius: 14px;
    font-size: 1.2rem;
}

.about-college-value-card h4 {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #061a28;
}

.about-college-value-card p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.86rem;
    line-height: 1.65;
    color: #64748b;
}

.about-college-stats {
    padding: 40px 0;
    background: linear-gradient(135deg, #04121c 0%, #061a28 55%, #081f2f 100%);
}

.about-college-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-college-stat {
    padding: 22px 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(249, 200, 51, 0.2);
    border-radius: 14px;
}

.about-college-stat strong {
    display: block;
    margin-bottom: 4px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f9c833;
    line-height: 1.1;
}

.about-college-stat span {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.about-college-cta {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.about-college-cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 34px;
    background: #ffffff;
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-left: 4px solid #f9c833;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(6, 26, 40, 0.08);
}

.about-college-cta-content h2 {
    margin: 0 0 8px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #061a28;
}

.about-college-cta-content p {
    margin: 0;
    max-width: 520px;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #64748b;
}

.about-college-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-college-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-college-btn--primary {
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    box-shadow: 0 8px 20px rgba(249, 200, 51, 0.28);
}

.about-college-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(249, 200, 51, 0.38);
    color: #04121c;
}

.about-college-btn--outline {
    color: #061a28;
    background: transparent;
    border: 1px solid rgba(6, 26, 40, 0.18);
}

.about-college-btn--outline:hover {
    background: #061a28;
    border-color: #061a28;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .about-college-timeline {
        grid-template-columns: 1fr;
    }

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

    .about-college-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .about-college-hero {
        padding: 38px 0 42px;
    }

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

    .about-college-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .about-college-btn {
        width: 100%;
    }
}
