/* Header als flexbox */
.site-header .inside-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Logo in het midden */
.site-branding {
    order: 2;
    margin: 0 30px;
}

/* Menu splitsen */
.main-navigation {
    order: 1;
    flex: 1;
}

.main-navigation .main-nav ul {
    display: flex;
    justify-content: flex-end;
}

/* Tweede helft van menu rechts */
.main-navigation .main-nav ul li:nth-child(n+3) {
    order: 3;
}

/* Alleen op paginas verbergen; blogposts tonen hun titel */
.page h1.entry-title {
    display: none;
}

/* Verberg de oude copyright-tekst */
.site-footer .copyright-bar {
    font-size: 0;
}

/* Voeg nieuwe tekst toe */
.site-footer .copyright-bar:before {
    content: "© 2025 Minkozen";
    font-size: 14px;
    color: #3B2F29;
}

/* Grid + kaarten */
.card-grid { display:grid; gap:24px; grid-template-columns:repeat(3,1fr); }
@media (max-width:1024px){ .card-grid { grid-template-columns:repeat(2,1fr);} }
@media (max-width:720px){ .card-grid { grid-template-columns:1fr;} }

.card-grid .post-card {
  background:#fff; border-radius:12px; overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease;
  padding:0 0 14px 0;
}
.card-grid .post-card:hover { transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.08); }

.card-grid .wp-block-post-featured-image img {
  width:100%; display:block; aspect-ratio:16/9; object-fit:cover;
  border-radius:12px 12px 0 0;
}

