/* Degero fase 10 fixes - generated 20260417-134901 */
/* --- Scroll-to-top button: wit pijltje op primary-kleur cirkel, altijd zichtbaar --- */
.sb-back-top,
.sb-scroll-top,
a[href="#top"].sb-button--ghost,
button[data-sb-scroll-top],
.sb-to-top {
  background: #2563eb !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 6px 18px rgba(37,99,235,.35) !important;
}
.sb-back-top:hover,
.sb-scroll-top:hover,
a[href="#top"].sb-button--ghost:hover,
button[data-sb-scroll-top]:hover,
.sb-to-top:hover {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}
.sb-back-top svg,
.sb-scroll-top svg,
a[href="#top"].sb-button--ghost svg,
button[data-sb-scroll-top] svg,
.sb-to-top svg {
  stroke: #ffffff !important;
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* --- Home hero 2-col: compactere eyebrow met pipes --- */
.sb-hero--split .sb-hero__eyebrow {
  letter-spacing: .04em;
  font-weight: 600;
  color: #2563eb;
}
.sb-hero--split .sb-hero__points li {
  font-weight: 500;
}
.sb-hero--split .sb-hero__right-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.08);
}
.sb-hero--split .sb-hero__right-card h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
  margin-bottom: .75rem;
  color: #1a1a1a;
}
.sb-hero--split .sb-hero__right-card ul {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.25rem;
}
.sb-hero--split .sb-hero__right-card ul li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.45;
}
.sb-hero--split .sb-hero__right-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0; top: 0;
  color: #2563eb;
  font-weight: 700;
}
.sb-hero--split .sb-hero__right-card .sb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

/* Home content onder hero gecentreerd */
body.page-home main > section:not(.sb-hero) .sb-container {
  text-align: center;
}
body.page-home main > section:not(.sb-hero) .sb-section__header h2,
body.page-home main > section:not(.sb-hero) .sb-section__header p {
  text-align: center;
}
body.page-home main > section:not(.sb-hero) .sb-grid {
  text-align: left; /* kaarten zelf links */
}

/* --- Over-ons styling: cards, tijdlijn, contactblok --- */
.sb-services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}
.sb-service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.sb-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(37,99,235,.18);
  border-color: #2563eb;
}
.sb-service-card h3 {
  font-size: 1.05rem;
  color: #1a1a1a;
}
.sb-service-card p {
  color: #4a5568;
  font-size: .95rem;
  margin-bottom: .5rem;
}
.sb-service-card a {
  color: #2563eb;
  font-weight: 600;
  margin-top: auto;
}

.sb-timeline {
  position: relative;
  margin: 1.5rem 0 0;
  padding-left: 28px;
  border-left: 2px solid #e2e8f0;
}
.sb-timeline__item {
  position: relative;
  padding-bottom: 1.5rem;
}
.sb-timeline__item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: .25rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2563eb;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #2563eb;
}
.sb-timeline__date {
  font-weight: 700;
  color: #2563eb;
  font-size: .9rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.sb-timeline__title {
  font-weight: 600;
  color: #1a1a1a;
  margin-top: .15rem;
}

.sb-contact-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}
.sb-contact-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 22px;
}
.sb-contact-item__label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2563eb;
  display: block;
  margin-bottom: .35rem;
}
.sb-contact-item__value {
  color: #1a1a1a;
  font-weight: 500;
}
.sb-contact-item a {
  color: #2563eb;
  font-weight: 600;
}

