.pricehideb2b-onboarding {
    max-width: 600px;
    margin: 1rem 0;
}
.pricehideb2b-onboarding .form-group {
    margin-bottom: 1rem;
}
.pricehideb2b-onboarding .required {
    color: #e74c3c;
}
.pricehideb2b-contact-price {
    margin: 0.5rem 0;
}
.pricehideb2b-contact-price .contact-for-price {
    font-weight: 600;
    margin-right: 0.5rem;
}

.b2b-onboarding-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 54px;
    max-width: 1320px;
    margin: 30px auto 8px;
    padding: 0 24px;
}

.b2b-onboarding-shell *,
.b2b-benefits * {
    box-sizing: border-box;
}

.b2b-onboarding-sidebar h1 {
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.b2b-onboarding-sidebar p {
    color: #111827;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px;
    max-width: 250px;
}

.b2b-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b2b-steps li {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    min-height: 90px;
    padding: 13px 18px 13px 0;
    position: relative;
}

.b2b-steps li.is-active {
    background: #eef8f1;
    border-radius: 8px;
    padding-left: 16px;
}

.b2b-steps li.is-active:after {
    left: 34px;
}

.b2b-steps li:after {
    background: #cfd8d4;
    bottom: 10px;
    content: "";
    left: 18px;
    position: absolute;
    top: 42px;
    width: 1px;
}

.b2b-steps li:last-child:after {
    display: none;
}

.b2b-steps span {
    align-items: center;
    background: #e5e7eb;
    border-radius: 50%;
    color: #111827;
    display: flex;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    position: relative;
    width: 38px;
    z-index: 1;
}

.b2b-steps strong,
.b2b-safe-box strong,
.b2b-trust-box strong {
    display: block;
    color: #111827;
    font-weight: 800;
}

.b2b-steps strong,
.b2b-steps small {
    grid-column: 2;
}

.b2b-steps span {
    grid-row: 1 / span 2;
}

.b2b-steps small,
.b2b-safe-box small,
.b2b-benefits small {
    color: #4b5563;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 7px;
}

.b2b-steps .is-active span,
.b2b-steps .is-complete span {
    background: #16872f;
    color: #fff;
}

.b2b-safe-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    display: grid;
    grid-template-columns: 44px 1fr;
    margin: 20px 0;
    padding: 18px 20px;
}

.b2b-safe-box .b2b-icon {
    grid-row: 1 / span 2;
}

.b2b-safe-box strong,
.b2b-safe-box small {
    grid-column: 2;
}

.b2b-icon {
    align-items: center;
    border: 2px solid #16872f;
    border-radius: 50%;
    color: #16872f;
    display: flex;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.b2b-trust-box {
    margin-top: 12px;
    text-align: center;
}

.b2b-product-stack {
    height: 156px;
    margin: 0 auto 16px;
    max-width: 230px;
    position: relative;
}

.b2b-pack {
    border-radius: 6px;
    bottom: 4px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16);
    display: block;
    position: absolute;
}

.b2b-pack:before {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    width: 34px;
}

