/* 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;align-items:stretch;}
.fhb-item{display:flex;min-width:0;flex-direction:column;}
.fhb-label{flex:0 0 auto;margin:0 0 18px;font-size:22px;font-weight:500;line-height:1.2;text-align:center;color:#26333e;}
.fhb-card{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;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;flex:0 0 auto;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{flex:1 1 auto;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));gap:22px;}
}

@media(max-width:620px){
    .fhb-boxes{padding:38px 0 54px;}
    .fhb-grid{grid-template-columns:minmax(0,1fr);gap:26px;}
    .fhb-item{width:100%;max-width:100%;}
    .fhb-label{margin-bottom:12px;text-align:left;font-size:20px;}
    .fhb-card{width:100%;height:auto;min-height:0;}
    .fhb-copy{padding:22px 18px 24px;}
    .fhb-copy h4{font-size:21px;}
}
