/* =========================================
           HERO
        ========================================= */
.careers-hero {
    padding: 150px 0 90px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.1) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.careers-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.07) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    border: 1px solid rgba(251, 146, 60, 0.25);
    border-radius: 50px;
    background: #fff;
    color: #fb923c;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

.hero-badge-dot {
    width: 6px;
    height: 6px;
    background: #fb923c;
    border-radius: 50%;
    display: inline-block;
}

.careers-hero h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 68px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.04em;
    line-height: 1.0;
    margin: 0 0 22px;
}

.careers-hero p.hero-sub {
    font-size: 17px;
    color: #64748b;
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 40px;
}

/* Hero stats strip */
.hero-stats {
    display: inline-flex;
    gap: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.hero-stat-item {
    padding: 20px 36px;
    text-align: center;
    border-right: 1px solid #e2e8f0;
}

.hero-stat-item:last-child {
    border-right: none;
}

.hero-stat-item p.stat-num {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 4px;
    line-height: 1;
}

.hero-stat-item p.stat-lbl {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

/* Breadcrumb */
.zb-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 32px;
}

.zb-breadcrumb a {
    color: #fb923c;
    text-decoration: none;
    font-weight: 600;
}

.zb-breadcrumb i.sep {
    font-size: 10px;
    color: #cbd5e1;
}

/* =========================================
   WHY JOIN US — 2 SECTIONS
========================================= */

/* ── Section 1: White background ── */
.wj-sec-1 {
    background: #ffffff;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.wj-sec-1::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.1) 0%, transparent 70%);
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

/* ── Section 2: Light orange shaded background ── */
.wj-sec-2 {
    background: #fff8f3;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.wj-sec-2::before {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.14) 0%, transparent 70%);
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

.wj-sec-2::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* ── Image Column ── */
.wj-img-col {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Decorative frame behind image */
/* .wj-img-frame {
    position: absolute;
    top: 16px;
    left: 16px;
    right: -16px;
    bottom: -16px;
    border: 2px solid rgba(251, 146, 60, 0.2);
    border-radius: 26px;
    z-index: 0;
} */

.wj-main-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.wj-main-img:hover {
    transform: scale(1.02);
}

/* Floating badge */
.wj-float-badge {
    position: absolute;
    bottom: -20px;
    right: -10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
    animation: wjFloat 3s ease-in-out infinite;
}

@keyframes wjFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.wj-badge-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fb923c, #ea580c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(251, 146, 60, 0.35);
}

.wj-badge-num {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    background: linear-gradient(135deg, #fb923c 20%, #ea580c 45%, #2563eb 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wj-badge-lbl {
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 2px 0 0;
}

/* ── Text Column ── */
.wj-text-col {}

/* Tag badge */
.wj-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(251, 146, 60, 0.25);
    background: #fff;
    color: #fb923c;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 18px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
}

.wj-tag-dot {
    width: 6px;
    height: 6px;
    background: #fb923c;
    border-radius: 50%;
    display: inline-block;
}

/* Title */
.wj-title {
    font-size: 38px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 18px;
}

.wj-grad {
    background: linear-gradient(135deg, #fb923c 20%, #ea580c 45%, #2563eb 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.wj-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 30px;
    max-width: 480px;
}

/* Feature list */
.wj-feat-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}

.wj-feat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    transition: all 0.3s ease;
    cursor: default;
}

/* Section 2 items start on white */
.wj-sec-2 .wj-feat-item {
    background: #ffffff;
}

.wj-feat-item:hover {
    background: rgba(251, 146, 60, 0.06);
    border-color: rgba(251, 146, 60, 0.25);
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(251, 146, 60, 0.08);
}

.wj-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(251, 146, 60, 0.08);
    border: 1px solid rgba(251, 146, 60, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fb923c;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.wj-feat-item:hover .wj-feat-icon {
    background: #fb923c;
    color: #fff;
    box-shadow: 0 8px 18px rgba(251, 146, 60, 0.4);
}

.wj-feat-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px;
    transition: color 0.3s;
}

.wj-feat-item:hover .wj-feat-title {
    color: #fb923c;
}

.wj-feat-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* CTA button */
.wj-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f172a;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}

.wj-btn:hover {
    background: linear-gradient(135deg, #fb923c, #ea580c);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(251, 146, 60, 0.4);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .wj-title {
        font-size: 30px;
    }

    .wj-main-img {
        height: 340px;
    }

    .wj-float-badge {
        bottom: -10px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .wj-title {
        font-size: 26px;
    }

    .wj-main-img {
        height: 280px;
    }

    .wj-img-frame {
        display: none;
    }
}

@media (max-width: 575px) {

    .wj-sec-1,
    .wj-sec-2 {
        padding: 60px 0;
    }

    .wj-title {
        font-size: 24px;
    }

    .wj-desc {
        font-size: 14px;
    }

    .wj-feat-item {
        padding: 14px 16px;
    }
}

/* =========================================
           JOB LISTINGS
        ========================================= */
.jobs-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Filter tabs */
.job-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.job-filter-btn {
    padding: 9px 22px;
    border-radius: 50px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.job-filter-btn:hover,
.job-filter-btn.active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

/* Job card */
.job-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 20px;
    padding: 32px 36px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.job-card:hover {
    border-color: rgba(251, 146, 60, 0.3);
    box-shadow: 0 16px 40px rgba(251, 146, 60, 0.1);
    transform: translateX(6px);
}

.job-card:last-child {
    margin-bottom: 0;
}

.job-card-left {
    flex: 1;
}

.job-dept-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.badge-dev {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.badge-design {
    background: rgba(168, 85, 247, 0.08);
    color: #9333ea;
    border: 1px solid rgba(168, 85, 247, 0.2);
}

.badge-ai {
    background: rgba(251, 146, 60, 0.1);
    color: #fb923c;
    border: 1px solid rgba(251, 146, 60, 0.25);
}

.badge-mkt {
    background: rgba(34, 197, 94, 0.08);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.badge-mgmt {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.job-card p.job-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.job-card:hover p.job-title {
    color: #fb923c;
}

.job-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.meta-tag{
     background-color: #fff !important;
}

.job-meta p.meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #0f172a;
    font-weight: 500;
    margin: 0;
}

.job-meta p.meta-tag i {
    color: #fb923c;
    font-size: 11px;
}

.job-card-right {
    flex-shrink: 0;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 50px;
    background: #0f172a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #fb923c, #ea580c);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(251, 146, 60, 0.35);
    color: #fff;
}

/* =========================================
           OPEN APPLICATION STRIP
        ========================================= */
.open-app-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.open-app-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.1) 0%, transparent 70%);
    filter: blur(60px);
}

.open-app-section p.oas-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fb923c;
    margin: 0 0 12px;
}

.open-app-section p.oas-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 14px;
}

