@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/lexend/lexend-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/lexend/lexend-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --brand-purple: #4e388e;
  --purple-950: #11072d;
  --purple-900: #190e39;
  --purple-700: var(--brand-purple);
  --purple-500: #8c62ff;
  --purple-on-dark: #c7b8ff;
  --purple-100: #eee8ff;
  --green-600: #10a46f;
  --green-700: #0b875b;
  --on-dark: #fff;
  --on-dark-muted: #d9d4e4;
  --paper: #fff;
  --mist: #f0f2f4;
  --text: #554d66;
  --muted: #81778f;
  --line: #ded9e8;
  --shadow: 0 28px 90px rgba(17, 7, 45, .22);
  --radius: 16px;
  --font: "Lexend", system-ui, -apple-system, "Segoe UI", sans-serif;
  --h1-line: 1.22;
  --h2-line: 1.28;
  --h3-line: 1.28;
}

* { box-sizing: border-box; }
html {
  overscroll-behavior-x: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}
body {
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.95;
  margin: 0;
  overscroll-behavior-x: none;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body.is-menu-open {
  overflow: hidden;
}
img { display: block; height: auto; max-width: 100%; }
a { color: var(--purple-900); text-underline-offset: .18em; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--purple-700);
  outline-offset: 3px;
}
h1,
h2,
h3 {
  color: var(--purple-950);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1rem;
}
h1 { font-size: clamp(2rem, 3.0vw, 3.0rem); line-height: var(--h1-line); max-width: 40ch; }
h2 { font-size: clamp(1.75rem, 2.5vw, 2.6rem); line-height: var(--h2-line); max-width: 20ch; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.6rem); line-height: var(--h3-line); }
.q-heading-no-max { max-width: none; }
p { margin: 0 0 1rem; }
main ul + * {
  margin-top: 1.5rem;
}

.is-scroll-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity .48s ease,
    transform .58s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
.is-scroll-reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .is-scroll-reveal,
  .is-scroll-reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  h2 br {
    display: none !important;
  }
  .is-scroll-reveal,
  .is-scroll-reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-inline-flex { display: inline-flex !important; }
.site-skip {
  background: var(--paper);
  color: var(--purple-900);
  left: 1rem;
  padding: .75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 100;
}
.site-skip:focus { transform: translateY(0); }

.site-header {
  background: linear-gradient(180deg, rgba(10, 8, 16, .42) 0%, rgba(10, 8, 16, 0) 100%);
  border-bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.page-prijzen .site-header {
  background: var(--purple-950);
  position: sticky;
}
.page-prijzen .site-header::after {
  background: rgba(255,255,255,.12);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(1.4rem, 2.7vw, 3rem);
  min-height: 78px;
  position: relative;
}
.site-logo {
  display: inline-flex;
  flex: 0 0 auto;
}
.site-logo img {
  filter: brightness(0) invert(1);
  width: 160px;
}
.site-menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: clamp(1.4rem, 2.7vw, 3rem);
  min-width: 0;
}
.site-menu-primary,
.site-menu-secondary {
  align-items: center;
  display: flex;
}
.site-menu-primary {
  gap: clamp(1.1rem, 2vw, 1.75rem);
}
.site-menu-secondary {
  gap: 0;
  margin-left: auto;
}
.site-menu a,
.site-login {
  color: rgba(255,255,255,.86);
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.site-menu a {
  transition: color .18s ease, opacity .18s ease;
}
.site-menu-secondary a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}
.site-menu-secondary a + a::before {
  background: rgba(255,255,255,.45);
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.site-menu a:hover,
.site-menu a[aria-current="page"],
.site-login:hover {
  color: #fff;
  text-decoration: underline;
}
.site-menu a[aria-current="page"] {
  opacity: 1;
}
.site-menu-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  display: none;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  position: relative;
  width: 44px;
}
.site-menu-toggle span[aria-hidden="true"],
.site-menu-toggle::before,
.site-menu-toggle::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: opacity .18s ease, transform .18s ease;
  transform: translate(-50%, -50%);
  width: 23px;
}
.site-menu-toggle::before {
  transform: translate(-50%, -50%) translateY(-8px);
}
.site-menu-toggle::after {
  transform: translate(-50%, -50%) translateY(8px);
}
.site-menu-toggle[aria-expanded="true"] span[aria-hidden="true"] {
  opacity: 0;
}
.site-menu-toggle[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-menu-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-mobile-cta {
  display: none;
}
.site-menu-close {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .site-menu .site-login {
    display: none;
  }
}

.brand-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.2rem;
  text-decoration: none;
}
.brand-button--primary {
  background: var(--green-700);
  color: #fff;
}
.brand-button--primary:hover {
  background: #08714c;
  color: #fff;
}
.brand-button--light {
  background: #fff;
  color: var(--purple-900);
}
.brand-button--dark-outline {
  background: transparent;
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.brand-button--outline {
  background: #fff;
  border-color: var(--line);
  color: var(--purple-900);
}
.brand-button--outline:hover {
  border-color: var(--purple-700);
  color: var(--purple-900);
}
.brand-button--secondary {
  background: var(--purple-900);
  color: #fff;
}
.q-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.2rem;
  text-decoration: none;
}
.q-button--primary {
  background: var(--green-700);
  color: #fff;
}
.q-button--primary:hover {
  background: #08714c;
  color: #fff;
}
.q-button--ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--purple-900);
}
.q-button--secondary {
  background: var(--purple-900);
  color: #fff;
}
.q-button--secondary:hover {
  background: var(--purple-700);
  color: #fff;
}

.brand-hero {
  overflow: hidden;
}
.brand-hero--dark {
  background:
    radial-gradient(circle at 80% 15%, rgba(140,98,255,.34), transparent 28%),
    linear-gradient(135deg, var(--purple-950) 0%, var(--purple-900) 100%);
  color: var(--on-dark-muted);
}
.brand-hero--light {
  background: #fff;
  color: var(--text);
}
.brand-hero--dark h1,
.brand-hero--dark h2,
.q-section--dark h2,
.q-section--dark h3,
.brand-final h2 {
  color: #fff;
}
.brand-hero h1 span,
.brand-proof-heading span,
h2 span {
  color: var(--purple-500);
}
.brand-kicker {
  color: var(--purple-500);
  font-size: 1rem;
}
.brand-lead {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  max-width: 42rem;
}
.brand-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.25rem;
}
.brand-actions { margin: 2rem 0 1.5rem; }
.brand-mini-grid span,
.brand-compare li,
.brand-check-panel li,
.brand-steps article,
.q-trust span,
.q-pricing li,
.q-feature-list li {
  align-items: center;
  display: inline-flex;
  gap: .55rem;
}
.q-icon {
  align-items: center;
  background: var(--brand-purple);
  border: 0;
  border-radius: 18px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.q-icon svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 25px;
}

.brand-visual {
  position: relative;
}
.brand-visual--circle {
  border-radius: 0;
  overflow: hidden;
}
.brand-visual img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
.brand-floating-card {
  background: #fff;
  border-radius: 24px;
  bottom: 2rem;
  box-shadow: var(--shadow);
  color: var(--text);
  left: 2rem;
  max-width: 290px;
  padding: 1.2rem;
  position: absolute;
}
.brand-floating-card strong {
  color: var(--purple-900);
  display: block;
  font-size: 1.3rem;
}

