.rv-trust-bar { --rv-ink:#16181c; --rv-muted:#666d77; --rv-soft:#f5f6f8; --rv-line:#e5e8ec; --rv-action:#17191d; width:min(1440px,calc(100% - 64px)); display:grid; grid-template-columns:repeat(3,1fr); margin:28px auto 84px; border:1px solid var(--rv-line); border-radius:12px; background:#ffffff; color:var(--rv-ink); }
.rv-trust-bar article { min-height:110px; display:flex; align-items:center; gap:16px; padding:22px 24px; }
.rv-trust-bar article + article { border-left:1px solid var(--rv-line); }
.rv-trust-bar > article > span { width:38px; height:38px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:var(--rv-soft); font-size:11px; font-weight:800; }
.rv-trust-bar h2 { margin:0; font-size:14px; }
.rv-trust-bar p { margin:4px 0 0; color:var(--rv-muted); font-size:12px; line-height:1.5; }
@media (max-width:760px) { .rv-trust-bar { width:calc(100% - 28px); grid-template-columns:1fr; } .rv-trust-bar article + article { border-left:0; border-top:1px solid var(--rv-line); } }
@media (prefers-reduced-motion: reduce) { .rv-trust-bar { scroll-behavior:auto; } }
