/* V37 — Compact professional category hero. Same visual container width as regular page/CTA sections. */
.pm-category-hero-v37{
  padding:38px 24px 22px;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}
.pm-category-hero-v37-inner{
  position:relative;
  overflow:hidden;
  max-width:1220px;
  margin:0 auto;
  padding:42px 46px 38px;
  border:1px solid #e1eaf5;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 14%,rgba(59,130,246,.10),transparent 24%),
    linear-gradient(135deg,#ffffff 0%,#f7faff 100%);
  box-shadow:0 20px 55px rgba(36,67,111,.08);
}
.pm-category-hero-v37-inner:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-78px;
  bottom:-108px;
  border-radius:50%;
  border:1px solid rgba(37,99,235,.10);
  pointer-events:none;
}
.pm-category-hero-v37-kicker{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border:1px solid #d9e7fb;
  border-radius:999px;
  background:#f1f6ff;
  color:#2563eb;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.pm-category-hero-v37-kicker i{
  width:7px;height:7px;border-radius:50%;background:#2f6df6;
  box-shadow:0 0 0 4px rgba(47,109,246,.10)
}
.pm-category-hero-v37 h1{
  position:relative;
  z-index:1;
  max-width:880px;
  margin:16px 0 10px;
  color:#101828;
  font-size:clamp(38px,4.2vw,58px);
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:850;
}
.pm-category-hero-v37 p{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:0;
  color:#66758c;
  font-size:16px;
  line-height:1.65;
}
.pm-category-hero-v37-actions{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:24px;
}
.pm-category-hero-v37-primary,.pm-category-hero-v37-secondary{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 19px;
  border-radius:12px;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.pm-category-hero-v37-primary{
  color:#fff;
  background:linear-gradient(135deg,#1f5de8,#2f6df6);
  box-shadow:0 12px 25px rgba(37,99,235,.20);
}
.pm-category-hero-v37-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(37,99,235,.26)}
.pm-category-hero-v37-primary span{font-size:17px;transition:transform .18s ease}
.pm-category-hero-v37-primary:hover span{transform:translateX(3px)}
.pm-category-hero-v37-secondary{
  color:#1f2b40;
  background:#fff;
  border:1px solid #dbe5f1;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
.pm-category-hero-v37-secondary:hover{transform:translateY(-2px);border-color:#c7d8ef;box-shadow:0 12px 24px rgba(15,23,42,.07)}
.pm-category-hero-v37-trust{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:19px;
}
.pm-category-hero-v37-trust span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid #e4ebf4;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#57677d;
  font-size:10px;
  font-weight:750;
}
@media(max-width:720px){
  .pm-category-hero-v37{padding:22px 16px 12px}
  .pm-category-hero-v37-inner{padding:28px 22px 26px;border-radius:20px}
  .pm-category-hero-v37 h1{font-size:38px;margin-top:14px}
  .pm-category-hero-v37 p{font-size:14px}
  .pm-category-hero-v37-actions{display:grid;grid-template-columns:1fr;margin-top:20px}
  .pm-category-hero-v37-primary,.pm-category-hero-v37-secondary{width:100%}
  .pm-category-hero-v37-trust{gap:7px}
  .pm-category-hero-v37-trust span{width:100%;justify-content:flex-start}
}
