.careers-hero {
    padding: 20px 0;
}

.careers-hero .container {
    max-width: 1400px;
}

.careers-hero__wrp {
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--color-penn-blue);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    position: relative;
}


.careers-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 720px;
    text-align: center;
}

.careers-hero__label {
    font-size: var(--fs-14);
    font-weight: var(--fw-medium);
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-white);
}

.careers-hero__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-white);
}

.careers-hero__subtitle {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-white);
    opacity: 0.8;
    width: 100%;
}

@media (max-width: 1023px) {
    .careers-hero__wrp {
        min-height: 480px;
        padding: 64px 40px;
    }

    .careers-hero__title {
        font-size: var(--fs-40);
    }
}

@media (max-width: 767px) {
    .careers-hero .container {
        padding-inline: 10px;
    }

    .careers-hero__wrp {
        border-radius: 24px;
        min-height: 500px;
        padding: 64px 20px;
    }

    .careers-hero__content {
        gap: 24px;
        width: 100%;
    }

    .careers-hero__title {
        font-size: var(--fs-32);
    }
}

.careers-about {
    padding: 40px 0;
}

.careers-about__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.careers-about__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-black);
    text-align: center;
}

.careers-about__cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.careers-about__col {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
    max-width: 566px;
}

@media (max-width: 1023px) {
    .careers-about {
        padding: 32px 0;
    }

    .careers-about__wrp {
        gap: 48px;
    }

    .careers-about__title {
        font-size: var(--fs-40);
    }

    .careers-about__cols {
        gap: 24px;
    }

    .careers-about__col {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .careers-about {
        padding: 24px 0;
    }

    .careers-about__wrp {
        gap: 32px;
    }

    .careers-about__title {
        font-size: var(--fs-32);
    }

    .careers-about__cols {
        flex-direction: column;
        gap: 16px;
    }
}

.careers-contact {
    padding: 80px 0;
}

.careers-contact__wrp {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--color-penn-blue);
    background-size: cover;
    background-position: center;
    min-height: 496px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 40px;
}

.careers-contact__head {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1280px;
}

.careers-contact__label {
    font-size: var(--fs-14);
    font-weight: var(--fw-regular);
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--color-white);
    opacity: 0.8;
}

.careers-contact__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-white);
    text-align: center;
}

.careers-contact__card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 720px;
    padding: 32px;
    border-radius: 16px;
    background-color: var(--color-white);
    border: 1px solid #e9edf2;
    text-align: center;
}

.careers-contact__card-text {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

.careers-contact__email {
    font-size: var(--fs-16);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 1023px) {
    .careers-contact {
        padding: 56px 0;
    }

    .careers-contact__wrp {
        min-height: 420px;
        padding: 56px 32px;
    }

    .careers-contact__title {
        font-size: var(--fs-40);
    }
}

@media (max-width: 767px) {
    .careers-contact {
        padding: 40px 0;
    }

    .careers-contact__wrp {
        min-height: 0;
        padding: 40px 20px;
        gap: 32px;
    }

    .careers-contact__title {
        font-size: var(--fs-32);
    }

    .careers-contact__card {
        padding: 24px;
    }
}
