/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.21
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

    .shop-item-inner:not(.outofstock):not(.has-second-image):hover .shop-item__image img {
        -webkit-transform: scale(1.04);
        -ms-transform: 1;
        transform: scale(1.64);
    }
        .header {
            text-align: center;
            margin-bottom: 40px;
        }
       
        h2 {
            color: #34495e;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        .section {
            margin-bottom: 40px;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .advantages {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        .advantage-item {
            padding: 15px;
            background: white;
            border-radius: 6px;
            border-left: 4px solid #3498db;
        }
        .cta-section {
            text-align: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px;
            border-radius: 10px;
        }
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: #e74c3c;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 20px;
            transition: background 0.3s;
        }
        .btn:hover {
            background: #c0392b;
        }

/* Cleantech benefits section */
.cleantech-benefits {
    margin: 32px 0 40px;
    padding: 28px 32px;
    border: 1px solid rgba(26, 90, 149, 0.10);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
    box-shadow: 0 14px 34px rgba(26, 90, 149, 0.08);
}

.cleantech-benefits__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-bottom: 20px;
}

.cleantech-benefits__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(26, 90, 149, 0.08);
    color: #1a5a95;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cleantech-benefits__title {
    margin: 0;
    color: #1f2d3d;
    font-size: 28px;
    line-height: 1.2;
}

.cleantech-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cleantech-benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 100%;
    padding: 24px 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 45, 74, 0.08);
    text-align: center;
}

.cleantech-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1a5a95;
    color: #ffffff;
}

.cleantech-benefit-card__icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.cleantech-benefit-card__title {
    margin: 0;
    color: #1f2d3d;
    font-size: 18px;
    line-height: 1.35;
}

.cleantech-benefit-card__text {
    margin: 0;
    color: #5f6b76;
    font-size: 14px;
    line-height: 1.6;
}

.single-product .cleantech-benefits {
    margin-top: 0;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .cleantech-benefits {
        padding: 24px;
    }

    .cleantech-benefits__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cleantech-benefits {
        margin: 24px 0 32px;
        padding: 20px 16px;
        border-radius: 14px;
    }

    .cleantech-benefits__head {
        align-items: flex-start;
        gap: 10px 12px;
    }

    .cleantech-benefits__title {
        font-size: 24px;
    }

    .cleantech-benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }

    .cleantech-benefit-card__icon {
        width: 48px;
        height: 48px;
    }

    .cleantech-benefit-card__icon svg {
        width: 22px;
        height: 22px;
    }

    .cleantech-benefit-card__title {
        font-size: 16px;
    }
}


/* Cleantech product compare section */
.cleantech-product-compare {
    margin: 40px 0;
}

.cleantech-product-compare__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cleantech-product-compare__title {
    margin: 0;
    color: #1f2d3d;
    font-size: 28px;
    line-height: 1.2;
}

.cleantech-product-compare__note {
    margin: 0;
    color: #6c7a89;
    font-size: 14px;
    line-height: 1.5;
}

.cleantech-product-compare__table-wrap {
    overflow-x: auto;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 45, 74, 0.06);
}

.cleantech-product-compare__table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
}

.cleantech-product-compare__table th,
.cleantech-product-compare__table td {
    padding: 16px 18px;
    border-top: 1px solid #e9eef4;
    border-left: 1px solid #e9eef4;
    vertical-align: top;
    background: #ffffff;
}

.cleantech-product-compare__table tr:first-child th,
.cleantech-product-compare__table tr:first-child td {
    border-top: none;
}

.cleantech-product-compare__table th:first-child,
.cleantech-product-compare__table td:first-child {
    border-left: none;
}

.cleantech-product-compare__label {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 220px;
    background: #f7fbff !important;
    color: #1f2d3d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.cleantech-product-compare__row--product .cleantech-product-compare__label {
    z-index: 3;
}

.cleantech-product-compare__value {
    min-width: 190px;
    color: #1f2d3d;
    font-size: 15px;
    line-height: 1.5;
}

.cleantech-product-compare__row--price .cleantech-product-compare__value,
.cleantech-product-compare__row--sku .cleantech-product-compare__value {
    font-weight: 700;
}

