﻿:root {
  --night: #06152d;
  --night-2: #0a2446;
  --steel: #173b63;
  --green: #2ed47a;
  --green-2: #0f8f5d;
  --aqua: #82f3c6;
  --amber: #d6a142;
  --ink: #0d1d35;
  --text: #44556f;
  --soft: #f3f7fb;
  --soft-2: #e8f5ee;
  --line: #d9e4ef;
  --white: #ffffff;
  --max: 1180px;
  --r: 8px;
  --shadow: 0 26px 70px rgba(6, 21, 45, 0.18);
  --soft-shadow: 0 14px 36px rgba(6, 21, 45, 0.1);
  --type-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --type-title-weight: 800;
  --type-strong-weight: 800;
  --type-body-weight: 500;
  --type-label-size: 12px;
  --type-label-spacing: 0.08em;
  --type-hero-size: clamp(52px, 4.8vw, 66px);
  --type-hero-line: 1.06;
  --type-hero-sub-size: 18px;
  --type-section-size: clamp(38px, 4vw, 52px);
  --type-card-title-size: 20px;
  --type-card-body-size: 15px;
  --type-button-size: 15px;
}

/* Portaal aanvragen - reference rebuild */
.page-account-request {
  background: #ffffff;
  color: var(--ink);
  overflow-x: hidden;
}

.page-account-request .op-header {
  background: rgba(255, 255, 255, 0.92);
}

.request-main {
  background:
    radial-gradient(circle at 50% 6%, rgba(46, 212, 122, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 36%, #edf4fa 100%);
}

.request-hero {
  padding: 56px 0 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.request-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.request-hero .kicker,
.request-form .kicker,
.request-intake-card .kicker {
  color: var(--green-2);
}

.request-hero h1 {
  max-width: 680px;
  margin: 10px auto 0;
  color: var(--night);
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}

.request-hero__inner > p:not(.kicker) {
  max-width: 640px;
  margin: 18px auto 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.request-hero .op-actions {
  justify-content: center;
  margin-top: 28px;
  gap: 14px;
}

.request-hero .op-action {
  min-width: 170px;
  min-height: 52px;
}

.page-account-request .proof-points--request {
  margin-top: 26px;
  gap: 12px;
}

.page-account-request .proof-points--request span {
  position: relative;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(6, 21, 45, 0.05);
}

.page-account-request .proof-points--request span::before {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 2px solid var(--green-2);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--green-2) 0 2px, transparent 3px),
    #ffffff;
}

.request-routes {
  padding: 18px 0 48px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8fc 100%);
}

.page-account-request .request-route-grid {
  gap: 18px;
}

.page-account-request .request-route-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 226px;
  padding: 26px 22px;
  border-color: rgba(6, 21, 45, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(6, 21, 45, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.page-account-request .request-route-card:hover,
.page-account-request .request-route-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(15, 143, 93, 0.38);
  box-shadow: 0 26px 62px rgba(6, 21, 45, 0.1);
}

.page-account-request .request-route-card.is-selected {
  border-color: var(--green-2);
  box-shadow: 0 28px 70px rgba(15, 143, 93, 0.16);
}

.route-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #e8f5ee;
  color: var(--green-2);
}

.route-icon svg,
.upload-icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-account-request .request-route-card span:not(.route-icon) {
  margin: 0;
  color: var(--green-2);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 940;
  text-transform: uppercase;
}

.page-account-request .request-route-card strong {
  margin-top: 9px;
  color: var(--night);
  font-size: 18px;
  line-height: 1.25;
}

.page-account-request .request-route-card p {
  margin-top: 10px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.55;
}

.request-workflow-section {
  padding: 54px 0 36px;
  background: #edf4fa;
}

.page-account-request .request-workflow {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 22px;
}

.page-account-request .request-intake-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 0;
  min-height: 0;
  border: 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(46, 212, 122, 0.18), transparent 28%),
    linear-gradient(145deg, #06152d 0%, #081d39 58%, #052b32 100%);
  box-shadow: 0 28px 78px rgba(6, 21, 45, 0.24);
  padding: 34px 32px;
}

.request-intake-card h2 {
  max-width: 310px;
  margin: 9px 0 22px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
}

.request-need-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.request-need-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 760;
  line-height: 1.45;
}

.request-need-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(46, 212, 122, 0.13);
}

.request-steps-block {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.request-steps-block h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 20px;
}

.request-steps {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.request-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
}

.request-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 37px;
  bottom: -20px;
  width: 1px;
  background: linear-gradient(180deg, rgba(46, 212, 122, 0.8), rgba(46, 212, 122, 0.12));
}

.request-steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green-2);
  color: #ffffff;
  font-size: 13px;
  font-weight: 940;
}

.request-steps strong {
  display: block;
  color: #ffffff;
  font-weight: 900;
}

.request-steps p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.request-security-note {
  position: relative;
  margin: 34px 0 0;
  padding: 24px 0 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.request-security-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(46, 212, 122, 0.7);
  background:
    linear-gradient(135deg, transparent 46%, rgba(46, 212, 122, 0.24) 47% 53%, transparent 54%),
    rgba(46, 212, 122, 0.08);
}

.page-account-request .request-form {
  gap: 14px 22px;
  border-radius: 8px;
  border-color: rgba(6, 21, 45, 0.12);
  box-shadow: 0 28px 78px rgba(6, 21, 45, 0.12);
  padding: 34px;
}

.page-account-request .request-form h2 {
  max-width: 620px;
  margin: 7px 0 0;
  color: var(--night);
  font-size: 34px;
  line-height: 1.12;
}

.page-account-request .request-form .full-row > p:not(.kicker) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--text);
  line-height: 1.55;
}

.page-account-request .field {
  gap: 7px;
  font-size: 13px;
}

.field-label {
  display: block;
  color: var(--night);
  font-weight: 920;
}

.req {
  color: var(--green-2);
}

.page-account-request .field input,
.page-account-request .field select,
.page-account-request .field textarea {
  min-height: 42px;
  border-radius: 7px;
  border-color: #c9d8e8;
  padding: 9px 12px;
  font-size: 14px;
}

.page-account-request .field textarea {
  min-height: 78px;
}

.upload-field {
  position: relative;
}

.upload-drop {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 78px;
  border: 1.5px dashed #b9cee4;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  color: var(--steel);
  padding: 15px 18px;
  text-align: center;
  cursor: pointer;
}

.upload-drop:hover,
.upload-drop:focus-within {
  border-color: var(--green-2);
  box-shadow: 0 0 0 4px rgba(46, 212, 122, 0.1);
}

.upload-icon {
  justify-self: end;
  color: var(--steel);
}

.upload-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.upload-copy strong {
  color: var(--night);
  font-size: 14px;
  line-height: 1.25;
}

.upload-copy small {
  color: #65778b;
  font-size: 12px;
  font-weight: 760;
}

.page-account-request .field input[type="file"].upload-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.request-submit {
  width: min(100%, 250px);
  min-height: 46px;
}

.page-account-request .form-note {
  position: relative;
  margin: 0;
  padding: 13px 16px 13px 44px;
  border-radius: 8px;
  background: #f5faff;
  color: #51657d;
  font-size: 12px;
}

.page-account-request .form-note::before {
  content: "i";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid #6aa5e8;
  border-radius: 999px;
  color: #357fcb;
  font-size: 11px;
  font-weight: 940;
}

@media (max-width: 1120px) {
  .page-account-request .request-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-account-request .request-workflow {
    grid-template-columns: 1fr;
  }

  .page-account-request .request-intake-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .request-hero {
    padding: 38px 0 28px;
  }

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

  .request-hero__inner > p:not(.kicker) {
    font-size: 16px;
  }

  .request-hero .op-actions {
    margin-top: 22px;
  }

  .page-account-request .proof-points--request {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .page-account-request .package-choice-slice {
    display: block;
  }

  .page-account-request .request-routes {
    padding: 14px 0 32px;
  }

  .page-account-request .request-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .page-account-request .request-route-card {
    min-width: 0;
    min-height: 178px;
    padding: 16px;
  }

  .page-account-request .request-route-card:last-child {
    grid-column: 1 / -1;
  }

  .route-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }

  .route-icon svg {
    width: 22px;
    height: 22px;
  }

  .request-workflow-section {
    padding: 30px 0;
  }

  .page-account-request .request-form {
    gap: 13px;
    padding: 26px;
  }

  .page-account-request .request-form h2 {
    font-size: 32px;
  }

  .page-account-request .request-intake-card {
    padding: 26px;
  }

  .request-intake-card h2 {
    font-size: 30px;
  }

  .request-steps-block {
    margin-top: 26px;
    padding-top: 24px;
  }

  .upload-drop {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 88px;
    padding: 15px;
  }

  .upload-icon {
    justify-self: center;
  }

  .upload-copy {
    text-align: center;
  }

  .request-submit {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .request-hero h1 {
    font-size: 34px;
  }

  .request-hero .op-action {
    min-height: 50px;
  }

  .page-account-request .proof-points--request span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .page-account-request .request-form {
    padding: 24px;
  }

  .page-account-request .request-form h2 {
    font-size: 30px;
  }

  .page-account-request .field input,
  .page-account-request .field select,
  .page-account-request .field textarea {
    font-size: 13px;
  }

  .request-need-list li,
  .request-steps p,
  .request-security-note {
    font-size: 13px;
  }
}

/* Groei exact-reference pass: keep this as the final cascade for groei.html. */
.page-groei {
  --growth-ref-ink: #071831;
  --growth-ref-green: #089447;
  --growth-ref-soft: #eaf8ef;
  --growth-ref-line: rgba(7, 24, 49, 0.12);
  background: #ffffff;
  color: var(--growth-ref-ink);
  overflow-x: hidden;
}

.page-groei .op-header.growth-ref-header {
  height: 56px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.page-groei .op-header.growth-ref-header .op-wrap {
  width: min(1160px, calc(100% - 64px));
  min-height: 56px;
}

.page-groei .op-header.growth-ref-header .op-brand img {
  width: 165px;
}

.page-groei .op-header.growth-ref-header .op-nav {
  gap: 28px;
  font-size: 13px;
  font-weight: 800;
}

.page-groei .op-header.growth-ref-header .op-nav__cta {
  min-height: 34px;
  padding: 9px 18px;
  border-radius: 5px;
  background: var(--growth-ref-green);
  box-shadow: none;
}

.page-groei .growth-ref .op-wrap {
  width: min(1160px, calc(100% - 64px));
}

.page-groei .growth-ref-hero {
  padding: 42px 0 34px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.06);
  background:
    radial-gradient(circle at 90% 12%, rgba(8, 148, 71, 0.12), transparent 26%),
    #ffffff;
}

.page-groei .growth-ref-hero__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 38px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 475px;
}

.page-groei .growth-ref-hero__copy h1 {
  max-width: 475px;
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(34px, 3.35vw, 43px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-hero__copy p:not(.kicker) {
  margin: 18px 0 26px;
  max-width: 455px;
  color: #071831;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 680;
}

.page-groei .growth-ref-hero__copy .op-actions {
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 24px;
}

.page-groei .growth-ref-hero__copy .op-action {
  min-width: 140px;
  min-height: 42px;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 850;
}

.page-groei .growth-ref-hero__copy .op-action--dark,
.page-groei .growth-ref-final-card .op-action--dark {
  background: var(--growth-ref-green);
  border-color: var(--growth-ref-green);
  color: #ffffff;
}

.page-groei .growth-ref-hero__copy .op-action--plain,
.page-groei .growth-ref-final-card .op-action--plain {
  color: var(--growth-ref-green);
  border-color: rgba(8, 148, 71, 0.55);
}

.page-groei .growth-ref-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.page-groei .growth-ref-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid rgba(7, 24, 49, 0.14);
  border-radius: 5px;
  background: #ffffff;
  color: #071831;
  box-shadow: 0 8px 22px rgba(7, 24, 49, 0.05);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.page-groei .growth-ref-pills span::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid #778391;
  border-radius: 50%;
}

.page-groei .growth-ref-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-groei .growth-ref-visual img {
  display: block;
  width: min(500px, 100%);
  height: auto;
  filter: none;
}

.page-groei .growth-ref-basis {
  padding: 38px 0 24px;
  background: #ffffff;
}

.page-groei .growth-ref-section-head {
  margin-bottom: 24px;
}

.page-groei .growth-ref-section-head--center {
  text-align: center;
}

.page-groei .growth-ref .kicker {
  margin: 0 0 8px;
  color: var(--growth-ref-green);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-groei .growth-ref-section-head h2 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.12;
  font-weight: 950;
}

.page-groei .growth-ref-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-groei .growth-ref-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 188px;
  padding: 24px 24px 20px;
  border: 1px solid var(--growth-ref-line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--growth-ref-soft);
  border: 1px solid rgba(8, 148, 71, 0.2);
  color: var(--growth-ref-green);
  flex: 0 0 auto;
}

.page-groei .growth-ref-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-groei .growth-ref-card h3 {
  margin: 4px 0 8px;
  color: var(--growth-ref-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.page-groei .growth-ref-card p {
  margin: 0;
  color: #071831;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-card ul {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(7, 24, 49, 0.08);
  list-style: none;
}

.page-groei .growth-ref-card li,
.page-groei .growth-ref-followup-copy li {
  position: relative;
  padding-left: 21px;
  color: #071831;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
}

.page-groei .growth-ref-card li::before,
.page-groei .growth-ref-followup-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--growth-ref-green);
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--growth-ref-green) 0 3px, transparent 3.5px);
}

.page-groei .growth-ref-website {
  padding: 12px 0 34px;
  background: #ffffff;
}

.page-groei .growth-ref-website__grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-website-card {
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.page-groei .growth-ref-website-card img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(7, 24, 49, 0.12);
}

.page-groei .growth-ref-website-copy h2 {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--growth-ref-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 950;
}

.page-groei .growth-ref-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.page-groei .growth-ref-benefits article {
  color: #071831;
}

.page-groei .growth-ref-benefits .growth-ref-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
}

.page-groei .growth-ref-benefits h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
}

.page-groei .growth-ref-benefits p {
  margin: 0;
  color: #071831;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 650;
}

.page-groei .growth-ref-followup {
  padding: 10px 0 26px;
  background: #ffffff;
}

