/* Degero Technisch Beheer: public product and service page. */
.page-technisch-beheer-platform {
  --tb-navy: #0a2540;
  --tb-navy-deep: #061a2b;
  --tb-green: #22c55e;
  --tb-green-dark: #15803d;
  --tb-ink: #17212b;
  --tb-muted: #526372;
  --tb-line: #d7e2dc;
  --tb-soft: #f2f7f4;
  min-width: 320px;
  color: var(--tb-ink);
  background: #fff;
}

.page-technisch-beheer-platform .dg-shell {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.dg-tb-section {
  padding-block: 96px;
}

.dg-tb-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--tb-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.dg-tb-kicker::before {
  width: 26px;
  height: 3px;
  flex: 0 0 26px;
  border-radius: 2px;
  background: var(--tb-green);
  content: "";
}

.dg-tb-kicker--inverse {
  color: #a9f2bf;
}

.dg-tb-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.dg-tb-heading h2 {
  margin-bottom: 18px;
}

.dg-tb-heading > p:last-child {
  max-width: 730px;
  color: var(--tb-muted);
  font-size: 18px;
}

.dg-tb-heading--inverse h2 {
  color: #fff;
}

.dg-tb-heading--inverse > p:last-child {
  color: #c5d4dc;
}

/* Hero */
.dg-tb-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(650px, calc(100svh - 112px));
  overflow: hidden;
  color: #fff;
  background-color: var(--tb-navy-deep);
  background-image:
    linear-gradient(90deg, rgba(6, 26, 43, 0.98) 0%, rgba(6, 26, 43, 0.93) 44%, rgba(6, 26, 43, 0.57) 70%, rgba(6, 26, 43, 0.2) 100%),
    url("/images/degero/degero-hero-gbs-beheer-op-afstand-20260527.webp");
  background-position: center, center;
  background-size: cover;
}

.dg-tb-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--tb-green);
  content: "";
}

.dg-tb-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 64px;
}

.dg-tb-hero__content {
  max-width: 760px;
}

.dg-tb-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 62px;
}

.dg-tb-hero__lead {
  max-width: 720px;
  color: #e1eaf0;
  font-size: 21px;
  line-height: 1.65;
}

.dg-tb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.dg-tb-button--outline {
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
  background: rgba(6, 26, 43, 0.44);
}

.dg-tb-button--outline:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(6, 26, 43, 0.76);
}

.dg-tb-hero__status {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 700px;
  margin-top: 24px;
  color: #c9d7df;
  font-size: 14px;
}

.dg-tb-hero__status > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--tb-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
}

/* Product signals */
.dg-tb-signals {
  border-bottom: 1px solid var(--tb-line);
  background: #fff;
}

.dg-tb-signals__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dg-tb-signals__grid > div {
  min-width: 0;
  padding: 26px 24px;
  border-right: 1px solid var(--tb-line);
}

.dg-tb-signals__grid > div:first-child {
  padding-left: 0;
}

.dg-tb-signals__grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.dg-tb-signals strong,
.dg-tb-signals span {
  display: block;
}

.dg-tb-signals strong {
  color: var(--tb-navy);
  font-size: 15px;
}

