/* ========================================
   CAREERS PAGE STYLES
   Antologa Design System Compliant
   Route: /careers
   ======================================== */

/* ── Hero ──────────────────────────────── */
.careers-hero {
    background: linear-gradient(135deg, var(--antologa-secondary) 0%, var(--antologa-primary) 100%);
    padding: 7rem 0 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.careers-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/img/pictures/hero05.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
}

.careers-hero-inner {
    position: relative;
    z-index: 2;
}

.careers-hero-eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--antologa-contrast) !important;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.careers-hero-title {
    font-family: Inter, sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    font-weight: 800;
    color: white !important;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}

.careers-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 38rem;
    margin: 0 auto 2.5rem auto;
    line-height: 1.7;
}

.careers-hero-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.careers-hero-badge {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 2rem;
    padding: 0.45rem 1.1rem;
    font-family: Nunito, sans-serif;
    font-size: 0.85rem;
    color: white;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* ── Why section ────────────────────────── */
.careers-why-section {
    padding: 5rem 0;
    background-color: var(--antologa-white);
}

.careers-section-eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.careers-section-heading {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.careers-section-header {
    margin-bottom: 3rem;
}

.careers-why-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    border-top: 3px solid var(--antologa-primary);
}

    .careers-why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    }

.careers-why-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.careers-why-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: var(--antologa-dark);
    margin-bottom: 0.6rem;
}

.careers-why-body {
    font-family: Nunito, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    flex: 1;
}

/* ── Looking for section ─────────────────── */
.careers-looking-section {
    padding: 5rem 0;
    background-color: var(--antologa-secondary);
}

    .careers-looking-section .careers-section-heading {
        color: white !important;
    }

    .careers-looking-section .careers-section-eyebrow {
        color: var(--antologa-contrast) !important;
    }

.careers-looking-grid {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.careers-looking-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.careers-looking-check {
    font-size: 1.1rem;
    line-height: 1.5;
    flex-shrink: 0;
}

.careers-looking-text {
    font-family: Nunito, sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.careers-areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.careers-area-chip {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 2rem;
    padding: 0.35rem 1rem;
    font-family: Nunito, sans-serif;
    font-size: 0.82rem;
    color: white;
    font-weight: 600;
}

/* ── Form section ───────────────────────── */
.careers-form-section {
    padding: 5rem 0 6rem;
    background-color: var(--antologa-light-gray);
}

.careers-form-paper {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.careers-form-header {
    background-color: var(--antologa-primary);
    padding: 2.5rem 2.5rem 2rem;
    color: white;
}

.careers-form-header-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: white !important;
    margin-bottom: 0.5rem;
}

.careers-form-header-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.careers-form-body {
    padding: 2.5rem;
}

.careers-form-section-label {
    font-family: Inter, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--antologa-gray);
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    display: block;
}

.careers-text-field {
    width: 100%;
}

.careers-area-toggle-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.careers-area-btn {
    border-radius: 2rem !important;
    text-transform: none !important;
    font-family: Nunito, sans-serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 0 !important;
    padding: 0.3rem 1rem !important;
    min-height: unset !important;
}

.careers-submit-btn {
    border-radius: 0.75rem !important;
    text-transform: none !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    margin-top: 0.5rem;
}

.careers-alert {
    margin-bottom: 1.5rem;
    border-radius: 0.75rem !important;
}

/* ── Responsive ─────────────────────────── */
@media (max-width: 600px) {
    .careers-hero {
        padding: 5rem 0 3.5rem;
    }

    .careers-why-section,
    .careers-looking-section,
    .careers-form-section {
        padding: 3.5rem 0;
    }

    .careers-form-header,
    .careers-form-body {
        padding: 1.75rem;
    }
}
