.b2b-page {
    --b2b-black: #111118;
    --b2b-red: #ff0c0c;
    --b2b-text: #111;
    --b2b-muted: #6b7280;
    --b2b-line: #e5e5ef;
    --b2b-soft: #f7f7fc;
    background: #fff;
    color: var(--b2b-text);
    font-family: "Inter", "Montserrat", Arial, sans-serif;
}

.b2b-page * {
    box-sizing: border-box;
}

.b2b-container {
    width: min(100%, 1126px);
    margin: 0 auto;
}

.b2b-hero {
    min-height: 285px;
    padding: 44px 28px 50px;
    background: linear-gradient(161deg, #1a0808 0%, #111118 46%, #0a0e1a 100%);
    color: #fff;
}

.b2b-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 16px;
}

.b2b-filter-row span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.b2b-filter-row .is-active {
    background: #fff;
    color: #111;
}

.b2b-eyebrow {
    display: block;
    margin-top: 6px;
    color: rgba(231, 63, 63, 0.84);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.99px;
    line-height: 16.5px;
    text-transform: uppercase;
}

.b2b-hero h1 {
    margin: 12px 0 11px;
    color: #fff;
    font-size: 34px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.1;
}

.b2b-hero p {
    max-width: 463px;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    line-height: 23.625px;
}

.b2b-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 32px;
}

.b2b-hero__badges span,
.b2b-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 13px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.b2b-hero__badges span {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
}

.b2b-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 17px;
}

.b2b-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 0;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.b2b-button:hover,
.b2b-product-row a:hover {
    text-decoration: none;
}

.b2b-button--primary {
    background: var(--b2b-red);
    color: #fff;
    box-shadow: 0 4px 16px rgba(231, 63, 63, 0.35);
}

.b2b-button--dark {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: rgba(255, 255, 255, 0.64);
}

.b2b-button--whatsapp {
    background: #22c55e;
    color: #fff;
}

.b2b-trust-strip {
    display: flex;
    justify-content: center;
    gap: 20px;
    min-height: 55px;
    padding: 16px 24px;
    border-bottom: 1px solid #0d0d12;
    background: var(--b2b-soft);
    color: var(--b2b-muted);
    font-size: 12px;
    font-weight: 800;
    overflow-x: auto;
}

.b2b-trust-strip span {
    white-space: nowrap;
}

.b2b-section {
    padding: 50px 28px;
}

.b2b-section--soft {
    background: var(--b2b-soft);
}

.b2b-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.b2b-section-title span {
    width: 4px;
    height: 24px;
    border-radius: 2px;
    background: var(--b2b-red);
}

.b2b-section-title h2 {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 24px;
}

.b2b-use-grid,
.b2b-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.b2b-card {
    border: 1px solid var(--b2b-line);
    border-radius: 18px;
    background: #fff;
}

.b2b-use-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    min-height: 220px;
    padding: 23px;
}

.b2b-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--b2b-soft);
    color: #111;
    font-size: 24px;
}

.b2b-use-card h3,
.b2b-step-card h3,
.b2b-benefit-card h3,
.b2b-product-row h3,
.b2b-quote__summary h3 {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 950;
    line-height: 24px;
}

.b2b-use-card p,
.b2b-step-card p,
.b2b-benefit-card p,
.b2b-product-row p,
.b2b-quote__summary p,
.b2b-final-cta p {
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 22px;
}

.b2b-use-card p {
    margin: 10px 0 18px;
}

.b2b-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.b2b-tags span {
    min-height: 27px;
    border: 1px solid var(--b2b-line);
    background: var(--b2b-soft);
    color: var(--b2b-muted);
}

.b2b-steps,
.b2b-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.b2b-step-card {
    min-height: 156px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(17, 17, 24, 0.06);
}

.b2b-step-card strong {
    display: block;
    color: rgba(255, 12, 12, 0.28);
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 18px;
}

.b2b-step-card h3 {
    font-size: 13px;
}

.b2b-step-card p {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 17px;
}

.b2b-product-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 70px;
    padding: 10px 14px 10px 0;
    border: 1px solid var(--b2b-line);
    border-radius: 8px;
    background: #fff;
}

