.vt-features{background:var(--vt-ft-bg,#fff)}.vt-features__head{margin:0 auto 3rem;max-width:720px;text-align:center}.vt-features__subtitle{color:var(--vt-ft-sub);font-size:.9rem;font-weight:600;letter-spacing:.1em;margin:0 0 .75rem;text-transform:uppercase}.vt-features__heading{color:var(--vt-ft-head);font-family:var(--vt-font-heading);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.2;margin:0}.vt-features__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(5,1fr);margin-bottom:2.5rem}.vt-features__card{background:var(--vt-ft-card);border-radius:12px;padding:2rem 1.25rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.vt-features__card:hover{box-shadow:0 16px 40px rgba(4,33,39,.08);transform:translateY(-6px)}.vt-features__icon{align-items:center;background:rgba(11,160,138,.1);border-radius:50%;color:var(--vt-ft-icon);display:inline-flex;height:72px;justify-content:center;margin-bottom:1rem;width:72px}.vt-features__title{font-family:var(--vt-font-heading);font-weight:700;line-height:1.3}.vt-features__footer,.vt-features__title{color:var(--vt-ft-head);font-size:1.05rem;margin:0}.vt-features__footer{font-weight:600;text-align:center}.vt-features__footer a{color:var(--vt-ft-icon);margin-left:.5rem;text-decoration:none;transition:color .2s ease}.vt-features__footer a:hover{color:#ff7236}.vt-features__footer span{display:inline-block;font-weight:800;margin-left:4px}@media (max-width:991px){.vt-features__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575px){.vt-features__grid{grid-template-columns:repeat(2,1fr)}}