/* ============================================================
   MOVOM — bewegen naar balans
   ============================================================ */

:root {
  --teal:        #235150;
  --teal-dark:   #1c4342;
  --teal-deep:   #235150;
  --coral:       #ee9a7b;
  --coral-dark:  #d87a58;
  --cream:       #f6ede2;
  --cream-2:     #faf4ec;
  --cream-3:     #f2e7d9;
  --ink:         #2c2c2c;
  --muted:       #6f6a63;
  --muted-light: #cfd8d2;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--cream-2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

.container { width: min(1180px, 90%); margin: 0 auto; }
.center { text-align: center; }

/* ---------- Shared typography ---------- */
.eyebrow {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.eyebrow.center { text-align: center; }

.section-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.2;
  color: var(--teal);
  letter-spacing: -0.01em;
}
.section-title.center { text-align: center; }
.section-title.light { color: #fff; }
.accent { color: var(--coral); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--coral-dark); transform: translateY(-2px); }
.btn-lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn .arrow { font-size: 1.1em; line-height: 1; }

/* ============================================================
   LOGO
   ============================================================ */
.logo { display: inline-flex; align-items: center; gap: 0.7rem; }
.logo-img { height: 52px; width: auto; display: block; }
.logo-mark { width: 54px; }
.logo-mark svg { width: 100%; display: block; }
.lm-swoosh     { fill: var(--coral); }
.lm-dot-top    { fill: #c4b59c; }
.lm-dot-bottom { fill: #c4b59c; }

.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  color: #fff;
}
.logo-name.dark { color: var(--teal); }
.logo-tagline {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 4px;
}
.logo-footer .logo-tagline {
  color: var(--muted);
  border-top: 1px solid rgba(0,0,0,0.15);
}

/* ============================================================
   HERO
   ============================================================ */
/* vaste navigatiebalk — altijd zichtbaar, met gradient */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(to bottom,
    rgba(35,81,80,0.98) 0%,
    rgba(35,81,80,0.85) 45%,
    rgba(35,81,80,0.35) 80%,
    rgba(35,81,80,0) 100%);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  background: var(--teal);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.hero {
  position: relative;
  background: var(--teal);
  color: #fff;
  padding: 6rem 0 3.5rem;
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: min(1180px, 90%);
  margin: 0 auto;
  padding: 1.3rem 0;
}
.nav-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
}
.nav-links a {
  color: rgba(255,255,255,0.9);
  padding-bottom: 4px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
  transition: color .2s;
}
.nav-links a:hover { color: #fff; }
.nav-links a.active {
  color: var(--coral);
  border-bottom: 2px solid var(--coral);
}
.nav-cta { padding: 0.7rem 1.4rem; }

/* hamburgerknop (enkel mobiel/tablet) — block, geen flex op de button */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 9px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2.5px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle span + span { margin-top: 6px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

.hero-inner {
  position: relative;
  z-index: 4;
  width: min(1180px, 90%);
  margin: 0 auto;
  padding: 2rem 0 5rem;
}
.hero-content { max-width: min(480px, 36vw); }
.hero-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}
.hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: 1.02rem;
  font-weight: 300;
  margin-bottom: 2.3rem;
}
.hero-sub .hi { color: var(--coral); font-weight: 500; }

/* curved photo */
.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-curve {
  position: absolute;
  top: 0;
  right: 55%;
  width: 16%;
  height: 100%;
  z-index: 2;
  transform: translateX(1px);
}
.hero-curve path { fill: var(--teal); }

.hero-badge {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 74px;
  height: 74px;
  background: var(--teal);
  border: 4px solid var(--cream-2);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px 14px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  background: var(--cream-2);
  padding: 6rem 0 5rem;
}
.services .section-title { margin-top: 0.4rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.5rem;
}
.service {
  text-align: center;
  padding: 2.4rem 1.6rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(35,81,80,0.06);
}
.service-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: var(--cream-3);
  display: grid;
  place-items: center;
}
.service-icon svg:not(.svc-ic) {
  width: 80px;
  height: 80px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* getraceerde icoontjes (inline SVG, inkleurbaar via currentColor) */
.svc-ic {
  display: block;
  width: 104px;
  height: 104px;
  color: var(--coral);
}
.svc-ic path { stroke: currentColor; stroke-width: 6; }
/* alternerende icoonkleuren */
.service:nth-child(even) .service-icon svg:not(.svc-ic) { stroke: var(--teal); }
.service:nth-child(even) .svc-ic { color: var(--teal); }
.service h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--teal);
  margin-bottom: 0.9rem;
  line-height: 1.3;
}
.service p {
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 300;
}

