.thv-flash-countdown,
.thv-theme-bonus-section {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.thv-flash-countdown {
    background: radial-gradient(
            circle at 50% 20%,
            rgba(255, 255, 255, 0.1),
            transparent 30%
        ),
        linear-gradient(
            90deg,
            var(--thv-bg1),
            var(--thv-bg2) 50%,
            var(--thv-bg3)
        );
}
.thv-top-badge-white {
    background: #fff;
    color: #7d22ff;
}
.thv-sale-title {
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.18);
}
.thv-sale-number {
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
    margin-bottom: 14px;
    color: #ffd23f;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.18);
}
.thv-cta-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 50px;
}
.thv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}
.thv-btn:hover {
    transform: translateY(-2px);
}
.thv-btn-primary {
    background: #ffbd17;
    color: #111;
}
.thv-btn-secondary {
    background: #fff;
    color: #7d22ff;
}
.thv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.thv-countdown-wrap {
    margin: 0 auto;
}
.thv-countdown-title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}
.thv-countdown-desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #f5eaff;
    margin-bottom: 24px;
}
.thv-countdown-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}
.thv-countdown-item {
    min-width: 82px;
}
.thv-countdown-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 72px;
    background: #fff;
    border: 3px solid rgba(145, 94, 201, 0.45);
    border-radius: 14px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
    margin: 0 auto 10px;
}
.thv-countdown-num {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #c300d9;
}
.thv-countdown-label {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
.thv-countdown-expired {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.thv-deal-header {
    text-align: center;
    margin-bottom: 40px;
}
.thv-deal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff8a00, #ff3d54);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 18px;
}
.thv-deal-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 900;
    color: #111833;
    margin-bottom: 12px;
}
.thv-deal-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #4b5563;
    font-weight: 700;
}
.thv-deal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.thv-deal-card {
    background: #fff;
    border: 1px solid var(--thv-deal-border, #c58cff);
    border-radius: 3px;
    padding: 22px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}
.thv-deal-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 3px;
    background: #f2f4f7;
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
}
.thv-deal-name {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    color: #151b33;
    margin-bottom: 12px;
}
.thv-deal-specs {
    font-size: 16px;
    line-height: 1.7;
    color: #5b6475;
    font-weight: 600;
    margin-bottom: 20px;
}
.thv-deal-price-box {
    border: 1px solid #eddcfa;
    border-radius: 3px;
    padding: 18px;
    margin-bottom: 18px;
}
.thv-deal-price-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.thv-deal-price {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #101735;
    letter-spacing: -2px;
}
.thv-deal-old-price {
    font-size: 18px;
    color: #9aa3b2;
    text-decoration: line-through;
    font-weight: 800;
}
.thv-deal-save-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, #12c86d, #18b85f);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}
.thv-deal-timer-row {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 3px;
    border: 1px solid #f2b36f;
    color: #ef7d18;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
}
.thv-deal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transition: 0.25s ease;
}
.thv-deal-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}
.thv-theme-bonus-section {
    background: radial-gradient(
            circle at 50% 20%,
            rgba(255, 255, 255, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--thv-bg1),
            var(--thv-bg2) 52%,
            var(--thv-bg3)
        );
    padding: 70px 20px;
}
.thv-theme-bonus-inner {
    max-width: 1440px;
    margin: 0 auto;
}
.thv-theme-bonus-header {
    text-align: center;
    margin-bottom: 34px;
}
.thv-theme-bonus-title-line1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.thv-theme-bonus-title-line2 {
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    color: #ffe841;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.thv-theme-bonus-desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}
.thv-theme-bonus-desc span {
    font-weight: 800;
}
.thv-theme-bonus-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    margin-bottom: 30px;
}
.thv-theme-left-card,
.thv-theme-right-card,
.thv-theme-cat-card,
.thv-theme-note-box {
    border-radius: 3px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.thv-theme-left-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #ffe14a;
    padding: 24px;
}
.thv-theme-left-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.thv-theme-left-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6a6a, #ff2ec7);
    font-size: 22px;
}
.thv-theme-left-title {
    font-size: 20px;
    font-weight: 900;
    color: #1f1f1f;
}
.thv-theme-left-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: #6a3cff;
}
.thv-theme-feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.thv-theme-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #eef8f0;
    border: 2px solid #bce9c8;
    border-radius: 3px;
    padding: 14px 16px;
}
.thv-theme-feature-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #fff;
    color: #20a852;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 2px solid #8fd8a6;
    flex: 0 0 26px;
}
.thv-theme-feature-text {
    font-size: 15px;
    font-weight: 700;
    color: #1f1f1f;
}
.thv-theme-value-box {
    margin-top: 18px;
    background: linear-gradient(135deg, #ff8d2f, #ff2ea4);
    border-radius: 16px;
    padding: 20px;
}
.thv-theme-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.thv-theme-value-row + .thv-theme-value-row {
    margin-top: 12px;
}
.thv-theme-value-label {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
.thv-theme-value-amount {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}
.thv-theme-pay-amount {
    color: #fff12a;
    font-size: 30px;
    font-weight: 900;
}
.thv-theme-right-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.thv-theme-right-card {
    padding: 28px 24px;
    background: linear-gradient(135deg, #ffc400, #ff7f11 55%, #ff4bb3);
    border: 1px solid rgba(255, 255, 255, 0.65);
    text-align: center;
}
.thv-theme-right-icon {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #fff;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.thv-theme-right-title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}
.thv-theme-right-desc {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}
.thv-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 900;
    transition: 0.25s ease;
}
.thv-theme-btn + .thv-theme-btn {
    margin-top: 12px;
}
.thv-theme-btn:hover {
    transform: translateY(-2px);
}
.thv-theme-btn-primary {
    background: #fff;
    color: #ff5f00;
}
.thv-theme-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    background: transparent;
}
.thv-theme-stock-text {
    margin-top: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.thv-theme-stock-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #3cff81;
}
.thv-theme-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.thv-theme-cat-card {
    background: rgba(255, 255, 255, 0.92);
    padding: 24px 16px;
    text-align: center;
}
.thv-theme-cat-icon {
    font-size: 28px;
    margin-bottom: 10px;
}
.thv-theme-cat-title {
    font-size: 18px;
    font-weight: 900;
    color: #1f1f1f;
    margin-bottom: 6px;
}
.thv-theme-cat-count {
    font-size: 15px;
    font-weight: 800;
    color: #8b2dff;
}
.thv-theme-note-box {
    background: rgba(255, 255, 255, 0.96);
    padding: 20px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #202020;
    border: 3px solid #ffe14a;
}
@media (max-width: 1180px) {
    .thv-deal-grid {
        grid-template-columns: 1fr;
    }
    .thv-deal-price {
        font-size: 46px;
    }
}
@media (max-width: 1024px) {
    .thv-sale-title {
        font-size: 56px;
    }
    .thv-sale-number {
        font-size: 78px;
    }
    .thv-countdown-title {
        font-size: 40px;
    }
    .thv-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .thv-theme-bonus-title-line1 {
        font-size: 48px;
    }
    .thv-theme-bonus-title-line2 {
        font-size: 54px;
    }
    .thv-theme-bonus-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .thv-sale-title {
        font-size: 40px;
    }
    .thv-sale-number {
        font-size: 58px;
    }
    .thv-sale-desc {
        font-size: 18px;
    }
    .thv-stats-grid {
        grid-template-columns: 1fr;
    }
    .thv-btn {
        width: 100%;
    }
    .thv-countdown-title {
        font-size: 30px;
    }
    .thv-countdown-box {
        width: 68px;
        height: 62px;
    }
    .thv-countdown-num {
        font-size: 28px;
    }
    .thv-deal-title {
        font-size: 36px;
    }
    .thv-deal-name {
        font-size: 22px;
    }
    .thv-deal-price {
        font-size: 38px;
    }
    .thv-theme-bonus-title-line1 {
        font-size: 34px;
    }
    .thv-theme-bonus-title-line2 {
        font-size: 40px;
    }
    .thv-theme-value-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .thv-theme-cat-grid {
        grid-template-columns: 1fr;
    }
    .thv-theme-note-box {
        font-size: 14px;
    }
}
.thv-promo-grid-section {
    background: #f7f5fb;
    border-radius: 24px;
}
.thv-promo-grid-header {
    text-align: center;
    margin-bottom: 28px;
}
.thv-promo-grid-title {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    color: #111833;
    margin-bottom: 8px;
}
.thv-promo-grid-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #4b5563;
    font-weight: 700;
}
.thv-promo-filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.thv-promo-filter-tab {
    min-width: 120px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f2f6;
    border-radius: 10px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px #e3e6ef;
}
.thv-promo-filter-tab.is-active {
    background: #ffffff;
    color: #111833;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.thv-promo-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.thv-promo-plan-card {
    position: relative;
    background: #fff;
    border: 2px solid var(--thv-plan-border, #d8c4ff);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}
.thv-promo-plan-card.is-featured {
    box-shadow: 0 18px 40px rgba(173, 58, 255, 0.18);
    transform: translateY(-2px);
}
.thv-promo-floating-badges {
    position: absolute;
    top: -14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.thv-promo-floating-badge {
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.thv-promo-floating-badge.badge-orange {
    background: linear-gradient(90deg, #ff8a00, #ff4d00);
}
.thv-promo-floating-badge.badge-purple {
    background: linear-gradient(90deg, #7c00ff, #ff00a8);
}
.thv-promo-plan-name {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 900;
    color: #151b33;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.thv-promo-plan-timer {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 2px solid #f2c089;
    color: #ef7d18;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}
.thv-promo-price-box {
    border: 2px solid #eedfff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fcf8ff;
}
.thv-promo-price-line {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}
.thv-promo-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #101735;
    letter-spacing: -1px;
}
.thv-promo-cycle {
    font-size: 16px;
    font-weight: 800;
    color: #101735;
}
.thv-promo-mini-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.thv-promo-mini-badge {
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.thv-promo-mini-badge.badge-green {
    background: linear-gradient(90deg, #18c76a, #1fa851);
}
.thv-promo-mini-badge.badge-yellow {
    background: linear-gradient(90deg, #ffb400, #ff8a00);
}
.thv-promo-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}
.thv-promo-spec-card {
    border-radius: 8px;
    padding: 14px 12px;
    min-height: 84px;
}
.thv-promo-spec-label {
    font-size: 12px;
    font-weight: 800;
    color: #6b7280;
    margin-bottom: 8px;
}
.thv-promo-spec-value {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 900;
    color: #151b33;
}
.thv-promo-feature-list {
    background: #f6f7fb;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 16px;
}
.thv-promo-feature-item {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    font-weight: 700;
}
.thv-promo-feature-item + .thv-promo-feature-item {
    margin-top: 6px;
}
.thv-promo-gift-box {
    border: 2px solid #f2c089;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 16px;
    background: #fffaf3;
}
.thv-promo-gift-title {
    font-size: 14px;
    font-weight: 900;
    color: #c96b00;
    margin-bottom: 8px;
}
.thv-promo-gift-item {
    font-size: 14px;
    line-height: 1.6;
    color: #5b6475;
    font-weight: 700;
}
.thv-promo-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 3px;
    background: linear-gradient(90deg, #111f46, #0b1531);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    transition: 0.25s ease;
}
.thv-promo-buy-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}
@media (max-width: 1180px) {
    .thv-promo-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .thv-promo-grid-title {
        font-size: 34px;
    }
    .thv-promo-plan-grid {
        grid-template-columns: 1fr;
    }
    .thv-promo-price {
        font-size: 30px;
    }
}
.thv-promo-filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.thv-promo-filter-tab {
    min-width: 120px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f2f6;
    border-radius: 10px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px #e3e6ef;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.thv-promo-filter-tab:hover {
    transform: translateY(-1px);
}
.thv-promo-filter-tab.is-active {
    background: #ffffff;
    color: #111833;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.thv-compare-section {
    background: #f7f5fb;
    border-radius: 24px;
}
.thv-compare-header {
    text-align: center;
    margin-bottom: 34px;
}
.thv-compare-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 900;
    color: #111833;
    margin-bottom: 8px;
}
.thv-compare-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #667085;
    font-weight: 600;
}
.thv-compare-table-wrap {
    background: #fff;
    border: 2px solid #ececf2;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}
.thv-compare-table {
    min-width: 860px;
}
.thv-compare-row {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, 1fr);
    align-items: center;
}
.thv-compare-row-head {
    padding-bottom: 18px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e9e9ef;
}
.thv-compare-row.is-alt {
    background: #f8f9fb;
}
.thv-compare-row-footer {
    padding-top: 18px;
}
.thv-compare-cell {
    padding: 16px 12px;
}
.thv-compare-feature-head,
.thv-compare-feature-name {
    font-size: 16px;
    font-weight: 800;
    color: #344054;
}
.thv-compare-plan-head {
    text-align: center;
}
.thv-compare-plan-name {
    font-size: 22px;
    font-weight: 900;
    color: #111833;
    margin-bottom: 8px;
}
.thv-compare-plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c00ff, #c22cff);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}
.thv-compare-old-price {
    font-size: 15px;
    color: #98a2b3;
    text-decoration: line-through;
    font-weight: 700;
    margin-bottom: 8px;
}
.thv-compare-new-price {
    font-size: 26px;
    color: #111833;
    font-weight: 900;
}
.thv-compare-value {
    text-align: center;
    font-size: 16px;
    color: #344054;
    font-weight: 700;
}
.thv-compare-bool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}
.thv-compare-bool.yes {
    color: #22c55e;
}
.thv-compare-bool.no {
    color: #ef4444;
}
.thv-compare-footer-cell {
    text-align: center;
}
.thv-compare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, #111f46, #0b1531);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    transition: 0.25s ease;
}
.thv-compare-btn.is-featured {
    background: linear-gradient(90deg, #7c00ff, #c22cff);
}
.thv-compare-btn:hover {
    transform: translateY(-2px);
}
@media (max-width: 767px) {
    .thv-compare-title {
        font-size: 38px;
    }
    .thv-compare-subtitle {
        font-size: 16px;
    }
}
.thv-testimonials-section {
    background: #f7f5fb;
    border-radius: 24px;
}
.thv-testimonials-header {
    text-align: center;
    margin-bottom: 34px;
}
.thv-testimonials-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    color: #111833;
    margin-bottom: 10px;
}
.thv-testimonials-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #667085;
    font-weight: 600;
}
.thv-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.thv-testimonial-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}
.thv-testimonial-star {
    color: #f5b800;
    font-size: 20px;
    line-height: 1;
}
.thv-testimonial-content {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 28px;
}
.thv-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.thv-testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c00ff, #c22cff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    flex: 0 0 54px;
}
.thv-testimonial-meta {
    min-width: 0;
}
.thv-testimonial-name {
    font-size: 18px;
    line-height: 1.3;
    color: #111833;
    font-weight: 900;
    margin-bottom: 4px;
}
.thv-testimonial-role {
    font-size: 16px;
    line-height: 1.5;
    color: #667085;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .thv-testimonials-title {
        font-size: 48px;
    }
    .thv-testimonials-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .thv-testimonials-title {
        font-size: 36px;
    }
    .thv-testimonials-subtitle {
        font-size: 16px;
    }
    .thv-testimonial-card {
        padding: 22px 20px;
    }
    .thv-testimonial-content {
        font-size: 17px;
    }
}
.thv-testimonials-section {
    background: #f7f5fb;
    border-radius: 24px;
}
.thv-testimonials-header {
    text-align: center;
    margin-bottom: 34px;
}
.thv-testimonials-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    color: #111833;
    margin-bottom: 10px;
}
.thv-testimonials-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #667085;
    font-weight: 600;
}
.thv-testimonials-slider {
    position: relative;
}
.thv-testimonials-viewport {
    overflow: hidden;
}
.thv-testimonials-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}
.thv-testimonial-slide {
    flex: 0 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
}
.thv-testimonial-card {
    height: 100%;
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 8px;
    padding: 28px 28px 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.thv-testimonial-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}
