.site-footer {
  position: relative;
  overflow: hidden;
  padding: 52px 0 28px;
  color: #e8eef6;
  background:
    radial-gradient(ellipse 900px 420px at 12% 0%, rgba(0, 131, 195, 0.12), transparent 55%),
    radial-gradient(ellipse 700px 380px at 88% 100%, rgba(231, 67, 120, 0.08), transparent 50%),
    linear-gradient(180deg, #0f172a 0%, #070d18 100%);
}

.site-footer__bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #38bdf8 45%, var(--pink) 85%);
}

.site-footer a:not(.btn) {
  color: inherit;
}

.site-footer a:not(.btn):hover {
  opacity: 1;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  align-items: start;
}

.site-footer__brand-name {
  margin: 0 0 14px;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
}

.site-footer__lead {
  margin: 0 0 18px;
  max-width: 38ch;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #94a3b8;
}

.site-footer__highlights {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer__highlights li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  color: #e2e8f0;
}

.site-footer__highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.site-footer__brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer__brand-actions .btn {
  padding: 13px 22px;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__cta-primary {
  background: linear-gradient(135deg, #00a3e8 0%, var(--blue) 52%, #006ea3 100%);
  color: #fff;
  border: none;
  box-shadow: 0 12px 28px rgba(0, 131, 195, 0.38);
}

.site-footer__cta-primary:hover {
  background: linear-gradient(135deg, #1ab0f0 0%, #0094cf 52%, #007ab8 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 131, 195, 0.48);
  text-decoration: none;
}

body.theme-privat .site-footer__cta-primary {
  background: linear-gradient(135deg, #f05a92 0%, var(--pink) 52%, #c92f66 100%);
  box-shadow: 0 12px 28px rgba(231, 67, 120, 0.38);
}

body.theme-privat .site-footer__cta-primary:hover {
  background: linear-gradient(135deg, #ff6ba3 0%, #e74378 52%, #d63369 100%);
  box-shadow: 0 16px 34px rgba(231, 67, 120, 0.48);
}

.site-footer__cta-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.site-footer__cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

.site-footer__title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.site-footer__title--sub {
  margin-top: 24px;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer__links a {
  display: inline-flex;
  font-size: 0.92rem;
  color: #e2e8f0;
  opacity: 0.92;
  transition: color 0.15s ease, transform 0.15s ease;
}

.site-footer__links a:hover {
  color: #fff;
  transform: translateX(2px);
  text-decoration: none;
}

.site-footer__address {
  margin: 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 3px solid rgba(0, 131, 195, 0.45);
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #94a3b8;
}

.site-footer__address-label {
  display: block;
  margin-bottom: 2px;
  font-weight: 800;
  color: #fff;
}

.site-footer__links--contact {
  margin-top: 4px;
}

.site-footer__regions-intro {
  margin: -4px 0 14px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #94a3b8;
}

.site-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__chip {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 600;
  color: #e2e8f0;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.site-footer__chip:hover {
  background: rgba(0, 131, 195, 0.14);
  border-color: rgba(0, 131, 195, 0.35);
  color: #fff;
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: #94a3b8;
}

.site-footer__top {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 131, 195, 0.35);
  background: rgba(0, 131, 195, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  color: #e2e8f0;
}

.site-footer__top:hover {
  background: rgba(0, 131, 195, 0.16);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 44px 0 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__brand-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer__brand-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