/* === Fase 10b: dubbel chat widget + logo fixes === */
/* Verwijder legacy dg-chat-float (sb-chat-widget is de primaire) */
.dg-chat-float,
[class*="dg-chat-float"],
button.dg-chat-float {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Constrain navbar logo SVG site-wide (home had inline constraint, articles niet) */
.sb-navbar .sb-navbar__brand svg,
.sb-navbar__brand svg,
nav.sb-navbar a.sb-navbar__brand svg {
  height: 34px !important;
  width: auto !important;
  max-height: 34px !important;
  max-width: 180px !important;
  display: block !important;
}
.sb-navbar__brand {
  max-height: 40px !important;
  align-items: center !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .sb-navbar .sb-navbar__brand svg,
  .sb-navbar__brand svg { height: 38px !important; max-height: 38px !important; max-width: 200px !important; }
  .sb-navbar__brand { max-height: 44px !important; }
}

/* === Fase 10c: dg-back-top + hero-visual fixes === */
.dg-back-top,
button.dg-back-top,
a.dg-back-top {
  background: #2563eb !important;
  background-color: #2563eb !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 4px 14px rgba(37,99,235,0.35) !important;
}
.dg-back-top:hover,
button.dg-back-top:hover,
a.dg-back-top:hover {
  background: #1d4ed8 !important;
  background-color: #1d4ed8 !important;
  color: #ffffff !important;
}
.dg-back-top svg,
.dg-back-top path,
.dg-back-top polyline,
.dg-back-top line {
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
}

/* Hero-visual image niet uitrekken */
.sb-hero__visual {
  height: auto !important;
  max-height: 520px !important;
  aspect-ratio: 3 / 2 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}
.sb-hero__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  aspect-ratio: auto !important;
  max-height: 520px !important;
}
@media (max-width: 767px) {
  .sb-hero__visual { max-height: 320px !important; }
  .sb-hero__visual img { max-height: 320px !important; }
}

/* === Fase 10d: nooit een woord afbreken, site-wide === */
* {
  overflow-wrap: normal !important;
  word-break: normal !important;
  word-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}
/* Alleen in zeer uitzonderlijke gevallen (lange URLs in body) toestaan */
a[href*="://"], code, pre, .sb-allow-break {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* Services-cards: zorg dat koppen niet overflow/breken door iets meer ruimte + kleinere kop */
.sb-services-cards h3,
.sb-services-cards__card h3 {
  font-size: 1.05rem !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
@media (min-width: 1024px) {
  .sb-services-cards h3,
  .sb-services-cards__card h3 {
    font-size: 1.1rem !important;
  }
}

/* Services grid: laat kaarten iets breder worden zodat "Gebouwautomatisering" past */
.sb-services-cards.sb-grid--4 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 1.25rem !important;
}
@media (min-width: 1200px) {
  .sb-services-cards.sb-grid--4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.sb-services-cards__card {
  padding: 1.5rem 1.25rem !important;
  min-width: 0 !important;
}

/* === Fase 10e: footer-divider weg + services-cards alignment === */

/* 1. Verwijder witte 48px gap tussen laatste sectie en footer */
footer,
footer.sb-footer,
.sb-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}
main > section:last-of-type,
main .sb-section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 3rem !important;
}

/* 2. Services/expertise cards — consistente alignment */
.sb-services .sb-card,
.sb-services--cards .sb-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 1.75rem 1.5rem !important;
  gap: 0 !important;
}
.sb-services .sb-services__index,
.sb-services--cards .sb-services__index {
  display: block !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: #2563eb !important;
  opacity: 1 !important;
  margin: 0 0 0.75rem 0 !important;
  width: auto !important;
  height: auto !important;
  text-align: left !important;
}
.sb-services .sb-card__body,
.sb-services--cards .sb-card__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  flex: 1 1 auto !important;
}
.sb-services .sb-card__title,
.sb-services--cards .sb-card__title {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 3em !important;  /* ruimte voor 2 regels zodat body altijd op zelfde Y start */
  display: flex !important;
  align-items: flex-start !important;
}
.sb-services .sb-card__text,
.sb-services--cards .sb-card__text {
  margin: 0 !important;
  line-height: 1.55 !important;
  color: #475569 !important;
  flex: 1 1 auto !important;
}
@media (max-width: 900px) {
  .sb-services .sb-card__title,
  .sb-services--cards .sb-card__title {
    min-height: 0 !important;
  }
}

