/* ═══════════════════════════════════════════════════
   LOGIQA — Gedeelde stijlen voor alle pagina's
   ═══════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }

:root {
  --navy:   #1A2B3C;
  --cyan:   #00A3AD;
  --cyan-l: #e0f6f7;
  --cyan-m: #b3e8ec;
  --white:  #ffffff;
  --gray:   #f4f7f9;
  --muted:  #7a90a3;
  --border: #e4eaef;
  --text:   #1A2B3C;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── Layout ── */
.page { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ── */
.nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nav-inner {
  max-width: 960px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; height: 64px; gap: 32px;
}
.nav-logo {
  font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 800;
  color: var(--navy); text-decoration: none; letter-spacing: -0.5px; flex-shrink: 0;
}
.nav-logo span {
  display: inline-block; background: var(--cyan); border-radius: 5px;
  padding: 0 5px; color: white; margin-left: 1px;
}
.nav-links {
  display: flex; align-items: center; gap: 24px; flex: 1;
}
.nav-links a {
  font-family: 'Work Sans', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--muted); text-decoration: none; transition: color 0.15s;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a.active { color: var(--navy); font-weight: 600; }
.nav-cta {
  margin-left: auto; background: var(--navy) !important; color: white !important;
  padding: 8px 18px; border-radius: 8px; font-weight: 600 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: #2a3f54 !important; color: white !important; }
.nav-burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 4px; margin-left: auto;
}
.nav-burger span {
  display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px;
  transition: all 0.2s;
}

/* ── PROMO BAR ── */
.promo-bar {
  background: var(--cyan-l); border-bottom: 1px solid var(--cyan-m);
  text-align: center; padding: 10px 24px; font-size: 13px; color: var(--navy);
}
.promo-bar a { color: var(--cyan); font-weight: 600; text-decoration: none; }
.promo-bar a:hover { text-decoration: underline; }

/* ── HERO ── */
.hero {
  background: var(--navy); padding-bottom: 64px;
  border-radius: 0 0 36px 36px; margin-bottom: 64px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 70px solid rgba(0,163,173,0.10);
}
.hero::after {
  content: ''; position: absolute; bottom: -60px; left: -40px;
  width: 240px; height: 240px; border-radius: 50%;
  border: 50px solid rgba(0,163,173,0.06);
}
.hero-inner {
  display: grid; grid-template-columns: 1fr auto; gap: 40px;
  align-items: center; padding-top: 64px; padding-bottom: 0;
  position: relative; z-index: 1;
}
.hero-text {}
.hero-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(36px, 5vw, 58px);
  font-weight: 800; color: white; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 20px;
}
.hero-title .accent {
  display: inline-block; background: var(--cyan); border-radius: 9px; padding: 0 12px;
}
.hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.55); max-width: 500px; line-height: 1.75; margin-bottom: 28px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-img { width: 210px; flex-shrink: 0; }
.hero-img img { width: 100%; border-radius: 18px; opacity: 0.92; }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.45); }
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; }

/* ── SMALL HERO (inner pages) ── */
.hero-sm {
  background: var(--navy); border-radius: 0 0 32px 32px;
  padding: 56px 0 48px; margin-bottom: 56px;
  position: relative; overflow: hidden;
}
.hero-sm::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  border: 60px solid rgba(0,163,173,0.12);
}
.hero-sm-inner { position: relative; z-index: 1; }
.hero-sm-inner .eyebrow { margin-bottom: 12px; }
.hero-sm-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800; color: white; line-height: 1.12; letter-spacing: -1px; margin-bottom: 14px;
}
.hero-sm-title .accent { display: inline-block; background: var(--cyan); border-radius: 8px; padding: 0 10px; }
.hero-sm-sub { font-size: 15px; color: rgba(255,255,255,0.55); max-width: 520px; line-height: 1.7; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cyan); color: white; text-decoration: none;
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px;
  padding: 13px 24px; border-radius: 10px;
  transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;
}
.btn-primary:hover { background: #009aa4; transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.8); text-decoration: none;
  font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 15px;
  padding: 13px 24px; border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.2); transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: white; }
