/** Shopify CDN: Minification failed

Line 583:0 Unexpected end of file

**/
:root {
  --masiq-content-gold: #e3a82f;
  --masiq-content-page-width: 1600px;
  --masiq-content-gutter: clamp(20px, 3.2vw, 48px);
}

.masiq-content-section {
  margin: 0;
}

.masiq-content-section,
.masiq-content-section *,
.masiq-content-section *::before,
.masiq-content-section *::after {
  box-sizing: border-box;
}

.masiq-content-shell {
  width: min(100%, var(--masiq-content-page-width));
  margin-inline: auto;
  padding-inline: var(--masiq-content-gutter);
}

.masiq-content-eyebrow {
  margin: 0 0 18px;
  color: var(--masiq-accent-text, #8f6312);
  font-size: 13.5px;
  font-weight: 720;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.masiq-content-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.masiq-content-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.masiq-content-button:hover svg {
  transform: translateX(4px);
}

.masiq-content-button:active {
  transform: translateY(1px);
}

.masiq-content-button--gold {
  background: var(--masiq-content-accent, var(--masiq-content-gold));
  color: #080808;
}

.masiq-content-button--gold:hover {
  background: #f2c45c;
  color: #080808;
}

.masiq-content-button--outline {
  border-color: rgb(15 17 21 / 0.35);
  background: transparent;
  color: var(--masiq-content-text, #1c1e22);
}

.masiq-content-button--outline:hover {
  border-color: #1c1e22;
  background: rgb(15 17 21 / 0.05);
  color: #1c1e22;
}

.masiq-content-button:focus-visible,
.masiq-faq__item summary:focus-visible {
  outline: 2px solid var(--masiq-content-accent, var(--masiq-content-gold));
  outline-offset: 4px;
}

.masiq-custom-cta__text > :first-child,
.masiq-process__intro > :first-child,
.masiq-process__step-text > :first-child,
.masiq-faq__text > :first-child,
.masiq-faq__answer > :first-child {
  margin-top: 0;
}

.masiq-custom-cta__text > :last-child,
.masiq-process__intro > :last-child,
.masiq-process__step-text > :last-child,
.masiq-faq__text > :last-child,
.masiq-faq__answer > :last-child {
  margin-bottom: 0;
}

/* Maatwerk-CTA */
.masiq-custom-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(76px, 8vw, 124px);
  background:
    radial-gradient(circle at 84% 15%, rgb(227 168 47 / 0.06), transparent 24%),
    radial-gradient(circle at 8% 95%, rgb(227 168 47 / 0.04), transparent 30%),
    var(--masiq-content-bg, transparent);
  color: var(--masiq-content-text, #1c1e22);
}

.masiq-custom-cta::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(92%, 1360px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(227 168 47 / 0.55), transparent);
  content: '';
  transform: translateX(-50%);
}

.masiq-custom-cta__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(650px, 1.18fr);
  align-items: center;
  gap: clamp(52px, 6vw, 96px);
}

.masiq-custom-cta__copy {
  max-width: 590px;
}

.masiq-custom-cta__heading {
  max-width: 13ch;
  margin: 0;
  color: var(--masiq-content-text, #1c1e22);
  font-family: var(--font-heading--family, inherit);
  font-size: clamp(46px, 4.3vw, 68px);
  font-style: var(--font-heading--style, normal);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.masiq-custom-cta__text {
  max-width: 56ch;
  margin-top: 24px;
  color: var(--masiq-content-muted, #5b5e66);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
}

.masiq-custom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.masiq-custom-cta__helper {
  display: flex;
  max-width: 54ch;
  align-items: flex-start;
  gap: 11px;
  margin: 24px 0 0;
  color: var(--masiq-content-muted, #5b5e66);
  font-size: 13px;
  line-height: 1.5;
}

.masiq-custom-cta__helper svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--masiq-content-accent, var(--masiq-content-gold));
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  
}

/* Werkwijze */
.masiq-process {
  position: relative;
  overflow: hidden;
  padding-block: clamp(78px, 8vw, 118px);
  background:
    linear-gradient(180deg, rgb(227 168 47 / 0.04), transparent 35%),
    var(--masiq-content-bg, transparent);
  color: var(--masiq-content-text, #1c1e22);
}

.masiq-process__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  margin-bottom: clamp(42px, 5vw, 70px);
}

.masiq-process__heading,
.masiq-faq__heading {
  margin: 0;
  color: var(--masiq-content-text, #1c1e22);
  font-family: var(--font-heading--family, inherit);
  font-size: clamp(42px, 4.2vw, 64px);
  font-style: var(--font-heading--style, normal);
  font-weight: 735;
  letter-spacing: -0.05em;
  line-height: 1;
  text-wrap: balance;
}

.masiq-process__intro {
  max-width: 56ch;
  padding-bottom: 4px;
  color: var(--masiq-content-muted, #5b5e66);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.masiq-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid rgb(15 17 21 / 0.1);
  border-radius: 10px;
  background: rgb(15 17 21 / 0.1);
  list-style: none;
  overflow: hidden;
}

.masiq-process__step {
  min-width: 0;
  background: var(--masiq-content-panel, transparent);
}

.masiq-process__step article {
  position: relative;
  min-height: 315px;
  padding: clamp(26px, 2.8vw, 40px);
  background:
    linear-gradient(145deg, rgb(15 17 21 / 0.03), transparent 46%),
    var(--masiq-content-panel, var(--masiq-glass-bg-subtle, rgb(255 255 255 / 0.5)));
  box-shadow: var(--masiq-glass-highlight, inset 0 1px 0 rgb(255 255 255 / 0.7));
  transition: background-color 180ms ease;
}

.masiq-process__step article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--masiq-content-accent, var(--masiq-content-gold)), transparent 78%);
  content: '';
  opacity: 0.6;
}

.masiq-process__number {
  position: absolute;
  top: 27px;
  right: 27px;
  color: rgb(15 17 21 / 0.32);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.masiq-process__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: clamp(42px, 5vw, 72px);
  place-items: center;
  border: 1px solid rgb(227 168 47 / 0.48);
  border-radius: 8px;
  background: rgb(227 168 47 / 0.06);
  color: var(--masiq-content-accent, var(--masiq-content-gold));
}

.masiq-process__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.masiq-process__step h3 {
  margin: 0;
  color: var(--masiq-content-text, #1c1e22);
  font-family: var(--font-heading--family, inherit);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.masiq-process__step-text {
  margin-top: 14px;
  color: var(--masiq-content-muted, #5b5e66);
  font-size: 14px;
  line-height: 1.65;
}

/* Veelgestelde vragen */
.masiq-faq {
  position: relative;
  padding-block: clamp(80px, 8vw, 124px);
  border-top: 1px solid rgb(15 17 21 / 0.1);
  background:
    radial-gradient(circle at 8% 30%, rgb(227 168 47 / 0.04), transparent 24%),
    var(--masiq-content-bg, transparent);
  color: var(--masiq-content-text, #1c1e22);
}

.masiq-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(520px, 1.36fr);
  align-items: start;
  gap: clamp(52px, 9vw, 138px);
}

.masiq-faq__intro {
  max-width: 490px;
}

.masiq-faq__text {
  margin-top: 24px;
  color: var(--masiq-content-muted, #5b5e66);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
}

.masiq-faq__intro .masiq-content-button {
  margin-top: 30px;
}

.masiq-faq__items {
  display: grid;
  gap: 12px;
}

.masiq-faq__item {
  border: 1px solid var(--masiq-glass-border, rgb(15 17 21 / 0.08));
  border-radius: 10px;
  background: var(--masiq-content-panel, var(--masiq-glass-bg-subtle, rgb(255 255 255 / 0.5)));
  box-shadow: var(--masiq-glass-highlight, inset 0 1px 0 rgb(255 255 255 / 0.7));
  transition: border-color 180ms ease, background-color 180ms ease;
}

.masiq-faq__item[open] {
  border-color: rgb(227 168 47 / 0.42);
  background: var(--masiq-glass-bg-strong, rgb(255 255 255 / 0.78));
}

.masiq-faq__item summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 20px 22px 20px clamp(21px, 2.5vw, 34px);
  color: var(--masiq-content-text, #1c1e22);
  cursor: pointer;
  list-style: none;
}

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

.masiq-faq__question {
  font-family: var(--font-heading--family, inherit);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.masiq-faq__toggle {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(227 168 47 / 0.4);
  border-radius: 50%;
  color: var(--masiq-content-accent, var(--masiq-content-gold));
}

.masiq-faq__toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.masiq-faq__item[open] .masiq-faq__toggle svg {
  transform: rotate(45deg);
}

.masiq-faq__answer {
  max-width: 70ch;
  padding: 0 clamp(68px, 6vw, 86px) 27px clamp(21px, 2.5vw, 34px);
  color: var(--masiq-content-muted, #5b5e66);
  font-size: 16.5px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .masiq-custom-cta__layout {
    grid-template-columns: 1fr;
  }

  .masiq-custom-cta__copy {
    max-width: 750px;
  }

  .masiq-custom-cta__heading {
    max-width: 15ch;
  }

  .masiq-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masiq-faq__layout {
    gap: clamp(42px, 6vw, 80px);
  }
}

@media (max-width: 899px) {
  .masiq-process__header,
  .masiq-faq__layout {
    grid-template-columns: 1fr;
  }

  .masiq-process__header {
    align-items: start;
    gap: 24px;
  }

  .masiq-faq__intro {
    max-width: 650px;
  }

  .masiq-faq__items {
    width: 100%;
  }
}

@media (max-width: 749px) {
  .masiq-custom-cta,
  .masiq-process,
  .masiq-faq {
    padding-block: 68px;
  }

  .masiq-content-button {
    width: 100%;
  }

  .masiq-custom-cta__layout {
    gap: 42px;
  }

  .masiq-custom-cta__heading,
  .masiq-process__heading,
  .masiq-faq__heading {
    font-size: clamp(38px, 11vw, 50px);
  }

  .masiq-custom-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  

  

  

  

  

  

  .masiq-process__steps {
    grid-template-columns: 1fr;
  }

  .masiq-process__step article {
    min-height: 0;
  }

  .masiq-process__icon {
    margin-bottom: 42px;
  }

  .masiq-faq__layout {
    gap: 42px;
  }

  .masiq-faq__item summary {
    min-height: 70px;
    gap: 16px;
    padding: 18px;
  }

  .masiq-faq__answer {
    padding: 0 68px 23px 18px;
  }
}

@media (max-width: 420px) {
  

  
}

@media (prefers-reduced-motion: reduce) {
  .masiq-content-button,
  .masiq-content-button svg,
  .masiq-process__step article,
  .masiq-faq__item,
  .masiq-faq__toggle svg {
    transition: none;
  }

  .masiq-content-button:hover svg,
  .masiq-faq__item[open] .masiq-faq__toggle svg {
    transform: none;
  }
}

/* Zonder stappenpaneel wordt de maatwerk-CTA een rustige enkelkoloms sectie. */
.masiq-custom-cta__layout:not(:has(

.masiq-custom-cta__layout:not(:has(
