.job-apply-section {
    margin: 24px 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.job-apply-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.job-apply-trigger:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.job-apply-trigger::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m7-7H5'/></svg>");
}

.job-apply-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.job-apply-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.job-apply-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 23, 0.62);
    backdrop-filter: blur(3px);
}

.job-apply-dialog {
    position: relative;
    width: min(92vw, 520px);
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
    z-index: 2;
    top: 200px;
}

.job-apply-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.tombol-login-lamar {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: antiquewhite;
    padding: 20px;
}

.job-apply-head {
    padding-right: 40px;
    margin-bottom: 18px;
}

.job-apply-kicker {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2563eb;
}

.job-apply-head h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #111827;
}

.job-apply-subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

.job-apply-actions {
    display: grid;
    gap: 12px;
}

.job-apply-btn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 18px 0 52px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    cursor: pointer;
}

.job-apply-btn:hover {
    transform: translateY(-1px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15,23,42,.08);
}

.job-apply-btn::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* WA */
.apply-wa::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'><path fill='%2322c55e' d='M16 3C8.82 3 3 8.64 3 15.6c0 2.47.75 4.77 2.04 6.7L3.7 29l6.93-1.81A13.2 13.2 0 0 0 16 28.2c7.18 0 13-5.64 13-12.6S23.18 3 16 3Z'/><path fill='white' d='M11.63 9.8c-.35 0-.71.01-1.02.7-.31.69-1.2 2.93-1.2 5.05 0 2.12 1.23 4.17 1.4 4.46.17.3 2.42 3.84 5.96 5.24 2.94 1.16 3.54.93 4.18.87.64-.06 2.06-.84 2.35-1.66.29-.82.29-1.52.2-1.66-.09-.14-.32-.23-.67-.41-.35-.17-2.06-1.06-2.38-1.18-.32-.12-.55-.17-.78.17-.23.35-.89 1.18-1.09 1.42-.2.23-.4.26-.75.09-.35-.17-1.46-.56-2.78-1.77-1.03-.95-1.73-2.12-1.93-2.47-.2-.35-.02-.53.15-.7.16-.16.35-.41.52-.61.17-.2.23-.35.35-.58.12-.23.06-.44-.03-.61-.09-.17-.78-2.02-1.07-2.76-.28-.74-.57-.64-.78-.65h-.67Z'/></svg>");
}

/* URL */
.apply-url::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path stroke='%232563eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 14 21 3m0 0h-7m7 0v7'/><path stroke='%232563eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 14v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/></svg>");
}

/* Email */
.apply-email::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path stroke='%23ef4444' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16v12H4z'/><path stroke='%23ef4444' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 7 8 6 8-6'/></svg>");
}

/* Walk */
.apply-walk::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path stroke='%23f59e0b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11Z'/><circle cx='12' cy='10' r='2.5' stroke='%23f59e0b' stroke-width='2'/></svg>");
}

.job-apply-walk-content {
    margin-top: 10px;
    padding: 14px 16px 14px 44px;
    border: 1px dashed #fbbf24;
    border-radius: 14px;
    background: #fffdf5;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

.job-apply-walk-content p {
    margin: 0 0 8px;
}

.job-apply-walk-content p:last-child {
    margin-bottom: 0;
}

body.job-apply-modal-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .job-apply-dialog {
        width: calc(100vw - 20px);
        margin-top: 6vh;
        padding: 20px;
        border-radius: 18px;
    }

    .job-apply-head h2 {
        font-size: 21px;
    }

    .job-apply-btn {
        min-height: 52px;
        font-size: 14px;
    }
}