.jobs-body {
    color: #111;
}

.jobs-body #header {
    height: 120px;
}

.jobs-body #header #logo img {
    max-width: 250px;
}

.jobs-hero {
    background: linear-gradient(0deg, rgba(20, 178, 83, 0.08) 0%, #ffffff 100%);
    margin-top: 20px;
    padding-bottom: 28px;
}

.jobs-hero h2 {
    color: #111;
}

.jobs-hero h2 span {
    font-size: 52px;
    line-height: 1.1;
}

.jobs-intro {
    margin-top: 10px;
    margin-bottom: 22px;
}

.jobs-intro-panel {
    border: 2px solid #ebebeb;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    background: #fff;
}

.jobs-intro-panel h1 {
    color: #14B253;
    font-weight: 700;
    margin-bottom: 10px;
}

.jobs-intro-panel p {
    color: #222;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.jobs-count {
    min-width: 150px;
    text-align: center;
    border-left: 2px solid #ebebeb;
    padding-left: 22px;
}

.jobs-count strong {
    color: #14B253;
    display: block;
    font-size: 44px;
    line-height: 1;
}

.jobs-count span {
    color: #222;
    font-weight: 600;
}

.jobs-list {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 35px;
}

.job-card {
    border: 2px solid #ebebeb;
    border-radius: 18px;
    background: #fff;
    color: #111;
    min-height: 470px;
    margin-bottom: 28px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.job-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.job-card-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.job-badge {
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 13px;
}

.job-badge.remote {
    background: #14B253;
}

.job-badge.onsite {
    background: #1e7541;
}

.job-department {
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.job-card h2 {
    color: #14B253;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
}

.job-card p {
    color: #222;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.job-meta-list {
    list-style: none;
    margin: auto 0 20px 0;
    padding: 0;
}

.job-meta-list li {
    align-items: flex-start;
    color: #222;
    display: flex;
    font-size: 14px;
    gap: 9px;
    line-height: 1.5;
    margin-bottom: 9px;
}

.job-meta-list i {
    color: #14B253;
    margin-top: 3px;
    min-width: 16px;
}

.job-card-actions,
.job-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.job-link,
.job-apply,
.job-submit {
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
}

.job-link {
    border: 2px solid #14B253;
    color: #14B253;
}

.job-link:hover {
    background: #14B253;
    color: #fff;
}

.job-apply,
.job-submit {
    background: #1a6839;
    border: 2px solid #1a6839;
    color: #fff;
}

.job-apply:hover,
.job-submit:hover {
    background: #14B253;
    border-color: #14B253;
    color: #fff;
}

.job-detail {
    margin-top: 18px;
    margin-bottom: 45px;
}

.job-detail-actions {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.job-detail-actions a:first-child {
    color: #14B253;
    font-weight: 700;
}

.job-detail-panel,
.job-content-block,
.job-application {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 18px;
    color: #111;
    margin-bottom: 24px;
    padding: 28px;
}

.job-heading {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
}

.job-heading h1 {
    color: #14B253;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 16px 0 14px 0;
}

.job-heading p {
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.job-facts {
    border-left: 2px solid #ebebeb;
    padding-left: 24px;
}

.job-facts div {
    margin-bottom: 16px;
}

.job-facts strong {
    color: #14B253;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.job-facts span {
    color: #111;
    display: block;
    font-weight: 700;
    margin-top: 4px;
}

.job-content-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-content-block h2 {
    color: #14B253;
    font-size: 25px;
    font-weight: 700;
}

.job-content-block ul {
    color: #111;
    margin-bottom: 0;
    padding-left: 22px;
}

.job-content-block li {
    line-height: 1.75;
    margin-bottom: 9px;
}

.job-benefits ul {
    column-count: 2;
}

.job-application .section-header {
    margin-bottom: 18px;
}

.application-form label {
    color: #111;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.application-form label .required {
    color: red;
}

.application-form .col-md-6,
.application-form .col-md-12 {
    margin-bottom: 18px;
}

.application-form .form-control,
.application-form .form-control-file {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    color: #111;
    min-height: 44px;
}

.application-form textarea.form-control {
    min-height: 130px;
}

.consent-line {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.consent-line input {
    margin-top: 5px;
}

.job-submit {
    cursor: pointer;
    margin-top: 5px;
}

.application-success {
    background: #d0f6cd;
    border: 2px solid #14B253;
    border-radius: 14px;
    color: #111;
    display: none;
    margin-bottom: 22px;
    padding: 18px 20px;
}

.application-success.is-visible {
    display: block;
}

.application-success h3 {
    color: #0d592c;
    font-weight: 700;
    margin-bottom: 6px;
}

.application-success p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .jobs-list {
        padding-left: 30px;
        padding-right: 30px;
    }

    .job-heading,
    .job-content-grid {
        grid-template-columns: 1fr;
    }

    .job-facts {
        border-left: 0;
        border-top: 2px solid #ebebeb;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .jobs-hero h2 span {
        font-size: 34px;
    }

    .jobs-intro-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .jobs-count {
        border-left: 0;
        border-top: 2px solid #ebebeb;
        padding-left: 0;
        padding-top: 18px;
        width: 100%;
    }

    .jobs-list {
        padding-left: 10px;
        padding-right: 10px;
    }

    .job-card {
        min-height: auto;
    }

    .job-detail-panel,
    .job-content-block,
    .job-application {
        padding: 22px;
    }

    .job-heading h1 {
        font-size: 30px;
    }

    .job-benefits ul {
        column-count: 1;
    }
}
