/* ’t Klopt — huisstijl 4A "Zacht"
   Kleuren: zwart, lime, wit, beton, steen. Letter: Plus Jakarta Sans.
   Aanpassen? Wijzig de variabelen hieronder; de rest volgt. */

/* Lettertype: Plus Jakarta Sans (SIL Open Font License), lokaal gehost — geen verbinding met Google nodig. */
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --zwart: #0B0B0B;
  --zwart-2: #1F1F1D;
  --lime: #D4FF3A;
  --lime-zacht: #EEFFB8;
  --wit: #FFFFFF;
  --beton: #EDEDE8;
  --steen: #5E5E58;
  --steen-licht: #C9C9C2;
  --lijn: #DCDCD5;

  --r-xl: 44px;
  --r-l: 32px;
  --r-m: 24px;
  --r-s: 16px;
  --pil: 999px;

  --max: 1200px;
  --goot: clamp(16px, 4vw, 32px);
  --ruimte: clamp(56px, 8vw, 104px);

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

body {
  margin: 0;
  background: var(--beton);
  color: var(--zwart);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}
h1 { font-size: clamp(40px, 6.2vw, 72px); letter-spacing: -0.045em; }
h2 { font-size: clamp(32px, 4.2vw, 52px); }
h3 { font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -0.025em; line-height: 1.15; }
h4 { font-size: 18px; letter-spacing: -0.01em; line-height: 1.3; }
p { margin: 0; max-width: 65ch; }

a { color: inherit; }
a:hover { color: var(--steen); }

:focus-visible { outline: 3px solid var(--zwart); outline-offset: 3px; border-radius: 8px; }
.op-donker :focus-visible, .op-donker:focus-visible { outline-color: var(--lime); }

.verborgen {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.overslaan { position: absolute; left: 16px; top: -60px; background: var(--lime); color: var(--zwart); padding: 10px 16px; border-radius: var(--pil); z-index: 100; font-weight: 700; }
.overslaan:focus { top: 16px; }

/* ---------- Layout ---------- */

.wrap { width: 100%; max-width: calc(var(--max) + 2 * var(--goot)); margin-inline: auto; padding-inline: var(--goot); }
.sectie { padding-block: var(--ruimte) 0; }
.sectie:last-of-type { padding-bottom: var(--ruimte); }
.kop { display: flex; flex-direction: column; gap: 16px; margin-bottom: clamp(28px, 4vw, 48px); }
.kop p { color: var(--steen); font-size: 19px; }
.kop-rij { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px; }

.grid-2 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.grid-3 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid-4 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.stapel { display: flex; flex-direction: column; gap: 16px; }

/* ---------- Logo ---------- */

.logo { display: inline-flex; align-items: flex-start; gap: 4px; text-decoration: none; color: var(--zwart); }
.logo svg { width: 15px; height: 21px; margin-top: 2px; color: var(--zwart); }
.logo span { font-weight: 800; font-size: 26px; line-height: 1; letter-spacing: -0.05em; }
.logo:hover { color: var(--zwart); }
.op-donker .logo, .op-donker .logo svg { color: var(--wit); }
.op-donker .logo svg { color: var(--lime); }

.tikken { fill: currentColor; }

/* ---------- Knoppen & labels ---------- */

.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 14px 26px;
  border-radius: var(--pil); border: 2px solid transparent;
  font: inherit; font-weight: 700; font-size: 17px; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background-color .15s ease;
}
.knop:hover { transform: translateY(-1px); }
.knop-zwart { background: var(--zwart); color: var(--wit); }
.knop-zwart:hover { color: var(--wit); background: var(--zwart-2); }
.knop-lime { background: var(--lime); color: var(--zwart); }
.knop-lime:hover { color: var(--zwart); }
.knop-grijs { background: var(--zwart-2); color: var(--wit); }
.knop-grijs:hover { color: var(--wit); }
.knop-rand { border-color: var(--zwart); color: var(--zwart); background: transparent; }
.knop-rand:hover { color: var(--zwart); background: var(--wit); }
.knop-klein { min-height: 44px; padding: 10px 20px; font-size: 15px; }
.knoppen { display: flex; flex-wrap: wrap; gap: 12px; }

.label {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: var(--pil);
  background: var(--lime); color: var(--zwart);
  font-size: 14px; font-weight: 700; line-height: 1.2;
}
.label-wit { background: var(--wit); }
.label-beton { background: var(--beton); }
.label-demo { background: var(--beton); color: var(--steen); font-weight: 600; }

/* ---------- Kaarten ---------- */

.kaart { background: var(--wit); border-radius: var(--r-l); padding: clamp(24px, 3.4vw, 40px); display: flex; flex-direction: column; gap: 16px; }
.kaart-zwart { background: var(--zwart); color: var(--wit); }
.kaart-zwart p { color: var(--steen-licht); }
.kaart-lime { background: var(--lime); }
.kaart p { color: var(--steen); }
.kaart-lime p { color: var(--zwart); }
.kaart-zwart p { color: var(--steen-licht); }
.kaart .knop, .kaart .label { align-self: flex-start; }
.kaart .onder { margin-top: auto; }

.lijst { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.lijst li { display: flex; gap: 12px; align-items: flex-start; }
.lijst li::before {
  content: ""; flex: none; width: 5px; height: 14px; margin-top: 6px;
  background: currentColor; border-radius: 3px; transform: rotate(14deg);
  box-shadow: 8px 0 0 currentColor; margin-right: 10px;
  color: var(--zwart);
}
.kaart-zwart .lijst li::before { color: var(--lime); }

/* ---------- Header ---------- */

.hdr { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; padding-block: 14px; }
.hdr-balk {
  background: var(--wit); border-radius: var(--pil);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px 10px 10px 24px;
  box-shadow: 0 6px 24px rgba(11, 11, 11, 0.06);
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  text-decoration: none; font-weight: 600; font-size: 15px;
  padding: 10px 16px; border-radius: var(--pil); color: var(--zwart);
}
.nav a:hover { background: var(--beton); color: var(--zwart); }
.nav a[aria-current="page"] { background: var(--beton); }
.hdr-acties { display: flex; align-items: center; gap: 8px; }
.menu-knop {
  display: none; min-height: 44px; min-width: 44px; padding: 0 16px;
  border: 0; border-radius: var(--pil); background: var(--beton);
  font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; color: var(--zwart);
}

@media (max-width: 960px) {
  .menu-knop { display: inline-flex; align-items: center; }
  .hdr-balk { flex-wrap: wrap; border-radius: 28px; }
  .nav { display: none; order: 3; width: 100%; flex-direction: column; align-items: stretch; padding: 8px 0 6px; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 16px; font-size: 17px; }
  .hdr-acties .knop-klein { display: none; }
}
@media (max-width: 960px) {
  .nav.open + .hdr-acties .knop-klein { display: none; }
}

/* ---------- Hero ---------- */

.hero { padding-top: 8px; }
.hero-kader { background: var(--wit); border-radius: var(--r-xl); padding: clamp(10px, 1.4vw, 16px); }
.hero-binnen {
  background: var(--zwart); color: var(--wit); border-radius: calc(var(--r-xl) - 12px);
  padding: clamp(32px, 5.5vw, 72px) clamp(24px, 5vw, 64px);
  display: grid; gap: clamp(32px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: center;
  position: relative; overflow: hidden;
}
.hero-binnen::after {
  content: ""; position: absolute; right: -90px; bottom: -120px; width: 320px; height: 320px;
  border-radius: 50%; background: var(--lime); opacity: .95; z-index: 0;
}
.hero-tekst, .hero-zij { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 24px; }
.hero-tekst p { color: var(--steen-licht); font-size: 19px; }
.hero-zij { gap: 12px; }
.prijsblok { border-radius: var(--r-m); padding: 22px 24px; display: flex; flex-direction: column; gap: 4px; background: var(--wit); color: var(--zwart); text-decoration: none; }
.prijsblok:hover { color: var(--zwart); }
.prijsblok small { font-size: 14px; color: var(--steen); }
.prijsblok strong { font-size: 28px; letter-spacing: -0.03em; line-height: 1.1; }
.prijsblok-lime { background: var(--lime); }
.prijsblok-lime small { color: var(--zwart); }

.hero-sub { display: grid; gap: clamp(24px, 4vw, 56px); grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: end; }
.hero-sub h1 { font-size: clamp(38px, 5.4vw, 64px); }

@media (max-width: 860px) {
  .hero-binnen, .hero-sub { grid-template-columns: 1fr; }
  .hero-binnen::after { width: 200px; height: 200px; right: -70px; bottom: -90px; }
}

/* ---------- Stappen ---------- */

.stappen { counter-reset: stap; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); list-style: none; margin: 0; padding: 0; }
.stappen li { counter-increment: stap; background: var(--wit); border-radius: var(--r-l); padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.stappen li::before {
  content: counter(stap); width: 48px; height: 48px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--zwart); color: var(--lime); font-weight: 800; font-size: 20px;
}
.stappen li p { color: var(--steen); }

/* ---------- Mockups (CSS-schermen) ---------- */

.scherm { border-radius: var(--r-m); overflow: hidden; background: var(--beton); border: 1px solid var(--lijn); }
.scherm-balk { height: 30px; background: var(--wit); display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid var(--lijn); }
.scherm-balk i { width: 9px; height: 9px; border-radius: 50%; background: var(--lijn); }
.scherm-balk span { margin-left: 8px; font-size: 12px; color: var(--steen); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.scherm-inhoud { aspect-ratio: 16 / 10; max-width: 100%; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; }
.scherm-inhoud b { font-size: clamp(18px, 2vw, 24px); line-height: 1.1; letter-spacing: -0.02em; max-width: 14ch; }
.scherm-inhoud em { font-style: normal; font-size: 12px; opacity: .8; text-transform: uppercase; letter-spacing: .1em; }
.scherm-inhoud u { display: block; width: 110px; height: 30px; border-radius: var(--pil); text-decoration: none; }

.demo-hout { background: #2F3B32; color: #F3EBDD; }
.demo-hout u { background: #D8B98A; }
.demo-kapper { background: #F3E6E1; color: #3A2220; }
.demo-kapper u { background: #3A2220; }
.demo-bakker { background: #F6D78B; color: #3B2A12; }
.demo-bakker u { background: #3B2A12; }
.demo-elektro { background: #1E2A44; color: #FFFFFF; }
.demo-elektro u { background: #FFC83D; }
.demo-tuin { background: #DDE8CF; color: #22331C; }
.demo-tuin u { background: #22331C; }
.demo-boekhouder { background: #FFFFFF; color: #1C2230; }
.demo-boekhouder u { background: #3257C4; }

/* ---------- Pakketten ---------- */

.pakket { position: relative; }
.pakket .prijs { font-size: clamp(40px, 4vw, 52px); font-weight: 800; letter-spacing: -0.045em; line-height: 1; }
.pakket .prijs small { font-size: 16px; font-weight: 600; letter-spacing: 0; color: var(--steen); }
.kaart-zwart .prijs small { color: var(--steen-licht); }
.pakket .feiten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pakket .feit { background: var(--beton); border-radius: var(--r-s); padding: 12px 14px; font-size: 14px; line-height: 1.35; }
.pakket .feit b { display: block; font-size: 17px; }
.kaart-zwart .feit { background: var(--zwart-2); color: var(--wit); }
.pakket hr { width: 100%; border: 0; border-top: 1px solid var(--lijn); margin: 4px 0; }
.kaart-zwart hr { border-top-color: #2E2E2B; }

.tabel-houder { overflow-x: auto; border-radius: var(--r-l); background: var(--wit); }
table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 16px; }
th, td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--lijn); vertical-align: top; }
thead th { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--steen); font-weight: 700; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
td.getal, th.getal { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- FAQ ---------- */

.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--wit); border-radius: var(--r-m); padding: 4px 24px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 700; font-size: 18px; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; line-height: 1; font-weight: 600; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 20px; color: var(--steen); }

/* ---------- Formulier ---------- */

.formulier { display: grid; gap: 18px; }
.veld { display: flex; flex-direction: column; gap: 8px; }
.veld label, .veld legend { font-weight: 700; font-size: 15px; }
.veld .hulp { font-size: 14px; color: var(--steen); font-weight: 400; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--zwart);
  background: var(--beton); border: 2px solid transparent; border-radius: var(--r-s);
  padding: 14px 16px; min-height: 52px;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--zwart); background: var(--wit); }
fieldset { border: 0; margin: 0; padding: 0; }
.keuzes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.keuze { position: relative; }
.keuze input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.keuze span {
  display: inline-flex; align-items: center; min-height: 48px; padding: 10px 18px;
  border-radius: var(--pil); background: var(--beton); font-weight: 600; font-size: 15px; cursor: pointer;
  border: 2px solid transparent;
}
.keuze input:checked + span { background: var(--zwart); color: var(--lime); }
.keuze input:focus-visible + span { border-color: var(--zwart); }
.twee { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.akkoord { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--steen); }
.akkoord input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--zwart); flex: none; }
.melding { border-radius: var(--r-m); padding: 20px 22px; font-weight: 600; }
.melding-ok { background: var(--lime); }
.melding-info { background: var(--beton); }
.fout { color: #A1260D; font-size: 14px; font-weight: 600; }

/* ---------- CTA-band & footer ---------- */

.band { background: var(--wit); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.band h2 { font-size: clamp(28px, 3.4vw, 40px); }
.band p { color: var(--steen); margin-top: 8px; }

.voet { margin-top: var(--ruimte); background: var(--zwart); color: var(--steen-licht); border-radius: var(--r-xl) var(--r-xl) 0 0; padding-block: 56px calc(32px + env(safe-area-inset-bottom, 0px)); }
.voet a { color: var(--wit); text-decoration: none; }
.voet a:hover { color: var(--lime); }
.voet-grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }
.voet h4 { color: var(--wit); margin-bottom: 12px; font-size: 15px; }
.voet ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.voet-onder { margin-top: 48px; padding-top: 24px; border-top: 1px solid #2E2E2B; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 14px; }
.dgma { font-weight: 800; color: var(--wit); letter-spacing: -0.02em; }
.dgma i { font-style: normal; color: #3F6BFF; }

/* ---------- Diversen ---------- */

.intro-tekst { font-size: 19px; color: var(--steen); }
.proza { display: flex; flex-direction: column; gap: 16px; }
.proza h2 { font-size: clamp(26px, 3vw, 34px); margin-top: 16px; }
.proza p, .proza li { color: var(--steen); }
.proza ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.klein { font-size: 14px; color: var(--steen); }
.kaart-zwart .klein { color: var(--steen-licht); }
.foto-rond { width: 100%; aspect-ratio: 4 / 5; max-width: 100%; border-radius: var(--r-l); background: var(--zwart); position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 24px; color: var(--steen-licht); font-size: 14px; }
.foto-rond::before { content: ""; position: absolute; left: 50%; top: 22%; width: 42%; aspect-ratio: 1; max-width: 100%; transform: translateX(-50%); border-radius: 50%; background: #2A2A27; }
.foto-rond::after { content: ""; position: absolute; left: 50%; top: 52%; width: 70%; height: 60%; transform: translateX(-50%); border-radius: 50% 50% 0 0; background: #2A2A27; }
.foto-rond span { position: relative; z-index: 1; }
.kopieer { border: 0; background: var(--beton); border-radius: var(--pil); padding: 8px 14px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; min-height: 40px; color: var(--zwart); }
.contactregel { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; }

/* ---------- Paginakop (subpagina's) ---------- */

.pagina-kop { background: var(--wit); border-radius: var(--r-xl); padding: clamp(28px, 5vw, 64px); display: grid; gap: clamp(24px, 4vw, 56px); grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: end; }
.pagina-kop .stapel { gap: 20px; }
.pagina-kop h1 { font-size: clamp(38px, 5.2vw, 64px); }
.pagina-kop > p, .pagina-kop .zij p { color: var(--steen); font-size: 19px; }
.pagina-kop .zij { display: flex; flex-direction: column; gap: 20px; }
@media (max-width: 860px) { .pagina-kop { grid-template-columns: 1fr; } }
.twee-kol { display: grid; gap: 20px; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 860px) { .twee-kol { grid-template-columns: 1fr; } }
.twee-kol-omgekeerd { grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); }
@media (max-width: 860px) { .twee-kol-omgekeerd { grid-template-columns: 1fr; } }
figure.kaart { margin: 0; }
.vink-rij { display: flex; flex-wrap: wrap; gap: 8px; }

a.kaart:hover { color: inherit; }

/* ---------- Contact ---------- */
.groot-contact { font-size: clamp(24px, 3.2vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; overflow-wrap: anywhere; }
.kaart .groot-contact, .kaart-zwart .groot-contact { color: inherit; }
.groot-contact a { text-decoration: none; }
.groot-contact a:hover { text-decoration: underline; color: inherit; }

/* Logo bovenaan: tikken in lime */
.hdr .logo svg { color: var(--lime); }