.page-groei .growth-ref-followup-card {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  align-items: center;
  gap: 34px;
  padding: 28px 34px;
  border-radius: 14px;
  background: #f8faf8;
  box-shadow: 0 16px 40px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-followup-copy h2 {
  margin: 0 0 12px;
  max-width: 315px;
  color: var(--growth-ref-ink);
  font-size: 29px;
  line-height: 1.1;
  font-weight: 950;
}

.page-groei .growth-ref-followup-copy p:not(.kicker):not(.small-proof) {
  margin: 0 0 16px;
  color: #071831;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.page-groei .growth-ref-followup-copy ul {
  display: grid;
  gap: 7px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

.page-groei .growth-ref-followup-copy .small-proof {
  margin: 0;
}

.page-groei .growth-ref-followup-copy .small-proof a {
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 9px 17px;
  border: 1px solid rgba(8, 148, 71, 0.5);
  border-radius: 5px;
  color: var(--growth-ref-green);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.page-groei .growth-ref-portal-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-route {
  width: min(1160px, calc(100% - 64px));
  margin: 0 auto 28px;
  padding: 0;
}

.page-groei .growth-ref-route .op-wrap {
  width: 100%;
  padding: 32px 34px 35px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 22%, rgba(16, 185, 129, 0.18), transparent 27%),
    linear-gradient(120deg, #062336 0%, #073f36 100%);
}

.page-groei .growth-ref-route .kicker,
.page-groei .growth-ref-route h2 {
  color: #ffffff;
}

.page-groei .growth-ref-route .kicker {
  color: #7af2b8;
}

.page-groei .growth-ref-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.page-groei .growth-ref-route-steps article {
  position: relative;
  text-align: center;
  color: #ffffff;
}

.page-groei .growth-ref-route-steps article:not(:last-child)::after {
  content: "---->";
  position: absolute;
  top: 32px;
  right: -24px;
  color: #79e8a5;
  font-size: 11px;
  letter-spacing: 1px;
}

.page-groei .growth-ref-route-steps b {
  position: absolute;
  top: -11px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #79e8a5;
  color: #073525;
  font-size: 10px;
  font-weight: 950;
  transform: translateX(-50%);
}

.page-groei .growth-ref-route-steps .growth-ref-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  background: #dff7e8;
  color: var(--growth-ref-green);
}

.page-groei .growth-ref-route-steps h3 {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.page-groei .growth-ref-route-steps p {
  margin: 7px auto 0;
  max-width: 95px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;
}

.page-groei .growth-ref-final {
  padding: 0 0 24px;
}

.page-groei .growth-ref-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 105px;
  padding: 22px 44px;
  border-radius: 12px;
  background: linear-gradient(90deg, #eef8e9 0%, #f8fbf1 100%);
}

.page-groei .growth-ref-final-icon {
  width: 68px;
  height: 68px;
}

.page-groei .growth-ref-final-card h2 {
  margin: 0 0 7px;
  color: var(--growth-ref-ink);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

.page-groei .growth-ref-final-card p {
  margin: 0;
  max-width: 545px;
  color: #071831;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-final-card .op-actions {
  justify-content: flex-end;
  margin: 0;
  gap: 14px;
}

.page-groei .growth-ref-final-card .op-action {
  min-width: 145px;
  min-height: 39px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 13px;
}

.page-groei .growth-ref-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px auto 0;
  color: #071831;
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 1040px) {
  .page-groei .growth-ref .op-wrap,
  .page-groei .op-header.growth-ref-header .op-wrap,
  .page-groei .growth-ref-route {
    width: min(100%, calc(100% - 34px));
  }

  .page-groei .growth-ref-hero__grid,
  .page-groei .growth-ref-website__grid,
  .page-groei .growth-ref-followup-card,
  .page-groei .growth-ref-final-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-card-row {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .page-groei .growth-ref-route-steps article:nth-child(4)::after {
    display: none;
  }

  .page-groei .growth-ref-final-card,
  .page-groei .growth-ref-trust-strip {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-final-icon {
    margin: 0 auto;
  }

  .page-groei .growth-ref-final-card .op-actions {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .page-groei .growth-ref-hero {
    padding: 32px 0 34px;
  }

  .page-groei .growth-ref-hero__copy h1 {
    font-size: 34px;
  }

  .page-groei .growth-ref-hero__copy .op-actions,
  .page-groei .growth-ref-pills,
  .page-groei .growth-ref-benefits,
  .page-groei .growth-ref-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-website-copy h2,
  .page-groei .growth-ref-followup-copy h2 {
    font-size: 29px;
  }

  .page-groei .growth-ref-route .op-wrap {
    padding: 30px 18px;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-groei .growth-ref-route-steps article::after {
    display: none;
  }
}

/* Groei final reference override - must stay after older growth styles */
.page-groei .op-header.growth-ref-header {
  position: static;
  background: #fff;
  border-bottom: 1px solid rgba(7, 24, 49, 0.08);
  box-shadow: none;
}

.page-groei .growth-ref-header .op-bar {
  min-height: 72px;
}

.page-groei .growth-ref-header .op-brand--lockup img {
  width: 166px;
}

.page-groei .growth-ref-header .op-nav {
  gap: 28px;
  font-size: 14px;
}

.page-groei .growth-ref-header .op-nav a {
  color: #071831;
  font-weight: 800;
}

.page-groei .growth-ref-header .op-nav a[aria-current="page"] {
  color: #129447;
}

.page-groei .growth-ref-header .op-nav__cta {
  background: #129447;
  border-color: #129447;
  color: #fff;
  box-shadow: 0 12px 28px rgba(18, 148, 71, 0.18);
}

.page-groei .growth-ref {
  --growth-ref-green: #129447;
  --growth-ref-mint: #eaf8ef;
  --growth-ref-ink: #071831;
  --growth-ref-text: #1b2c42;
  --growth-ref-border: rgba(7, 24, 49, 0.13);
  --growth-ref-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
  background: #fff;
  color: var(--growth-ref-ink);
  overflow: hidden;
}

.page-groei .growth-ref .op-wrap {
  max-width: 1160px;
}

.page-groei .growth-ref .kicker {
  color: var(--growth-ref-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-groei .growth-ref .op-action--dark {
  background: var(--growth-ref-green);
  border-color: var(--growth-ref-green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 148, 71, 0.16);
}

.page-groei .growth-ref .op-action--plain {
  background: #fff;
  border: 1px solid rgba(18, 148, 71, 0.55);
  color: #0b6f38;
}

.page-groei .growth-ref-hero {
  padding: 44px 0 40px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.06);
  background: radial-gradient(circle at 100% 10%, rgba(18, 148, 71, 0.08), transparent 34%), #fff;
}

.page-groei .growth-ref-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 485px;
}

.page-groei .growth-ref-hero__copy h1 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(40px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-hero__copy p:not(.kicker) {
  margin: 24px 0 28px;
  color: var(--growth-ref-text);
  font-size: 17px;
  line-height: 1.66;
  font-weight: 650;
}

.page-groei .growth-ref-hero__copy .op-actions {
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 30px;
}

.page-groei .growth-ref-hero__copy .op-action {
  min-width: 146px;
  padding: 15px 22px;
  border-radius: 6px;
}

.page-groei .growth-ref-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-groei .growth-ref-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(7, 24, 49, 0.15);
  border-radius: 7px;
  background: #fff;
  color: #071831;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(7, 24, 49, 0.04);
}

.page-groei .growth-ref-pills span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid rgba(7, 24, 49, 0.55);
  border-radius: 50%;
}

.page-groei .growth-ref-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 392px;
}

.page-groei .growth-ref-visual img {
  width: min(590px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.page-groei .growth-ref-basis {
  padding: 48px 0 22px;
  background: #fff;
}

.page-groei .growth-ref-section-head {
  max-width: 860px;
  margin: 0 auto 25px;
}

.page-groei .growth-ref-section-head--center {
  text-align: center;
}

.page-groei .growth-ref-section-head h2 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-groei .growth-ref-card {
  min-height: 188px;
  padding: 24px 26px 22px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: start;
  border: 1px solid var(--growth-ref-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--growth-ref-shadow);
}

.page-groei .growth-ref-card .growth-ref-icon {
  grid-row: 1 / span 2;
}

.page-groei .growth-ref-icon,
.page-groei .growth-ref-miniicon,
.page-groei .growth-ref-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--growth-ref-green);
  background: var(--growth-ref-mint);
  border: 1px solid rgba(18, 148, 71, 0.18);
  border-radius: 50%;
}

.page-groei .growth-ref-icon {
  width: 58px;
  height: 58px;
}

.page-groei .growth-ref-icon svg,
.page-groei .growth-ref-miniicon svg,
.page-groei .growth-ref-final-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.page-groei .growth-ref-card h3 {
  margin: 4px 0 8px;
  color: var(--growth-ref-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.page-groei .growth-ref-card p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-card ul,
.page-groei .growth-ref-followup-copy ul {
  list-style: none;
  margin: 19px 0 0;
  padding: 0;
}

.page-groei .growth-ref-card ul {
  grid-column: 1 / -1;
}

.page-groei .growth-ref-card li,
.page-groei .growth-ref-followup-copy li {
  position: relative;
  padding-left: 24px;
  color: #071831;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 850;
}

.page-groei .growth-ref-card li + li,
.page-groei .growth-ref-followup-copy li + li {
  margin-top: 7px;
}

.page-groei .growth-ref-card li::before,
.page-groei .growth-ref-followup-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 12px;
  height: 12px;
  border: 2px solid var(--growth-ref-green);
  border-radius: 50%;
  background: transparent;
}

.page-groei .growth-ref-card li::after,
.page-groei .growth-ref-followup-copy li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.46em + 3px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--growth-ref-green);
}

.page-groei .growth-ref-website {
  padding: 22px 0 34px;
  background: #fff;
}

.page-groei .growth-ref-website__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-website-card {
  min-height: 228px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-website-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-groei .growth-ref-website-copy h2 {
  max-width: 610px;
  margin: 0 0 34px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.page-groei .growth-ref-benefits article {
  min-width: 0;
}

.page-groei .growth-ref-benefits .growth-ref-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}

.page-groei .growth-ref-benefits h3 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.page-groei .growth-ref-benefits p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-followup {
  padding: 2px 0 24px;
}

.page-groei .growth-ref-followup-card {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  align-items: center;
  gap: 32px;
  padding: 32px 34px 32px 42px;
  border-radius: 18px;
  background: #f7faf7;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-followup-copy h2 {
  max-width: 340px;
  margin: 0 0 14px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-followup-copy p:not(.kicker):not(.small-proof) {
  max-width: 410px;
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.page-groei .growth-ref-followup-copy .small-proof {
  margin: 20px 0 0;
}

.page-groei .growth-ref-followup-copy .small-proof a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(18, 148, 71, 0.55);
  border-radius: 6px;
  color: #0b6f38;
  font-weight: 950;
  text-decoration: none;
}

.page-groei .growth-ref-portal-shot {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.page-groei .growth-ref-portal-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  box-shadow: 0 15px 34px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-route {
  margin: 0 auto;
  padding: 34px 0 26px;
}

.page-groei .growth-ref-route .op-wrap {
  padding: 34px 34px 30px;
  border-radius: 18px;
  background: radial-gradient(circle at 85% 20%, rgba(27, 190, 103, 0.22), transparent 30%), linear-gradient(135deg, #052331 0%, #073c35 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(7, 24, 49, 0.16);
}

.page-groei .growth-ref-route .kicker,
.page-groei .growth-ref-route h2 {
  color: #fff;
}

.page-groei .growth-ref-route .kicker {
  color: #74e2a2;
}

.page-groei .growth-ref-route .growth-ref-section-head {
  margin-bottom: 28px;
}

.page-groei .growth-ref-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
}

.page-groei .growth-ref-route-steps article {
  position: relative;
  text-align: center;
  min-width: 0;
}

.page-groei .growth-ref-route-steps article:not(:last-child)::after {
  content: "---->";
  position: absolute;
  left: calc(100% - 8px);
  top: 42px;
  color: #74e2a2;
  font-size: 13px;
  letter-spacing: 1px;
}

.page-groei .growth-ref-route-steps b {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(12px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #7fe6a6;
  color: #073324;
  font-size: 10px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps .growth-ref-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  background: #dff8e9;
  border-color: rgba(255, 255, 255, 0.28);
}

.page-groei .growth-ref-route-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps p {
  margin: 0 auto;
  max-width: 100px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.page-groei .growth-ref-final {
  padding: 0 0 26px;
}

.page-groei .growth-ref-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 108px;
  padding: 24px 44px;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf8e8 0%, #f8fbf3 100%);
}

.page-groei .growth-ref-final-icon {
  width: 70px;
  height: 70px;
}

.page-groei .growth-ref-final-card h2 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 950;
}

.page-groei .growth-ref-final-card p {
  margin: 0;
  max-width: 545px;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-final-card .op-actions {
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

.page-groei .growth-ref-final-card .op-action {
  min-width: 150px;
  border-radius: 6px;
}

.page-groei .growth-ref-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px auto 0;
  color: #071831;
  font-size: 13px;
  font-weight: 800;
}

.page-groei .growth-ref-trust-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-groei .growth-ref-trust-strip span::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(7, 24, 49, 0.28);
  border-radius: 50%;
}

.page-groei .growth-ref-hero__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 48px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 555px;
}

.page-groei .growth-ref-hero__copy h1 {
  font-size: clamp(36px, 3.2vw, 42px);
}

.page-groei .growth-ref-pills {
  flex-wrap: nowrap;
  gap: 10px;
}

.page-groei .growth-ref-pills span {
  min-height: 31px;
  padding: 0 12px;
  font-size: 10px;
  white-space: nowrap;
}

.page-groei .growth-ref-pills span::before {
  width: 10px;
  height: 10px;
}

.page-groei .op-footer {
  display: none;
}

@media (max-width: 1040px) {
  .page-groei .growth-ref-hero__grid,
  .page-groei .growth-ref-website__grid,
  .page-groei .growth-ref-followup-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-card-row {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .page-groei .growth-ref-route-steps article:nth-child(4)::after {
    display: none;
  }

  .page-groei .growth-ref-final-card,
  .page-groei .growth-ref-trust-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-groei .growth-ref-final-icon {
    margin: 0 auto;
  }

  .page-groei .growth-ref-final-card .op-actions {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .page-groei .growth-ref-hero {
    padding: 34px 0 38px;
  }

  .page-groei .growth-ref-hero__grid {
    gap: 30px;
  }

  .page-groei .growth-ref-hero__copy {
    text-align: left;
  }

  .page-groei .growth-ref-hero__copy h1 {
    font-size: 36px;
  }

  .page-groei .growth-ref-hero__copy p:not(.kicker) {
    font-size: 15px;
    margin: 18px 0 22px;
  }

  .page-groei .growth-ref-hero__copy .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .page-groei .growth-ref-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-visual {
    min-height: 0;
  }

  .page-groei .growth-ref-basis {
    padding: 38px 0 16px;
  }

  .page-groei .growth-ref-card {
    grid-template-columns: 52px 1fr;
    padding: 22px;
  }

  .page-groei .growth-ref-icon {
    width: 52px;
    height: 52px;
  }

  .page-groei .growth-ref-website__grid {
    gap: 28px;
  }

  .page-groei .growth-ref-website-copy h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .page-groei .growth-ref-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-groei .growth-ref-followup-card {
    padding: 24px;
  }

  .page-groei .growth-ref-followup-copy h2 {
    font-size: 30px;
  }

  .page-groei .growth-ref-route .op-wrap {
    border-radius: 0;
    padding: 30px 18px;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-groei .growth-ref-route-steps article::after {
    display: none;
  }

  .page-groei .growth-ref-route-steps p {
    max-width: 130px;
  }

  .page-groei .growth-ref-final-card {
    padding: 24px;
  }

  .page-groei .growth-ref-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Final mobile login overrides: keep desktop intact, compact only inloggen.html. */
@media (max-width: 680px) {
  .access-page--login,
  .access-page--login * {
    box-sizing: border-box;
  }

  .access-page--login {
    overflow-x: hidden;
  }

  .access-page--login .access-hero,
  .access-page--login .access-assurance,
  .access-page--login .op-footer {
    overflow-x: hidden;
  }

  .access-page--login .access-shell {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0 24px;
    margin-inline: auto;
  }

  .access-page--login .access-copy,
  .access-page--login .route-stack,
  .access-page--login .route-stack article,
  .access-page--login .access-login-card,
  .access-page--login .access-panel,
  .access-page--login .access-request-card,
  .access-page--login .access-assurance,
  .access-page--login .access-assurance__grid,
  .access-page--login .access-assurance article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .access-page--login .access-kicker {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .access-page--login .access-kicker__icon {
    width: 23px;
    height: 23px;
  }

  .access-page--login .access-copy h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.04;
    letter-spacing: 0;
  }

  .access-page--login .access-copy p:not(.kicker) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .access-page--login .route-stack {
    gap: 8px;
    margin-top: 16px;
  }

  .access-page--login .route-stack article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 12px;
    border-radius: 10px;
  }

  .access-page--login .access-icon {
    width: 36px;
    height: 36px;
  }

  .access-page--login .access-icon svg {
    width: 18px;
    height: 18px;
  }

  .access-page--login .route-stack b {
    font-size: 15px;
  }

  .access-page--login .route-stack small {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .access-login-card {
    justify-self: center;
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
  }

  .access-page--login .panel-title {
    gap: 10px;
    margin-bottom: 2px;
  }

  .access-page--login .panel-title img {
    width: 42px;
    height: 42px;
  }

  .access-page--login .panel-title strong {
    font-size: 19px;
    line-height: 1.05;
  }

  .access-page--login .panel-title small {
    font-size: 11px;
  }

  .access-page--login .access-panel {
    gap: 10px;
  }

  .access-page--login .access-panel label {
    gap: 6px;
    font-size: 12px;
  }

  .access-page--login .access-input {
    min-width: 0;
  }

  .access-page--login .access-panel input {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 12px 10px 38px;
    border-radius: 9px;
    font-size: 13px;
  }

  .access-page--login .access-input svg {
    left: 12px;
    width: 15px;
    height: 15px;
  }

  .access-page--login .op-action--wide {
    min-height: 44px;
    font-size: 13px;
  }

  .access-page--login .text-link {
    font-size: 12px;
  }

  .access-page--login .access-divider {
    gap: 10px;
    margin: 1px 0;
    font-size: 11px;
  }

  .access-page--login .access-request-card {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px;
    border-radius: 10px;
  }

  .access-page--login .access-request-card b {
    font-size: 16px;
  }

  .access-page--login .access-request-card small {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .access-assurance {
    padding: 14px 0 16px;
  }

  .access-page--login .access-assurance__grid {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-inline: auto;
  }

  .access-page--login .access-assurance article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 11px 0;
    text-align: left;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .access-page--login .access-assurance article:first-child {
    border-top: 0;
  }

  .access-page--login .access-assurance strong {
    font-size: 13px;
  }

  .access-page--login .access-assurance p {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .op-footer,
  .access-page--login .op-footer * {
    overflow-wrap: anywhere;
  }
}

/* Targeted hero consistency refinement for the public marketing pages. */
.intro--features .slice-head,
.intro--packages .slice-head,
.page-voor-wie .intro--audience .slice-head,
.page-faq .faq-hero .op-wrap,
.request-hero__inner,
.intro--demo .slice-head,
.intro .slice-head {
  max-width: 960px;
}

.intro--features h1,
.intro--packages h1,
.page-voor-wie .intro--audience h1,
.page-faq .faq-hero h1,
.request-hero h1,
.intro--demo h1,
.intro h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-hero-size);
  line-height: var(--type-hero-line);
  font-weight: var(--type-title-weight);
  letter-spacing: 0;
}

.page-voor-wie .intro--audience h1 {
  max-width: 860px;
}

.intro--packages h1 {
  max-width: 940px;
  font-size: clamp(50px, 4.6vw, 62px);
  line-height: 1.08;
}

.page-faq .faq-hero h1 {
  max-width: 900px;
  font-size: clamp(50px, 4.7vw, 64px);
  line-height: 1.07;
}

.request-hero h1,
.intro--demo h1 {
  max-width: 880px;
  font-size: clamp(50px, 4.6vw, 62px);
}

.intro--features .slice-head p:not(.kicker),
.intro--packages .slice-head p:not(.kicker),
.page-voor-wie .intro--audience .slice-head p:not(.kicker),
.page-faq .faq-hero p:not(.kicker),
.request-hero__inner > p:not(.kicker),
.intro--demo .slice-head p:not(.kicker),
.intro .slice-head p:not(.kicker) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text);
  font-size: var(--type-hero-sub-size);
  line-height: 1.6;
  font-weight: var(--type-body-weight);
}

.kicker,
.intro--features .kicker,
.intro--packages .kicker,
.page-voor-wie .intro--audience .kicker,
.page-faq .faq-hero .kicker,
.request-hero .kicker,
.intro--demo .kicker,
.access-kicker {
  color: var(--green-2);
  font-size: var(--type-label-size);
  font-weight: var(--type-strong-weight);
  letter-spacing: var(--type-label-spacing);
  line-height: 1.2;
  text-transform: uppercase;
}

.slice-head h2,
.audience-slice .slice-head h2,
.page-voor-wie .audience-slice .slice-head h2,
.page-voor-wie .why-slice .slice-head h2,
.page-voor-wie .slice-head--compact h2,
.page-faq .faq-cta-card h2,
.page-faq .faq-question-form h2,
.page-faq .faq-support-card h2,
.request-form h2,
.request-intake-card h2,
.package-support h2,
.final-cta h2 {
  font-size: var(--type-section-size);
  line-height: 1.1;
  font-weight: var(--type-title-weight);
  letter-spacing: 0;
}

.surface h3,
.three-lane h3,
.feature-showcase__copy h3,
.package-choice-panel h3,
.package-card h3,
.package-showcase__copy h3,
.page-voor-wie .audience-grid--refined .audience-card h3,
.page-voor-wie .why-card h3,
.page-voor-wie .scenario-row h3,
.case-panel__card h3,
.trust-grid h3,
.request-route-card strong,
.page-account-request .request-route-card strong,
.request-steps strong,
.page-faq .faq-button,
.access-page .route-stack b,
.access-page .access-request-card b,
.access-page .panel-title strong {
  font-size: var(--type-card-title-size);
  line-height: 1.2;
  font-weight: var(--type-strong-weight);
  letter-spacing: 0;
}

.surface p,
.three-lane p,
.feature-showcase__copy p,
.package-choice-panel p,
.package-card p,
.package-showcase__copy p,
.page-voor-wie .audience-grid--refined .audience-card p,
.page-voor-wie .why-card p,
.page-voor-wie .scenario-row p,
.case-panel__card p,
.trust-grid p,
.request-route-card p,
.page-account-request .request-route-card p,
.request-steps p,
.page-faq .faq-answer,
.page-faq .faq-cta-card p:not(.kicker),
.page-faq .faq-question-form p:not(.kicker):not(.form-note):not([data-form-status]),
.access-page .route-stack small,
.access-page .access-request-card small,
.access-page .panel-title small,
.access-page .access-assurance p,
.op-footer p,
.op-footer a {
  font-size: var(--type-card-body-size);
  line-height: 1.58;
  font-weight: var(--type-body-weight);
}

.op-action,
.op-action--main,
.op-action--dark,
.op-action--ghost,
.op-action--plain,
.op-action--wide,
.page-voor-wie .op-action,
.page-voor-wie .op-actions--centered .op-action,
.access-page .op-action--wide,
.access-page--login .op-action--wide,
.request-submit,
.page-faq .faq-tabs button,
.page-faq .faq-question-form__fields .op-action,
.field input[type="file"]::file-selector-button {
  font-size: var(--type-button-size);
  font-weight: var(--type-strong-weight);
  letter-spacing: 0;
}

@media (max-width: 680px) {
  .intro--features h1,
  .intro--packages h1,
  .page-voor-wie .intro--audience h1,
  .page-faq .faq-hero h1,
  .request-hero h1,
  .intro--demo h1,
  .intro h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.1;
  }

  .intro--features .slice-head p:not(.kicker),
  .intro--packages .slice-head p:not(.kicker),
  .page-voor-wie .intro--audience .slice-head p:not(.kicker),
  .page-faq .faq-hero p:not(.kicker),
  .request-hero__inner > p:not(.kicker),
  .intro--demo .slice-head p:not(.kicker),
  .intro .slice-head p:not(.kicker) {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .slice-head h2,
  .audience-slice .slice-head h2,
  .page-voor-wie .audience-slice .slice-head h2,
  .page-voor-wie .why-slice .slice-head h2,
  .page-voor-wie .slice-head--compact h2,
  .page-faq .faq-cta-card h2,
  .page-faq .faq-question-form h2,
  .page-faq .faq-support-card h2,
  .request-form h2,
  .request-intake-card h2,
  .package-support h2,
  .final-cta h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .surface h3,
  .three-lane h3,
  .feature-showcase__copy h3,
  .package-choice-panel h3,
  .package-card h3,
  .package-showcase__copy h3,
  .page-voor-wie .audience-grid--refined .audience-card h3,
  .page-voor-wie .why-card h3,
  .page-voor-wie .scenario-row h3,
  .case-panel__card h3,
  .trust-grid h3,
  .request-route-card strong,
  .page-account-request .request-route-card strong,
  .request-steps strong,
  .page-faq .faq-button,
  .access-page .route-stack b,
  .access-page .access-request-card b,
  .access-page .panel-title strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .surface p,
  .three-lane p,
  .feature-showcase__copy p,
  .package-choice-panel p,
  .package-card p,
  .package-showcase__copy p,
  .page-voor-wie .audience-grid--refined .audience-card p,
  .page-voor-wie .why-card p,
  .page-voor-wie .scenario-row p,
  .case-panel__card p,
  .trust-grid p,
  .request-route-card p,
  .page-account-request .request-route-card p,
  .request-steps p,
  .page-faq .faq-answer,
  .page-faq .faq-cta-card p:not(.kicker),
  .page-faq .faq-question-form p:not(.kicker):not(.form-note):not([data-form-status]),
  .access-page .route-stack small,
  .access-page .access-request-card small,
  .access-page .panel-title small,
  .access-page .access-assurance p,
  .op-footer p,
  .op-footer a {
    font-size: 14px;
    line-height: 1.58;
  }
}

/* Absolute final hero consistency overrides for launch polish. */
.intro.intro--features .slice-head,
.intro.intro--packages .slice-head,
.page-voor-wie .intro.intro--audience .slice-head,
.page-faq .faq-hero .op-wrap,
.request-hero .request-hero__inner,
.intro.intro--demo .slice-head,
.intro .slice-head {
  max-width: 960px;
}

.intro.intro--features h1,
.intro.intro--packages h1,
.page-voor-wie .intro.intro--audience h1,
.page-faq .faq-hero h1,
.request-hero h1,
.intro.intro--demo h1,
.intro h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--type-hero-size);
  line-height: var(--type-hero-line);
  font-weight: var(--type-title-weight);
  letter-spacing: 0;
}

.page-voor-wie .intro.intro--audience h1 {
  max-width: 860px;
}

.intro.intro--packages h1 {
  max-width: 940px;
  font-size: clamp(50px, 4.6vw, 62px);
  line-height: 1.08;
}

.page-faq .faq-hero h1 {
  max-width: 900px;
  font-size: clamp(50px, 4.7vw, 64px);
  line-height: 1.07;
}

.request-hero h1,
.intro.intro--demo h1 {
  max-width: 880px;
  font-size: clamp(50px, 4.6vw, 62px);
}

.intro.intro--features .slice-head p:not(.kicker),
.intro.intro--packages .slice-head p:not(.kicker),
.page-voor-wie .intro.intro--audience .slice-head p:not(.kicker),
.page-faq .faq-hero p:not(.kicker),
.request-hero .request-hero__inner > p:not(.kicker),
.intro.intro--demo .slice-head p:not(.kicker),
.intro .slice-head p:not(.kicker) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text);
  font-size: var(--type-hero-sub-size);
  line-height: 1.6;
  font-weight: var(--type-body-weight);
}

.kicker,
.intro.intro--features .kicker,
.intro.intro--packages .kicker,
.page-voor-wie .intro.intro--audience .kicker,
.page-faq .faq-hero .kicker,
.request-hero .kicker,
.intro.intro--demo .kicker,
.access-kicker {
  color: var(--green-2);
  font-size: var(--type-label-size);
  font-weight: var(--type-strong-weight);
  letter-spacing: var(--type-label-spacing);
  line-height: 1.2;
  text-transform: uppercase;
}

.page-voor-wie .audience-slice .slice-head h2,
.page-voor-wie .why-slice .slice-head h2,
.page-voor-wie .slice-head--compact h2,
.slice-head h2,
.page-faq .faq-cta-card h2,
.page-faq .faq-question-form h2,
.page-faq .faq-support-card h2,
.request-form h2,
.request-intake-card h2,
.package-support h2,
.final-cta h2 {
  font-size: var(--type-section-size);
  line-height: 1.1;
  font-weight: var(--type-title-weight);
  letter-spacing: 0;
}

.page-voor-wie .audience-grid--refined .audience-card h3,
.page-voor-wie .why-card h3,
.page-voor-wie .scenario-row h3,
.package-card h3,
.package-choice-panel h3,
.surface h3,
.page-faq .faq-button,
.request-route-card strong,
.request-steps strong,
.access-page .route-stack b,
.access-page .access-request-card b,
.access-page .panel-title strong {
  font-size: var(--type-card-title-size);
  line-height: 1.2;
  font-weight: var(--type-strong-weight);
  letter-spacing: 0;
}

.page-voor-wie .audience-grid--refined .audience-card p,
.page-voor-wie .why-card p,
.page-voor-wie .scenario-row p,
.package-card p,
.package-choice-panel p,
.surface p,
.page-faq .faq-answer,
.request-route-card p,
.request-steps p,
.access-page .route-stack small,
.access-page .access-request-card small,
.access-page .panel-title small,
.access-page .access-assurance p,
.op-footer p,
.op-footer a {
  font-size: var(--type-card-body-size);
  line-height: 1.58;
  font-weight: var(--type-body-weight);
}

@media (max-width: 680px) {
  .intro.intro--features h1,
  .intro.intro--packages h1,
  .page-voor-wie .intro.intro--audience h1,
  .page-faq .faq-hero h1,
  .request-hero h1,
  .intro.intro--demo h1,
  .intro h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.1;
  }

  .intro.intro--features .slice-head p:not(.kicker),
  .intro.intro--packages .slice-head p:not(.kicker),
  .page-voor-wie .intro.intro--audience .slice-head p:not(.kicker),
  .page-faq .faq-hero p:not(.kicker),
  .request-hero .request-hero__inner > p:not(.kicker),
  .intro.intro--demo .slice-head p:not(.kicker),
  .intro .slice-head p:not(.kicker) {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .page-voor-wie .audience-slice .slice-head h2,
  .page-voor-wie .why-slice .slice-head h2,
  .page-voor-wie .slice-head--compact h2,
  .slice-head h2,
  .page-faq .faq-cta-card h2,
  .page-faq .faq-question-form h2,
  .page-faq .faq-support-card h2,
  .request-form h2,
  .request-intake-card h2,
  .package-support h2,
  .final-cta h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .page-voor-wie .audience-grid--refined .audience-card h3,
  .page-voor-wie .why-card h3,
  .page-voor-wie .scenario-row h3,
  .package-card h3,
  .package-choice-panel h3,
  .surface h3,
  .page-faq .faq-button,
  .request-route-card strong,
  .request-steps strong,
  .access-page .route-stack b,
  .access-page .access-request-card b,
  .access-page .panel-title strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .page-voor-wie .audience-grid--refined .audience-card p,
  .page-voor-wie .why-card p,
  .page-voor-wie .scenario-row p,
  .package-card p,
  .package-choice-panel p,
  .surface p,
  .page-faq .faq-answer,
  .request-route-card p,
  .request-steps p,
  .access-page .route-stack small,
  .access-page .access-request-card small,
  .access-page .panel-title small,
  .access-page .access-assurance p,
  .op-footer p,
  .op-footer a {
    font-size: 14px;
    line-height: 1.58;
  }
}

/* Mobile login compacting: scoped to the public login page only. */
@media (max-width: 680px) {
  .access-page--login,
  .access-page--login * {
    box-sizing: border-box;
  }

  .access-page--login {
    overflow-x: hidden;
  }

  .access-page--login .access-hero {
    overflow-x: hidden;
  }

  .access-page--login .access-shell {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0 24px;
    margin-inline: auto;
  }

  .access-page--login .access-copy,
  .access-page--login .route-stack,
  .access-page--login .route-stack article,
  .access-page--login .access-login-card,
  .access-page--login .access-panel,
  .access-page--login .access-request-card,
  .access-page--login .access-assurance,
  .access-page--login .access-assurance__grid,
  .access-page--login .access-assurance article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .access-page--login .access-kicker {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .access-page--login .access-kicker__icon {
    width: 23px;
    height: 23px;
  }

  .access-page--login .access-copy h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.04;
    letter-spacing: 0;
  }

  .access-page--login .access-copy p:not(.kicker) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .access-page--login .route-stack {
    gap: 8px;
    margin-top: 16px;
  }

  .access-page--login .route-stack article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 12px;
    border-radius: 10px;
  }

  .access-page--login .access-icon {
    width: 36px;
    height: 36px;
  }

  .access-page--login .access-icon svg {
    width: 18px;
    height: 18px;
  }

  .access-page--login .route-stack b {
    font-size: 15px;
  }

  .access-page--login .route-stack small {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .access-login-card {
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
  }

  .access-page--login .panel-title {
    gap: 10px;
    margin-bottom: 2px;
  }

  .access-page--login .panel-title img {
    width: 42px;
    height: 42px;
  }

  .access-page--login .panel-title strong {
    font-size: 19px;
    line-height: 1.05;
  }

  .access-page--login .panel-title small {
    font-size: 11px;
  }

  .access-page--login .access-panel {
    gap: 10px;
  }

  .access-page--login .access-panel label {
    gap: 6px;
    font-size: 12px;
  }

  .access-page--login .access-input {
    min-width: 0;
  }

  .access-page--login .access-panel input {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 12px 10px 38px;
    border-radius: 9px;
    font-size: 13px;
  }

  .access-page--login .access-input svg {
    left: 12px;
    width: 15px;
    height: 15px;
  }

  .access-page--login .op-action--wide {
    min-height: 44px;
    font-size: 13px;
  }

  .access-page--login .text-link {
    font-size: 12px;
  }

  .access-page--login .access-divider {
    gap: 10px;
    margin: 1px 0;
    font-size: 11px;
  }

  .access-page--login .access-request-card {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px;
    border-radius: 10px;
  }

  .access-page--login .access-request-card b {
    font-size: 16px;
  }

  .access-page--login .access-request-card small {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .access-assurance {
    padding: 14px 0 16px;
    overflow-x: hidden;
  }

  .access-page--login .access-assurance__grid {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-inline: auto;
  }

  .access-page--login .access-assurance article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 11px 0;
    text-align: left;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .access-page--login .access-assurance article:first-child {
    border-top: 0;
  }

  .access-page--login .access-assurance strong {
    font-size: 13px;
  }

  .access-page--login .access-assurance p {
    font-size: 11px;
    line-height: 1.35;
  }
}

/* Login page */
.access-page--login {
  background: #fff;
  overflow-x: hidden;
}

.access-page--login .access-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(46, 212, 122, 0.13), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(35, 176, 118, 0.26), transparent 36%),
    linear-gradient(135deg, #06162c 0%, #063337 54%, #087052 100%);
}

.access-page--login .access-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.38;
  pointer-events: none;
}

.access-page--login .access-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -210px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.access-page--login .access-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 64px));
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  gap: 72px;
  align-items: center;
  padding: 30px 0 34px;
}

.access-page--login .access-copy {
  max-width: 610px;
}

.access-page--login .access-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #2ed47a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.access-page--login .access-kicker__icon {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
}

