body.vacuum-business-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #171717;
    font-family: Inter, Arial, sans-serif;
}

.vacuum-business-page > .nav,
.vacuum-business-page > .breadcrumb,
.vacuum-business-page > .category-header,
.vacuum-business-page > .category-page,
.vacuum-business-page > .features-highlight,
.vacuum-business-page > .related-categories,
.vacuum-business-page > .category-dynamic-content,
.vacuum-business-page > .cta-section,
.vacuum-business-page > .kc-seo-summary {
    display: none !important;
}

.vb-site-header {
    position: relative;
    z-index: 20;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #eef0f3;
}

.vb-header-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 48px;
    display: grid;
    grid-template-columns: minmax(320px, 390px) 1fr minmax(170px, 210px);
    align-items: center;
    column-gap: 28px;
}

.vb-brand {
    width: min(360px, 100%);
    padding-right: 28px;
    border-right: 1px dashed #d9dde4;
}

.vb-brand img {
    display: block;
    width: 360px;
    max-width: 100%;
    height: auto;
}

.vb-main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 2.6vw, 52px);
    min-width: 0;
}

.vb-main-nav a,
.vb-menu-panel a {
    color: #43516a;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 650;
    white-space: nowrap;
    transition: color .2s ease;
}

.vb-main-nav a:hover,
.vb-main-nav a:focus-visible,
.vb-menu-panel a:hover,
.vb-menu-panel a:focus-visible {
    color: #1248a0;
}

.vb-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    color: #445064;
}

.vb-language {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 10px;
    line-height: 1;
    font-weight: 650;
}

.vb-language .is-current {
    color: #1a2c49;
}

.vb-language span:not(.is-current) {
    color: #a0a8b4;
}

.vb-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #303947;
    font-size: 19px;
}

.vb-menu {
    position: relative;
}

.vb-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #303947;
    font-size: 22px;
    cursor: pointer;
    list-style: none;
}

.vb-menu summary::-webkit-details-marker {
    display: none;
}

.vb-menu-panel {
    position: absolute;
    top: 34px;
    right: 0;
    width: 230px;
    padding: 14px 18px;
    display: grid;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e6ec;
    box-shadow: 0 16px 40px rgba(25, 41, 68, .14);
}

.vb-hero,
.vb-hero img {
    width: 100%;
}

.vb-hero img {
    display: block;
    height: auto;
}

.vb-overview {
    box-sizing: border-box;
    width: min(1324px, calc(100% - 48px));
    margin: 0 auto;
    padding: 96px 0 118px;
}

.vb-intro h1 {
    margin: 0;
    color: #111;
    font-size: clamp(32px, 2.2vw, 42px);
    line-height: 1.16;
    font-weight: 750;
    letter-spacing: -.035em;
    text-align: center;
}

.vb-intro p {
    margin: 30px 0 0;
    color: #3e3e3e;
    font-size: 17px;
    line-height: 1.78;
    font-weight: 400;
}

.vb-category-grid {
    margin-top: 118px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 58px;
}

.vb-category-card {
    min-width: 0;
}

a.vb-category-card {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.vb-category-card:focus-visible {
    outline: 3px solid #174f9d;
    outline-offset: 6px;
}

.vb-card-media {
    overflow: hidden;
    aspect-ratio: 406 / 519;
    background: #f3f6fa;
}

.vb-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vb-category-card h2 {
    min-height: 58px;
    margin: 31px 0 0;
    color: #292929;
    font-size: 23px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -.012em;
    text-align: center;
}

.vb-category-card p {
    margin: 18px 0 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.68;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .vb-header-inner {
        grid-template-columns: minmax(260px, 330px) 1fr auto;
        padding: 0 28px;
        column-gap: 20px;
    }

    .vb-brand {
        width: min(310px, 100%);
        padding-right: 20px;
    }

    .vb-main-nav {
        gap: 22px;
    }

    .vb-main-nav a {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .vb-header-inner {
        grid-template-columns: 1fr auto;
    }

    .vb-main-nav {
        display: none;
    }

    .vb-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vb-site-header {
        height: 64px;
    }

    .vb-header-inner {
        padding: 0 16px;
        column-gap: 12px;
    }

    .vb-brand {
        width: min(250px, 100%);
        padding-right: 14px;
    }

    .vb-language,
    .vb-search-icon {
        display: none;
    }

    .vb-overview {
        width: min(100% - 36px, 520px);
        padding: 54px 0 72px;
    }

    .vb-intro h1 {
        font-size: 31px;
    }

    .vb-intro p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.72;
    }

    .vb-category-grid {
        margin-top: 62px;
        grid-template-columns: 1fr;
        row-gap: 52px;
    }

    .vb-category-card h2 {
        min-height: 0;
        margin-top: 24px;
        font-size: 21px;
    }

    .vb-category-card p {
        margin-top: 14px;
        font-size: 14px;
    }
}