/* ============================================================
   APPROACH
   ============================================================ */
.approach {
  background: var(--cream-3);
  padding: 5.5rem 0;
}
.approach-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 4rem;
  align-items: center;
}
.approach-text {
  color: var(--muted);
  font-weight: 300;
  margin: 1.4rem 0 2rem;
  max-width: 320px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.step {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 2.2rem 1.3rem;
  box-shadow: 0 10px 30px rgba(35,81,80,0.06);
}
.step-circle {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: var(--cream-3);
  display: grid;
  place-items: center;
  padding-top: 22px; /* ruimte bovenaan zodat het nummer niet over het icoon valt */
}
.step-num {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
}
.step-icon {
  width: 50px;
  height: 50px;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step:nth-child(1) .step-icon { stroke: var(--muted); }
.step:nth-child(2) .step-icon { stroke: var(--coral); }
.step:nth-child(3) .step-icon { stroke: var(--teal); }
/* getraceerde aanpak-icoontjes (inline SVG, inkleurbaar via currentColor) */
.step-ic { display: block; width: 72px; height: 72px; }
.step:nth-child(2) .step-ic { color: var(--coral); }
.step:nth-child(3) .step-ic { color: var(--teal); }
.step h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--teal);
  margin-bottom: 0.7rem;
}
.step p {
  font-size: 0.83rem;
  color: var(--muted);
  font-weight: 300;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--cream-2); }
.about-top {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
}
.about-photo { min-height: 520px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.about-content {
  display: flex;
  align-items: center;
  padding: 4.5rem 5%;
}
.about-inner { max-width: 520px; }
.about-lead {
  font-size: 1.08rem;
  color: var(--teal);
  font-weight: 500;
  margin: 1.4rem 0 1.2rem;
}
.about-text {
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1rem;
}
.signature {
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  color: var(--teal);
  line-height: 1;
  margin-top: 1.2rem;
}
.signature-name {
  font-family: 'Caveat', cursive;
  color: var(--coral);
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 0.2rem;
}

/* opleidingen & specialisaties */
.about-education {
  border-top: 1px solid #e7dccd;
  padding: 4.5rem 0 5rem;
}
.about-education .eyebrow { margin-bottom: 2.2rem; }
.edu-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.6rem;
  max-width: 900px;
  margin: 0 auto;
}
.edu-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 2.2rem;
  box-shadow: 0 10px 30px rgba(35,81,80,0.06);
}
.edu-main { border-left: 4px solid var(--coral); }
.edu-year {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--coral);
  background: var(--cream-3);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.edu-card h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--teal);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.edu-card p { color: var(--muted); font-weight: 300; font-size: 0.9rem; }
.edu-list { list-style: none; margin-top: 0.3rem; }
.edu-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--muted);
  font-weight: 300;
  font-size: 0.92rem;
}
.edu-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
.edu-note {
  max-width: 900px;
  margin: 1.8rem auto 0;
  text-align: center;
  color: var(--muted);
  font-weight: 300;
  font-size: 0.92rem;
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  position: relative;
  background: var(--teal);
  padding: 5.5rem 0;
  overflow: hidden;
}
.cta-inner { position: relative; z-index: 2; }
.cta .section-title { margin: 0.3rem 0 2.2rem; }
.cta-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  z-index: 1;
}
.cta-blob-1 { width: 260px; height: 260px; left: -80px; top: -60px; }
.cta-blob-2 { width: 200px; height: 200px; left: 40px; bottom: -90px; }

