/* ==========================================================================
   STIJLGIDS — W. Beumer Schilderwerken
   Bron-van-waarheid voor design-tokens + design-keuzes van deze site.
   Bij elke kleur-/font-/spacing-wijziging: pas zowel de :root-variabele
   hieronder als deze comments aan, zodat de stijlgids in sync blijft.
   ========================================================================== */

/* PRIMAIRE KLEUR
   #103357 (deep navy blue) — Communicates stability, professionalism and trust.
   Past bij de recurring thema's in klantreviews: "komt afspraken na",
   "betrouwbare schilder". Gebruikt voor: site-header achtergrond, section-dark-blue
   achtergrond, stap-nummers outline, primaire knoppen, nav-cta hover. */

/* PRIMAIRE CONTAINER
   #2b4a6f — Minder donkere blauw, gebruikt voor gradients, hover-states
   op primaire knop, hero-overlay. */

/* ACCENT KLEUR (amber/goud)
   #E8A020 — Warme amber die subtiel verwijst naar verfkleuren en ambacht.
   Geeft energie aan de donkerblauwe primaire kleur. Gebruikt voor: .btn-accent
   (primaire CTA-knoppen), uitkomst-bullets (●), stap-nummers, label-upper
   op donkere achtergronden, mobile sticky CTA. */

/* ACHTERGROND / WARM OFF-WHITE
   #f7f5f1 — Warm gebroken wit dat aanvoelt als een premium "geschilderd canvas".
   Meer menselijk dan steriel wit. Gebruikt voor: section-warm achtergrond,
   hero-trust bar, aanbod-notice. */

/* LICHT OPPERVLAK
   #fcf9f8 — Bijna-wit. Gebruikt voor: section-light achtergronden,
   form-achtergrond, footer items. */

/* TEKST
   Body: #1c1b1b (near-black). Headings: #103357 (deep blue) op lichte
   achtergronden; #ffffff op donkere. Lijn-hoogte body: 1.65; headings: 1.2. */

/* TYPOGRAFIE
   Headlines: "Libre Caslon Text", Georgia, serif — hoge-contrast serifs,
   autoriteit en vakmanstradities. Schaal: clamp(2rem,5vw,3rem) voor H1,
   clamp(1.5rem,3.5vw,2.25rem) voor H2.
   Body: Inter, system-ui, -apple-system, sans-serif. 1rem (16px), 1.65 lijnhoogte.
   Label-upper: Inter, 0.72rem, 600 weight, 0.12em letter-spacing, uppercase,
   amber kleur op lichte achtergronden, licht amber op donkere. */

/* SPACING-SCHAAL
   Op basis van 1rem (16px). Section-padding: clamp(3.5rem,8vw,6rem) vertical.
   Container: min(1200px, 100% - 32px) gecentreerd. Gap-schaal: 8/16/24/32/48/64px. */

/* RADIUS + SHADOWS
   --radius-sm: 4px, --radius: 8px, --radius-md: 12px, --radius-lg: 16px.
   Schaduwen subtiel: 0 2px 12px rgba(0,0,0,.07). Cards: 0 4px 20px rgba(0,0,0,.08).
   Header shadow: 0 2px 12px rgba(16,51,87,.12). */

/* KNOPPEN
   .btn-accent: amber (#E8A020) achtergrond, donker-blue tekst (#103357), geen border,
   radius 8px, min-height 48px, hover: #c98a18 (10% donkerder). Full-width op mobiel.
   .btn-outline: transparant achtergrond, witte border + tekst (op hero), radius 8px.
   .btn-amber: alias van .btn-accent voor donkere secties.
   .btn-whatsapp: groen (#25D366), witte tekst, radius 8px. */

/* MOBILE STICKY CTA
   z-index: 50. Twee knoppen: tel (outline) + offerte (amber). Verborgen boven 720px. */

/* ==========================================================================
   RESET + MOBILE FUNDAMENT
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; max-width: 100%; }
body {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 320px;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-ink);
  background-color: var(--color-surface);
}
img, video, iframe, svg { max-width: 100%; height: auto; }
table { max-width: 100%; }
pre, code { max-width: 100%; overflow-x: auto; word-wrap: break-word; }
p, li, dd, dt, td, h1, h2, h3, h4 { overflow-wrap: anywhere; word-break: normal; }

/* ==========================================================================
   CSS CUSTOM PROPERTIES
   ========================================================================== */
