.mph-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333;
}

.mph-section-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.mph-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #c9a961;
    border-radius: 2px;
}

.mph-hero {
    text-align: center;
    padding: 40px 0 30px;
}

.mph-hero-logo {
    height: 50px;
    margin-bottom: 15px;
}

.mph-hero-desc {
    font-size: 15px;
    color: #888;
    margin-bottom: 18px;
}

.mph-hero-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.mph-hero-tags span {
    font-size: 12px;
    padding: 4px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #666;
    background: #fafafa;
}

.mph-hero-tags span i {
    margin-right: 4px;
    color: #c9a961;
}

.mph-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.mph-stat-item {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mph-stat-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.mph-stat-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.mph-stat-count {
    font-size: 13px;
    color: #999;
}

.mph-user-status {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 15px 0 30px;
}

.mph-plans {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.mph-plan {
    flex: 1;
    min-width: 260px;
    max-width: 340px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 32px 24px 28px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.mph-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.mph-plan-featured {
    border-color: #e8d5a3;
    box-shadow: 0 2px 16px rgba(201,169,97,0.1);
}

.mph-plan-featured:hover {
    box-shadow: 0 8px 30px rgba(201,169,97,0.15);
}

.mph-plan-top {
    border-color: #b8d4e8;
    box-shadow: 0 2px 16px rgba(100,150,200,0.1);
}

.mph-plan-top:hover {
    box-shadow: 0 8px 30px rgba(100,150,200,0.15);
}

.mph-plan-badge {
    position: absolute;
    top: -1px;
    right: 20px;
    background: linear-gradient(135deg, #5b86e5, #36d1dc);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 0 0 8px 8px;
    letter-spacing: 1px;
}

.mph-plan-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: block;
}

.mph-plan-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.mph-plan-free {
    color: #555;
}

.mph-plan-gold {
    color: #b8860b;
}

.mph-plan-diamond {
    color: #4a7fb5;
}

.mph-plan-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.mph-plan-price {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.mph-plan-price span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.mph-plan-features {
    text-align: left;
    margin-bottom: 24px;
    flex-grow: 1;
}

.mph-plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mph-plan-features li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}

.mph-plan-features li:last-child {
    border-bottom: none;
}

.mph-plan-features li.allow {
    color: #333;
}

.mph-plan-features .vip-ok-color {
    color: #52c41a;
}

.mph-plan-features .vip-no-color {
    color: #d9d9d9;
}

.mph-plan-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
}

.mph-btn-outline {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}

.mph-btn-outline:hover {
    border-color: #bbb;
    color: #333;
    background: #fafafa;
}

.mph-btn-gold {
    background: linear-gradient(135deg, #c9a961, #b8860b);
    color: #fff;
    box-shadow: 0 3px 10px rgba(201,169,97,0.3);
}

.mph-btn-gold:hover {
    box-shadow: 0 6px 16px rgba(201,169,97,0.4);
    transform: translateY(-1px);
}

.mph-btn-diamond {
    background: linear-gradient(135deg, #5b86e5, #36d1dc);
    color: #fff;
    box-shadow: 0 3px 10px rgba(91,134,229,0.3);
}

.mph-btn-diamond:hover {
    box-shadow: 0 6px 16px rgba(91,134,229,0.4);
    transform: translateY(-1px);
}

.mph-cards-new {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.mph-card-new {
    width: 460px;
    height: 240px;
    border-radius: 16px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.mph-card-new:hover {
    transform: translateY(-3px);
}

.mph-card-ribbon {
    position: absolute;
    top: 20px;
    right: -30px;
    background: rgba(201,169,97,0.9);
    color: #fff;
    font-size: 12px;
    padding: 4px 40px;
    transform: rotate(45deg);
    text-align: center;
}

.mph-card-new-body {
    padding: 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mph-card-new-body h3 {
    font-size: 22px;
    color: #edd2aa;
    margin-bottom: 8px;
    font-weight: 700;
}

.mph-card-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 2px 0;
}

.mph-card-new-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
}

.mph-price {
    color: #ffe3b9;
}

.mph-price-num {
    font-size: 32px;
    font-weight: 800;
}

.mph-price-unit {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.mph-card-new .mph-btn {
    padding: 10px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #c9a961, #b8860b);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.mph-card-new .mph-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.mph-features {
    margin: 40px 0;
}

.mph-features-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.mph-feature-item {
    width: 120px;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.mph-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.mph-feature-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.mph-feature-item p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.mph-reviews {
    margin: 40px 0;
}

.mph-reviews-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mph-review-item {
    width: 280px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.mph-review-avatar {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
}

.mph-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mph-review-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.mph-review-name span {
    color: #c9a961;
    font-size: 12px;
    margin-left: 4px;
}

.mph-review-text {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

.mph-faq {
    margin: 50px 0 0;
}

.mph-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.mph-faq-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mph-faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mph-faq-q {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-right: 36px;
}

.mph-faq-q::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #c9a961;
    font-weight: 300;
}

.mph-faq-item.active .mph-faq-q::after {
    content: '−';
}

.mph-faq-a {
    padding: 0 20px 16px;
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    display: none;
}

.mph-faq-item.active .mph-faq-a {
    display: block;
}

@media screen and (max-width: 768px) {
    .mph-wrapper {
        padding: 20px 15px 40px;
    }

    .mph-plans {
        flex-direction: column;
        align-items: center;
    }

    .mph-plan {
        max-width: 100%;
        width: 100%;
    }

    .mph-stats {
        flex-direction: column;
        align-items: center;
    }

    .mph-stat-item {
        width: 100%;
        max-width: 260px;
    }

    .mph-card-new {
        width: 100%;
        height: auto;
        min-height: 220px;
    }

    .mph-features-grid {
        gap: 10px;
    }

    .mph-feature-item {
        width: calc(50% - 12px);
    }

    .mph-reviews-grid {
        flex-direction: column;
        align-items: center;
    }

    .mph-review-item {
        width: 100%;
        max-width: 320px;
    }

    .mph-hero-logo {
        height: 36px;
    }

    .mph-plan-price {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .mph-hero-tags {
        gap: 6px;
    }

    .mph-hero-tags span {
        font-size: 11px;
        padding: 3px 10px;
    }

    .mph-section-title {
        font-size: 18px;
    }

    .mph-feature-item {
        width: calc(50% - 8px);
        padding: 14px 8px;
    }

    .mph-feature-item img {
        width: 28px;
        height: 28px;
    }
}
