.he-cards-grid{display:grid;gap:var(--he-gap,24px)}.he-cols-1{grid-template-columns:1fr}.he-cols-2{grid-template-columns:repeat(2,1fr)}.he-cols-3{grid-template-columns:repeat(3,1fr)}.he-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.he-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.he-cols-3,.he-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.he-cols-2,.he-cols-3,.he-cols-4{grid-template-columns:1fr}}.he-align-left{justify-items:start}.he-align-center{justify-items:center}.he-align-stretch{justify-items:stretch}.he-card{position:relative;width:100%;height:var(--he-h,400px);border-radius:var(--he-radius,20px);background-size:cover;background-position:center;overflow:hidden;display:block;color:var(--he-color,#fff)}.he-card::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--he-front-dim,.30));z-index:1}.he-shadow{box-shadow:0 12px 30px rgba(0,0,0,.18)}.he-card-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative;z-index:2}.he-card-front{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;text-align:center;padding:20px;z-index:3;transition:opacity .35s ease;color:var(--he-front-color,#ffffff)}.he-card-front-title{font-size:clamp(18px, 2.2vw, 28px);font-weight:700;margin:0;color:var(--he-front-color,#ffffff)!important}.he-card-back{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px;background:var(--he-overlay,rgba(8,22,55,.9));opacity:0;transform:translateY(20px);transition:all .35s ease;z-index:4}.he-card:hover .he-card-back,.he-card:focus-within .he-card-back{opacity:1;transform:translateY(0)}.he-card:hover .he-card-front{opacity:0}.he-card-title{margin:0 0 10px 0;font-size:clamp(20px, 2.6vw, 32px);font-weight:800;color:var(--he-color,#ffffff)!important}.he-card-desc{margin:0 0 18px 0;font-size:clamp(14px, 1.6vw, 18px);line-height:1.5;max-width:36ch;color:var(--he-color,#ffffff)!important}.he-card-btn{display:inline-block;padding:12px 20px;border-radius:var(--he-btn-radius,6px);border:0;font-size:14px;font-weight:700;background:var(--he-btn-bg,#fdd34e);color:var(--he-btn-color,#182917);transition:transform .25s ease,filter .25s ease}.he-card:hover .he-card-btn,.he-card:focus-within .he-card-btn{transform:translateY(-1px);filter:brightness(1.03)}