.guarantee__features{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:20px}
.guarantee__feature{display:flex;align-items:center;gap:10px;font-size:0.9rem;font-weight:600;color:#fff;background:var(--accent);padding:14px 22px;border-radius:var(--radius-md,12px);box-shadow:0 4px 14px var(--accent-glow)}
.guarantee__feature svg{flex-shrink:0;color:#fff}
