 /* ── Hero ─────────────────────────────────────── */
        .career-hero {
            background: linear-gradient(135deg, #0a1e38 0%, #0f3460 50%, #1a5fa8 100%);
            padding: 90px 0 70px;
            position: relative;
            overflow: hidden;
        }

        .career-hero::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -6%;
            width: 520px;
            height: 520px;
            background: radial-gradient(circle, rgba(74, 144, 226, .16) 0%, transparent 68%);
            border-radius: 50%;
        }

        .career-hero::after {
            content: '';
            position: absolute;
            bottom: -35%;
            left: -5%;
            width: 380px;
            height: 380px;
            background: radial-gradient(circle, rgba(74, 144, 226, .10) 0%, transparent 68%);
            border-radius: 50%;
        }

        .career-hero .hero-eyebrow {
            display: inline-block;
            background: rgba(74, 144, 226, .22);
            border: 1px solid rgba(74, 144, 226, .45);
            color: #7db8f7;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 6px 18px;
            border-radius: 30px;
            margin-bottom: 22px;
        }

        .career-hero h1 {
            color: #fff;
            font-size: 44px;
            font-weight: 800;
            line-height: 1.18;
            margin-bottom: 18px;
        }

        .career-hero h1 span {
            color: #7db8f7;
        }

        .career-hero p.hero-lead {
            color: rgba(255, 255, 255, .78);
            font-size: 16.5px;
            line-height: 1.75;
            max-width: 620px;
            margin-bottom: 32px;
        }

        .career-hero .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #fff;
            color: #0f2a4a;
            font-size: 15px;
            font-weight: 700;
            padding: 14px 30px;
            border-radius: 40px;
            text-decoration: none;
            transition: background .25s, transform .25s;
        }

        .career-hero .hero-cta:hover {
            background: #e8f1fc;
            transform: translateY(-2px);
        }

        .career-hero .hero-cta svg {
            width: 18px;
            height: 18px;
            fill: #1a5fa8;
        }

        /* Floating stat pills on hero */
        .hero-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 36px;
        }

        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 30px;
            padding: 8px 18px;
            color: rgba(255, 255, 255, .9);
            font-size: 13.5px;
            font-weight: 500;
        }

        .hero-pill svg {
            width: 15px;
            height: 15px;
            fill: #7db8f7;
        }

        /* ── Why Join section ─────────────────────────── */
        .why-join-section {
            padding: 80px 0 50px;
            background: #f8fafd;
        }

        .section-eyebrow {
            display: inline-block;
            background: #e8f1fc;
            color: #1a5fa8;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            padding: 5px 16px;
            border-radius: 20px;
            margin-bottom: 14px;
        }

        .section-title {
            color: #0f2a4a;
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 14px;
            line-height: 1.25;
        }

        .section-sub {
            color: #5a6e85;
            font-size: 15.5px;
            line-height: 1.75;
            max-width: 580px;
        }

        /* Perk cards */
        .perk-card {
            background: #fff;
            border: 1px solid #e4ecf7;
            border-radius: 18px;
            padding: 30px 26px;
            height: 100%;
            transition: box-shadow .3s, transform .3s;
        }

        .perk-card:hover {
            box-shadow: 0 12px 40px rgba(15, 42, 74, .1);
            transform: translateY(-5px);
        }

        .perk-card .perk-icon {
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, #deeeff, #c2dcf8);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
        }

        .perk-card .perk-icon svg {
            width: 26px;
            height: 26px;
            fill: #1a5fa8;
        }

        .perk-card h5 {
            color: #0f2a4a;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .perk-card p {
            color: #6a7f96;
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }

        /* ── Culture / text section ───────────────────── */
        .culture-section {
            padding: 70px 0;
        }

        .culture-section p {
            color: #4a5a6e;
            font-size: 15.5px;
            line-height: 1.85;
            margin-bottom: 18px;
        }

        .culture-section p:last-child {
            margin-bottom: 0;
        }

        .culture-highlight {
            background: linear-gradient(135deg, #f0f7ff, #e4f0ff);
            border-left: 4px solid #1a5fa8;
            border-radius: 0 12px 12px 0;
            padding: 18px 24px;
            margin: 24px 0;
            color: #1a4a7a;
            font-size: 15px;
            line-height: 1.75;
            font-style: italic;
        }

        /* ── Application Form ─────────────────────────── */
        .apply-section {
            padding: 0 0 90px;
            background: #f8fafd;
        }

        .apply-wrapper {
            background: #fff;
            border: 1px solid #e4ecf7;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(15, 42, 74, .08);
        }

        .apply-header {
            background: linear-gradient(135deg, #0f2a4a, #1a5fa8);
            padding: 40px 48px 38px;
        }

        .apply-header h2 {
            color: #fff;
            font-size: 26px;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .apply-header p {
            color: rgba(255, 255, 255, .72);
            font-size: 15px;
            margin: 0;
        }

        .apply-body {
            padding: 44px 48px 48px;
        }

        @media (max-width: 768px) {
            .apply-header {
                padding: 28px 24px 26px;
            }

            .apply-body {
                padding: 28px 24px 32px;
            }

            .career-hero h1 {
                font-size: 30px;
            }

            .section-title {
                font-size: 26px;
            }
        }

        /* Form fields */
        .form-group-label {
            display: block;
            font-size: 13.5px;
            font-weight: 600;
            color: #0f2a4a;
            margin-bottom: 7px;
        }

        .form-group-label span.req {
            color: #e05c5c;
        }

        .apply-input {
            width: 100%;
            border: 1.5px solid #d8e4f0;
            border-radius: 10px;
            padding: 12px 16px;
            font-size: 14.5px;
            color: #2d4a6a;
            background: #fafcff;
            outline: none;
            transition: border-color .25s, box-shadow .25s;
            appearance: none;
        }

        .apply-input:focus {
            border-color: #1a5fa8;
            box-shadow: 0 0 0 3px rgba(26, 95, 168, .12);
            background: #fff;
        }

        .apply-input::placeholder {
            color: #a8bece;
        }

        textarea.apply-input {
            resize: vertical;
            min-height: 130px;
        }

        /* File upload */
        .file-upload-wrapper {
            position: relative;
        }

        .file-upload-label {
            display: flex;
            align-items: center;
            gap: 14px;
            border: 2px dashed #b8d0ea;
            border-radius: 10px;
            padding: 18px 20px;
            background: #f4f8fe;
            cursor: pointer;
            transition: border-color .25s, background .25s;
        }

        .file-upload-label:hover {
            border-color: #1a5fa8;
            background: #eaf3ff;
        }

        .file-upload-label .upload-icon {
            width: 44px;
            height: 44px;
            background: #deeeff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .file-upload-label .upload-icon svg {
            width: 22px;
            height: 22px;
            fill: #1a5fa8;
        }

        .file-upload-label .upload-text strong {
            display: block;
            font-size: 14px;
            font-weight: 700;
            color: #0f2a4a;
            margin-bottom: 2px;
        }

        .file-upload-label .upload-text span {
            font-size: 12px;
            color: #8aa4be;
        }

        .file-upload-label .browse-btn {
            margin-left: auto;
            background: #1a5fa8;
            color: #fff;
            font-size: 12.5px;
            font-weight: 600;
            padding: 8px 18px;
            border-radius: 20px;
            flex-shrink: 0;
        }

        #resumeInput {
            display: none;
        }

        #fileName {
            margin-top: 8px;
            font-size: 12.5px;
            color: #1a5fa8;
            font-weight: 500;
        }

        /* Submit button */
        .btn-apply-submit {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #1a5fa8, #0f2a4a);
            color: #fff;
            font-size: 15.5px;
            font-weight: 700;
            padding: 16px 40px;
            border-radius: 40px;
            border: none;
            cursor: pointer;
            transition: opacity .25s, transform .25s;
            letter-spacing: .3px;
        }

        .btn-apply-submit:hover {
            opacity: .88;
            transform: translateY(-2px);
        }

        .btn-apply-submit svg {
            width: 19px;
            height: 19px;
            fill: #fff;
        }

        /* Divider */
        .form-divider {
            height: 1px;
            background: #edf2f9;
            margin: 28px 0;
        }

        .form-section-title {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #a0b4cc;
            margin-bottom: 18px;
        }