/* ========== Font Classes ========== */
.font-bold-60-new {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}

.font-bold-40-new {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.font-bold-16-new {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.font-regular-16-new {
    font-size: 16px;
    line-height: 1.6;
}

/* ========== Base ========== */
#support-program {
    overflow-x: hidden;
    padding-bottom: 80px;
}

/* ========== Section Common ========== */
#support-program section {
    padding: 64px 0;
}

#support-program #banner {
    padding: 0 !important;
}

#support-program .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#support-program .section-title {
    color: #171a20;
    margin-bottom: 40px;
    text-align: center;
}

#support-program .section-desc {
    color: #000;
    margin-bottom: 32px;
}

/* ========== Banner ========== */
#support-program #banner .banner-inner {
    position: relative;
    width: 100%;
    min-height: 480px;
    /* padding-top 撑开容器高度，按图片比例自适应，同时不低于 min-height */
    padding-top: 42%;
    overflow: hidden;
}

#support-program #banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#support-program #banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    color: #000;
}

#support-program #banner .banner-title {
    color: #000 !important;
    margin-bottom: 16px;
    white-space: pre-line;
    /* max-width: 700px; */
}

#support-program #banner .banner-desc {
    color: #000 !important;
    margin-bottom: 24px;
    max-width: 668px;
}

#support-program #banner .banner-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#support-program #banner .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 180px;
}

#support-program #banner .banner-btn:hover {
    background: #000;
    color: #fff !important;
}

/* ========== Program ========== */
#support-program #program {
    background: #fff;
    margin-top: 116px;
}

#support-program .tier-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#support-program .tier-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
    outline: none !important;
    color: #333;
}

/* 所有单元格：只保留底部分隔线，无外�?*/
#support-program .tier-table-wrap table th,
#support-program .tier-table-wrap table td {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 60px 26px !important;
    vertical-align: middle;
    line-height: 1.6;
    text-align: left;
}

/* header 行：无背景，图片居中，名称居中加�?*/
#support-program .tier-table-wrap table thead th {
    background: none !important;
    text-align: center;
    font-weight: 700;
    color: #171a20;
    vertical-align: top;
    padding: 30px 10px 10px !important;
}

#support-program .tier-table-wrap table thead th img {
    display: block;
    margin: 0 auto 12px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
}

/* 第一列（行标题）：加粗，不换�?*/
#support-program .tier-table-wrap table tbody td:first-child {
    font-weight: 700;
    color: #171a20;
    white-space: nowrap;
    width: 140px;
}

/* tbody 无斑马纹、无 hover 背景 */
#support-program .tier-table-wrap table tbody tr:nth-child(even) {
    background: none;
}

#support-program .tier-table-wrap table tbody tr:hover {
    background: none;
}

/* 表格�?ul/li：用小圆点，左对�?*/
#support-program .tier-table-wrap table ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0;
}

#support-program .tier-table-wrap table ul li {
    list-style: disc;
    margin-bottom: 12px;
    color: #000;
}

#support-program .tier-table-wrap table ul li:last-child {
    margin-bottom: 0;
}

/* ========== Reward Rules ========== */
#support-program #reward-rules {
    /* background: #f9f9f9; */
}

#support-program .rules-list {
    padding-left: 20px;
    margin: 0;
}

#support-program .rules-list>li {
    margin-bottom: 24px;
}

#support-program .rules-list .rule-title {
    margin: 0 0 8px;
    color: #000;
}

#support-program .rules-list .rule-desc ul {
    list-style: disc;
    padding-left: 20px;
    margin: 8px 0 0;
}

#support-program .rules-list .rule-desc ul li {
    list-style: disc;
    margin-bottom: 4px;
    color: #000;
}

/* ========== How It Works ========== */
#support-program #how-it-works {
    background: #fff;
}

#support-program .steps-list {
    padding-left: 20px;
    margin: 0;
    color: #000;
}

#support-program .steps-list li {
    margin-bottom: 20px;
}

/* ========== Bottom CTA ========== */
#support-program #bottom-cta {
    background: #fff;
    padding: 64px 20px;
    text-align: center;
}

#support-program #bottom-cta .cta-inner {
    margin: 0 auto;
}

#support-program #bottom-cta .cta-desc {
    margin-top: 40px;
}

#support-program #bottom-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 60px;
    background: #171a20;
    color: #fff !important;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 400px;
}

#support-program #bottom-cta .cta-btn:hover {
    background: #333;
}

@media (max-width: 1600px) {
    .font-bold-60-new {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    #support-program #banner .banner-inner {
        padding-top: 50%;
        min-height: 480px;
    }

    #support-program #banner .banner-content {
        left: 0;
        transform: translateY(-50%);
        padding: 0 40px;
        max-width: 560px;
    }
}

/* ========== Mobile ========== */
@media (max-width: 768px) {
    #support-program #program {
        margin-top: 20px;
    }

    #support-program #banner .banner-inner {
        min-height: 400px;
        padding-top: 0;
        height: 400px;
    }

    #support-program #banner .banner-inner::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.45);
        z-index: 1;
    }

    #support-program #banner .banner-content {
        left: 0;
        transform: translateY(-50%);
        padding: 0 20px;
        max-width: 100%;
        z-index: 2;
    }

    #support-program #banner .banner-title {
        font-size: 24px !important;
    }

    #support-program .font-bold-40-new {
        font-size: 24px;
    }

    #support-program #banner .banner-btn {
        min-width: 140px;
        justify-content: center;
    }

    #support-program section {
        padding: 40px 0;
    }

    #support-program .section-inner {
        padding: 0 16px;
    }

    #support-program .tier-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #support-program .tier-table-wrap table {
        min-width: 560px;
    }

    #support-program .tier-table-wrap table th,
    #support-program .tier-table-wrap table td {
        padding: 12px 10px !important;
        min-width: 120px;
    }

    #support-program .tier-table-wrap table tbody td:first-child {
        min-width: 100px;
        width: 100px;
    }

    #support-program #bottom-cta .cta-btn {
        min-width: 300px;
    }

    #support-program #bottom-cta {
        padding: 0 20px;
    }

    #support-program #bottom-cta .cta-inner {
        margin: 46px auto;
    }
}