html {
  scroll-padding-top: 120px;
}

main .hero {
  padding-top: 145px;
}

#wie-zijn-wij .cards {
  align-items: stretch;
}

#wie-zijn-wij .card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
}

#wie-zijn-wij .card > b {
  font-size: 27px;
}

.feature-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.38;
}

.feature-list li {
  position: relative;
  padding-left: 27px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 5px;
  background: #20b93b;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.card-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.card-link:hover,
.card-link:focus-visible {
  text-decoration: underline;
}

.care-tabs {
  position: relative;
  padding: 10px 0 82px;
  background: white;
}

.care-tablist {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  padding: 6px 0 55px 3%;
  margin-bottom: -55px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.care-tablist button {
  min-height: 61px;
  padding: 13px 22px;
  border: 0;
  border-radius: 46% 54% 0 0 / 34% 48% 0 0;
  background: color-mix(in srgb, var(--tab-color) 78%, white);
  color: white;
  font: 800 16px/1.2 Nunito, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--tab-color) 78%, black);
  transform: rotate(-1deg);
  transform-origin: center bottom;
  transition: min-height .2s ease, filter .2s ease, transform .2s ease, border-radius .35s ease;
}

.care-tablist button:nth-child(2) {
  border-radius: 57% 43% 0 0 / 46% 32% 0 0;
  transform: rotate(.8deg);
}

.care-tablist button:nth-child(3) {
  border-radius: 42% 58% 0 0 / 51% 36% 0 0;
  transform: rotate(-.6deg);
}

.care-tablist button:nth-child(4) {
  border-radius: 55% 45% 0 0 / 35% 52% 0 0;
  transform: rotate(1deg);
}

.care-tablist button:nth-child(5) {
  flex: 0 0 226px;
  white-space: normal;
  border-radius: 48% 52% 0 0 / 43% 34% 0 0;
}

.care-tablist button:hover {
  filter: none;
  border-radius: 62% 38% 0 0 / 30% 36% 0 0;
  transform: translateY(4px) rotate(0) scaleX(1.07) scaleY(.94);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--tab-color) 78%, black), 0 5px 0 rgba(22,48,91,.10);
}

.care-tablist button:focus-visible {
  filter: none;
  outline: 3px solid rgba(22, 48, 91, .35);
  outline-offset: 2px;
}

.care-tablist button[aria-selected="true"] {
  min-height: 78px;
  background: var(--tab-color);
  margin-bottom: -31px;
  padding-bottom: 36px;
  box-shadow: none;
  transform: rotate(0);
  position: relative;
  z-index: 2;
}

.care-tablist button[aria-selected="true"]:hover,
.care-tablist button[aria-selected="true"]:active,
.care-tablist button[aria-selected="true"].is-pressed {
  border-radius: 62% 38% 0 0 / 29% 38% 0 0;
  transform: translateY(5px) scaleX(1.08) scaleY(.93);
  box-shadow: 0 5px 0 rgba(22,48,91,.10);
}

.care-tablist button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -47px;
  left: 8%;
  height: 54px;
  border-radius: 0 0 48% 52% / 0 0 45% 55%;
  background: var(--tab-color);
  pointer-events: none;
}

.care-panel {
  position: relative;
  isolation: isolate;
  min-height: 315px;
  display: grid;
  grid-template-columns: 1fr 280px;
  align-items: center;
  gap: 55px;
  padding: 70px 70px 62px;
  margin-top: -2px;
  border-radius: 54px 72px 84px 61px / 46px 58px 76px 66px;
  background: var(--panel-color);
  color: white;
  box-shadow: none;
  overflow: visible;
}

.care-panel-shape {
  position: absolute;
  z-index: 0;
  top: -18px;
  right: -10px;
  bottom: -24px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 42px);
  overflow: visible;
  fill: var(--panel-color);
  filter: drop-shadow(0 18px 28px color-mix(in srgb, var(--panel-color) 22%, transparent));
  transition: fill .25s ease, transform .65s cubic-bezier(.22,.61,.36,1);
}

