/**
 * Mini-Maxi site-stijl (UTF-8 zonder BOM).
 * Tokens: TweakCN miniMAXI (zinc + sportief blauw/groen). Zelfde look, strakker ritme.
 */

/* Zelf-gehoste variable fonts (latin + latin-ext) — geen Google Fonts dependency */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/inter-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: only light;

  --bg: #f8fafc;
  --bg-soft: #f1f5f9;
  --surface: #ffffff;
  --card: #ffffff;
  --text: #0f172a;
  --body: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --link: #1d6fd8;
  --link-hover: #1e40af;
  --accent: #1d4ed8;
  --accent-2: #3b82f6;
  --accent-3: #1e40af;
  --accent-green: #15803d;
  --accent-green-2: #22c55e;
  --accent-violet: #6366f1;
  --accent-mid: #93c5fd;
  --accent-warm: #f59e0b;
  --primary-on: #ffffff;
  --glow-blue: rgba(59, 130, 246, 0.12);
  --glow-green: rgba(34, 197, 94, 0.08);
  --gradient-brand: linear-gradient(135deg, var(--accent) 0%, var(--accent-green-2) 100%);
  --gradient-hero: linear-gradient(
    165deg,
    #18181b 0%,
    #27272a 42%,
    #1e3a5f 78%,
    #14532d 100%
  );
  --focus-ring: 0 0 0 3px rgba(59, 130, 246, 0.22);

  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-heading: "Plus Jakarta Sans", "Inter", "Segoe UI", system-ui, sans-serif;
  /* Labels/eyebrows: nooit onder ~12px; op smalle schermen ~13px */
  --text-xs: 0.75rem;
  --text-label: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.08rem;
  --text-lg: 1.2rem;
  --text-xl: 1.35rem;
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-body: 1.6;
  --tracking-tight: -0.02em;
  --tracking-heading: -0.02em;
  --tracking-wide: 0.06em;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;

  --radius-xs: 0.45rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.65rem;
  --radius-lg: 1rem;
  --radius-full: 999px;

  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 10px 28px rgba(37, 99, 235, 0.06);
  --shadow-lg: 0 14px 32px rgba(37, 99, 235, 0.1);
  --shadow-hover: 0 16px 34px rgba(37, 99, 235, 0.11);
  --shadow-inset: 0 1px 0 rgba(255, 255, 255, 0.92) inset;

  --ease: 150ms ease;
  --ease-out: 200ms ease;
  --lift: translateY(-2px);

  --container: 1280px;
  --container-narrow: 760px;
  --site-thumb-height: 200px;
  --media-well: var(--bg-soft);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

html {
  background-color: var(--bg);
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-synthesis: none;
  background-color: var(--bg);
  color: var(--text);
  line-height: var(--leading-body);
  /* Geen geforceerde antialiased: ClearType op Windows/TFT blijft scherper */
  text-rendering: optimizeLegibility;
}

@media (max-width: 600px) {
  :root {
    --text-xs: 0.8125rem;
    --text-label: 0.8125rem;
    --tracking-heading: -0.01em;
    --tracking-wide: 0.05em;
  }
}

p,
li {
  text-wrap: pretty;
}

a {
  color: var(--link);
  text-decoration: none;
  text-underline-offset: 0.14em;
}

a:hover {
  color: var(--link-hover);
}

:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.container {
  width: min(var(--container), calc(100% - 2.5rem));
  margin-inline: auto;
}

@media (min-width: 1600px) {
  :root {
    --container: 1400px;
  }
}

/* ---------- Visual polish (informatie + algemene pagina's) ---------- */

.section--after-banner {
  background:
    radial-gradient(ellipse 85% 60% at 8% 0%, var(--glow-blue), transparent 56%),
    radial-gradient(ellipse 70% 48% at 92% 6%, var(--glow-green), transparent 52%);
}

.info-flow {
  gap: var(--space-5);
}

.panel {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--line) 86%, #dbeafe);
  box-shadow: var(--shadow-inset), 0 12px 30px rgba(37, 99, 235, 0.08);
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.45), rgba(34, 197, 94, 0.4));
  opacity: 0.6;
  pointer-events: none;
}

.info-fact,
.level-card,
.cost-card,
.club-card {
  transition:
    transform var(--ease-out),
    box-shadow var(--ease-out),
    border-color var(--ease-out),
    background-color var(--ease-out);
}

.info-fact {
  box-shadow: var(--shadow-sm);
}

.info-fact:hover {
  transform: var(--lift);
  border-color: color-mix(in srgb, var(--accent) 24%, var(--line));
  box-shadow: var(--shadow-lg);
}