.q-section {
}
.q-section--blue {
  background: #eef9fc;
}
.q-section-head {
  margin: 0 auto 3rem;
  max-width: 760px;
  text-align: center;
}
.q-section-head h2,
.q-section-head p {
  margin-left: auto;
  margin-right: auto;
}
.q-eyebrow {
  color: var(--purple-500);
}
.q-feature-grid {
}
.q-feature-grid article {
  background: #fff;
  border: 1px solid rgba(25,14,57,.1);
  border-radius: 26px;
  box-shadow: 0 16px 46px rgba(17,7,45,.07);
  min-height: 275px;
  padding: 1.75rem;
}
.q-feature-grid .q-icon {
  background: var(--brand-purple);
  border-radius: 18px;
  color: #fff;
  height: 52px;
  margin-bottom: 1.2rem;
  width: 52px;
}
.q-feature-grid .q-icon svg {
  height: 25px;
  width: 25px;
}
.q-feature-grid h3 {
  color: var(--purple-950);
  font-size: clamp(1.1rem, 1.45vw, 1.38rem);
  margin-bottom: .75rem;
}
.q-feature-grid p {
  margin-bottom: 0;
}
.q-feature-showcase-section {
  overflow: hidden;
}
.q-feature-showcase-card {
  background: var(--mist);
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
  min-height: 270px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.q-feature-showcase-card > * {
  position: relative;
  z-index: 1;
}
.q-feature-showcase-card--large {
  display: flex;
  flex-direction: column;
}
.q-feature-showcase-card--large > div:not(.q-showcase-visual) {
  padding: clamp(1.45rem, 2vw, 2rem);
}
.q-feature-showcase-card--small {
  min-height: 265px;
  padding: clamp(1.45rem, 2vw, 2rem);
  text-align: left;
}
.q-feature-showcase-card--small h3 {
  font-size: clamp(1.08rem, 1.28vw, 1.28rem);
  max-width: none;
}
.q-feature-showcase-card--wide {
  padding: clamp(1.45rem, 2vw, 2rem);
}
.q-feature-showcase-label {
  color: var(--purple-700);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: .7rem;
  text-transform: uppercase;
}
.q-feature-showcase-card h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.8rem);
  max-width: 22ch;
}
.q-feature-showcase-card p {
  color: var(--text);
  margin: 0;
}
.q-feature-showcase-icon {
  align-items: center;
  background: rgba(140,98,255,.13);
  border-radius: 999px;
  color: var(--purple-700);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin: .4rem 0 1.2rem;
  width: 46px;
}
.q-feature-showcase-icon .q-icon {
  height: 24px;
  width: 24px;
}
.q-feature-showcase-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(25,14,57,.08);
  border-radius: 16px;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin: .2rem 0 1.25rem;
  max-width: 100%;
  padding: .45rem .65rem;
  width: 170px;
}
.q-feature-showcase-logo img {
  height: auto;
  max-height: 48px;
  object-fit: contain;
  width: 100%;
}
.q-showcase-visual {
  align-self: end;
  margin-top: 0;
  min-height: 190px;
  position: relative;
}
.q-showcase-visual--image {
  align-self: end;
  min-height: 0;
}
.q-showcase-visual--image img {
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  width: 100%;
}
.q-showcase-toolbar {
  background: rgba(95,53,213,.10);
  border-radius: 14px;
  display: flex;
  gap: .45rem;
  padding: .75rem;
  width: 76%;
}
.q-showcase-toolbar span {
  background: rgba(95,53,213,.28);
  border-radius: 999px;
  height: 8px;
  width: 34px;
}
.q-showcase-document {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(95,53,213,.14);
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(17,7,45,.14);
  display: flex;
  flex-direction: column;
  gap: .65rem;
  left: 8%;
  padding: 1.1rem;
  position: absolute;
  top: 2.8rem;
  width: 58%;
}
.q-showcase-document strong {
  color: var(--purple-950);
}
.q-showcase-document span {
  background: rgba(95,53,213,.16);
  border-radius: 999px;
  height: 9px;
}
.q-showcase-document span:nth-of-type(2) {
  width: 82%;
}
.q-showcase-document span:nth-of-type(3) {
  width: 58%;
}
.q-showcase-document em {
  background: rgba(140,98,255,.13);
  border-radius: 999px;
  color: var(--purple-700);
  font-style: normal;
  font-weight: 700;
  padding: .35rem .65rem;
}
.q-showcase-menu {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(95,53,213,.13);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(17,7,45,.12);
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: .85rem;
  position: absolute;
  right: 0;
  top: 4.6rem;
  width: 45%;
}
.q-showcase-menu > span,
.q-showcase-pill-grid > span {
  align-items: center;
  display: flex;
  gap: .55rem;
}
.q-showcase-menu .q-icon {
  background: rgba(16,164,111,.12);
  color: var(--green-600);
  height: 22px;
  width: 22px;
}
.q-showcase-pill-grid .q-icon {
  background: rgba(140,98,255,.13);
  color: var(--purple-700);
  height: 30px;
  width: 30px;
}
.q-showcase-menu .q-icon svg {
  height: 14px;
  width: 14px;
}
.q-showcase-pill-grid .q-icon svg {
  height: 17px;
  width: 17px;
}
.q-showcase-form {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(95,53,213,.13);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(17,7,45,.13);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0 auto;
  padding: 1.1rem;
  width: min(86%, 360px);
}
.q-showcase-form span {
  background: rgba(95,53,213,.08);
  border-radius: 999px;
  color: var(--muted);
  padding: .65rem .8rem;
}
.q-showcase-form strong {
  align-items: center;
  background: rgba(16,164,111,.12);
  border-radius: 999px;
  color: var(--green-700);
  display: flex;
  gap: .55rem;
  padding: .65rem .8rem;
}
.q-showcase-form .q-icon {
  height: 20px;
  width: 20px;
}
.q-showcase-badge {
  background: #fff;
  border: 1px solid rgba(95,53,213,.13);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(17,7,45,.13);
  color: var(--purple-900);
  font-weight: 700;
  padding: .7rem 1rem;
  position: absolute;
  right: 5%;
  top: 1rem;
}
.q-showcase-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.q-showcase-pill-grid > span {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(95,53,213,.12);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(17,7,45,.06);
  color: var(--purple-900);
  flex: 1 1 260px;
  font-weight: 700;
  min-height: 58px;
  padding: .85rem 1rem;
}
.q-compare-simple {
}
.q-compare-simple > div > span,
.q-compare-simple > span,
.q-compare-simple div:not([class*="col-"]) {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(17,7,45,.05);
  color: var(--purple-900);
  display: flex;
  font-weight: 700;
  gap: .75rem;
  min-height: 72px;
  padding: 1rem 1.1rem;
  width: 100%;
}
.brand-proof-heading {
  margin-bottom: 3rem;
}
.brand-proof-heading h2 {
  max-width: 15ch;
}
.brand-compare {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.brand-compare article {
  background: var(--mist);
  border-radius: var(--radius);
  padding: 2rem;
  flex: 1 1 320px;
}
.brand-compare article:last-child {
  background: var(--purple-900);
  color: rgba(255,255,255,.82);
}
.brand-compare article:last-child h3 {
  color: #fff;
}
.brand-compare ul {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.brand-compare b {
  align-items: center;
  border: 2px solid #ea6b75;
  border-radius: 999px;
  color: #ea6b75;
  display: inline-flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.q-section--image {
  background: #fff;
}
.q-section--flow {
  background:
    radial-gradient(circle at 88% 12%, rgba(140,98,255,.2), transparent 30%),
    var(--purple-950);
  color: var(--on-dark-muted);
}
.q-section--flow .brand-kicker,
.q-section--dark .brand-kicker,
.q-section--purple .q-eyebrow {
  color: var(--purple-on-dark);
}
.q-section--flow h2,
.q-section--flow h3 {
  color: #fff;
}
.q-flow-timeline {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 4.5rem auto 0;
  max-width: 1040px;
  position: relative;
}
.q-flow-timeline--three {
  max-width: 900px;
}
.q-flow-timeline::before {
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.68), rgba(16,200,115,.72));
  border-radius: 999px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
}
.q-flow-timeline article {
  display: block;
  min-height: 160px;
  position: relative;
}
.q-flow-timeline article:nth-child(even) .q-flow-timeline__card {
  margin-left: calc(50% + 70px);
  text-align: left;
}
.q-flow-timeline article:nth-child(odd) .q-flow-timeline__card {
  margin-right: calc(50% + 70px);
  text-align: right;
}
.q-flow-timeline__card {
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.065));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  padding: clamp(1.3rem, 2.5vw, 2rem);
  position: relative;
  transition: border-color .2s ease, transform .2s ease;
  width: calc(50% - 70px);
}
.q-flow-timeline__card::after {
  background: rgba(255,255,255,.24);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 42px;
}
.q-flow-timeline article:nth-child(odd) .q-flow-timeline__card::after {
  right: -42px;
}
.q-flow-timeline article:nth-child(even) .q-flow-timeline__card::after {
  left: -42px;
}
.q-flow-timeline__card:hover {
  border-color: rgba(140,98,255,.48);
  transform: translateY(-4px);
}
.q-flow-timeline__marker {
  align-items: center;
  background: var(--brand-purple);
  border: 6px solid rgba(255,255,255,.24);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(17,7,45,.22);
  display: inline-flex;
  height: 96px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  z-index: 2;
}
.q-flow-timeline__marker .q-icon {
  background: transparent;
  box-shadow: none;
  color: #fff;
  height: 52px;
  width: 52px;
}
.q-flow-timeline__marker .q-icon svg {
  height: 31px;
  width: 31px;
}
.q-flow-timeline small {
  color: var(--purple-on-dark);
  display: block;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: .55rem;
  text-transform: uppercase;
}
.q-flow-timeline h3 {
  color: #fff;
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  margin-bottom: .65rem;
}
.q-flow-timeline p {
  color: var(--on-dark-muted);
  margin-bottom: 0;
}
.q-flow-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}
.q-flow-cta .brand-button {
  margin-left: auto;
  margin-right: auto;
}
.brand-mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.8rem;
}
.brand-mini-grid span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--purple-900);
  font-weight: 700;
  padding: 1rem;
  flex: 1 1 220px;
}
.brand-process-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
}
.brand-process-list div {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.15rem;
}
.brand-process-list .q-icon {
  border-radius: 18px;
  height: 56px;
  width: 56px;
}
.brand-process-list .q-icon svg {
  height: 26px;
  width: 26px;
}
.brand-process-list strong,
.brand-process-list small {
  display: block;
}
.brand-process-list strong {
  color: var(--purple-900);
  font-weight: 700;
}
.brand-process-list small {
  color: var(--muted);
  font-size: .92rem;
  margin-top: .15rem;
}

