/* ============================================
   DATEK – Gedeelde stijlen
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;800&family=DM+Sans:wght@300;400;500&display=swap');

/* ── Variabelen ── */
:root {
  --blue: #0f9eff;
  --blue-dim: #0a7acc;
  --dark: #0b0f14;
  --dark2: #111820;
  --dark3: #19232f;
  --text: #e8edf2;
  --muted: #7a8fa3;
  --border: rgba(15, 158, 255, 0.18);
}

/* ── Reset & basis ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── Navigatie ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(11, 15, 20, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 5vw;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo,
.footer-logo {
  line-height: 0;
}
.nav-logo a,
.footer-logo a {
  display: inline-flex;
  align-items: center;
}
.nav-logo img,
.nav-logo svg {
  display: block;
  height: 32px;
  width: auto;
}
.nav-links { display: flex; gap: 20px; list-style: none; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--blue); }
.nav-cta {
  background: var(--blue);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  transition: background 0.2s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--blue-dim); }

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0; bottom: 0;
  z-index: 190;
  background: rgba(11, 15, 20, 0.98);
  padding: 40px 6vw;
  flex-direction: column;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  color: var(--text);
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.nav-drawer a:hover { color: var(--blue); }
.nav-drawer .drawer-cta {
  margin-top: 32px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}

/* ── Knoppen ── */
.btn-primary {
  background: var(--blue);
  color: #fff;
  padding: 13px 28px;
  border-radius: 7px;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--blue-dim); transform: translateY(-1px); }

.btn-secondary {
  background: transparent;
  color: var(--text);
  padding: 13px 28px;
  border-radius: 7px;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s;
  display: inline-block;
}
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }

/* ── Secties – gedeeld ── */
section { padding: 80px 5vw; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-tag {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 14px;
}

h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
h1 span { color: var(--blue); }

h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
h2 span { color: var(--blue); }

h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.section-sub {
  color: var(--muted);
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 48px;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 5vw 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%; left: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(15, 158, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
  pointer-events: none;
}
.hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-logo { display: flex; align-items: center; justify-content: center; }
.hero-logo svg { width: 100%; max-width: 340px; opacity: 0.92; filter: drop-shadow(0 0 40px rgba(15,158,255,0.2)); }
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 158, 255, 0.1);
  border: 1px solid rgba(15, 158, 255, 0.3);
  color: var(--blue);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.hero-tag::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--blue);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}