.level-card,
.cost-card {
  border-color: color-mix(in srgb, var(--line) 82%, #dbeafe);
}

.level-card:hover,
.cost-card:hover {
  transform: var(--lift);
  box-shadow: var(--shadow-hover);
}

.info-callout {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 10px 24px rgba(21, 128, 61, 0.08);
}

.team-practice {
  border-color: color-mix(in srgb, var(--line) 74%, #bfdbfe);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 10px 24px rgba(15, 23, 42, 0.06);
}

.cost-tournament {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 14px 34px rgba(37, 99, 235, 0.09);
}

.page-banner__title {
  text-wrap: balance;
}

.page-banner__lede {
  text-wrap: pretty;
}

@media (max-width: 720px) {
  .panel {
    border-radius: calc(var(--radius-lg) - 0.1rem);
    padding: var(--space-4);
  }

  .info-flow {
    gap: var(--space-4);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .info-fact,
  .level-card,
  .cost-card,
  .club-card,
  .card,
  .btn {
    transition: none;
  }

  .info-fact:hover,
  .level-card:hover,
  .cost-card:hover,
  .club-card:hover,
  .card:hover,
  .btn.primary:hover {
    transform: none;
  }

  .hero-slider__slide {
    transition: none;
  }

  .hero-slider.is-playing .hero-slider__progress-bar.is-run {
    animation: none;
    width: 0;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.06);
  padding-top: var(--safe-top);
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--gradient-brand);
  opacity: 0.85;
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  line-height: 1.05;
  text-decoration: none;
}

.brand__logo {
  display: block;
  height: 3.35rem;
  width: auto;
  max-width: 3.6rem;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-family: var(--font-heading);
}

.brand__name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: 0.03em;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand__tag {
  font-family: var(--font-heading);
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

a.brand:hover {
  opacity: 0.92;
}

@media (min-width: 941px) {
  .brand__logo {
    height: 3.85rem;
    max-width: 4.15rem;
  }

  .brand__name {
    font-size: 1.32rem;
  }
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius-sm);
}

.nav-links {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  align-items: center;
}

.nav-group {
  display: contents;
}

.nav-group__label,
.nav-menu-hint {
  display: none;
}

.nav-group__items {
  display: contents;
}

.nav-link--in-group {
  /* zelfde als .nav-link; groep styling alleen op mobiel */
}

.nav-link--standings[aria-current="page"] {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
}

.nav-link--standings:hover {
  background: rgba(99, 102, 241, 0.1);
  color: #4338ca;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown__trigger {
  list-style: none;
  cursor: pointer;
  padding: 0.4rem 0.65rem;
  border-radius: 0.45rem;
  color: var(--body);
  font: inherit;
  user-select: none;
}

.nav-dropdown__trigger::-webkit-details-marker {
  display: none;
}

.nav-dropdown__trigger::marker {
  content: "";
}

.nav-dropdown__trigger:hover,
.nav-dropdown[open] .nav-dropdown__trigger {
  background: rgba(37, 99, 235, 0.1);
  color: var(--accent-3);
}

.nav-dropdown--active .nav-dropdown__trigger {
  background: rgba(37, 99, 235, 0.12);
  color: var(--accent-3);
  font-weight: 600;
}

.nav-dropdown__menu {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.nav-dropdown__link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.page-anchor {
  scroll-margin-top: calc(5.75rem + var(--safe-top));
}

.nav-link__label--short {
  display: none;
}

@media (max-width: 940px) {
  .nav-link__label--short {
    display: none !important;
  }

  .nav-link__label--full {
    display: inline !important;
  }
}

.nav-links > a,
.nav-links .nav-link {
  padding: 0.4rem 0.65rem;
  border-radius: 0.45rem;
  color: var(--body);
  text-decoration: none;
}

.nav-links > a.active,
.nav-links > a:hover,
.nav-links .nav-link:hover {
  background: rgba(37, 99, 235, 0.1);
  color: var(--accent-3);
}

.nav-links > a[aria-current="page"],
.nav-links .nav-link[aria-current="page"] {
  background: rgba(37, 99, 235, 0.12);
  color: var(--accent-3);
  font-weight: 600;
}

.nav-link--verenigingen[aria-current="page"] {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
}

.nav-link--verenigingen:hover {
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
}

/* Voor clubs — enige sterke CTA in hoofdmenu (desktop); standen subtieler */
@media (min-width: 941px) {
  .nav-links {
    flex-wrap: nowrap;
    gap: 0.18rem;
  }

  .nav-link--standings {
    margin-right: 0.1rem;
    padding: 0.44rem 0.72rem;
    font-weight: 600;
    color: #4338ca;
    border: 1px solid rgba(99, 102, 241, 0.18);
    background: rgba(238, 242, 255, 0.75);
    box-shadow: none;
  }

  .nav-link--standings:hover {
    background: rgba(224, 231, 255, 0.95);
    border-color: rgba(99, 102, 241, 0.28);
    color: #3730a3;
    box-shadow: none;
  }

  .nav-link--standings[aria-current="page"] {
    background: rgba(99, 102, 241, 0.14);
    border-color: rgba(99, 102, 241, 0.32);
    color: #3730a3;
    font-weight: 700;
    box-shadow: none;
  }

  .nav-link--standings[aria-current="page"]:hover {
    background: rgba(99, 102, 241, 0.18);
    color: #312e81;
  }

  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% - 0.12rem);
    right: 0;
    z-index: 50;
    min-width: 14.5rem;
    padding: 0.55rem 0.4rem 0.4rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.14);
    pointer-events: auto;
  }

  .nav-dropdown__menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.7rem;
    height: 0.7rem;
  }

  .nav-dropdown--align-start .nav-dropdown__menu {
    left: 0;
    right: auto;
  }

  .nav-dropdown:not([open]) .nav-dropdown__menu {
    display: none;
  }

  .nav-dropdown--competitie .nav-dropdown__trigger {
    padding: 0.44rem 0.72rem;
    font-weight: 600;
    color: #4338ca;
    border: 1px solid rgba(99, 102, 241, 0.18);
    background: rgba(238, 242, 255, 0.75);
  }

  .nav-dropdown--competitie .nav-dropdown__trigger:hover,
  .nav-dropdown--competitie[open] .nav-dropdown__trigger,
  .nav-dropdown--competitie:hover .nav-dropdown__trigger,
  .nav-dropdown--competitie.nav-dropdown--active .nav-dropdown__trigger {
    background: rgba(224, 231, 255, 0.95);
    border-color: rgba(99, 102, 241, 0.28);
    color: #3730a3;
  }

  .nav-dropdown--competitie.nav-dropdown--active .nav-dropdown__trigger {
    font-weight: 700;
  }

  .nav-dropdown__link {
    border-radius: 0.45rem;
    padding: 0.48rem 0.7rem;
  }

  .nav-dropdown__link--current,
  .nav-dropdown__link[aria-current="page"] {
    background: rgba(99, 102, 241, 0.12);
    color: #3730a3;
    font-weight: 700;
  }

  .nav-dropdown__trigger::after {
    content: "";
    display: inline-block;
    width: 0.42em;
    height: 0.42em;
    margin-left: 0.38em;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-0.12em);
    opacity: 0.62;
    vertical-align: middle;
    transition: transform 0.15s ease;
  }

  .nav-dropdown[open] .nav-dropdown__trigger::after {
    transform: rotate(-135deg) translateY(0.08em);
  }

  .nav-link--verenigingen {
    margin-left: 0.15rem;
    padding: 0.46rem 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.82rem;
    color: #0f766e;
    border: 1px solid rgba(13, 148, 136, 0.24);
    background: rgba(240, 253, 250, 0.92);
    box-shadow: 0 1px 6px rgba(13, 148, 136, 0.08);
  }

  .nav-link--verenigingen:hover {
    background: rgba(204, 251, 241, 0.88);
    border-color: rgba(13, 148, 136, 0.34);
    color: #115e59;
    box-shadow: 0 2px 10px rgba(13, 148, 136, 0.12);
  }

  .nav-link--verenigingen[aria-current="page"] {
    background: linear-gradient(145deg, #0d9488 0%, #14b8a6 100%);
    border-color: rgba(15, 118, 110, 0.45);
    color: #fff;
    box-shadow: 0 3px 14px rgba(13, 148, 136, 0.2);
  }

  .nav-link--verenigingen[aria-current="page"]:hover {
    background: linear-gradient(145deg, #0f766e 0%, #0d9488 100%);
    color: #fff;
  }
}

/* Compact hoofdmenu op smallere laptops — korte labels, strakker ritme */
@media (min-width: 941px) and (max-width: 1280px) {
  .nav-links {
    gap: 0.12rem;
  }

  .nav-links > a,
  .nav-links .nav-link,
  .nav-dropdown__trigger {
    padding: 0.34rem 0.48rem;
    font-size: 0.86rem;
  }

  .nav-link__label--full {
    display: none;
  }

  .nav-link__label--short {
    display: inline;
  }

  .nav-link--standings {
    padding: 0.36rem 0.55rem;
    margin-right: 0.02rem;
  }

  .nav-link--verenigingen {
    padding: 0.38rem 0.6rem;
    margin-left: 0.02rem;
  }
}

/* Contactkaarten (beheer + verenigingen.php) */
.beheer-contacts { margin-top: 0.75rem; }
.beheer-contact-club { font-size: 1rem; line-height: 1.25; }
.beheer-contact-venue { margin-top: 0.35rem; font-size: 0.86rem; line-height: 1.4; }
.beheer-contact-venue__line { display: block; }
.beheer-contact-playtime {
  margin: 0.5rem 0 0;
  padding: 0.42rem 0.55rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(29, 78, 216, 0.16);
  background: rgba(219, 234, 254, 0.55);
  font-size: 0.86rem;
  line-height: 1.35;
}
.beheer-contact-playtime__label {
  display: block;
  margin-bottom: 0.08rem;
  color: #1d4ed8;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.beheer-contact-playtime__when {
  display: block;
  color: var(--text);
  font-weight: 700;
}
.beheer-contact-playtime__detail {
  display: block;
  margin-top: 0.08rem;
  color: var(--muted);
  font-size: 0.8rem;
}
.club-web-btns {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.club-web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.52rem 0.78rem;
  border: 0;
  border-radius: 999px;
  background-color: var(--club-accent, #2563eb);
  background-image:
    repeating-linear-gradient(
      -28deg,
      transparent 0 8px,
      rgba(255, 255, 255, 0.12) 8px 9px
    ),
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--club-accent, #2563eb) 78%, #fff) 0%,
      var(--club-accent, #2563eb) 58%,
      color-mix(in srgb, var(--club-accent, #2563eb) 82%, #0f172a) 100%
    );
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 8px 16px color-mix(in srgb, var(--club-accent, #2563eb) 28%, transparent);
  transition: transform var(--ease), filter var(--ease), box-shadow var(--ease);
}

.club-web-btn:hover,
.club-web-btn:focus-visible {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.club-web-btn:focus-visible {
  outline: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 8px 16px color-mix(in srgb, var(--club-accent, #2563eb) 28%, transparent),
    0 0 0 3px color-mix(in srgb, var(--club-accent, #2563eb) 42%, #fff);
}

.club-web-btn::after {
  content: "";
  flex: 0 0 auto;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: -0.12rem;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.club-web-btn--compact {
  width: auto;
  max-width: 100%;
  padding: 0.28rem 0.62rem 0.28rem 0.7rem;
  font-size: var(--text-label);
}
.beheer-contact-people {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.55rem;
}
.beheer-contact-person {
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: var(--media-well);
  border: 1px solid var(--line);
}
.beheer-contact-person.contact-highlight {
  background: linear-gradient(135deg, rgba(254, 249, 195, 0.88), rgba(255, 255, 255, 0.98));
  border-color: #facc15;
}
.beheer-contact-name {
  display: block;
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--text);
}
.beheer-contact-channels {
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0;
  display: grid;
  gap: 0.12rem;
  font-size: 0.82rem;
}
.beheer-contact-empty { margin: 0.3rem 0 0; font-size: 0.82rem; color: var(--muted); }
#verenigingenSearch {
  width: 100%;
  max-width: 28rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--line);
  font: inherit;
}

/* Hub: Verenigingen / Organisatie startpagina's */
.nav-hint-panel {
  padding: 0.75rem 0.95rem;
  border-radius: 0.65rem;
  background: rgba(204, 251, 241, 0.35);
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.wl-hub-quick-action {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.16) 0%, rgba(241, 245, 249, 0.92) 100%);
  border-bottom: 1px solid rgba(13, 148, 136, 0.2);
  padding: 0.8rem 0 0.95rem;
}

.wl-hub-quick-action__inner {
  text-align: center;
}

.wl-hub-quick-action__text {
  margin: 0;
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
}

.wl-hub-quick-action__link {
  color: #0f766e;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

.wl-hub-quick-action__link:hover {
  color: #0d9488;
}

.wl-hub-quick-action__link:focus-visible {
  outline: 2px solid #14b8a6;
  outline-offset: 3px;
  border-radius: 0.2rem;
}

html.mm-form-pending .wl-hub-quick-action {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.14) 0%, rgba(254, 249, 231, 0.72) 100%);
  border-bottom-color: rgba(217, 119, 6, 0.28);
  padding: 0.6rem 0 0.72rem;
}

html.mm-form-pending .wl-hub-quick-action__text {
  font-size: clamp(0.88rem, 1.6vw, 0.96rem);
  font-weight: 650;
}

html.mm-form-pending .wl-hub-quick-action__link {
  color: #b45309;
}

html.mm-form-pending .wl-hub-quick-action__text--post {
  display: none;
}

html.mm-form-downloaded .wl-hub-quick-action__text--pre {
  display: none;
}

html.mm-form-pending .wl-hub-section-lead--done {
  display: none;
}

html.mm-form-downloaded .wl-hub-section-lead--pending {
  display: none;
}

.wl-hub-section {
  padding-block: 1.5rem 3rem;
  background:
    radial-gradient(ellipse 90% 55% at 12% 0%, rgba(59, 130, 246, 0.07), transparent 58%),
    radial-gradient(ellipse 70% 45% at 88% 8%, rgba(34, 197, 94, 0.08), transparent 52%),
    linear-gradient(180deg, rgba(241, 245, 249, 0.85) 0%, var(--bg) 48%);
}

.wl-hub-section__inner {
  max-width: var(--container);
}

.wl-hub-section__head {
  margin-bottom: 1.35rem;
}

.wl-hub-section-title {
  margin: 0 0 0.4rem;
  padding: 0;
  border-radius: 0;
  background: none;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: var(--tracking-heading);
  text-transform: none;
  color: var(--text);
  line-height: 1.2;
}

/* Voor clubs — klassiek tegeloverzicht met speelse kleuraccenten */
.wl-hub-section--clubs {
  background:
    radial-gradient(ellipse 85% 50% at 8% 0%, rgba(59, 130, 246, 0.1), transparent 58%),
    radial-gradient(ellipse 70% 45% at 92% 4%, rgba(34, 197, 94, 0.09), transparent 52%),
    radial-gradient(ellipse 55% 40% at 50% 100%, rgba(167, 139, 250, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, var(--bg) 52%);
}

.wl-hub-section--clubs .wl-hub-section__head {
  margin-bottom: 1.1rem;
}

.wl-hub-section--clubs .wl-hub-section-title {
  margin: 0;
  padding: 0.7rem 1.05rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(59, 130, 246, 0.14);
  background: linear-gradient(
    95deg,
    rgba(219, 234, 254, 0.98) 0%,
    rgba(207, 250, 254, 0.88) 48%,
    rgba(224, 231, 255, 0.94) 100%
  );
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.07);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e40af;
  line-height: 1.35;
}

.wl-hub-section--clubs .wl-hub-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 100%;
  grid-template-columns: unset;
  grid-template-rows: unset;
  grid-template-areas: unset;
  border: 1px solid color-mix(in srgb, var(--hub-accent, #1d4ed8) 14%, var(--line));
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--hub-accent, #1d4ed8) 7%, #fff) 0%,
    var(--surface) 58%
  );
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 26px color-mix(in srgb, var(--hub-accent, #1d4ed8) 9%, transparent);
}

.wl-hub-section--clubs .wl-hub-card::before {
  display: none;
}

.wl-hub-section--clubs .wl-hub-card:hover {
  border-color: color-mix(in srgb, var(--hub-accent, #1d4ed8) 32%, var(--line));
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.05),
    0 16px 34px color-mix(in srgb, var(--hub-accent, #1d4ed8) 16%, transparent);
}

.wl-hub-section--clubs .wl-hub-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.65rem;
  background: var(--hub-icon-bg);
  color: var(--hub-icon-fg, #fff);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--hub-accent, #1d4ed8) 24%, transparent);
}

.wl-hub-section--clubs .wl-hub-card__icon svg {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  stroke-width: 2.15;
}

.wl-hub-section--clubs .wl-hub-card__content {
  gap: 0.35rem;
}

.wl-hub-section--clubs .wl-hub-card__title {
  font-size: 1rem;
  color: color-mix(in srgb, var(--hub-accent, var(--text)) 18%, var(--text));
}

.wl-hub-section--clubs .wl-hub-card__desc {
  font-size: 0.86rem;
}

@media (min-width: 1024px) {
  .wl-hub-grid--clubs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wl-hub-section--clubs .wl-hub-card--download {
  --hub-accent: #2563eb;
  --hub-icon-bg: linear-gradient(145deg, #93c5fd 0%, #2563eb 100%);
  --hub-icon-fg: #fff;
}

.wl-hub-section--clubs .wl-hub-card--upload {
  --hub-accent: #7c3aed;
  --hub-icon-bg: linear-gradient(145deg, #c4b5fd 0%, #7c3aed 100%);
  --hub-icon-fg: #fff;
}

.wl-hub-section--clubs .wl-hub-card--resultaten {
  --hub-accent: #1d4ed8;
  --hub-icon-bg: linear-gradient(145deg, #93c5fd 0%, #1d4ed8 100%);
  --hub-icon-fg: #fff;
}

.wl-hub-section--clubs .wl-hub-card--team {
  --hub-accent: #16a34a;
  --hub-icon-bg: linear-gradient(145deg, #86efac 0%, #16a34a 100%);
  --hub-icon-fg: #fff;
}

.wl-hub-section--clubs .wl-hub-card--stand {
  --hub-accent: #db2777;
  --hub-icon-bg: linear-gradient(145deg, #f9a8d4 0%, #db2777 100%);
  --hub-icon-fg: #fff;
}

.wl-hub-section-lead {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  line-height: 1.55;
  color: var(--muted);
}

.wl-hub-intro {
  margin-bottom: 1.25rem;
}

.wl-hub-flow {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(29, 78, 216, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

@media (min-width: 720px) {
  .wl-hub-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem 1rem;
  }
}

.wl-hub-flow li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--body);
}

.wl-hub-flow__label {
  display: block;
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
}

.wl-hub-flow__hint {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.35;
  margin-top: 0.1rem;
}

.wl-hub-flow__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  background: var(--gradient-brand);
  color: var(--primary-on);
  font-size: 0.76rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.22);
}

html.mm-form-pending .wl-hub-flow__item--pre {
  border-radius: 0.55rem;
  padding: 0.4rem 0.5rem;
  margin: -0.2rem -0.35rem;
  background: rgba(254, 243, 199, 0.55);
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.18);
}

html.mm-form-pending .wl-hub-flow__item--pre .wl-hub-flow__n {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.28);
}

html.mm-form-pending .wl-hub-flow__item--pre .wl-hub-flow__label {
  color: #9a3412;
}

html.mm-form-downloaded .wl-hub-flow__item--post {
  border-radius: 0.55rem;
  padding: 0.4rem 0.5rem;
  margin: -0.2rem -0.35rem;
  background: rgba(204, 251, 241, 0.45);
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.2);
}

html.mm-form-downloaded .wl-hub-flow__item--post .wl-hub-flow__n {
  background: linear-gradient(135deg, #0d9488 0%, #0891b2 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.28);
}

.wl-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

@media (min-width: 600px) {
  .wl-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .wl-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

@media (min-width: 1280px) {
  .wl-hub-grid {
    gap: 1.2rem;
  }
}

.wl-hub-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "icon content"
    "icon action";
  align-items: start;
  column-gap: 0.9rem;
  row-gap: 0.55rem;
  min-height: 100%;
  padding: 1rem 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: var(--text);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.wl-hub-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--hub-accent, var(--accent-2));
  opacity: 0.85;
  border-radius: 1rem 0 0 1rem;
}

.wl-hub-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--hub-accent, var(--accent-2)) 32%, var(--line));
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 16px 36px color-mix(in srgb, var(--hub-accent, #1d4ed8) 12%, transparent);
  color: var(--text);
}

.wl-hub-card:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring), 0 10px 28px rgba(15, 23, 42, 0.08);
}

.wl-hub-card--current {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow:
    0 0 0 1px rgba(13, 148, 136, 0.18),
    0 12px 30px rgba(13, 148, 136, 0.1);
}

.wl-hub-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: "icon content action";
  align-items: center;
  gap: 1rem 1.15rem;
  padding: 1.2rem 1.25rem;
  border-color: rgba(29, 78, 216, 0.22);
  background:
    linear-gradient(128deg, rgba(219, 234, 254, 0.7) 0%, rgba(255, 255, 255, 0.98) 42%, rgba(204, 251, 241, 0.55) 100%);
  box-shadow:
    0 0 0 1px rgba(29, 78, 216, 0.1),
    0 16px 44px rgba(29, 78, 216, 0.12);
}

.wl-hub-card--featured::before {
  width: 5px;
  background: var(--gradient-brand);
}

.wl-hub-card--featured:hover {
  border-color: rgba(29, 78, 216, 0.32);
  box-shadow:
    0 0 0 1px rgba(29, 78, 216, 0.16),
    0 20px 48px rgba(29, 78, 216, 0.16);
}

.wl-hub-card--featured .wl-hub-card__title {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.wl-hub-card--featured .wl-hub-card__desc {
  font-size: 0.95rem;
  max-width: 52ch;
}

.wl-hub-card--featured .wl-hub-card__icon {
  width: 3.25rem;
  height: 3.25rem;
}

.wl-hub-card__icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: var(--hub-icon-bg, rgba(59, 130, 246, 0.12));
  color: var(--hub-accent, #1d4ed8);
  flex-shrink: 0;
}

.wl-hub-card__icon svg {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
}

.wl-hub-card--featured .wl-hub-card__icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.wl-hub-card__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.wl-hub-card__badge {
  align-self: flex-start;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: var(--gradient-brand);
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.2);
}

.wl-hub-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.28;
  color: var(--text);
}

.wl-hub-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.wl-hub-card:hover .wl-hub-card__desc {
  color: var(--body);
}

.wl-hub-card__action {
  grid-area: action;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: end;
  justify-self: start;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--hub-accent, var(--link));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.18s ease, color 0.18s ease;
}

.wl-hub-card--featured .wl-hub-card__action {
  align-self: center;
  justify-self: end;
  padding: 0.48rem 0.85rem;
  background: var(--gradient-brand);
  color: var(--primary-on);
  font-size: 0.82rem;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.28);
}

.wl-hub-card:hover .wl-hub-card__action {
  background: color-mix(in srgb, var(--hub-accent, var(--link)) 14%, white);
  color: var(--hub-accent, var(--link));
}

.wl-hub-card--featured:hover .wl-hub-card__action {
  background: var(--gradient-brand);
  color: var(--primary-on);
  filter: brightness(1.05);
}

.wl-hub-card__arrow {
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.wl-hub-card:hover .wl-hub-card__arrow {
  transform: translateX(2px);
}

.wl-hub-card__ext {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.wl-hub-card--soft {
  background: rgba(255, 255, 255, 0.82);
  border-style: dashed;
  border-color: color-mix(in srgb, var(--hub-accent, var(--line)) 22%, var(--line));
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.wl-hub-card--soft .wl-hub-card__title {
  font-weight: 650;
}

/* Prerequisite: blanco formulier nog niet gedownload */
.wl-hub-card--prerequisite .wl-hub-card__badge--pending,
.wl-hub-card--prerequisite .wl-hub-card__desc--pending,
.wl-hub-card--prerequisite .wl-hub-card__cta--pending,
.wl-hub-card--prerequisite .wl-hub-card__readable-note {
  display: none;
}

html.mm-form-pending .wl-hub-grid .wl-hub-card--prerequisite {
  order: -1;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: "icon content action";
  align-items: center;
  gap: 1rem 1.15rem;
  padding: 1.15rem 1.2rem;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(217, 119, 6, 0.45);
  background:
    linear-gradient(125deg, rgba(254, 243, 199, 0.92) 0%, rgba(255, 255, 255, 0.98) 38%, rgba(254, 226, 226, 0.45) 100%);
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.18),
    0 18px 42px rgba(217, 119, 6, 0.14);
  animation: wl-hub-pending-pulse 4.5s ease-in-out infinite;
}

html.mm-form-pending .wl-hub-card--prerequisite::before {
  width: 5px;
  background: linear-gradient(180deg, #f59e0b 0%, #ea580c 100%);
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__badge--pending {
  display: inline-flex;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 119, 6, 0.35);
  background: rgba(254, 243, 199, 0.85);
  color: #92400e;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__title {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  color: #9a3412;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__desc--ok,
html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__cta--ok {
  display: none;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__desc--pending {
  display: block;
  color: #78350f;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__readable-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-style: italic;
  color: #a16207;
  line-height: 1.35;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__cta--pending {
  display: inline;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__icon {
  background: rgba(245, 158, 11, 0.22);
  color: #b45309;
}

html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__action {
  padding: 0.55rem 0.85rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.28);
  grid-column: auto;
  justify-self: auto;
}

html.mm-form-pending .wl-hub-card--prerequisite:hover {
  border-color: rgba(217, 119, 6, 0.65);
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.28),
    0 22px 48px rgba(217, 119, 6, 0.2);
}

@keyframes wl-hub-pending-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(245, 158, 11, 0.18),
      0 18px 42px rgba(217, 119, 6, 0.14);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(245, 158, 11, 0.24),
      0 20px 46px rgba(217, 119, 6, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mm-form-pending .wl-hub-grid .wl-hub-card--prerequisite {
    animation: none;
  }
}

.wl-hub-card--download {
  --hub-accent: #475569;
  --hub-icon-bg: rgba(100, 116, 139, 0.12);
}

.wl-hub-card--upload {
  --hub-accent: #0f766e;
  --hub-icon-bg: rgba(13, 148, 136, 0.18);
}

.wl-hub-card--resultaten,
.wl-hub-card--invoer {
  --hub-accent: #1d4ed8;
  --hub-icon-bg: rgba(59, 130, 246, 0.16);
}

.wl-hub-card--team {
  --hub-accent: #15803d;
  --hub-icon-bg: rgba(34, 197, 94, 0.14);
}

.wl-hub-card--stand {
  --hub-accent: #4338ca;
  --hub-icon-bg: rgba(99, 102, 241, 0.16);
}

.wl-hub-card--grist {
  --hub-accent: #4f46e5;
  --hub-icon-bg: rgba(99, 102, 241, 0.14);
}

.wl-hub-card--hub {
  --hub-accent: #1d4ed8;
  --hub-icon-bg: rgba(37, 99, 235, 0.12);
}

.wl-hub-card--beheer {
  --hub-accent: #4338ca;
  --hub-icon-bg: rgba(79, 70, 229, 0.12);
}

.wl-hub-card--resultaat {
  --hub-accent: #0284c7;
  --hub-icon-bg: rgba(14, 165, 233, 0.14);
}

.wl-hub-card--plan {
  --hub-accent: #15803d;
  --hub-icon-bg: rgba(52, 211, 153, 0.18);
}

.wl-hub-card--check {
  --hub-accent: #dc2626;
  --hub-icon-bg: rgba(248, 113, 113, 0.16);
}

@media (max-width: 599px) {
  .wl-hub-card {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon content"
      "action action";
    padding: 0.95rem 0.95rem 1rem;
  }

  .wl-hub-card__action {
    justify-self: stretch;
    justify-content: center;
    margin-left: calc(2.75rem + 0.9rem);
  }

  .wl-hub-card--featured {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon content"
      "action action";
    align-items: start;
  }

  .wl-hub-card--featured .wl-hub-card__action {
    margin-left: 0;
    justify-self: stretch;
    justify-content: center;
  }

  html.mm-form-pending .wl-hub-card--prerequisite {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon content"
      "action action";
    align-items: start;
  }

  html.mm-form-pending .wl-hub-card--prerequisite .wl-hub-card__action {
    margin-left: 0;
    justify-self: stretch;
    justify-content: center;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .wl-hub-card:not(.wl-hub-card--featured) .wl-hub-card__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .wl-hub-card:not(.wl-hub-card--featured):not(.wl-hub-card--prerequisite) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "content"
      "action";
    row-gap: 0.65rem;
    padding: 1.1rem 1.15rem 1.15rem;
  }

  .wl-hub-card:not(.wl-hub-card--featured):not(.wl-hub-card--prerequisite) .wl-hub-card__action {
    justify-self: start;
    margin-top: 0.15rem;
  }
}

/* Legacy pill hooks (organisatie-hub) */
.wl-hub-card__pill {
  display: none;
}

.auth-gate label > span {
  display: block;
  font-size: 0.88rem;
  color: var(--body);
  margin-bottom: 0.25rem;
}

.auth-gate__form {
  max-width: 32rem;
}

.auth-gate__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.auth-gate__actions .btn {
  flex: 1 1 10rem;
  text-align: center;
  cursor: pointer;
}

.deelnemers-pass-card {
  padding: 1.05rem 1.15rem 1.15rem;
  border: 1px solid rgba(13, 148, 136, 0.35);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(204, 251, 241, 0.55), rgba(255, 255, 255, 0.98) 48%),
    linear-gradient(135deg, rgba(219, 234, 254, 0.75), rgba(239, 246, 255, 0.95));
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.1);
}

.deelnemers-pass-card__eyebrow {
  display: inline-block;
  margin: 0 0 0.45rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.deelnemers-pass-card__lede {
  margin: 0 0 0.85rem;
  color: var(--body);
  max-width: 62ch;
}

.deelnemers-pass-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.results-entry {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.results-entry-top {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.results-entry-top__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.results-entry-top__actions .btn {
  flex: 1 1 11rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.results-entry-steps {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.results-entry-steps__kicker {
  margin: 0;
  color: #0f766e;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.results-entry-steps__grid {
  display: grid;
  gap: 0.75rem;
}

.results-entry-demo-link {
  display: grid;
  grid-template-columns: 7.4rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0.4rem;
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(99, 102, 241, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: var(--body);
  appearance: none;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: zoom-in;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.18s;
}

.results-entry-demo-link:hover,
.results-entry-demo-link:focus-visible {
  border-color: rgba(99, 102, 241, 0.5);
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.12);
}

.results-entry-demo-link:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring), 0 8px 22px rgba(37, 99, 235, 0.12);
}

.results-entry-demo-link__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0.55rem;
  background: #e2e8f0;
}

.results-entry-demo-link__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}

.results-entry-demo-link__badge {
  position: absolute;
  top: 0.32rem;
  left: 0.32rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8, #0d9488);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.22);
}

.results-entry-demo-link__body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  padding: 0 0.15rem 0 0;
}

.results-entry-demo-link__label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.3;
}

.results-entry-demo-link__desc {
  display: none;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.results-entry-demo-link__hint {
  font-size: var(--text-label);
  font-weight: 700;
  color: #1d4ed8;
}

.results-entry-alt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem 0.8rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.95rem;
  border: 1px dashed rgba(13, 148, 136, 0.42);
  background:
    linear-gradient(135deg, rgba(204, 251, 241, 0.7), rgba(255, 255, 255, 0.94) 58%);
}

.results-entry-alt__icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
}

.results-entry-alt__copy {
  min-width: 0;
}

.results-entry-alt__kicker {
  margin: 0 0 0.15rem;
  color: #0f766e;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.results-entry-alt__lede {
  margin: 0;
  color: var(--body);
  font-size: 0.9rem;
  line-height: 1.4;
}

.results-entry-alt__btn {
  grid-column: 1 / -1;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
}

.results-entry-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.results-entry-flow__item {
  display: flex;
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(99, 102, 241, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.results-entry-flow__n {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8, #0d9488);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.22);
}

.results-entry-flow__title {
  margin: 0 0 0.18rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.3;
}

.results-entry-flow__text {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.results-entry-guide {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.05rem 1.15rem 1.2rem;
}

.results-entry-guide__kicker {
  margin: 0 0 0.35rem;
  color: #0f766e;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.results-entry-guide__lede {
  margin: 0;
  color: var(--body);
  line-height: 1.5;
  max-width: 62ch;
}

.results-entry-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.results-entry-guide__frame {
  overflow: auto;
}

.hrfd-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 16rem;
  overflow: hidden;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}

.hrfd-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.results-entry-guide__note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.results-entry-guide__fields h2 {
  margin: 0 0 0.75rem;
}

.results-entry-guide__callout {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border-left: 4px solid var(--accent-warm);
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.7), rgba(255, 255, 255, 0.94) 58%);
  color: var(--body);
  line-height: 1.5;
}

.results-entry-guide__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.guide-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.guide-chip--fill {
  border-color: rgba(29, 78, 216, 0.35);
  background: rgba(219, 234, 254, 0.7);
  color: #1d4ed8;
}

.guide-chip--mute {
  border-style: dashed;
}

.guide-chip--warn {
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(254, 243, 199, 0.75);
  color: #b45309;
}

.guide-chip--nav {
  color: var(--body);
}

.guide-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.guide-card {
  display: flex;
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem 0.9rem;
  height: 100%;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--muted);
  background: var(--surface);
}

.guide-card--fill {
  border-top-color: var(--accent);
}

.guide-card--warn {
  border-top-color: var(--accent-warm);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.9), #fff 70%);
}

.guide-card--nav {
  border-top-color: #64748b;
}

.guide-card__n {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #64748b;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.guide-card--fill .guide-card__n {
  background: linear-gradient(135deg, #1d4ed8, #0d9488);
}

.guide-card--warn .guide-card__n {
  background: var(--accent-warm);
}

.guide-card__title {
  margin: 0 0 0.18rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.3;
}

.guide-card__text {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.instructie-dialog {
  width: min(72rem, calc(100vw - 1.25rem));
  max-height: calc(100vh - 1.25rem);
  padding: 0;
  border: none;
  border-radius: 1.05rem;
  background: transparent;
  box-shadow: none;
}

.instructie-dialog::backdrop {
  background:
    radial-gradient(ellipse at 20% 10%, rgba(29, 78, 216, 0.28), transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(13, 148, 136, 0.22), transparent 50%),
    rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(3px);
}

.instructie-dialog__sheet {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  overflow: auto;
  max-height: calc(100vh - 1.25rem);
  padding: 0.9rem 0.9rem 1rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.instructie-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.instructie-dialog__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #1e3a8a;
}

.instructie-dialog__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.instructie-dialog__close:hover,
.instructie-dialog__close:focus-visible {
  border-color: rgba(29, 78, 216, 0.45);
  color: #1d4ed8;
}

.instructie-dialog__close:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.instructie-dialog__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
  border-radius: 0.65rem;
  background: #0f172a;
}

.instructie-dialog__desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

/* legacy — kan worden verwijderd zodra video-note nergens meer wordt gebruikt */
.results-entry-video-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px dashed rgba(148, 163, 184, 0.55);
  background: rgba(248, 250, 252, 0.9);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.results-entry-video-note__label {
  flex: 1 1 auto;
}

.results-entry-video-note__badge {
  flex: 0 0 auto;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--muted);
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .results-entry {
    gap: 1.35rem;
  }

  .results-entry-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .results-entry-top__copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  .results-entry-top__actions {
    flex: 0 1 auto;
    flex-wrap: nowrap;
  }

  .results-entry-top__actions .btn {
    flex: 0 0 auto;
    width: auto;
  }

  .results-entry-steps__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }

  .results-entry-demo-link {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.6rem;
    padding: 0.45rem 0.45rem 0.75rem;
  }

  .results-entry-demo-link:hover {
    transform: translateY(-2px);
  }

  .results-entry-demo-link__thumb {
    aspect-ratio: 16 / 10;
  }

  .results-entry-demo-link__thumb img {
    object-fit: cover;
  }

  .results-entry-demo-link__body {
    padding: 0 0.35rem;
  }

  .results-entry-demo-link__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .results-entry-alt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem 1rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.85rem 1.05rem;
  }

  .results-entry-alt__btn {
    grid-column: auto;
    width: auto;
    max-width: 22rem;
  }

  .results-entry-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .results-entry-demo-link__thumb {
    aspect-ratio: 16 / 9.4;
  }

  .results-entry-demo-link__badge {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.85rem;
  }

  .guide-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .results-entry-flow__n,
  .guide-card__n {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.85rem;
  }
}

.login-request-flash {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(21, 128, 61, 0.28);
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.95), rgba(255, 255, 255, 0.98));
  color: #166534;
  font-weight: 600;
}

