/* ============================================
   Flyers Custom Blocks – Gedeelde stijlen
   ============================================ */

.fcb-event-tekst,
.fcb-fd-tekst,
.fcb-sh-tekst,
.fcb-clubactie-tekst,
.fcb-training-card-body,
.fcb-wed-item,
.fcb-gedrag-item p,
.fcb-vertrouwen-card > p,
.fcb-pupil-card p,
.fcb-pupil-note,
.fcb-cta-banner p,
.fcb-section-subtitle,
.fcb-zaal-subtitle,
.fcb-training-subtitle,
.fcb-sh-trainmee p,
.fcb-fd-klein-tekst,
.fcb-kleding-list li,
.fcb-team-training,
.fcb-wed-locatie,
.fcb-person-email,
.fcb-sponsor-type {
  font-size: 18px !important;
} 

.fcb-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 5vw, 42px);
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.fcb-section-subtitle {
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  color: #555;
  text-align: center;
  margin-bottom: 36px;
}

/* ── Buttons ── */
.fcb-btn-blue-full {
  display: block; width: 100%; text-align: center;
  background: #1565C0; color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 12px 22px; border-radius: 6px; text-decoration: none;
  transition: background .2s;
}
.fcb-btn-blue-full:hover { background: #0d47a1; }

.fcb-btn-orange {
  display: inline-block;
  background: #FF6B00 !important; color: white !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 12px 28px; border-radius: 6px; text-decoration: none;
  transition: background .2s;
}
.fcb-btn-orange:hover { background: #e05e00 !important; }

.fcb-btn-outline-white {
  display: inline-block;
  background: transparent; color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 12px 28px; border-radius: 6px; border: 2px solid white; text-decoration: none;
  transition: background .2s;
}
.fcb-btn-outline-white:hover { background: rgba(255,255,255,.1); }

.fcb-btn-download {
  display: inline-block;
  background: #FF6B00; color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 10px 22px; border-radius: 6px; text-decoration: none;
}

/* ============================================
   PUPIL VAN DE WEEK
   ============================================ */
.fcb-pupil {
  background: linear-gradient(135deg, #1565C0 60%, #1976D2 100%);
  overflow: hidden;
}
.fcb-pupil-skew-top {
  width: 100%; height: 50px;
  background: #f0f4f8;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.fcb-pupil-skew-bottom {
  width: 100%; height: 50px;
  background: #f0f4f8;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.fcb-pupil-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 48px; align-items: center;
  padding: 32px 24px 40px;
}
.fcb-pupil-left { flex: 1; }
.fcb-pupil-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px; font-weight: 800; text-transform: uppercase;
  color: white; margin-bottom: 16px;
}
.fcb-pupil-card {
  background: white; border-radius: 12px; padding: 24px; margin-bottom: 14px;
}
.fcb-week-badge {
  font-family: 'Varela Round', sans-serif;
  font-size: 11px; color: #888; letter-spacing: .5px; margin-bottom: 4px;
}
.fcb-pupil-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px; font-weight: 800; color: #1565C0;
  text-transform: none; margin-bottom: 2px; line-height: 1.1;
}
.fcb-pupil-age {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: #1565C0; font-weight: 600; margin-bottom: 14px;
}
.fcb-pupil-card p {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; line-height: 1.7; color: #444; margin-bottom: 20px;
}
.fcb-pupil-note {
  background: rgba(255,255,255,.15); border-radius: 8px; padding: 14px 18px;
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: rgba(255,255,255,.9); line-height: 1.6;
}
.fcb-pupil-note a { color: white; text-decoration: underline; }

.fcb-pupil-right { flex: 0 0 300px; position: relative; }

.fcb-pupil-photo-frame {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
  display: inline-block;
  transform: rotate(-2deg);
  width: 100%;
}
.fcb-pupil-photo {
  width: 100%; height: 320px; object-fit: cover;
  display: block; border-radius: 6px; filter: grayscale(20%);
}

/* Trophy badge */
.fcb-trophy-wrap {
  position: absolute;
  top: -16px; right: -16px;
  background: white; border-radius: 8px; padding: 8px 10px;
  z-index: 10; transform: rotate(3deg);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  text-align: center; min-width: 72px;
}
.fcb-trophy-wrap img {
  width: 36px !important; display: block;
  margin: 0 auto 4px;
  position: static !important; transform: none !important; filter: none !important;
}
.fcb-trophy-wrap span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 800; color: #1a1a1a;
  text-transform: uppercase; line-height: 1.2; display: block;
}

