:root {
  --cream: #f0ebd6;
  --pink: #f5cfd1;
  --offwhite: #fffaf5;
  --orange: #f57a29;
  --green: #21a373;
  --dark-green: #034530;
  --black: #000000;
  --shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  --cookie-banner-space: 96px;
}

@font-face {
  font-family: "Auxilia Bold";
  src: url("assets/fonts/Auxilia-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--black);
  background: var(--offwhite);
}

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

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
  background: white;
  box-shadow: var(--shadow);
  pointer-events: auto;
}


.cookie-text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.95rem;
}

.cookie-text p {
  margin: 0;
}

.cookie-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner .btn {
  padding: 10px 18px;
  font-size: 0.95rem;
  box-shadow: none;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Auxilia Bold", "Roboto Slab", serif;
  font-weight: 700;
  margin: 0 0 12px;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.container {
  width: min(1166px, 100% - 2rem);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background: var(--offwhite);
}

.section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/hero-texture.png") center/cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section-soft {
  background: var(--cream);
}

.section-gradient {
  background: linear-gradient(180deg, var(--cream) 0%, var(--pink) 100%);
}

.section-pink {
  background: linear-gradient(180deg, var(--pink) 0%, var(--offwhite) 100%);
}

.section-cream {
  background: linear-gradient(180deg, var(--cream) 0%, var(--offwhite) 100%);
}

#verschil.section-cream {
  background: linear-gradient(180deg, var(--offwhite) 0%, var(--cream) 100%);
}

#bottlenecks.section-cream,
#testimonials.section-cream,
#fit.section-fit,
#contact.section-cta,
#faq.faq {
  background: var(--cream);
}

.section-fit {
  background: linear-gradient(180deg, var(--offwhite) 0%, var(--cream) 100%);
}

.section-cta {
  background: var(--offwhite);
}

.section-title {
  margin-bottom: 40px;
}

.section-title.centered {
  text-align: center;
}

.section-title.subtle {
  margin-top: 40px;
}

.section-title p {
  font-size: 1.1rem;
}

.section-title .green {
  color: var(--green);
}

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

#over-ons .section-title.subtle p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

#over-ons .section-title.subtle {
  margin-top: 30px;
  margin-bottom: 30px;
}

#over-ons .centered .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

#aanbod .section-title h2 {
  font-size: clamp(2.6rem, 4.2vw, 3rem);
}

#aanbod .section-title p {
  font-size: 1.25rem;
  line-height: 1.4;
}

.form-section .section-title h2 {
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.1;
}

.form-section .section-title p {
  font-size: 1.25rem;
  line-height: 1.4;
}

.centered {
  text-align: center;
}

.site-header {
  padding: 20px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-family: "Auxilia Bold", "Roboto Slab", serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}

.logo span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-transform: none;
}

.logo img {
  height: 82px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 1rem;
}

.nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.75;
  position: relative;
  padding-bottom: 4px;
  font-weight: 500;
}

.nav-item:hover {
  opacity: 1;
}

.nav-item.active {
  opacity: 1;
}

.nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--black);
}

.nav-item.has-badge {
  padding-right: 18px;
}

.nav-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--orange);
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero {
  background: var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: 568px minmax(0, 1fr);
  gap: 30px;
  padding-top: 56px;
  align-items: start;
}

.hero-copy {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 16px;
}

.hero-copy p,
.hero-copy h1 {
  margin: 0;
}

.eyebrow {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.3;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.125rem);
  line-height: 1.05;
}

.hero-copy .lead.green {
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: var(--orange);
  color: white;
}