/* === Fase 10f: sb-btn primary + ghost visibility fix === */
.sb-btn.sb-btn--primary,
a.sb-btn.sb-btn--primary,
button.sb-btn.sb-btn--primary {
  background: #2563eb !important;
  background-color: #2563eb !important;
  color: #ffffff !important;
  border: 1px solid #2563eb !important;
  box-shadow: 0 4px 14px rgba(37,99,235,0.25) !important;
}
.sb-btn.sb-btn--primary:hover,
a.sb-btn.sb-btn--primary:hover {
  background: #1d4ed8 !important;
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}
.sb-btn.sb-btn--ghost,
a.sb-btn.sb-btn--ghost,
button.sb-btn.sb-btn--ghost {
  background: transparent !important;
  background-color: transparent !important;
  color: #2563eb !important;
  border: 1.5px solid #2563eb !important;
}
.sb-btn.sb-btn--ghost:hover,
a.sb-btn.sb-btn--ghost:hover {
  background: #eff6ff !important;
  background-color: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}
.sb-btn.sb-btn--lg { padding: 0.85rem 1.5rem !important; font-size: 1rem !important; font-weight: 600 !important; }

/* === Fase 10g: home page declutter + overflow fix === */

/* Services grid: 4-kol -> 2-kol desktop, 1-kol mobiel. Geeft ruimte voor tekst */
[data-sb-section="services"] .sb-grid,
[data-sb-section="services"] .sb-services,
#diensten .sb-grid,
#diensten .sb-services {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.25rem !important;
}
@media (max-width: 767px){
  [data-sb-section="services"] .sb-grid,
  [data-sb-section="services"] .sb-services,
  #diensten .sb-grid,
  #diensten .sb-services {
    grid-template-columns: 1fr !important;
  }
}

/* Services card zachter: geen border, subtiele shadow, ruimte voor tekst */
[data-sb-section="services"] .sb-card,
#diensten .sb-card {
  border: 0 !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  padding: 1.75rem 1.75rem !important;
  min-height: 0 !important;
  height: auto !important;
  transition: background .2s ease !important;
}
[data-sb-section="services"] .sb-card:hover,
#diensten .sb-card:hover { background: #f1f5f9 !important; }

/* Services card title en tekst netjes laten breken */
[data-sb-section="services"] .sb-card h3,
[data-sb-section="services"] .sb-card__title,
#diensten .sb-card h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 0 0.5rem 0 !important;
  min-height: 0 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}
[data-sb-section="services"] .sb-card p,
[data-sb-section="services"] .sb-card__text,
#diensten .sb-card p {
  font-size: 0.975rem !important;
  line-height: 1.6 !important;
  color: #475569 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  overflow-wrap: break-word !important;
}

/* Services index (01/02/03/04) subtieler */
[data-sb-section="services"] .sb-services__index,
#diensten .sb-services__index {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: #94a3b8 !important;
  margin: 0 0 0.65rem 0 !important;
}

/* Globaal: body-tekst niet bold, alleen headings */
main p, main li, main .sb-card__text {
  font-weight: 400 !important;
}
main h1 { font-weight: 700 !important; }
main h2 { font-weight: 700 !important; }
main h3 { font-weight: 600 !important; }

/* Ghost btn -- hogere specificity om .sb-btn--ghost (wit-bg rule) te verslaan */
main .sb-btn.sb-btn--ghost,
main a.sb-btn.sb-btn--ghost,
.sb-hero .sb-btn--ghost,
.sb-hero__right-card .sb-btn--ghost,
.sb-hero__actions .sb-btn--ghost {
  background: transparent !important;
  background-color: transparent !important;
  color: #2563eb !important;
  border: 1.5px solid #2563eb !important;
}

/* Pakketten cards ook verzachten, breder voelen */
#pakketten .sb-card,
[data-sb-section="pakketten"] .sb-card {
  border: 1px solid rgba(15,23,42,0.06) !important;
  box-shadow: 0 2px 12px -8px rgba(15,23,42,0.08) !important;
}

