/* Degero Technisch Beheer — responsive product page, 2026-07-23 */
html body.page-technisch-beheer {
  --tb-navy: #082640;
  --tb-navy-deep: #051c2f;
  --tb-ink: #102a3d;
  --tb-copy: #425c6e;
  --tb-green: #22c55e;
  --tb-green-dark: #08783f;
  --tb-mint: #eaf7ee;
  --tb-paper: #f7faf8;
  --tb-line: rgba(8, 38, 64, .13);
  background: #fff;
  color: var(--tb-copy);
}

html body.page-technisch-beheer .tb-main {
  overflow-x: clip;
}

html body.page-technisch-beheer .tb-main a:focus-visible,
html body.page-technisch-beheer .tb-main summary:focus-visible {
  outline: 3px solid rgba(34, 197, 94, .5) !important;
  outline-offset: 4px !important;
}

html body.page-technisch-beheer .tb-hero {
  position: relative;
  padding: 0 !important;
  overflow: clip;
  border-bottom: 0 !important;
  background:
    linear-gradient(90deg, rgba(234, 247, 238, .72), rgba(255, 255, 255, .92) 54%),
    #fff !important;
  background-image:
    linear-gradient(90deg, rgba(234, 247, 238, .72), rgba(255, 255, 255, .92) 54%) !important;
}

html body.page-technisch-beheer .tb-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -35%;
  width: min(46vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 197, 94, .16);
  border-radius: 50%;
  pointer-events: none;
}

html body.page-technisch-beheer .tb-hero__inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .62fr) !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
  align-items: center !important;
  min-height: 710px !important;
  padding: clamp(4rem, 7vw, 6.4rem) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer .tb-hero__copy {
  width: 100% !important;
  max-width: 690px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer main#main-content.tb-main > section.tb-hero:first-of-type .tb-hero__inner > .tb-hero__copy,
html body.page-technisch-beheer main#main-content.tb-main > section.tb-hero:first-of-type .tb-hero__copy > .tb-product-mark {
  background: transparent !important;
  background-image: none !important;
}

html body.page-technisch-beheer .tb-product-mark {
  display: flex;
  align-items: center;
  gap: .9rem;
}

html body.page-technisch-beheer .tb-product-mark img {
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 auto;
  border: 1px solid rgba(8, 38, 64, .08);
  border-radius: 14px !important;
  box-shadow: 0 14px 32px -24px rgba(8, 38, 64, .7) !important;
}

html body.page-technisch-beheer .tb-eyebrow,
html body.page-technisch-beheer .tb-head__kicker {
  display: flex !important;
  align-items: center;
  width: fit-content !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--tb-green-dark) !important;
  font-size: .76rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

html body.page-technisch-beheer .tb-eyebrow::before,
html body.page-technisch-beheer .tb-head__kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  margin-right: .58rem;
  background: var(--tb-green);
}

html body.page-technisch-beheer .tb-product-mark span:last-child {
  display: block;
  margin-top: .28rem;
  color: #5f7484 !important;
  font-size: .9rem !important;
  line-height: 1.35 !important;
}

html body.page-technisch-beheer .tb-hero h1 {
  max-width: none !important;
  margin: 1.35rem 0 1.1rem !important;
  color: var(--tb-navy) !important;
  font-size: clamp(3.25rem, 5.2vw, 4.75rem) !important;
  font-weight: 860 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance;
}

html body.page-technisch-beheer .tb-hero h1 span {
  display: block;
}

html body.page-technisch-beheer .tb-lead {
  max-width: 60ch !important;
  margin: 0 !important;
  color: #314b5d !important;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
  line-height: 1.68 !important;
}

html body.page-technisch-beheer .tb-lead__compact,
html body.page-technisch-beheer .tb-release__compact {
  display: none !important;
}

html body.page-technisch-beheer .tb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

html body.page-technisch-beheer .tb-meta li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: .4rem .72rem;
  border: 1px solid rgba(8, 38, 64, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--tb-ink);
  font-size: .82rem;
  font-weight: 750;
}

html body.page-technisch-beheer .tb-meta li::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: .45rem !important;
  height: .45rem !important;
  flex: 0 0 auto !important;
  margin: 0 .46rem 0 0 !important;
  border-radius: 50% !important;
  background: var(--tb-green) !important;
}

html body.page-technisch-beheer .tb-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .75rem !important;
  margin-top: 1.45rem !important;
}