.login-request-dialog {
  width: min(34rem, calc(100vw - 1.5rem));
  max-height: calc(100vh - 1.5rem);
  padding: 0;
  border: none;
  border-radius: 1.15rem;
  background: transparent;
  box-shadow: none;
}

.login-request-dialog::backdrop {
  background:
    radial-gradient(ellipse at 20% 10%, rgba(29, 78, 216, 0.28), transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(13, 148, 136, 0.22), transparent 50%),
    rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(3px);
}

.login-request-sheet {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 1.5rem);
  padding: 1.25rem 1.25rem 1.15rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 55%, rgba(239, 246, 255, 0.95) 100%);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.login-request-sheet::before {
  content: "";
  position: absolute;
  inset: 0.55rem auto 0.55rem -0.35rem;
  width: 0.7rem;
  background:
    radial-gradient(circle at 0.2rem 0.55rem, transparent 0.22rem, #e2e8f0 0.24rem) 0 0 / 100% 1.1rem;
  opacity: 0.9;
  pointer-events: none;
}

.login-request-sheet__stamp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.65rem 0.28rem 0.4rem;
  border-radius: 999px;
  border: 1px dashed rgba(29, 78, 216, 0.35);
  background: rgba(239, 246, 255, 0.9);
  color: #1e40af;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.login-request-sheet__key {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: relative;
  flex: 0 0 auto;
}