:root {
  --color-primary:       #103357;
  --color-primary-mid:   #2b4a6f;
  --color-accent:        #E8A020;
  --color-accent-hover:  #c98a18;
  --color-amber:         #E8A020;
  --color-surface:       #fcf9f8;
  --color-surface-warm:  #f7f5f1;
  --color-surface-dim:   #ece9e8;
  --color-ink:           #1c1b1b;
  --color-ink-muted:     #43474e;
  --color-ink-light:     #73777f;
  --color-white:         #ffffff;
  --color-outline:       #c3c6cf;
  --color-whatsapp:      #25D366;

  --radius-sm:  4px;
  --radius:     8px;
  --radius-md: 12px;
  --radius-lg: 16px;

  --shadow-sm:   0 2px 8px rgba(0,0,0,.06);
  --shadow-card: 0 4px 20px rgba(0,0,0,.08);
  --shadow-header: 0 2px 12px rgba(16,51,87,.12);

  --font-headline: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --font-body:     Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Laad Google Fonts self-hosted alternatief via @import — AVG-conform via fontsource CDN vermijden.
   Libre Caslon Text wordt geladen via een gehoste fallback of valt terug op Georgia. */

/* NOOT: Bovenstaande Google Fonts import is voor demo-doeleinden. In productie:
   vervang door self-hosted woff2-bestanden om AVG-compliance te garanderen. */

/* ==========================================================================
   TYPOGRAFIE
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: var(--font-headline);
  color: inherit;
  line-height: 1.2;
  margin-top: 0;
}
h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 600; }
p { margin-top: 0; }

.label-upper {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
  display: block;
}
.label-light { color: rgba(255,255,255,0.7); }

/* ==========================================================================
   FOCUS + ACCESSIBILITY
   ========================================================================== */
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 8px 12px;
  background: var(--color-accent);
  color: var(--color-primary);
  font-weight: 700;
  z-index: 9999;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   LAYOUT — CONTAINER
   ========================================================================== */
.container {
  width: min(1200px, 100% - 32px);
  margin-inline: auto;
}

/* ==========================================================================
   HEADER + NAVIGATIE
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-primary);
  box-shadow: var(--shadow-header);
}

.nav-toggle { display: none; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 20px;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.brand {
  text-decoration: none;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1.15rem;
}
.brand-sub {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  opacity: 0.75;
  text-transform: uppercase;
}

.hamburger {
  display: none;
  cursor: pointer;
  width: 32px;
  height: 28px;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}
.hamburger span {
  display: block;
  height: 3px;
  background: var(--color-white);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22px;
  align-items: center;
}
.nav-menu a {
  text-decoration: none;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color .2s;
}
.nav-menu a:hover { color: var(--color-white); }
.nav-cta {
  background: var(--color-accent) !important;
  color: var(--color-primary) !important;
  padding: 8px 18px;
  border-radius: var(--radius);
  font-weight: 600 !important;
}
.nav-cta:hover { background: var(--color-accent-hover) !important; }

@media (max-width: 720px) {
  .hamburger { display: flex; }
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: stretch;
    padding: 8px 0;
    background: var(--color-primary-mid);
  }
  .nav-menu li { border-top: 1px solid rgba(255,255,255,.1); }
  .nav-menu a { display: block; padding: 14px 20px; }
  .nav-cta { border-radius: 0 !important; padding: 14px 20px !important; }
  .nav-toggle:checked ~ .site-nav .nav-menu { display: flex; }
  .nav-toggle:checked ~ .site-nav .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .nav-toggle:checked ~ .site-nav .hamburger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .site-nav .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/* ==========================================================================
   SECTION ACHTERGRONDEN
   ========================================================================== */
.section-light {
  background: var(--color-surface);
  color: var(--color-ink);
}
.section-warm {
  background: var(--color-surface-warm);
  color: var(--color-ink);
}
.section-dark-blue {
  background: var(--color-primary);
  color: var(--color-white);
}
.section-dark-blue h2,
.section-dark-blue h3 { color: var(--color-white); }
.section-dark-blue .label-upper { color: rgba(255,255,255,0.55); }

section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16,51,87,0.88) 0%, rgba(16,51,87,0.65) 60%, rgba(16,51,87,0.4) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  max-width: 720px;
}

.hero-kicker { color: var(--color-accent); }

.hero-content h1 {
  color: var(--color-white);
  margin-bottom: 1.25rem;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  opacity: 0.9;
  max-width: 580px;
  margin-bottom: 2rem;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  opacity: 0.85;
}
.trust-item { white-space: normal; }

@media (max-width: 720px) {
  .hero { min-height: 85vh; min-height: 85dvh; padding-bottom: 5rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .hero-trust { flex-direction: column; gap: 8px; }
}

/* ==========================================================================
   KNOPPEN
   ========================================================================== */
.btn {
  display: inline-block;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background .2s, color .2s, border-color .2s, transform .1s;
  line-height: 1.4;
  white-space: normal;
}
.btn:active { transform: scale(0.98); }

.btn-accent {
  background: var(--color-accent);
  color: var(--color-primary);
  border-color: var(--color-accent);
}
.btn-accent:hover { background: var(--color-accent-hover); border-color: var(--color-accent-hover); }

.btn-amber {
  background: var(--color-amber);
  color: var(--color-primary);
  border-color: var(--color-amber);
}
.btn-amber:hover { background: var(--color-accent-hover); border-color: var(--color-accent-hover); }

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.7);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--color-white);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-whatsapp);
  color: var(--color-white);
  border: 2px solid var(--color-whatsapp);
  border-radius: var(--radius);
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  min-height: 48px;
  transition: background .2s;
}
.btn-whatsapp:hover { background: #1dab55; border-color: #1dab55; }

.btn-submit { width: 100%; justify-content: center; }

@media (max-width: 720px) {
  .btn { white-space: normal; }
}
@media (min-width: 721px) {
  .btn-submit { width: auto; }
}

/* ==========================================================================
   VOOR-WIE
   ========================================================================== */
.voor-wie h2 { color: var(--color-primary); margin-bottom: 2.5rem; }

.voor-wie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 2.5rem;
}

.voor-wie-card {
  background: var(--color-white);
  border: 1px solid var(--color-outline);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.vw-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.voor-wie-card h3 { color: var(--color-primary); margin-bottom: 8px; }
.voor-wie-card p { color: var(--color-ink-muted); font-size: 0.95rem; margin: 0; }

.voor-wie-closing {
  font-size: 1.05rem;
  color: var(--color-ink-muted);
  max-width: 680px;
  border-left: 4px solid var(--color-accent);
  padding-left: 20px;
  margin: 0;
}

@media (max-width: 720px) {
  .voor-wie-grid { grid-template-columns: 1fr; }
  .voor-wie-card { padding: 24px 16px; }
  .voor-wie-card { box-shadow: 0 2px 8px rgba(0,0,0,.05); }
}

/* ==========================================================================
   UITKOMST
   ========================================================================== */
.uitkomst h2 { color: var(--color-white); margin-bottom: 2.5rem; }

.uitkomst-lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.uitkomst-lijst li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.uitkomst-icon {
  color: var(--color-accent);
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 1;
}

.uitkomst-lijst li div strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--color-white);
}

.uitkomst-lijst li div p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .uitkomst-lijst li { flex-direction: row; gap: 14px; }
}

/* ==========================================================================
   DIENSTEN
   ========================================================================== */
.diensten h2 { color: var(--color-primary); margin-bottom: 2.5rem; }