.thv-testimonial-star {
    color: #f5b800;
    font-size: 20px;
    line-height: 1;
}
.thv-testimonial-content {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 28px;
}
.thv-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.thv-testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 54px;
}
.thv-testimonial-avatar.is-fallback {
    background: linear-gradient(135deg, #7c00ff, #c22cff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
}
.thv-testimonial-avatar.is-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thv-testimonial-meta {
    min-width: 0;
}
.thv-testimonial-name {
    font-size: 18px;
    line-height: 1.3;
    color: #111833;
    font-weight: 900;
    margin-bottom: 4px;
}
.thv-testimonial-role {
    font-size: 16px;
    line-height: 1.5;
    color: #667085;
    font-weight: 500;
}
.thv-testimonials-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #111833;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.thv-testimonials-prev {
    left: -8px;
}
.thv-testimonials-next {
    right: -8px;
}
.thv-testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.thv-testimonials-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: #d0d5dd;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 0;
}
.thv-testimonials-dot.is-active {
    background: #8b1fff;
    transform: scale(1.15);
}
@media (max-width: 1024px) {
    .thv-testimonials-title {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .thv-testimonials-title {
        font-size: 36px;
    }
    .thv-testimonials-subtitle {
        font-size: 16px;
    }
    .thv-testimonial-card {
        padding: 22px 20px;
    }
    .thv-testimonial-content {
        font-size: 17px;
    }
    .thv-testimonials-prev {
        left: 0;
    }
    .thv-testimonials-next {
        right: 0;
    }
}
.thv-sale-hero-v2 {
    position: relative;
    overflow: hidden;
    background: radial-gradient(
            circle at 50% 20%,
            rgba(255, 255, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(
            90deg,
            var(--thv-bg1),
            var(--thv-bg2) 50%,
            var(--thv-bg3)
        );
    text-align: center;
}
.thv-sale-hero-v2 .thv-sale-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}
.thv-sale-hero-v2 .thv-top-badges {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 26px;
}
.thv-sale-hero-v2 .thv-top-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 14px 14px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(8px);
}
.thv-sale-hero-v2 .thv-top-badge-yellow {
    background: #ffcd22;
    color: #3a2d00;
}
.thv-sale-hero-v2 .thv-top-badge-white {
    background: rgba(255, 255, 255, 0.95);
    color: #8a2cff;
}
.thv-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.thv-sale-hero-v2 .thv-sale-title {
    font-size: 92px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.thv-sale-hero-v2 .thv-sale-number {
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    color: #ffcc48;
    letter-spacing: -3px;
    margin-bottom: 16px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.thv-sale-desc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}
.thv-sale-hero-v2 .thv-sale-desc {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}
.thv-sale-desc-side-icon {
    font-size: 22px;
    line-height: 1;
}
.thv-sale-hero-v2 .thv-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.thv-sale-hero-v2 .thv-benefit-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.thv-sale-hero-v2 .thv-benefit-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}
.thv-sale-hero-v2 .thv-cta-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.thv-sale-hero-v2 .thv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 140px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 900;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}
.thv-sale-hero-v2 .thv-btn:hover {
    transform: translateY(-2px);
}
.thv-sale-hero-v2 .thv-btn-primary {
    background: #ffbf17;
    color: #111;
}
.thv-sale-hero-v2 .thv-btn-secondary {
    background: rgba(255, 255, 255, 0.96);
    color: #8a2cff;
}
.thv-btn-icon {
    font-size: 15px;
}
.thv-trial-program {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.thv-trial-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.thv-trial-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 3px;
    background: linear-gradient(90deg, #7f00ff, #ff2fb3);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease;
}
.thv-trial-btn:hover {
    transform: translateY(-2px);
}
.thv-sale-hero-v2 .thv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
}
.thv-sale-hero-v2 .thv-stat-card {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 24px 14px 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 3px;
}
.thv-sale-hero-v2 .thv-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}
.thv-sale-hero-v2 .thv-stat-icon {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 12px;
}
.thv-sale-hero-v2 .thv-stat-number {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffe441;
    margin-bottom: 6px;
}
.thv-sale-hero-v2 .thv-stat-label {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
}
.thv-sale-hero-v2 .thv-decor {
    position: absolute;
    border-radius: 999px;
    z-index: 1;
    pointer-events: none;
}
.thv-sale-hero-v2 .thv-decor-1 {
    top: 48px;
    left: 24px;
    width: 44px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.18);
}
.thv-sale-hero-v2 .thv-decor-2 {
    right: 34px;
    bottom: 44px;
    width: 62px;
    height: 62px;
    border: 3px solid rgba(255, 190, 50, 0.26);
}
.thv-sale-hero-v2 .thv-decor-3 {
    top: 88px;
    right: 66px;
    width: 10px;
    height: 10px;
    background: #ffd62f;
}
.thv-sale-hero-v2 .thv-decor-4 {
    left: 58px;
    bottom: 96px;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1024px) {
    .thv-sale-hero-v2 .thv-sale-title {
        font-size: 56px;
    }
    .thv-sale-hero-v2 .thv-sale-number {
        font-size: 74px;
    }
    .thv-sale-hero-v2 .thv-sale-desc {
        font-size: 19px;
    }
    .thv-sale-hero-v2 .thv-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 460px;
    }
}
@media (max-width: 767px) {
    .thv-sale-hero-v2 .thv-sale-title {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .thv-sale-hero-v2 .thv-sale-number {
        font-size: 56px;
        letter-spacing: -1px;
    }
    .thv-sale-desc-wrap {
        flex-wrap: wrap;
    }
    .thv-sale-hero-v2 .thv-sale-desc {
        font-size: 17px;
    }
    .thv-sale-hero-v2 .thv-stats-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }
    .thv-sale-hero-v2 .thv-btn {
        width: 100%;
    }
    .thv-trial-program {
        flex-direction: column;
    }
}