.login-request-sheet__key::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0.55rem;
  height: 2px;
  margin-top: -1px;
  background: currentColor;
  box-shadow: 0.2rem -0.18rem 0 0 currentColor, 0.2rem 0.18rem 0 0 currentColor;
}

.login-request-sheet__header h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  letter-spacing: var(--tracking-heading);
  color: var(--text);
}

.login-request-sheet__eyebrow {
  margin: 0 0 0.3rem;
  color: #0f766e;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.login-request-sheet__lead {
  margin: 0;
  color: var(--body);
  line-height: 1.5;
  font-size: 0.95rem;
}

.login-request-errors {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.85rem;
  list-style: none;
  border-radius: 0.75rem;
  border: 1px solid rgba(185, 28, 28, 0.25);
  background: #fef2f2;
  color: #991b1b;
  font-size: 0.9rem;
}

.login-request-errors li + li {
  margin-top: 0.35rem;
}

.login-request-form {
  position: relative;
  margin-top: 1rem;
  gap: 0.95rem;
}

.login-request-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}

.login-request-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.login-request-step label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.login-request-step__n {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #1d4ed8, #0f766e);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.login-request-step__copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.login-request-step__label {
  font-weight: 700;
  color: var(--text);
  font-size: 0.92rem;
}

.login-request-step__hint {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.login-request-step input[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.login-request-step--seal {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.login-request-step--seal .login-request-step__n {
  margin-top: 1.15rem;
}

.login-request-step--seal .mm-seal {
  grid-column: 2;
}

.login-request-step--seal .mm-seal__wax,
.login-request-step--seal .mm-seal__svg {
  width: 7.1rem;
  height: 7.1rem;
}

.mm-seal {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 0.85rem 0.7rem 0.7rem;
  border-radius: 1rem;
  border: 1px dashed rgba(29, 78, 216, 0.28);
  background:
    radial-gradient(circle at 20% 0%, rgba(239, 246, 255, 0.95), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.mm-seal__lede {
  margin: 0;
  max-width: 36rem;
  text-align: center;
  color: var(--body);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mm-seal__kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: #0f766e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm-seal__btn {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.mm-seal__btn:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.35);
  outline-offset: 4px;
  border-radius: 50%;
}

.mm-seal__wax {
  display: grid;
  place-items: center;
  width: 8.6rem;
  height: 8.6rem;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.18));
  transition: transform 0.28s ease, filter 0.28s ease;
}

.mm-seal__svg {
  display: block;
  width: 8.6rem;
  height: 8.6rem;
}

.mm-seal__star {
  fill: #cbd5e1;
  transition: fill 0.35s ease;
}

.mm-seal__disk {
  fill: #f8fafc;
  stroke: #94a3b8;
  stroke-width: 1.2;
  transition: fill 0.35s ease, stroke 0.35s ease;
}

.mm-seal__ring {
  stroke: #1d4ed8;
  stroke-width: 1.35;
  stroke-dasharray: 3 2.2;
  transition: stroke 0.35s ease, stroke-dasharray 0.35s ease;
}

.mm-seal__circ {
  fill: #1e3a5f;
  font-size: 6.05px;
  font-weight: 800;
  letter-spacing: 0.18px;
  font-family: var(--font-heading);
}

.mm-seal__mark {
  fill: #1d4ed8;
  stroke: #1d4ed8;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.35s ease, stroke 0.35s ease;
}

.mm-seal__mm {
  fill: #0f766e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-family: var(--font-heading);
  transition: fill 0.35s ease;
}

.mm-seal__caption {
  display: grid;
  justify-items: center;
  gap: 0.05rem;
}

.mm-seal__caption-main {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text);
}

.mm-seal__serial {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.mm-seal__status {
  margin: 0;
  min-height: 1.25em;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}

.mm-seal__noscript {
  margin: 0;
  color: #991b1b;
  font-size: 0.88rem;
  text-align: center;
}

.mm-seal--pressing .mm-seal__wax {
  transform: scale(0.92) rotate(-8deg);
}

.mm-seal--stamped {
  border-style: solid;
  border-color: rgba(15, 118, 110, 0.35);
  background:
    radial-gradient(circle at 80% 100%, rgba(204, 251, 241, 0.7), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 250, 0.95));
}

.mm-seal--stamped .mm-seal__wax {
  transform: rotate(-6deg);
  filter: drop-shadow(0 12px 20px rgba(15, 23, 42, 0.28));
}

.mm-seal--stamped .mm-seal__star {
  fill: #1e3a8a;
}

.mm-seal--stamped .mm-seal__disk {
  fill: #1d4ed8;
  stroke: #fbbf24;
}

.mm-seal--stamped .mm-seal__ring {
  stroke: #fbbf24;
  stroke-dasharray: none;
}

.mm-seal--stamped .mm-seal__circ {
  fill: #fef3c7;
}

.mm-seal--stamped .mm-seal__mark {
  fill: #fef3c7;
  stroke: #fef3c7;
}

.mm-seal--stamped .mm-seal__mm {
  fill: #fbbf24;
}

.mm-seal--stamped .mm-seal__caption-main {
  color: #0f766e;
}

.mm-seal--stamped .mm-seal__status {
  color: #166534;
  font-weight: 600;
}

.mm-seal--invalid {
  border-color: rgba(220, 38, 38, 0.45);
  background: #fef2f2;
}

.mm-seal--invalid .mm-seal__status {
  color: #991b1b;
}

.contact-mail-form .mm-seal {
  margin-top: 0.35rem;
  padding: 0.55rem 0.5rem 0.45rem;
}

.contact-mail-form .mm-seal__wax,
.contact-mail-form .mm-seal__svg {
  width: 5.5rem;
  height: 5.5rem;
}

.login-request-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.login-request-actions .btn {
  min-width: 7.5rem;
}

@media (max-width: 520px) {
  .login-request-sheet {
    padding: 1.05rem 1rem 1rem;
  }

  .login-request-actions {
    flex-direction: column-reverse;
  }

  .login-request-actions .btn {
    width: 100%;
  }
}

.resource-card {
  padding: 1rem 1.1rem;
  border: 1px solid #bfdbfe;
  border-radius: 0.95rem;
  background:
    linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(239, 246, 255, 0.98));
  box-shadow: 0 10px 30px rgba(14, 116, 144, 0.08);
}

.resource-card--page-end {
  margin-top: 1.75rem;
}

.resource-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0f3b66;
}

