/* ── Footer ──────────────────────────────────────── */

.footer {
  position: relative;
  overflow: hidden;
  padding: 80px max(50px, calc((100% - 1440px) / 2)) 48px;
  background: linear-gradient(112.92deg, #002b68 0%, #1c3f9c 40%, #201e1f 100%);
  display: flex;
  flex-direction: column;
}

.footer .decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer .lines {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 549px;
  max-width: none;
  z-index: 1;
}

.footer .wave {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  z-index: 0;
  opacity: .16;
}

.footer .glowOrange {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 61, 0, 0.25) 0%, rgba(255, 61, 0, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.footer .glowBlue {
  position: absolute;
  left: 200px;
  bottom: 148px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.3) 0%, rgba(51, 102, 255, 0) 70%);
  z-index: 0;
}

.footer .top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer .cta {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}

.footer .ctaHeading {
  font-family: var(--font-unbounded, 'Arial Black', sans-serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 53.2px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #fff;
  white-space: pre-line;
}

.footer .ctaButton {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 6px 6px 6px 28px;
  border-radius: 100px;
  background: #fff;
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #201E1F;
  transition: opacity 0.2s;
}

.footer .ctaButton:hover { opacity: 0.9; }

.footer .ctaArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #002B68;
  color: #fff;
  flex-shrink: 0;
}

.footer .socials {
  position: relative;
  display: flex;
  gap: 10px;
}

.footer .social {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background: #fff;
  transition: transform 0.2s;
}

.footer .social:hover { transform: scale(1.05); }

.footer .social img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.footer .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 140px;
}

.footer .brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .logoImg {
  height: 47px;
  width: auto;
  display: block;
}

.footer .logoText {
  font-family: var(--font-unbounded, 'Arial Black', sans-serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
}

.footer .desc {
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
  color: #fff;
  white-space: pre-line;
}

.footer .consent {
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.7;
  transition: opacity 0.2s;
  max-width: 360px;
}

.footer .consent:hover { opacity: 1; }

.footer .columns {
  display: flex;
  gap: 100px;
}

.footer .column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .columnTitle {
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #397de3;
}

.footer .links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer .link {
  font-family: var(--font-inter, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: opacity 0.2s;
}

.footer .link:hover { opacity: 0.7; }

/* ── Adaptive ────────────────────────────────────── */

@media (max-width: 885px) {
  .footer { padding: 60px 20px 40px; }
  .footer .ctaHeading { font-size: 32px; line-height: 32px; letter-spacing: -1px; }
  .footer .cta { gap: 24px; }
  .footer .lines { top: 0; }
  .footer .bottom { margin-top: 80px; flex-direction: column; align-items: stretch; gap: 40px; }
  .footer .columns { gap: 60px; }
  .footer .glowOrange { width: 300px; height: 300px; }
  .footer .glowBlue { width: 220px; height: 220px; left: auto; right: 40px; bottom: 100px; }
}

@media (max-width: 475px) {
  .footer { padding: 38px 12px; gap: 0; }
  .footer .top { align-items: center; gap: 20px; }
  .footer .cta { gap: 0; }
  .footer .lines { top: 100px; }
  .footer .ctaHeading { font-size: 18px; line-height: 23px; letter-spacing: 0; }
  .footer .ctaButton { display: none; }
  .footer .socials { align-self: flex-start; }
  .footer .social { width: 44px; height: 44px; }
  .footer .social img { width: 20px; height: 20px; }
  .footer .bottom { flex-direction: column-reverse; align-items: stretch; gap: 60px; margin-top: 98px; }
  .footer .columns { gap: 44px; }
  .footer .brand { align-items: center; text-align: center; gap: 8px; }
  .footer .desc { text-align: center; }
}
