/* Design tokens */
:root {
  --radius: 0.875rem;
  --background: oklch(0.985 0.005 80);
  --foreground: oklch(0.21 0.03 250);
  --card: oklch(1 0 0);
  --muted: oklch(0.96 0.008 80);
  --muted-foreground: oklch(0.5 0.02 250);
  --primary: oklch(0.27 0.05 250);
  --primary-foreground: oklch(0.98 0.005 80);
  --secondary: oklch(0.96 0.01 80);
  --accent: oklch(0.72 0.13 55);
  --accent-foreground: oklch(0.99 0.005 80);
  --border: oklch(0.92 0.01 250);
  --input: oklch(0.92 0.01 250);
  --ring: oklch(0.5 0.05 250);
  --whatsapp: oklch(0.65 0.16 152);
  --whatsapp-foreground: oklch(0.99 0 0);
  --shadow-soft: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px -8px rgb(15 23 42 / 0.08);
  --shadow-card: 0 1px 3px rgb(15 23 42 / 0.04), 0 12px 40px -12px rgb(15 23 42 / 0.12);
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
}
h1,h2,h3,h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.1; margin: 0; font-weight: 600; }
h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Layout helpers */
.container { max-width: 1180px; margin-inline: auto; padding-inline: 1.25rem; }
@media (min-width: 768px) { .container { padding-inline: 2rem; } }
.section { padding: 4rem 0; }
.section-lg { padding: 5rem 0; }
@media (min-width: 768px) { .section { padding: 6rem 0; } .section-lg { padding: 7rem 0; } }
.max-2xl { max-width: 42rem; }
.max-3xl { max-width: 48rem; }
.mt-3 { margin-top: .75rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; }
.mt-12 { margin-top: 3rem; } .mt-14 { margin-top: 3.5rem; }
.muted { color: var(--muted-foreground); }
.small { font-size: .875rem; }
.center { text-align: center; }
.lead { font-size: 1.125rem; line-height: 1.65; }
.eyebrow { font-size: .8125rem; text-transform: uppercase; letter-spacing: .15em; color: var(--accent); font-weight: 500; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in oklab, var(--background) 80%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
@media (min-width: 768px) { .nav { height: 80px; } }
.brand { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; letter-spacing: -.02em; }
.brand .dot { width: 10px; height: 10px; border-radius: 999px; background: var(--accent); display: inline-block; }
.primary-nav { display: none; gap: 1.75rem; font-size: .875rem; color: var(--muted-foreground); }
.primary-nav a:hover { color: var(--foreground); }
.nav-cta { display: none; }
.menu-btn { width: 40px; height: 40px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; }
.menu-btn:hover { background: var(--muted); }
@media (min-width: 1024px) {
  .primary-nav, .nav-cta { display: inline-flex; }
  .menu-btn { display: none; }
}
.mobile-nav { background: var(--background); border-top: 1px solid var(--border); }
.mobile-nav .container { display: flex; flex-direction: column; padding-block: 1rem; }
.mobile-nav a { padding: .625rem 0; }
.mobile-cta { margin-top: .5rem; text-align: center; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 500; transition: opacity .2s, background .2s; padding: .75rem 1.25rem; border-radius: 10px; }
.btn:hover { opacity: .9; }
.btn-pill { border-radius: 999px; }
.btn-lg { padding: .9rem 1.5rem; box-shadow: var(--shadow-soft); }
.btn-primary { background: var(--primary); color: var(--primary-foreground); }
.btn-accent { background: var(--accent); color: var(--accent-foreground); }
.btn-whatsapp { background: var(--whatsapp); color: var(--whatsapp-foreground); }
.cta-row { display: flex; flex-direction: column; gap: .75rem; margin-top: 2rem; }
@media (min-width: 640px) { .cta-row { flex-direction: row; } }

/* Hero */
.hero-gradient {
  background:
    radial-gradient(1200px 500px at 80% -10%, color-mix(in oklab, var(--accent) 18%, transparent), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, color-mix(in oklab, var(--primary) 12%, transparent), transparent 60%),
    var(--background);
}
.hero-grid { display: grid; gap: 2.5rem; padding-block: 3rem 4rem; align-items: center; }
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; padding-block: 5rem 6rem; }
}
.chip { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--muted-foreground); background: color-mix(in oklab, var(--muted) 70%, transparent); padding: .375rem .75rem; border-radius: 999px; }
.chip-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }
.hero-copy h1 { margin-top: 1.25rem; }
.hero-copy h1 em { font-style: italic; color: var(--accent); }
.hero-copy .lead { margin-top: 1.5rem; max-width: 36rem; color: var(--muted-foreground); }
.hero-image-wrap {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-glow {
  position: absolute;
  inset: -1rem;
  background: linear-gradient(to top right, color-mix(in oklab, var(--accent) 20%, transparent), color-mix(in oklab, var(--primary) 10%, transparent));
  filter: blur(40px);
  border-radius: 2rem;
}

.hero-image-wrap img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-card);
}/* Bands */
.band-secondary { background: color-mix(in oklab, var(--secondary) 40%, var(--background)); border-block: 1px solid color-mix(in oklab, var(--border) 60%, transparent); }
.band-primary { background: var(--primary); color: var(--primary-foreground); }
.band-primary .eyebrow { color: var(--accent); }
.band-primary p { color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }

/* Grids */
.grid-3 { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-features { display: grid; gap: 2rem 2.5rem; }
@media (min-width: 640px) { .grid-features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-features { grid-template-columns: repeat(3, 1fr); } }

/* Cards */
.card { background: var(--card); border-radius: 1rem; padding: 1.75rem; box-shadow: var(--shadow-soft); border: 1px solid color-mix(in oklab, var(--border) 60%, transparent); transition: box-shadow .25s; }
.card:hover { box-shadow: var(--shadow-card); }
.card .emoji { font-size: 1.875rem; }
.card h3 { margin-top: 1.25rem; }
.card p { margin-top: .75rem; }

/* Features */
.feat { display: flex; gap: 1rem; }
.feat .check { flex-shrink: 0; width: 36px; height: 36px; border-radius: 999px; background: color-mix(in oklab, var(--accent) 15%, transparent); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-top: .25rem; }
.feat h3 { font-size: 1.125rem; }
.feat p { margin-top: .25rem; }

/* Steps */
.steps .step-num { font-family: var(--font-display); font-size: 3rem; font-weight: 600; color: color-mix(in oklab, var(--accent) 90%, transparent); }
.step h3 { margin-top: 1rem; font-size: 1.25rem; }
.step p { margin-top: .5rem; }

/* Cases */
.case { border-radius: 1rem; overflow: hidden; border: 1px solid color-mix(in oklab, var(--border) 60%, transparent); background: var(--card); box-shadow: var(--shadow-soft); }
.case-img { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 4rem; background: linear-gradient(to bottom right, var(--secondary), var(--muted)); }
.case-body { padding: 1.5rem; }
.case-body p { margin-top: .25rem; }

/* Reviews */
.stars { color: var(--accent); letter-spacing: 2px; font-size: .9rem; }
figure.card blockquote { margin: 1rem 0 0; font-style: normal; }
figure.card figcaption { margin-top: 1.25rem; font-size: .875rem; font-weight: 500; color: var(--muted-foreground); }

/* FAQ */
.faq-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: 4fr 8fr; gap: 2.5rem; } }
.faq-list details { border-top: 1px solid var(--border); padding: 1.25rem 0; }
.faq-list details:first-child { border-top: 0; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-weight: 500; font-size: 1.125rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .plus { color: var(--accent); font-size: 1.5rem; line-height: 1; transition: transform .2s; margin-left: 1rem; }
.faq-list details[open] .plus { transform: rotate(45deg); }
.faq-list details p { margin-top: .75rem; }

/* CTA band */
.cta-band-wrap { padding-bottom: 2rem; }
.cta-band { position: relative; overflow: hidden; border-radius: 1.5rem; background: linear-gradient(to bottom right, var(--primary), color-mix(in oklab, var(--primary) 85%, black)); color: var(--primary-foreground); padding: 2.5rem; box-shadow: var(--shadow-card); }
@media (min-width: 768px) { .cta-band { padding: 3.5rem; } }
.cta-band-blur { position: absolute; top: -5rem; right: -5rem; width: 18rem; height: 18rem; border-radius: 999px; background: color-mix(in oklab, var(--accent) 30%, transparent); filter: blur(60px); }
.cta-band-inner { position: relative; }
.cta-band h2 { max-width: 36rem; }
.cta-band p { margin-top: 1rem; max-width: 32rem; font-size: 1.125rem; color: color-mix(in oklab, var(--primary-foreground) 80%, transparent); }
.cta-band .cta-row { margin-top: 1.75rem; }

/* Contact */
.contact-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.contact-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-list li { display: flex; gap: .75rem; align-items: flex-start; }
.contact-list a { font-weight: 500; }
.contact-list a:hover { color: var(--accent); }

.contact-form { background: var(--card); border: 1px solid color-mix(in oklab, var(--border) 60%, transparent); border-radius: 1rem; padding: 1.75rem; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 768px) { .contact-form { padding: 2.25rem; } }
.contact-form h3 { font-family: var(--font-display); font-size: 1.5rem; }
.contact-form > p { margin-top: -.5rem; }
.contact-form label { display: flex; flex-direction: column; gap: .375rem; font-size: .875rem; font-weight: 500; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: .75rem 1rem; border-radius: 8px;
  border: 1px solid var(--input); background: var(--background);
  font: inherit; color: inherit; outline: none; font-weight: 400;
}
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 0 0 0 2px var(--ring); border-color: transparent; }
.contact-form textarea { resize: none; }
.form-row { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }

/* Footer */
.site-footer { background: var(--primary); color: color-mix(in oklab, var(--primary-foreground) 80%, transparent); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 3.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.brand.light { color: var(--primary-foreground); font-size: 1.25rem; }
.footer-title { color: var(--primary-foreground); font-weight: 500; margin-bottom: .75rem; }
.footer-list { display: flex; flex-direction: column; gap: .5rem; font-size: .875rem; }
.footer-list a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid color-mix(in oklab, var(--primary-foreground) 10%, transparent); }
.footer-bottom-inner { padding-block: 1.25rem; font-size: .75rem; display: flex; flex-direction: column; gap: .5rem; justify-content: space-between; }
@media (min-width: 768px) { .footer-bottom-inner { flex-direction: row; } }

/* Mobile sticky CTA bar */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: color-mix(in oklab, var(--background) 95%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  padding: .5rem; padding-bottom: calc(.5rem + env(safe-area-inset-bottom));
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem;
}
.m-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: .5rem; border-radius: 8px; font-size: .75rem; font-weight: 500; }
.m-cta span { font-size: 1rem; margin-bottom: 2px; }
.m-cta.primary { background: var(--primary); color: var(--primary-foreground); }
.m-cta.whatsapp { background: var(--whatsapp); color: var(--whatsapp-foreground); }
.m-cta.secondary { background: var(--secondary); color: var(--foreground); }
@media (min-width: 1024px) {
  .mobile-cta-bar { display: none; }
  body { padding-bottom: 0; }
}
/* HERO IMAGE FIX */
.hero-image-wrap {
  width: 550px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-image-wrap img {
  width: 100% !important;
  height: 370px !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 12px !important;
}/* FINAL MOBILE FIX — keep desktop hero image unchanged */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden !important;
  }

  body {
    padding-bottom: 76px !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav {
    height: 64px !important;
    gap: 10px !important;
  }

  .brand {
    font-size: 0.95rem !important;
    max-width: 170px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .primary-nav,
  .nav-cta {
    display: none !important;
  }

  .menu-btn {
    display: inline-flex !important;
    flex-shrink: 0 !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-top: 42px !important;
    padding-bottom: 52px !important;
  }

  .hero-copy h1 {
    font-size: 2.35rem !important;
    line-height: 1.05 !important;
    max-width: 100% !important;
  }

  .hero-copy .lead {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
  }

  .cta-row {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .cta-row .btn {
    width: 100% !important;
  }

  .hero-image-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-image-wrap img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }

  .section,
  .section-lg {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .grid-3,
  .grid-features,
  .contact-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .card,
  .case,
  .contact-form {
    width: 100% !important;
  }

  h2 {
    font-size: 1.8rem !important;
    line-height: 1.12 !important;
  }

  .mobile-cta-bar {
    display: grid !important;
  }
}/* REALISATIES FOTO'S GELIJK EN VOLLEDIG IN KADER */
.case {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

.case-img {
  width: 100% !important;
  height: 240px !important;
  aspect-ratio: auto !important;
  display: block !important;
  overflow: hidden !important;
  background: var(--muted) !important;
  font-size: 0 !important;
}

.case-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

.case-body {
  flex: 1 !important;
  padding: 1.5rem !important;
}

/* MOBILE */
@media (max-width: 767px) {
  .case-img {
    height: 220px !important;
  }
}