/*
|--------------------------------------------------------------------------
| School 01 — Hero Variants 02–05
|--------------------------------------------------------------------------
*/

/* Hero 02 — Split Content + Image */
.pf-school-hero-v2 {
    padding: 84px 0;
    background:
        linear-gradient(135deg, #eef5fb 0%, #ffffff 62%, #fff8e9 100%);
}

.pf-school-hero-v2__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 58px;
    align-items: center;
}

.pf-school-hero-v2__eyebrow,
.pf-school-hero-v3__eyebrow,
.pf-school-hero-v4__eyebrow,
.pf-school-hero-v5__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: #fbf4e5;
    color: #163a5f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pf-school-hero-v2__title,
.pf-school-hero-v4__title,
.pf-school-hero-v5__title {
    margin: 18px 0 0;
    color: #0f2740;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.pf-school-hero-v2__description,
.pf-school-hero-v4__description,
.pf-school-hero-v5__description {
    max-width: 640px;
    margin-top: 20px;
    color: #64748b;
    font-size: 1.03rem;
    line-height: 1.75;
}

.pf-school-hero-v2__actions,
.pf-school-hero-v4__actions,
.pf-school-hero-v5__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pf-school-hero-v2__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #dce3ea;
}

.pf-school-hero-v2__stats div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pf-school-hero-v2__stats strong {
    color: #163a5f;
    font-size: 1.45rem;
}

.pf-school-hero-v2__stats span {
    color: #64748b;
    font-size: 0.78rem;
}

.pf-school-hero-v2__visual {
    position: relative;
    min-height: 520px;
}

.pf-school-hero-v2__image,
.pf-school-hero-v2__placeholder {
    width: 100%;
    height: 520px;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 28px 70px rgb(15 39 64 / 0.18);
}

.pf-school-hero-v2__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf1f8;
    color: #163a5f;
    font-size: 4rem;
}

.pf-school-hero-v2__badge {
    position: absolute;
    right: -18px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 280px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgb(15 23 42 / 0.16);
}

.pf-school-hero-v2__badge i {
    color: #d6a84b;
    font-size: 1.4rem;
}

.pf-school-hero-v2__badge span {
    display: flex;
    flex-direction: column;
    color: #0f2740;
    font-weight: 800;
}

.pf-school-hero-v2__badge small {
    margin-top: 2px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 500;
}

/* Hero 03 */
.pf-school-hero-v3 {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #102b46;
}

.pf-school-hero-v3__media,
.pf-school-hero-v3__overlay {
    position: absolute;
    inset: 0;
}

.pf-school-hero-v3__image {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}

.pf-school-hero-v3__overlay {
    background:
        linear-gradient(
            180deg,
            rgb(8 30 50 / 0.42) 0%,
            rgb(8 30 50 / 0.68) 48%,
            rgb(8 30 50 / 0.88) 100%
        );
}

.pf-school-hero-v3__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
}

.pf-school-hero-v3__content {
    max-width: 900px;
    padding: 90px 0;
    text-align: center;
    color: #ffffff;
}

.pf-school-hero-v3__eyebrow {
    color: #ffffff;
    background: rgb(255 255 255 / 0.12);
    border: 1px solid rgb(255 255 255 / 0.24);
}

.pf-school-hero-v3__title {
    margin: 20px 0 0;
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5.7rem);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.pf-school-hero-v3__description {
    max-width: 720px;
    margin: 24px auto 0;
    color: rgb(255 255 255 / 0.84);
    font-size: 1.06rem;
    line-height: 1.75;
}

.pf-school-hero-v3__actions,
.pf-school-hero-v3__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.pf-school-hero-v3__actions {
    margin-top: 30px;
}

.pf-school-hero-v3__trust {
    gap: 14px 24px;
    margin-top: 34px;
}

.pf-school-hero-v3__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgb(255 255 255 / 0.86);
    font-size: 0.86rem;
}

.pf-school-hero-v3__trust i {
    color: #d6a84b;
}

/* Hero 04 */
.pf-school-hero-v4 {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    background: #0f2740;
}

.pf-school-hero-v4__background,
.pf-school-hero-v4__overlay {
    position: absolute;
    inset: 0;
}

.pf-school-hero-v4__image {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
}

.pf-school-hero-v4__overlay {
    background:
        linear-gradient(
            90deg,
            rgb(7 27 45 / 0.76),
            rgb(7 27 45 / 0.28)
        );
}

.pf-school-hero-v4__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.42fr);
    gap: 36px;
    min-height: 660px;
    align-items: center;
}

.pf-school-hero-v4__panel {
    max-width: 720px;
    padding: 42px;
    border: 1px solid rgb(255 255 255 / 0.22);
    border-radius: 26px;
    background: rgb(255 255 255 / 0.92);
    box-shadow: 0 26px 70px rgb(2 16 30 / 0.28);
    backdrop-filter: blur(14px);
}

.pf-school-hero-v4__floating {
    display: grid;
    gap: 16px;
    align-self: end;
    padding-bottom: 70px;
}

.pf-school-hero-v4__mini-card {
    display: grid;
    gap: 5px;
    padding: 20px;
    border-radius: 18px;
    background: rgb(10 36 60 / 0.90);
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 0.14);
}

/* Hero 05 */
.pf-school-hero-v5 {
    padding: 72px 0;
    background:
        radial-gradient(circle at 86% 18%, rgb(214 168 75 / 0.16), transparent 26%),
        linear-gradient(135deg, #0f2740 0%, #163a5f 52%, #102b46 100%);
    color: #ffffff;
}

.pf-school-hero-v5__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 58px;
    align-items: center;
}

.pf-school-hero-v5__eyebrow {
    color: #172033;
    background: #d6a84b;
}

.pf-school-hero-v5__title {
    color: #ffffff;
}

.pf-school-hero-v5__description {
    color: rgb(255 255 255 / 0.78);
}

.pf-school-hero-v5__feature-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.pf-school-hero-v5__feature-list span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgb(255 255 255 / 0.90);
}

.pf-school-hero-v5__visual {
    position: relative;
}

.pf-school-hero-v5__media {
    overflow: hidden;
    min-height: 520px;
    border-radius: 30px;
    box-shadow: 0 28px 70px rgb(0 0 0 / 0.26);
}

.pf-school-hero-v5__image,
.pf-school-hero-v5__placeholder {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.pf-school-hero-v5__admission-card {
    position: absolute;
    left: -22px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    color: #0f2740;
    box-shadow: 0 18px 45px rgb(0 0 0 / 0.20);
}

/* Responsive */
@media (max-width: 980px) {
    .pf-school-hero-v2__grid,
    .pf-school-hero-v5__shell {
        grid-template-columns: 1fr;
    }

    .pf-school-hero-v4__inner {
        grid-template-columns: 1fr;
        padding-block: 70px;
    }

    .pf-school-hero-v4__floating {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .pf-school-hero-v2,
    .pf-school-hero-v5 {
        padding: 54px 0;
    }

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

    .pf-school-hero-v2__visual,
    .pf-school-hero-v2__image,
    .pf-school-hero-v5__media,
    .pf-school-hero-v5__image,
    .pf-school-hero-v5__placeholder {
        min-height: 360px;
        height: 360px;
    }

    .pf-school-hero-v2__badge,
    .pf-school-hero-v5__admission-card {
        position: static;
        margin-top: 14px;
    }

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