.access-page--login .access-kicker svg,
.access-page--login .access-icon svg,
.access-page--login .access-request-card__arrow {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.access-page--login .access-copy h1 {
  margin: 0;
  color: #fff;
  max-width: 600px;
  font-size: clamp(46px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
}

.access-page--login .access-copy h1 span {
  color: #2ed47a;
}

.access-page--login .access-copy p:not(.kicker) {
  margin: 22px 0 0;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.58;
}

.access-page--login .route-stack {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.access-page--login .route-stack article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(14px);
}

.access-page--login .route-stack b,
.access-page--login .access-request-card b {
  display: block;
  color: inherit;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.access-page--login .route-stack small,
.access-page--login .access-request-card small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.access-page--login .route-stack article > span:not(.access-icon) {
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.access-page--login .access-icon {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #079650;
  background: #e8f9ed;
  box-shadow: inset 0 0 0 1px rgba(7, 150, 80, 0.08);
}

.access-page--login .access-icon svg {
  width: 26px;
  height: 26px;
}

.access-page--login .access-login-card {
  width: 100%;
  max-width: 462px;
  justify-self: end;
  display: grid;
  gap: 16px;
  padding: 34px;
  border: 1px solid rgba(187, 203, 220, 0.84);
  border-radius: 12px;
  background: #fff;
  color: var(--night);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.access-page--login .panel-title {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 4px;
  text-align: left;
}

.access-page--login .panel-title img {
  width: 54px;
  height: 54px;
}

.access-page--login .panel-title strong {
  display: block;
  color: var(--night);
  font-size: 25px;
  line-height: 1.1;
  font-weight: 950;
}

.access-page--login .panel-title small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.access-page--login .access-panel label {
  display: grid;
  gap: 8px;
  color: var(--night);
  font-size: 14px;
  font-weight: 900;
}

.access-page--login .access-input {
  position: relative;
  display: block;
}

.access-page--login .access-input svg {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #8a99aa;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.access-page--login .access-panel input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px 0 48px;
  border: 1px solid #d7e1ec;
  border-radius: 8px;
  background: #fff;
  color: var(--night);
  font: inherit;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(6, 21, 45, 0.04);
}

.access-page--login .access-panel input::placeholder {
  color: #8a99aa;
}

.access-page--login .op-action--wide {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  margin-top: 2px;
  border-radius: 8px;
}

.access-page--login .auth-status {
  min-height: 0;
  margin: 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
}

.access-page--login .access-forgot-row {
  text-align: center;
}

.access-page--login .text-link {
  color: #099451;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.access-page--login button.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.access-page--login .access-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #7d8999;
  font-size: 13px;
  font-weight: 900;
}

.access-page--login .access-divider::before,
.access-page--login .access-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #dfe7ef;
}

.access-page--login .access-request-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(7, 150, 80, 0.14);
  border-radius: 10px;
  background: linear-gradient(135deg, #e8f9ed, #f4fbf6);
  color: var(--night);
  text-decoration: none;
}

.access-page--login .access-request-card small {
  color: #506174;
  font-size: 13px;
}

.access-page--login .access-request-card__arrow {
  width: 22px;
  height: 22px;
  color: #079650;
}

.access-page--login .access-assurance {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.access-page--login .access-assurance__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 28px 0 32px;
}

.access-page--login .access-assurance article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 28px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.access-page--login .access-assurance article:first-child {
  border-left: 0;
}

.access-page--login .access-assurance strong {
  color: var(--night);
  font-size: 17px;
  font-weight: 950;
}

.access-page--login .access-assurance p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

@media (max-width: 980px) {
  .access-page--login .access-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .access-page--login .access-login-card {
    justify-self: center;
    max-width: 540px;
  }

  .access-page--login .access-assurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .access-page--login .access-assurance article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .access-page--login,
  .access-page--login * {
    box-sizing: border-box;
  }

  .access-page--login .access-shell {
    width: min(var(--max), calc(100% - 24px));
    padding: 24px 0 24px;
    gap: 18px;
  }

  .access-page--login .access-copy,
  .access-page--login .route-stack,
  .access-page--login .route-stack article,
  .access-page--login .access-login-card,
  .access-page--login .access-panel,
  .access-page--login .access-request-card,
  .access-page--login .access-assurance,
  .access-page--login .access-assurance__grid,
  .access-page--login .access-assurance article {
    min-width: 0;
  }

  .access-page--login .access-kicker {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .access-page--login .access-kicker__icon {
    width: 20px;
    height: 20px;
  }

  .access-page--login .access-copy h1 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.08;
  }

  .access-page--login .access-copy p:not(.kicker) {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.46;
  }

  .access-page--login .route-stack {
    gap: 8px;
    margin-top: 16px;
  }

  .access-page--login .route-stack article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 9px;
  }

  .access-page--login .access-icon {
    width: 34px;
    height: 34px;
  }

  .access-page--login .access-icon svg {
    width: 18px;
    height: 18px;
  }

  .access-page--login .route-stack b {
    font-size: 14px;
  }

  .access-page--login .route-stack small {
    margin-top: 3px;
    font-size: 11.5px;
    line-height: 1.32;
  }

  .access-page--login .access-login-card {
    width: 100%;
    max-width: none;
    gap: 11px;
    padding: 18px;
    border-radius: 12px;
  }

  .access-page--login .panel-title {
    justify-content: flex-start;
    gap: 10px;
  }

  .access-page--login .panel-title img {
    width: 38px;
    height: 38px;
  }

  .access-page--login .panel-title strong {
    font-size: 18px;
  }

  .access-page--login .panel-title small {
    margin-top: 2px;
    font-size: 12px;
  }

  .access-page--login .access-panel label {
    gap: 5px;
    font-size: 12.5px;
  }

  .access-page--login .access-panel input {
    max-width: 100%;
    min-height: 43px;
    padding-left: 40px;
    font-size: 13px;
  }

  .access-page--login .access-input svg {
    left: 13px;
    width: 17px;
    height: 17px;
  }

  .access-page--login .op-action--wide {
    min-height: 44px;
  }

  .access-page--login .text-link {
    font-size: 12.5px;
  }

  .access-page--login .access-divider {
    gap: 10px;
    font-size: 12px;
  }

  .access-page--login .access-request-card {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px;
  }

  .access-page--login .access-request-card b {
    font-size: 15px;
  }

  .access-page--login .access-request-card small {
    margin-top: 3px;
    font-size: 11.5px;
    line-height: 1.32;
  }

  .access-page--login .access-assurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 0;
  }

  .access-page--login .access-assurance article {
    grid-template-columns: 30px minmax(0, 1fr);
    justify-items: start;
    align-items: start;
    gap: 9px;
    padding: 11px 8px;
    text-align: left;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .access-page--login .access-assurance article:nth-child(-n + 2) {
    border-top: 0;
  }

  .access-page--login .access-assurance strong {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .access-page--login .access-assurance p {
    grid-column: 1 / -1;
    font-size: 11.5px;
    line-height: 1.35;
  }
}

/* FAQ helpcenter page */
.page-faq {
  background:
    radial-gradient(circle at 9% 18%, rgba(46, 212, 122, 0.12), transparent 28%),
    radial-gradient(circle at 91% 16%, rgba(46, 212, 122, 0.13), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f6f9fc 42%, #ffffff 100%);
}

.page-faq .faq-hero {
  padding: 58px 0 38px;
  border-bottom: 1px solid rgba(196, 211, 226, 0.45);
  text-align: center;
}

.page-faq .faq-hero h1 {
  max-width: 860px;
  margin: 10px auto 0;
  color: var(--night);
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-faq .faq-hero p:not(.kicker) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--steel);
  font-size: 19px;
  line-height: 1.55;
}

.page-faq .faq-helpcenter {
  padding: 56px 0 26px;
}

.page-faq .faq-helpcenter__grid {
  display: grid;
  grid-template-columns: minmax(250px, 312px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.page-faq .faq-support-card {
  position: sticky;
  top: 104px;
  border: 1px solid rgba(196, 211, 226, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(13, 31, 55, 0.08);
  padding: 36px 28px;
  text-align: center;
}

.page-faq .faq-support-card__icon,
.page-faq .faq-cta-card__icon,
.page-faq .faq-question-form__icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #e9fbf2, #dff6eb);
  color: var(--green-2);
  box-shadow: inset 0 0 0 1px rgba(0, 144, 88, 0.08);
}

.page-faq .faq-support-card__icon svg,
.page-faq .faq-cta-card__icon svg,
.page-faq .faq-question-form__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-faq .faq-support-card h2 {
  margin: 22px 0 0;
  color: var(--night);
  font-size: 26px;
  line-height: 1.08;
}

.page-faq .faq-support-card > p {
  margin: 14px auto 0;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.65;
}

.page-faq .faq-support-card__rules {
  display: grid;
  gap: 18px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.page-faq .faq-support-card__rules div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
}

.page-faq .faq-support-card__rules span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8fbf1;
  color: var(--green-2);
  font-size: 20px;
  font-weight: 950;
}

.page-faq .faq-support-card__rules strong {
  color: var(--night);
  font-size: 14px;
  line-height: 1.35;
}

.page-faq .faq-main {
  min-width: 0;
}

.page-faq .faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  cursor: pointer !important;
}

.page-faq .faq-tabs button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--night);
  padding: 0 24px;
  font-size: 14px;
  font-weight: 860;
  cursor: pointer !important;
  box-shadow: 0 12px 30px rgba(13, 31, 55, 0.04);
}

.page-faq .faq-tabs button.is-active {
  border-color: var(--green-2);
  background: linear-gradient(180deg, var(--green-2), #07894f);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 143, 84, 0.22);
}

.page-faq .faq-tabs,
.page-faq .faq-tabs *,
.page-faq .faq-tabs button,
.page-faq .faq-tabs button:hover,
.page-faq .faq-tabs button:active,
.page-faq .faq-tabs button:focus,
.page-faq .faq-tabs button:focus-visible,
.page-faq .faq-tabs button::before,
.page-faq .faq-tabs button::after,
.page-faq .faq-tabs [data-faq-filter],
.page-faq .faq-tabs [data-faq-filter] * {
  cursor: pointer !important;
}

.page-faq .faq-accordion {
  display: grid;
  gap: 10px;
}

.page-faq .faq-item {
  border: 1px solid rgba(196, 211, 226, 0.86);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(13, 31, 55, 0.045);
  overflow: hidden;
}

.page-faq .faq-button {
  min-height: 56px;
  padding: 16px 26px;
  color: var(--night);
  background: transparent;
  font-size: 16px;
  font-weight: 920;
}

.page-faq .faq-button::after {
  flex: 0 0 auto;
  content: "+";
  color: var(--night);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.page-faq .faq-item.is-open .faq-button::after {
  content: "-";
  color: var(--green-2);
}

.page-faq .faq-answer {
  padding: 0 26px 22px;
  color: #344963;
  font-size: 16px;
  line-height: 1.72;
}

.page-faq .faq-bottom {
  padding: 10px 0 20px;
}

.page-faq .faq-cta-card,
.page-faq .faq-question-form {
  border: 1px solid rgba(0, 144, 88, 0.2);
  border-radius: 16px;
  background: linear-gradient(100deg, rgba(232, 251, 241, 0.9), rgba(255, 255, 255, 0.96));
  box-shadow: 0 22px 60px rgba(13, 31, 55, 0.06);
}

.page-faq .faq-cta-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 26px;
  align-items: center;
  margin-top: 12px;
  padding: 28px 34px;
}

.page-faq .faq-cta-card h2,
.page-faq .faq-question-form h2 {
  margin: 4px 0 0;
  color: var(--night);
  font-size: 28px;
  line-height: 1.1;
}

.page-faq .faq-cta-card p:not(.kicker),
.page-faq .faq-question-form p:not(.kicker):not(.form-note):not([data-form-status]) {
  margin: 8px 0 0;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.55;
}

.page-faq .faq-cta-card .op-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.page-faq .faq-question-form {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.96);
}

.page-faq .faq-question-form__intro {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
}

.page-faq .faq-question-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  gap: 12px;
}

.page-faq .faq-question-form__fields .field {
  margin: 0;
}

.page-faq .faq-question-form__fields .field--wide {
  grid-column: 1 / 3;
}

.page-faq .faq-question-form__fields textarea {
  min-height: 50px;
}

.page-faq .faq-question-form__fields .op-action {
  width: 100%;
  align-self: end;
}

.page-faq .faq-question-form .form-note,
.page-faq .faq-question-form [data-form-status] {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .page-faq .faq-helpcenter__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-faq .faq-support-card {
    position: static;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px 22px;
    text-align: left;
  }

  .page-faq .faq-support-card__icon {
    grid-row: span 2;
  }

  .page-faq .faq-support-card__rules {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .page-faq .faq-cta-card,
  .page-faq .faq-question-form {
    grid-template-columns: 1fr;
  }

  .page-faq .faq-cta-card .op-actions {
    justify-content: flex-start;
  }

  .page-faq .faq-question-form__fields {
    grid-template-columns: 1fr 1fr;
  }

  .page-faq .faq-question-form__fields .op-action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .page-faq .faq-hero {
    padding: 36px 0 28px;
  }

  .page-faq .faq-hero h1 {
    font-size: 39px;
  }

  .page-faq .faq-hero p:not(.kicker) {
    font-size: 16px;
  }

  .page-faq .faq-helpcenter {
    padding: 30px 0 18px;
  }

  .page-faq .faq-support-card {
    display: block;
    padding: 24px 20px;
    text-align: center;
  }

  .page-faq .faq-support-card__rules {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .page-faq .faq-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .page-faq .faq-tabs button {
    flex: 1 1 calc(50% - 6px);
    padding: 0 12px;
  }

  .page-faq .faq-button {
    min-height: 54px;
    padding: 15px 16px;
    font-size: 15px;
  }

  .page-faq .faq-answer {
    padding: 0 16px 18px;
    font-size: 15px;
  }

  .page-faq .faq-cta-card,
  .page-faq .faq-question-form {
    padding: 22px 18px;
  }

  .page-faq .faq-cta-card {
    gap: 18px;
    text-align: left;
  }

  .page-faq .faq-cta-card .op-actions,
  .page-faq .faq-cta-card .op-action {
    width: 100%;
  }

  .page-faq .faq-question-form__intro {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .page-faq .faq-question-form__icon,
  .page-faq .faq-cta-card__icon {
    width: 56px;
    height: 56px;
  }

  .page-faq .faq-question-form__icon svg,
  .page-faq .faq-cta-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .page-faq .faq-question-form__fields {
    grid-template-columns: 1fr;
  }

  .page-faq .faq-question-form__fields .field--wide {
    grid-column: auto;
  }
}

/* Final groei reference lock: this must be the last growth block. */
.page-groei {
  overflow-x: hidden;
}

.page-groei .op-header.growth-ref-header {
  height: 56px;
}

.page-groei .op-header.growth-ref-header .op-wrap {
  width: min(1160px, calc(100% - 64px));
  min-height: 56px;
}

.page-groei .op-header.growth-ref-header .op-brand img {
  width: 165px;
}

.page-groei .op-header.growth-ref-header .op-nav {
  gap: 28px;
  font-size: 13px;
}

.page-groei .op-header.growth-ref-header .op-nav__cta {
  min-height: 34px;
  padding: 9px 18px;
  border-radius: 5px;
  background: #089447;
  box-shadow: none;
}

.page-groei .growth-ref .op-wrap {
  width: min(1160px, calc(100% - 64px));
}

.page-groei .growth-ref-hero {
  padding: 42px 0 34px;
}

.page-groei .growth-ref-hero__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 38px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 475px;
}

.page-groei .growth-ref-hero__copy h1 {
  max-width: 475px;
  font-size: clamp(34px, 3.35vw, 43px);
  line-height: 1.08;
}

.page-groei .growth-ref-hero__copy p:not(.kicker) {
  max-width: 455px;
  margin: 18px 0 26px;
  font-size: 15px;
  line-height: 1.55;
}

.page-groei .growth-ref-hero__copy .op-actions {
  margin: 0 0 24px;
}

.page-groei .growth-ref-hero__copy .op-action {
  min-width: 140px;
  min-height: 42px;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 14px;
}

.page-groei .growth-ref-pills {
  flex-wrap: nowrap;
  gap: 12px;
}

.page-groei .growth-ref-pills span {
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 5px;
  font-size: 11px;
  white-space: nowrap;
}

.page-groei .growth-ref-visual img {
  width: min(500px, 100%);
}

.page-groei .growth-ref-basis {
  padding: 38px 0 24px;
}

.page-groei .growth-ref-section-head {
  margin-bottom: 24px;
}

.page-groei .growth-ref-section-head h2 {
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.12;
}

.page-groei .growth-ref-card-row {
  gap: 22px;
}

.page-groei .growth-ref-card {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 188px;
  padding: 24px 24px 20px;
  border-radius: 10px;
}

.page-groei .growth-ref-card h3 {
  font-size: 17px;
}

.page-groei .growth-ref-card p,
.page-groei .growth-ref-card li {
  font-size: 12px;
}

.page-groei .growth-ref-website {
  padding: 12px 0 34px;
}

.page-groei .growth-ref-website__grid {
  grid-template-columns: 0.78fr 1fr;
  gap: 54px;
}

.page-groei .growth-ref-website-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-groei .growth-ref-website-card img {
  max-width: 420px;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(7, 24, 49, 0.12);
}

.page-groei .growth-ref-website-copy h2 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 38px);
}

.page-groei .growth-ref-benefits {
  gap: 36px;
}

.page-groei .growth-ref-followup {
  padding: 10px 0 26px;
}

.page-groei .growth-ref-followup-card {
  grid-template-columns: 0.36fr 0.64fr;
  gap: 34px;
  padding: 28px 34px;
  border-radius: 14px;
}

.page-groei .growth-ref-followup-copy h2 {
  font-size: 29px;
}

.page-groei .growth-ref-route {
  width: min(1160px, calc(100% - 64px));
  margin: 0 auto 28px;
}

.page-groei .growth-ref-route .op-wrap {
  padding: 32px 34px 35px;
  border-radius: 12px;
}

.page-groei .growth-ref-route-steps {
  gap: 18px;
  margin-top: 30px;
}

.page-groei .growth-ref-route-steps article:not(:last-child)::after {
  top: 32px;
  right: -24px;
}

.page-groei .growth-ref-route-steps .growth-ref-icon {
  width: 54px;
  height: 54px;
}

.page-groei .growth-ref-route-steps p {
  max-width: 95px;
  font-size: 10px;
}

.page-groei .growth-ref-final {
  padding: 0 0 24px;
}

.page-groei .growth-ref-final-card {
  min-height: 105px;
  padding: 22px 44px;
  border-radius: 12px;
}

.page-groei .growth-ref-final-icon {
  width: 68px;
  height: 68px;
}

.page-groei .growth-ref-final-card h2 {
  font-size: 24px;
}

.page-groei .growth-ref-final-card p {
  font-size: 13px;
}

.page-groei .growth-ref-final-card .op-action {
  min-width: 145px;
  min-height: 39px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .page-groei .growth-ref .op-wrap,
  .page-groei .op-header.growth-ref-header .op-wrap,
  .page-groei .growth-ref-route {
    width: min(100%, calc(100% - 34px));
  }

  .page-groei .growth-ref-hero__grid,
  .page-groei .growth-ref-website__grid,
  .page-groei .growth-ref-followup-card,
  .page-groei .growth-ref-final-card {
    grid-template-columns: 1fr;
  }
}

/* Groei final hero proportion correction - keep as last rule */
.page-groei .growth-ref-hero__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 48px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 555px;
}

.page-groei .growth-ref-hero__copy h1 {
  font-size: clamp(38px, 3.55vw, 46px);
}

.page-groei .growth-ref-pills {
  flex-wrap: nowrap;
  gap: 10px;
}

.page-groei .growth-ref-pills span {
  min-height: 31px;
  padding: 0 12px;
  font-size: 10px;
  white-space: nowrap;
}

.page-groei .growth-ref-pills span::before {
  width: 10px;
  height: 10px;
}

/* Groei: 1-op-1 reference rebuild */
.page-groei {
  background: #fff;
}

.page-groei .op-header.growth-ref-header {
  position: static;
  background: #fff;
  border-bottom: 1px solid rgba(7, 24, 49, 0.08);
  box-shadow: none;
}

.page-groei .growth-ref-header .op-bar {
  min-height: 72px;
  align-items: center;
}

.page-groei .growth-ref-header .op-brand--lockup img {
  width: 166px;
}

.page-groei .growth-ref-header .op-nav {
  gap: 28px;
  font-size: 14px;
}

.page-groei .growth-ref-header .op-nav a {
  color: #071831;
  font-weight: 800;
}

.page-groei .growth-ref-header .op-nav a[aria-current="page"] {
  color: #0b9446;
}

.page-groei .growth-ref-header .op-nav__cta {
  background: #129447;
  border-color: #129447;
  color: #fff;
  box-shadow: 0 12px 28px rgba(18, 148, 71, 0.18);
}

.page-groei .growth-ref {
  --growth-ref-green: #129447;
  --growth-ref-mint: #eaf8ef;
  --growth-ref-ink: #071831;
  --growth-ref-text: #1b2c42;
  --growth-ref-border: rgba(7, 24, 49, 0.13);
  --growth-ref-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
  color: var(--growth-ref-ink);
  overflow: hidden;
}

.page-groei .growth-ref .op-wrap {
  max-width: 1160px;
}

.page-groei .growth-ref .kicker {
  color: var(--growth-ref-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-groei .growth-ref .op-action--dark {
  background: var(--growth-ref-green);
  border-color: var(--growth-ref-green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 148, 71, 0.16);
}

.page-groei .growth-ref .op-action--plain {
  background: #fff;
  border: 1px solid rgba(18, 148, 71, 0.55);
  color: #0b6f38;
}

.page-groei .growth-ref-hero {
  padding: 58px 0 50px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.06);
  background:
    radial-gradient(circle at 100% 10%, rgba(18, 148, 71, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff 100%);
}

.page-groei .growth-ref-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 485px;
}

.page-groei .growth-ref-hero__copy h1 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(40px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-hero__copy p:not(.kicker) {
  margin: 18px 0 24px;
  color: var(--growth-ref-text);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 650;
}

.page-groei .growth-ref-hero__copy .op-actions {
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.page-groei .growth-ref-hero__copy .op-action {
  min-width: 146px;
  padding: 15px 22px;
  border-radius: 6px;
}

.page-groei .growth-ref-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-groei .growth-ref-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(7, 24, 49, 0.15);
  border-radius: 7px;
  background: #fff;
  color: #071831;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(7, 24, 49, 0.04);
}

.page-groei .growth-ref-pills span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid rgba(7, 24, 49, 0.55);
  border-radius: 50%;
}

.page-groei .growth-ref-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
}

.page-groei .growth-ref-visual img {
  width: min(540px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.page-groei .growth-ref-basis {
  padding: 48px 0 22px;
  background: #fff;
}

.page-groei .growth-ref-section-head {
  max-width: 860px;
  margin: 0 auto 25px;
}

.page-groei .growth-ref-section-head--center {
  text-align: center;
}

.page-groei .growth-ref-section-head h2 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-groei .growth-ref-card {
  min-height: 188px;
  padding: 24px 26px 22px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: start;
  border: 1px solid var(--growth-ref-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--growth-ref-shadow);
}

.page-groei .growth-ref-card .growth-ref-icon {
  grid-row: 1 / span 2;
}

.page-groei .growth-ref-icon,
.page-groei .growth-ref-miniicon,
.page-groei .growth-ref-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--growth-ref-green);
  background: var(--growth-ref-mint);
  border: 1px solid rgba(18, 148, 71, 0.18);
  border-radius: 50%;
}

.page-groei .growth-ref-icon {
  width: 58px;
  height: 58px;
}

.page-groei .growth-ref-icon svg,
.page-groei .growth-ref-miniicon svg,
.page-groei .growth-ref-final-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.page-groei .growth-ref-card h3 {
  margin: 4px 0 8px;
  color: var(--growth-ref-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.page-groei .growth-ref-card p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-card ul,
.page-groei .growth-ref-followup-copy ul {
  list-style: none;
  margin: 19px 0 0;
  padding: 0;
}

.page-groei .growth-ref-card ul {
  grid-column: 1 / -1;
}

.page-groei .growth-ref-card li,
.page-groei .growth-ref-followup-copy li {
  position: relative;
  padding-left: 24px;
  color: #071831;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 850;
}

.page-groei .growth-ref-card li + li,
.page-groei .growth-ref-followup-copy li + li {
  margin-top: 7px;
}

.page-groei .growth-ref-card li::before,
.page-groei .growth-ref-followup-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 12px;
  height: 12px;
  border: 2px solid var(--growth-ref-green);
  border-radius: 50%;
  background: transparent;
}

.page-groei .growth-ref-card li::after,
.page-groei .growth-ref-followup-copy li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.46em + 3px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--growth-ref-green);
}

.page-groei .growth-ref-website {
  padding: 22px 0 34px;
  background: #fff;
}

.page-groei .growth-ref-website__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-website-card {
  min-height: 228px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-website-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-groei .growth-ref-website-copy h2 {
  max-width: 610px;
  margin: 0 0 34px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.page-groei .growth-ref-benefits article {
  min-width: 0;
}

.page-groei .growth-ref-benefits .growth-ref-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}

.page-groei .growth-ref-benefits h3 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.page-groei .growth-ref-benefits p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-followup {
  padding: 2px 0 24px;
}

.page-groei .growth-ref-followup-card {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  align-items: center;
  gap: 32px;
  padding: 32px 34px 32px 42px;
  border-radius: 18px;
  background: #f7faf7;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-followup-copy h2 {
  max-width: 340px;
  margin: 0 0 14px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-followup-copy p:not(.kicker):not(.small-proof) {
  max-width: 410px;
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.page-groei .growth-ref-followup-copy .small-proof {
  margin: 20px 0 0;
}

.page-groei .growth-ref-followup-copy .small-proof a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(18, 148, 71, 0.55);
  border-radius: 6px;
  color: #0b6f38;
  font-weight: 950;
  text-decoration: none;
}

.page-groei .growth-ref-portal-shot {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.page-groei .growth-ref-portal-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  box-shadow: 0 15px 34px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-route {
  margin: 0 auto;
  padding: 34px 0 26px;
}

.page-groei .growth-ref-route .op-wrap {
  padding: 34px 34px 30px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 85% 20%, rgba(27, 190, 103, 0.22), transparent 30%),
    linear-gradient(135deg, #052331 0%, #073c35 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(7, 24, 49, 0.16);
}

.page-groei .growth-ref-route .kicker,
.page-groei .growth-ref-route h2 {
  color: #fff;
}

.page-groei .growth-ref-route .kicker {
  color: #74e2a2;
}

.page-groei .growth-ref-route .growth-ref-section-head {
  margin-bottom: 28px;
}

.page-groei .growth-ref-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
}

.page-groei .growth-ref-route-steps article {
  position: relative;
  text-align: center;
  min-width: 0;
}

.page-groei .growth-ref-route-steps article:not(:last-child)::after {
  content: "---->";
  position: absolute;
  left: calc(100% - 8px);
  top: 42px;
  color: #74e2a2;
  font-size: 13px;
  letter-spacing: 1px;
}

.page-groei .growth-ref-route-steps b {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(12px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #7fe6a6;
  color: #073324;
  font-size: 10px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps .growth-ref-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  background: #dff8e9;
  border-color: rgba(255, 255, 255, 0.28);
}

.page-groei .growth-ref-route-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps p {
  margin: 0 auto;
  max-width: 100px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.page-groei .growth-ref-final {
  padding: 0 0 26px;
}

.page-groei .growth-ref-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 108px;
  padding: 24px 44px;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf8e8 0%, #f8fbf3 100%);
}

.page-groei .growth-ref-final-icon {
  width: 70px;
  height: 70px;
}

.page-groei .growth-ref-final-card h2 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 950;
}

.page-groei .growth-ref-final-card p {
  margin: 0;
  max-width: 545px;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-final-card .op-actions {
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

.page-groei .growth-ref-final-card .op-action {
  min-width: 150px;
  border-radius: 6px;
}

.page-groei .growth-ref-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px auto 0;
  color: #071831;
  font-size: 13px;
  font-weight: 800;
}

.page-groei .growth-ref-trust-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-groei .growth-ref-trust-strip span::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(7, 24, 49, 0.28);
  border-radius: 50%;
}

.page-groei .op-footer {
  display: none;
}

@media (max-width: 1040px) {
  .page-groei .growth-ref-hero__grid,
  .page-groei .growth-ref-website__grid,
  .page-groei .growth-ref-followup-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-card-row {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .page-groei .growth-ref-route-steps article:nth-child(4)::after {
    display: none;
  }

  .page-groei .growth-ref-final-card,
  .page-groei .growth-ref-trust-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-groei .growth-ref-final-icon {
    margin: 0 auto;
  }

  .page-groei .growth-ref-final-card .op-actions {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .page-groei .growth-ref-header .op-nav {
    gap: 0;
  }

  .page-groei .growth-ref-hero {
    padding: 34px 0 38px;
  }

  .page-groei .growth-ref-hero__grid {
    gap: 30px;
  }

  .page-groei .growth-ref-hero__copy {
    text-align: left;
  }

  .page-groei .growth-ref-hero__copy h1 {
    font-size: 36px;
  }

  .page-groei .growth-ref-hero__copy p:not(.kicker) {
    font-size: 15px;
    margin: 18px 0 22px;
  }

  .page-groei .growth-ref-hero__copy .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .page-groei .growth-ref-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-visual {
    min-height: 0;
  }

  .page-groei .growth-ref-basis {
    padding: 38px 0 16px;
  }

  .page-groei .growth-ref-card {
    grid-template-columns: 52px 1fr;
    padding: 22px;
  }

  .page-groei .growth-ref-icon {
    width: 52px;
    height: 52px;
  }

  .page-groei .growth-ref-website__grid {
    gap: 28px;
  }

  .page-groei .growth-ref-website-copy h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .page-groei .growth-ref-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-groei .growth-ref-followup-card {
    padding: 24px;
  }

  .page-groei .growth-ref-followup-copy h2 {
    font-size: 30px;
  }

  .page-groei .growth-ref-route .op-wrap {
    border-radius: 0;
    padding: 30px 18px;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-groei .growth-ref-route-steps article::after {
    display: none;
  }

  .page-groei .growth-ref-route-steps p {
    max-width: 130px;
  }

  .page-groei .growth-ref-final-card {
    padding: 24px;
  }

  .page-groei .growth-ref-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfdff;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.op-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(217, 228, 239, 0.55);
  background: rgba(251, 253, 255, 0.86);
  backdrop-filter: blur(18px);
}

.op-wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.op-bar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.op-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--night);
  font-size: 22px;
  font-weight: 920;
}

.op-brand img {
  width: 34px;
  height: 34px;
}

.op-brand--lockup {
  gap: 0;
  flex: 0 0 auto;
}

.op-brand--lockup img {
  width: clamp(224px, 21vw, 252px);
  height: auto;
}

.op-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #20334e;
  font-size: 14px;
  font-weight: 820;
}

.op-nav a {
  white-space: nowrap;
}

.op-nav a[aria-current="page"] {
  color: var(--green-2);
}

.op-nav__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: var(--r);
  background: var(--night);
  color: #fff;
  box-shadow: 0 14px 28px rgba(6, 21, 45, 0.18);
}

.op-nav__cta:hover {
  background: var(--green-2);
}

.op-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--night);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.op-menu span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.lead {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, #06152d 0%, #082542 42%, #0b5d4b 100%);
  color: rgba(255, 255, 255, 0.84);
}

.lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 78%);
  pointer-events: none;
}

.lead__grid {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: 44px;
  padding: 70px 0 64px;
}

.lead__grid--demo-first {
  grid-template-columns: 1fr;
  gap: 0;
  min-height: max(640px, calc(100svh - 72px));
  align-content: center;
  padding: 76px 0;
}

.lead__grid--demo-first .home-demo-stage {
  order: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.lead__grid--demo-first .lead__copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.lead__grid--demo-first .lead__copy h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lead__grid--demo-first .lead__copy > p:not(.kicker) {
  margin-left: auto;
  margin-right: auto;
}

.lead__grid--demo-first .op-actions,
.lead__grid--demo-first .trust-strip {
  justify-content: center;
}

.kicker {
  margin: 0 0 16px;
  color: var(--aqua);
  font-size: 11px;
  font-weight: 920;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead h1 {
  color: #fff;
  font-size: 63px;
  line-height: 1.07;
  max-width: 720px;
}

.lead__copy > p:not(.kicker) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.op-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.op-actions--centered {
  justify-content: center;
}

.intro--features .op-actions {
  justify-content: center;
}

.intro--packages .op-actions {
  justify-content: center;
}

.intro--demo .op-actions {
  justify-content: center;
}

.op-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font-size: 15px;
  font-weight: 920;
  cursor: pointer;
}

.op-action--main {
  background: var(--green);
  color: var(--night);
  box-shadow: 0 18px 34px rgba(46, 212, 122, 0.24);
}

.op-action--dark {
  background: var(--night);
  color: #fff;
}

.op-action--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.op-action--plain {
  border-color: #b9c7d9;
  background: #fff;
  color: var(--night);
}

.op-action--wide {
  width: 100%;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 850;
}

.home-demo-stage {
  min-width: 0;
}

.demo-preview--home {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(238, 247, 242, 0.98);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.33);
}

