/* Maple 主题 - 行业解决方案页面样式 */

/* 隐藏旧 Banner */
.server-banner2 { display: none !important; }

/* 全局容器限制 */
.solution-trend, .solution-scene, .solution-advantage, .solution-future, .arrange-way {
    padding: 80px 20px;
    background: transparent !important;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

/* 区块标题 */
.solution-trend .section-title,
.solution-scene .section-title,
.solution-advantage .section-title,
.arrange-way .section-title {
    margin-bottom: 40px;
}

.solution-trend .section-title h2,
.solution-scene .section-title h2,
.solution-advantage .section-title h2,
.arrange-way .section-title h2 {
    color: #1e293b !important;
    font-size: 32px;
    font-weight: 800;
}

/* ===== 行业趋势区块 ===== */
.solution-trend .trend {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
}

.trend-box {
    background: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 0;
    margin: 0;
    flex: 1 1 calc(25% - 18px);
    min-width: 260px;
    max-width: 100%;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.trend-box:hover {
    border-color: #3b82f6 !important;
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
}

.trend-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.trend-box .con {
    padding: 24px;
}

.trend-box h4 {
    color: #1e293b !important;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 12px;
}

.trend-box p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ===== 部署方式区块 ===== */
.arrange-way .img {
    margin-top: 40px;
    text-align: center;
}

.arrange-way img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ===== 典型场景区块 ===== */
.solution-scene .hot {
    margin-top: 0;
}

.solution-scene .jr-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    padding-bottom: 16px;
}

.solution-scene .jr-tabs .title {
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 8px;
    border: none !important;
    transition: all 0.3s;
    color: #64748b;
}

.solution-scene .jr-tabs .title:hover,
.solution-scene .jr-tabs .title.active,
.solution-scene .jr-tabs .title.swiper-slide-thumb-active {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6 !important;
    border: none !important;
}

.scene-box {
    background: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 40px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 24px;
}

.scene-box > div:first-child {
    flex: 0 0 auto;
    max-width: 45%;
}

.scene-box img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.scene-cont {
    flex: 1;
    min-width: 280px;
}

.scene-cont h4 {
    color: #1e293b !important;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}

.scene-cont p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    padding-left: 16px;
}

.scene-cont p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.scene-cont p.des {
    padding-left: 0;
    color: #94a3b8;
    font-size: 14px;
}

.scene-cont p.des::before {
    display: none;
}

.gallery-top .scene-cont p::after {
    display: none;
}

/* ===== 产品特征区块 ===== */
.solution-advantage {
    padding: 80px 20px;
}

.solution-advantage .advantage {
    position: relative;
    background: transparent !important;
    height: auto !important;
    max-width: 1200px;
    margin: 0 auto;
}

.solution-advantage .advantage-list {
    position: relative !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
    width: 100%;
    height: auto !important;
}

.solution-advantage .box {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    bottom: auto !important;
}

.solution-advantage .box .dot {
    display: none;
}

.advantage-box {
    background: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    transition: all 0.3s;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
}

.advantage-box:hover {
    border-color: #3b82f6 !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%) !important;
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
    transform: translateY(-5px);
}

.advantage-box img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.advantage-box h5 {
    color: #1e293b !important;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 12px;
}

.advantage-box p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ===== 联系表单区块 ===== */
.solution-future {
    background: transparent !important;
}

.solution-future .section-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.solution-future h2 {
    color: #1e293b !important;
}

.solution-contact {
    background: #ffffff !important;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    flex: 1;
    min-width: 300px;
}

.solution-contact h5 {
    color: #1e293b !important;
    font-size: 18px;
    font-weight: 700;
}

.solution-contact .form-group {
    margin-bottom: 16px;
}

.solution-contact .control-label {
    color: #64748b !important;
    font-size: 14px;
    font-weight: 500;
}

.solution-contact .form-control {
    background: #f8fafc !important;
    border: 1px solid rgba(148, 163, 184, 0.3) !important;
    color: #1e293b !important;
    border-radius: 8px;
    padding: 12px 16px;
    height: auto;
}

.solution-contact .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.btn-dark {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6) !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

/* ===== 间距辅助类 ===== */
.mt-18 {
    margin-top: 18px;
}

/* ===== 响应式布局 ===== */
@media (max-width: 1200px) {
    .solution-advantage .advantage-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .trend-box {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .solution-trend, .solution-scene, .solution-advantage, .solution-future, .arrange-way {
        padding: 60px 16px;
    }
    
    .trend-box {
        flex: 1 1 100%;
    }
    
    .solution-advantage .advantage-list {
        grid-template-columns: 1fr;
    }
    
    .scene-box {
        flex-direction: column;
        padding: 24px;
    }
    
    .scene-box > div:first-child {
        max-width: 100%;
    }
    
    .scene-cont h4 {
        font-size: 20px;
    }
    
    .solution-future .section-content {
        flex-direction: column;
    }
    
    .solution-contact {
        width: 100%;
    }
    
    .solution-scene .jr-tabs .title {
        padding: 8px 16px;
        font-size: 14px;
    }
}
