 /* 费用卡片样式 */
        .fee-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            height: 100%;
            text-align: center;
            border-top: 5px solid var(--primary);
        }
        
        .fee-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .fee-icon {
            font-size: 48px;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .fee-amount {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin: 15px 0;
        }
        
        .fee-note {
            color: #64748b;
            font-size: 0.9rem;
            margin-top: 10px;
        }
        
        /* 比较表格样式 */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .comparison-table th,
        .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .comparison-table th {
            background-color: var(--primary);
            color: white;
            font-weight: 600;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f8fafc;
        }
        
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        /* 时间线样式 */
        .process-timeline {
            position: relative;
            padding: 40px 0;
        }
        
        .process-timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            width: 4px;
            height: 100%;
            background: var(--primary);
            transform: translateX(-50%);
        }
        
        .process-item {
            position: relative;
            margin-bottom: 50px;
            width: 50%;
            padding-right: 40px;
        }
        
        .process-item:nth-child(even) {
            left: 50%;
            padding-left: 40px;
            padding-right: 0;
        }
        
        .process-content {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            position: relative;
        }
        
        .process-content:after {
            content: '';
            position: absolute;
            top: 30px;
            right: -10px;
            width: 20px;
            height: 20px;
            background: white;
            transform: rotate(45deg);
        }
        
        .process-item:nth-child(even) .process-content:after {
            right: auto;
            left: -10px;
        }
        
        .process-dot {
            position: absolute;
            top: 30px;
            right: -13px;
            width: 26px;
            height: 26px;
            background: var(--primary);
            border-radius: 50%;
            z-index: 1;
        }
        
        .process-item:nth-child(even) .process-dot {
            right: auto;
            left: -13px;
        }
        
        /* 费用明细样式 */
        .cost-breakdown {
            background: linear-gradient(135deg, #f8fafc 0%, #e6f0ff 100%);
            border-radius: 15px;
            padding: 40px;
            margin: 40px 0;
        }
        
        .cost-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px dashed #cbd5e1;
        }
        
        .cost-item:last-child {
            border-bottom: none;
        }
        
        .cost-name {
            font-weight: 600;
        }
        
        .cost-amount {
            font-weight: 700;
            color: var(--primary);
        }
        
        /* 节省卡片样式 */
        .saving-card {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            text-align: center;
            border: 2px solid var(--accent);
            transition: all 0.3s;
        }
        
        .saving-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .saving-icon {
            font-size: 40px;
            color: var(--accent);
            margin-bottom: 15px;
        }
        
        .saving-amount {
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent);
            margin: 10px 0;
        }
        
        /* 响应式调整 */
        @media (max-width: 992px) {
            .process-timeline:before {
                left: 30px;
            }
            
            .process-item {
                width: 100%;
                padding-left: 70px;
                padding-right: 0;
            }
            
            .process-item:nth-child(even) {
                left: 0;
                padding-left: 70px;
            }
            
            .process-content:after {
                right: auto;
                left: -10px;
            }
            
            .process-dot {
                right: auto;
                left: 17px;
            }
            
            .process-item:nth-child(even) .process-dot {
                left: 17px;
            }
            
            .cost-breakdown {
                padding: 20px;
            }
        }
        
        /* 价格标签样式 */
        .price-tag {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin: 5px 0;
        }
        
        /* 优惠券样式 */
        .coupon-card {
            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
            border: 2px dashed #d4af37;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
            margin: 20px 0;
            position: relative;
            overflow: hidden;
        }
        
        .coupon-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0z' fill='none'/%3E%3Cpath d='M5 5h2v2H5zm4 0h2v2H9zm4 0h2v2h-2zm-8 4h2v2H5zm4 0h2v2H9zm4 0h2v2h-2zm-8 4h2v2H5zm4 0h2v2H9zm4 0h2v2h-2z' fill='%23d4af37' fill-opacity='0.1'/%3E%3C/svg%3E");
            opacity: 0.3;
        }
        
        .coupon-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #b8860b;
            margin-bottom: 15px;
            position: relative;
        }
        
        .coupon-code {
            background: white;
            color: var(--primary);
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 1.2rem;
            font-weight: 700;
            display: inline-block;
            margin: 10px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .coupon-desc {
            color: #b8860b;
            margin-bottom: 10px;
            position: relative;
        }