/* LBX isolated landing styles */
.lbx {font-family: 'Inter', Arial, sans-serif; color: #1a1a1a; line-height: 1.5;}
.lbx-container {max-width: 1200px; margin: 0 auto; padding: 40px 20px;}

/* HERO */
.lbx-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 40px;
  background: linear-gradient(135deg, #009a94 0%, #007e78 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.lbx-hero .lbx-left {flex: 1;}
.lbx-hero h1 {font-size: 38px; font-weight: 700; margin-bottom: 16px;}
.lbx-hero p {font-size: 18px; margin-bottom: 28px; opacity: 0.95;}
.lbx-hero img {max-width: 400px; width: 100%; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.3);}

/* TRUST */
.lbx-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  justify-content: space-between;
}
.lbx-trust .lbx-item {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  padding: 18px;
  text-align: center;
  font-weight: 600;
  color: #222;
}
.lbx-trust .lbx-item strong {color: #007f79; font-weight: 700;}

/* CATEGORIES */
.lbx-cats {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 24px;
}
.lbx-cat {
  background: #fff;
  padding: 26px 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #222;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}
.lbx-cat:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.lbx-cat h3 {font-size: 20px; margin: 0;}

/* WHOLESALE */
.lbx-wholesale {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  background: #f6f9f9;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.06);
}
.lbx-wholesale .lbx-left {flex: 1;}
.lbx-wholesale h3 {font-size: 26px; margin-bottom: 12px;}
.lbx-wholesale p {margin-bottom: 20px;}
.lbx-wholesale ul {margin: 0; padding-left: 20px;}
.lbx-wholesale li {margin-bottom: 6px;}
.lbx-wholesale img {max-width: 360px; border-radius: 10px;}

@media(max-width:900px) {
  .lbx-hero {flex-direction: column; text-align: center;}
  .lbx-wholesale {flex-direction: column;}
}
.lbx-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 24px;
  margin-top: 60px;
}
.lbx-adv {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}
.lbx-adv:hover {transform: translateY(-4px); box-shadow: 0 6px 14px rgba(0,0,0,0.08);}
.lbx-adv h4 {margin-top: 0; color: #007e78;}



/* GGG/ */
/* Улучшенные стили для блоков Мой Климат - единая стилистика: современный clean design с cyan-blue акцентами, мягкие тени, transitions для интерактивности. Чередование фонов: белый (#FFFFFF) и светло-голубой (#F0F8FF) для визуального отличия блоков. Префикс mklimat- для уникальности. */

.mklimat-block {
    padding: 60px 0;
    transition: background 0.3s ease;
}

.mklimat-block-white {
    background-color: #FFFFFF;
}

.mklimat-block-lightblue {
    background-color: #F0F8FF;
}

.mklimat-title {
    font-size: 36px;
    font-weight: 700;
    color: #0096ceff;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.mklimat-subtitle {
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mklimat-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(to right, #0096ceff, #20B2AA);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 191, 255, 0.2);
}

.mklimat-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 191, 255, 0.3);
}

/* Баннер */
.mklimat-banner {
    background-image: url('/image/catalog/top-back.webp'); /* Замени на свою картинку */
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 150px 20px;
    position: relative;
    border-radius: 0;
}

.mklimat-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 150, 206, 0.6));
    z-index: 1;
}

.mklimat-banner > .container {
    position: relative;
    z-index: 2;
}

