/* ============================================================
   EJA Webdesign — Design System
   Licht thema (standaard) · dark-mode via [data-theme="dark"]
   Blauw hoofdaccent · ovas-achtige clean look · Michroma-koppen
   ============================================================ */

/* ---------- Fonts ----------
   Display: Michroma (geometric extended, ovas-vibe)
   Headings/UI: Archivo (leesbaar, zwaar)
   Body: Plus Jakarta Sans · Mono labels: JetBrains Mono
*/

:root {
  /* ---- Licht thema (standaard) ---- */
  --bg:        #ffffff;
  --bg-2:      #f4f7fb;   /* lichte secties */
  --surface:   #ffffff;   /* kaarten */
  --surface-2: #f7f9fc;
  --line:      rgba(16,24,40,.10);
  --line-2:    rgba(16,24,40,.16);

  --text:      #0d1220;
  --muted:     #58657a;
  --muted-2:   #6d7789;

  --accent:       #0095d7;   /* OVAS-blauw (hoofd) */
  --accent-hover: #007cb4;
  --accent-2:     #33c3ee;   /* lichter blauw (secundair) */
  --accent-ink:   #ffffff;   /* tekst op accent */
  --grad:         linear-gradient(135deg, #0095d7 0%, #33c3ee 100%);
  --grad-soft:  linear-gradient(135deg, rgba(0,149,215,.10), rgba(51,195,238,.08));

  --ok:  #16a34a;
  --err: #e11d48;

  --grid:   rgba(16,24,40,.045);
  --grain:  .022;
  --hero-glow: radial-gradient(circle at 50% 40%, rgba(0,149,215,.16), rgba(51,195,238,.07) 40%, transparent 68%);

  --shadow: 0 24px 60px -28px rgba(16,24,40,.28);
  --glow:   0 0 0 1px rgba(0,149,215,.28), 0 22px 50px -22px rgba(0,149,215,.45);

  /* Type */
  --f-display: "Michroma", system-ui, sans-serif;
  --f-head:    "Archivo", system-ui, sans-serif;
  --f-body:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --f-mono:    "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;

  --r-sm: 10px; --r: 16px; --r-lg: 22px;
  --maxw: 1200px;
  --header-bg: rgba(255,255,255,.78);
  --header-bg-scrolled: rgba(255,255,255,.92);
}

[data-theme="dark"] {
  --bg:        #0a0e16;
  --bg-2:      #0e131d;
  --surface:   #131a26;
  --surface-2: #19212f;
  --line:      rgba(255,255,255,.10);
  --line-2:    rgba(255,255,255,.17);

  --text:      #eaf0fb;
  --muted:     #9aa7bd;
  --muted-2:   #6f7c92;

  --accent:       #22b0ee;
  --accent-hover: #47c1f5;
  --accent-2:     #5bd0f5;
  --accent-ink:   #04101f;
  --grad:         linear-gradient(135deg, #22b0ee 0%, #5bd0f5 100%);
  --grad-soft:  linear-gradient(135deg, rgba(34,176,238,.16), rgba(91,208,245,.10));

  --ok:  #37d67a;
  --err: #ff5470;

  --grid:   rgba(255,255,255,.028);
  --grain:  .035;
  --hero-glow: radial-gradient(circle at 50% 40%, rgba(34,176,238,.30), rgba(91,208,245,.12) 40%, transparent 68%);

  --shadow: 0 30px 70px -30px rgba(0,0,0,.75);
  --glow:   0 0 0 1px rgba(34,176,238,.35), 0 18px 50px -18px rgba(34,176,238,.55);

  --header-bg: rgba(10,14,22,.72);
  --header-bg-scrolled: rgba(10,14,22,.9);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background .4s ease, color .4s ease;
}
img,svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--accent); color: #fff; }

/* ---------- Atmosphere: grid + grain ---------- */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 40%, transparent 100%);
  z-index: 0; pointer-events: none;
}
body::after {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
  opacity: var(--grain); z-index: 0; pointer-events: none;
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
main { position: relative; z-index: 1; }
section { position: relative; z-index: 1; }
.section { padding: 110px 0; }
.section-sm { padding: 72px 0; }
.bg-alt { background: var(--bg-2); border-block: 1px solid var(--line); }

/* ---------- Type ---------- */
h1,h2 { font-family: var(--f-display); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; }
h3,h4 { font-family: var(--f-head); font-weight: 800; line-height: 1.15; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 4.8vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.display-xl { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; }

.eyebrow {
  font-family: var(--f-mono);
  font-size: .78rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: .7; }
.lead { font-size: 1.16rem; color: var(--muted); max-width: 60ch; }
.grad-text { color: var(--accent); }
.center { text-align: center; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  --pad: 14px 24px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: var(--pad);
  font-family: var(--f-head);
  font-weight: 700; font-size: .96rem; letter-spacing: -.01em;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .2s cubic-bezier(.16,1,.3,1), box-shadow .2s, filter .2s, background .2s, border-color .2s, color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 10px 24px -14px rgba(0,149,215,.6);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--accent-hover); box-shadow: 0 16px 34px -14px rgba(0,149,215,.85); }
.btn-ghost { background: var(--surface); color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent); }
.btn-lg { --pad: 17px 32px; font-size: 1.02rem; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); background: var(--header-bg-scrolled); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }

/* Brand / logo */
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 44px; width: auto; }
[data-theme="dark"] .brand-logo { background: #fff; border-radius: 9px; padding: 6px 10px; }
.site-footer .brand-logo { height: 40px; }
.brand-fallback { display: none; flex-direction: column; line-height: 1; }
.brand-fallback .bw { font-family: var(--f-display); font-size: 1.32rem; letter-spacing: .02em; color: var(--text); }
.brand-fallback .bw .ac { color: var(--accent); }
.brand-fallback .bs { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-family: var(--f-head); font-size: .95rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-links a.has-cta { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 12px; }

/* Theme toggle */
.theme-toggle {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  border: 1px solid var(--line-2); background: var(--surface); color: var(--text);
  cursor: pointer; display: grid; place-items: center; transition: .2s;
}
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.theme-toggle svg { width: 20px; height: 20px; }
.theme-toggle .icon-moon { display: none; }
.theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }

.nav-toggle { display: none; background: none; border: 0; color: var(--text); cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; }

/* mobile nav */
.mobile-nav {
  position: fixed; inset: 74px 0 0; z-index: 90;
  background: var(--bg); border-top: 1px solid var(--line);
  display: flex; flex-direction: column; padding: 24px; gap: 4px;
  transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .3s;
}
.mobile-nav.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-nav a { padding: 16px 4px; font-size: 1.2rem; font-weight: 700; font-family: var(--f-head); border-bottom: 1px solid var(--line); color: var(--text); }
.mobile-nav .btn { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero { padding: 92px 0 86px; position: relative; overflow: hidden; }
.hero-glow {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 720px; background: var(--hero-glow);
  filter: blur(8px); z-index: 0; pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line-2); background: var(--surface);
  font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 26px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(22,163,74,.16); }
.hero-badge b { color: var(--text); }
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 34px; font-size: 1.2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--f-head); font-weight: 800; font-size: 1.8rem; display: block; line-height: 1; letter-spacing: -.02em; }
.hero-stats .stat span { font-size: .82rem; color: var(--muted); font-family: var(--f-mono); letter-spacing: .02em; }

/* Hero visual: browser mock */
.hero-visual { position: relative; }
.browser {
  border-radius: var(--r-lg); border: 1px solid var(--line-2);
  background: var(--surface);
  box-shadow: var(--shadow); overflow: hidden;
  transform: perspective(1600px) rotateY(-11deg) rotateX(4deg);
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.hero-visual:hover .browser { transform: perspective(1600px) rotateY(-6deg) rotateX(2deg); }
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); display: block; }
.browser-bar .url { flex: 1; margin-left: 10px; font-family: var(--f-mono); font-size: .74rem; color: var(--muted-2); background: var(--bg); padding: 6px 12px; border-radius: 8px; border: 1px solid var(--line); }
.browser-body { padding: 26px; }
.mock-hero { height: 118px; border-radius: 14px; background: var(--accent); position: relative; overflow: hidden; margin-bottom: 18px; }
.mock-hero::after { content: "PERFORMANCE 100"; position: absolute; right: 14px; bottom: 12px; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .1em; color: rgba(255,255,255,.85); font-weight: 700; }
.mock-line { height: 12px; border-radius: 6px; background: var(--line-2); margin-bottom: 12px; }
.mock-line.w80 { width: 80%; } .mock-line.w60 { width: 60%; } .mock-line.w40 { width: 40%; }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 20px; }
.mock-card { height: 68px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line); }
.mock-card:nth-child(2) { background: var(--grad-soft); border-color: var(--accent); }