.dg-tb-signals span {
  margin-top: 4px;
  color: var(--tb-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Intro and impact */
.dg-tb-intro {
  background: #fff;
}

.dg-tb-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.dg-tb-intro h2 {
  max-width: 560px;
}

.dg-tb-intro__copy {
  display: grid;
  gap: 18px;
  color: var(--tb-muted);
  font-size: 18px;
}

.dg-tb-impact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 62px;
  border-top: 1px solid var(--tb-line);
  border-bottom: 1px solid var(--tb-line);
}

.dg-tb-impact > div {
  min-width: 0;
  padding: 28px 24px 30px;
  border-right: 1px solid var(--tb-line);
}

.dg-tb-impact > div:first-child {
  padding-left: 0;
}

.dg-tb-impact > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.dg-tb-impact span {
  display: block;
  margin-bottom: 20px;
  color: var(--tb-green-dark);
  font-size: 13px;
  font-weight: 850;
}

.dg-tb-impact strong {
  display: block;
  margin-bottom: 7px;
  color: var(--tb-navy);
  line-height: 1.35;
}

.dg-tb-impact p {
  color: var(--tb-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Audiences */
.dg-tb-audiences {
  background: var(--tb-soft);
}

.dg-tb-audiences__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dg-tb-audience {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--tb-line);
  border-top: 4px solid var(--tb-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px -40px rgba(10, 37, 64, 0.5);
}

.dg-tb-audience__label {
  margin-bottom: 14px;
  color: var(--tb-green-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.dg-tb-audience h3 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: 27px;
}

.dg-tb-audience > p:not(.dg-tb-audience__label) {
  color: var(--tb-muted);
  font-size: 17px;
}

.dg-tb-audience ul,
.dg-tb-app__content ul,
.dg-tb-roadmap article ul {
  display: grid;
  gap: 11px;
  margin-top: 25px;
  list-style: none;
}

.dg-tb-audience li,
.dg-tb-app__content li,
.dg-tb-roadmap article li {
  position: relative;
  padding-left: 25px;
  color: var(--tb-muted);
}

.dg-tb-audience li::before,
.dg-tb-app__content li::before,
.dg-tb-roadmap article li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--tb-green-dark);
  border-radius: 50%;
  content: "";
}

.dg-tb-audience__action {
  align-self: flex-start;
  margin-top: auto;
  padding: 28px 0 0;
  border: 0;
  color: var(--tb-navy);
  background: transparent;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.dg-tb-audience__action:hover {
  color: var(--tb-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Workflow */
.dg-tb-workflow {
  color: #dbe7ed;
  background: var(--tb-navy);
}

.dg-tb-workflow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dg-tb-workflow__steps li {
  min-width: 0;
  padding: 32px 24px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.dg-tb-workflow__steps li:first-child {
  padding-left: 0;
}

.dg-tb-workflow__steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.dg-tb-workflow__steps span {
  display: block;
  margin-bottom: 24px;
  color: #77e89a;
  font-size: 13px;
  font-weight: 850;
}

.dg-tb-workflow__steps h3 {
  margin-bottom: 11px;
  color: #fff;
}

.dg-tb-workflow__steps p {
  color: #c5d4dc;
  font-size: 14px;
}

/* Innovation */
.dg-tb-innovation {
  background: #fff;
}

.dg-tb-innovation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
  gap: 78px;
  align-items: center;
}

.dg-tb-innovation__content h2 {
  margin-bottom: 20px;
}

.dg-tb-innovation__content > p:not(.dg-tb-kicker) {
  margin-top: 16px;
  color: var(--tb-muted);
  font-size: 17px;
}

.dg-tb-stack {
  border: 1px solid #bfcec6;
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 24px 58px -44px rgba(10, 37, 64, 0.62);
}

.dg-tb-stack > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 3px 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #cbd8d1;
}

.dg-tb-stack > div:last-child {
  border-bottom: 0;
}

.dg-tb-stack__status {
  grid-row: 1 / span 2;
  align-self: start;
  width: fit-content;
  padding: 3px 7px;
  border: 1px solid var(--tb-green-dark);
  border-radius: 4px;
  color: #0c6a32;
  background: #e9f9ee;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase;
}

.dg-tb-stack__status--next {
  border-color: #60758a;
  color: #334e68;
  background: #eef3f7;
}

.dg-tb-stack__status--later {
  border-color: #79848b;
  color: #4a565e;
  background: #f2f4f5;
}

.dg-tb-stack strong {
  color: var(--tb-navy);
}

.dg-tb-stack p {
  color: var(--tb-muted);
  font-size: 14px;
}

/* Status */
.dg-tb-roadmap {
  background: var(--tb-soft);
}

.dg-tb-roadmap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dg-tb-roadmap article {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--tb-line);
  border-radius: 8px;
  background: #fff;
}

.dg-tb-roadmap__status {
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
  text-transform: uppercase;
}

.dg-tb-roadmap__status--live {
  border-color: var(--tb-green-dark);
  color: #0c6a32;
  background: #e9f9ee;
}

.dg-tb-roadmap__status--pilot {
  border-color: #60758a;
  color: #334e68;
  background: #eef3f7;
}

.dg-tb-roadmap__status--later {
  border-color: #79848b;
  color: #4a565e;
  background: #f2f4f5;
}

.dg-tb-roadmap article h3 {
  margin-bottom: 12px;
}

.dg-tb-roadmap article ul {
  margin-top: 20px;
}

.dg-tb-roadmap article li {
  font-size: 14px;
}

/* App */
.dg-tb-app {
  background: #fff;
}

.dg-tb-app__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: center;
}

.dg-tb-app__media {
  overflow: hidden;
  border: 1px solid var(--tb-line);
  border-radius: 8px;
  background: var(--tb-soft);
  box-shadow: 0 24px 58px -44px rgba(10, 37, 64, 0.62);
}

.dg-tb-app__media img {
  width: 100%;
  height: auto;
}

.dg-tb-app__content h2 {
  margin-bottom: 18px;
}

.dg-tb-app__content > p:not(.dg-tb-kicker) {
  color: var(--tb-muted);
  font-size: 17px;
}

.dg-tb-app__content ul {
  margin-bottom: 30px;
}

/* Related routes */
.dg-tb-routes {
  background: var(--tb-soft);
}

.dg-tb-routes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  border-top: 1px solid #bdccc4;
}

.dg-tb-routes__grid a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  min-height: 116px;
  gap: 4px 16px;
  padding: 24px 6px;
  border-bottom: 1px solid #bdccc4;
}

