/* ============================================================================
   TRUST BAND — closing navy call-to-action
   ----------------------------------------------------------------------------
   Loaded by : index.html
   Depends on: base/tokens.css, components/buttons.css

   Full-width navy block before the footer. It inverts .btn-primary (white
   button on navy) — that override belongs here rather than in buttons.css,
   which stays context-free.
   ============================================================================ */

.trust-band{background:var(--navy);padding:50px var(--gutter);text-align:center;}
.trust-band h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:0.6rem;}
.trust-band p{font-size:0.93rem;color:rgba(255,255,255,0.65);margin-bottom:1.8rem;}

.trust-band .btn-primary{background:var(--white);color:var(--navy);}
.trust-band .btn-primary:hover{background:var(--light2);}
