/* ============================================================
   RA IT & Marketing — Huisstijl v3
   ============================================================ */

:root {
  --navy:      #0B2447;
  --navy-mid:  #143560;
  --blue:      #1A6BC7;
  --blue-lt:   #3A8EE8;
  --white:     #FFFFFF;
  --off-white: #F7F9FC;
  --gray-100:  #EDF0F5;
  --gray-200:  #D6DCE8;
  --gray-400:  #8898B0;
  --gray-600:  #4A5E78;
  --ink:       #0A1628;
  --muted:     #5A7090;
  --radius:    10px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(11,36,71,0.07);
  --shadow:    0 8px 32px rgba(11,36,71,0.11);
  --shadow-lg: 0 20px 60px rgba(11,36,71,0.16);
  --ease:      cubic-bezier(0.4,0,0.2,1);
  --font:      'Inter', system-ui, sans-serif;
  --font-h:    'Space Grotesk', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 8px;
  font-weight: 600; font-size: 0.92rem;
  transition: all 0.25s var(--ease); white-space: nowrap;
}
.btn--dark {
  background: var(--navy); color: var(--white);
  box-shadow: 0 4px 18px rgba(11,36,71,0.28);
}
.btn--dark:hover  { background: var(--navy-mid); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(11,36,71,0.38); }
.btn--ghost       { background: transparent; color: var(--navy); border: 1.5px solid var(--gray-200); }
.btn--ghost:hover { background: var(--off-white); border-color: var(--gray-400); }
.btn--white       { background: var(--white); color: var(--navy); }
.btn--white:hover { background: var(--off-white); transform: translateY(-2px); }
.btn--large       { padding: 16px 36px; font-size: 1rem; }
.btn--pill-cta    {
  background: var(--navy); color: var(--white);
  padding: 10px 22px; border-radius: 50px;
  font-size: 0.86rem; font-weight: 600;
  box-shadow: 0 4px 16px rgba(11,36,71,0.25);
}
.btn--pill-cta:hover { background: var(--navy-mid); transform: translateY(-1px); }

/* ── DESKTOP HEADER ───────────────────────────────────────── */
.header {
  position: fixed;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1180px;
  z-index: 1000;
  display: flex; align-items: center; gap: 16px;
  pointer-events: none;
}
.header > * { pointer-events: auto; }

.nav__logo { flex-shrink: 0; display: flex; align-items: center; }
.nav__logo img { height: 80px; width: auto; filter: drop-shadow(0 4px 16px rgba(11,36,71,0.18)); transition: transform 0.3s; }
.nav__logo img:hover { transform: scale(1.04); }

.pill-nav {
  flex: 1; display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 100px;
  border: 1px solid rgba(11,36,71,0.08);
  box-shadow: 0 8px 32px rgba(11,36,71,0.11);
  padding: 0 8px 0 28px; height: 56px;
  transition: all 0.3s var(--ease);
}
.header.scrolled .pill-nav { background: rgba(255,255,255,0.98); box-shadow: 0 8px 40px rgba(11,36,71,0.16); }

.pill-nav__links { display: flex; align-items: center; gap: 28px; list-style: none; }
.pill-nav__links a {
  color: var(--gray-600); font-size: 0.86rem; font-weight: 500;
  transition: color 0.2s; position: relative; padding-bottom: 2px;
}
.pill-nav__links a::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 1.5px; background: var(--navy); border-radius: 2px;
  transform: scaleX(0); transition: transform 0.2s;
}
.pill-nav__links a:hover { color: var(--navy); }
.pill-nav__links a:hover::after { transform: scaleX(1); }

