.distributor-page {
    color: #505862;
    background: #f5f6f7;
}

.distributor-page .hero-section {
    position: relative;
    isolation: isolate;
    height: 520px;
    min-height: 520px;
    margin-top: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1f262d;
}

.distributor-page .hero-section .container,
.distributor-page .hero-section .row {
    position: relative;
    z-index: 2;
    height: 100%;
}

.distributor-page .hero-section .row {
    margin: 0;
}

.distributor-page .hero-section .col-lg-5 {
    max-width: 640px;
    padding: 0;
    flex: 0 0 58%;
}

.distributor-page .hero-section .hero-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -2;
    width: 100vw;
    max-width: none;
    padding: 0;
    display: block !important;
    overflow: hidden;
    text-align: left !important;
    transform: translateX(-50%);
}

.distributor-page .hero-section .banner-vid {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 44%;
    border-radius: 0;
}

.distributor-page .hero-section .video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 20, 26, .66);
    border-radius: 0;
}

.distributor-page .hero-section-title {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.14 !important;
    text-transform: none;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
}

.distributor-page .hero-section-subtitle {
    max-width: 600px;
    margin: 0 0 30px;
    color: #f1f3f4;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.distributor-page .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.distributor-page .hero-cta .btn {
    min-width: 150px;
    min-height: 48px;
    margin: 0;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
}

.distributor-page .hero-cta .btn:first-child {
    color: #fff;
    background: #df4c26;
    border-color: #df4c26;
}

.distributor-page .hero-cta .btn:last-child {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .7);
}

.distributor-page .hero-cta .btn:hover,
.distributor-page .hero-cta .btn:focus {
    color: #fff;
    background: #bd3717;
    border-color: #bd3717;
    box-shadow: none;
    transform: none;
}

.distributor-page .distri-list {
    padding: 78px 0 84px;
    background: #fff;
}

.distributor-page .section-heading {
    max-width: 820px;
    margin: 0 auto 38px !important;
}

.distributor-page .section-title {
    margin: 0 0 16px;
    padding: 0;
    display: block;
    color: #20262d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.28 !important;
    text-transform: none;
    letter-spacing: 0;
}

.distributor-page .section-subtitle,
.distributor-page .section-sub-title {
    max-width: 760px;
    margin: 0 auto;
    color: #626a74;
    font-size: 16px;
    line-height: 1.7;
    text-transform: none;
}

.distributor-page .highlight-text {
    color: #d94720;
}

.distributor-page .highlight-text::after {
    display: none;
}