.b2b-pack-tall {
    background: linear-gradient(180deg, #f7d23a 0%, #f2a51f 48%, #136a30 49%, #0f3d25 100%);
    height: 124px;
    left: 84px;
    width: 62px;
    z-index: 1;
}

.b2b-pack-box {
    background: linear-gradient(160deg, #f2cf55 0%, #e89623 48%, #111827 49%, #253042 100%);
    height: 74px;
    left: 8px;
    width: 90px;
    z-index: 3;
}

.b2b-pack-bag {
    background: linear-gradient(160deg, #171717 0%, #0f172a 45%, #2fa64a 46%, #f0ca3a 100%);
    height: 86px;
    left: 130px;
    width: 84px;
    z-index: 2;
}

.b2b-pack-jar {
    background: linear-gradient(180deg, #d71920 0%, #f97316 52%, #151515 53%, #111827 100%);
    border-radius: 8px 8px 12px 12px;
    height: 70px;
    left: 92px;
    width: 62px;
    z-index: 4;
}

.b2b-pack-can {
    background: linear-gradient(180deg, #e5e7eb 0%, #ffffff 20%, #e11d48 21%, #15803d 72%, #0f172a 73%);
    border-radius: 12px;
    height: 86px;
    left: 174px;
    width: 38px;
    z-index: 5;
}

.b2b-avatars {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.b2b-avatars span,
.b2b-avatars b {
    background: #d1d5db;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    margin-left: -6px;
    width: 30px;
}

.b2b-avatars b {
    align-items: center;
    background: #16872f;
    color: #fff;
    display: flex;
    font-size: 11px;
    justify-content: center;
}

.b2b-onboarding-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    min-height: 0;
    padding: 34px 36px 28px;
}

.b2b-stage {
    display: none;
}

.b2b-stage.is-active {
    display: block;
}

.b2b-card-heading,
.b2b-stage-title {
    margin-bottom: 26px;
    text-align: center;
}

.b2b-heading-icon {
    align-items: center;
    background: #e5f3e7;
    border-radius: 50%;
    color: #16872f;
    display: inline-flex;
    font-size: 34px;
    height: 72px;
    justify-content: center;
    margin-bottom: 16px;
    width: 72px;
}

.b2b-card-heading h2,
.b2b-stage-title h2 {
    color: #111827;
    font-size: 26px;
    margin: 0 0 6px;
}

.b2b-card-heading p,
.b2b-stage-title p {
    color: #374151;
    margin: 0;
}

.b2b-onboarding-card label {
    color: #111827;
    display: block;
    float: none !important;
    font-size: 14px;
    font-weight: 800;
    margin: 16px 0 8px;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}

.b2b-onboarding-card em {
    color: #ef233c;
    font-style: normal;
}

.b2b-input,
.b2b-phone-field,
.b2b-onboarding-card select {
    border: 1px solid #cfd6df;
    border-radius: 5px;
    color: #111827;
    display: block;
    min-height: 46px;
    width: 100%;
}

.b2b-input,
.b2b-onboarding-card select {
    background: #fff;
    float: none !important;
    max-width: none !important;
    padding: 0 14px;
}

.b2b-onboarding-card input,
.b2b-onboarding-card select,
.b2b-onboarding-card textarea,
.b2b-onboarding-card button {
    font-size: 14px;
    line-height: 1.4;
}

textarea.b2b-input {
    min-height: 90px;
    padding-top: 12px;
}

.b2b-grid-2,
.b2b-verification-row,
.b2b-type-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.b2b-verification-row {
    grid-template-columns: 1fr 150px;
    margin-bottom: 12px;
}

.b2b-phone-field {
    display: grid;
    grid-template-columns: 116px 1fr;
    overflow: hidden;
}

.b2b-phone-field select,
.b2b-phone-field input {
    border: 0;
    min-height: 44px;
    padding: 0 14px;
}

.b2b-phone-field select {
    border-right: 1px solid #cfd6df;
}

.b2b-green-btn,
.b2b-submit-btn,
.b2b-soft-btn {
    border: 0;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    min-height: 46px;
    padding: 0 16px;
}

.b2b-green-btn,
.b2b-submit-btn {
    background: #12842c;
    color: #fff;
}

.b2b-soft-btn {
    background: #e8f1ea;
    color: #16872f;
}

.b2b-green-btn:disabled,
.b2b-submit-btn:disabled,
.b2b-soft-btn:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.b2b-submit-btn {
    font-size: 16px;
    margin-top: 18px;
    width: 100%;
}

.b2b-help,
.b2b-privacy {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
    margin: 4px 0 24px;
}

.b2b-help.is-error {
    color: #dc2626;
}

.b2b-help.is-ok,
.b2b-verified-tick {
    color: #16872f;
}

.b2b-verified-tick {
    display: none;
    font-size: 18px;
    margin-left: 6px;
}

.b2b-verified-tick.is-visible {
    display: inline;
}

.b2b-type-card {
    border: 1px solid #d8dee6;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    float: none !important;
    margin-top: 0;
    padding: 20px 22px;
    text-align: left !important;
    width: auto !important;
}

.b2b-type-card input {
    position: absolute;
    opacity: 0;
}

.b2b-type-card.is-active {
    background: #f2fbf4;
    border-color: #16872f;
}

.b2b-stage h3 {
    color: #111827;
    font-size: 16px;
    margin: 24px 0 12px;
}

.b2b-doc-list {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.b2b-doc-list label {
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: 1fr minmax(180px, 320px);
    margin: 0;
    padding: 14px 18px;
}

.b2b-doc-list label:last-child {
    border-bottom: 0;
}

.b2b-doc-list small {
    color: #64748b;
    display: block;
    font-weight: 400;
}

.b2b-benefits {
    border-top: 1px solid #e5e7eb;
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(4, 1fr);
    margin: 10px auto 30px;
    max-width: 1320px;
    padding: 24px;
}

.b2b-benefits div {
    display: grid;
    gap: 10px;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
}

.b2b-benefits span {
    align-items: center;
    background: #e5f3e7;
    border-radius: 50%;
    color: #16872f;
    display: flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px;
    grid-row: 1 / span 2;
}

.b2b-benefits strong {
    color: #111827;
    display: block;
    grid-column: 2;
    line-height: 1.3;
}

.b2b-benefits small {
    grid-column: 2;
    margin-top: 0;
}

.pricehideb2b-onboarding-page .b2b-theme-extra-section {
    display: none !important;
}

@media (max-width: 992px) {
    .b2b-onboarding-shell {
        grid-template-columns: 1fr;
    }

    .b2b-onboarding-sidebar {
        display: none;
    }

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

@media (max-width: 640px) {
    .b2b-grid-2,
    .b2b-verification-row,
    .b2b-type-grid,
    .b2b-benefits,
    .b2b-doc-list label {
        grid-template-columns: 1fr;
    }

    .b2b-onboarding-card {
        padding: 22px;
    }
}

/* Hide prices for non-approved users */
body:not(.b2b-approved) .price,
body:not(.b2b-approved) .product-price,
body:not(.b2b-approved) .current-price,
body:not(.b2b-approved) .product-prices,
body:not(.b2b-approved) .regular-price,
body:not(.b2b-approved) .price-and-shipping,
body:not(.b2b-approved) .inner_desc .cart,
body:not(.b2b-approved) .product-add-to-cart {   display: none !important;}