.b2b-product-row > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 7px 0 0 7px;
    background: var(--b2b-soft);
    overflow: hidden;
}

.b2b-product-row__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.b2b-product-row h3 {
    font-size: 13px;
    line-height: 18px;
}

.b2b-product-row p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 16px;
}

.b2b-product-row a {
    color: var(--b2b-red);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.b2b-benefit-card {
    min-height: 166px;
    padding: 22px;
}

.b2b-benefit-card i {
    color: var(--b2b-red);
    font-size: 18px;
    margin-bottom: 18px;
}

.b2b-benefit-card h3 {
    font-size: 13px;
}

.b2b-benefit-card p {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 17px;
}

.b2b-quote__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 18px;
    align-items: start;
}

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

.b2b-quote__form label {
    display: grid;
    gap: 8px;
    color: rgba(17, 17, 17, 0.42);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.b2b-quote__form input,
.b2b-quote__form select,
.b2b-quote__form textarea {
    width: 100%;
    min-height: 47px;
    border: 0;
    border-bottom: 1px solid var(--b2b-line);
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 13px;
    outline: none;
}

.b2b-quote__form textarea {
    min-height: 76px;
    resize: vertical;
}

.b2b-form-message {
    grid-column: 1 / -1;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.b2b-form-message--error {
    border: 1px solid rgba(255, 12, 12, 0.2);
    background: #fff2f2;
    color: #b91c1c;
}

.b2b-form-message--success {
    border: 1px solid rgba(22, 163, 74, 0.24);
    background: #f0fdf4;
    color: #15803d;
}

.b2b-product-picker-field {
    display: grid;
    gap: 9px;
}

.b2b-product-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.b2b-product-picker__head span {
    color: rgba(17, 17, 17, 0.42);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.b2b-product-picker__head strong {
    color: var(--b2b-red);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.b2b-product-picker__hint,
.b2b-product-picker__error,
.b2b-product-picker__empty {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}

.b2b-product-picker__hint {
    color: var(--b2b-muted);
}

.b2b-product-picker__error {
    display: none;
    color: #b91c1c;
    font-weight: 800;
}

.b2b-product-picker__empty {
    display: none;
    color: var(--b2b-muted);
    font-weight: 800;
}

.b2b-product-picker__error.is-visible {
    display: block;
}

.b2b-product-picker__empty.is-visible {
    display: block;
}

.b2b-product-picker__search {
    min-height: 42px !important;
    padding: 0 12px;
    border: 1px solid var(--b2b-line) !important;
    border-radius: 8px !important;
    background: var(--b2b-soft) !important;
}

.b2b-product-combobox {
    position: relative;
    display: grid;
    gap: 8px;
    min-height: 58px;
    padding: 8px;
    border: 1px solid var(--b2b-line);
    border-radius: 8px;
    background: #fff;
}

.b2b-product-autocomplete.has-error .b2b-product-combobox {
    border-color: rgba(185, 28, 28, 0.55);
    box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.08);
}

.b2b-product-combobox .b2b-product-picker__search {
    min-height: 34px !important;
    padding: 0 4px;
    border: 0 !important;
    background: transparent !important;
}

.b2b-product-combobox .b2b-product-picker__search:focus {
    outline: none;
}

.b2b-product-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.b2b-product-chip {
    display: inline-grid;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 7px;
    max-width: min(100%, 280px);
    min-height: 34px;
    padding: 4px 5px;
    border: 1px solid rgba(255, 12, 12, 0.18);
    border-radius: 8px;
    background: #fff7f7;
    color: #111;
}

.b2b-product-chip__image,
.b2b-product-result__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--b2b-soft);
    overflow: hidden;
}

.b2b-product-chip__image {
    width: 26px;
    height: 26px;
    border-radius: 6px;
}

.b2b-product-chip__image img,
.b2b-product-result__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b2b-product-chip__image img {
    padding: 3px;
}

.b2b-product-chip__label {
    overflow: hidden;
    color: #111;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2b-product-chip__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.08);
    color: #111;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
}

.b2b-product-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    max-height: 316px;
    overflow-y: auto;
    border: 1px solid var(--b2b-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(17, 17, 24, 0.14);
}

.b2b-product-results.is-open {
    display: grid;
}

.b2b-product-result {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 64px;
    padding: 9px 10px;
    border: 0;
    border-bottom: 1px solid var(--b2b-line);
    background: #fff;
    text-align: start;
    cursor: pointer;
}

.b2b-product-result:last-child {
    border-bottom: 0;
}

.b2b-product-result:hover,
.b2b-product-result:focus,
.b2b-product-result.is-active {
    background: #fff7f7;
    outline: none;
}

.b2b-product-result__image {
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

.b2b-product-result__image img {
    padding: 5px;
}

.b2b-product-result__content {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.b2b-product-result__content strong,
.b2b-product-result__content small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2b-product-result__content strong {
    color: #111;
    font-size: 13px;
    font-weight: 950;
    line-height: 18px;
}

.b2b-product-result__content small {
    color: var(--b2b-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}

.b2b-product-picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: 374px;
    padding-right: 4px;
    overflow-y: auto;
}

.b2b-product-option {
    position: relative;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px !important;
    min-height: 74px;
    padding: 12px;
    border: 1px solid var(--b2b-line);
    border-radius: 8px;
    background: #fff;
    color: #111 !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.b2b-product-option.is-hidden {
    display: none !important;
}

.b2b-product-option:hover,
.b2b-product-option:focus-within {
    border-color: rgba(255, 12, 12, 0.42);
    box-shadow: 0 10px 24px rgba(17, 17, 24, 0.07);
}

.b2b-product-picker.has-error .b2b-product-option {
    border-color: rgba(185, 28, 28, 0.42);
}

.b2b-product-option.is-selected {
    border-color: rgba(255, 12, 12, 0.55);
    background: #fff7f7;
    box-shadow: 0 10px 24px rgba(255, 12, 12, 0.09);
}

.b2b-product-option input[type="checkbox"] {
    position: absolute;
    width: 1px;
    min-height: 0;
    height: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.b2b-product-option__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: var(--b2b-soft);
    overflow: hidden;
}

.b2b-product-option__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.b2b-product-option__content {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.b2b-product-option__content strong {
    overflow: hidden;
    color: #111;
    font-size: 13px;
    font-weight: 950;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2b-product-option__content small {
    overflow: hidden;
    color: var(--b2b-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2b-product-option__check {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid var(--b2b-line);
    border-radius: 50%;
    background: #fff;
}

.b2b-product-option.is-selected .b2b-product-option__check {
    border-color: var(--b2b-red);
    background: var(--b2b-red);
}

.b2b-product-option.is-selected .b2b-product-option__check::after {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.b2b-form-wide,
.b2b-quote__form button {
    grid-column: 1 / -1;
}

.b2b-quote__summary {
    padding: 24px;
    border-radius: 10px;
    background: var(--b2b-black);
    color: #fff;
}

.b2b-quote__summary h3 {
    color: #fff;
}

.b2b-quote__summary p {
    margin: 8px 0 18px;
    color: rgba(255, 255, 255, 0.46);
}

.b2b-quote__summary div {
    display: grid;
    gap: 10px;
}

.b2b-quote__summary span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 700;
}

.b2b-final-cta {
    padding: 36px 28px;
    background: var(--b2b-black);
    color: #fff;
}

.b2b-final-cta .b2b-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.b2b-final-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
}

.b2b-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
}

.b2b-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 900px) {
    .b2b-use-grid,
    .b2b-product-grid,
    .b2b-steps,
    .b2b-benefit-grid,
    .b2b-quote__layout {
        grid-template-columns: 1fr;
    }

    .b2b-final-cta .b2b-container {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .b2b-hero,
    .b2b-section,
    .b2b-final-cta {
        padding-inline: 18px;
    }

    .b2b-hero h1 {
        font-size: 28px;
    }

    .b2b-use-card,
    .b2b-product-row,
    .b2b-quote__form,
    .b2b-product-picker {
        grid-template-columns: 1fr;
    }

    .b2b-product-row {
        padding: 14px;
    }

    .b2b-product-row > span {
        width: 76px;
        height: 76px;
        border-radius: 8px;
    }

    .b2b-button,
    .b2b-final-cta__actions {
        width: 100%;
    }
}
