/* ===== lewentech.cn 统一视觉基座 v1.0 ===== */

/* 全局 H2 标题样式 */
.entry-content h2,
.elementor h2,
h2 {
    color: #1a3a6e !important;
    font-weight: 700 !important;
    border-bottom: 3px solid #2563eb !important;
    padding-bottom: 10px !important;
    margin-top: 2em !important;
    margin-bottom: 0.8em !important;
}

/* 全局 H3 标题 */
h3 {
    color: #1a3a6e !important;
    font-weight: 600 !important;
}

/* 统一按钮样式 */
.wp-block-button__link,
button,
input[type="submit"],
a.button,
.elementor-button {
    background: #1a3a6e !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
a.button:hover,
.elementor-button:hover {
    background: #2563eb !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3) !important;
}

/* 核心业务卡片 */
.service-card,
.elementor-widget-wrap > .elementor-widget {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

.service-card:hover,
.elementor-widget-wrap > .elementor-widget:hover {
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.12) !important;
    transform: translateY(-4px) !important;
    border-color: #2563eb !important;
}

/* 图标容器 */
.icon-box,
.service-icon {
    color: #2563eb !important;
}

/* 数字强调 */
.stat-number,
.counter-number,
.highlight-number {
    color: #2563eb !important;
    font-weight: 800 !important;
}

/* "为什么选择我们" 区块 */
.why-choose-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%) !important;
    padding: 60px 20px !important;
}

/* FAQ accordian */
.acordion-header,
.accordion-trigger {
    background: #ffffff !important;
    color: #1a3a6e !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 0 8px 8px 0 !important;
}

.accordion-header:hover,
.accordion-trigger:hover {
    background: #f0f7ff !important;
}

/* 页面顶部 hero */
.hero-section h1 {
    color: #1a3a6e !important;
    font-weight: 800 !important;
}

/* 服务行业卡片 */
.industry-card {
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.industry-card:hover {
    border-color: #06b6d4 !important;
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.15) !important;
}

/* 渐变背景区块 */
.gradient-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%) !important;
}

/* CTA 按钮主色 */
.cta-button {
    background: #2563eb !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-align: center !important;
}

/* Footer 统一样式 */
.site-footer,
.footer {
    background: #1a3a6e !important;
    color: #ffffff !important;
    padding: 40px 20px !important;
}

.footer a {
    color: #93c5fd !important;
}

/* 链接样式 */
a {
    color: #2563eb !important;
    transition: color 0.2s ease !important;
}

a:hover {
    color: #06b6d4 !important;
}

/* 全局字体大小微调 */
body {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444444 !important;
}