.cleantech-compare-product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cleantech-compare-product-card__image img {
    display: block;
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.cleantech-compare-product-card__title {
    color: #1f2d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.cleantech-compare-product-card__title:hover {
    color: #1a5a95;
}

.cleantech-compare-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.cleantech-compare-status--in-stock,
.cleantech-compare-status--instock {
    color: #3b7f1f;
    background: #e8f5df;
}

.cleantech-compare-status--available-on-backorder,
.cleantech-compare-status--onbackorder {
    color: #9b7b17;
    background: #f6edd2;
}

.cleantech-compare-status--out-of-stock,
.cleantech-compare-status--outofstock {
    color: #b42318;
    background: #fde7e4;
}

.cleantech-product-compare .price {
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .cleantech-product-compare {
        margin: 32px 0;
    }

    .cleantech-product-compare__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .cleantech-product-compare__title {
        font-size: 24px;
    }

    .cleantech-product-compare__table th,
    .cleantech-product-compare__table td {
        padding: 14px 12px;
    }

    .cleantech-product-compare__label {
        min-width: 150px;
    }

    .cleantech-product-compare__value {
        min-width: 180px;
        font-size: 14px;
    }

    .cleantech-compare-product-card__image img {
        width: 72px;
        height: 72px;
    }
}


/* Cleantech request-only products */
.cleantech-product-request-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    cursor: pointer;
}

.one-click-buy__holder.cleantech-request-modal.is-open {
    display: block;
}

.cleantech-request-modal__container {
    max-width: 760px;
}

.cleantech-request-modal__title {
    margin: 0 0 20px;
    padding-right: 36px;
    font-size: 28px;
    line-height: 1.2;
}

.cleantech-request-modal__lead {
    margin: 0 0 14px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.cleantech-request-modal__lead--secondary {
    margin-top: 24px;
}

.cleantech-request-modal__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 14px 0 0;
}

.cleantech-request-modal__contacts a {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

.cleantech-request-modal__contacts a:hover {
    color: #f43c33;
}

.cleantech-request-modal__messages {
    margin: 18px 0 0;
}

.cleantech-request-form {
    margin-top: 18px;
}

.cleantech-request-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.cleantech-request-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cleantech-request-form__field--full {
    grid-column: 1 / -1;
}

.cleantech-request-form__field label {
    display: block;
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.cleantech-request-form__field textarea,
.cleantech-request-form__field input[type="text"],
.cleantech-request-form__field input[type="tel"],
.cleantech-request-form__field input[type="email"] {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d7e1eb;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.cleantech-request-form__field textarea {
    min-height: 96px;
    resize: vertical;
}

.cleantech-request-form__consents {
    gap: 12px;
}

.cleantech-request-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.cleantech-request-form__checkbox input[type="checkbox"] {
    margin: 3px 0 0;
    flex: 0 0 auto;
}

.cleantech-request-form__checkbox a {
    font-weight: 700;
}

.cleantech-request-form__submit {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .cleantech-request-modal__container {
        margin: 20px auto;
        padding: 22px 18px;
    }

    .cleantech-request-modal__title {
        font-size: 24px;
    }

    .cleantech-request-modal__lead {
        font-size: 16px;
    }

    .cleantech-request-form__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cleantech-product-request-trigger {
        width: 100%;
    }
}


/* Cleantech checkout fields */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-additional-fields .form-row {
    margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce-checkout #order_comments {
    min-height: 110px;
    resize: vertical;
}

.cleantech-checkout-consents {
    margin: 20px 0 16px;
    padding-top: 4px;
}

.cleantech-checkout-consents__field {
    margin-bottom: 10px;
}

.cleantech-checkout-consents .woocommerce-form__label-for-checkbox,
.cleantech-checkout-consents label.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.cleantech-checkout-consents input[type="checkbox"] {
    margin-top: 4px;
    flex: 0 0 auto;
}

.cleantech-checkout-consents a {
    text-decoration: underline;
}


.cleantech-checkout-consents__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.woocommerce-checkout form.checkout:not(.processing) #order_review .blockUI.blockOverlay,
.woocommerce-checkout form.checkout:not(.processing) #order_review .blockUI.blockMsg,
.woocommerce-checkout form.checkout:not(.processing) #payment .blockUI.blockOverlay,
.woocommerce-checkout form.checkout:not(.processing) #payment .blockUI.blockMsg {
    display: none !important;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
    position: relative;
}


/* Cleantech single product stock label */
.product-info .cleantech-single-stock-label-wrap {
    display: flex;
    justify-content: flex-end;
    margin: -2px 0 12px;
}

.cleantech-single-stock-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.cleantech-single-stock-label.is-in-stock {
    background: rgba(39, 174, 96, 0.12);
    color: #1f8f50;
}

.cleantech-single-stock-label.is-out-of-stock {
    background: rgba(217, 83, 79, 0.12);
    color: #c0392b;
}

@media (max-width: 767px) {
    .product-info .cleantech-single-stock-label-wrap {
        margin: 0 0 10px;
    }
}

/* Cleantech dealers landing */
.cleantech-dealers-page-area {
    width: 100%;
}

.cleantech-dealers-page {
    margin-bottom: 48px;
}

.cleantech-dealers-page__meta {
    margin-bottom: 18px;
}

.cleantech-dealers-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
    gap: 28px;
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f3e6d 0%, #1a5a95 55%, #2d75b8 100%);
    color: #fff;
    box-shadow: 0 18px 48px rgba(15, 62, 109, 0.20);
}

.cleantech-dealers-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cleantech-dealers-hero__title {
    margin: 18px 0 14px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
}

.cleantech-dealers-hero__lead {
    max-width: 860px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
}

.cleantech-dealers-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 0;
}

