/* MetaCore Human Systems Visual Polish V2 — Business stacked hero stage */
.mc-human-systems-v2{--hs-cyan:#32b8cc;--hs-blue:#166fc4;--hs-violet:#6958bc;--hs-ink:#112638;--hs-muted:#697d8d;--hs-line:#dce6ee}
.mc-human-systems-v2 .kicker{display:inline-flex;align-items:center;gap:9px;color:#5a4eb0;letter-spacing:.14em}
.mc-human-systems-v2 .kicker:before{content:"";width:22px;height:2px;flex:0 0 22px;border-radius:999px;background:linear-gradient(90deg,var(--hs-cyan),var(--hs-blue) 55%,var(--hs-violet));box-shadow:0 0 12px rgba(105,88,188,.14)}
.mc-human-systems-v2 .btn{border-color:#c3d1df;border-radius:13px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}
.mc-human-systems-v2 .btn:hover{border-color:#aebfd4;transform:translateY(-1px);box-shadow:0 11px 25px rgba(70,64,125,.09)}
.mc-human-systems-v2 .btn.primary{border-color:transparent;background:linear-gradient(112deg,var(--hs-violet),#1b8eb8 80%,var(--hs-cyan));box-shadow:0 13px 29px rgba(105,88,188,.18)}

/* Hero — stacked like Business / Education / Legal / Field */
.mc-human-systems-v2 .hero{
  position:relative;isolation:isolate;padding:48px 0 28px;border-bottom:0;
  background:radial-gradient(circle at 82% 12%,rgba(105,88,188,.12),transparent 26%),
             radial-gradient(circle at 90% 40%,rgba(50,184,204,.08),transparent 24%),
             linear-gradient(105deg,#fcfdff 0%,#f7f5ff 50%,#fff 100%)
}
.mc-human-systems-v2 .hero:before{
  content:"";position:absolute;z-index:1;inset:0 0 auto;height:2px;
  background:linear-gradient(90deg,transparent,var(--hs-cyan),var(--hs-blue) 50%,var(--hs-violet),transparent);opacity:.5
}
.mc-human-systems-v2 .hero:after{content:none;display:none}
.mc-human-systems-v2 .hero-grid{
  display:grid!important;grid-template-columns:1fr!important;gap:26px;align-items:start
}
.mc-human-systems-v2 .hero-copy{max-width:760px}
.mc-human-systems-v2 .hero-copy .lead{max-width:660px;margin:0 0 22px;color:#667b8d}
.mc-human-systems-v2 .hero h1{color:#132d48;text-wrap:balance;margin:8px 0 16px}
.mc-human-systems-v2 .hero h1 span{
  display:block;
  background:linear-gradient(105deg,#6958bc,#1b8eb8 68%,#32b8cc);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.mc-human-systems-v2 .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.mc-human-systems-v2 .hero-actions .btn{min-height:46px;padding:0 18px;border-radius:14px}
.mc-human-systems-v2 .checks{
  display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#4d5f7a;font-weight:650;margin:0 0 16px
}
.mc-human-systems-v2 .checks span{display:flex;align-items:center;gap:6px}
.mc-human-systems-v2 .checks i{
  font-style:normal;width:17px;height:17px;display:grid;place-items:center;
  border-radius:50%;background:#e7f8f1;color:#2ab67d;font-size:10px
}
.mc-human-systems-v2 .hs-hero-stage{margin:2px 0 0;position:relative}
.mc-human-systems-v2 .hs-hero-stage__frame{
  position:relative;overflow:hidden;border-radius:28px;
  background:#14152a;isolation:isolate;
  box-shadow:0 34px 86px rgba(55,48,110,.26)
}
.mc-human-systems-v2 .hs-hero-stage__frame:before{
  content:"";position:absolute;z-index:2;inset:0 0 auto;height:3px;
  background:linear-gradient(90deg,var(--hs-cyan),var(--hs-blue) 48%,var(--hs-violet));opacity:.92
}
.mc-human-systems-v2 .hs-hero-stage picture,.mc-human-systems-v2 .hs-hero-stage img{display:block;width:100%;height:auto}
.mc-human-systems-v2 .hs-hero-stage img{aspect-ratio:1448/1086;object-fit:cover;object-position:center 40%}
.mc-human-systems-v2 .hs-hero-stage__cap{
  position:relative;z-index:3;display:grid;grid-template-columns:1.35fr .75fr;gap:22px;align-items:end;
  margin:16px 0 0;padding:20px 22px 18px;
  border:1px solid #dde4f0;border-radius:22px;
  background:rgba(255,255,255,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(70,64,125,.12)
}
.mc-human-systems-v2 .hs-hero-stage__cap small{
  display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;
  font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#5a4eb0
}
.mc-human-systems-v2 .hs-hero-stage__cap b{
  display:block;font-size:clamp(18px,2.2vw,26px);line-height:1.14;letter-spacing:-.035em;color:#132d48
}
.mc-human-systems-v2 .hs-hero-stage__cap p{
  margin:8px 0 0;max-width:640px;font-size:12px;line-height:1.65;color:#667b8d;font-weight:500
}
.mc-human-systems-v2 .hs-hero-stage__chips{
  display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin:0;padding:0;list-style:none
}
.mc-human-systems-v2 .hs-hero-stage__chips li{
  padding:8px 12px;border:1px solid #d4cdf0;border-radius:999px;background:#f4f1ff;
  color:#5a4eb0;font-size:10px;font-weight:800;letter-spacing:.02em
}
.mc-human-systems-v2 .hs-hero-boundary{
  width:min(1180px,calc(100% - 40px));margin:0 auto 28px;padding:15px 16px 15px 18px;
  border:1px solid #ddd5f0;border-left:3px solid var(--hs-violet);border-radius:14px;
  background:linear-gradient(145deg,#f5f2ff,#fbfeff);color:#514a76;
  box-shadow:0 9px 24px rgba(70,64,125,.05);font-size:12px;line-height:1.62
}
.mc-human-systems-v2 .hs-hero-boundary strong{color:#2a2450}

@media(max-width:760px){
  .mc-human-systems-v2 .hero{padding:40px 0 22px}
  .mc-human-systems-v2 .hs-hero-stage__frame{border-radius:22px}
  .mc-human-systems-v2 .hs-hero-stage__cap{grid-template-columns:1fr;gap:14px;margin:14px 0 0;padding:16px}
  .mc-human-systems-v2 .hs-hero-stage__chips{justify-content:flex-start}
  .mc-human-systems-v2 .hs-hero-boundary{width:calc(100% - 28px);margin-bottom:22px}
}

/* #evidence — full-width visual above evidence lanes */
.mc-human-systems-v2 #evidence .evidence-visual{margin:4px 0 16px;width:100%}
.mc-human-systems-v2 #evidence .evidence-visual picture,.mc-human-systems-v2 #evidence .evidence-visual img{display:block;width:100%;height:auto}
.mc-human-systems-v2 #evidence .evidence-visual img{
  aspect-ratio:1536/1024;object-fit:cover;object-position:center 40%;
  border:1px solid #d9e3ef;border-radius:22px;box-shadow:0 24px 58px rgba(40,60,110,.10);background:#1a1f3a
}