/* ── MOBIEL BURGER ────────────────────────────────────────── */
.mob-burger {
  display: none;
  position: fixed; top: 16px; right: 16px; z-index: 1100;
  width: 46px; height: 46px;
  background: var(--navy); border-radius: 12px;
  border: none; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  box-shadow: 0 4px 20px rgba(11,36,71,0.3);
  transition: background 0.2s;
}
.mob-burger span { display: block; width: 20px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
.mob-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mob-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBIEL MENU PANEL ────────────────────────────────────── */
.mob-menu {
  display: none;
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(300px, 85vw); z-index: 1050;
  background: var(--white);
  box-shadow: -8px 0 48px rgba(11,36,71,0.18);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  padding: 80px 28px 40px;
  flex-direction: column;
}
.mob-menu.open { transform: translateX(0); }

.mob-menu__logo { height: 56px; width: auto; margin-bottom: 40px; }
.mob-menu__links { display: flex; flex-direction: column; gap: 4px; margin-bottom: 32px; }
.mob-menu__links a {
  display: block; padding: 14px 16px;
  font-size: 1.05rem; font-weight: 600; color: var(--navy);
  border-radius: 10px; transition: background 0.15s;
}
.mob-menu__links a:hover { background: var(--off-white); }
.mob-menu__cta { width: 100%; justify-content: center; border-radius: 10px; }
.mob-menu__sub { margin-top: 20px; font-size: 0.74rem; color: var(--muted); text-align: center; }

.mob-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 1040;
  background: rgba(11,36,71,0.4);
  backdrop-filter: blur(2px);
  opacity: 0; transition: opacity 0.3s;
  pointer-events: none;
}
.mob-overlay.open { opacity: 1; pointer-events: auto; }

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  background: var(--white); padding-top: 100px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 75% 50%, rgba(26,107,199,0.06) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 95% 10%, rgba(11,36,71,0.04) 0%, transparent 60%);
}
.hero__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  padding-top: 40px; padding-bottom: 80px;
  position: relative;
}
.hero__tag {
  display: inline-flex; align-items: center;
  font-size: 0.75rem; font-weight: 600;
  color: var(--blue); letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 24px;
}
.hero__title {
  font-family: var(--font-h);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 800; line-height: 1.08;
  letter-spacing: -2px; color: var(--ink);
  margin-bottom: 24px;
}
.hero__title em {
  font-style: normal; color: var(--blue);
  background: linear-gradient(90deg, var(--navy), var(--blue-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero__sub {
  font-size: 1.05rem; color: var(--muted); line-height: 1.75;
  max-width: 500px; margin-bottom: 40px;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero__meta {
  display: flex; align-items: center; gap: 28px;
  padding-top: 32px; border-top: 1px solid var(--gray-100);
  flex-wrap: wrap;
}
.hero__meta-item { display: flex; flex-direction: column; gap: 2px; }
.hero__meta-item strong { font-size: 0.92rem; font-weight: 700; color: var(--ink); }
.hero__meta-item span  { font-size: 0.75rem; color: var(--muted); }
.hero__meta-sep { width: 1px; height: 36px; background: var(--gray-200); }

.hero__visual {
  display: flex; justify-content: center; align-items: flex-end;
  overflow: visible; padding-bottom: 0;
}
.hero__logo-frame {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  margin-top: 80px;
}
.hero__logo-img {
  width: min(560px, 100%); height: auto;
  filter: drop-shadow(0 40px 80px rgba(11,36,71,0.22)) drop-shadow(0 12px 32px rgba(26,107,199,0.18));
  transition: transform 0.7s cubic-bezier(0.34,1.56,0.64,1), filter 0.5s ease;
  animation: logoFloat 4s ease-in-out infinite;
}
.hero__logo-img:hover {
  transform: scale(1.06) translateY(-14px);
  filter: drop-shadow(0 52px 100px rgba(11,36,71,0.32)) drop-shadow(0 16px 48px rgba(26,107,199,0.28));
  animation-play-state: paused;
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
.hero__logo-glow {
  position: absolute; inset: -80px;
  background: radial-gradient(ellipse 70% 70% at 50% 55%, rgba(26,107,199,0.1) 0%, transparent 70%);
  pointer-events: none; animation: glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.08); }
}

/* ── SECTION BASE ─────────────────────────────────────────── */
.section { padding: 108px 0; }
.section__header { text-align: center; margin-bottom: 72px; }
.section__tag {
  display: inline-flex; align-items: center;
  font-size: 0.72rem; font-weight: 700;
  color: var(--blue); letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 16px;
}
.section__title {
  font-family: var(--font-h); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800; color: var(--ink);
  line-height: 1.12; letter-spacing: -1px; margin-bottom: 16px;
}
.section__sub { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.7; }

/* ── DIENSTEN ─────────────────────────────────────────────── */
.diensten { background: var(--off-white); }
.diensten__split { display: flex; flex-direction: column; gap: 64px; }
.dienst-blok__label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 10px 20px;
  border-radius: 50px; margin-bottom: 28px;
}
.it-label  { background: rgba(11,36,71,0.08);  color: var(--navy); }
.mkt-label { background: rgba(26,107,199,0.1); color: var(--blue); }

.diensten__cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 20px; }
.card {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius); padding: 30px;
  transition: all 0.25s var(--ease); position: relative; overflow: hidden;
}
.card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-4px); }
.card:hover::after { transform: scaleX(1); }
.card__icon { font-size: 1.7rem; margin-bottom: 14px; }
.card h4 { font-family: var(--font-h); font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.card p  { font-size: 0.86rem; color: var(--muted); line-height: 1.65; }

/* ── USPs BALK ────────────────────────────────────────────── */
.usps-balk { background: var(--navy); padding: 0; overflow: hidden; }
.usps-balk__inner {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0; padding: 28px 0;
}
.usp-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500;
  padding: 4px 32px;
}
.usp-icon { font-size: 1rem; }
.usp-sep  { color: rgba(255,255,255,0.25); font-size: 1.2rem; }