html body.page-technisch-beheer a.tb-store-badge,
html body.page-technisch-beheer a[class*="store-badge"],
html body.page-technisch-beheer a[class*="badge"] {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.page-technisch-beheer .tb-store-badge img {
  display: block !important;
  width: auto !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer .tb-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: .78rem 1.08rem !important;
  border: 1px solid rgba(8, 38, 64, .18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--tb-navy) !important;
  font-size: .92rem !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transform: none !important;
}

html body.page-technisch-beheer .tb-btn:hover {
  border-color: var(--tb-green-dark) !important;
  color: var(--tb-green-dark) !important;
}

html body.page-technisch-beheer .tb-release {
  display: flex !important;
  align-items: flex-start !important;
  gap: .62rem !important;
  max-width: 610px !important;
  margin: .9rem 0 0 !important;
  color: #5c7180 !important;
  font-size: .83rem !important;
  line-height: 1.55 !important;
}

html body.page-technisch-beheer .tb-release::before {
  content: "";
  width: .48rem;
  height: .48rem;
  flex: 0 0 auto;
  margin-top: .4rem;
  border-radius: 50%;
  background: var(--tb-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .13);
}

html body.page-technisch-beheer .tb-device {
  justify-self: center;
  width: min(100%, 334px);
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.page-technisch-beheer .tb-phone {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 42px !important;
  background: var(--tb-navy-deep) !important;
  background-image: none !important;
  box-shadow: 0 36px 72px -40px rgba(5, 28, 47, .68) !important;
}

html body.page-technisch-beheer .tb-phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 50%;
  width: 74px;
  height: 18px;
  border-radius: 999px;
  background: var(--tb-navy-deep);
  transform: translateX(-50%);
}

html body.page-technisch-beheer .tb-phone__screen {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: #fff !important;
}

html body.page-technisch-beheer .tb-phone img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
}

