:root {
    --hbt-green: #08795c;
    --hbt-green-dark: #075442;
    --hbt-green-soft: #eaf5f0;
    --hbt-ink: #172522;
    --hbt-muted: #60706b;
    --hbt-line: #dfe8e4;
    --hbt-canvas: #f7faf8;
    --hbt-white: #ffffff;
}

body.hbt-products-page .entry-hero,
body.hbt-products-page .entry-header {
    display: none;
}

body.hbt-products-page .content-area,
body.hbt-products-page .site-main,
body.hbt-products-page .entry-content {
    margin: 0;
    padding: 0;
}

body.hbt-products-page #primary .content-container,
body.hbt-products-page #primary .site-container,
body.hbt-products-page .entry-content-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.hbt-products,
.hbt-products * {
    box-sizing: border-box;
}

.hbt-products {
    color: var(--hbt-ink);
    background: var(--hbt-white);
    font-family: inherit;
}

.hbt-products__hero {
    padding: 108px 24px 96px;
    background:
        radial-gradient(circle at 84% 20%, rgba(126, 190, 155, .22), transparent 32%),
        linear-gradient(135deg, #f7fbf9 0%, #eaf5f0 100%);
}

.hbt-products__hero-inner,
.hbt-products__catalog,
.hbt-products__advantages-inner,
.hbt-products__cta {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hbt-kicker {
    margin: 0 0 14px;
    color: var(--hbt-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
}

.hbt-products h1,
.hbt-products h2,
.hbt-products h3,
.hbt-products p {
    margin-top: 0;
}

.hbt-products__hero h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(44px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.hbt-products__intro {
    max-width: 690px;
    margin-bottom: 34px;
    color: var(--hbt-muted);
    font-size: 19px;
    line-height: 1.7;
}

.hbt-products__hero-actions,
.hbt-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hbt-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.hbt-button:hover {
    transform: translateY(-2px);
}

.hbt-button--primary {
    color: var(--hbt-white) !important;
    background: var(--hbt-green);
}

.hbt-button--primary:hover {
    background: var(--hbt-green-dark);
}

.hbt-button--secondary {
    color: var(--hbt-green-dark) !important;
    border-color: var(--hbt-green);
    background: transparent;
}

.hbt-products__catalog {
    padding: 96px 24px 110px;
}

.hbt-products__heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.hbt-products__heading h2,
.hbt-products__advantages h2,
.hbt-products__cta h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hbt-products__heading > p {
    margin-bottom: 4px;
    color: var(--hbt-muted);
    line-height: 1.7;
}

.hbt-products__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.hbt-filter {
    padding: 10px 16px;
    border: 1px solid var(--hbt-line);
    border-radius: 999px;
    color: var(--hbt-ink);
    background: var(--hbt-white);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.hbt-filter.is-active {
    color: var(--hbt-white);
    border-color: var(--hbt-green);
    background: var(--hbt-green);
}

.hbt-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.hbt-product-card {
    overflow: hidden;
    border: 1px solid var(--hbt-line);
    border-radius: 16px;
    background: var(--hbt-white);
    box-shadow: 0 18px 44px rgba(16, 58, 46, .08);
}

.hbt-product-card.is-hidden {
    display: none;
}

.hbt-product-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 22px;
    background: linear-gradient(145deg, #fbfdfc, #eef5f1);
}

.hbt-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hbt-product-card__image span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 7px 10px;
    border-radius: 6px;
    color: var(--hbt-green-dark);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    font-size: 12px;
    font-weight: 800;
}

.hbt-product-card__body {
    padding: 26px;
}

.hbt-product-card__model {
    margin-bottom: 7px;
    color: var(--hbt-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hbt-product-card h3 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.hbt-product-card__description {
    min-height: 86px;
    margin-bottom: 18px;
    color: var(--hbt-muted);
    font-size: 15px;
    line-height: 1.65;
}

.hbt-product-card__specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
    margin: 0 0 25px;
    padding: 18px 0 0;
    border-top: 1px solid var(--hbt-line);
    list-style: none;
}

.hbt-product-card__specs li {
    position: relative;
    padding-left: 15px;
    color: #354540;
    font-size: 13px;
    line-height: 1.45;
}

.hbt-product-card__specs li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hbt-green);
    content: "";
}

.hbt-text-link {
    color: var(--hbt-green-dark) !important;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.hbt-products__advantages {
    padding: 90px 24px;
    background: var(--hbt-canvas);
}

.hbt-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 38px;
}

.hbt-advantages-grid div {
    padding: 26px;
    border: 1px solid var(--hbt-line);
    border-radius: 12px;
    background: var(--hbt-white);
}

.hbt-advantages-grid strong,
.hbt-advantages-grid span {
    display: block;
}

.hbt-advantages-grid strong {
    margin-bottom: 9px;
    color: var(--hbt-green-dark);
    font-size: 18px;
}

.hbt-advantages-grid span {
    color: var(--hbt-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hbt-products__cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 54px;
    border-radius: 18px;
    color: var(--hbt-white);
    background: var(--hbt-green-dark);
}

.hbt-products__cta .hbt-kicker {
    color: #a9e7cc;
}

.hbt-products__cta p:not(.hbt-kicker) {
    max-width: 760px;
    margin: 18px 0 0;
    color: #d6e9e2;
    line-height: 1.7;
}

.hbt-button--light {
    color: var(--hbt-green-dark) !important;
    background: var(--hbt-white);
}

@media (max-width: 980px) {
    .hbt-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hbt-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .hbt-products__hero {
        padding: 74px 20px 66px;
    }

    .hbt-products__catalog {
        padding: 70px 18px 78px;
    }

    .hbt-products__heading,
    .hbt-products__grid,
    .hbt-products__cta {
        grid-template-columns: 1fr;
    }

    .hbt-products__heading {
        gap: 20px;
    }

    .hbt-product-card__description {
        min-height: auto;
    }

    .hbt-products__cta {
        margin: 64px 18px;
        padding: 34px 24px;
    }
}

@media (max-width: 480px) {
    .hbt-advantages-grid,
    .hbt-product-card__specs {
        grid-template-columns: 1fr;
    }

    .hbt-button {
        width: 100%;
    }
}

.hbt-product-card__image{display:block;text-decoration:none!important;color:inherit}