.thv-flash-countdown-v2 {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, var(--thv-bg1), var(--thv-bg2) 50%, var(--thv-bg3));
  text-align: center;
}

.thv-flash-countdown-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.025) 0px,
      rgba(255,255,255,0.025) 6px,
      transparent 6px,
      transparent 16px
    );
  pointer-events: none;
}

.thv-flash-countdown-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(186, 82, 255, 0.22), transparent 26%);
  pointer-events: none;
}

.thv-flash-countdown-v2 .thv-sale-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.thv-flash-countdown-v2 .thv-countdown-wrap {
  margin: 0 auto;
  text-align: center;
}

.thv-flash-countdown-v2 .thv-countdown-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ff8a3d, #ff5b2e);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  margin-bottom: 18px;
}

.thv-flash-countdown-v2 .thv-countdown-badge-icon {
  font-size: 28px;
  line-height: 1;
}

.thv-flash-countdown-v2 .thv-countdown-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.thv-flash-countdown-v2 .thv-countdown-title-icon {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.18));
}

.thv-flash-countdown-v2 .thv-countdown-title {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.thv-flash-countdown-v2 .thv-countdown-desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  color: rgba(255,255,255,0.96);
  margin-bottom: 26px;
  text-shadow: 0 4px 18px rgba(0,0,0,0.16);
}