.distributor-page .distri-items {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.distributor-page .distri-items::before,
.distributor-page .distri-items::after {
    display: none;
}

.distributor-page .distri-items .item {
    width: auto;
    max-width: none;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 26px 24px !important;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    color: #505862;
    background: #f6f7f8;
    border: 1px solid #e0e4e7;
    border-top: 3px solid #303840;
    border-radius: 5px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.distributor-page .distri-items .item:hover {
    transform: none;
    border-color: #cfd5da;
    border-top-color: #df4c26;
    box-shadow: 0 10px 26px rgba(30, 37, 44, .08);
}

.distributor-page .distri-items .item > i {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #16927d;
    border-radius: 4px;
    font-size: 21px;
}

.distributor-page .distri-items .item .right {
    min-width: 0;
    padding: 0;
}

.distributor-page .distri-items .item .right h2 {
    margin: 0 0 9px;
    padding: 0;
    color: #252c34;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35 !important;
    text-transform: none;
}

.distributor-page .distri-items .item .right p {
    margin: 0;
    padding: 0;
    color: #626a74;
    font-size: 14px;
    line-height: 1.65;
}

.distributor-page .pricing-banner {
    padding: 58px 0 54px;
    color: #fff;
    background: #222a32;
    text-align: left;
}

.distributor-page .pricing-banner h2 {
    margin: 0 0 14px;
    padding: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3 !important;
    text-transform: none;
    letter-spacing: 0;
}

.distributor-page .pricing-banner p {
    max-width: 840px;
    margin: 0;
    color: #dce1e5;
    font-size: 16px;
    line-height: 1.7;
    opacity: 1;
}

.distributor-page .pricing-banner br {
    display: none;
}

.distributor-page .pricing-price {
    padding: 76px 0 88px;
    background: #f5f6f7;
}

.distributor-page .pricing-center {
    width: 100%;
    max-width: 1140px;
    min-height: 0;
    margin: 0 auto;
    padding: 4px 15px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.distributor-page .pricing-center .item {
    width: auto;
    min-width: 0;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #505862;
    background: #fff;
    border: 1px solid #dfe3e7;
    border-top: 4px solid #303840;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(31, 38, 45, .07);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.distributor-page .pricing-center .item:hover {
    transform: none;
    border-color: #df4c26;
    box-shadow: 0 16px 36px rgba(31, 38, 45, .11);
}

.distributor-page .pricing-center .card-content {
    height: 100%;
    padding: 28px 26px 24px;
    display: flex;
    flex-direction: column;
}

.distributor-page .pricing-center .badge-container {
    position: static;
    height: auto;
}

.distributor-page .pricing-center .plan-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    padding: 5px 9px;
    color: #a93114;
    background: #fff0ec;
    border: 1px solid #f3c5ba;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
}

.distributor-page .pricing-center .item .title {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    color: #252c34;
    background: transparent;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

.distributor-page .pricing-center .package-desc {
    min-height: 46px;
    margin: 0 0 18px;
    color: #626a74;
    font-size: 14px;
    line-height: 1.6;
}

.distributor-page .pricing-center .price-container {
    min-height: 62px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}

.distributor-page .pricing-center .price-val {
    margin-right: 9px;
    color: #20262d;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.distributor-page .pricing-center .price-meta {
    display: flex;
    flex-direction: column;
}

.distributor-page .pricing-center .price-meta .currency {
    color: #3e4750;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.distributor-page .pricing-center .price-meta .unit {
    color: #7b848e;
    font-size: 12px;
    line-height: 1.4;
}

.distributor-page .pricing-center .usdt-promo-box {
    margin: 0 0 20px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: solid #e2e6e9;
    border-width: 1px 0;
    border-radius: 0;
}

.distributor-page .pricing-center .usdt-row {
    display: flex;
    align-items: center;
}

.distributor-page .pricing-center .usdt-text {
    margin-right: 5px;
    color: #69727c;
    font-size: 12px;
    font-weight: 500;
}

.distributor-page .pricing-center .usdt-price {
    color: #146f61;
    font-size: 16px;
    font-weight: 700;
}

.distributor-page .pricing-center .save-tag {
    padding: 3px 6px;
    color: #146f61;
    background: #eaf7f4;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
}

.distributor-page .pricing-center .includes {
    margin: 0;
    padding: 0 0 18px;
    order: 5;
    flex: 1;
    border: 0;
}

.distributor-page .pricing-center .feature-list p {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    color: #505862;
    border-bottom: 1px solid #eceff1;
    font-size: 14px;
    line-height: 1.55;
}

.distributor-page .pricing-center .feature-list i {
    margin: 4px 9px 0 0;
    color: #16927d;
    font-size: 12px;
}

.distributor-page .pricing-center .btn-action {
    min-height: 48px;
    margin-top: auto;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 6;
    color: #fff;
    background: #df4c26;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.distributor-page .pricing-center .btn-action:hover,
.distributor-page .pricing-center .btn-action:focus {
    color: #fff;
    background: #bd3717;
    transform: none;
    box-shadow: none;
}

.distributor-page .faq {
    padding: 80px 0 88px;
    background: #fff;
}

.distributor-page .faq .container {
    margin: 0 auto;
    padding: 0 15px;
    background: transparent;
    border-radius: 0;
}

.distributor-page .faq .faq-content-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.distributor-page .faq .section-heading {
    max-width: 800px;
    margin-bottom: 34px !important;
    text-align: center;
}

.distributor-page #faq-tab-accordion .card {
    margin-bottom: 12px;
    overflow: hidden;
    background: #f6f7f8;
    border: 1px solid #e0e4e7;
    border-radius: 5px;
}

.distributor-page #faq-tab-accordion .card-header {
    min-height: 64px;
    margin: 0;
    padding: 15px 18px;
    color: #252c34;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.distributor-page #faq-tab-accordion .card-header[aria-expanded="true"] {
    color: #252c34;
    background: #eef1f3;
}

.distributor-page #faq-tab-accordion .card-header h6 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.distributor-page #faq-tab-accordion .accordion-card-number {
    width: 38px;
    height: 34px;
    margin-right: 14px;
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #303840;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
}

.distributor-page #faq-tab-accordion .card-header[aria-expanded="true"] .accordion-card-number {
    color: #fff !important;
    background: #df4c26 !important;
}

.distributor-page #faq-tab-accordion .card-toggle-btn {
    flex: 0 0 30px;
}

.distributor-page #faq-tab-accordion .card-toggle-btn::after {
    color: #69727c;
}

.distributor-page #faq-tab-accordion .card-header[aria-expanded="true"] .card-toggle-btn::after {
    color: #df4c26;
}

.distributor-page #faq-tab-accordion .card-body {
    padding: 18px 22px 20px 70px;
    border-top: 1px solid #dfe3e7;
}

.distributor-page #faq-tab-accordion .card-body p {
    margin: 0;
    color: #626a74;
    font-size: 15px;
    line-height: 1.75;
}

