/* Exact visual rebuild for groei.html based on the supplied reference image. */
.page-groei {
  --growth-ink: #071831;
  --growth-text: #34465f;
  --growth-muted: #68778b;
  --growth-green: #0fa66a;
  --growth-green-dark: #0c8d58;
  --growth-mint: #e8f7ee;
  --growth-soft: #f5f9fc;
  --growth-line: rgba(7, 24, 49, 0.12);
  --growth-shadow: 0 24px 60px rgba(6, 21, 45, 0.08);
  overflow-x: hidden;
  background: #f4f9fc;
  color: var(--growth-ink);
}

.page-groei .op-header {
  background: rgba(255, 255, 255, 0.96);
}

.page-groei .op-header .op-wrap {
  width: min(var(--max), calc(100% - 40px));
}

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

.page-groei .op-nav {
  gap: 18px;
  font-size: 14px;
}

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

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

.growth-match {
  background:
    radial-gradient(circle at 50% 7%, rgba(46, 212, 122, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6fafc 45%, #edf5fb 100%);
}

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

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

.growth-match__hero {
  padding: 54px 0 4px;
  text-align: center;
}

.growth-match__hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.growth-match__hero h1 {
  max-width: 900px;
  margin: 20px auto 0;
  color: var(--growth-ink);
  font-size: clamp(42px, 4.55vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
}

.growth-match__hero h1 span {
  display: block;
}

.growth-match__hero h1 span:last-child {
  white-space: nowrap;
}

.growth-match__hero-copy > p:not(.growth-match__label) {
  max-width: 630px;
  margin: 20px auto 0;
  color: var(--growth-text);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 560;
}

.growth-match__actions {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}

.growth-match .op-action {
  min-width: 194px;
  min-height: 48px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 900;
}

.growth-match .op-action--dark {
  border-color: var(--night);
  background: var(--night);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(6, 21, 45, 0.18);
}

.growth-match .op-action--plain {
  border-color: rgba(7, 24, 49, 0.22);
  background: #ffffff;
  color: var(--growth-ink);
}

.growth-match__pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.growth-match__pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid var(--growth-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--growth-ink);
  box-shadow: 0 10px 26px rgba(6, 21, 45, 0.05);
  font-size: 12px;
  font-weight: 900;
}

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

.growth-match__routes {
  padding: 8px 0 18px;
}

.growth-match__route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.growth-match__route-card {
  min-height: 188px;
  padding: 22px 20px 20px;
  border: 1px solid var(--growth-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--growth-shadow);
}

.growth-match__icon,
.growth-match__mini-icon,
.growth-match__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--growth-mint);
  color: var(--growth-green-dark);
}

.growth-match__icon {
  width: 50px;
  height: 50px;
}

.growth-match__icon svg,
.growth-match__mini-icon svg,
.growth-match__cta-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.growth-match__route-card h2 {
  margin: 26px 0 8px;
  color: var(--growth-ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
}

.growth-match__route-card p {
  margin: 0;
  color: var(--growth-text);
  font-size: 13.5px;
  line-height: 1.48;
  font-weight: 590;
}

.growth-match__content {
  padding: 30px 0 38px;
}

.growth-match__content-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.75fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: stretch;
}

.growth-match__dark-card {
  min-height: 720px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(46, 212, 122, 0.14), transparent 28%),
    linear-gradient(145deg, #06152d 0%, #08213b 58%, #062f34 100%);
  box-shadow: 0 28px 78px rgba(6, 21, 45, 0.23);
  color: #ffffff;
}

.growth-match__dark-card .growth-match__label {
  color: #39dc8b;
}

.growth-match__dark-card h2 {
  max-width: 380px;
  margin: 16px 0 28px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 950;
}

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

.growth-match__check-list li {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
}

.growth-match__check-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--growth-green);
  box-shadow: 0 0 0 5px rgba(46, 212, 122, 0.12);
}

.growth-match__divider {
  height: 1px;
  margin: 38px 0 28px;
  background: rgba(255, 255, 255, 0.18);
}

.growth-match__dark-card h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.growth-match__steps {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-match__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
}

.growth-match__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  width: 2px;
  height: calc(100% + 8px);
  background: linear-gradient(180deg, rgba(46, 212, 122, 0.8), rgba(46, 212, 122, 0.18));
}

.growth-match__steps span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--growth-green);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.growth-match__steps strong {
  display: block;
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.growth-match__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.growth-match__dark-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 42px 0 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.4;
}

.growth-match__dark-note span {
  width: 32px;
  height: 32px;
  border: 2px solid var(--growth-green);
  border-radius: 7px;
}

.growth-match__help-card {
  padding: 30px 34px 22px;
  border: 1px solid var(--growth-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--growth-shadow);
}

.growth-match__help-card h2 {
  margin: 14px 0 12px;
  color: var(--growth-ink);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 950;
}

