/* 自定义补充样式 - 用于替代内联样式 */

/* Banner 部分 */
.banner-section {
    padding-top: 70px;
}

/* 高亮文本 */
.highlight {
    color: #ff0000;
}

/* 白色文本 */
.text-white {
    color: #fff !important;
}

/* 服务区块背景 */
.service-section {
    background-image: url(../images/ad-off-bg.png);
    background-color: #5a5fff;
}

/* 保障区块背景 */
.guarantee-section {
    background-image: url(../images/shutterstock_156031910.jpg);
}

.guarantee-section .j-modules-inner {
    position: relative;
}

/* CTA 部分 */
.cta-section {
    background-color: #1e73be;
    background-image: linear-gradient(90deg, #1e73be 0%, #1c9ebf 100%);
}

.cta-title {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}

.cta-subtitle {
    font-size: 24px;
    color: #ffffff;
}

.cta-slogan {
    font-size: 36px;
    color: #ffffff;
}

/* Footer 样式 */
.site-footer {
    text-align: center;
    background: #555;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.site-footer p {
    margin: 8px 0;
}

.site-footer a {
    color: #BDBDBD;
}

.site-footer a:hover {
    color: #fff;
}

/* 注册按钮链接样式 */
.register-link b {
    color: #FF0000;
}

/* 卡片项目统一高度 */
.cg-item {
    min-height: 133px;
}

.cg-item-3 {
    min-height: 155px;
}

.cg-item-inner {
    min-height: 73px;
}

.cg-item-3 .cg-item-inner {
    min-height: 100px;
}

/* 最后一个比较项 */
.img-text.last-item {
    border-bottom: 1px solid #f0f1f1;
}

/* H1标题样式 */
h1.index_a_title {
    margin: 0;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .banner-section {
        padding-top: 60px;
    }
    
    .cta-title {
        font-size: 22px;
    }
    
    .cta-subtitle {
        font-size: 18px;
    }
    
    .cta-slogan {
        font-size: 28px;
    }
}
