/* ============================================================
   Analyseer Meneer — Gedeelde stijlen
   Ontwerp: Bert Bril · Data & AI Adviseur voor MKB
   ============================================================ */

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

:root {
  --ink: #0f0f0f;
  --ink-muted: #555;
  --paper: #f7f5f0;
  --white: #ffffff;
  --accent: #1a3a5c;
  --accent-light: #e8eef5;
  --accent2: #c8a96e;
  --border: rgba(0,0,0,0.1);
  --radius: 2px;
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --max: 1100px;
  --section-pad: 96px 24px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: rgba(247,245,240,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s;
}
.nav-logo {
  text-decoration: none;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.nav-logo-img {
  height: 44px;
  max-height: 44px;
  width: auto;
  display: block;
}

/* Footer logo (wit op donkere achtergrond) */
.footer-logo-img {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.75;
  transition: opacity 0.2s;
}
.footer-logo-img:hover { opacity: 1; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a.active { color: var(--accent); }
.nav-cta {
  background: var(--accent);
  color: #fff !important;
  padding: 9px 20px;
  font-size: 13px !important;
  letter-spacing: 0.08em;
}
.nav-cta:hover { background: #0a2540 !important; color: #fff !important; }

.nav-hamburger {
  display: none;
  background: none; border: none;
  cursor: pointer; flex-direction: column; gap: 5px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--ink); transition: 0.3s;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  padding: 14px 28px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #0a2540; color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
}
.btn-outline:hover { background: var(--accent-light); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

/* ── HERO (homepage) ── */
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 120px 40px 80px;
  max-width: var(--max);
  margin: 0 auto;
  gap: 60px;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid var(--accent2);
}
.hero-h1 {
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--accent);
  margin-bottom: 28px;
}
.hero-h1 em { font-style: normal; color: var(--accent2); }
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--ink-muted);
  max-width: 460px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* geometric hero graphic */
.hero-graphic {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.geo-base {
  position: absolute;
  width: 320px; height: 320px;
  border: 1.5px solid var(--accent);
  transform: rotate(15deg);
  top: 50%; left: 50%;
  translate: -50% -50%;
}
.geo-inner {
  position: absolute;
  width: 200px; height: 200px;
  border: 1.5px solid var(--accent2);
  transform: rotate(-10deg);
  top: 50%; left: 50%;
  translate: -50% -50%;
}
.geo-dot {
  position: absolute;
  width: 10px; height: 10px;
  background: var(--accent2);
  border-radius: 50%;
}
.geo-dot:nth-child(3) { top: 18%; left: 58%; }
.geo-dot:nth-child(4) { bottom: 20%; left: 30%; }
.geo-dot:nth-child(5) { top: 40%; right: 14%; }
.geo-line {
  position: absolute;
  width: 1px; height: 120px;
  background: var(--border);
  transform-origin: top;
}
.geo-line:nth-child(6) { top: 10%; left: 20%; transform: rotate(30deg); }
.geo-line:nth-child(7) { bottom: 8%; right: 18%; transform: rotate(-45deg); }
.geo-circle {
  position: absolute;
  width: 420px; height: 420px;
  border: 1px solid rgba(26,58,92,0.12);
  border-radius: 50%;
  top: 50%; left: 50%;
  translate: -50% -50%;
}
.geo-tag {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-transform: uppercase;
}
.geo-tag:nth-child(8)  { top: 12%; left: 5%; }
.geo-tag:nth-child(9)  { bottom: 15%; right: 2%; }
.geo-tag:nth-child(10) { top: 62%; left: 2%; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 140px 40px 72px;
  background: var(--accent);
  text-align: center;
}
.page-hero-logo {
  height: 56px;
  width: auto;
  display: block;
  margin: 0 auto 36px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.page-hero .section-label { color: var(--accent2); margin-bottom: 16px; }
.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
}
.page-hero p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── SECTION SHARED ── */
section { padding: var(--section-pad); }
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 16px;
}
.section-h2 {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--accent);
  margin-bottom: 20px;
}
.section-intro {
  font-size: 18px;
  font-weight: 300;
  color: var(--ink-muted);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 56px;
}

/* ── OVER MIJ ── */
#over {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.over-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: center;
}
.over-photo-wrap { position: relative; }
.over-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.over-geo {
  position: absolute;
  bottom: -16px; right: -16px;
  width: 80px; height: 80px;
  border: 1.5px solid var(--accent2);
  pointer-events: none;
}
.over-text h2 { margin-bottom: 24px; }
.over-text p {
  font-size: 16px;
  color: var(--ink-muted);
  margin-bottom: 16px;
  line-height: 1.75;
}
blockquote.bert-quote {
  border-left: 3px solid var(--accent2);
  padding: 12px 20px;
  margin: 28px 0;
  font-style: italic;
  font-size: 16px;
  color: var(--ink-muted);
}
blockquote.bert-quote cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
}
.over-tools { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.tool-tag {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--border);
  color: var(--ink-muted);
  background: var(--paper);
}

/* ── DIENSTEN ── */
#diensten { background: var(--paper); }
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.dienst-card {
  background: var(--white);
  padding: 44px 36px;
  position: relative;
  transition: background 0.2s;
}
.dienst-card:hover { background: var(--accent-light); }
.dienst-icon {
  width: 48px; height: 48px;
  border: 1.5px solid var(--accent2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
  transform: rotate(5deg);
}
.dienst-icon svg { transform: rotate(-5deg); }
.dienst-card h3 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 14px;
  line-height: 1.2;
}
.dienst-card p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; }
.dienst-number {
  position: absolute;
  top: 20px; right: 24px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(26,58,92,0.2);
  text-transform: uppercase;
}

