.elementor-2791 .elementor-element.elementor-element-10e2a94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d496f9e *//* 外层容器 */
.bm-warranty-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    color: #333;
    padding: 20px 0;
}

/* 头部文本 */
.bm-page-header {
    text-align: center;
    margin-bottom: 50px;
}
.bm-page-header h2 {
    color: #003366;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bm-page-header p {
    color: #666;
    font-size: 16px;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 区域标题 */
.bm-section-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    border-left: 4px solid #003366;
    padding-left: 15px;
}

/* 保修期限网格 */
.bm-warranty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.bm-warranty-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bm-warranty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}
.bm-highlight {
    border-top: 4px solid #003366;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.bm-icon-box {
    width: 50px;
    height: 50px;
    background: #e6f0fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}
.bm-icon-box svg {
    width: 26px;
    height: 26px;
}
.bm-warranty-card h4 {
    color: #222;
    font-size: 19px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.bm-years {
    display: inline-block;
    background: #003366;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bm-warranty-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* 免责条款 */
.bm-policy-section {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 50px;
}
.bm-intro-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
}
.bm-exclusions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bm-exclusions-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}
.bm-exclusions-list li:last-child {
    margin-bottom: 0;
}
/* 用 CSS 画一个红色的 X 作为列表图标 */
.bm-exclusions-list li::before {
    content: "✕";
    position: absolute;
    left: 0;
    top: 2px;
    color: #d9534f; /* 警告红 */
    font-size: 16px;
    font-weight: bold;
}
.bm-exclusions-list strong {
    color: #222;
}

/* 底部支持横幅 */
.bm-support-banner {
    background: #003366;
    border-radius: 8px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.bm-support-text {
    flex: 1;
}
.bm-support-text h3 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.bm-support-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.bm-btn {
    background: #ffffff;
    color: #003366;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 15px;
    white-space: nowrap;
    transition: background 0.3s ease;
}
.bm-btn:hover {
    background: #f0f5fa;
    color: #002244;
}

/* 手机端响应式 */
@media (max-width: 992px) {
    .bm-warranty-grid {
        grid-template-columns: 1fr;
    }
    .bm-support-banner {
        flex-direction: column;
        text-align: center;
    }
    .bm-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */