/* ==========================================================================
   SalesBoostR — huisstijl
   Gebaseerd op de Website- & Merkbrief v1.0 (juli 2026)
   Kleuren: Deep Petrol, Electric Mint, Soft Sand, Graphite, Steel Blue, Warm Amber
   Typografie: Manrope (koppen), Inter (body/interface)
   ========================================================================== */

:root {
  --petrol: #12363F;
  --petrol-deep: #0D272E;
  --mint: #23D5AB;
  --mint-hover: #1EC29A;
  --mint-soft: #E2F8F1;
  --mint-ink: #0C7A62;      /* mint-variant met voldoende contrast op licht */
  --sand: #F4F1E8;
  --graphite: #1C252B;
  --steel: #5D7D89;
  --steel-ink: #44616C;     /* leesbare secundaire tekst op licht */
  --amber: #F2B84B;
  --white: #FFFFFF;

  --line: rgba(18, 54, 63, .12);
  --line-dark: rgba(255, 255, 255, .14);
  --on-dark: rgba(255, 255, 255, .78);
  --on-dark-strong: rgba(255, 255, 255, .92);

  --radius: 12px;
  --radius-lg: 16px;
  --shadow-soft: 0 12px 32px rgba(18, 54, 63, .10);

  --font-head: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --container: 1140px;
}

