.behome-register {
    padding: 60px 0 80px;
    background: #fff;
}

.behome-register__eyebrow {
    font-size: 24px;
    color: #00003B;
    margin-bottom: 12px;
}

.behome-register__title {
    font-size: 36px;
    color: #0066FF;
    line-height: 1.25;
    margin-bottom: 16px;
}

.behome-register__desc {
    font-size: 20px;
    line-height: 1.6;
    color: #00003B;
    margin: 0 auto 36px;
}

.behome-register__cards {
    margin-bottom: 48px;
}

.behome-register .behome-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.behome-register .behome-card--customer {
    /* background-color: #E8F2FF; */
    background-position: left;
    background-repeat: no-repeat;
    min-height: 450px;
    background: radial-gradient(ellipse 90% 120% at top left,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.85) 45%,
            rgba(255, 255, 255, 0) 75%),
        url('../img/behome/customer.jpg');
    background-size: cover;
    background-position: left;
}

.behome-register .behome-card--partner {
    /* background-color: #FFF9E6; */

    background-position: left;
    background-repeat: no-repeat;
    min-height: 450px;
    background: radial-gradient(ellipse 90% 120% at top left,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.85) 45%,
            rgba(255, 255, 255, 0) 75%),
        url('../img/behome/partner.jpg');
    background-size: cover;
    background-position: left;

}

.behome-register .behome-card__content {
    position: relative;
    z-index: 2;
    padding: 32px 28px 24px;
    flex: 1;
    max-width: 60%;
}

.behome-register .behome-card__title {
    font-size: 28px;
    font-weight: 500;
    color: #0066FF;
    margin-bottom: 6px;
}

.behome-register .behome-card__title--dark {
    color: #00003B;
}

.behome-register .behome-card__subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #4A90D9;
    margin-bottom: 20px;
}

.behome-register .behome-card__subtitle--gold {
    color: #E6A800;
    font-weight: 500;
}

.behome-register .behome-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.behome-register .behome-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #00003B;
    margin-bottom: 12px;
}

.behome-register .behome-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.behome-register .behome-card__icon--gold {
    color: #E6A800;
    background: rgba(255, 187, 0, 0.15);
}

.behome-register .behome-card__badge {
    display: inline-block;
    max-width: 100%;
    background: initial;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.behome-register .behome-card__badge img {
    max-width: 100%;
    height: auto;
}

.behome-register .behome-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.behome-register .behome-card__image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom right;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 28%);
    mask-image: linear-gradient(to right, transparent 0%, #000 28%);
}

.behome-register__cta {
    margin-bottom: 40px;
}

.behome-register__cta-title {
    font-size: 22px;
    font-weight: 700;
    color: #00003B;
    margin-bottom: 12px;
    line-height: 1.35;
    max-width: 500px;
}

.behome-register__cta-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #00003B;
    margin: 0;
    max-width: 500px;
}

.behome-register__btn {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    transition: opacity 0.2s;
}

.behome-register__btn:hover {
    opacity: 0.9;
}

.behome-register__btn img {
    max-width: 100%;
    height: auto;
}

.behome-register__link {
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #0066FF;
    text-decoration: none;
    text-align: center;
}

.behome-register__link:hover {
    text-decoration: underline;
    color: #0052CC;
}

.behome-register__trust {
    padding-top: 32px;
    margin-top: 8px;
    border-top: 1px solid #e0e0e0;
}

.behome-register__trust .row {
    align-items: center;
}

.behome-register .behome-trust__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 14px;
    padding: 0;
}

.behome-register .behome-trust__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: contain;
}

.behome-register .behome-trust__item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.behome-register .behome-trust__item-text-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #0066FF;
    margin: 0;
}

.behome-register .behome-trust__item-text-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #00003B;
    margin: 0;
}

@media (max-width: 991px) {
    .behome-register__title {
        font-size: 28px;
    }

    .behome-register .behome-card {
        min-height: auto;
    }

    .behome-register .behome-card__content {
        max-width: 100%;
    }

    .behome-register .behome-card__image {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 16px;
        display: block;
    }

    .behome-register .behome-card__image img {
        width: 100%;
        max-height: 320px;
        object-fit: contain;
        object-position: center bottom;
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.behome-pricing {
    padding: 0 0 60px;
}

.behome-pricing__panel {
    background: #FFBB00;
    border-radius: 24px;
    overflow: hidden;
}

.behome-pricing__tabs {
    display: flex;
    align-items: stretch;
}

.behome-pricing__tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 16px;
    border: none;
    background: #FFF3C4;
    color: #00003B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.behome-pricing__tab.is-active {
    background: #FFBB00;
    color: #00003B;
}

.behome-pricing__tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 6px;
    background: #FF3B30;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.behome-pricing__body {
    padding: 24px;
}