.demo-preview--home .demo-preview__bar {
  background: rgba(6, 21, 45, 0.9);
}

.portal-preview--home {
  grid-template-columns: 170px minmax(0, 1fr) 240px;
  min-height: 500px;
}

.portal-preview--home .portal-preview__hero h3 {
  font-size: 30px;
}

.portal-preview--home .portal-preview__guide {
  margin: 18px 18px 18px 0;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 0.8fr repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.comparison-table__row:first-child {
  border-top: 0;
}

.comparison-table__row > * {
  padding: 16px;
  border-left: 1px solid var(--line);
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
}

.comparison-table__row > *:first-child {
  border-left: 0;
  color: var(--night);
  font-weight: 920;
}

.comparison-table__row--head {
  background: var(--night);
}

.comparison-table__row--head > * {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.product-stage {
  position: relative;
  min-height: 720px;
  min-width: 0;
}

.product-frame {
  position: absolute;
  left: -24px;
  right: auto;
  top: 180px;
  width: min(740px, calc(100vw - 48px));
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(20px);
  overflow: hidden;
  z-index: 1;
}

.product-toolbar {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #fff;
  background: rgba(6, 21, 45, 0.78);
}

.product-dots {
  display: flex;
  gap: 7px;
}

.product-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6d6d;
}

.product-dots span:nth-child(2) {
  background: #ffc95c;
}

.product-dots span:nth-child(3) {
  background: var(--green);
}

.product-canvas {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 386px;
  background: #f7fbff;
}

.product-rail {
  padding: 20px;
  background: #071c38;
  color: rgba(255, 255, 255, 0.82);
}

.rail-pill {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 9px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 820;
}

.rail-pill.is-on {
  background: var(--green);
  color: var(--night);
}

.workspace {
  padding: 20px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

.workspace-main {
  display: grid;
  gap: 14px;
}

.website-shot {
  min-height: 210px;
  border-radius: var(--r);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 21, 45, 0.8), rgba(6, 21, 45, 0.1)),
    url("assets/vakbedrijf-project.png") center/cover;
  display: flex;
  align-items: end;
  padding: 24px;
}

.website-shot strong {
  display: block;
  max-width: 380px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
}

.growth-website-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.growth-website-visual {
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 21, 45, 0.88), rgba(6, 21, 45, 0.08)),
    url("assets/vakbedrijf-project.png") center/cover;
  display: flex;
  align-items: end;
  padding: 28px;
}

.growth-website-visual strong {
  display: block;
  max-width: 520px;
  color: #fff;
  font-size: 38px;
  line-height: 1.06;
}

.growth-website-list {
  display: grid;
  gap: 14px;
}

.growth-website-list article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(180deg, #fff, #f7fbf9);
}

.growth-website-list span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 940;
}

.growth-website-list h3 {
  margin-top: 10px;
  color: var(--night);
  font-size: 22px;
  line-height: 1.18;
}

.growth-website-list p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-box,
.pipeline-box,
.quote-box,
.schedule-box,
.review-box {
  border: 1px solid #dce7f1;
  border-radius: var(--r);
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(6, 21, 45, 0.06);
}

.metric-box b {
  display: block;
  color: var(--night);
  font-size: 24px;
}

.metric-box span,
.pipeline-line span,
.quote-row span,
.schedule-line span,
.review-box span {
  color: #65758c;
  font-size: 12px;
  font-weight: 820;
}

.workspace-side {
  display: grid;
  gap: 14px;
}

.pipeline-box strong,
.quote-box strong,
.schedule-box strong,
.review-box strong {
  display: block;
  color: var(--night);
  margin-bottom: 12px;
}

.pipeline-line,
.quote-row,
.schedule-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #edf2f7;
  font-size: 11px;
  font-weight: 820;
}

.pipeline-line b,
.quote-row b,
.schedule-line b {
  color: var(--night);
}

.floating-note {
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 260px;
  border-radius: var(--r);
  background: #fff;
  color: var(--night);
  padding: 16px;
  box-shadow: var(--shadow);
  z-index: 3;
}

.floating-note strong {
  display: block;
}

.floating-note span {
  display: block;
  color: var(--green-2);
  font-size: 11px;
  font-weight: 920;
  margin-top: 8px;
}

.floating-score {
  position: absolute;
  right: 22px;
  top: 0;
  width: 190px;
  border-radius: var(--r);
  background: #102d4f;
  color: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
  z-index: 3;
}

.floating-score b {
  display: block;
  color: var(--green);
  font-size: 34px;
}

.floating-score span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 820;
}

.slice {
  padding: 84px 0;
}

.slice--soft {
  background: var(--soft);
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.slice--dark {
  background: linear-gradient(135deg, #071a32, #0c443e);
  color: rgba(255, 255, 255, 0.78);
}

.slice--dark h2,
.slice--dark h3 {
  color: #fff;
}

.slice-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.slice-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 44px;
  text-align: left;
}

.slice-head h1,
.slice-head h2 {
  font-size: 48px;
}

.slice-head p:not(.kicker) {
  margin: 18px 0 0;
  font-size: 18px;
}

.intro {
  padding: 74px 0 54px;
  background: linear-gradient(180deg, #fff, #f5f9fd);
}

.intro--compact {
  padding: 58px 0 42px;
}

.intro--demo {
  padding: 58px 0 44px;
}

.intro--features .slice-head {
  max-width: 920px;
}

.intro--features .slice-head p:not(.kicker) {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.intro .slice-head {
  margin-bottom: 0;
}

.intro h1 {
  font-size: 58px;
}

.three-lane,
.four-lane,
.two-lane,
.audience-lane,
.choice-lane {
  display: grid;
  gap: 18px;
}

.three-lane {
  grid-template-columns: repeat(3, 1fr);
}

.four-lane {
  grid-template-columns: repeat(4, 1fr);
}

.two-lane {
  grid-template-columns: repeat(2, 1fr);
}

.audience-lane {
  grid-template-columns: repeat(7, 1fr);
}

.choice-lane {
  grid-template-columns: repeat(5, 1fr);
}

.surface {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 24px;
}

.surface--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.surface--featured {
  border-color: var(--green);
  box-shadow: 0 18px 44px rgba(46, 212, 122, 0.18);
}

.surface h3 {
  color: var(--night);
  font-size: 24px;
}

.surface--dark h3 {
  color: #fff;
}

.surface p {
  margin: 12px 0 0;
}

.intro--packages .slice-head {
  max-width: 960px;
}

.intro--packages h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.intro--packages .slice-head p:not(.kicker) {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.proof-points--center {
  justify-content: center;
}

.slice--packages {
  padding-top: 64px;
}

.slice--tight {
  padding: 46px 0;
}

.package-choice-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.package-choice-panel article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 31, 64, 0.08);
  padding: 18px;
}

.package-choice-panel__featured {
  border-color: rgba(15, 143, 93, 0.36) !important;
  background: linear-gradient(180deg, #ffffff, #f0fbf5) !important;
}

.package-choice-panel span,
.package-showcase__copy span {
  display: inline-block;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 940;
  text-transform: uppercase;
}

.package-choice-panel h3 {
  margin-top: 8px;
  color: var(--night);
  font-size: 20px;
}

.package-choice-panel p {
  margin-top: 8px;
  color: var(--text);
}

.package-trust-bar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px 22px;
  border: 1px solid rgba(15, 143, 93, 0.28);
  border-radius: 22px;
  background: linear-gradient(90deg, #ffffff, #f0fbf5);
  box-shadow: var(--soft-shadow);
}

.package-trust-bar strong {
  max-width: 470px;
  color: var(--night);
  font-size: 18px;
}

.package-trust-bar span {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.55;
}

.package-cards {
  align-items: stretch;
}

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.package-card--primary {
  position: relative;
  border-color: rgba(15, 143, 93, 0.48);
  background: linear-gradient(180deg, #ffffff, #f5fcf8);
  box-shadow: 0 28px 70px rgba(8, 61, 48, 0.16);
  transform: translateY(-8px);
}

.package-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.package-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green);
  color: var(--night);
  font-size: 12px;
  font-weight: 940;
}

.package-fit {
  color: var(--night);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.package-benefit {
  color: var(--text);
  line-height: 1.55;
}

.package-card .text-list {
  margin-top: 16px;
}

.package-card .op-actions {
  margin-top: auto;
  padding-top: 20px;
}

.included-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 24px;
}

.included-strip h2 {
  color: var(--night);
  font-size: 34px;
}

.included-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fbfa;
  color: var(--night);
  font-weight: 830;
}

.included-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.package-showcase {
  display: grid;
  gap: 22px;
}

.package-showcase__block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 24px;
  overflow: hidden;
}

.package-showcase__block--reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.package-showcase__block--reverse .package-showcase__copy {
  order: 1;
}

.package-showcase__block--reverse .package-showcase__media {
  order: 2;
}

.package-showcase__media {
  min-width: 0;
}

.package-showcase__media img {
  display: block;
  width: 100%;
  border: 1px solid rgba(15, 143, 93, 0.2);
  border-radius: 20px;
  background: #eef7f2;
  box-shadow: 0 18px 48px rgba(8, 61, 48, 0.1);
}

.package-showcase__media:not(.package-showcase__media--split) img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.package-showcase__media--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.package-showcase__media--split img {
  aspect-ratio: 10 / 11;
  object-fit: contain;
  object-position: top center;
}

.package-shot-stage {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 143, 93, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 8%, rgba(38, 200, 126, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #eef8f3 100%);
  box-shadow: 0 18px 48px rgba(8, 61, 48, 0.1);
}

.package-shot {
  margin: 0;
  min-width: 0;
}

.package-showcase__media--start-duo .package-shot img {
  aspect-ratio: 16 / 7.7;
  object-fit: contain;
  object-position: top center;
  border-radius: 18px;
  background: #f8fbf9;
  box-shadow: 0 14px 34px rgba(9, 27, 55, 0.08);
}

.package-shot-stage--single {
  padding: 16px;
}

.package-showcase__media--single-shot .package-shot img {
  aspect-ratio: 16 / 7.85;
  object-fit: contain;
  object-position: top center;
  border-radius: 18px;
  background: #f8fbf9;
  box-shadow: 0 14px 34px rgba(9, 27, 55, 0.08);
}

.package-visual {
  position: relative;
  min-height: 300px;
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(15, 143, 93, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 12%, rgba(38, 200, 126, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #eef8f3 100%);
  box-shadow: 0 18px 48px rgba(8, 61, 48, 0.1);
  overflow: hidden;
}

.package-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(9, 27, 55, 0.06);
  border-radius: 18px;
  pointer-events: none;
}

.package-visual__bar,
.package-quote-card,
.package-status-row,
.package-flow span,
.package-kanban article,
.package-report-grid article {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(15, 143, 93, 0.14);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(9, 27, 55, 0.06);
}

.package-visual__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 16px;
}

.package-visual__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 143, 93, 0.28);
}

.package-visual__bar strong {
  margin-left: auto;
  color: var(--night);
  font-size: 13px;
  font-weight: 920;
}

.package-flow,
.package-kanban,
.package-report-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.package-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-flow span,
.package-kanban article,
.package-report-grid article {
  border-radius: 16px;
  padding: 14px;
  color: var(--night);
  font-weight: 850;
}

.package-flow span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}

.package-quote-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
}

.package-quote-card b,
.package-kanban b,
.package-report-grid b,
.package-status-row strong {
  color: var(--night);
  font-size: 16px;
  font-weight: 920;
}

.package-quote-card small,
.package-kanban span,
.package-report-grid span,
.package-status-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.package-kanban {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-kanban article,
.package-report-grid article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  align-content: start;
}

.package-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
}

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

.package-showcase__copy h3 {
  margin-top: 10px;
  color: var(--night);
  font-size: 34px;
}

.package-showcase__copy p {
  margin-top: 14px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
}

.package-showcase__copy .text-list {
  margin-top: 18px;
}

.comparison-table--packages .comparison-table__row > * {
  line-height: 1.45;
}

.package-support {
  padding-top: 58px;
  padding-bottom: 58px;
}

.package-support .surface {
  min-height: 0;
}

.intro--audience .slice-head {
  max-width: 900px;
}

.intro--audience h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.intro--audience .slice-head p:not(.kicker) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.audience-card {
  position: relative;
  display: flex;
  min-height: 318px;
  flex-direction: column;
  gap: 13px;
  padding: 24px;
  overflow: hidden;
  background: #ffffff;
  border-color: rgba(10, 31, 59, 0.12);
}

.audience-card::after {
  content: "";
  position: absolute;
  inset: auto 26px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(46, 212, 122, 0.05), rgba(15, 143, 93, 0.55), rgba(46, 212, 122, 0.05));
  opacity: 0;
  transition: opacity 160ms ease;
}

.audience-card:hover::after {
  opacity: 1;
}

.audience-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 2px;
}

.audience-card__label {
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.audience-card__pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(15, 143, 93, 0.12);
  border-radius: 999px;
  background: rgba(227, 248, 238, 0.92);
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.audience-card__pill::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(46, 212, 122, 0.12);
}

.audience-card h3 {
  margin: 2px 0 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-size: 25px;
}

.audience-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.5;
}

.audience-card--wide {
  grid-column: auto;
  min-height: 318px;
}

.audience-card__points {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(10, 31, 59, 0.09);
  list-style: none;
}

.audience-card__points li {
  position: relative;
  padding-left: 18px;
  color: var(--night);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
}

.audience-card__points li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--green);
}

.fit-stack {
  display: grid;
  gap: 18px;
}

.fit-panel {
  padding: 28px;
}

.fit-panel--strong {
  padding: 34px;
  background:
    radial-gradient(circle at 95% 18%, rgba(46, 212, 122, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #fbfdfc);
}

.fit-panel h2 {
  color: var(--night);
  font-size: 34px;
  line-height: 1.12;
}

.fit-panel .text-list {
  margin-top: 20px;
}

.fit-panel--quiet {
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
}

.fit-panel--demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-color: rgba(15, 143, 93, 0.26);
  background: linear-gradient(90deg, #ffffff, #f1fbf6);
}

.fit-panel--demo h2 {
  font-size: 30px;
}

.fit-panel--demo p:not(.kicker) {
  max-width: 820px;
  margin-top: 12px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
}

.text-list--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 12px;
}

.scenario-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.scenario-row--premium {
  position: relative;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.scenario-row--premium::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  top: 44px;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 143, 93, 0.05), rgba(15, 143, 93, 0.32), rgba(15, 143, 93, 0.05));
}

.scenario-row article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 20px;
}

.scenario-row--premium article {
  min-height: 230px;
  padding: 22px;
  border-color: rgba(9, 31, 59, 0.13);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, rgba(46, 212, 122, 0.26), rgba(9, 31, 59, 0.08)) border-box;
}

.scenario-row article::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: rgba(15, 143, 93, 0.32);
}

.scenario-row--premium article::after,
.scenario-row--premium article::before {
  z-index: 1;
}

.scenario-row article::before {
  content: "";
  position: absolute;
  right: -22px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(15, 143, 93, 0.38);
  border-right: 1px solid rgba(15, 143, 93, 0.38);
  transform: rotate(45deg);
}

.scenario-row article:last-child::after {
  display: none;
}

.scenario-row article:last-child::before {
  display: none;
}

.scenario-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #e7f8ef;
  color: var(--green-2);
  font-weight: 940;
}

.scenario-row--premium span {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 143, 93, 0.15);
  background: linear-gradient(180deg, #ecfbf3, #ddf5ea);
  box-shadow: 0 10px 24px rgba(15, 143, 93, 0.12);
}

.scenario-row h3 {
  margin-top: 14px;
  color: var(--night);
  font-size: 20px;
  overflow-wrap: normal;
  word-break: normal;
}

.scenario-row p {
  margin-top: 8px;
  color: var(--text);
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
}

.scenario-row--premium p {
  font-size: 15.5px;
  line-height: 1.5;
}

.audience-cta {
  padding-top: 56px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(15, 143, 93, 0.24);
  border-radius: 28px;
  background: linear-gradient(90deg, #ffffff, #f0fbf5);
  box-shadow: var(--soft-shadow);
  padding: 30px;
}

.final-cta h2 {
  color: var(--night);
  font-size: 38px;
  line-height: 1.1;
}

.final-cta p:not(.kicker) {
  max-width: 720px;
  margin-top: 12px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
}

.intro--audience {
  position: relative;
  overflow: hidden;
  padding: 74px 0 66px;
  background:
    radial-gradient(circle at -6% 60%, rgba(46, 212, 122, 0.13), transparent 25%),
    radial-gradient(circle at 92% 74%, rgba(46, 212, 122, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.intro--audience .slice-head {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.intro--audience h1 {
  font-size: 48px;
  line-height: 1.08;
}

.intro--audience .slice-head p:not(.kicker) {
  max-width: 560px;
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.65;
}

.intro--audience .op-actions--centered {
  margin-top: 28px;
  justify-content: center;
}

.audience-slice {
  padding: 58px 0 44px;
  background: #ffffff;
}

.audience-slice .slice-head--split {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: 56px;
  margin-bottom: 26px;
}

.audience-slice .slice-head h2 {
  font-size: 34px;
  line-height: 1.14;
}

.audience-slice .slice-head p:not(.kicker) {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.65;
}

.audience-grid--refined {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-grid--refined .audience-card {
  min-height: 224px;
  padding: 20px;
  border: 1px solid rgba(10, 31, 59, 0.10);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 29, 53, 0.055);
}

.audience-grid--refined .audience-card::after {
  display: none;
}

.audience-grid--refined .audience-card__top {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.audience-card__icon {
  position: relative;
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: #eaf8f1;
  box-shadow: inset 0 0 0 1px rgba(15, 143, 93, 0.10);
}

.audience-card__icon::before,
.audience-card__icon::after {
  display: none;
}

.audience-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--green-2);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-grid--refined .audience-card__pill {
  margin-left: auto;
  min-height: 24px;
  padding: 0 10px;
  background: #effaf4;
  border-color: rgba(15, 143, 93, 0.12);
  font-size: 10px;
}

.audience-grid--refined .audience-card h3 {
  margin-top: 0;
  font-size: 19px;
  line-height: 1.18;
}

.audience-grid--refined .audience-card p {
  color: #31425b;
  font-size: 11px;
  line-height: 1.55;
}

.audience-grid--refined .audience-card__points {
  margin-top: auto;
  gap: 5px;
  padding-top: 12px;
}

.audience-grid--refined .audience-card__points li {
  padding-left: 16px;
  font-size: 11.5px;
  line-height: 1.3;
}

.audience-card--accent {
  justify-content: center;
  border-color: rgba(15, 143, 93, 0.16);
  background: #f2fbf6;
}

.audience-card__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 4px;
  color: var(--green-2);
  font-weight: 920;
  text-decoration: none;
}

.audience-card__link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.flow-slice {
  padding: 42px 0 50px;
  background: #ffffff;
}

.slice-head--compact {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
}

.slice-head--compact h2 {
  max-width: 780px;
  font-size: 34px;
  line-height: 1.12;
}

.scenario-row--icons {
  gap: 16px;
}

.scenario-row--reference {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.scenario-row--reference article {
  position: relative;
  min-height: 186px;
  padding: 38px 16px 18px;
  border: 1px solid rgba(10, 31, 59, 0.11);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(8, 29, 53, 0.08);
  text-align: center;
  overflow: visible;
}

.scenario-row--reference article::before {
  display: none;
}

.scenario-row--reference article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--green-2);
  border-right: 2px solid var(--green-2);
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.scenario-row--reference article:last-child::after {
  display: none;
}

.scenario-row--reference span {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--green-2);
  color: #ffffff;
  box-shadow: 0 9px 20px rgba(15, 143, 93, 0.22);
  transform: translateX(-50%);
}

.scenario-row--reference i {
  position: static;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 999px;
  background: #eaf8f1;
  box-shadow: inset 0 0 0 1px rgba(15, 143, 93, 0.10);
}

.scenario-row--reference i::before {
  display: none;
}

.scenario-row--reference i svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--green-2);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scenario-row--reference h3 {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.2;
}

.scenario-row--reference p {
  margin-top: 8px;
  color: #4a5a70;
  font-size: 11.5px;
  line-height: 1.55;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-slice {
  padding: 52px 0 54px;
  background: #ffffff;
}

.why-slice .slice-head--split {
  align-items: end;
  gap: 48px;
  margin-bottom: 26px;
}

.why-slice .slice-head h2 {
  font-size: 34px;
  line-height: 1.12;
}

.why-slice .slice-head p:not(.kicker) {
  font-size: 15px;
  line-height: 1.65;
}

.why-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-color: rgba(10, 31, 59, 0.10);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(8, 29, 53, 0.055);
}

.why-card__icon {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: #eaf8f1;
}

.why-card__icon::before {
  content: "";
  width: 19px;
  height: 13px;
  border: 2px solid var(--green-2);
  border-radius: 999px;
}

.why-card__icon--shield::before {
  width: 18px;
  height: 21px;
  border-radius: 9px 9px 12px 12px;
}

.why-card__icon--target::before {
  width: 19px;
  height: 19px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px #ecfbf3, inset 0 0 0 7px var(--green-2);
}

.why-card h3 {
  color: var(--night);
  font-size: 15px;
}

.why-card p {
  margin-top: 6px;
  color: var(--text);
  font-size: 11px;
  line-height: 1.5;
}

.final-cta--audience {
  grid-template-columns: 188px minmax(0, 1fr) auto;
  gap: 28px;
  padding: 24px 30px;
  border-radius: 16px;
  background: #f1faf6;
  box-shadow: 0 18px 44px rgba(8, 29, 53, 0.07);
}

.final-cta__visual {
  position: relative;
  min-height: 96px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.final-cta__visual::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 8px;
  height: 70px;
  border: 8px solid #12243f;
  border-bottom-width: 12px;
  border-radius: 8px 8px 4px 4px;
  background:
    linear-gradient(90deg, rgba(15, 143, 93, 0.14) 0 34%, transparent 34% 42%, rgba(10, 31, 59, 0.10) 42% 100%),
    #ffffff;
}

.final-cta__visual span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 12px;
  border-radius: 0 0 18px 18px;
  background: #d6e2e9;
  box-shadow: 0 12px 24px rgba(8, 29, 53, 0.10);
}

.final-cta--audience h2 {
  font-size: 30px;
}

.final-cta--audience p:not(.kicker) {
  max-width: 640px;
  font-size: 14px;
  line-height: 1.55;
}

.feature-module-grid .surface {
  min-height: 258px;
  display: flex;
  flex-direction: column;
}

.feature-module-grid .text-list {
  margin-top: auto;
  padding-top: 18px;
}

.index-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--r);
  background: var(--soft-2);
  color: var(--green-2);
  font-weight: 940;
}

.surface--dark .index-num {
  background: rgba(46, 212, 122, 0.14);
  color: var(--green);
}

.text-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.text-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 760;
}

.text-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.journey-line {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.journey-line--growth {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.journey-step {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.journey-step b {
  display: block;
  color: var(--green);
  font-size: 11px;
}

.journey-step strong {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.journey-step span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 720;
}

.journey-line--growth .journey-step {
  min-height: 132px;
  padding: 18px;
}

.journey-line--growth .journey-step strong {
  font-size: 18px;
}

.journey-line--growth .journey-step span {
  font-size: 14px;
  line-height: 1.45;
}

.workbench {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.workbench-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  background: var(--night);
  overflow-x: auto;
}

.workbench-top span {
  min-width: max-content;
  padding: 8px 12px;
  border-radius: var(--r);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 850;
}

.workbench-top .is-on {
  background: var(--green);
  color: var(--night);
}

.workbench-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  padding: 16px;
}

.workbench-wide {
  grid-column: span 2;
}

.project-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.project-strip span {
  min-height: 90px;
  border-radius: var(--r);
  background: url("assets/vakbedrijf-project.png") center/cover;
}

.case-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-panel__copy {
  padding: 38px;
}

.case-panel__copy h2 {
  font-size: 44px;
}

.case-panel__copy p:not(.kicker) {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 18px;
}

.case-panel__card {
  display: grid;
  align-content: center;
  padding: 34px;
  background: var(--night);
  color: rgba(255, 255, 255, 0.76);
}

.case-panel__card strong {
  color: #fff;
  font-size: 28px;
}

.case-panel__card p {
  margin: 8px 0 0;
}

.case-panel__card .text-link {
  margin-top: 20px;
  color: var(--aqua);
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.proof-points--center {
  justify-content: center;
}

.proof-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--soft);
  color: var(--night);
  font-size: 11px;
  font-weight: 900;
}

.proof-points--intro {
  margin-top: 22px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.portfolio-grid--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.portfolio-card {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 18px;
}

.portfolio-card__visual {
  min-height: 220px;
  border-radius: var(--r);
  margin-bottom: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 21, 45, 0.82), rgba(6, 21, 45, 0.12)),
    url("assets/vakbedrijf-project.png") center/cover;
}

.portfolio-card__visual--demo {
  position: relative;
  background:
    linear-gradient(135deg, rgba(6, 21, 45, 0.96), rgba(15, 143, 93, 0.76));
}

.portfolio-card__visual--demo::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 24px;
  height: 38px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 56px 0 rgba(255, 255, 255, 0.82),
    0 112px 0 rgba(255, 255, 255, 0.72);
}

.portfolio-card__visual--demo::after {
  content: "CRM  Offertes  Akkoord  Planning";
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 28px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  background: rgba(46, 212, 122, 0.92);
  color: var(--night);
  font-size: 11px;
  font-weight: 920;
}

.portfolio-card span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 940;
  text-transform: uppercase;
}

.portfolio-card h3 {
  margin-top: 8px;
  color: var(--night);
  font-size: 26px;
}

.portfolio-card p {
  margin: 12px 0 0;
}

.review-policy,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-policy div,
.trust-grid article {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--soft-shadow);
  padding: 22px;
}

.review-policy strong,
.trust-grid strong {
  display: block;
  color: var(--night);
  font-size: 18px;
}

.review-policy span,
.trust-grid span {
  display: block;
  margin-top: 9px;
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
}

.trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

.slice--dark .trust-grid article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.slice--dark .trust-grid strong {
  color: #fff;
}

.slice--dark .trust-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.trust-grid--light article {
  background: #fff;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.8fr);
  gap: 22px;
  align-items: start;
}

.demo-preview {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.demo-preview__bar {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: var(--night);
  color: #fff;
}

.demo-preview__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.demo-preview__bar span:first-child {
  background: #ff6d6d;
}

.demo-preview__bar span:nth-child(2) {
  background: #ffc95c;
}

.demo-preview__bar strong {
  margin-left: auto;
  font-size: 11px;
}

.demo-preview__body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 430px;
}

.demo-preview__body aside {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  background: #071c38;
}

.demo-preview__body aside b {
  min-height: 34px;
  display: flex;
  align-items: center;
  border-radius: var(--r);
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.demo-preview__main {
  padding: 28px;
}

.demo-preview__main h3 {
  color: var(--night);
  font-size: 34px;
}

.demo-preview--built {
  background: linear-gradient(135deg, #f8fbf9, #edf7f1);
}

.portal-preview {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 500px;
  background: #eef7f2;
}

.product-frame .portal-preview {
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 386px;
}

.portal-preview__rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(6, 21, 45, 0.62), rgba(6, 21, 45, 0.9)),
    linear-gradient(135deg, #0d513d, #06152d);
  color: rgba(255, 255, 255, 0.86);
}

.portal-preview__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--r);
  background: #fff;
  color: var(--green-2);
  font-size: 11px;
  font-weight: 950;
}

.portal-preview__rail strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}

.portal-preview__rail > span {
  min-height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
  padding: 0 12px;
  font-size: 11px;
  font-weight: 900;
}

.portal-preview__rail > span.is-active {
  background: var(--green);
  color: var(--night);
}

.portal-preview__total {
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.1);
  padding: 14px;
}

