
/* ───── Footer base ───── */
.elementor.elementor-46635.elementor-location-popup {
    display: none;
}
.ge-footer {
  background: #0a1628;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.ge-footer-glow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ge-footer-glow::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 15%;
  width: 500px;
  height: 400px;
  opacity: 0.15;
  background: radial-gradient(ellipse at center, rgba(139,92,246,0.2) 0%, transparent 60%);
}
.ge-footer-border {
  height: 1px;
  background: linear-gradient(90deg, #8b5cf6 0%, #00adff 50%, #00d9c0 100%);
}
.ge-footer-container {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 48px 40px;
}

/* ───── Footer grid ───── */
.ge-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
}

/* ───── Brand column ───── */
.ge-footer-brand {
  padding-right: 32px;
}
.ge-footer-logo-link {
  display: inline-block;
  margin-bottom: 20px;
}
.ge-footer-logo {
  height: 50px;
}
.ge-footer-description {
  color: #d1d5db;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 280px;
}

/* ───── Certifications glassmorphic band ───── */
.ge-footer-certs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 24px;
  margin-bottom: 32px;
  background: linear-gradient(135deg, rgba(139,92,246,0.06) 0%, rgba(0,173,255,0.06) 50%, rgba(0,217,192,0.04) 100%);
  border: 1px solid rgba(139,92,246,0.15);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ge-footer-certs-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-family: 'Space Grotesk', sans-serif;
  margin-right: 4px;
  color: #8b5cf6;
  background: linear-gradient(90deg, #8b5cf6 0%, #00adff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ge-footer-certs-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.1);
  margin: 0 4px;
}
.ge-footer-cert-pill {
  padding: 5px 16px 5px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #d1d5db;
  font-weight: 500;
  transition: border-color 0.3s, background 0.3s;
}
.ge-footer-cert-pill:hover {
  border-color: rgba(139,92,246,0.4);
  background: rgba(139,92,246,0.08);
}

/* ───── Masked icon system ───── */
.ge-icon-mask {
  display: inline-block;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ge-icon-gradient {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #8b5cf6 0%, #00adff 100%);
}
.ge-icon-white {
  width: 20px;
  height: 20px;
  background: #ffffff;
}
.ge-icon-gradient-social {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #8b5cf6 0%, #00adff 100%);
  transition: background 0.3s;
}
.ge-icon-sm {
  width: 13px;
  height: 13px;
}

/* ───── Nav heading row ───── */
.ge-footer-nav-heading-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

/* ───── Nav columns ───── */
.ge-footer-nav-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #8b5cf6;
  background: linear-gradient(90deg, #8b5cf6 0%, #00adff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.ge-footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ge-footer-nav-list li {
  margin-bottom: 12px;
}
.ge-footer-link {
  color: #d1d5db;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.ge-footer-link::before {
  content: '›';
  color: #00adff;
  margin-right: 6px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.ge-footer-link:hover,
.ge-footer-link:focus-visible {
  color: #00adff;
  transform: translateX(3px);
}
.ge-footer-link:hover span,
.ge-footer-link:focus-visible span {
  text-decoration: underline;
  text-decoration-color: rgba(0,173,255,0.4);
  text-underline-offset: 3px;
}

/* ───── Social column ───── */
.ge-footer-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  max-width: 140px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ge-footer-social-link {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.3s;
}
.ge-footer-social-link:hover,
.ge-footer-social-link:focus-visible {
  background: linear-gradient(135deg, rgba(139,92,246,0.2) 0%, rgba(0,173,255,0.2) 50%, rgba(0,217,192,0.2) 100%);
  border-color: rgba(139,92,246,0.7);
  box-shadow: 0 0 20px rgba(139,92,246,0.3), 0 0 40px rgba(0,173,255,0.15);
}
.ge-footer-social-link:hover .ge-icon-gradient-social,
.ge-footer-social-link:focus-visible .ge-icon-gradient-social {
  background: #ffffff;
}

/* ───── Divider ───── */
.ge-footer-divider {
  height: 1px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 80%, transparent);
}

/* ───── Bottom bar ───── */
.ge-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ge-footer-copyright {
  color: #d1d5db;
  font-size: 13px;
}
.ge-footer-copyright span {
  margin: 0 8px;
  opacity: 0.5;
}
.ge-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ge-footer-legal li + li::before {
  content: '|';
  color: rgba(255,255,255,0.2);
  margin: 0 16px;
  font-size: 12px;
}
.ge-footer-legal-link {
  color: #d1d5db;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
  padding: 8px 0;
}
.ge-footer-legal-link:hover,
.ge-footer-legal-link:focus-visible {
  color: #00adff;
  text-decoration: underline;
  text-decoration-color: rgba(0,173,255,0.4);
  text-underline-offset: 3px;
}

/* ───── Focus states — WCAG 2.2 ───── */
.ge-footer a:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ───── Reduced motion — WCAG 2.2 ───── */
@media (prefers-reduced-motion: reduce) {
  .ge-footer-link,
  .ge-footer-legal-link,
  .ge-footer-social-link,
  .ge-footer-cert-pill,
  .ge-icon-gradient-social {
    transition: none;
  }
  .ge-footer-link:hover {
    transform: none;
  }
}

/* ───── Tablet: 640px–1023px ───── */
@media (max-width: 1023px) {
  .ge-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .ge-footer-brand {
    grid-column: span 2;
    padding-right: 0;
  }
  .ge-footer-container {
    padding: 64px 32px 32px;
  }
}

/* ───── Mobile: <640px ───── */
@media (max-width: 639px) {
  .ge-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ge-footer-brand {
    grid-column: span 1;
  }
  .ge-footer-container {
    padding: 56px 24px 32px;
  }
  .ge-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .ge-footer-legal {
    flex-direction: column;
    gap: 0;
  }
  .ge-footer-legal li + li::before {
    display: none;
  }
  .ge-footer-legal-link {
    padding: 12px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .ge-footer-social-grid {
    margin: 0 auto;
  }
  .ge-footer-certs {
    padding: 16px 16px;
  }
  .ge-footer-certs-divider {
    display: none;
  }
  .ge-footer-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}