/* ============================================================
   解决方案首屏轮播 Hero（参考码匠云 · 高端大气版）
   仅解决方案详情页加载
   ============================================================ */
.shero{position:relative;background:radial-gradient(1200px 520px at 82% -12%,rgba(47,107,255,.12),transparent 60%),linear-gradient(180deg,#f7faff,#eef3ff);padding:0;min-height:min(760px,calc(100vh - var(--nav-h,72px)));display:flex;align-items:center}
.shero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(47,107,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(47,107,255,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(720px 420px at 72% 0,#000,transparent);mask-image:radial-gradient(720px 420px at 72% 0,#000,transparent);pointer-events:none}

/* 首屏内容（静态，无轮播） */
.shero-intro{width:100%;display:flex;align-items:center;}
.shero-wrap{width:100%;max-width:var(--container);margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:1.02fr 1.18fr;gap:42px;align-items:center}
.shero-copy .eyebrow{margin-bottom:14px}
.shero-copy h1{font-size:clamp(28px,4vw,46px);line-height:1.08;letter-spacing:-.02em;color:var(--ink);margin:0 0 16px}
.shero-copy .lead{font-size:clamp(15px,1.4vw,18px);color:var(--text);margin-bottom:22px;max-width:32em}
.shero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.shero-tags span{padding:7px 14px;border:1px solid #d7e3fb;background:#fff;color:#2f6bff;border-radius:999px;font-size:13px;font-weight:600}
.shero-actions{display:flex;flex-wrap:wrap;gap:14px}
.shero-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:.2s}
.shero-btn.primary{background:linear-gradient(135deg,#2f6bff,#1d4ed8);color:#fff;box-shadow:0 14px 30px -12px rgba(47,107,255,.6)}
.shero-btn.primary:hover{transform:translateY(-2px)}
.shero-btn.ghost{background:#fff;color:#22304e;border:1px solid #dbe4f3}
.shero-btn.ghost:hover{border-color:#2f6bff;color:#2f6bff}

/* 仪表盘视觉 */
.shero-visual{position:relative;min-height:380px}
.she-window{position:relative;z-index:2;background:#fff;border:1px solid #e6ecf3;border-radius:16px;box-shadow:0 44px 90px -40px rgba(13,27,53,.45);overflow:hidden}
.she-win-bar{display:flex;align-items:center;gap:7px;padding:11px 15px;background:#f4f8ff;border-bottom:1px solid #e9eefb}
.she-win-bar i{width:10px;height:10px;border-radius:50%;background:#cfdaf2}
.she-win-bar i:nth-child(1){background:#ffb020}.she-win-bar i:nth-child(2){background:#ffd66b}.she-win-bar i:nth-child(3){background:#9fe0a8}
.she-win-bar span{margin-left:8px;font-size:12px;color:#7c8aa5;font-weight:600}
.she-win-body{display:grid;grid-template-columns:58px 1fr}
.she-side{background:linear-gradient(180deg,#0d1b35,#16244a);display:flex;flex-direction:column;gap:14px;padding:18px 0;align-items:center}
.she-side i{width:26px;height:6px;border-radius:3px;background:rgba(255,255,255,.26)}
.she-side i:nth-child(1){background:rgba(110,160,255,.95);width:30px}
.she-main{padding:18px;display:grid;gap:14px}

/* ===== 能力矩阵（替代原数字 KPI） ===== */
.she-feat{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.she-feat-item{background:#f6f9ff;border:1px solid #eaf0fb;border-radius:12px;padding:13px 12px;display:flex;flex-direction:column;gap:6px;min-height:96px}
.she-feat-item .ico{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#dfeaff,#cfe2ff);color:#1d4ed8;display:flex;align-items:center;justify-content:center}
.she-feat-item .ico svg{width:16px;height:16px}
.she-feat-item b{display:block;font-size:13.5px;color:#0d1b35;font-weight:700;line-height:1.3}
.she-feat-item span{display:block;font-size:11.5px;color:#5e6c87;line-height:1.45}

.she-chart{display:flex;align-items:flex-end;gap:10px;height:88px;padding:8px 6px 0;background:#fbfdff;border:1px solid #eef3fb;border-radius:12px}
.she-chart span{flex:1;background:linear-gradient(180deg,#2f6bff,#7aa3ff);border-radius:6px 6px 0 0;min-height:8px}
.she-flow{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:#46556f}
.she-flow b{background:#eef3ff;color:#2f6bff;padding:6px 10px;border-radius:8px;font-weight:700}
.she-flow i{width:14px;height:2px;background:#c4d3ee}

/* 漂浮标签 */
.she-chip{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;box-shadow:0 10px 24px -10px rgba(13,27,53,.4)}
.she-chip::before{content:"";width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.9)}
.chip-source{top:14px;left:-12px;background:linear-gradient(135deg,#2f6bff,#1d4ed8)}
.chip-private{top:58px;right:-10px;background:linear-gradient(135deg,#06b6d4,#0891b2)}
.chip-custom{bottom:30px;left:36px;background:#b18d70}
.chip-live{bottom:34px;right:-12px;background:linear-gradient(135deg,#059825,#047019)}

/* 横幅 slide */
.shero-band{background:#fff;border-bottom:1px solid var(--line)}
.shero-band-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 0}
.shero-band .breadcrumb{padding:0}
.shero-band-line{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.04em}
.shero-band-line span{color:var(--primary)}

@media (max-width:1000px){
  .shero-wrap{grid-template-columns:1fr;gap:28px;padding:32px 24px}
  .shero-visual{min-height:340px;margin-bottom:18px}
  .chip-source{left:0}.chip-private{right:0}.chip-custom{left:16px}
  .she-feat{grid-template-columns:1fr}
}