.floating-chip {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--line-2);
  box-shadow: var(--shadow); backdrop-filter: blur(8px);
  font-size: .86rem; font-weight: 700; color: var(--text); font-family: var(--f-head);
}
.floating-chip svg { width: 20px; height: 20px; color: var(--accent); }
.chip-1 { top: -18px; left: -26px; animation: float 6s ease-in-out infinite; }
.chip-2 { bottom: 24px; right: -30px; animation: float 6s ease-in-out infinite 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Trust strip ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; background: var(--bg-2); }
.trust .wrap { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.trust p { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.trust .items { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; color: var(--muted); font-weight: 800; font-family: var(--f-head); }

/* ---------- Section head ---------- */
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { margin-top: 18px; }

/* ---------- Cards / grid ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative; padding: 30px; border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--line);
  transition: transform .3s cubic-bezier(.16,1,.3,1), border-color .3s, box-shadow .3s;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, var(--accent), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .3s;
}
.card:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card:hover::before { opacity: .6; }
.card .ic {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: var(--grad-soft); border: 1px solid var(--line-2); margin-bottom: 20px; color: var(--accent);
}
.card .ic svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }
.card .price-from { font-family: var(--f-mono); font-size: .8rem; color: var(--accent); margin-top: 16px; letter-spacing: .04em; }

/* step */
.step { position: relative; padding: 32px 30px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.step .num { font-family: var(--f-mono); font-size: .8rem; color: var(--accent); letter-spacing: .1em; }
.step h3 { margin: 14px 0 10px; }
.step p { color: var(--muted); font-size: .97rem; }

/* ---------- Why / feature list ---------- */
.why-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.feat-list { display: grid; gap: 18px; }
.feat {
  display: flex; gap: 16px; padding: 20px 22px; border-radius: var(--r);
  background: var(--surface); border: 1px solid var(--line);
  transition: border-color .25s, background .25s;
}
.feat:hover { border-color: var(--line-2); background: var(--grad-soft); }
.feat .fic { flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--grad-soft); color: var(--accent); border: 1px solid var(--line-2); }
.feat .fic svg { width: 22px; height: 22px; }
.feat h4 { font-size: 1.02rem; margin-bottom: 3px; }
.feat p { font-size: .92rem; color: var(--muted); }

/* stat panel */
.stat-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat-panel .cell { background: var(--surface); padding: 34px 28px; }
.stat-panel .cell b { font-family: var(--f-display); font-size: 2.2rem; display: block; line-height: 1; margin-bottom: 10px; }
.stat-panel .cell span { color: var(--muted); font-size: .92rem; }

/* ---------- Portfolio ---------- */
.folio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.folio {
  position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line);
  aspect-ratio: 4/3; background: var(--surface); transition: transform .35s, border-color .35s, box-shadow .35s;
}
.folio:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: var(--shadow); }
.folio .thumb { position: absolute; inset: 0; background: var(--bg-2); }
.folio .thumb .bar { height: 26px; background: var(--surface); display: flex; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid var(--line); }
.folio .thumb .bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--line-2); }
.folio .thumb .body { position: absolute; inset: 26px 0 0; padding: 22px; }
.folio .meta {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px;
  background: linear-gradient(180deg, transparent, var(--surface) 62%);
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
}
.folio .meta h4 { font-size: 1.12rem; }
.folio .meta span { font-family: var(--f-mono); font-size: .72rem; color: var(--accent); letter-spacing: .05em; }
.folio .meta .arrow { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; color: #fff; }
.folio .meta .arrow svg { width: 18px; height: 18px; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { padding: 28px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.review .stars { display: flex; gap: 3px; color: #f5a623; margin-bottom: 14px; }
.review .stars svg { width: 18px; height: 18px; }
.review p { font-size: 1rem; color: var(--text); margin-bottom: 20px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .who .av { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; font-weight: 800; color: #fff; font-family: var(--f-head); }
.review .who b { display: block; font-size: .95rem; }
.review .who span { font-size: .82rem; color: var(--muted); }

.rating-hero { display: flex; align-items: center; gap: 18px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.rating-hero .big { font-family: var(--f-display); font-size: 2.2rem; }
.rating-hero .stars { color: #f5a623; display: flex; gap: 4px; }
.rating-hero .stars svg { width: 22px; height: 22px; }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; align-items: stretch; }
.price { display: flex; flex-direction: column; padding: 34px 30px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); position: relative; }
.price.featured { border-color: transparent; box-shadow: var(--glow); }
.price.featured::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: var(--accent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.price .tag { position: absolute; top: -13px; left: 30px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 800; padding: 6px 14px; border-radius: 999px; font-family: var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.price .plan { font-family: var(--f-mono); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.price .amount { font-family: var(--f-head); font-weight: 800; letter-spacing: -.02em; font-size: 2.6rem; line-height: 1; margin-bottom: 8px; }
.price .amount small { font-size: 1rem; color: var(--muted); font-family: var(--f-body); font-weight: 600; }
.price .sub { color: var(--muted); font-size: .92rem; margin-bottom: 22px; }
.price ul { list-style: none; padding: 0; display: grid; gap: 12px; margin-bottom: 26px; flex: 1; }
.price li { display: flex; gap: 11px; font-size: .95rem; color: var(--text); }
.price li svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 2px; }

/* ---------- Comparison table ---------- */
.compare { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; }
.compare-row > div { padding: 20px 24px; border-bottom: 1px solid var(--line); }
.compare-row:last-child > div { border-bottom: 0; }
.compare-head > div { background: var(--bg-2); font-family: var(--f-head); font-weight: 800; }
.compare-head .col-ai { background: var(--grad-soft); color: var(--accent); }
.compare-row .feat-name { color: var(--muted); font-weight: 600; }
.compare-row .col-ai { background: var(--grad-soft); }
.compare-row .yes { color: var(--ok); font-weight: 700; }
.compare-row .no { color: var(--muted-2); }
.compare-row .val { font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); overflow: hidden; transition: border-color .25s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--f-head); font-weight: 700; font-size: 1.06rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--line-2); display: grid; place-items: center; transition: .25s; color: var(--accent); }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--accent); color: #fff; border-color: transparent; }
.faq .fa-body { padding: 0 24px 22px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 26px; padding: 60px 52px; background: var(--accent); border: 1px solid transparent; color: #fff; }
.cta-band::before { content: ""; position: absolute; top: -50%; right: -10%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(255,255,255,.22), transparent 62%); pointer-events: none; }
.cta-band .wrap-in { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { max-width: 16ch; color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); margin-top: 14px; max-width: 46ch; }
.cta-band .btn-primary { background: #fff; color: var(--accent); box-shadow: 0 12px 30px -14px rgba(0,0,0,.4); }
.cta-band .btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-info .ci { display: flex; gap: 15px; margin-bottom: 26px; }
.contact-info .ci .fic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--accent); }
.contact-info .ci .fic svg { width: 22px; height: 22px; }
.contact-info .ci b { display: block; font-size: .78rem; color: var(--muted); font-family: var(--f-mono); letter-spacing: .04em; margin-bottom: 3px; text-transform: uppercase; }
.contact-info .ci a, .contact-info .ci p { font-size: 1.06rem; font-weight: 600; color: var(--text); }

.form-card { padding: 34px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: 8px; font-family: var(--f-mono); letter-spacing: .03em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; font-family: inherit; font-size: 1rem;
  color: var(--text); background: var(--bg); border: 1px solid var(--line-2);
  border-radius: 12px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--grad-soft);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2358657a' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.turnstile-container { margin-bottom: 18px; }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 14px; text-align: center; }
.form-status { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: .92rem; font-weight: 600; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(22,163,74,.1); color: var(--ok); border: 1px solid rgba(22,163,74,.3); }
.form-status.err { background: rgba(225,29,72,.1); color: var(--err); border: 1px solid rgba(225,29,72,.3); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 64px 0 30px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { color: var(--muted); font-size: .95rem; margin: 18px 0; max-width: 34ch; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--muted); transition: .2s; }
.footer-socials a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer-socials svg { width: 20px; height: 20px; }
.footer-col h5 { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--muted); font-size: .95rem; padding: 6px 0; transition: color .2s; }
.footer-col a:hover { color: var(--accent); }
.footer-network { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.footer-network .net-label { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); width: 100%; margin-bottom: 4px; }
.footer-network a { font-family: var(--f-head); font-weight: 700; font-size: .92rem; color: var(--text); border: 1px solid var(--line-2); padding: 7px 13px; border-radius: 999px; transition: .2s; }
.footer-network a:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.partner-badge { display: inline-flex; align-items: center; margin-top: 22px; background: transparent; border: 0; border-radius: 12px; padding: 4px 0; transition: transform .2s; }
.partner-badge:hover { transform: translateY(-2px); }
.partner-badge img { height: 40px; width: auto; }
.partner-label { display: block; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin: 24px 0 -8px; }

.footer-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-2); font-size: .86rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--accent); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; } .reveal-d2 { transition-delay: .16s; } .reveal-d3 { transition-delay: .24s; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { padding: 80px 0 40px; position: relative; overflow: hidden; }
.page-hero .hero-glow { top: -30%; }

/* ---------- 404 ---------- */
.error-page { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 60px 0; position: relative; overflow: hidden; text-align: center; }
.error-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.error-code { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 26px; }
.error-code .digit { font-family: var(--f-display); font-size: clamp(6rem, 18vw, 12rem); line-height: .9; color: var(--text); }
.error-code .zero {
  width: clamp(5.2rem, 15vw, 10rem); height: clamp(5.2rem, 15vw, 10rem);
  border-radius: 50%; background: var(--accent); display: grid; place-items: center;
  box-shadow: var(--glow); position: relative;
}
.error-code .zero span { font-family: var(--f-display); font-size: clamp(1.4rem, 4vw, 2.6rem); color: #fff; letter-spacing: .04em; }
.error-page h1 { margin-bottom: 16px; }
.error-page p { color: var(--muted); font-size: 1.14rem; margin: 0 auto 32px; max-width: 44ch; }
.error-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 520px; }
  .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .grid-4, .folio-grid, .reviews-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .stat-panel { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-actions .btn:not(.nav-toggle):not(.theme-toggle) { display: none; }
  .section { padding: 74px 0; }
  .grid-3, .grid-4, .folio-grid, .reviews-grid, .price-grid, .grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1.2fr .8fr .8fr; font-size: .9rem; }
  .compare-row > div { padding: 15px 14px; }
  .cta-band { padding: 42px 26px; }
  .browser { transform: none; }
  .hero-visual:hover .browser { transform: none; }
  .floating-chip { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 460px) {
  .hero-stats { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  body, .btn, .card { transition: none !important; }
}

/* Actieve pagina in navigatie */
.nav-links a[aria-current="page"] { color: var(--accent); }
.nav-links a[aria-current="page"]::after { content: ""; }

/* ---------- Diensten dropdown (desktop) ---------- */
.nav-dd { position: relative; display: inline-flex; align-items: center; }
.nav-dd-trigger { display: inline-flex; align-items: center; gap: 5px; }
.dd-chev { width: 15px; height: 15px; transition: transform .25s; }
.nav-dd:hover .dd-chev, .nav-dd:focus-within .dd-chev { transform: rotate(180deg); }
.nav-dd::after { content: ""; position: absolute; top: 100%; left: -12px; right: -12px; height: 16px; }
.dd-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 240px; background: var(--surface); border: 1px solid var(--line-2);
  border-radius: 14px; padding: 8px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s, transform .2s; z-index: 120;
}
.nav-dd:hover .dd-menu, .nav-dd:focus-within .dd-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.dd-menu a {
  padding: 10px 14px; border-radius: 9px; font-family: var(--f-head);
  font-weight: 600; font-size: .92rem; color: var(--muted); white-space: nowrap; transition: .15s;
}
.dd-menu a:hover { background: var(--grad-soft); color: var(--accent); }
.dd-menu .dd-all { color: var(--accent); border-bottom: 1px solid var(--line); border-radius: 9px; margin-bottom: 4px; padding-bottom: 12px; }

/* Mobile submenu onder Diensten */
.mobile-sub { display: flex; flex-direction: column; }
.mobile-nav .mobile-sub a { padding: 12px 4px 12px 22px; font-size: 1rem; font-weight: 600; color: var(--muted); position: relative; }
.mobile-nav .mobile-sub a::before { content: ""; position: absolute; left: 6px; top: 50%; width: 8px; height: 1px; background: var(--accent); }

/* Card-link + duidelijke "Meer info"-knop */
a.card-link { display: flex; flex-direction: column; }
.card-cta {
  margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 17px; border-radius: 999px; background: var(--grad-soft);
  border: 1px solid var(--line-2); color: var(--accent);
  font-family: var(--f-head); font-weight: 700; font-size: .85rem;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.card-cta svg { width: 15px; height: 15px; }
a.card-link .price-from { margin: 14px 0 22px; }
a.card-link:hover .card-cta { background: var(--accent); color: #fff; border-color: transparent; }
a.card-link:hover .card-cta svg { transform: translateX(2px); }

/* ---------- Foto-band met overlay ---------- */
.photo-band { position: relative; padding: 130px 0; background-size: cover; background-position: center; overflow: hidden; border-block: 1px solid var(--line); }
.photo-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,17,.86) 0%, rgba(7,10,17,.6) 55%, rgba(7,10,17,.35) 100%); }
.photo-band .wrap { position: relative; z-index: 1; }
.photo-band .eyebrow { color: #7fd4ff; }
.photo-band .eyebrow::before { background: #7fd4ff; }
.photo-band h2 { color: #fff; max-width: 20ch; }
.photo-band p { color: rgba(255,255,255,.9); max-width: 54ch; margin: 16px 0 0; }
.photo-band .hero-cta { margin-top: 30px; }
.photo-band .btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.3); backdrop-filter: blur(4px); }
.photo-band .btn-ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }

/* ---------- Media-split (tekst + foto) ---------- */
.media-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.media-split .media-img { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 3/2; }
.media-split .media-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-split ul { list-style: none; display: grid; gap: 12px; margin: 24px 0 30px; }
.media-split ul li { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); }
.media-split ul li svg { flex: none; width: 20px; height: 20px; color: var(--accent); margin-top: 3px; }
@media (max-width: 860px) { .media-split { grid-template-columns: 1fr; gap: 34px; } .media-split .media-order { order: -1; } }

/* Drone-hero foto in plaats van mock */
.hero-photo { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 4/3; position: relative; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Erkend & aangesloten badges ---------- */
.certs { display: flex; align-items: center; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.certs .cert { display: inline-flex; align-items: center; justify-content: center; height: 66px; transition: transform .2s; }
.certs a.cert:hover { transform: translateY(-2px); }
.certs .cert img { height: 100%; width: auto; display: block; }

/* ---------- Google reviews ---------- */
.review .who .av { overflow: hidden; }
.review .who .av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.reviews-google-link { display: block; text-align: center; margin-top: 22px; font-family: var(--f-mono); font-size: .8rem; letter-spacing: .04em; color: var(--accent); }
.reviews-google-link:hover { text-decoration: underline; }

/* ============================================================
   Toegankelijkheid (subtiel — respecteert OS-voorkeuren)
   ============================================================ */

/* Sla navigatie over, direct naar de inhoud (verschijnt bij toetsenbordfocus) */
.skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 300;
  background: var(--accent); color: #fff; padding: 12px 20px; border-radius: 10px;
  font-family: var(--f-head); font-weight: 700; font-size: .95rem;
  box-shadow: var(--shadow); transition: top .18s ease;
}
.skip-link:focus { top: 14px; }

/* Duidelijke, zichtbare toetsenbord-focus (niet bij muisklik) */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible,
summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 3px;
}
main:focus { outline: none; }

/* Alleen zichtbaar voor screenreaders */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Respecteer 'verminderde beweging' */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Respecteer 'hoog contrast' (versterkt tekst en randen) */
@media (prefers-contrast: more) {
  :root { --muted: #333f4e; --muted-2: #45505e; --line: rgba(16,24,40,.30); --line-2: rgba(16,24,40,.42); }
  [data-theme="dark"] { --muted: #cbd6e6; --muted-2: #b0bbce; --line: rgba(255,255,255,.32); --line-2: rgba(255,255,255,.46); }
  .btn-ghost { border-color: currentColor; }
  .nav-links a[aria-current="page"] { text-decoration: underline; }
}