/* --------------------------------------------------------------------------
   Basis
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--graphite);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  color: var(--petrol);
  margin: 0 0 .6em;
  letter-spacing: -.01em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.18rem; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--mint-ink); text-underline-offset: 3px; }
a:hover { color: var(--petrol); }

ul, ol { margin: 0 0 1em; padding-left: 1.2em; }

img, svg { max-width: 100%; height: auto; }

::selection { background: var(--mint); color: var(--petrol); }

:focus-visible {
  outline: 3px solid rgba(35, 213, 171, .65);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2rem);
}

.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--petrol); }
.section--tight { padding-block: clamp(2.5rem, 6vw, 4rem); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }

.lede {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--steel-ink);
  max-width: 44rem;
}

.kicker {
  display: block;
  font-family: var(--font-head);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint-ink);
  margin-bottom: .9rem;
}

.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark p { color: var(--on-dark); }
.section--dark .kicker { color: var(--mint); }
.section--dark .lede { color: var(--on-dark); }

.grid { display: grid; gap: 1.25rem; }
@media (min-width: 680px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* --------------------------------------------------------------------------
   Toegankelijkheid
   -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px; left: 1rem;
  z-index: 100;
  background: var(--mint);
  color: var(--petrol);
  font-weight: 600;
  padding: .6em 1em;
  border-radius: 0 0 var(--radius) var(--radius);
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

/* --------------------------------------------------------------------------
   Header en navigatie
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--petrol);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(13, 39, 46, .35); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 72px;
}

.wordmark {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark:hover { color: var(--white); }
.wordmark .r { color: var(--mint); }

.site-nav ul {
  display: flex;
  align-items: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-block;
  padding: .55em .85em;
  color: var(--on-dark-strong);
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
}
.site-nav a:hover { color: var(--mint); }
.site-nav a[aria-current="page"] {
  color: var(--mint);
  text-decoration: underline;
  text-decoration-color: var(--mint);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.site-nav .nav-cta {
  margin-left: .75rem;
  background: var(--mint);
  color: var(--petrol);
  font-weight: 600;
  padding: .55em 1.1em;
  border-radius: 10px;
}
.site-nav .nav-cta:hover { background: var(--mint-hover); color: var(--petrol); }
.site-nav .nav-cta[aria-current="page"] { text-decoration: none; color: var(--petrol); }

.nav-toggle {
  display: none;
  align-items: center;
  gap: .5rem;
  background: none;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 500;
  padding: .5em .9em;
  cursor: pointer;
}
.nav-toggle:hover { border-color: var(--mint); color: var(--mint); }

.nav-toggle-icon {
  display: inline-block;
  width: 16px;
  position: relative;
}
.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
}
.nav-toggle-icon::before { top: -5px; }
.nav-toggle-icon::after { top: 5px; }

@media (max-width: 899px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--petrol);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 20px 40px rgba(13, 39, 46, .4);
  }
  .site-header.nav-open .site-nav { display: block; }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: .1rem;
    padding: .75rem clamp(1.25rem, 5vw, 2rem) 1.25rem;
  }
  .site-nav a { display: block; padding: .8em .5em; font-size: 1.05rem; }
  .site-nav .nav-cta { margin: .5rem 0 0; text-align: center; }
}

/* --------------------------------------------------------------------------
   Knoppen
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: .85em 1.5em;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary { background: var(--mint); color: var(--petrol); }
.btn-primary:hover { background: var(--mint-hover); color: var(--petrol); }

.btn-outline-light { border-color: rgba(255, 255, 255, .4); color: var(--white); }
.btn-outline-light:hover { border-color: var(--mint); color: var(--mint); }

.btn-outline-dark { border-color: rgba(18, 54, 63, .35); color: var(--petrol); }
.btn-outline-dark:hover { border-color: var(--petrol); background: rgba(18, 54, 63, .05); color: var(--petrol); }

.btn-lg { font-size: 1.06rem; padding: 1em 1.8em; }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  font-weight: 600;
  color: var(--mint-ink);
  text-decoration: none;
}
.arrow-link::after { content: "\2192"; transition: transform .18s ease; }
.arrow-link:hover { color: var(--petrol); }
.arrow-link:hover::after { transform: translateX(3px); }

/* --------------------------------------------------------------------------
   Hero (home) en paginakoppen
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  overflow: hidden;
}

.hero-art {
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: min(58%, 720px);
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 899px) {
  .hero-art { width: 110%; right: -30%; bottom: -14%; opacity: .3; }
}

.hero-inner {
  position: relative;
  padding-block: clamp(4.5rem, 10vw, 7.5rem) clamp(3.5rem, 8vw, 5.5rem);
  max-width: 46rem;
}

.hero h1 { color: var(--white); margin-bottom: .5em; }
.hero .kicker { color: var(--mint); }
.hero .lede { color: var(--on-dark); font-size: clamp(1.08rem, 2.2vw, 1.25rem); }

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2.2rem;
}

.hero-chips {
  position: relative;
  display: grid;
  gap: 1rem;
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}
@media (min-width: 680px) { .hero-chips { grid-template-columns: repeat(3, 1fr); } }

.chip {
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  backdrop-filter: blur(2px);
}
.chip .kicker { color: var(--mint); margin-bottom: .35rem; font-size: .72rem; }
.chip p { color: var(--on-dark); font-size: .92rem; margin: 0; }

.page-head {
  background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}
.page-head h1 { color: var(--white); max-width: 20ch; }
.page-head .kicker { color: var(--mint); }
.page-head .lede { color: var(--on-dark); }

/* --------------------------------------------------------------------------
   Kaarten
   -------------------------------------------------------------------------- */

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.7rem;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-3px); border-color: var(--mint); box-shadow: var(--shadow-soft); }

.card--static:hover { transform: none; border-color: var(--line); box-shadow: none; }

.card--accent::before {
  content: "";
  position: absolute;
  top: 0; left: 1.7rem;
  width: 2.6rem; height: 3px;
  background: var(--mint);
  border-radius: 0 0 3px 3px;
}

.card h3 { margin-bottom: .45em; }
.card p { color: var(--steel-ink); font-size: .96rem; }

.card .outcome {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .92rem;
  color: var(--graphite);
}
.card .outcome strong { color: var(--mint-ink); font-weight: 600; }

.card .arrow-link { margin-top: 1rem; font-size: .95rem; }

