.pgcs-global-authority-footer-shell {
  width: 100%;
  margin: 0 auto;
}

.pgcs-gaf {
  --pgcs-navy: #0A1128;
  --pgcs-navy-2: #0f1c44;
  --pgcs-gold: #D4AF37;
  --pgcs-gold-soft: rgba(212, 175, 55, 0.14);
  --pgcs-gold-glow: rgba(212, 175, 55, 0.35);
  --pgcs-white: #F8F6F0;
  --pgcs-chalk: #EFE9DA;
  --pgcs-line: rgba(212,175,55,0.22);
  --pgcs-panel: rgba(255,255,255,0.03);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(212,175,55,0.10), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(212,175,55,0.08), transparent 24%),
    linear-gradient(180deg, #081026 0%, #0a1128 42%, #0c1736 100%);
  color: var(--pgcs-chalk);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 28px 80px rgba(0,0,0,0.30);
  padding: 40px 30px 22px;
  font-family: Georgia, "Times New Roman", serif;
}

.pgcs-gaf::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent 28%),
    linear-gradient(90deg, transparent 0%, rgba(212,175,55,0.10) 50%, transparent 100%);
  pointer-events: none;
}

.pgcs-gaf::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(212,175,55,0.10);
  border-radius: 22px;
  pointer-events: none;
}

.pgcs-gaf__top {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--pgcs-line);
}

.pgcs-gaf__statement {
  margin: 0;
  color: var(--pgcs-gold);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
}

.pgcs-gaf__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
  gap: 24px;
}

.pgcs-gaf__panel {
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 20px;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  min-height: 100%;
}

.pgcs-gaf__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--pgcs-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.pgcs-gaf__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,0.2), rgba(212,175,55,0.8));
}

.pgcs-gaf__logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--pgcs-gold);
  font-size: 26px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(212,175,55,0.28);
  background: radial-gradient(circle at 30% 30%, rgba(212,175,55,0.20), rgba(255,255,255,0.02));
  box-shadow: 0 0 0 1px rgba(212,175,55,0.08), 0 14px 30px rgba(0,0,0,0.18), 0 0 28px rgba(212,175,55,0.14);
  margin-bottom: 16px;
}

.pgcs-gaf__mission {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(248,246,240,0.84);
}

.pgcs-gaf__heading {
  margin: 0 0 16px;
  color: var(--pgcs-white);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.pgcs-gaf__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pgcs-gaf__link {
  color: rgba(248,246,240,0.86);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pgcs-gaf__link::before {
  content: "◆";
  font-size: 11px;
  color: rgba(212,175,55,0.9);
}

.pgcs-gaf__link:hover {
  color: var(--pgcs-gold);
  transform: translateX(2px);
  text-shadow: 0 0 18px rgba(212,175,55,0.22);
}

.pgcs-gaf__signup {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.pgcs-gaf__input-wrap {
  position: relative;
}

.pgcs-gaf__input {
  width: 100%;
  border: 1px solid rgba(212,175,55,0.22);
  background: rgba(5,11,28,0.72);
  color: var(--pgcs-white);
  border-radius: 16px;
  min-height: 56px;
  padding: 0 18px;
  font-size: 15px;
  font-family: Inter, Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.pgcs-gaf__input::placeholder {
  color: rgba(239,233,218,0.45);
}

.pgcs-gaf__input:focus {
  border-color: rgba(212,175,55,0.55);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12), 0 0 26px rgba(212,175,55,0.10);
}

.pgcs-gaf__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, #e1bd4b 0%, #c99f26 100%);
  color: var(--pgcs-navy);
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  box-shadow: 0 12px 28px rgba(0,0,0,0.24), 0 0 24px rgba(212,175,55,0.18);
}

.pgcs-gaf__button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.pgcs-gaf__button:focus-visible {
  outline: 2px solid rgba(212,175,55,0.7);
  outline-offset: 2px;
}

.pgcs-gaf__trust {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--pgcs-line);
  display: grid;
  grid-template-columns: 1.3fr auto auto;
  gap: 16px;
  align-items: center;
}

.pgcs-gaf__legal,
.pgcs-gaf__built {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(239,233,218,0.74);
  font-family: Inter, Arial, sans-serif;
}

.pgcs-gaf__socials {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.pgcs-gaf__social {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212,175,55,0.22);
  color: var(--pgcs-gold);
  background: rgba(255,255,255,0.02);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pgcs-gaf__social:hover {
  transform: translateY(-2px);
  border-color: rgba(212,175,55,0.58);
  box-shadow: 0 0 18px rgba(212,175,55,0.18);
}

.pgcs-gaf__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.pgcs-gaf__built a {
  color: var(--pgcs-gold);
  text-decoration: none;
}

.pgcs-gaf__built a:hover {
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .pgcs-gaf__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pgcs-gaf__trust {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .pgcs-gaf {
    padding: 28px 18px 18px;
    border-radius: 22px;
  }

  .pgcs-gaf__statement {
    font-size: clamp(24px, 9vw, 38px);
    letter-spacing: 0.06em;
  }

  .pgcs-gaf__grid {
    grid-template-columns: 1fr;
  }

  .pgcs-gaf__panel {
    padding: 20px 18px 18px;
  }

  .pgcs-gaf__heading {
    font-size: 22px;
  }
}
