/* #region Pricing Page */

@media (max-width: 767px) {
    .tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
        padding-left: 0;
        padding-right: 0;
    }
}
.tagdiv-type img{
    margin-bottom:unset;
}
a:hover {
    color: white;
}
.td-page-content {
    padding-bottom: unset;
}
.pricing-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: #f8f9fa;
    background: url(/sites/image/pricing/bg.webp) no-repeat center center;
    background-size: cover;
}
.pricing-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.pricing-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pricing-title {
    text-align: center;
    color: #393941;
    font-size: 40px;
    font-family: Inter;
    font-weight: 600;
    line-height: 56px;
    word-wrap: break-word;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.02);
    margin: 0;
}

.pricing-subtitle {
    width: 606px;
    text-align: center;
    color: #4B4C59;
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
}

.pricing-toggle {
    height: 32px;
    padding: 2px;
    background: #D9D9DE;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0;
}

.toggle-btn {
    height: 28px;
    padding: 0 16px;
    background: transparent;
    border: none;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #5C5D6D;
    font-size: 13px;
    font-family: Inter;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
    color: #393941;
}

.pricing-cards {
    width: 1278px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.pricing-row {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 25.92px;
}

.pricing-card {
    max-width: 300px;
    width: fit-content;
    padding: 24px;
    background: linear-gradient(160deg, #DDEBFF 17%, white 80%), #DDEBFF;
    box-shadow: 0px 0px 16px rgba(65, 85, 245, 0.15);
    border-radius: 20px;
    outline: 1.50px #9DBEFF solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    /* gap: 37.22px; */
    position: relative;
}

.card-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.pricing-card-info {
    align-self: stretch;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.credit-amount {
    align-self: stretch;
    color: #1F1F1F;
    font-size: 32px;
    font-family: Inter;
    font-weight: 600;
    line-height: 48px;
    word-wrap: break-word;
}

.price-info {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price {
    color: #3D3D3D;
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    line-height: 36px;
    word-wrap: break-word;
}

.period {
    color: #5C5D6D;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 22px;
    word-wrap: break-word;
}

.buy-btn {
    align-self: stretch;
    height: 40px;
    min-width: 64px;
    padding: 0 20px;
    background: #2563EB;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.10) inset;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 8px;
    border: none;
    color: white;
    font-size: 14px;
    font-family: Inter;
    /* font-weight: 500; */
    line-height: 18px;
    cursor: pointer;
    /* transition: background 0.3s ease; */
    text-decoration: none;
}

.buy-btn:hover {
    background: #1d4ed8;
}

.card-features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.32px;
    color: #6F6C8F;
    font-size: 13px;
}

.feature-icon {
    width: 16px;
    height: 16px;
    position: relative;
}

.pricing-note {
    width: 1004px;
    text-align: center;
    color: #4B4C59;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}

.pricing-note strong {
    font-weight: 700;
}

.recommended-badge {
    height: 24px;
    padding: 0 8px;
    background: #4155F5;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 979px) {
    .pricing-container {
        gap: 24px;
    }
    .pricing-title {
        font-size: 32px;
        line-height: 48px;
    }
    .pricing-subtitle {
        width: 100%;
        font-size: 18px;
    }
    .pricing-cards {
        width: 100%;
        gap: 24px;
    }
    .pricing-row {
        flex-direction: column;
        gap: 16px;
    }
    .pricing-card {
        width: 100%;
        max-width: 400px;
    }
    .pricing-note {
        width: 100%;
        font-size: 14px;
    }
    .recommended-badge {
        /* position: static; */
        /* margin-top: 16px; */
    }
}

@media screen and (max-width: 767px) {
    .pricing-page {
        padding: 40px 16px;
    }
    .pricing-title {
        font-size: 28px;
        line-height: 40px;
    }
    .pricing-subtitle {
        font-size: 16px;
    }
    .pricing-toggle {
        /* height: 28px; */
    }
    .toggle-btn {
        /* padding: 0 12px; */
        /* font-size: 12px; */
    }
    .pricing-card {
        padding: 20px;
        gap: 24px;
    }
    .credit-amount {
        font-size: 28px;
        line-height: 40px;
    }
    .price {
        font-size: 20px;
        line-height: 30px;
    }
    .period {
        font-size: 12px;
        line-height: 18px;
    }
    .buy-btn {
        height: 36px;
        font-size: 13px;
    }
    .feature-item span {
        font-size: 13px;
    }
}
/* #endregion */