/* Pijlers (belofte) */
.pillar { padding: 1.9rem 1.8rem; }
.pillar .pillar-num {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--mint-ink);
  font-size: .95rem;
  letter-spacing: .08em;
}
.pillar h3 { margin-top: .5rem; }

.pillar--featured {
  background: var(--petrol);
  border-color: var(--petrol);
}
.pillar--featured h3 { color: var(--white); }
.pillar--featured p { color: var(--on-dark); }
.pillar--featured .pillar-num { color: var(--mint); }
.pillar--featured:hover { border-color: var(--mint); }

/* --------------------------------------------------------------------------
   Werkwijze (stappen)
   -------------------------------------------------------------------------- */

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) { .steps { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 680px) and (max-width: 899px) { .steps { grid-template-columns: repeat(2, 1fr); } }

.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: var(--petrol);
  color: var(--mint);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.step h3 { font-size: 1.08rem; margin-bottom: .35em; }
.step p { font-size: .93rem; color: var(--steel-ink); margin: 0; }

/* Stappen op de aanpak-pagina (verticaal, uitgebreider) */
.steps-detail { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.step-detail {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.8rem;
}
.step-detail h3 { margin-bottom: .3em; }
.step-detail p { color: var(--steel-ink); }
.step-detail ul { color: var(--steel-ink); font-size: .95rem; margin-bottom: 0; }
.step-detail li { margin-bottom: .3em; }
.step-detail .step-num { margin-bottom: 0; }
@media (max-width: 560px) {
  .step-detail { grid-template-columns: 1fr; }
  .step-detail .step-num { margin-bottom: .25rem; }
}

/* --------------------------------------------------------------------------
   Bewijs / resultaten (donkere band)
   -------------------------------------------------------------------------- */

.proof {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) { .proof { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); } }

.proof-stat .stat-number {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(4rem, 9vw, 6.5rem);
  line-height: 1;
  color: var(--amber);
  letter-spacing: -.02em;
}
.proof-stat .stat-label {
  display: block;
  margin-top: .5rem;
  color: var(--on-dark-strong);
  font-size: 1.1rem;
  max-width: 22ch;
}

.proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}
.proof-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--on-dark);
}
.proof-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: .85rem; height: 2px;
  background: var(--mint);
}
.proof-list li strong { color: var(--on-dark-strong); font-weight: 600; }

/* --------------------------------------------------------------------------
   Herkenning
   -------------------------------------------------------------------------- */

.recognition-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) { .recognition-list { grid-template-columns: repeat(2, 1fr); } }

.recognition-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--mint);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  font-size: 1rem;
  color: var(--graphite);
}

.recognition-close {
  margin-top: 1.75rem;
  font-size: 1.02rem;
}

/* --------------------------------------------------------------------------
   Tweekoloms (wél/niet, oprichter)
   -------------------------------------------------------------------------- */

.split {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 900px) { .split { grid-template-columns: repeat(2, 1fr); } }
.split--offset { align-items: center; }

.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.checklist li { position: relative; padding-left: 1.7rem; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: .5em;
  width: .9rem; height: .5rem;
  border-left: 2.5px solid var(--mint-ink);
  border-bottom: 2.5px solid var(--mint-ink);
  transform: rotate(-45deg);
}
.checklist--not li::before {
  border: 0;
  width: .85rem; height: 2.5px;
  top: .72em;
  background: var(--steel);
  transform: none;
}
.checklist--not li { color: var(--steel-ink); }

/* --------------------------------------------------------------------------
   Diensten-detail
   -------------------------------------------------------------------------- */

.service {
  display: grid;
  gap: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  scroll-margin-top: 96px;
}
@media (min-width: 900px) { .service { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2.5rem; } }

.service + .service { margin-top: 1.75rem; }

.service .service-kicker {
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--steel-ink);
}
.service h2 { font-size: clamp(1.45rem, 2.6vw, 1.8rem); margin-top: .4rem; }
.service .service-lede { color: var(--steel-ink); }