/* ── WERKWIJZE ── */
#werkwijze { background: var(--accent); }
#werkwijze .section-label { color: var(--accent2); }
#werkwijze .section-h2 { color: #fff; }
#werkwijze .section-intro { color: rgba(255,255,255,0.65); }
.stappen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
}
.stap {
  padding: 40px 32px;
  background: rgba(255,255,255,0.04);
  transition: background 0.2s;
}
.stap:hover { background: rgba(255,255,255,0.08); }
.stap-num {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 16px;
}
.stap h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.stap p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.6); }

/* ── AI ADVIES ── */
#ai { background: var(--white); }
.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.ai-visual { position: relative; height: 380px; }
.ai-box {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--border);
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-transform: uppercase;
}
.ai-box.b1 { top: 0; left: 0; width: 58%; }
.ai-box.b2 { top: 30%; right: 0; width: 50%; border-color: var(--accent2); }
.ai-box.b3 { bottom: 8%; left: 10%; width: 55%; }
.ai-box-label {
  font-size: 11px; font-weight: 400;
  color: var(--ink-muted);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 6px;
}
.ai-connector { position: absolute; background: var(--accent2); }
.ai-conn1 { width: 1px; height: 60px; top: 15%; left: 30%; }
.ai-conn2 { width: 80px; height: 1px; top: 40%; right: 48%; }
.ai-text h2 { margin-bottom: 20px; }
.ai-text p { font-size: 16px; color: var(--ink-muted); line-height: 1.75; margin-bottom: 16px; }
.ai-list { list-style: none; margin: 24px 0 36px; }
.ai-list li {
  font-size: 15px;
  color: var(--ink-muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.ai-list li::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--accent2);
  margin-top: 7px;
  flex-shrink: 0;
}

/* ── PAKKETTEN ── */
#pakketten { background: var(--paper); }
.pakketten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.pakket {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 40px 32px;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}
.pakket:hover { border-color: var(--accent2); transform: translateY(-4px); }
.pakket.featured { border-color: var(--accent); }
.featured-badge {
  position: absolute;
  top: -12px; left: 32px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
}
.pakket-naam {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 12px;
}
.pakket-prijs {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.pakket-prijs span { font-size: 18px; font-weight: 400; }
.pakket-duration {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent2);
  border: 1px solid var(--accent2);
  padding: 4px 10px;
  margin-bottom: 12px;
}
.pakket-sub {
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 28px;
  font-style: italic;
}

/* ── TECH STACK ── */
.stack-intro {
  font-size: 17px;
  color: var(--ink-muted);
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 40px;
}
.stack-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.stack-tag {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  background: transparent;
  transition: background 0.2s, color 0.2s;
  cursor: default;
}
.stack-tag:hover {
  background: var(--accent);
  color: #fff;
}
.pakket-features { list-style: none; margin-bottom: 32px; }
.pakket-features li {
  font-size: 14px;
  color: var(--ink-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}
.pakket-features li::before {
  content: '→';
  color: var(--accent2);
  font-weight: 500;
  flex-shrink: 0;
}
.onderhoud-block {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.onderhoud-item h4 {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 6px;
}
.onderhoud-item .prijs-small {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: var(--accent2);
  margin-bottom: 6px;
}
.onderhoud-item p { font-size: 14px; color: var(--ink-muted); }
.btw-note {
  font-size: 13px;
  color: var(--ink-muted);
  margin-top: 16px;
  font-style: italic;
}

/* ── VOORDELEN ── */
#voordelen {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.voordelen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.voordeel h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}
.voordeel-icon {
  width: 40px; height: 40px;
  margin-bottom: 20px;
  border: 1px solid var(--accent2);
  display: flex; align-items: center; justify-content: center;
}
.voordeel p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; }

/* ── CONTACT CTA ── */
#contact {
  background: var(--accent);
  text-align: center;
  padding: 100px 24px;
}
#contact .section-label { color: var(--accent2); }
#contact .section-h2 { color: #fff; margin: 0 auto 16px; max-width: 640px; }
#contact .section-intro { color: rgba(255,255,255,0.65); margin: 0 auto 48px; }
.contact-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.2s;
}
.contact-link.email { background: var(--white); color: var(--accent); }
.contact-link.email:hover { background: var(--paper); }
.contact-link.whatsapp {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
}
.contact-link.whatsapp:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.footer-brand span { color: var(--accent2); }
.footer-links { display: flex; gap: 28px; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.footer-links a:hover { color: #fff; }
.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s, transform 0.6s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 60px; left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
  }
  .nav-links.open a { padding: 14px 24px; display: block; }
  .nav-hamburger { display: flex; }

  #hero {
    grid-template-columns: 1fr;
    padding: 100px 24px 60px;
    text-align: center;
    min-height: auto;
  }
  .hero-sub { margin: 0 auto 40px; }
  .hero-actions { justify-content: center; }
  .hero-graphic { display: none; }

  .page-hero { padding: 110px 24px 56px; }

  .over-grid { grid-template-columns: 1fr; gap: 36px; }
  .over-photo-wrap { max-width: 280px; margin: 0 auto; }

  .diensten-grid { grid-template-columns: 1fr; }
  .stappen-grid { grid-template-columns: 1fr 1fr; }
  .ai-grid { grid-template-columns: 1fr; }
  .ai-visual { display: none; }
  .pakketten-grid { grid-template-columns: 1fr; }
  .voordelen-grid { grid-template-columns: 1fr 1fr; }
  .onderhoud-block { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 600px) {
  :root { --section-pad: 64px 20px; }
  .stappen-grid { grid-template-columns: 1fr; }
  .voordelen-grid { grid-template-columns: 1fr; }
  .pakketten-grid { grid-template-columns: 1fr; }
}
