﻿/* ============================================================
   PTK CAREER PORTAL — MODERN EMERALD THEME
   Konsisten dengan identitas HRIS (master-modern.css)
   ============================================================ */

:root {
    --ptk-green-950: #022c22;
    --ptk-green-900: #064e3b;
    --ptk-green-800: #0b5d3f;
    --ptk-green-700: #0f766e;
    --ptk-green-600: #15803d;
    --ptk-green-500: #198754;
    --ptk-green-400: #34d399;
    --ptk-green-300: #6ee7b7;
    --ptk-green-200: #a7f3d0;
    --ptk-green-100: #d1fae5;
    --ptk-green-50: #ecfdf5;
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-700: #334155;
    --slate-600: #475569;
    --slate-500: #64748b;
    --slate-400: #94a3b8;
    --slate-300: #cbd5e1;
    --slate-200: #e2e8f0;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --surface: #ffffff;
    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --shadow-sm: 0 6px 18px rgba(15, 23, 42, .07);
    --shadow-md: 0 14px 36px rgba(15, 23, 42, .10);
    --shadow-lg: 0 28px 64px rgba(15, 23, 42, .16);
    --shadow-green: 0 12px 28px rgba(25, 135, 84, .24);
    --font-base: 'Poppins', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
    box-sizing: border-box;
}

/* ============================================================
   BODY / LAYOUT
   ============================================================ */

body {
    font-family: var(--font-base);
    color: var(--slate-700);
    line-height: 1.6;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background:
        radial-gradient(1000px 460px at 12% -6%, rgba(25, 135, 84, .13), transparent 55%),
        radial-gradient(820px 420px at 95% 8%, rgba(13, 148, 136, .10), transparent 55%),
        radial-gradient(760px 460px at 50% 112%, rgba(25, 135, 84, .08), transparent 60%),
        linear-gradient(180deg, #eefbf4 0%, #f8fafc 55%, #eef3f8 100%);
}

    body::before {
        content: '';
        position: fixed;
        top: -160px;
        right: -160px;
        width: 520px;
        height: 520px;
        background: url('../assets/img/PTK.png') no-repeat center;
        background-size: contain;
        opacity: .03;
        pointer-events: none;
        z-index: 0;
    }

/* Override template style.css (.main-wrapper login/error box) */
.main-wrapper {
    width: 100%;
    height: auto !important;
    min-height: 100vh !important;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main-wrapper .container {
    max-width: 1400px;
    padding: 36px 18px 56px;
    position: relative;
    z-index: 2;
}

/* ============================================================
   FLYER (kiri lama, dipakai untuk PNG)
   ============================================================ */

.flyer-header {
    background: #f6fbf8;
    padding: 4px;
    text-align: center;
    border-bottom: 2px solid var(--ptk-green-500);
    margin-bottom: 4px;
    border-radius: 8px;
}

    .flyer-header img.logo {
        max-height: 50px;
        margin-bottom: 2px;
    }

    .flyer-header h3 {
        font-size: 1.9rem;
        color: var(--ptk-green-700);
        margin: 0;
        font-weight: 700;
    }

    .flyer-header p.lead {
        font-size: 1.1rem;
        margin: 0;
        color: var(--ptk-green-600);
    }

/* ============================================================
   JOB CARD (flyer lowongan)
   ============================================================ */

.job-card {
    position: relative;
    margin-bottom: 16px;
    padding: 20px;
    background: var(--surface);
    border-radius: var(--radius-xl);
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-md);
    transition: all .28s ease;
    overflow: hidden;
    animation: ptkFadeUp .55s ease both;
}

    /* Emerald Accent Bar (atas) */
    .job-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, #15803d, #34d399);
        border-radius: 0 0 6px 6px;
    }

    .job-card:hover {
        border-color: var(--ptk-green-300);
        box-shadow: var(--shadow-lg);
        transform: translateY(-5px);
    }

/* ============================================================
   FLYER MODERN (isi card lowongan)
   ============================================================ */