html body.page-technisch-beheer .tb-device figcaption {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: .85rem auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #637887 !important;
  font-size: .79rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

html body.page-technisch-beheer .tb-signal {
  padding: 0 !important;
  background: var(--tb-navy) !important;
  background-image: none !important;
  color: #fff !important;
}

html body.page-technisch-beheer .tb-signal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body.page-technisch-beheer .tb-signal__item {
  min-width: 0;
  padding: 1.3rem clamp(1rem, 2.4vw, 2rem) !important;
  border-left: 1px solid rgba(255, 255, 255, .14) !important;
}

html body.page-technisch-beheer .tb-signal__item:first-child {
  border-left: 0 !important;
}

html body.page-technisch-beheer .tb-signal__item strong {
  display: block;
  color: #a7f3d0 !important;
  font-size: .96rem !important;
}

html body.page-technisch-beheer .tb-signal__item span {
  display: block;
  margin-top: .28rem;
  color: rgba(255, 255, 255, .74) !important;
  font-size: .84rem !important;
  line-height: 1.45 !important;
}

html body.page-technisch-beheer .tb-section {
  padding: clamp(4.25rem, 7vw, 6.5rem) 0 !important;
  border: 0 !important;
  background: #fff !important;
  background-image: none !important;
}

html body.page-technisch-beheer .tb-section--soft {
  border-top: 1px solid var(--tb-line) !important;
  border-bottom: 1px solid var(--tb-line) !important;
  background: var(--tb-paper) !important;
}

html body.page-technisch-beheer .tb-section--navy {
  background: var(--tb-navy) !important;
  background-image: none !important;
  color: #fff !important;
}

html body.page-technisch-beheer .tb-head {
  max-width: 760px !important;
  margin: 0 0 2.2rem !important;
}

html body.page-technisch-beheer .tb-head h2,
html body.page-technisch-beheer .tb-copy h2 {
  margin: .7rem 0 .85rem !important;
  color: var(--tb-navy) !important;
  font-size: clamp(2.05rem, 3.55vw, 3.35rem) !important;
  font-weight: 840 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

html body.page-technisch-beheer .tb-section--navy .tb-head h2 {
  color: #fff !important;
}

html body.page-technisch-beheer .tb-section--navy .tb-head__kicker {
  color: #86efac !important;
}

html body.page-technisch-beheer .tb-head p,
html body.page-technisch-beheer .tb-copy > p {
  max-width: 68ch !important;
  margin: 0 !important;
  color: var(--tb-copy) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

html body.page-technisch-beheer .tb-section--navy .tb-head p {
  color: rgba(255, 255, 255, .76) !important;
}

html body.page-technisch-beheer .tb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

html body.page-technisch-beheer .tb-feature,
html body.page-technisch-beheer .tb-use {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  padding: 1.35rem !important;
  overflow: hidden;
  border: 1px solid var(--tb-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 18px 48px -42px rgba(8, 38, 64, .45) !important;
}

html body.page-technisch-beheer .tb-feature:first-child {
  border-color: rgba(34, 197, 94, .32) !important;
  background: var(--tb-mint) !important;
}

html body.page-technisch-beheer .tb-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d9f4df !important;
  color: #116b35 !important;
  font-size: .82rem;
  font-weight: 900;
}

html body.page-technisch-beheer .tb-feature h3,
html body.page-technisch-beheer .tb-use h3 {
  margin: .85rem 0 .45rem !important;
  color: var(--tb-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 830 !important;
  line-height: 1.3 !important;
}

html body.page-technisch-beheer .tb-feature p,
html body.page-technisch-beheer .tb-use p {
  margin: 0 !important;
  color: var(--tb-copy) !important;
  font-size: .94rem !important;
  line-height: 1.65 !important;
}

html body.page-technisch-beheer .tb-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

html body.page-technisch-beheer .tb-step {
  min-width: 0;
  margin: 0 !important;
  padding: 1.45rem 1.2rem !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer .tb-step:first-child {
  border-left: 0 !important;
}

html body.page-technisch-beheer .tb-step span {
  color: #86efac !important;
  font-size: .75rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
}

html body.page-technisch-beheer .tb-step h3 {
  margin: .52rem 0 .38rem !important;
  color: #fff !important;
  font-size: 1rem !important;
}

html body.page-technisch-beheer .tb-step p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .88rem !important;
  line-height: 1.55 !important;
}

html body.page-technisch-beheer .tb-two {
  display: grid !important;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.25fr) !important;
  gap: clamp(2.5rem, 6vw, 5.5rem) !important;
  align-items: center !important;
}

html body.page-technisch-beheer .tb-icon-stage {
  display: flex;
  justify-content: center;
}

html body.page-technisch-beheer .tb-icon-stage img {
  width: min(100%, 190px) !important;
  height: auto !important;
  border: 1px solid rgba(8, 38, 64, .08) !important;
  border-radius: 20px !important;
  box-shadow: 0 28px 54px -38px rgba(8, 38, 64, .62) !important;
}

html body.page-technisch-beheer .tb-copy h2 {
  margin-top: 0 !important;
}

html body.page-technisch-beheer .tb-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem 1.5rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

html body.page-technisch-beheer .tb-checks li {
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  color: #314c5e !important;
  line-height: 1.55;
}

html body.page-technisch-beheer .tb-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .02rem;
  color: var(--tb-green-dark);
  font-weight: 900;
}

html body.page-technisch-beheer .tb-note {
  margin: 1.45rem 0 0 !important;
  padding: .95rem 1.05rem !important;
  border: 0 !important;
  border-left: 3px solid var(--tb-green) !important;
  border-radius: 0 8px 8px 0 !important;
  background: #eef7f1 !important;
  color: #40586a !important;
  line-height: 1.62 !important;
}

html body.page-technisch-beheer .tb-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

html body.page-technisch-beheer .tb-use h3 {
  margin-top: 0 !important;
}

html body.page-technisch-beheer .tb-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.4rem;
}

html body.page-technisch-beheer .tb-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: .62rem .82rem !important;
  border: 1px solid var(--tb-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--tb-navy) !important;
  font-size: .9rem !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.page-technisch-beheer .tb-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

html body.page-technisch-beheer .tb-faq details {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--tb-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer .tb-faq summary {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  padding: .9rem 3rem .9rem 1rem !important;
  cursor: pointer;
  color: var(--tb-ink) !important;
  font-size: .95rem !important;
  font-weight: 820 !important;
  line-height: 1.4 !important;
  list-style: none;
}

html body.page-technisch-beheer .tb-faq summary::-webkit-details-marker {
  display: none;
}

html body.page-technisch-beheer .tb-faq summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  color: var(--tb-green-dark);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

html body.page-technisch-beheer .tb-faq details[open] summary::after {
  content: "−";
}

html body.page-technisch-beheer .tb-faq p {
  margin: 0 !important;
  padding: 0 1rem 1rem !important;
  color: var(--tb-copy) !important;
  font-size: .94rem !important;
  line-height: 1.65 !important;
}

html body.page-technisch-beheer .tb-cta {
  padding: 0 !important;
  border: 0 !important;
  background: var(--tb-navy) !important;
  background-image: none !important;
}

html body.page-technisch-beheer .tb-cta .tb-cta__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  align-items: center !important;
  padding: clamp(3.4rem, 6vw, 5.2rem) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.page-technisch-beheer .tb-cta h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2rem, 3.3vw, 3.15rem) !important;
  font-weight: 840 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

html body.page-technisch-beheer .tb-cta p {
  max-width: 700px !important;
  margin: .72rem 0 0 !important;
  color: rgba(255, 255, 255, .75) !important;
  line-height: 1.66 !important;
}

html body.page-technisch-beheer .tb-cta .tb-actions {
  display: grid !important;
  justify-items: start !important;
  margin: 0 !important;
}

html body.page-technisch-beheer .tb-cta .tb-btn {
  border-color: rgba(255, 255, 255, .24) !important;
  background: transparent !important;
  color: #fff !important;
}

html body.page-technisch-beheer .sb-footer {
  margin-top: 0 !important;
}

@media (max-width: 1023px) {
  html body.page-technisch-beheer .tb-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px) !important;
    gap: 2.5rem !important;
    min-height: 650px !important;
  }

  html body.page-technisch-beheer .tb-hero h1 {
    font-size: clamp(2.9rem, 6vw, 4rem) !important;
  }

  html body.page-technisch-beheer .tb-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-technisch-beheer .tb-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-technisch-beheer .tb-step:nth-child(odd) {
    border-left: 0 !important;
  }

  html body.page-technisch-beheer .tb-step:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .18) !important;
  }
}