.resource-card p {
  margin: 0;
}

.resource-card .page-note {
  color: #35516f;
}

.resource-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  font-weight: 700;
  color: #0b5ed7;
  text-decoration: none;
  word-break: break-word;
}

.resource-link:hover {
  text-decoration: underline;
}

.resource-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.resource-meta-item {
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(147, 197, 253, 0.85);
}

.resource-meta-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4b647f;
}

.resource-meta-value {
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.95rem;
}

.deelnemers-announcement {
  margin-top: 1.15rem;
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(245, 158, 11, 0.55);
  background:
    linear-gradient(135deg, rgba(254, 243, 199, 0.96), rgba(255, 251, 235, 0.98));
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.14);
}

.deelnemers-announcement h4 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #92400e;
}

.deelnemers-announcement p {
  margin: 0 0 0.65rem;
  color: #78350f;
  line-height: 1.55;
}

.deelnemers-announcement p:last-child {
  margin-bottom: 0;
}

.deelnemers-announcement__cta {
  font-weight: 700;
}

.deelnemers-announcement--instructie {
  border-color: rgba(99, 102, 241, 0.35);
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.97), rgba(245, 243, 255, 0.99));
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.1);
}

.deelnemers-announcement--instructie h4 {
  color: #3730a3;
}

.deelnemers-announcement--instructie p,
.deelnemers-announcement--instructie .deelnemers-announcement__sub {
  color: #4338ca;
}

.deelnemers-announcement__sub {
  margin: 0.75rem 0 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.deelnemers-instructie-steps {
  margin: 0.5rem 0 0.85rem 1.1rem;
  padding: 0;
  color: #3730a3;
  line-height: 1.6;
}

.deelnemers-instructie-steps li {
  margin-bottom: 0.4rem;
}

.deelnemers-instructie-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.deelnemers-instructie-link,
.deelnemers-oefenlink {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.65rem;
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
}

.deelnemers-instructie-link {
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: rgba(255, 255, 255, 0.75);
}

.deelnemers-instructie-link:hover {
  border-color: rgba(99, 102, 241, 0.55);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.12);
}

.deelnemers-oefenlink {
  border: 1px solid rgba(13, 148, 136, 0.28);
  background: rgba(240, 253, 250, 0.8);
}

.deelnemers-oefenlink:hover {
  border-color: rgba(13, 148, 136, 0.55);
  background: rgba(240, 253, 250, 0.98);
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.12);
}

.deelnemers-instructie-link__icon,
.deelnemers-oefenlink__icon {
  flex: 0 0 auto;
  font-size: 0.9rem;
  line-height: 1.6;
}

.deelnemers-instructie-link__icon {
  color: #6366f1;
}

.deelnemers-oefenlink__icon {
  color: #0f766e;
}

.deelnemers-instructie-link__body,
.deelnemers-oefenlink__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.deelnemers-instructie-link__label,
.deelnemers-oefenlink__label {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.deelnemers-instructie-link__label {
  color: #4f46e5;
}

.deelnemers-oefenlink__label {
  color: #0f766e;
}

.deelnemers-instructie-link__desc,
.deelnemers-oefenlink__desc {
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
}

.auth-toolbar {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.auth-toolbar__logout {
  margin: 0;
  display: inline;
}

.auth-toolbar__logout button {
  width: auto;
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.2rem;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  box-shadow: var(--shadow-md);
}

/* Eerste contentblok: kop + lede + sfeerbeeld(en) in een paneel (Fundagen, Informatie, …) */
.panel--intro-media .mood-banner {
  margin-top: 0.35rem;
}

.panel--intro-media .photo-strip--inline {
  margin-bottom: 0.35rem;
}

.panel--intro-media h2 {
  margin-top: 0.85rem;
}

.panel--intro-media > h1 + .lede {
  margin-bottom: 0;
}

h1,
h2,
h3,
.section-title,
.page-banner__title,
.gallery-title,
.visitor-path__title,
.footer-brand__title,
.speelronde-checklist__title,
.card--quick h3,
.slider-caption h3,
.card--visual h3 {
  font-family: var(--font-heading);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-heading);
  margin-top: 0;
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
}

.muted {
  color: var(--muted);
}

.kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.kpi {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.75rem;
  background: #f9f4ea;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) - 0.1rem);
  padding: var(--space-4);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.card:hover {
  transform: var(--lift);
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: var(--shadow-lg);
}

.club-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 520px) {
  .club-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 740px) {
  .club-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.club-card {
  position: relative;
  overflow: hidden;
  --club-accent: #2563eb;
  --club-icon-bg: linear-gradient(145deg, #93c5fd 0%, #2563eb 100%);
  border: 1px solid color-mix(in srgb, var(--club-accent) 14%, var(--line));
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--club-accent) 7%, #fff) 0%,
    var(--surface) 58%
  );
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 26px color-mix(in srgb, var(--club-accent) 9%, transparent);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.club-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 0.28rem;
  background: var(--club-icon-bg);
  opacity: 0.95;
}

.club-card h3,
.club-card .beheer-contact-club {
  font-family: var(--font-heading);
  font-weight: 700;
  color: color-mix(in srgb, var(--club-accent) 24%, var(--text));
}

.club-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--club-accent) 32%, var(--line));
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.05),
    0 16px 34px color-mix(in srgb, var(--club-accent) 16%, transparent);
}

.club-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.7rem;
  border: none;
  border-radius: 0.65rem;
  background: var(--club-icon-bg);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--club-accent) 24%, transparent);
}

.club-card--blue {
  --club-accent: #2563eb;
  --club-icon-bg: linear-gradient(145deg, #93c5fd 0%, #2563eb 100%);
}

.club-card--violet {
  --club-accent: #7c3aed;
  --club-icon-bg: linear-gradient(145deg, #c4b5fd 0%, #7c3aed 100%);
}

.club-card--green {
  --club-accent: #16a34a;
  --club-icon-bg: linear-gradient(145deg, #86efac 0%, #16a34a 100%);
}

.club-card--red {
  --club-accent: #dc2626;
  --club-icon-bg: linear-gradient(145deg, #fca5a5 0%, #b91c1c 100%);
}

.club-card--red .club-card__logo-wrap--light {
  border-color: color-mix(in srgb, #dc2626 24%, var(--line));
  box-shadow: 0 8px 18px color-mix(in srgb, #dc2626 14%, transparent);
}

.club-card--showcase {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.club-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.35rem;
  height: 4.35rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem;
  border-radius: 0.9rem;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.club-card__logo-wrap--dark {
  background: #0f172a;
  border-color: #1e293b;
}

.club-card__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.club-card__logo-wrap:has(.club-card__logo--mark) {
  padding: 0;
  border: none;
  background: transparent;
}

.club-card--combo::before {
  background: linear-gradient(90deg, #2563eb 0%, #16a34a 100%);
}

.club-card__logos {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0.75rem;
}

.club-card__logos .club-card__logo-wrap {
  margin: 0;
}

.club-card__logo-wrap--guest {
  width: 3.15rem;
  height: 3.15rem;
  margin-left: -0.75rem;
  z-index: 1;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.club-card__combo {
  display: inline-block;
  margin: 0.45rem 0 0;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a 14%, #fff);
  border: 1px solid color-mix(in srgb, #16a34a 28%, var(--line));
  color: #166534;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.club-card__web-sep {
  margin: 0 0.35rem;
  color: var(--muted);
}

.club-card__venue {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
}

.club-card__venue-line {
  display: block;
}

.club-card--showcase .club-card__playtime {
  margin-top: 0.5rem;
}

.club-card__web {
  margin-top: auto;
  padding-top: 0.7rem;
  font-size: 0.82rem;
}

.club-card__web .club-web-btns {
  margin-top: 0;
}

.club-card__split {
  list-style: none;
  margin: auto 0 0;
  padding: 0.7rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px dashed var(--line);
}

.club-card__split-item {
  margin: 0;
  min-width: 0;
  padding-right: 0.7rem;
}

.club-card__split-item + .club-card__split-item {
  padding-right: 0;
  padding-left: 0.7rem;
  border-left: 1px solid var(--line);
}

.club-card__spot-kicker {
  display: block;
  font-size: var(--text-label);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.club-card__spot-place {
  margin: 0.15rem 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
}

.club-card__spot-web {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
}

.beheer-contact-note {
  margin: 0.45rem 0 0.15rem;
  font-size: 0.86rem;
  line-height: 1.45;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-bottom: 1px solid var(--line);
  padding: 0.65rem;
  text-align: left;
}

.table-compact {
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
}

.table-compact th,
.table-compact td {
  vertical-align: top;
  padding: 0.7rem 0.85rem 0.7rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  line-height: 1.4;
}

.table-compact th {
  width: 34%;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--ink, inherit);
}

.table-compact td {
  padding-right: 0;
}

.table-compact tr:last-child th,
.table-compact tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.table-compact tr:first-child th,
.table-compact tr:first-child td {
  padding-top: 0.15rem;
}

@media (max-width: 520px) {
  .table-compact th {
    width: 38%;
    padding-right: 0.65rem;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery img {
  width: 100%;
  height: var(--site-thumb-height);
  object-fit: contain;
  border-radius: 0.5rem;
  border: 1px solid var(--line);
  background: var(--media-well);
  display: block;
}

form {
  display: grid;
  gap: 0.8rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  font-family: inherit;
  border-radius: var(--radius-xs);
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--text);
  transition: border-color var(--ease), box-shadow var(--ease);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: var(--accent-2);
  box-shadow: var(--focus-ring);
}

button {
  border: none;
  background-color: var(--accent);
  color: var(--primary-on);
  font-weight: 500;
  font-family: inherit;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

button:hover {
  background-color: var(--accent-3);
}

.section {
  padding: 1rem 0 3rem;
}

.page-note {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.updated {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.grist-section {
  padding: 0 0 2.5rem;
}

.grist-section .panel {
  max-width: 100%;
}

.grist-frame-wrap {
  margin-top: 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface);
  overscroll-behavior: contain;
}

.grist-mobile-hint {
  display: none;
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.55rem;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.grist-home-frame {
  display: block;
  width: 100%;
  height: 78vh;
  height: 78dvh;
  min-height: 420px;
  border: 0;
  touch-action: pan-y;
}

.grist-frame-wrap--padded {
  margin-top: 1.25rem;
}

.grist-actions {
  align-items: center;
}

.grist-actions .btn,
.grist-actions button.btn {
  font: inherit;
  cursor: pointer;
}

@media (max-width: 820px) {
  .grist-mobile-hint {
    display: block;
  }

  .grist-actions.link-row {
    flex-direction: column;
    align-items: stretch;
  }

  .grist-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .grist-actions .btn:nth-child(2) {
    order: -1;
  }

  .grist-home-frame {
    height: 85vh;
    height: 85dvh;
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .grist-home-frame {
    height: 82vh;
    height: 82dvh;
    min-height: 280px;
  }
}

.embed-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid var(--line);
  background: var(--surface);
}

.embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.link-row a {
  padding: 0.45rem 0.75rem;
  border-radius: 0.45rem;
  border: 1px solid var(--line);
  background: var(--media-well);
}

.link-row a:hover {
  background: var(--line-strong);
}

.btn {
  display: inline-block;
  padding: 0.625rem var(--space-5);
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: var(--leading-snug);
  color: var(--body);
  text-align: center;
  background: var(--surface);
  box-shadow: var(--shadow-xs);
  transition: background-color var(--ease), border-color var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn:hover {
  color: var(--text);
  background: var(--bg-soft);
  border-color: var(--line-strong);
}

.btn.primary {
  border: none;
  background-color: var(--accent);
  color: var(--primary-on);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn.primary:hover {
  color: var(--primary-on);
  background-color: var(--accent-3);
  filter: none;
}

.btn.ghost {
  background: transparent;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

.section-title {
  margin: 0 0 0.35rem;
  font-size: var(--text-xl);
  color: var(--text);
  letter-spacing: var(--tracking-heading);
}

h1 {
  letter-spacing: var(--tracking-heading);
}

.home-quick-intro {
  margin: 0 0 1rem;
}

.home-quick-more {
  margin: 1.25rem 0 0;
}

.card--quick {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.15rem 1.2rem;
  height: 100%;
}

.card--quick h3 {
  margin: 0;
  font-size: 1.1rem;
}

.card--quick p {
  margin: 0;
  flex: 1;
  color: var(--body);
  font-size: 0.95rem;
}

.card--quick .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.competitie-quick-links {
  margin: 0 0 1.25rem;
  flex-wrap: wrap;
}

.speelronde-checklist {
  margin: 1.25rem 0;
  padding: 1.1rem 1.2rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(34, 197, 94, 0.08));
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.speelronde-checklist__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.speelronde-checklist__lead {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.speelronde-checklist__list {
  margin: 0;
  padding-left: 1.35rem;
  display: grid;
  gap: 0.45rem;
}

.speelronde-checklist__list li {
  padding-left: 0.15rem;
  line-height: 1.45;
}

.section--visitor {
  background:
    radial-gradient(ellipse 90% 60% at 10% 0%, var(--glow-blue), transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 100%, var(--glow-green), transparent 50%),
    var(--bg-soft);
  border-top: 1px solid var(--line);
}

.section--visitor .section-title {
  margin-bottom: 1.15rem;
}

.visitor-guide-lead {
  margin: 0 0 1.25rem;
  max-width: 52ch;
}

.visitor-path {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1.1rem 1.15rem;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.visitor-path:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
}

.visitor-path--play {
  border-top: 4px solid #0ea5e9;
}

.visitor-path--mini {
  border-top: 4px solid #22c55e;
}

.visitor-path--data {
  border-top: 4px solid #6366f1;
}

.visitor-path--club {
  border-top: 4px solid #0d9488;
}

.visitor-path--help {
  border-top: 4px solid #f59e0b;
}

.visitor-path__kicker {
  margin: 0;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.visitor-path__title {
  margin: 0;
  font-size: 1.05rem;
}

.visitor-path__text {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  color: var(--body);
}

.visitor-path__actions {
  margin: 0.35rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.info-flow {
  display: grid;
  gap: 1.1rem;
}

.info-flow .grid-2 > .panel {
  height: 100%;
}

.info-highlight {
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.8rem;
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--accent) 8%, #fff);
  color: var(--text);
  font-weight: 600;
}

.info-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1rem 0;
}

@media (min-width: 640px) {
  .info-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.info-fact {
  text-align: center;
  padding: 0.95rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, #fff) 0%, #fff 100%);
}

.info-fact__value {
  margin: 0 0 0.2rem;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: var(--tracking-heading);
  color: var(--text);
}

.info-fact__label {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}

.team-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.85rem 0 0.45rem;
}

.team-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, #60a5fa 0%, #1d4ed8 100%);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.22);
}

.team-slot--reserve {
  background: linear-gradient(145deg, #fcd34d 0%, #d97706 100%);
  color: #1c1917;
  box-shadow: 0 8px 16px rgba(217, 119, 6, 0.22);
}

.team-slots-caption {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.info-callout {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--accent-green) 28%, var(--line));
  border-left: 4px solid var(--accent-green);
  background: color-mix(in srgb, var(--accent-green) 7%, #fff);
}

.info-callout p {
  margin: 0;
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.35rem 0 0;
}

.level-path {
  list-style: none;
  margin: 0.85rem 0 1.15rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

@media (min-width: 800px) {
  .level-path {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .level-path--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.level-path__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
}

.level-path__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
}

.level-path__hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.level-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 700px) {
  .level-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.level-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.06);
  border-top: 4px solid var(--accent);
}

.level-card p {
  margin: 0;
}

.level-card__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.level-card__title {
  margin: 0;
  font-size: 1.15rem;
}

.level-card__note {
  font-size: 0.9rem;
  color: var(--body);
  padding-top: 0.35rem;
  border-top: 1px dashed var(--line);
}

.level-card__actions {
  padding-top: 0.45rem;
}

.level-card--mini {
  border-top-color: #22c55e;
}

.level-card--starter {
  border-top-color: #0ea5e9;
}

.level-card--maxi {
  border-top-color: #38bdf8;
}

.level-card--experienced {
  border-top-color: #6366f1;
}

.level-card--fun {
  border-top-color: #f59e0b;
}

.cost-who {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 1rem 0;
}

@media (min-width: 760px) {
  .cost-who {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cost-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.05);
}

.cost-card p {
  margin: 0;
}

.cost-card__who {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.cost-card__amount {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: var(--tracking-heading);
  line-height: 1.15;
  color: var(--text);
}

.cost-card__list {
  margin: 0.15rem 0 0;
  padding-left: 1.1rem;
  color: var(--body);
}

.cost-card__list li {
  margin: 0.2rem 0;
}

.cost-card--kids {
  border-top: 4px solid var(--accent-green);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-green) 8%, #fff) 0%, #fff 55%);
}

.cost-card--kids .cost-card__amount {
  color: var(--accent-green);
}

.cost-card--parents {
  border-top: 4px solid var(--accent-warm);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-warm) 10%, #fff) 0%, #fff 55%);
}

.cost-card--parents .cost-card__amount {
  color: #b45309;
}

.cost-card--clubs {
  border-top: 4px solid var(--accent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, #fff) 0%, #fff 55%);
}

.cost-card--clubs .cost-card__amount {
  color: var(--accent);
}

.team-practice {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}

.team-practice__title {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.team-practice p {
  margin: 0 0 0.7rem;
}

.team-practice p:last-child {
  margin-bottom: 0;
}

.cost-tournament {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 9%, #fff) 0%, #fff 58%);
}

@media (min-width: 700px) {
  .cost-tournament {
    grid-template-columns: minmax(10rem, 13.5rem) 1fr;
    align-items: center;
    gap: 1.25rem;
  }
}

.cost-tournament__figure {
  text-align: center;
  padding: 0.85rem 0.7rem;
  border-radius: 0.9rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08);
}

.cost-tournament__kicker,
.cost-tournament__year {
  margin: 0;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.cost-tournament__price {
  margin: 0.15rem 0 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem 0.28rem;
  font-family: var(--font-heading);
  color: var(--text);
  line-height: 1;
}

.cost-tournament__euro {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
}

.cost-tournament__value {
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: var(--tracking-heading);
}

.cost-tournament__unit {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--body);
}

.cost-tournament__title {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
}

.cost-tournament__copy p {
  margin: 0 0 0.65rem;
}

.related-links {
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px dashed var(--line);
}

.related-links__heading {
  margin: 0 0 0.65rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--muted);
}

.related-links__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.grist-wl-details summary {
  cursor: pointer;
  font-weight: 600;
}

.spond-sunset--panel {
  margin: 1.25rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 0.85rem;
  border: 1px dashed rgba(245, 158, 11, 0.55);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(251, 191, 36, 0.05));
}

.spond-sunset__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: var(--text-label);
  font-weight: 600;
  color: var(--muted);
}

.spond-sunset__title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.spond-sunset__note {
  margin-bottom: 0;
}

.lede {
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--body);
  max-width: 65ch;
  margin: 0 0 var(--space-2);
  text-wrap: pretty;
}

.eyebrow {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  font-size: var(--text-xs);
  color: var(--accent-3);
  font-weight: 700;
  margin: 0 0 var(--space-2);
}

.section.alt {
  background: linear-gradient(180deg, var(--bg-soft) 0%, rgba(255, 255, 255, 0.92) 45%, var(--bg) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.list {
  margin: 0;
  padding-left: 1.25rem;
}

.list li {
  margin: 0.35rem 0;
}

.deelnemers-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

/* Smalle binnenblokken (login, formulieren) — niet voor pagina-layout; pagina's gebruiken .container. */
.narrow {
  width: min(var(--container-narrow), 92vw);
  margin-inline: auto;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.footer-note {
  font-size: 0.9rem;
  margin: 0;
}

.gallery-title {
  margin-bottom: 1rem;
}

/* Fotoalbums + slider (fotos.php -> assets-site) */
.fotos-quick {
  margin-top: 0.75rem;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.album-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(24, 24, 27, 0.04);
}

.album-card__head {
  margin-bottom: 0.75rem;
}

.album-card__type {
  display: inline-block;
  font-size: var(--text-label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.album-card__title {
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.25;
}

.album-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--site-thumb-height);
  height: var(--site-thumb-height);
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
}

.album-card__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.album-card__cta {
  margin: 0.85rem 0 0;
}

.atmosphere-slider-wrap {
  padding-top: 0.5rem;
}

.atmosphere-slider {
  position: relative;
}

.slider-viewport {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
}

.slider-track {
  min-height: 22rem;
}

.slider-item {
  display: none;
  position: relative;
  min-height: 22rem;
}

.slider-item.is-active {
  display: block;
  animation: fadeInSlide 0.4s ease;
}

.slider-item img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  display: block;
}

.slider-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(120deg, rgba(7, 13, 24, 0.95) 0%, rgba(18, 28, 51, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.slider-caption__meta {
  display: block;
  font-size: 0.75rem;
  color: #93c5fd;
  margin-bottom: 0.35rem;
}

.slider-caption h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 38, 0.65);
  color: #fff;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.slider-control:hover {
  background: rgba(24, 24, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.55);
}

.slider-control span {
  font-size: 1.75rem;
  vertical-align: middle;
}

.slider-control.prev {
  left: 0.75rem;
}

.slider-control.next {
  right: 0.75rem;
}

.slider-dots {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.slider-dot {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--body);
  border-radius: 999px;
  font-size: var(--text-label);
  padding: 0.3rem 0.65rem;
  cursor: pointer;
  max-width: 100%;
}

.slider-dot.is-active {
  background: rgba(63, 63, 70, 0.12);
  border-color: rgba(63, 63, 70, 0.45);
  color: var(--text);
}

.slider-dot span {
  pointer-events: none;
  display: inline-block;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

@keyframes fadeInSlide {
  from {
    opacity: 0.5;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .slider-control {
    width: 3rem;
    height: 3rem;
  }

  .slider-caption {
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + var(--safe-bottom));
  }

  .slider-item,
  .slider-item img,
  .slider-track {
    min-height: 16rem;
  }
}

@media (max-width: 940px) {
  .slider-track,
  .slider-item,
  .slider-item img {
    min-height: 18rem;
  }
}

code {
  font-size: 0.88em;
  font-family: ui-monospace, "Cascadia Code", monospace;
  background: var(--media-well);
  padding: 0.12em 0.4em;
  border-radius: 0.3rem;
}

.site-footer {
  margin-top: 2.5rem;
  padding: 0;
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
  padding-bottom: var(--safe-bottom);
  color: var(--body);
  background: #f1f5f9;
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--link);
}

.site-footer a:hover {
  color: var(--link-hover);
}

.footer-shell {
  padding: 2rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr) minmax(0, 0.75fr);
  gap: 1.5rem 2.25rem;
  align-items: start;
}

.footer-brand__site {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-brand__site a {
  color: var(--link);
  text-decoration: none;
}

.footer-brand__site a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.footer-brand__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
}

.footer-brand__title a {
  color: var(--text);
  text-decoration: none;
}

.footer-brand__title a:hover {
  color: var(--link);
}

.footer-brand__tag {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--body);
  max-width: 36ch;
}

.footer-updated {
  margin: 0;
  font-size: 0.82rem;
  color: #71717a;
}

.footer-updated time {
  font-variant-numeric: tabular-nums;
}

.footer-nav__label {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.35rem;
}

.footer-nav__list a {
  display: block;
  padding: 0.15rem 0;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-nav__list a:hover {
  background: transparent;
  color: var(--link);
}

.footer-tech-card {
  position: relative;
  display: block;
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: #f4f4f5;
  overflow: hidden;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.footer-tech-card:hover {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.footer-tech-card__glow {
  position: absolute;
  inset: -40% -20% auto auto;
  width: 8rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.45), transparent 70%);
  pointer-events: none;
}

.footer-tech-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.footer-tech-card__kicker {
  font-size: var(--text-label);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: #a1a1aa;
  font-weight: 700;
}

.footer-tech-card__title {
  font-size: 1.05rem;
  font-weight: 700;
}

.footer-tech-card__links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.12rem 0 0.1rem;
}

.footer-tech-card__link-row {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.footer-tech-card__url-role {
  font-size: var(--text-label);
  color: #71717a;
  line-height: 1.3;
}

a.footer-tech-card__url {
  display: block;
  font-size: 0.88rem;
  color: #93c5fd;
  word-break: break-all;
  text-decoration: none;
  transition: color 0.15s ease;
}

a.footer-tech-card__url:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.footer-tech-card__hint {
  font-size: 0.8rem;
  color: #a1a1aa;
  line-height: 1.35;
}

.footer-spond-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 1.35rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.footer-spond-banner__badge {
  flex-shrink: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: var(--text-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(245, 158, 11, 0.35);
  color: #fef3c7;
}

.footer-spond-banner__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #e4e4e7;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-bottom__copy,
.footer-bottom__credit {
  margin: 0;
}

.footer-bottom__copy strong {
  font-weight: 700;
  color: var(--body);
}

.footer-bottom__credit a {
  font-weight: 600;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-nav__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 940px) {
  .hero-grid,
  .grid-2,
  .cards,
  .gallery,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .kpis {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-links.open {
    display: flex;
    padding-bottom: var(--safe-bottom);
  }

  .nav-menu-hint {
    display: block;
    order: -1;
    margin: 0 0 0.55rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.55rem;
    border: 1px solid var(--line);
    background: rgba(248, 250, 252, 0.95);
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--muted);
  }

  .nav-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .nav-group__label {
    display: block;
    margin: 0.55rem 0 0.1rem;
    padding: 0.15rem 0.65rem;
    font-size: var(--text-label);
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .nav-group:first-of-type .nav-group__label {
    margin-top: 0.15rem;
  }

  .nav-group__items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .nav-links .nav-link {
    display: block;
    width: 100%;
    padding: 0.5rem 0.65rem;
    border-radius: 0.45rem;
  }

  .nav-links.open .nav-link--standings {
    margin-top: 0.15rem;
    font-weight: 600;
    color: #4338ca;
    background: rgba(99, 102, 241, 0.07);
    border-top: none;
    padding-top: 0.5rem;
  }

  .nav-links.open .nav-link--standings[aria-current="page"] {
    background: rgba(99, 102, 241, 0.12);
    color: #3730a3;
  }

  .nav-links.open .nav-link--verenigingen {
    margin-top: 0.35rem;
    padding: 0.55rem 0.65rem;
    font-weight: 600;
    color: #0f766e;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 0.45rem;
    background: rgba(240, 253, 250, 0.85);
    box-shadow: none;
  }

  .nav-links.open .nav-link--verenigingen[aria-current="page"] {
    background: rgba(13, 148, 136, 0.12);
    border-color: rgba(13, 148, 136, 0.28);
    color: #0f766e;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown__trigger {
    display: block;
    width: 100%;
    padding: 0.5rem 0.65rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--line);
    padding-top: 0.65rem;
    font-size: var(--text-label);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    background: transparent;
  }

  .nav-dropdown--competitie .nav-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.15rem;
    border-top: none;
    padding: 0.5rem 0.65rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    color: #4338ca;
    background: rgba(238, 242, 255, 0.9);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 0.5rem;
  }

  .nav-dropdown--competitie .nav-dropdown__trigger::after {
    content: "";
    display: inline-block;
    width: 0.42em;
    height: 0.42em;
    margin-left: 0.5rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-0.08em);
    opacity: 0.7;
  }

  .nav-dropdown--competitie[open] .nav-dropdown__trigger::after {
    transform: rotate(-135deg) translateY(0.08em);
  }

  .nav-dropdown__trigger:hover,
  .nav-dropdown[open] .nav-dropdown__trigger,
  .nav-dropdown--active .nav-dropdown__trigger {
    background: transparent;
    color: var(--muted);
    font-weight: 700;
  }

  .nav-dropdown--competitie .nav-dropdown__trigger:hover,
  .nav-dropdown--competitie[open] .nav-dropdown__trigger,
  .nav-dropdown--competitie.nav-dropdown--active .nav-dropdown__trigger {
    background: rgba(224, 231, 255, 0.98);
    color: #3730a3;
  }

  .nav-dropdown__menu {
    padding: 0.15rem 0 0.35rem;
  }

  .nav-dropdown--competitie .nav-dropdown__link {
    width: 100%;
    padding: 0.5rem 0.65rem 0.5rem 1.15rem;
    white-space: normal;
  }

  .nav-wrap {
    flex-wrap: wrap;
    gap: 0.65rem;
  }
}

@media (max-width: 480px) {
  .nav-menu-hint {
    font-size: 0.76rem;
    padding: 0.5rem 0.62rem;
  }

  .nav-links .nav-link,
  .nav-dropdown__trigger,
  .nav-dropdown__link {
    padding: 0.46rem 0.58rem;
  }

  .home-quick-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.62rem 0;
  }

  .home-quick-bar__links {
    width: 100%;
    gap: 0.35rem;
  }

  .home-quick-bar__link {
    flex: 1 1 auto;
    justify-content: center;
    min-width: calc(50% - 0.2rem);
    padding: 0.38rem 0.55rem;
    font-size: 0.84rem;
  }
}

/* -- Site-beeldmateriaal (images/) - compact en rustig -- */

.hero.hero--split {
  color: #e4e4e7;
  background:
    radial-gradient(ellipse 80% 60% at 15% 0%, rgba(59, 130, 246, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(34, 197, 94, 0.22), transparent 50%),
    var(--gradient-hero);
  border-bottom: 3px solid #3b82f6;
  padding: 4rem 0 3.25rem;
}

.home-quick-bar {
  border-bottom: 1px solid var(--line);
  background: #fafafa;
}

.home-quick-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  padding: 0.65rem 0;
}

.home-quick-bar__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-quick-bar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.home-quick-bar__link {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--body);
  font-size: 0.86rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
}

.home-quick-bar__link:hover {
  border-color: rgba(37, 99, 235, 0.22);
  color: var(--accent-3);
  background: rgba(37, 99, 235, 0.04);
}

.home-quick-bar__link--standings {
  font-weight: 600;
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.2);
  background: rgba(238, 242, 255, 0.65);
}

.home-quick-bar__link--standings:hover {
  border-color: rgba(99, 102, 241, 0.3);
  color: #3730a3;
  background: rgba(224, 231, 255, 0.75);
}

.home-quick-bar__link--clubs {
  color: var(--body);
  border-color: var(--line);
  background: #fff;
}

.home-quick-bar__link--clubs:hover {
  border-color: rgba(13, 148, 136, 0.22);
  color: #0f766e;
  background: rgba(240, 253, 250, 0.85);
}

.hero.hero--split h1 {
  color: #fafafa;
}

.hero.hero--split .lede {
  color: #d4d4d8;
}

.hero.hero--split .eyebrow {
  color: #93c5fd;
}

.hero.hero--split .updated {
  color: #a1a1aa;
}

.hero.hero--split .btn.primary {
  background-color: var(--accent-2);
  border: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
}

.hero.hero--split .btn.primary:hover {
  background-color: #60a5fa;
}

.hero.hero--split .btn:not(.primary) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #f4f4f5;
}

.hero.hero--split .btn:not(.primary):hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero.hero--split .hero-collage__frame,
.hero.hero--split .hero-slider__viewport {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
}

.hero--split {
  padding-bottom: 2rem;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: center;
}

.hero-copy .eyebrow {
  margin-top: 0;
}

.hero-visual {
  position: relative;
  opacity: 0.97;
  min-width: 0;
}

.hero-slider {
  width: 100%;
}

.hero-slider__viewport {
  position: relative;
  margin: 0;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
  aspect-ratio: 4 / 3;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.hero-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}

.hero-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider__caption {
  position: absolute;
  left: 0.85rem;
  bottom: 1.05rem;
  z-index: 2;
  margin: 0;
  padding: 0.28rem 0.62rem;
  border-radius: 0.35rem;
  background: rgba(24, 24, 27, 0.62);
  color: #fafafa;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.hero-slider__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
}

.hero-slider__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent-2);
  transform-origin: left center;
}

.hero-slider.is-playing .hero-slider__progress-bar.is-run {
  animation: mm-hero-slider-progress linear forwards;
}

@keyframes mm-hero-slider-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.hero-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.hero-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.hero-slider__dot[aria-current="true"] {
  background: var(--accent-2);
}

.hero-slider__pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.92);
  color: #3f3f46;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.hero-slider__pause:hover {
  background: #fff;
  color: #18181b;
}

.hero-slider__dot:focus-visible,
.hero-slider__pause:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.hero-slider {
  --hero-slider-interval: 6s;
}

.hero-slider.is-playing .hero-slider__progress-bar.is-run {
  animation-duration: var(--hero-slider-interval);
}

.hero-collage {
  position: relative;
  min-height: 140px;
  max-width: min(300px, 88vw);
  margin: 0 auto;
}

.hero-collage__frame {
  margin: 0;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(24, 24, 27, 0.08);
  background: var(--media-well);
}

.hero-collage__frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-collage--count-3 .hero-collage__frame--1 {
  position: relative;
  z-index: 3;
  width: 72%;
  margin-left: 8%;
  transform: rotate(-1.5deg);
}

.hero-collage--count-3 .hero-collage__frame--2 {
  position: absolute;
  top: 6%;
  right: -4%;
  width: 58%;
  transform: rotate(3deg);
  z-index: 2;
}

.hero-collage--count-3 .hero-collage__frame--3 {
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 52%;
  transform: rotate(-3deg);
  z-index: 1;
}

.hero-collage--count-2 .hero-collage__frame--1 {
  position: relative;
  z-index: 2;
  width: 74%;
  margin-left: 0;
  transform: rotate(-1.25deg);
}

.hero-collage--count-2 .hero-collage__frame--2 {
  position: absolute;
  top: 10%;
  right: -1%;
  width: 58%;
  transform: rotate(3.5deg);
  z-index: 1;
}

.hero-collage--count-2 .hero-collage__frame--3 {
  display: none;
}

.hero-collage--count-1 .hero-collage__frame--1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: none;
}

.hero-collage--count-1 .hero-collage__frame--2,
.hero-collage--count-1 .hero-collage__frame--3 {
  display: none;
}

.photo-rail-section {
  padding-top: 0;
  padding-bottom: 1.5rem;
  background: linear-gradient(180deg, transparent 0%, rgba(238, 244, 255, 0.65) 45%, transparent 100%);
}

.photo-rail-section--subtle .photo-rail {
  opacity: 0.98;
}

.photo-rail__kicker {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent-3);
}

.photo-rail__title {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}

.photo-rail__sub {
  color: var(--muted);
  margin: 0 0 0.35rem;
  max-width: 60ch;
  font-size: 0.88rem;
  line-height: 1.45;
}

.photo-rail__hint {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  color: var(--muted);
}

/* Een horizontale sfeerstrip (geen grid); scroll op smalle/viewports met veel beelden */
.photo-rail {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(0.45rem, 1.2vw, 0.65rem);
  margin: 0;
  padding: 0.15rem 0 0.7rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
}

.photo-rail:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
  border-radius: 0.35rem;
}

.photo-rail::-webkit-scrollbar {
  height: 7px;
}

.photo-rail::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 999px;
}

.photo-rail::-webkit-scrollbar-track {
  background: transparent;
}

.photo-rail__cell {
  flex: 0 0 auto;
  width: clamp(7.25rem, 26vw, 10.75rem);
  height: clamp(5.25rem, 20vw, var(--site-thumb-height));
  margin: 0;
  scroll-snap-align: start;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
}

.photo-rail__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card--visual {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--site-thumb-height);
  height: var(--site-thumb-height);
  padding: 0.2rem 0.35rem;
  background: var(--media-well);
  border-bottom: 1px solid rgba(63, 63, 70, 0.85);
}

