/* ===========================================================
   WB Groep — donkere, serieuze stijl met oranje accenten
   Kleuren pas je hieronder aan onder :root
   =========================================================== */

:root {
  --oranje: #f15a24;
  --oranje-zacht: #ff7c4d;
  --oranje-donker: #d24a16;

  --bg: #211d17;
  --bg-2: #2a251d;
  --bg-3: #322c23;
  --bg-kaart: #2c271f;

  --beige: #e7e0d2;
  --beige-2: #f2ede2;
  --tekst-licht: #2c2720;
  --tekst-licht-zacht: #6b6354;
  --lijn-licht: rgba(40, 32, 20, 0.14);

  --tekst: #ece7df;
  --tekst-zacht: #a89f90;
  --lijn: rgba(255, 255, 255, 0.1);
  --lijn-sterk: rgba(255, 255, 255, 0.16);
  --wit: #ffffff;

  --schaduw: 0 30px 60px -30px rgba(0, 0, 0, 0.7);
  --radius: 6px;
  --max: 1240px;

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--tekst);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
  color: var(--wit);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); margin: 0 0 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 0 0 20px; }
h3 { font-size: 1.4rem; margin: 0 0 10px; }

p { margin: 0 0 18px; }

.accent { color: var(--oranje); }
.italic { font-style: italic; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--oranje);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--oranje);
}

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-primair { background: var(--oranje); color: #fff; }
.btn-primair:hover { background: var(--oranje-donker); transform: translateY(-2px); }
.btn-secundair { background: transparent; color: var(--tekst); border-color: var(--lijn-sterk); }
.btn-secundair:hover { border-color: var(--oranje); color: var(--oranje); }
.btn .pijl { transition: transform 0.2s ease; }
.btn:hover .pijl { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(21, 18, 14, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lijn);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 138px;
}
.logo {
  background: #fff;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px -12px rgba(0, 0, 0, 0.6);
}
.logo img { height: 92px; width: auto; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a {
  font-weight: 500;
  color: var(--tekst);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
.nav a:hover { color: var(--oranje); }
.nav .btn { color: #fff; }

.menu-knop { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-knop span { display: block; width: 26px; height: 2px; background: var(--tekst); margin: 5px 0; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90vh;
  padding: 150px 0 120px;
  overflow: hidden;
  background:
    radial-gradient(760px 520px at 84% 12%, rgba(241, 90, 36, 0.22), transparent 60%),
    linear-gradient(100deg, rgba(18, 15, 11, 0.96) 0%, rgba(18, 15, 11, 0.78) 46%, rgba(18, 15, 11, 0.45) 100%),
    url(images/hero.jpg) center / cover no-repeat;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-merk { display: none; }
.hero h1 { max-width: 16ch; }
.hero p.lead {
  font-size: 1.3rem;
  color: var(--tekst-zacht);
  max-width: 580px;
  margin-top: 8px;
}
.hero-acties { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
.hero-merk {
  position: absolute;
  right: -4%;
  bottom: -14%;
  font-family: var(--font-display);
  font-size: 30rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.025);
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

/* ---------- Secties ---------- */
.sectie { padding: 110px 0; }
.sectie-kop { max-width: 680px; margin-bottom: 64px; }
.sectie-kop.center { margin-left: auto; margin-right: auto; text-align: center; }
.sectie-kop p { color: var(--tekst-zacht); font-size: 1.15rem; }

/* ---------- Statement / intro ---------- */
.statement { border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); }
.statement .groot {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.35;
  color: var(--wit);
  max-width: 22ch;
}
.statement .groot .accent { font-style: normal; }

/* ---------- Onderdelen: full-width rijen ---------- */
.onderdelen { border-top: 1px solid var(--lijn); }
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--lijn);
}
.feature .visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background-color: var(--bg-3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature .visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(18, 15, 11, 0.62) 0%, rgba(18, 15, 11, 0.15) 55%),
    radial-gradient(320px 260px at 80% 22%, rgba(241, 90, 36, 0.22), transparent 70%);
}
.feature .f-num {
  position: absolute;
  left: 48px;
  top: 40px;
  z-index: 3;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.feature .f-icoon { display: none; }
.feature .tekst {
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature .tekst h2 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.feature .tekst p { color: var(--tekst-zacht); font-size: 1.08rem; max-width: 46ch; }
.feature .meer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--oranje);
  margin-top: 14px;
}
.feature .meer .pijl { transition: transform 0.2s ease; }
.feature:hover .meer .pijl { transform: translateX(5px); }
.feature.omgekeerd .visual { order: 2; }

/* ---------- Lichte (beige) secties ---------- */
.licht-sectie { background: var(--beige); color: var(--tekst-licht); }
.licht-sectie h1, .licht-sectie h2, .licht-sectie h3, .licht-sectie .groot { color: #221d16; }
.licht-sectie p { color: var(--tekst-licht-zacht); }
.licht-sectie .eyebrow { color: var(--oranje-donker); }
.licht-sectie .eyebrow::before { background: var(--oranje-donker); }
.licht-sectie .accent { color: var(--oranje-donker); }
.licht-sectie.statement { border-top: 1px solid var(--lijn-licht); border-bottom: 1px solid var(--lijn-licht); }

/* ---------- Over / cijfers ---------- */
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.over p { font-size: 1.1rem; }
.stat-rij { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--lijn-licht); border: 1px solid var(--lijn-licht); }
.stat-blok { background: var(--beige-2); padding: 40px 30px; }
.stat-blok .getal { font-family: var(--font-display); font-size: 3rem; color: var(--oranje-donker); line-height: 1; }
.stat-blok .label { font-size: 0.95rem; color: var(--tekst-licht-zacht); margin-top: 10px; }

/* ---------- CTA ---------- */
.cta-band {
  text-align: center;
  padding: 40px 0 10px;
}
.cta-band h2 { max-width: 18ch; margin: 0 auto 18px; }
.cta-band p { color: var(--tekst-zacht); max-width: 540px; margin: 0 auto 32px; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-2);
  color: var(--tekst-zacht);
  padding: 80px 0 36px;
  border-top: 1px solid var(--lijn);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.site-footer h4 { color: var(--wit); font-family: var(--font); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 20px; }
.site-footer a { color: var(--tekst-zacht); display: block; padding: 6px 0; transition: color 0.15s ease; }
.site-footer a:hover { color: var(--oranje); }
.footer-merk { display: inline-block; font-family: var(--font-display); font-size: 1.7rem; color: #fff; margin-bottom: 18px; letter-spacing: 0.01em; }
.footer-bottom {
  border-top: 1px solid var(--lijn);
  margin-top: 50px;
  padding-top: 26px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ===========================================================
   Detailpagina per onderdeel
   =========================================================== */
.bv-hero {
  position: relative;
  padding: 100px 0 84px;
  background-color: var(--bg-2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--lijn);
  overflow: hidden;
}
.bv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 11, 0.96) 0%, rgba(18, 15, 11, 0.82) 45%, rgba(18, 15, 11, 0.5) 100%),
    radial-gradient(500px 360px at 88% 0%, rgba(241, 90, 36, 0.2), transparent 60%);
}
.bv-hero .wrap { position: relative; z-index: 1; }
.terug {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--tekst-zacht);
  margin-bottom: 34px;
}
.terug:hover { color: var(--oranje); }
.bv-hero .icoon-groot {
  width: 80px; height: 80px;
  border-radius: 8px;
  background: rgba(241, 90, 36, 0.12);
  border: 1px solid rgba(241, 90, 36, 0.3);
  color: var(--oranje);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
}
.bv-hero .icoon-groot svg { width: 40px; height: 40px; }
.bv-hero p.lead { font-size: 1.25rem; color: var(--tekst-zacht); max-width: 680px; }

.bv-body { padding: 90px 0; }
.bv-layout { display: grid; grid-template-columns: 1.6fr 0.9fr; gap: 70px; align-items: start; }
.bv-content h2 { margin-top: 50px; }
.bv-content h2:first-child { margin-top: 0; }
.bv-content p { color: var(--tekst-zacht); }
.bv-content ul { padding-left: 0; list-style: none; margin: 0 0 24px; }
.bv-content ul li { position: relative; padding: 8px 0 8px 34px; color: var(--tekst-zacht); }
.bv-content ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 16px;
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1px solid var(--oranje);
  box-shadow: inset 0 0 0 4px rgba(241, 90, 36, 0.5);
}

