/* ===== CAREERS PAGE ===== */

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

/* HERO */
.hero-careers{
    position:relative;
    padding:130px 0 54px;
    background-image:url("../../images/contact-hero-bg.png");
    background-size:cover;
    background-position:center 25%;
}

.hero-careers::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 42%, rgba(255,140,50,0.24) 0%, rgba(255,140,50,0.10) 18%, rgba(255,140,50,0.02) 34%, transparent 48%),
        linear-gradient(
            90deg,
            rgba(7,10,16,0.96) 0%,
            rgba(8,12,18,0.88) 34%,
            rgba(8,12,18,0.52) 58%,
            rgba(8,12,18,0.18) 78%,
            rgba(8,12,18,0.08) 100%
        );
}

.hero-careers .hero-content{
    position:relative;
    max-width:620px;
    padding:8px 0 0;
}

.hero-careers h1{
    font-size:64px;
    line-height:0.96;
    font-weight:800;
    letter-spacing:-1.2px;
    margin-bottom:12px;
}

.hero-careers p{
    max-width:520px;
    opacity:0.88;
    color:rgba(255,255,255,0.88);
    margin-bottom:22px;
    line-height:1.55;
}

.hero-buttons{
    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

.hero-careers .btn-primary,
.hero-careers .btn-secondary,
.careers-contact .btn-primary,
.careers-contact .btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:10px;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    transition:all .28s ease;
}

.hero-careers .btn-primary,
.careers-contact .btn-primary{
    color:#ffffff;
    background:linear-gradient(180deg, #ffb347 0%, #ff8c32 100%);
    box-shadow:0 10px 22px rgba(255,140,50,0.28), 0 0 24px rgba(255,140,50,0.16);
}

.hero-careers .btn-primary:hover,
.careers-contact .btn-primary:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(255,140,50,0.34), 0 0 28px rgba(255,140,50,0.18);
}

.hero-careers .btn-secondary,
.careers-contact .btn-secondary{
    color:#ffffff;
    background:rgba(20,24,34,0.62);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
}

.hero-careers .btn-secondary:hover,
.careers-contact .btn-secondary:hover{
    background:rgba(24,28,40,0.78);
}

.hero-visual{
    display:none;
}

/* SHARED SECTION WRAPS */
.careers-benefits,
.careers-jobs,
.careers-process,
.careers-contact{
    padding:16px 0 18px;
}

.careers-benefits .container,
.careers-jobs .container,
.careers-process .container,
.careers-contact .container{
    padding:20px 22px 18px;
    border-radius:18px;
    background:linear-gradient(180deg, rgba(3,5,8,0.78) 0%, rgba(2,4,7,0.94) 100%);
    border:1px solid rgba(255,255,255,0.06);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 40px rgba(0,0,0,0.45), 0 0 22px rgba(255,140,50,0.05);
    backdrop-filter:blur(16px) saturate(120%);
    -webkit-backdrop-filter:blur(16px) saturate(120%);
}

.section-title{
    margin-bottom:16px;
}

.section-title h2{
    font-size:22px;
    line-height:1.15;
    margin-bottom:6px;
    background:linear-gradient(90deg, #ffb14a 0%, #ffffff 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-title p{
    opacity:0.72;
    font-size:13px;
    line-height:1.5;
    color:rgba(230,237,243,0.82);
}

/* BENEFITS */
.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.benefit-card,
.job-card,
.process-step,
.career-inline-note{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg, rgba(20,24,34,0.58) 0%, rgba(15,20,30,0.72) 100%);
    backdrop-filter:blur(16px) saturate(118%);
    -webkit-backdrop-filter:blur(16px) saturate(118%);
    border:1px solid rgba(255,255,255,0.10);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 26px rgba(0,0,0,0.22);
    transition:all .35s ease;
}

.benefit-card:hover,
.job-card:hover,
.process-step:hover{
    transform:translateY(-4px);
    border:1px solid rgba(255,140,50,0.48);
    box-shadow:
        0 0 18px rgba(255,140,50,0.18),
        0 0 42px rgba(255,140,50,0.08),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.benefit-card::before,
.job-card::before,
.process-step::before,
.career-inline-note::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.01) 30%, transparent 56%);
    pointer-events:none;
}

.benefit-card{
    padding:18px 16px 16px;
    border-radius:12px;
}

.benefit-icon{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    margin-bottom:12px;
    font-size:19px;
    color:#ffb14a;
    background:linear-gradient(180deg, rgba(255,177,74,0.18) 0%, rgba(255,140,50,0.10) 100%);
    border:1px solid rgba(255,177,74,0.18);
    box-shadow:0 0 18px rgba(255,140,50,0.12);
}