.dg-tb-routes__grid span,
.dg-tb-routes__grid strong {
  grid-column: 1;
}

.dg-tb-routes__grid span {
  color: var(--tb-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.dg-tb-routes__grid strong {
  color: var(--tb-navy);
  font-size: 17px;
  line-height: 1.45;
}

.dg-tb-routes__grid i {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--tb-navy);
  font-style: normal;
  font-size: 23px;
}

.dg-tb-routes__grid a:hover strong,
.dg-tb-routes__grid a:hover i {
  color: var(--tb-green-dark);
}

/* FAQ */
.dg-tb-faq {
  background: #fff;
}

.dg-tb-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.dg-tb-faq .dg-tb-heading {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.dg-tb-faq__list {
  border-top: 1px solid #bdccc4;
}

.dg-tb-faq__item {
  border-bottom: 1px solid #bdccc4;
}

.dg-tb-faq__item summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--tb-navy);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.dg-tb-faq__item summary::-webkit-details-marker {
  display: none;
}

.dg-tb-faq__item summary::after {
  position: absolute;
  top: 18px;
  right: 4px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid var(--tb-green);
  border-radius: 50%;
  color: var(--tb-navy);
  font-size: 20px;
  font-weight: 500;
  content: "+";
}

.dg-tb-faq__item[open] summary::after {
  content: "−";
}

.dg-tb-faq__item p {
  max-width: 720px;
  padding: 0 48px 24px 0;
  color: var(--tb-muted);
}

/* Final CTA */
.dg-tb-final {
  padding-block: 76px;
  color: #dbe7ed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--tb-navy-deep);
}

.dg-tb-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 70px;
  align-items: center;
}

.dg-tb-final h2 {
  max-width: 750px;
  margin-bottom: 16px;
  color: #fff;
}

.dg-tb-final p:not(.dg-tb-kicker) {
  max-width: 720px;
  color: #c3d2da;
  font-size: 17px;
}

.dg-tb-final__actions {
  display: grid;
  gap: 12px;
}

