.careers-shell {
    max-width: 1180px;
    margin: 30px auto;
    padding: 0 16px;
    font-family: inherit
}

.careers-hero {
    padding: 42px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f7f8fa, #fff);
    border: 1px solid #e9ecef;
    margin-bottom: 24px
}

.careers-hero h1,
.section-head h1,
.form-card h1 {
    margin: 0 0 8px;
    font-weight: 800
}

.careers-hero p,
.section-head p,
.muted {
    color: #6c757d;
    margin: 0
}

.jobs-grid,
.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px
}

.job-card,
.application-card,
.form-card,
.details-card {
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04)
}

.job-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px
}

.job-card h2 {
    font-size: 1.25rem;
    margin: 12px 0 6px
}

.job-location {
    color: #666
}

.job-badge {
    display: inline-block;
    background: #eaf8ef;
    color: #18753a;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: .82rem
}

.career-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 11px 18px;
    background: #212529;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
}

.career-btn.secondary {
    background: #f1f3f5;
    color: #212529 !important
}

.career-btn.whatsapp {
    background: #198754
}

.form-shell {
    max-width: 900px
}

.form-grid,
.details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.form-card label,
.review-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 700;
    margin-bottom: 15px
}

.form-card input,
.form-card textarea,
.filters input,
.filters select,
.review-form select,
.review-form textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 11px;
    padding: 11px 12px;
    background: #fff;
    box-sizing: border-box
}

.form-card span {
    color: #b02a37;
    font-size: .85rem
}

.upload-box {
    border: 2px dashed #d7dce1;
    border-radius: 16px;
    padding: 18px
}

.upload-box small {
    font-weight: 400;
    color: #6c757d
}

.submit-btn {
    width: 100%;
    padding: 14px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

.success-box {
    padding: 14px;
    border-radius: 12px;
    background: #eaf8ef;
    color: #176b36;
    margin-bottom: 18px
}

.status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    background: #eef1f4
}

.status-new {
    background: #fff3cd
}

.status-reviewed {
    background: #cff4fc
}

.status-interview {
    background: #e2d9f3
}

.status-accepted {
    background: #d1e7dd
}

.status-rejected {
    background: #f8d7da
}

.filters {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 10px;
    margin-bottom: 18px
}

.admin-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.admin-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #e7e9ee;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: #212529
}

.admin-row>div {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.admin-row small {
    color: #6c757d
}

.details-grid>div {
    background: #f8f9fa;
    padding: 13px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.notes {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px
}

.action-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px
}

.review-form {
    border-top: 1px solid #eee;
    padding-top: 20px
}

.empty-state {
    text-align: center;
    padding: 40px;
    color: #6c757d
}

@media(max-width:700px) {
    .careers-shell {
        margin: 18px auto
    }

    .careers-hero {
        padding: 28px 20px
    }

    .form-grid,
    .details-grid {
        grid-template-columns: 1fr
    }

    .filters {
        grid-template-columns: 1fr
    }

    .section-head,
    .admin-row {
        align-items: stretch;
        flex-direction: column
    }

    .admin-row>div:last-child {
        align-items: flex-start
    }

    .career-btn {
        width: 100%
    }

    .action-row {
        flex-direction: column
    }

    .job-card,
    .application-card,
    .form-card,
    .details-card {
        border-radius: 16px;
        padding: 17px
    }





    .talent-message {
    max-width: 850px;
    margin: 0 auto 24px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;

    background: #fff7f7;
    border: 1px solid #f3caca;
    border-right: 5px solid #c62828;
    border-radius: 16px;

    box-shadow: 0 5px 18px rgba(198, 40, 40, 0.08);
}

.talent-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c62828;
    color: #fff;

    border-radius: 50%;
    font-size: 22px;
}

.talent-label {
    color: #c62828;
    font-size: 13px;
    font-weight: 700;
}

.talent-content h2 {
    margin: 4px 0 8px;

    color: #c62828;
    font-size: 24px;
    font-weight: 900;
}

.talent-content p {
    margin: 0 0 7px;

    color: #444;
    font-size: 15px;
    line-height: 1.8;
}

.talent-content small {
    color: #999;
    font-size: 12px;
}

@media (max-width: 600px) {

    .talent-message {
        padding: 17px;
        gap: 12px;
        align-items: flex-start;
    }

    .talent-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
    }

    .talent-content h2 {
        font-size: 19px;
    }

    .talent-content p {
        font-size: 14px;
    }
}
}