:root {
  --forest: #173f35;
  --forest-2: #24594b;
  --cream: #fffaf0;
  --paper: #fffef9;
  --lime: #b8d46a;
  --coral: #ef775f;
  --ink: #17332c;
  --muted: #59716a;
  --line: #d9e3dc;
  --sky: #dceeed;
  --shadow: 0 24px 70px rgba(23, 63, 53, 0.12);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(184, 212, 106, 0.18),
      transparent 24rem
    ),
    var(--cream);
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 16px;
  top: 12px;
  z-index: 10;
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid rgba(23, 63, 53, 0.1);
  backdrop-filter: blur(14px);
}
.nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: auto;
  max-width: 1180px;
  padding: 13px 24px;
}
.logo img {
  height: 54px;
  width: auto;
}
.nav-links {
  align-items: center;
  display: flex;
  gap: 22px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-cta,
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  text-decoration: none;
}
.nav-cta {
  background: var(--forest);
  color: #fff;
  padding: 10px 16px;
}
.hero {
  margin: auto;
  max-width: 1280px;
  padding: 46px 24px 30px;
}
.hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
.hero-copy {
  padding-left: max(0px, calc((100vw - 1180px) / 2));
}
.kicker {
  align-items: center;
  color: var(--forest-2);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  gap: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.kicker:before {
  background: var(--coral);
  border-radius: 99px;
  content: "";
  height: 9px;
  width: 9px;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(42px, 6vw, 76px);
  margin: 18px 0;
}
h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  margin: 10px 0 18px;
}
h3 {
  font-size: 25px;
  margin: 0 0 10px;
}
.lead {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
  max-width: 650px;
}
.hero-media {
  border-radius: 36px;
  box-shadow: var(--shadow);
  min-height: 540px;
  object-fit: cover;
  width: 100%;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  background: var(--forest);
  color: #fff;
  min-height: 50px;
  padding: 12px 21px;
}
.button:hover {
  background: var(--forest-2);
}
.button.secondary {
  background: transparent;
  border: 1px solid var(--forest);
  color: var(--forest);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.trust-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest-2);
  font-size: 13px;
  font-weight: 750;
  padding: 8px 13px;
}
.section {
  margin: auto;
  max-width: 1180px;
  padding: 90px 24px;
}
.section-head {
  max-width: 760px;
}
.section-head p {
  color: var(--muted);
  font-size: 18px;
}
.cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}
.card {
  background: rgba(255, 254, 249, 0.9);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
}
.card strong,
.number {
  align-items: center;
  background: var(--sky);
  border-radius: 14px;
  color: var(--forest);
  display: flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  margin-bottom: 20px;
  width: 44px;
}
.card p {
  color: var(--muted);
  margin: 0;
}
.feature-split {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-split img {
  aspect-ratio: 4/3;
  border-radius: 30px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.checklist {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}
.checklist li {
  color: var(--muted);
  padding-left: 32px;
  position: relative;
}
.checklist li:before {
  align-items: center;
  background: var(--lime);
  border-radius: 99px;
  color: var(--forest);
  content: "✓";
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 21px;
}
.highlight {
  background: var(--forest);
  border-radius: 34px;
  color: #fff;
  overflow: hidden;
  padding: 48px;
}
.highlight .kicker {
  color: #d9ebad;
}
.highlight h2 {
  max-width: 800px;
}
.highlight p {
  color: #d9e6df;
  font-size: 18px;
  max-width: 740px;
}
.highlight .button {
  background: var(--lime);
  color: var(--forest);
}
.highlight .button.secondary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.steps {
  counter-reset: step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.step:before {
  color: var(--coral);
  content: "0" counter(step);
  counter-increment: step;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}
.step h3 {
  font-size: 22px;
  margin-top: 8px;
}
.step p,
.faq p {
  color: var(--muted);
}
.faq {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}
.faq article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 23px;
}
.faq h3 {
  font-family: inherit;
  font-size: 17px;
  letter-spacing: 0;
}
.faq p {
  margin-bottom: 0;
}
.link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}
.link-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  text-decoration: none;
}
.link-card:hover {
  border-color: var(--forest);
  transform: translateY(-2px);
}
.link-card span {
  color: var(--coral);
  font-weight: 850;
}
.cta {
  padding-top: 30px;
}
.footer {
  background: #102f28;
  color: #fff;
  margin-top: 70px;
}
.footer-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin: auto;
  max-width: 1180px;
  padding: 50px 24px;
}
.footer img {
  filter: brightness(0) invert(1);
  height: 54px;
  width: auto;
}
.footer p {
  color: #c4d6cf;
  max-width: 390px;
}
.footer nav {
  display: grid;
  gap: 8px;
}
.footer a {
  color: #e7efe9;
}
.footer small {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #a9c0b7;
  display: block;
  padding: 18px 24px;
  text-align: center;
}
.breadcrumbs {
  color: var(--muted);
  font-size: 13px;
  margin: auto;
  max-width: 1180px;
  padding: 20px 24px 0;
}
.breadcrumbs a {
  font-weight: 750;
}
.quote {
  border-left: 4px solid var(--coral);
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 28px 0;
  padding: 8px 0 8px 24px;
}
.audience-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.audience-tabs a {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 13px;
  text-decoration: none;
}
.audience-tabs a[aria-current="page"] {
  background: var(--forest);
  color: #fff;
}
.stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}
.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}
.stat b {
  color: var(--forest);
  display: block;
  font-family: Georgia, serif;
  font-size: 34px;
}
.stat span {
  color: var(--muted);
  font-size: 13px;
}
.seo-copy {
  color: var(--muted);
  font-size: 16px;
  max-width: 850px;
}
.seo-copy h2 {
  color: var(--ink);
}
@media (max-width: 850px) {
  .nav {
    align-items: flex-start;
  }
  .logo img {
    height: 46px;
  }
  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .nav-links a {
    font-size: 12px;
  }
  .nav-cta {
    padding: 8px 12px;
  }
  .hero {
    padding-top: 26px;
  }
  .hero-grid,
  .feature-split {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-media {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner > :first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .nav {
    padding: 10px 14px;
  }
  .logo {
    flex: 0 0 auto;
  }
  .logo img {
    height: auto;
    width: 148px;
  }
  .nav-links a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    font-size: 13px;
    padding: 8px 11px;
    white-space: nowrap;
  }
  .hero,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero {
    padding-top: 18px;
  }
  .hero-media {
    border-radius: 22px;
  }
  .cards,
  .faq,
  .link-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .highlight {
    border-radius: 24px;
    padding: 30px 22px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  .footer-inner > :first-child {
    grid-column: auto;
  }
  h1 {
    font-size: 43px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .audience-tabs {
    overflow-x: auto;
  }
  .audience-tabs a {
    white-space: nowrap;
  }
}

/* 2026 merkverdieping: meer licht, kleur en ritme zonder inhoud te verbergen. */
body {
  background:
    radial-gradient(circle at 8% 5%, rgba(184, 212, 106, 0.34), transparent 25rem),
    radial-gradient(circle at 92% 18%, rgba(239, 119, 95, 0.2), transparent 30rem),
    linear-gradient(180deg, #fffdf7 0%, #f5fbf8 52%, #fff8ee 100%);
}
.page-organizers {
  background:
    radial-gradient(circle at 7% 8%, rgba(109, 197, 205, 0.28), transparent 27rem),
    radial-gradient(circle at 94% 16%, rgba(184, 212, 106, 0.25), transparent 28rem),
    linear-gradient(180deg, #f8fffd 0%, #fffaf0 58%, #f0f8f5 100%);
}
.page-a4d {
  background:
    radial-gradient(circle at 10% 7%, rgba(255, 190, 103, 0.35), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(239, 119, 95, 0.25), transparent 30rem),
    linear-gradient(180deg, #fffaf2 0%, #f8fff9 55%, #fff4e8 100%);
}
.site-header {
  box-shadow: 0 8px 30px rgba(23, 63, 53, 0.06);
}
.hero {
  padding-top: 34px;
}
.hero-grid {
  background: linear-gradient(135deg, #f0f5d8 0%, #fff3df 57%, #ffe5dc 100%);
  border: 1px solid rgba(23, 63, 53, 0.1);
  border-radius: 42px;
  box-shadow: 0 28px 80px rgba(23, 63, 53, 0.13);
  gap: 34px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.page-organizers .hero-grid {
  background: linear-gradient(135deg, #dff4f1 0%, #eff5d9 52%, #fff2df 100%);
}
.page-a4d .hero-grid {
  background: linear-gradient(135deg, #fff0d2 0%, #ffe4dc 50%, #edf5d7 100%);
}
.hero-grid::before,
.highlight::after {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 150px;
  opacity: 0.13;
  position: absolute;
  right: -45px;
  top: -55px;
  width: 150px;
}
.hero-copy {
  padding: 18px 0 18px 18px;
  position: relative;
  z-index: 1;
}
.hero-media {
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(23, 63, 53, 0.18);
  min-height: 500px;
  position: relative;
}
.button {
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover {
  box-shadow: 0 14px 30px rgba(23, 63, 53, 0.2);
  transform: translateY(-2px);
}
.button.secondary {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.trust-row span:nth-child(1) {
  background: #eef6d4;
  border-color: #d5e5a7;
}
.trust-row span:nth-child(2) {
  background: #e7f6f5;
  border-color: #c3e3e2;
}
.trust-row span:nth-child(3) {
  background: #fff0e9;
  border-color: #f3cfc3;
}
main > .section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 63, 53, 0.08);
  border-radius: 36px;
  box-shadow: 0 20px 60px rgba(23, 63, 53, 0.07);
  margin-bottom: 34px;
  margin-top: 34px;
  padding: 58px 42px;
}
.section-head .kicker,
.feature-split .kicker {
  color: #b64f3e;
}
.card,
.faq article,
.stat {
  box-shadow: 0 14px 36px rgba(23, 63, 53, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover,
.faq article:hover,
.stat:hover {
  box-shadow: 0 20px 44px rgba(23, 63, 53, 0.12);
  transform: translateY(-4px);
}
.card:nth-child(6n + 1) {
  background: #f2f7dc;
  border-color: #dce8b8;
}
.card:nth-child(6n + 2) {
  background: #eaf8f7;
  border-color: #cce9e7;
}
.card:nth-child(6n + 3) {
  background: #fff0e9;
  border-color: #f1d1c6;
}
.card:nth-child(6n + 4) {
  background: #fff7df;
  border-color: #efdfaa;
}
.card:nth-child(6n + 5) {
  background: #edf2fa;
  border-color: #d2dfef;
}
.card:nth-child(6n) {
  background: #f5ecf5;
  border-color: #e4d2e4;
}
.card:nth-child(3n + 2) strong {
  background: #f8d7cb;
}
.card:nth-child(3n) strong {
  background: #d9ead1;
}
.feature-split {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 247, 228, 0.88));
  border: 1px solid rgba(23, 63, 53, 0.09);
  border-radius: 34px;
  box-shadow: 0 22px 65px rgba(23, 63, 53, 0.09);
  padding: 30px;
}
.feature-split img {
  border: 5px solid #fff;
  transform: rotate(-1deg);
}
.highlight {
  background: linear-gradient(130deg, #173f35 0%, #24594b 55%, #38705e 100%);
  box-shadow: 0 28px 70px rgba(23, 63, 53, 0.2);
  position: relative;
}
.page-a4d .highlight {
  background: linear-gradient(130deg, #7d3f31 0%, #b85443 55%, #d96f55 100%);
}
.highlight > * {
  position: relative;
  z-index: 1;
}
.steps {
  gap: 14px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(23, 63, 53, 0.06);
  padding: 20px;
}
.stat:nth-child(4n + 1) {
  background: #eef6d4;
}
.stat:nth-child(4n + 2) {
  background: #e7f6f5;
}
.stat:nth-child(4n + 3) {
  background: #fff0e9;
}
.stat:nth-child(4n) {
  background: #fff7df;
}
.faq article:nth-child(4n + 1),
.faq article:nth-child(4n) {
  background: #f4f8e7;
}
.faq article:nth-child(4n + 2),
.faq article:nth-child(4n + 3) {
  background: #eef8f7;
}
.footer {
  background: linear-gradient(135deg, #102f28, #214d40);
}

@media (max-width: 850px) {
  .hero-grid {
    padding: 22px;
  }
  .hero-copy {
    padding: 8px 4px;
  }
  .hero-media {
    min-height: 0;
  }
  main > .section:nth-of-type(even) {
    margin-left: 16px;
    margin-right: 16px;
    padding: 42px 26px;
  }
}

@media (max-width: 560px) {
  .hero-grid {
    border-radius: 28px;
    padding: 18px;
  }
  .hero-media {
    border-width: 4px;
  }
  main > .section:nth-of-type(even) {
    border-radius: 26px;
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 34px 20px;
  }
  .feature-split {
    border-radius: 26px;
    padding: 18px;
  }
}
