:root {
  --bg-main: #f4f7f2;
  --bg-card: #ffffff;
  --text-main: #1d2b24;
  --text-muted: #405248;
  --brand: #1b7f5e;
  --brand-dark: #126149;
  --line: #d7e3dc;
  --shadow: 0 18px 50px rgba(22, 49, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: radial-gradient(circle at 20% -5%, #d7f0e1 0%, transparent 40%),
    radial-gradient(circle at 90% 10%, #cce4f9 0%, transparent 30%),
    var(--bg-main);
  line-height: 1.5;
  overflow-x: hidden;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
}

.bg-shape-a {
  top: -10rem;
  left: -8rem;
  background: #88d1af;
}

.bg-shape-b {
  bottom: -12rem;
  right: -8rem;
  background: #90c5f3;
}

.container {
  width: min(1400px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(244, 247, 242, 0.84);
  border-bottom: 1px solid var(--line);
  z-index: 20;
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 247, 242, 0.95);
  box-shadow: 0 10px 30px rgba(16, 45, 34, 0.1);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-main);
}

.brand-logo {
  width: auto;
  height: 54px;
  max-width: min(280px, 46vw);
  object-fit: contain;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 600;
  transition: color 160ms ease;
  font-size: 1.14rem;
}

.main-nav a:hover {
  color: var(--brand-dark);
}

.main-nav a.is-active {
  color: var(--brand-dark);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-main);
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  font-weight: 700;
}

.hero {
  padding: 4.8rem 0 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 0.7rem;
}

h1,
h2,
h3 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  line-height: 1.15;
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-bottom: 1rem;
}

.hero-copy p {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-secondary {
  border: 1px solid var(--line);
  color: var(--text-main);
  background: #fff;
}

.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.3rem 1.2rem;
  box-shadow: var(--shadow);
  transform: translateY(15px);
}

.hero-logo-card {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.hero-side-logo {
  width: auto;
  height: 180px;
  max-width: 100%;
  object-fit: contain;
}

.hero-card h2 {
  margin-bottom: 0.8rem;
}

.hero-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
}

.content-section {
  padding: 2.6rem 0;
}

#voordelen.content-section {
  padding: 4.8rem 0;
}

.section-intro {
  color: var(--text-muted);
  max-width: 70ch;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.section-grid article {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
}

.accent {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(27, 127, 94, 0.08));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.steps article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d7efe4;
  color: var(--brand-dark);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.platform-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.platform-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #eef3ef;
}

.platform-card figcaption {
  padding: 0.95rem 1rem 1.05rem;
}

.platform-card h3 {
  margin-bottom: 0.45rem;
}

.platform-card p {
  margin: 0;
  color: var(--text-muted);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.stat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.stat-value {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  color: var(--brand-dark);
}

.stat-label {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2.2rem;
}

.single-column {
  max-width: 860px;
}

.single-column p {
  color: var(--text-muted);
  font-size: 1.04rem;
}

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

.benefits-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.pillars-grid article {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

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

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

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
}

.faq-list h3 {
  margin-bottom: 0.5rem;
}

.faq-list p {
  margin: 0;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  padding: 0;
}

.faq-answer {
  margin-top: 0.6rem;
}

.acc-showcase {
  position: sticky;
  top: 6.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.acc-background {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 30%, #d7f0e1 0%, #eef7f1 60%, #ffffff 100%);
}

.acc-trigger-btn {
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(18, 97, 73, 0.28);
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.acc-trigger-btn:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(18, 97, 73, 0.32);
}

.acc-trigger-btn svg {
  width: 46px;
  height: 46px;
}

.acc-popover {
  margin-top: 0.65rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #f8fcfa;
  padding: 0.7rem 0.8rem;
}

.acc-popover p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-section {
  text-align: left;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-muted);
}

@media (max-width: 860px) {
  .hero-grid,
  .section-grid,
  .steps,
  .platform-grid,
  .faq-layout,
  .benefits-grid,
  .pillars-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .acc-showcase {
    position: static;
  }

  .menu-button {
    display: inline-block;
  }

  .brand-logo {
    height: 42px;
    max-width: 56vw;
  }

  .main-nav {
    position: absolute;
    right: 4vw;
    top: 4.6rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: min(220px, 60vw);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }
}
