.repair-page {
    overflow-x: hidden;
}

.repair-page-hero {
    padding: 110px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}

.repair-page-label {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 16px;
    border-radius: 100px;
    background: #fff5d9;
    color: #a77400;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.repair-page-hero h1 {
    max-width: 850px;
    margin-bottom: 28px;
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -1px;
}

.repair-page-hero p {
    max-width: 820px;
    color: #555;
    font-size: 19px;
    line-height: 1.8;
}

.repair-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
    gap: 18px;
    margin-top: 38px;
}

.repair-machines,
.repair-process,
.repair-cta {
    background: #fff;
}

.repair-systems,
.repair-field-service {
    background: #fafafa;
}

.repair-machines h2,
.repair-systems h2,
.repair-process h2,
.repair-field-service h2,
.repair-cta h2 {
    margin-bottom: 24px;
    font-size: 46px;
    line-height: 1.2;
}

.repair-section-description {
    max-width: 760px;
    margin-bottom: 48px;
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}

.repair-machines-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.repair-machine-card,
.repair-system-card,
.repair-process-step {
    min-width: 0;
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
}

.repair-machine-card:hover,
.repair-system-card:hover,
.repair-process-step:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.repair-machine-card h3,
.repair-system-card h3,
.repair-process-step h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
}

.repair-machine-card p,
.repair-process-step p {
    color: #666;
    line-height: 1.7;
}

.repair-systems h2,
.repair-process h2 {
    margin-bottom: 48px;
}

.repair-systems-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.repair-system-card ul,
.repair-field-service ul {
    display: grid;
    gap: 11px;
}

.repair-system-card li,
.repair-field-service li {
    position: relative;
    padding-left: 22px;
    color: #555;
    line-height: 1.55;
}

.repair-system-card li::before,
.repair-field-service li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.repair-systems-notice {
    margin-top: 32px;
    padding: 22px 26px;
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    background: #fff5d9;
    color: #4d3a00;
    font-weight: 700;
    line-height: 1.6;
}

.repair-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.repair-process-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.repair-field-service-content {
    max-width: 900px;
    padding: 50px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
}

.repair-field-service-content > p {
    margin-bottom: 30px;
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}

.repair-cta-content {
    padding: 55px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fffdf7;
    text-align: center;
}

.repair-cta-content p {
    max-width: 720px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}

.repair-cta .repair-page-actions {
    justify-content: center;
}

@media (max-width: 1024px) {
    .repair-page-hero h1 {
        font-size: 50px;
    }

    .repair-machines h2,
    .repair-systems h2,
    .repair-process h2,
    .repair-field-service h2,
    .repair-cta h2 {
        font-size: 40px;
    }

    .repair-machines-grid,
    .repair-systems-grid,
    .repair-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .repair-page-hero,
    .repair-machines,
    .repair-systems,
    .repair-process,
    .repair-field-service,
    .repair-cta {
        padding: 65px 0;
    }

    .repair-page-hero h1 {
        font-size: 44px;
    }

    .repair-machines h2,
    .repair-systems h2,
    .repair-process h2,
    .repair-field-service h2,
    .repair-cta h2 {
        font-size: 36px;
    }

    .repair-machines-grid,
    .repair-systems-grid,
    .repair-process-grid {
        grid-template-columns: 1fr;
    }

    .repair-machine-card,
    .repair-system-card,
    .repair-process-step {
        padding: 28px;
    }

    .repair-field-service-content,
    .repair-cta-content {
        padding: 38px 30px;
    }

}

@media (max-width: 480px) {
    .repair-page-hero h1 {
        font-size: 40px;
    }

    .repair-page-hero p,
    .repair-field-service-content > p,
    .repair-cta-content p {
        font-size: 17px;
    }

    .repair-machines h2,
    .repair-systems h2,
    .repair-process h2,
    .repair-field-service h2,
    .repair-cta h2 {
        font-size: 32px;
    }

    .repair-machine-card,
    .repair-system-card,
    .repair-process-step {
        padding: 24px;
    }

    .repair-field-service-content,
    .repair-cta-content {
        padding: 30px 22px;
    }

}