.flyer-top {
    padding: 18px 16px 6px;
}

.flyer-logo {
    max-height: 62px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(25, 135, 84, .25);
    border-radius: 18px;
    padding: 8px 18px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.hiring-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 6px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg, #15803d, #0f766e);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    box-shadow: 0 8px 18px rgba(25, 135, 84, .30);
}

.flyer-tagline {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--ptk-green-800);
}

.flyer-title-wrap {
    margin-top: 8px;
}

.flyer-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .2px;
    color: #065f46;
}

.flyer-meta {
    gap: 8px;
}

.flyer-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(25, 135, 84, .22);
    color: var(--ptk-green-700);
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
}

.flyer-desc {
    margin: 0 0 14px;
    padding: 14px 16px;
    text-align: justify;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: var(--radius-md);
    color: var(--slate-600);
    font-size: 13px;
    line-height: 1.65;
}

.positions-box {
    margin-bottom: 6px;
}

.positions-label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ptk-green-700);
}

.positions-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.position-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(236, 253, 245, .9);
    border: 1px solid var(--ptk-green-200);
    color: var(--ptk-green-800);
    font-size: 12px;
    font-weight: 600;
}

.apply-panel,
.link-panel {
    height: 100%;
    padding: 14px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: var(--radius-md);
    box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
}

.apply-panel-title {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: var(--slate-500);
}

.btn-apply {
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}

.link-panel-label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--slate-500);
}

.link-panel-url {
    display: block;
    padding: 9px 12px;
    margin-bottom: 10px;
    border-radius: var(--radius-sm);
    background: rgba(240, 249, 255, .9);
    border: 1px dashed var(--ptk-green-400);
    color: var(--ptk-green-700);
    font-size: 12px;
    font-weight: 600;
    word-break: break-all;
}

.linkedin-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: var(--radius-sm);
    background: rgba(243, 249, 253, .95);
    border: 1px solid rgba(14, 118, 168, .35);
    color: #0e76a8;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}

    .linkedin-row:hover {
        background: rgba(14, 118, 168, .10);
    }