.behome-pricing__service {
    display: none;
}

.behome-pricing__service.is-active {
    display: block;
}

.behome-pricing__card {
    border-radius: 20px;
    padding: 24px;
}

.behome-pricing__cities {
    display: flex;
    gap: 0;
    background: #E8F2FF;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 24px;
    max-width: 420px;
}

.behome-pricing__city {
    flex: 1;
    border: none;
    background: transparent;
    color: #00003B;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 12px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.behome-pricing__city.is-active {
    background: #0066FF;
    color: #fff;
}

.behome-pricing__table-wrap {
    overflow-x: auto;
    margin-bottom: 28px;
}

.behome-pricing__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 520px;
    border: 1px solid #E8EEF5;
    border-radius: 12px;
}

.behome-pricing__table th,
.behome-pricing__table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    color: #00003B;
    border: 0.5px solid #E8EEF5;
    background: #fff;
}

.behome-pricing__table th {
    background: #E8F2FF;
    font-weight: 700;
}

.behome-pricing__table th:first-child {
    border-radius: 12px 0 0 0;
}

.behome-pricing__table th:last-child {
    border-radius: 0 12px 0 0;
}

.behome-pricing__table tr:last-child td {
    border-bottom: none;
}

.behome-pricing__table td:not(:first-child) {
    font-weight: 700;
}

.behome-pricing__city-panel {
    display: none;
}

.behome-pricing__city-panel.is-active {
    display: block;
}

.behome-pricing__addons-title {
    font-size: 18px;
    font-weight: 700;
    color: #00003B;
    margin: 0 0 16px;
    padding: 16px;
    background: #EEF8FF;
}

.behome-pricing__addons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
}

.behome-pricing__addon {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #E8EEF5;
    border-radius: 14px;
    min-height: 72px;
}

.behome-pricing__addon-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.behome-pricing__addon-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}

.behome-pricing__addon-text {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 1.45;
    color: #00003B;
}

.behome-pricing__addon-price {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    color: #00003B;
    white-space: nowrap;
}

.behome-pricing__addon-price--free {
    color: #0066FF;
}

.behome-pricing__notes {
    background: #FFF9E6;
    border-radius: 14px;
    padding: 18px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #00003B;
    margin-top: 30px;
}

.behome-pricing__notes-title {
    font-weight: 700;
    margin-bottom: 8px;
}

.behome-pricing__notes ul {
    margin: 0;
    padding-left: 18px;
}

.behome-pricing__notes li {
    margin-bottom: 4px;
}

.behome-pricing__notes a {
    color: #0066FF;
    text-decoration: underline;
}

.behome-pricing__addons-wrap {
    background: #fff;
    border: 1px solid #E8EEF5;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .behome-pricing__tab {
        font-size: 18px;
        padding: 16px 12px;
    }

    .behome-pricing__body {
        padding: 16px;
    }

    .behome-pricing__card {
        padding: 18px;
    }
}

@media (max-width: 575px) {
    .behome-pricing {
        padding-bottom: 40px;
    }

    .behome-pricing__tab {
        font-size: 16px;
    }

    .behome-pricing__cities {
        max-width: 100%;
    }

    .behome-pricing__city {
        font-size: 13px;
        padding: 10px 12px;
    }

    .behome-pricing__addons {
        grid-template-columns: 1fr;
    }

    .behome-pricing__table th,
    .behome-pricing__table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .behome-pricing__addon {
        align-items: flex-start;
    }

    .behome-pricing__addon-price {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .behome-register {
        padding: 40px 0 60px;
    }

    .behome-register__title {
        font-size: 24px;
    }

    .behome-register .behome-card__content {
        padding: 24px 20px 16px;
    }

    .behome-register .behome-trust__item-text-title {
        font-size: 14px;
    }

    .behome-register .behome-trust__item-text-desc {
        font-size: 13px;
    }

    .behome-register .behome-trust__icon {
        width: 36px;
        height: 36px;
    }
}