/* ============================================================
   OVER MOVOM
   ============================================================ */
.over-movom {
  background: var(--cream-3);
  padding: 6rem 0;
}
.over-movom .section-title { margin-top: 0.4rem; }
.over-movom-text {
  max-width: 720px;
  margin: 2.2rem auto 0;
  color: var(--muted);
  font-weight: 300;
  font-size: 1.02rem;
}
.over-movom-text p { margin-bottom: 1.1rem; }
.over-movom em {
  font-style: italic;
  color: var(--teal);
  font-weight: 500;
}
.accent-phrase { color: var(--coral); font-weight: 500; }
.over-movom-outro { margin-top: 2.4rem; }
.over-movom-final {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--teal);
  text-align: center;
  margin-top: 0.6rem;
}
.over-movom-final .accent-phrase { font-weight: 600; }

/* drie pijlers — verticale lijst op tekstbreedte */
.pillars {
  max-width: 720px;
  margin: 2.6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pillar {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  background: var(--cream-2);
  border-radius: 16px;
  padding: 1.5rem 1.8rem;
}
.pillar-num {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}
.pillar-body h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--teal);
  margin-bottom: 0.3rem;
}
.pillar-body p {
  color: var(--muted);
  font-weight: 300;
  font-size: 0.92rem;
}

/* lees meer / minder */
.over-movom-toggle { text-align: center; margin-top: 2rem; }
.read-more-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--coral);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem 0.2rem;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.read-more-btn:hover {
  color: var(--coral-dark);
  border-bottom-color: var(--coral);
}

/* ============================================================
   PRAKTISCH
   ============================================================ */
.praktisch {
  background: var(--cream-2);
  padding: 6rem 0;
}
.praktisch .section-title { margin-top: 0.4rem; }
.prak-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.prak-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.2rem 2rem;
  box-shadow: 0 10px 30px rgba(35,81,80,0.06);
}
.prak-icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--cream-3);
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
}
.prak-icon svg {
  width: 26px; height: 26px;
  fill: none; stroke: var(--coral);
  stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.prak-card:nth-child(even) .prak-icon svg { stroke: var(--teal); }
.prak-card h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--teal);
  margin-bottom: 0.8rem;
}
.prak-card p {
  color: var(--muted);
  font-weight: 300;
  font-size: 0.92rem;
}
.prak-list {
  list-style: none;
  color: var(--muted);
  font-weight: 300;
  font-size: 0.92rem;
}
.prak-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}
.prak-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
/* tarievenlijst binnen de Praktisch-kaart */
.tarieflijst {
  list-style: none;
  margin-top: 0.2rem;
}
.tarieflijst li {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--cream-3);
}
.tarieflijst li:last-child { border-bottom: none; }
.tarieflijst .t-naam {
  flex: 1;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 400;
}
.tarieflijst .t-naam em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.1rem;
}
.tarieflijst .t-prijs {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--coral);
  white-space: nowrap;
}
.prak-card:nth-child(even) .tarieflijst .t-prijs { color: var(--teal); }
.tarief-note {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px dashed var(--cream-3);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--muted);
  line-height: 1.55;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--cream-3);
  padding: 6rem 0;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
  align-items: start;
}
.contact-lead {
  color: var(--muted);
  font-weight: 300;
  margin: 1.3rem 0 2rem;
  max-width: 360px;
}
.contact-list { list-style: none; }
.contact-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
  color: var(--muted);
}
.contact-list strong { color: var(--ink); }
.contact-list a { color: var(--muted); transition: color .2s; }
.contact-list a:hover { color: var(--coral); }
.contact-list .muted-note { font-size: 0.82rem; font-weight: 300; opacity: 0.8; }

