@charset "UTF-8";:root{--bg:#1b1b1b;--orange:#F6A623;--text:#fff;--muted:#dcdcdc;--radius:10px;--ring:0 0 0 2px var(--orange) inset}#voltz-features h2,#voltz-features h3{font-family:Arial,sans-serif;font-weight:700;text-transform:uppercase;margin:0}#voltz-features .hl{color:var(--orange)}.muted{color:var(--muted)}.vf-head{text-align:center;margin-bottom:34px}.vf-head h2{font-size:30px;color:var(--text);line-height:1.3}.vf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.vf-card{background:#111;border:1px solid #2a2a2a;border-radius:var(--radius);padding:38px 26px 30px;text-align:center;color:var(--text);transition:all .25s ease}.vf-card:hover{box-shadow:0 0 0 2px rgba(246,166,35,.25)}.vf-icon{font-size:48px;line-height:1;color:#6f7479;margin-bottom:16px;transition:.25s}.vf-card h3{font-size:22px;margin-bottom:10px;color:#cfd3d7}.vf-card p{margin:0 auto;max-width:380px;line-height:1.6}.vf-underline{display:block;width:40px;height:6px;border-radius:6px;background:#fff;opacity:.9;margin:22px auto 0;transition:all .25s ease}.vf-card:hover .vf-underline{background:var(--orange);box-shadow:0 0 6px rgba(246,166,35,.4)}.vf-card:hover .vf-icon{color:#aeb3b8}@media (max-width:980px){.vf-head h2{font-size:26px}.vf-card h3{font-size:20px}}@media (max-width:760px){.vf-grid{grid-template-columns:1fr}}
