/* FEATURE BOXES */
.fhb-boxes{padding:48px 0 72px;background:var(--body-bg,#f5f7fa);}
.fhb-boxes .section-title{margin:0 0 8px;font-size:30px;font-weight:400;color:#26333e;}
.fhb-boxes .section-lead{margin:0 0 28px;font-size:18px;color:#7c7f85;}
.fhb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;}
.fhb-item{min-width:0;}
.fhb-label{margin:0 0 18px;font-size:22px;font-weight:500;line-height:1.2;text-align:center;color:#26333e;}
.fhb-card{height:100%;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 10px 26px rgba(29,67,94,.08);transition:transform .3s ease,box-shadow .3s ease;}
.fhb-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(29,67,94,.12);}
.fhb-media,.fhb-video{position:relative;aspect-ratio:1.45;overflow:hidden;background:#eef4f8;}
.fhb-media img,.fhb-video-el{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.fhb-card:hover .fhb-media img{transform:scale(1.035);}
.fhb-video-play{position:absolute;inset:50% auto auto 50%;display:grid;width:70px;height:70px;place-items:center;border:0;border-radius:50%;background:rgba(7,25,46,.72);color:#fff;transform:translate(-50%,-50%);cursor:pointer;}
.fhb-copy{padding:28px 30px 32px;}
.fhb-copy h4{margin:0 0 18px;font-size:24px;font-weight:400;line-height:1.2;color:#202d37;}
.fhb-copy .rich-text{margin-bottom:16px;font-size:16px;line-height:1.6;color:#7c7f85;}
.fhb-copy .text-link{margin-top:12px;}
@media(max-width:980px){.fhb-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.fhb-grid{grid-template-columns:1fr}.fhb-label{text-align:left}.fhb-boxes{padding:38px 0 54px}}