/* ── OVER ONS ─────────────────────────────────────────────── */
.over-ons { background: var(--white); }
.over-ons__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.over-ons__left { display: flex; flex-direction: column; gap: 18px; }
.over-ons__left .section__tag { display: inline-flex; text-align: left; margin-bottom: 8px; }
.over-ons__left .section__title { text-align: left; margin-bottom: 0; }
.over-ons__left p { color: var(--muted); font-size: 0.96rem; line-height: 1.75; }

.bedrijfskaart {
  background: var(--off-white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.bedrijfskaart__header {
  background: var(--navy); padding: 32px;
  display: flex; justify-content: center;
}
.bedrijfskaart__logo { height: 64px; width: auto; }
.gegevens-tabel { width: 100%; border-collapse: collapse; }
.gegevens-tabel td { padding: 13px 24px; font-size: 0.88rem; border-bottom: 1px solid var(--gray-100); }
.gegevens-tabel td:first-child { color: var(--muted); width: 42%; }
.gegevens-tabel td:last-child  { color: var(--ink); font-weight: 600; }
.gegevens-tabel tr:last-child td { border-bottom: none; }

/* ── WERKWIJZE ────────────────────────────────────────────── */
.werkwijze { background: var(--off-white); }
.stappen {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start; gap: 0;
}
.stap { padding: 0 12px; text-align: center; }
.stap__num {
  font-family: var(--font-h); font-size: 2.4rem; font-weight: 800;
  color: var(--gray-100); line-height: 1; margin-bottom: 16px;
  -webkit-text-stroke: 2px var(--gray-200);
}
.stap h4 { font-family: var(--font-h); font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.stap p  { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
.stap__pijl {
  font-size: 1.4rem; color: var(--gray-200);
  margin-top: 12px; padding: 0 4px; align-self: start;
}

/* ── OFFERTE ──────────────────────────────────────────────── */
.offerte { background: var(--white); }
.offerte__wrapper { max-width: 840px; margin: 0 auto; }
.form-section {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 40px; margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.form-section--submit { background: var(--off-white); }
.form-section__header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.form-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-weight: 700; font-size: 0.88rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.form-section__header h3 { font-family: var(--font-h); font-size: 1.15rem; font-weight: 700; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group--full { grid-column: 1 / -1; }

label { font-size: 0.84rem; font-weight: 600; color: var(--gray-600); }
.req  { color: var(--blue); }

input[type="text"], input[type="email"], input[type="tel"],
input[type="url"], input[type="date"], select, textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--gray-200); border-radius: var(--radius);
  font-size: 0.9rem; color: var(--ink); background: var(--white);
  transition: all 0.2s; appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,107,199,0.1);
}
input.error, select.error, textarea.error { border-color: #EF4444; }
textarea { resize: vertical; min-height: 120px; }
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A7090' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  background-size: 16px; padding-right: 36px;
}
.form-error { font-size: 0.75rem; color: #EF4444; font-weight: 500; display: none; }
.form-error.visible { display: block; }

.type-keuze { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 28px; }
.type-card { cursor: pointer; }
.type-card input[type="radio"] { display: none; }
.type-card__inner {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 22px 12px; border: 1.5px solid var(--gray-200);
  border-radius: var(--radius); transition: all 0.2s; gap: 6px;
}
.type-card input:checked + .type-card__inner { border-color: var(--navy); background: rgba(11,36,71,0.04); box-shadow: 0 0 0 3px rgba(11,36,71,0.08); }
.type-card__inner:hover { border-color: var(--blue); background: var(--off-white); }
.type-card__icon  { font-size: 1.8rem; }
.type-card__label { font-weight: 700; font-size: 0.86rem; color: var(--navy); }
.type-card__sub   { font-size: 0.74rem; color: var(--muted); }

.diensten-keuze { display: none; margin-top: 12px; }
.diensten-keuze.visible { display: block; }
.diensten-keuze h4 { font-size: 0.88rem; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 9px; margin-bottom: 22px; }
.checkbox-card {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 14px; border: 1.5px solid var(--gray-200);
  border-radius: var(--radius); cursor: pointer; transition: all 0.2s;
  font-size: 0.84rem; font-weight: 500; color: var(--gray-600);
}
.checkbox-card:hover { border-color: var(--blue); background: var(--off-white); }
.checkbox-card input { accent-color: var(--navy); width: 14px; height: 14px; flex-shrink: 0; }
.checkbox-card:has(input:checked) { border-color: var(--navy); background: rgba(11,36,71,0.04); color: var(--navy); }

.radio-row { display: flex; flex-wrap: wrap; gap: 9px; }
.radio-option {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 16px; border: 1.5px solid var(--gray-200);
  border-radius: 50px; cursor: pointer; transition: all 0.2s;
  font-size: 0.84rem; font-weight: 500;
}
.radio-option:hover { border-color: var(--blue); }
.radio-option input { accent-color: var(--navy); }
.radio-option:has(input:checked) { border-color: var(--navy); background: rgba(11,36,71,0.04); }

.form-akkoord { margin-bottom: 14px; }
.checkbox-privacy { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 0.84rem; color: var(--gray-600); line-height: 1.55; }
.checkbox-privacy input { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: var(--navy); }
.checkbox-privacy a { color: var(--blue); text-decoration: underline; }

.form-submit-area { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.form-disclaimer { font-size: 0.78rem; color: var(--muted); text-align: center; }

.offerte-success { display: none; text-align: center; padding: 80px 40px; background: var(--off-white); border-radius: var(--radius-lg); }
.offerte-success.visible { display: block; }
.success-icon { font-size: 3.5rem; margin-bottom: 20px; }
.offerte-success h3 { font-family: var(--font-h); font-size: 1.8rem; color: var(--navy); margin-bottom: 12px; }
.offerte-success p { color: var(--muted); }

/* ── CONTACT ──────────────────────────────────────────────── */
.contact { background: var(--off-white); }
.contact__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 20px; }
.contact-item {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: all 0.25s var(--ease);
}
.contact-item:hover { box-shadow: var(--shadow); border-color: transparent; transform: translateY(-3px); }
.contact-item__icon { font-size: 1.7rem; margin-bottom: 14px; }
.contact-item h4 { font-family: var(--font-h); font-size: 0.9rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.contact-item p  { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }
.contact-item a  { color: var(--blue); }
.contact-item a:hover { text-decoration: underline; }

.contact-form-wrap {
  max-width: 720px; margin: 56px auto 0;
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 40px;
  box-shadow: var(--shadow-sm);
}
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form .btn { margin-top: 8px; }
.contact-success {
  display: none; text-align: center; padding: 40px 20px;
}
.contact-success.visible { display: block; }
.contact-success .success-icon { font-size: 2.8rem; margin-bottom: 14px; }
.contact-success h3 { font-family: var(--font-h); font-size: 1.5rem; color: var(--navy); margin-bottom: 10px; }
.contact-success p { color: var(--muted); }

@media (max-width: 700px) {
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 18px; }
}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer { background: var(--navy); color: rgba(255,255,255,0.6); padding: 72px 0 0; }
.footer__top {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 60px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__logo   { height: 48px; width: auto; margin-bottom: 20px; }
.footer__brand p { font-size: 0.86rem; line-height: 1.75; max-width: 280px; }
.footer__kvk    { margin-top: 16px; font-size: 0.74rem; color: rgba(255,255,255,0.3); }
.footer__cols   { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 36px; }
.footer__nav h5 {
  font-size: 0.76rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--white); margin-bottom: 20px;
}
.footer__nav ul { display: flex; flex-direction: column; gap: 10px; }
.footer__nav a  { font-size: 0.85rem; transition: color 0.2s; }
.footer__nav a:hover { color: var(--white); }
.footer__cta-col h5 { font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--white); margin-bottom: 12px; }
.footer__cta-col p  { font-size: 0.85rem; margin-bottom: 20px; }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; font-size: 0.76rem; color: rgba(255,255,255,0.28);
  flex-wrap: wrap; gap: 12px;
}
.footer__links { display: flex; gap: 24px; }
.footer__links a { color: rgba(255,255,255,0.28); transition: color 0.2s; }
.footer__links a:hover { color: rgba(255,255,255,0.7); }

/* ── BACK TO TOP ──────────────────────────────────────────── */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transition: all 0.25s; z-index: 500;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover   { background: var(--blue); transform: translateY(-2px); }

/* ── FADE-IN ──────────────────────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.fade-in.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 900px) {
  /* Desktop nav volledig verbergen op mobiel */
  .header { display: none; }

  /* Mobiel menu zichtbaar maken */
  .mob-burger  { display: flex; }
  .mob-menu    { display: flex; }
  .mob-overlay { display: block; }

  /* Hero mobiel */
  .hero { padding-top: 0; min-height: 100svh; display: flex; align-items: flex-start; }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 0; padding-top: 72px; padding-bottom: 52px;
    text-align: center;
  }
  .hero__visual {
    order: -1; display: flex; justify-content: center;
    padding: 24px 0 0;
  }
  .hero__logo-frame { margin-top: 0; }
  .hero__logo-img {
    width: clamp(220px, 65vw, 320px);
    margin: 0 auto;
    animation: none;
    filter: drop-shadow(0 16px 40px rgba(11,36,71,0.18));
  }
  .hero__logo-glow { display: none; }
  .hero__text { padding: 0 4px; }
  .hero__tag  { justify-content: center; font-size: 0.68rem; }
  .hero__title { font-size: clamp(2rem, 9vw, 2.6rem); letter-spacing: -0.5px; margin-bottom: 16px; }
  .hero__sub  { font-size: 0.95rem; margin: 0 auto 28px; }
  .hero__ctas { justify-content: center; flex-direction: column; gap: 10px; }
  .hero__ctas .btn { justify-content: center; width: 100%; }
  .hero__meta { justify-content: center; gap: 16px; padding-top: 24px; flex-wrap: wrap; }
  .hero__meta-sep { display: none; }
  .hero__meta-item strong { font-size: 0.82rem; }
  .hero__meta-item span   { font-size: 0.7rem; }
  .hero__inner    { grid-template-columns: 1fr; gap: 40px; padding-top: 20px; }
  .hero__visual   { order: -1; }
  .hero__logo-img { width: min(280px, 70%); margin: 0 auto; }
  .hero__title    { font-size: 2.8rem; }
  .stappen        { grid-template-columns: 1fr; }
  .stap__pijl     { transform: rotate(90deg); margin: 8px auto; }
  .over-ons__grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__top    { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero__title  { font-size: 2.2rem; letter-spacing: -1px; }
  .hero__ctas   { flex-direction: column; }
  .hero__ctas .btn { text-align: center; justify-content: center; }
  .type-keuze   { grid-template-columns: 1fr; }
  .form-grid    { grid-template-columns: 1fr; }
  .form-group--full { grid-column: auto; }
  .form-section { padding: 24px 18px; }
  .footer__cols { grid-template-columns: 1fr; }
  .section      { padding: 72px 0; }
  .usps-balk__inner { flex-direction: column; gap: 12px; }
  .usp-sep      { display: none; }
  .diensten__cards { grid-template-columns: 1fr; }
}
