/* Eerste paint: mobiele header + woordmerk (alle pagina’s). Homepage-hero hieronder; sync met styles.css. */
:root {
  --brand: #e0552f;
  --brand-dark: #bc3f1f;
  --brand-soft: #3a241e;
  --accent: #0f4c81;
  --ink: #e8eef7;
  --muted: #9aabbe;
  --line: #253246;
  --surface: #0f1724;
  --white: #f6f8fc;
  --radius: 16px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  /* Langzaam genoeg om rustig te blijven, kort genoeg om binnen ~15–20s een duidelijke “adem” te zien */
  --glow-warm-duration: 12s;
  --glow-warm-ease: ease-in-out;
}

/* Header/woordmerk: rest komt uit styles.css (non-blocking op index en subpagina’s). */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", Arial,
    sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #0b121c 0%, #0f1724 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

/* Subpagina’s: page-hero in eerste paint (padding sync met styles.css). */
.page-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2rem 0 0.95rem;
  isolation: isolate;
  background: linear-gradient(180deg, #0f1724 0%, #101a2a 100%);
}

.page-hero>* {
  position: relative;
  z-index: 1;
}

@media (min-width: 1081px) {
  .page-hero {
    padding: 3.4rem 0 1.4rem;
  }
}

#aanvraag,
#lead-form {
  scroll-margin-top: 5.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(9, 15, 24, 0.86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  pointer-events: none;
}

.site-header-inner {
  position: relative;
  z-index: 1;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  display: block;
  width: auto;
  height: 52px;
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.24));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.site-header .brand .brand-vl {
  color: var(--brand);
}

.site-header .brand .brand-warmte {
  color: var(--white);
}

.brand-text-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 1;
  min-width: 0;
  gap: 0.12rem;
}

.brand-wordmark-row {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: clamp(1.38rem, 0.55rem + 1.85vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-vl {
  margin-right: 0.22em;
}

.wordmark {
  display: inline;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.wordmark .brand-vl {
  color: var(--brand);
}

.wordmark .brand-warmte {
  color: inherit;
  font-weight: inherit;
}

.brand-tagline {
  display: none;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(154, 171, 190, 0.92);
  line-height: 1.25;
  max-width: 20rem;
}

@media (min-width: 1081px) {
  .brand-tagline {
    display: block;
  }
}

.brand:hover .brand-mark {
  transform: translateY(-1px);
  filter: drop-shadow(0 6px 14px rgba(224, 85, 47, 0.28));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.drawer-cta {
  display: none;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--ink);
  border-bottom-color: var(--brand);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(188, 63, 31, 0.32);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(188, 63, 31, 0.36);
}

.btn-secondary {
  background: #111c2a;
  color: #d7e9fb;
  border: 1px solid rgba(95, 163, 224, 0.36);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 76, 129, 0.16);
}

.btn-social-facebook {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.85rem 0.38rem 0.6rem;
  border-radius: 999px;
  font-weight: 650;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
  background: #0866ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(8, 102, 255, 0.38);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn-social-facebook:hover {
  background: #0756d9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(8, 102, 255, 0.48);
}

.btn-social-facebook:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.btn-social-facebook__icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.btn-social-facebook--lg {
  padding: 0.55rem 1.1rem 0.55rem 0.85rem;
  font-size: 0.9rem;
  gap: 0.55rem;
}

.btn-social-facebook--lg .btn-social-facebook__icon {
  width: 1.2rem;
  height: 1.2rem;
}

.site-footer .footer-social-item {
  margin-bottom: 0.55rem;
}

.site-footer .footer-nav .btn-social-facebook {
  margin-top: 0.15rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
}

.nav-toggle:hover {
  border-color: rgba(224, 85, 47, 0.48);
  color: #ffffff;
}

.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #0f1724 0%, #101a2a 100%);
  padding: 5rem 0 3.4rem;
  isolation: isolate;
}

/* Gekleurde gloed: zelfde lagen als styles.css hero (above-the-fold statisch momentopname) */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 96% 2%, rgba(224, 85, 47, 0.55), rgba(224, 85, 47, 0.18) 28%, transparent 44%),
    radial-gradient(circle at 12% 82%, rgba(95, 163, 224, 0.26), transparent 46%),
    radial-gradient(circle at 72% 24%, rgba(224, 85, 47, 0.5), transparent 54%),
    radial-gradient(ellipse 110% 95% at 48% 46%, rgba(224, 85, 47, 0.26), transparent 58%),
    radial-gradient(ellipse 140% 120% at 50% 48%, rgba(188, 63, 31, 0.12), transparent 72%);
  pointer-events: none;
  animation: none;
  opacity: 0.92;
  filter: brightness(1.08) saturate(1.08);
  will-change: auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -100px -160px auto;
  z-index: 0;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(95, 163, 224, 0.3), transparent 72%);
  pointer-events: none;
  animation: none;
  opacity: 0.76;
  filter: brightness(1.04) saturate(1.04);
  will-change: auto;
}