.benefit-card h3{
    font-size:17px;
    line-height:1.15;
    margin-bottom:10px;
    color:#ffffff;
}

.benefit-card p{
    font-size:12px;
    line-height:1.45;
    color:rgba(230,237,243,0.82);
}

/* JOBS */
.career-inline-note{
    display:inline-flex;
    align-items:center;
    border-radius:14px;
    padding:10px 14px;
    margin-bottom:14px;
}

.career-inline-note span{
    color:#ffffff;
    font-size:13px;
    font-weight:700;
}

.jobs-grid{
    display:grid;
    grid-template-columns:minmax(290px, 420px);
    gap:18px;
    justify-content:start;
}

.job-card{
    border-radius:16px;
    max-width:420px;
}

.job-card-image{
    padding:14px 14px 0;
}

.job-card-image img{
    width:100%;
    height:182px;
    display:block;
    object-fit:cover;
    border-radius:14px;
}

.job-card-body{
    padding:14px 16px 16px;
}

.job-card-body h3{
    font-size:18px;
    line-height:1.12;
    margin-bottom:10px;
    color:#ffffff;
}

.job-summary{
    color:rgba(230,237,243,0.76);
    font-size:13px;
    line-height:1.45;
    margin-bottom:10px;
}

.job-bullets{
    padding-left:0;
    margin:0 0 14px;
}

.job-bullets li{
    position:relative;
    padding-left:14px;
    color:rgba(230,237,243,0.84);
    font-size:13px;
    line-height:1.48;
    margin-bottom:6px;
}

.job-bullets li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#ffb14a;
}

.job-card-actions{
    display:flex;
    align-items:center;
}

/* PROCESS */
.careers-process-layout{
    display:grid;
    grid-template-columns:1.35fr 0.9fr;
    gap:18px;
    align-items:start;
}

.process-list{
    display:grid;
    gap:10px;
}

.process-step{
    display:grid;
    grid-template-columns:54px 1fr 18px;
    gap:14px;
    align-items:center;
    border-radius:14px;
    padding:14px 16px;
}

.process-step-number{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    background:linear-gradient(180deg, rgba(255,177,74,0.28) 0%, rgba(255,140,50,0.12) 100%);
    border:1px solid rgba(255,177,74,0.18);
}

.process-step-content h3{
    color:#ffffff;
    font-size:17px;
    line-height:1.12;
    margin-bottom:4px;
}

.process-step-content p{
    color:rgba(230,237,243,0.74);
    font-size:13px;
    line-height:1.5;
}

.process-step-arrow{
    color:rgba(255,255,255,0.58);
    font-size:16px;
    text-align:right;
}

.process-side-image img{
    width:100%;
    height:304px;
    display:block;
    object-fit:cover;
    border-radius:14px;
}