.care-panel > div {
  position: relative;
  z-index: 1;
}

.care-panel [data-care-content][hidden] {
  display: none;
}

.care-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 18px;
  padding: 8px 16px;
  border-radius: 24px;
  background: #fff;
  color: #16305b;
  font-weight: 800;
  text-underline-offset: 3px;
}

.care-resource-link:focus-visible {
  outline: 3px solid #16305b;
  outline-offset: 3px;
}

.care-visual.care-visual-photo {
  overflow: hidden;
  aspect-ratio: 1;
}

.care-visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-panel:hover .care-panel-shape,
.care-panel:focus-within .care-panel-shape {
  transform: scale(1.012, 1.025) rotate(.25deg);
}

.care-panel.is-changing > * {
  animation: care-in .3s ease both;
}

.care-kicker {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .8;
}

.care-panel h2 {
  margin: 0 0 17px;
  font: 700 clamp(35px, 4vw, 54px)/1.08 Fredoka, sans-serif;
}

.care-panel p {
  max-width: 750px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.care-visual {
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 4px solid rgba(255,255,255,.72);
  border-radius: 31% 69% 55% 45% / 48% 38% 62% 52%;
  background: rgba(255,255,255,.17);
  font-size: 100px;
  transform: rotate(2deg);
}

@keyframes care-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.google-reviews {
  position: relative;
  padding: 62px 0 10px;
  background: #f5f9ff;
}

/* Brede, vloeiende overgangen tussen de gekleurde onderdelen. */
.hero.hero::after,
.care-tabs::after,
.google-reviews::after,
.day::after,
.cta::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 84px;
  border-radius: 0 !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  pointer-events: none;
}

.hero.hero::after {
  inset: auto 0 -1px 0 !important;
  height: 50px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 51c240-11 480 11 720 0s480-11 720 0v49H0Z'/%3E%3C/svg%3E") !important;
}

.care-tabs::after {
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f9ff' d='M0 51c240-11 480 11 720 0s480-11 720 0v49H0Z'/%3E%3C/svg%3E");
}

.google-reviews::after {
  display: none;
}

.day,
.cta {
  position: relative;
}

.day::after {
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 57c210-18 410 18 620 0s410-18 820 0v43H0Z'/%3E%3C/svg%3E");
}

.cta::after {
  display: none;
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.reviews-kicker {
  display: block;
  margin-bottom: 8px;
  color: #7146a3;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.reviews-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #173461;
  font: 700 clamp(34px, 4vw, 52px)/1.08 Fredoka, sans-serif;
}

.google-score {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(23,52,97,.1);
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 30px rgba(22,48,91,.1);
  color: #173461;
}

.google-g {
  color: #4285f4;
  font: 900 26px/1 Arial, sans-serif;
}

.google-score strong {
  font-size: 24px;
}

.review-stars {
  color: #f5a623;
  letter-spacing: 2px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(23,52,97,.08);
  border-radius: 24px;
  background: white;
  box-shadow: 0 14px 35px rgba(22,48,91,.08);
}

.review-card h3 {
  margin: 18px 0 10px;
  color: #173461;
  font: 700 24px/1.2 Fredoka, sans-serif;
}

.review-card p {
  margin: 0;
  color: #4d617e;
  font-size: 16px;
  line-height: 1.65;
}

.google-review-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding: 14px 20px;
  border-radius: 14px;
  background: #7146a3;
  color: white;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(113,70,163,.22);
}

.google-review-link:hover,
.google-review-link:focus-visible {
  background: #593382;
  transform: translateY(-2px);
}

/* Organische Chill Kids-vlek: een terugkerend, interactief merkelement. */
.cta {
  position: relative;
  z-index: auto;
  overflow: visible;
  padding: 0 16px !important;
  background: #f5f9ff !important;
}

.cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 46%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #20b950 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f9ff' d='M0 0h1440v48c-240 10-480-10-720 0S240 58 0 48Z'/%3E%3C/svg%3E") center top / 100% 34px no-repeat;
  pointer-events: none;
}

.cta > .wrap {
  position: relative;
  z-index: 7;
  isolation: isolate;
  width: min(440px, calc(100% - 24px));
  min-height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 52px;
  margin: 0 clamp(28px, 3vw, 46px) -88px auto;
  border-radius: 0;
  background: transparent;
  color: white;
  box-shadow: none;
}

.cta-blob {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(18px 20px 0 rgba(94,146,181,.18));
}

.cta-blob-fill,
.cta-blob-stitch {
  transition: d .8s cubic-bezier(.22,.61,.36,1);
}

.cta-blob-target {
  display: none;
}

.cta-blob-fill {
  fill: var(--blob-color, #f59a0b);
}

.cta-blob-stitch {
  fill: none;
  stroke: rgba(255,255,255,.78);
  stroke-width: 2;
  stroke-dasharray: 9 9;
  vector-effect: non-scaling-stroke;
  transform: scale(.91);
  transform-origin: center;
}

.cta > .wrap:hover,
.cta > .wrap:focus-within,
.cta > .wrap:active,
.cta > .wrap.is-pressed {
  transform: none;
  box-shadow: none;
}

.cta > .wrap:hover .cta-blob-fill,
.cta > .wrap:hover .cta-blob-stitch,
.cta > .wrap:focus-within .cta-blob-fill,
.cta > .wrap:focus-within .cta-blob-stitch,
.cta > .wrap:active .cta-blob-fill,
.cta > .wrap:active .cta-blob-stitch,
.cta > .wrap.is-pressed .cta-blob-fill,
.cta > .wrap.is-pressed .cta-blob-stitch {
  d: path("M170.0,27.0 155.4,29.7 141.3,34.2 127.5,39.5 114.2,45.9 101.2,52.9 89.4,61.6 78.5,71.5 69.0,82.4 60.3,93.7 53.4,105.6 47.0,117.8 41.6,130.4 36.8,143.2 32.6,156.4 29.0,169.7 26.0,183.3 24.0,197.3 22.0,211.3 20.0,225.3 18.0,239.3 17.0,253.7 16.0,268.1 16.0,283.0 17.0,297.4 19.0,311.4 21.3,325.3 25.0,338.6 30.0,351.3 36.5,363.5 45.7,374.4 57.1,383.6 69.9,390.9 83.3,397.1 97.4,401.8 111.7,405.5 126.3,408.4 140.9,410.6 155.7,412.1 170.5,413.0 185.3,413.0 200.2,413.0 215.0,413.0 229.8,412.5 244.6,411.4 259.4,410.0 274.1,408.1 288.8,406.0 303.5,403.9 318.2,402.4 333.0,401.2 347.8,400.3 362.6,399.6 377.4,398.8 392.2,397.5 406.7,394.4 419.9,388.0 430.2,377.8 437.8,366.2 444.0,353.9 448.2,340.8 453.0,328.0 456.4,314.6 459.1,300.9 462.0,287.2 463.0,272.8 464.0,258.4 464.0,243.5 464.0,228.7 463.0,214.3 461.0,200.3 458.0,186.7 455.0,173.1 451.7,159.7 447.0,146.7 442.7,133.7 437.2,121.2 430.9,108.9 422.5,97.5 412.3,87.3 400.0,79.5 386.3,73.8 371.9,70.2 357.3,67.6 342.7,65.4 328.0,63.3 313.3,60.9 298.8,57.8 284.4,54.4 270.1,50.4 256.1,45.7 242.0,41.0 228.0,36.0 214.0,31.3 199.6,27.8 184.8,27.0Z");
}

.cta > .wrap h2,
.cta > .wrap p,
.cta > .wrap a {
  position: relative;
  z-index: 1;
}

.cta > .wrap h2 {
  color: white;
  font-size: clamp(1.375rem, 4vw, 1.875rem);
  line-height: 1.15;
  max-width: min(100%, 16rem);
  margin: 0 0 10px;
  text-wrap: balance;
}

.cta > .wrap .btn {
  background: white;
  color: #16305b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  margin-top: 12px;
  font-size: .9375rem;
  line-height: 1.35;
  border-radius: 14px;
  box-shadow: 3px 3px 0 var(--blob-button-shadow, #d87500);
}

/* The same approved blob and compact content on every supporting page. */
.cta--page {
  text-align: center;
}

.cta--page > .wrap h2 {
  font-family: Fredoka, sans-serif;
  font-weight: 700;
}

.cta--page > .wrap p {
  max-width: min(100%, 17rem);
  margin: 12px 0 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.cta--page > .wrap .btn {
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease;
}

.cta--page > .wrap .btn:hover {
  transform: translateY(-2px);
}

.cta--page > .wrap .btn:focus-visible {
  outline: 3px solid #16305b;
  outline-offset: 4px;
}

.day {
  padding: 64px 0 72px !important;
  background: #fff0ad !important;
  color: #173461 !important;
}

.day::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0h1440v47c-210 18-410-18-620 0S410 65 0 47Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  pointer-events: none;
}

.day h2 {
  margin: 0 auto 24px !important;
  position: relative;
  z-index: 6;
  max-width: none;
  text-align: center;
}

.day .day-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  min-height: 400px;
  padding: 20px 0;
  align-items: center;
}

.day .day-grid::before {
  display: none;
}

.route-line {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.route-line path {
  fill: none;
  stroke: rgba(23,52,97,.72);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 13 17;
  vector-effect: non-scaling-stroke;
}

.day .step {
  --step-color: #e88fb4;
  --step-y: -76px;
  --step-rot: -2deg;
  --step-hover-rot: 3deg;
  position: relative;
  z-index: 1;
  min-height: 148px;
  padding: 20px 16px 22px;
  border: 2px solid rgba(255,255,255,.56);
  border-radius: 44% 56% 47% 53% / 54% 42% 58% 46%;
  background-color: var(--step-color);
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 2px, transparent 2px 8px);
  color: #173461;
  box-shadow: 7px 9px 0 rgba(23,52,97,.14);
  text-align: center;
  transform: translateY(var(--step-y)) rotate(var(--step-rot));
  transition: border-radius .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1), box-shadow .65s ease;
}

