/* SPA-<footer> in #root ausblenden – statischer Fuß unten ist kanonisch (sonst doppelter dunkler Block). */
#root footer,
body #root footer.bg-neutral-800 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Entspricht @ak24/site `.site-footer-v2` – immer unter #root sichtbar. */
.ak24-webpage-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: #222222;
  color: rgba(255, 255, 255, 0.92);
  padding: 2.75rem 1.25rem 1.5rem;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
}

.ak24-webpage-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ak24-webpage-footer-cols {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .ak24-webpage-footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ak24-webpage-footer-cols {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 2rem;
  }
}

.ak24-webpage-footer-logo-wrap {
  display: inline-block;
  margin-bottom: 1rem;
}

.ak24-webpage-footer-logo-wrap img {
  height: 48px;
  width: auto;
  display: block;
}

.ak24-webpage-footer-heading {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.ak24-webpage-footer-label {
  margin: 1rem 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

.ak24-webpage-footer-text {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.ak24-webpage-footer-strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.ak24-webpage-footer-link {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ak24-webpage-footer-link:hover {
  opacity: 0.9;
}

.ak24-webpage-footer-social-label {
  margin: 1rem 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.ak24-webpage-footer-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.ak24-webpage-footer-social-link {
  display: flex;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

.ak24-webpage-footer-social-link:hover {
  opacity: 1;
}

.ak24-webpage-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ak24-webpage-footer-links a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.ak24-webpage-footer-links a:hover {
  text-decoration: underline;
}

.ak24-webpage-footer-gf {
  margin: 1.25rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.ak24-webpage-footer-bottom {
  margin-top: 2rem;
}

.ak24-webpage-footer-bottom-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1.25rem;
}

.ak24-webpage-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}
