.hero-trust-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;width:100%;margin-top:30px}.hero-trust-item{display:inline-flex;min-height:40px;gap:9px;align-items:center;padding:6px 15px 6px 7px;border:1px solid rgba(var(--hero-trust-accent-rgb),.28);border-radius:999px;background:rgba(var(--hero-trust-accent-rgb),.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-trust-icon{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:50%;color:var(--hero-trust-accent);background:rgba(var(--hero-trust-accent-rgb),.14)}.hero-trust-icon svg{width:14px;height:14px}.hero-trust-copy{display:inline-flex;align-items:center}.hero-trust-copy strong{color:#edf6ff;font-size:13px;font-weight:650;line-height:1.2;letter-spacing:0;white-space:nowrap}.hero-trust-copy>span{display:none}@media (max-width:968px){.hero-trust-bar{justify-content:center}}@media (max-width:640px){.hero-trust-bar{gap:8px;margin-top:22px}.hero-trust-item{min-height:36px;gap:8px;padding:5px 12px 5px 6px}.hero-trust-copy strong{font-size:12px}}@media (prefers-reduced-motion:no-preference){.hero-trust-item{transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.hero-trust-item:hover{border-color:rgba(var(--hero-trust-accent-rgb),.5);background:rgba(var(--hero-trust-accent-rgb),.12);transform:translateY(-1px)}}