/* _fonts.sass */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/montserrat-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lexend-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/lexend-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/lexend-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend Fallback';
  src: local('Arial');
  size-adjust: 100.86%;
  ascent-override: 99.15%;
  descent-override: 24.79%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Montserrat Fallback';
  src: local('Arial');
  size-adjust: 100.66%;
  ascent-override: 96.16%;
  descent-override: 24.93%;
  line-gap-override: 0%;
}
:root {
  --fallback-tracking: 0em;
}
.fonts-laden {
  --fallback-tracking: 0.02em;
}

/* _reset.sass */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  overflow-x: clip;
}
body {
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #4A5568;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.alleen-schermlezer {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.icoon-eigen {
  color: inherit;
  fill: currentColor;
  stroke: currentColor;
}
.icoon-eigen path, .icoon-eigen circle, .icoon-eigen rect, .icoon-eigen line, .icoon-eigen polyline, .icoon-eigen polygon, .icoon-eigen ellipse {
  fill: inherit;
  stroke: inherit;
}
.icoon-img {
  width: 1em;
  height: 1em;
  object-fit: contain;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.9rem 1.4rem;
  background: #1A6BCC;
  color: #FFFFFF;
  border-radius: 0 0 0.8rem 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #1A6BCC;
  outline-offset: 2px;
  border-radius: 2px;
}
.hero-home a:focus-visible, .hero-home button:focus-visible, .hero-home input:focus-visible, .hero-home select:focus-visible, .hero-home textarea:focus-visible, .hero-home [tabindex]:focus-visible, .hero-dienst a:focus-visible, .hero-dienst button:focus-visible, .hero-dienst input:focus-visible, .hero-dienst select:focus-visible, .hero-dienst textarea:focus-visible, .hero-dienst [tabindex]:focus-visible, .hero-page a:focus-visible, .hero-page button:focus-visible, .hero-page input:focus-visible, .hero-page select:focus-visible, .hero-page textarea:focus-visible, .hero-page [tabindex]:focus-visible, .nav a:focus-visible, .nav button:focus-visible, .nav input:focus-visible, .nav select:focus-visible, .nav textarea:focus-visible, .nav [tabindex]:focus-visible, .footer a:focus-visible, .footer button:focus-visible, .footer input:focus-visible, .footer select:focus-visible, .footer textarea:focus-visible, .footer [tabindex]:focus-visible {
  outline-color: #FFFFFF;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* _typography.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #0D1B2A;
}
h1 {
  font-size: 5.2rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.8rem;
}
em {
  font-style: normal;
  color: #1A6BCC;
}
.on-dark em {
  color: #7EB8FF;
}
p {
  font-size: 1.6rem;
  line-height: 1.7;
}
strong {
  font-weight: 600;
  color: #0D1B2A;
}
@media (max-width: 860px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}

/* _button.sass */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.3rem 2.4rem;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  color: #0D1B2A;
  background: transparent;
}
.btn svg {
  flex-shrink: 0;
}
.btn-pijl {
  justify-content: space-between;
}
.btn-pijl svg {
  order: 2;
  margin-left: 1.2rem;
}
.btn-sm {
  padding: 0.9rem 1.6rem;
  font-size: 1.3rem;
}
.btn-md {
  padding: 1.3rem 2.4rem;
  font-size: 1.5rem;
}
.btn-lg {
  padding: 1.6rem 3.2rem;
  font-size: 1.6rem;
}
.btn-green, .btn-primary {
  background: #1A6BCC;
  color: #FFFFFF;
  border-color: #1A6BCC;
}
.btn-green:hover, .btn-primary:hover {
  background: #124E99;
  border-color: #124E99;
}
.btn-white {
  background: #FFFFFF;
  color: #1A6BCC;
  border-color: transparent;
}
.btn-white:hover {
  background: #E8F0FB;
}
.btn-white-solid {
  background: #FFFFFF;
  color: #1A6BCC;
  border-color: #FFFFFF;
}
.btn-white-solid:hover {
  background: #E8F0FB;
  border-color: #E8F0FB;
}
.btn-ghost {
  background: transparent;
  color: #1A6BCC;
  border-color: transparent;
}
.btn-ghost:hover {
  background: #E8F0FB;
}
.btn-outline-dark {
  background: transparent;
  color: #0D1B2A;
  border-color: rgba(13, 27, 42, 0.18);
}
.btn-outline-dark:hover {
  border-color: #0D1B2A;
}
.btn-outline-white {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFFFFF;
}

/* _section.sass */
.section {
  padding: 9.6rem 0;
}
.section-sm {
  padding: 6.4rem 0;
}
.section-xs {
  padding: 4rem 0;
}
.section-toc {
  padding: 1.5rem 0 9.6rem;
}
.bg-white {
  background: #FFFFFF;
}
.bg-bg {
  background: #F2F4F7;
}
.bg-surface {
  background: #EEF1F6;
}
.bg-ink {
  background: #0D1B2A;
  color: #FFFFFF;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}
.kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A6BCC;
  flex-shrink: 0;
}
.kicker-text {
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1A6BCC;
}
.kicker + h2 {
  margin-bottom: 1.6rem;
}
.section-header {
  margin-bottom: 4.8rem;
}
.section-header p {
  max-width: 62rem;
  margin-top: 1.2rem;
  color: #4A5568;
}
.section-header-centered {
  text-align: center;
}
.section-header-centered .kicker {
  justify-content: center;
}
.section-header-centered p {
  margin-left: auto;
  margin-right: auto;
}
.section-header-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.4rem;
}
.section-header-light h2 {
  color: #FFFFFF;
}
.section-header-light p {
  color: #FFFFFF;
}
.badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.4rem;
}
.badge-accent {
  background: #1A6BCC;
  color: #FFFFFF;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
}
.breadcrumb-link {
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.breadcrumb-link:hover {
  color: #FFFFFF;
}
.breadcrumb-sep {
  color: #FFFFFF;
}
.breadcrumb-current {
  color: #FFFFFF;
}
[class$='--inactief'] {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
[class$='--inactief']:hover {
  background: inherit;
  border-color: inherit;
  color: inherit;
  transform: none;
  box-shadow: none;
}

/* _header.sass */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 65px;
  background: #0D1B2A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav .container {
  height: 100%;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-logo,
.nav .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  flex-shrink: 0;
}
.nav-logo img,
.nav .custom-logo-link img {
  height: 4rem;
  width: auto;
  max-width: 20rem;
  object-fit: contain;
  display: block;
}
.nav-logo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A6BCC;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.nav-link:hover {
  color: #FFFFFF;
}
.nav-link.active {
  color: #FFFFFF;
}
.nav-item {
  position: relative;
}
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.nav-trigger:hover, .nav-trigger.active {
  color: #FFFFFF;
}
.nav-trigger-arrow {
  display: inline-flex;
  color: #FFFFFF;
  transition: opacity 0.25s ease;
}
.nav-item:hover .nav-trigger-arrow, .nav-item:focus-within .nav-trigger-arrow {
  opacity: 0;
}
.nav-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: calc(23px + 7px);
  display: none;
}
.nav-item:hover::after, .nav-item:focus-within::after {
  display: block;
}
.megamenu {
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: min(940px, 92vw);
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 2.4rem;
  box-shadow: 0 24px 48px rgba(13, 27, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s;
  z-index: 200;
  overflow: hidden;
}
.nav-item:hover .megamenu, .nav-item:focus-within .megamenu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.megamenu-inner {
  display: grid;
  grid-template-columns: 1fr 260px;
}
.megamenu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  padding: 2.4rem;
}
.megamenu-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  transition: background-color 0.25s ease;
}
.megamenu-item:hover {
  background: #EEF1F6;
}
.megamenu-item.is-huidig {
  background: #E8F0FB;
}
.megamenu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  background: #EEF1F6;
  color: #1A6BCC;
  flex-shrink: 0;
}
.megamenu-item:hover .megamenu-icon, .megamenu-item.is-huidig .megamenu-icon {
  background: #1A6BCC;
  color: #FFFFFF;
}
.megamenu-title {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.2rem;
}
.megamenu-sub {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5E6B7E;
}
.megamenu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 2.4rem;
  background: #EEF1F6;
  border-top: 1px solid rgba(13, 27, 42, 0.10);
}
.megamenu-footer-text {
  font-size: 1.3rem;
  color: #4A5568;
}
.megamenu-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1A6BCC;
}
.megamenu-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem;
  background: #0D1B2A;
  color: #FFFFFF;
}
.megamenu-aside-label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7EB8FF;
  margin-bottom: 0.8rem;
}
.megamenu-aside-title {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}
.megamenu-aside-body {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #FFFFFF;
}
.megamenu-aside-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem;
  background: #1A6BCC;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: background-color 0.25s ease;
}
.megamenu-aside-cta:hover {
  background: #124E99;
}
.nav-acties {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 2rem;
  background: #1A6BCC;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: background-color 0.25s ease;
  flex-shrink: 0;
}
.nav-cta:hover {
  background: #124E99;
}
.nav-bel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 1.8rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav-bel:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 1100px) {
  .nav-bel {
    display: none;
  }
}