.cleantech-dealers-hero__chips span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.cleantech-dealers-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.cleantech-dealers-hero__actions .button {
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 10px;
    box-shadow: none;
}

.cleantech-dealers-hero__actions .button--secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.cleantech-dealers-hero__actions .button--secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cleantech-dealers-hero__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    color: #1f2d3d;
}

.cleantech-dealers-card__label {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(26, 90, 149, 0.08);
    color: #1a5a95;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cleantech-dealers-card__title {
    margin: 0;
    color: #1f2d3d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.cleantech-dealers-card__list {
    margin: 0;
    padding-left: 20px;
    color: #4a5968;
    line-height: 1.7;
}

.cleantech-dealers-card__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 6px;
}

.cleantech-dealers-card__contacts a {
    color: #1a5a95;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.cleantech-dealers-card__contacts a:hover {
    color: #f43c33;
}

.cleantech-dealers-section {
    margin-top: 36px;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(16, 45, 74, 0.08);
}

.cleantech-dealers-section--soft {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.cleantech-dealers-section--cta {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.cleantech-dealers-section__head {
    margin-bottom: 22px;
}

.cleantech-dealers-section__head h2 {
    margin: 0 0 12px;
    color: #1f2d3d;
    font-size: 32px;
    line-height: 1.18;
}

.cleantech-dealers-section__head p,
.cleantech-dealers-section p {
    margin: 0;
    color: #5c6976;
    font-size: 16px;
    line-height: 1.75;
}

.cleantech-dealers-section p + p {
    margin-top: 16px;
}

.cleantech-dealers-grid {
    display: grid;
    gap: 18px;
}

.cleantech-dealers-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cleantech-dealers-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cleantech-dealers-box {
    min-height: 100%;
    padding: 22px 20px;
    border: 1px solid rgba(26, 90, 149, 0.10);
    border-radius: 18px;
    background: #fff;
}

.cleantech-dealers-box h3 {
    margin: 0 0 10px;
    color: #1f2d3d;
    font-size: 20px;
    line-height: 1.32;
}

.cleantech-dealers-box p,
.cleantech-dealers-box ul {
    margin: 0;
    color: #5c6976;
    font-size: 15px;
    line-height: 1.7;
}

.cleantech-dealers-box ul {
    padding-left: 20px;
}

.cleantech-dealers-box li + li {
    margin-top: 6px;
}

.cleantech-dealers-advantage-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cleantech-dealers-advantage-item {
    padding: 18px 20px;
    border-radius: 16px;
    background: #f7fbff;
    color: #425263;
    line-height: 1.7;
}

.cleantech-dealers-advantage-item strong {
    color: #1f2d3d;
}

.cleantech-dealers-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
}

.cleantech-dealers-steps {
    margin: 0;
    padding-left: 22px;
    color: #425263;
    font-size: 16px;
    line-height: 1.75;
}

.cleantech-dealers-steps li + li {
    margin-top: 12px;
}

.cleantech-dealers-note-box {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0f3e6d 0%, #1a5a95 100%);
    color: #fff;
}

.cleantech-dealers-note-box h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
}

.cleantech-dealers-note-box p {
    color: rgba(255, 255, 255, 0.92);
}