.free-note {
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    background: rgba(241, 248, 245, .92);
    border: 1px solid rgba(25, 135, 84, .15);
    color: var(--ptk-green-800);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

    .free-note span {
        color: #dc2626;
    }

    .free-note small {
        display: block;
        margin-top: 2px;
        color: var(--slate-500);
    }

.job-card-container {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.flyer-footer {
    text-align: center;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 2px solid var(--ptk-green-500);
}

    .flyer-footer img {
        max-width: 200px;
    }

/* ============================================================
   FLYER BACKGROUND (.cadbg)
   ============================================================ */

.cadbg {
    background: url('../Images/FlyerBG.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 5%;
    position: relative;
}

/* ============================================================
   TABLE LOWONGAN
   ============================================================ */

.table-modern thead {
    background: linear-gradient(135deg, var(--ptk-green-100), var(--ptk-green-200));
}

.table-modern th {
    font-size: 12pt;
    font-weight: 700;
    color: var(--ptk-green-800);
    border: none;
    padding: 8px 6px;
}

.table-modern td {
    vertical-align: middle;
    color: var(--slate-600);
    font-weight: 500;
    border: none;
    padding: 6px 6px;
}

/* ============================================================
   QR CODE & TOMBOL APPLY
   ============================================================ */

.qr-code-beautify {
    border: 2px solid var(--ptk-green-500) !important;
    box-shadow: 0 6px 14px rgba(25, 135, 84, .22) !important;
    border-radius: 10px !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .qr-code-beautify:hover {
        transform: scale(1.04);
        box-shadow: 0 10px 22px rgba(25, 135, 84, .32) !important;
        border-color: var(--ptk-green-700) !important;
    }

.btn-success {
    background: linear-gradient(135deg, #15803d, #198754);
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: 0 6px 16px rgba(25, 135, 84, .25);
    transition: all .25s ease;
}

    .btn-success:hover {
        background: linear-gradient(135deg, #0b5d3f, #15803d);
        box-shadow: 0 10px 22px rgba(25, 135, 84, .35);
        transform: translateY(-2px);
    }

/* ============================================================
   TOMBOL DOWNLOAD (btn-icon)
   ============================================================ */

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #e8f7ee, var(--ptk-green-100));
    border: 1px solid var(--ptk-green-200);
    border-radius: 50px;
    padding: 9px 22px;
    color: var(--ptk-green-600);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(25, 135, 84, .14);
}

    .btn-icon:hover {
        background: linear-gradient(135deg, var(--ptk-green-100), var(--ptk-green-200));
        color: var(--ptk-green-900);
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(25, 135, 84, .22);
        text-decoration: none;
    }

    .btn-icon:focus,
    .btn-icon:active {
        outline: none;
        box-shadow: none;
    }

/* ============================================================
   CAREER NOTICE (kontainer utama)
   ============================================================ */

.career-notice {
    position: relative;
    overflow: hidden;
    padding: 42px;
    margin-bottom: 34px;
    border-radius: var(--radius-xl);
    background: linear-gradient(160deg, #ffffff 0%, #f5fbf8 60%, #ecfdf5 100%);
    border: 1px solid rgba(21, 128, 61, .14);
    box-shadow: var(--shadow-lg);
    animation: ptkFadeUp .5s ease both;
}

    /* Emerald Ribbon Top */
    .career-notice:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #064e3b, #15803d, #34d399, #15803d, #064e3b);
    }

    /* Watermark */
    .career-notice:before {
        content: '';
        position: absolute;
        right: -80px;
        top: -80px;
        width: 340px;
        height: 340px;
        background: url('../assets/img/PTK.png') center no-repeat;
        background-size: contain;
        opacity: .04;
        pointer-events: none;
    }

/* ============================================================
   HEADER
   ============================================================ */

.career-header {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}

.company-logo {
    height: 74px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: var(--surface);
    border-radius: 18px;
    padding: 10px 18px;
    border: 1px solid var(--ptk-green-200);
    box-shadow: var(--shadow-green);
    flex-shrink: 0;
}

.career-header-content {
    flex: 1;
}

.career-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--ptk-green-50), var(--ptk-green-100));
    border: 1px solid var(--ptk-green-200);
    color: var(--ptk-green-800);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

    .career-badge i {
        color: var(--ptk-green-500);
    }

.career-title {
    margin: 16px 0 10px;
    font-size: 36px;
    font-weight: 800;
    color: var(--slate-900);
    line-height: 1.2;
    letter-spacing: -.5px;
}

    .career-title span {
        color: var(--ptk-green-600);
    }

.career-subtitle {
    color: var(--slate-500);
    font-size: 15px;
    line-height: 1.8;
    max-width: 920px;
}

/* ============================================================
   CONTENT / CARDS
   ============================================================ */

.career-content {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.career-card {
    flex: 1;
    min-width: 350px;
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 28px;
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
    transition: all .3s ease;
}

    .career-card:hover {
        transform: translateY(-5px);
        border-color: var(--ptk-green-300);
        box-shadow: var(--shadow-md);
    }

.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ptk-green-600), var(--ptk-green-400));
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-green);
}

.career-card h5 {
    color: var(--slate-900);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.career-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left !important;
    padding-left: 0;
    margin-left: 0;
}

    .career-card ul li {
        text-align: left !important;
        justify-content: flex-start;
        align-items: flex-start;
        display: block;
        padding: 11px 0 11px 32px;
        color: var(--slate-600);
        line-height: 1.75;
        position: relative;
    }

        .career-card ul li:last-child {
            border-bottom: none;
        }

        .career-card ul li:before {
            content: '\f058';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 2px;
            top: 13px;
            color: var(--ptk-green-500);
        }

        .career-card ul li strong {
            color: var(--slate-900);
        }

/* ============================================================
   HIGHLIGHT
   ============================================================ */

