.repair-page {
    background: #ffffff;
}

.repair-hero {
    padding: 4.5rem 0;
    background:
        radial-gradient(circle at 85% 15%, rgb(9 102 223 / 22%), transparent 28rem),
        radial-gradient(circle at 8% 85%, rgb(217 147 33 / 14%), transparent 22rem),
        linear-gradient(120deg, #edf4fd 0%, #f8fbff 52%, #f3e6d3 100%);
}

.repair-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    align-items: center;
    gap: 4rem;
}

.repair-hero h1 {
    max-width: 13ch;
    margin: 0.6rem 0 1.4rem;
    color: #05295d;
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.repair-hero h1 span {
    display: block;
    color: #0871e8;
}

.repair-hero__lead {
    max-width: 42rem;
    color: #405573;
    font-size: 1.12rem;
    line-height: 1.7;
}

.repair-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.repair-hero__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.repair-hero__services article {
    padding: 1rem;
    background: rgb(255 255 255 / 78%);
    border: 1px solid #c9dbf2;
    border-radius: 1rem;
}

.repair-hero__services strong,
.repair-hero__services span {
    display: block;
}

.repair-hero__services strong {
    color: #05295d;
}

.repair-hero__services span {
    margin-top: 0.25rem;
    color: #5a6e89;
    font-size: 0.82rem;
}

.repair-hero__visual {
    position: relative;
}

.repair-hero__visual::before {
    position: absolute;
    inset: 1.2rem -1rem -1rem 1.2rem;
    content: "";
    background: linear-gradient(145deg, #0a75e8, #05295d);
    border-radius: 1.8rem;
    transform: rotate(2deg);
}

.repair-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 29rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.6rem;
    box-shadow: 0 2rem 4rem rgb(5 41 93 / 24%);
}

.repair-hero__status {
    position: absolute;
    z-index: 2;
    top: -1rem;
    right: -1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: #05295d;
    background: #efae37;
    border: 0.3rem solid #ffffff;
    border-radius: 999px;
    font-weight: 900;
}

.repair-hero__status span {
    width: 0.65rem;
    height: 0.65rem;
    background: #28a75d;
    border-radius: 50%;
}

.repair-symptoms {
    padding: 5.5rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgb(9 102 223 / 12%), transparent 22rem),
        linear-gradient(180deg, #ffffff, #e5eef9);
}

.repair-symptoms__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
}

.repair-symptoms__grid article {
    padding: 1.7rem;
    background: linear-gradient(145deg, #ffffff, #f6f9fe);
    border: 1px solid #cbdcf1;
    border-top: 0.35rem solid #0871e8;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(5 41 93 / 9%);
}

.repair-symptoms__grid article:nth-child(even) {
    border-top-color: #d99321;
}

.repair-symptoms__icon {
    width: 3.6rem;
    height: 3.6rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, #0871e8, #05295d);
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 900;
}

.repair-symptoms h3 {
    color: #05295d;
}

.repair-symptoms p {
    color: #52647e;
    line-height: 1.55;
}

.repair-modes {
    padding: 6rem 0;
    background:
        linear-gradient(rgb(255 249 239 / 92%), rgb(255 249 239 / 92%)),
        repeating-linear-gradient(
            90deg,
            #efdfc5 0,
            #efdfc5 1.8rem,
            #f7ead5 1.8rem,
            #f7ead5 3.6rem
        );
}

.repair-modes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.repair-mode {
    position: relative;
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3rem rgb(5 41 93 / 12%);
}

.repair-mode--onsite {
    background: #ffffff;
    border: 1px solid #c9dbf2;
    border-left: 0.45rem solid #0871e8;
}

.repair-mode--remote {
    color: #ffffff;
    background: linear-gradient(145deg, #05295d, #0871e8);
    border: 1px solid rgb(255 255 255 / 20%);
}

.repair-mode h2 {
    color: #05295d;
}

.repair-mode--remote h2,
.repair-mode--remote p,
.repair-mode--remote li {
    color: #ffffff;
}

.repair-mode p,
.repair-mode li {
    line-height: 1.65;
}

.repair-mode__number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgb(5 41 93 / 12%);
    font-size: 3rem;
    font-weight: 900;
}

.repair-mode--remote .repair-mode__number {
    color: rgb(255 255 255 / 15%);
}

.repair-process {
    padding: 5.5rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 20%, rgb(239 174 55 / 18%), transparent 22rem),
        linear-gradient(125deg, #031d46, #064b9e 58%, #0871e8);
}

.repair-process .section-heading h2,
.repair-process .section-heading p {
    color: #ffffff;
}

.repair-process__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.repair-process__steps article {
    padding: 1.8rem;
    background: rgb(255 255 255 / 11%);
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 1.2rem;
}

.repair-process__steps span {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    color: #05295d;
    background: #efae37;
    border-radius: 50%;
    font-weight: 900;
}

.repair-process__steps h3 {
    color: #ffffff;
}

.repair-process__steps p {
    color: rgb(255 255 255 / 78%);
    line-height: 1.6;
}

.repair-area {
    padding: 5rem 0;
    background: #edf5ff;
}

.repair-area__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3rem;
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid #cbdcf1;
    border-radius: 1.5rem;
    box-shadow: 0 1.2rem 2.5rem rgb(5 41 93 / 10%);
}

.repair-area__panel h2 {
    color: #05295d;
}

.repair-area__location {
    min-width: 15rem;
    padding: 1.5rem;
    color: #ffffff;
    background: linear-gradient(145deg, #05295d, #0871e8);
    border-radius: 1.2rem;
}

.repair-area__location strong,
.repair-area__location span {
    display: block;
}

.repair-area__location strong {
    font-size: 1.4rem;
}

.repair-area__location span {
    margin-top: 0.4rem;
    color: rgb(255 255 255 / 78%);
}

.repair-contact {
    padding: 4rem 0;
    background: #e5eef9;
}

@media (max-width: 62rem) {
    .repair-hero__grid,
    .repair-area__panel {
        grid-template-columns: 1fr;
    }

    .repair-hero__visual {
        max-width: 42rem;
        margin-inline: auto;
    }

    .repair-symptoms__grid,
    .repair-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 42rem) {
    .repair-hero {
        padding: 3rem 0 4rem;
    }

    .repair-hero h1 {
        font-size: 3rem;
    }

    .repair-hero__services,
    .repair-symptoms__grid,
    .repair-modes__grid,
    .repair-process__steps {
        grid-template-columns: 1fr;
    }

    .repair-hero__visual img {
        height: 22rem;
    }
}
