        .gg-b2b-consumed {
            display: none !important;
        }

        .gg-b2b-vaper-block {
            margin: clamp(34px, 5vw, 72px) 0;
        }

        .gg-b2b-vaper-block__head {
            max-width: 860px;
            margin: 0 auto 26px;
            text-align: center;
        }

        .gg-b2b-vaper-block__eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            padding: 6px 12px;
            border-radius: 999px;
            background: rgba(41, 140, 55, .1);
            color: #298c37;
            font-size: 12px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: .04em;
            text-transform: uppercase;
        }

        .gg-b2b-vaper-block__title {
            margin: 0;
            color: #111;
            font-size: clamp(26px, 3.2vw, 44px);
            line-height: 1.05;
            font-weight: 950;
            letter-spacing: -.03em;
            text-transform: uppercase;
        }

        .gg-b2b-vaper-block__text {
            max-width: 820px;
            margin: 14px auto 0;
            color: #333;
            font-size: 16px;
            line-height: 1.65;
        }

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

        .gg-b2b-trust-card {
            position: relative;
            min-height: 230px;
            padding: 26px;
            border: 1px solid rgba(0, 0, 0, .08);
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 14px 36px rgba(0, 0, 0, .06);
            overflow: hidden;
        }

        .gg-b2b-trust-card__icon {
            width: 64px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 18px;
            background: rgba(41, 140, 55, .1);
        }

        .gg-b2b-trust-card__icon img {
            width: 42px;
            height: 42px;
            display: block;
            object-fit: contain;
        }

        .gg-b2b-trust-card__title {
            margin: 0 0 10px;
            color: #111;
            font-size: 24px;
            line-height: 1.05;
            font-weight: 950;
            letter-spacing: -.02em;
        }

        .gg-b2b-trust-card__title b,
        .gg-b2b-trust-card__title strong {
            color: #298c37;
            font-weight: 950;
        }

        .gg-b2b-trust-card__desc {
            margin: 0;
            color: #555;
            font-size: 15px;
            line-height: 1.55;
            font-weight: 600;
        }

        .gg-b2b-vaper-varieties {
            position: relative;
            padding: clamp(26px, 4vw, 46px);
            border-radius: 30px;
            background: #f6f7f2;
            overflow: hidden;
        }

        .gg-b2b-vaper-varieties__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .gg-b2b-vaper-card {
            display: flex;
            flex-direction: column;
            min-height: 100%;
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
            overflow: hidden;
        }

        .gg-b2b-vaper-card__image {
            aspect-ratio: 1 / 1;
            background: #f2f2f2;
            overflow: hidden;
        }

        .gg-b2b-vaper-card__image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform .25s ease;
        }

        .gg-b2b-vaper-card:hover .gg-b2b-vaper-card__image img {
            transform: scale(1.04);
        }

        .gg-b2b-vaper-card__body {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 18px;
        }

        .gg-b2b-vaper-card__title {
            margin: 0;
            color: #111;
            font-size: 15px;
            line-height: 1.25;
            font-weight: 950;
            text-transform: uppercase;
        }

        .gg-b2b-cta {
            padding: clamp(30px, 5vw, 58px);
            border-radius: 30px;
            background: #111;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }

        .gg-b2b-cta__title {
            margin: 0;
            color: #fff;
            font-size: clamp(28px, 4vw, 52px);
            line-height: 1.03;
            font-weight: 950;
            letter-spacing: -.035em;
            text-transform: uppercase;
        }

        .gg-b2b-cta__text {
            max-width: 720px;
            margin: 14px auto 0;
            color: rgba(255, 255, 255, .78);
            font-size: 16px;
            line-height: 1.6;
        }

        .gg-b2b-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            margin-top: 22px;
            padding: 13px 22px;
            border-radius: 999px;
            background: #298c37;
            color: #fff !important;
            font-size: 14px;
            line-height: 1;
            font-weight: 950;
            text-decoration: none !important;
            text-transform: uppercase;
            transition: transform .18s ease, filter .18s ease;
        }

        .gg-b2b-btn:hover {
            transform: translateY(-1px);
            filter: brightness(.96);
        }

        .gg-b2b-contact {
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
            gap: 26px;
            align-items: stretch;
            padding: clamp(24px, 4vw, 44px);
            border-radius: 30px;
            background: #f6f7f2;
        }

        .gg-b2b-contact__media {
            border-radius: 24px;
            background: #fff;
            overflow: hidden;
        }

        .gg-b2b-contact__media img {
            width: 100%;
            height: 100%;
            min-height: 420px;
            display: block;
            object-fit: cover;
        }

        .gg-b2b-contact__content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .gg-b2b-contact__title {
            margin: 0 0 20px;
            color: #111;
            font-size: clamp(26px, 3vw, 42px);
            line-height: 1.06;
            font-weight: 950;
            letter-spacing: -.03em;
            text-transform: uppercase;
        }

        .gg-b2b-contact__cards {
            display: grid;
            gap: 12px;
        }

        .gg-b2b-contact-card {
            padding: 18px;
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
        }

        .gg-b2b-contact-card__role {
            margin: 0 0 8px;
            color: #298c37;
            font-size: 13px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
        }

        .gg-b2b-contact-card__name {
            margin: 0 0 8px;
            color: #111;
            font-size: 19px;
            line-height: 1.15;
            font-weight: 950;
        }

        .gg-b2b-contact-card__link {
            display: block;
            width: fit-content;
            margin-top: 4px;
            color: #222 !important;
            font-size: 14px;
            line-height: 1.35;
            font-weight: 700;
            text-decoration: none !important;
        }

        .gg-b2b-contact-card__link:hover {
            color: #298c37 !important;
        }

        .gg-b2b-steps {
            padding: clamp(26px, 4vw, 46px);
            border-radius: 30px;
            background: #fff;
            box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
        }

        .gg-b2b-steps__grid {
            counter-reset: ggB2bStep;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .gg-b2b-step {
            position: relative;
            min-height: 210px;
            padding: 24px;
            border: 1px solid rgba(0, 0, 0, .08);
            border-radius: 24px;
            background: #fafafa;
        }

        .gg-b2b-step__number {
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 999px;
            background: #298c37;
            color: #fff;
            font-size: 18px;
            line-height: 1;
            font-weight: 950;
        }

        .gg-b2b-step__title {
            margin: 0 0 10px;
            color: #111;
            font-size: 19px;
            line-height: 1.15;
            font-weight: 950;
        }

        .gg-b2b-step__text {
            margin: 0;
            color: #555;
            font-size: 14px;
            line-height: 1.55;
            font-weight: 600;
        }

        .gg-seo-ficha--vaper-cbd-por-mayor .gg-seo-section--text ul {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin: 22px 0 0;
            padding: 0;
            list-style: none;
        }

        .gg-seo-ficha--vaper-cbd-por-mayor .gg-seo-section--text ul li {
            position: relative;
            margin: 0;
            padding: 16px 16px 16px 46px;
            border-radius: 18px;
            background: #f7f8f4;
            color: #333;
            font-size: 14px;
            line-height: 1.55;
        }

        .gg-seo-ficha--vaper-cbd-por-mayor .gg-seo-section--text ul li::before {
            content: "✓";
            position: absolute;
            left: 16px;
            top: 16px;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: #298c37;
            color: #fff;
            font-size: 12px;
            font-weight: 950;
        }

        @media (max-width: 980px) {
            .gg-b2b-trust-grid,
            .gg-b2b-vaper-varieties__grid,
            .gg-b2b-steps__grid,
            .gg-seo-ficha--vaper-cbd-por-mayor .gg-seo-section--text ul {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .gg-b2b-contact {
                grid-template-columns: 1fr;
            }

            .gg-b2b-contact__media img {
                min-height: 320px;
            }
        }

        @media (max-width: 640px) {
            .gg-b2b-trust-grid,
            .gg-b2b-vaper-varieties__grid,
            .gg-b2b-steps__grid,
            .gg-seo-ficha--vaper-cbd-por-mayor .gg-seo-section--text ul {
                grid-template-columns: 1fr;
            }

            .gg-b2b-vaper-varieties,
            .gg-b2b-contact,
            .gg-b2b-steps,
            .gg-b2b-cta {
                border-radius: 22px;
            }

            .gg-b2b-trust-card,
            .gg-b2b-vaper-card,
            .gg-b2b-step,
            .gg-b2b-contact-card {
                border-radius: 18px;
            }

            .gg-b2b-contact__media img {
                min-height: 240px;
            }
        }