/* === Fase 10j: Mobile — stop card-in-card nesting === */
@media (max-width: 767px) {
  /* Sectie container strakker op mobiel */
  main .sb-section { padding-left: 1rem !important; padding-right: 1rem !important; }
  main .sb-container { padding-left: 0 !important; padding-right: 0 !important; max-width: 100% !important; }

  /* Cards worden op mobiel geen 'box in box' meer — gewoon content blokken */
  main .sb-card,
  main article.sb-card,
  main .sb-services .sb-card,
  main #diensten .sb-card,
  main #pakketten .sb-card,
  main #portfolio .sb-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Visueel scheidingsteken tussen cards = dunne lijn ipv box */
  main .sb-services .sb-card + .sb-card,
  main #diensten .sb-card + .sb-card,
  main #pakketten .sb-card + .sb-card,
  main #portfolio .sb-card + .sb-card {
    border-top: 1px solid rgba(15,23,42,0.08) !important;
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  /* Card body geen eigen padding meer op mobiel */
  main .sb-card__body,
  main .sb-card__inner,
  main .sb-card__content { padding: 0 !important; }

  /* Card image mag wel full-width blijven */
  main .sb-card__img,
  main .sb-card img { width: 100% !important; border-radius: 8px !important; margin-bottom: 0.75rem !important; }

  /* Grid op mobiel gewoon 1 kolom */
  main .sb-grid,
  main .sb-services,
  main .sb-services-cards { grid-template-columns: 1fr !important; gap: 1.75rem !important; }

  /* Hero right-card ook lichter op mobiel */
  .sb-hero__right-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 1rem 0 !important;
  }
}

/* === Fase 10k: hero overflow + knop-afkapping === */
/* Hero snijdt content NIET meer af verticaal */
.sb-hero,
.sb-hero.sb-hero--split,
section.sb-hero {
  overflow: visible !important;
  overflow-y: visible !important;
}
/* Visual wel clippen zodat img netjes gecropt blijft */
.sb-hero .sb-hero__visual { overflow: hidden !important; }

/* Right-card knoppen naast elkaar (niet gestapeld) zodat ze passen */
.sb-hero__right-card .sb-hero__actions,
.sb-hero__right-card .sb-actions,
.sb-hero__right-card > div:last-of-type {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
  align-items: stretch !important;
  margin-top: 1rem !important;
}

/* Knoppen niet te breed worden, wel shrinkable */
.sb-hero__right-card .sb-btn {
  flex: 0 1 auto !important;
  white-space: nowrap !important;
  padding: 0.75rem 1.25rem !important;
  font-size: 0.95rem !important;
}

/* Right-card overflow visible zodat knoppen niet binnenkant snijden */
.sb-hero__right-card { overflow: visible !important; }


/* ===== Fase 10P - Flatten all cards, kill card-in-card visuals ===== */