.career-highlight {
    margin-top: 26px;
    padding: 20px 24px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #064e3b, #0f766e 60%, #15803d);
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: var(--shadow-green);
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1.7;
}

    .career-highlight i {
        color: #6ee7b7;
        font-size: 26px;
        flex-shrink: 0;
        margin: 0;
    }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {
    .career-content {
        flex-direction: column;
    }

    .career-card {
        min-width: 100%;
    }

    .career-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .career-header {
        flex-direction: column;
        text-align: center;
    }

    .career-header-content {
        text-align: center;
    }

    .career-title {
        font-size: 28px;
    }

    .career-subtitle {
        font-size: 14px;
    }

    .company-logo {
        height: 58px;
        width: auto;
    }

    .career-notice {
        padding: 26px;
    }

    .main-wrapper .container {
        padding: 24px 12px 48px;
    }

    .ptk-topbar {
        flex-wrap: wrap;
    }

    .ptk-topbar-nav {
        gap: 6px !important;
        width: 100%;
        justify-content: flex-end;
    }

    .ptk-topbar-link,
    .ptk-theme-btn {
        font-size: 11px;
        padding: 5px 10px;
    }

    .career-cta {
        justify-content: center;
    }

    .ptk-cta-btn {
        padding: 11px 22px;
        font-size: 13px;
    }

    .career-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .career-stat-item {
        padding: 14px 12px;
    }

    .career-section-head h3,
    .career-job-head h3 {
        font-size: 24px;
    }

    .career-steps {
        grid-template-columns: 1fr;
    }

    .career-step {
        padding: 20px 18px;
    }
}

/* ============================================================
   MODAL PERINGATAN REKRUTMEN
   ============================================================ */

.recruitment-warning {
    border: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: var(--surface);
}

/* Header */

.recruitment-header {
    background: linear-gradient(135deg, #064e3b 0%, #0f766e 55%, #15803d 100%);
    color: #ffffff;
    border: none;
    border-bottom: none;
    padding: 24px 30px;
}

.recruitment-kicker {
    font-size: 11px;
    letter-spacing: 2.4px;
    font-weight: 700;
    opacity: .85;
    margin-bottom: 6px;
    color: #a7f3d0;
}

.warning-title-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.warning-icon-sm {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

    .warning-icon-sm i {
        font-size: 26px;
        color: #ffffff;
    }

    .warning-icon-sm.ptk-logo-badge {
        background: #ffffff;
        border-color: rgba(255,255,255,.9);
        padding: 6px;
        overflow: hidden;
    }

    .warning-icon-sm.ptk-logo-badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

#modalWarningLabel {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin: 0;
}

/* Body */

#modalWarningRecruitment .modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

#modalWarningRecruitment .modal-content {
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
}

#modalWarningRecruitment .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 42px;
    position: relative;
}

#modalWarningRecruitment .modal-header {
    border-radius: 0 !important;
}

#modalWarningRecruitment .modal-footer {
    border-radius: 0 !important;
}

/* Kontainer & Banner */

.warning-container {
    max-width: 860px;
    margin: 0 auto;
}

.warning-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 34px 30px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #022c22, #064e3b 55%, #0f766e);
    color: #ffffff;
    margin-bottom: 30px;
    box-shadow: var(--shadow-green);
    position: relative;
    overflow: hidden;
}

    .warning-banner::before {
        content: '\f0e7';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: -30px;
        top: -40px;
        font-size: 160px;
        color: rgba(255,255,255,.06);
        transform: rotate(-12deg);
    }

    .warning-banner h4 {
        font-weight: 800;
        letter-spacing: -.3px;
        margin: 0;
        color: #ffffff;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .warning-banner h4 i {
            color: #fbbf24;
        }

    .warning-banner p {
        margin: 0;
        max-width: 640px;
        color: rgba(255,255,255,.85);
        line-height: 1.8;
    }

.warning-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

    .warning-content > p {
        margin: 0;
        color: var(--slate-600);
        line-height: 1.85;
    }

