/* =====================================================================
   Deluccio — stylesheet
   Pixel-perfecte vertaling van het goedgekeurde ontwerp.
   Kleuren, spacing en typografie 1-op-1 overgenomen uit het bronontwerp.
   ===================================================================== */

:root {
  --ink: #0C1633;
  --ink-2: #0A1024;
  --ink-3: #070B1A;
  --blue: #3B6BFF;
  --blue-dark: #2451d6;
  --blue-2: #2f5bff;
  --cyan: #46D6E6;
  --muted: #5B6478;
  --light-bg: #F6F8FC;
  --border: #E7EBF3;
  --border-2: #D4DCEB;
  --border-3: #EAEEF6;
  --placeholder: #9AA3B8;
  --font-sans: 'IBM Plex Sans', system-ui, sans-serif;
  --font-display: 'Sora', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --maxw: 1200px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.page { overflow-x: hidden; }
::selection { background: var(--blue); color: #fff; }
img, svg { max-width: 100%; }

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
input, textarea, select, button { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--placeholder); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: #fff; color: var(--ink); padding: 12px 18px; border-radius: 10px;
  font-weight: 600;
}
.skip-link:focus { left: 16px; top: 16px; }

/* --------- reveal animatie --------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes dash { to { stroke-dashoffset: -24; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  .hero__codecard, .hub__line { animation: none !important; }
}

/* --------- layout helpers --------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 900px; }
.container--contact { max-width: 1080px; }

/* =====================================================================
   NAVBAR
   ===================================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center;
  padding: 18px 20px;
  pointer-events: none;
}
.nav {
  pointer-events: auto;
  width: 100%; max-width: var(--maxw);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 12px 14px 12px 22px;
  background: rgba(10, 16, 36, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 12px 40px -12px rgba(6, 10, 26, 0.55);
}
.nav__brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.nav__brand:hover { color: #fff; }
.brand__mark {
  width: 26px; height: 26px; border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: inline-block; transform: rotate(45deg);
  box-shadow: 0 6px 18px -4px rgba(59, 107, 255, 0.6);
}
.brand__mark--sm { width: 24px; height: 24px; border-radius: 7px; box-shadow: none; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }

.nav__links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav__links a {
  color: rgba(255, 255, 255, 0.72); font-size: 14.5px; font-weight: 500;
  padding: 8px 12px; border-radius: 9px;
  transition: color .2s, background .2s;
}
.nav__links a:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }

.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--ink-2); font-weight: 600; font-size: 14.5px;
  padding: 11px 18px; border-radius: 11px; white-space: nowrap;
  transition: transform .25s, box-shadow .25s;
}
.nav__cta:hover { color: var(--ink-2); transform: translateY(-1px); box-shadow: 0 10px 26px -8px rgba(255, 255, 255, 0.4); }

.nav__toggle { display: none; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink-2); color: #fff;
  padding: 200px 0 130px;
}
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 66px 66px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 40%, transparent 78%);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 40%, transparent 78%);
}
.hero__glow { position: absolute; filter: blur(20px); }
.hero__glow--a { top: -160px; right: -120px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(59, 107, 255, 0.32), transparent 62%); }
.hero__glow--b { top: 120px; left: -140px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(70, 214, 230, 0.14), transparent 62%); }
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 64px; align-items: center;
}

.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #8EA6FF; background: rgba(59, 107, 255, 0.1);
  border: 1px solid rgba(59, 107, 255, 0.22);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 28px;
}
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(40px, 5vw, 72px); line-height: 1.04; letter-spacing: -0.03em;
  margin: 0 0 26px;
}
.grad-text {
  background: linear-gradient(100deg, #7FA0FF, var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead {
  font-size: 19px; line-height: 1.65; color: rgba(255, 255, 255, 0.66);
  max-width: 520px; margin: 0 0 38px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15.5px; border-radius: 13px; cursor: pointer; }
.btn--primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff;
  padding: 15px 26px; border: none;
  box-shadow: 0 14px 34px -10px rgba(59, 107, 255, 0.65);
  transition: transform .25s, box-shadow .25s;
}
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 44px -10px rgba(59, 107, 255, 0.8); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.06); color: #fff;
  padding: 15px 26px; border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background .25s, border-color .25s;
}
.btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.11); border-color: rgba(255, 255, 255, 0.28); }
.btn--block { width: 100%; justify-content: center; padding: 15px; margin-top: 4px; }

.hero__logos { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.mono-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); }
.mono-label--dim { font-size: 11px; }
.hero__logolist { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: rgba(255, 255, 255, 0.5); }

/* --------- hero mock panel --------- */
.hero__panel { position: relative; }
.mock {
  position: relative; border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
  overflow: hidden; backdrop-filter: blur(10px);
}
.mock__bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.dot--red { background: #ff5f57; } .dot--amber { background: #febc2e; } .dot--green { background: #28c840; }
.mock__url { margin-left: 12px; font-family: var(--font-mono); font-size: 12px; color: rgba(255, 255, 255, 0.4); }
.mock__body { padding: 22px; }
.mock__statrow { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.mock__stat { font-family: var(--font-display); font-weight: 600; font-size: 34px; letter-spacing: -0.02em; margin-top: 4px; }
.mock__trend { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 12px; color: var(--cyan); background: rgba(70, 214, 230, 0.1); padding: 6px 11px; border-radius: 8px; }
.mock__chart { width: 100%; height: auto; display: block; margin-bottom: 20px; }
.mock__rows { display: flex; flex-direction: column; gap: 10px; }
.mock__row { display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 11px; padding: 12px 14px; }
.mock__rowleft { display: flex; align-items: center; gap: 11px; }
.mock__tag { width: 30px; height: 30px; border-radius: 8px; background: rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 12px; color: #fff; }
.mock__name { font-size: 14px; font-weight: 500; }
.mock__status { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 12px; color: #7CE0AE; }
.mock__statusdot { width: 7px; height: 7px; border-radius: 50%; background: #37D07F; box-shadow: 0 0 8px #37D07F; }

.hero__codecard {
  position: absolute; bottom: -30px; left: -34px; max-width: 290px;
  background: rgba(12, 18, 40, 0.82); backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 16px;
  box-shadow: 0 24px 50px -18px rgba(0, 0, 0, 0.7);
  font-family: var(--font-mono); font-size: 12px; line-height: 1.65;
  animation: floaty 6s ease-in-out infinite;
}
.code-blue { color: #8EA6FF; }
.code-dim { color: rgba(255, 255, 255, 0.55); }
.code-green { color: #7CE0AE; margin-top: 4px; }

/* =====================================================================
   SECTIONS (generiek)
   ===================================================================== */
.section { padding: clamp(80px, 10vw, 130px) 0; position: relative; }
.section--white { background: #fff; }
.section--light { background: var(--light-bg); }
.section--dark { background: var(--ink-2); color: #fff; overflow: hidden; }
.section--border-b { border-bottom: 1px solid var(--border-3); }
.section--border-t { border-top: 1px solid var(--border-3); }
.section--border-y { border-top: 1px solid var(--border-3); border-bottom: 1px solid var(--border-3); }

.section__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 66px 66px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000, transparent 80%);
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000, transparent 80%);
}
.section .container { position: relative; }

.section__head { max-width: 640px; margin-bottom: 56px; }
.section__head--center { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.eyebrow--cyan { color: var(--cyan); }
.section__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 3.8vw, 50px); line-height: 1.1; letter-spacing: -0.025em; margin: 0 0 18px; }
.section__sub { font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0; }
.section__sub--light { color: rgba(255, 255, 255, 0.6); }

/* --------- grids --------- */
.grid { display: grid; }
.grid--cards { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.grid--services { grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 22px; }
.grid--steps { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.grid--projects { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 22px; }
.grid--tech { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }

/* --------- waarom cards --------- */
.card {
  background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 30px;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px -22px rgba(12, 22, 51, 0.28); border-color: var(--border-2); }
.card__icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, rgba(59, 107, 255, 0.12), rgba(70, 214, 230, 0.12)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card__title { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.01em; margin: 0 0 9px; }
.card__desc { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* --------- diensten --------- */
.svc {
  position: relative; overflow: hidden;
  background: var(--ink-2); color: #fff; border-radius: 22px; padding: 34px 32px 32px;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.svc:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -24px rgba(10, 16, 36, 0.5); }
.svc__glow { position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(59, 107, 255, 0.25), transparent 65%); }
.svc__inner { position: relative; }
.svc__no { font-family: var(--font-mono); font-size: 12px; color: var(--cyan); margin-bottom: 22px; }
.svc__title { font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -0.015em; margin: 0 0 12px; }
.svc__desc { font-size: 15.5px; line-height: 1.62; color: rgba(255, 255, 255, 0.6); margin: 0 0 26px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.82); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); padding: 7px 12px; border-radius: 9px; }

/* --------- integraties hub --------- */
.hub { display: flex; justify-content: center; }
.hub__svg { width: 100%; max-width: 760px; height: auto; }
.hub__line { animation: dash 1.6s linear infinite; }
.hub__note { text-align: center; font-family: var(--font-mono); font-size: 12px; color: rgba(255, 255, 255, 0.35); margin: 34px 0 0; }

/* --------- werkwijze steps --------- */
.step {
  position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px;
  transition: transform .3s, box-shadow .3s;
}
.step:hover { transform: translateY(-4px); box-shadow: 0 22px 48px -22px rgba(12, 22, 51, 0.24); }
.step__head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.step__no { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--blue); width: 40px; height: 40px; border-radius: 11px; background: rgba(59, 107, 255, 0.1); display: flex; align-items: center; justify-content: center; }
.step__line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--border-2), transparent); }
.step__title { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin: 0 0 8px; }
.step__desc { font-size: 14.5px; line-height: 1.58; color: var(--muted); margin: 0; }

/* --------- projecten --------- */
.project {
  border: 1px solid var(--border); border-radius: 20px; overflow: hidden; background: #fff;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.project:hover { transform: translateY(-5px); box-shadow: 0 26px 54px -24px rgba(12, 22, 51, 0.28); border-color: var(--border-2); }
.project__cover {
  height: 170px; background-color: var(--ink-2);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 12px);
  display: flex; align-items: flex-end; padding: 18px; position: relative;
}
.project__coverglow { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; background: radial-gradient(circle, rgba(59, 107, 255, 0.3), transparent 65%); }
.project__mono { font-family: var(--font-mono); font-size: 11px; color: rgba(255, 255, 255, 0.6); position: relative; }
.project__body { padding: 26px; }
.project__tag { display: inline-block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); background: rgba(59, 107, 255, 0.09); padding: 5px 10px; border-radius: 7px; margin-bottom: 14px; }
.project__title { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.01em; margin: 0 0 9px; }
.project__desc { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0 0 18px; }
.project__link { font-size: 14.5px; font-weight: 600; }

/* --------- technologie --------- */
.tech {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.tech:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -18px rgba(12, 22, 51, 0.24); border-color: var(--border-2); }
.tech__mark { width: 10px; height: 10px; border-radius: 3px; background: linear-gradient(135deg, var(--blue), var(--cyan)); transform: rotate(45deg); flex-shrink: 0; }
.tech__name { font-family: var(--font-display); font-weight: 600; font-size: 15.5px; letter-spacing: -0.01em; }

/* --------- faq --------- */
.faq { border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 4px;
  font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; color: var(--ink);
  list-style: none; cursor: pointer;
}
.faq__q::-webkit-details-marker { display: none; }
.faq-plus { flex-shrink: 0; width: 26px; height: 26px; position: relative; transition: transform .3s var(--ease); color: var(--blue); }
.faq-plus span { position: absolute; top: 50%; left: 50%; background: currentColor; }
.faq-plus span:first-child { width: 15px; height: 2px; transform: translate(-50%, -50%); }
.faq-plus span:last-child { width: 2px; height: 15px; transform: translate(-50%, -50%); }
.faq__item[open] .faq-plus { transform: rotate(45deg); }
.faq__a { font-size: 16px; line-height: 1.68; color: var(--muted); margin: 0; padding: 0 4px 26px; }

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact { overflow: hidden; }
.contact__glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, rgba(59, 107, 255, 0.22), transparent 62%); filter: blur(20px); }
.container--contact { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: center; }
.contact__list { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; font-size: 15.5px; color: rgba(255, 255, 255, 0.8); }
.contact__list li { display: flex; align-items: center; gap: 12px; }
.contact__list a { color: rgba(255, 255, 255, 0.8); }
.contact__list a:hover { color: #fff; }
.contact__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; }