.btn-navy {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: white; text-decoration: none;
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14px;
  padding: 13px 22px; border-radius: 10px; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-navy:hover { background: #2a3f54; transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--navy); text-decoration: none;
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14px;
  padding: 12px 22px; border-radius: 10px; border: 1.5px solid var(--border);
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: var(--cyan); background: var(--cyan-l); }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 1.2px; text-transform: uppercase; color: var(--cyan);
}
.section-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800; color: var(--navy); letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 12px;
}
.section-body { font-size: 15px; color: #4a6070; line-height: 1.75; }

/* ── SECTION SPACING ── */
.section { padding-bottom: 72px; }
.section-header { margin-bottom: 32px; }
.section-header .eyebrow { margin-bottom: 10px; }

/* ── STATS ── */
.stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; padding-bottom: 64px;
}
.stat-card {
  background: var(--gray); border-radius: 18px; padding: 28px 24px;
  text-align: center; border: 1.5px solid transparent; transition: border-color 0.2s;
}
.stat-card:hover { border-color: var(--cyan-m); }
.stat-num {
  font-family: 'Outfit', sans-serif; font-size: 38px; font-weight: 800;
  color: var(--navy); letter-spacing: -1px; display: block; line-height: 1;
}
.stat-num.cyan { color: var(--cyan); }
.stat-label { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  background: white; border: 1.5px solid var(--border); border-radius: 18px;
  padding: 28px 24px; transition: border-color 0.2s, transform 0.15s;
}
.service-card:hover { border-color: var(--cyan); transform: translateY(-3px); }
.service-icon {
  width: 46px; height: 46px; background: var(--navy); border-radius: 13px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.service-icon svg { width: 22px; height: 22px; stroke: var(--cyan); }
.service-title { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.service-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }
.service-price {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border);
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600; color: var(--cyan);
}
.cyan-text { color: var(--cyan) !important; }

/* ── USP STRIP ── */
.usp-strip {
  background: var(--navy); border-radius: 24px; padding: 40px 44px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-bottom: 64px; text-align: center;
}
.usp-num {
  font-family: 'Outfit', sans-serif; font-size: 32px; font-weight: 800;
  color: var(--cyan); display: block; line-height: 1;
}
.usp-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 8px; line-height: 1.4; }

/* ── STEPS ── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.steps-grid::before {
  content: ''; position: absolute; top: 27px;
  left: calc(12.5% + 14px); right: calc(12.5% + 14px);
  height: 2px; background: linear-gradient(90deg, var(--cyan-m), var(--cyan), var(--cyan-m));
}
.step { text-align: center; position: relative; z-index: 1; }
.step-num {
  width: 54px; height: 54px; border-radius: 50%; background: var(--navy);
  color: var(--cyan); font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; border: 3px solid var(--cyan);
}
.step-title { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.step-desc { font-size: 12px; color: var(--muted); line-height: 1.55; }

/* ── PROMO BLOCK ── */
.promo-block {
  background: var(--cyan-l); border: 1.5px solid var(--cyan-m); border-radius: 20px;
  padding: 32px 36px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 64px;
}
.promo-title { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); }
.promo-sub { font-size: 14px; color: #4a6070; margin-top: 6px; }

/* ── BLOG GRID ── */
.blog-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card {
  border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden;
  transition: border-color 0.2s, transform 0.15s; text-decoration: none;
  color: inherit; display: flex; flex-direction: column; background: white;
}
.blog-card:hover { border-color: var(--cyan); transform: translateY(-3px); }
.blog-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--gray); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 8px; font-family: 'Outfit', sans-serif;
}
.blog-card-title {
  font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700;
  line-height: 1.35; margin-bottom: 8px; flex: 1; color: var(--navy);
}
.blog-excerpt { font-size: 12px; color: var(--muted); line-height: 1.6; }
.blog-footer {
  padding: 12px 20px 16px; display: flex; align-items: center;
  justify-content: space-between; border-top: 1px solid var(--border);
}
.blog-date { font-size: 11px; color: var(--muted); }
.blog-read { font-size: 12px; color: var(--cyan); font-family: 'Outfit', sans-serif; font-weight: 600; }
.link-more { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; color: var(--cyan); text-decoration: none; }
.link-more:hover { text-decoration: underline; }

