/* ========================================================
   SANTE CAREER & RECRUITMENT PORTAL
   Standard: Medical Quiet Luxury 2026 (Hospital Benchmark)
   Palette: Deep Sante Navy #16203B | Emerald Teal #0D7A5F | Ice Linen #F8FAF9
   Typography: Inter / System Sans-Serif
   ======================================================== */

.sante-career-portal {
    background-color: #F8FAF9;
    color: #1E293B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding-bottom: 80px;
    -webkit-font-smoothing: antialiased;
}

/* Eliminate redundant spacing above Hero */
.sante-career-portal #ctl00_divCenter,
.sante-career-portal .middle-fullwidth {
    padding-top: 0 !important;
}

.sante-career-portal #ctl00_divAlt1,
.sante-career-portal .altcontent1,
.sante-career-portal .breadcrumb-wrapper {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ========================================================
   1. HERO SECTION (EDITORIAL ASYMMETRIC 55:45)
   Refined Medical Ice-Mint Gradient Background
   ======================================================== */
.career-hero-clean {
    background: linear-gradient(180deg, #EAF3EF 0%, #F2F7F5 55%, #F8FAF9 100%);
    border-bottom: 1px solid rgba(203, 213, 225, 0.7);
    padding: 32px 0 40px 0;
    position: relative;
}

.career-hero-asym-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 52px;
    align-items: center;
}

.career-hero-col-content {
    text-align: left;
}

.hero-editorial-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    color: #0D7A5F;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.career-clean-h1 {
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    color: #16203B;
    line-height: 1.22;
    letter-spacing: -0.03em;
    margin: 0 0 18px 0;
}

.career-clean-h1 .text-teal {
    color: #0D7A5F;
    display: inline-block;
}

.career-clean-lead {
    font-size: 15px;
    font-weight: 400;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 24px 0;
    max-width: 580px;
}

/* Hero Value Highlights (3 Pillars - Borderless Fluid Strip) */
.career-hero-metrics-bar {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.hero-metric-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-metric-box:not(:last-child) {
    border-right: 1px solid #E2E8F0;
    padding-right: 32px;
}

.metric-accent {
    font-size: 20px;
    font-weight: 800;
    color: #0D7A5F;
    letter-spacing: -0.02em;
}

.metric-label {
    font-size: 13px;
    color: #64748B;
    line-height: 1.4;
}

.career-hero-cta-line {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-hero-scroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0D7A5F !important;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 26px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(13, 122, 95, 0.25);
    box-sizing: border-box;
}

.btn-hero-scroll:hover {
    background: #0A634D !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(13, 122, 95, 0.35);
}

.btn-hero-scroll em {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.btn-hero-scroll:hover em {
    transform: translateY(2px);
}

/* Right Column Visual Hospital Anchor */
.career-hero-col-visual {
    position: relative;
}

.career-hero-img-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 44px -12px rgba(22, 32, 59, 0.14);
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: #0B132B;
}

.hero-visual-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.career-hero-img-card:hover .hero-visual-img {
    transform: scale(1.02);
}

.hero-visual-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(22, 32, 59, 0) 0%, rgba(22, 32, 59, 0.88) 100%);
    padding: 40px 24px 20px 24px;
    color: #FFFFFF;
}

.caption-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.caption-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* ========================================================
   2. CATEGORY PILLS FILTER (SEGMENTED EDITORIAL)
   ======================================================== */
.career-tabs-container {
    padding: 24px 0 0 0;
    border-bottom: 1px solid #E2E8F0;
}

.career-clean-pills-row {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 24px !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-width: 1080px;
    margin: 0 auto;
}

.tab-pill-btn {
    padding: 12px 4px 16px 4px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #64748B !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    box-sizing: border-box !important;
    flex: none !important;
}

.tab-pill-btn:hover {
    color: #0D7A5F !important;
}

.tab-pill-btn.active {
    background: transparent !important;
    color: #0D7A5F !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #0D7A5F !important;
    box-shadow: none !important;
}

.tab-pill-btn .badge-num {
    font-size: 11.5px;
    font-weight: 600;
    opacity: 0.65;
    margin-left: 2px;
}

.tab-pill-btn.active .badge-num {
    color: #0D7A5F;
    opacity: 1;
}

/* ========================================================
   3. EDITORIAL JOB BOARD (HAIRLINE DIVIDERS - ANTI-BOXY)
   ======================================================== */
.career-clean-list-section {
    padding-bottom: 56px;
}

.career-clean-list-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

/* Minimalist Editorial Job Row */
.clean-job-card {
    background: #FFFFFF !important;
    border: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 0 !important;
    padding: 24px 28px;
    box-shadow: none !important;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
}

.clean-job-card:last-child {
    border-bottom: none !important;
}

.clean-job-card:hover {
    background: #FAFDFB !important;
}

.clean-job-card:hover .clean-job-title {
    color: #0D7A5F;
}

.clean-job-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.clean-job-main-info {
    flex: 1;
}

.clean-job-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.tag-dept {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    background: #F1F5F9;
    color: #475569;
    letter-spacing: 0.02em;
}

.tag-dept.dept-doc { background: #EEF2FF; color: #3730A3; }
.tag-dept.dept-mkt { background: #ECFDF5; color: #065F46; }
.tag-dept.dept-nurse { background: #F0FDF4; color: #166534; }
.tag-dept.dept-ktv { background: #FAF5FF; color: #7E22CE; }
.tag-dept.dept-duoc { background: #FFFBEB; color: #B45309; }
.tag-dept.dept-svc { background: #FDF2F8; color: #9D174D; }

.clean-job-title {
    font-size: 16px;
    font-weight: 700;
    color: #16203B;
    margin: 0 0 8px 0;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

/* 1-Line Clean Meta Information */
.clean-job-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 12.5px;
    color: #64748B;
}

.clean-job-meta-line span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.clean-job-meta-line em {
    color: #94A3B8;
    font-size: 12px;
}

.clean-job-meta-line .salary-highlight {
    color: #0D7A5F;
    font-weight: 700;
}

.clean-job-meta-line .salary-highlight em {
    color: #0D7A5F;
}

/* Actions in Clean Row */
.clean-job-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-apply-clean {
    background: #0D7A5F !important;
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0 22px !important;
    height: 48px !important;
    min-height: 48px !important;
    min-width: 110px !important;
    border-radius: 8px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(13, 122, 95, 0.2);
}

.btn-apply-clean:hover {
    background: #0A634D !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 122, 95, 0.3);
}

.btn-toggle-jd-clean {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #475569;
    font-size: 12.5px;
    font-weight: 500;
    padding: 0 18px !important;
    height: 48px !important;
    min-height: 48px !important;
    min-width: 92px !important;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.btn-toggle-jd-clean:hover {
    border-color: #0D7A5F;
    color: #0D7A5F;
}

/* Expandable JD Body */
.clean-jd-body {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E2E8F0;
    animation: fadeInJD 0.25s ease-in-out;
}

@keyframes fadeInJD {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.clean-jd-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
}

.jd-column h4 {
    font-size: 13px;
    font-weight: 700;
    color: #16203B;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -0.01em;
}

.jd-column h4 em {
    color: #0D7A5F;
    font-size: 13px;
}

.jd-column ul {
    margin: 0;
    padding-left: 18px;
}

.jd-column li {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* 4. CLEAN PAGINATION */
.career-clean-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.page-btn-clean {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page-btn-clean:hover {
    border-color: #16203B;
    color: #16203B;
}

.page-btn-clean.active {
    background: #16203B;
    border-color: #16203B;
    color: #FFFFFF;
}

.page-nav-clean {
    padding: 0 18px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.page-nav-clean:hover:not(:disabled) {
    border-color: #16203B;
    color: #16203B;
}

.page-nav-clean:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Clean No Results Box */
.clean-no-results {
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    border-radius: 14px;
    padding: 40px 24px;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.clean-no-results h3 {
    font-size: 15px;
    font-weight: 700;
    color: #16203B;
    margin: 0 0 6px 0;
}

.clean-no-results p {
    font-size: 13px;
    color: #64748B;
    margin: 0 0 16px 0;
}

/* ========================================================
   4. RECRUITMENT PROCESS (EDITORIAL 4-COLUMN GRID)
   ======================================================== */
.career-process-section {
    padding: 72px 0 64px 0;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    background: #FFFFFF;
}

.career-section-header-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px auto;
}

.sub-pill-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #0D7A5F;
    background: #EBF7F3;
    border: 1px solid rgba(13, 122, 95, 0.2);
    padding: 5px 16px;
    border-radius: 999px;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.career-section-h2 {
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 800;
    color: #16203B;
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
}

.career-section-desc {
    font-size: 14.5px;
    color: #64748B;
    margin: 0;
}

.career-process-section {
    padding: 80px 0 72px 0;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    background: #FFFFFF;
}

.career-section-header-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px auto;
}

.career-editorial-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    max-width: 1080px;
    margin: 0 auto;
}

.editorial-step-col {
    background: transparent !important;
    border: none !important;
    border-top: 2px solid #E2E8F0 !important;
    border-radius: 0 !important;
    padding: 24px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: none !important;
    transition: border-color 0.25s ease;
}

.editorial-step-col:hover {
    border-top-color: #0D7A5F !important;
    transform: none !important;
    box-shadow: none !important;
}

.editorial-step-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.step-large-num {
    font-size: 36px;
    font-weight: 800;
    color: #0D7A5F;
    line-height: 1;
    letter-spacing: -0.03em;
    transition: color 0.25s ease;
}

.editorial-step-col:hover .step-large-num {
    color: #0A634D;
}

.step-phase-label {
    font-size: 11px;
    font-weight: 600;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.editorial-step-col .step-title {
    font-size: 16px;
    font-weight: 700;
    color: #16203B;
    margin: 0 0 8px 0;
    letter-spacing: -0.01em;
}

.editorial-step-col .step-text {
    font-size: 13px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* ========================================================
   5. TALENT POOL SECTION (QUIET LUXURY TERMINAL)
   ======================================================== */
.career-talent-pool-section {
    padding: 16px 0 64px 0;
    background: #FFFFFF;
}

.talent-pool-card {
    max-width: 1080px;
    margin: 0 auto;
    background: #16203B;
    border-radius: 16px;
    padding: 44px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    box-shadow: 0 16px 36px rgba(22, 32, 59, 0.12);
    position: relative;
    overflow: hidden;
}

.talent-pool-card::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 122, 95, 0.25) 0%, rgba(13, 122, 95, 0) 70%);
    pointer-events: none;
}

.talent-pool-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.talent-pool-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #00CE7C;
    background: rgba(13, 122, 95, 0.2);
    border: 1px solid rgba(13, 122, 95, 0.35);
    padding: 4px 14px;
    border-radius: 999px;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.talent-pool-title {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
}

.talent-pool-lead {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin: 0 0 20px 0;
    max-width: 640px;
}

.talent-pool-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.talent-pool-contacts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.talent-pool-contacts em {
    color: #00CE7C;
}

.talent-pool-cta {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.btn-talent-apply {
    background: #00CE7C !important;
    color: #042E23 !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 14px 28px !important;
    min-height: 48px !important;
    border-radius: 8px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 206, 124, 0.3);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-talent-apply:hover {
    background: #05E58C !important;
    color: #042E23 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 206, 124, 0.4);
}

/* ========================================================
   6. RESPONSIVE & MOBILE DEFENSE
   ======================================================== */
@media (max-width: 992px) {
    .career-hero-asym-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .career-hero-col-content {
        text-align: center;
    }
    .career-hero-commitments-list {
        align-items: center;
    }
    .commitment-line {
        justify-content: center;
    }
    .career-hero-cta-line {
        justify-content: center;
    }
    .career-clean-lead {
        margin: 0 auto 24px auto;
    }
    .hero-visual-img {
        height: 300px;
    }
    .career-editorial-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
    .talent-pool-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 28px;
        gap: 24px;
    }
    .talent-pool-cta {
        width: 100%;
    }
    .btn-talent-apply {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .career-hero-clean {
        padding: 40px 0 32px 0;
    }
    .career-hero-metrics-bar {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
        margin-bottom: 24px;
    }
    .hero-metric-box:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #E2E8F0;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .career-tabs-container {
        padding: 16px 0 16px 0;
    }
    .career-clean-pills-row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding: 4px 16px 12px 16px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px !important;
    }
    .career-clean-pills-row::-webkit-scrollbar {
        display: none;
    }
    .career-clean-list-wrapper {
        border-radius: 12px;
    }
    .clean-job-card {
        padding: 20px 18px;
    }
    .clean-job-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .clean-job-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .btn-apply-clean {
        flex: 1;
        justify-content: center;
    }
    .clean-jd-grid {
        grid-template-columns: 1fr;
    }
    .clean-job-meta-line {
        gap: 10px;
    }
    .career-process-section {
        padding: 48px 0 40px 0;
    }
    .career-editorial-process-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sante-career-portal {
        padding-bottom: 120px !important;
    }
}

/* Hide floating docks on career portal to prevent collision with CTAs */
.sante-floating-dock,
.sante-floating-toolbar {
    display: none !important;
}
