.elementor-136 .elementor-element.elementor-element-b3ca5a9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-b3ca5a9 *//* ============================================================
   WINHERO FOOTER CSS — bordeaux/fluweel thema
   Gaat in: Appearance → Additional CSS (samen met header CSS)
   ============================================================ */

/* ── footer base ── */
.wh-footer {
  position: relative;
  margin-top: 60px;
  padding: 0;
  background: linear-gradient(180deg,
    rgba(8,3,5,.0) 0%,         /* naadloos verloop vanuit pagina */
    rgba(8,3,5,.96) 6%,
    rgba(6,2,4,1) 100%);
  border-top: 1px solid rgba(192,57,75,.14);
  overflow: hidden;
}

/* bordeaux gloed bovenaan footer */
.wh-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(192,57,75,.55) 25%,
    rgba(232,160,69,.35) 50%,
    rgba(192,57,75,.55) 75%,
    transparent);
  pointer-events: none;
}

/* subtiele achtergrondgloed */
.wh-footer::after {
  content: "";
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 300px;
  background: radial-gradient(ellipse,
    rgba(192,57,75,.06) 0%,
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.wh-footer__inner {
  position: relative;
  z-index: 1;
  padding-top: 52px;
  padding-bottom: 0;
}

/* ── TOP ROW ── */
.wh-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-wrap: wrap;
}

.wh-footer__brand {
  flex: 1 1 380px;
  max-width: 520px;
}

/* hergebruik header logo-stijlen (geen dubbele code nodig) */
.wh-footer .wh-logo__mark {
  width: 120px;
  height: 40px;
  flex: 0 0 120px;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.wh-footer__tagline {
  margin: 14px 0 0;
  font-size: .88rem;
  color: rgba(253,240,242,.52);
  line-height: 1.65;
  max-width: 440px;
}

/* footer CTA */
.wh-footer__cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 28px;
  border-radius: 14px;
  color: #fff8f6;
  font-size: .95rem;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: .02em;
  border: 1px solid rgba(255,255,255,.10);
  flex-shrink: 0;
  align-self: center;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 14px 28px rgba(0,0,0,.28),
              inset 0 1px 0 rgba(255,255,255,.06);
}
.wh-footer__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(135deg,
    #c43458 0%, #b52f50 38%, #d57a46 78%, #efb060 100%);
}
/* shimmer */
.wh-footer__cta::after {
  content: "";
  position: absolute;
  top: -50%; left: -80%;
  width: 50%; height: 200%;
  background: linear-gradient(90deg,
    transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg);
  transition: left .5s ease;
  pointer-events: none;
}
.wh-footer__cta:hover::after { left: 130% }
.wh-footer__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 36px rgba(0,0,0,.34),
              0 0 24px rgba(196,62,75,.18);
}

/* ── MAIN NAV GRID ── */
.wh-footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 28px 20px;
  padding: 44px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.wh-footer__col-title {
  display: block;
  margin-bottom: 16px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(192,57,75,.85);
}

.wh-footer__col nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wh-footer__col nav a {
  font-size: .88rem;
  color: rgba(253,240,242,.62);
  text-decoration: none;
  line-height: 1.45;
  transition: color .18s ease, padding-left .18s ease;
  display: inline-block;
}
.wh-footer__col nav a:hover {
  color: rgba(253,240,242,.92);
  padding-left: 4px;
}

/* ── SNELFEITEN BALK ── */
.wh-footer__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid rgba(192,57,75,.12);
  border-radius: 16px;
  overflow: hidden;
  margin: 36px 0;
  background: rgba(192,57,75,.04);
}

.wh-fact {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 12px;
  border-right: 1px solid rgba(192,57,75,.10);
  transition: background .2s ease;
}
.wh-fact:last-child { border-right: none }
.wh-fact:hover { background: rgba(192,57,75,.07) }

.wh-fact__label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(253,240,242,.42);
}
.wh-fact__value {
  font-size: .94rem;
  font-weight: 850;
  color: rgba(253,240,242,.88);
  white-space: nowrap;
}

/* ── VERANTWOORD SPELEN ── */
.wh-footer__responsible {
  margin: 0 0 32px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
}

.wh-footer__responsible-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.wh-footer__responsible-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #c43458, #b52f50);
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 6px 16px rgba(196,52,88,.22);
}

.wh-footer__responsible p {
  font-size: .83rem;
  color: rgba(253,240,242,.52);
  line-height: 1.65;
  margin: 0;
}
.wh-footer__responsible strong {
  color: rgba(253,240,242,.76);
  font-weight: 800;
}
.wh-footer__responsible a {
  color: rgba(192,57,75,.85);
  text-decoration: none;
  transition: color .18s;
}
.wh-footer__responsible a:hover {
  color: rgba(232,160,69,.90);
}

/* ── BOTTOM BAR ── */
.wh-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.wh-footer__copy {
  font-size: .78rem;
  color: rgba(253,240,242,.38);
  line-height: 1.65;
  max-width: 660px;
  margin: 0;
}

.wh-footer__bottom-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.wh-footer__bottom-links a {
  font-size: .80rem;
  color: rgba(253,240,242,.44);
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease;
}
.wh-footer__bottom-links a:hover {
  color: rgba(253,240,242,.78);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .wh-footer__grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 768px) {
  .wh-footer {
    margin-top: 40px;
  }
  .wh-footer__inner {
    padding-top: 36px;
  }
  .wh-footer__top {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 28px;
  }
  .wh-footer__brand { max-width: 100% }
  .wh-footer__cta {
    width: 100%;
    max-width: 480px;
    min-height: 52px;
  }

  .wh-footer__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px 20px;
    padding: 32px 0 28px;
  }

  .wh-footer__facts {
    gap: 0;
    margin: 24px 0;
  }
  .wh-fact {
    flex: 1 1 100px;
    padding: 12px 8px;
  }
  .wh-fact__value { font-size: .86rem }

  .wh-footer__responsible-inner {
    flex-direction: column;
    gap: 12px;
  }

  .wh-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 24px;
  }
  .wh-footer__bottom-links {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .wh-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
  .wh-footer__col nav a {
    font-size: .84rem;
  }
  .wh-fact {
    flex: 1 1 80px;
    padding: 10px 6px;
  }
  .wh-fact__label { font-size: .62rem }
  .wh-fact__value { font-size: .82rem }
}/* End custom CSS */