.service-bottom-form {
    --blue: #2463eb;
    --blue-dark: #1e5ee6;
    --ink: #111827;
    width: 100%;
}

.service-bottom-form,
.service-bottom-form * {
    box-sizing: border-box;
}

.service-bottom-form .cs-form-card {
    margin: 0;
}

.service-bottom-form .cs-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.service-order-success {
    display: none;
    margin: 14px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.service-order-form.is-success .service-order-success {
    display: block;
}

.carpet-gallery {
    position: relative;
    max-width: 1180px;
    margin: 36px auto 64px;
    padding: 0 68px;
}

.carpet-gallery__viewport {
    overflow: hidden;
    border-radius: 24px;
    background: #e8eef8;
    box-shadow: 0 18px 46px rgba(17, 38, 76, 0.16);
}

.carpet-gallery__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.carpet-gallery__slide {
    display: block;
    flex: 0 0 100%;
    height: clamp(360px, 48vw, 620px);
    background: #dbe5f2;
}

.carpet-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carpet-gallery__control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1e40af;
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(30, 64, 175, 0.28);
    cursor: pointer;
}

.carpet-gallery__control:hover,
.carpet-gallery__control:focus-visible {
    background: #2563eb;
}

.carpet-gallery__control--prev {
    left: 0;
}

.carpet-gallery__control--next {
    right: 0;
}

.carpet-gallery__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.carpet-gallery__dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 2px solid #2563eb;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.carpet-gallery__dot.is-active {
    background: #2563eb;
}

.rental-lead {
    max-width: 1040px;
    margin: 0 auto 20px;
    color: #374151;
    font-size: 19px;
    line-height: 1.7;
}

.rental-audience,
.rental-benefits,
.client-service,
.cleaning-cycle,
.cleaning-results {
    max-width: 1400px;
    margin: 0 auto;
    padding: 72px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rental-audience__panel {
    overflow: hidden;
    border: 1px solid #e4edfb;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(17, 38, 76, 0.11);
}

.rental-audience__header,
.section-heading {
    text-align: center;
}

.rental-audience__header {
    padding: 52px 36px 38px;
}

.rental-audience__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rental-audience h2,
.section-heading h2,
.business-process__title {
    margin: 0;
    color: #111827;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
}

.rental-audience__header > p,
.section-heading > p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #4b5563;
    font-size: 20px;
    line-height: 1.55;
}

.rental-audience__subheading {
    margin: 0 0 28px;
    color: #1f2937;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.rental-audience__body {
    padding: 38px 40px 48px;
    background: #f8fbff;
}

.rental-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rental-audience__card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 110px;
    padding: 24px;
    border: 2px solid #60a5fa;
    border-radius: 20px;
    background: #fff;
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rental-audience__card:hover {
    transform: translateY(-6px);
    border-color: #2563eb;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.15);
}

.rental-audience__icon,
.client-service__icon,
.cleaning-results__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eff6ff;
    color: #1e40af;
}

.rental-audience__icon i,
.client-service__icon i,
.cleaning-results__icon i {
    line-height: 1;
}

.rental-audience__icon {
    width: 50px;
    height: 50px;
    font-size: 26px;
}

.rental-audience__cta {
    margin-top: 38px;
    text-align: center;
}

.rental-audience__cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 30px;
    border-radius: 16px;
    background: #2563eb;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

.rental-audience__cta a:hover {
    background: #1d4ed8;
}

.section-heading {
    margin-bottom: 54px;
}

.rental-benefits__list,
.cleaning-cycle__list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.rental-benefits__item,
.cleaning-cycle__item {
    display: flex;
    flex: 1 1 0;
    gap: 20px;
    max-width: 330px;
    transition: transform 0.25s ease;
}

.rental-benefits__item:hover,
.cleaning-cycle__item:hover {
    transform: translateY(-8px);
}

.rental-benefits__number,
.cleaning-cycle__number {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #2563eb;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.24);
}

.cleaning-cycle__number {
    background: #1e40af;
}