/* _mobiel-menu.sass */
.menu-knop {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  color: #FFFFFF;
  flex-shrink: 0;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.menu-knop:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFFFFF;
}
.menu-streep {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.menu-streep + .menu-streep {
  margin-top: 4px;
}
.menu-knop.is-open .menu-streep:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.menu-knop.is-open .menu-streep:nth-child(2) {
  opacity: 0;
}
.menu-knop.is-open .menu-streep:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}
.menu-waas {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(13, 27, 42, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s;
}
.menu-waas.is-open {
  opacity: 1;
  visibility: visible;
}
.menu-paneel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: min(360px, 88vw);
  background: #0D1B2A;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu-paneel.is-open {
  transform: translateX(0);
}
.menu-kop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.menu-kop-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.menu-sluit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  color: #FFFFFF;
  transition: background-color 0.25s ease;
}
.menu-sluit:hover {
  background: rgba(255, 255, 255, 0.08);
}
.menu-lijst {
  padding: 1.2rem 0;
  flex: 1;
}
.menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.menu-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
.menu-link.active {
  color: #7EB8FF;
  box-shadow: inset 3px 0 0 #7EB8FF;
}
.menu-groep {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0.8rem 0;
}
.menu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 2.4rem;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.menu-trigger:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
.menu-trigger.active {
  color: #7EB8FF;
  box-shadow: inset 3px 0 0 #7EB8FF;
}
.menu-trigger-pijl {
  display: inline-flex;
  color: #FFFFFF;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.menu-groep.is-open .menu-trigger-pijl {
  transform: rotate(180deg);
}
.menu-groep.is-open .menu-trigger {
  color: #FFFFFF;
}
.menu-sub {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu-groep.is-open .menu-sub {
  grid-template-rows: 1fr;
}
.menu-sub-inner {
  overflow: hidden;
}
.menu-dienst {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 2.4rem;
  transition: background-color 0.25s ease;
}
.menu-dienst:hover {
  background: rgba(255, 255, 255, 0.05);
}
.menu-dienst-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  color: #7EB8FF;
  flex-shrink: 0;
}
.menu-dienst-naam {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.menu-dienst:hover .menu-dienst-naam {
  color: #FFFFFF;
}
.menu-dienst.is-huidig .menu-dienst-icon {
  background: #1A6BCC;
  color: #FFFFFF;
}
.menu-dienst.is-huidig .menu-dienst-naam {
  color: #FFFFFF;
  font-weight: 600;
}
.menu-alle {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.2rem 2.4rem 1.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #7EB8FF;
}
.menu-voet {
  padding: 2rem 2.4rem 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.menu-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1.4rem;
  background: #1A6BCC;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: background-color 0.25s ease;
}
.menu-cta:hover {
  background: #124E99;
}
.menu-bel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding: 1.2rem;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  transition: background-color 0.25s ease;
}
.menu-bel:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (min-width: 992px) {
  .menu-knop, .menu-paneel, .menu-waas {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-knop {
    display: flex;
  }
  .nav-links, .nav-acties {
    display: none;
  }
}

/* _footer.sass */
.footer {
  background: #0D1B2A;
  color: #FFFFFF;
  padding: 6.4rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 4.8rem;
  padding-bottom: 4.8rem;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
}
.footer-logo--beeld {
  font-size: 0;
  gap: 0;
}
.footer-logo-beeld {
  display: block;
  height: 4.4rem;
  width: auto;
  max-width: 24rem;
  object-fit: contain;
}
.footer-logo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A6BCC;
}
.footer-desc {
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 34rem;
  margin-bottom: 2.4rem;
}
.footer-socials {
  display: flex;
  gap: 1rem;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.8rem;
  color: #FFFFFF;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.footer-social:hover {
  background: #1A6BCC;
  border-color: #1A6BCC;
  color: #FFFFFF;
}
.footer-kop {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.8rem;
}
.footer-lijst {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-link {
  font-size: 1.4rem;
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.footer-link:hover {
  color: #FFFFFF;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.footer-contact-item:hover {
  color: #FFFFFF;
}
.footer-contact-icon {
  display: inline-flex;
  color: #7EB8FF;
  flex-shrink: 0;
}
.footer-onder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copy {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.footer-legal {
  display: flex;
  gap: 2.4rem;
}
.footer-legal a {
  font-size: 1.3rem;
  color: #FFFFFF;
  transition: color 0.25s ease;
}
.footer-legal a:hover {
  color: #FFFFFF;
}
.footer-contact-item {
  overflow-wrap: anywhere;
}
@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem;
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

/* _gravity-forms.sass */
.gform_wrapper .gform_fields {
  grid-row-gap: 2rem !important;
}
.gform_wrapper .gfield_label {
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0D1B2A;
  margin-bottom: 0.6rem;
}
.gform_wrapper .gfield_required {
  color: #1A6BCC;
}
.gform_wrapper input[type='text'], .gform_wrapper input[type='email'], .gform_wrapper input[type='tel'], .gform_wrapper select, .gform_wrapper textarea {
  width: 100%;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  color: #0D1B2A;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.18) !important;
  border-radius: 0.8rem !important;
  padding: 1.1rem 1.4rem !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gform_wrapper select {
  height: auto !important;
  min-height: 4.4rem !important;
  line-height: 1.5 !important;
  color: #0D1B2A !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper select:focus {
  outline: none;
  border-color: #1A6BCC !important;
  box-shadow: 0 0 0 3px rgba(26, 107, 204, 0.15);
}
.gform_wrapper textarea {
  height: 7.5rem !important;
  min-height: 7.5rem;
  resize: vertical;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  margin: 0 !important;
  padding: 1.6rem 0 0 !important;
  display: flex;
}
.gform_wrapper .gform_footer .gform_button, .gform_wrapper .gform_footer input[type='submit'], .gform_wrapper .gform_page_footer .gform_button {
  flex: 0 0 100%;
}
.gform_wrapper .gform_button, .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button, .gform_wrapper input[type='submit'] {
  display: flex !important;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: #1A6BCC !important;
  border: none !important;
  border-radius: 0.8rem !important;
  padding: 1.3rem 2.2rem !important;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.gform_wrapper .gform_button svg, .gform_wrapper .gform_next_button svg, .gform_wrapper .gform_previous_button svg, .gform_wrapper input[type='submit'] svg {
  order: 2;
  margin-left: 1.2rem;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_previous_button:hover, .gform_wrapper input[type='submit']:hover {
  background: #124E99 !important;
  transform: translateY(-1px);
}
.gform_wrapper .gform_previous_button {
  background: #EEF1F6 !important;
  color: #0D1B2A !important;
}
.gform_wrapper .gform_previous_button:hover {
  background: rgba(13, 27, 42, 0.10) !important;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message {
  font-size: 1.2rem;
  color: #B42318;
  background: #FEF3F2;
  border: 1px solid rgba(180, 35, 24, 0.25);
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  margin-top: 0.6rem;
}
.gform_wrapper .gf_page_steps {
  display: flex;
  gap: 1.6rem;
  border: none !important;
  margin-bottom: 2rem;
}
.gform_wrapper .gf_step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #5E6B7E;
  margin: 0 !important;
}
.gform_wrapper .gf_step.gf_step_active {
  color: #1A6BCC;
  font-weight: 600;
}
.hero-formulier .gform_wrapper .gform_fields {
  row-gap: 1.4rem !important;
}
.hero-formulier .gfield_label {
  margin-bottom: 0.4rem !important;
  font-size: 1.1rem !important;
  color: #4A5568 !important;
}
.hero-formulier input[type='text'], .hero-formulier input[type='email'], .hero-formulier input[type='tel'], .hero-formulier select {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.offerte-gf .blok-kop-veld {
  margin-top: 1rem;
}
.offerte-gf .blok-kop {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding-bottom: 0.4rem;
}
.offerte-gf .blok-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #E8F0FB;
  color: #1A6BCC;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.offerte-gf .blok-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D1B2A;
}
.offerte-gf .blok-sub {
  font-size: 1.2rem;
  color: #5E6B7E;
  margin-top: 0.1rem;
}
.gform_required_legend {
  display: none !important;
}

/* _hero.sass */
.hero-home {
  position: relative;
  background: #0D1B2A;
  overflow: hidden;
  min-height: 64rem;
  display: flex;
  align-items: flex-end;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(13,27,42,0.94) 0%, rgba(13,27,42,0.80) 42%, rgba(13,27,42,0.55) 65%, rgba(13,27,42,0.38) 100%);
}
.hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 8rem 0 6.4rem;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 4.8rem;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7EB8FF;
}
.hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7EB8FF;
}
.hero-h1 {
  font-size: clamp(3.6rem, 4vw, 5.6rem);
  color: #FFFFFF;
  margin-bottom: 2rem;
  letter-spacing: calc(0em + var(--fallback-tracking));
}
.hero-lead {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #FFFFFF;
  max-width: 54rem;
  margin-bottom: 2.8rem;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.hero-pill svg {
  color: #7EB8FF;
}
.hero-acties {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.hero-formulier {
  background: #FFFFFF;
  border-radius: 2.4rem;
  padding: 2.8rem;
  box-shadow: 0 24px 48px rgba(13, 27, 42, 0.14);
}
.hero-formulier-kop {
  margin-bottom: 1.8rem;
}
.hero-formulier-titel {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.hero-formulier-sub {
  font-size: 1.2rem;
  color: #4A5568;
}
@media (max-width: 1100px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .hero-formulier {
    max-width: 52rem;
  }
}
@media (max-width: 860px) {
  .hero-body {
    padding: 5.6rem 0 6.4rem;
  }
  .hero-h1 {
    font-size: 3.6rem;
  }
  .hero-lead {
    font-size: 1.6rem;
  }
}
.hero-formulier-leeg {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hero-formulier-leeg p {
  font-size: 1.3rem;
  color: #5E6B7E;
  line-height: 1.6;
}
.hero-formulier-leeg .btn {
  justify-content: center;
}
.hero-content {
  min-width: 0;
}
.hero-rechts {
  display: flex;
  flex-direction: column;
}
.hero-trust {
  margin-top: 1.4rem;
  background: rgba(13, 27, 42, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1.6rem;
  padding: 1.6rem 2rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-trust-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.hero-trust-icon {
  display: inline-flex;
  color: #7EB8FF;
  flex-shrink: 0;
}

/* _usp-bar.sass */
.usp-bar {
  background: #1A6BCC;
}
.usp-lijst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.usp-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2.2rem 2.8rem;
  color: #FFFFFF;
}
.usp-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.usp-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #FFFFFF;
}
.usp-tekst {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.usp-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.usp-sub {
  font-size: 1.2rem;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .usp-lijst {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp-item:nth-child(2) {
    border-right: none;
  }
  .usp-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 560px) {
  .usp-lijst {
    grid-template-columns: 1fr;
  }
  .usp-item {
    border-right: none !important;
    padding: 1.6rem 0.4rem;
  }
  .usp-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

/* _diensten.sass */
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.dienst-card {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2.4rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.dienst-card:hover {
  border-color: #1A6BCC;
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.10);
  transform: translateY(-2px);
}
.dienst-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  background: #E8F0FB;
  color: #1A6BCC;
  margin-bottom: 2rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.dienst-card:hover .dienst-icon {
  background: #1A6BCC;
  color: #FFFFFF;
}
.dienst-titel {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.dienst-body {
  font-size: 1.4rem;
  line-height: 1.65;
  color: #4A5568;
  margin-bottom: 2rem;
  flex: 1;
}
.dienst-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1A6BCC;
}
.dienst-card--inactief {
  border-style: dashed;
}
.dienst-card--inactief:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(13, 27, 42, 0.10);
}
.dienst-card--inactief .dienst-link {
  color: #5E6B7E;
}
@media (max-width: 1100px) {
  .diensten-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .diensten-grid {
    grid-template-columns: 1fr;
  }
}
.dienst-cat {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5E6B7E;
  margin-bottom: 0.4rem;
}

/* _reviews.sass */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
.review-card {
  display: flex;
  flex-direction: column;
  padding: 2.8rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
}
.review-stars {
  color: #F59E0B;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.6rem;
}
.review-text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #4A5568;
  margin-bottom: 2.4rem;
  flex: 1;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #E8F0FB;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1A6BCC;
  flex-shrink: 0;
}
.review-name {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
}
.review-meta {
  display: block;
  font-size: 1.3rem;
  color: #5E6B7E;
}
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem 3.2rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
}
.reviews-summary-score {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0D1B2A;
}
.reviews-summary-stars {
  color: #F59E0B;
  letter-spacing: 0.15em;
  margin-bottom: 0.4rem;
}
.reviews-summary-label {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0D1B2A;
}
.reviews-summary-count {
  font-size: 1.3rem;
  color: #5E6B7E;
}
.reviews-summary-divider {
  flex: 1;
}
@media (max-width: 1100px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .reviews-summary-divider {
    display: none;
  }
}

/* _proces.sass */
.proces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.proces-card {
  position: relative;
  padding: 3.2rem 2.8rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  overflow: hidden;
}
.proces-num {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 8.8rem;
  font-weight: 800;
  line-height: 1;
  color: #EEF1F6;
  pointer-events: none;
}
.proces-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.2rem;
  background: #E8F0FB;
  color: #1A6BCC;
  margin-bottom: 2rem;
}
.proces-label {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1A6BCC;
  margin-bottom: 0.8rem;
}
.proces-title {
  position: relative;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.proces-body {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #4A5568;
}
.proces-card-final {
  background: #DCFCE7;
  border-color: rgba(22, 163, 74, 0.25);
}
.proces-card-final .proces-num {
  color: rgba(22, 163, 74, 0.12);
}
.proces-card-final .proces-icon {
  background: #16A34A;
  color: #FFFFFF;
}
.proces-card-final .proces-label {
  color: #16A34A;
}
.proces-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
.proces-cta-note {
  font-size: 1.3rem;
  color: #5E6B7E;
}
@media (max-width: 860px) {
  .proces-grid {
    grid-template-columns: 1fr;
  }
}

/* _portfolio.sass */
.portfolio-featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
.pf-card {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  min-height: 24rem;
}
.pf-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pf-card:hover img {
  transform: scale(1.04);
}
.pf-main {
  grid-row: span 2;
}
.pf-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem;
  background: linear-gradient(to top, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.45) 45%, transparent 75%);
}
.pf-card-title {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}
.pf-card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  color: #FFFFFF;
}
@media (max-width: 860px) {
  .portfolio-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .pf-main {
    grid-row: auto;
  }
}

/* _galerij.sass */
.galerij {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.galerij-tegel {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #EEF1F6;
  aspect-ratio: 4/3;
  cursor: zoom-in;
}
.galerij-tegel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.galerij-tegel:hover img, .galerij-tegel:focus-visible img {
  transform: scale(1.04);
}
.galerij-vergroot {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 27, 42, 0.55);
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.galerij-tegel:hover .galerij-vergroot, .galerij-tegel:focus-visible .galerij-vergroot {
  opacity: 1;
}
.galerij-bijschrift {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.2rem 1.6rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(to top, rgba(13, 27, 42, 0.85), transparent);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox[hidden] {
  display: none;
}
.lightbox-achtergrond {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 42, 0.92);
}
.lightbox-venster {
  position: relative;
  width: 100%;
  max-width: 110rem;
  padding: 0 7.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.lightbox-figuur {
  margin: 0;
  max-width: 100%;
}
.lightbox-foto {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  width: auto;
  height: auto;
  border-radius: 0.8rem;
  background: #0D1B2A;
}
.lightbox-bijschrift {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}
.lightbox-bijschrift[hidden] {
  display: none;
}
.lightbox-teller {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.lightbox-knop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.lightbox-knop:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
}
.lightbox-sluit {
  top: -6.4rem;
  right: 0;
}
.lightbox-vorige {
  left: 0;
  top: 50%;
  margin-top: -2.4rem;
}
.lightbox-volgende {
  right: 0;
  top: 50%;
  margin-top: -2.4rem;
}
body.lightbox-open {
  overflow: hidden;
}
@media (max-width: 860px) {
  .galerij {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .galerij-vergroot {
    opacity: 1;
    width: 3.2rem;
    height: 3.2rem;
  }
  .lightbox-venster {
    padding: 0 1.6rem;
  }
  .lightbox-sluit {
    top: -5.6rem;
    right: 1.6rem;
  }
  .lightbox-vorige {
    left: 1.6rem;
    top: auto;
    bottom: -6.4rem;
    margin-top: 0;
  }
  .lightbox-volgende {
    right: 1.6rem;
    top: auto;
    bottom: -6.4rem;
    margin-top: 0;
  }
  .lightbox-foto {
    max-height: 62vh;
  }
}
@media (max-width: 560px) {
  .galerij {
    grid-template-columns: 1fr;
  }
}

/* _over-ons.sass */
.verhaal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
  align-items: center;
}
.verhaal-tekst {
  margin-bottom: 3.2rem;
}
.verhaal-tekst p {
  margin-bottom: 1.4rem;
  color: #4A5568;
}
.verhaal-cijfers {
  display: flex;
  gap: 4rem;
  margin-bottom: 3.2rem;
}
.verhaal-cijfer-waarde {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1A6BCC;
  margin-bottom: 0.4rem;
}
.verhaal-cijfer-label {
  display: block;
  font-size: 1.3rem;
  color: #5E6B7E;
}
.verhaal-foto {
  border-radius: 2.4rem;
  overflow: hidden;
}
.verhaal-foto img {
  width: 100%;
  height: auto;
}
@media (max-width: 860px) {
  .verhaal {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
  .verhaal-cijfers {
    gap: 2.4rem;
  }
}
.verhaal-body {
  min-width: 0;
}
.verhaal-cijfer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

/* _cta.sass */
.cta-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: #1A6BCC;
  border-radius: 2.4rem;
  overflow: hidden;
}
.cta-inner.cta-inner--geen-foto {
  grid-template-columns: 1fr;
}
.cta-content {
  padding: 5.6rem;
}
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.cta-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.cta-eyebrow-text {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cta-h2 {
  font-size: 3.6rem;
  color: #FFFFFF;
  margin-bottom: 1.4rem;
}
.cta-lead {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #FFFFFF;
  max-width: 46rem;
  margin-bottom: 2.8rem;
}
.cta-trust-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.cta-trust-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  flex-shrink: 0;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.cta-photo {
  position: relative;
}
.cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,107,204,0.65), rgba(26,107,204,0.15));
}
@media (max-width: 860px) {
  .cta-inner {
    grid-template-columns: 1fr;
  }
  .cta-content {
    padding: 3.6rem 2.8rem;
  }
  .cta-h2 {
    font-size: 2.8rem;
  }
  .cta-photo {
    min-height: 24rem;
    order: -1;
  }
}

/* _werkgebied.sass */
.werkgebied-body {
  max-width: 62rem;
  margin: 1.2rem 0 3.2rem;
  color: #4A5568;
}
.werkgebied-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.werkgebied-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  color: #0D1B2A;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
.werkgebied-item:hover {
  border-color: #1A6BCC;
  color: #1A6BCC;
}
.werkgebied-item:hover .werkgebied-icon {
  color: #1A6BCC;
}
.werkgebied-icon {
  display: inline-flex;
  color: #5E6B7E;
  flex-shrink: 0;
  transition: color 0.25s ease;
}
.werkgebied-naam {
  font-weight: 500;
}
.werkgebied-tag {
  padding: 0.3rem 0.7rem;
  background: #E8F0FB;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1A6BCC;
}
a.werkgebied-item {
  cursor: pointer;
  border-color: #1A6BCC;
}
a.werkgebied-item .werkgebied-icon, a.werkgebied-item .werkgebied-pijl {
  color: #1A6BCC;
}
a.werkgebied-item:hover {
  background: #E8F0FB;
}
a.werkgebied-item:hover .werkgebied-pijl {
  transform: translateX(2px);
}
.werkgebied-pijl {
  display: inline-flex;
  color: #5E6B7E;
  flex-shrink: 0;
  margin-left: auto;
  transition: color 0.15s ease, transform 0.15s ease;
}
.werkgebied-item.werkgebied-item--inactief {
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  color: inherit;
  cursor: default;
}
.werkgebied-item.werkgebied-item--inactief .werkgebied-icon {
  color: #1A6BCC;
}
.werkgebied-item.werkgebied-item--inactief .werkgebied-naam {
  color: #0D1B2A;
}
.werkgebied-noot {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  color: #5E6B7E;
}
@media (max-width: 860px) {
  .werkgebied-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .werkgebied-grid {
    grid-template-columns: 1fr;
  }
}

/* _hero-page.sass */
.hero-page {
  background: #0D1B2A;
  padding: 6.4rem 0 5.6rem;
}
.hero-page .breadcrumb {
  margin-bottom: 2.4rem;
}
.hero-page-eyebrow {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7EB8FF;
  margin-bottom: 1.2rem;
}
.hero-page-h1 {
  font-size: clamp(3rem, 4vw, 5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.08;
  letter-spacing: calc(-0.028em + var(--fallback-tracking));
  margin-bottom: 1.4rem;
}
.hero-page-lead {
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1.7;
  max-width: 56rem;
}
.hero-page--cijfer {
  padding: 7.2rem 0 6.4rem;
}
.hero-page-cijfer {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(7rem, 14vw, 13rem);
  line-height: 0.85;
  letter-spacing: -0.045em;
  color: #7EB8FF;
  margin-bottom: 2.4rem;
}
.hero-page-acties {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 860px) {
  .hero-page {
    padding: 4.8rem 0 4rem;
  }
  .hero-page--cijfer {
    padding: 5.6rem 0 4.8rem;
  }
  .hero-page-acties {
    margin-top: 2.4rem;
  }
  .hero-page-acties .btn {
    flex: 1 1 100%;
  }
}

/* _hulp.sass */
.hulp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
  align-items: center;
}
.hulp-body {
  font-size: 1.5rem;
  color: #4A5568;
  line-height: 1.78;
  margin-bottom: 2.4rem;
}
.hulp-lijst {
  margin-bottom: 2.8rem;
}
.hulp-item {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.hulp-item:last-child {
  border-bottom: none;
}
.hulp-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  background: #E8F0FB;
  color: #1A6BCC;
  flex-shrink: 0;
}
.hulp-item-titel {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.3rem;
}
.hulp-item-body {
  display: block;
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.65;
}
.hulp-acties {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.hulp-img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.hulp-img img {
  width: 100%;
  height: 46rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
  .hulp-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .hulp-img img {
    height: 32rem;
  }
}
.hulp-content {
  min-width: 0;
}

/* _dienst-hero.sass */
.hero-dienst {
  position: relative;
  overflow: hidden;
  min-height: 42rem;
  display: flex;
  align-items: flex-end;
}
.hero-dienst > .container {
  width: 100%;
}
.hero-dienst .hero-overlay {
  background: linear-gradient(105deg, rgba(13, 27, 42, 0.94) 0%, rgba(13, 27, 42, 0.78) 45%, rgba(13, 27, 42, 0.48) 100%);
}
.hero-dienst .hero-lead {
  max-width: 56rem;
}
.hero-dienst-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12rem 0 5.6rem;
}
.hero-dienst-body .hero-lead {
  max-width: 60rem;
}
.hero-dienst-acties {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .hero-dienst-body {
    padding: 10rem 0 4rem;
  }
}

/* _regio-strip.sass */
.regio-strip {
  background: #EEF1F6;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
  padding: 1.4rem 0;
}
.regio-strip-inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.regio-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5E6B7E;
  margin-right: 0.4rem;
  white-space: nowrap;
}
.regio-strip-lijst {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.regio-strip-item {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  color: #4A5568;
  padding: 0.5rem 1.2rem;
  border-radius: 99px;
  border: 1px solid rgba(13, 27, 42, 0.10);
  background: #FFFFFF;
  white-space: nowrap;
}

/* _trustbar.sass */
.trustbar {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
  padding: 1.4rem 0;
}
.trustbar-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.trustbar-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #4A5568;
  white-space: nowrap;
}
.trustbar-item svg {
  color: #1A6BCC;
  flex-shrink: 0;
}
.trustbar-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.6rem;
  background: rgba(13, 27, 42, 0.10);
  margin-left: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 860px) {
  .trustbar-list {
    justify-content: flex-start;
    gap: 1.2rem 2rem;
  }
  .trustbar-item:not(:last-child)::after {
    display: none;
  }
}

/* _artikel.sass */
.toc-bar {
  position: sticky;
  top: 65px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #EEF1F6;
  border-radius: 1.2rem;
  padding: 0.8rem 1rem;
  margin-bottom: 3.2rem;
  min-height: 56px;
}
.toc-label {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 1.4rem 0 0.8rem;
  border-right: 1px solid rgba(13, 27, 42, 0.18);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5E6B7E;
  white-space: nowrap;
}
.toc-lijst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.toc-link {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4A5568;
  padding: 0 1.4rem;
  min-height: 3.2rem;
  border-radius: 0.8rem;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.toc-link:hover {
  color: #1A6BCC;
  background: #FFFFFF;
}
.toc-link.is-actief {
  background: #FFFFFF;
  color: #1A6BCC;
  text-shadow: 0 0 0.6px currentColor;
  box-shadow: 0 1px 3px rgba(13, 27, 42, 0.08);
}
.artikel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34rem;
  gap: 6.4rem;
  align-items: start;
}
.artikel {
  font-size: 1.5rem;
  color: #4A5568;
  line-height: 1.8;
}
.artikel-blok {
  scroll-margin-top: calc(65px + 56px + 24px);
}
.artikel-blok h2 {
  font-size: clamp(2.2rem, 2.5vw, 2.9rem);
  color: #0D1B2A;
  margin: 0 0 1.6rem;
}
.artikel-blok p {
  margin-bottom: 1.6rem;
}
.artikel-blok strong {
  color: #0D1B2A;
  font-weight: 600;
}
.artikel-blok a:not(.btn) {
  color: #1A6BCC;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(26, 107, 204, 0.3);
  text-underline-offset: 2px;
}
.artikel-blok a:not(.btn):hover {
  text-decoration-color: #1A6BCC;
}
.artikel-blok:not(:first-child) {
  margin-top: 5.2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(13, 27, 42, 0.10);
}
.artikel-blok.artikel-blok--naadloos:not(:first-child) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.artikel-blok ul {
  margin: 1.4rem 0 2.4rem;
}
.artikel-blok ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.72;
}
.artikel-blok ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A6BCC;
}
.artikel-blok ol {
  counter-reset: stap;
  margin: 1.8rem 0 2.6rem;
  list-style: none;
}
.artikel-blok ol li {
  position: relative;
  counter-increment: stap;
  padding-left: 3.8rem;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.72;
}
.artikel-blok ol li::before {
  content: counter(stap);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #E8F0FB;
  color: #1A6BCC;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artikel-blok ol li strong {
  display: block;
  color: #0D1B2A;
  font-weight: 700;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.artikel-aside {
  position: sticky;
  top: calc(65px + 56px + 24px);
  z-index: 10;
}
.aside-offerte {
  background: #1A6BCC;
  border-radius: 1.6rem;
  padding: 2.6rem;
  margin-bottom: 1.6rem;
}
.aside-offerte-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.aside-offerte-sub {
  font-size: 1.3rem;
  color: #FFFFFF;
  line-height: 1.55;
  margin-bottom: 2rem;
}
.aside-offerte-knop {
  width: 100%;
  justify-content: center;
}
.aside-offerte-trust {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.aside-offerte-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  color: #FFFFFF;
}
.aside-offerte-trust-item svg {
  flex-shrink: 0;
}
.aside-offerte .gform_wrapper .gfield_label {
  color: #FFFFFF;
}
.aside-offerte .gform_wrapper input[type='text'], .aside-offerte .gform_wrapper input[type='email'], .aside-offerte .gform_wrapper input[type='tel'], .aside-offerte .gform_wrapper select, .aside-offerte .gform_wrapper textarea {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #FFFFFF;
}
.aside-offerte .gform_wrapper input[type='text']::placeholder, .aside-offerte .gform_wrapper input[type='email']::placeholder, .aside-offerte .gform_wrapper input[type='tel']::placeholder, .aside-offerte .gform_wrapper select::placeholder, .aside-offerte .gform_wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.aside-offerte .gform_wrapper input[type='text']:focus, .aside-offerte .gform_wrapper input[type='email']:focus, .aside-offerte .gform_wrapper input[type='tel']:focus, .aside-offerte .gform_wrapper select:focus, .aside-offerte .gform_wrapper textarea:focus {
  border-color: rgba(255, 255, 255, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}
.aside-offerte .gform_wrapper select option {
  color: #0D1B2A;
}
.aside-offerte .gform_wrapper .gform_button, .aside-offerte .gform_wrapper input[type='submit'] {
  background: #FFFFFF !important;
  color: #1A6BCC !important;
}
.aside-offerte .gform_wrapper .gform_button:hover, .aside-offerte .gform_wrapper input[type='submit']:hover {
  background: #EEF1F6 !important;
}
.aside-kaart {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.2rem;
}
.aside-kaart-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 1.6rem;
}
.aside-contact-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
  text-decoration: none;
}
.aside-contact-item:last-child {
  margin-bottom: 0;
}
.aside-contact-icon {
  color: #1A6BCC;
  flex-shrink: 0;
  display: inline-flex;
}
.aside-contact-waarde {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
}
.aside-contact-sub {
  display: block;
  font-size: 1.1rem;
  color: #5E6B7E;
}
@media (max-width: 1100px) {
  .artikel-layout {
    grid-template-columns: minmax(0, 1fr) 30rem;
    gap: 4rem;
  }
}
@media (max-width: 860px) {
  .toc-bar {
    position: static;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .toc-label {
    border-right: none;
    padding: 0 0.4rem;
  }
  .artikel-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .artikel-aside {
    position: static;
  }
}
.kenmerken {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 2.2rem 0 2.8rem;
}
.kenmerk {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: #EEF1F6;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.2rem;
  padding: 1.5rem 1.7rem;
}
.kenmerk-icon {
  color: #F59E0B;
  flex-shrink: 0;
  margin-top: 1px;
  display: inline-flex;
}
.kenmerk-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.3rem;
}
.kenmerk-body {
  font-size: 1.2rem;
  color: #4A5568;
  line-height: 1.55;
  margin: 0;
}
.tabel-wrap {
  margin: 2.2rem 0 2.8rem;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.2rem;
  overflow-x: auto;
}
.tabel {
  width: 100%;
  border-collapse: collapse;
}
.tabel th {
  background: #0D1B2A;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  padding: 1.3rem 1.6rem;
  white-space: nowrap;
}
.tabel td {
  padding: 1.3rem 1.6rem;
  font-size: 1.3rem;
  color: #4A5568;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.tabel tr:last-child td {
  border-bottom: none;
}
.tabel tr:nth-child(even) td {
  background: #EEF1F6;
}
.tabel-naam {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #0D1B2A;
}
.tabel-tip td {
  background: #E8F0FB !important;
}
.tabel-tip td:first-child {
  box-shadow: inset 3px 0 0 #1A6BCC;
}
.tabel-tip .tabel-naam {
  color: #1A6BCC;
}
.tabel-badge {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.2rem 0.7rem;
  border-radius: 0.4rem;
  background: #1A6BCC;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tussencta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin: 3.6rem 0;
  padding: 2.2rem 2.6rem;
  background: #E8F0FB;
  border: 1px solid rgba(26, 107, 204, 0.25);
  border-radius: 1.6rem;
}
.tussencta-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.3rem;
}
.tussencta-body {
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.6;
  margin: 0;
}
.accentblok {
  background: #EEF1F6;
  border-radius: 1.6rem;
  padding: 3rem 3.2rem;
  margin: 2.6rem 0;
}
.accentblok h3 {
  font-size: 1.8rem;
  color: #0D1B2A;
  margin: 0 0 1.2rem;
}
.accentblok p:last-child {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  .kenmerken {
    grid-template-columns: 1fr;
  }
}