.contact-form {
  background: #fff;
  border-radius: 22px;
  padding: 2.4rem;
  box-shadow: 0 14px 40px rgba(35,81,80,0.08);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--teal);
}
.contact-form input,
.contact-form textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  color: var(--ink);
  padding: 0.8rem 1rem;
  border: 1.5px solid #e5ddd0;
  border-radius: 12px;
  background: var(--cream-2);
  transition: border-color .2s, background .2s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #b3afa6; font-weight: 300; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--coral);
  background: #fff;
}
.contact-form textarea { resize: vertical; }
.contact-form button { align-self: flex-start; margin-top: 0.4rem; border: none; }
/* honeypot — verborgen voor mensen, zichtbaar voor bots */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-status {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  line-height: 1.5;
}
.form-privacy {
  margin-top: 0.8rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 300;
}
.form-privacy a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(35,81,80,0.35);
  text-underline-offset: 2px;
}
.form-privacy a:hover { color: var(--coral); }
.form-status.pending { color: var(--muted); font-style: italic; }
.form-status.ok,
.form-status.error {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  animation: fs-in 0.35s ease both;
}
@keyframes fs-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.form-status .fs-ic {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 6px 14px rgba(35,81,80,0.18);
}
.form-status .fs-ic svg { width: 19px; height: 19px; }
.form-status .fs-body strong {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 0.15rem;
}
.form-status.ok {
  color: var(--teal-dark);
  background: rgba(35, 81, 80, 0.07);
  border: 1px solid rgba(35, 81, 80, 0.16);
}
.form-status.ok .fs-ic { background: var(--teal); }
.form-status.ok .fs-body strong { color: var(--teal); }
.form-status.error {
  color: var(--coral-dark);
  background: rgba(238, 154, 123, 0.12);
  border: 1px solid rgba(238, 154, 123, 0.40);
}
.form-status.error .fs-ic { background: var(--coral); box-shadow: 0 6px 14px rgba(238,154,123,0.30); }
.form-status.error .fs-body strong { color: var(--coral-dark); }

/* ============================================================
   KAART — OpenStreetMap / Leaflet, volledige breedte
   ============================================================ */
.map-section { position: relative; width: 100%; z-index: 0; }
.map {
  width: 100%;
  height: 460px;
  background: var(--cream-3);
  z-index: 0;
}
.leaflet-container { font-family: 'Poppins', sans-serif; background: var(--cream-3); }
.map-card {
  position: absolute;
  z-index: 500;
  top: 50%;
  right: max(5vw, 1.5rem);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 18px;
  padding: 1.6rem 1.8rem;
  box-shadow: 0 16px 44px rgba(35,81,80,0.22);
  max-width: 280px;
}
.map-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--teal);
}
.map-addr {
  color: var(--muted);
  font-weight: 300;
  margin: 0.3rem 0 1.1rem;
  line-height: 1.5;
}
.route-wrap { position: relative; }
.map-route { box-shadow: 0 8px 22px rgba(224,125,90,0.35); cursor: pointer; }
.route-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.5rem);
  min-width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(35,81,80,0.22);
  overflow: hidden;
  z-index: 10;
}
.route-menu a {
  display: block;
  padding: 0.7rem 1.1rem;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
.route-menu a:hover { background: var(--cream-2); color: var(--coral); }
.route-menu a + a { border-top: 1px solid #eee; }

/* kaart-info verbergen/tonen (enkel smartphone) */
.map-card-close { display: none; }
.map-card-show { display: none; }
.mcs-pin {
  width: 12px; height: 12px;
  background: var(--coral);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: inline-block;
}
/* coral pin-marker (SVG) */
.map-pin { background: none; border: none; }
.map-pin svg { display: block; filter: drop-shadow(0 3px 4px rgba(0,0,0,0.3)); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--cream); color: var(--ink); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.3fr 1.3fr;
  gap: 2.5rem;
  padding: 4rem 0 3rem;
}
.logo-footer {
  display: inline-block;
  margin-bottom: 1.3rem;
  background: var(--teal);
  padding: 0.9rem 1.3rem;
  border-radius: 16px;
}
.logo-footer .logo-img { height: 46px; }
.footer-tag {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 300;
}
.footer-col h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 1.3rem;
  font-weight: 600;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; font-size: 0.88rem; }