.cleantech-dealers-section--seo .cleantech-dealers-section__head {
    margin-top: 28px;
}

.cleantech-dealers-section--seo .cleantech-dealers-section__head:first-child {
    margin-top: 0;
}

.cleantech-dealers-lead-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: start;
}

.cleantech-dealers-contact-card,
.cleantech-dealers-form-card {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(26, 90, 149, 0.10);
}

.cleantech-dealers-contact-card__title {
    margin: 0 0 14px;
    color: #1f2d3d;
    font-size: 24px;
    font-weight: 700;
}

.cleantech-dealers-contact-card__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.cleantech-dealers-contact-card__links a {
    color: #1a5a95;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.cleantech-dealers-contact-card__links a:hover {
    color: #f43c33;
}

.cleantech-dealers-contact-card p {
    color: #5c6976;
}

.cleantech-dealers-form__messages {
    margin-bottom: 16px;
    padding: 0;
    border-radius: 12px;
    font-weight: 600;
}

.cleantech-dealers-form__messages.is-error,
.cleantech-dealers-form__messages.is-success {
    padding: 14px 16px;
}

.cleantech-dealers-form__messages.is-error {
    background: rgba(217, 83, 79, 0.10);
    color: #b42318;
}

.cleantech-dealers-form__messages.is-success {
    background: rgba(39, 174, 96, 0.12);
    color: #1f8f50;
}

.cleantech-dealers-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.cleantech-dealers-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cleantech-dealers-form__field--full {
    grid-column: 1 / -1;
}

.cleantech-dealers-form__field label {
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.cleantech-dealers-form__field input[type="text"],
.cleantech-dealers-form__field input[type="tel"],
.cleantech-dealers-form__field input[type="email"],
.cleantech-dealers-form__field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d7e1eb;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.cleantech-dealers-form__field textarea {
    min-height: 120px;
    resize: vertical;
}

.cleantech-dealers-form__consents {
    gap: 12px;
}

.cleantech-dealers-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4a5968;
    font-size: 14px;
    line-height: 1.6;
}

.cleantech-dealers-form__checkbox input[type="checkbox"] {
    margin-top: 4px;
}

.cleantech-dealers-form__checkbox a {
    font-weight: 700;
}

.cleantech-dealers-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.cleantech-dealers-form .button {
    margin-top: 18px;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 10px;
}

.cleantech-dealers-faq {
    display: grid;
    gap: 12px;
}

.cleantech-dealers-faq__item {
    border: 1px solid rgba(26, 90, 149, 0.10);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.cleantech-dealers-faq__item summary {
    position: relative;
    padding: 18px 54px 18px 20px;
    cursor: pointer;
    list-style: none;
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.cleantech-dealers-faq__item summary::-webkit-details-marker {
    display: none;
}

.cleantech-dealers-faq__item summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #1a5a95;
    font-size: 28px;
    line-height: 1;
}

.cleantech-dealers-faq__item[open] summary::after {
    content: '–';
}

.cleantech-dealers-faq__answer {
    padding: 0 20px 18px;
}

.cleantech-dealers-faq__answer p {
    color: #5c6976;
}

@media (max-width: 1200px) {
    .cleantech-dealers-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cleantech-dealers-grid--3,
    .cleantech-dealers-advantage-list,
    .cleantech-dealers-section--split,
    .cleantech-dealers-lead-layout,
    .cleantech-dealers-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cleantech-dealers-hero,
    .cleantech-dealers-section,
    .cleantech-dealers-contact-card,
    .cleantech-dealers-form-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .cleantech-dealers-hero__title {
        font-size: 32px;
    }

    .cleantech-dealers-section__head h2 {
        font-size: 26px;
    }

    .cleantech-dealers-grid--4,
    .cleantech-dealers-grid--3,
    .cleantech-dealers-form__grid {
        grid-template-columns: 1fr;
    }

    .cleantech-dealers-hero__actions .button,
    .cleantech-dealers-form .button {
        width: 100%;
    }

    .cleantech-dealers-card__contacts a,
    .cleantech-dealers-contact-card__links a {
        font-size: 17px;
    }
}


/* Скачать каталоги */
.cleantech-catalogs-page-area {
    width: 100%;
}

.cleantech-catalogs-page {
    padding-bottom: 48px;
}

.cleantech-catalogs-page__meta {
    margin-bottom: 20px;
}

.cleantech-catalogs-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 380px);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 32px;
}

