/* home.css - glavnaya stranitsa luidor_2021 */

/* --- RESET --- */
.ls-home > .ls-home__section {
    margin: 0;
    padding: 0;
}

.ls-home .section-def {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* --- CONTAINER --- */
.ls-home__container {
    max-width: 1128px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* --- SECTION SPACING --- */
.ls-home__section + .ls-home__section {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .ls-home__section + .ls-home__section {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ls-home__section + .ls-home__section {
        margin-top: 40px;
    }
}

/* стало — одно правило */
.ls-home {
    padding-bottom: clamp(40px, 6vw, 100px);
}


/* --- FOOTER BUTTONS MARGIN --- */
.ls-services__footer,
.ls-gallery__footer,
.ls-offers__footer,
.ls-news__footer,
.ls-popular__footer,
.ls-products__footer {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .ls-services__footer,
    .ls-gallery__footer,
    .ls-offers__footer,
    .ls-news__footer,
    .ls-popular__footer,
    .ls-products__footer {
        margin-top: 24px;
    }
}

/* --- SEO TEXT BLOCK --- */
.ls-seo-text {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 48px 56px;
}

.ls-seo-text__title {
    font-size: 22px;
    font-weight: 700;
    color: #1b2530;
    margin: 0 0 16px;
    line-height: 1.3;
}

.ls-seo-text__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}

.ls-seo-text__body p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 12px;
}

.ls-seo-text__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ls-seo-text {
        padding: 28px 20px;
    }
    .ls-seo-text__title {
        font-size: 18px;
    }
    .ls-seo-text__body {
        grid-template-columns: 1fr;
    }
}