.footer-col ul a { color: var(--muted); transition: color .2s; }
.footer-col ul a:hover { color: var(--coral); }

.footer-info li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}
.footer-info strong { color: var(--ink); font-weight: 600; }
.fi-icon {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--cream-3);
  display: grid; place-items: center;
  margin-top: 2px;
}
.fi-icon svg {
  width: 16px; height: 16px;
  fill: none; stroke: var(--coral);
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

.socials { display: flex; gap: 0.8rem; margin-bottom: 1.6rem; }
.socials a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  color: var(--teal);
  display: grid; place-items: center;
  transition: background .2s, color .2s;
}
.socials a svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
.socials a:hover { background: var(--teal); color: #fff; }

.footer-cta { padding: 0.7rem 1.4rem; }
.footer-note {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 300;
  margin-top: 1.1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 1.3rem 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.footer-bottom .container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-legal a { color: var(--muted); }
.footer-legal a:hover { color: var(--coral); }

/* ============================================================
   RESPONSIVE — tablet & smartphone
   ============================================================ */

/* ---- Tablet & kleiner: hamburgermenu ---- */
@media (max-width: 960px) {
  .nav { justify-content: space-between; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--teal-dark);
    padding: 0.5rem 6% 1.6rem;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 22px 34px rgba(0,0,0,0.22);
    display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-links {
    flex-direction: column;
    gap: 0;
    width: 100%;
    font-size: 1rem;
  }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .nav-links a {
    display: block;
    padding: 0.95rem 0.2rem;
    text-shadow: none;
  }
  .nav-links a.active { border-bottom: none; }
  .nav-cta {
    margin-top: 1.2rem;
    justify-content: center;
    padding: 0.9rem 1.4rem;
  }

  /* hero */
  .hero::before { display: none; }
  .hero { padding-bottom: 0; }
  .hero-photo { position: relative; width: 100%; height: 420px; }
  .hero-curve { display: none; }
  .hero-inner { padding: 1.5rem 0 3rem; }
  .hero-content { max-width: none; }

  /* secties */
  .services, .over-movom, .praktisch, .contact { padding: 4rem 0; }
  .approach { padding: 4rem 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 2.6rem 1.5rem; }
  .approach-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .approach-intro .approach-text { max-width: none; }
  .steps { gap: 1.4rem; }
  .about-top { grid-template-columns: 1fr; }
  .about-photo { min-height: 340px; }
  .about-content { padding: 3rem 6%; }
  .about-education { padding: 3.5rem 0 4rem; }
  .edu-grid { grid-template-columns: 1fr; }
  .prak-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-lead { max-width: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
}

/* ---- Smartphone ---- */
@media (max-width: 600px) {
  .hero-title { font-size: 2.6rem; }
  .section-title { font-size: 1.85rem; }
  .btn-lg { padding: 0.95rem 1.6rem; font-size: 0.95rem; }

  /* diensten: klein icoon links, tekst rechts (minder scrollen) */
  .services-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .service {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1.1rem;
    text-align: left;
    align-items: center;
    padding: 1.4rem 1.5rem;
  }
  .service-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 68px;
    height: 68px;
    margin: 0;
  }
  .service-icon svg:not(.svc-ic) { width: 44px; height: 44px; }
  .svc-ic { width: 62px; height: 62px; }
  .service h3 { grid-column: 2; margin-bottom: 0.25rem; }
  .service p { grid-column: 2; margin: 0; }

  /* aanpak-stappen: klein icoon links, tekst rechts */
  .steps { grid-template-columns: 1fr; gap: 1.4rem; }
  .step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1.1rem;
    text-align: left;
    align-items: center;
    padding: 1.4rem 1.5rem;
  }
  .step-circle {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 62px;
    height: 62px;
    margin: 0;
  }
  .step-circle { padding-top: 15px; }
  .step-num { width: 26px; height: 26px; font-size: 0.78rem; top: -9px; }
  .step-icon { width: 28px; height: 28px; }
  .step-ic { width: 40px; height: 40px; }
  .step h3 { grid-column: 2; margin-bottom: 0.25rem; }
  .step p { grid-column: 2; }

  .pillar { padding: 1.3rem 1.4rem; gap: 1rem; }

  /* praktisch: symbool links, tekst rechts (minder scrollen) */
  .prak-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1.1rem;
    align-items: start;
    padding: 1.5rem 1.6rem;
  }
  .prak-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    width: 46px;
    height: 46px;
    margin-bottom: 0;
  }
  .prak-icon svg { width: 22px; height: 22px; }
  .prak-card h3 { grid-column: 2; margin-bottom: 0.45rem; }
  .prak-card p,
  .prak-card .prak-list { grid-column: 2; }

  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.6rem; }
  .map { height: 380px; }
  .map-card {
    top: auto; bottom: 1rem;
    left: 1rem; right: 1rem;
    max-width: none;
    transform: none;
    padding: 1.2rem 1.4rem;
    text-align: center;
  }
  .map-card-close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    width: 30px;
    height: 30px;
    border: none;
    background: var(--cream-2);
    color: var(--teal);
    border-radius: 50%;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }
  .map-card-show:not([hidden]) {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    z-index: 500;
    right: 1rem;
    bottom: 1rem;
    background: #fff;
    color: var(--teal);
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    box-shadow: 0 8px 22px rgba(35,81,80,0.2);
    cursor: pointer;
  }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom .container { flex-direction: column; gap: 0.4rem; text-align: center; }
}