/* ANCHOR OFFSET FOR HERO BUTTONS */
#career-contact{
    scroll-margin-top:120px;
}
/* CONTACT CTA */
.career-contact-actions{
    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

.career-form{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.career-form .form-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.career-form input,
.career-form textarea{
    width:100%;
    border:none;
    outline:none;
    border-radius:12px;
    padding:16px 18px;
    background:linear-gradient(180deg, rgba(18,22,30,0.82) 0%, rgba(13,18,28,0.94) 100%);
    border:1px solid rgba(255,255,255,0.08);
    color:#ffffff;
    font-size:15px;
    line-height:1.5;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);
    transition:all .28s ease;
}

.career-form input::placeholder,
.career-form textarea::placeholder{
    color:rgba(230,237,243,0.48);
}

.career-form input:focus,
.career-form textarea:focus{
    border-color:rgba(255,140,50,0.55);
    box-shadow:0 0 0 3px rgba(255,140,50,0.10), 0 0 18px rgba(255,140,50,0.10);
}

.career-form textarea{
    resize:vertical;
    min-height:180px;
}

.career-form input[type="file"]{
    padding:14px 16px;
    cursor:pointer;
}

/* RESPONSIVE */
@media (max-width:1100px){
    .benefits-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .careers-process-layout{
        grid-template-columns:1fr;
    }

    .jobs-grid{
        grid-template-columns:1fr;
    }

    .job-card{
        max-width:none;
    }
}

@media (max-width:700px){
    .hero-careers{
        padding:110px 0 18px;
        background-position:center 20%;
    }

    .hero-careers h1{
        font-size:34px;
        line-height:0.98;
        letter-spacing:-0.8px;
        margin-bottom:10px;
    }

    .hero-careers p{
        max-width:100%;
        font-size:13px;
        line-height:1.5;
        opacity:0.86;
        margin-bottom:16px;
    }

    .careers-benefits .container,
    .careers-jobs .container,
    .careers-process .container,
    .careers-contact .container{
        padding:14px 12px 12px;
        border-radius:14px;
    }

    .hero-careers .btn-primary,
    .hero-careers .btn-secondary,
    .careers-contact .btn-primary,
    .careers-contact .btn-secondary{
        min-height:42px;
        padding:0 16px;
        font-size:13px;
        border-radius:10px;
    }

    .hero-buttons,
    .career-contact-actions{
        gap:10px;
    }

    .career-form{
        gap:12px;
    }

    .career-form .form-row{
        grid-template-columns:1fr;
        gap:12px;
    }

    .career-form input,
    .career-form textarea{
        padding:14px 14px;
        font-size:13px;
        border-radius:10px;
    }

    .career-form textarea{
        min-height:160px;
    }

    .section-title{
        margin-bottom:12px;
    }

    .section-title h2{
        font-size:17px;
        margin-bottom:6px;
    }

    .section-title p,
    .benefit-card p,
    .job-summary,
    .job-bullets li,
    .process-step-content p,
    .career-inline-note span{
        font-size:12px;
        line-height:1.45;
    }

    .benefits-grid{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(220px, 220px);
        grid-template-columns:none;
        gap:12px;
        overflow-x:auto;
        overflow-y:hidden;
        padding-bottom:6px;
        scroll-snap-type:x proximity;
        -webkit-overflow-scrolling:touch;
    }

    .benefits-grid::-webkit-scrollbar,
    .jobs-grid::-webkit-scrollbar{
        height:6px;
    }

    .benefits-grid::-webkit-scrollbar-thumb,
    .jobs-grid::-webkit-scrollbar-thumb{
        background:rgba(255,140,50,0.35);
        border-radius:999px;
    }

    .benefit-card{
        min-height:186px;
        scroll-snap-align:start;
        border-radius:12px;
        padding:14px 12px 12px;
    }

    .benefit-card h3{
        font-size:16px;
        line-height:1.12;
        margin-bottom:8px;
    }

    .career-inline-note{
        width:100%;
        border-radius:12px;
        padding:10px 12px;
        margin-bottom:12px;
    }

    .jobs-grid{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(285px, 285px);
        grid-template-columns:none;
        gap:12px;
        overflow-x:auto;
        overflow-y:hidden;
        padding-bottom:6px;
        scroll-snap-type:x proximity;
        -webkit-overflow-scrolling:touch;
    }

    .job-card{
        scroll-snap-align:start;
        border-radius:14px;
    }

    .job-card-image{
        padding:12px 12px 0;
    }

    .job-card-image img{
        height:168px;
        border-radius:12px;
    }

    .job-card-body{
        padding:12px 14px 14px;
    }

    .job-card-body h3,
    .process-step-content h3{
        font-size:15px;
    }

    .process-list{
        gap:8px;
    }

    .process-step{
        grid-template-columns:42px 1fr 14px;
        gap:10px;
        padding:12px 12px;
        border-radius:12px;
    }

    .process-step-number{
        width:30px;
        height:30px;
        font-size:12px;
        border-radius:8px;
    }

    .process-side-image img{
        height:190px;
        border-radius:12px;
    }
}

@media (min-width:1025px){
    .page-careers .container{
        width: calc(100% - 48px) !important;
        max-width: calc(100% - 48px) !important;
        margin-left: auto;
        margin-right: auto;
    }

    .careers-benefits .container,
    .careers-jobs .container,
    .careers-process .container,
    .careers-contact .container{
        width: calc(100% - 48px) !important;
        max-width: calc(100% - 48px) !important;
    }
}

.site-footer{
    position:relative;
    z-index:10;
}

/* JOB APPLY BUTTON OVERRIDE */
.page-careers .job-card-actions .btn-primary{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:46px !important;
    padding:0 20px !important;
    border:none !important;
    border-radius:10px !important;
    font-size:14px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    color:#ffffff !important;
    background:linear-gradient(180deg, #ffb347 0%, #ff8c32 100%) !important;
    box-shadow:0 10px 22px rgba(255,140,50,0.28), 0 0 24px rgba(255,140,50,0.16) !important;
    transition:all .28s ease !important;
}

.page-careers .job-card-actions .btn-primary:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(255,140,50,0.34), 0 0 28px rgba(255,140,50,0.18) !important;
}

@media (max-width:700px){
    .page-careers .job-card-actions .btn-primary{
        min-height:42px !important;
        padding:0 16px !important;
        font-size:13px !important;
        border-radius:10px !important;
    }
}