.cleantech-catalogs-hero__content,
.cleantech-catalogs-hero__aside {
    border-radius: 28px;
    border: 1px solid #dce7f2;
    box-shadow: 0 16px 42px rgba(15, 62, 109, 0.08);
}

.cleantech-catalogs-hero__content {
    padding: 34px 38px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
}

.cleantech-catalogs-hero__eyebrow,
.cleantech-catalogs-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 62, 109, 0.08);
    color: #0f3e6d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cleantech-catalogs-hero__title {
    margin: 14px 0 16px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    color: #18344f;
}

.cleantech-catalogs-hero__lead {
    margin-bottom: 18px;
    color: #4c6680;
    font-size: 18px;
    line-height: 1.6;
}

.cleantech-catalogs-hero__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.cleantech-catalogs-hero__bullets li {
    position: relative;
    padding-left: 18px;
    color: #284760;
}

.cleantech-catalogs-hero__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f5d9f;
}

.cleantech-catalogs-hero__aside {
    padding: 28px;
    background: linear-gradient(180deg, #0f3e6d 0%, #1f5f98 100%);
    color: #ffffff;
}

.cleantech-catalogs-hero__aside-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    color: inherit;
}

.cleantech-catalogs-hero__aside p {
    margin: 0 0 14px;
    color: rgba(255,255,255,0.88);
}

.cleantech-catalogs-hero__aside-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.cleantech-catalogs-section {
    margin-bottom: 30px;
    padding: 34px 38px;
    border-radius: 28px;
    border: 1px solid #dce7f2;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 62, 109, 0.06);
}

.cleantech-catalogs-section--soft {
    background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.cleantech-catalogs-section__head {
    max-width: 860px;
    margin-bottom: 24px;
}

.cleantech-catalogs-section__head h2 {
    margin: 14px 0 12px;
    color: #18344f;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
}

.cleantech-catalogs-section__head p,
.cleantech-catalogs-text p,
.cleantech-catalogs-seo p {
    color: #50697f;
    line-height: 1.72;
    font-size: 17px;
}

.cleantech-catalogs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.cleantech-catalogs-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 26px;
    border-radius: 24px;
    border: 1px solid #d9e5f0;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 62, 109, 0.05);
}

.cleantech-catalogs-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cleantech-catalogs-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 62, 109, 0.08);
    color: #0f5d9f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cleantech-catalogs-card__format {
    white-space: nowrap;
    color: #6a8298;
    font-size: 13px;
    font-weight: 600;
}

.cleantech-catalogs-card h3 {
    margin: 0;
    color: #18344f;
    font-size: 24px;
    line-height: 1.2;
}

.cleantech-catalogs-card p {
    margin: 0;
    color: #51697f;
    line-height: 1.68;
}

.cleantech-catalogs-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cleantech-catalogs-card__note {
    color: #6c8398;
    font-size: 14px;
}

.cleantech-catalogs-card .button {
    min-width: 190px;
    text-align: center;
}

.cleantech-catalogs-card--remote .cleantech-catalogs-card__note {
    color: #8c5c00;
}

.cleantech-catalogs-text {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 24px;
    align-items: start;
}

.cleantech-catalogs-note {
    padding: 24px;
    border-radius: 22px;
    background: #f4f8fc;
    border: 1px solid #dce7f2;
}

.cleantech-catalogs-note h3 {
    margin: 0 0 12px;
    color: #18344f;
    font-size: 22px;
}

.cleantech-catalogs-note p,
.cleantech-catalogs-note li {
    color: #51697f;
    line-height: 1.65;
}

.cleantech-catalogs-note ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

@media (max-width: 1200px) {
    .cleantech-catalogs-hero,
    .cleantech-catalogs-text {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cleantech-catalogs-section,
    .cleantech-catalogs-hero__content,
    .cleantech-catalogs-hero__aside {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .cleantech-catalogs-grid {
        grid-template-columns: 1fr;
    }

    .cleantech-catalogs-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .cleantech-catalogs-card__top,
    .cleantech-catalogs-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cleantech-catalogs-card .button {
        min-width: 0;
        width: 100%;
    }

    .cleantech-catalogs-section__head p,
    .cleantech-catalogs-text p,
    .cleantech-catalogs-seo p,
    .cleantech-catalogs-card p {
        font-size: 16px;
    }
}