.growth-match__intro {
  max-width: 660px;
  margin: 0 0 20px;
  color: var(--growth-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 560;
}

.growth-match__help-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.growth-match__help-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(7, 24, 49, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 12px 28px rgba(6, 21, 45, 0.04);
}

.growth-match__help-list .growth-match__icon {
  width: 44px;
  height: 44px;
}

.growth-match__help-list .growth-match__icon svg {
  width: 23px;
  height: 23px;
}

.growth-match__help-list h3 {
  margin: 0 0 4px;
  color: var(--growth-ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.growth-match__help-list p {
  margin: 0;
  color: var(--growth-text);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 560;
}

.growth-match__mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.growth-match__mini-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  border-radius: 8px;
  background: #eff8f2;
}

.growth-match__mini-icon {
  width: 42px;
  height: 42px;
  background: transparent;
}

.growth-match__mini-icon svg {
  width: 32px;
  height: 32px;
}

.growth-match__mini-grid h3 {
  margin: 0 0 5px;
  color: var(--growth-ink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
}

.growth-match__mini-grid p {
  margin: 0;
  color: var(--growth-text);
  font-size: 12px;
  line-height: 1.35;
}

.growth-match__cta {
  padding: 0 0 28px;
}

.growth-match__cta-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 88px;
  padding: 22px 32px;
  border: 1px solid rgba(15, 166, 106, 0.28);
  border-radius: 8px;
  background: linear-gradient(90deg, #edf9f1 0%, #f8fbf4 100%);
  box-shadow: 0 18px 44px rgba(6, 21, 45, 0.06);
}

.growth-match__cta-icon {
  width: 56px;
  height: 56px;
  background: var(--growth-green);
  color: #ffffff;
}

.growth-match__cta-card h2 {
  margin: 0 0 6px;
  color: var(--growth-ink);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
}

.growth-match__cta-card p {
  margin: 0;
  color: var(--growth-text);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .growth-match__route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .growth-match__content-grid,
  .growth-match__cta-card {
    grid-template-columns: 1fr;
  }

  .growth-match__dark-card {
    min-height: 0;
  }

  .growth-match__cta-card {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .page-groei .op-header .op-wrap,
  .growth-match .op-wrap {
    width: min(100%, calc(100% - 28px));
  }

  .page-groei .op-nav {
    gap: 0;
  }

  .growth-match__hero {
    padding: 34px 0 22px;
    text-align: left;
  }

  .growth-match__hero h1 {
    margin-top: 14px;
    font-size: clamp(30px, 8.8vw, 36px);
    line-height: 1.08;
  }

  .growth-match__hero h1 span:last-child {
    white-space: normal;
  }

  .growth-match__hero-copy > p:not(.growth-match__label) {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.55;
  }

  .growth-match__actions,
  .growth-match__pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .growth-match__actions {
    margin-top: 22px;
  }

  .growth-match .op-action {
    width: 100%;
    min-width: 0;
  }

  .growth-match__pills {
    margin-top: 16px;
  }

  .growth-match__pills span {
    justify-content: flex-start;
  }

  .growth-match__routes {
    padding: 4px 0 22px;
  }

  .growth-match__route-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .growth-match__route-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
    min-height: 0;
    padding: 14px;
  }

  .growth-match__route-card h2 {
    margin: 2px 0 4px;
    font-size: 17px;
  }

  .growth-match__route-card p {
    grid-column: 2;
    font-size: 12.5px;
  }

  .growth-match__icon {
    width: 42px;
    height: 42px;
    grid-row: span 2;
  }

  .growth-match__icon svg {
    width: 23px;
    height: 23px;
  }

  .growth-match__content {
    padding-bottom: 24px;
  }

  .growth-match__content-grid {
    gap: 16px;
  }

  .growth-match__dark-card,
  .growth-match__help-card {
    padding: 22px;
  }

  .growth-match__dark-card h2,
  .growth-match__help-card h2 {
    font-size: 28px;
  }

  .growth-match__check-list {
    gap: 14px;
  }

  .growth-match__check-list li,
  .growth-match__steps p,
  .growth-match__dark-note {
    font-size: 13px;
  }

  .growth-match__steps {
    gap: 18px;
  }

  .growth-match__dark-note {
    grid-template-columns: 34px minmax(0, 1fr);
    margin-top: 26px;
    padding: 14px;
  }

  .growth-match__help-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .growth-match__help-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    gap: 12px;
    padding: 12px;
  }

  .growth-match__mini-grid {
    grid-template-columns: 1fr;
  }

  .growth-match__cta {
    padding-bottom: 24px;
  }

  .growth-match__cta-card {
    gap: 16px;
    padding: 18px;
    text-align: left;
  }

  .growth-match__cta-card h2 {
    font-size: 22px;
  }
}

/* Groei page typography alignment with the public site system. */
.growth-match__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.growth-match__hero h1 {
  font-size: clamp(52px, 4.6vw, 62px);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: 0;
}

.growth-match__hero-copy > p:not(.growth-match__label) {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.growth-match .op-action,
.growth-match__pills span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.growth-match__route-card h2,
.growth-match__help-list h3,
.growth-match__mini-grid h3,
.growth-match__steps strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.growth-match__route-card p,
.growth-match__help-list p,
.growth-match__mini-grid p,
.growth-match__steps p,
.growth-match__dark-note,
.growth-match__check-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.growth-match__dark-card h2,
.growth-match__help-card h2,
.growth-match__cta-card h2 {
  font-weight: 800;
  letter-spacing: 0;
}

.growth-match__dark-card h3 {
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 680px) {
  .growth-match__hero h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.1;
  }

  .growth-match__hero-copy > p:not(.growth-match__label) {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .growth-match__dark-card h2,
  .growth-match__help-card h2,
  .growth-match__cta-card h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .growth-match__route-card h2,
  .growth-match__help-list h3,
  .growth-match__mini-grid h3,
  .growth-match__steps strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .growth-match__route-card p,
  .growth-match__help-list p,
  .growth-match__mini-grid p,
  .growth-match__steps p,
  .growth-match__dark-note,
  .growth-match__check-list li {
    font-size: 14px;
    line-height: 1.58;
  }
}
