/* Pricing Page Title */
.page-title-area {
    height: auto;
    background-image: none !important;
    background: #f5f5f5;
    padding: 40px 0 20px;
    position: relative;
}

.page-title-area::before {
    display: none !important;
}

.page-title-area .d-table {
    height: auto;
}

.page-title-content h2 {
    color: #111827 !important;
}

.page-title-content ul li {
    color: #6b7280 !important;
}

.page-title-content ul li a {
    color: #6b7280 !important;
}

.page-title-content ul li a:hover {
    color: #111827 !important;
}

/* Pricing Cards Custom Styles */
.price-area {
    background: #f5f5f5;
    padding-top: 40px;
}

/* 关闭按钮 */
.pricing-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    z-index: 10;
}

.pricing-close-btn:hover {
    background: #e5e7eb;
    color: #111827;
}

.pricing-close-btn svg {
    width: 24px;
    height: 24px;
}

/* 按月/按年切换器 */
.pricing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.pricing-toggle {
    display: inline-flex;
    background: #e5e7eb;
    border-radius: 8px;
    padding: 4px;
    gap: 0;
    position: relative;
}

.pricing-toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.pricing-toggle-option {
    padding: 8px 24px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s ease;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.pricing-toggle-option:hover {
    color: #374151;
}

.pricing-toggle-option.active {
    color: #111827;
}

.price-item {
    display: flex;
}

.price-area .row {
    align-items: stretch;
    justify-content: center;
}

.price-item .single-price-item {
    height: 100%;
    width: 100%;
}

.single-price-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: visible;
    min-height: auto;
    display: flex;
    flex-direction: column;
    transition: none !important;
    transform: none !important;
}

.single-price-item:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-color: #e5e7eb;
    transform: none !important;
    transition: none !important;
}

.single-price-item.pricing-pro:hover {
    border-color: #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transform: none !important;
    transition: none !important;
}

/* 基础版本 - 白色背景 */
.single-price-item.pricing-basic {
    background: #ffffff;
}

/* Plus方案 - 浅蓝紫色背景 */
.single-price-item.pricing-pro {
    background: #F5F5FF;
    color: #333;
    border-color: #e5e7eb;
}

/* MAX方案 - 白色背景 */
.single-price-item.pricing-max {
    background: #ffffff;
    color: #333;
    border-color: #e5e7eb;
}

/* 企业方案 - 白色背景 */
.single-price-item.pricing-enterprise {
    background: #ffffff;
    color: #333;
    position: relative;
    border-color: #e5e7eb;
}

/* 企业方案模糊遮罩层 */
.pricing-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230, 243, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    z-index: 2;
    pointer-events: none;
}

.pricing-enterprise .pricing-title {
    position: relative;
    z-index: 3;
}

.pricing-enterprise .pricing-body {
    position: relative;
    z-index: 1;
}

.pricing-enterprise .pricing-footer {
    position: relative;
    z-index: 3;
    margin-top: auto;
    text-align: center;
    padding: 0;
}


.pricing-header {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background: transparent;
}

.pricing-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    text-align: left;
    color: #111827;
    position: relative;
    display: block;
    width: 100%;
}

.pricing-discount-badge {
    position: absolute;
    top: 32px;
    right: 24px;
    background: #DCDBFF;
    color: #615EEB;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    transform: none;
    box-shadow: none;
    z-index: 10;
}

.pricing-body {
    flex: 1;
    margin-top: 0;
}

.price-content {
    text-align: left;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    background: transparent;
}

.currency {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.price {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
}

.price-old {
    font-size: 16px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 8px;
}

.period {
    font-size: 16px;
    color: #6b7280;
    margin-left: 4px;
    font-weight: 400;
}

/* 价格描述文字 */
.pricing-description {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
    text-align: left;
    line-height: 1.5;
}

/* 确保所有价格相关元素都是黑色 */
.price-content .currency,
.price-content .price {
    color: #000000 !important;
}

.pricing-pro .period,
.pricing-max .period {
    color: #6b7280;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

.pricing-list li {
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    color: #374151;
    font-weight: 400;
    line-height: 1.5;
}

/* 金币数用黄色 */
.pricing-list li .coin-amount {
    color: #ffa500;
    font-weight: 600;
}

/* 2k、4k用红色 */
.pricing-list li .resolution {
    color: #ff4444;
    font-weight: 600;
}

/* vip加速、svip加速、顶级加速用红色 */
.pricing-list li .acceleration {
    color: #ff4444;
    font-weight: 600;
}

.pricing-list li:last-child {
    border-bottom: none;
}

.pricing-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 5L7.50004 14.1667L3.33337 10' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-pro .pricing-list li::before,
.pricing-max .pricing-list li::before {
    color: #4caf50;
}

.pricing-enterprise .pricing-list li::before {
    color: #4caf50;
}

.pricing-footer {
    margin-top: auto;
    text-align: left;
}

.pricing-footer .default-btn {
    background: #111827;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
}

.pricing-footer .default-btn span {
    display: none !important;
}

.pricing-footer .default-btn:hover {
    background: #1f2937;
    transform: none;
}

.pricing-pro .pricing-footer .default-btn {
    background: #615EEB;
    color: #fff;
}

.pricing-pro .pricing-footer .default-btn:hover {
    background: #7d7aed;
}

.pricing-basic .pricing-footer .default-btn {
	background: #111827;
	color: #fff;
}

.pricing-basic .pricing-footer .default-btn:hover {
	background: #1f2937;
}

/* 当前套餐标识 */
.pricing-current-badge {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    border: 1px solid #e5e7eb;
}

/* 底部说明文字 */
.pricing-footer-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 16px;
    text-align: left;
    line-height: 1.5;
}

.pricing-coming-soon {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin: 0;
    padding: 12px 24px;
    display: block;
    position: relative;
    z-index: 3;
    background: transparent;
    letter-spacing: 1px;
    line-height: 1.4;
    box-sizing: border-box;
    height: auto;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .single-price-item {
        padding: 24px 20px;
        margin-bottom: 24px;
    }
    
    .currency {
        font-size: 18px;
    }
    
    .price {
        font-size: 36px;
        font-weight: 600;
    }
    
    .pricing-title {
        font-size: 24px;
    }
    
    .pricing-discount-badge {
        top: 24px;
        right: 20px;
    }
}

