.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}

/* Single-row layout: logo+nav | trust bar | service menu */
.header .kp-container {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.header .frame {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}

.header .kinderplezier-logo {
  width: 126px;
  height: 61px;
  flex-shrink: 0;
}

.header .kinderplezier-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .kinderplezier-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .hoofdmenu {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

/* Trust bar marquee — fills space between nav groups */
.header .bevestiging {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  margin: 0 24px;
  height: 20px;
  mask-image: linear-gradient(to right, transparent, black 32px, black calc(100% - 32px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 32px, black calc(100% - 32px), transparent);
}

.header .bevestiging-track {
  display: flex;
  align-items: center;
  gap: 48px;
  white-space: nowrap;
  width: max-content;
  animation: kp-marquee 20s linear infinite;
}

.header .bevestiging-track p {
  margin: 0;
}

@keyframes kp-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.header .bevestiging-track:hover {
  animation-play-state: paused;
}

.header .sinds,
.header .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.header .sinds {
  opacity: 0.97;
}

.header .star {
  width: 19.97px;
  height: 18.99px;
}

.header .text-wrapper-19 {
  font-family: "Nudica", "Nunito", sans-serif;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.header .servicemenu {
  display: inline-flex;
  height: 35px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header .menuknoppen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  flex: 0 0 auto;
  background-color: #e9e8e3;
  border-radius: 32px;
}

.header .home {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nudica", "Nunito", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header .home-wrapper {
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  flex: 0 0 auto;
  border-radius: 32px;
}

.header .home-2 {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nudica", "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header .menuknoppen-2 {
  background-color: #1d1d1b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  flex: 0 0 auto;
  border-radius: 32px;
}

.header .home-3 {
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nudica", "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