.btn-cta {
  padding: 15px;
  border-radius: 39px;
  font-size: 1.1875rem;
  line-height: 1.47;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.btn-outline {
  border-color: var(--orange);
  color: var(--orange);
  background: transparent;
}

.btn-match {
  padding: 15px;
  border-radius: 39px;
  font-size: 1.1875rem;
  line-height: 1.47;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.hero .btn {
  font-size: 1.1875rem;
  line-height: 1.47;
  padding: 14px 26px;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding-top: 10px;
  justify-self: end;
  max-width: 568px;
}

.hero-photo {
  width: 100%;
  aspect-ratio: 568 / 355;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-stack {
  position: relative;
  margin-top: -30px;
  width: min(399px, 100%);
}

.quote-card {
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.65) 0%, rgba(255, 250, 246, 0.35) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  font-weight: 300;
}

.quote-card p {
  font-size: 1.25rem;
  line-height: 1.3;
}

.quote-card span {
  display: block;
  margin-top: 15px;
}

.quote-mark {
  position: absolute;
  right: -12px;
  bottom: -6px;
  width: 78px;
  height: 62px;
  transform: rotate(180deg);
}

.hero-badges {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 4px;
  margin-top: 6px;
}

.badge {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.hero-badges .badge {
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
}

.hero-badges .badge img {
  width: 13px;
  height: 13px;
}

.form-section {
  display: grid;
  gap: 60px;
}

.form-card {
  display: grid;
  gap: 16px;
  background: transparent;
  width: min(792px, 100%);
  margin: 0 auto;
  align-items: end;
}

.form-feedback {
  min-height: 1.4em;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--black);
}

.form-feedback.is-info {
  opacity: 0.75;
}

.form-feedback.is-success {
  color: var(--green);
}

.form-feedback.is-error {
  color: #b00020;
}

.form-card input {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid var(--black);
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  color: var(--black);
}

.form-card input.is-invalid {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(245, 122, 41, 0.2);
}

.form-card input::placeholder {
  color: var(--black);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.form-card .btn {
  justify-self: end;
  border-radius: 39px;
  padding: 15px 24px;
  font-size: 1.1875rem;
  line-height: 1.47;
}

.form-card .btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.split-cards,
.feature-grid,
.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.comparison-cards {
  gap: 60px;
}

.comparison-card {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.comparison-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comparison-icon {
  width: 49px;
  height: 49px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
}

.comparison-icon.is-green {
  border-color: var(--green);
}

.comparison-icon img {
  width: 24px;
  height: 24px;
}

.comparison-header h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0;
}

.comparison-header p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 0;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
}

.comparison-list img {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

.comparison-card.dark .comparison-header h3,
.comparison-card.dark .comparison-header p,
.comparison-card.dark .comparison-list li,
.comparison-card.dark .comparison-list span {
  color: white;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.overons-testimonials {
  gap: 30px;
}

.overons-testimonials .card {
  padding: 20px 30px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 300;
}

.overons-testimonials .card p {
  margin: 0;
}

.overons-testimonials .card span {
  display: block;
  margin-top: 15px;
  font-weight: 300;
}

.overons-testimonials .card strong {
  font-weight: 700;
}

.card {
  background: white;
  padding: 24px 26px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-title img {
  width: 23px;
  height: 23px;
}

.feature-card h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0;
}

.feature-card p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.card.dark {
  background: var(--dark-green);
  color: white;
}

.card.dark .pill,
.card.dark .muted {
  color: white;
}

.pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--orange);
  font-size: 0.9rem;
  color: var(--orange);
  background: white;
}

.pill.outline {
  border-color: var(--green);
  color: white;
  background: transparent;
}

.pill.small {
  font-size: 0.75rem;
  background: white;
  color: var(--orange);
}

.quote {
  font-style: italic;
  margin-top: 10px;
}

.split-cards .card {
  background: var(--offwhite);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.split-cards .card.dark {
  background: var(--dark-green);
}

.split-cards h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.split-cards ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.5rem;
  display: grid;
  gap: 8px;
}

.split-cards li {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

.split-cards .pill {
  font-size: 1.125rem;
  border-color: var(--orange);
  color: var(--black);
  background: transparent;
  align-self: flex-start;
}

.split-cards .card.dark .pill {
  border-color: var(--green);
  color: white;
}

.split-cards .quote {
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 300;
  color: white;
  margin-top: 0;
}

.list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 12px;
}

.list li {
  position: relative;
  padding-left: 28px;
}

.list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}

.comparison .card:first-child .list li::before {
  content: "✕";
  color: var(--orange);
}

.muted {
  opacity: 0.65;
}

.strike {
  text-decoration: line-through;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
  margin: 40px 0;
}

.mini-stats.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reach-stats {
  max-width: 752px;
  margin: 0 auto;
  gap: 60px;
}

.reach-pills {
  gap: 60px;
  justify-content: center;
  margin-top: 20px;
}

.reach-pills .pill {
  padding: 20px;
  border-radius: 56px;
  border: none;
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.4;
  box-shadow: var(--shadow);
}

.reach-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  min-height: 158px;
}

