.jes-slider-section {
    --jes-blue: #0d66d0;
    --jes-blue-dark: #12345d;
    --jes-blue-soft: #eef7ff;
    --jes-accent: #ff7a21;
    --jes-accent-dark: #ee6511;
    --jes-text: #17304d;
    --jes-muted: #63758a;
    --jes-border: #e3ebf3;
    position: relative;
    margin: 36px 0;
    padding: clamp(20px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid #e4eef7;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
    box-shadow: 0 12px 34px rgba(36, 82, 126, .08);
    font-family: inherit;
}
.jes-slider-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -130px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(121,195,255,.16), rgba(121,195,255,0) 70%);
    pointer-events: none;
}
.jes-section-head {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
.jes-heading-copy { min-width: 0; }
.jes-section-title {
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    font-size: clamp(16px, 2.7vw, 34px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .02em;
    color: var(--jes-blue-dark);
}
.jes-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 3px;
    background: #5bb6f5;
}
.jes-section-subtitle {
    margin: 11px 0 0;
    color: var(--jes-muted);
    font-size: 14px;
    line-height: 1.8;
}
.jes-carousel-wrap {
    position: relative;
    z-index: 1;
}
.jes-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 0 3px;
    border: 1px solid #d8e6f2;
    border-radius: 50%;
    background: #fff;
    color: var(--jes-blue);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(29, 86, 139, .14);
    transform: translateY(-50%);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.jes-prev { left: -20px; }
.jes-next { right: -20px; }
.jes-arrow:hover { border-color: #a9cde9; background:#f8fcff; box-shadow: 0 8px 18px rgba(29, 86, 139, .18); }
.jes-slider {
    position: relative;
    z-index: 1;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, calc((100% - 36px) / 3));
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    padding: 3px 2px 8px;
    -webkit-overflow-scrolling: touch;
}
.jes-slider::-webkit-scrollbar { display: none; }
.jes-card {
    scroll-snap-align: start;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--jes-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(24, 65, 107, .08);
}
.jes-card-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #edf4fa;
}
.jes-card-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(transparent, rgba(10,31,54,.08));
    pointer-events: none;
}
.jes-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jes-no-image { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#7da0bd; background:linear-gradient(135deg,#eef7ff,#f8fbfe); }
.jes-no-image span { font-size:30px; font-weight:800; letter-spacing:.08em; }
.jes-no-image small { font-size:11px; }
.jes-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(19,101,190,.18);
}
.jes-badge-blue { background: linear-gradient(135deg, #3da3ff, #1978df); }
.jes-badge-pink { background: linear-gradient(135deg, #ff77ae, #ef4f91); }
.jes-badge-green { background: linear-gradient(135deg, #79c93c, #48a91f); }
.jes-card-body { display:flex; flex-direction:column; flex:1; padding:17px 17px 16px; }
.jes-card-title { margin:0 0 4px; padding:0; border:0; font-size:16px; font-weight:800; line-height:1.45; color:var(--jes-text); }
.jes-catch { margin:0 0 13px; color:#536b83; font-size:13px; font-weight:600; line-height:1.65; }
.jes-details { margin:0 0 17px; border-top:1px solid var(--jes-border); }
.jes-detail-row {
    display:grid;
    grid-template-columns: 22px 70px minmax(0, 1fr);
    gap:7px;
    align-items:center;
    padding:9px 0;
    border-bottom:1px solid var(--jes-border);
    font-size:13px;
    line-height:1.5;
}
.jes-detail-icon { display:flex; align-items:center; justify-content:center; width:20px; height:20px; color:#7e93a7; }
.jes-detail-icon svg { width:17px; height:17px; fill:currentColor; }
.jes-detail-row dt { margin:0; font-weight:600; color:#7a8794; white-space:nowrap; }
.jes-detail-row dd { margin:0; min-width:0; color:#243b53; font-weight:600; overflow-wrap:anywhere; }
.jes-detail-salary dd { color:#0e63d3; font-size:13px; font-weight:800; letter-spacing:.01em; }
.jes-detail-salary .jes-salary-number { font-size:17px; line-height:1; font-weight:800; }
.jes-detail-salary .jes-salary-unit { font-size:13px; font-weight:700; }
.jes-cta {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:52px;
    margin-top:auto;
    padding:12px 14px;
    border-radius:9px;
    background:linear-gradient(180deg,#ff8b31,#ff7218);
    color:#fff !important;
    text-decoration:none !important;
    text-align:center;
    font-weight:800;
    font-size:14px;
    line-height:1.45;
    box-shadow:0 5px 12px rgba(255,116,27,.24);
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.jes-cta:hover { transform:translateY(-1px); filter:saturate(1.06); box-shadow:0 8px 16px rgba(255,116,27,.30); }
.jes-cta-arrow { flex:0 0 auto; font-size:21px; line-height:1; }
.jes-pagination { position:relative; z-index:1; display:flex; justify-content:center; gap:7px; margin-top:15px; }
.jes-dot { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:#cad5df; transition:.2s ease; }
.jes-dot.is-active { width:18px; border-radius:8px; background:#1577dc; }
.jes-scroll-hint { display:none; position:relative; z-index:1; margin-top:10px; color:#718399; font-size:12px; text-align:center; }
.jes-swipe-icon { display:inline-block; margin-right:4px; color:#267ac9; font-size:16px; }

@media (max-width: 980px) {
    .jes-slider { grid-auto-columns: minmax(280px, calc((100% - 16px) / 2)); gap:16px; }
}
@media (max-width: 640px) {
    .jes-slider-section { margin:25px 0; padding:20px 16px 17px; border-radius:18px; }
    .jes-section-head { margin-bottom:16px; }
    .jes-section-title { font-size:16px; padding-bottom:9px; }
    .jes-section-subtitle { margin-top:9px; font-size:12.5px; line-height:1.7; }
    .jes-arrow { display:none; }
    .jes-slider {
        grid-auto-columns: 88%;
        gap:11px;
        margin-right:-16px;
        padding-right:16px;
    }
    .jes-card { border-radius:14px; }
    .jes-card-body { padding:14px 14px 13px; }
    .jes-card-title { font-size:16px; }
    .jes-catch { font-size:12.5px; }
    .jes-detail-row { grid-template-columns:20px 64px minmax(0,1fr); gap:6px; padding:8px 0; font-size:12px; }
    .jes-detail-salary dd { font-size:13px; }
    .jes-detail-salary .jes-salary-number { font-size:16px; }
    .jes-detail-salary .jes-salary-unit { font-size:13px; }
    .jes-cta { min-height:50px; font-size:13px; }
    .jes-scroll-hint { display:block; }
}