.thv-flash-countdown-v2 .thv-countdown-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.thv-flash-countdown-v2 .thv-countdown-item {
  min-width: 82px;
}

.thv-flash-countdown-v2 .thv-countdown-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f0f8 100%);
  border: 3px solid rgba(183, 134, 246, 0.9);
  border-radius: 14px;
  box-shadow:
    0 16px 28px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.7);
  margin: 0 auto 10px;
}

.thv-flash-countdown-v2 .thv-countdown-num {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #c12ae8;
  letter-spacing: -1px;
  text-shadow: 0 2px 8px rgba(193,42,232,0.08);
}

.thv-flash-countdown-v2 .thv-countdown-label {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.thv-flash-countdown-v2 .thv-countdown-expired {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .thv-flash-countdown-v2 .thv-countdown-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .thv-flash-countdown-v2 .thv-countdown-title {
    font-size: 30px;
  }

  .thv-flash-countdown-v2 .thv-countdown-title-icon {
    font-size: 22px;
  }

  .thv-flash-countdown-v2 .thv-countdown-desc {
    font-size: 16px;
  }

  .thv-flash-countdown-v2 .thv-countdown-box {
    width: 68px;
    height: 62px;
  }

  .thv-flash-countdown-v2 .thv-countdown-num {
    font-size: 28px;
  }

  .thv-flash-countdown-v2 .thv-countdown-item {
    min-width: 68px;
  }
}