/* ============================================================
   JURIDISCHE PAGINA (privacy & vermeldingen)
   ============================================================ */
.legal-header { background: var(--teal); }
.legal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.legal-logo img { height: 46px; display: block; }
.legal-back {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color .2s;
}
.legal-back:hover { color: #fff; }

.legal { background: var(--cream-2); padding: 4.5rem 0 5.5rem; }
.legal .container { max-width: min(780px, 90%); }
.legal-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--teal);
  margin-bottom: 0.4rem;
}
.legal-updated {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 2.6rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(35,81,80,0.12);
}
.legal-section { margin-bottom: 2.6rem; }
.legal-section h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--teal);
  margin-bottom: 0.9rem;
  padding-left: 0.9rem;
  border-left: 3px solid var(--coral);
}
.legal-section p {
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 0.8rem;
  line-height: 1.75;
}
.legal-section ul { list-style: none; margin: 0.5rem 0 0.9rem; }
.legal-section li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-weight: 300;
  line-height: 1.6;
}
.legal-section li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--coral);
}
.legal-section a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(35,81,80,0.35);
  text-underline-offset: 2px;
}
.legal-section a:hover { color: var(--coral); }
.legal-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.6rem;
  color: var(--ink);
  font-weight: 300;
}
.legal-grid dt { font-weight: 500; color: var(--teal); white-space: nowrap; }
.legal-divider {
  border: none;
  border-top: 1px solid rgba(35,81,80,0.12);
  margin: 2.6rem 0;
}
.legal-footer {
  background: var(--teal);
  color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 2rem 1.5rem;
  font-size: 0.85rem;
  line-height: 1.7;
}
.legal-footer a { color: var(--cream); }

@media (max-width: 600px) {
  .legal-grid { grid-template-columns: 1fr; gap: 0.15rem 0; }
  .legal-grid dt { margin-top: 0.6rem; }
  .legal { padding: 3rem 0 4rem; }
}
