html {
    scroll-behavior: smooth;
}

#openings {
    scroll-margin-top: 100px;
}

/* Hide default subheader when Careers Hero Block is present */
#subheader:has(~ * .careers-hero-block),
#subheader:has(~ .careers-hero-block),
body:has(.careers-hero-block) #subheader,
body:has(.careers-hero-block) section#subheader {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.careers-hero-block {
    background: radial-gradient(circle at top center, rgba(40, 60, 86, 0.6) 0%, #0b192c 70%);
    padding-top: 180px !important;
    padding-bottom: 80px;
    color: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.careers-header-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.careers-tag-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ccac60;
    background: rgba(204, 172, 96, 0.12);
    border: 1px solid #ccac60;
    padding: 6px 18px;
    border-radius: 30px;
    margin: 0 auto 20px;
    width: fit-content;
}

.careers-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #ffffff;
}

.careers-hero-title span {
    color: #ccac60;
}

.careers-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #a0aec0;
    max-width: 720px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.careers-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ccac60;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 36px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(204, 172, 96, 0.25);
}

.careers-btn-gold:hover {
    background: #b8984c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 172, 96, 0.4);
    text-decoration: none;
}

@media (max-width: 768px) {
    .careers-hero-title {
        font-size: 32px;
    }
    .careers-hero-subtitle {
        font-size: 15px;
    }
    .careers-hero-block {
        padding-top: 140px !important;
        padding-bottom: 60px;
    }
}