.diensten-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.dienst-card {
  background: var(--color-white);
  border: 1px solid var(--color-outline);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.dienst-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.dienst-img-placeholder {
  background: linear-gradient(135deg, var(--color-primary-mid) 0%, var(--color-primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.placeholder-icon { font-size: 3.5rem; opacity: 0.6; }

.dienst-body {
  padding: 24px 20px;
}
.dienst-body h3 { color: var(--color-primary); margin-bottom: 8px; }
.dienst-body p { color: var(--color-ink-muted); font-size: 0.95rem; margin-bottom: 12px; }

.dienst-kenmerken {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dienst-kenmerken li {
  font-size: 0.88rem;
  color: var(--color-ink-muted);
  padding-left: 18px;
  position: relative;
}
.dienst-kenmerken li::before {
  content: "●";
  color: var(--color-accent);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 720px) {
  .diensten-grid { grid-template-columns: 1fr; }
  .dienst-body { padding: 20px 16px; }
  .dienst-body { box-shadow: none; }
  .dienst-card { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
}

/* ==========================================================================
   WERKWIJZE
   ========================================================================== */
.werkwijze h2 { color: var(--color-primary); margin-bottom: 1rem; }
.werkwijze-intro {
  color: var(--color-ink-muted);
  max-width: 640px;
  margin-bottom: 3rem;
  font-size: 1.05rem;
}

.werkwijze-stappen {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  counter-reset: none;
  margin-bottom: 3rem;
}

.stap {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.stap-nr {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
}

.stap-content h3 { color: var(--color-primary); margin-bottom: 6px; }
.stap-content p { color: var(--color-ink-muted); margin-bottom: 4px; font-size: 0.95rem; }
.stap-meta {
  font-size: 0.85rem;
  color: var(--color-ink-light);
  margin: 0 !important;
}

.werkwijze-cta { text-align: center; }

@media (max-width: 720px) {
  .stap { gap: 16px; }
  .stap-nr { width: 36px; height: 36px; font-size: 1rem; flex-shrink: 0; }
}

/* ==========================================================================
   REFERENTIES
   ========================================================================== */
.referenties h2 { color: var(--color-primary); margin-bottom: 2.5rem; }

.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 2rem;
}

.ref-card {
  background: var(--color-white);
  border: 1px solid var(--color-outline);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  margin: 0;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ref-featured {
  border-left: 4px solid var(--color-accent);
  grid-column: span 1;
}

.ref-card p {
  font-style: italic;
  color: var(--color-ink);
  margin: 0 0 16px;
  font-size: 0.95rem;
  flex: 1;
}

.ref-card p::before { content: "\201C"; }
.ref-card p::after  { content: "\201D"; }

.ref-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ref-card cite {
  font-style: normal;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--color-primary);
}
.ref-date {
  font-size: 0.78rem;
  color: var(--color-ink-light);
}

.ref-meer {
  font-size: 0.9rem;
  color: var(--color-ink-muted);
  border-top: 1px solid var(--color-outline);
  padding-top: 1.5rem;
  margin: 0;
}

@media (max-width: 900px) {
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .ref-grid { grid-template-columns: 1fr; }
  .ref-card { padding: 20px 16px; }
  .ref-card { box-shadow: 0 2px 8px rgba(0,0,0,.05); }
}

/* ==========================================================================
   AANBOD
   ========================================================================== */
.aanbod h2 { color: var(--color-white); margin-bottom: 2.5rem; }

.aanbod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 3rem;
}

.aanbod-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}

.aanbod-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.aanbod-item h3 { color: var(--color-white); margin-bottom: 8px; }
.aanbod-item p { color: rgba(255,255,255,0.8); font-size: 0.95rem; margin-bottom: 8px; }

.prijs-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-accent);
  margin: 0 !important;
}

.aanbod-notice {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.aanbod-notice p {
  color: rgba(255,255,255,0.9);
  margin: 0;
  flex: 1;
  min-width: 260px;
}

@media (max-width: 720px) {
  .aanbod-grid { grid-template-columns: 1fr; }
  .aanbod-item { padding: 24px 16px; }
  .aanbod-notice { padding: 24px 16px; flex-direction: column; align-items: flex-start; }
  .aanbod-notice .btn { width: 100%; text-align: center; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq h2 { color: var(--color-primary); margin-bottom: 2.5rem; }
.faq-container { max-width: 760px; }

.faq-lijst {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-item {
  border: 1px solid var(--color-outline);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-white);
}

.faq-vraag {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 20px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 56px;
}
.faq-vraag:hover { background: var(--color-surface-dim); }
.faq-chevron {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--color-accent);
  transition: transform .2s;
}
.faq-vraag[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}

.faq-antwoord {
  padding: 0 20px 18px;
  margin: 0;
}
.faq-antwoord p { color: var(--color-ink-muted); margin: 0; font-size: 0.95rem; }

@media (max-width: 720px) {
  .faq-vraag { padding: 16px; font-size: 0.95rem; }
  .faq-antwoord { padding: 0 16px 16px; }
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact h2 { color: var(--color-primary); margin-bottom: 1rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-sub {
  color: var(--color-ink-muted);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-ink-light);
}
.contact-val {
  font-size: 1rem;
  color: var(--color-ink);
  text-decoration: none;
  font-weight: 500;
}
a.contact-val:hover { color: var(--color-primary); text-decoration: underline; }

.contact-foto {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color-accent);
  margin-top: 2rem;
  display: block;
}

/* Contact form */
.contact-form-wrap {
  background: var(--color-white);
  border: 1px solid var(--color-outline);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-card);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-primary);
}
.form-group input,
.form-group textarea {
  border: 1px solid var(--color-outline);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-ink);
  background: var(--color-surface);
  transition: border-color .2s;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--color-primary);
  outline: none;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.optional { font-weight: 400; color: var(--color-ink-light); }

.form-privacy {
  font-size: 0.8rem;
  color: var(--color-ink-light);
  margin-top: 12px;
  margin-bottom: 0;
}
.form-privacy a { color: var(--color-primary); }

.form-status {
  margin-top: 14px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-primary);
}

