.elementor-948 .elementor-element.elementor-element-7035b831{--display:flex;}.elementor-948 .elementor-element.elementor-element-2a20d0d{width:100%;max-width:100%;}.elementor-948 .elementor-element.elementor-element-2a20d0d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-948 .elementor-element.elementor-element-7035b831{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2a20d0d *//* ==========================================
   B2B Audio Component Footer - CSS Only Full-Width Force Breakout
   ========================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 强制全宽突破父级容器限制（无需修改编辑器后台） */
.site-footer {
    background-color: #111827;
    color: #CBD5E1;
    font-size: 14px;
    line-height: 1.6;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-top: 40px; /* 根据需要调整与上方内容的间距 */
}

/* 内部内容区域保持 1200px 居中对齐，避免在大屏幕下文字拉得太开 */
.footer-cta-banner,
.footer-main,
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* OEM CTA Banner 上方通栏横幅样式 */
.footer-cta-banner {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-bottom: 1px solid #334155;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-content h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cta-content p {
    color: #94A3B8;
    font-size: 14px;
}

.cta-actions {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: #0F62FE;
    color: #FFFFFF;
    border: none;
}

.btn-primary:hover {
    background-color: #0353E9;
}

.btn-outline {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #475569;
}

.btn-outline:hover {
    background-color: #1E293B;
    border-color: #64748B;
}

/* 主体 5 列网格布局 */
.footer-main {
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-col h4 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

/* 品牌列 */
.footer-brand .brand-logo {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-brand .brand-tagline {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.footer-brand p {
    color: #CBD5E1;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 320px;
}

.whatsapp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: background-color 0.2s;
}

.whatsapp-badge:hover {
    background-color: #20ba5a;
}

/* 链接列 */
.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 13px;
}

.footer-links a:hover {
    color: #FFFFFF;
}

/* 联系信息列 */
.contact-info {
    list-style: none;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #CBD5E1;
}

.contact-info span.label {
    color: #94A3B8;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* 底部版权栏 */
.footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #1E293B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #94A3B8;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom-links a:hover {
    color: #FFFFFF;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .footer-cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-brand {
        grid-column: span 2;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .footer-main {
        grid-template-columns: 1fr;
    }
    .footer-brand {
        grid-column: span 1;
    }
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .btn {
        width: 100%;
    }
}
/* 终极强制全屏通栏代码 */
.site-footer {
    background-color: #111827;
    color: #CBD5E1;
    font-size: 14px;
    line-height: 1.6;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 40px;
}/* End custom CSS */