/* Prijstabel */
.prijzen { display: grid; gap: 14px; margin: 10px 0 22px; }
.prijs-kaart {
  background: var(--bg-kaart);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
}
.prijs-kaart.uitgelicht { border-color: rgba(241, 90, 36, 0.5); }
.prijs-kaart .naam { font-weight: 600; color: var(--wit); }
.prijs-kaart .omschrijving { font-size: 0.9rem; color: var(--tekst-zacht); }
.prijs-kaart .bedrag { font-family: var(--font-display); font-size: 1.5rem; color: var(--oranje); white-space: nowrap; }
.prijs-kaart .bedrag small { font-size: 0.78rem; color: var(--tekst-zacht); font-family: var(--font); }

/* Zijbalk */
.bv-zijbalk {
  position: sticky;
  top: 110px;
  background: var(--bg-kaart);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 32px;
}
.bv-zijbalk h3 { margin-bottom: 8px; }
.bv-zijbalk p { font-size: 0.95rem; color: var(--tekst-zacht); }
.bv-zijbalk .info-rij { display: flex; gap: 12px; align-items: center; padding: 10px 0; font-size: 0.95rem; color: var(--tekst); }
.bv-zijbalk .info-rij svg { width: 18px; height: 18px; color: var(--oranje); flex-shrink: 0; }
.bv-zijbalk .btn { width: 100%; justify-content: center; margin-top: 18px; }

.disclaimer { font-size: 0.82rem; color: var(--tekst-zacht); margin-top: 30px; font-style: italic; opacity: 0.8; }

/* Andere onderdelen onderaan */
.andere-bvs { background: var(--bg-2); border-top: 1px solid var(--lijn); }
.mini-kaarten { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mini-kaart {
  background: var(--bg-kaart);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 26px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.mini-kaart:hover { transform: translateY(-4px); border-color: rgba(241, 90, 36, 0.5); }
.mini-kaart .naam { font-weight: 600; color: var(--wit); margin-bottom: 6px; }
.mini-kaart .omschrijving { font-size: 0.85rem; color: var(--tekst-zacht); }
.andere-bvs.licht-sectie { background: var(--beige); border-top-color: var(--lijn-licht); }
.licht-sectie .mini-kaart { background: var(--beige-2); border-color: var(--lijn-licht); }
.licht-sectie .mini-kaart:hover { border-color: var(--oranje-donker); }
.licht-sectie .mini-kaart .naam { color: #221d16; }
.licht-sectie .mini-kaart .omschrijving { color: var(--tekst-licht-zacht); }

/* ---------- Responsief ---------- */
@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; }
  .feature .visual { min-height: 260px; order: 0 !important; }
  .feature.omgekeerd .visual { order: 0; }
  .feature .tekst { padding: 50px 32px; }
  .over-grid, .bv-layout { grid-template-columns: 1fr; gap: 40px; }
  .bv-zijbalk { position: static; }
  .mini-kaarten { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 90px 0 80px; }
  .sectie { padding: 80px 0; }
  .header-inner { height: 96px; }
  .logo { width: 76px; height: 76px; }
  .logo img { height: 60px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 22px; }
  .header-inner { height: 78px; }
  .logo { width: 58px; height: 58px; }
  .logo img { height: 46px; }
  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 78px; left: 0; right: 0;
    background: var(--bg-2);
    padding: 24px;
    gap: 18px;
    border-bottom: 1px solid var(--lijn);
  }
  .menu-knop { display: block; }
  .mini-kaarten { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 64px 0 60px; }
  .hero p.lead { font-size: 1.1rem; }
  .feature .tekst { padding: 42px 22px; }
  .feature .f-num { left: 22px; top: 22px; }
  .prijs-kaart { flex-direction: column; align-items: flex-start; gap: 6px; }
  .bv-hero { padding: 60px 0 52px; }
  .bv-body { padding: 54px 0; }
  .statement .wrap { padding-top: 56px !important; padding-bottom: 56px !important; }
  .cta-band { padding: 0; }
}

/* ---------- Taalschakelaar NL/EN ---------- */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--lijn-sterk);
  border-radius: 999px;
  padding: 3px;
}
.lang-knop {
  background: none;
  border: 0;
  color: var(--tekst-zacht);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  padding: 5px 11px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.lang-knop.actief { background: var(--oranje); color: #fff; }
.lang-knop:hover:not(.actief) { color: var(--tekst); }

/* ---------- Introscherm (welkom) ---------- */
body.intro-actief { overflow: hidden; }
.intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background:
    radial-gradient(720px 520px at 50% 34%, rgba(241, 90, 36, 0.18), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding: 24px;
  text-align: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.intro.weg { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-logo {
  width: min(460px, 86vw);
  height: min(460px, 86vw);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 34px 80px -22px rgba(0, 0, 0, 0.7);
  transition: transform 0.25s ease;
}
.intro-logo:hover { transform: scale(1.03); }
.intro-logo img { width: 76%; height: auto; }
.intro-knop { font-size: 1rem; }
@media (max-width: 640px) {
  .intro { gap: 32px; }
}

/* ---------- Contactformulier ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-intro p { color: var(--tekst-zacht); font-size: 1.1rem; }
.contact-info { margin-top: 22px; }
.contact-info p { margin: 4px 0; color: var(--tekst); font-weight: 500; }
.contact-form {
  background: var(--bg-kaart);
  border: 1px solid var(--lijn);
  border-radius: var(--radius);
  padding: 34px;
}
.veld { margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; }
.veld label { font-size: 0.85rem; font-weight: 600; color: var(--tekst); letter-spacing: 0.02em; }
.veld input, .veld textarea {
  background: var(--bg-2);
  border: 1px solid var(--lijn-sterk);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--tekst);
  font-family: var(--font);
  font-size: 1rem;
}
.veld input:focus, .veld textarea:focus { outline: none; border-color: var(--oranje); }
.veld textarea { resize: vertical; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-melding { margin: 16px 0 0; font-size: 0.95rem; min-height: 1px; }
.form-melding.ok { color: #79e0a6; }
.form-melding.fout { color: #ff8a6a; }
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
