/**
 * 多行业官网前台主题差异
 * 配合 body.industry-{type} 与 --site-primary 变量
 */

body[class*="industry-"] {
    --hero-overlay: rgba(15, 23, 42, 0.55);
}

body.industry-foreign_trade {
    --hero-overlay: rgba(37, 99, 235, 0.45);
}

body.industry-manufacturing {
    --hero-overlay: rgba(51, 65, 85, 0.62);
}

body.industry-manufacturing .site-header {
    border-bottom-color: #cbd5e1;
}

body.industry-electronics {
    --hero-overlay: rgba(124, 58, 237, 0.5);
}

body.industry-electronics .btn-hero {
    background: linear-gradient(135deg, var(--site-primary), #4c1d95);
}

body.industry-textile {
    --hero-overlay: rgba(219, 39, 119, 0.42);
}

body.industry-food_beverage {
    --hero-overlay: rgba(234, 88, 12, 0.48);
}

body.industry-food_beverage .site-header {
    background: #fffaf5;
}

body.industry-machinery {
    --hero-overlay: rgba(8, 145, 178, 0.55);
}

body.industry-medical {
    --hero-overlay: rgba(5, 150, 105, 0.5);
}

body.industry-medical .site-header {
    background: #f0fdf4;
}

body.industry-building_materials {
    --hero-overlay: rgba(180, 83, 9, 0.52);
}

body.industry-integrated_housing {
    --hero-overlay: rgba(15, 118, 110, 0.58);
}

body.industry-integrated_housing .site-header {
    border-bottom-color: #ccfbf1;
}

.btn-hero {
    background-color: var(--site-primary, #2563eb);
    border-color: var(--site-primary, #2563eb);
}

.nav-link.active {
    color: var(--site-primary, #2563eb);
}

.hero-slide__overlay {
    background: var(--hero-overlay, rgba(15, 23, 42, 0.55));
}

.stat-card__value,
.product-card__price {
    color: var(--site-primary, #2563eb);
}
