/* GM Core — Contact Trust band. Scoped to .gm-ctrust. */
.gm-ctrust{
  --nd:var(--navy-deep,#06101F); --grw:var(--growth,linear-gradient(90deg,#1F4FBF,#0E7CC4 34%,#0AA9AC 68%,#0FA37A));
  --pill:var(--r-pill,100px); --sans:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif);
  background:var(--nd);color:rgba(255,255,255,.72);padding:60px 0;
  border-top:4px solid transparent;border-image:var(--grw) 1;font-family:var(--sans);
}
.gm-ctrust__in{max-width:1240px;margin:0 auto;padding:0 28px;box-sizing:border-box;
  display:grid;grid-template-columns:1.2fr 1fr;gap:44px;align-items:center}
.gm-ctrust .gm-eyebrow{display:inline-block;background:rgba(232,179,60,.16);color:var(--gold-lt,#E8B33C);
  font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 16px;border-radius:var(--pill);margin-bottom:20px}
.gm-ctrust h2{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;margin:0 0 12px;line-height:1.15!important}
.gm-ctrust p{font-size:.92rem;line-height:1.7!important;max-width:520px;margin:0}
.gm-ctrust .creds{display:flex;flex-direction:column;gap:10px}
.gm-ctrust .creds__row{display:flex;justify-content:space-between;gap:16px;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 18px;font-size:.85rem}
.gm-ctrust .creds__row .k{color:rgba(255,255,255,.6)}
.gm-ctrust .creds__row .v{color:#fff;font-weight:700;font-variant-numeric:tabular-nums}
@media(max-width:960px){.gm-ctrust__in{grid-template-columns:1fr}}
/* Safety: icon SVGs never balloon if a parent rule is missing. */
.gm-ctrust svg{max-width:100%;max-height:48px}
