/* SHT – Mission • Vision • Values */
.sht-mvv svg {width:20px;}
.sht-mvv-vicon svg {width:30px;filter:invert(1);}
.sht-mvv{max-width:1100px;margin:0 auto}
.sht-mvv-main{margin:0 0 18px;font-weight:800;font-size:28px;text-align:center;color:#0f172a}

.sht-mvv-top{
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-bottom:26px;
}
.sht-mvv-card{
  background:#fff; border:1px solid rgba(2,6,23,.08); border-radius:16px;
  box-shadow:0 10px 24px rgba(2,6,23,.08); padding:18px;
}
.sht-mvv-ctitle{display:flex; align-items:center; gap:10px; font-weight:800; color:#0f172a; font-size:18px; margin-bottom:10px}
.sht-mvv-ic{display:inline-flex; width:36px; height:36px; border-radius:10px; background:#EAF2FF; color:#2563EB; align-items:center; justify-content:center}

.sht-mvv-body{margin:0 0 12px; color:#49566b; line-height:1.6; font-size:14px}

/* mission features pills */
.sht-mvv-mfeatures{display:flex; gap:10px; flex-wrap:wrap}
.sht-mvv-pill{
  background:var(--pill-bg,#F3F4F6); color:var(--pill-color,#0f172a);
  border-radius:12px; padding:8px 10px; display:flex; align-items:center; gap:8px; box-shadow:inset 0 -1px 0 rgba(255,255,255,.8)
}
.sht-mvv-pill-ic{display:inline-flex; width:36px; height:36px; border-radius:8px; align-items:center; justify-content:center; background:#fff; color:var(--pill-color,#0f172a)}
.sht-mvv-pill-text{font-weight:700; font-size:12px}
.sht-mvv-pill-sub{font-size:11px; color:#64748b}

/* values block */
.sht-mvv-values{
  background:#fff; border:1px solid rgba(2,6,23,.08); border-radius:16px;
  box-shadow:0 10px 24px rgba(2,6,23,.08); padding:22px; text-align:center;
}
.sht-mvv-values h3{margin:0 0 4px; font-weight:800; font-size:22px; color:#0f172a}
.sht-mvv-sub{margin:0 0 18px; color:#64748b}

.sht-mvv-vgrid{display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px}
.sht-mvv-vitem{display:flex; flex-direction:column; align-items:center; gap:8px}
.sht-mvv-vicon{width:56px; height:56px; border-radius:14px; background:var(--val-bg,#2563EB); color:#fff; display:flex; align-items:center; justify-content:center; font-size:22px}
.sht-mvv-vtitle{font-weight:800; color:#0f172a; font-size:15px}
.sht-mvv-vdesc{color:#64748b; font-size:13px}

/* responsive */
@media (max-width: 980px){
  .sht-mvv-top{grid-template-columns:1fr}
  .sht-mvv-vgrid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 640px){
  .sht-mvv-vgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