.open-app-section p.oas-desc {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0;
    max-width: 420px;
}

.oas-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 50px;
    background: linear-gradient(135deg, #fb923c, #ea580c);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(251, 146, 60, 0.4);
}

.oas-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(251, 146, 60, 0.5);
    color: #fff;
}

/* =========================================
           APPLY MODAL
        ========================================= */
.apply-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.apply-modal-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.apply-modal {
    background: #ffffff;
    border-radius: 28px;
    width: 100%;
    max-width: 680px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
    transform: translateY(30px) scale(0.97);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.apply-modal-overlay.open .apply-modal {
    transform: translateY(0) scale(1);
}

/* Modal header */
.modal-header-zb {
    padding: 36px 40px 28px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.modal-job-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(251, 146, 60, 0.1);
    border: 1px solid rgba(251, 146, 60, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fb923c;
    flex-shrink: 0;
}

.modal-header-text {
    flex: 1;
}

.modal-header-text p.modal-applying-for {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fb923c;
    margin: 0 0 6px;
}

.modal-header-text p.modal-job-title {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.modal-job-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 50px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    margin: 0;
}

.modal-tag i {
    color: #fb923c;
    font-size: 10px;
}

.modal-close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.modal-close-btn:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #dc2626;
}

/* Modal form body */
.modal-body-zb {
    padding: 32px 40px 40px;
}

.modal-input-group {
    margin-bottom: 18px;
    position: relative;
}

.modal-label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 8px;
}