/* ============================================
   WORD VRIJWILLIGER
   ============================================ */
.fcb-vrijwilliger {
  background: #f0f4f8; padding: 40px 24px 0;
}
.fcb-section-header {
  display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 6px;
}
.fcb-section-header img { width: 38px; }

.fcb-cards-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
  padding-bottom: 40px;
}
.fcb-vol-card {
  background: white; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,101,192,.08); display: flex; flex-direction: column;
}
.fcb-vol-card-header {
  background: #1565C0; padding: 24px 20px 20px; color: white;
}
img.fcb-card-icon {
  width: 40px; height: 40px; object-fit: contain; margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.fcb-vol-card-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px; font-weight: 800; color: white; margin-bottom: 2px; line-height: 1.1;
  text-transform: uppercase;
}
.fcb-card-sub {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; color: rgba(255,255,255,.8);
}
.fcb-vol-card-body {
  padding: 20px; flex: 1; display: flex; flex-direction: column;
  box-sizing: border-box;
}
.fcb-card-list { list-style: none; margin: 0 0 20px 0; padding: 0; flex: 1; }
.fcb-card-list li {
  font-family: 'Varela Round', sans-serif;
  font-size: 18px; color: #333; padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  list-style: none;
  margin: 0;
}
.fcb-card-list li:last-child { border-bottom: none; }
.fcb-card-list li:last-child { border-bottom: none; }
.fcb-time-btn {
  display: block; width: 100%; text-align: center;
  background: #1565C0; color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 12px; border-radius: 8px;
}

/* ── CTA Banner ── */
.fcb-cta-banner {
  background: linear-gradient(135deg, #1565C0, #1976D2);
  padding: 60px 24px; text-align: center;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}
.fcb-cta-banner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px,4vw,36px); font-weight: 800; text-transform: uppercase;
  color: white; margin-bottom: 10px;
}
.fcb-cta-banner p {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px; color: rgba(255,255,255,.85);
  max-width: 600px; margin: 0 auto 28px;
}
.fcb-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================
   SPONSOREN
   ============================================ */