/* Kartu informasi */

.warning-card {
    background: var(--surface);
    border: 1px solid var(--slate-200);
    border-left: 5px solid var(--ptk-green-500);
    border-radius: var(--radius-md);
    padding: 24px 26px;
    box-shadow: var(--shadow-sm);
}

    .warning-card h5 {
        color: var(--slate-900);
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .warning-card h5::before {
            content: '\f05a';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: var(--ptk-green-500);
        }

.warning-list {
    margin-top: 6px;
    padding-left: 0;
    list-style: none;
}

    .warning-list li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 12px;
        line-height: 1.7;
        color: var(--slate-600);
    }

        .warning-list li:last-child {
            margin-bottom: 0;
        }

        .warning-list li:before {
            content: '\f058';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 2px;
            top: 2px;
            color: var(--ptk-green-500);
        }

/* Kartu kontak */

.contact-card {
    background: linear-gradient(160deg, var(--ptk-green-50), #ffffff);
    border: 1px solid var(--ptk-green-200);
    border-radius: var(--radius-md);
    padding: 24px 26px;
    box-shadow: var(--shadow-sm);
}

    .contact-card h5 {
        color: var(--slate-900);
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .contact-card h5::before {
            content: '\f0e0';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: var(--ptk-green-500);
        }

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

    .contact-item + .contact-item {
        margin-top: 18px;
    }

    .contact-item i {
        color: var(--ptk-green-500);
        font-size: 20px;
        margin-top: 3px;
        width: 24px;
        text-align: center;
    }

    .contact-item small {
        display: block;
        color: var(--slate-500);
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .6px;
    }

    .contact-item strong {
        color: var(--slate-800);
        font-weight: 600;
        word-break: break-word;
    }

/* Alert peringatan */

.alert-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 5px solid #f59e0b;
    color: #78350f;
    border-radius: var(--radius-sm);
    line-height: 1.8;
}

/* ============================================================
   TOPBAR NAVIGATION LINKS
   ============================================================ */

.ptk-topbar-nav {
    flex-wrap: wrap;
}

.ptk-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--slate-700);
    background: var(--slate-50);
    border: 1px solid var(--slate-200);
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}

    .ptk-topbar-link:hover {
        color: var(--ptk-green-700);
        border-color: var(--ptk-green-300);
        background: var(--ptk-green-50);
        transform: translateY(-1px);
    }

/* ============================================================
   CTA BUTTONS (Hero)
   ============================================================ */

.career-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ptk-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all .25s ease;
    white-space: nowrap;
}

.ptk-cta-primary {
    background: linear-gradient(135deg, var(--ptk-green-900), var(--ptk-green-600));
    color: #ffffff;
    box-shadow: var(--shadow-green);
    border: none;
}

    .ptk-cta-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 36px rgba(25, 135, 84, .36);
        color: #ffffff;
    }

.ptk-cta-ghost {
    background: transparent;
    color: var(--ptk-green-700);
    border: 2px solid var(--ptk-green-300);
}

    .ptk-cta-ghost:hover {
        background: var(--ptk-green-50);
        border-color: var(--ptk-green-400);
        transform: translateY(-1px);
        color: var(--ptk-green-800);
    }

/* ============================================================
   CAREER STATS STRIP
   ============================================================ */

.career-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}

.career-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: var(--surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
    transition: all .25s ease;
}

    .career-stat-item:hover {
        border-color: var(--ptk-green-300);
        box-shadow: var(--shadow-green);
        transform: translateY(-2px);
    }

.career-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ptk-green-100), var(--ptk-green-50));
    border: 1px solid var(--ptk-green-200);
    color: var(--ptk-green-600);
    font-size: 18px;
    flex-shrink: 0;
}

.career-stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .career-stat-text strong {
        font-size: 14px;
        color: var(--slate-900);
        line-height: 1.2;
    }

    .career-stat-text span {
        font-size: 11.5px;
        color: var(--slate-500);
        line-height: 1.4;
    }

