/* Release 60 — unified premium subpage hero treatment. Homepage intentionally excluded. */
html body .hero.hero-subpage{
  position:relative;
  overflow:hidden;
  padding:52px 0 50px!important;
  background:
    radial-gradient(circle at 9% 86%, rgba(37,99,235,.08), transparent 26%),
    linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%)!important;
  border-bottom:1px solid #e5edf7;
}
html body .hero.hero-subpage::before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  left:-190px;bottom:-220px;
  border:1px solid rgba(37,99,235,.10);
  transform:rotate(45deg);
  pointer-events:none;
}
html body .hero.hero-subpage .hero-inner{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:54px!important;
  align-items:center!important;
}
html body .hero.hero-subpage .hero-copy{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:24px 10px 24px 0!important;
  min-width:0;
}
html body .hero.hero-subpage .hero-copy .eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  padding:9px 15px!important;
  border:1px solid #cfe0ff!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#1646a8!important;
  font-weight:800!important;
  font-size:12px!important;
  letter-spacing:.07em!important;
  line-height:1.2!important;
}
html body .hero.hero-subpage .hero-copy h1{
  max-width:760px;
  margin:24px 0 0!important;
  color:#081a36!important;
  font-size:clamp(42px,4.15vw,68px)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}
html body .hero.hero-subpage .hero-copy h1::after{
  content:"";
  display:block;
  width:64px;
  height:4px;
  margin-top:26px;
  border-radius:999px;
  background:#2563eb;
}
html body .hero.hero-subpage .hero-copy .lead{
  max-width:760px;
  margin:27px 0 0!important;
  color:#52657e!important;
  font-size:clamp(18px,1.45vw,23px)!important;
  line-height:1.62!important;
  font-weight:400!important;
}
html body .hero.hero-subpage .hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:30px!important;
}
html body .hero.hero-subpage .hero-actions .btn{
  min-height:52px!important;
  padding:14px 22px!important;
  border-radius:12px!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
html body .hero.hero-subpage .hero-actions .btn-primary{
  box-shadow:0 12px 28px rgba(37,99,235,.20)!important;
}
html body .hero.hero-subpage .hero-card{
  position:relative;
  align-self:stretch;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0;
  padding:34px 34px!important;
  border:1px solid #dce6f3!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 18px 48px rgba(13,42,84,.09)!important;
}
html body .hero.hero-subpage .hero-card>h2,
html body .hero.hero-subpage .hero-card>h3{
  position:relative;
  margin:0 0 24px!important;
  padding-left:58px!important;
  color:#081a36!important;
  font-size:clamp(22px,2vw,30px)!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
html body .hero.hero-subpage .hero-card>h2::before,
html body .hero.hero-subpage .hero-card>h3::before{
  content:"✓";
  position:absolute;
  left:0;top:50%;
  width:42px;height:42px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf4ff;
  color:#2563eb;
  font-size:19px;
  font-weight:900;
}
html body .hero.hero-subpage .hero-card>p{
  margin:-6px 0 20px!important;
  color:#52657e!important;
  font-size:15px!important;
  line-height:1.65!important;
}
html body .hero.hero-subpage .hero-card .mini-metrics{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  margin:0!important;
}
html body .hero.hero-subpage .hero-card .mini-metrics>div{
  position:relative;
  display:block!important;
  min-width:0!important;
  padding:20px 48px 20px 58px!important;
  border:0!important;
  border-top:1px solid #e5edf7!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}
html body .hero.hero-subpage .hero-card .mini-metrics>div:first-child{
  border-top:0!important;
}
html body .hero.hero-subpage .hero-card .mini-metrics>div::before{
  content:"";
  position:absolute;
  left:0;top:22px;
  width:38px;height:38px;
  border-radius:50%;
  background:#eff5ff;
  border:1px solid #d9e7ff;
  box-shadow:inset 0 0 0 8px #f7faff;
}
html body .hero.hero-subpage .hero-card .mini-metrics>div::after{
  content:"✓";
  position:absolute;
  right:4px;top:28px;
  width:24px;height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#2563eb;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
html body .hero.hero-subpage .hero-card .mini-metrics strong{
  display:block!important;
  margin:0 0 6px!important;
  color:#0b2144!important;
  font-size:17px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
html body .hero.hero-subpage .hero-card .mini-metrics span{
  display:block!important;
  color:#5b6f88!important;
  font-size:14px!important;
  line-height:1.48!important;
  overflow-wrap:anywhere;
}
html body .hero.hero-subpage .hero-free-note{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  color:#5d6e84;
  font-size:14px;
  font-weight:600;
}
html body .hero.hero-subpage .hero-free-note::before{
  content:"🔒";
  width:32px;height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f2f6fb;
  font-size:14px;
}
@media (max-width:980px){
  html body .hero.hero-subpage{padding:36px 0 34px!important;}
  html body .hero.hero-subpage .hero-inner{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  html body .hero.hero-subpage .hero-copy{padding:8px 0!important;}
  html body .hero.hero-subpage .hero-copy h1{font-size:clamp(36px,8vw,52px)!important;}
  html body .hero.hero-subpage .hero-card{padding:26px!important;}
}
@media (max-width:640px){
  html body .hero.hero-subpage{padding:26px 0 28px!important;}
  html body .hero.hero-subpage .hero-copy h1{
    margin-top:18px!important;
    font-size:clamp(34px,10vw,44px)!important;
    line-height:1.04!important;
  }
  html body .hero.hero-subpage .hero-copy h1::after{margin-top:18px;width:52px;}
  html body .hero.hero-subpage .hero-copy .lead{
    margin-top:20px!important;
    font-size:17px!important;
    line-height:1.55!important;
  }
  html body .hero.hero-subpage .hero-actions{margin-top:24px!important;}
  html body .hero.hero-subpage .hero-actions .btn{width:100%!important;justify-content:center!important;text-align:center!important;}
  html body .hero.hero-subpage .hero-card{padding:22px 18px!important;border-radius:18px!important;}
  html body .hero.hero-subpage .hero-card>h2,
  html body .hero.hero-subpage .hero-card>h3{padding-left:50px!important;font-size:22px!important;}
  html body .hero.hero-subpage .hero-card .mini-metrics>div{padding:18px 40px 18px 50px!important;}
  html body .hero.hero-subpage .hero-card .mini-metrics>div::before{width:32px;height:32px;top:20px;}
  html body .hero.hero-subpage .hero-card .mini-metrics>div::after{right:0;top:24px;}
}

/* Release 61: mobile evidence-dimension badge containment */
@media (max-width: 640px) {
  .evidence-card-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
  }
  .evidence-card-head > div {
    min-width: 0 !important;
  }
  .evidence-card-head .coverage-chip {
    justify-self: start !important;
    max-width: 100% !important;
    width: auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.25 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}
