/* ============================================================
   BRIGHT CUBES HOMEPAGE — Stylesheet voor DnD template
   Upload naar: <theme>/2026/css/bright-cubes-homepage.css
   Gebruikt theme variabele --mainColor uit child-theme.
   ============================================================ */

.bch-page {
  --bch-orange: var(--mainColor, #F79B1B);
  --bch-yellow: #F2C636;
  --bch-gradient-warm: linear-gradient(to right, #f0bf00, #fd5e01);
  --bch-cta: var(--mainColor, #F79B1B);
  --bch-dark: #0F1516;
  --bch-dark-2: #1a2326;
  --bch-border: #2d3d42;
  --bch-text: #1a1a1a;
  --bch-muted: #aaaaaa;
  --bch-light: #f5f5f5;
  --bch-white: #ffffff;
  --bch-dk-grad: linear-gradient(160deg, #253237 0%, #0F1516 100%);

  font-family: 'Noto Sans', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  letter-spacing: .025em;
  overflow-x: hidden;
}
.bch-page a { text-decoration: none; }
.bch-page img { max-width: 100%; height: auto; display: block; }
.bch-page h1, .bch-page h2, .bch-page h3, .bch-page p { margin: 0; }

/* Forceer word-wrap globaal op alle tekstelementen binnen .bch-page */
.bch-page h1,
.bch-page h2,
.bch-page h3,
.bch-page h4,
.bch-page p,
.bch-page span,
.bch-page a,
.bch-page li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* ============================================================
   INNER CONTAINERS
   ============================================================ */
.bch-hero__inner,
.bch-clients__inner-wrap,
.bch-section-wrap,
.bch-diensten__inner,
.bch-aanpak__grid,
.bch-aanpak__cta-row,
.bch-cases__header,
.bch-cases__grid,
.bch-contact__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
  box-sizing: border-box;
}

.bch-clients__label,
.bch-clients__static {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  box-sizing: border-box;
}

/* ============================================================
   FULL-BLEED SECTIES
   FIX: 100vw vervangen door 100% met negatieve margin techniek
   die geen horizontale scroll veroorzaakt
   ============================================================ */
.bch-hero,
.bch-clients,
.bch-sectoren,
.bch-diensten,
.bch-aanpak,
.bch-bewijs,
.bch-cases,
.bch-contact {
  width: 100% !important;
  max-width: 100vw !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow-x: hidden;
}

/* ============================================================
   SECTIE BACKGROUNDS
   ============================================================ */
.bch-page .bch-hero,
.bch-hero.dnd-section,
.bch-hero {
  background: var(--bch-gradient-warm) !important;
  color: #fff !important;
  padding-top: 80px !important;
  padding-bottom: 120px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex !important;
  align-items: center;
}
.bch-page .bch-hero > .row-fluid,
.bch-hero > .row-fluid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.bch-page .bch-clients,
.bch-clients.dnd-section,
.bch-clients {
  background: #fff !important;
  color: #1a1a1a !important;
  padding: 48px 0 !important;
  position: relative;
  overflow: hidden;
}

.bch-page .bch-sectoren,
.bch-sectoren.dnd-section,
.bch-sectoren {
  background: #fff !important;
  color: #1a1a1a !important;
  padding: 80px 0 !important;
  position: relative;
}

.bch-page .bch-diensten,
.bch-diensten.dnd-section,
.bch-diensten {
  background: var(--bch-dk-grad) !important;
  color: #fff !important;
  padding: 100px 0 !important;
  position: relative;
}

.bch-page .bch-aanpak,
.bch-aanpak.dnd-section,
.bch-aanpak {
  background: var(--bch-gradient-warm) !important;
  color: #fff !important;
  padding: 80px 0 !important;
  position: relative;
}

.bch-page .bch-bewijs,
.bch-bewijs.dnd-section,
.bch-bewijs {
  background: var(--bch-light) !important;
  color: #1a1a1a !important;
  padding: 80px 0 !important;
}

.bch-page .bch-cases,
.bch-cases.dnd-section,
.bch-cases {
  background: var(--bch-dk-grad) !important;
  color: #fff !important;
  padding: 150px 0 !important;
}

.bch-page .bch-contact,
.bch-contact.dnd-section,
.bch-contact {
  background: #fff !important;
  color: #1a1a1a !important;
  padding: 150px 0 150px !important;
}

.bch-page .row-fluid-wrapper > .row-fluid {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   HERO INTERNAL LAYOUT
   ============================================================ */
.bch-hero__inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.bch-hero__tag {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .18em; color: #fff;
  padding: 6px 14px; margin-bottom: 22px;
  text-transform: uppercase;
}
.bch-hero__h1 {
  font-size: 46px; font-weight: 900; line-height: 1.15;
  color: #fff !important; margin: 0 0 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}
.bch-hero__h1 span { color: rgba(255,255,255,0.78); font-weight: 400; }
.bch-hero__sub {
  font-size: 16px; color: rgba(255,255,255,0.9) !important;
  line-height: 1.75; margin: 0 0 32px; max-width: 520px;
}
.bch-hero__btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
.bch-hero__visual { display: flex; align-items: flex-end; justify-content: center; }
.bch-hero__img-placeholder {
  width: 100%; max-width: 460px; height: 380px;
  background: rgba(255,255,255,0.15);
  border: 2px dashed rgba(255,255,255,0.4);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 13px; font-weight: 600;
  letter-spacing: .05em; text-align: center;
  padding: 20px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.bch-page .bch-btn-white,
.bch-btn-white {
  display: inline-flex; align-items: center;
  background: #fff !important; color: #1a1a1a !important;
  font-size: 14px !important; font-weight: 600 !important;
  padding: 14px 28px !important; border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  text-decoration: none !important;
  border: none;
  transition: transform .15s ease, background .2s ease;
  line-height: 1;
}
.bch-page .bch-btn-white:hover { background: rgba(255,255,255,0.92) !important; transform: translateY(-1px); }

.bch-page .bch-btn-outline,
.bch-btn-outline {
  display: inline-flex; align-items: center;
  background: transparent !important; color: #fff !important;
  font-size: 14px !important; font-weight: 600 !important;
  padding: 12px 26px !important; border-radius: 8px !important;
  border: 2px solid rgba(255,255,255,0.6) !important;
  text-decoration: none !important;
  transition: all .15s ease;
  line-height: 1;
}
.bch-page .bch-btn-outline:hover { background: rgba(255,255,255,.12) !important; border-color: #fff !important; }

/* ============================================================
   CLIENT STRIP
   ============================================================ */
.bch-clients__label {
  font-size: 11px; font-weight: 700;
  color: #999 !important;
  letter-spacing: .2em; text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bch-clients__static {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 36px;
  max-width: 1280px; margin: 0 auto;
}
.bch-client-logo-text {
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em; color: #999;
}
.bch-client-logo-img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: opacity .2s;
}
.bch-client-logo-img:hover { opacity: 1; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.bch-section-wrap { max-width: 1280px; margin: 0 auto; }
.bch-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bch-eyebrow__bar {
  width: 28px; height: 3px; border-radius: 2px;
  flex-shrink: 0; background: var(--bch-orange);
  display: inline-block;
}
.bch-eyebrow__txt {
  font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--bch-orange);
}
.bch-sec-title {
  font-size: 32px !important; font-weight: 900 !important;
  line-height: 1.2 !important; margin: 0 0 10px !important;
}
.bch-page .bch-sectoren .bch-sec-title,
.bch-page .bch-bewijs .bch-sec-title { color: #1a1a1a !important; }
.bch-page .bch-diensten .bch-sec-title,
.bch-page .bch-cases .bch-sec-title { color: #fff !important; }
.bch-sec-sub {
  font-size: 15px; line-height: 1.75;
  max-width: 580px; margin: 0 0 28px !important;
}
.bch-page .bch-sectoren .bch-sec-sub { color: #666 !important; }
.bch-page .bch-diensten .bch-sec-sub { color: #aaa !important; }

/* ============================================================
   SECTOREN GRID
   ============================================================ */
.bch-sector-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin-top: 36px;
}

.bch-sector-card {
  position: relative;
  transition: transform .2s;
  cursor: pointer;
  padding-bottom: 48px;
}

.bch-sector-card:hover {
  transform: translateY(-3px);
}

.bch-sector-card::after {
  content: "Lees meer →";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  color: var(--bch-orange, #F79B1B);
}

.bch-sector-card:hover::after {
  opacity: 1;
}

.bch-sector-icon {
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.95);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-size: 24px;
}
.bch-sector-name { font-size: 15px; font-weight: 700; color: #fff !important; margin-bottom: 10px; }
.bch-sector-desc { font-size: 13px; color: rgba(255,255,255,0.85) !important; line-height: 1.7; margin-bottom: 10px; }
.bch-sector-pijn {
  font-size: 16px; color: rgba(255,255,255,0.65) !important;
  font-style: italic; line-height: 1.6;
  margin-bottom: 18px; padding-left: 12px;
  border-left: 2px solid rgba(255,255,255,0.3);
}
.bch-sector-link { font-size: 12px; font-weight: 700; color: #fff !important; }
.bch-sector-link:hover { text-decoration: underline; }

/* ============================================================
   DIENSTEN SPLIT
   ============================================================ */
.bch-diensten__left .bch-sec-title { font-size: 36px !important; }
.bch-diensten__cta {
  display: inline-flex; align-items: center;
  background: var(--bch-orange) !important; color: #fff !important;
  font-size: 16px; font-weight: 700;
  padding: 14px 26px; border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
}
.bch-diensten__right { display: flex; flex-direction: column; gap: 16px; }
.bch-dienst-card {
  background: #363636;
  border: 1px solid var(--bch-border);
  border-radius: 12px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;   /* icoon boven tekst i.p.v. ernaast */
  gap: 16px;
  align-items: flex-start;
}
.bch-dienst-icon {
  width: 48px; height: 48px;
  background: rgba(247,155,27,0.15);
  border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.bch-dienst-body { flex: 1; }
.bch-dienst-name { font-size: 16px; font-weight: 700; color: #fff !important; margin-bottom: 8px; }
.bch-dienst-desc { font-size: 16px; color: #888 !important; line-height: 1.75; margin-bottom: 14px; }
.bch-dienst-link { font-size: 14px; font-weight: 700; color: var(--bch-orange) !important; }

/* ============================================================
   AANPAK
   ============================================================ */
.bch-aanpak__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; max-width: 1280px; margin: 0 auto;
  background: rgba(255,255,255,0.15);
  border-radius: 12px; overflow: hidden;
}
.bch-aanpak__item {
  background: rgba(255,255,255,0.08);
  padding: 36px 32px;
  display: flex; gap: 20px; align-items: flex-start;
}
.bch-aanpak__nr {
  font-size: 36px; font-weight: 900;
  color: rgba(255,255,255,0.3);
  line-height: 1; flex-shrink: 0;
}
.bch-aanpak__title { font-size: 15px; font-weight: 700; color: #fff !important; margin-bottom: 8px; }
.bch-aanpak__desc { font-size: 13px; color: rgba(255,255,255,0.85) !important; line-height: 1.7; margin-bottom: 14px; }
.bch-aanpak__link { font-size: 12px; color: #fff !important; font-weight: 700; opacity: 0.85; }
.bch-aanpak__cta-row { max-width: 1280px; margin: 36px auto 0; display: flex; justify-content: center; }
.bch-page .bch-aanpak__main-cta {
  display: inline-flex; align-items: center;
  background: #fff !important; color: #ff7a00 !important;
  font-size: 15px !important; font-weight: 700 !important;
  padding: 16px 40px !important; border-radius: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.15);
}

/* ============================================================
   BEWIJS / TESTIMONIALS
   ============================================================ */
.bch-testimonials-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 36px;
}
.bch-testimonial {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 4px 32px rgba(0,0,0,.07);
}
.bch-testimonial__mark {
  font-size: 56px; line-height: .8; font-weight: 900;
  color: var(--bch-orange) !important; opacity: .25; margin-bottom: 8px;
}
.bch-testimonial__text {
  font-size: 17px; line-height: 1.75;
  color: #444 !important; font-style: italic; margin-bottom: 22px;
}
.bch-testimonial__row { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.bch-testimonial__author { font-size: 15px; font-weight: 700; color: #1a1a1a !important; }
.bch-testimonial__org { font-size: 13px; color: #aaa !important; margin-top: 2px; }

/* ============================================================
   CASES
   ============================================================ */
.bch-cases__header {
  max-width: 1280px; margin: 0 auto 36px;
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.bch-cases__viewall {
  font-size: 13px; font-weight: 700;
  color: var(--bch-orange) !important;
}
.bch-cases__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; max-width: 1280px; margin: 0 auto;
}
.bch-case-card {
  background: #1a2326;
  border: 1px solid var(--bch-border);
  border-radius: 10px; padding: 28px 24px;
}
.bch-case__tag {
  display: inline-block;
  background: rgba(247,155,27,0.18);
  color: var(--bch-orange) !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: .18em; padding: 4px 10px;
  border-radius: 20px; margin-bottom: 14px;
  text-transform: uppercase;
}
.bch-case__result { font-size: 18px; font-weight: 700; color: #fff !important; line-height: 1.35; margin-bottom: 10px; }
.bch-case__context { font-size: 13px; color: #888 !important; line-height: 1.6; }
.bch-case__stat {
  display: inline-flex; align-items: baseline; gap: 4px;
  background: rgba(247,155,27,0.18);
  border-radius: 6px;
  padding: 6px 12px; margin: 14px 0 12px;
}
.bch-case__stat-nr { font-size: 22px; font-weight: 900; color: var(--bch-orange) !important; line-height: 1; }
.bch-case__stat-unit { font-size: 12px; font-weight: 700; color: var(--bch-orange) !important; opacity: .75; }
.bch-case__link { font-size: 12px; font-weight: 700; color: var(--bch-orange) !important; }

/* ============================================================
   CONTACT
   ============================================================ */
.bch-contact__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
.bch-page .bch-contact__left h2 {
  font-size: 32px !important; font-weight: 900 !important;
  line-height: 1.2 !important; margin: 0 0 14px !important;
  color: #1a1a1a !important;
}
.bch-contact__left h2 em { color: var(--bch-orange) !important; font-style: normal; }
.bch-contact__left p { font-size: 14px; color: #666 !important; line-height: 1.8; margin: 0 0 24px; }
.bch-promises { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.bch-promises li {
  font-size: 13px; color: #444 !important;
  display: flex; align-items: center; gap: 12px;
}
.bch-check {
  width: 20px; height: 20px;
  background: var(--bch-orange);
  border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 11px; font-weight: 900;
}
.bch-contact__form-wrap {
  background: linear-gradient(135deg, #F2C636 0%, #F79B1B 100%);
  border-radius: 12px;
  min-height: 200px;
}

.bch-contact .hs-form fieldset { max-width: none !important; }
.bch-contact .hs-form .input { margin-right: 0 !important; }

/* ============================================================
   DIAGONALE ONDERKANTEN
   FIX: typo `calc150px` → `calc(150px`
   ============================================================ */
.bch-hero {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  z-index: 10;
}
.bch-clients {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-bottom: calc(80px + 3vw) !important;
  z-index: 9;
}
.bch-sectoren {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-top: calc(150px + 3vw) !important;
  padding-bottom: calc(150px + 3vw) !important;
  z-index: 8;
}
.bch-diensten {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-top: calc(150px + 3vw) !important;
  padding-bottom: calc(150px + 3vw) !important;
  z-index: 7;
}
.bch-aanpak {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-top: calc(150px + 3vw) !important;
  padding-bottom: calc(150px + 3vw) !important;
  z-index: 6;
}
.bch-bewijs {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-top: calc(150px + 3vw) !important;
  padding-bottom: calc(150px + 3vw) !important;
  z-index: 5;
}
.bch-cases {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw)) !important;
  margin-bottom: calc(-3vw) !important;
  padding-top: calc(150px + 3vw) !important;
  padding-bottom: calc(150px + 3vw) !important;
  z-index: 4;
}
.bch-contact {
  padding-top: calc(150px + 3vw) !important;
  z-index: 3;
}

/* ============================================================
   SECTOR TAG
   ============================================================ */
.bc-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.40);
  border-radius: 24px;
  padding: 8px 16px 8px 16px;
  font-family: 'Noto Sans', system-ui, sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; color: #fff;
  text-transform: uppercase; line-height: 1;
}
.bc-tag__ico {
  width: 22px; height: 22px;
  background: #fff; color: #F79B1B;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1; flex-shrink: 0;
}

/* ============================================================
   PIJNPUNTEN CARDS
   FIX: HTML comment closing tag --> verwijderd
   ============================================================ */
.bc-pijn-card {
  --bc-orange: #F79B1B;
  --bc-yellow: #F2C636;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 36px 30px 34px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: 'Noto Sans', system-ui, sans-serif;
  max-width: 380px;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.bc-pijn-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bc-yellow) 0%, var(--bc-orange) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.bc-pijn-card:hover {
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -16px rgba(15,21,22,.18);
}
.bc-pijn-card:hover::before { transform: scaleX(1); }

.bc-pijn-card__num {
  font-size: 13px; font-weight: 800;
  letter-spacing: .22em; color: var(--bc-orange);
  margin-bottom: 24px;
}
.bc-pijn-card__title {
  font-size: 20px; font-weight: 800;
  color: #1a1a1a; line-height: 1.3;
  margin: 0 0 14px;
}
.bc-pijn-card__context {
  font-size: 14px; color: #5a6368;
  line-height: 1.7; margin: 0;
}

/* ============================================================
   RESPONSIVE — TABLET (1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .bch-hero__inner,
  .bch-clients__inner-wrap,
  .bch-section-wrap,
  .bch-diensten__inner,
  .bch-aanpak__grid,
  .bch-aanpak__cta-row,
  .bch-cases__header,
  .bch-cases__grid,
  .bch-contact__inner,
  .bch-clients__label,
  .bch-clients__static {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .bch-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .bch-hero__h1 {
    font-size: 38px;
  }

  .bch-sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bch-diensten__inner,
  .bch-contact__inner {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .bch-aanpak__grid,
  .bch-cases__grid,
  .bch-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   RESPONSIVE — MOBIEL (600px)
   ============================================================ */
@media (max-width: 600px) {
  .bch-page .bch-hero,
  .bch-page .bch-clients,
  .bch-page .bch-sectoren,
  .bch-page .bch-diensten,
  .bch-page .bch-aanpak,
  .bch-page .bch-bewijs,
  .bch-page .bch-cases,
  .bch-page .bch-contact {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bch-hero__inner,
  .bch-clients__inner-wrap,
  .bch-section-wrap,
  .bch-diensten__inner,
  .bch-aanpak__grid,
  .bch-aanpak__cta-row,
  .bch-cases__header,
  .bch-cases__grid,
  .bch-contact__inner,
  .bch-clients__label,
  .bch-clients__static {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .bch-page .bch-hero {
    padding-top: 60px !important;
    min-height: auto;
  }

  .bch-page .bch-sectoren,
  .bch-page .bch-diensten,
  .bch-page .bch-aanpak,
  .bch-page .bch-bewijs,
  .bch-page .bch-cases {
    padding-top: calc(80px + 3vw) !important;
    padding-bottom: calc(80px + 3vw) !important;
  }

  .bch-page .bch-contact {
    padding-top: calc(80px + 3vw) !important;
    padding-bottom: 80px !important;
  }

  .bch-hero__h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    word-break: break-word;
    hyphens: auto;
  }

  .bch-hero__sub {
    font-size: 15px;
  }

  .bch-sec-title {
    font-size: 26px !important;
  }

  .bch-page .bch-contact__left h2 {
    font-size: 26px !important;
  }

  .bch-sector-grid {
    grid-template-columns: 1fr;
  }

  .bch-testimonial {
    padding: 28px 22px;
  }

  .bch-testimonial__text {
    font-size: 15px;
  }

  .bch-dienst-card {
    padding: 22px 20px;
    gap: 16px;
  }

  .bch-aanpak__item {
    padding: 28px 22px;
  }

  .bch-case-card {
    padding: 24px 20px;
  }

  .bch-page .bch-btn-white,
  .bch-page .bch-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .bch-hero__btns {
    flex-direction: column;
    width: 100%;
  }

  .bch-hero__img-placeholder {
    height: 240px;
  }

  .bch-cases__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   RESPONSIVE — EXTRA KLEIN (380px)
   ============================================================ */
@media (max-width: 380px) {
  .bch-hero__h1 {
    font-size: 24px !important;
  }

  .bch-sec-title {
    font-size: 22px !important;
  }

  .bch-hero__inner,
  .bch-section-wrap,
  .bch-diensten__inner,
  .bch-aanpak__grid,
  .bch-cases__grid,
  .bch-contact__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Sector cards en pijn cards: volle breedte op mobiel */
@media (max-width: 600px) {
  .bc-pijn-card,
  .bch-sector-card {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Voorkom dat parent containers de content knijpen */
  .bch-sector-grid,
  .bch-sector-grid > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ============================================================
   CASE — META / FACTSHEET BLOK
   ============================================================ */
.bcc-meta{
  background: #f5f5f5;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Optionele kop bovenaan het blok */
.bcc-meta__heading{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #F79B1B;
  margin-bottom: 8px;
}

.bcc-meta__row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.bcc-meta__row:last-child{
  border-bottom: none;
}

.bcc-meta__label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #9aa0a4;
  flex-shrink: 0;
}

.bcc-meta__value{
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: right;
  line-height: 1.4;
}

/* Tag-variant voor bijv. sector */
.bcc-meta__tag{
  display: inline-block;
  background: linear-gradient(135deg, rgba(242,198,54,.18), rgba(247,155,27,.18));
  padding: 5px 12px;
  border-radius: 20px;
}

/* Sub-waarde onder de hoofdwaarde */
.bcc-meta__value small{
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  margin-top: 2px;
  letter-spacing: 0;
}

/* Responsive */
@media (max-width: 600px){
  .bcc-meta{
    padding: 28px 24px;
  }
  .bcc-meta__row{
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
  }
  .bcc-meta__value{
    text-align: left;
  }
}

.bc-quote{
  padding:40px 24px;
  text-align:center;
 
}
.bc-quote__mark{
  display:block;
  line-height:.4;
  font-size:5rem;
  font-weight:700;
  color:var(--bch-gradient-warm) !important;
}
.bc-quote__text{
  margin:18px 0 28px;
  border:0;
  padding:0;
  font-size:clamp(1.4rem,3vw,1.9rem);
  font-weight:600;
  line-height:1.35;
}
.bc-quote__author{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
}
.bc-quote__avatar{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  object-fit:cover;
  background:linear-gradient(135deg,#0a2540,#123a63);
  color:#fff;
  font-size:1.15rem;
  font-weight:700;
  /* mask-vorm i.p.v. ronde cirkel */
  clip-path:path("M30 0C46 0 60 14 60 30C60 46 46 60 30 60C14 60 0 46 0 30C0 14 14 0 30 0Z");
  border-radius:0;
}
.bc-quote__author b{
  font-size:1.05rem;
  font-weight:700;
}
.bc-quote__author small{
  font-size:.9rem;
  color:#3a4658;
}

.bch-case-card {
  display: flex;
  flex-direction: column;
  background: var(--bch-white);
  border: 1px solid var(--bch-light);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bch-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 21, 22, .1);
  border-color: #e0e0e0;
}

/* de link binnen de card */
.bch-case-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* afbeelding (eerste beeld in de card) */
.bch-case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.bch-case-card:hover img {
  transform: scale(1.04);
}

/* tekstblok: alle niet-beeld-elementen krijgen padding */
.bch-case-card__link > *:not(img):not(picture) {
  padding-left: 24px;
  padding-right: 24px;
}
.bch-case-card__link > *:not(img):not(picture):last-child {
  padding-bottom: 24px;
}

/* titel */
.bch-case-card h2,
.bch-case-card h3 {
  margin: 16px 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--bch-text);
  transition: color .2s ease;
}

.bch-case-card:hover h2,
.bch-case-card:hover h3 {
  color: var(--bch-orange);
}

/* omschrijving */
.bch-case-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--bch-muted);
}

@media (max-width: 640px) {
  .bch-cases-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   CASE — CONTACT BLOK (compact horizontaal)
   ============================================================ */
.bcc-contact{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: 0 10px 30px -15px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
  font-family: 'Noto Sans', system-ui, sans-serif;
}

/* Oranje gradient lijn bovenaan */
.bcc-contact::before{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(135deg, #F2C636 0%, #F79B1B 100%);
}

/* Avatar */
.bcc-contact__avatar{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}

/* Tekstblok midden */
.bcc-contact__body{
  flex: 1;
  min-width: 240px;
}
.bcc-contact__title{
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.3;
}
.bcc-contact__title em{
  color: #F79B1B;
  font-style: normal;
}
.bcc-contact__role{
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Verticale scheidingslijn */
.bcc-contact__divider{
  width: 1px;
  height: 60px;
  background: #e6e6e6;
}

/* Contactgegevens */
.bcc-contact__contact{
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bcc-contact__contact a{
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.bcc-contact__contact a span{
  color: #F79B1B;
}

/* CTA-knop */
.bcc-contact__cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #f0bf00, #fd5e01);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px){
  .bcc-contact{
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 28px 24px;
  }
  .bcc-contact__divider{
    width: 100%;
    height: 1px;
  }
  .bcc-contact__cta{
    width: 100%;
    justify-content: center;
  }
}


/* ============================================================
   AANPAK — verticale tijdlijn (light mode, eigen namespace)
   Brengt eigen lichte achtergrond mee; var-fallbacks zodat
   het ook buiten .bch-page correct previewt.
   ============================================================ */
.bch-stappen {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 40px;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-sizing: border-box;
}

.bch-stappen__list {
  counter-reset: bch-stap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bch-stappen__step {
  position: relative;
  padding-left: 64px;
  padding-bottom: 32px;
}
.bch-stappen__step:last-child {
  padding-bottom: 0;
}

/* Bright Cubes-kubus met warme gradient + donker cijfer (auto-genummerd) */
.bch-stappen__step::before {
  counter-increment: bch-stap;
  content: counter(bch-stap);
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;                                                              /* ← was 42 */
  height: 50px;                                                             /* ← was 42 (kubusverhouding) */
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);   /* ← kubusvorm i.p.v. border-radius:50% */
  background: conic-gradient(from 60deg, #F79B1B 0 120deg, #fd5e01 0 240deg, #F2C636 0); /* ← 3-vlaks kubus */
  color: #1a1a1a;                                                          /* ← donker cijfer, leest beter op de kubus */
  font-size: 16px;                                                         /* ← was 17 */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* verbindingslijn naar de volgende stap */
.bch-stappen__step::after {
  content: "";
  position: absolute;
  left: 21px;            /* ← gecentreerd onder de 44px kubus (was 20) */
  top: 58px;             /* ← net onder de 50px kubus (was 50) */
  bottom: 0;
  width: 2px;
  background: #e6e6e6;
}
.bch-stappen__step:last-child::after {
  display: none;
}

.bch-stappen__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}


.hexagon {
  --hex: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);

  width: 100%;                 /* of 100% binnen je kolom */
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 12px;                /* dikte van de rand */
  background: #f7a64b;          /* kleur van de rand */
  clip-path: var(--hex);
}

.hexagon__img {
  width: 100%;
  height: 100%;
  clip-path: var(--hex);
  background-size: cover; !important        /* vult de zeshoek, ongeacht het formaat */
  background-position: center;
  background-repeat: no-repeat;
}

/* Thema pagina*/
/* ============================================================
   ONZE AANPAK — losse full-width route (geen zigzag)
   Zelfstandig blok: plak <div class="bc-aanpak">…</div> in een
   HubSpot-contentblok. Brengt eigen donkere achtergrond mee en
   vult 100% van de container. Titel/subtitel houd je los in een
   rich text ernaast/erboven. Hangt NIET af van .bch-section-wrap
   of .bch-diensten.
   ============================================================ */

.bc-aanpak{
  width:100%;
  box-sizing:border-box;
  background:var(--bch-dk-grad, linear-gradient(160deg,#253237 0%,#0F1516 100%));
  border-radius:16px;                 /* zet op 0 voor rechte hoeken */
  padding:clamp(24px,5vw,34px);
  overflow:hidden;                    /* guard tegen horizontale scroll */
}
.bc-aanpak *{ box-sizing:border-box; }

/* Isometrische kubus (merk-marker, puur CSS) */
.bc-aanpak .bc-kubus{
  width:62px; aspect-ratio:1/1.15; flex-shrink:0;
  clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background:conic-gradient(from 60deg, #F79B1B 0 120deg, #fd5e01 0 240deg, #F2C636 0);
  display:flex; align-items:center; justify-content:center;
  color:#1a1a1a; font-size:16px; font-weight:900;
}

/* Route: verticale gradient-as links */
.bc-route{ position:relative; display:flex; flex-direction:column; gap:40px; margin:0; }
.bc-route::before{
  content:""; position:absolute; left:31px; top:12px; bottom:12px; width:2px;
  background:linear-gradient(180deg,#f2c636,#fd5e01);
}

/* Stap: kubus links, tekst rechts — alles links uitgelijnd */
.bc-stap{ display:grid; grid-template-columns:62px 1fr; gap:0 28px; align-items:start; position:relative; }
.bc-stap .bc-kubus{ grid-column:1; position:relative; z-index:1; }
.bc-stap__body{ grid-column:2; text-align:left; }
.bc-stap__body h3{ font-size:clamp(20px,2.2vw,26px); font-weight:900; color:#fff; line-height:1.3; margin:6px 0 10px; }
.bc-stap__body h3 em{
  font-style:normal;
  background:var(--bch-gradient-warm, linear-gradient(to right,#f0bf00,#fd5e01));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.bc-stap__body > p{ font-size:16px; color:#9aa0a3; line-height:1.75; margin:0; }

/* "Wij helpen met" + lijst met enkel hexagon-bulletje */
.bc-stap__body ul{ list-style:none !important; margin:18px 0 0; padding:0; }
.bc-stap__body ul::before{
  content:"Wij helpen met"; display:block;
  padding:10 0 0 0;
  font-size:13px; font-weight:800; letter-spacing:.18em; text-transform:uppercase;
  color:var(--bch-muted,#aaa); margin-bottom:4px;
}
.bc-stap__body li{
  list-style:none !important;
  position:relative; padding:10px 0 10px 26px;
  font-size:16px; line-height:1.6; color:#cfd4d6;
  border-bottom:1px solid var(--bch-border,#2d3d42);
}
.bc-stap__body li::marker{ content:""; }
.bc-stap__body li:last-child{ border-bottom:0; }
.bc-stap__body li::before{
  content:""; position:absolute; left:0; top:14px; width:12px; height:13px;
  clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background:var(--bch-gradient-warm, linear-gradient(to right,#f0bf00,#fd5e01));
}

/* Responsive */
@media (max-width:600px){
  .bc-aanpak{ padding:28px 20px; }
  .bc-route{ gap:32px; }
  .bc-route::before{ left:23px; }
  .bc-stap{ grid-template-columns:46px 1fr; gap:0 16px; }
  .bc-aanpak .bc-kubus{ width:46px; font-size:13px; }
}

/* ============================================================
   STICKY INTRO — voor de rich text-module naast het
   .bc-aanpak-blok. De titel "plakt" terwijl de stappen
   ernaast doorscrollen.
   ============================================================ */
.bc-sticky{
  position: -webkit-sticky;   /* Safari */
  position: sticky;
  top: 32px;                  /* afstand tot de bovenkant; verhoog dit bij een vaste header/menu */
  align-self: start;          /* essentieel: voorkomt dat de kolom 'm uitrekt tot volle hoogte */
}

/* Onder elkaar op mobiel → sticky uitzetten */
@media (max-width: 900px){
  .bc-sticky{ position: static; }
}