.portal-preview__total small,
.portal-preview__total em,
.portal-preview__hero small,
.portal-preview__head small,
.portal-preview__guide small {
  display: block;
  color: #607184;
  font-size: 12px;
  font-style: normal;
  font-weight: 920;
  text-transform: uppercase;
}

.portal-preview__total small,
.portal-preview__total em {
  color: rgba(255, 255, 255, 0.72);
  text-transform: none;
}

.portal-preview__total b {
  display: block;
  margin: 4px 0;
  color: #fff;
  font-size: 20px;
}

.portal-preview__screen {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 18px;
}

.portal-preview__hero {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #d4e3da;
  border-radius: var(--r);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(46, 212, 122, 0.18), rgba(6, 21, 45, 0.08));
  padding: 18px;
}

.portal-preview__hero h3 {
  color: var(--night);
  font-size: 30px;
}

.product-frame .portal-preview__hero h3 {
  font-size: 24px;
}

.portal-preview__hero p {
  margin: 4px 0 0;
  color: #607184;
  font-size: 11px;
  font-weight: 760;
}

.portal-preview__hero a {
  align-self: start;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d8cf;
  border-radius: var(--r);
  background: #fff;
  color: var(--night);
  padding: 0 14px;
  font-size: 11px;
  font-weight: 930;
  white-space: nowrap;
}

.portal-preview__metrics,
.portal-preview__stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.portal-preview__metrics article,
.portal-preview__stages span,
.portal-preview__pipeline,
.portal-preview__guide {
  border: 1px solid #d4e3da;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(6, 21, 45, 0.06);
}

.portal-preview__metrics article {
  padding: 14px;
}

.portal-preview__metrics span {
  display: block;
  color: #607184;
  font-size: 12px;
  font-weight: 860;
}

.portal-preview__metrics b {
  display: block;
  margin-top: 6px;
  color: var(--night);
  font-size: 25px;
}

.portal-preview__metrics small {
  color: #607184;
  font-size: 12px;
  font-weight: 760;
}

.portal-preview__pipeline {
  padding: 16px;
}

.portal-preview__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.portal-preview__head strong {
  color: var(--night);
  font-size: 24px;
}

.portal-preview__stages {
  margin-top: 14px;
}

.portal-preview__stages span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 12px;
  color: #0f5680;
  font-size: 11px;
  font-weight: 920;
}

.portal-preview__stages span:nth-child(3) {
  color: var(--green-2);
}

.portal-preview__stages span:nth-child(4) {
  color: #9d342c;
}

.portal-preview__stages b {
  color: var(--night);
  font-size: 22px;
}

.portal-preview__rows {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.portal-preview__rows p {
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: 1px solid #dbe8e0;
  border-radius: var(--r);
  background: #fbfdfb;
  padding: 0 12px;
}

.portal-preview__rows b {
  color: #4a5d6f;
  font-size: 11px;
}

.portal-preview__rows span {
  border-radius: 999px;
  background: #e7f8ee;
  color: var(--green-2);
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 900;
}

.portal-preview__rows em {
  color: #607184;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.portal-preview__guide {
  display: grid;
  align-content: start;
  gap: 14px;
  margin: 18px 18px 18px 0;
  padding: 20px;
}

.portal-preview__guide h3 {
  color: var(--night);
  font-size: 28px;
}

.portal-preview__guide article {
  border-top: 1px solid #dbe8e0;
  padding-top: 14px;
}

.portal-preview__guide article b {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(214, 161, 66, 0.42);
  border-radius: 999px;
  color: var(--amber);
  font-size: 12px;
}

.portal-preview__guide strong {
  display: block;
  margin-top: 8px;
  color: var(--night);
  font-size: 17px;
}

.portal-preview__guide span {
  display: block;
  margin-top: 4px;
  color: #607184;
  font-size: 11px;
  font-weight: 760;
}

.demo-preview--home .portal-preview--home {
  grid-template-columns: 170px minmax(0, 1fr) 240px;
  min-height: 500px;
}

.demo-preview--home .portal-preview__guide {
  margin: 18px 18px 18px 0;
}

.demo-preview__caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 24px;
  background: #fff;
}

.demo-preview__caption h3 {
  color: var(--night);
  font-size: 34px;
}

.demo-preview__caption p:not(.kicker) {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: 16px;
}

.demo-steps {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.demo-steps span {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--soft);
  color: var(--night);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 820;
}

.demo-steps b {
  color: var(--green-2);
}

.access-page {
  background: linear-gradient(135deg, #06152d, #0a5d4c);
}

.access-shell {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: 48px;
  align-items: center;
  padding: 76px 0;
}

.access-copy h1 {
  color: #fff;
  font-size: 56px;
}

.access-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.route-stack {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.route-stack span {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.route-stack small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 720;
}

.access-panel,
.request-form {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 28px;
}

.access-panel {
  display: grid;
  gap: 16px;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--night);
}

.panel-title img {
  width: 42px;
  height: 42px;
}

.panel-title strong,
.panel-title small {
  display: block;
}

.panel-title small {
  color: #6c7d93;
  font-weight: 760;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.request-form h2 {
  font-size: 34px;
}

.field,
.access-panel label,
.activation-resend-form label {
  display: grid;
  gap: 7px;
  color: var(--night);
  font-size: 14px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea,
.access-panel input,
.activation-resend-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd8e6;
  border-radius: var(--r);
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.access-panel input:focus,
.activation-resend-form input:focus {
  border-color: var(--green-2);
  box-shadow: 0 0 0 4px rgba(46, 212, 122, 0.14);
}

.field input[type="file"] {
  min-height: 48px;
  padding: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  cursor: pointer;
}

.field input[type="file"]::file-selector-button {
  min-height: 32px;
  margin-right: 12px;
  border: 0;
  border-radius: 7px;
  background: var(--night);
  color: #fff;
  padding: 0 12px;
  font-weight: 900;
  cursor: pointer;
}

.field--wide,
.request-form > .full-row,
.request-form [data-form-status] {
  grid-column: 1 / -1;
}

.field-help,
.form-note {
  color: #65778b;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.55;
}

.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #f8fbff;
}

.screen-reader-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

[data-form-status] {
  min-height: 20px;
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 820;
}

[data-form-status].is-active,
.auth-status.is-success,
.auth-status.is-error,
.auth-status.is-info {
  padding: 12px 14px;
  border-radius: var(--r);
}

[data-form-status].is-info,
.auth-status.is-info {
  background: #f3f8ff;
  color: var(--steel);
}

[data-form-status].is-success,
.auth-status.is-success {
  background: var(--soft-2);
  color: var(--green-2);
}

[data-form-status].is-error,
.auth-status.is-error {
  background: #fff1ed;
  color: #a33c2f;
}

.choice-tile {
  min-height: 176px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  padding: 18px;
  box-shadow: var(--soft-shadow);
  cursor: pointer;
}

.choice-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-tile span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 940;
  text-transform: uppercase;
}

.choice-tile strong {
  display: block;
  margin-top: 8px;
  color: var(--night);
}

.choice-tile p {
  margin: 8px 0 0;
  font-size: 11px;
}

.choice-tile.is-selected {
  border-color: var(--green-2);
  box-shadow: 0 16px 36px rgba(15, 143, 93, 0.16);
}

.intake-box {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--night);
  color: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  padding: 26px;
}

.intake-box .kicker {
  margin: 0 0 10px;
}

.intake-box h2 {
  color: #fff;
  font-size: 34px;
  margin: 0 0 14px;
}

.intake-view {
  display: none;
}

.intake-view.is-selected {
  display: block;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.faq-button {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 0;
  background: #fff;
  color: var(--night);
  cursor: pointer;
  text-align: left;
  font-weight: 920;
}

.faq-button::after {
  content: "+";
  color: var(--green-2);
  font-size: 22px;
}

.faq-item.is-open .faq-button::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.op-footer {
  background: var(--night);
  color: rgba(255, 255, 255, 0.74);
}

.op-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
  padding: 48px 0 28px;
}

.op-footer h2 {
  color: #fff;
  font-size: 15px;
}

.op-footer a,
.op-footer p {
  font-size: 14px;
}

.op-footer__col {
  display: grid;
  align-content: start;
  gap: 9px;
}

.op-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
}

.op-footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.op-footer__legal a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 820;
}

.op-secret {
  position: relative;
  display: block;
}

.op-secret input {
  padding-right: 62px;
}

.op-secret__toggle {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--green-2);
  transform: translateY(-50%);
  cursor: pointer;
}

.op-eye {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.op-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.auth-hidden {
  display: none !important;
}

.auth-status {
  min-height: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 820;
}

.panel-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: var(--green-2);
  font-size: 14px;
  font-weight: 900;
}

.text-link {
  border: 0;
  background: transparent;
  color: var(--green-2);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0;
  text-align: left;
}

.op-strength {
  display: grid;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #f8fbff;
}

.op-strength-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf5;
}

.op-strength-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: #a33c2f;
}

.op-strength[data-strength="weak"] .op-strength-meter span {
  width: 34%;
  background: #a33c2f;
}

.op-strength[data-strength="fair"] .op-strength-meter span {
  width: 67%;
  background: var(--amber);
}

.op-strength[data-strength="strong"] .op-strength-meter span {
  width: 100%;
  background: var(--green-2);
}

.op-strength-label,
.op-match,
.op-password-hint {
  margin: 0;
  color: var(--text);
  font-size: 11px;
  font-weight: 820;
}

.op-rules {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.op-rules li {
  position: relative;
  padding-left: 20px;
  color: #697b92;
  font-size: 11px;
  font-weight: 760;
}

.op-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7d5e2;
}

.op-rules li.is-valid,
.op-match.is-valid {
  color: var(--green-2);
}

.op-rules li.is-valid::before {
  background: var(--green-2);
}

.op-match.is-error {
  color: #a33c2f;
}

.activation-resend-form {
  display: grid;
  gap: 14px;
}

.real-portal-card,
.portal-proof-card {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.real-portal-card {
  margin: 0;
}

.real-portal-card--hero {
  background: rgba(238, 247, 242, 0.98);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.33);
}