.reach-icon {
  width: 34px;
  height: 34px;
}

.reach-muted {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 300;
  opacity: 0.5;
  margin: 0;
}

.reach-strong {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.practice-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 30px 0 15px;
}

.practice-row {
  margin: 0;
  gap: 60px;
}

.practice-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  min-height: 158px;
}

.practice-icon {
  width: 34px;
  height: 34px;
}

.practice-muted {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 300;
  opacity: 0.5;
  text-decoration: line-through;
  margin: 0;
}

.practice-strong {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}

.kennismaking {
  background: #ffffff;
  position: relative;
}

.kennismaking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/kennismaking-bg.png") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.kennismaking::after {
  opacity: 0;
  background: none;
}

.kennismaking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "intro card"
    "list card"
    "cta card";
  column-gap: 60px;
  row-gap: 30px;
  align-items: start;
}

.kennismaking-intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.kennismaking-intro h2 {
  font-size: clamp(2.5rem, 4.2vw, 3rem);
  line-height: 1;
  margin: 0;
}

.kennismaking-subtitle {
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.kennismaking-body {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}

.kennismaking-list {
  grid-area: list;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.kennismaking-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.kennismaking-icon {
  width: 49px;
  height: 49px;
  border-radius: 9px;
  border: 1px solid var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kennismaking-icon img {
  width: 22px;
  height: 22px;
}

.kennismaking-item h4 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.55;
}

.kennismaking-item p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.kennismaking-card {
  grid-area: card;
  position: relative;
  width: 100%;
  max-width: 553px;
  margin-left: 0;
  margin-top: 0;
  justify-self: end;
}

.kennismaking-card-inner {
  background: var(--cream);
  padding: 30px;
  border-radius: 21px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
  margin-top: 12px;
  text-align: center;
  color: #3e3d3d;
}

.kennismaking-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kennismaking-card-inner h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.175rem;
  font-weight: 500;
  margin: 0;
}

.kennismaking-card-inner p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.kennismaking-pill {
  position: absolute;
  top: 0;
  right: 12px;
  transform: translateY(-50%);
  background: #fffaf6;
  border-radius: 58px;
  padding: 5px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.175rem;
  line-height: 1.55;
  color: #3e3d3d;
}

.kennismaking-pill img {
  width: 60px;
  height: 10px;
}

.kennismaking-pill span {
  font-weight: 300;
}

.pill-ghost {
  background: white;
  border: none;
  color: #f47a2b;
  font-weight: 400;
  font-size: 1.175rem;
  line-height: 1.55;
  padding: 5px 12px;
  border-radius: 58px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.pill-ghost img {
  width: 21px;
  height: 21px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kennismaking-card-inner .pill-row {
  justify-content: center;
}

.kennismaking-pills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.kennismaking-pills .pill-row {
  gap: 16px;
}

.kennismaking-cta {
  grid-area: cta;
  justify-self: start;
  align-self: start;
}


.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bottlenecks-grid {
  position: relative;
  width: 1110px;
  max-width: 100%;
  height: 619px;
  margin: 0 auto;
}

#bottlenecks .bottlenecks-grid + .centered {
  margin-top: 45px;
}

.bottleneck-card {
  position: absolute;
  width: 350px;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottleneck-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.bottleneck-card p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}

.bottleneck-card p + p {
  margin-top: 0;
}

.bottleneck-card.forecast {
  left: 0;
  top: 0;
}

.bottleneck-card.team {
  left: 0;
  top: 207px;
}

.bottleneck-card.sales {
  left: 0;
  top: 442px;
}

.bottleneck-card.mindset {
  left: 380px;
  top: 0;
}

.bottleneck-card.marketing {
  left: 380px;
  top: 319px;
}

.bottleneck-card.organisatie {
  left: 760px;
  top: 0;
}

.bottleneck-card.structuur {
  left: 760px;
  top: 319px;
}

@media (max-width: 1200px) {
  .bottlenecks-grid {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    height: auto;
  }

  .bottleneck-card {
    position: static;
    width: 100%;
  }
}

.testimonial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.testimonial-feature img {
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.section-fit .card.dark {
  background: var(--dark-green);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.fit-cta {
  margin-top: 40px;
}

.fit-card {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fit-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
}

.fit-list img {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

.fit-card-dark {
  background: var(--dark-green);
  color: white;
}

.fit-card-dark h3,
.fit-card-dark .fit-list li,
.fit-card-dark .fit-list span {
  color: white;
}

.cta-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
  min-height: 294px;
  position: relative;
  overflow: visible;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cta-card h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
  margin: 0;
}

.cta-card p {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
  max-width: 700px;
}

.cta-card .btn-cta {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  min-width: auto;
}

.cta-button {
  padding: 15px;
  border-radius: 39px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  min-width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  justify-self: center;
  width: fit-content;
}

.cta-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 1rem;
  flex-wrap: wrap;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 300;
}

.cta-badge img {
  width: 13px;
  height: 13px;
}

.cta-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-star {
  position: absolute;
  display: block;
}

.cta-star-wrap {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 8%;
  bottom: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-star-large {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg) scaleY(-1) scale(0.95);
  transform-origin: center;
}

.cta-star-small {
  width: 80px;
  height: 80px;
  left: 0;
  bottom: 35px;
  transform: rotate(180deg) scaleY(-1);
}

.cta-stamp {
  position: relative;
  transform: rotate(-15deg);
  font-family: "Auxilia Bold", "Roboto Slab", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  width: 70px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transform-origin: center;
}

.faq {
  background: linear-gradient(180deg, var(--offwhite) 0%, var(--cream) 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.faq-photo {
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.faq-list details {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 12px;
}

.faq-list summary {
  font-weight: 600;
  cursor: pointer;
}

.footer-simple {
  background: var(--cream);
  padding: 40px 0 calc(60px + var(--cookie-banner-space));
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand p {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 320px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  font-size: 0.95rem;
}

.footer-links a {
  opacity: 0.75;
}

.footer-links a:hover {
  opacity: 1;
}

@media (max-width: 980px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-visual {
    align-items: center;
    justify-self: center;
  }

  .quote-stack {
    margin-top: -40px;
  }

  .quote-mark {
    right: -10px;
  }

  .hero-badges {
    justify-content: center;
    padding-left: 0;
  }

  .hero-grid,
  .split-cards,
  .feature-grid,
  .comparison,
  .fit-grid,
  .faq-grid,
  .grid-3,
  .testimonial-grid,
  .testimonial-feature {
    grid-template-columns: 1fr;
  }

  .kennismaking-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "list"
      "card"
      "cta";
    row-gap: 30px;
  }


  .kennismaking-card {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .kennismaking-pill {
    right: 20px;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .reach-pills {
    gap: 20px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .cta-star-wrap {
    bottom: -35px;
  }

  .cta-star-small {
    bottom: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --cookie-banner-space: 140px;
  }
  .section {
    padding: 40px 0;
  }

  .nav-links {
    display: none;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-photo {
    aspect-ratio: 4 / 3;
  }

  .quote-stack {
    max-width: 100%;
    margin-top: -30px;
  }

  .quote-mark {
    width: 56px;
    height: 45px;
    right: -4px;
  }

  .hero-badges {
    flex-direction: row;
    align-items: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-cta {
    min-width: auto;
  }

  .cta-card {
    padding: 24px;
  }

  .cta-decor {
    transform: scale(0.8);
    transform-origin: bottom left;
  }

  .cta-badges {
    gap: 12px 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cookie-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .btn {
    flex: 1;
  }

  #contact.section-cta {
    padding-bottom: 90px;
  }

  .cta-star-wrap {
    bottom: -75px;
  }

  .cta-star-small {
    bottom: -15px;
  }

  .bottlenecks-grid {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
  }

  .bottleneck-card {
    position: static;
    width: 262.5px;
    padding: 22.5px 15px;
    border-radius: 15px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.15);
    gap: 7.5px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .bottleneck-card h3 {
    font-size: 13.5px;
    font-weight: 500;
  }

  .bottleneck-card p {
    font-size: 12px;
    line-height: 21px;
  }

  .reach-stats {
    grid-template-columns: 1fr;
  }

  .mini-stats.two {
    grid-template-columns: 1fr;
  }

  .kennismaking-pill {
    position: static;
    transform: none;
    margin: 0 auto 10px;
  }

  .kennismaking-card-inner {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  :root {
    --cookie-banner-space: 160px;
  }
  .container {
    width: min(335px, calc(100% - 40px));
  }

  .section {
    padding: 30px 0;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 0;
  }

  .hero-visual {
    order: 1;
    width: 100%;
    max-width: none;
    align-items: flex-start;
    padding-top: 0;
    gap: 12px;
  }

  .hero-copy {
    order: 2;
    max-width: none;
    padding-top: 0;
    gap: 11px;
  }

  .hero-photo {
    border-radius: 0;
    aspect-ratio: 375 / 319;
    box-shadow: none;
  }

  .quote-stack {
    width: 299.25px;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-card {
    padding: 22.5px;
    border-radius: 15px;
    background: rgba(255, 250, 246, 0.65);
    border: none;
    backdrop-filter: none;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.15);
  }

  .quote-card p {
    font-size: 15px;
    line-height: 1.3;
  }

  .quote-card span {
    margin-top: 8px;
    font-size: 15px;
  }

  .quote-mark {
    width: 58.5px;
    height: 46.5px;
    right: -9px;
    bottom: -7px;
  }

  .hero-badges {
    gap: 24px;
    margin-top: 0;
    margin-left: 0;
    justify-content: center;
  }

  .hero-badges .badge {
    font-size: 12px;
  }

  .hero-badges .badge img {
    width: 9.75px;
    height: 9.75px;
  }

  .eyebrow {
    font-size: 15px;
    line-height: 1.4;
  }

  .hero-copy h1 {
    font-size: 37.5px;
    line-height: 1;
  }

  .lead {
    font-size: 15px;
    line-height: 1.3;
  }

  .cta-row {
    gap: 15px;
  }

  .hero .btn {
    font-size: 14.25px;
    padding: 11.25px 18px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.3);
  }

  .btn-outline {
    border-width: 0.75px;
  }

  .form-section {
    gap: 30px;
  }

  .form-section .section-title h2 {
    font-size: 36px;
  }

  .form-section .section-title p {
    font-size: 15px;
  }

  .form-card {
    gap: 12px;
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .form-card input {
    padding: 11.25px;
    font-size: 15px;
    border-width: 0.75px;
    border-radius: 37.5px;
  }

  .form-card .btn {
    font-size: 14.25px;
    padding: 11.25px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.3);
  }

  .card {
    border-radius: 15px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.15);
  }

  .split-cards,
  .feature-grid,
  .comparison,
  .fit-grid {
    gap: 30px;
  }

  .split-cards .card,
  .feature-card,
  .comparison-card,
  .fit-card {
    padding: 15px 22.5px;
  }

  .split-cards h3,
  .feature-card h3,
  .comparison-header h3,
  .fit-card h3 {
    font-size: 13.5px;
  }

  .split-cards .card {
    gap: 11.25px;
    background: var(--offwhite);
  }

  .split-cards .card.dark {
    background: var(--dark-green);
    color: white;
  }

  .split-cards .card.dark .pill {
    border-color: var(--green);
    color: white;
  }

  .split-cards .card.dark .quote {
    font-size: 13.5px;
  }

  .split-cards .pill {
    font-size: 13.5px;
    padding: 3.75px 7.5px;
    border-width: 0.75px;
    border-radius: 42px;
  }

  .split-cards h3 {
    font-weight: 500;
    line-height: 1.3;
  }

  .split-cards ul {
    padding-left: 20.25px;
    gap: 0;
  }

  .split-cards li {
    line-height: 1.5;
  }

  #over-ons .section-title {
    margin-bottom: 15px;
    text-align: left;
  }

  #over-ons .section-title h2 {
    font-size: 36px;
    line-height: 1;
  }

  #over-ons .section-title p {
    font-size: 15px;
    line-height: 1.4;
  }

  #over-ons .feature-grid {
    gap: 15px;
  }

  #over-ons .feature-card {
    padding: 15px 22.5px;
    gap: 11.25px;
  }

  #over-ons .feature-title {
    gap: 7.5px;
  }

  #over-ons .feature-title img {
    width: 17.25px;
    height: 17.25px;
  }

  #over-ons .feature-card h3 {
    font-size: 13.5px;
    line-height: 1.55;
  }

  #over-ons .feature-card p {
    font-size: 13.5px;
  }

  #over-ons .section-title.subtle {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    text-align: center;
  }

  #over-ons .section-title.subtle p {
    font-size: 15px;
    line-height: 1.4;
  }

  .overons-testimonials {
    gap: 22.5px;
    display: flex;
    overflow-x: auto;
    padding: 0 20px 10px;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
  }

  .overons-testimonials .card {
    padding: 15px 22.5px;
    font-size: 13.5px;
    line-height: 1.3;
    min-width: 276.5px;
    flex: 0 0 276.5px;
    scroll-snap-align: start;
  }

  #over-ons .centered .btn {
    margin-top: 22.5px;
    font-size: 14.25px;
    padding: 11.25px 18px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.3);
  }

  .split-cards li,
  .feature-card p,
  .comparison-list li,
  .fit-list li {
    font-size: 13.5px;
  }

  .comparison-icon {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    border-width: 0.75px;
  }

  .comparison-list img,
  .fit-list img {
    width: 15.75px;
    height: 15.75px;
  }

  #verschil .section-title {
    text-align: left;
    gap: 11.25px;
    margin-bottom: 15px;
  }

  #verschil .section-title h2 {
    font-size: 36px;
    line-height: 1;
  }

  #verschil .section-title p {
    font-size: 15px;
    line-height: 1.4;
  }

  #verschil .comparison-card {
    padding: 15px 22.5px;
    gap: 15px;
  }

  #verschil .comparison-header {
    gap: 11.25px;
    justify-content: flex-start;
  }

  #verschil .comparison-icon {
    width: 36.75px;
    height: 36.75px;
    border-radius: 6.8px;
    border-width: 0.75px;
  }

  #verschil .comparison-icon img {
    width: 16.7px;
    height: 16.7px;
  }

  #verschil .comparison-header h3 {
    font-size: 13.5px;
    line-height: 1.55;
  }

  #verschil .comparison-header p {
    font-size: 12px;
  }

  #verschil .comparison-list {
    gap: 11.25px;
  }

  #verschil .comparison-list li {
    font-size: 12px;
  }

  #verschil .comparison-list img {
    width: 15.75px;
    height: 15.75px;
  }

  #verschil .practice-title {
    font-size: 15px;
    margin: 11.25px 0;
  }

  #verschil .practice-row {
    gap: 11.25px;
  }

  #verschil .practice-item {
    padding: 22.5px 15px;
    min-height: 118.5px;
    gap: 11.25px;
  }

  #verschil .practice-icon {
    width: 25.5px;
    height: 25.5px;
  }

  #verschil .practice-muted {
    font-size: 13.5px;
    text-align: center;
  }

  #verschil .practice-strong {
    font-size: 15px;
    text-align: center;
  }

  #bottlenecks .section-title {
    text-align: left;
  }

  #bottlenecks .section-title .green {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 3.75px;
  }

  #bottlenecks .section-title h2 {
    font-size: 36px;
    line-height: 1;
  }

  #verschil .btn-outline {
    font-size: 14.25px;
    padding: 11.25px 18px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.3);
  }

  .practice-title {
    font-size: 15px;
    margin: 15px 0 10px;
  }

  .practice-item {
    padding: 22.5px 15px;
  }

  .practice-icon {
    width: 24px;
    height: 24px;
  }

  .practice-muted,
  .practice-strong {
    font-size: 13.5px;
  }

  .kennismaking-grid {
    row-gap: 30px;
  }

  .kennismaking-intro {
    gap: 11.25px;
  }

  .kennismaking-intro h2 {
    font-size: 36px;
    line-height: 1;
  }

  .kennismaking-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }

  .kennismaking-body {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .kennismaking-list {
    gap: 11.25px;
  }

  .kennismaking-item {
    gap: 11.25px;
  }

  .kennismaking-icon {
    width: 36.75px;
    height: 36.75px;
    border-radius: 6.81px;
    border-width: 0.75px;
  }

  .kennismaking-icon img {
    width: 15.2px;
    height: 15.2px;
  }

  .kennismaking-item h4 {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3.75px;
  }

  .kennismaking-item p {
    font-size: 13.5px;
    line-height: 1.3;
    margin: 0;
  }

  .kennismaking-card {
    justify-self: center;
    max-width: 335px;
    margin-top: 15px;
  }

  .kennismaking-pill {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    padding: 3.9px 7.8px;
    border-radius: 43.8px;
    font-size: 14.1px;
    line-height: 21.9px;
    gap: 7.8px;
  }

  .kennismaking-pill img {
    width: 45.4px;
    height: 7.8px;
  }

  .kennismaking-card-inner {
    padding: 22.5px;
    border-radius: 15px;
    min-height: 165px;
    margin-top: 14.5px;
  }

  .kennismaking-header {
    gap: 3.75px;
    max-width: 279px;
    margin: 0 auto;
  }

  .kennismaking-card-inner h3 {
    font-size: 14.1px;
    font-weight: 500;
    line-height: 1.3;
  }

  .kennismaking-card-inner p {
    font-size: 12.5px;
    line-height: 1.3;
  }

  .kennismaking-header p {
    max-width: 199px;
    margin: 0 auto;
  }

  .kennismaking-pills {
    gap: 7.5px;
  }

  .kennismaking-pills .pill-row {
    gap: 11.7px;
  }

  .pill-ghost {
    font-size: 14.1px;
    padding: 3.9px 7.8px;
    border-radius: 43.8px;
    line-height: 21.9px;
    gap: 7.8px;
  }

  .pill-ghost img {
    width: 15.7px;
    height: 15.7px;
  }

  .kennismaking-cta {
    justify-self: center;
    font-size: 14.25px;
    line-height: 21px;
    padding: 11.25px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.3);
  }

  .bottlenecks-grid {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
  }

  .bottleneck-card {
    position: static;
    width: 262.5px;
    padding: 22.5px 15px;
    border-radius: 15px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.15);
    gap: 7.5px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .bottleneck-card h3 {
    font-size: 13.5px;
    font-weight: 500;
  }

  .bottleneck-card p {
    font-size: 12px;
    line-height: 21px;
  }

  #bottlenecks .bottlenecks-grid + .centered {
    margin-top: 45px;
  }

  #bottlenecks .btn-primary {
    font-size: 14.25px;
    line-height: 21px;
    padding: 11.25px;
    border-radius: 29.25px;
    box-shadow: 0 1.5px 3.75px rgba(0, 0, 0, 0.15);
  }

  .testimonial-feature {
    gap: 15px;
  }

  .reach-stats {
    grid-template-columns: 1fr;
  }

  .reach-item {
    padding: 22.5px 15px;
    min-height: 118.5px;
    gap: 11.25px;
    border-radius: 15px;
  }

  .reach-icon {
    width: 25.5px;
    height: 25.5px;
  }

  .reach-muted {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .reach-strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .reach-pills .pill {
    font-size: 15px;
    padding: 15px;
    border-radius: 42px;
  }

  .fit-list li {
    gap: 11.25px;
  }

  .cta-card {
    padding: 40px 20px;
  }

  #contact.section-cta {
    padding-bottom: 70px;
  }

  .cta-decor {
    transform: none;
  }

  .cta-star-wrap {
    width: 108.33px;
    height: 108.33px;
    left: 6%;
    bottom: -40px;
  }

  .cta-star-small {
    width: 54.165px;
    height: 54.165px;
    left: 0;
    bottom: 13px;
  }

  .cta-stamp {
    font-size: 12px;
    width: 47.4px;
    height: 29.8px;
  }

  .cta-card h2 {
    font-size: 36px;
    line-height: 1;
  }

  .cta-card p {
    font-size: 15px;
    line-height: 1.4;
  }

  .cta-button {
    font-size: 14.25px;
    padding: 11.25px 18px;
    border-radius: 29.25px;
  }

  .cta-badges {
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
  }

  .cta-badge img {
    width: 12px;
    height: 12px;
  }

  .faq-list details {
    padding: 20px;
  }

  .faq-list summary {
    font-size: 18px;
  }

  .faq-list p {
    font-size: 15px;
  }
}
