/* ============================================================
   COMPONENT — Trust strip
   Thin dark band under the hero listing the marketplaces and
   compliance badges.
   ============================================================ */
.trust-strip{
  background:var(--navy-950);
  border-top:1px solid var(--line-dark);
  border-bottom:1px solid var(--line-dark);
  padding:22px 0;
}
.trust-inner{display:flex; align-items:center; justify-content:center; gap:38px; flex-wrap:wrap;}
.trust-item{display:flex; align-items:center; gap:9px; color:rgba(247,245,241,0.72); font-size:13.5px; font-weight:600;}
.trust-item svg{width:17px; height:17px; color:var(--orange-300); flex:none;}
.trust-item b{color:var(--paper); font-weight:700;}
