/* GM Core — About Credentials. Scoped to .gm-acreds. Full-bleed navy card band. */
.gm-acreds{
  background:var(--navy,#0A1B33)!important;color:#fff;position:relative;overflow:hidden;padding:88px 0;
  font-family:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif);
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw;
}
.gm-acreds::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px 340px at 88% 12%,rgba(31,79,191,.26),transparent 60%)}
.gm-acreds__in{position:relative;max-width:1240px;margin:0 auto;padding:0 28px;box-sizing:border-box}
.gm-acreds__head{max-width:680px;margin:0 auto 44px;text-align:center}
.gm-acreds__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:100px;margin-bottom:18px}
.gm-acreds__head h2{font-size:clamp(1.9rem,3.5vw,2.5rem)!important;font-weight:800!important;color:#fff;letter-spacing:-.025em;line-height:1.14!important;margin:0}
.gm-acreds__grid{display:grid;grid-template-columns:repeat(var(--cols,4),1fr);gap:20px}
.gm-acreds__c{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:26px 22px;text-align:center}
.gm-acreds__ic{width:46px;height:46px;border-radius:12px;background:rgba(232,179,60,.16);display:grid;place-items:center;margin:0 auto 16px}
.gm-acreds__ic svg{width:23px;height:23px;color:var(--gold-lt,#E8B33C)}
.gm-acreds__c .k{font-size:.78rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.gm-acreds__c .v{font-size:1.05rem!important;font-weight:800!important;color:#fff}
.gm-acreds svg{max-width:100%;max-height:32px}
@media(max-width:960px){.gm-acreds__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gm-acreds__grid{grid-template-columns:1fr}}