.contact__success { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 44px 34px; text-align: center; }
.contact__success-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(70, 214, 230, 0.14); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.contact__success-title { font-family: var(--font-display); font-weight: 600; font-size: 22px; margin: 0 0 8px; }
.contact__success-text { font-size: 15.5px; color: rgba(255, 255, 255, 0.6); margin: 0; }

.form { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 32px; backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.72); }
.field input, .field textarea { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 11px; padding: 13px 14px; color: #fff; font-size: 15px; outline: none; transition: border-color .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #ff6b6b; }
.field__error { font-size: 12.5px; font-weight: 500; color: #ff9d9d; min-height: 0; }
.field__error:empty { display: none; }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__alert { background: rgba(255, 107, 107, 0.12); border: 1px solid rgba(255, 107, 107, 0.4); color: #ffb3b3; border-radius: 11px; padding: 12px 14px; font-size: 14px; }
.form__consent { font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, 0.45); margin: 4px 0 0; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { background: var(--ink-3); color: rgba(255, 255, 255, 0.55); padding: 64px 0 34px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.footer__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.footer__brandcol { max-width: 280px; }
.footer__brand { display: flex; align-items: center; gap: 11px; color: #fff; margin-bottom: 16px; }
.footer__brand:hover { color: #fff; }
.footer__desc { font-size: 14.5px; line-height: 1.62; margin: 0; }
.footer__title { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; margin-bottom: 16px; }
.footer__links { display: flex; flex-direction: column; gap: 11px; }
.footer__links a { color: rgba(255, 255, 255, 0.55); font-size: 14.5px; }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 26px; font-family: var(--font-mono); font-size: 12.5px; color: rgba(255, 255, 255, 0.4); }
.footer__legal { display: flex; gap: 22px; }
.footer__legal a { color: rgba(255, 255, 255, 0.4); }
.footer__legal a:hover { color: #fff; }

/* =====================================================================
   RESPONSIVE — mobiele navigatie + kleine schermen
   ===================================================================== */
@media (max-width: 860px) {
  .nav { padding: 12px 14px 12px 20px; position: relative; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 42px; height: 42px; padding: 0 11px; margin-left: auto;
    background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px; cursor: pointer; order: 3;
  }
  .nav__toggle span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav__links {
    order: 4; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 2px;
    max-height: 0; overflow: hidden; opacity: 0;
    transition: max-height .35s var(--ease), opacity .25s, margin .35s var(--ease);
    margin-top: 0;
  }
  .nav__links.is-open { max-height: 420px; opacity: 1; margin-top: 8px; }
  .nav__links a { padding: 12px 12px; font-size: 16px; }
  .nav__cta { order: 2; }
}

@media (max-width: 560px) {
  .container, .section .container { padding: 0 20px; }
  .hero { padding: 150px 0 90px; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .form__row { grid-template-columns: 1fr; }
  .hero__codecard { position: static; margin-top: 20px; left: 0; bottom: 0; max-width: 100%; }
  .nav__cta { display: none; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* hero minmax kan op smalle telefoons overlopen: forceer 1 kolom onder 480 */
@media (max-width: 480px) {
  .hero__inner, .grid--cards, .grid--services, .grid--steps, .grid--projects, .container--contact { grid-template-columns: 1fr; }
}