.day .step:nth-of-type(2) {
  --step-color: #72bdd1;
  --step-y: 66px;
  --step-rot: 2deg;
  --step-hover-rot: -3deg;
  border-radius: 56% 44% 58% 42% / 43% 56% 44% 57%;
}

.day .step:nth-of-type(3) {
  --step-color: #ebb36c;
  --step-y: -42px;
  --step-rot: 2deg;
  --step-hover-rot: -4deg;
}

.day .step:nth-of-type(4) {
  --step-color: #9bc978;
  --step-y: 78px;
  --step-rot: -2deg;
  --step-hover-rot: 4deg;
  border-radius: 56% 44% 58% 42% / 43% 56% 44% 57%;
}

.day .step:nth-of-type(5) {
  --step-color: #aa8fc2;
  --step-y: -66px;
  --step-rot: 1deg;
  --step-hover-rot: -4deg;
}

.day .step:hover,
.day .step:focus-within,
.day .step:active,
.day .step.is-morphed,
.day .step.is-pressed {
  border-radius: 57% 43% 54% 46% / 29% 35% 65% 71%;
  transform: translateY(calc(var(--step-y) + 6px)) rotate(var(--step-hover-rot)) scaleX(1.10) scaleY(.91);
  box-shadow: 8px 7px 0 rgba(23,52,97,.13);
}