.q-section--dark {
  background:
    radial-gradient(circle at 90% 10%, rgba(140,98,255,.25), transparent 30%),
    var(--purple-950);
  color: var(--on-dark-muted);
}
.q-section--steps {
  background: #fff;
}
.q-section-head {
  margin-bottom: 3rem;
  max-width: 760px;
}
.q-section-head--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  text-align: center;
}
.q-section-head--wide h2 {
  max-width: none;
}
.q-section-head.q-section-head--full {
  max-width: none;
}
.q-section-head.q-section-head--full h2 {
  max-width: 30ch;
}
.q-section-head.q-section-head--full p {
  max-width: 60ch;
}
.brand-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.brand-steps article {
  align-items: flex-start;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  display: flex;
  flex: 1 1 230px;
  flex-direction: column;
  padding: 1.4rem;
}
.q-section--steps .brand-steps article {
  background: #fff;
  border-color: var(--line);
  border-top: 5px solid var(--step-accent, var(--purple-700));
  box-shadow: 0 16px 46px rgba(17,7,45,.08);
  color: var(--text);
  position: relative;
}
.q-section--steps .brand-steps article:nth-child(1) {
  --step-accent: #1697c7;
  --step-soft: rgba(22,151,199,.13);
}
.q-section--steps .brand-steps article:nth-child(2) {
  --step-accent: #32a832;
  --step-soft: rgba(50,168,50,.13);
}
.q-section--steps .brand-steps article:nth-child(3) {
  --step-accent: #6650c7;
  --step-soft: rgba(102,80,199,.14);
}
.q-section--steps .brand-steps article:nth-child(4) {
  --step-accent: #df6a2e;
  --step-soft: rgba(223,106,46,.13);
}
.q-section--steps .brand-steps h3 {
  color: var(--purple-950);
}
.q-section--steps .q-section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.q-section--steps .q-section-head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.brand-steps .q-icon {
  background: var(--step-soft, rgba(140,98,255,.18));
  color: var(--step-accent, var(--purple-700));
  height: 64px;
  width: 64px;
}
.brand-steps .q-icon svg {
  height: 30px;
  width: 30px;
}
.brand-steps article > span {
  color: var(--step-accent, var(--purple-700));
  font-size: 2rem;
  font-weight: 700;
}

.q-section--support {
  background: #fff;
}
.brand-support-grid {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
}
.brand-check-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.brand-check-list li {
  align-items: center;
  display: flex;
  gap: .75rem;
}
.brand-offer-card {
  align-items: center;
  background: var(--mist);
  border-left: 5px solid var(--green-600);
  border-radius: 18px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.2rem;
  margin-top: .5rem;
  padding: 1.2rem;
}
.brand-offer-card span {
  color: var(--muted);
  display: block;
  font-weight: 700;
  text-decoration: line-through;
}
.brand-offer-card strong {
  color: var(--purple-900);
  display: block;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
  margin: .15rem 0;
}
.brand-offer-card p {
  margin: 0;
}
.brand-offer-card .brand-button {
  white-space: nowrap;
}
.brand-link {
  color: var(--purple-900);
  display: inline-flex;
  font-weight: 700;
  margin-top: 1.4rem;
}

.brand-final {
  background: #fff;
}
.brand-final .container > div {
  background:
    radial-gradient(circle at 85% 20%, rgba(140,98,255,.26), transparent 30%),
    var(--purple-950);
  border-radius: 36px;
  color: var(--on-dark-muted);
  min-height: 430px;
  padding: clamp(3rem, 7vw, 6rem);
  text-align: center;
}
.brand-final h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.brand-final p {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.brand-rating {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.brand-rating span {
  color: #ffd84d;
  font-size: 1.4rem;
  letter-spacing: .06em;
}
.brand-rating strong {
  color: #fff;
  font-size: 1.4rem;
}
.brand-rating small,
.brand-final-note {
  color: var(--on-dark-muted);
  font-weight: 700;
}
.brand-final .brand-button {
  margin: 1.6rem 0 1.4rem;
}
.brand-final-benefits {
  align-items: center;
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 1rem 2rem;
  justify-content: flex-start;
  margin-top: 1rem;
}
.brand-final-benefits span {
  align-items: center;
  display: inline-flex;
  font-size: 0.7;
  font-weight: 300;
  gap: .7rem;
}
.brand-final-benefits .q-icon {
  background: transparent;
  border: 1px solid #16c873;
  color: #16c873;
  height: 24px;
  width: 24px;
}
.brand-final-benefits .q-icon svg {
  height: 16px;
  width: 16px;
}
.brand-final .brand-final-benefits {
  color: var(--on-dark-muted);
  justify-content: center;
}

.q-page-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(140,98,255,.2), transparent 30%),
    var(--purple-950);
  align-items: center;
  color: var(--on-dark-muted);
  display: flex;
  min-height: 100vh;
  position: relative;
}
.q-page-hero > .container {
  width: 100%;
}
.q-scroll-cue {
  animation: q-scroll-cue 1.45s ease-in-out infinite;
  appearance: none;
  background: transparent;
  border: 0;
  bottom: clamp(1.35rem, 3vh, 2.15rem);
  color: #fff;
  cursor: pointer;
  height: 44px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  width: 44px;
  z-index: 4;
}
.q-scroll-cue::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  height: 14px;
  margin: 9px auto 0;
  opacity: .95;
  transform: rotate(45deg);
  width: 14px;
}
.q-scroll-cue:hover::before {
  opacity: 1;
}
.q-page-hero h1,
.q-page-hero p {
  max-width: 680px;
}
.q-page-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 3rem);
}
.q-page-hero .q-eyebrow,
.q-page-hero .brand-kicker {
  color: var(--white);
  opacity: 0.75;
}
.q-page-hero h1 span {
  color: var(--purple-500);
}
.q-page-hero .lead,
.q-page-hero .q-section-head > p:not(.q-eyebrow):not(.brand-kicker),
.q-page-hero .row > [class*="col-"] > p:not(.q-eyebrow):not(.brand-kicker),
.q-page-hero .brand-final-benefits {
  color: var(--on-dark-muted);
}
.q-page-hero .q-button--ghost,
.q-page-hero .brand-button--outline {
  background: transparent;
  border-color: rgba(255,255,255,.34);
  color: #fff;
}
.q-page-hero .q-button--ghost:hover,
.q-page-hero .brand-button--outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--purple-900);
}
.q-page-hero .q-feature-card {
  color: var(--text);
}
.q-page-hero .q-feature-card h3 {
  color: var(--purple-950);
}
.q-page-hero .q-feature-card p {
  color: var(--text);
  max-width: none;
}
.q-page-hero--split {
  background:
    radial-gradient(circle at 88% 12%, rgba(140,98,255,.2), transparent 30%),
    var(--purple-950);
}
.q-page-hero--photo {
  background-position: center center, center right;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.q-page-hero--home-image {
  background: var(--purple-950);
  overflow: hidden;
  position: relative;
}
.q-page-hero--home-image::before {
  background-image: url("/assets/img/marketing/home-hero-spaans-kustdorp-1920x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}
.q-page-hero--home-image::after {
  background: linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.86) 34%, rgba(17,7,45,.48) 58%, rgba(17,7,45,.08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.q-page-hero--home-image > .container {
  position: relative;
  z-index: 2;
}
.q-page-hero--home-image .row {
  min-height: clamp(620px, 72vh, 820px);
}

.brand-visual--home-image {
  aspect-ratio: 1180 / 825;
  margin-left: auto;
  max-width: 100%;
  overflow: visible;
  position: relative;
  width: min(100%, 760px);
}
.brand-visual--home-image img {
  box-shadow: none;
  display: block;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.brand-visual--home-image .brand-visual__device {
  inset: 0;
  filter: drop-shadow(0 30px 42px rgba(0,0,0,.28));
  position: absolute;
  transform: translate3d(0,0,0);
  will-change: opacity, transform;
  width: 100%;
}
.brand-visual--home-image .brand-visual__device--laptop {
  animation: q-device-slide-in 1180ms cubic-bezier(.22,1,.36,1) 260ms both;
  z-index: 1;
}
.brand-visual--home-image .brand-visual__device--phone {
  animation: q-device-slide-in 1240ms cubic-bezier(.22,1,.36,1) 520ms both;
  filter: drop-shadow(0 26px 32px rgba(0,0,0,.34));
  z-index: 2;
}
@keyframes q-device-slide-in {
  from {
    opacity: 0;
    transform: translate3d(128px,0,0);
  }
  to {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-visual--home-image .brand-visual__device {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.q-page-hero--contracten {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.86) 34%, rgba(17,7,45,.48) 58%, rgba(17,7,45,.08) 100%),
    url("/assets/img/marketing/hospedajes-hero-administratie-spaans-interieur-1920x1080.jpg");
}
.q-page-hero--contract {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.88) 34%, rgba(17,7,45,.54) 58%, rgba(17,7,45,.10) 100%),
    url("/assets/img/marketing/goed-contract-zonder-tijdrovende-klus-placeholder.webp");
}
.q-page-hero--hospedajes {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.86) 34%, rgba(17,7,45,.50) 58%, rgba(17,7,45,.12) 100%),
    url("/assets/img/marketing/integraties-hero-vrouw-terras-laptop-qontrato-dashboard-kijkend-spaanse-urbanisatie-1672x941.jpg");
}
.q-page-hero--integraties {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.88) 34%, rgba(17,7,45,.52) 58%, rgba(17,7,45,.10) 100%),
    url("/assets/img/marketing/integraties-hero-man-strandterras-telefoon-lachend-1920x1080.jpg");
}
.q-page-hero--veiligheid {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.88) 34%, rgba(17,7,45,.54) 58%, rgba(17,7,45,.10) 100%),
    url("/assets/img/marketing/veiligheid-hero-veilige-verhuuradministratie-spanje-1672x941.jpg");
}
.q-page-hero--about {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.86) 34%, rgba(17,7,45,.42) 58%, rgba(17,7,45,.08) 100%),
    url("/assets/img/marketing/over-ons-hero-klein-kantoor-qontrato-overons-1920x1080.jpg");
}
.q-page-hero--contact {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.96) 0%, rgba(17,7,45,.86) 34%, rgba(17,7,45,.42) 58%, rgba(17,7,45,.08) 100%),
    url("/assets/img/marketing/over-ons-hero-klein-kantoor-qontrato-team-1920x1080.jpg");
}
.q-page-hero--photo > .container {
  position: relative;
  z-index: 1;
}
.q-page-hero__content {
  padding-bottom: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(2rem, 5vw, 5rem);
}
@keyframes q-scroll-cue {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }
  50% {
    transform: translate3d(-50%, 8px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .q-scroll-cue {
    animation: none;
  }
}
.brand-hero.q-page-hero--split {
  color: var(--on-dark-muted);
}
.brand-hero.q-page-hero--split .brand-visual img {
  box-shadow: 0 32px 85px rgba(0,0,0,.28);
}
.q-home-intro {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.q-home-intro > .container {
  padding-bottom: 0 !important;
}
.q-home-intro .q-media-split {
  min-height: clamp(520px, 48vw, 690px);
}
.q-home-intro__visual {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.q-home-intro__visual img {
  align-self: flex-end;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 0;
  max-height: min(690px, 100%);
  object-fit: contain;
  object-position: bottom center;
  width: min(100%, 620px);
}
.q-home-intro__content {
  padding-bottom: clamp(3rem, 6vw, 6rem);
}
.q-home-product h2 {
  max-width: 100%;
}
.q-hero-visual {
  position: relative;
}
.q-hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  bottom: 1.4rem;
  box-shadow: 0 20px 70px rgba(17,7,45,.12);
  left: 1.4rem;
  max-width: 300px;
  padding: 1rem;
  position: absolute;
}
.q-hero-card strong,
.q-hero-card span {
  display: block;
}
.q-hero-card strong {
  color: var(--purple-900);
  font-weight: 700;
}
.q-hero-card span {
  color: var(--text);
  font-size: .92rem;
  margin-top: .2rem;
}
.q-hero-points {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 1.6rem 0 0;
}
.q-hero-points span {
  align-items: center;
  display: flex;
  gap: .65rem;
}
.q-section-head {
  margin: 0 auto 3rem;
  max-width: 780px;
  text-align: center;
}
.q-section-head h2,
.q-section-head p {
  margin-left: auto;
  margin-right: auto;
}
.q-feature-list,
.q-pricing,
.q-contact {
}
.q-feature-list article,
.q-pricing article,
.q-contact article,
.q-contact form,
.q-contact-support,
.q-module,
.q-check-panel,
.q-feature-card,
.q-compare-table-wrap,
.q-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(17,7,45,.08);
  padding: 2rem;
}
.q-feature-list article {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.q-feature-overview {
}
.q-feature-card .q-icon {
  border-radius: 18px;
  height: 54px;
  margin-bottom: 1rem;
  width: 54px;
}
.q-feature-overview > *,
.q-capability-grid > *,
.q-timeline > * {
  flex: 1 1 260px;
}
.q-feature-card .q-icon svg {
  height: 25px;
  width: 25px;
}
.q-feature-card h3 {
  margin-bottom: .7rem;
}
.q-feature-card p {
  margin-bottom: 0;
}
.q-feature-overview--three {
}
.q-capability-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.q-capability-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 14px 44px rgba(17,7,45,.06);
  padding: 1.5rem;
}
.q-capability-grid .q-icon {
  height: 48px;
  margin-bottom: 1rem;
  width: 48px;
}
.q-media-split img {
  aspect-ratio: 1 / 1;
  max-height: auto;
  object-fit: cover;
  width: 80%;
  margin: 0 48px;
}
.q-media-full img {
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.q-section--lift {
  --lift-offset: 6rem;
  --lift-image-offset: 23.5rem;
  margin-top: calc(var(--lift-offset)) !important;
  overflow: visible;
}
.q-section--lift .q-media-split img {
  margin-bottom: -4rem;
  margin-top: calc(var(--lift-image-offset) * -1);
}
.q-media-split ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.q-media-split li {
  align-items: center;
  display: flex;
  gap: .7rem;
}
.q-feature-list ul,
.q-pricing ul,
.q-check-panel ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.q-pricing {
  align-items: stretch;
  margin: 0 auto;
  max-width: 980px;
}
.pricing-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  margin-top: 1.75rem;
}
.pricing-hero-benefits span {
  align-items: center;
  color: var(--purple-900);
  display: inline-flex;
  font-weight: 700;
  gap: .55rem;
}
.pricing-hero-benefits .q-icon {
  background: rgba(16, 164, 111, .1);
  color: var(--green-600);
  height: 30px;
  width: 30px;
}
.pricing-hero-benefits .q-icon svg {
  height: 16px;
  width: 16px;
}
.q-pricing--overview {
  align-items: stretch;
  max-width: 100%;
}
.pricing-billing-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(17,7,45,.07);
  color: var(--purple-900);
  display: flex;
  gap: .35rem;
  justify-content: center;
  margin: 0 auto 2.2rem;
  max-width: max-content;
  padding: .35rem;
}
.pricing-billing-option {
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  min-width: 0;
  position: relative;
}
.pricing-billing-option input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.pricing-billing-option span {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: .94rem;
  font-weight: 700;
  gap: .45rem;
  line-height: 1.25;
  min-height: 44px;
  padding: .66rem .9rem;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
  white-space: nowrap;
}
.pricing-billing-option input:checked + span {
  background: var(--purple-900);
  border-color: var(--purple-900);
  box-shadow: 0 10px 24px rgba(17,7,45,.16);
  color: #fff;
}
.pricing-billing-option input:focus-visible + span {
  outline: 3px solid var(--purple-700);
  outline-offset: 3px;
}
.pricing-billing-toggle strong {
  background: rgba(16,164,111,.12);
  border-radius: 999px;
  color: var(--green-700);
  font-size: .78rem;
  padding: .18rem .5rem;
}
.pricing-billing-option input:checked + span strong {
  background: rgba(16,164,111,1);
  color: var(--green-700);
  color: #fff;
}
.q-pricing--overview article {
  display: flex;
  flex-direction: column;
}
.pricing-card-top {
  min-height: 170px;
}
.q-pricing .brand-button,
.q-pricing .q-button {
  margin-top: 1rem;
}
.q-pricing--overview .q-button {
  margin-top: auto;
}
.q-pricing article.is-highlighted {
  border-color: var(--purple-700);
  position: relative;
}
.q-badge {
  background: var(--purple-100);
  border-radius: 999px;
  color: var(--purple-900);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 700;
  padding: .4rem .75rem;
}
.q-pricing article.w-100.is-highlighted .q-badge {
  margin-bottom: 0;
  margin-top: -1rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 1;
}
.q-price {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 1.4rem 0;
  padding: 1.2rem 0;
}
.q-price strong {
  color: var(--purple-900);
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
.q-price span {
  color: var(--muted);
}
.q-pricing--overview ul li {
  align-items: center;
}
.q-pricing--overview ul li.q-pricing-feature-heading {
  color: var(--purple-900);
  font-weight: 700;
  gap: 0;
}
.q-pricing--overview .q-pricing-feature-text strong {
  display: inline;
}
.q-pricing--overview ul li .q-icon {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: var(--purple-700) !important;
  height: 1.0125rem !important;
  margin: 0;
  padding: 0;
  width: 1.0125rem !important;
}
.q-pricing--overview ul li .q-icon svg {
  height: 1.0125rem;
  width: 1.0125rem;
}
.q-pricing sup,
.q-compare-table sup {
  font-size: .7em;
  line-height: 0;
  vertical-align: super;
}
.pricing-addon-note {
  align-items: center;
  background: #f7f5fb;
  border: 1px solid var(--line);
  border-style: dashed;
  border-radius: 16px;
  color: var(--purple-950);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  justify-content: space-between;
  margin-top: auto;
  padding: .9rem 1rem;
}
.pricing-addon-note__content {
  display: grid;
  gap: .28rem;
}
.pricing-addon-note__badge {
  background: var(--purple-100);
  border-radius: 999px;
  color: var(--purple-900);
  display: inline-flex;
  font-size: .74rem;
  font-weight: 700;
  justify-self: start;
  line-height: 1;
  padding: .32rem .55rem;
  text-transform: uppercase;
}
.pricing-addon-note__title {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}
.pricing-addon-note small {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.35;
}
.pricing-addon-note strong {
  color: var(--purple-900);
  font-size: .95rem;
  white-space: nowrap;
}
.q-pricing--overview .pricing-addon-note + .q-button {
  margin-top: 1rem;
}
.q-module {
  align-items: center;
  background: var(--mist);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem auto 0;
  max-width: 980px;
}
.pricing-addon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.pricing-addon-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  flex: 1 1 320px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
}
.pricing-addon-grid h2 {
  max-width: 18ch;
}
.pricing-addon-grid ul {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  list-style: none;
  margin: 1.4rem 0 1.6rem;
  padding: 0;
}
.pricing-addon-grid li {
  align-items: center;
  display: flex;
  gap: .7rem;
}
.pricing-addon-grid li .q-icon {
  background: rgba(16, 164, 111, .1);
  color: var(--green-700);
  height: 28px;
  width: 28px;
}
.pricing-addon-grid .q-button {
  margin-top: auto;
}
.q-compare-table-wrap {
  margin-top: 3rem;
  overflow-x: auto;
  padding: 0;
}
.q-compare-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}
.q-compare-table th,
.q-compare-table td {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem;
  text-align: center;
}
.q-compare-table th:first-child,
.q-compare-table td:first-child {
  color: var(--purple-900);
  font-weight: 400;
  text-align: left;
}
.q-compare-table tr:last-child td {
  border-bottom: 0;
}
.q-compare-table--grouped {
  background: #fff;
}
.q-compare-table__group th {
  background: var(--mist);
  color: var(--purple-900);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  padding: .85rem 1.1rem;
  text-align: left;
  text-transform: uppercase;
}
.q-compare-check,
.q-compare-miss {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.q-compare-check .q-icon,
.q-compare-miss .q-icon {
  background: rgba(16, 164, 111, .1);
  color: var(--green-700);
  height: 30px;
  width: 30px;
}
.q-compare-miss .q-icon {
  background: rgba(129,119,143,.12);
  color: var(--muted);
}
.q-compare-check .q-icon svg,
.q-compare-miss .q-icon svg {
  height: 16px;
  width: 16px;
}
.q-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 880px;
}
.q-faq summary {
  align-items: center;
  color: var(--purple-900);
  cursor: pointer;
  display: flex;
  gap: 1rem;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
}
.q-faq summary::-webkit-details-marker {
  display: none;
}
.q-faq summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  flex: 0 0 auto;
  height: .55rem;
  transform: rotate(45deg);
  transition: transform .2s ease;
  width: .55rem;
}
.q-faq details[open] summary::after {
  transform: rotate(-135deg);
}
.q-faq p {
  margin-top: 1rem;
}
.q-faq__answer p {
  margin: 1rem 0 0;
}
.q-faq__answer ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}
.q-faq__answer li + li {
  margin-top: .45rem;
}
.q-faq__answer a {
  color: var(--purple-700);
  font-weight: 700;
}
.q-section--purple {
  background: var(--purple-950);
  color: var(--on-dark-muted);
}
.q-section--soft {
  background: var(--mist);
}
.q-section--purple h1,
.q-section--purple h2,
.q-section--purple h3 {
  color: #fff;
}
.q-feature-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.q-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.q-timeline article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(17,7,45,.08);
  padding: 1.7rem;
}
.q-timeline article > span {
  background: var(--purple-100);
  border-radius: 999px;
  color: var(--purple-900);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: .38rem .75rem;
}
.q-timeline ul {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}
.q-timeline li {
  align-items: center;
  display: flex;
  gap: .65rem;
}
.q-section--purple .q-check-panel {
  color: var(--text);
}
.q-contact {
}
.q-contact-primary {
  background:
    radial-gradient(circle at 85% 10%, rgba(140,98,255,.32), transparent 30%),
    var(--purple-950) !important;
  color: var(--on-dark-muted);
}
.q-contact-primary h2,
.q-contact-primary h3 {
  color: #fff;
}
.q-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.q-contact-support {
  background: var(--mist);
}
.q-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.q-contact form {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.q-contact label {
  color: var(--purple-900);
  font-weight: 700;
}
.q-contact input,
.q-contact textarea {
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 52px;
  padding: .85rem 1rem;
  width: 100%;
}
.q-form-honeypot {
  left: -9999px;
  position: absolute;
}
.q-contact input[aria-invalid="true"],
.q-contact textarea[aria-invalid="true"] {
  border-color: #c92a2a;
}
.q-form-error {
  color: #9d1c1c;
  font-size: .9rem;
  line-height: 1.45;
  margin: .35rem 0 0;
}
.q-form-message {
  border-radius: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: .9rem 1rem;
}
.q-form-message--sent {
  background: rgba(16,164,111,.12);
  color: var(--green-700);
}
.q-form-message--error {
  background: rgba(201,42,42,.11);
  color: #9d1c1c;
}

.brand-footer {
  background:
    radial-gradient(circle at 100% 76%, rgba(140,98,255,.18), transparent 34%),
    radial-gradient(circle at 0% 8%, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(135deg, #35236f 0%, #4e388e 58%, #35236f 100%);
  color: rgba(255,255,255,.78);
  padding: clamp(3rem, 7vw, 4rem) 0 2rem;
}

.brand-footer-main {
  align-items: start;
}
.brand-footer img {
  filter: brightness(0) invert(1);
  width: 190px;
}
.brand-footer p {
  margin: 0;
}
.brand-footer-heading {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1.65rem;
}
.brand-footer-links,
.brand-footer-contact {
  display: flex;
  flex-direction: column;
  gap: .98rem;
  align-content: start;
  line-height: 1.5;
}
.brand-footer a {
  color: rgba(255,255,255,.80);
  font-size: 1rem;
  text-decoration: none;
}
.brand-footer a:hover {
  color: #fff;
}
.brand-footer-about p {
  color: rgba(255,255,255,.84);
  font-size: clamp(1.05rem, 1.15vw, 1.18rem);
  line-height: 1.62;
  max-width: 500px;
}
.brand-footer-contact p {
  max-width: 270px;
}
.brand-footer-contact p + p {
  margin-top: .25rem;
}
.brand-footer-trust {
  align-items: center;
  color: rgba(255,255,255,.78);
  display: inline-flex;
  gap: 1rem;
  margin-top: 3rem;
}
.brand-footer-trust span {
  align-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 800;
  height: 62px;
  justify-content: center;
  width: 62px;
}
.brand-footer-trust strong {
  color: rgba(255,255,255,.86);
  font-weight: 500;
}
.brand-footer-trust strong a {
  color: inherit;
  text-decoration: none;
}
.brand-footer-trust strong a:hover {
  color: #fff;
}
.brand-footer-trial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-items: start;
  margin-top: 4rem;
}
.brand-footer-trial > span {
  align-items: center;
  color: rgba(255,255,255,.86);
  display: inline-flex;
  gap: .7rem;
}
.brand-footer-trial .q-icon {
  background: rgba(16,164,111,.13);
  color: #16c873;
  height: 26px;
  width: 26px;
}
.brand-footer-trial .q-icon svg {
  height: 16px;
  width: 16px;
}
.brand-footer-review {
  background: rgba(255,255,255,.14);
  border-radius: 12px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  padding: .9rem 1.2rem;
}
.brand-footer-meta {
  display: flex;
  justify-content: flex-start;
  margin-top: clamp(1rem, 6vw, 2rem);
}
.brand-footer-language {
  align-items: center;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 12px;
  color: rgba(255,255,255,.86);
  display: inline-flex;
  gap: .8rem;
  justify-content: space-between;
  min-width: 220px;
  padding: .85rem 1rem;
}
.brand-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
}
.brand-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2.5rem);
}
.brand-footer-social {
  display: flex;
  gap: 1rem;
}
.brand-footer-social a {
  align-items: center;
  border-radius: 8px;
  color: rgba(255,255,255,.70);
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.brand-footer-social svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

@media (max-width: 1199.98px) {
  h1 { max-width: 12ch; }
  body.is-menu-open::before {
    background: rgba(15, 23, 42, .28);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 45;
  }
  .site-header {
    background: transparent;
    position: fixed;
    transition: background .18s ease, box-shadow .18s ease;
  }
  .site-header.is-scrolled,
  body.is-menu-open .site-header {
    background: var(--purple-950);
    box-shadow: 0 10px 28px rgba(17,7,45,.16);
  }
  .page-prijzen .site-header {
    background: var(--purple-950);
  }
  .site-nav {
    gap: 1rem;
    min-height: 70px;
  }
  .site-logo img {
    width: 146px;
  }
  .site-menu-toggle {
    display: inline-flex;
  }
  .site-menu {
    background: #fff;
    border: 1px solid rgba(25,14,57,.08);
    bottom: 0;
    box-shadow: -12px 0 32px rgba(10, 8, 16, .22);
    display: grid;
    gap: .1rem;
    grid-auto-rows: max-content;
    max-width: 360px;
    overflow-y: auto;
    padding: 5rem 1.15rem 1.4rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .2s ease, visibility .2s ease;
    visibility: hidden;
    width: min(88vw, 360px);
    z-index: 60;
  }
  .site-menu-close {
    align-items: center;
    appearance: none;
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--purple-900);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 42px;
  }
  .site-menu-close::before,
  .site-menu-close::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    position: absolute;
    width: 18px;
  }
  .site-menu-close::before {
    transform: rotate(45deg);
  }
  .site-menu-close::after {
    transform: rotate(-45deg);
  }
  .site-menu.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .site-menu-primary,
  .site-menu-secondary {
    align-items: stretch;
    display: grid;
    gap: .1rem;
  }
  .site-menu a:not(.site-mobile-cta),
  .site-login {
    color: var(--purple-900);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    padding: .82rem .35rem;
    text-align: left;
    white-space: normal;
  }
  .site-menu a:not(.site-mobile-cta)::after {
    content: none;
    display: none;
  }
  .site-menu a:hover,
  .site-menu a[aria-current="page"],
  .site-login:hover {
    color: var(--green-700);
  }
  .site-menu-secondary {
    border-top: 0;
    justify-items: start;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .site-menu-secondary a {
    padding-left: .35rem;
    padding-right: .35rem;
  }
  .site-menu-secondary a + a::before {
    display: none;
  }
  .site-mobile-cta {
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 1rem;
    text-align: left;
    width: 100%;
  }
  .site-menu .site-mobile-cta,
  .site-menu .site-mobile-cta:hover {
    color: #fff;
  }
  .brand-visual--circle {
    border-radius: 0;
  }
  .q-page-hero--home-image .row {
    min-height: auto;
  }
  .q-page-hero--home-image .brand-visual--home-image {
    display: none;
  }
  .q-media-split img {
    aspect-ratio: 1 / 0.85;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .pricing-billing-toggle {
    align-items: stretch;
    border-radius: 14px;
    display: grid;
    gap: .35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    max-width: 480px;
    padding: .35rem;
    width: 100%;
  }
  .pricing-billing-option span {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25;
    min-width: 0;
    text-align: center;
    white-space: normal !important;
  }
  .pricing-billing-toggle strong {
    border-radius: 8px;
    display: inline-flex;
    margin-top: .25rem;
    width: max-content;
  }
  .q-pricing-compare-section {
    background: transparent;
  }
  .q-compare-table-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    padding: 0;
  }
  .q-compare-table {
    background: transparent;
    border-collapse: separate;
    display: block;
    min-width: 0;
  }
  .q-compare-table thead {
    display: none;
  }
  .q-compare-table tbody,
  .q-compare-table tr,
  .q-compare-table th,
  .q-compare-table td {
    display: block;
    width: 100%;
  }
  .q-compare-table tr:not(.q-compare-table__group) {
    background: transparent;
    border-bottom: 1px solid rgba(25,14,57,.12);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: .62rem 0;
  }
  .q-compare-table th,
  .q-compare-table td {
    border-bottom: 0;
    padding: .18rem 0;
    text-align: left;
  }
  .q-compare-table td:not(.q-compare-feature) {
    align-items: center;
    display: flex;
    font-size: .93rem;
    gap: .8rem;
    justify-content: space-between;
    min-height: 30px;
  }
  .q-compare-table td:not(.q-compare-feature)::before {
    color: var(--purple-900);
    content: attr(data-label);
    flex: 1 1 auto;
    font-size: .82rem;
    font-weight: 600;
  }
  .q-compare-feature {
    color: var(--purple-900);
    font-size: .95rem;
    margin-bottom: .18rem;
  }
  .q-compare-table__group th {
    background: transparent;
    border-bottom: 1px solid rgba(25,14,57,.12);
    border-radius: 0;
    margin: 1.25rem 0 .45rem;
    padding: .65rem 0 .35rem;
  }
  .q-compare-check .q-icon,
  .q-compare-miss .q-icon {
    height: 24px;
    width: 24px;
  }
  .q-compare-check .q-icon svg,
  .q-compare-miss .q-icon svg {
    height: 13px;
    width: 13px;
  }
  .q-section--lift {
    --lift-offset: 0;
    margin-top: 0 !important;
  }
  .q-section--lift .q-media-split img {
    margin: 0;
  }
  .brand-compare,
  .brand-steps,
  .brand-mini-grid,
  .brand-support-grid,
  .q-feature-grid,
  .q-compare-simple,
  .q-feature-overview,
  .q-feature-overview--three,
  .q-capability-grid,
  .q-timeline,
  .q-feature-list article,
  .q-pricing,
  .q-module,
  .q-feature-row,
  .q-contact {
  }
  .brand-footer-main {
  }
  .brand-footer-meta {
    justify-content: flex-start;
  }
  .brand-footer-bottom {
    display: flex;
  }
  .q-flow-timeline {
    gap: 1.4rem;
  }
  .q-flow-timeline::before {
    left: 40px;
  }
  .q-flow-timeline article {
    min-height: 0;
    padding-left: 112px;
  }
  .q-flow-timeline article:nth-child(odd) .q-flow-timeline__card,
  .q-flow-timeline article:nth-child(even) .q-flow-timeline__card {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .q-flow-timeline__marker {
    height: 76px;
    left: 40px;
    width: 76px;
  }
  .q-flow-timeline__marker .q-icon {
    height: 42px;
    width: 42px;
  }
  .q-flow-timeline__marker .q-icon svg {
    height: 25px;
    width: 25px;
  }
  .q-flow-timeline__card::after,
  .q-flow-timeline article:nth-child(odd) .q-flow-timeline__card::after,
  .q-flow-timeline article:nth-child(even) .q-flow-timeline__card::after {
    left: -28px;
    right: auto;
    width: 28px;
  }
}

@media (max-width: 575.98px) {
  body { line-height: 1.72; }
  h1 { font-size: clamp(2rem, 8vw, 2.45rem); }
  h1,
  h2,
  h3 {
    line-height: 1.18;
  }
  h2 { font-size: clamp(1.65rem, 6.8vw, 2.05rem); }
  p,
  li {
    line-height: 1.72;
  }
  .site-menu .site-login { display: flex; }
  .q-form-grid {
  }
  .brand-hero { padding: 4rem 0; }
  .brand-actions {
    gap: 1.5rem;
    width: 100%;
  }
  .brand-actions > .brand-button,
  .brand-actions > .q-button,
  .brand-button {
    width: 100%;
  }
  .q-flow-cta .brand-button {
    width: auto;
  }
  .page-home .q-home-product {
    background: transparent;
  }
  .page-home .q-home-product .q-feature-grid {
    display: grid;
    gap: 1rem;
    grid-auto-columns: minmax(78%, 82%);
    grid-auto-flow: column;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 1.25rem 1rem;
    scroll-padding-left: 1.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .page-home .q-home-product .q-feature-grid::-webkit-scrollbar {
    display: none;
  }
  .page-home .q-home-product .q-feature-grid > div {
    max-width: none;
    padding: 0;
    scroll-snap-align: start;
    width: auto;
  }
  .page-home .q-home-product .q-feature-grid article {
    background: #fff;
    border-color: rgba(25,14,57,.1);
    box-shadow: 0 16px 44px rgba(17,7,45,.06);
    min-height: 100%;
  }
  .brand-floating-card {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .q-section--lift {
    --lift-offset: 0;
    margin-top: 0 !important;
  }
  .q-section--lift .q-media-split img {
    margin: 0;
  }
  .q-hero-card {
    margin-top: 1rem;
    max-width: none;
    position: static;
  }
  .q-showcase-pill-grid {
  }
  .q-showcase-menu {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .q-showcase-document {
    left: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .q-showcase-toolbar {
    width: 100%;
  }
  .brand-footer-main {
  }
}

.q-page-hero--knowledge {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.98) 0%, rgba(17,7,45,.9) 40%, rgba(17,7,45,.58) 68%, rgba(17,7,45,.18) 100%),
    url("/assets/img/marketing/hospedajes-hero-administratie-spaans-interieur-1920x1080.jpg");
  min-height: 78vh;
}
.q-page-hero--knowledge .q-page-hero__content {
  max-width: 790px;
}
.q-page-hero--knowledge-article {
  min-height: 70vh;
}
.knowledge-featured {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(17,7,45,.08);
  margin: 0;
  padding: clamp(1.25rem, 2.6vw, 2.4rem);
}
.knowledge-featured h2,
.knowledge-list-section h2,
.knowledge-article-sidebar h2,
.knowledge-article-content h2 {
  max-width: none;
}
.knowledge-featured p {
  max-width: 68ch;
}
.knowledge-featured__visual img {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}
.knowledge-card__meta,
.knowledge-article-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.4rem 0;
}
.knowledge-card__meta span,
.knowledge-article-meta span {
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: currentColor;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .46rem .72rem;
}
.knowledge-featured .knowledge-card__meta span,
.knowledge-card .knowledge-card__meta span {
  background: var(--mist);
  border-color: var(--line);
  color: var(--purple-900);
}
.knowledge-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.knowledge-card {
  --knowledge-accent: var(--purple-700);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--knowledge-accent);
  border-radius: var(--radius);
  box-shadow: 0 16px 46px rgba(17,7,45,.07);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
}
.knowledge-card:nth-child(1) { --knowledge-accent: #1697c7; }
.knowledge-card:nth-child(2) { --knowledge-accent: #0b875b; }
.knowledge-card:nth-child(3) { --knowledge-accent: #df6a2e; }
.knowledge-card:nth-child(4) { --knowledge-accent: #5f35d5; }
.knowledge-card:nth-child(5) { --knowledge-accent: #0f766e; }
.knowledge-card__top,
.knowledge-card__bottom {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
}
.knowledge-card__top {
  margin-bottom: 1rem;
}
.knowledge-card__top span,
.knowledge-card__bottom span {
  color: var(--knowledge-accent);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.knowledge-card__top small {
  background: rgba(17,7,45,.06);
  border-radius: 999px;
  color: var(--purple-900);
  font-size: .78rem;
  font-weight: 700;
  padding: .26rem .55rem;
}
.knowledge-card h3 {
  color: rgba(17,7,45,.75);
  font-size: clamp(1.18rem, 1.4vw, 1.42rem);
  max-width: none;
}
.knowledge-card p {
  flex: 1 1 auto;
  margin-bottom: 1.5rem;
}
.knowledge-card__bottom {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 1rem;
}
.knowledge-card__bottom a,
.knowledge-back-link {
  color: var(--purple-900);
  font-weight: 800;
  text-decoration: none;
}
.knowledge-card__bottom a:hover,
.knowledge-back-link:hover,
.knowledge-sidebar-list a:hover strong {
  text-decoration: underline;
}
.knowledge-article-section {
  background: #fff;
}
.knowledge-article-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
.knowledge-article-main {
  min-width: 0;
}
.knowledge-back-link {
  display: inline-flex;
  margin-bottom: 2rem;
}
.knowledge-article-content {
  color: var(--text);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
}
.knowledge-article-content h2 {
  font-size: clamp(1.42rem, 2.1vw, 2.15rem);
  margin-top: 2.35rem;
}
.knowledge-article-content h2:first-child {
  margin-top: 0;
}
.knowledge-article-content p,
.knowledge-article-content li {
  max-width: 74ch;
}
.knowledge-article-content ul {
  display: grid;
  gap: .7rem;
  margin: 1.2rem 0 1.5rem;
  padding-left: 1.25rem;
}
.knowledge-source-note,
.knowledge-article-source {
  background: var(--mist);
  border-left: 5px solid var(--green-600);
  border-radius: 0 12px 12px 0;
  margin-top: 2rem;
  padding: 1rem 1.1rem;
}
.knowledge-article-source {
  max-width: 74ch;
}
.knowledge-article-sidebar {
  position: sticky;
  top: 2rem;
}
.knowledge-article-sidebar h2 {
  font-size: clamp(1.18rem, 1.5vw, 1.45rem);
  margin-bottom: 1rem;
}
.knowledge-sidebar-list {
  display: grid;
  gap: .75rem;
  margin-bottom: 1.25rem;
}
.knowledge-sidebar-list a {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.knowledge-sidebar-list span {
  color: var(--purple-700);
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}
.knowledge-sidebar-list strong {
  color: var(--purple-950);
  display: block;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .q-page-hero--knowledge {
    min-height: 72vh;
  }
  .knowledge-grid,
  .knowledge-article-layout {
    grid-template-columns: 1fr;
  }
  .knowledge-article-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .knowledge-featured,
  .knowledge-card {
    border-radius: 12px;
  }
  .knowledge-card {
    min-height: 0;
  }
  .knowledge-card__top,
  .knowledge-card__bottom,
  .knowledge-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.q-page-hero--knowledge {
  --q-page-hero-image: url("/assets/img/marketing/kennisbank-hero-vrouw-bureau-telefoon.png");
}
.q-page-hero--veiligheid {
  --q-page-hero-image: url("/assets/img/marketing/veiligheid-hero-veilige-verhuuradministratie-spanje-1672x941.jpg");
}
.q-page-hero--huurcontract-spanje {
  --q-page-hero-image: url("/assets/img/marketing/huurcontract-spanje-hero-digitaal-ondertekenen-terras-1672x941.jpg");
}
.q-page-hero--knowledge,
.q-page-hero--veiligheid,
.q-page-hero--huurcontract-spanje {
  background-image:
    linear-gradient(90deg, rgba(17,7,45,.98) 0%, rgba(17,7,45,.9) 36%, rgba(17,7,45,.58) 66%, rgba(17,7,45,.18) 100%),
    var(--q-page-hero-image);
  background-position: center right;
  height: 100vh;
  min-height: 72vh;
}
.knowledge-blog-hero .q-page-hero__content,
.q-page-hero--veiligheid .q-page-hero__content,
.q-page-hero--huurcontract-spanje .q-page-hero__content {
  max-width: 700px;
}
.knowledge-hero-actions {
  margin-top: 1.6rem;
}
.knowledge-list-section {
  background: #fff;
}
.knowledge-blog-intro {
  align-items: end;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 560px);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.knowledge-blog-intro h2 {
  max-width: 14ch;
}
.knowledge-blog-intro p:not(.q-eyebrow) {
  max-width: 68ch;
}
.knowledge-category-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}
.knowledge-category-nav a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--purple-900);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .62rem .9rem;
  text-decoration: none;
}
.knowledge-category-nav a:hover,
.knowledge-category-nav a[aria-current="page"] {
  background: var(--purple-900);
  border-color: var(--purple-900);
  color: #fff;
}
.knowledge-blog-card__image {
  background: var(--mist);
  display: block;
  overflow: hidden;
}
.knowledge-blog-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
  width: 100%;
}
.knowledge-blog-card:hover img {
  transform: scale(1.025);
}
.knowledge-blog-card h3 a {
  color: rgba(17,7,45,.75);
  text-decoration: none;
}
.knowledge-blog-card h3 a:hover {
  text-decoration: underline;
}
.knowledge-post-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .85rem;
}
.knowledge-post-meta {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.35;
  margin: 1.1rem 0 0;
}
.knowledge-post-meta span:not(:last-child)::after {
  color: var(--line);
  content: "";
  border-radius: 50%;
  display: inline-block;
  height: .34rem;
  margin-left: .85rem;
  width: .34rem;
  background: currentColor;
  opacity: .45;
  vertical-align: middle;
}
.knowledge-read-more {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--purple-900);
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  padding: .68rem 1rem;
  text-decoration: none;
  width: max-content;
}
.knowledge-read-more::after {
  content: ">";
  margin-left: .45rem;
}
.knowledge-read-more:hover {
  border-color: var(--purple-700);
  color: var(--purple-700);
}
.knowledge-blog-grid,
.knowledge-related-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.knowledge-blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(17,7,45,.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.knowledge-blog-card__image img {
  aspect-ratio: 16 / 10;
}
.knowledge-blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(1.15rem, 2vw, 1.55rem);
}
.knowledge-blog-card h3 {
  font-size: clamp(1.12rem, 1.35vw, 1.42rem);
  margin-bottom: .75rem;
  max-width: none;
}
.knowledge-blog-card p {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.knowledge-blog-card .knowledge-read-more {
  margin-top: .25rem;
}
.knowledge-blog-card .knowledge-post-meta {
  margin-top: auto;
  padding-top: 1.1rem;
}
.knowledge-post-hero.q-page-hero--knowledge {
  background-image:
    radial-gradient(circle at 82% 28%, rgba(16,164,111,.24), transparent 28%),
    linear-gradient(135deg, var(--purple-950) 0%, var(--purple-900) 100%);
  height: 100vh;
  min-height: 100vh;
}
.knowledge-back-link {
  color: var(--purple-900);
  font-weight: 800;
  text-decoration: none;
}
.knowledge-back-link::before {
  content: "<";
  margin-right: .45rem;
}
.knowledge-back-link--light {
  color: rgba(255,255,255,.84);
  display: inline-flex;
  margin-bottom: 1.4rem;
}
.knowledge-post-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
}
.knowledge-post-hero__content {
  max-width: 760px;
}
.knowledge-post-hero__content h1,
.knowledge-post-hero__content p {
  color: #fff;
}
.knowledge-post-hero__content > p:not(.q-eyebrow) {
  color: var(--on-dark-muted);
  max-width: 66ch;
}
.knowledge-post-meta--hero {
  color: rgba(255,255,255,.78);
}
.knowledge-post-hero__image {
  border-radius: var(--radius);
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
  margin: 0;
  overflow: hidden;
}
.knowledge-post-hero__image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  width: 100%;
}
.knowledge-article-section {
  background: #fff;
}
.knowledge-article-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
.knowledge-article-content {
  color: var(--text);
  font-size: clamp(1.04rem, 1.15vw, 1.15rem);
  line-height: 1.9;
}
.knowledge-article-content h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  margin-top: 2.65rem;
  max-width: none;
}
.knowledge-article-content h2:first-child {
  margin-top: 0;
}
.knowledge-article-content h3 {
  color: rgba(17,7,45,.75);
  font-size: clamp(1.12rem, 1.35vw, 1.35rem);
  line-height: 1.35;
  margin: 1.55rem 0 .55rem;
  max-width: 38ch;
}
.knowledge-article-content p,
.knowledge-article-content li {
  max-width: 72ch;
}
.knowledge-article-content ul {
  display: grid;
  gap: .65rem;
  margin: 1.15rem 0 1.6rem;
  padding-left: 1.25rem;
}
.knowledge-inline-image {
  margin: 2rem 0;
  max-width: 760px;
}
.knowledge-inline-image img {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(17,7,45,.12);
  object-fit: cover;
  width: 100%;
}
.knowledge-inline-image figcaption {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
  margin-top: .75rem;
}
.knowledge-source-note,
.knowledge-article-source {
  background: var(--mist);
  border-left: 5px solid var(--green-600);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-top: 2rem;
  padding: 1rem 1.1rem;
}
.knowledge-related {
  border-top: 1px solid var(--line);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
}
.knowledge-related__head {
  margin-bottom: 1.5rem;
}
.knowledge-blog-card--compact .knowledge-blog-card__body {
  padding: 1.15rem;
}
.knowledge-blog-card--compact h3 {
  font-size: clamp(1.06rem, 1.25vw, 1.26rem);
}

@media (max-width: 991.98px) {
  .q-page-hero--knowledge,
  .q-page-hero--veiligheid,
  .q-page-hero--huurcontract-spanje {
    height: auto;
    background-position: center right 22%;
    min-height: 0;
  }
  .knowledge-post-hero.q-page-hero--knowledge {
    height: auto;
    min-height: 0;
  }
  .knowledge-blog-intro,
  .knowledge-post-hero__grid {
    grid-template-columns: 1fr;
  }
  .knowledge-category-nav {
    justify-content: flex-start;
  }
  .knowledge-blog-grid,
  .knowledge-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .q-page-hero--knowledge,
  .q-page-hero--veiligheid,
  .q-page-hero--huurcontract-spanje {
    background-image:
      linear-gradient(180deg, rgba(17,7,45,.94) 0%, rgba(17,7,45,.9) 58%, rgba(17,7,45,.76) 100%),
      var(--q-page-hero-image);
    background-position: center right 28%;
  }
  .knowledge-blog-grid,
  .knowledge-related-grid {
    grid-template-columns: 1fr;
  }
  .knowledge-category-nav a {
    font-size: .82rem;
    padding: .56rem .78rem;
  }
  .knowledge-post-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .knowledge-read-more {
    width: 100%;
  }
  .knowledge-post-meta span::after {
    display: none !important;
  }
  .knowledge-article-content {
    line-height: 1.72;
  }
}

@media (min-width: 768px) {
  h1,
  .q-page-hero h1 {
    font-size: 3rem;
  }
  h2,
  .knowledge-article-content h2 {
    font-size: 2.6rem;
  }
}

.q-icon.q-icon.q-icon {
  background: var(--brand-purple);
  border: 0;
  border-radius: 18px;
  color: #fff;
  height: 52px;
  width: 52px;
}
.q-icon.q-icon.q-icon svg {
  height: 25px;
  width: 25px;
}
.q-icon--check.q-icon.q-icon {
  background: transparent;
  border: 1px solid #16c873;
  border-radius: 999px;
  color: #16c873;
  height: 24px;
  width: 24px;
}
.q-icon--miss.q-icon.q-icon {
  background: transparent;
  border: 1px solid rgba(47, 52, 55, .5);
  border-radius: 999px;
  color: rgba(47, 52, 55, .5);
  height: 24px;
  width: 24px;
}
.q-icon--check.q-icon.q-icon svg {
  height: 16px;
  width: 16px;
}
.q-icon--miss.q-icon.q-icon svg {
  height: 16px;
  width: 16px;
}

.q-team-section {
  overflow: visible;
}
.q-team-section.is-scroll-reveal:not(.is-visible) {
  opacity: 1;
  transform: none;
}
.q-team-section .q-section-head {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.q-team-section.q-section--flow .q-section-head p:not(.brand-kicker) {
  color: var(--on-dark-muted);
}
.q-team-list {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
}
.q-team-profile__media {
  min-width: 0;
}
.q-team-profile .q-team-photo {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-shadow: 0 16px 44px rgba(17, 7, 45, .10);
  filter: grayscale(1) sepia(.45) hue-rotate(225deg) saturate(1.5) brightness(1) contrast(1.18);
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.q-team-section.q-section--flow .q-team-photo {
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}
.q-team-photo--michelle {
  object-position: 54% center;
}
.q-team-photo--roland {
  object-position: 92% center;
}
.q-team-photo--niels {
  object-position: 70% center;
}
.q-team-profile__content {
  min-width: 0;
}
.q-team-body {
  color: var(--text, var(--q-text));
  font-size: clamp(.98rem, 1.05vw, 1.06rem);
  line-height: 1.82;
  max-width: 74ch;
}
.q-team-section.q-section--flow .q-team-body {
  color: rgba(255, 255, 255, .88);
}
.q-team-section.q-section--flow .q-team-body p {
  color: inherit;
}
.q-team-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .q-team-profile .q-team-photo {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 575.98px) {
  .q-team-section {
    padding-left: 0;
    padding-right: 0;
  }
  .q-team-list {
    gap: 3rem;
  }
  .q-team-body {
    line-height: 1.72;
  }
}