/* ============================================================
   SECTION HEADINGS (shared)
   ============================================================ */

.career-section-head,
.career-job-head {
    margin-bottom: 22px;
}

.career-section-kicker {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--ptk-green-50), var(--ptk-green-100));
    border: 1px solid var(--ptk-green-200);
    color: var(--ptk-green-700);
    margin-bottom: 10px;
}

.career-section-head h3,
.career-job-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--slate-900);
    line-height: 1.25;
    margin: 8px 0 0;
}

    .career-section-head h3 span,
    .career-job-head h3 span {
        color: var(--ptk-green-600);
    }

.career-section-head p {
    color: var(--slate-500);
    font-size: 14.5px;
    margin: 8px 0 0;
}

/* ============================================================
   CAREER STEPS (Tahapan Rekrutmen)
   ============================================================ */

.career-steps-wrap {
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}

.career-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    counter-reset: step;
}

.career-step {
    position: relative;
    padding: 24px 20px;
    background: var(--surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
    transition: all .25s ease;
    overflow: hidden;
}

    .career-step:hover {
        border-color: var(--ptk-green-300);
        box-shadow: var(--shadow-green);
        transform: translateY(-3px);
    }

.career-step-num {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ptk-green-50);
    border: 1px solid var(--ptk-green-200);
    color: var(--ptk-green-600);
    font-size: 12px;
    font-weight: 800;
}

.career-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ptk-green-600), var(--ptk-green-400));
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-green);
}

.career-step strong {
    display: block;
    font-size: 15px;
    color: var(--slate-900);
    margin-bottom: 6px;
}

.career-step p {
    font-size: 13px;
    color: var(--slate-500);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   FOOTER MODAL
   ============================================================ */

.recruitment-footer {
    background: linear-gradient(135deg, var(--ptk-green-50), #f5fbf8);
    border-top: 1px solid var(--ptk-green-200);
    padding: 22px 30px;
    justify-content: center;
}

/* ============================================================
   TOMBOL PTK
   ============================================================ */

.btn-ptk {
    min-width: 320px;
    height: 56px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #064e3b, #15803d);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    box-shadow: var(--shadow-green);
    transition: all .3s ease;
}

    .btn-ptk:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(25, 135, 84, .38);
        color: #ffffff;
        background: linear-gradient(135deg, #0b5d3f, #198754);
    }

    .btn-ptk i {
        margin-right: 8px;
    }

@media (max-width: 768px) {
    .btn-ptk {
        width: 100%;
        min-width: auto;
    }
}

/* ============================================================
   ICON PERINGATAN (tidak terpakai di markup saat ini)
   ============================================================ */

.warning-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ptk-green-600), var(--ptk-green-400));
    box-shadow: var(--shadow-green);
    position: relative;
}

    .warning-icon i {
        font-size: 20px;
        color: #ffffff;
    }

/* ============================================================
   SCROLLBAR MODAL (emerald)
   ============================================================ */

.modal-body {
    scrollbar-width: thin;
    scrollbar-color: #34d399 #f0fdf4;
}

.modal-body::-webkit-scrollbar {
    width: 12px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f0fdf4;
    border-left: 1px solid #e2f5e9;
    border-radius: 30px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6ee7b7 0%, #34d399 40%, #10b981 70%, #0f766e 100%);
    border-radius: 30px;
    border: 2px solid #f0fdf4;
    box-shadow: inset 0 2px 3px rgba(255,255,255,.5), 0 2px 6px rgba(25, 135, 84, .35);
}

    .modal-body::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #a7f3d0, #6ee7b7, #34d399, #15803d);
        box-shadow: inset 0 2px 4px rgba(255,255,255,.7), 0 4px 10px rgba(25, 135, 84, .5);
    }

.modal-body::-webkit-scrollbar-corner {
    background: #f0fdf4;
}

/* ============================================================
   ANIMASI
   ============================================================ */

@keyframes ptkFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