.step-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 7px;
  border-radius: 48% 52% 44% 56% / 56% 43% 57% 44%;
  background: rgba(255,255,255,.82);
  color: #173461;
  box-shadow: 4px 5px 0 rgba(23,52,97,.18);
}

.step-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.day .step strong {
  width: fit-content;
  margin: 0 auto 9px;
  padding: 0;
  background: transparent;
  color: #173461;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: none;
}

.step-copy {
  display: block;
  width: 82%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.35;
}

footer {
  position: relative;
  z-index: 4;
  margin-top: 0 !important;
  padding: 118px 0 20px !important;
  background: #20b950 !important;
  color: #173461 !important;
}

footer a {
  color: #173461 !important;
}

.floating-signup {
  position: fixed;
  z-index: 55;
  top: 138px;
  right: clamp(18px, 2.6vw, 42px);
  width: 132px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  border-radius: 44% 56% 38% 62% / 48% 38% 62% 52%;
  background: #2999e7;
  color: white;
  font: 800 17px/1.08 Fredoka, sans-serif;
  text-align: center;
  text-decoration: none;
  box-shadow: 8px 10px 0 rgba(41,153,231,.24);
  transition: border-radius .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1), box-shadow .65s ease;
  -webkit-tap-highlight-color: transparent;
}

.floating-signup {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  cursor: grab;
}

.floating-signup.is-dragging {
  cursor: grabbing;
}

.floating-signup::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1.5px dashed rgba(255,255,255,.72);
  border-radius: inherit;
  pointer-events: none;
}

.floating-signup-icon {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1;
}

.floating-signup:hover,
.floating-signup:focus-visible,
.floating-signup:active,
.floating-signup.is-morphed,
.floating-signup.is-pressed {
  border-radius: 58% 42% 51% 49% / 29% 34% 66% 71%;
  transform: rotate(1deg) translateY(5px) scaleX(1.12) scaleY(.89);
  box-shadow: 8px 7px 0 rgba(41,153,231,.16);
}

