/* ============================================================
   FOOTER
   ============================================================ */

/* Social Icons Row */

.cta-social-btn:hover 


/* === FINAL CTA — Footer Card === */

.final-cta.is-revealed 


/* Address column */



/* Vertical divider */


/* Contact column — 4 channels */


.cta-footer-channel:hover svg {
  color: #4F46E5;
}


@media (max-width: 760px) {
  
  
}

/* === MINIMAL FOOTER === */

.cta-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 120px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 5;
}

/* Logo in Pill — same glass optic as header nav-pill */

.cta-footer-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 48px;
  border-radius: 100px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 0.5px solid rgba(255,255,255,0.35);
  box-shadow: 0 2px 24px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5);
}

.cta-footer-logo {
  display: block;
  height: 56px;
  width: auto;
}

.cta-footer-address-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cta-footer-address-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.02em;
}

.cta-footer-address-lines {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.cta-footer-social {
  display: flex;
  gap: 14px;
  align-items: center;
}

.cta-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 0.5px solid rgba(0,0,0,0.08);
  color: #555;
  text-decoration: none;
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  transition: 
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.cta-social-icon:hover {
  transform: translateY(-3px);
  background: #fff;
  color: #4F46E5;
  border-color: rgba(79,70,229,0.25);
  box-shadow: 
    0 8px 24px rgba(79,70,229,0.18),
    0 2px 8px rgba(0,0,0,0.08);
}

.cta-social-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.cta-footer-impressum {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.cta-footer-impressum:hover {
  color: #4F46E5;
}