/* Turnstile spacing */
.cf-turnstile { margin-bottom: 16px; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .contact-form-wrap { padding: 24px 16px; }
  .contact-grid { gap: 32px; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--color-primary);
  color: rgba(255,255,255,0.85);
  padding: 3rem 0 1.5rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 2rem;
}

.footer-name {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-white);
  margin-bottom: 4px;
}
.footer-tagline {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 8px;
}
.footer-address {
  font-style: normal;
  font-size: 0.82rem;
  opacity: 0.65;
  line-height: 1.5;
}

.footer-contact p { font-size: 0.9rem; margin-bottom: 6px; }
.footer-contact a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.footer-contact a:hover { color: var(--color-white); text-decoration: underline; }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  text-decoration: none;
}
.footer-nav a:hover { color: var(--color-white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
}
.footer-bottom p { margin: 0; }
.footer-attr { color: rgba(255,255,255,0.5); }
.footer-attr a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-attr a:hover { color: var(--color-white); text-decoration: underline; }

.demo-disclaimer {
  background: rgba(232,160,32,.15);
  color: var(--color-accent);
  border: 1px solid rgba(232,160,32,.3);
  border-radius: var(--radius-sm);
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 600;
}

.eo-credit a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.75rem;
}
.eo-credit a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ==========================================================================
   MOBILE STICKY CTA
   ========================================================================== */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--color-white);
  border-top: 1px solid var(--color-outline);
  box-shadow: 0 -4px 16px rgba(0,0,0,.1);
  padding: 10px 16px;
  gap: 10px;
}

.mobile-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  flex: 1;
}
.sticky-tel {
  background: var(--color-white);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.sticky-offerte {
  background: var(--color-accent);
  color: var(--color-primary);
  border: 2px solid var(--color-accent);
}
.sticky-offerte:hover { background: var(--color-accent-hover); border-color: var(--color-accent-hover); }

@media (max-width: 720px) {
  .mobile-sticky-cta {
    display: flex;
  }
  /* Voeg bottom padding toe aan body zodat sticky bar content niet afdekt */
  body { padding-bottom: 68px; }
}

/* ==========================================================================
   MODALS
   ========================================================================== */
dialog.modal {
  border: none;
  border-radius: var(--radius-lg);
  padding: 0;
  max-width: min(640px, calc(100vw - 32px));
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
@media (max-width: 720px) {
  dialog.modal { box-shadow: 0 8px 24px rgba(0,0,0,.18); }
}

dialog.modal::backdrop {
  background: rgba(16,51,87,0.6);
  backdrop-filter: blur(2px);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-ink-light);
  line-height: 1;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  transition: color .2s;
}
.modal-close:hover { color: var(--color-primary); }

dialog.modal h2 {
  font-family: var(--font-headline);
  font-size: 1.4rem;
  color: var(--color-primary);
  padding: 28px 52px 16px 28px;
  margin: 0;
  border-bottom: 1px solid var(--color-surface-dim);
}

.modal-body {
  padding: 24px 28px 28px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-body h3 {
  font-size: 1rem;
  color: var(--color-primary);
  margin: 20px 0 6px;
  font-family: var(--font-body);
  font-weight: 700;
}
.modal-body h3:first-of-type { margin-top: 0; }
.modal-body p {
  font-size: 0.92rem;
  color: var(--color-ink-muted);
  margin-bottom: 12px;
}
.modal-body a { color: var(--color-primary); }
.modal-body small { font-size: 0.78rem; color: var(--color-ink-light); }

@media (max-width: 720px) {
  dialog.modal { max-width: 100%; border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin-bottom: 0; margin-top: auto; }
  dialog.modal h2 { padding: 20px 48px 14px 20px; }
  .modal-body { padding: 16px 20px 20px; }
}