.subpage-hero::after { content: ""; position: absolute; width: 190px; height: 190px; right: 5%; top: 18%; background: rgba(42,149,238,.22); }
.subpage-hero::before { content: ""; position: absolute; width: 150px; aspect-ratio: 1; right: 18%; bottom: 8%; background: rgba(68,201,245,.16); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); }
.subpage-hero .h2 { max-width: 980px; }
.subpage-hero .lead { margin-top: 26px; }
.subpage-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:32px; }
@media(max-width:680px){.subpage-actions{display:grid}.subpage-hero .container{padding-block:72px}}
