/**
 * Walter footer styling (app badges + footer typography + restructure).
 * v3 badge treatment applies to ALL languages.
 */

/* ===================== APP BADGES (all languages) ===================== */
.walter-app-badges {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 24px 0 30px 0 !important;
  width: 100% !important;
  max-width: 184px !important;
}
.walter-badge-label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  margin: 0 0 2px 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif !important;
}
.walter-app-badge {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  box-sizing: border-box !important;
  width: 184px !important;
  height: 52px !important;
  padding: 0 15px !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #141020 0%, #100c18 60%, #0c0914 100%) !important;
  border: 1px solid rgba(168, 130, 247, 0.30) !important;
  box-shadow: 0 8px 22px -6px rgba(10, 7, 20, 0.6),
              0 2px 6px -2px rgba(124, 58, 237, 0.28),
              inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif !important;
  line-height: 1 !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease !important;
  cursor: pointer !important;
}
.walter-app-badge:hover {
  background: linear-gradient(135deg, #1a1430 0%, #14101f 60%, #0f0b1a 100%) !important;
  border-color: rgba(168, 130, 247, 0.5) !important;
  box-shadow: 0 12px 28px -6px rgba(10, 7, 20, 0.65),
              0 3px 10px -2px rgba(124, 58, 237, 0.42),
              inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important; text-decoration: none !important;
}
.walter-app-badge:active { transform: translateY(0) !important; }
.walter-app-badge:focus-visible { outline: 2px solid #6d4afe !important; outline-offset: 2px !important; }
.walter-badge-icon {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 27px !important; height: 27px !important; flex: 0 0 27px !important; color: #fff !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45)) !important;
}
.walter-badge-icon svg { width: 100% !important; height: 100% !important; display: block !important; }
.walter-badge-text {
  display: flex !important; flex-direction: column !important; align-items: flex-start !important;
  justify-content: center !important; gap: 2px !important; line-height: 1.1 !important; min-width: 0 !important;
}
.walter-badge-tagline {
  font-size: 9.5px !important; font-weight: 400 !important; letter-spacing: 0.6px !important;
  text-transform: uppercase !important; color: rgba(255, 255, 255, 0.72) !important; white-space: nowrap !important;
}
.walter-badge-store {
  font-size: 15px !important; font-weight: 600 !important; letter-spacing: -0.2px !important;
  color: #ffffff !important; white-space: nowrap !important;
}
@media (max-width: 600px) {
  .walter-app-badges { max-width: 184px !important; }
}

/* ===================== FOOTER brand statement (scoped to span after the logo) ===================== */
.site-primary-footer-section-1 .site-footer-logo + span {
  display: block !important;          /* make own line-height govern (was inline -> parent strut forced ~30px gaps) */
  color: rgba(255, 255, 255, 0.60) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  margin-top: 14px !important;
}

/* ===================== FOOTER TYPOGRAPHY (footer wrappers only; header nav untouched) ===================== */
.site-primary-footer-wrap .widget-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 16px !important;
}
.site-primary-footer-wrap .widget_nav_menu .menu a {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.60) !important;
  transition: color 140ms ease !important;
}
.site-primary-footer-wrap .widget_nav_menu .menu a:hover { color: rgba(255, 255, 255, 0.95) !important; }
.site-primary-footer-wrap .widget_nav_menu .menu li { margin-bottom: 3px !important; }
.site-copyright-text,
.site-below-footer-wrap .widget_nav_menu .menu a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.50) !important;
  letter-spacing: 0.1px !important;
}
.site-below-footer-wrap .widget_nav_menu .menu a:hover { color: rgba(255, 255, 255, 0.85) !important; }

/* ===================== FOOTER RESTRUCTURE (legal column + social in bottom bar) ===================== */
.ww-footer-legal-col {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 40px !important;
  z-index: 1 !important;
}
.ww-footer-legal-col .menu,
.ww-footer-legal-col .menu-legal-container > ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ww-footer-legal-col .menu li {
  list-style: none !important;
  margin: 0 0 3px 0 !important;
  padding: 0 !important;
}
.ww-footer-legal-col .menu a { white-space: nowrap !important; }
.site-below-footer-wrap .site-below-footer-section-2 .socials-inner-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 !important;
}
.socials-inner-wrap .social-link { margin: 0 !important; }
.site-below-footer-wrap .site-below-footer-section-2 { display: flex !important; justify-content: flex-end !important; }

/* ===================== FOOTER MOBILE (prevent bottom-bar overflow: switcher clip + right gap) ===================== */
@media (max-width: 782px) {
  .site-below-footer-wrap .site-below-footer-section-2 {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  .site-below-footer-wrap .site-below-footer-section-2 .socials-inner-wrap {
    flex-wrap: wrap !important;
    gap: 16px !important;
    max-width: 100% !important;
  }
  .ww-footer-legal-col { width: 100% !important; }
}

/* Chrome Web Store badge: slightly smaller store text so it fits 184px */
.walter-app-badge-chrome .walter-badge-store{font-size:13px !important;letter-spacing:-0.1px !important;}
