/* ==========================================================================
   VZW 't Netwerkske — Stylesheet principal
   Design system : bleu nuit tech + cyan électrique + gris bleuté clair
   ========================================================================== */

:root {
  --primary: #1B2A4A;
  --primary-dark: #14203A;
  --primary-light: #2E4A7A;
  --secondary: #E8EDF3;
  --accent: #2EC4B6;
  --accent-dark: #25A99D;
  --accent-ink: #0E2A33;
  --bg: #F7F9FB;
  --white: #FFFFFF;
  --text: #2B2B2B;
  --muted: #5A6675;
  --border: #DCE3EB;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(27, 42, 74, 0.08);
  --shadow-lg: 0 20px 45px rgba(27, 42, 74, 0.14);
  --transition: 0.25s ease;
  --font: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

/* ---------- Reset ---------- */

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main { flex: 1 0 auto; }

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

ul { list-style: none; }

a { color: var(--primary); text-decoration: none; }

a:hover { color: var(--accent-dark); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 10px 0;
  z-index: 100;
}
.skip-link:focus { left: 0; color: #fff; }

.container { width: min(1160px, 92%); margin-inline: auto; }

/* ---------- Typography ---------- */

h1, h2, h3, h4 { color: var(--primary); line-height: 1.2; font-weight: 700; letter-spacing: -0.01em; }

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.55rem, 3.5vw, 2.25rem); margin-bottom: 0.6rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }

.section { padding: 5rem 0; }
.section.alt { background: var(--white); }
.section.secondary-bg { background: var(--secondary); }

.section-title-center { text-align: center; }
.section-title-center .section-intro { margin-left: auto; margin-right: auto; }

.section-intro {
  max-width: 700px;
  color: var(--muted);
  margin-bottom: 3rem;
  font-size: 1.05rem;
}
.section-intro.left { margin-left: 0; }

.eyebrow {
  display: inline-block;
  color: var(--accent-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  text-align: center;
}
.btn svg { width: 18px; height: 18px; }

.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { background: var(--accent-dark); color: var(--accent-ink); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(46, 196, 182, 0.4); }

.btn-outline { border-color: var(--primary); color: var(--primary); background: transparent; }
.btn-outline:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

.btn-outline-light { border-color: rgba(255, 255, 255, 0.75); color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--primary); transform: translateY(-2px); }

.btn-dark { background: var(--primary); color: #fff; }
.btn-dark:hover { background: var(--primary-light); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27, 42, 74, 0.35); }

.btn-sm { padding: 0.6rem 1.15rem; font-size: 0.9rem; }

.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { background: var(--secondary); color: var(--primary); }

/* ---------- Navbar ---------- */

.navbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.22rem;
  color: var(--primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.brand:hover { color: var(--primary); }
.brand svg { width: 40px; height: 40px; flex-shrink: 0; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-links a {
  padding: 0.5rem 0.85rem;
  border-radius: 9px;
  font-weight: 500;
  color: var(--text);
  font-size: 0.97rem;
  position: relative;
}
.nav-links a:hover { background: var(--secondary); color: var(--primary); }
.nav-links a.active { color: var(--primary); font-weight: 700; }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.15rem;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}

.nav-donate {
  background: var(--accent);
  color: var(--accent-ink) !important;
  border-radius: 999px !important;
  padding: 0.6rem 1.35rem !important;
  margin-left: 0.7rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(46, 196, 182, 0.35);
}
.nav-donate:hover { background: var(--accent-dark) !important; color: var(--accent-ink) !important; transform: translateY(-1px); }
.nav-donate.active::after { display: none; }

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(135deg, #1B2A4A 0%, #24395F 52%, #2E4A7A 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 196, 182, 0.25), transparent 65%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  padding: 5.5rem 0 6rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(46, 196, 182, 0.14);
  border: 1px solid rgba(46, 196, 182, 0.4);
  color: #8CE8DE;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.hero-badge svg { width: 15px; height: 15px; }

.hero h1 { color: #fff; margin-bottom: 1.2rem; }
.hero .hero-lede { color: #CFD9E8; max-width: 56ch; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }

.hero-visual { position: relative; }
.hero-visual svg { width: 100%; height: auto; filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.25)); }

.hero-scroll-hint {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-scroll-hint svg { width: 18px; height: 18px; animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ---------- Page hero (interior pages) ---------- */

.page-hero {
  background: linear-gradient(135deg, #1B2A4A 0%, #24395F 55%, #2E4A7A 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4.2rem 0 4rem;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -200px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 196, 182, 0.22), transparent 65%);
  pointer-events: none;
}

.page-hero .container { position: relative; }

.page-hero h1 { color: #fff; margin-bottom: 1rem; }
.page-hero .page-lede { color: #CFD9E8; max-width: 720px; font-size: 1.1rem; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #9FB0C9;
  margin-bottom: 1.1rem;
}
.crumbs a { color: #C6D2E4; }
.crumbs a:hover { color: #fff; }
.crumbs .sep { opacity: 0.6; }

/* ---------- Cards ---------- */

.card-grid { display: grid; gap: 1.6rem; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--secondary);
  margin-bottom: 1.15rem;
  transition: var(--transition);
}
.card:hover .card-icon { background: rgba(46, 196, 182, 0.18); }
.card-icon svg { width: 36px; height: 36px; }

.card h3 { margin-bottom: 0.55rem; }
.card p { color: var(--muted); font-size: 0.96rem; }
.card-link { margin-top: 1rem; font-weight: 600; color: var(--accent-dark); display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.95rem; }
.card-link svg { width: 15px; height: 15px; transition: var(--transition); }
.card-link:hover svg { transform: translateX(4px); }

/* ---------- Stats ---------- */

.stats-section {
  background: var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
}
.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-num { font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 800; color: var(--accent); line-height: 1.1; }
.stat-label { color: #B8C4D6; margin-top: 0.35rem; font-size: 0.98rem; }

/* ---------- Split / features ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.split-visual { position: relative; }
.split-visual svg { width: 100%; height: auto; }
.split-visual .float-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: floaty 4s ease-in-out infinite;
}
.split-visual .float-card svg { width: 18px; height: 18px; }
.float-a { top: 6%; right: -4%; }
.float-b { bottom: 8%; left: -4%; animation-delay: 1.4s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.feature-list { margin: 1.6rem 0 2rem; display: grid; gap: 1rem; }
.feature-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.feature-list .tick {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(46, 196, 182, 0.16);
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.feature-list .tick svg { width: 14px; height: 14px; }
.feature-list strong { color: var(--primary); }

/* ---------- CTA band ---------- */

.cta-band {
  background: linear-gradient(135deg, #2EC4B6 0%, #2E9C92 100%);
  color: var(--accent-ink);
  text-align: center;
  padding: 4.2rem 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}
.cta-band .container { position: relative; }
.cta-band h2 { color: var(--accent-ink); }
.cta-band p { max-width: 640px; margin: 0.4rem auto 2rem; color: #15544d; font-size: 1.05rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ---------- Donate page ---------- */

.donate-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: start; }
.donate-amount {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin: 1.6rem 0 2rem;
}
.donate-amount .amount {
  border: 2px solid var(--border);
  background: var(--white);
  border-radius: 12px;
  padding: 0.9rem;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
  cursor: pointer;
  transition: var(--transition);
}
.donate-amount .amount:hover, .donate-amount .amount.selected { border-color: var(--accent); background: rgba(46, 196, 182, 0.12); }

.donate-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2rem; }
.donate-card h3 { margin-bottom: 0.5rem; }
.donate-steps { display: grid; gap: 1rem; margin-top: 1.4rem; }
.step { display: flex; gap: 1rem; }
.step-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  font-weight: 700;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

/* ---------- Contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }

.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.2rem; }
.form-card h2 { margin-bottom: 0.4rem; }

.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.4rem; font-size: 0.92rem; color: var(--primary); }
.form-group label .req { color: var(--accent-dark); }
input, textarea, select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  font: inherit;
  color: var(--text);
  transition: var(--transition);
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(46, 196, 182, 0.16); }
textarea { min-height: 150px; resize: vertical; }

.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 1rem; }
.form-status { display: none; margin-top: 1rem; padding: 0.8rem 1rem; border-radius: 10px; font-size: 0.92rem; }
.form-status.ok { display: block; background: rgba(46, 196, 182, 0.14); border: 1px solid rgba(46, 196, 182, 0.5); color: #0b5b54; }

.info-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.3rem 1.4rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 1.2rem; }
.info-card svg { width: 26px; height: 26px; flex-shrink: 0; margin-top: 2px; }
.info-card h3 { font-size: 1.02rem; margin-bottom: 0.25rem; }
.info-card p { color: var(--muted); font-size: 0.95rem; }
.info-card a { font-weight: 600; }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  position: relative;
}
#map { height: 430px; width: 100%; background: var(--secondary); }
.map-note { font-size: 0.82rem; color: var(--muted); margin-top: 0.6rem; }

.netwerk-pin {
  background: transparent;
  border: none;
}
.netwerk-pin svg {
  width: 30px;
  height: 38px;
  filter: drop-shadow(0 4px 8px rgba(27, 42, 74, 0.35));
}
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  font-family: var(--font);
}
.leaflet-popup-content strong { color: var(--primary); }

/* ---------- Programs ---------- */

.program-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2.2rem;
  transition: var(--transition);
  align-items: center;
}
.program-row:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.program-ico {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background: var(--secondary);
  display: grid;
  place-items: center;
}
.program-ico svg { width: 92px; height: 92px; }
.program-body h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.program-body p { color: var(--muted); margin-bottom: 0.6rem; }
.program-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.tag { background: var(--secondary); color: var(--primary); font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.8rem; border-radius: 999px; }

.program-list { display: grid; gap: 1.6rem; margin-top: 3rem; }

/* ---------- Legal pages ---------- */

.legal-page { max-width: 840px; }
.legal-meta { color: var(--muted); font-size: 0.92rem; margin-bottom: 2.2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--border); }
.legal-page h2 { font-size: 1.4rem; margin-top: 2.6rem; margin-bottom: 0.8rem; }
.legal-page h3 { font-size: 1.12rem; margin-top: 1.8rem; margin-bottom: 0.5rem; }
.legal-page p, .legal-page li { color: #3A4350; }
.legal-page p { margin-bottom: 1rem; }
.legal-page ul, .legal-page ol { padding-left: 1.35rem; margin: 0.6rem 0 1.2rem; }
.legal-page ul { list-style: disc; }
.legal-page strong { color: var(--primary); }
.legal-page a { font-weight: 600; }

.legal-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: 0.95rem; }
.legal-table th, .legal-table td { text-align: left; padding: 0.7rem 0.9rem; border: 1px solid var(--border); vertical-align: top; }
.legal-table th { background: var(--secondary); color: var(--primary); }

blockquote {
  background: var(--secondary);
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.3rem;
  margin: 1.4rem 0;
  color: var(--primary);
  font-style: italic;
}
blockquote .src { display: block; margin-top: 0.5rem; font-style: normal; font-size: 0.85rem; color: var(--muted); }

.callout {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(46, 196, 182, 0.12);
  border: 1px solid rgba(46, 196, 182, 0.45);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  margin: 1.6rem 0;
}
.callout svg { width: 26px; height: 26px; flex-shrink: 0; }
.callout p { margin: 0; color: #0b4a45; }

/* ---------- FAQ ---------- */

.faq-list { display: grid; gap: 1rem; max-width: 820px; }
details.faq { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 0 1.4rem; }
details.faq summary { cursor: pointer; padding: 1.1rem 0; font-weight: 600; color: var(--primary); list-style: none; display: flex; align-items: center; gap: 1rem; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .faq-q { flex: 1 1 auto; min-width: 0; }
details.faq summary .chev { width: 22px; height: 22px; flex: 0 0 22px; transition: var(--transition); }
details.faq[open] summary .chev { transform: rotate(180deg); }
details.faq p { padding-bottom: 1.2rem; color: var(--muted); }

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

.site-footer { background: var(--primary-dark); color: #B8C4D6; margin-top: auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 2.5rem;
  padding: 4rem 0 2.5rem;
}
.footer-grid h3 { color: #fff; font-size: 1rem; margin-bottom: 1.1rem; letter-spacing: 0.02em; }
.footer-col p { font-size: 0.93rem; margin-bottom: 0.9rem; }
.footer-col ul { display: grid; gap: 0.55rem; }
.footer-col a { color: #B8C4D6; font-size: 0.93rem; }
.footer-col a:hover { color: var(--accent); }

.footer-brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; color: #fff; font-weight: 800; font-size: 1.2rem; }
.footer-brand svg { width: 40px; height: 40px; }

.social-links { display: flex; gap: 0.7rem; margin-top: 1.2rem; }
.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  transition: var(--transition);
}
.social-links a:hover { background: var(--accent); transform: translateY(-2px); }
.social-links a:hover svg { fill: var(--accent-ink); }
.social-links svg { width: 19px; height: 19px; fill: #fff; }

.contact-line { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.93rem; margin-bottom: 0.7rem; }
.contact-line svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; }
.contact-line a { color: #B8C4D6; }
.contact-line a:hover { color: var(--accent); }

.footer-legal-badge { font-size: 0.85rem; color: #93A2B8; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; }
.footer-bottom-links a { color: #B8C4D6; }
.footer-bottom-links a:hover { color: var(--accent); }

/* ---------- Reveal animation ---------- */

html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
html.js .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 0 4.5rem; }
  .hero-visual { max-width: 560px; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .program-row { grid-template-columns: 120px 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 1rem 4%;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 16px 30px rgba(27, 42, 74, 0.1);
    transform: translateY(-130%);
    transition: transform 0.32s ease;
    z-index: 59;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 0.75rem 0.9rem; display: block; }
  .nav-links a.active::after { display: none; }
  .nav-links a.active { background: var(--secondary); }
  .nav-donate { margin-left: 0; text-align: center; margin-top: 0.4rem; }
}

@media (max-width: 720px) {
  .section { padding: 3.5rem 0; }
  .card-grid.two, .card-grid.three { grid-template-columns: 1fr; }
  .card-grid.four { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .donate-grid { grid-template-columns: 1fr; }
  .program-row { grid-template-columns: 1fr; gap: 1.4rem; text-align: center; }
  .program-ico { margin-inline: auto; }
  .program-tags { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-hero { padding: 3rem 0; }
  .float-a, .float-b { display: none; }
}
