/* 页面首屏收紧：去掉 Hero 后内容直接上移 */
.price-page-body {
    padding-top: 88px;
}

/* 定价表格相关样式 */
.price-table-container {
    margin-top: -60px;
}
.price-table {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0;
}
.price-table th, .price-table td {
    font-size: 20px;
    padding: 22px 0;
    border: none;
}
.price-table th {
    font-weight: 800;
    color: #222;
    background: transparent;
}
.price-table th:first-child,
.price-table td:first-child {
    text-align: left;
    padding-left: 32px;
}
.price-table th:not(:first-child),
.price-table td:not(:first-child) {
    text-align: center;
}
.price-table tbody tr {
    background: #fff;
}
.price-table tbody tr:nth-child(even) {
    background: transparent;
}
.price-table tbody tr td, .price-table tbody tr th {
    background: inherit !important;
}
.price-table tr:last-child {
    border-bottom: none;
}

/* 白色毛玻璃背景自适应高度，内容垂直居中 */
.feature-glass-bg {
    z-index: 2;
    max-width: 1400px;
    min-height: 700px;
    margin: 0px auto 300px auto;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 12px 64px 0 rgba(77,138,255,0.10), 0 2px 12px 0 rgba(0,0,0,0.04);
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 56px 0 56px 0;
    backdrop-filter: blur(28px);
}
.price-title {
    font-size: 36px;
    font-weight: 800;
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 0px;
    background: transparent;
    text-align: center;
}

    .feature-glass-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 30px;
        padding: 2px;

        z-index: 1;
        pointer-events: none;
    }

    .feature-glass-bg .container {
        position: relative;
        z-index: 2;
    }
@media (max-width: 1700px) {
    .feature-glass-bg { width: 90vw; }
}
@media (max-width: 900px) {
    .feature-glass-bg {
        padding: 24px 0 32px 0;
        border-radius: 18px;
        min-height: 400px;
    }
    .price-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .price-table th, .price-table td {
        font-size: 15px;
        padding: 12px 0;
    }
    .price-table th:first-child,
    .price-table td:first-child {
        padding-left: 12px;
    }
}

/* 整体页面背景容器 */
.page-bg-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #e6edfa 0%, #f5f8ff 60%, #e6eaff 100%);
    width: 100%;
    /* 负边距用于与表格区大 margin 衔接；页脚已无 200px 内边距，不宜再拉过大 */
    margin-bottom: -300px;
}

/* 三层背景装饰 */
.bg-layer {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.bg-layer-1 {
    width: 30%;
    height: 70%;
    left: 0;
    top: 0;
    opacity: 1;
    background: url('/images/price/bg1.png') no-repeat left top;
    background-size: contain;
    filter: saturate(1.2);
}

.bg-layer-2 {
    width: 30%;
    height: 70%;
    right: 0;
    top: 30%;
    opacity: 1;
    background: url('/images/price/bg2.png') no-repeat right center;
    background-size: contain;
    filter: saturate(1.2);
}

.bg-layer-3 {
    width: 30%;
    height: 50%;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: url('/images/price/bg3.png') no-repeat left bottom;
    background-size: cover;
    filter: saturate(1.2);
}

.price-title-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 0;
}

/* ===== 云豆套餐卡片 ===== */
.cloud-bean-card {
    position: relative;
    background: rgba(255,255,255,0.75);
    border: 1.5px solid #dde6f8;
    border-radius: 20px;
    padding: 32px 24px 28px 24px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(77,138,255,0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cloud-bean-card:hover {
    box-shadow: 0 12px 48px rgba(77,138,255,0.16);
    transform: translateY(-4px);
    border-color: #4d8aff;
}
.cloud-bean-card--popular {
    border-color: #4d8aff;
    box-shadow: 0 8px 40px rgba(77,138,255,0.18);
    background: rgba(240,246,255,0.9);
}
.cloud-bean-badge {
    position: absolute;
    top: -1px;
    right: 20px;
    background: linear-gradient(90deg, #4d8aff, #6ecbff);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 0 0 10px 10px;
    letter-spacing: 0.5px;
}
.cloud-bean-name {
    font-size: 1rem;
    color: #6b7a99;
    font-weight: 500;
    margin-bottom: 12px;
}
.cloud-bean-amount {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-bottom: 6px;
    flex-wrap: wrap;
    max-width: 100%;
}
.cloud-bean-number {
    font-size: clamp(1.25rem, 2.8vw + 0.6rem, 1.75rem);
    font-weight: 700;
    color: #1a2540;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.cloud-bean-unit {
    font-size: 0.875rem;
    color: #6b7a99;
    font-weight: 500;
    flex-shrink: 0;
}
.cloud-bean-bonus {
    font-size: 0.65rem;
    color: #fff;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    border-radius: 20px;
    padding: 1px 6px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.35;
}
.cloud-bean-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4d8aff;
    margin-bottom: 8px;
}
.cloud-bean-desc {
    color: #8a94a6;
    font-size: 0.875rem;
    min-height: 36px;
}
.cloud-bean-btn {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    border: 1.5px solid #4d8aff;
    color: #4d8aff;
    background: transparent;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-size: 0.95rem;
    width: 100%;
}
.cloud-bean-btn:hover {
    background: #4d8aff;
    color: #fff;
}
.cloud-bean-btn--popular {
    background: linear-gradient(90deg, #4d8aff, #6ecbff);
    color: #fff;
    border-color: transparent;
}
.cloud-bean-btn--popular:hover {
    opacity: 0.88;
    color: #fff;
}