.fcb-sponsoren {
  background: linear-gradient(160deg, #0d3b7a 0%, #1565C0 40%, #1976D2 70%, #0d3b7a 100%);
  padding: 56px 0 40px; overflow: hidden;
}
.fcb-sponsoren .fcb-section-title { color: white; margin-bottom: 32px; padding: 0 24px; }

.fcb-carousel-wrapper {
  overflow: hidden; margin-bottom: 16px; width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.fcb-carousel-track {
  display: flex; gap: 16px; padding: 0 16px;
  width: max-content;
  animation: fcb-scroll 22s linear infinite;
}
.fcb-carousel-track:hover { animation-play-state: paused; }
.fcb-track-2 { animation-direction: reverse; animation-duration: 18s; }

@keyframes fcb-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.fcb-sponsor-card {
  background: white; border-radius: 8px; padding: 18px 28px;
  min-width: 200px; text-align: center; flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.fcb-sponsor-card img { max-height: 50px; max-width: 160px; object-fit: contain; }
.fcb-sponsor-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; color: #1a1a1a; display: block;
}
.fcb-sponsor-type {
  font-family: 'Varela Round', sans-serif;
  font-size: 11px; color: #999;
}

/* ============================================
   GEDRAGSCODE
   ============================================ */
.fcb-gedrag { background: white; padding: 64px 24px 80px; }
.fcb-gedrag-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start;
}
.fcb-gedrag-items { display: flex; flex-direction: column; gap: 16px; align-items: stretch; }
.fcb-gedrag-item {
  display: flex; gap: 16px; align-items: center;
  padding: 18px 24px; border: 1.5px solid #e0eaf8; border-radius: 10px; background: #fafcff;
  min-height: 100px;
}
.fcb-gedrag-icon-img { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.fcb-gedrag-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; text-transform: none;
}
.fcb-gedrag-item p {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; color: #555; line-height: 1.6;
}

.fcb-gedrag-side { display: flex; flex-direction: column; gap: 20px; }

.fcb-gedrag-card { background: #1565C0; border-radius: 12px; padding: 24px; }
.fcb-gedrag-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.fcb-gedrag-card-header img { width: 44px; height: 44px; object-fit: contain; }
.fcb-gedrag-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; color: white; line-height: 1.1; text-transform: uppercase;
}
.fcb-card-sub-label {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: rgba(255,255,255,.7); display: block; margin-bottom: 2px;
}
.fcb-gedrag-card p {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; color: rgba(255,255,255,.85); line-height: 1.6; margin-bottom: 16px;
}

.fcb-vertrouwen-card {
  background: white; border-radius: 12px; padding: 24px;
  border: 1.5px solid #d4e5f7; box-shadow: 0 2px 16px rgba(21,101,192,.07);
}
.fcb-vertrouwen-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.fcb-vertrouwen-header img { width: 40px; height: 40px; object-fit: contain; }
.fcb-vertrouwen-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; color: #1565C0; font-weight: 800; text-transform: none;
}
.fcb-vertrouwen-card > p {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; color: #555; margin-bottom: 18px; line-height: 1.6;
}
.fcb-vertrouwen-person { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.fcb-person-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.fcb-person-placeholder {
  background: #c8d8ea; display: flex; align-items: center;
  justify-content: center; font-size: 18px; color: #1565C0;
}
.fcb-person-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px; font-weight: 700; color: #1a1a1a; display: block; margin-bottom: 2px;
}
.fcb-person-email {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: #1565C0; text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.fcb-person-email:hover { text-decoration: underline; }
.fcb-vertrouwen-footer {
  background: #1565C0; color: white; border-radius: 8px; padding: 14px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase;
  letter-spacing: .5px; margin-top: 16px; line-height: 1.4;
}

/* ============================================
   WEDSTRIJDEN & STANDEN
   ============================================ */
.fcb-wedstrijden { background: #f0f4f8; padding: 64px 24px; }
.fcb-wed-grid {
  max-width: 1100px; margin: 0 auto 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.fcb-wed-block {
  background: white; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,101,192,.08); padding-bottom: 16px;
}
.fcb-wed-block-header { background: #1565C0; padding: 20px 24px; }
.fcb-wed-block-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 2px;
}
.fcb-wed-block-header span {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: rgba(255,255,255,.75);
}
.fcb-wed-item { padding: 14px 24px; border-bottom: 1px solid #f0f4f8; }
.fcb-wed-item:last-child { border-bottom: none; }

.fcb-wed-meta {
  font-family: 'Varela Round', sans-serif;
  font-size: 11px; color: #888; margin-bottom: 6px;
  display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .5px;
}
.fcb-badge-thuis, .fcb-badge-uit {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; text-transform: uppercase;
}
.fcb-badge-thuis { background: #e3f0ff; color: #1565C0; }
.fcb-badge-uit   { background: #fff3e0; color: #e65100; }

.fcb-wed-teams { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.fcb-team-naam { font-family: 'Varela Round', sans-serif; font-size: 13.5px; color: #333; }
.fcb-team-bold { font-weight: 700; color: #1a1a1a; }
.fcb-vs { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #aaa; }
.fcb-wed-locatie { font-family: 'Varela Round', sans-serif; font-size: 11.5px; color: #999; }

.fcb-res-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.fcb-score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; min-width: 70px; text-align: center;
}
.fcb-res-gewonnen { color: #2e7d32; }
.fcb-res-verloren  { color: #c62828; }
.fcb-res-gelijk    { color: #f57f17; }

.fcb-res-badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  padding: 3px 10px; border-radius: 4px; letter-spacing: .5px;
}
.fcb-res-badge.fcb-res-gewonnen { background: #e8f5e9; color: #2e7d32; }
.fcb-res-badge.fcb-res-verloren  { background: #ffebee; color: #c62828; }
.fcb-res-badge.fcb-res-gelijk    { background: #fff8e1; color: #f57f17; }

.fcb-wed-footer { text-align: center; margin-top: 24px; }

.fcb-wed-extra {
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.fcb-wed-toggle {
  border: none !important; cursor: pointer; transition: background 0.2s;
  background: #FF6B00 !important; color: white !important;
  border-radius: 6px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 15px !important; font-weight: 700 !important;
  letter-spacing: 1px !important; text-transform: uppercase !important;
  padding: 12px 28px !important;
}
.fcb-wed-toggle:hover { background: #e05e00 !important; }

/* ============================================
   TEAMS OVERZICHT
   ============================================ */
.fcb-teams { background: #f0f4f8; padding: 64px 24px; }
.fcb-teams-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.fcb-team-card {
  background: white; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,101,192,.08);
  text-decoration: none; display: block;
  transition: transform .2s, box-shadow .2s;
}
.fcb-team-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(21,101,192,.15);
}
.fcb-team-card-header {
  background: #1565C0; padding: 16px 20px;
  border-bottom: 4px solid #FF6B00;
}
.fcb-team-card-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800; text-transform: uppercase;
  color: white; margin-bottom: 2px; line-height: 1.1;
}
.fcb-team-training {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px; color: rgba(255,255,255,.8);
}
.fcb-team-card-foto { width: 100%; padding: 12px; background: #d6e8f7; box-sizing: border-box; }
.fcb-team-card-foto img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  display: block; border-radius: 8px; transition: transform .3s;
}
.fcb-team-card:hover .fcb-team-card-foto img { transform: scale(1.03); }
.fcb-team-foto-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: #1565C0; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.fcb-team-foto-placeholder img { width: 80px; opacity: .5; }

/* ============================================
   TRAININGSTIJDEN
   ============================================ */
.fcb-training { background: #f0f4f8; padding: 64px 24px; }
.fcb-training-header { text-align: center; max-width: 700px; margin: 0 auto 40px; }
.fcb-training-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 5vw, 44px); font-weight: 800; text-transform: uppercase;
  line-height: 1.1; margin-bottom: 12px;
}
.fcb-training-title-blauw { color: #1565C0; }
.fcb-training-title-zwart { color: #1a1a1a; }
.fcb-training-subtitle {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 14px;
}
.fcb-training-locatie-global {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px; color: #1565C0; font-weight: 600;
}
.fcb-training-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.fcb-training-card {
  background: white; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,101,192,.08);
}
.fcb-training-card-header {
  background: #1565C0; padding: 16px 20px; border-bottom: 4px solid #FF6B00;
}
.fcb-training-card-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; text-transform: uppercase;
  color: white; margin-bottom: 2px; line-height: 1.1;
}
.fcb-training-card-sub {
  font-family: 'Varela Round', sans-serif; font-size: 12px; color: rgba(255,255,255,.8);
}
.fcb-training-card-body { padding: 18px 20px; }
.fcb-training-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: 'Varela Round', sans-serif; font-size: 13.5px; color: #333; margin-bottom: 8px;
}
.fcb-training-row:last-child { margin-bottom: 0; }
.fcb-training-icon { flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; }
.fcb-training-row strong { color: #1a1a1a; }
.fcb-training-row-locatie { color: #1565C0; font-weight: 600; }
.fcb-training-divider { border: none; border-top: 1px solid #e0eaf8; margin: 10px 0; }

/* ============================================
   ZAALDIENSTEN
   ============================================ */
.fcb-zaaldienst { background: #f0f4f8; padding: 64px 24px; }
.fcb-zaaldienst-header { max-width: 800px; margin: 0 auto 32px; text-align: center; }
.fcb-zaaldienst-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(26px,5vw,42px); font-weight: 800; text-transform: uppercase;
  line-height: 1.1; margin-bottom: 14px;
}
.fcb-zaal-title-zwart { color: #1a1a1a; }
.fcb-zaal-title-blauw { color: #1565C0; }
.fcb-zaal-subtitle {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 10px;
}
.fcb-zaal-pdf-link { color: #1565C0; text-decoration: underline; }
.fcb-zaal-aandacht {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px; color: #444; font-style: italic; margin-top: 8px;
}
.fcb-zaal-blok {
  max-width: 1100px; margin: 0 auto;
  background: white; border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(21,101,192,.08);
}
.fcb-zaal-blok-header {
  background: #1565C0; color: white; padding: 20px 24px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700;
  border-bottom: 4px solid #FF6B00;
}
.fcb-zaal-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; border-bottom: 1px solid #f0f4f8; flex-wrap: wrap; gap: 10px;
}
.fcb-zaal-filter-wrap, .fcb-zaal-search-wrap {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Varela Round', sans-serif; font-size: 13px; color: #555;
}
.fcb-zaal-select, .fcb-zaal-search {
  font-family: 'Varela Round', sans-serif; font-size: 13px;
  border: 1px solid #d4e5f7; border-radius: 6px; padding: 6px 10px; color: #333; outline: none;
}
.fcb-zaal-search { min-width: 180px; }
.fcb-zaal-search:focus, .fcb-zaal-select:focus { border-color: #1565C0; }

.fcb-zaal-table-wrap { overflow-x: auto; }
.fcb-zaal-table { width: 100%; border-collapse: collapse; font-family: 'Varela Round', sans-serif; font-size: 13px; }
.fcb-zaal-table thead th {
  background: #f0f4f8; color: #1565C0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  padding: 12px 16px; text-align: left; white-space: nowrap;
  border-bottom: 2px solid #d4e5f7; letter-spacing: .5px; user-select: none;
}
.fcb-zaal-table thead th:hover { background: #e0eaf8; }
.fcb-sort-icon { font-size: 11px; color: #aaa; margin-left: 4px; }
.fcb-zaal-table tbody tr { border-bottom: 1px solid #f0f4f8; }
.fcb-zaal-table tbody tr:hover { background: #f8fbff; }
.fcb-zaal-table tbody td { padding: 11px 16px; color: #333; white-space: nowrap; }

.fcb-zaal-loading { padding: 40px; text-align: center; font-family: 'Varela Round', sans-serif; color: #888; }
.fcb-zaal-no-csv  { padding: 40px; text-align: center; font-family: 'Varela Round', sans-serif; color: #888; }
.fcb-zaal-pagination { display: flex; gap: 6px; justify-content: center; padding: 16px; flex-wrap: wrap; }
.fcb-zaal-page-btn {
  background: #f0f4f8; border: 1px solid #d4e5f7; border-radius: 6px; padding: 6px 12px; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700;
  color: #1565C0; transition: background .2s;
}
.fcb-zaal-page-btn:hover { background: #d4e5f7; }
.fcb-zaal-page-btn.active { background: #1565C0; color: white; border-color: #1565C0; }

/* ============================================
   GROTE CLUBACTIE
   ============================================ */
.fcb-clubactie { background: #f0f4f8; padding: 56px 24px; }
.fcb-clubactie-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start;
}
.fcb-clubactie-links { display: flex; flex-direction: column; gap: 16px; }
.fcb-clubactie-blok {
  border-radius: 12px; padding: 24px 28px;
  box-shadow: 0 2px 16px rgba(21,101,192,.08);
}
.fcb-clubactie-blok h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; text-transform: uppercase;
  margin-bottom: 10px; line-height: 1.1;
}
.fcb-clubactie-tekst { font-family: 'Varela Round', sans-serif; font-size: 13.5px; line-height: 1.7; }
.fcb-clubactie-tekst ul { padding-left: 18px; margin-top: 8px; }
.fcb-clubactie-tekst ul li { margin-bottom: 6px; }
.fcb-clubactie-rechts { display: flex; flex-direction: column; gap: 16px; }
.fcb-clubactie-banner {
  background: #0d3b7a; color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; text-transform: uppercase;
  padding: 16px 20px; border-radius: 10px; text-align: center; line-height: 1.3;
}
.fcb-clubactie-cert { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.1); }
.fcb-clubactie-cert img { width: 100%; display: block; }
.fcb-clubactie-spelregels {
  background: white; border-radius: 12px; padding: 24px;
  box-shadow: 0 2px 16px rgba(21,101,192,.08);
}
.fcb-clubactie-spelregels h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; text-transform: uppercase;
  color: #1a1a1a; margin-bottom: 12px;
}

/* ============================================
   SCHOOLHANDBALTOERNOOI
   ============================================ */
.fcb-schoolhandbal {
  background: linear-gradient(135deg, #1565C0 60%, #1976D2 100%);
  padding: 56px 24px; position: relative; overflow: hidden;
}
.fcb-sh-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.fcb-sh-titel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(26px,4vw,40px); font-weight: 800; text-transform: uppercase;
  color: white; margin-bottom: 20px; line-height: 1.1;
}
.fcb-sh-subblok {
  background: white; border-radius: 12px; padding: 22px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.fcb-sh-subblok-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fcb-sh-sub-icoon { width: 36px; height: 36px; object-fit: contain; }
.fcb-sh-subblok-header h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800; text-transform: uppercase; color: #1565C0;
}
.fcb-sh-tekst { font-family: 'Varela Round', sans-serif; font-size: 13.5px; color: #444; line-height: 1.7; }
.fcb-sh-rechts { display: flex; flex-direction: column; gap: 16px; }
.fcb-sh-foto-wrap { border-radius: 12px; overflow: hidden; transform: rotate(1deg); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.fcb-sh-foto { width: 100%; display: block; object-fit: cover; max-height: 260px; }
.fcb-sh-trainmee {
  background: rgba(255,255,255,.15); border-radius: 12px; padding: 20px 22px;
  backdrop-filter: blur(4px);
}
.fcb-sh-trainmee-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.fcb-sh-tm-icoon { width: 40px; height: 40px; object-fit: contain; filter: brightness(0) invert(1); }
.fcb-sh-trainmee h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800; text-transform: uppercase; color: white;
}
.fcb-sh-tm-sub { font-family: 'Varela Round', sans-serif; font-size: 12px; color: rgba(255,255,255,.75); }
.fcb-sh-trainmee p { font-family: 'Varela Round', sans-serif; font-size: 13px; color: rgba(255,255,255,.9); line-height: 1.6; }

/* ============================================
   FAMILIEDAG & ACTIVITEITEN
   ============================================ */
.fcb-familiedag-sectie { background: white; padding: 56px 24px 64px; }
.fcb-fd-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start;
}
/* Links: geen grijze box, gewoon wit */
.fcb-fd-links { display: flex; flex-direction: column; }
.fcb-fd-titel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px,3vw,36px); font-weight: 800; text-transform: uppercase;
  color: #1a1a1a; margin-bottom: 10px; line-height: 1.1;
}
.fcb-fd-tekst { font-family: 'Varela Round', sans-serif; font-size: 13.5px; color: #444; line-height: 1.7; margin-bottom: 16px; }
.fcb-fd-foto-wrap { border-radius: 10px; overflow: hidden; margin-top: 16px; }
.fcb-fd-foto { width: 100%; display: block; object-fit: cover; max-height: 260px; }

/* Rechts: blauwe blokken */
.fcb-fd-rechts { display: flex; flex-direction: column; gap: 16px; }
.fcb-fd-klein-blok { background: #1565C0; border-radius: 12px; padding: 20px 22px; }
.fcb-fd-klein-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.fcb-fd-klein-icoon { width: 36px; height: 36px; object-fit: contain; filter: none; }
.fcb-fd-klein-blok h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800; text-transform: uppercase; color: white;
}
.fcb-fd-klein-tekst { font-family: 'Varela Round', sans-serif; font-size: 13px; color: rgba(255,255,255,.9); line-height: 1.6; }

/* ── Vierdaagse ── */
.fcb-vierdaagse-sectie {
  position: relative;
  padding: 56px 24px 80px;
  background: linear-gradient(160deg, #f0f4f8 50%, #1565C0 50%);
  overflow: hidden;
}
.fcb-vd-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  background: white; border-radius: 16px; padding: 36px;
  box-shadow: 0 4px 24px rgba(21,101,192,.1);
  position: relative; z-index: 2;
}
.fcb-vd-foto { width: 100%; border-radius: 10px; object-fit: cover; max-height: 280px; display: block; }

/* Naadloze overgang vierdaagse → kledinginzameling */
.fcb-kleding-sectie { margin-top: -40px; padding-top: 80px; }

/* ── Kledinginzameling ── */
.fcb-kleding-sectie {
  background: linear-gradient(180deg, #1565C0 0%, #0d3b7a 100%);
  padding: 56px 24px 40px;
}
.fcb-kleding-sectie .fcb-section-title { color: white; }
.fcb-kleding-sectie .fcb-section-subtitle { color: rgba(255,255,255,.8); }
.fcb-kleding-grid {
  max-width: 1100px; margin: 0 auto 20px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.fcb-kleding-kolom { background: white; border-radius: 12px; overflow: hidden; }
.fcb-kleding-header { display: flex; align-items: center; gap: 12px; padding: 14px 20px; }
.fcb-kleding-wel  { background: #e8f5e9; border-left: 4px solid #2e7d32; }
.fcb-kleding-niet { background: #ffebee; border-left: 4px solid #c62828; }
.fcb-kleding-icoon { font-size: 20px; font-weight: 700; }
.fcb-kleding-wel  .fcb-kleding-icoon { color: #2e7d32; }
.fcb-kleding-niet .fcb-kleding-icoon { color: #c62828; }
.fcb-kleding-header h3 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; text-transform: uppercase;
}
.fcb-kleding-wel  h3 { color: #2e7d32; }
.fcb-kleding-niet h3 { color: #c62828; }
.fcb-kleding-list { list-style: none; padding: 16px 20px; margin: 0; }
.fcb-kleding-list li {
  font-family: 'Varela Round', sans-serif; font-size: 13.5px; color: #333; padding: 5px 0;
  border-bottom: 1px solid #f0f4f8; display: flex; gap: 8px; align-items: flex-start;
}
.fcb-kleding-list li::before { content: '•'; color: #1565C0; flex-shrink: 0; }
.fcb-kleding-list li:last-child { border-bottom: none; }
.fcb-kleding-footer-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.fcb-kleding-footer-blok {
  background: rgba(255,255,255,.15); border-radius: 10px; padding: 16px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; text-transform: uppercase;
  color: white; text-align: center; line-height: 1.4;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .fcb-pupil-inner { flex-direction: column; padding: 24px 20px 32px; }
  .fcb-pupil-right { flex: none; width: 100%; }
  .fcb-pupil-photo { height: 260px; }
  .fcb-cards-grid { grid-template-columns: 1fr; }
  .fcb-gedrag-inner { grid-template-columns: 1fr; }
  .fcb-wed-grid { grid-template-columns: 1fr; }
  .fcb-carousel-track { animation-duration: 15s; }
  .fcb-track-2 { animation-duration: 12s; }
  .fcb-teams-grid { grid-template-columns: 1fr; }
  .fcb-training-grid { grid-template-columns: 1fr; }
  .fcb-event-groot { grid-template-columns: 1fr; }
  .fcb-event-twee-kolom { grid-template-columns: 1fr; }
  .fcb-clubactie-inner { grid-template-columns: 1fr; }
  .fcb-sh-inner { grid-template-columns: 1fr; }
  .fcb-fd-inner { grid-template-columns: 1fr; }
  .fcb-vd-inner { grid-template-columns: 1fr; padding: 24px; }
  .fcb-kleding-grid { grid-template-columns: 1fr; }
  .fcb-kleding-footer-grid { grid-template-columns: 1fr; }
  .fcb-vierdaagse-sectie { background: #f0f4f8; }
}

@media (max-width: 600px) {
  .fcb-training-grid { grid-template-columns: 1fr !important; }
  .fcb-teams-grid { grid-template-columns: 1fr !important; }
  .fcb-wed-grid { grid-template-columns: 1fr !important; }
  .fcb-cards-grid { grid-template-columns: 1fr !important; }
}