/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53e-fix3 — Footer rebuild v3.3 (1-op-1 mockup)
 * ═══════════════════════════════════════════════════════════════ */

body footer.footer--v33,
body .footer.footer--v33 {
  background: var(--c-cream, #fafaf7) !important;
  color: #3f3f46 !important;
  padding: 70px 0 0 !important;
  font-size: 14px !important;
  position: relative;
}

body .footer--v33 .footer__inner { position: relative; }

body .footer--v33 .footer-top {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr !important;
  gap: 60px !important;
  padding-bottom: 50px !important;
  margin-bottom: 50px !important;
  border-bottom: 1px solid var(--c-cream-dark, #f0ede5) !important;
  align-items: center !important;
}

body .footer--v33 .footer-app-card {
  background: #fff !important;
  border: 1px solid var(--c-cream-dark, #f0ede5) !important;
  border-radius: var(--radius-lg, 16px) !important;
  padding: 28px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 24px !important;
  align-items: center !important;
}
body .footer--v33 .footer-app-card__icon-wrap {
  width: 80px;
  height: 80px;
  background: var(--c-red-light, #fee2e2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 36px;
}
body .footer--v33 .footer-app__label {
  font-size: 11px;
  color: var(--c-red, #ff6a1a);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body .footer--v33 .footer-app__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  color: #0c1a1f !important;
}
body .footer--v33 .footer-app__text {
  font-size: 13px;
  color: #52525b !important;
  margin-bottom: 14px;
}
body .footer--v33 .footer-app__stores {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
body .footer--v33 .footer-store-badge {
  background: var(--c-gray-100, #f4f4f5);
  border: 1px solid var(--c-gray-200, #e4e4e7);
  padding: 6px 12px;
  border-radius: 6px;
  color: #0c1a1f !important;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
body .footer--v33 .footer-store-badge--soon {
  opacity: 1;
  color: #52525b !important;
  border-color: #d4d4d8 !important;
}

body .footer--v33 .footer-certs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}
body .footer--v33 .footer-cert {
  background: #fff !important;
  border: 1px solid var(--c-cream-dark, #f0ede5) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  text-align: center !important;
}
body .footer--v33 .footer-cert__icon {
  width: 36px;
  height: 36px;
  background: var(--c-orange-light, #fef3c7);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto 8px;
}
body .footer--v33 .footer-cert__title {
  color: #0c1a1f !important;
  font-size: 12px;
  font-weight: 600 !important;
  margin-bottom: 2px;
}
body .footer--v33 .footer-cert__sub {
  font-size: 11px;
  color: #52525b !important;
}

body .footer--v33 .footer-mid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
  gap: 50px !important;
  margin-bottom: 40px !important;
}
body .footer--v33 .footer-col__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 16px;
}
body .footer--v33 .footer-col__title {
  color: #0c1a1f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
body .footer--v33 .footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer--v33 .footer__list li { padding: 4px 0; }
body .footer--v33 .footer__list a {
  color: #3f3f46 !important;
  text-decoration: none;
}
body .footer--v33 .footer__list a:hover {
  color: var(--c-red, #ff6a1a) !important;
}
body .footer--v33 .footer__contact-line {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 6px 0 !important;
  font-size: 13px !important;
  color: #3f3f46 !important;
}
body .footer--v33 .footer__contact-line span { font-size: 14px; flex-shrink: 0; }
body .footer--v33 .footer__contact-line a {
  color: #3f3f46 !important;
}
body .footer--v33 .footer__contact-line a:hover { color: #ff6a1a !important; }
body .footer--v33 .footer__opening {
  background: #fff;
  border: 1px solid var(--c-cream-dark, #f0ede5);
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
  font-size: 13px;
}
body .footer--v33 .footer__opening-row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  color: #52525b !important;
}
body .footer--v33 .footer__opening-row--today {
  color: var(--c-red, #ff6a1a);
  font-weight: 700;
}
body .footer--v33 .footer__live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--c-green, #10b981);
  font-weight: 700;
  margin-top: 8px;
}
body .footer--v33 .footer__live-indicator::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--c-green, #10b981);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

body .footer--v33 .footer-brand {
  background: linear-gradient(135deg, var(--c-red, #ff6a1a) 0%, var(--c-red-dark, #b81818) 100%) !important;
  color: #fff !important;
  padding: 50px 0 !important;
  position: relative;
  overflow: hidden;
  margin-top: 30px !important;
}
body .footer--v33 .footer-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,0,0,0.15) 0%, transparent 50%);
  pointer-events: none;
}
body .footer--v33 .footer-brand__inner {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 60px !important;
  position: relative;
}
body .footer--v33 .footer-brand__logo-block {
  display: flex !important;
  align-items: center !important;
  padding: 16px 28px !important;
  background: rgba(255,255,255,0.95) !important;
  border-radius: 16px !important;
}
body .footer--v33 .footer-brand__logo-img {
  height: 60px !important;
  width: auto !important;
  display: block !important;
}
body .footer--v33 .footer-brand__tagline {
  text-align: right;
  color: #fff !important;
}
body .footer--v33 .footer-brand__tagline-text {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 4px !important;
}
body .footer--v33 .footer-brand__tagline-sub {
  font-size: 13px !important;
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500 !important;
}

body .footer--v33 .footer-bottom {
  background: var(--c-cream-dark, #f0ede5) !important;
  padding: 22px 0 !important;
  font-size: 12px !important;
  color: #52525b !important;
}
body .footer--v33 .footer-bottom__inner {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}
body .footer--v33 .footer-bottom a {
  color: #3f3f46 !important;
  text-decoration: none;
}
body .footer--v33 .footer-bottom a:hover { color: var(--c-red, #ff6a1a) !important; }
body .footer--v33 .footer-bottom__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  body .footer--v33 .footer-top { grid-template-columns: 1fr !important; }
  body .footer--v33 .footer-mid { grid-template-columns: 1fr 1fr !important; }
  body .footer--v33 .footer-brand__inner { grid-template-columns: 1fr !important; gap: 24px !important; }
  body .footer--v33 .footer-brand__tagline { text-align: left; }
}
@media (max-width: 560px) {
  body .footer--v33 .footer-mid { grid-template-columns: 1fr !important; }
  body .footer--v33 .footer-certs { grid-template-columns: 1fr 1fr !important; }
  body .footer--v33 .footer-app-card { grid-template-columns: 1fr !important; text-align: center; }
  body .footer--v33 .footer-app-card__icon-wrap { margin: 0 auto; }
  body .footer--v33 .footer-brand__logo-img { height: 44px !important; }
}

/* ═══ HOTFIX 53k-fix — contrast op crème (expliciete hex, geen lichte CSS-vars) ═══ */
body footer.footer--v33 .footer-col__title,
body footer.footer--v33 .footer-cert__title,
body footer.footer--v33 .footer-app__title {
  color: #0c1a1f !important;
}
body footer.footer--v33 .footer__list a,
body footer.footer--v33 .footer__contact-line,
body footer.footer--v33 .footer__contact-line a {
  color: #3f3f46 !important;
}
body footer.footer--v33 .footer-cert__sub,
body footer.footer--v33 .footer-app__text,
body footer.footer--v33 .footer__opening-row {
  color: #52525b !important;
}
body footer.footer--v33 .footer-store-badge {
  color: #0c1a1f !important;
}
body footer.footer--v33 .footer-store-badge--soon {
  color: #52525b !important;
  opacity: 1 !important;
}

