/* Lucide iconen — losse SVG-bestanden in /assets/icons/ */
.card-grid .card,
.why-grid .card {
  display: flex;
  flex-direction: column;
}

.card-grid .card::before,
.why-grid .card::before,
.card-grid .card .card-icon,
.why-grid .card .card-icon {
  transition: transform 0.25s var(--ease, cubic-bezier(0.16, 1, 0.3, 1));
}

.card-grid .card:hover::before,
.why-grid .card:hover::before,
.card-grid .card:hover .card-icon,
.why-grid .card:hover .card-icon {
  transform: scale(1.05);
}

/* Carousel: kaarten binnen container-lijnen houden */
@media (min-width: 1081px) {
  .carousel-window {
    overflow: hidden;
    width: 100%;
    margin-right: 0;
  }

  .carousel-track {
    width: 100%;
    grid-auto-columns: calc((100% - 48px) / 3);
  }
}

/* Contact sectie */
.contact-panel {
  align-items: start;
}

.contact-main {
  display: flex;
  flex-direction: column;
}

.contact-panel .contact-intro {
  margin-bottom: 24px;
}

.contact-hours-block {
  margin-bottom: 32px;
}

.contact-hours-block p {
  margin: 0;
  color: var(--text-secondary);
}

.contact-hours-block p + p {
  margin-top: 16px;
}

.contact-hours-block strong {
  color: var(--text-primary);
  font-weight: 650;
}

.contact-visit-note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
}

.contact-map-stack,
.contact-side {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.contact-map-stack .map-card,
.contact-side .map-card {
  min-height: 220px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-map-stack .map-card iframe,
.contact-side .map-card iframe {
  min-height: 220px;
}

.contact-map-stack .contact-card,
.contact-side .contact-card {
  border-radius: 0;
}

.contact-side .map-link {
  display: none;
}

.contact-map-stack .contact-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.contact-map-stack .contact-card p + p {
  margin-top: 10px;
}

.audience .pill {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-grid .card:nth-child(1)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/users.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.card-grid .card:nth-child(2)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/lightbulb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.card-grid .card:nth-child(3)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/package.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(1)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(2)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/layout-grid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(3)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/store.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(4)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/lightbulb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(5)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/truck.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.why-grid .card:nth-child(6)::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/building-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.audience .pill:nth-child(1)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/sparkles.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(2)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/building-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(3)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/utensils.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(4)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/graduation-cap.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(5)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/warehouse.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(6)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(7)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/briefcase.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.audience .pill:nth-child(8)::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f3f7f4;
  background-image: url("/assets/icons/trees.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