.modal-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #94a3b8;
    pointer-events: none;
    transition: color 0.3s;
    z-index: 2;
}

.modal-textarea-icon {
    position: absolute;
    left: 16px;
    top: 44px;
    font-size: 14px;
    color: #94a3b8;
    pointer-events: none;
    z-index: 2;
}

.modal-form-control {
    width: 100%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px 14px 46px;
    font-size: 14px;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.modal-form-control:focus {
    background: #fff;
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.1);
}

.modal-form-control::placeholder {
    color: #94a3b8;
}

.modal-input-group:focus-within .modal-input-icon,
.modal-input-group:focus-within .modal-textarea-icon {
    color: #fb923c;
}

textarea.modal-form-control {
    resize: none;
    padding-top: 16px;
}

select.modal-form-control {
    appearance: none;
    cursor: pointer;
}

/* CV Upload area */
.cv-upload-area {
    border: 2px dashed #e2e8f0;
    border-radius: 16px;
    padding: 36px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
    position: relative;
}

.cv-upload-area:hover,
.cv-upload-area.drag-over {
    border-color: #fb923c;
    background: rgba(251, 146, 60, 0.04);
}

.cv-upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.cv-upload-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(251, 146, 60, 0.1);
    border: 1px solid rgba(251, 146, 60, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fb923c;
    margin: 0 auto 16px;
}

.cv-upload-area p.upload-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.cv-upload-area p.upload-sub {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 16px;
}

.upload-browse-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 50px;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: none;
}

.cv-upload-area:hover .upload-browse-btn {
    background: linear-gradient(135deg, #fb923c, #ea580c);
}

.cv-file-preview {
    display: none;
    align-items: center;
    gap: 12px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 12px;
    padding: 14px 18px;
    margin-top: 12px;
}

.cv-file-preview.show {
    display: flex;
}

.cv-file-preview p.file-name {
    font-size: 13px;
    font-weight: 600;
    color: #16a34a;
    margin: 0;
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cv-remove-btn {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    transition: color 0.3s;
}

.cv-remove-btn:hover {
    color: #dc2626;
}

/* Modal submit */
.modal-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #fb923c, #ea580c);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(251, 146, 60, 0.35);
    margin-top: 8px;
}

.modal-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(251, 146, 60, 0.45);
}

/* Success state */
.modal-success {
    display: none;
    text-align: center;
    padding: 60px 40px;
}

.modal-success.show {
    display: block;
}

.success-icon-big {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 24px;
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.35);
}

.modal-success p.success-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 12px;
}

.modal-success p.success-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.success-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    background: #0f172a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.success-close-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
}

/* =========================================
           RESPONSIVE
        ========================================= */
@media (max-width: 991px) {
    .careers-hero h2 {
        font-size: 44px;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-card-right {
        width: 100%;
    }

    .apply-btn {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        flex-direction: column;
        border-radius: 16px;
    }

    .hero-stat-item {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .hero-stat-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .careers-hero h2 {
        font-size: 34px;
    }

    .modal-header-zb,
    .modal-body-zb {
        padding: 24px 24px;
    }

    .section-title-dark {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .careers-hero {
        padding: 130px 0 70px;
    }

    .careers-hero h2 {
        font-size: 28px;
    }

    .job-card {
        padding: 24px 20px;
    }

    .oas-btn {
        width: 100%;
        justify-content: center;
    }
}