body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro", sans-serif;
    background: #fff;
}

/* ====== 顶部价格区 ====== */
.container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.column {
    flex: 1;
    min-width: 0;
    padding: 24px 20px;
    box-sizing: border-box;
    border-right: 1px solid #EAEAEA;
}

.column:last-child {
    border-right: none;
}

.price-top {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.price-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
}

.price-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.price {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.price-btn {
    display: inline-block;
    padding: 8px 24px;
    background: #0071e3;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
    margin-bottom: 50px;
}

.price-btn:hover {
    background: #0077ed;
}

/* ====== 对比区 ====== */
.compare-section {
    border-top: 1px solid #EAEAEA;
    padding: 20px;
    position: relative;
}

.section-label {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.section-label:not(:first-of-type) {
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
    margin-top: 20px;
}

.section-desc {
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 20px;
    line-height: 1.6;
}

.compare-grid {
    display: flex;
    flex-wrap: wrap;
}

.compare-item {
    width: 50%;
    text-align: center;
    padding: 24px 20px;
    box-sizing: border-box;
    border-right: 1px solid #EAEAEA;
}

.compare-item:nth-child(2n) {
    border-right: none;
}

.icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.text {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.text br {
    display: block;
    content: "";
    margin-top: 10px;
}