.wp-block-post-excerpt__more-link {
  display:inline-block; background:#4F827C; color:#fff !important;
  padding:10px 16px; border-radius:10px; font-weight:700;
}
.wp-block-post-excerpt__more-link:hover { background:#406B66; }

/* Meta subtiel */
.card-grid .wp-block-post-terms, .card-grid .wp-block-post-date {
  color:#6B746F; font-size:14px;
}
.card-grid .wp-block-post-terms a { text-transform:uppercase; letter-spacing:.02em; font-weight:600; }

/* Zenboks cards styling */
.zen-card {
  background: #F0F0F0;
  padding: 22px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(15,20,25,0.06);
}
.zen-cta {
  border-radius: 10px;
  padding: 14px 22px;
}

/* Strong Testimonials – Minkozen look */
.strong-view .testimonial {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 32px;
  background: #F7F8F6;          /* zacht lichtgroen/beige */
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}

.strong-view .testimonial-content {
  font-size: 1.1rem;             /* rustiger, goed leesbaar */
  line-height: 1.75;
  color: #2A2F2B;                 /* zachte donkergrijs/groen */
  font-style: italic;             /* quote-gevoel */
}

.strong-view .testimonial-client-name {
  margin-top: 14px;
  display: block;
  font-size: .95rem;
  color: #4F5A53;
  opacity: .9;
  font-style: normal;             /* naam niet cursief */
}

/* Dots onder slider – subtiel en toegankelijk */
.strong-view .slick-dots li button:before {
  font-size: 10px;
  opacity: .35;
  color: #4F5A53;
}
.strong-view .slick-dots li.slick-active button:before {
  opacity: .9;
  color: #6A8E7A;                 /* zacht groen */
}

/* Pijlen verbergen (we gebruiken automatische fade) */
.strong-view .slick-prev, 
.strong-view .slick-next { display: none !important; }

/* Ruimte rondom sectie (als je in een Groep-blok plaatst) */
.minkozen-testimonials-section {
  padding: 72px 0;
}

/* Mobiel: iets kleinere padding */
@media (max-width: 640px) {
  .strong-view .testimonial {
    padding: 22px 20px;
  }
  .strong-view .testimonial-content {
    font-size: 1.05rem;
    line-height: 1.7;
  }
}

/* Minkozen rebuild stable CSS - moved out of page content */
:root {
  --paper: #fbfaf6;
  --paper-warm: #f3eee6;
  --ink: #25231f;
  --muted: #6b6258;
  --line: #ded5c8;
  --sage: #6f806b;
  --sage-dark: #485a46;
  --clay: #9f573c;
  --clay-dark: #7b3f2d;
  --clay-soft: #efe0d8;
  --cream: #fffdf8;
  --shadow: 0 20px 50px rgba(50, 42, 32, 0.11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body.page-id-198,
body.page-id-206,
body.page-id-1173,
body.page-id-208,
body.page-id-210,
body.page-id-212,
body.page-id-224 {
  background: var(--paper) !important;
}

body.page-id-198 #masthead,
body.page-id-198 #site-navigation,
body.page-id-198 .site-info,
body.page-id-206 #masthead,
body.page-id-206 #site-navigation,
body.page-id-206 .site-info,
body.page-id-1173 #masthead,
body.page-id-1173 #site-navigation,
body.page-id-1173 .site-info,
body.page-id-208 #masthead,
body.page-id-208 #site-navigation,
body.page-id-208 .site-info,
body.page-id-210 #masthead,
body.page-id-210 #site-navigation,
body.page-id-210 .site-info,
body.page-id-212 #masthead,
body.page-id-212 #site-navigation,
body.page-id-212 .site-info,
body.page-id-224 #masthead,
body.page-id-224 #site-navigation,
body.page-id-224 .site-info {
  display: none !important;
}

body.page-id-198 #page,
body.page-id-206 #page,
body.page-id-1173 #page,
body.page-id-208 #page,
body.page-id-210 #page,
body.page-id-212 #page,
body.page-id-224 #page {
  max-width: none !important;
  margin: 0 !important;
  background: var(--paper) !important;
}

body.page-id-198 .site-content,
body.page-id-206 .site-content,
body.page-id-1173 .site-content,
body.page-id-208 .site-content,
body.page-id-210 .site-content,
body.page-id-212 .site-content,
body.page-id-224 .site-content,
body.page-id-198 .inside-article,
body.page-id-206 .inside-article,
body.page-id-1173 .inside-article,
body.page-id-208 .inside-article,
body.page-id-210 .inside-article,
body.page-id-212 .inside-article,
body.page-id-224 .inside-article {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  background: var(--paper) !important;
}

body.page-id-198 .entry-content,
body.page-id-206 .entry-content,
body.page-id-1173 .entry-content,
body.page-id-208 .entry-content,
body.page-id-210 .entry-content,
body.page-id-212 .entry-content,
body.page-id-224 .entry-content {
  margin: 0 !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 4.5vw, 64px);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-weight: 800; font-size: 1.16rem; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand span { letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 0.96rem; color: var(--muted); }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav .nav-cta {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--clay);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(123, 63, 45, 0.14);
}
.site-nav .nav-cta:hover { background: var(--clay-dark); color: #fff !important; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--cream); border-radius: 8px; padding: 9px 12px; }

.hero, .page-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) 0;
}

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr); align-items: center; gap: clamp(28px, 6vw, 72px); }
.hero.compact { padding-top: clamp(34px, 5vw, 70px); }
.hero-content { max-width: 690px; }
.label { margin: 0 0 10px; color: var(--sage-dark); font-weight: 750; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.04em; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 16px; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 5vw, 4.25rem); max-width: 760px; }
h2 { font-size: clamp(1.75rem, 3.3vw, 3.05rem); }
h3 { font-size: 1.14rem; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.34rem); color: var(--muted); max-width: 660px; }

.hero-media { margin: 0; }
.hero-media img, .rounded-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.hero-media img { aspect-ratio: 4 / 5; object-position: center; }
.hero-home .hero-media img { object-position: 50% 34%; }
.rounded-image { aspect-ratio: 4 / 3; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta-row.centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
}
.button.primary { background: var(--clay); color: #fff; box-shadow: 0 10px 22px rgba(123, 63, 45, 0.18); }
.button.primary:hover { background: var(--clay-dark); }
.button.secondary { background: var(--cream); color: var(--sage-dark); border-color: var(--line); }
.button.inline { margin-top: 10px; }
.text-link { color: var(--sage-dark); font-weight: 750; text-underline-offset: 4px; }
.microcopy { margin: 12px 0 0; color: var(--sage-dark); font-size: 0.95rem; font-weight: 750; }
.microcopy.light { margin-top: 14px; color: rgba(255, 255, 255, 0.78); }

.trust-strip {
  width: min(1080px, calc(100% - 36px));
  margin: -24px auto 0;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(50, 42, 32, 0.06);
}
.trust-strip span {
  text-align: center;
  color: var(--sage-dark);
  font-size: 0.94rem;
  font-weight: 800;
}

.section {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) 0;
}
.section-heading { max-width: 760px; margin-bottom: 26px; }
.narrow { max-width: 760px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr); align-items: center; gap: clamp(28px, 5vw, 58px); }
.split.reverse { grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr); }
.split.reverse > :first-child { order: 2; }
.split.reverse > :last-child { order: 1; }