.service h3 {
  font-size: .95rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mint-ink);
  margin-bottom: .6em;
}
.service ul { margin-bottom: 1.4em; }
.service li { margin-bottom: .35em; color: var(--graphite); }

/* --------------------------------------------------------------------------
   Formulier
   -------------------------------------------------------------------------- */

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
}

.form-grid { display: grid; gap: 1.2rem; }
@media (min-width: 680px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-field--full { grid-column: 1 / -1; }
}

.form-field label {
  display: block;
  font-weight: 600;
  font-size: .95rem;
  color: var(--petrol);
  margin-bottom: .4rem;
}
.form-field .optional { font-weight: 400; color: var(--steel-ink); }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--graphite);
  background: var(--white);
  border: 1px solid rgba(93, 125, 137, .55);
  border-radius: 10px;
  padding: .75em 1em;
}
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(35, 213, 171, .5);
  outline-offset: 0;
  border-color: var(--petrol);
}

.form-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.form-actions .form-note { font-size: .88rem; color: var(--steel-ink); margin: 0; }

.form-done {
  background: var(--mint-soft);
  border: 1px solid var(--mint-ink);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
}
.form-done h2 { font-size: 1.25rem; margin-bottom: .4em; }
.form-done p { color: var(--graphite); }

/* Honeypot: buiten beeld, niet display:none (spamfilters) */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Inzichten / artikelen
   -------------------------------------------------------------------------- */

.post-card h3 a {
  color: var(--petrol);
  text-decoration: none;
}
.post-card h3 a:hover { color: var(--mint-ink); }
.post-card h3 a::after { content: ""; position: absolute; inset: 0; }

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  font-size: .85rem;
  color: var(--steel-ink);
  margin-bottom: .8rem;
}
.post-meta .tag {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint-ink);
  background: var(--mint-soft);
  border-radius: 6px;
  padding: .25em .6em;
}

.prose { max-width: 44rem; }
.prose p, .prose li { font-size: 1.04rem; line-height: 1.75; color: var(--graphite); }
.prose h2 { font-size: 1.45rem; margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose blockquote {
  margin: 1.8em 0;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--mint);
  background: var(--sand);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--petrol);
}

.article-cta {
  margin-top: 3rem;
  background: var(--petrol);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
}
.article-cta h2 { color: var(--white); font-size: 1.4rem; }
.article-cta p { color: var(--on-dark); }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-size: .92rem;
  font-weight: 600;
  color: var(--on-dark-strong);
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.back-link::before { content: "\2190"; }
.back-link:hover { color: var(--mint); }

/* --------------------------------------------------------------------------
   CTA-banden
   -------------------------------------------------------------------------- */

.cta-band { text-align: center; }
.cta-band .cta-inner { max-width: 40rem; margin-inline: auto; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: var(--on-dark); }
.cta-band .btn { margin-top: 1.5rem; }
.cta-band .cta-alt { margin-top: 1.4rem; font-size: .95rem; }
.cta-band .cta-alt a { color: var(--mint); }
.cta-band .cta-alt a:hover { color: var(--white); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--petrol-deep);
  color: var(--on-dark);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.75rem;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .footer-grid { grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); }
}

.footer-brand .wordmark { font-size: 1.4rem; }
.footer-brand .descriptor {
  margin-top: .6rem;
  font-size: .95rem;
  color: var(--on-dark);
}
.footer-brand .payoff {
  margin-top: 1.1rem;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--on-dark-strong);
  max-width: 26ch;
}

.site-footer h2 {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 1rem;
}

.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer-nav a { color: var(--on-dark); text-decoration: none; font-size: .95rem; }
.footer-nav a:hover { color: var(--mint); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2rem;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1.5rem;
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
}
.footer-bottom a { color: rgba(255, 255, 255, .7); }
.footer-bottom a:hover { color: var(--mint); }

/* --------------------------------------------------------------------------
   Reveal-animatie (subtiel, conform merkbrief)
   -------------------------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
