﻿/* 浠锋牸鏂规椤甸潰鏍峰紡 */

.pricing-main {
    padding: 40px 0 80px;
    background-color: #F9F7F4;
}

/* 椤甸潰鏍囬鍖哄煙 */
.pricing-hero {
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-bottom: 60px;
}

.pricing-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.pricing-hero p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

/* 浠锋牸鏂规鍗＄墖鍖哄煙 */
.pricing-plans {
    padding: 40px 0;
}

.pricing-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    border-color: #A67C52;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.15);
    transform: translateY(-5px);
}

.pricing-card-featured {
    border-color: #A67C52;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 40px rgba(52, 152, 219, 0.2);
}

.pricing-card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A67C52, #8B7D6B);
    border-radius: 12px 12px 0 0;
}

.plan-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #A67C52, #8B7D6B);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.plan-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.plan-name {
    font-size: 1.5rem;
    color: #433E38;
    font-weight: 700;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 2.5rem;
    color: #A67C52;
    font-weight: 700;
    margin: 15px 0 5px;
    line-height: 1.2;
}

.plan-price .plan-period {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: normal;
}

.plan-period {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-top: 5px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
    flex-grow: 1;
}

.plan-features li {
    padding: 10px 0;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.plan-features li i {
    color: #2ecc71;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* 鏂规鎸夐挳 */
.btn-plan {
    display: block;
    width: 100%;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
    margin-top: auto;
}

.btn-plan-free {
    background-color: #F9F7F4;
    color: #433E38;
    border-color: #e0e0e0;
}

.btn-plan-free:hover {
    background-color: #e9ecef;
    border-color: #A67C52;
    color: #A67C52;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-plan-premium {
    background: linear-gradient(135deg, #A67C52, #8B7D6B);
    color: white;
}

.btn-plan-premium:hover {
    background: linear-gradient(135deg, #8B7D6B, #6B5D4B);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    color: white;
}

.btn-plan-forever {
    background-color: #433E38;
    color: white;
}

.btn-plan-forever:hover {
    background-color: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    color: white;
}

.card-clicked {
    transform: scale(0.98);
}

/* 甯歌闂鍖哄煙 */
.pricing-faq {
    padding: 60px 0;
    background-color: white;
    margin-top: 60px;
}

.pricing-faq .section-title {
    font-size: 2rem;
    color: #433E38;
    margin-bottom: 40px;
    font-weight: 700;
}

.faq-list {
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #F9F7F4;
    border-radius: 8px;
    border-left: 4px solid #A67C52;
    transition: all 0.3s;
}

.faq-item:hover {
    background-color: #f0f4f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #433E38;
    margin-bottom: 12px;
    font-weight: 600;
}

.faq-item p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* 搴曢儴CTA */
.pricing-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-top: 60px;
}

.pricing-cta h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.pricing-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.btn-cta {
    display: inline-block;
    padding: 16px 40px;
    background-color: white;
    color: #667eea;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    color: #764ba2;
}

/* 鍝嶅簲寮忚璁?*/
@media (max-width: 768px) {
    .pricing-hero {
        padding: 40px 0;
    }

    .pricing-hero h1 {
        font-size: 2rem;
    }

    .pricing-hero p {
        font-size: 1rem;
    }

    .pricing-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .plan-price {
        font-size: 2rem;
    }

    .pricing-faq {
        padding: 40px 0;
    }

    .pricing-cta {
        padding: 60px 0;
    }

    .pricing-cta h2 {
        font-size: 1.8rem;
    }
}