.hero-sub {
  font-size: clamp(15px, 2.2vw, 19px);
  color: var(--muted);
  max-width: 520px;
  line-height: 1.65;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Statsbalk ── */
.stats {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 5vw;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat { text-align: center; padding: 8px 0; }
.stat-num {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}
.stat-label { font-size: 12px; color: var(--muted); margin-top: 5px; font-weight: 500; }

/* ── Dienstkaarten ── */
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.dienst-card {
  background: var(--dark2);
  padding: 32px;
  transition: background 0.2s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  color: inherit;
}
.dienst-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.dienst-card:hover { background: var(--dark3); }
.dienst-card:hover::before { transform: scaleX(1); }
.dienst-icon {
  width: 44px; height: 44px;
  background: rgba(15, 158, 255, 0.1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(15, 158, 255, 0.2);
}
.dienst-icon svg {
  width: 20px; height: 20px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dienst-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.dienst-card .meer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  color: var(--blue);
}

/* ── Over-grid ── */
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.over-left p { color: var(--muted); font-size: 15px; line-height: 1.8; font-weight: 300; margin-bottom: 18px; }
.over-left p strong { color: var(--text); font-weight: 500; }
.over-item { padding: 20px 0; border-bottom: 1px solid var(--border); }
.over-item:first-child { padding-top: 0; }
.over-item:last-child { border-bottom: none; }
.over-label {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.over-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── Data-sectie ── */
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.data-visual {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.data-visual-title {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.data-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 7px;
  border: 1px solid var(--border);
  background: var(--dark3);
}
.data-row-icon {
  width: 30px; height: 30px; min-width: 30px;
  background: rgba(15, 158, 255, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-row-icon svg { width: 13px; height: 13px; stroke: var(--blue); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.data-row-text { flex: 1; min-width: 0; }
.data-row-text strong { display: block; font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 1px; }
.data-row-text span { font-size: 11px; color: var(--muted); }
.data-row-badge { font-size: 10px; font-weight: 600; font-family: 'Sora', sans-serif; padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.badge-green { background: rgba(40, 200, 100, 0.1); color: #3ecf6e; border: 1px solid rgba(40, 200, 100, 0.2); }
.badge-blue { background: rgba(15, 158, 255, 0.1); color: var(--blue); border: 1px solid rgba(15, 158, 255, 0.2); }
.data-text p { color: var(--muted); font-size: 15px; line-height: 1.78; font-weight: 300; margin-bottom: 14px; }

/* ── Events ── */
.events-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-bottom: 40px; }
.events-bullets { display: flex; flex-direction: column; }
.ev-b { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.ev-b:last-child { border-bottom: none; }
.ev-dot { width: 6px; height: 6px; min-width: 6px; background: var(--blue); border-radius: 50%; }
.events-use-cases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
.ev-uc { background: var(--dark3); padding: 20px; transition: background 0.2s; text-decoration: none; display: block; color: inherit; }
.ev-uc:hover { background: var(--dark); }
.ev-uc-icon { width: 34px; height: 34px; background: rgba(15, 158, 255, 0.08); border-radius: 7px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; border: 1px solid rgba(15, 158, 255, 0.15); }
.ev-uc-icon svg { width: 15px; height: 15px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ev-uc h4 { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.ev-uc p { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ── Klantkaarten ── */
.klanten-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.klant-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 10px; padding: 24px; transition: all 0.2s; }
.klant-card:hover { border-color: rgba(15, 158, 255, 0.35); transform: translateY(-2px); }
.klant-icon { margin-bottom: 12px; }
.klant-icon svg { width: 22px; height: 22px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.klant-card h4 { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.klant-card p { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ── CTA box ── */
.cta-box {
  background: linear-gradient(135deg, rgba(15, 158, 255, 0.1) 0%, rgba(15, 158, 255, 0.03) 100%);
  border: 1px solid rgba(15, 158, 255, 0.25);
  border-radius: 14px;
  padding: 72px 48px;
  text-align: center;
}
.cta-box p { color: var(--muted); max-width: 460px; margin: 0 auto 36px; font-size: 16px; font-weight: 300; }
.cta-contact { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.cta-contact a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.cta-contact a:hover { color: var(--blue); }

/* ── Subpagina hero ── */
.page-hero {
  padding: 140px 5vw 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(15, 158, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.page-hero p { color: var(--muted); font-size: clamp(16px, 2vw, 20px); max-width: 600px; line-height: 1.65; font-weight: 300; margin-top: 16px; }

/* Subpagina content */
.page-content { max-width: 1100px; margin: 0 auto; padding: 0 5vw 96px; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: start; }
.content-body p { color: var(--muted); font-size: 16px; line-height: 1.8; font-weight: 300; margin-bottom: 20px; }
.content-body h3 { color: var(--text); margin-top: 40px; margin-bottom: 12px; }
.content-body h3:first-child { margin-top: 0; }
.content-aside { position: sticky; top: 96px; }
.aside-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 12px; padding: 28px; margin-bottom: 16px; }
.aside-card h4 { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.aside-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.aside-list li { padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.aside-list li:last-child { border-bottom: none; }
.aside-list li::before { content: ''; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; flex-shrink: 0; }

/* Contactpagina */
.contact-details {
  display: grid;
  gap: 14px;
  margin: 24px 0 40px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 158, 255, 0.08);
  border: 1px solid rgba(15, 158, 255, 0.15);
  border-radius: 10px;
}
.contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-label {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-value {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}
.contact-value:hover {
  color: var(--blue);
}
.contact-services {
  margin: 0 0 28px 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}
.contact-services li {
  line-height: 1.7;
}

/* ── Footer ── */
footer {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 36px 5vw;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-logo img,
.footer-logo svg {
  display: block;
  height: 22px;
  width: auto;
}
.footer-links { display: flex; gap: 20px; list-style: none; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: var(--blue); }
.footer-copy { color: var(--muted); font-size: 12px; }

/* ════════════════════════
   RESPONSIVE
   ════════════════════════ */

@media (max-width: 1024px) {
  .diensten-grid { grid-template-columns: repeat(2, 1fr); }
  .klanten-grid { grid-template-columns: repeat(2, 1fr); }
  .events-use-cases { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; gap: 48px; }
  .content-aside { position: static; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 64px 5vw; }
  .stats-inner { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .over-grid { grid-template-columns: 1fr; gap: 40px; }
  .data-grid { grid-template-columns: 1fr; gap: 40px; }
  .data-grid .data-visual { order: 2; }
  .data-grid .data-text { order: 1; }
  .events-intro { grid-template-columns: 1fr; gap: 32px; }
  .cta-box { padding: 48px 28px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-logo { display: none; }
}

@media (max-width: 480px) {
  h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  .hero { padding: 88px 5vw 56px; }
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; text-align: center; padding: 15px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .diensten-grid { grid-template-columns: 1fr; }
  .klanten-grid { grid-template-columns: 1fr; }
  .events-use-cases { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  section { padding: 56px 5vw; }
}