.real-portal-image-link,
.portfolio-card__shot {
  display: block;
  background: linear-gradient(135deg, #eff7f2, #f9fbfa);
}

.real-portal-shot,
.portal-proof-card img,
.portfolio-card__shot img {
  display: block;
  width: 100%;
  height: auto;
}

.real-portal-shot {
  max-height: 610px;
  object-fit: contain;
  object-position: top center;
}

.real-portal-card--hero .real-portal-shot {
  max-height: 560px;
}

.real-portal-card--hero .real-portal-caption {
  background: rgba(255, 255, 255, 0.78);
  color: #20334f;
}

.real-portal-card--hero .real-portal-caption a {
  color: #007a4a;
}

.real-portal-caption {
  padding: 15px 18px 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.55;
}

.real-portal-caption strong {
  display: block;
  color: var(--night);
  font-size: 14px;
  font-weight: 940;
}

.real-portal-caption a,
.small-proof a {
  color: var(--green-2);
  font-weight: 940;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.portal-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portal-proof-grid--packages {
  align-items: stretch;
}

.portal-proof-grid--features {
  gap: 22px;
}

.portal-proof-grid--modules {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.portal-proof-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.portal-proof-card--featured {
  border-color: rgba(15, 143, 93, 0.3);
  box-shadow: 0 28px 70px rgba(8, 61, 48, 0.16);
}

.portal-proof-card--wide {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  grid-template-rows: auto;
}

.portal-proof-card img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
  background: #eef7f2;
  border-bottom: 1px solid var(--line);
}

.portal-proof-grid--features .portal-proof-card img {
  aspect-ratio: 16 / 11.2;
}

.portal-proof-grid--modules .portal-proof-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portal-proof-card--wide img {
  height: 100%;
  min-height: 360px;
  border-bottom: 0;
  border-right: 1px solid var(--line);
}

.portal-proof-card--growth img {
  min-height: 430px;
  object-fit: contain;
  background: #eef7f2;
}

.portal-proof-card div {
  padding: 18px;
}

.portal-proof-grid--features .portal-proof-card div {
  display: flex;
  flex-direction: column;
}

.portal-proof-grid--modules .portal-proof-card div {
  min-height: 236px;
  padding: 17px;
}

.portal-proof-card span {
  display: inline-block;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 940;
  text-transform: uppercase;
  letter-spacing: 0;
}

.portal-proof-card h3 {
  margin-top: 8px;
  color: var(--night);
  font-size: 21px;
  line-height: 1.15;
}

.portal-proof-grid--modules .portal-proof-card h3 {
  font-size: 20px;
}

.portal-proof-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.small-proof {
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
}

.portal-proof-grid--features .small-proof {
  margin-top: auto;
  padding-top: 14px;
}

.feature-showcase {
  display: grid;
  gap: 28px;
}

.feature-showcase__block {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: 28px;
  padding: 26px;
  border: 1px solid rgba(9, 31, 59, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(9, 31, 59, 0.13);
}

.feature-showcase__block--reverse {
  grid-template-columns: minmax(540px, 1.18fr) minmax(320px, 0.82fr);
}

.feature-showcase__block--reverse .feature-showcase__copy {
  order: 2;
}

.feature-showcase__block--reverse .feature-showcase__media {
  order: 1;
}

.feature-showcase__copy {
  padding: 6px 4px;
}

.feature-showcase__copy span {
  display: inline-block;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-showcase__copy h3 {
  max-width: 480px;
  margin-top: 10px;
  color: var(--night);
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.02;
}

.feature-showcase__copy p {
  max-width: 520px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.feature-showcase__copy .text-list {
  margin-top: 18px;
}

.feature-showcase__copy .small-proof {
  margin-top: 20px;
  color: var(--night);
  font-weight: 800;
}

.feature-showcase__media {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(9, 31, 59, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #eef7f2 0%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  padding: 12px;
}

.feature-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
  border-radius: 12px;
}

.slice--support-compact {
  padding-block: 78px;
}

.support-lane--compact .surface {
  min-height: 0;
}

.slice--support {
  padding: 72px 0;
}

.slice--support .slice-head h2 {
  font-size: 42px;
}

.slice--support .slice-head p:not(.kicker) {
  font-size: 17px;
}

.support-lane .surface {
  box-shadow: none;
}

.portfolio-card__shot {
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.portfolio-card__shot img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.portal-mini-strip {
  padding: 0 18px 18px;
}

.portal-mini-strip article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--soft);
}

.portal-mini-strip img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
  border-radius: calc(var(--r) - 2px);
  background: #fff;
}

.portal-mini-strip span {
  color: var(--night);
  font-size: 11px;
  font-weight: 880;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .lead__grid,
  .access-shell {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 600px;
  }

  .three-lane,
  .four-lane,
  .audience-lane,
  .workbench-grid,
  .trust-grid,
  .op-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-lane {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-line {
    grid-template-columns: repeat(4, 1fr);
  }

  .demo-layout,
  .case-panel {
    grid-template-columns: 1fr;
  }

  .portal-proof-grid {
    grid-template-columns: 1fr;
  }

  .portal-proof-grid--modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-proof-card--wide {
    grid-template-columns: 1fr;
  }

  .portal-proof-card--wide img {
    height: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .growth-website-card {
    grid-template-columns: 1fr;
  }

  .growth-website-visual {
    min-height: 320px;
  }

  .journey-line--growth {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-showcase__block,
  .feature-showcase__block--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-showcase__block--reverse .feature-showcase__copy,
  .feature-showcase__block--reverse .feature-showcase__media {
    order: initial;
  }

  .package-showcase__block,
  .package-showcase__block--reverse {
    grid-template-columns: 1fr;
  }

  .package-showcase__block--reverse .package-showcase__copy,
  .package-showcase__block--reverse .package-showcase__media {
    order: initial;
  }

  .included-strip {
    grid-template-columns: 1fr;
  }

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

  .audience-card--wide {
    grid-column: auto;
  }

  .scenario-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scenario-row--premium::before {
    display: none;
  }

  .scenario-row article::after {
    display: none;
  }

  .scenario-row article::before {
    display: none;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .final-cta--audience {
    grid-template-columns: 1fr;
  }

  .final-cta__visual {
    display: none;
  }

  .fit-panel--demo {
    grid-template-columns: 1fr;
  }

  .workbench-wide {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .op-menu {
    display: inline-flex;
  }

  .op-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .op-nav.is-open {
    display: flex;
  }

  .op-nav a {
    padding: 12px 10px;
  }

  .op-nav__cta {
    margin-top: 6px;
  }

  .slice-head--split,
  .portfolio-grid,
  .review-policy,
  .two-lane {
    grid-template-columns: 1fr;
  }

  .intake-box {
    position: static;
    top: auto;
  }

  .lead h1,
  .intro h1,
  .access-copy h1 {
    font-size: 43px;
  }

  .slice-head h2 {
    font-size: 38px;
  }

  .case-panel__copy h2 {
    font-size: 36px;
  }

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

  .package-choice-panel,
  .included-list {
    grid-template-columns: 1fr;
  }

  .package-trust-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .package-card--primary {
    transform: none;
  }
}

@media (max-width: 680px) {
  .op-wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .lead__grid,
  .access-shell {
    min-height: auto;
    padding: 52px 0;
  }

  .lead h1,
  .intro h1,
  .access-copy h1 {
    font-size: 36px;
  }

  .lead__copy > p:not(.kicker),
  .slice-head p:not(.kicker),
  .access-copy p {
    font-size: 16px;
  }

  .op-actions {
    flex-direction: column;
  }

  .op-action {
    width: 100%;
  }

  .demo-layout > .request-form,
  .two-lane > .request-form {
    order: -1;
  }

  .choice-tile {
    min-height: auto;
    padding: 14px;
  }

  .lead__grid--demo-first {
    gap: 0;
    min-height: max(620px, calc(100svh - 72px));
    padding: 54px 0;
  }

  .lead__grid--demo-first .lead__copy {
    text-align: left;
  }

  .lead__grid--demo-first .lead__copy h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .lead__grid--demo-first .op-actions,
  .lead__grid--demo-first .trust-strip {
    justify-content: flex-start;
  }

  .product-stage {
    min-height: auto;
  }

  .product-frame {
    position: relative;
    inset: auto;
    left: auto;
    width: 100%;
  }

  .floating-note,
  .floating-score {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .product-canvas,
  .portal-preview,
  .product-frame .portal-preview,
  .demo-preview--home .portal-preview--home,
  .workspace,
  .mini-metrics,
  .portal-preview__metrics,
  .portal-preview__stages,
  .demo-preview__body,
  .three-lane,
  .four-lane,
  .audience-lane,
  .choice-lane,
  .journey-line,
  .workbench-grid,
  .project-strip,
  .trust-grid,
  .request-form,
  .op-footer__grid {
    grid-template-columns: 1fr;
  }

  .real-portal-card--hero .real-portal-shot,
  .real-portal-shot {
    max-height: 420px;
  }

  .product-rail,
  .demo-preview__body aside,
  .portal-preview__rail {
    display: none;
  }

  .portal-preview__screen {
    padding: 10px;
  }

  .portal-preview__hero,
  .portal-preview__rows p {
    grid-template-columns: 1fr;
  }

  .portal-preview__hero {
    display: grid;
  }

  .portal-preview__hero a {
    width: 100%;
  }

  .portal-preview__guide {
    margin: 0 10px 10px;
  }

  .demo-preview--home .portal-preview--home {
    min-height: auto;
  }

  .demo-preview--home .portal-preview__guide,
  .demo-preview--home .portal-preview__metrics article:nth-child(3),
  .demo-preview--home .portal-preview__rows p:nth-child(n+3) {
    display: none;
  }

  .demo-preview--home .demo-preview__bar {
    min-height: 44px;
  }

  .demo-preview--home .portal-preview__hero,
  .demo-preview--home .portal-preview__pipeline {
    padding: 14px;
  }

  .comparison-table {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-table__row {
    grid-template-columns: 1fr;
    margin-top: 12px;
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: #fff;
    box-shadow: var(--soft-shadow);
    overflow: hidden;
  }

  .comparison-table__row--head {
    display: none;
  }

  .comparison-table__row > * {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 13px 14px;
  }

  .comparison-table__row > *:first-child {
    border-top: 0;
    background: var(--night);
    color: #fff;
  }

  .comparison-table--packages .comparison-table__row > span:not(:first-child)::before {
    content: attr(data-package);
    display: block;
    margin-bottom: 4px;
    color: var(--green-2);
    font-size: 11px;
    font-weight: 940;
    text-transform: uppercase;
  }

  .slice {
    padding: 58px 0;
  }

  .intro {
    padding: 56px 0 44px;
  }

  .intro--features {
    padding: 44px 0 36px;
  }

  .intro--compact {
    padding: 38px 0 28px;
  }

  .intro--audience {
    padding: 38px 0 30px;
  }

  .intro--audience h1 {
    font-size: 36px;
  }

  .audience-grid,
  .scenario-row {
    grid-template-columns: 1fr;
  }

  .audience-card,
  .audience-card--wide {
    grid-column: auto;
    min-height: 0;
    padding: 18px;
  }

  .audience-card__top {
    margin-bottom: 2px;
  }

  .audience-card__label {
    font-size: 12px;
  }

  .audience-card p {
    line-height: 1.45;
  }

  .audience-card h3 {
    font-size: 22px;
  }

  .audience-card__pill {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11.5px;
  }

  .audience-card__points {
    gap: 6px;
    padding-top: 10px;
  }

  .audience-card__points li {
    font-size: 11px;
  }

  .audience-grid--refined {
    gap: 14px;
  }

  .audience-grid--refined .audience-card {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .audience-grid--refined .audience-card__top {
    align-items: flex-start;
  }

  .audience-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .audience-card__icon::before {
    width: 15px;
    height: 15px;
  }

  .audience-grid--refined .audience-card h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .audience-grid--refined .audience-card p {
    font-size: 15px;
  }

  .fit-panel {
    padding: 18px;
  }

  .fit-panel--strong,
  .fit-panel--demo {
    padding: 20px;
  }

  .text-list--columns {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .fit-panel h2,
  .final-cta h2 {
    font-size: 28px;
  }

  .fit-panel--demo h2 {
    font-size: 26px;
  }

  .fit-panel--demo .op-action {
    width: 100%;
  }

  .scenario-row article {
    padding: 16px;
  }

  .scenario-row--premium article {
    min-height: 0;
    padding: 18px;
  }

  .scenario-row--icons article {
    padding-right: 64px;
  }

  .scenario-row--icons i {
    top: 18px;
    right: 18px;
  }

  .scenario-row h3 {
    margin-top: 10px;
  }

  .scenario-row p {
    line-height: 1.48;
  }

  .audience-cta {
    padding-top: 38px;
  }

  .final-cta {
    border-radius: 20px;
    padding: 20px;
  }

  .why-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .why-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .final-cta--audience {
    gap: 18px;
  }

  .intro--packages {
    padding: 46px 0 36px;
  }

  .intro--packages h1 {
    font-size: 38px;
  }

  .slice--packages {
    padding-top: 42px;
  }

  .slice--tight {
    padding: 34px 0;
  }

  .package-choice-panel article,
  .package-trust-bar,
  .included-strip,
  .package-showcase__block {
    border-radius: 18px;
    padding: 16px;
  }

  .package-showcase__block {
    gap: 18px;
  }

  .package-visual {
    min-height: 0;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .package-visual::before {
    inset: 12px;
    border-radius: 14px;
  }

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

  .package-flow span {
    min-height: 58px;
    padding: 12px;
    font-size: 13px;
  }

  .package-kanban,
  .package-report-grid {
    grid-template-columns: 1fr;
  }

  .package-kanban article,
  .package-report-grid article {
    min-height: 0;
    padding: 13px 14px;
  }

  .package-status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
  }

  .package-showcase__media--split {
    grid-template-columns: 1fr;
  }

  .package-showcase__media:not(.package-showcase__media--split) img,
  .package-showcase__media--split img {
    aspect-ratio: 16 / 10.5;
  }

  .package-shot-stage {
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .package-showcase__media--start-duo .package-shot img {
    aspect-ratio: 16 / 7.7;
    border-radius: 14px;
  }

  .package-shot-stage--single {
    padding: 10px;
  }

  .package-showcase__media--single-shot .package-shot img {
    aspect-ratio: 16 / 7.85;
    border-radius: 14px;
  }

  .package-showcase__copy h3,
  .included-strip h2 {
    font-size: 28px;
  }

  .package-showcase__copy p {
    font-size: 16px;
  }

  .package-support {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .proof-points--intro {
    gap: 8px;
    justify-content: flex-start;
  }

  .proof-points--intro span {
    width: 100%;
    justify-content: center;
  }

  .feature-module-grid .surface {
    min-height: 0;
  }

  .feature-module-grid .text-list {
    margin-top: 14px;
    padding-top: 0;
  }

  .portal-proof-grid--features .portal-proof-card img {
    aspect-ratio: 16 / 10.5;
  }

  .portal-proof-grid--modules {
    grid-template-columns: 1fr;
  }

  .portal-proof-grid--modules .portal-proof-card img {
    aspect-ratio: 16 / 10;
  }

  .portal-proof-grid--modules .portal-proof-card div {
    min-height: 0;
  }

  .feature-showcase {
    gap: 18px;
  }

  .feature-showcase__block,
  .feature-showcase__block--reverse {
    padding: 14px;
    border-radius: 18px;
  }

  .feature-showcase__media {
    border-radius: 14px;
  }

  .feature-showcase__media img {
    aspect-ratio: auto;
  }

  .feature-showcase__copy {
    order: 2;
    padding: 2px;
  }

  .feature-showcase__media {
    order: 1;
  }

  .feature-showcase__block--reverse .feature-showcase__copy {
    order: 2;
  }

  .feature-showcase__block--reverse .feature-showcase__media {
    order: 1;
  }

  .feature-showcase__copy h3 {
    font-size: 25px;
  }

  .feature-showcase__copy p {
    font-size: 15px;
  }

  .slice--support-compact {
    padding-block: 48px;
  }

  .slice--support {
    padding: 54px 0;
  }

  .slice--support .slice-head h2 {
    font-size: 32px;
  }

  .intro--demo {
    padding: 44px 0 34px;
  }

  .intro--compact h1 {
    font-size: 34px;
  }

  .intro--compact .slice-head p:not(.kicker) {
    margin-top: 12px;
  }

  .package-choice-slice {
    display: none;
  }

  .proof-points--center {
    justify-content: flex-start;
  }

  .proof-points--request {
    gap: 8px;
  }

  .proof-points--request span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .journey-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .journey-line--growth {
    gap: 10px;
  }

  .journey-step {
    min-height: auto;
    padding: 11px;
  }

  .journey-step b {
    font-size: 11px;
  }

  .journey-step strong {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.2;
  }

  .journey-step span {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .journey-line--growth .journey-step {
    min-height: 118px;
    padding: 13px;
  }

  .journey-line--growth .journey-step strong {
    font-size: 15px;
  }

  .journey-line--growth .journey-step span {
    font-size: 12px;
    line-height: 1.38;
  }

  .growth-website-card {
    padding: 14px;
    gap: 14px;
    border-radius: 18px;
  }

  .growth-website-visual {
    min-height: 250px;
    padding: 18px;
    border-radius: 14px;
  }

  .growth-website-visual strong {
    max-width: 280px;
    font-size: 28px;
  }

  .growth-website-list article {
    padding: 15px;
  }

  .growth-website-list h3 {
    font-size: 19px;
  }

  .intake-box {
    padding: 20px;
    box-shadow: 0 18px 48px rgba(6, 21, 45, 0.18);
  }

  .intake-box .kicker {
    margin-bottom: 8px;
    color: var(--aqua);
  }

  .intake-box h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .field input[type="file"] {
    padding: 7px;
    font-size: 11px;
  }

  .field input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 8px;
    padding: 0 10px;
    font-size: 12px;
  }

  .portfolio-grid--single .portfolio-card {
    border-color: rgba(15, 143, 93, 0.24);
    box-shadow: 0 18px 48px rgba(8, 61, 48, 0.12);
    padding: 14px;
  }

  .portfolio-grid--single .portfolio-card__shot {
    margin-bottom: 14px;
    background: #eef7f2;
  }

  .case-panel__copy,
  .case-panel__card,
  .demo-preview__main,
  .demo-preview__caption {
    padding: 22px;
  }

  .case-panel__copy h2,
  .demo-preview__main h3,
  .demo-preview__caption h3,
  .portal-preview__guide h3 {
    font-size: 30px;
  }

  .demo-preview__caption {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .portal-mini-strip article {
    grid-template-columns: 1fr;
  }

  .portal-proof-card div,
  .real-portal-caption,
  .portal-mini-strip {
    padding: 14px;
  }

  .op-footer__bottom {
    flex-direction: column;
  }
}

/* Voor wie: page-specific reference polish */
.page-voor-wie {
  background: #ffffff;
}

.page-voor-wie .op-wrap {
  width: min(var(--max), calc(100% - 40px));
}

.page-voor-wie .op-bar {
  min-height: 72px;
}

.page-voor-wie .op-brand--lockup img {
  width: clamp(224px, 21vw, 252px);
  height: auto;
}

.page-voor-wie .op-nav {
  gap: 18px;
  font-size: 14px;
}

.page-voor-wie .op-nav__cta {
  min-height: 42px;
  padding: 0 16px;
}

.page-voor-wie .intro--audience {
  padding: 64px 0 62px;
  background:
    radial-gradient(circle at -4% 70%, rgba(46, 212, 122, 0.13), transparent 25%),
    radial-gradient(circle at 94% 76%, rgba(46, 212, 122, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.page-voor-wie .intro--audience h1 {
  max-width: 620px;
  margin-inline: auto;
  font-size: 43px;
  line-height: 1.08;
}

.page-voor-wie .intro--audience .slice-head p:not(.kicker) {
  max-width: 560px;
  font-size: 13.5px;
  line-height: 1.7;
}

.page-voor-wie .op-actions--centered {
  gap: 14px;
  margin-top: 26px;
}

.page-voor-wie .op-action {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 7px;
  font-size: 11px;
}

.page-voor-wie .audience-slice {
  padding: 50px 0 36px;
}

.page-voor-wie .audience-slice .slice-head--split {
  gap: 64px;
  margin-bottom: 24px;
}

.page-voor-wie .audience-slice .slice-head h2 {
  max-width: 520px;
  font-size: 31px;
  line-height: 1.18;
}

.page-voor-wie .audience-slice .slice-head p:not(.kicker) {
  max-width: 460px;
  font-size: 13.5px;
  line-height: 1.7;
}

.page-voor-wie .audience-grid--refined {
  gap: 18px;
}

.page-voor-wie .audience-grid--refined .audience-card {
  min-height: 200px;
  padding: 18px;
  border-radius: 12px;
  border-color: rgba(10, 31, 59, 0.085);
  box-shadow: 0 12px 28px rgba(8, 29, 53, 0.045);
}

.page-voor-wie .audience-grid--refined .audience-card__top {
  margin-bottom: 12px;
}

.page-voor-wie .audience-card__icon {
  width: 34px;
  height: 34px;
}

.page-voor-wie .audience-card__icon svg {
  width: 18px;
  height: 18px;
}

.page-voor-wie .audience-grid--refined .audience-card__pill {
  min-height: 22px;
  padding: 0 9px;
  font-size: 9.5px;
}

.page-voor-wie .audience-card__pill::before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px rgba(46, 212, 122, 0.12);
}

.page-voor-wie .audience-grid--refined .audience-card h3 {
  font-size: 17.5px;
}

.page-voor-wie .audience-grid--refined .audience-card p {
  max-width: 96%;
  font-size: 11.5px;
  line-height: 1.55;
}

.page-voor-wie .audience-grid--refined .audience-card__points {
  gap: 4px;
  padding-top: 10px;
}

.page-voor-wie .audience-grid--refined .audience-card__points li {
  padding-left: 15px;
  font-size: 10.25px;
  line-height: 1.32;
}

.page-voor-wie .audience-card__points li::before {
  top: 0.55em;
  width: 5px;
  height: 5px;
}

.page-voor-wie .audience-card__link {
  font-size: 12px;
}

.page-voor-wie .flow-slice {
  padding: 36px 0 44px;
}

.page-voor-wie .slice-head--compact {
  margin-bottom: 26px;
}

.page-voor-wie .slice-head--compact h2 {
  font-size: 30px;
}

.page-voor-wie .scenario-row--reference {
  gap: 28px;
}

.page-voor-wie .scenario-row--reference article {
  min-height: 168px;
  padding: 34px 14px 16px;
  border-radius: 11px;
  box-shadow: 0 13px 28px rgba(8, 29, 53, 0.065);
}

.page-voor-wie .scenario-row--reference span {
  top: -13px;
  width: 28px;
  height: 28px;
  font-size: 11px;
}

.page-voor-wie .scenario-row--reference i {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.page-voor-wie .scenario-row--reference i svg {
  width: 25px;
  height: 25px;
}

.page-voor-wie .scenario-row--reference h3 {
  font-size: 11px;
}

.page-voor-wie .scenario-row--reference p {
  font-size: 10.25px;
  line-height: 1.5;
}

.page-voor-wie .scenario-row--reference article::after {
  right: -21px;
  width: 10px;
  height: 10px;
}

.page-voor-wie .why-slice {
  padding: 44px 0 46px;
  background: #ffffff;
}

.page-voor-wie .why-slice .slice-head--split {
  gap: 56px;
  margin-bottom: 22px;
}

.page-voor-wie .why-slice .slice-head h2 {
  max-width: 470px;
  font-size: 30px;
}

.page-voor-wie .why-card {
  min-height: 92px;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(8, 29, 53, 0.045);
}

.page-voor-wie .why-card__icon {
  width: 44px;
  height: 44px;
}

.page-voor-wie .why-card h3 {
  font-size: 11px;
}

.page-voor-wie .why-card p {
  font-size: 11px;
}

.page-voor-wie .audience-cta {
  padding: 52px 0 58px;
  background: #ffffff;
}

.page-voor-wie .final-cta--audience {
  padding: 22px 28px;
  gap: 26px;
  border-radius: 15px;
}

.page-voor-wie .final-cta--audience h2 {
  font-size: 27px;
}

.page-voor-wie .final-cta--audience p:not(.kicker) {
  font-size: 12.5px;
}

.page-voor-wie .final-cta__visual {
  min-height: 90px;
}

.page-voor-wie .op-footer {
  padding: 48px 0 26px;
}

.page-voor-wie .op-footer__grid {
  gap: 42px;
}

@media (max-width: 1120px) {
  .page-voor-wie .scenario-row--reference {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .page-voor-wie .scenario-row--reference article:nth-child(3)::after,
  .page-voor-wie .scenario-row--reference article:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .page-voor-wie .op-wrap {
    width: min(100%, calc(100% - 28px));
  }

  .page-voor-wie .intro--audience {
    padding: 42px 0 38px;
  }

  .page-voor-wie .intro--audience h1 {
    font-size: 34px;
  }

  .page-voor-wie .audience-slice,
  .page-voor-wie .flow-slice,
  .page-voor-wie .why-slice,
  .page-voor-wie .audience-cta {
    padding-block: 42px;
  }

  .page-voor-wie .audience-slice .slice-head--split,
  .page-voor-wie .why-slice .slice-head--split {
    gap: 14px;
  }

  .page-voor-wie .audience-slice .slice-head h2,
  .page-voor-wie .slice-head--compact h2,
  .page-voor-wie .why-slice .slice-head h2 {
    font-size: 30px;
  }

  .page-voor-wie .audience-grid--refined .audience-card {
    min-height: 0;
    padding: 18px;
  }

  .page-voor-wie .scenario-row--reference {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-voor-wie .scenario-row--reference article {
    min-height: 0;
    padding: 22px 18px 18px 76px;
    text-align: left;
  }

  .page-voor-wie .scenario-row--reference span {
    top: 18px;
    left: 18px;
    transform: none;
  }

  .page-voor-wie .scenario-row--reference i {
    position: absolute;
    top: 54px;
    left: 18px;
    width: 42px;
    height: 42px;
  }

  .page-voor-wie .scenario-row--reference article::after {
    display: none;
  }

  .page-voor-wie .final-cta--audience {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

/* Voor wie: final premium pass */
.page-voor-wie main {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 42%, #ffffff 100%);
}

.page-voor-wie .kicker {
  letter-spacing: 0.045em;
}

.page-voor-wie .intro--audience {
  position: relative;
  overflow: hidden;
  padding: 74px 0 72px;
  border-bottom: 1px solid rgba(10, 31, 59, 0.07);
  background:
    radial-gradient(circle at -8% 82%, rgba(46, 212, 122, 0.12), transparent 27%),
    radial-gradient(circle at 96% 80%, rgba(46, 212, 122, 0.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.page-voor-wie .intro--audience .slice-head {
  max-width: 720px;
  margin-inline: auto;
}

.page-voor-wie .intro--audience h1 {
  max-width: 650px;
  font-size: clamp(39px, 4.1vw, 52px);
  letter-spacing: 0;
}

.page-voor-wie .intro--audience .slice-head p:not(.kicker) {
  max-width: 610px;
  margin-inline: auto;
  color: #344963;
  font-size: 15px;
}

.page-voor-wie .op-actions--centered {
  justify-content: center;
}

.page-voor-wie .audience-slice {
  padding: 68px 0 54px;
  background: #ffffff;
}

.page-voor-wie .audience-slice .slice-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.56fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 32px;
}

.page-voor-wie .audience-slice .slice-head h2 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}

.page-voor-wie .audience-slice .slice-head p:not(.kicker) {
  max-width: 500px;
  color: #344963;
  font-size: 15px;
  line-height: 1.75;
}

.page-voor-wie .audience-grid--refined {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-voor-wie .audience-grid--refined .audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 256px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(13, 43, 75, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 29, 53, 0.065);
}

.page-voor-wie .audience-grid--refined .audience-card::after {
  display: none !important;
}

.page-voor-wie .audience-card--accent {
  border-color: rgba(0, 139, 89, 0.16);
  background: linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%);
}

.page-voor-wie .audience-grid--refined .audience-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.page-voor-wie .audience-card__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 139, 89, 0.12);
  border-radius: 999px;
  background: #eaf8f0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.page-voor-wie .audience-card__icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.9;
}

.page-voor-wie .audience-grid--refined .audience-card__pill {
  min-height: 25px;
  padding: 0 11px;
  border: 1px solid rgba(0, 139, 89, 0.12);
  border-radius: 999px;
  background: #ecf9f2;
  color: #08734f;
  font-size: 10.5px;
  line-height: 1;
  white-space: nowrap;
}

.page-voor-wie .audience-grid--refined .audience-card h3 {
  margin-bottom: 10px;
  color: #071a35;
  font-size: 21px;
  line-height: 1.12;
}

.page-voor-wie .audience-grid--refined .audience-card p {
  max-width: none;
  color: #314863;
  font-size: 14px;
  line-height: 1.62;
}

.page-voor-wie .audience-grid--refined .audience-card__points {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(10, 31, 59, 0.08);
  gap: 8px;
}

.page-voor-wie .audience-grid--refined .audience-card__points li {
  padding-left: 20px;
  color: #203857;
  font-size: 12.2px;
  line-height: 1.35;
}

.page-voor-wie .audience-card__points li::before {
  top: 0.52em;
  width: 7px;
  height: 7px;
  background: #13a86f;
  box-shadow: 0 0 0 3px rgba(46, 212, 122, 0.12);
}

.page-voor-wie .audience-card__link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: auto;
  color: #08734f;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.page-voor-wie .audience-card__link::after {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.page-voor-wie .flow-slice {
  padding: 58px 0 62px;
  border-top: 1px solid rgba(10, 31, 59, 0.07);
  border-bottom: 1px solid rgba(10, 31, 59, 0.07);
  background: #fbfdfe;
}

.page-voor-wie .slice-head--compact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.page-voor-wie .slice-head--compact .kicker {
  grid-column: 1 / -1;
  margin-bottom: -52px;
}

.page-voor-wie .slice-head--compact h2 {
  max-width: 640px;
  font-size: clamp(30px, 3.1vw, 40px);
  line-height: 1.12;
}

.page-voor-wie .slice-head--compact p:not(.kicker) {
  margin: 0;
  max-width: 500px;
  color: #344963;
  font-size: 15px;
  line-height: 1.7;
}

.page-voor-wie .scenario-row--reference {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.page-voor-wie .scenario-row--reference article {
  position: relative;
  min-height: 206px;
  padding: 42px 16px 20px;
  border: 1px solid rgba(10, 31, 59, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(8, 29, 53, 0.07);
  text-align: center;
}

.page-voor-wie .scenario-row--reference span {
  top: -16px;
  width: 32px;
  height: 32px;
  border: 4px solid #fbfdfe;
  background: #13a86f;
  font-size: 11px;
  box-shadow: 0 8px 18px rgba(19, 168, 111, 0.22);
}

.page-voor-wie .scenario-row--reference i {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 139, 89, 0.12);
  background: #eef9f3;
}

.page-voor-wie .scenario-row--reference i svg {
  width: 27px;
  height: 27px;
}

.page-voor-wie .scenario-row--reference h3 {
  margin-bottom: 8px;
  font-size: 14px;
}

.page-voor-wie .scenario-row--reference p {
  color: #41546c;
  font-size: 11px;
  line-height: 1.55;
}

.page-voor-wie .scenario-row--reference article::after {
  right: -21px;
  width: 14px;
  height: 14px;
  border: 0;
  background: none;
  color: #13a86f;
  content: "->";
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
}

.page-voor-wie .why-slice {
  padding: 60px 0 52px;
  background: #ffffff;
}

.page-voor-wie .why-slice .slice-head--split {
  gap: 70px;
  margin-bottom: 28px;
}

.page-voor-wie .why-card {
  min-height: 118px;
  padding: 22px;
  border-radius: 16px;
  border-color: rgba(10, 31, 59, 0.08);
  box-shadow: 0 14px 34px rgba(8, 29, 53, 0.045);
}

.page-voor-wie .audience-cta {
  padding: 56px 0 70px;
  background: #ffffff;
}

.page-voor-wie .final-cta--audience {
  align-items: center;
  padding: 26px 32px;
  border-radius: 18px;
  border: 1px solid rgba(0, 139, 89, 0.1);
  background: linear-gradient(90deg, #eef8f3 0%, #f7fbfd 56%, #ffffff 100%);
  box-shadow: 0 20px 46px rgba(8, 29, 53, 0.055);
}

@media (max-width: 1180px) {
  .page-voor-wie .scenario-row--reference {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 38px;
  }

  .page-voor-wie .scenario-row--reference article:nth-child(3)::after,
  .page-voor-wie .scenario-row--reference article:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .page-voor-wie .audience-slice .slice-head--split,
  .page-voor-wie .slice-head--compact,
  .page-voor-wie .why-slice .slice-head--split {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .page-voor-wie .slice-head--compact .kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .page-voor-wie .audience-grid--refined {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .page-voor-wie .op-wrap {
    width: min(100%, calc(100% - 30px));
  }

  .page-voor-wie .intro--audience {
    padding: 44px 0 42px;
  }

  .page-voor-wie .intro--audience h1 {
    max-width: 360px;
    font-size: 34px;
    line-height: 1.1;
  }

  .page-voor-wie .intro--audience .slice-head p:not(.kicker) {
    font-size: 14px;
    line-height: 1.65;
  }

  .page-voor-wie .op-actions--centered {
    width: 100%;
  }

  .page-voor-wie .op-actions--centered .op-action {
    width: 100%;
  }

  .page-voor-wie .audience-slice,
  .page-voor-wie .flow-slice,
  .page-voor-wie .why-slice,
  .page-voor-wie .audience-cta {
    padding-block: 42px;
  }

  .page-voor-wie .audience-slice .slice-head--split,
  .page-voor-wie .slice-head--compact,
  .page-voor-wie .why-slice .slice-head--split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    text-align: left;
  }

  .page-voor-wie .audience-slice .slice-head h2,
  .page-voor-wie .slice-head--compact h2,
  .page-voor-wie .why-slice .slice-head h2 {
    max-width: none;
    font-size: 29px;
    line-height: 1.14;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .page-voor-wie .audience-slice .slice-head p:not(.kicker),
  .page-voor-wie .slice-head--compact p:not(.kicker),
  .page-voor-wie .why-slice .slice-head p:not(.kicker) {
    max-width: none;
    font-size: 14px;
    line-height: 1.65;
  }

  .page-voor-wie .audience-grid--refined {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-voor-wie .audience-grid--refined .audience-card {
    min-height: 0;
    padding: 20px;
    border-radius: 16px;
  }

  .page-voor-wie .audience-grid--refined .audience-card__top {
    margin-bottom: 16px;
  }

  .page-voor-wie .audience-grid--refined .audience-card h3 {
    font-size: 21px;
  }

  .page-voor-wie .audience-grid--refined .audience-card p {
    font-size: 13.5px;
  }

  .page-voor-wie .scenario-row--reference {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-voor-wie .scenario-row--reference article {
    min-height: 0;
    padding: 22px 18px 20px 82px;
    text-align: left;
  }

  .page-voor-wie .scenario-row--reference span {
    top: 18px;
    left: 18px;
    transform: none;
  }

  .page-voor-wie .scenario-row--reference i {
    position: absolute;
    top: 58px;
    left: 18px;
    width: 46px;
    height: 46px;
  }

  .page-voor-wie .scenario-row--reference article::after {
    display: none;
  }

  .page-voor-wie .scenario-row--reference h3 {
    font-size: 16px;
  }

  .page-voor-wie .scenario-row--reference p {
    font-size: 11px;
  }

  .page-voor-wie .final-cta--audience {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }
}
/* Groei: premium reference layout */
.page-groei main {
  background: #ffffff;
}

.page-groei .op-wrap {
  width: min(1180px, calc(100% - 48px));
}

.page-groei .growth-hero-v2 {
  padding: 68px 0 74px;
  border-bottom: 1px solid rgba(10, 31, 59, 0.07);
  background:
    radial-gradient(circle at 88% 20%, rgba(46, 212, 122, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.page-groei .growth-hero-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(480px, 1fr);
  gap: 62px;
  align-items: center;
}

.page-groei .growth-hero-v2__copy h1 {
  max-width: 610px;
  color: var(--night);
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-groei .growth-hero-v2__copy p:not(.kicker) {
  max-width: 620px;
  margin-top: 20px;
  color: #233a58;
  font-size: 17px;
  line-height: 1.7;
}

.page-groei .growth-hero-v2__copy .op-actions {
  margin-top: 28px;
}

.page-groei .growth-benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.page-groei .growth-benefit-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(10, 31, 59, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #10213a;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(8, 29, 53, 0.04);
}

.page-groei .growth-benefit-pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #13a86f;
  box-shadow: 0 0 0 3px rgba(46, 212, 122, 0.12);
}

.page-groei .growth-hero-v2__visual {
  position: relative;
  min-height: 460px;
}

.page-groei .growth-laptop {
  position: absolute;
  left: 12px;
  right: 108px;
  bottom: 34px;
  padding: 16px 16px 26px;
  border-radius: 24px 24px 16px 16px;
  background: linear-gradient(180deg, #162a42, #0a1d34);
  box-shadow: 0 30px 80px rgba(8, 29, 53, 0.2);
}

.page-groei .growth-laptop::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -16px;
  height: 16px;
  border-radius: 0 0 22px 22px;
  background: #d8e1ea;
}

.page-groei .growth-laptop__screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 16px;
  min-height: 280px;
  overflow: hidden;
  border-radius: 14px;
  background: #eef5f2;
}

.page-groei .growth-site-preview {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 21, 45, 0.85), rgba(6, 21, 45, 0.1)),
    url("assets/vakbedrijf-project.png") center/cover;
}

.page-groei .growth-site-preview span {
  max-width: 310px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.08;
}

.page-groei .growth-site-preview ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
}

.page-groei .growth-site-preview li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #2ed47a;
}

.page-groei .growth-form-preview {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
}

.page-groei .growth-form-preview b {
  color: var(--night);
  font-size: 14px;
  line-height: 1.25;
}

.page-groei .growth-form-preview label {
  margin-top: 4px;
  color: #607086;
  font-size: 10px;
  font-weight: 800;
}

.page-groei .growth-form-preview span {
  height: 32px;
  border: 1px solid #dbe7df;
  border-radius: 8px;
  background: #f7fbf9;
}

.page-groei .growth-form-preview button {
  min-height: 36px;
  margin-top: 6px;
  border: 0;
  border-radius: 9px;
  background: #0f8f5d;
  color: #ffffff;
  font-weight: 900;
}

.page-groei .growth-proof-card {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 215px;
  padding: 18px;
  border: 1px solid rgba(10, 31, 59, 0.11);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(8, 29, 53, 0.16);
}

.page-groei .growth-proof-card__label {
  color: #0f8f5d;
  font-size: 11px;
  font-weight: 900;
}

.page-groei .growth-proof-card h3 {
  margin-top: 10px;
  color: var(--night);
  font-size: 19px;
  line-height: 1.1;
}

.page-groei .growth-proof-card p,
.page-groei .growth-proof-card small {
  color: #607086;
  font-size: 11px;
}

.page-groei .growth-proof-card__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 14px 0;
}

.page-groei .growth-proof-card__actions span {
  padding: 6px 4px;
  border-radius: 9px;
  background: #eef7f3;
  color: #0f8f5d;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

.page-groei .growth-callout {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 205px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 31, 59, 0.09);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(8, 29, 53, 0.11);
}

.page-groei .growth-callout i {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #e8f8ef;
}

.page-groei .growth-callout strong {
  color: var(--night);
  font-size: 12px;
  line-height: 1.25;
}

.page-groei .growth-callout--google { top: 32px; left: 90px; }
.page-groei .growth-callout--route { top: 52px; right: 8px; }
.page-groei .growth-callout--requests { left: 250px; bottom: 0; }

.page-groei .growth-basis-v2 {
  padding-top: 62px;
}

.page-groei .slice-head--center {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.page-groei .slice-head--center h2 {
  color: var(--night);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}

.page-groei .growth-premium-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-groei .growth-premium-card {
  padding: 26px;
  border: 1px solid rgba(10, 31, 59, 0.09);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 29, 53, 0.065);
}

.page-groei .growth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 139, 89, 0.13);
  border-radius: 999px;
  background: #eaf8f0;
  color: #0f8f5d;
}

.page-groei .growth-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.page-groei .growth-premium-card h3 {
  margin-top: 20px;
  color: var(--night);
  font-size: 22px;
}

.page-groei .growth-premium-card p {
  margin-top: 9px;
  color: #3a4f69;
  line-height: 1.6;
}

.page-groei .growth-premium-card ul,
.page-groei .growth-followup-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-groei .growth-premium-card li,
.page-groei .growth-followup-card li {
  position: relative;
  padding-left: 22px;
  color: #203857;
  font-weight: 850;
}

.page-groei .growth-premium-card li::before,
.page-groei .growth-followup-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #13a86f;
  box-shadow: 0 0 0 3px rgba(46, 212, 122, 0.12);
}

.page-groei .growth-website-v2 {
  background: #ffffff;
}

.page-groei .growth-website-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.page-groei .growth-website-v2__mock {
  overflow: hidden;
  border: 1px solid rgba(10, 31, 59, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(8, 29, 53, 0.09);
}

.page-groei .growth-browser-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(10, 31, 59, 0.07);
}

.page-groei .growth-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2ed47a;
}

.page-groei .growth-browser-bar span:nth-child(1) { background: #ff6464; }
.page-groei .growth-browser-bar span:nth-child(2) { background: #ffc35a; }

.page-groei .growth-website-v2__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 335px;
  padding: 30px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 21, 45, 0.86), rgba(6, 21, 45, 0.12)),
    url("assets/vakbedrijf-project.png") center/cover;
}

.page-groei .growth-website-v2__image strong {
  max-width: 390px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.04;
}

.page-groei .growth-website-v2__image a {
  width: fit-content;
  margin-top: 16px;
  padding: 11px 16px;
  border-radius: 9px;
  background: #0f8f5d;
  color: #ffffff;
  font-weight: 900;
}

.page-groei .growth-website-v2__copy h2,
.page-groei .growth-followup-card h2 {
  color: var(--night);
  font-size: clamp(30px, 3.3vw, 43px);
  line-height: 1.12;
}

.page-groei .growth-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.page-groei .growth-benefit-list article {
  display: grid;
  gap: 13px;
}

.page-groei .growth-benefit-list .growth-icon {
  width: 44px;
  height: 44px;
}

.page-groei .growth-benefit-list h3 {
  color: var(--night);
  font-size: 17px;
}

.page-groei .growth-benefit-list p {
  margin-top: 6px;
  color: #3a4f69;
  line-height: 1.55;
}

.page-groei .growth-followup-v2 {
  background: #f7fbfd;
}

.page-groei .growth-followup-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(10, 31, 59, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(8, 29, 53, 0.08);
}

.page-groei .growth-followup-card__copy p:not(.kicker):not(.small-proof) {
  margin-top: 14px;
  color: #314863;
  font-size: 16px;
  line-height: 1.7;
}

.page-groei .growth-followup-card__image {
  overflow: hidden;
  border: 1px solid rgba(10, 31, 59, 0.1);
  border-radius: 18px;
  background: #eef7f2;
}

.page-groei .growth-followup-card__image img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: left top;
}

.page-groei .growth-followup-card .small-proof {
  margin-top: 20px;
  color: #203857;
  font-weight: 850;
}

.page-groei .growth-followup-card .small-proof a {
  color: #08734f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.page-groei .growth-route-v2 {
  margin: 0 auto;
  padding: 70px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(46, 212, 122, 0.18), transparent 32%),
    linear-gradient(135deg, #061b32 0%, #073c34 100%);
}

.page-groei .growth-route-v2 .slice-head--center h2,
.page-groei .growth-route-v2 .kicker {
  color: #ffffff;
}

.page-groei .growth-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
}

.page-groei .growth-route-steps article {
  position: relative;
  text-align: center;
}

.page-groei .growth-route-steps article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 44px;
  right: -15px;
  color: rgba(46, 212, 122, 0.75);
  font-weight: 900;
}

.page-groei .growth-route-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #2ed47a;
  color: #06213b;
  font-size: 12px;
}

.page-groei .growth-route-steps .growth-icon {
  display: flex;
  margin: 0 auto 12px;
  background: rgba(234, 248, 240, 0.96);
}

.page-groei .growth-route-steps h3 {
  color: #ffffff;
  font-size: 15px;
}

.page-groei .growth-route-steps p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.page-groei .growth-final-v2 {
  padding: 28px 0 42px;
  background: #ffffff;
}

.page-groei .growth-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 34px;
  border: 1px solid rgba(0, 139, 89, 0.11);
  border-radius: 20px;
  background: linear-gradient(90deg, #eef8f3 0%, #f8fbfd 62%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(8, 29, 53, 0.055);
}

.page-groei .growth-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #dcf7e7;
  color: #0f8f5d;
}

.page-groei .growth-final-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-groei .growth-final-card h2 {
  color: var(--night);
  font-size: 28px;
}

.page-groei .growth-final-card p {
  margin-top: 6px;
  color: #344963;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .page-groei .growth-hero-v2__grid,
  .page-groei .growth-website-v2__grid,
  .page-groei .growth-followup-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-hero-v2__visual {
    min-height: 520px;
  }

  .page-groei .growth-premium-cards,
  .page-groei .growth-benefit-list {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-groei .growth-route-steps article:nth-child(4)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .page-groei .op-wrap {
    width: min(100%, calc(100% - 30px));
  }

  .page-groei .growth-hero-v2 {
    padding: 44px 0 42px;
  }

  .page-groei .growth-hero-v2__grid {
    gap: 32px;
  }

  .page-groei .growth-hero-v2__copy {
    text-align: center;
  }

  .page-groei .growth-hero-v2__copy h1 {
    font-size: 34px;
  }

  .page-groei .growth-hero-v2__copy p:not(.kicker) {
    font-size: 14.5px;
  }

  .page-groei .growth-hero-v2__copy .op-actions,
  .page-groei .growth-final-card .op-actions {
    width: 100%;
  }

  .page-groei .growth-hero-v2__copy .op-action,
  .page-groei .growth-final-card .op-action {
    width: 100%;
  }

  .page-groei .growth-benefit-pills {
    justify-content: center;
  }

  .page-groei .growth-hero-v2__visual {
    min-height: 430px;
  }

  .page-groei .growth-laptop {
    left: 0;
    right: 0;
    bottom: 78px;
    padding: 10px 10px 18px;
  }

  .page-groei .growth-laptop__screen {
    grid-template-columns: 1fr;
    min-height: 250px;
  }

  .page-groei .growth-site-preview {
    min-height: 250px;
    padding: 22px;
  }

  .page-groei .growth-site-preview span {
    font-size: 24px;
  }

  .page-groei .growth-form-preview {
    display: none;
  }

  .page-groei .growth-proof-card {
    right: 18px;
    bottom: 0;
    width: 176px;
    padding: 13px;
    border-width: 6px;
  }

  .page-groei .growth-callout {
    max-width: 170px;
    padding: 9px 10px;
  }

  .page-groei .growth-callout--google { top: 0; left: 0; }
  .page-groei .growth-callout--route { top: 46px; right: 0; }
  .page-groei .growth-callout--requests { left: 8px; bottom: 6px; }

  .page-groei .growth-premium-cards {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-website-v2__image {
    min-height: 250px;
    padding: 22px;
  }

  .page-groei .growth-website-v2__image strong {
    font-size: 27px;
  }

  .page-groei .growth-followup-card {
    padding: 20px;
  }

  .page-groei .growth-followup-card__image img {
    min-height: 250px;
  }

  .page-groei .growth-route-v2 {
    padding: 50px 0;
  }

  .page-groei .growth-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .page-groei .growth-route-steps article::after {
    display: none;
  }

  .page-groei .growth-route-steps p {
    font-size: 11.5px;
  }

  .page-groei .growth-final-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px;
  }

  .page-groei .growth-final-icon {
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .page-groei .growth-proof-card h3 { font-size: 17px; }
  .page-groei .growth-proof-card p { font-size: 10.5px; line-height: 1.45; }
}

.page-groei .growth-safe-portal {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 360px;
  background: #eef7f2;
}

.page-groei .growth-safe-portal aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  background: linear-gradient(180deg, #0c3a2b, #082719);
  color: #ffffff;
}

.page-groei .growth-safe-portal aside strong {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 17px;
}

.page-groei .growth-safe-portal aside span {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
}

.page-groei .growth-safe-portal aside .is-active {
  background: #ffffff;
  color: #0a1f3b;
}

.page-groei .growth-safe-portal section {
  padding: 24px;
}

.page-groei .growth-safe-portal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(10, 31, 59, 0.08);
  border-radius: 16px;
  background: #ffffff;
}

.page-groei .growth-safe-portal__head h3 {
  margin-top: 3px;
  color: var(--night);
  font-size: 24px;
}

.page-groei .growth-safe-portal__head a {
  padding: 10px 14px;
  border-radius: 10px;
  background: #0f8f5d;
  color: #ffffff;
  font-weight: 900;
}

.page-groei .growth-safe-portal__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.page-groei .growth-safe-portal__stats article,
.page-groei .growth-safe-portal__table p {
  border: 1px solid rgba(10, 31, 59, 0.08);
  border-radius: 13px;
  background: #ffffff;
}

.page-groei .growth-safe-portal__stats article {
  padding: 16px;
}

.page-groei .growth-safe-portal__stats span {
  color: #6d7b8b;
  font-size: 12px;
}

.page-groei .growth-safe-portal__stats b {
  display: block;
  margin-top: 6px;
  color: var(--night);
  font-size: 18px;
}

.page-groei .growth-safe-portal__table {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.page-groei .growth-safe-portal__table p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
}

.page-groei .growth-safe-portal__table b {
  color: #203857;
}

.page-groei .growth-safe-portal__table span {
  color: #0f8f5d;
  font-weight: 900;
}

@media (max-width: 680px) {
  .page-groei .growth-safe-portal {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-groei .growth-safe-portal aside {
    display: none;
  }

  .page-groei .growth-safe-portal section {
    padding: 16px;
  }

  .page-groei .growth-safe-portal__head {
    display: grid;
  }

  .page-groei .growth-safe-portal__stats {
    grid-template-columns: 1fr;
  }
}

/* Groei: tighter reference match with proof-safe visuals */
.page-groei {
  --growth-green: #138f43;
  --growth-mint: #eef9f2;
  --growth-line: rgba(13, 35, 65, 0.1);
}

.page-groei .op-wrap {
  width: min(1240px, calc(100% - 80px));
}

.page-groei .op-header .op-wrap {
  width: min(1320px, calc(100% - 40px));
}

.page-groei .op-nav {
  gap: 14px;
}

.page-groei .op-brand--lockup img {
  width: clamp(210px, 18vw, 238px);
}

.page-groei .op-action--dark {
  border-color: var(--growth-green);
  background: var(--growth-green);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(19, 143, 67, 0.2);
}

.page-groei .op-action--plain {
  border-color: rgba(19, 143, 67, 0.48);
  background: #ffffff;
  color: var(--growth-green);
}

.page-groei .growth-hero-v2 {
  padding: 58px 0 62px;
  background:
    radial-gradient(circle at 93% 18%, rgba(32, 175, 94, 0.11), transparent 27%),
    radial-gradient(circle at 52% 6%, rgba(15, 42, 75, 0.045), transparent 34%),
    #ffffff;
}

.page-groei .growth-hero-v2__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 54px;
}

.page-groei .growth-hero-v2__copy h1 {
  max-width: 570px;
  font-size: clamp(38px, 3.25vw, 50px);
  line-height: 1.06;
}

.page-groei .growth-hero-v2__copy p:not(.kicker) {
  max-width: 590px;
  color: #10213a;
  font-size: 17px;
  line-height: 1.62;
}

.page-groei .growth-hero-v2__visual {
  min-height: 390px;
}

.page-groei .growth-laptop {
  left: 12px;
  right: 104px;
  bottom: 42px;
  padding: 12px 12px 22px;
  border-radius: 22px 22px 14px 14px;
  background: linear-gradient(180deg, #182c43, #091c32);
}

.page-groei .growth-laptop__screen {
  grid-template-columns: minmax(0, 1fr) 170px;
  min-height: 238px;
  border-radius: 12px;
}

.page-groei .growth-site-preview {
  min-height: 238px;
  padding: 28px 26px;
}

.page-groei .growth-site-preview span {
  max-width: 285px;
  font-size: 25px;
}

.page-groei .growth-form-preview {
  gap: 7px;
  padding: 18px;
}

.page-groei .growth-form-preview b {
  font-size: 13px;
}

.page-groei .growth-form-preview span {
  height: 27px;
}

.page-groei .growth-callout {
  min-width: 172px;
  width: max-content;
  padding: 13px 15px;
  border-color: rgba(13, 35, 65, 0.08);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(8, 29, 53, 0.1);
}

.page-groei .growth-callout i {
  position: relative;
  background: #e7f8ec;
}

.page-groei .growth-callout i::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--growth-green);
  font-size: 15px;
  font-weight: 900;
}

.page-groei .growth-callout--google i::before { content: "↗"; }
.page-groei .growth-callout--route i::before { content: "✓"; }
.page-groei .growth-callout--requests i::before { content: "●"; }

.page-groei .growth-callout--google {
  top: 22px;
  left: 72px;
}

.page-groei .growth-callout--route {
  top: 22px;
  right: 4px;
}

.page-groei .growth-callout--requests {
  left: auto;
  right: 118px;
  bottom: 6px;
  max-width: 230px;
}

.page-groei .growth-proof-card {
  right: 0;
  bottom: 46px;
  width: 190px;
  min-height: 238px;
  padding: 18px;
  border-radius: 25px;
  box-shadow: 0 24px 58px rgba(8, 29, 53, 0.18);
}

.page-groei .growth-proof-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin: -7px auto 15px;
  border-radius: 999px;
  background: #d8e1ea;
}

.page-groei .growth-proof-card h3 {
  font-size: 20px;
}

.page-groei .growth-proof-card p {
  font-size: 12px;
  line-height: 1.55;
}

.page-groei .growth-basis-v2 {
  padding-top: 54px;
  background: #ffffff;
}

.page-groei .slice-head--center {
  margin-bottom: 28px;
}

.page-groei .slice-head--center h2 {
  font-size: clamp(29px, 2.8vw, 38px);
}

.page-groei .growth-premium-cards {
  gap: 24px;
}

.page-groei .growth-premium-card {
  min-height: 245px;
  padding: 28px 30px;
  border-color: rgba(13, 35, 65, 0.1);
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(8, 29, 53, 0.08);
}

.page-groei .growth-premium-card h3 {
  margin-top: 18px;
  font-size: 20px;
}

.page-groei .growth-premium-card p {
  color: #10213a;
  font-size: 14px;
  line-height: 1.55;
}

.page-groei .growth-premium-card li {
  font-size: 13px;
}

.page-groei .growth-icon {
  width: 58px;
  height: 58px;
  background: #ebf7ee;
}

.page-groei .growth-website-v2 {
  padding-top: 28px;
}

.page-groei .growth-website-v2__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.05fr);
  gap: 64px;
}

.page-groei .growth-website-v2__mock {
  border: 0;
  border-radius: 17px;
  background: transparent;
  box-shadow: 0 18px 42px rgba(8, 29, 53, 0.08);
}

.page-groei .growth-browser-bar {
  display: none;
}

.page-groei .growth-website-v2__image {
  min-height: 320px;
  border-radius: 17px;
  padding: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.page-groei .growth-website-v2__image strong {
  max-width: 330px;
  font-size: 28px;
}

.page-groei .growth-benefit-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.page-groei .growth-benefit-list article {
  justify-items: start;
}

.page-groei .growth-benefit-list .growth-icon {
  width: 54px;
  height: 54px;
}

.page-groei .growth-followup-card {
  border-radius: 20px;
  background: #ffffff;
}

.page-groei .growth-route-v2 {
  width: min(1180px, calc(100% - 48px));
  margin: 12px auto 0;
  padding: 54px 38px 52px;
  border-radius: 22px;
}

.page-groei .growth-final-v2 {
  padding-top: 26px;
}

@media (max-width: 1080px) {
  .page-groei .growth-hero-v2__grid {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-hero-v2__copy {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .page-groei .op-wrap,
  .page-groei .op-header .op-wrap {
    width: min(100%, calc(100% - 30px));
  }

  .page-groei .growth-hero-v2 {
    padding: 38px 0 38px;
    overflow: hidden;
  }

  .page-groei .growth-hero-v2__copy {
    text-align: center;
    width: 100%;
    min-width: 0;
  }

  .page-groei .growth-hero-v2__copy h1 {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 1.16;
  }

  .page-groei .growth-hero-v2__copy p:not(.kicker) {
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12.8px;
    line-height: 1.65;
  }

  .page-groei .growth-hero-v2__copy .op-actions,
  .page-groei .growth-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: min(100%, 300px);
    margin-left: auto;
    margin-right: auto;
  }

  .page-groei .growth-hero-v2__copy .op-action,
  .page-groei .growth-final-card .op-action {
    width: 100%;
  }

  .page-groei .growth-hero-v2__visual {
    min-height: 430px;
    width: 100%;
    min-width: 0;
  }

  .page-groei .growth-laptop {
    left: 0;
    right: 0;
    bottom: 92px;
  }

  .page-groei .growth-laptop__screen {
    min-height: 245px;
  }

  .page-groei .growth-proof-card {
    right: 10px;
    bottom: 0;
    width: 180px;
    min-height: 0;
    padding: 16px;
  }

  .page-groei .growth-proof-card__actions {
    display: none;
  }

  .page-groei .growth-callout {
    min-width: 0;
    max-width: 145px;
    padding: 9px 10px;
  }

  .page-groei .growth-callout strong {
    font-size: 10.5px;
  }

  .page-groei .growth-callout--google {
    top: 0;
    left: 0;
  }

  .page-groei .growth-callout--route {
    top: 42px;
    right: 18px;
  }

  .page-groei .growth-callout--requests {
    left: 0;
    right: auto;
    bottom: 36px;
  }

  .page-groei .growth-premium-card {
    min-height: 0;
  }

  .page-groei .growth-website-v2__grid {
    gap: 28px;
  }

  .page-groei .growth-benefit-list {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-route-v2 {
    width: min(100%, calc(100% - 30px));
    padding: 42px 18px;
  }
}

/* Groei: final reference alignment */
.page-groei .op-wrap {
  width: min(1160px, calc(100% - 72px));
}

.page-groei .growth-hero-v2 {
  padding: 54px 0 58px;
  background:
    radial-gradient(circle at 91% 18%, rgba(19, 143, 67, 0.09), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.page-groei .growth-hero-v2__grid {
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.06fr);
  gap: 56px;
}

.page-groei .growth-hero-v2__copy h1 {
  max-width: 520px;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.06;
}

.page-groei .growth-hero-v2__copy p:not(.kicker) {
  max-width: 530px;
  margin-top: 18px;
  font-size: 15.5px;
  line-height: 1.62;
}

.page-groei .growth-hero-v2__copy .op-actions {
  margin-top: 28px;
}

.page-groei .growth-benefit-pills {
  gap: 12px;
  margin-top: 24px;
}

.page-groei .growth-benefit-pills span {
  min-height: 34px;
  padding: 0 14px;
  font-size: 11.5px;
}

.page-groei .growth-hero-v2__visual {
  min-height: 335px;
}

.page-groei .growth-laptop {
  left: 12px;
  right: 130px;
  bottom: 40px;
  padding: 12px 12px 21px;
  border-radius: 20px 20px 13px 13px;
}

.page-groei .growth-laptop::after {
  left: 18%;
  right: 18%;
  bottom: -13px;
  height: 13px;
}

.page-groei .growth-laptop__screen {
  grid-template-columns: minmax(0, 1fr) 158px;
  gap: 12px;
  min-height: 216px;
}

.page-groei .growth-site-preview {
  min-height: 216px;
  padding: 24px;
}

.page-groei .growth-site-preview span {
  max-width: 250px;
  font-size: 24px;
}

.page-groei .growth-site-preview ul {
  margin-top: 13px;
  font-size: 11.5px;
}

.page-groei .growth-form-preview {
  gap: 6px;
  padding: 16px;
}

.page-groei .growth-form-preview span {
  height: 25px;
}

.page-groei .growth-callout {
  min-width: 160px;
  padding: 11px 13px;
  border-radius: 12px;
}

.page-groei .growth-callout i {
  width: 28px;
  height: 28px;
}

.page-groei .growth-callout i::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--growth-green);
  font-size: 11px;
  font-weight: 900;
}

.page-groei .growth-callout--google i::before { content: "G"; }
.page-groei .growth-callout--route i::before { content: "OK"; }
.page-groei .growth-callout--requests i::before { content: "+"; }

.page-groei .growth-callout strong {
  font-size: 11.5px;
}

.page-groei .growth-callout--google {
  top: 8px;
  left: 88px;
}

.page-groei .growth-callout--route {
  top: 28px;
  right: 0;
}

.page-groei .growth-callout--requests {
  right: 130px;
  bottom: 0;
}

.page-groei .growth-proof-card {
  right: 0;
  bottom: 40px;
  width: 178px;
  min-height: 215px;
  padding: 19px 18px 17px;
  border-radius: 24px;
}

.page-groei .growth-proof-card__label {
  color: var(--growth-green);
  font-size: 10.5px;
}

.page-groei .growth-proof-card h3 {
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.12;
}

.page-groei .growth-proof-card p {
  margin-top: 10px;
  font-size: 11px;
}

.page-groei .growth-proof-card__actions {
  margin-top: 15px;
}

.page-groei .growth-basis-v2 {
  padding: 52px 0 26px;
}

.page-groei .slice-head--center {
  margin-bottom: 26px;
}

.page-groei .slice-head--center h2 {
  font-size: clamp(27px, 2.7vw, 36px);
}

.page-groei .growth-premium-cards {
  gap: 22px;
}

.page-groei .growth-premium-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  min-height: 0;
  padding: 24px 25px 22px;
  border-radius: 15px;
}

.page-groei .growth-premium-card .growth-icon {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
}

.page-groei .growth-premium-card h3 {
  align-self: end;
  margin-top: 0;
  font-size: 18px;
}

.page-groei .growth-premium-card p {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.48;
}

.page-groei .growth-premium-card ul {
  grid-column: 1 / -1;
  gap: 8px;
  margin-top: 14px;
  padding-top: 15px;
  border-top: 1px solid rgba(13, 35, 65, 0.08);
}

.page-groei .growth-premium-card li {
  font-size: 12.5px;
}

.page-groei .growth-website-v2 {
  padding: 28px 0 54px;
}

.page-groei .growth-website-v2__grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.page-groei .growth-website-v2__image {
  min-height: 255px;
  padding: 26px;
}

.page-groei .growth-website-v2__image strong {
  max-width: 285px;
  font-size: 25px;
}

.page-groei .growth-website-v2__image a {
  margin-top: 14px;
  padding: 10px 14px;
  font-size: 13px;
}

.page-groei .growth-website-v2__copy h2 {
  max-width: 560px;
  font-size: clamp(28px, 3vw, 38px);
}

.page-groei .growth-benefit-list {
  gap: 22px;
  margin-top: 28px;
}

.page-groei .growth-benefit-list .growth-icon {
  width: 48px;
  height: 48px;
}

.page-groei .growth-benefit-list h3 {
  font-size: 15px;
}

.page-groei .growth-benefit-list p {
  font-size: 13px;
  line-height: 1.5;
}

.page-groei .growth-followup-v2 {
  padding: 44px 0;
  background: #ffffff;
}

.page-groei .growth-followup-card {
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 34px;
  padding: 30px;
  border-radius: 21px;
  background: #f8fbf8;
}

.page-groei .growth-followup-card h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.page-groei .growth-followup-card__image {
  border-radius: 15px;
  background: #eef6f1;
}

.page-groei .growth-followup-card__image img {
  width: 100%;
  height: 360px;
  min-height: 0;
  object-fit: cover;
  object-position: 0% 0%;
}

.page-groei .growth-route-v2 {
  width: min(1160px, calc(100% - 72px));
  padding: 46px 34px 44px;
  border-radius: 18px;
}

.page-groei .growth-route-steps {
  gap: 14px;
}

.page-groei .growth-route-steps article:not(:last-child)::after {
  top: 43px;
  right: -12px;
  content: "->";
}

.page-groei .growth-route-steps .growth-icon {
  width: 46px;
  height: 46px;
}

.page-groei .growth-route-steps h3 {
  font-size: 13px;
}

.page-groei .growth-route-steps p {
  font-size: 10.8px;
}

.page-groei .growth-final-card {
  padding: 24px 30px;
}

@media (max-width: 1080px) {
  .page-groei .growth-hero-v2__grid,
  .page-groei .growth-website-v2__grid,
  .page-groei .growth-followup-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-premium-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-groei .op-wrap,
  .page-groei .op-header .op-wrap,
  .page-groei .growth-route-v2 {
    width: min(100%, calc(100% - 28px));
  }

  .page-groei .growth-hero-v2 {
    padding: 36px 0 34px;
  }

  .page-groei .growth-hero-v2__grid {
    gap: 24px;
  }

  .page-groei .growth-hero-v2__copy h1 {
    max-width: 330px;
    font-size: 30px;
  }

  .page-groei .growth-hero-v2__copy p:not(.kicker) {
    max-width: 330px;
    font-size: 13.5px;
  }

  .page-groei .growth-benefit-pills {
    justify-content: center;
  }

  .page-groei .growth-hero-v2__visual {
    min-height: 350px;
  }

  .page-groei .growth-laptop {
    left: 0;
    right: 34px;
    bottom: 84px;
  }

  .page-groei .growth-laptop__screen {
    grid-template-columns: 1fr;
    min-height: 200px;
  }

  .page-groei .growth-form-preview {
    display: none;
  }

  .page-groei .growth-proof-card {
    right: 0;
    bottom: 8px;
    width: 170px;
    min-height: 0;
  }

  .page-groei .growth-callout--route {
    display: none;
  }

  .page-groei .growth-callout--google {
    top: 0;
    left: 8px;
  }

  .page-groei .growth-callout--requests {
    right: 24px;
    bottom: 56px;
  }

  .page-groei .growth-premium-card {
    grid-template-columns: 48px 1fr;
    padding: 22px;
  }

  .page-groei .growth-premium-card .growth-icon {
    width: 46px;
    height: 46px;
  }

  .page-groei .growth-website-v2 {
    padding-bottom: 38px;
  }

  .page-groei .growth-website-v2__image {
    min-height: 230px;
  }

  .page-groei .growth-benefit-list {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-followup-card {
    padding: 22px;
  }

  .page-groei .growth-followup-card__image img {
    height: 260px;
  }

  .page-groei .growth-route-v2 {
    padding: 36px 18px;
  }
}

/* Groei: rebuilt reference blueprint */
.page-groei {
  --growth-ref-green: #159447;
  --growth-ref-mint: #eaf8ef;
  --growth-ref-ink: #071831;
  --growth-ref-text: #24364e;
  --growth-ref-border: rgba(7, 24, 49, 0.11);
  --growth-ref-shadow: 0 20px 52px rgba(7, 24, 49, 0.08);
}

.page-groei .op-wrap {
  width: min(1180px, calc(100% - 72px));
}

.growth-ref {
  background: #ffffff;
  color: var(--growth-ref-ink);
}

.growth-ref .kicker {
  color: #74eab1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-groei .op-action--dark {
  border-color: var(--growth-ref-green);
  background: var(--growth-ref-green);
  color: #ffffff;
  box-shadow: none;
}

.page-groei .op-action--plain {
  border-color: rgba(21, 148, 71, 0.55);
  background: #ffffff;
  color: var(--growth-ref-green);
}

.growth-ref-hero {
  padding: 62px 0 64px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.06);
  background:
    radial-gradient(circle at 91% 19%, rgba(21, 148, 71, 0.1), transparent 24%),
    radial-gradient(circle at 53% 7%, rgba(7, 24, 49, 0.035), transparent 29%),
    #ffffff;
}

.growth-ref-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1fr);
  gap: 60px;
  align-items: center;
}

.growth-ref-hero__copy h1 {
  max-width: 590px;
  margin-top: 18px;
  color: var(--growth-ref-ink);
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.growth-ref-hero__copy p:not(.kicker) {
  max-width: 565px;
  margin-top: 22px;
  color: var(--growth-ref-text);
  font-size: 16.5px;
  line-height: 1.62;
}

.growth-ref-hero__copy .op-actions {
  margin-top: 32px;
}

.growth-ref-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.growth-ref-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid var(--growth-ref-border);
  border-radius: 999px;
  background: #ffffff;
  color: #12233c;
  font-size: 11.5px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(7, 24, 49, 0.045);
}

.growth-ref-pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--growth-ref-green);
  box-shadow: 0 0 0 4px rgba(21, 148, 71, 0.12);
}

.growth-ref-visual {
  position: relative;
  min-height: 360px;
}

.growth-ref-screen {
  position: absolute;
  left: 0;
  right: 150px;
  bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 185px;
  gap: 0;
  min-height: 255px;
  padding: 14px;
  border-radius: 22px;
  background: #122842;
  box-shadow: 0 32px 72px rgba(7, 24, 49, 0.18);
}

.growth-ref-screen::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: -13px;
  height: 13px;
  border-radius: 0 0 18px 18px;
  background: #d9e2ea;
}

.growth-ref-site {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 227px;
  padding: 28px 28px 24px;
  overflow: hidden;
  border-radius: 13px 0 0 13px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 24, 49, 0.9), rgba(7, 24, 49, 0.18)),
    url("assets/vakbedrijf-project.png") center/cover;
}

.growth-ref-site span {
  max-width: 310px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.08;
}

.growth-ref-site ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  list-style: none;
}

.growth-ref-site li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #35d67f;
}