/* _inbegrepen.sass */
.inbegrepen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.inbegrepen-card {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.8rem 2.4rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.inbegrepen-card:hover {
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
  transform: translateY(-2px);
}
.inbegrepen-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  background: #E8F0FB;
  color: #1A6BCC;
  margin-bottom: 1.8rem;
}
.inbegrepen-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.8rem;
}
.inbegrepen-tekst {
  font-size: 1.4rem;
  color: #4A5568;
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .inbegrepen-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .inbegrepen-grid {
    grid-template-columns: 1fr;
  }
}

.inbegrepen-noot {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  max-width: 72rem;
  margin: 4rem auto 0;
  padding: 1.8rem 2.2rem;
  background: #E8F0FB;
  border: 1px solid rgba(26, 107, 204, 0.22);
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #0D1B2A;
  text-align: left;
}
.inbegrepen-noot-icoon {
  display: inline-flex;
  color: #1A6BCC;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* _prijs.sass */
.prijzen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  align-items: start;
}
.prijs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 3rem 2.8rem;
}
.prijs-card-tip {
  border-color: #1A6BCC;
  box-shadow: 0 0 0 1px #1A6BCC, 0 4px 12px rgba(13, 27, 42, 0.08);
}
.prijs-tip-badge {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #1A6BCC;
  color: #FFFFFF;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
  border-radius: 99px;
  white-space: nowrap;
}
.prijs-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5E6B7E;
  margin-bottom: 0.7rem;
}
.prijs-naam {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 1.2rem;
}
.prijs-bedrag {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.prijs-eenheid {
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #5E6B7E;
  letter-spacing: 0;
}
.prijs-sub {
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.6;
}
.prijs-divider {
  height: 1px;
  background: rgba(13, 27, 42, 0.10);
  margin: 1.8rem 0;
}
.prijs-lijst {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
  flex: 1;
}
.prijs-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.3rem;
  color: #4A5568;
}
.prijs-item-icon {
  display: inline-flex;
  color: #16A34A;
  flex-shrink: 0;
}
.prijs-knop {
  justify-content: center;
}
.prijs-noot {
  max-width: 62rem;
  margin: 2.8rem auto 0;
  font-size: 1.25rem;
  color: #5E6B7E;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 860px) {
  .prijzen-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

/* _faq.sass */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 7.2rem;
  align-items: start;
}
.faq-intro-body {
  font-size: 1.5rem;
  color: #4A5568;
  line-height: 1.78;
  margin: 1.6rem 0 2.8rem;
}
.faq-bel {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.8rem;
  padding: 1.4rem 1.6rem;
  background: #E8F0FB;
  border: 1px solid rgba(26, 107, 204, 0.16);
  border-radius: 1.2rem;
}
.faq-bel-icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  background: #1A6BCC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
}
.faq-bel-label {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1A6BCC;
  margin-bottom: 0.1rem;
}
.faq-bel-nummer {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 1.2;
}
.faq-bel-nummer:hover {
  color: #1A6BCC;
}
.faq-bel-sub {
  display: block;
  font-size: 1.2rem;
  color: #5E6B7E;
  margin-top: 0.3rem;
}
.faq-lijst {
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  overflow: hidden;
  background: #FFFFFF;
}
.faq-item {
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-vraag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  padding: 1.9rem 2.4rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.faq-vraag:hover {
  background: #EEF1F6;
}
.faq-vraag:hover .faq-vraag-tekst {
  color: #1A6BCC;
}
.faq-item.is-open .faq-vraag {
  background: #E8F0FB;
  box-shadow: inset 3px 0 0 #1A6BCC;
}
.faq-item.is-open .faq-vraag-tekst {
  color: #1A6BCC;
}
.faq-vraag-tekst {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.01em;
  line-height: 1.45;
}
.faq-icon {
  color: #1A6BCC;
  flex-shrink: 0;
  display: inline-flex;
  transition: transform 0.22s ease;
}
.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}
.faq-antwoord {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-item.is-open .faq-antwoord {
  grid-template-rows: 1fr;
}
.faq-antwoord-inner {
  overflow: hidden;
}
.faq-antwoord-tekst {
  margin: 0 2.4rem;
  padding: 1.8rem 0 2.2rem;
  font-size: 1.4rem;
  color: #4A5568;
  line-height: 1.78;
}
.faq-antwoord-tekst p {
  margin-bottom: 1.2rem;
}
.faq-antwoord-tekst p:last-child {
  margin-bottom: 0;
}
.faq-antwoord-tekst ul, .faq-antwoord-tekst ol {
  margin-bottom: 1.2rem;
}
.faq-antwoord-tekst ul:last-child, .faq-antwoord-tekst ol:last-child {
  margin-bottom: 0;
}
.faq-antwoord-tekst ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.7rem;
}
.faq-antwoord-tekst ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1A6BCC;
}
.faq-antwoord-tekst ol {
  list-style: decimal;
  padding-left: 2.2rem;
}
.faq-antwoord-tekst ol li {
  margin-bottom: 0.7rem;
}
@media (max-width: 860px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

/* _gerelateerd.sass */
.gerelateerd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.gerelateerd-card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.4rem;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gerelateerd-card:hover {
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
  transform: translateY(-2px);
  border-color: #7EB8FF;
}
.gerelateerd-card:hover .gerelateerd-pijl {
  transform: translateX(3px);
  color: #1A6BCC;
}
.gerelateerd-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background: #E8F0FB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A6BCC;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.gerelateerd-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.gerelateerd-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
}
.gerelateerd-tekst {
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.6;
}
.gerelateerd-pijl {
  display: inline-flex;
  margin-left: auto;
  color: #5E6B7E;
  flex-shrink: 0;
  align-self: center;
  transition: transform 0.2s ease, color 0.2s ease;
}
@media (max-width: 860px) {
  .gerelateerd-grid {
    grid-template-columns: 1fr;
  }
}
.gerelateerd-card--inactief {
  opacity: 1;
  cursor: default;
}
.gerelateerd-card--inactief .gerelateerd-icon {
  background: #EEF1F6;
  color: #5E6B7E;
}
.gerelateerd-card:hover {
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
  transform: translateY(-2px);
  border-color: rgba(13, 27, 42, 0.18);
}
.gerelateerd-card:hover .gerelateerd-icon {
  background: #1A6BCC;
  color: #FFFFFF;
}

