/* ==========================================================================
   SITE FOOTER - ULTRA MODERN & LUXURIOUS DESIGN
   Comprehensive nationwide data, German branding, responsive 4-column layout
   ========================================================================== */

.site-footer {
  position: relative;
  background: 
    radial-gradient(80% 60% at 50% 0%, color-mix(in srgb, var(--color-primary, #292B9A) 45%, transparent), transparent 75%),
    radial-gradient(60% 50% at 85% 100%, color-mix(in srgb, var(--color-accent, #1A72C9) 20%, transparent), transparent 70%),
    linear-gradient(180deg, #10123B 0%, #090A24 100%);
  color: #E2E8F8;
  padding-top: 0;
  overflow: hidden;
  font-family: var(--font-body), sans-serif;
  border-top: 2px solid color-mix(in srgb, var(--color-primary, #292B9A) 50%, var(--color-accent, #1A72C9));
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   1. TOP LIVE STATUS BAR
   ========================================================================== */

.ft-top-bar {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 0.85rem;
}

.ft-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}

.ft-top-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.ft-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  animation: ft-pulse-green 1.8s infinite;
  flex-shrink: 0;
}

@keyframes ft-pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.ft-top-info {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.ft-top-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.ft-top-item i {
  color: var(--color-accent, #1A72C9);
}

/* ==========================================================================
   2. EMERGENCY DIRECT CONTACT BANNER
   ========================================================================== */

.ft-action-wrap {
  padding-block: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2rem);
}

.ft-action-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ft-action-copy {
  flex: 1 1 450px;
}

.ft-action-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(26, 114, 201, 0.2);
  border: 1px solid rgba(26, 114, 201, 0.4);
  color: #79B8FF;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}

.ft-action-copy h3 {
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.ft-action-copy p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.ft-action-btns {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn-ft-call {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, var(--color-primary, #292B9A), var(--color-accent, #1A72C9));
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-pill, 999px);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(41, 43, 154, 0.4);
  transition: all 0.25s ease;
}

.btn-ft-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(26, 114, 201, 0.5);
  color: #ffffff;
}

.btn-ft-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #25D366;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-pill, 999px);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}

.btn-ft-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.5);
  color: #ffffff;
}

/* ==========================================================================
   3. 4-PILLAR TRUST STRIP
   ========================================================================== */

.ft-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-trust-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 0.9rem 1.1rem;
  transition: all 0.25s ease;
}

.ft-trust-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.ft-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(26, 114, 201, 0.18);
  color: var(--color-accent, #1A72C9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  border: 1px solid rgba(26, 114, 201, 0.3);
}

.ft-trust-text h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.15rem;
}

.ft-trust-text p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

/* ==========================================================================
   4. MAIN 4-COLUMN FOOTER GRID
   ========================================================================== */

.ft-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: clamp(1.8rem, 3.5vw, 3rem);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.ft-col-title {
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1.25rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.65rem;
}

.ft-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 2.5px;
  background: linear-gradient(90deg, var(--color-accent, #1A72C9), transparent);
  border-radius: 2px;
}

/* Brand Column */
.ft-brand-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ft-logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ft-logo-wrap img {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.ft-brand-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 0;
}

.ft-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.ft-contact-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ft-contact-item i {
  color: var(--color-accent, #1A72C9);
  font-size: 1rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.ft-contact-item:hover {
  color: #ffffff;
}

/* Services & Nav Links */
.ft-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ft-link-list li a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ft-link-list li a::before {
  content: '‹';
  font-size: 1.1rem;
  color: var(--color-accent, #1A72C9);
  transition: transform 0.2s ease;
}

.ft-link-list li a:hover {
  color: #ffffff;
  transform: translateX(-4px);
}

.ft-link-list li a:hover::before {
  color: #ffffff;
}

/* Nationwide Coverage Column */
.ft-cov-info p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.ft-cov-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ft-cov-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}

.ft-cov-chip i {
  font-size: 0.75rem;
  color: var(--color-accent, #1A72C9);
}

.ft-cov-chip:hover {
  background: rgba(26, 114, 201, 0.25);
  border-color: rgba(26, 114, 201, 0.5);
  color: #ffffff;
}

.ft-cov-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #79B8FF;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.2s ease;
}

.ft-cov-more-link:hover {
  color: #ffffff;
  transform: translateX(-3px);
}

/* ==========================================================================
   5. BOTTOM COPYRIGHT & LEGAL BAR
   ========================================================================== */

.ft-bottom-bar {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-block: 1.25rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.6);
}

.ft-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.ft-bottom-copy {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ft-bottom-copy strong {
  color: #ffffff;
  font-weight: 700;
}

.ft-credit {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.ft-credit a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.ft-credit a:hover {
  color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1024px) {
  .ft-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem;
  }
}

@media (max-width: 768px) {
.ft-action-copy {
  flex: 1;
}
.req-compact-text{
  flex: 1;
}
}

@media (max-width: 680px) {
  .ft-trust-row {
    grid-template-columns: 1fr;
  }

  .ft-main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ft-action-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ft-action-badge {
    margin-inline: auto;
  }

  .ft-action-btns {
    flex-direction: column;
    width: 100%;
  }

  .btn-ft-call,
  .btn-ft-wa {
    width: 100%;
    justify-content: center;
  }

  .ft-top-inner,
  .ft-bottom-inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .ft-bottom-bar {
    padding-bottom: calc(1.25rem + 56px + env(safe-area-inset-bottom, 0px));
  }
}