.growth-ref-form {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 227px;
  padding: 18px;
  border-radius: 0 13px 13px 0;
  background: rgba(255, 255, 255, 0.96);
}

.growth-ref-form b {
  color: var(--growth-ref-ink);
  font-size: 13px;
  line-height: 1.25;
}

.growth-ref-form label {
  color: #5f7084;
  font-size: 9.5px;
  font-weight: 900;
}

.growth-ref-form i {
  display: block;
  height: 25px;
  border: 1px solid #d8e6dd;
  border-radius: 7px;
  background: #f8fbf9;
}

.growth-ref-form button {
  min-height: 36px;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  background: var(--growth-ref-green);
  color: #ffffff;
  font-weight: 950;
}

.growth-ref-callout,
.growth-ref-route-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(7, 24, 49, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 24, 49, 0.12);
}

.growth-ref-callout {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 13px 15px;
  border-radius: 13px;
}

.growth-ref-callout--top {
  top: 16px;
  left: 48px;
}

.growth-ref-callout--bottom {
  right: 146px;
  bottom: 3px;
}

.growth-ref-callout strong {
  color: var(--growth-ref-ink);
  font-size: 11.5px;
  line-height: 1.25;
}

.growth-ref-miniicon,
.growth-ref-icon,
.growth-ref-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 148, 71, 0.15);
  border-radius: 999px;
  background: #e9f8ef;
  color: var(--growth-ref-green);
}

.growth-ref-miniicon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.growth-ref-miniicon svg,
.growth-ref-icon svg,
.growth-ref-final-icon svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.growth-ref-route-card {
  right: 0;
  bottom: 56px;
  width: 190px;
  min-height: 198px;
  padding: 22px 18px 17px;
  border-radius: 23px;
}

.growth-ref-route-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin: -10px auto 18px;
  border-radius: 999px;
  background: #d8e2eb;
}

.growth-ref-route-card span {
  color: var(--growth-ref-green);
  font-size: 11px;
  font-weight: 950;
}

.growth-ref-route-card h3 {
  margin-top: 12px;
  color: var(--growth-ref-ink);
  font-size: 19px;
  line-height: 1.12;
}

.growth-ref-route-card p {
  margin-top: 12px;
  color: #53657b;
  font-size: 12px;
  line-height: 1.55;
}

.growth-ref-basis {
  padding: 50px 0 32px;
}

.growth-ref-section-head {
  margin-bottom: 26px;
}

.growth-ref-section-head--center {
  text-align: center;
}

.growth-ref-section-head h2 {
  margin-top: 8px;
  color: var(--growth-ref-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.growth-ref-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.growth-ref-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px 18px;
  padding: 26px 28px 22px;
  border: 1px solid var(--growth-ref-border);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: var(--growth-ref-shadow);
}

.growth-ref-icon {
  width: 56px;
  height: 56px;
}

.growth-ref-card h3 {
  align-self: end;
  color: var(--growth-ref-ink);
  font-size: 18px;
  line-height: 1.2;
}

.growth-ref-card p {
  margin-top: 8px;
  color: #263950;
  font-size: 13px;
  line-height: 1.5;
}

.growth-ref-card ul,
.growth-ref-followup-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-ref-card ul {
  grid-column: 1 / -1;
  padding-top: 15px;
  border-top: 1px solid rgba(7, 24, 49, 0.08);
}

.growth-ref-card li,
.growth-ref-followup-copy li {
  position: relative;
  padding-left: 22px;
  color: #172b45;
  font-size: 12.5px;
  font-weight: 850;
}

.growth-ref-card li::before,
.growth-ref-followup-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--growth-ref-green);
  box-shadow: 0 0 0 3px rgba(21, 148, 71, 0.12);
}