/* _project.sass */
.project-hero {
  position: relative;
  overflow: hidden;
  min-height: 44rem;
  display: flex;
  align-items: flex-end;
}
.project-hero .hero-overlay {
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.30) 0%, rgba(13, 27, 42, 0.82) 100%);
}
.project-hero .badge {
  margin-bottom: 1.4rem;
}
.project-hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12rem 0 4.8rem;
}
.project-meta {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.project-meta-lijst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.project-meta-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2rem 2.4rem;
}
.project-meta-item:not(:last-child) {
  border-right: 1px solid rgba(13, 27, 42, 0.10);
}
.project-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #E8F0FB;
  color: #1A6BCC;
  flex-shrink: 0;
}
.project-meta-tekst {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.project-meta-label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5E6B7E;
}
.project-meta-waarde {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
}
.galerij-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.galerij-item {
  margin: 0;
}
.galerij-item img {
  width: 100%;
  height: 26rem;
  object-fit: cover;
  border-radius: 1.6rem;
  display: block;
}
.galerij-bijschrift {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #5E6B7E;
}
.verhaal-deel:not(:first-child) {
  margin-top: 4.8rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(13, 27, 42, 0.10);
}
.verhaal-deel-kop {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.verhaal-deel-kop h2 {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  color: #0D1B2A;
}
.verhaal-deel-num {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1A6BCC;
  letter-spacing: 0.06em;
}
.verhaal-deel-tekst {
  font-size: 1.5rem;
  color: #4A5568;
  line-height: 1.8;
}
.verhaal-deel-tekst p {
  margin-bottom: 1.4rem;
}
.verhaal-deel-tekst p:last-child {
  margin-bottom: 0;
}
.project-specs-titel {
  font-size: 2rem;
  color: #0D1B2A;
  margin-bottom: 2rem;
}
.specs-lijst {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  overflow: hidden;
}
.specs-rij {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 1.5rem 2.4rem;
}
.specs-rij:not(:last-child) {
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.specs-rij dt {
  font-size: 1.4rem;
  color: #4A5568;
}
.specs-rij dd {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
  text-align: right;
}
.project-quote {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-left: 4px solid #1A6BCC;
  border-radius: 1.6rem;
  padding: 3.2rem;
  margin: 0;
}
.project-quote .review-stars {
  color: #F59E0B;
  letter-spacing: 0.2rem;
  margin-bottom: 1.2rem;
}
.project-quote p {
  font-size: 1.6rem;
  color: #0D1B2A;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}
.project-quote cite {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  color: #5E6B7E;
}
.verwant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.verwant-card {
  position: relative;
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 4 / 3;
}
.verwant-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.verwant-card:hover img {
  transform: scale(1.04);
}
.verwant-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0) 40%, rgba(13, 27, 42, 0.85) 100%);
}
.verwant-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.verwant-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #FFFFFF;
}
@media (max-width: 860px) {
  .project-meta-lijst {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-meta-item:nth-child(2n) {
    border-right: none;
  }
  .galerij-grid, .verwant-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .project-meta-lijst {
    grid-template-columns: 1fr;
  }
  .project-meta-item {
    border-right: none !important;
  }
}

/* _pagina-overzichten.sass */
.portfolio-intro {
  max-width: 70ch;
  margin-bottom: 3.2rem;
  font-size: 1.7rem;
  color: #4A5568;
}
.portfolio-intro p {
  margin-bottom: 1.2rem;
}
.portfolio-intro p:last-child {
  margin-bottom: 0;
}
.filter {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
}
.filter-label {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5E6B7E;
  margin-right: 0.6rem;
}
.filter-knop {
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4A5568;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 99px;
  padding: 0.7rem 1.6rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.filter-knop:hover {
  border-color: #1A6BCC;
  color: #1A6BCC;
}
.filter-knop.is-actief {
  background: #1A6BCC;
  border-color: #1A6BCC;
  color: #FFFFFF;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.geen-resultaat {
  text-align: center;
  padding: 4.8rem 0;
}
.geen-resultaat-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.6rem;
}
.geen-resultaat-body {
  font-size: 1.4rem;
  color: #4A5568;
}
.cijfers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.cijfer {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.8rem 2.4rem;
  text-align: center;
}
.cijfer-getal {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.cijfer-label {
  font-size: 1.3rem;
  color: #4A5568;
}
.citaat {
  margin: 2rem 0;
  padding: 2rem 2.4rem;
  border-left: 4px solid #1A6BCC;
  background: #EEF1F6;
  border-radius: 0 1.2rem 1.2rem 0;
}
.citaat-tekst {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #0D1B2A;
  line-height: 1.5;
}
.citaat-bron {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #5E6B7E;
}
.waarden-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.waarde {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.6rem;
}
.waarde-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.2rem;
  background: #E8F0FB;
  color: #1A6BCC;
  flex-shrink: 0;
}
.waarde-titel {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 0.5rem;
}
.waarde-body {
  display: block;
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.7;
}
.tijdlijn {
  position: relative;
  padding-left: 2.4rem;
}
.tijdlijn::before {
  content: '';
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 2px;
  background: rgba(13, 27, 42, 0.10);
}
.mijlpaal {
  position: relative;
  padding-bottom: 3.2rem;
}
.mijlpaal:last-child {
  padding-bottom: 0;
}
.mijlpaal-bol {
  position: absolute;
  left: -2.4rem;
  top: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #1A6BCC;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 0 1px rgba(13, 27, 42, 0.10);
}
.mijlpaal-jaar {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1A6BCC;
}
.mijlpaal-titel {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D1B2A;
  margin: 0.3rem 0 0.5rem;
}
.mijlpaal-body {
  display: block;
  font-size: 1.4rem;
  color: #4A5568;
  line-height: 1.7;
}
.offerte-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34rem;
  gap: 4.8rem;
  align-items: start;
}
.offerte-formulier {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 3.2rem;
}
.offerte-leeg {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.offerte-leeg p {
  font-size: 1.4rem;
  color: #4A5568;
}
.offerte-aside {
  position: sticky;
  top: calc(65px + 24px);
}
.aside-blok {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}
.aside-blok-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 1.6rem;
}
.aside-bel {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  background: #1A6BCC;
  border-radius: 1.6rem;
  padding: 2.4rem;
  text-decoration: none;
}
.aside-bel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.aside-bel-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.72;
  margin-bottom: 0.8rem;
}
.aside-bel-nummer {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.aside-bel-sub {
  display: block;
  font-size: 1.2rem;
  color: #FFFFFF;
  opacity: 0.72;
}
.verloop {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.verloop-item {
  position: relative;
  padding-left: 3.6rem;
}
.verloop-bol {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #E8F0FB;
  color: #1A6BCC;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}
.verloop-titel {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0D1B2A;
}
.verloop-body {
  display: block;
  font-size: 1.2rem;
  color: #4A5568;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42rem;
  gap: 5.6rem;
  align-items: start;
}
.contact-kaarten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.contact-kaart {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.2rem;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
a.contact-kaart:hover {
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
  border-color: #7EB8FF;
}
.contact-kaart-icon {
  display: inline-flex;
  color: #1A6BCC;
  margin-bottom: 1rem;
}
.contact-kaart-label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5E6B7E;
}
.contact-kaart-waarde {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
}
.contact-kaart-sub {
  font-size: 1.2rem;
  color: #5E6B7E;
}
.contact-form {
  position: sticky;
  top: calc(65px + 2.4rem);
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 3.2rem;
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
}
.contact-form-titel {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.contact-form-sub {
  font-size: 1.3rem;
  color: #5E6B7E;
  margin-bottom: 2rem;
}
.contact-form-leeg {
  font-size: 1.4rem;
  color: #4A5568;
}
.kaart-wrap {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.10);
}
.kaart-wrap iframe {
  display: block;
  width: 100%;
  height: 40rem;
  border: 0;
}
.kaart-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 27, 42, 0.25);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.kaart-wrap.is-actief .kaart-overlay {
  opacity: 0;
  pointer-events: none;
}
.kaart-overlay-tekst {
  background: #FFFFFF;
  color: #0D1B2A;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1rem 1.8rem;
  border-radius: 99px;
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
}
.jur-layout {
  display: grid;
  grid-template-columns: 26rem minmax(0, 1fr);
  gap: 6.4rem;
  align-items: start;
}
.jur-aside {
  position: sticky;
  top: calc(65px + 24px);
}
.jur-toc-titel {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5E6B7E;
  margin-bottom: 1.2rem;
}
.jur-toc-link {
  display: block;
  font-size: 1.3rem;
  color: #4A5568;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
}
.jur-toc-link:hover {
  color: #1A6BCC;
}
.jur-toc-link:last-of-type {
  border-bottom: none;
}
.jur-contact {
  margin-top: 2.4rem;
  background: #EEF1F6;
  border-radius: 1.2rem;
  padding: 1.8rem;
}
.jur-contact-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 1rem;
}
.jur-contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #4A5568;
  text-decoration: none;
  padding: 0.4rem 0;
}
.jur-contact-item:hover {
  color: #1A6BCC;
}
.jur-contact-icon {
  display: inline-flex;
  color: #1A6BCC;
}
.jur-datum {
  font-size: 1.2rem;
  color: #5E6B7E;
  margin-bottom: 2.4rem;
}
.jur-tekst {
  font-size: 1.5rem;
  color: #4A5568;
  line-height: 1.8;
}
.jur-tekst h2 {
  font-size: 2.2rem;
  color: #0D1B2A;
  margin: 3.6rem 0 1.2rem;
  scroll-margin-top: 8rem;
}
.jur-tekst h2:first-of-type {
  margin-top: 0;
}
.jur-tekst p, .jur-tekst ol, .jur-tekst ul {
  margin-bottom: 1.4rem;
}
.jur-tekst li {
  margin-bottom: 0.8rem;
}
.jur-tekst ul {
  padding-left: 0;
}
.jur-tekst ul li {
  position: relative;
  padding-left: 2rem;
}
.jur-tekst ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1A6BCC;
}
.jur-tekst ol {
  list-style: decimal;
  padding-left: 2.2rem;
}
@media (max-width: 860px) {
  .portfolio-grid, .waarden-grid, .contact-kaarten {
    grid-template-columns: 1fr;
  }
  .cijfers {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
  .offerte-layout, .contact-layout, .jur-layout {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .offerte-aside, .jur-aside, .contact-form {
    position: static;
  }
}
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #FFFFFF;
  border-top: 3px solid #1A6BCC;
  box-shadow: 0 -4px 24px rgba(13, 27, 42, 0.12);
  padding: 1.4rem 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-cta.visible {
  transform: translateY(0);
}
.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.sticky-cta-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.sticky-cta-name {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D1B2A;
}
.sticky-cta-rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  color: #5E6B7E;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(13, 27, 42, 0.10);
}
.sticky-cta-stars {
  color: #F59E0B;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.sticky-cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.sticky-cta-phone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #4A5568;
  text-decoration: none;
}
.sticky-cta-phone:hover {
  color: #1A6BCC;
}
@media (max-width: 560px) {
  .sticky-cta-info {
    display: none;
  }
  .sticky-cta-actions {
    width: 100%;
  }
  .sticky-cta-actions .btn {
    margin-left: auto;
  }
}
.tijden {
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  padding: 2.6rem;
  margin: 3.2rem 0;
}
.tijden-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 1.8rem;
}
.tijd-rij {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(13, 27, 42, 0.10);
  font-size: 1.4rem;
}
.tijd-rij:last-child {
  border-bottom: none;
}
.tijd-dag {
  color: #4A5568;
}
.tijd-uren {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #0D1B2A;
}
.tijd-dicht {
  color: #5E6B7E;
  font-weight: 400;
}
.contact-kolom {
  min-width: 0;
}
.project[hidden] {
  display: none;
}
.project {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(13, 27, 42, 0.10);
  border-radius: 1.6rem;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.project:hover {
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.08);
  transform: translateY(-3px);
  border-color: rgba(13, 27, 42, 0.18);
}
.project:hover .project-foto img {
  transform: scale(1.04);
}
.project-foto {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.project-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.project-badge {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  background: rgba(13, 27, 42, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-family: 'Lexend', 'Lexend Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
}
.project-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2.2rem;
}
.project-titel {
  font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0D1B2A;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.project-omschrijving {
  font-size: 1.3rem;
  color: #4A5568;
  line-height: 1.68;
  margin-bottom: 1.8rem;
  flex: 1;
}
.project-voet {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(13, 27, 42, 0.10);
}
.project-voet-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  color: #5E6B7E;
}
.project-voet-icon {
  display: inline-flex;
  color: #1A6BCC;
}
@media (max-width: 860px) {
  .portfolio-grid, .projecten {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .portfolio-grid, .projecten {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .sticky-cta {
    padding: 1rem 0;
  }
  .sticky-cta-name, .sticky-cta-rating {
    display: none;
  }
  .sticky-cta-inner {
    gap: 0;
  }
  .sticky-cta-info {
    display: none;
  }
  .sticky-cta-actions {
    width: 100%;
    gap: 0.8rem;
  }
  .sticky-cta-actions .sticky-cta-phone, .sticky-cta-actions .btn {
    flex: 1 1 0;
    justify-content: center;
  }
}
