.simple-brand-header {
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 14px max(16px, calc((100% - 1180px) / 2));
  background: #05022e;
}

.simple-brand-link {
  display: block;
  width: min(255px, 72vw);
  color: inherit;
  text-decoration: none;
}

.simple-brand-link img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer {
  --footer-navy: #05022e;
  --footer-indigo: #130b56;
  --footer-page: #eff0f7;
  --footer-gold: #cd9430;
  position: relative;
  overflow: hidden;
  padding: 84px 0 30px;
  color: var(--footer-page);
  background:
    radial-gradient(circle at 78% 0%, rgba(205, 148, 48, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--footer-indigo) 0%, var(--footer-navy) 62%, #03011f 100%);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(222, 225, 250, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(222, 225, 250, 0.04) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 72%);
  opacity: 0.55;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  width: min(100% - 32px, 1180px);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.site-footer .footer-cta-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(222, 225, 250, 0.14);
}

.site-footer .footer-cta-copy {
  display: grid;
  gap: 14px;
}

.site-footer .footer-cta-copy > span {
  color: var(--footer-gold);
  font-family: Allura, cursive;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1;
}

.site-footer .footer-cta-copy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--footer-page);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(34px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

.site-footer .footer-cta-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(239, 240, 247, 0.76);
  font-size: 17px;
}

.site-footer .button {
  display: inline-flex;
  width: auto;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: var(--footer-navy);
  background: var(--footer-gold);
  border: 0;
  border-radius: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer .footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.3fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: start;
  padding: 56px 0 42px;
}

.site-footer .footer-brand {
  display: grid;
  gap: 18px;
}

.site-footer .footer-logo-link {
  display: block;
  width: max-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-logo {
  display: block;
  width: min(265px, 74vw);
  max-width: 100%;
  height: auto;
  margin: 0;
}

.site-footer .footer-brand p {
  max-width: 420px;
  margin: 0;
  color: rgba(239, 240, 247, 0.72);
}

.site-footer .footer-info {
  display: grid;
  grid-template-columns: minmax(270px, 1.25fr) minmax(145px, 0.62fr) minmax(120px, 0.46fr);
  gap: clamp(30px, 3.5vw, 48px);
  align-items: start;
}

.site-footer .footer-group h3 {
  margin: 0 0 20px;
  color: rgba(239, 240, 247, 0.96);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer .footer-contact,
.site-footer .footer-links {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-contact {
  gap: 20px;
}

.site-footer .footer-links {
  gap: 12px;
}

.site-footer .footer-contact li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin: 0;
  padding: 0;
}

.site-footer .footer-contact .icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-top: 2px;
  color: var(--footer-gold);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.site-footer .footer-contact svg,
.site-footer .social-link svg {
  display: block;
  width: 19px;
  height: 19px;
  max-width: none;
  stroke: currentColor;
}

.site-footer .footer-contact a,
.site-footer .footer-contact span,
.site-footer .footer-links a {
  color: rgba(239, 240, 247, 0.72);
  text-decoration: none;
}

.site-footer .footer-contact li > span:last-child {
  min-width: 0;
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.site-footer .footer-contact a {
  font-size: inherit;
  line-height: inherit;
}

.site-footer .footer-contact small {
  display: block;
  margin-bottom: 3px;
  color: rgba(239, 240, 247, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-footer .footer-links a {
  display: inline-flex;
  width: max-content;
  font-size: 15px;
  line-height: 1.55;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
  color: var(--footer-gold);
}

.site-footer .footer-links a:hover {
  transform: translateX(5px);
}

.site-footer .social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer .social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--footer-page);
  background: rgba(222, 225, 250, 0.06);
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.site-footer .social-link:hover {
  color: var(--footer-navy);
  background: var(--footer-gold);
  transform: translateY(-3px);
}

.site-footer .footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(222, 225, 250, 0.16);
  color: rgba(239, 240, 247, 0.64);
  font-size: 14px;
}

.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer .footer-legal a {
  color: rgba(239, 240, 247, 0.72);
  text-decoration: none;
}

.site-footer .footer-legal a:hover {
  color: var(--footer-gold);
}

@media (max-width: 1040px) {
  .site-footer .footer-cta-band,
  .site-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-info {
    grid-template-columns: minmax(280px, 1.2fr) minmax(150px, 0.65fr) minmax(120px, 0.45fr);
  }
}

@media (max-width: 780px) {
  .site-footer .footer-info {
    grid-template-columns: minmax(0, 1.25fr) minmax(140px, 0.75fr);
  }

  .site-footer .footer-info .footer-group:last-child {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .simple-brand-header {
    min-height: 78px;
    padding-block: 12px;
  }

  .simple-brand-link {
    width: min(225px, 72vw);
  }

  .site-footer {
    padding-top: 58px;
  }

  .site-footer .container {
    width: min(100% - 24px, 1180px);
  }

  .site-footer .footer-cta-band {
    gap: 24px;
    padding-bottom: 42px;
  }

  .site-footer .footer-main {
    padding: 42px 0 34px;
  }

  .site-footer .footer-info {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer .footer-info .footer-group:last-child {
    grid-column: auto;
  }

  .site-footer .footer-contact li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .site-footer .footer-contact .icon {
    width: 32px;
    height: 32px;
  }

  .site-footer .social-grid {
    gap: 10px;
  }

  .site-footer .button {
    width: 100%;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }
}
