.sv-job-page{
    min-height:100vh;
    padding:38px 16px 70px;
    background:
        radial-gradient(circle at 8% 8%,rgba(18,103,214,.09),transparent 28%),
        radial-gradient(circle at 92% 10%,rgba(255,153,51,.08),transparent 28%),
        #f4f7fb;
}

.sv-job-container{
    max-width:1180px;
    margin:0 auto;
}

.sv-job-hero{
    background:linear-gradient(135deg,#071a2a,#0d3856);
    border-radius:26px;
    padding:40px;
    color:#fff;
    box-shadow:0 16px 45px rgba(7,26,42,.14);
    margin-bottom:24px;
    position:relative;
    overflow:hidden;
}

.sv-job-hero:before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    right:-80px;
    top:-110px;
    background:rgba(255,153,51,.13);
}

.sv-job-hero:after{
    content:"CAREER";
    position:absolute;
    right:28px;
    bottom:15px;
    font-size:58px;
    line-height:1;
    font-weight:900;
    color:rgba(255,255,255,.045);
    letter-spacing:4px;
}

.sv-job-eyebrow{
    display:inline-flex;
    padding:7px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.20);
    font-size:11px;
    font-weight:800;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.sv-job-hero h1{
    margin:16px 0 10px;
    font-size:clamp(32px,4vw,48px);
    line-height:1.05;
    font-weight:900;
}

.sv-job-hero p{
    margin:0;
    max-width:760px;
    color:#dbeafe;
    line-height:1.75;
    font-size:16px;
}

.sv-job-filter{
    background:#fff;
    border:1px solid #e4e9ef;
    border-radius:20px;
    padding:16px;
    box-shadow:0 9px 28px rgba(7,26,42,.06);
    margin-bottom:25px;
}

.sv-job-filter-grid{
    display:grid;
    grid-template-columns:2fr 1.2fr 1fr auto;
    gap:11px;
}

.sv-job-input,
.sv-job-select{
    width:100%;
    height:49px;
    border:1px solid #d7dfe8;
    border-radius:12px;
    padding:0 14px;
    background:#fff;
    color:#172033;
    outline:none;
    box-sizing:border-box;
}

.sv-job-input:focus,
.sv-job-select:focus{
    border-color:#6ca1df;
    box-shadow:0 0 0 4px rgba(18,103,214,.09);
}

.sv-job-btn{
    min-height:49px;
    border-radius:12px;
    padding:0 20px;
    border:0;
    font-weight:800;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.sv-job-btn-primary{
    color:#fff;
    background:linear-gradient(135deg,#1267d6,#0b4fa8);
}

.sv-job-btn-outline{
    color:#1267d6;
    background:#fff;
    border:1px solid #bcd4f0;
}

.sv-job-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.sv-job-premium-card{
    background:#fff;
    border:1px solid #e4e9ef;
    border-radius:20px;
    padding:22px;
    box-shadow:0 7px 25px rgba(7,26,42,.06);
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.2s ease;
}

.sv-job-premium-card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 40px rgba(7,26,42,.12);
}

.sv-job-card-top{
    display:flex;
    justify-content:space-between;
    gap:8px;
    margin-bottom:14px;
}

.sv-job-pill{
    padding:6px 10px;
    border-radius:999px;
    background:#eaf8ef;
    color:#137333;
    font-size:11px;
    font-weight:800;
}

.sv-job-featured-pill{
    padding:6px 10px;
    border-radius:999px;
    background:#fff2cc;
    color:#7b5b00;
    font-size:11px;
    font-weight:800;
}

.sv-job-premium-card h2{
    margin:0 0 6px;
    font-size:21px;
    line-height:1.3;
    color:#172033;
}

.sv-job-company{
    font-weight:800;
    color:#354357;
}

.sv-job-meta{
    display:grid;
    gap:9px;
    margin:18px 0 20px;
    color:#687487;
    font-size:14px;
}

.sv-job-apply-wrap{
    margin-top:auto;
}

.sv-job-empty{
    background:#fff;
    border:1px dashed #c8d2dd;
    border-radius:20px;
    padding:55px 25px;
    text-align:center;
}

.sv-job-empty-icon{
    width:66px;
    height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    border-radius:18px;
    background:#edf4ff;
    font-size:30px;
}

.sv-job-empty h2{
    margin:0 0 8px;
    color:#172033;
}

.sv-job-empty p{
    margin:0;
    color:#748094;
}

.sv-job-detail-page{
    min-height:100vh;
    padding:38px 16px 70px;
    background:
        radial-gradient(circle at 12% 10%,rgba(18,103,214,.07),transparent 26%),
        #f4f7fb;
}

.sv-job-detail-container{
    max-width:1180px;
    margin:0 auto;
}

.sv-job-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,2fr) minmax(280px,.9fr);
    gap:22px;
    align-items:start;
}

.sv-job-main-card,
.sv-job-side-card{
    background:#fff;
    border:1px solid #e4e9ef;
    border-radius:22px;
    box-shadow:0 10px 34px rgba(7,26,42,.07);
}

.sv-job-main-card{
    padding:36px;
}

.sv-job-side-card{
    padding:24px;
    position:sticky;
    top:90px;
}

.sv-job-detail-badge{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    background:#eaf8ef;
    color:#137333;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}

.sv-job-main-card h1{
    margin:15px 0 8px;
    font-size:clamp(32px,4vw,50px);
    line-height:1.06;
    color:#172033;
}

.sv-job-detail-company{
    font-size:19px;
    font-weight:800;
    color:#344257;
}

.sv-job-detail-location{
    margin-top:9px;
    color:#6d7787;
}

.sv-job-section{
    padding:23px 0;
    border-top:1px solid #edf0f4;
}

.sv-job-section:first-of-type{
    margin-top:25px;
}

.sv-job-section h2{
    margin:0 0 11px;
    color:#09263d;
    font-size:21px;
}

.sv-job-section-content{
    color:#49566a;
    line-height:1.85;
    white-space:pre-line;
}

.sv-job-summary-title{
    margin:0 0 18px;
    font-size:19px;
    font-weight:900;
    color:#0a2740;
}

.sv-job-summary-row{
    padding:12px 0;
    border-bottom:1px solid #edf0f4;
    display:flex;
    justify-content:space-between;
    gap:15px;
    font-size:14px;
}

.sv-job-summary-row span:first-child{
    color:#788395;
}

.sv-job-summary-row span:last-child{
    text-align:right;
    font-weight:700;
    color:#263548;
}

.sv-job-side-btn{
    width:100%;
    margin-top:17px;
}

.sv-job-source-btn{
    width:100%;
    margin-top:9px;
}

@media(max-width:1000px){
    .sv-job-cards{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .sv-job-filter-grid{
        grid-template-columns:1fr 1fr;
    }

    .sv-job-filter-grid .sv-job-btn{
        grid-column:1/-1;
    }

    .sv-job-detail-grid{
        grid-template-columns:1fr;
    }

    .sv-job-side-card{
        position:static;
    }
}

@media(max-width:640px){
    .sv-job-page,
    .sv-job-detail-page{
        padding:22px 12px 50px;
    }

    .sv-job-hero,
    .sv-job-main-card,
    .sv-job-side-card{
        padding:23px 18px;
        border-radius:18px;
    }

    .sv-job-cards,
    .sv-job-filter-grid{
        grid-template-columns:1fr;
    }

    .sv-job-filter-grid .sv-job-btn{
        grid-column:auto;
    }
}