@media (max-width: 1000px) {
  .dg-tb-section {
    padding-block: 80px;
  }

  .dg-tb-hero h1 {
    font-size: 54px;
  }

  .dg-tb-intro__grid,
  .dg-tb-innovation__grid,
  .dg-tb-app__grid,
  .dg-tb-faq__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dg-tb-impact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-tb-impact > div:nth-child(2) {
    border-right: 0;
  }

  .dg-tb-impact > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tb-line);
  }

  .dg-tb-impact > div:nth-child(3) {
    padding-left: 0;
  }

  .dg-tb-workflow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
  }

  .dg-tb-workflow__steps li,
  .dg-tb-workflow__steps li:first-child,
  .dg-tb-workflow__steps li:last-child {
    padding: 28px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dg-tb-workflow__steps li:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .dg-tb-workflow__steps li:nth-child(odd) {
    padding-left: 0;
  }

  .dg-tb-workflow__steps li:last-child {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .dg-tb-roadmap__grid {
    grid-template-columns: 1fr;
  }

  .dg-tb-roadmap article {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 5px 26px;
  }

  .dg-tb-roadmap__status {
    grid-row: 1 / span 2;
  }

  .dg-tb-roadmap article ul {
    grid-column: 2;
  }

  .dg-tb-faq .dg-tb-heading {
    position: static;
  }
}

@media (max-width: 760px) {
  .page-technisch-beheer-platform .dg-shell {
    width: min(100% - 36px, 1200px);
  }

  .dg-tb-signals__grid,
  .dg-tb-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dg-tb-signals__grid > div,
  .dg-tb-signals__grid > div:first-child,
  .dg-tb-signals__grid > div:last-child {
    padding: 20px 16px;
    border-right: 1px solid var(--tb-line);
    border-bottom: 1px solid var(--tb-line);
  }

  .dg-tb-signals__grid > div:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .dg-tb-signals__grid > div:nth-child(odd) {
    padding-left: 0;
  }

  .dg-tb-signals__grid > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .dg-tb-audiences__grid,
  .dg-tb-routes__grid {
    grid-template-columns: 1fr;
  }

  .dg-tb-routes__grid {
    column-gap: 0;
  }

  .dg-tb-final__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .dg-tb-audiences__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dg-tb-section {
    padding-block: 64px;
  }

  .dg-tb-heading {
    margin-bottom: 34px;
  }

  .dg-tb-heading h2,
  .dg-tb-intro h2,
  .dg-tb-innovation h2,
  .dg-tb-app h2,
  .dg-tb-final h2 {
    font-size: 32px;
  }

  .dg-tb-heading > p:last-child,
  .dg-tb-intro__copy,
  .dg-tb-audience > p:not(.dg-tb-audience__label),
  .dg-tb-innovation__content > p:not(.dg-tb-kicker),
  .dg-tb-app__content > p:not(.dg-tb-kicker) {
    font-size: 16px;
  }

  .dg-tb-hero {
    min-height: min(620px, calc(100svh - 92px));
    background-image:
      linear-gradient(90deg, rgba(6, 26, 43, 0.97) 0%, rgba(6, 26, 43, 0.9) 74%, rgba(6, 26, 43, 0.72) 100%),
      url("/images/degero/degero-hero-gbs-beheer-op-afstand-20260527.webp");
    background-position: center, 62% center;
  }

  .dg-tb-hero__inner {
    padding-block: 40px;
  }

  .dg-tb-hero h1 {
    margin-bottom: 18px;
    font-size: 42px;
  }

  .dg-tb-hero__lead {
    font-size: 17px;
  }

  .dg-tb-actions {
    display: grid;
    margin-top: 24px;
  }

  .dg-tb-actions .dg-button {
    width: 100%;
  }

  .dg-tb-hero__status {
    margin-top: 18px;
    font-size: 12px;
  }

  .dg-tb-impact {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .dg-tb-impact > div,
  .dg-tb-impact > div:first-child,
  .dg-tb-impact > div:nth-child(3),
  .dg-tb-impact > div:last-child {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tb-line);
  }

  .dg-tb-impact > div:last-child {
    border-bottom: 0;
  }

  .dg-tb-impact span {
    margin-bottom: 12px;
  }

  .dg-tb-audience {
    padding: 28px 24px;
  }

  .dg-tb-audience h3 {
    font-size: 24px;
  }

  .dg-tb-workflow__steps {
    grid-template-columns: 1fr;
  }

  .dg-tb-workflow__steps li,
  .dg-tb-workflow__steps li:first-child,
  .dg-tb-workflow__steps li:last-child,
  .dg-tb-workflow__steps li:nth-child(even),
  .dg-tb-workflow__steps li:nth-child(odd) {
    grid-column: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .dg-tb-workflow__steps span {
    margin-bottom: 12px;
  }

  .dg-tb-stack > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px;
  }

  .dg-tb-stack__status {
    grid-row: auto;
    margin-bottom: 3px;
  }

  .dg-tb-roadmap article {
    display: block;
    padding: 26px 22px;
  }

  .dg-tb-roadmap article ul {
    margin-top: 18px;
  }

  .dg-tb-app__grid {
    gap: 36px;
  }

  .dg-tb-faq__item summary {
    padding-right: 44px;
    font-size: 17px;
  }

  .dg-tb-final {
    padding-block: 62px;
  }
}

@media (max-width: 374px) {
  .page-technisch-beheer-platform .dg-shell {
    width: min(100% - 28px, 1200px);
  }

  .dg-tb-hero h1 {
    font-size: 36px;
  }

  .dg-tb-signals__grid {
    grid-template-columns: 1fr;
  }

  .dg-tb-signals__grid > div,
  .dg-tb-signals__grid > div:first-child,
  .dg-tb-signals__grid > div:last-child,
  .dg-tb-signals__grid > div:nth-child(even),
  .dg-tb-signals__grid > div:nth-child(odd),
  .dg-tb-signals__grid > div:nth-child(n + 3) {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tb-line);
  }

  .dg-tb-signals__grid > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 374px) and (max-height: 650px) {
  .dg-tb-hero {
    min-height: auto;
  }

  .dg-tb-hero__inner {
    padding-block: 22px 20px;
  }

  .dg-tb-hero .dg-tb-kicker {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.25;
  }

  .dg-tb-hero h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .dg-tb-hero__lead {
    font-size: 14px;
    line-height: 1.45;
  }

  .dg-tb-actions {
    gap: 6px;
    margin-top: 14px;
  }

  .dg-tb-actions .dg-button {
    min-height: 44px;
    padding-block: 9px;
  }

  .dg-tb-hero__status {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-technisch-beheer-platform *,
  .page-technisch-beheer-platform *::before,
  .page-technisch-beheer-platform *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