@media (max-width: 780px) {
  html body.page-technisch-beheer .tb-hero::after {
    display: none;
  }

  html body.page-technisch-beheer .tb-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 2.65rem !important;
    min-height: 0 !important;
    padding: 7rem clamp(1.1rem, 5vw, 1.5rem) 3.5rem !important;
  }

  html body.page-technisch-beheer .tb-hero__copy {
    max-width: 100% !important;
  }

  html body.page-technisch-beheer .tb-hero h1 {
    margin-top: 1.1rem !important;
    font-size: clamp(2.4rem, 10.5vw, 3.1rem) !important;
    line-height: 1.02 !important;
  }

  html body.page-technisch-beheer .tb-device {
    width: min(100%, 270px);
  }

  html body.page-technisch-beheer .tb-phone {
    padding: 7px !important;
    border-radius: 35px !important;
  }

  html body.page-technisch-beheer .tb-phone::before {
    top: 14px;
    width: 62px;
    height: 16px;
  }

  html body.page-technisch-beheer .tb-phone__screen {
    border-radius: 29px !important;
  }

  html body.page-technisch-beheer .tb-signal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-technisch-beheer .tb-signal__item:nth-child(odd) {
    border-left: 0 !important;
  }

  html body.page-technisch-beheer .tb-signal__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .14) !important;
  }

  html body.page-technisch-beheer .tb-two {
    grid-template-columns: 1fr !important;
  }

  html body.page-technisch-beheer .tb-icon-stage {
    justify-content: flex-start;
  }

  html body.page-technisch-beheer .tb-icon-stage img {
    width: 136px !important;
  }

  html body.page-technisch-beheer .tb-use-grid {
    grid-template-columns: 1fr;
  }

  html body.page-technisch-beheer .tb-faq {
    grid-template-columns: 1fr;
  }

  html body.page-technisch-beheer .tb-cta .tb-cta__inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  html body.page-technisch-beheer .tb-hero__inner {
    gap: 2.35rem !important;
    padding: 6.75rem clamp(1.1rem, 5vw, 1.5rem) 3rem !important;
  }

  html body.page-technisch-beheer .tb-product-mark {
    align-items: flex-start;
  }

  html body.page-technisch-beheer .tb-product-mark img {
    width: 54px !important;
    height: 54px !important;
    border-radius: 12px !important;
  }

  html body.page-technisch-beheer .tb-product-mark span:last-child {
    font-size: .84rem !important;
  }

  html body.page-technisch-beheer .tb-hero h1 {
    font-size: clamp(2.05rem, 10vw, 2.5rem) !important;
    letter-spacing: -.04em !important;
  }

  html body.page-technisch-beheer .tb-lead {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  html body.page-technisch-beheer .tb-actions {
    align-items: stretch !important;
  }

  html body.page-technisch-beheer .tb-btn {
    flex: 1 1 145px;
  }

  html body.page-technisch-beheer .tb-release {
    font-size: .8rem !important;
  }

  html body.page-technisch-beheer .tb-feature-grid,
  html body.page-technisch-beheer .tb-process,
  html body.page-technisch-beheer .tb-checks {
    grid-template-columns: 1fr;
  }

  html body.page-technisch-beheer .tb-step,
  html body.page-technisch-beheer .tb-step:nth-child(odd) {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .18) !important;
  }

  html body.page-technisch-beheer .tb-step:first-child {
    border-top: 0 !important;
  }

  html body.page-technisch-beheer .tb-section {
    padding: 3.65rem 0 !important;
  }

  html body.page-technisch-beheer .tb-head {
    margin-bottom: 1.65rem !important;
  }

  html body.page-technisch-beheer .tb-head h2,
  html body.page-technisch-beheer .tb-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
  }

  html body.page-technisch-beheer .tb-device {
    width: min(100%, 258px);
  }

  html body.page-technisch-beheer .tb-cta .tb-actions {
    width: 100%;
  }

  html body.page-technisch-beheer .tb-cta .tb-btn {
    width: 100% !important;
  }
}

@media (max-width: 350px) {
  html body.page-technisch-beheer .tb-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.page-technisch-beheer .tb-btn {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.page-technisch-beheer) {
    scroll-behavior: auto;
  }
}
