.ac-footer {
  margin-top: 4rem;
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-dark) 58%, #002b5c 100%);
  color: rgba(237, 245, 255, 0.86);
}

.ac-footer__widgets {
  padding: 4rem 0 2.4rem;
  border-top: 4px solid var(--brand-red);
  background:
    radial-gradient(circle at top right, rgba(var(--brand-rgb), 0.20) 0%, rgba(var(--brand-rgb), 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.ac-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.ac-footer__logo img {
  max-height: 56px;
  width: auto;
}

.ac-footer__logo-text {
  display: inline-block;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ac-footer__tagline {
  max-width: 340px;
  margin-bottom: 1.4rem;
  color: rgba(237, 245, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.ac-footer__tagline strong {
  color: #ffffff;
}

.ac-footer__contact-card {
  max-width: 340px;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.ac-footer__contact-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--gold-pale);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ac-footer__contact-card a {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ac-footer__contact-card p {
  margin: 0;
  color: rgba(237, 245, 255, 0.7);
  font-size: 0.88rem;
}

.ac-footer__col h3 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: var(--font-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ac-footer__links {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac-footer__links a {
  color: rgba(237, 245, 255, 0.76);
  font-size: 0.92rem;
}

.ac-footer__links a:hover {
  color: #ffffff;
}

.ac-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #002b5c 0%, var(--brand-blue-dark) 100%);
}

.ac-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.ac-footer__bottom p,
.ac-footer__secure {
  margin: 0;
  color: rgba(237, 245, 255, 0.68);
  font-size: 0.8rem;
}

.ac-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ac-footer__payments span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-family: var(--font-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