.mklimat-banner h1 {
    font-size: 52px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.mklimat-banner p {
    font-size: 26px;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Популярные товары */
.mklimat-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.mklimat-product-item {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mklimat-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.mklimat-product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.mklimat-product-item p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333333;
}

/* Преимущества */
.mklimat-advantages {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.mklimat-advantage-item {
    flex: 1 1 28%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.1);
    transition: transform 0.3s ease;
}

.mklimat-advantage-item:hover {
    transform: translateY(-5px);
}

.mklimat-advantage-item i {
    font-size: 48px;
    color: #0096ceff;
    margin-bottom: 20px;
}

.mklimat-advantage-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333333;
}

/* Услуги */
.mklimat-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mklimat-service-item {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.mklimat-service-item:hover {
    transform: translateY(-5px);
}

.mklimat-service-item i {
    font-size: 48px;
    color: #0096ceff;
    margin-bottom: 20px;
}

.mklimat-service-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/* О компании */
.mklimat-about {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.mklimat-about-text {
    flex: 1;
    min-width: 300px;
}

.mklimat-about img {
    flex: 1;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Сертификаты */
.mklimat-certificates {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.mklimat-cert-item {
    width: 180px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mklimat-cert-item:hover {
    transform: scale(1.08);
}

/* Отзывы (новый блок) */
.mklimat-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mklimat-review-item {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.mklimat-review-item .stars {
    color: #FFD700;
    font-size: 20px;
    margin-bottom: 15px;
}

.mklimat-review-item p {
    font-style: italic;
    color: #555555;
    margin-bottom: 15px;
}

.mklimat-review-item .author {
    font-weight: 600;
    color: #333333;
    text-align: right;
}

/* Форма */
.mklimat-contact-form {
    background: linear-gradient(to right, #0096ceff, #20B2AA);
    color: white;
    padding: 60px 0;
    text-align: center;
    border-radius: 0;
}

.mklimat-contact-form input,
.mklimat-contact-form textarea {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
}

.mklimat-contact-form button {
    padding: 14px 28px;
    background: white;
    color: #0096ceff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.mklimat-contact-form button:hover {
    background: #f0f0f0;
    color: #20B2AA;
}

/* Адаптив */
@media (max-width: 1024px) {
    .mklimat-advantages {
        flex-direction: column;
        align-items: center;
    }
    .mklimat-advantage-item {
        width: 80%;
    }
    .mklimat-about {
        flex-direction: column;
    }
    .mklimat-banner {
        padding: 100px 15px;
    }
    .mklimat-banner h1 {
        font-size: 40px;
    }
    .mklimat-banner p {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .mklimat-block {
        padding: 40px 0;
    }
    .mklimat-title {
        font-size: 30px;
    }
    .mklimat-subtitle {
        font-size: 18px;
    }
    .mklimat-advantages,
    .mklimat-services-grid,
    .mklimat-reviews-grid {
        grid-template-columns: 1fr;
    }
    .mklimat-contact-form {
        padding: 50px 20px;
    }
}
/* ... (твой существующий CSS выше) */

/* О компании - базовые стили (без изменений) */
.mklimat-about {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.mklimat-about-text {
    flex: 1;
    min-width: 300px;
    text-align: center;
    font-size: 20px;
}
.mklimat-about-text p {
  padding-bottom: 20px;
}
.mklimat-about img {
    flex: 1;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Адаптив - планшеты (без изменений) */
@media (max-width: 1024px) {
    /* ... (остальное без изменений) */
    .mklimat-about {
        flex-direction: column;
    }
}

/* Адаптив - мобильные: НОВЫЕ/ИЗМЕНЁННЫЕ СТРОКИ ДЛЯ О НАС */
@media (max-width: 768px) {
    /* ... (твой существующий код для других блоков) */

    .mklimat-about {
        flex-direction: column; /* Уже было, но подтверждаю */
        gap: 20px; /* ИЗМЕНЕНО: Уменьшили gap с 50px до 20px для мобильных */
        text-align: center; /* НОВОЕ: Центрируем весь блок на мобилках */
    }

    .mklimat-about-text {
        min-width: 0; /* НОВОЕ: Убираем min-width, чтобы текст не ломал layout */
        padding: 0 10px; /* НОВОЕ: Лёгкие отступы по бокам для читаемости */
    }

    .mklimat-about img {
        margin: 0 auto; /* НОВОЕ: Центрируем изображение */
        margin-bottom: 20px; /* НОВОЕ: Отступ снизу, если фото внизу */
        width: 100%; /* НОВОЕ: Принудительно 100% ширины на мобилках для полноты */
        height: auto;
    }
}
.has-background-light {
  background-color: aliceblue !important;
}
.has-background-light {
  border-top: none;
  border-bottom: none;
}