.hero>* {
  position: relative;
  z-index: 1;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin: 0.35rem 0 0;
}

.hero-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 62rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-eyebrow-rule {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--brand);
  flex-shrink: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.hero-headline {
  font-size: clamp(2.4rem, 1.4rem + 3.4vw, 3.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: pretty;
}

.hero-headline em {
  font-style: normal;
  background: linear-gradient(120deg, var(--brand) 0%, #f08a64 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lead {
  font-size: 1.06rem;
  color: var(--muted);
}

.hero-lead {
  max-width: 62ch;
  margin: 0;
}

.trust-strip {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.4rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
  background: rgba(224, 85, 47, 0.12);
}

.sticky-cta-mobile {
  display: none;
}

@media (max-width: 719px) {
  .sticky-cta-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(255, 255, 255, 0.06) inset;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .sticky-cta-mobile[data-hide="true"] {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }

  .sticky-cta-mobile-meta {
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    opacity: 0.92;
  }

  body:has(.sticky-cta-mobile) {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 719px) and (prefers-reduced-motion: reduce) {
  .sticky-cta-mobile {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-header-inner {
    min-height: 64px;
  }

  .brand-mark {
    height: 44px;
  }

  .brand-wordmark-row {
    font-size: clamp(1.22rem, 0.4rem + 2.4vw, 1.85rem);
  }

  .site-header.is-open::after {
    content: "";
    position: fixed;
    inset: 64px 0 0 0;
    background: rgba(1, 6, 16, 0.54);
    z-index: 35;
  }

  /* Inner wraps logo + drawer; must stack above ::after (35) or the dimmer covers the menu. */
  .site-header.is-open .site-header-inner {
    z-index: 50;
  }

  .site-header.is-open .site-nav {
    display: flex;
    position: fixed;
    width: min(88vw, 340px);
    right: 0;
    left: auto;
    top: 64px;
    bottom: 0;
    z-index: 40;
    background: linear-gradient(180deg, #0d1624 0%, #0a121f 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: -12px 0 28px rgba(0, 0, 0, 0.35);
    padding: 1.1rem 1.1rem 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.9rem;
    overflow-y: auto;
  }

  .site-header.is-open .site-nav a {
    font-size: 1.04rem;
    width: 100%;
    padding: 0.25rem 0 0.42rem;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }

  .site-header.is-open .site-nav .drawer-cta {
    display: inline-flex;
    width: auto;
    margin-top: 0.25rem;
    border-bottom: 0;
    padding: 0.58rem 0.95rem;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  }

  .cards,
  .steps,
  .two-col,
  .site-footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 2.5rem 0 2rem;
  }

  .page-hero+.section,
  .hero+.section {
    padding-top: 1.75rem;
  }
}

@media (max-width: 560px) {
  .site-header-inner {
    min-height: 60px;
  }

  .brand-mark {
    height: 40px;
  }

  .brand-wordmark-row {
    font-size: clamp(1.12rem, 0.35rem + 3.2vw, 1.62rem);
  }

  .site-header.is-open::after {
    inset: 60px 0 0 0;
  }

  .site-header.is-open .site-nav {
    top: 60px;
    width: 90vw;
    padding: 1rem;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }

  .hero {
    padding: 2rem 0 1.65rem;
  }

  .page-hero {
    padding: 1.65rem 0 0.85rem;
  }
}

.section {
  padding: 4rem 0;
}

.section-muted {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: var(--surface);
  isolation: isolate;
}

.section-head {
  max-width: 750px;
  margin-bottom: 1.6rem;
}