.card-visual img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.card--visual .card-body {
  padding: 1rem;
}

.card--visual h3 {
  margin-top: 0;
}

.mood-banner {
  margin: 0 0 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--site-thumb-height);
  height: var(--site-thumb-height);
}

.mood-banner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.photo-strip--inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.photo-strip--inline figure {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--media-well);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--site-thumb-height);
  height: var(--site-thumb-height);
}

.photo-strip--inline img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .page-banner__inner--split {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .page-banner__visual {
    max-width: min(280px, 100%);
    width: 100%;
    justify-self: start;
  }

  .hero-collage {
    max-width: 260px;
    margin-top: 0.25rem;
  }

  .hero-slider {
    max-width: min(420px, 100%);
  }
}

@media (max-width: 640px) {
  .photo-strip--inline {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-banner__visual {
    max-width: 100%;
  }
}

.contact-flash {
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  margin: 0 0 1.25rem;
  border: 1px solid var(--line);
}

.contact-flash--ok {
  background: rgba(220, 252, 231, 0.95);
  border-color: rgba(74, 222, 128, 0.55);
  color: #14532d;
}

.contact-flash--err {
  background: rgba(254, 226, 226, 0.95);
  border-color: rgba(248, 113, 113, 0.45);
  color: #7f1d1d;
}

.contact-flash__title {
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.contact-flash__list {
  margin: 0;
  padding-left: 1.2rem;
}

.contact-mail-form label > span {
  display: block;
  font-size: 0.88rem;
  color: var(--body);
  margin-bottom: 0.25rem;
}

.contact-captcha-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin-top: 0.25rem;
}

.contact-external-captcha {
  margin-top: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--media-well);
}