/* 1. All cards inside main: transparent, no border, no shadow, no white bg */
main .sb-card,
main .sb-card__body,
main .sb-card .sb-card__body,
main [class*="sb-card"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 2. Give grids sensible row/col spacing without boxes */
main .sb-grid,
main .sb-grid--2,
main .sb-grid--3,
main .sb-grid--4 {
  gap: 2.5rem 2rem !important;
}

/* 3. Card titles: size, weight, spacing without box */
main .sb-card__title {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  margin: 0 0 .5rem !important;
  color: #0f172a !important;
}

main .sb-card__text,
main .sb-card__body p,
main .sb-card__body li {
  color: #334155 !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

/* 4. Remove nested backgrounds inside cards (pill-tag boxes etc) */
main .sb-card > *[class*="eyebrow"],
main .sb-card > *[class*="tag"],
main .sb-card > *[class*="pill"],
main .sb-card > *[class*="badge"],
main .sb-card > *[class*="chip"],
main .sb-card [class*="eyebrow"],
main .sb-card [class*="tag"]:not(a):not(button) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  color: #2563eb !important;
  display: inline-block;
  margin: 0 0 .6rem !important;
}

/* 5. 01-04 numbered services on home: keep numbers but strip box */
[data-sb-section="services"] .sb-card,
[data-sb-section="services"] .sb-card__body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 6. Package pricing teasers (Vanaf €X) on /pakketten/ listing — flat */
main .sb-card--price,
main [class*="pakket"],
main [class*="package"],
main [class*="pricing"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 7. Remove aside/info boxes in packages that wrap SCOPE/Wanneer past blocks */
main aside,
main dl,
main [class*="info-"],
main [class*="scope"],
main [class*="detail"] {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* 8. Between-card separator - use subtle bottom border instead of box */
main .sb-grid > .sb-card {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  padding-bottom: 1.5rem !important;
}
main .sb-grid > .sb-card:last-child { border-bottom: 0 !important; }
@media (min-width: 768px) {
  main .sb-grid--2 > .sb-card:nth-last-child(-n+2):nth-child(2n+1) { border-bottom: 0 !important; }
  main .sb-grid--2 > .sb-card:nth-last-child(-n+2):nth-child(2n) { border-bottom: 0 !important; }
}

/* 9. Project cards: pill-tags become inline meta text, no boxes */
main .sb-project__meta,
main .sb-project__tags,
main [class*="sb-tag"] {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2563eb !important;
}

/* 10. FAQ items - flat */
main .sb-faq__item {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15,23,42,0.1) !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
}

/* 11. Footer brand logo-icon - visible, bold blue, no green */
.sb-footer__logo-icon {
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
}
.sb-footer__brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: .6rem !important;
}
.sb-footer__brand-text {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  color: #fff !important;
  letter-spacing: -.01em !important;
}

/* 12. Service number badges on home - flat, inline */
main [data-sb-section="services"] .sb-card__title::before,
main [data-sb-section="services"] .sb-card__eyebrow {
  color: #2563eb !important;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
  display: block;
  margin-bottom: .35rem;
}

/* 13. Remove white divider between last section and footer — site-wide */
main > section:last-child { border-bottom: 0 !important; margin-bottom: 0 !important; }
main { padding-bottom: 0 !important; }

/* 14. Mobile card-in-card: aggressively strip borders */
@media (max-width: 767px) {
  main .sb-card, main .sb-card *[class*="card"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  main .sb-grid > .sb-card {
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(15,23,42,0.08) !important;
  }
  main .sb-grid > .sb-card:last-child { border-bottom: 0 !important; }
}


/* ===== Fase 10Q - Final overrides ===== */

/* Services card bg: kill with max specificity */
html body main [data-sb-section="services"] .sb-card,
html body main [data-sb-section="services"] .sb-card__body,
html body main #diensten .sb-card {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
}

/* Add visible number badge to service cards - inline */
html body main [data-sb-section="services"] .sb-card__eyebrow,
html body main [data-sb-section="services"] .sb-card h3::before {
  color: #2563eb !important;
  font-weight: 800;
  display: block;
  font-size: .85rem;
  letter-spacing: .12em;
  margin-bottom: .3rem;
}

/* Force all main cards flat - final override */
html body main .sb-card,
html body main .sb-card__body,
html body main div[class*="card"]:not(.sb-chat-widget *):not(.sb-navbar *):not(.sb-hero__right-card) {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

/* Hero right-card can keep its subtle bg */
.sb-hero__right-card {
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(37,99,235,0.15) !important;
}


/* ===== Fase 10R - Package page visual system ===== */

/* Hero meta row */
.sb-hero__meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 1.5rem;
  align-items: baseline;
}
.sb-hero__price {
  font-size: 2rem;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: -.02em;
}
.sb-hero__duration {
  font-size: .95rem;
  color: #475569;
  font-weight: 500;
}

/* Flow diagram - 4 steps with connecting line */
.sb-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
.sb-flow::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(to right, #2563eb, #0ea5e9);
  z-index: 0;
}
.sb-flow__step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 .5rem;
}
.sb-flow__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px -12px rgba(37, 99, 235, 0.55);
}
.sb-flow__icon svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sb-flow__num {
  color: #2563eb;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .16em;
  margin-bottom: .2rem;
}
.sb-flow__step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 .4rem;
  color: #0f172a;
}
.sb-flow__step p {
  font-size: .9rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
@media (max-width: 767px) {
  .sb-flow { grid-template-columns: 1fr; gap: 1.25rem; }
  .sb-flow::before { display: none; }
  .sb-flow__step {
    display: grid;
    grid-template-columns: 64px 1fr;
    text-align: left;
    gap: 1rem;
    align-items: start;
  }
  .sb-flow__icon { margin-bottom: 0; }
  .sb-flow__step > div:not(.sb-flow__icon),
  .sb-flow__step > h3,
  .sb-flow__step > p { grid-column: 2; }
  .sb-flow__step h3 { margin-top: .2rem; }
}

/* Deliverables grid — icons + text, flat */
.sb-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2rem;
  margin-top: 2rem;
}
.sb-deliverable {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.sb-deliverable__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sb-deliverable__icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sb-deliverable h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .3rem;
  line-height: 1.3;
}
.sb-deliverable p {
  font-size: .9rem;
  color: #475569;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 991px) { .sb-deliverables { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .sb-deliverables { grid-template-columns: 1fr; } }

/* Fit vs not-included */
.sb-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
.sb-fit__col h3 {
  display: flex;
  gap: .6rem;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.sb-fit__icon--yes { color: #16a34a; }
.sb-fit__icon--no { color: #ef4444; }
.sb-fit__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb-fit__col li {
  padding: .5rem 0 .5rem 1.6rem;
  position: relative;
  color: #334155;
  font-size: .95rem;
  line-height: 1.55;
}
.sb-fit__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .4;
}
@media (max-width: 767px) { .sb-fit { grid-template-columns: 1fr; gap: 2rem; } }

/* Proof band */
.sb-proof {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
  padding: 4rem 0 !important;
}
.sb-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.sb-proof__num {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: .3rem;
}
.sb-proof__label {
  font-size: .95rem;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}
@media (max-width: 767px) { .sb-proof__inner { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Section headers */
.sb-section__eyebrow {
  display: inline-block;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #2563eb;
  margin-bottom: .6rem;
}

/* Hero eyebrow on package pages */
.sb-hero__eyebrow {
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0ea5e9;
  margin-bottom: 1rem;
  display: inline-block;
}
/* === Fase 10T: chat + eyebrow + services-01-04 + FAQ + disclaimer/privacy === */

/* -- Chat widget: hide green status dot + proper X icon -- */
.sb-chat-widget__title-dot { display: none !important; }
.sb-chat-widget__title-text { font-weight: 600; }
.sb-chat-widget__close svg line:nth-child(1){ }
.sb-chat-widget__close svg line:nth-child(2){ }
.sb-chat-widget__close { cursor:pointer; }

/* -- Hero eyebrow/title/lead LEFT align on split layout -- */
html body .sb-hero.sb-hero--split .sb-hero__content,
html body .sb-hero.sb-hero--split .sb-hero__eyebrow,
html body .sb-hero.sb-hero--split .sb-hero__title,
html body .sb-hero.sb-hero--split .sb-hero__lead,
html body .sb-hero.sb-hero--split .sb-hero__kicker{
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
html body .sb-hero.sb-hero--split .sb-hero__eyebrow{ margin-left: 0 !important; }

/* -- 01-04 services cards: proper padding + styled index number -- */
html body main .sb-services--cards .sb-card{
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 1.75rem 1.75rem 1.5rem !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 4px 12px rgba(15,23,42,.04) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
html body main .sb-services--cards .sb-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(15,23,42,.06), 0 12px 28px rgba(15,23,42,.08) !important;
  border-color: #c7d2fe !important;
}
html body main .sb-services--cards .sb-services__index{
  display: inline-flex !important;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .02em;
  margin: 0 0 1rem 0 !important;
}
html body main .sb-services--cards .sb-card__body{ padding: 0 !important; }
html body main .sb-services--cards .sb-card__body h3,
html body main .sb-services--cards .sb-card h3{
  font-size: 1.25rem; line-height: 1.3; margin: 0 0 .5rem; color: #0f172a;
}
html body main .sb-services--cards .sb-card__body p{
  font-size: 1rem; line-height: 1.6; color: #475569; margin: 0;
}

/* -- FAQ readability: proper cards, bg, border, spacing -- */
html body .sb-faq.sb-faq--accordion details,
html body .sb-faq details{
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 1.1rem 1.25rem !important;
  margin: 0 0 .75rem 0 !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.03);
}
html body .sb-faq details[open]{
  border-color: #c7d2fe !important;
  box-shadow: 0 2px 8px rgba(37,99,235,.08);
}
html body .sb-faq details summary{
  cursor: pointer;
  font-weight: 600 !important;
  color: #0f172a !important;
  font-size: 1.05rem !important;
  line-height: 1.45;
  list-style: none;
  padding-right: 2rem;
  position: relative;
}
html body .sb-faq details summary::-webkit-details-marker{ display: none; }
html body .sb-faq details summary::after{
  content: '+';
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; line-height: 1;
  color: #2563eb; font-weight: 400;
}
html body .sb-faq details[open] summary::after{ content: '−'; }
html body .sb-faq details > *:not(summary){
  margin-top: .75rem !important;
  color: #334155 !important;
  font-size: 1rem; line-height: 1.65;
}

/* -- Disclaimer / Privacy: professional prose + polished buttons -- */
html body main .sb-legal,
html body main.legal-page,
html body main:has(> article.sb-legal){
  max-width: 820px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
html body main article h1,
html body main article h2,
html body main article h3{
  color: #0f172a;
  margin-top: 2rem; margin-bottom: .75rem;
  line-height: 1.25;
}
html body main article h1{ font-size: 2.25rem; margin-top: 0; }
html body main article h2{ font-size: 1.5rem; }
html body main article h3{ font-size: 1.2rem; }
html body main article p,
html body main article li{
  color: #334155; font-size: 1.05rem; line-height: 1.75;
  margin-bottom: 1rem;
}
html body main article ul,
html body main article ol{ padding-left: 1.25rem; margin-bottom: 1.25rem; }
html body main article ul li{ list-style: disc; }
html body main article ol li{ list-style: decimal; }
html body main article a{
  color: #2563eb; text-decoration: underline; text-underline-offset: 2px;
}

/* -- Button polish (all pages) -- */
html body .sb-btn{
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  padding: .85rem 1.5rem;
  border-radius: 10px;
  font-weight: 600; font-size: 1rem;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  border: 1px solid transparent;
}
html body .sb-btn--primary{
  background: #2563eb; color: #fff;
  box-shadow: 0 2px 6px rgba(37,99,235,.25);
}
html body .sb-btn--primary:hover{
  background: #1d4ed8; transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,99,235,.35);
}
html body .sb-btn--ghost{
  background: transparent; color: #2563eb;
  border: 1px solid #c7d2fe;
}
html body .sb-btn--ghost:hover{
  background: #eff6ff; border-color: #2563eb;
}

/* -- Mobile tuning -- */
@media (max-width: 767px){
  html body main .sb-services--cards .sb-card{ padding: 1.5rem 1.25rem 1.25rem !important; }
  html body main .sb-services--cards .sb-services__index{ width: 40px; height: 40px; font-size: .95rem; }
  html body main article h1{ font-size: 1.75rem; }
  html body .sb-faq details{ padding: 1rem 1.1rem !important; }
}

/* === Fase 10U: services 01-04 forced override for Fase 10Q attribute-selector === */
html body main [data-sb-section="services"] .sb-card,
html body main .sb-services--cards .sb-card,
html body main #diensten .sb-card,
html body main .sb-services--cards .sb-services__item,
html body main [data-sb-section="services"] .sb-services__item{
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 1.75rem 1.75rem 1.5rem !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 8px 24px rgba(15,23,42,0.05) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}
html body main [data-sb-section="services"] .sb-card:hover,
html body main .sb-services--cards .sb-card:hover{
  transform: translateY(-2px) !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 2px 4px rgba(15,23,42,0.06), 0 16px 40px rgba(15,23,42,0.08) !important;
}
html body main [data-sb-section="services"] .sb-services__index,
html body main .sb-services--cards .sb-services__index,
html body main #diensten .sb-services__index{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  flex: 0 0 44px !important;
}
html body main [data-sb-section="services"] .sb-card__body,
html body main .sb-services--cards .sb-card__body{
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
html body main [data-sb-section="services"] .sb-card__title,
html body main .sb-services--cards .sb-card__title{
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  color: #0f172a !important;
  margin: 0 0 .5rem 0 !important;
}
html body main [data-sb-section="services"] .sb-card__text,
html body main .sb-services--cards .sb-card__text,
html body main [data-sb-section="services"] .sb-card p,
html body main .sb-services--cards .sb-card p{
  color: #475569 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* === Fase 10V: footer logo solid blue (geen groen/teal cast) === */
html body .sb-footer svg circle{ fill: #2563eb !important; }

/* === Fase 10W-rev: body reset only (chat widget forcing removed) === */
html, html body{
  background: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0f172a !important;
}
/* Green dot next to footer logo */
html body .sb-footer__brand::before,
html body .sb-footer__brand::after,
html body .sb-footer .sb-footer__brand::before{
  display: none !important;
  content: none !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
}

/* === Fase 10X: kennisbank article cards - proper styling + padding === */
html body main .sb-kennisbank .sb-card,
html body main article.sb-card,
html body main .sb-grid--3 article.sb-card,
html body main .sb-grid--3 > .sb-card{
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 1.5rem 1.5rem 1.25rem !important;
  overflow: hidden !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 8px 24px rgba(15,23,42,0.05) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}
html body main article.sb-card:hover{
  transform: translateY(-2px) !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 2px 4px rgba(15,23,42,0.06), 0 16px 40px rgba(15,23,42,0.08) !important;
}
html body main article.sb-card .sb-card__title,
html body main article.sb-card h3,
html body main article.sb-card h2{
  font-size: 1.1rem !important;
  line-height: 1.35 !important;
  color: #0f172a !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-wrap: anywhere !important;
}
html body main article.sb-card p,
html body main article.sb-card .sb-card__excerpt,
html body main article.sb-card .sb-card__text{
  color: #475569 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}
html body main article.sb-card a{
  color: inherit !important;
  text-decoration: none !important;
}
html body main article.sb-card .sb-card__meta,
html body main article.sb-card time{
  color: #64748b !important;
  font-size: 0.825rem !important;
}
html body main article.sb-card img{
  border-radius: 10px !important;
  margin-bottom: 0.25rem !important;
}
/* Visible "read more" / link */
html body main article.sb-card .sb-card__cta,
html body main article.sb-card a.sb-link{
  margin-top: auto !important;
  color: #2563eb !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

/* === Fase 10Y: unified chat trigger across all pages (cyan gradient like home) === */
.sb-chat-widget__trigger{
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
}
.sb-chat-widget__trigger:hover{
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
}

/* === Fase 10Z: chat widget IDENTIEK op alle paginas - scoped var override === */
.sb-chat-widget,
.sb-chat-widget *{
  --sb-primary: #0ea5e9 !important;
  --sb-primary-dark: #2563eb !important;
  --sb-primary-glow: rgba(14,165,233,0.3) !important;
  --sb-accent: #0ea5e9 !important;
}
.sb-chat-widget__trigger{
  width: 66.4px !important;
  height: 66.4px !important;
}