.growth-ref-website {
  padding: 28px 0 56px;
}

.growth-ref-website__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.growth-ref-website-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 24, 49, 0.84), rgba(7, 24, 49, 0.12)),
    url("assets/vakbedrijf-project.png") center/cover;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.1);
}

.growth-ref-website-card strong {
  max-width: 320px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.07;
}

.growth-ref-website-card a {
  width: fit-content;
  margin-top: 17px;
  padding: 12px 16px;
  border-radius: 9px;
  background: var(--growth-ref-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.growth-ref-website-copy h2 {
  max-width: 590px;
  margin-top: 8px;
  color: var(--growth-ref-ink);
  font-size: clamp(27px, 3.1vw, 39px);
  line-height: 1.12;
}

.growth-ref-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 32px;
}

.growth-ref-benefits article {
  display: grid;
  gap: 11px;
}

.growth-ref-benefits .growth-ref-icon {
  width: 52px;
  height: 52px;
}

.growth-ref-benefits h3 {
  color: var(--growth-ref-ink);
  font-size: 15px;
}

.growth-ref-benefits p {
  color: #40536b;
  font-size: 13px;
  line-height: 1.5;
}

.growth-ref-followup {
  padding: 22px 0 34px;
}

.growth-ref-followup-card {
  display: grid;
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(7, 24, 49, 0.08);
  border-radius: 20px;
  background: #f8fbf8;
  box-shadow: 0 18px 46px rgba(7, 24, 49, 0.065);
}

.growth-ref-followup-copy h2 {
  margin-top: 8px;
  color: var(--growth-ref-ink);
  font-size: clamp(29px, 3vw, 37px);
  line-height: 1.08;
}

.growth-ref-followup-copy p:not(.kicker):not(.small-proof) {
  margin-top: 15px;
  color: #263950;
  font-size: 14.5px;
  line-height: 1.62;
}

.growth-ref-followup-copy ul {
  margin-top: 18px;
}

.growth-ref-followup-copy .small-proof {
  margin-top: 18px;
  color: #172b45;
  font-weight: 850;
}

.growth-ref-followup-copy .small-proof a {
  color: #087a49;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.growth-ref-portal-shot {
  overflow: hidden;
  border: 1px solid rgba(7, 24, 49, 0.09);
  border-radius: 15px;
  background: #eef6f1;
}

.growth-ref-portal-shot img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 0% 0%;
}

.growth-ref-route {
  width: min(1180px, calc(100% - 72px));
  margin: 16px auto 0;
  padding: 48px 36px 44px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 12%, rgba(52, 211, 123, 0.18), transparent 25%),
    linear-gradient(135deg, #061b32 0%, #063f35 100%);
}

.growth-ref-route .kicker,
.growth-ref-route h2 {
  color: #ffffff;
}

.growth-ref-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
}

.growth-ref-route-steps article {
  position: relative;
  text-align: center;
}

.growth-ref-route-steps article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 47px;
  right: -12px;
  color: rgba(52, 211, 123, 0.75);
  font-weight: 950;
}

.growth-ref-route-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #34d37b;
  color: #06213b;
  font-size: 10px;
  font-weight: 950;
}

.growth-ref-route-steps .growth-ref-icon {
  width: 47px;
  height: 47px;
  margin-bottom: 11px;
  background: rgba(234, 248, 239, 0.96);
}

.growth-ref-route-steps h3 {
  color: #ffffff;
  font-size: 13px;
}

.growth-ref-route-steps p {
  max-width: 110px;
  margin: 7px auto 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 10.8px;
  line-height: 1.4;
}

.growth-ref-final {
  padding: 26px 0 44px;
}

.growth-ref-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 25px 32px;
  border: 1px solid rgba(21, 148, 71, 0.12);
  border-radius: 17px;
  background: linear-gradient(90deg, #eef8ef 0%, #fbfdfb 58%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(7, 24, 49, 0.045);
}

.growth-ref-final-icon {
  width: 70px;
  height: 70px;
}

.growth-ref-final-card h2 {
  color: var(--growth-ref-ink);
  font-size: 24px;
}

.growth-ref-final-card p {
  max-width: 560px;
  margin-top: 6px;
  color: #263950;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .growth-ref-hero__grid,
  .growth-ref-website__grid,
  .growth-ref-followup-card {
    grid-template-columns: 1fr;
  }

  .growth-ref-card-row {
    grid-template-columns: 1fr;
  }

  .growth-ref-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .growth-ref-route-steps article:nth-child(4)::after {
    content: "";
  }
}

@media (max-width: 680px) {
  .page-groei .op-wrap,
  .growth-ref-route {
    width: min(100%, calc(100% - 28px));
  }

  .growth-ref-hero {
    padding: 36px 0 34px;
  }

  .growth-ref-hero__grid {
    gap: 24px;
  }

  .growth-ref-hero__copy {
    text-align: center;
  }

  .growth-ref-hero__copy h1 {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
  }

  .growth-ref-hero__copy p:not(.kicker) {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13.5px;
  }

  .growth-ref-hero__copy .op-actions,
  .growth-ref-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 310px);
    margin-left: auto;
    margin-right: auto;
  }

  .growth-ref-hero__copy .op-action,
  .growth-ref-final-card .op-action {
    width: 100%;
  }

  .growth-ref-pills {
    justify-content: center;
  }

  .growth-ref-visual {
    min-height: 350px;
  }

  .growth-ref-screen {
    left: 0;
    right: 28px;
    bottom: 88px;
    grid-template-columns: 1fr;
    min-height: 210px;
    padding: 11px;
  }

  .growth-ref-site {
    min-height: 188px;
    border-radius: 12px;
    padding: 22px;
  }

  .growth-ref-site span {
    max-width: 245px;
    font-size: 22px;
  }

  .growth-ref-form {
    display: none;
  }

  .growth-ref-callout {
    min-width: 0;
    max-width: 158px;
    padding: 10px 11px;
  }

  .growth-ref-callout strong {
    font-size: 10.5px;
  }

  .growth-ref-callout--top {
    top: 0;
    left: 8px;
  }

  .growth-ref-callout--bottom {
    right: auto;
    left: 0;
    bottom: 56px;
  }

  .growth-ref-route-card {
    right: 0;
    bottom: 6px;
    width: 170px;
    min-height: 0;
    padding: 18px 16px;
  }

  .growth-ref-route-card h3 {
    font-size: 18px;
  }

  .growth-ref-basis {
    padding: 40px 0 22px;
  }

  .growth-ref-section-head h2 {
    font-size: 25px;
  }

  .growth-ref-card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 22px;
  }

  .growth-ref-card .growth-ref-icon {
    width: 46px;
    height: 46px;
  }

  .growth-ref-website {
    padding: 22px 0 38px;
  }

  .growth-ref-website-card {
    min-height: 230px;
    padding: 24px;
  }

  .growth-ref-website-card strong {
    font-size: 23px;
  }

  .growth-ref-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .growth-ref-followup-card {
    padding: 22px;
  }

  .growth-ref-portal-shot img {
    height: 250px;
  }

  .growth-ref-route {
    padding: 34px 18px;
  }

  .growth-ref-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .growth-ref-route-steps article::after {
    display: none;
  }

  .growth-ref-route-steps p {
    max-width: 128px;
  }

  .growth-ref-final-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 24px;
  }
}

/* Groei final reference override - actual cascade end */
.page-groei .op-header.growth-ref-header {
  position: static;
  background: #fff;
  border-bottom: 1px solid rgba(7, 24, 49, 0.08);
  box-shadow: none;
}

.page-groei .growth-ref-header .op-bar {
  min-height: 72px;
}

.page-groei .growth-ref-header .op-brand--lockup img {
  width: 166px;
}

.page-groei .growth-ref-header .op-nav {
  gap: 28px;
  font-size: 14px;
}

.page-groei .growth-ref-header .op-nav a {
  color: #071831;
  font-weight: 800;
}

.page-groei .growth-ref-header .op-nav a[aria-current="page"] {
  color: #129447;
}

.page-groei .growth-ref-header .op-nav__cta {
  background: #129447;
  border-color: #129447;
  color: #fff;
  box-shadow: 0 12px 28px rgba(18, 148, 71, 0.18);
}

.page-groei .growth-ref {
  --growth-ref-green: #129447;
  --growth-ref-mint: #eaf8ef;
  --growth-ref-ink: #071831;
  --growth-ref-text: #1b2c42;
  --growth-ref-border: rgba(7, 24, 49, 0.13);
  --growth-ref-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
  background: #fff;
  color: var(--growth-ref-ink);
  overflow: hidden;
}

.page-groei .growth-ref .op-wrap {
  max-width: 1160px;
}

.page-groei .growth-ref .kicker {
  color: var(--growth-ref-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-groei .growth-ref .op-action--dark {
  background: var(--growth-ref-green);
  border-color: var(--growth-ref-green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 148, 71, 0.16);
}

.page-groei .growth-ref .op-action--plain {
  background: #fff;
  border: 1px solid rgba(18, 148, 71, 0.55);
  color: #0b6f38;
}

.page-groei .growth-ref-hero {
  padding: 44px 0 40px;
  border-bottom: 1px solid rgba(7, 24, 49, 0.06);
  background: radial-gradient(circle at 100% 10%, rgba(18, 148, 71, 0.08), transparent 34%), #fff;
}

.page-groei .growth-ref-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
  gap: 48px;
}

.page-groei .growth-ref-hero__copy {
  max-width: 555px;
}

.page-groei .growth-ref-hero__copy h1 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(36px, 3.2vw, 42px);
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-hero__copy p:not(.kicker) {
  margin: 18px 0 24px;
  color: var(--growth-ref-text);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 650;
}

.page-groei .growth-ref-hero__copy .op-actions {
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.page-groei .growth-ref-hero__copy .op-action {
  min-width: 146px;
  padding: 15px 22px;
  border-radius: 6px;
}

.page-groei .growth-ref-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.page-groei .growth-ref-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 31px;
  padding: 0 12px;
  border: 1px solid rgba(7, 24, 49, 0.15);
  border-radius: 7px;
  background: #fff;
  color: #071831;
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(7, 24, 49, 0.04);
  white-space: nowrap;
}

.page-groei .growth-ref-pills span::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid rgba(7, 24, 49, 0.55);
  border-radius: 50%;
}

.page-groei .growth-ref-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
}

.page-groei .growth-ref-visual img {
  width: min(540px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

.page-groei .growth-ref-basis {
  padding: 48px 0 22px;
  background: #fff;
}

.page-groei .growth-ref-section-head {
  max-width: 860px;
  margin: 0 auto 25px;
}

.page-groei .growth-ref-section-head--center {
  text-align: center;
}

.page-groei .growth-ref-section-head h2 {
  margin: 0;
  color: var(--growth-ref-ink);
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-groei .growth-ref-card {
  min-height: 188px;
  padding: 24px 26px 22px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: start;
  border: 1px solid var(--growth-ref-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--growth-ref-shadow);
}

.page-groei .growth-ref-card .growth-ref-icon {
  grid-row: 1 / span 2;
}

.page-groei .growth-ref-icon,
.page-groei .growth-ref-miniicon,
.page-groei .growth-ref-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--growth-ref-green);
  background: var(--growth-ref-mint);
  border: 1px solid rgba(18, 148, 71, 0.18);
  border-radius: 50%;
}

.page-groei .growth-ref-icon {
  width: 58px;
  height: 58px;
}

.page-groei .growth-ref-icon svg,
.page-groei .growth-ref-miniicon svg,
.page-groei .growth-ref-final-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.page-groei .growth-ref-card h3 {
  margin: 4px 0 8px;
  color: var(--growth-ref-ink);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.page-groei .growth-ref-card p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-card ul,
.page-groei .growth-ref-followup-copy ul {
  list-style: none;
  margin: 19px 0 0;
  padding: 0;
}

.page-groei .growth-ref-card ul {
  grid-column: 1 / -1;
}

.page-groei .growth-ref-card li,
.page-groei .growth-ref-followup-copy li {
  position: relative;
  padding-left: 24px;
  color: #071831;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 850;
}

.page-groei .growth-ref-card li + li,
.page-groei .growth-ref-followup-copy li + li {
  margin-top: 7px;
}

.page-groei .growth-ref-card li::before,
.page-groei .growth-ref-followup-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 12px;
  height: 12px;
  border: 2px solid var(--growth-ref-green);
  border-radius: 50%;
  background: transparent;
}

.page-groei .growth-ref-card li::after,
.page-groei .growth-ref-followup-copy li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.46em + 3px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--growth-ref-green);
}

.page-groei .growth-ref-website {
  padding: 22px 0 34px;
  background: #fff;
}

.page-groei .growth-ref-website__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 54px;
}

.page-groei .growth-ref-website-card {
  min-height: 228px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-website-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-groei .growth-ref-website-copy h2 {
  max-width: 610px;
  margin: 0 0 34px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.page-groei .growth-ref-benefits article {
  min-width: 0;
}

.page-groei .growth-ref-benefits .growth-ref-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
}

.page-groei .growth-ref-benefits h3 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.page-groei .growth-ref-benefits p {
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-followup {
  padding: 2px 0 24px;
}

.page-groei .growth-ref-followup-card {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  align-items: center;
  gap: 32px;
  padding: 32px 34px 32px 42px;
  border-radius: 18px;
  background: #f7faf7;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-followup-copy h2 {
  max-width: 340px;
  margin: 0 0 14px;
  color: var(--growth-ref-ink);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 950;
}

.page-groei .growth-ref-followup-copy p:not(.kicker):not(.small-proof) {
  max-width: 410px;
  margin: 0;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.page-groei .growth-ref-followup-copy .small-proof {
  margin: 20px 0 0;
}

.page-groei .growth-ref-followup-copy .small-proof a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(18, 148, 71, 0.55);
  border-radius: 6px;
  color: #0b6f38;
  font-weight: 950;
  text-decoration: none;
}

.page-groei .growth-ref-portal-shot {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.page-groei .growth-ref-portal-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  box-shadow: 0 15px 34px rgba(7, 24, 49, 0.08);
}

.page-groei .growth-ref-route {
  margin: 0 auto;
  padding: 34px 0 26px;
}

.page-groei .growth-ref-route .op-wrap {
  padding: 34px 34px 30px;
  border-radius: 18px;
  background: radial-gradient(circle at 85% 20%, rgba(27, 190, 103, 0.22), transparent 30%), linear-gradient(135deg, #052331 0%, #073c35 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(7, 24, 49, 0.16);
}

.page-groei .growth-ref-route .kicker,
.page-groei .growth-ref-route h2 {
  color: #fff;
}

.page-groei .growth-ref-route .kicker {
  color: #74e2a2;
}

.page-groei .growth-ref-route .growth-ref-section-head {
  margin-bottom: 28px;
}

.page-groei .growth-ref-route-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
}

.page-groei .growth-ref-route-steps article {
  position: relative;
  text-align: center;
  min-width: 0;
}

.page-groei .growth-ref-route-steps article:not(:last-child)::after {
  content: "---->";
  position: absolute;
  left: calc(100% - 8px);
  top: 42px;
  color: #74e2a2;
  font-size: 13px;
  letter-spacing: 1px;
}

.page-groei .growth-ref-route-steps b {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(12px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #7fe6a6;
  color: #073324;
  font-size: 10px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps .growth-ref-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  background: #dff8e9;
  border-color: rgba(255, 255, 255, 0.28);
}

.page-groei .growth-ref-route-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.page-groei .growth-ref-route-steps p {
  margin: 0 auto;
  max-width: 100px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.page-groei .growth-ref-final {
  padding: 0 0 26px;
}

.page-groei .growth-ref-final-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 108px;
  padding: 24px 44px;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf8e8 0%, #f8fbf3 100%);
}

.page-groei .growth-ref-final-icon {
  width: 70px;
  height: 70px;
}

.page-groei .growth-ref-final-card h2 {
  margin: 0 0 8px;
  color: var(--growth-ref-ink);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 950;
}

.page-groei .growth-ref-final-card p {
  margin: 0;
  max-width: 545px;
  color: var(--growth-ref-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.page-groei .growth-ref-final-card .op-actions {
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

.page-groei .growth-ref-final-card .op-action {
  min-width: 150px;
  border-radius: 6px;
}

.page-groei .growth-ref-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px auto 0;
  color: #071831;
  font-size: 13px;
  font-weight: 800;
}

.page-groei .growth-ref-trust-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-groei .growth-ref-trust-strip span::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(7, 24, 49, 0.28);
  border-radius: 50%;
}

.page-groei .op-footer {
  display: none;
}

@media (max-width: 1040px) {
  .page-groei .growth-ref-hero__grid,
  .page-groei .growth-ref-website__grid,
  .page-groei .growth-ref-followup-card {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-card-row {
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 30px;
  }

  .page-groei .growth-ref-route-steps article:nth-child(4)::after {
    display: none;
  }

  .page-groei .growth-ref-final-card,
  .page-groei .growth-ref-trust-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-groei .growth-ref-final-icon {
    margin: 0 auto;
  }

  .page-groei .growth-ref-final-card .op-actions {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .page-groei .growth-ref-hero {
    padding: 34px 0 38px;
  }

  .page-groei .growth-ref-hero__grid {
    gap: 30px;
  }

  .page-groei .growth-ref-hero__copy {
    text-align: left;
  }

  .page-groei .growth-ref-hero__copy h1 {
    font-size: 36px;
  }

  .page-groei .growth-ref-hero__copy p:not(.kicker) {
    font-size: 15px;
    margin: 18px 0 22px;
  }

  .page-groei .growth-ref-hero__copy .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .page-groei .growth-ref-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-groei .growth-ref-visual {
    min-height: 0;
  }

  .page-groei .growth-ref-basis {
    padding: 38px 0 16px;
  }

  .page-groei .growth-ref-card {
    grid-template-columns: 52px 1fr;
    padding: 22px;
  }

  .page-groei .growth-ref-icon {
    width: 52px;
    height: 52px;
  }

  .page-groei .growth-ref-website__grid {
    gap: 28px;
  }

  .page-groei .growth-ref-website-copy h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .page-groei .growth-ref-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-groei .growth-ref-followup-card {
    padding: 24px;
  }

  .page-groei .growth-ref-followup-copy h2 {
    font-size: 30px;
  }

  .page-groei .growth-ref-route .op-wrap {
    border-radius: 0;
    padding: 30px 18px;
  }

  .page-groei .growth-ref-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-groei .growth-ref-route-steps article::after {
    display: none;
  }

  .page-groei .growth-ref-route-steps p {
    max-width: 130px;
  }

  .page-groei .growth-ref-final-card {
    padding: 24px;
  }

  .page-groei .growth-ref-final-card .op-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Final EOF mobile login overrides: keep desktop intact, compact only inloggen.html. */
@media (max-width: 680px) {
  .access-page--login,
  .access-page--login * {
    box-sizing: border-box;
  }

  .access-page--login {
    overflow-x: hidden;
  }

  .access-page--login .access-hero,
  .access-page--login .access-assurance,
  .access-page--login .op-footer {
    overflow-x: hidden;
  }

  .access-page--login .access-shell {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0 24px;
    margin-inline: auto;
  }

  .access-page--login .access-copy,
  .access-page--login .route-stack,
  .access-page--login .route-stack article,
  .access-page--login .access-login-card,
  .access-page--login .access-panel,
  .access-page--login .access-request-card,
  .access-page--login .access-assurance,
  .access-page--login .access-assurance__grid,
  .access-page--login .access-assurance article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .access-page--login .access-copy h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.04;
    letter-spacing: 0;
  }

  .access-page--login .access-copy p:not(.kicker) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .access-page--login .route-stack {
    gap: 8px;
    margin-top: 16px;
  }

  .access-page--login .route-stack article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 12px;
    border-radius: 10px;
  }

  .access-page--login .access-icon {
    width: 36px;
    height: 36px;
  }

  .access-page--login .access-login-card {
    justify-self: center;
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
  }

  .access-page--login .panel-title {
    gap: 10px;
    margin-bottom: 2px;
  }

  .access-page--login .panel-title img {
    width: 42px;
    height: 42px;
  }

  .access-page--login .panel-title strong {
    font-size: 19px;
    line-height: 1.05;
  }

  .access-page--login .panel-title small,
  .access-page--login .route-stack small,
  .access-page--login .access-request-card small {
    font-size: 11px;
    line-height: 1.35;
  }

  .access-page--login .access-panel {
    gap: 10px;
  }

  .access-page--login .access-panel label {
    gap: 6px;
    font-size: 12px;
  }

  .access-page--login .access-input {
    min-width: 0;
  }

  .access-page--login .access-panel input {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 12px 10px 38px;
    border-radius: 9px;
    font-size: 13px;
  }

  .access-page--login .op-action--wide {
    min-height: 44px;
    font-size: 13px;
  }

  .access-page--login .access-request-card {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px;
    border-radius: 10px;
  }

  .access-page--login .access-assurance {
    padding: 14px 0 16px;
  }

  .access-page--login .access-assurance__grid {
    width: min(100%, calc(100vw - 24px));
    max-width: 366px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-inline: auto;
  }

  .access-page--login .access-assurance article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 11px 0;
    text-align: left;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .access-page--login .access-assurance article:first-child {
    border-top: 0;
  }

  .access-page--login .access-assurance strong {
    font-size: 13px;
  }

  .access-page--login .access-assurance p {
    font-size: 11px;
    line-height: 1.35;
  }
}

/* Absolute final typography lock for public marketing pages. */
body {
  font-family: var(--type-font);
  font-weight: 500;
  line-height: 1.58;
}

.kicker,
.access-kicker,
.request-hero .kicker,
.request-form .kicker,
.request-intake-card .kicker,
.page-faq .faq-hero .kicker,
.page-faq .faq-question-form .kicker,
.page-faq .faq-cta-card .kicker,
.package-badge,
.package-choice-panel span,
.package-showcase__copy span,
.audience-card__label,
.audience-card__pill,
.proof-points span,
.trust-strip span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lead h1,
.intro h1,
.intro--features h1,
.intro--packages h1,
.intro--audience h1,
.request-hero h1,
.page-faq .faq-hero h1,
.access-page .access-copy h1 {
  font-size: 60px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.lead__copy > p:not(.kicker),
.intro .slice-head p:not(.kicker),
.intro--features .slice-head p:not(.kicker),
.intro--packages .slice-head p:not(.kicker),
.intro--audience .slice-head p:not(.kicker),
.request-hero__inner > p:not(.kicker),
.page-faq .faq-hero p:not(.kicker),
.access-page .access-copy p:not(.kicker) {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.slice-head h2,
.audience-slice .slice-head h2,
.page-voor-wie .audience-slice .slice-head h2,
.page-voor-wie .why-slice .slice-head h2,
.page-voor-wie .slice-head--compact h2,
.page-faq .faq-cta-card h2,
.page-faq .faq-question-form h2,
.page-faq .faq-support-card h2,
.request-form h2,
.request-intake-card h2,
.package-support h2,
.final-cta h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.surface h3,
.three-lane h3,
.feature-showcase__copy h3,
.package-choice-panel h3,
.package-card h3,
.package-showcase__copy h3,
.audience-card h3,
.page-voor-wie .audience-grid--refined .audience-card h3,
.page-voor-wie .why-card h3,
.page-voor-wie .scenario-row h3,
.why-card h3,
.case-panel__card h3,
.trust-grid h3,
.request-route-card strong,
.request-steps strong,
.page-faq .faq-button,
.access-page .route-stack b,
.access-page .access-request-card b,
.access-page .panel-title strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.surface p,
.three-lane p,
.feature-showcase__copy p,
.package-choice-panel p,
.package-card p,
.package-showcase__copy p,
.audience-card p,
.page-voor-wie .audience-grid--refined .audience-card p,
.page-voor-wie .why-card p,
.page-voor-wie .scenario-row p,
.why-card p,
.case-panel__card p,
.trust-grid p,
.request-route-card p,
.request-steps p,
.page-faq .faq-answer,
.page-faq .faq-cta-card p:not(.kicker),
.page-faq .faq-question-form p:not(.kicker):not(.form-note):not([data-form-status]),
.access-page .route-stack small,
.access-page .access-request-card small,
.access-page .panel-title small,
.access-page .access-assurance p,
.op-footer p,
.op-footer a {
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.op-action,
.op-action--main,
.op-action--dark,
.op-action--ghost,
.op-action--plain,
.op-action--wide,
.page-voor-wie .op-action,
.page-voor-wie .op-actions--centered .op-action,
.access-page .op-action--wide,
.access-page--login .op-action--wide,
.request-submit,
.page-faq .faq-tabs button,
.page-faq .faq-question-form__fields .op-action,
.field input[type="file"]::file-selector-button {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.field label,
.field-label,
.access-panel label,
.request-form label,
.faq-question-form label {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

input,
select,
textarea,
.access-panel input {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.op-brand,
.op-nav,
.op-footer h2 {
  font-weight: 800;
  letter-spacing: 0;
}

.op-footer__bottom,
.op-footer__legal {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

@media (min-width: 681px) {
  .page-account-request .request-route-card strong {
    font-size: var(--type-card-title-size);
    line-height: 1.2;
    font-weight: var(--type-strong-weight);
    letter-spacing: 0;
  }

  .page-account-request .request-route-card p {
    font-size: var(--type-card-body-size);
    line-height: 1.58;
    font-weight: var(--type-body-weight);
  }
}

@media (max-width: 680px) {
  .lead h1,
  .intro h1,
  .intro--features h1,
  .intro--packages h1,
  .intro--audience h1,
  .request-hero h1,
  .page-faq .faq-hero h1,
  .access-page .access-copy h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .lead__copy > p:not(.kicker),
  .intro .slice-head p:not(.kicker),
  .intro--features .slice-head p:not(.kicker),
  .intro--packages .slice-head p:not(.kicker),
  .intro--audience .slice-head p:not(.kicker),
  .request-hero__inner > p:not(.kicker),
  .page-faq .faq-hero p:not(.kicker),
  .access-page .access-copy p:not(.kicker) {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .slice-head h2,
  .audience-slice .slice-head h2,
  .page-voor-wie .audience-slice .slice-head h2,
  .page-voor-wie .why-slice .slice-head h2,
  .page-voor-wie .slice-head--compact h2,
  .page-faq .faq-cta-card h2,
  .page-faq .faq-question-form h2,
  .page-faq .faq-support-card h2,
  .request-form h2,
  .request-intake-card h2,
  .package-support h2,
  .final-cta h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .surface h3,
  .three-lane h3,
  .feature-showcase__copy h3,
  .package-choice-panel h3,
  .package-card h3,
  .package-showcase__copy h3,
  .audience-card h3,
  .page-voor-wie .audience-grid--refined .audience-card h3,
  .page-voor-wie .why-card h3,
  .page-voor-wie .scenario-row h3,
  .why-card h3,
  .case-panel__card h3,
  .trust-grid h3,
  .request-route-card strong,
  .request-steps strong,
  .page-faq .faq-button,
  .access-page .route-stack b,
  .access-page .access-request-card b,
  .access-page .panel-title strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .surface p,
  .three-lane p,
  .feature-showcase__copy p,
  .package-choice-panel p,
  .package-card p,
  .package-showcase__copy p,
  .audience-card p,
  .page-voor-wie .audience-grid--refined .audience-card p,
  .page-voor-wie .why-card p,
  .page-voor-wie .scenario-row p,
  .why-card p,
  .case-panel__card p,
  .trust-grid p,
  .request-route-card p,
  .request-steps p,
  .page-faq .faq-answer,
  .page-faq .faq-cta-card p:not(.kicker),
  .page-faq .faq-question-form p:not(.kicker):not(.form-note):not([data-form-status]),
  .access-page .route-stack small,
  .access-page .access-request-card small,
  .access-page .panel-title small,
  .access-page .access-assurance p,
  .op-footer p,
  .op-footer a {
    font-size: 14px;
    line-height: 1.58;
  }
}
