.worker-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.worker-hero {
    padding: 112px 0 72px;
    color: #fff;
    background: linear-gradient(135deg, #22324a 0%, #2f6f6c 100%);
}

.worker-hero--light {
    background: linear-gradient(135deg, #2b3a35 0%, #6a7044 100%);
}

.worker-hero--service {
    background: linear-gradient(135deg, #293041 0%, #7a5336 100%);
}

.worker-hero--build {
    background: linear-gradient(135deg, #253246 0%, #8a4f2b 100%);
}

.worker-hero--team {
    background: linear-gradient(135deg, #23334f 0%, #6f5d8f 100%);
}

.worker-hero--day {
    background: linear-gradient(135deg, #1f3f4a 0%, #6c7a38 100%);
}

.worker-hero--hour {
    background: linear-gradient(135deg, #26384f 0%, #3e7764 100%);
}

.worker-hero--loaders {
    background: linear-gradient(135deg, #263349 0%, #7a6a36 100%);
}

.worker-hero--demolition {
    background: linear-gradient(135deg, #2f3544 0%, #7b4637 100%);
}

.worker-hero--territory {
    background: linear-gradient(135deg, #213d3a 0%, #6b7a43 100%);
}

.worker-hero--warehouse {
    background: linear-gradient(135deg, #24354c 0%, #5f6f83 100%);
}

.worker-hero--production {
    background: linear-gradient(135deg, #243346 0%, #6e5f3f 100%);
}

.worker-hero--dacha {
    background: linear-gradient(135deg, #244035 0%, #6b7b39 100%);
}

.worker-hero--repair {
    background: linear-gradient(135deg, #263247 0%, #765642 100%);
}

.worker-hero--earth {
    background: linear-gradient(135deg, #293545 0%, #6d5a39 100%);
}

.worker-hero--temporary {
    background: linear-gradient(135deg, #233746 0%, #5f7040 100%);
}

.worker-hero--moving {
    background: linear-gradient(135deg, #263449 0%, #7a5f38 100%);
}

.worker-hero--waste {
    background: linear-gradient(135deg, #283241 0%, #6a6843 100%);
}

.worker-hero--trucks {
    background: linear-gradient(135deg, #26364c 0%, #6f6836 100%);
}

.worker-hero--shift {
    background: linear-gradient(135deg, #26354a 0%, #596f48 100%);
}

.worker-hero--landscape {
    background: linear-gradient(135deg, #253b36 0%, #65783a 100%);
}

.worker-hero--aux {
    background: linear-gradient(135deg, #283446 0%, #6f6040 100%);
}

.worker-hero--community {
    background: linear-gradient(135deg, #243b3d 0%, #69753d 100%);
}

.worker-hero--retail {
    background: linear-gradient(135deg, #263246 0%, #6d4f6d 100%);
}

.worker-hero--events {
    background: linear-gradient(135deg, #29324a 0%, #746039 100%);
}

.worker-hero--packing {
    background: linear-gradient(135deg, #253449 0%, #5e6f72 100%);
}

.worker-hero--snow {
    background: linear-gradient(135deg, #25384a 0%, #6b7d86 100%);
}

.worker-hero--containers {
    background: linear-gradient(135deg, #24364b 0%, #6e5e39 100%);
}

.worker-hero--office {
    background: linear-gradient(135deg, #26334a 0%, #646879 100%);
}

.worker-hero--materials {
    background: linear-gradient(135deg, #263349 0%, #755a37 100%);
}

.worker-hero--inventory {
    background: linear-gradient(135deg, #25364a 0%, #586f67 100%);
}

.worker-hero--marketplace {
    background: linear-gradient(135deg, #26354a 0%, #5d607b 100%);
}

.worker-hero--urgent {
    background: linear-gradient(135deg, #2b3346 0%, #7a4f3f 100%);
}

.worker-hero--night {
    background: linear-gradient(135deg, #222b45 0%, #555170 100%);
}

.worker-hero--postrepair {
    background: linear-gradient(135deg, #263247 0%, #6f6b59 100%);
}

.worker-hero--housing {
    background: linear-gradient(135deg, #253846 0%, #63724a 100%);
}

.worker-hero--horeca {
    background: linear-gradient(135deg, #293246 0%, #735843 100%);
}

.worker-hero--hotel {
    background: linear-gradient(135deg, #26364a 0%, #6b6075 100%);
}

.worker-hero--mall {
    background: linear-gradient(135deg, #263349 0%, #6c5b73 100%);
}

.worker-hero--private-home {
    background: linear-gradient(135deg, #253b35 0%, #76623b 100%);
}

.worker-hero__grid,
.worker-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
    gap: 32px;
    align-items: center;
}

.worker-eyebrow {
    margin: 0 0 12px;
    font-weight: 700;
    color: #b9f1df;
    text-transform: uppercase;
    letter-spacing: 0;
}

.worker-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.12;
}

.worker-lead {
    max-width: 760px;
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.worker-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.worker-actions--center {
    justify-content: center;
}

.worker-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
}

.worker-btn--primary {
    background: #d9472f;
}

.worker-btn--primary:hover {
    background: #bd3925;
}

.worker-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
}

.worker-btn--dark {
    background: #243247;
}

.worker-hero__panel {
    padding: 24px;
    color: #172033;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.worker-price {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 900;
    color: #d9472f;
}

.worker-hero__panel ul,
.worker-checks {
    margin: 0;
    padding-left: 20px;
}

.worker-hero__panel li,
.worker-checks li {
    margin-bottom: 8px;
}

.worker-section {
    padding: 64px 0;
    background: #fff;
}

.worker-section--muted,
.worker-section--faq {
    background: #f3f6f8;
}

.worker-section h2,
.worker-cta h2 {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.25;
    color: #172033;
}

.worker-section p {
    color: #4b5565;
}

.worker-card-grid,
.worker-steps,
.worker-faq {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.worker-card,
.worker-step,
.worker-faq article {
    padding: 22px;
    background: #fff;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
}

.worker-card h3,
.worker-step h3,
.worker-faq h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 20px;
    line-height: 1.3;
}

.worker-card p,
.worker-step p,
.worker-faq p {
    margin: 0;
}

.worker-table-wrap {
    overflow-x: auto;
}

.worker-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #dde5ec;
}

.worker-table th,
.worker-table td {
    padding: 15px 16px;
    text-align: left;
    border-bottom: 1px solid #dde5ec;
}

.worker-table th {
    color: #172033;
    background: #e8eef2;
}

.worker-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.worker-tags span {
    padding: 9px 13px;
    color: #172033;
    background: #eef4f3;
    border: 1px solid #d8e5e2;
    border-radius: 6px;
}

.worker-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 900;
    background: #2f6f6c;
    border-radius: 50%;
}

.worker-checks {
    padding: 24px 24px 18px 44px;
    background: #f3f6f8;
    border-radius: 8px;
}

.worker-cta {
    padding: 64px 0;
    text-align: center;
    background: #eef4f3;
}

.worker-cta p {
    max-width: 720px;
    margin: 0 auto;
    color: #4b5565;
}

@media (max-width: 980px) {
    .worker-hero__grid,
    .worker-two-col {
        grid-template-columns: 1fr;
    }

    .worker-card-grid,
    .worker-steps,
    .worker-faq {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .worker-hero {
        padding: 96px 0 48px;
    }

    .worker-hero h1 {
        font-size: 32px;
    }

    .worker-lead {
        font-size: 17px;
    }

    .worker-card-grid,
    .worker-steps,
    .worker-faq {
        grid-template-columns: 1fr;
    }

    .worker-btn {
        width: 100%;
    }
}