.contact-external-captcha__label {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--body);
}

.contact-external-captcha__legal {
  margin-bottom: 0;
}

.contact-external-captcha__legal a {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .contact-captcha-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Layout utilities (voorheen inline style= op pagina's) ---------- */
.u-text-center {
  text-align: center;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mt-025 {
  margin-top: 0.25rem;
}

.u-mt-035 {
  margin-top: 0.35rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mb-05 {
  margin-bottom: 0.5rem;
}

.u-mb-09 {
  margin-bottom: 0.9rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-125 {
  margin-bottom: 1.25rem;
}

.u-m-0 {
  margin: 0;
}

.u-fs-088 {
  font-size: 0.88rem;
}

.panel--offset-top {
  margin-top: 2rem;
}

.gallery-title--spaced-top {
  margin-top: 2.5rem;
}

.page-tech .cockpit-public__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.page-tech .card > h2:first-child {
  margin-top: 0;
}

.page-tech.beheer-page .stat-value--compact {
  font-size: 1rem;
}

.page-tech .placeholder__intro {
  margin-bottom: 0.9rem;
}

/* ---------- Paginabanners (binnenpagina's, footervibe) ---------- */

.page-banner {
  color: #e4e4e7;
  padding: clamp(2.25rem, 5vw, 3rem) 0 clamp(1.85rem, 4vw, 2.5rem);
  border-bottom: 3px solid var(--accent-2);
  background:
    radial-gradient(ellipse 75% 55% at 12% 0%, rgba(59, 130, 246, 0.32), transparent 52%),
    radial-gradient(ellipse 65% 48% at 92% 100%, rgba(34, 197, 94, 0.2), transparent 48%),
    var(--gradient-hero);
}

.page-banner__inner {
  position: relative;
}

.page-banner__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, clamp(160px, 22vw, 220px));
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.page-banner__copy {
  min-width: 0;
}

.page-banner__inner--split .page-banner__lede {
  max-width: none;
}

.page-banner__visual {
  margin: 0;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.page-banner__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-banner__eyebrow {
  margin: 0 0 0.45rem;
  color: #93c5fd;
}

.page-banner__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.85rem, 4.5vw, 2.45rem);
  line-height: 1.12;
  color: #fafafa;
  letter-spacing: var(--tracking-heading);
}

.page-banner__lede {
  margin: 0;
  max-width: 42rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.55;
}

.page-banner__lede a {
  color: #bfdbfe;
  font-weight: 600;
}

.page-banner__lede a:hover {
  color: #fff;
}

.page-banner--blue {
  border-bottom-color: #3b82f6;
}

.page-banner--blue .page-banner__eyebrow {
  color: #93c5fd;
}

.page-banner--green {
  border-bottom-color: #22c55e;
}

.page-banner--green .page-banner__eyebrow {
  color: #86efac;
}

.page-banner--violet {
  border-bottom-color: #818cf8;
}

.page-banner--violet .page-banner__eyebrow {
  color: #c4b5fd;
}

.page-banner--amber {
  border-bottom-color: #f59e0b;
}

.page-banner--amber .page-banner__eyebrow {
  color: #fcd34d;
}

.page-banner--teal {
  border-bottom-color: #2dd4bf;
}

.page-banner--teal .page-banner__eyebrow {
  color: #5eead4;
}

.section--after-banner {
  padding-top: clamp(1.35rem, 3vw, 1.85rem);
}

.grist-section.section--after-banner {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.panel--punch {
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(37, 99, 235, 0.08),
    0 4px 14px rgba(15, 23, 42, 0.05);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.panel--punch > h2,
.container > .panel > h2,
.container .panel h2:first-of-type {
  position: relative;
  padding-left: 0.85rem;
  border-left: 4px solid transparent;
  border-image: var(--gradient-brand) 1;
}

.gallery-title {
  position: relative;
  padding-left: 0.75rem;
  border-left: 4px solid transparent;
  border-image: var(--gradient-brand) 1;
}

/* ---------- Formulier upload (formulier-scan.php) ---------- */

.form-scan-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-scan-callout {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(29, 78, 216, 0.22);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 55%, rgba(240, 253, 250, 0.88) 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.form-scan-callout__heading {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
}

.form-scan-callout__self {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
}

.form-scan-callout__link {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #1d4ed8;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.1);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.form-scan-callout__link:hover {
  color: #1e3a8a;
  background: #fff;
  border-color: rgba(37, 99, 235, 0.45);
}

.form-scan-callout__note {
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.form-scan-file__input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.65rem;
  font: inherit;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
}

.form-field-hint {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

@media (min-width: 900px) {
  .form-scan-callout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem 1.75rem;
    align-items: center;
    padding: 1.2rem 1.5rem;
  }

  .form-scan-callout__heading {
    grid-column: 1;
    margin-bottom: 0;
    font-size: 1.08rem;
  }

  .form-scan-callout__self {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0;
    text-align: right;
  }

  .form-scan-callout__note {
    grid-column: 1;
    padding-top: 0;
    border-top: none;
  }
}

.form-scan-panel {
  margin-top: 0;
}

.form-scan-breadcrumb {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.form-scan-breadcrumb a {
  color: var(--accent-2);
  text-decoration: none;
  font-weight: 600;
}

.form-scan-breadcrumb a:hover {
  text-decoration: underline;
}

.form-scan-breadcrumb [aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.form-scan-breadcrumb__sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

.form-scan-feedback {
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.form-scan-feedback--error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.form-scan-feedback--success {
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.form-scan-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.form-scan-success-actions .btn {
  text-decoration: none;
}

.form-scan-panel__title {
  margin: 0 0 0.85rem;
  font-size: 1.08rem;
}

.form-scan-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

.form-scan-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

@media (min-width: 560px) {
  .form-scan-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Sportiever / energieker look ---------- */

.page-banner {
  border-bottom-width: 4px;
  background:
    radial-gradient(ellipse 72% 52% at 12% 0%, rgba(59, 130, 246, 0.44), transparent 52%),
    radial-gradient(ellipse 62% 46% at 92% 100%, rgba(34, 197, 94, 0.28), transparent 48%),
    linear-gradient(160deg, #111827 0%, #1f2937 36%, #1e3a8a 72%, #166534 100%);
}

.page-banner__title {
  text-shadow: 0 6px 18px rgba(15, 23, 42, 0.36);
}

.btn.primary {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #22c55e 100%);
  border: 1px solid rgba(29, 78, 216, 0.35);
  box-shadow:
    0 8px 20px rgba(37, 99, 235, 0.24),
    0 2px 6px rgba(15, 23, 42, 0.12);
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 12px 26px rgba(37, 99, 235, 0.3),
    0 4px 10px rgba(15, 23, 42, 0.15);
}

.panel::after {
  height: 4px;
  opacity: 0.82;
}

.info-fact {
  border-color: color-mix(in srgb, var(--accent) 22%, var(--line));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 11%, #fff) 0%, #fff 100%);
}

.level-card,
.cost-card,
.club-card {
  border-width: 1px;
  border-color: color-mix(in srgb, var(--accent) 18%, var(--line));
}

.level-card:hover,
.cost-card:hover,
.club-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 36px rgba(37, 99, 235, 0.16),
    0 4px 10px rgba(15, 23, 42, 0.08);
}

.club-card__icon,
.wl-hub-card__icon {
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.28);
}

.info-callout {
  border-left-width: 5px;
  background: linear-gradient(115deg, rgba(34, 197, 94, 0.12) 0%, rgba(255, 255, 255, 0.96) 78%);
}

/* ---------- Wedstrijddag variant ---------- */

.section--after-banner {
  background:
    radial-gradient(ellipse 95% 58% at 10% 0%, rgba(30, 64, 175, 0.2), transparent 55%),
    radial-gradient(ellipse 72% 48% at 88% 10%, rgba(16, 185, 129, 0.13), transparent 52%),
    linear-gradient(180deg, #eef2ff 0%, #f8fafc 38%, #f8fafc 100%);
}

.panel {
  border-color: color-mix(in srgb, var(--line) 68%, #93c5fd);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.08),
    0 14px 36px rgba(15, 23, 42, 0.1);
}

.panel::after {
  background: linear-gradient(90deg, #3b82f6 0%, #22c55e 52%, #f59e0b 100%);
}

.page-banner {
  background:
    radial-gradient(circle at 16% 0%, rgba(56, 189, 248, 0.34), transparent 34%),
    radial-gradient(circle at 84% 100%, rgba(34, 197, 94, 0.3), transparent 30%),
    linear-gradient(160deg, #0b1220 0%, #172554 48%, #14532d 100%);
}

.page-banner__eyebrow {
  letter-spacing: var(--tracking-wide);
  font-weight: 800;
  text-transform: uppercase;
}

.info-fact,
.level-card,
.cost-card {
  border-color: color-mix(in srgb, var(--line) 62%, #60a5fa);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.1),
    0 12px 28px rgba(15, 23, 42, 0.08);
}

.info-fact__value,
.cost-card__amount,
.level-card__title {
  letter-spacing: var(--tracking-heading);
}

.info-fact:hover,
.level-card:hover,
.cost-card:hover,
.club-card:hover {
  border-color: color-mix(in srgb, #22c55e 45%, #3b82f6);
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.2),
    0 18px 38px rgba(15, 23, 42, 0.14);
}

.btn.primary {
  background: linear-gradient(130deg, #1d4ed8 0%, #2563eb 40%, #0ea5e9 68%, #22c55e 100%);
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, 0.22),
    0 10px 24px rgba(37, 99, 235, 0.34);
}

.btn.primary:hover {
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.28),
    0 14px 30px rgba(37, 99, 235, 0.42);
}
