        /* ===== SECTION 1: CAREERS INTRO (white) ===== */
        .careers-intro {
            padding: 90px 0 80px;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        .careers-intro::before {
            content: '';
            position: absolute;
            top: -120px;
            right: -120px;
            width: 350px;
            height: 350px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(var(--primary-rgb),0.05) 0%, transparent 70%);
        }
        .ci-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 20px;
            display: block;
        }
        .ci-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--dark);
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .ci-heading em {
            font-style: italic;
            font-weight: 400;
            color: #555;
        }
        .ci-text {
            font-size: 16px;
            line-height: 1.85;
            color: #505050;
            max-width: 600px;
        }
        .ci-vacancy-box {
            background: #f4f5f6;
            border-radius: 12px;
            padding: 40px 35px;
            border-left: 5px solid var(--accent);
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .ci-vacancy-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 14px;
            display: block;
        }
        .ci-vacancy-status {
            font-size: 1.1rem;
            font-weight: 500;
            color: var(--dark);
            margin-bottom: 14px;
        }
        .ci-vacancy-note {
            font-size: 13.5px;
            color: #777;
            line-height: 1.6;
            margin: 0;
        }

        /* ===== SECTION 2: WHAT WE LOOK FOR (dark gradient) ===== */
        .look-for-section {
            padding: 90px 0 100px;
            background: linear-gradient(170deg, var(--dark) 0%, var(--primary-mid) 40%, var(--primary-mid2) 100%);
            position: relative;
            overflow: hidden;
        }
        .look-for-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background:
                radial-gradient(ellipse at 10% 20%, rgba(var(--primary-rgb),0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 90% 80%, rgba(191,26,46,0.05) 0%, transparent 50%);
            pointer-events: none;
        }
        .lf-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 18px;
            display: block;
            position: relative;
            z-index: 1;
        }
        .lf-heading {
            font-size: 2.2rem;
            font-weight: 700;
            color: #fff;
            line-height: 1.25;
            margin-bottom: 14px;
            position: relative;
            z-index: 1;
        }
        .lf-subtext {
            font-size: 15px;
            line-height: 1.85;
            color: rgba(255,255,255,0.7);
            max-width: 820px;
            margin-bottom: 50px;
            position: relative;
            z-index: 1;
        }
        .lf-card {
            position: relative;
            z-index: 1;
            padding: 32px 28px;
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(var(--primary-rgb),0.12);
            border-radius: 14px;
            height: 100%;
            transition: all 0.4s ease;
        }
        .lf-card:hover {
            background: rgba(255,255,255,0.06);
            border-color: rgba(var(--primary-rgb),0.25);
            transform: translateY(-4px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }
        .lf-card-icon {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent);
            color: #fff;
            border-radius: 10px;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .lf-card h4 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 12px;
        }
        .lf-card p {
            font-size: 14px;
            line-height: 1.75;
            color: rgba(255,255,255,0.65);
            margin: 0;
        }

        /* ===== SECTION 3: AREAS WE HIRE IN (white) ===== */
        .hire-areas-section {
            padding: 90px 0 100px;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        .hire-areas-section::before {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(var(--primary-rgb),0.04) 0%, transparent 70%);
        }
        .ha-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 18px;
            display: block;
        }
        .ha-heading {
            font-size: 2rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 14px;
        }
        .ha-subtext {
            font-size: 15px;
            line-height: 1.85;
            color: #505050;
            margin-bottom: 50px;
            max-width: 750px;
        }
        .ha-domain-card {
            background: #f4f5f6;
            border-radius: 14px;
            padding: 40px 35px;
            height: 100%;
            border: 1px solid rgba(var(--primary-rgb),0.06);
            transition: all 0.3s ease;
        }
        .ha-domain-card:hover {
            box-shadow: 0 12px 35px rgba(var(--primary-rgb),0.08);
            transform: translateY(-3px);
        }
        .ha-domain-label {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #2d6a4f;
            background: rgba(45,106,79,0.08);
            padding: 5px 14px;
            border-radius: 4px;
            margin-bottom: 20px;
        }
        .ha-domain-card:last-child .ha-domain-label,
        .ha-domain-card.aviation .ha-domain-label {
            color: var(--primary);
            background: rgba(var(--primary-rgb),0.08);
        }
        .ha-domain-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 10px;
        }
        .ha-domain-desc {
            font-size: 14.5px;
            line-height: 1.75;
            color: #606060;
            margin-bottom: 28px;
        }
        .ha-domain-divider {
            width: 100%;
            height: 1px;
            background: #ddd;
            margin-bottom: 24px;
        }
        .ha-role-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .ha-role-list li {
            font-size: 14px;
            color: #505050;
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
            line-height: 1.5;
        }
        .ha-role-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 15px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--dark);
        }

        /* ===== SECTION 4: HOW TO APPLY (dark) ===== */
        .apply-section {
            padding: 80px 0 90px;
            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
            position: relative;
        }
        .apply-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            flex-wrap: wrap;
        }
        .apply-left {
            flex: 0 0 auto;
        }
        .apply-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--mid);
            display: block;
            margin-bottom: 8px;
        }
        .apply-right {
            flex: 1 1 auto;
            text-align: right;
        }
        .apply-heading {
            font-size: 1.8rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 8px;
        }
        .apply-email-row {
            display: flex;
            align-items: center;
            gap: 16px;
            justify-content: flex-end;
            flex-wrap: wrap;
        }
        .apply-email-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--mid);
        }
        .apply-email-link {
            font-size: 1.1rem;
            font-weight: 500;
            color: #fff;
            text-decoration: none;
            border-bottom: 2px solid var(--accent);
            padding-bottom: 2px;
            transition: color 0.3s;
        }
        .apply-email-link:hover {
            color: var(--accent);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .ci-heading { font-size: 2.2rem; }
            .lf-heading { font-size: 1.8rem; }
            .apply-inner { flex-direction: column; text-align: center; }
            .apply-right { text-align: center; }
            .apply-email-row { justify-content: center; }
        }
        @media (max-width: 768px) {
            .ci-heading { font-size: 1.8rem; }
            .lf-heading { font-size: 1.5rem; }
            .ha-heading { font-size: 1.6rem; }
            .apply-heading { font-size: 1.4rem; }
        }