.recognition { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.check-grid div, .cards article, .cards blockquote, .quote-panel, .info-list, .contact-form, .contact-details, .blog-list article {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(50, 42, 32, 0.06);
}
.check-grid div { padding: 18px; font-weight: 650; }

.offer-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--line);
}
.offer-band article { padding: clamp(30px, 5vw, 64px); background: var(--paper-warm); }

.cards { display: grid; gap: 14px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards article, .cards blockquote { margin: 0; padding: 22px; }
.cards blockquote { font-size: 1.02rem; color: var(--muted); }
.choice-help .cards article { display: flex; flex-direction: column; gap: 4px; }
.choice-help .cards article .text-link { margin-top: auto; }
.note { color: #7b4a35; font-size: 0.92rem; }

.proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
  background: var(--paper-warm);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 52px);
}
.proof-card .rounded-image { aspect-ratio: 1 / 1; object-position: center; }

.shifts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.shift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.shift-grid article {
  min-height: 245px;
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(50, 42, 32, 0.06);
}
.shift-grid h3 { font-size: 1.22rem; }
.shift-grid p { color: var(--muted); margin-bottom: 0; }

.quote-panel { padding: 28px; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.25; color: var(--sage-dark); background: var(--clay-soft); }
.clean-list { padding-left: 1.2rem; margin: 0 0 22px; }
.clean-list li { margin: 8px 0; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.timeline article { border-top: 3px solid var(--sage); padding: 18px 0 0; }
.timeline span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sage-dark); color: #fff; font-weight: 800; margin-bottom: 12px; }

.practical { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 28px; align-items: start; }
.info-list { padding: 22px; }
.info-list p:last-child { margin-bottom: 0; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { margin-top: 10px; color: var(--muted); }

.final-cta {
  margin: clamp(36px, 6vw, 78px) auto;
  width: min(980px, calc(100% - 36px));
  padding: clamp(32px, 6vw, 70px);
  text-align: center;
  background: var(--sage-dark);
  color: #fff;
  border-radius: 8px;
}
.final-cta p { color: rgba(255,255,255,0.82); max-width: 620px; margin-left: auto; margin-right: auto; }
.final-cta .button.secondary { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.24); }
.final-cta .button.primary { background: #fff; color: var(--clay-dark); box-shadow: none; }

.page-hero { text-align: center; max-width: 840px; }
.page-hero p { color: var(--muted); font-size: 1.12rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
.contact-form, .contact-details { padding: 24px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 6px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-list article { padding: 22px; }
.legal h2 { font-size: 1.35rem; margin-top: 28px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer p { margin: 0; }

@media (max-width: 860px) {
  .site-header { align-items: flex-start; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    inset: 73px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { width: 100%; margin-top: 6px; text-align: center; }
  .hero, .split, .split.reverse, .practical, .contact-grid, .blog-list { grid-template-columns: 1fr; }
  .split.reverse > :first-child, .split.reverse > :last-child { order: initial; }
  .check-grid, .cards.three, .timeline, .shift-grid { grid-template-columns: 1fr; }
  .trust-strip { margin-top: 0; grid-template-columns: repeat(2, 1fr); }
  .shift-grid article { min-height: auto; }
  .proof-card { grid-template-columns: 1fr; padding: 28px 18px; }
  .offer-band { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .button { width: 100%; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 560px) {
  .trust-strip { grid-template-columns: 1fr; }
}

/* WordPress theme override: keep the imported page sections in control. */
body .entry-content .hero,
body .wp-block-post-content .hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr) !important;
  align-items: center !important;
}

body .entry-content .hero > .hero-content,
body .wp-block-post-content .hero > .hero-content {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body .entry-content .hero > .hero-media,
body .wp-block-post-content .hero > .hero-media {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .wp-block-post-content h1,
body .wp-block-post-content h2,
body .wp-block-post-content h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .entry-content h1,
body .wp-block-post-content h1 {
  font-size: clamp(2.35rem, 5vw, 4.25rem) !important;
}

body .entry-content .button,
body .wp-block-post-content .button {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

@media (max-width: 860px) {
  body .entry-content .hero,
  body .wp-block-post-content .hero {
    grid-template-columns: 1fr !important;
  }

  body .entry-content .hero > .hero-content,
  body .entry-content .hero > .hero-media,
  body .wp-block-post-content .hero > .hero-content,
  body .wp-block-post-content .hero > .hero-media {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}