.job-hero {
    background: linear-gradient(145deg, #fffaf5 0%, #ffffff 55%, #fff3e8 100%);
    color: #2f3640;
    padding: 70px 0;
    border-bottom: 1px solid #f2dfd3;
}

.job-hero .heading {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 8px;
}

.job-hero .short-desc {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

.job-hero p {
    margin-bottom: 8px;
}

.job-hero a {
    color: #0f4c81;
    font-weight: 600;
    text-decoration: underline;
    word-break: break-word;
}

.job-logo-header {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #eceff3;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
    display: block;
    margin: 0 auto;
}

.job-summary-box {
    background: #ffffff;
    border: 1px solid #f1e2d7;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.summary-field {
    background: linear-gradient(180deg, #fff8f2 0%, #fffdfb 100%);
    border: 1px solid #f6e1d2;
    border-left: 5px solid #f18430;
    border-radius: 12px;
    padding: 12px 14px;
}

.summary-field strong {
    display: block;
    color: #d65a00;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.summary-field small {
    display: block;
    color: #1f2937;
    font-size: 0.92rem;
    line-height: 1.5;
}

.job-card {
    background: #ffffff;
    border: 1px solid #ebeef2;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.job-card h3 {
    color: #1f2937;
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    margin: 0 0 16px;
    position: relative;
}

.job-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 56px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f18430 0%, #ff9f45 100%);
}

.job-card p {
    color: #374151;
    line-height: 1.75;
    margin-bottom: 0;
}

.company-overview .row {
    display: flex;
    flex-wrap: wrap;
}

.company-overview .row > [class*="col-"] {
    display: flex;
}

.company-overview .job-card {
    width: 100%;
}

.respons-list,
.req-list,
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.respons-list li,
.req-list li,
.benefits-list li {
    position: relative;
    padding: 9px 0 9px 22px;
    border-bottom: 1px dashed #e9edf2;
    color: #334155;
}

.respons-list li:last-child,
.req-list li:last-child,
.benefits-list li:last-child {
    border-bottom: none;
}

.respons-list li::before,
.req-list li::before,
.benefits-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 8px;
    color: #16a34a;
    font-weight: 700;
}

.contact-info li {
    color: #374151;
    line-height: 1.65;
}

.contact-info a {
    color: #0f4c81;
}

.apply-btn {
    display: inline-block;
    margin: 18px 0 28px;
    background: linear-gradient(135deg, #f18430 0%, #ea580c 100%);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 12px 34px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apply-btn:hover,
.apply-btn:focus {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.3);
}

.main-wrapper > img:first-child {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767.98px) {
    .job-hero {
        padding: 40px 0 50px;
    }

    .job-logo-header {
        width: 100px;
        height: 100px;
        margin-bottom: 18px;
    }

    .job-summary-box {
        padding: 10px;
    }

    .summary-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .job-card {
        padding: 16px;
    }

    .job-card h3 {
        margin-bottom: 14px;
    }
}