/* ── CTA BLOCK ── */
.cta-block {
  background: var(--navy); border-radius: 28px; padding: 56px 44px;
  text-align: center; margin-bottom: 80px;
}
.cta-title {
  font-family: 'Outfit', sans-serif; font-size: clamp(24px, 3vw, 36px);
  font-weight: 800; color: white; margin-bottom: 12px; letter-spacing: -0.5px;
}
.cta-sub { font-size: 15px; color: rgba(255,255,255,0.5); margin: 0 auto 28px; max-width: 460px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 56px 0 0; margin-top: 16px; }
.footer-inner {
  display: grid; grid-template-columns: 1fr auto; gap: 48px;
  align-items: start; padding-bottom: 40px;
}
.footer-logo {
  font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800;
  color: white; margin-bottom: 6px;
}
.footer-logo span {
  display: inline-block; background: var(--cyan); border-radius: 5px; padding: 0 6px;
}
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.35); max-width: 280px; line-height: 1.6; }
.footer-links { display: flex; gap: 48px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title {
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,0.5); letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 4px;
}
.footer-col a {
  font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.15s;
}
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.3); max-width: 960px; margin: 0 auto;
}
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--cyan); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; cursor: pointer; gap: 16px; background: white; transition: background 0.15s;
}
.faq-question:hover { background: var(--gray); }
.faq-item.open .faq-question { background: var(--gray); }
.faq-q-text { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.faq-toggle {
  width: 28px; height: 28px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.faq-item.open .faq-toggle { background: var(--cyan); transform: rotate(45deg); }
.faq-toggle svg { width: 13px; height: 13px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 0 22px 20px; font-size: 14px; color: #4a6070; line-height: 1.75; border-top: 1px solid var(--border); padding-top: 16px; }
.faq-answer-inner a { color: var(--cyan); text-decoration: none; font-weight: 500; }
.faq-section-block { margin-bottom: 36px; }
.faq-section-label {
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700;
  color: var(--cyan); letter-spacing: 0.5px; margin-bottom: 12px; padding-left: 4px;
}

/* ── CONTACT FORM ── */
.contact-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.form-card { background: white; border: 1.5px solid var(--border); border-radius: 20px; padding: 32px 36px; }
.form-title { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--navy); margin-bottom: 6px; font-family: 'Outfit', sans-serif; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; background: var(--gray); border: 1.5px solid transparent;
  border-radius: 10px; padding: 12px 14px; font-family: 'Work Sans', sans-serif;
  font-size: 14px; color: var(--navy); outline: none; transition: border-color 0.2s;
  appearance: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--cyan); background: white; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; font-size: 13px; color: var(--muted); }
.form-consent input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--cyan); }
.form-consent a { color: var(--cyan); text-decoration: none; }
.submit-btn {
  width: 100%; background: var(--cyan); color: white; border: none;
  font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700;
  padding: 15px 24px; border-radius: 11px; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.submit-btn:hover { background: #009aa4; transform: translateY(-1px); }
.form-success { display: none; background: var(--cyan-l); border: 1.5px solid var(--cyan-m); border-radius: 12px; padding: 24px; text-align: center; margin-top: 16px; }
.form-success-title { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin: 8px 0 4px; }
.form-success-sub { font-size: 14px; color: #4a6070; }
.contact-sidebar { display: flex; flex-direction: column; gap: 16px; }
.info-card { background: var(--gray); border-radius: 16px; padding: 22px; border: 1.5px solid transparent; transition: border-color 0.2s; }
.info-card:hover { border-color: var(--cyan-m); }
.info-card-icon { width: 38px; height: 38px; background: var(--navy); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.info-card-icon svg { width: 18px; height: 18px; stroke: var(--cyan); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.info-card-title { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.info-card-val { font-size: 14px; color: #4a6070; }
.info-card-val a { color: var(--cyan); text-decoration: none; font-weight: 500; }
.social-card { background: var(--navy); border-radius: 16px; padding: 22px; }
.social-title { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700; color: white; margin-bottom: 14px; }
.social-links { display: flex; flex-direction: column; gap: 8px; }
.social-link { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; padding: 8px 12px; border-radius: 9px; background: rgba(255,255,255,0.06); transition: background 0.15s, color 0.15s; }
.social-link:hover { background: rgba(0,163,173,0.2); color: white; }
.social-link svg { width: 16px; height: 16px; flex-shrink: 0; }
.promise-card { background: var(--cyan-l); border: 1.5px solid var(--cyan-m); border-radius: 16px; padding: 22px; }
.promise-title { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.promise-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.promise-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #4a6070; }
.promise-check { width: 18px; height: 18px; border-radius: 50%; background: var(--cyan); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.promise-check svg { width: 9px; height: 9px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── TARIEVEN ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.price-card { background: white; border: 1.5px solid var(--border); border-radius: 18px; overflow: hidden; transition: border-color 0.2s, transform 0.15s; }
.price-card:hover { border-color: var(--cyan); transform: translateY(-2px); }
.price-card-header { background: var(--navy); padding: 22px 24px; }
.price-card-header.cyan-header { background: var(--cyan); }
.price-card-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.price-card-icon svg { width: 20px; height: 20px; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.price-card-title { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 700; color: white; margin-bottom: 4px; }
.price-card-desc { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.price-card-body { padding: 22px 24px; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.price-row:last-child { border-bottom: none; }
.price-label { color: #4a6070; }
.price-val { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--navy); }
.price-val.cyan { color: var(--cyan); }
.price-note { font-size: 12px; color: var(--muted); margin-top: 12px; line-height: 1.5; font-style: italic; }

.calc-wrapper { background: var(--gray); border-radius: 20px; padding: 32px; margin-bottom: 40px; }
.calc-title { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.calc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.calc-input-cell { background: white; border-radius: 10px; padding: 12px 14px; border: 1.5px solid transparent; transition: border-color 0.2s; }
.calc-input-cell:focus-within { border-color: var(--cyan); }
.calc-input-cell label { display: block; font-size: 11px; font-weight: 600; color: var(--muted); margin-bottom: 4px; }
.calc-input-cell input { width: 100%; background: transparent; border: none; outline: none; font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); -moz-appearance: textfield; }
.calc-input-cell input::-webkit-inner-spin-button, .calc-input-cell input::-webkit-outer-spin-button { -webkit-appearance: none; }
.calc-result { background: var(--navy); border-radius: 14px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.calc-result-item { text-align: center; }
.calc-result-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.calc-result-val { font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 800; color: white; letter-spacing: -0.5px; }
.calc-result-val.cyan { color: var(--cyan); }
.calc-result-divider { width: 1px; background: rgba(255,255,255,0.1); height: 48px; }

/* ── BLOG DETAIL ── */
.blog-detail { max-width: 720px; margin: 0 auto; padding: 0 24px 80px; }
.blog-detail-header { margin-bottom: 36px; }
.blog-detail-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); text-decoration: none; margin-bottom: 24px; transition: color 0.15s; }
.blog-detail-back:hover { color: var(--navy); }
.blog-detail-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.blog-detail-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: var(--cyan); font-family: 'Outfit', sans-serif; }
.blog-detail-date { font-size: 13px; color: var(--muted); }
.blog-detail-title { font-family: 'Outfit', sans-serif; font-size: clamp(26px, 4vw, 40px); font-weight: 800; color: var(--navy); line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 20px; }
.blog-detail-img { border-radius: 16px; overflow: hidden; margin-bottom: 36px; aspect-ratio: 16/9; }
.blog-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-content { font-size: 16px; color: #3a5060; line-height: 1.85; }
.blog-content h3 { font-family: 'Outfit', sans-serif; font-size: 21px; font-weight: 700; color: var(--navy); margin: 32px 0 12px; }
.blog-content p { margin-bottom: 18px; }
.blog-content ul, .blog-content ol { margin: 16px 0 18px 24px; }
.blog-content li { margin-bottom: 8px; }
.blog-content strong { color: var(--navy); font-weight: 600; }
.blog-content hr { border: none; border-top: 1px solid var(--border); margin: 36px 0; }
.blog-cta { background: var(--navy); border-radius: 20px; padding: 36px; text-align: center; margin-top: 56px; }
.blog-cta-title { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 800; color: white; margin-bottom: 10px; }
.blog-cta-sub { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

/* ── OVER ONS ── */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-bottom: 72px; }
.story-img-wrap { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; background: var(--cyan-l); position: relative; }
.story-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-badge { position: absolute; bottom: -18px; right: -18px; background: var(--navy); color: white; border-radius: 14px; padding: 14px 18px; text-align: center; }
.story-badge-num { font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 800; color: var(--cyan); display: block; line-height: 1; }
.story-badge-label { font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 4px; display: block; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 64px; }
.value-card { background: var(--gray); border-radius: 16px; padding: 24px 26px; border: 1.5px solid transparent; transition: border-color 0.2s, transform 0.15s; }
.value-card:hover { border-color: var(--cyan-m); transform: translateY(-2px); }
.value-icon { width: 42px; height: 42px; background: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value-icon svg { width: 20px; height: 20px; stroke: var(--cyan); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.value-title { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.value-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }
.logi-section { display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; background: var(--cyan-l); border: 1.5px solid var(--cyan-m); border-radius: 24px; padding: 40px 44px; margin-bottom: 64px; }
.logi-img { width: 160px; flex-shrink: 0; }
.logi-img img { width: 100%; border-radius: 12px; }
.logi-quote { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 12px; font-style: italic; }
.logi-quote::before { content: '\201C'; color: var(--cyan); }
.logi-quote::after  { content: '\201D'; color: var(--cyan); }

/* ── REVEAL ANIMATION ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE NAV ── */
.mobile-menu {
  display: none; position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
  background: white; z-index: 99; flex-direction: column; padding: 32px 24px; gap: 20px;
  border-top: 1px solid var(--border);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { background: var(--cyan); color: white; text-align: center; border-radius: 12px; border: none; padding: 14px; margin-top: 8px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img { display: none; }
  .hero { padding-bottom: 44px; border-radius: 0 0 24px 24px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stats-row .stat-card:last-child { grid-column: 1 / -1; }
  .services-grid { grid-template-columns: 1fr; }
  .usp-strip { grid-template-columns: repeat(2, 1fr); padding: 28px 24px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .blog-grid-3 { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-badge { right: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .logi-section { grid-template-columns: 1fr; padding: 28px 24px; }
  .logi-img { margin: 0 auto; }
  .calc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .cta-block { padding: 40px 24px; }
  .hero-sm { padding: 40px 0 32px; }
  .calc-result { flex-direction: column; text-align: center; }
  .calc-result-divider { width: 100%; height: 1px; }
}

@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr; }
  .usp-strip { grid-template-columns: repeat(2, 1fr); }
  .calc-grid { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 28px; }
}

/* ── Taalwissel ── */
.lang-switch {
  display: flex; align-items: center; gap: 2px;
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600;
  margin-left: 8px; flex-shrink: 0;
}
.lang-switch a {
  color: var(--muted); text-decoration: none; padding: 4px 6px;
  border-radius: 6px; transition: color 0.15s, background 0.15s;
}
.lang-switch a:hover { color: var(--navy); background: var(--gray); }
.lang-switch a.active { color: var(--navy); background: var(--cyan-l); }
.lang-switch-sep { color: var(--border); font-weight: 400; }
.mobile-lang-switch {
  display: flex; gap: 10px; align-items: center;
  padding: 16px 24px 4px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600;
}
.mobile-lang-switch a { color: var(--muted); text-decoration: none; padding: 4px 10px; border-radius: 6px; }
.mobile-lang-switch a.active { color: var(--navy); background: var(--cyan-l); }

/* Blog grid (2-koloms raster voor blogkaartjes) */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }
