/* 浙江页扩展组件样式 */
.zj-hero { padding: 120px 0; }
.zj-hero::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://images.unsplash.com/photo-1572044162444-ad60f128bdea?auto=format&fit=crop&w=1920&q=80') center/cover; opacity: 0.05; pointer-events: none; z-index: 0; }
.zj-hero .container { position: relative; z-index: 1; }

.zj-icon-feature { text-align: center; margin-bottom: 60px; }
.zj-icon-feature svg { width: 48px; height: 48px; fill: var(--zj-primary); margin-bottom: 16px; opacity: 0.8; }
.zj-icon-feature h3 { font-size: 24px; color: var(--zj-primary); margin-bottom: 12px; }
.zj-icon-feature p { color: #7F8C8D; max-width: 600px; margin: 0 auto; line-height: 1.6; }

.zj-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px; }

/* 底部咨询条带 */
.zj-bottom-bar { background: #fff; padding: 20px 0; border-top: 1px solid #E5E9EA; box-shadow: 0 -4px 10px rgba(0,0,0,0.03); position: sticky; bottom: 0; z-index: 90; }
.zj-bottom-bar .container { display: flex; justify-content: space-between; align-items: center; }
.zj-bottom-text h4 { font-size: 16px; color: var(--zj-primary); margin: 0 0 4px; }
.zj-bottom-text p { font-size: 13px; color: #7F8C8D; margin: 0; }

@media (max-width: 768px) {
  .zj-grid-3 { grid-template-columns: 1fr; }
  .zj-bottom-bar .container { flex-direction: column; gap: 16px; text-align: center; }
}