.gi-legacy-footer {
  display: none !important;
}

.gi-site-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(142, 172, 209, 0.16);
  color: #eef3fb;
}

.gi-site-footer__inner {
  width: min(1120px, calc(100vw - 2rem));
  margin-inline: auto;
  padding: 1.5rem 0 2rem;
  display: grid;
  gap: 1.4rem;
}

.gi-site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
}

.gi-site-footer__top--compact {
  grid-template-columns: 1fr;
}

.gi-site-footer__brand {
  display: grid;
  gap: 0.35rem;
}

.gi-site-footer__brand strong {
  font-size: 1rem;
}

.gi-site-footer__brand p,
.gi-site-footer__meta,
.gi-site-footer__group a,
.gi-cookie-banner__body,
.gi-cookie-banner__actions a,
.gi-consent-link,
.gi-site-footer__newsletter p,
.gi-site-footer__newsletter-note {
  color: rgba(238, 243, 251, 0.72);
}

.gi-site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gi-site-footer__group {
  display: grid;
  gap: 0.45rem;
}

.gi-site-footer__newsletter {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 1.15rem 1rem;
  border: 1px solid rgba(142, 172, 209, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(155, 185, 221, 0.16), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 20px 48px rgba(4, 10, 20, 0.18);
}

.gi-site-footer__newsletter strong {
  font-size: 1.05rem;
}

.gi-site-footer__newsletter p {
  margin: 0;
}

.gi-site-footer__newsletter-form {
  display: grid;
  gap: 0.7rem;
}

.gi-site-footer__newsletter-label {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gi-site-footer__newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.gi-site-footer__newsletter-row input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(142, 172, 209, 0.18);
  border-radius: 999px;
  background: rgba(8, 14, 24, 0.78);
  color: #eef3fb;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gi-site-footer__newsletter-row input::placeholder {
  color: rgba(238, 243, 251, 0.46);
}

.gi-site-footer__newsletter-row input:focus-visible {
  outline: 2px solid #9bb9dd;
  outline-offset: 2px;
  border-color: rgba(155, 185, 221, 0.34);
}

.gi-site-footer__newsletter-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #9bb9dd, #5576a4);
  color: #0f1722;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(85, 118, 164, 0.28);
}

.gi-site-footer__newsletter-row button:hover,
.gi-site-footer__newsletter-row button:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.gi-site-footer__newsletter-note {
  font-size: 0.92rem;
}

.gi-site-footer__newsletter-status {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(155, 185, 221, 0.22);
  border-radius: 18px;
  background: rgba(155, 185, 221, 0.08);
}

.gi-site-footer__newsletter-status.is-error {
  border-color: rgba(226, 127, 127, 0.28);
  background: rgba(226, 127, 127, 0.08);
}

.gi-site-footer__newsletter-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.gi-site-footer__socials {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.gi-site-footer__group strong {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9bb9dd;
}

.gi-site-footer__group a,
.gi-consent-link {
  text-decoration: none;
}

.gi-site-footer__support-link,
.gi-site-footer__socials a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
}

.gi-site-footer__support-link svg,
.gi-site-footer__socials svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.gi-site-footer__group a:hover,
.gi-site-footer__group a:focus-visible,
.gi-consent-link:hover,
.gi-consent-link:focus-visible {
  color: #9bb9dd;
}

.gi-site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(142, 172, 209, 0.16);
  font-size: 0.94rem;
}

.gi-cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: grid;
  gap: 1rem;
  width: min(920px, calc(100vw - 2rem));
  margin-inline: auto;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(142, 172, 209, 0.2);
  border-radius: 22px;
  background: rgba(15, 23, 34, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(4, 10, 20, 0.34);
  color: #eef3fb;
}

.gi-cookie-banner__title {
  margin: 0;
  font-size: 1rem;
}

.gi-cookie-banner__body {
  margin: 0.35rem 0 0;
  line-height: 1.65;
}

.gi-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.gi-cookie-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #eef3fb;
  font: inherit;
  cursor: pointer;
}

.gi-cookie-banner__button--primary {
  color: #0f1722;
  background: linear-gradient(135deg, #9bb9dd, #5576a4);
}

.gi-cookie-banner__button--secondary {
  border-color: rgba(142, 172, 209, 0.2);
}

@media (max-width: 760px) {
  .gi-site-footer__inner {
    gap: 1.1rem;
  }

  .gi-site-footer__top,
  .gi-site-footer__links {
    grid-template-columns: 1fr;
  }

  .gi-site-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gi-site-footer__support-link,
  .gi-site-footer__socials a {
    min-height: 2.5rem;
  }

  .gi-site-footer__newsletter {
    padding: 1rem;
  }

  .gi-site-footer__newsletter-row {
    grid-template-columns: 1fr;
  }

  .gi-site-footer__newsletter-row button {
    width: 100%;
  }
}
