/* V122.1 — Resources page density + discoverability hotfix
   Final pre-deploy tuning. Isolated to Resources so legacy global spacing
   cannot push the content below the first viewport or alter other pages. */
.resources-page-v37 .page-hero{
  padding:30px 0 26px!important;
  background:#fff!important;
  border-bottom:1px solid #e2e2df;
}
.resources-page-v37 .page-hero .container{
  max-width:none;
}
.resources-page-v37 .page-hero h1{
  margin:2px 0 10px!important;
  font-size:clamp(2rem,2.4vw,2.4rem)!important;
  line-height:1.08;
}
.resources-page-v37 .page-hero p{
  margin:0;
  max-width:900px;
  font-size:1.02rem;
  line-height:1.45;
}
.resources-page-v37 > .section{
  padding:26px 0 44px!important;
  background:#f4f4f2!important;
}
.resources-page-v37 .resource-page-grid{
  gap:14px;
}
.resources-page-v37 .resource-page-card{
  border-radius:8px;
  padding:18px 20px 17px;
}
.resources-page-v37 .resource-page-card h2{
  font-size:1.22rem;
  margin:6px 0 7px;
  line-height:1.18;
}
.resources-page-v37 .resource-page-card p{
  margin:0 0 12px;
  line-height:1.45;
}
@media(max-width:900px){
  .resources-page-v37 .page-hero{padding:27px 0 24px!important}
  .resources-page-v37 > .section{padding:23px 0 38px!important}
}
@media(max-width:620px){
  .resources-page-v37 .page-hero{padding:24px 0 22px!important}
  .resources-page-v37 .page-hero p{font-size:1rem;line-height:1.45}
  .resources-page-v37 > .section{padding:20px 0 34px!important}
  .resources-page-v37 .resource-page-card{padding:17px 17px 16px}
}