.rental-benefits__content h3,
.cleaning-cycle__content h3,
.cleaning-results__content h3,
.business-process__step h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.rental-benefits__content p,
.cleaning-cycle__content p,
.cleaning-cycle__content ul,
.cleaning-results__content p {
    margin: 0;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.65;
}

.cleaning-cycle__content ul {
    margin-top: 8px;
    padding-left: 20px;
    list-style: disc;
}

.cleaning-cycle__content li {
    margin-bottom: 5px;
}

.client-service__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 44px;
}

.client-service__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.client-service__icon {
    width: 54px;
    height: 54px;
    font-size: 30px;
}

.client-service__item p {
    margin: 0;
    color: #374151;
    font-size: 17px;
    line-height: 1.65;
}

.cleaning-results__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.cleaning-results__item {
    display: flex;
    flex: 1 1 300px;
    gap: 20px;
    max-width: 390px;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cleaning-results__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.11);
}

.cleaning-results__icon {
    width: 62px;
    height: 62px;
    font-size: 34px;
}

.business-process {
    max-width: 1450px;
    margin: 0 auto;
    padding: 78px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.business-process__title {
    margin-bottom: 54px;
    text-align: center;
}

.business-process__timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    overflow-x: auto;
    padding: 18px 0 12px;
}

.business-process__step {
    flex: 1 1 0;
    max-width: 205px;
    min-width: 0;
    text-align: center;
}

.business-process__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #1e40af;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(30, 64, 175, 0.28);
}

.business-process__step h3 {
    font-size: 18px !important;
    overflow-wrap: normal;
    word-break: normal;
}

.business-process__step p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.business-process__arrow {
    flex: 0 0 20px;
    margin-top: 14px;
    color: #3b82f6;
    font-size: 30px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .rental-audience__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rental-benefits__list,
    .cleaning-cycle__list {
        flex-wrap: wrap;
    }

    .rental-benefits__item,
    .cleaning-cycle__item {
        flex-basis: calc(50% - 15px);
        max-width: 520px;
    }
}

@media (max-width: 1180px) {
    .business-process__timeline {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        overflow: visible;
    }

    .business-process__step {
        flex-basis: auto;
        width: min(100%, 480px);
    }

    .business-process__arrow {
        margin: 0;
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .carpet-gallery {
        margin-bottom: 46px;
        padding: 0 48px;
    }

    .carpet-gallery__slide {
        height: 420px;
    }

    .carpet-gallery__control {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 26px;
        line-height: 42px;
    }

    .rental-audience,
    .rental-benefits,
    .client-service,
    .cleaning-cycle,
    .cleaning-results,
    .business-process {
        padding: 56px 18px;
    }

    .rental-audience h2,
    .section-heading h2,
    .business-process__title {
        font-size: 34px;
    }

    .rental-audience__header {
        padding: 42px 22px 30px;
    }

    .rental-audience__body {
        padding: 30px 20px 38px;
    }

    .rental-audience__grid,
    .client-service__list {
        grid-template-columns: 1fr;
    }

    .rental-benefits__item,
    .cleaning-cycle__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .cleaning-results__item {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .carpet-gallery {
        padding: 0;
    }

    .carpet-gallery__slide {
        height: 340px;
    }

    .carpet-gallery__control {
        top: auto;
        bottom: 14px;
        margin: 0;
        background: rgba(30, 64, 175, 0.9);
    }

    .carpet-gallery__control--prev {
        left: 14px;
    }

    .carpet-gallery__control--next {
        right: 14px;
    }

    .rental-audience__grid {
        grid-template-columns: 1fr;
    }

    .rental-audience__card,
    .cleaning-results__item {
        padding: 22px;
    }

    .rental-benefits__item,
    .cleaning-cycle__item,
    .client-service__item,
    .cleaning-results__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cleaning-cycle__content ul {
        display: inline-block;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carpet-gallery__track,
    .rental-audience__card,
    .rental-benefits__item,
    .cleaning-cycle__item,
    .cleaning-results__item {
        transition: none;
    }
}