.distributor-page .distributor-payment-dialog {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 24px 70px rgba(20, 26, 32, .24);
}

.distributor-page .distributor-payment-dialog .el-dialog__header {
    padding: 22px 26px;
    background: #252c34;
}

.distributor-page .distributor-payment-dialog .el-dialog__title,
.distributor-page .distributor-payment-dialog .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
    font-weight: 700;
}

.distributor-page .distributor-payment-dialog .el-dialog__body {
    padding: 28px;
}

.distributor-page .distributor-payment-dialog .payment h5 {
    margin: 0 0 18px !important;
    padding: 0;
    color: #20262d;
    font-size: 30px !important;
    font-weight: 700;
}

.distributor-page .distributor-payment-dialog .el-form-item__label {
    color: #303840;
    font-weight: 700;
}

.distributor-page .distributor-payment-dialog .el-input__inner {
    height: 46px;
    border-color: #cfd5da;
    border-radius: 4px;
}

.distributor-page .distributor-payment-dialog .Method .el-form-item__content {
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.distributor-page .distributor-payment-dialog .Method .el-form-item__content::before,
.distributor-page .distributor-payment-dialog .Method .el-form-item__content::after {
    display: none;
}

.distributor-page .distributor-payment-dialog .pay {
    width: 100% !important;
    min-width: 0;
    height: 78px;
    margin: 0;
    padding: 10px 12px;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #d8dde2;
    border-radius: 4px;
}

.distributor-page .distributor-payment-dialog .pay.active {
    background: #f1fbf8;
    border: 2px solid #16927d;
    box-shadow: 0 0 0 2px rgba(22, 146, 125, .1);
}

.distributor-page .distributor-payment-dialog .pay img {
    margin: 0;
    max-width: 112px;
    max-height: 30px;
    object-fit: contain;
}

.distributor-page .distributor-payment-dialog .pay span {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    display: block;
    color: #146f61;
    background: transparent;
    border-radius: 0;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
}

.distributor-page .distributor-payment-dialog .payment-info {
    margin: 0;
    padding: 20px;
    color: #dce1e5;
    background: #303840;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.7;
}

.distributor-page .distributor-payment-dialog .el-dialog__footer {
    padding: 18px 28px 26px;
    border-top: 1px solid #e4e7ea;
}

.distributor-page .distributor-payment-dialog .el-button--primary {
    min-width: 160px;
    min-height: 44px;
    color: #fff;
    background: #df4c26;
    border-color: #df4c26;
    border-radius: 4px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .distributor-page .distri-items,
    .distributor-page .pricing-center {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .distributor-page .hero-section .col-lg-5 {
        flex-basis: 72%;
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .distributor-page .hero-section {
        height: 500px;
        min-height: 500px;
    }

    .distributor-page .hero-section .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .distributor-page .hero-section .col-lg-5 {
        flex-basis: 100%;
        max-width: none;
    }

    .distributor-page .hero-section .banner-vid {
        object-position: 62% center;
    }

    .distributor-page .hero-section-title {
        font-size: 34px;
    }

    .distributor-page .hero-section-subtitle {
        font-size: 15px;
    }

    .distributor-page .hero-cta .btn {
        min-width: 0;
        flex: 1 1 140px;
    }

    .distributor-page .distri-list,
    .distributor-page .pricing-price,
    .distributor-page .faq {
        padding: 58px 0 64px;
    }

    .distributor-page .pricing-banner {
        padding: 46px 0;
    }

    .distributor-page .section-title,
    .distributor-page .pricing-banner h2 {
        font-size: 27px;
    }

    .distributor-page .distri-items,
    .distributor-page .pricing-center {
        grid-template-columns: 1fr;
    }

    .distributor-page .pricing-center {
        gap: 16px;
    }

    .distributor-page .pricing-center .package-desc {
        min-height: 0;
    }

    .distributor-page #faq-tab-accordion .card-header {
        padding: 14px;
    }

    .distributor-page #faq-tab-accordion .card-header h6 {
        font-size: 14px;
    }

    .distributor-page #faq-tab-accordion .accordion-card-number {
        margin-right: 10px;
    }

    .distributor-page #faq-tab-accordion .card-body {
        padding: 16px 18px;
    }

    .distributor-page .distributor-payment-dialog .el-dialog__body {
        padding: 22px 20px;
    }

    .distributor-page .distributor-payment-dialog .Method .el-form-item__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .distributor-page .hero-section-title {
        font-size: 30px;
    }

    .distributor-page .distri-items .item {
        padding: 22px 20px !important;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 13px;
    }

    .distributor-page .distri-items .item > i {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }

    .distributor-page .pricing-center .card-content {
        padding: 25px 21px 21px;
    }

    .distributor-page .distributor-payment-dialog {
        width: calc(100% - 24px) !important;
    }
}
