/* About School page */
.about-school-page {
    font-family: 'Raleway', sans-serif;
}

.about-school-legacy {
    position: relative;
    padding: 72px 0 80px;
    background: linear-gradient(165deg, #f7f8fc 0%, #ffffff 42%, #faf8f5 100%);
    overflow: hidden;
}

.about-school-legacy::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 147, 8, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.about-school-legacy .container {
    position: relative;
    z-index: 1;
}

.about-school-legacy__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0b0f90;
    background: rgba(11, 15, 144, 0.08);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.about-school-legacy__title {
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a2e;
    margin-bottom: 24px;
}

.about-school-legacy__title-accent {
    color: #d59308;
}

.about-school-legacy__body p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a5a;
    margin-bottom: 18px;
    text-align: justify;
}

.about-school-legacy__media {
    position: relative;
    padding: 20px 20px 20px 0;
}

.about-school-legacy__media-accent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    left: 40px;
    border: 3px solid #d59308;
    border-radius: 16px;
    z-index: 0;
    opacity: 0.55;
}

.about-school-legacy__media-frame {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(11, 15, 144, 0.18);
    aspect-ratio: 4 / 3;
}

.about-school-legacy__media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-school-legacy__media:hover .about-school-legacy__media-frame img {
    transform: scale(1.04);
}

.about-school-legacy__badge {
    position: absolute;
    bottom: -12px;
    left: 24px;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 0 10px 30px rgba(11, 15, 144, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-school-legacy__badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b0f90 0%, #5743ac 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.about-school-legacy__badge-text strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
}

.about-school-legacy__badge-text span {
    font-size: 11px;
    color: #6b6b7b;
}

.about-school-mission {
    padding: 64px 0 72px;
    background: #fff;
}

.about-school-mission__card {
    background: linear-gradient(135deg, #0b0f90 0%, #2a2480 55%, #5743ac 100%);
    border-radius: 20px;
    padding: 48px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-school-mission__card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(232, 196, 120, 0.12);
    border-radius: 0 0 0 100%;
}

.about-school-mission__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e8c478;
    margin-bottom: 14px;
    position: relative;
}

.about-school-mission__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}

.about-school-mission__body p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 18px;
    text-align: justify;
    position: relative;
}

.about-school-mission__body p:last-child {
    margin-bottom: 0;
}

.about-school-why {
    position: relative;
    padding: 72px 0 80px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 55%, #faf8f5 100%);
    overflow: hidden;
}

.about-school-why::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 15, 144, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.about-school-why .container {
    position: relative;
    z-index: 1;
}

.about-school-why__title {
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    text-align: center;
}

.about-school-why__title-accent {
    color: #d59308;
}

.about-school-why__subtitle {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
    color: #5743ac;
    margin-bottom: 36px;
    padding-bottom: 4px;
}

.about-school-why__body p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a5a;
    margin-bottom: 18px;
    text-align: justify;
}

.about-school-why__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 32px 0 36px;
}

.about-school-why__pillar {
    background: #fff;
    border: 1px solid rgba(11, 15, 144, 0.08);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(11, 15, 144, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-school-why__pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(11, 15, 144, 0.12);
}

.about-school-why__pillar-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(135deg, #d59308 0%, #e8c478 100%);
}

.about-school-why__pillar strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.about-school-why__pillar span {
    display: block;
    font-size: 12px;
    color: #6b6b7b;
    line-height: 1.45;
}

.about-school-credo {
    padding: 64px 0;
    background: linear-gradient(135deg, #0b0f90 0%, #1a1a6e 50%, #5743ac 100%);
    text-align: center;
}

.about-school-credo__inner {
    max-width: 720px;
    margin: 0 auto;
}

.about-school-credo__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e8c478;
    margin-bottom: 16px;
}

.about-school-credo__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.about-school-credo__subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    font-style: italic;
}

@media (max-width: 991px) {
    .about-school-legacy,
    .about-school-why {
        padding: 56px 0 64px;
    }

    .about-school-legacy__media {
        margin-top: 32px;
        padding: 16px 16px 16px 0;
    }

    .about-school-legacy__media-accent {
        left: 24px;
        bottom: 24px;
    }

    .about-school-why__pillars {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-school-mission__card {
        padding: 36px 28px;
    }
}

@media (max-width: 575px) {
    .about-school-legacy__badge {
        left: 16px;
        right: 16px;
        bottom: -8px;
    }
}