footer .foot {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.foot-brand img {
  display: block;
  width: 174px;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 14px;
  border-radius: 45% 55% 48% 52% / 55% 43% 57% 45%;
  background: rgba(255,255,255,.92);
}

.foot-brand p,
.foot-block p,
.foot-block address {
  margin: 0;
  font-style: normal;
  line-height: 1.65;
}

.foot-block h2 {
  margin: 2px 0 12px;
  font: 700 21px/1.2 Fredoka, sans-serif;
}

.foot-links {
  display: grid;
  gap: 5px;
}

.foot-links a,
.foot-block a {
  width: fit-content;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.foot-bottom {
  margin-top: 30px;
  padding-top: 16px;
  padding-left: 72px;
  min-height: 56px;
  border-top: 1px solid rgba(23,52,97,.22);
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 45;
  left: max(16px, env(safe-area-inset-left, 0px));
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 5px 18px rgba(16, 87, 47, .22);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.floating-whatsapp img {
  display: block;
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.floating-whatsapp:hover,
.floating-whatsapp:active {
  background: #1bb957;
}

.floating-whatsapp:focus-visible {
  outline: 3px solid #16305b;
  outline-offset: 4px;
}

.contact-card .address-route {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.address-route > span:first-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.address-route-action {
  font-size: 1rem;
  font-weight: 800;
}

.address-route:focus-visible {
  outline: 3px solid #1557d5;
  outline-offset: 5px;
  border-radius: 5px;
}

.photo img,
.care-visual {
  transition: border-radius .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1);
}

.photo:hover img {
  border-radius: 57% 43% 58% 42% / 42% 58% 42% 58%;
  transform: rotate(-1deg) scale(1.01);
}

.care-visual:hover,
.care-visual.is-morphed {
  border-radius: 58% 42% 37% 63% / 42% 60% 40% 58%;
  transform: rotate(-2deg) scale(1.025);
}

@media (prefers-reduced-motion: reduce) {
  .cta > .wrap,
  .photo img,
  .care-visual,
  .floating-signup,
  .day .step {
    transition: none;
  }
}

header {
  position: fixed !important;
  z-index: 50 !important;
  top: 18px !important;
  left: 0;
  width: 100%;
  height: auto !important;
  pointer-events: none;
}

header .nav {
  width: min(1280px, calc(100% - 24px));
  min-height: 70px;
  padding: 4px 0 4px 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 87, 213, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(22, 48, 91, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
  position: relative;
}

header .logo {
  width: 160px;
  height: 56px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  align-self: stretch;
}

.site-search-button {
  align-self: stretch;
  width: 54px;
  min-height: 58px;
  margin: -4px 0;
  border: 0;
  border-radius: 0 23px 23px 0;
  background: #30d765;
  color: white;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease;
}

.site-search-button:hover,
.site-search-button:focus-visible,
.site-search-button[aria-expanded="true"] { background: #20bf52; }

.site-search-button svg,
.site-search-field button svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.site-search-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(520px, 100%);
  padding: 20px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(21,87,213,.12);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(22,48,91,.2);
}

.site-search-panel[hidden] { display: none; }
.site-search-form label { display: block; margin-bottom: 8px; color: #16305b; font-weight: 800; }
.site-search-field { display: grid; grid-template-columns: 1fr 52px; border: 2px solid #bcdcf0; border-radius: 15px; overflow: hidden; }
.site-search-field input { min-width: 0; padding: 13px 15px; border: 0; outline: 0; font: inherit; color: #16305b; }
.site-search-field button { border: 0; background: #30d765; color: white; display: grid; place-items: center; cursor: pointer; }
.site-search-results { display: grid; gap: 6px; margin-top: 10px; }
.site-search-results:empty { display: none; }
.site-search-results a { display: flex; justify-content: space-between; padding: 9px 12px; border-radius: 10px; color: #16305b; font-weight: 800; text-decoration: none; }
.site-search-results a:hover, .site-search-results a:focus-visible { background: #eef8f1; }
.site-search-results p { margin: 7px 3px 0; color: #55515b; }

header nav a {
  position: relative;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #55515b;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none;
}

header nav a:not(.btn)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -5px;
  left: 0;
  height: 3px;
  background: var(--pink);
  border-radius: 2px;
  transition: right 0.2s ease;
  display: none;
}

header nav a:not(.btn):hover::after,
header nav a:not(.btn):focus-visible::after {
  right: 0;
}

.menu-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: var(--icon);
  transition: transform .2s ease;
}

.menu-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .45));
}

.menu-icon svg > * {
  stroke: currentColor;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  paint-order: stroke fill;
}

.menu-icon .menu-icon-detail {
  fill: white;
  stroke: white;
}

.menu-icon .menu-icon-frame {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  paint-order: normal;
}

.menu-icon-phone svg {
  width: 88%;
  height: 88%;
}

.menu-icon-phone svg > * {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: .45;
}

.menu-icon-signup path:not(.menu-icon-frame) {
  stroke-width: .55;
}

header nav a:hover .menu-icon,
header nav a:focus-visible .menu-icon {
  transform: translateY(-3px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--blue);
  color: white;
  font: 700 24px/1 Nunito, sans-serif;
  cursor: pointer;
}

@media (max-width: 980px) and (min-width: 781px) {
  header .nav { padding-right: 0; padding-left: 18px; }
  header .logo { width: 135px; }
  header nav { gap: 5px; }
  header nav a { min-width: 64px; font-size: 13px; }
  .menu-icon { width: 32px; height: 32px; }
  .site-search-button { width: 50px; }
  footer .foot { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  footer {
    padding-top: 72px !important;
  }
  .floating-signup {
    top: 112px;
    right: 10px;
    width: 108px;
    min-height: 96px;
    padding: 13px 10px;
    font-size: 15px;
    box-shadow: 6px 7px 0 rgba(22,48,91,.2);
  }

  .floating-signup-icon {
    font-size: 21px;
  }

  footer .foot {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .foot-bottom {
    margin-top: 26px;
  }

  .day {
    padding: 58px 0 64px !important;
  }

  .day::before,
  .day::after {
    height: 32px;
  }

  .day h2 {
    margin-bottom: 20px !important;
  }

  .day .day-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 14px 0 14px 32px;
  }

  .day .day-grid::before {
    top: 22px;
    bottom: 22px;
    left: 11px;
    right: auto;
    width: 0;
    height: auto;
    border-top: 0;
    border-left: 4px dashed rgba(23,52,97,.62);
    border-radius: 0;
    transform: none;
  }

  .route-line {
    display: none;
  }

  .day .day-grid::before {
    display: block;
  }

  .day .step {
    width: min(270px, 100%);
    justify-self: start;
    min-height: 0;
    padding: 17px 16px 19px;
    transform: none !important;
  }

  .day .step:nth-of-type(even) {
    justify-self: end;
  }

  main .hero {
    padding-top: 115px;
  }

  #wie-zijn-wij .card {
    min-height: 0;
  }

  .care-tabs {
    padding-bottom: 64px;
  }

  .hero.hero::after,
  .care-tabs::after,
  .google-reviews::after {
    height: 30px;
  }

  .day::after,
  .cta::after {
    height: 20px;
  }

  .care-tablist {
    padding-left: 0;
  }

  .care-tablist button,
  .care-tablist button[aria-selected="true"] {
    min-height: 57px;
    padding: 12px 16px;
    font-size: 14px;
    transform: none;
  }

  .care-tablist button[aria-selected="true"] {
    min-height: 68px;
    margin-bottom: -27px;
    padding-bottom: 31px;
  }

  .care-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 62px 30px 48px;
    border-radius: 38px 51px 58px 43px / 42px 48px 61px 53px;
  }

  .care-panel p {
    font-size: 16px;
  }

  .care-visual {
    min-height: 145px;
    font-size: 72px;
  }

  .google-reviews {
    padding: 48px 0 12px;
  }

  .reviews-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 26px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }

  .cta {
    padding: 8px 10px !important;
  }

  .cta > .wrap {
    width: min(400px, calc(100% - 24px));
    min-height: 345px;
    padding: 48px 36px;
    margin: 0 14px -32px auto;
    border-radius: 39% 50% 33% 40% / 34% 32% 20% 62%;
    box-shadow: 12px 14px 0 rgba(94,146,181,.18);
  }

  .day h2 {
    max-width: none;
  }

  header {
    top: 10px !important;
  }

  header .nav {
    min-height: 62px;
    padding: 4px 8px 4px 16px;
    border-radius: 20px;
  }

  header .logo {
    width: 125px;
    height: 48px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-search-button {
    order: 2;
    align-self: auto;
    width: 44px;
    min-height: 44px;
    height: 44px;
    margin: 0 6px 0 auto;
    border-radius: 14px;
  }

  .site-search-button svg { width: 24px; height: 24px; }
  .menu-toggle { order: 3; }

  .site-search-panel {
    top: calc(100% + 10px);
    width: 100%;
    padding: 16px;
  }

  header nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(21,87,213,.12);
    border-radius: 20px;
    box-shadow: 0 16px 35px rgba(22,48,91,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
    pointer-events: none;
  }

  header nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  header nav a,
  header nav a:not(.btn) {
    display: grid !important;
    grid-template-columns: 44px 1fr;
    justify-items: start;
    min-width: 0;
    padding: 9px 14px;
    border-radius: 12px;
  }

  .menu-icon { width: 34px; height: 34px; }

  header nav a:not(.btn):hover {
    background: #eef6ff;
  }

  header nav a:not(.btn)::after {
    display: none;
  }
}
