/* ─── Team page own styles ─── */
.team-page { background: #f4f6fb; }

/* ── Container ── */
.team-page .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Section headings ── */
.team-section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #14161a;
  margin: 0 0 6px;
}
.team-section-sub {
  font-size: 1rem;
  color: #5b6472;
  margin: 0 0 36px;
  max-width: 560px;
}

/* ── Buttons ── */
.team-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #d61f26;
  padding: 13px 26px; border-radius: 12px;
  font-weight: 800; font-size: .95rem; text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.team-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.22); }
.team-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  padding: 13px 26px; border-radius: 12px;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  border: 2px solid rgba(255,255,255,.55);
  transition: background .18s, border-color .18s;
}
.team-btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ─── HERO ─── */
.team-hero {
  background: linear-gradient(135deg, #d61f26 0%, #8b0000 100%);
  padding: 72px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.team-hero .container { position: relative; }
.team-hero-kicker {
  display: inline-block;
  background: rgba(255,255,255,.18); color: #fff;
  font-size: .75rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.3);
  margin-bottom: 20px;
}
.team-hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800; color: #fff;
  margin: 0 0 16px; line-height: 1.1;
}
.team-hero > .container > p {
  font-size: 1.1rem; color: rgba(255,255,255,.85);
  max-width: 560px; margin: 0 auto 32px; line-height: 1.65;
}
.team-hero-actions {
  display: flex; gap: 12px;
  justify-content: center; flex-wrap: wrap;
}

/* ─── STATS BALK ─── */
.stats-wrap {
  background: #fff;
  border-bottom: 1.5px solid #e6eaf0;
  padding: 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid #e6eaf0;
}
@media (max-width: 640px) { .stats-inner { grid-template-columns: repeat(2, 1fr); } }
.stat-item {
  padding: 32px 20px;
  text-align: center;
  border-right: 1.5px solid #e6eaf0;
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.4rem; font-weight: 900;
  color: #d61f26; line-height: 1;
  margin-bottom: 6px; display: block;
}
.stat-label {
  font-size: .82rem; font-weight: 700;
  color: #5b6472; text-transform: uppercase;
  letter-spacing: .06em;
}

/* ─── SAMENWERKING ─── */
.collab-wrap { padding: 32px 0 0; }
.collab-card {
  display: flex; align-items: flex-start; gap: 18px;
  background: #fff;
  border: 1.5px solid #e6eaf0;
  border-left: 4px solid #d61f26;
  border-radius: 16px;
  padding: 22px 28px;
  box-shadow: 0 4px 20px rgba(20,22,26,.05);
}
.collab-icon { font-size: 1.8rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.collab-text { font-size: .97rem; color: #5b6472; line-height: 1.7; margin: 0; }
.collab-text strong { color: #14161a; }

/* ─── COORDINATOR ─── */
.coordinator-wrap { padding: 72px 0 60px; }
.coordinator-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
}
@media (max-width: 740px) {
  .coordinator-inner { grid-template-columns: 1fr; gap: 36px; }
  .coordinator-photo-col { order: -1; }
}
.coordinator-photo-col {
  position: relative; display: flex; justify-content: center;
}
.coordinator-photo-frame {
  position: relative; width: min(320px, 100%);
}
.coordinator-photo-frame::before {
  content: '';
  position: absolute; inset: -10px -10px 10px 10px;
  border-radius: 28px;
  background: linear-gradient(135deg, #d61f26 0%, #ff6b6b 100%);
  z-index: 0;
}
.coordinator-photo-frame img {
  position: relative; z-index: 1;
  width: 100%; border-radius: 24px; display: block;
  object-fit: cover; aspect-ratio: 4/5;
  box-shadow: 0 20px 60px rgba(214,31,38,.25);
}
.coordinator-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff0f0; color: #d61f26;
  font-size: .75rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
  border: 1.5px solid #ffd0d0; margin-bottom: 18px;
}
.coordinator-badge::before { content: '★'; font-size: .9rem; }
.coordinator-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800; color: #14161a;
  margin: 0 0 6px; line-height: 1.1;
}
.coordinator-role { font-size: 1.05rem; color: #d61f26; font-weight: 700; margin: 0 0 20px; }
.coordinator-bio { font-size: 1rem; color: #5b6472; line-height: 1.7; margin: 0 0 28px; }
.coordinator-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.coordinator-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #14161a;
  font-size: .82rem; font-weight: 700;
  padding: 7px 14px; border-radius: 100px;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 2px 8px rgba(20,22,26,.06);
}

/* ─── DIVIDER ─── */
.team-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #e6eaf0, transparent);
  margin: 0 24px;
}

/* ─── ROLLEN ─── */
.roles-wrap { padding: 60px 0 48px; }
.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.role-card {
  background: #fff; border-radius: 20px;
  padding: 28px 26px 26px;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 4px 20px rgba(20,22,26,.05);
  transition: transform .2s, box-shadow .2s;
}
.role-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(20,22,26,.1); }
.role-icon { font-size: 2.2rem; margin-bottom: 14px; display: block; line-height: 1; }
.role-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem; font-weight: 800; color: #14161a; margin: 0 0 4px;
}
.role-title {
  font-size: .82rem; font-weight: 700; color: #d61f26;
  text-transform: uppercase; letter-spacing: .06em; margin: 0 0 12px;
}
.role-text { font-size: .9rem; color: #5b6472; line-height: 1.6; margin: 0; }

/* ─── TIJDLIJN ─── */
.timeline-wrap { padding: 60px 0; }
.timeline {
  position: relative;
  display: flex; flex-direction: column; gap: 0;
}
.timeline::before {
  content: '';
  position: absolute; left: 31px; top: 16px; bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, #d61f26, #ff8888, #d61f26);
}
@media (min-width: 680px) {
  .timeline::before { left: 50%; transform: translateX(-50%); }
}
.timeline-item {
  display: flex; gap: 24px;
  align-items: flex-start;
  padding: 0 0 40px 0;
  position: relative;
}
@media (min-width: 680px) {
  .timeline-item { width: 50%; padding-right: 48px; }
  .timeline-item:nth-child(even) {
    align-self: flex-end;
    padding-right: 0; padding-left: 48px;
    flex-direction: row-reverse;
    text-align: right;
  }
  .timeline-item:nth-child(even) .timeline-dot { order: -1; }
}
.timeline-dot {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, #d61f26, #ff4e4e);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 16px rgba(214,31,38,.3);
  position: relative; z-index: 1;
  border: 3px solid #f4f6fb;
}
@media (min-width: 680px) {
  .timeline-item { padding-left: 0; }
  .timeline-dot {
    position: absolute;
    right: -22px; top: 0;
  }
  .timeline-item:nth-child(even) .timeline-dot {
    right: auto; left: -22px;
  }
}
.timeline-card {
  background: #fff; border-radius: 18px;
  padding: 22px 24px;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 4px 18px rgba(20,22,26,.06);
  flex: 1;
}
.timeline-step {
  font-size: .72rem; font-weight: 800;
  color: #d61f26; text-transform: uppercase;
  letter-spacing: .1em; margin-bottom: 6px; display: block;
}
.timeline-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem; font-weight: 800;
  color: #14161a; margin: 0 0 8px;
}
.timeline-card p { font-size: .88rem; color: #5b6472; line-height: 1.6; margin: 0 0 10px; }
.timeline-more-link { font-size: .82rem; color: #d61f26; text-decoration: none; font-weight: 600; display: inline-block; }
.timeline-more-link:hover { text-decoration: underline; }

/* ─── VALUES ─── */
.values-wrap { padding: 10px 0 60px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.value-card {
  background: linear-gradient(135deg, #d61f26 0%, #c01018 100%);
  border-radius: 20px; padding: 28px 20px;
  text-align: center; color: #fff;
  box-shadow: 0 8px 24px rgba(214,31,38,.2);
  transition: transform .2s;
}
.value-card:hover { transform: translateY(-3px); }
.value-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.value-label { font-weight: 800; font-size: .95rem; }

/* ─── COLLEGA'S ZOEKEN BANNER ─── */
.join-wrap { padding: 0 0 72px; }
.join-card {
  background: linear-gradient(135deg, #0f1724 0%, #1a2540 50%, #0f1724 100%);
  border-radius: 28px;
  padding: 56px 52px;
  position: relative; overflow: hidden;
  box-shadow: 0 20px 60px rgba(10,14,26,.3);
}
.join-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(214,31,38,.15) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 50%, rgba(100,120,200,.1) 0%, transparent 60%);
  pointer-events: none;
}
.join-card::after {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(214,31,38,.08);
  pointer-events: none;
}
@media (max-width: 680px) {
  .join-card { padding: 36px 28px; }
}
.join-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px; align-items: center;
}
@media (max-width: 700px) {
  .join-inner { grid-template-columns: 1fr; gap: 28px; }
  .join-actions { flex-direction: row; }
}
.join-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(214,31,38,.2); color: #ff8888;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
  border: 1px solid rgba(214,31,38,.3);
  margin-bottom: 16px;
}
.join-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff6b6b;
  box-shadow: 0 0 0 0 rgba(255,107,107,.5);
  animation: join-pulse 2s infinite;
  display: inline-block;
}
@keyframes join-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,107,107,.5); }
  70%  { box-shadow: 0 0 0 8px rgba(255,107,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,107,0); }
}
.join-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800; color: #fff;
  margin: 0 0 12px; line-height: 1.1;
}
.join-title span { color: #ff8888; }
.join-text { font-size: 1rem; color: rgba(255,255,255,.7); line-height: 1.65; margin: 0 0 24px; max-width: 480px; }
.join-perks {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 0;
  list-style: none; padding: 0;
}
.join-perks li {
  display: flex; align-items: center; gap: 7px;
  font-size: .85rem; font-weight: 600; color: rgba(255,255,255,.8);
}
.join-perks li::before {
  content: '✓';
  display: flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; flex-shrink: 0;
  background: rgba(214,31,38,.3);
  color: #ff8888; border-radius: 50%;
  font-size: .75rem; font-weight: 900;
}
.join-actions {
  display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.join-btn-main {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, #d61f26, #ff4040);
  color: #fff; padding: 16px 32px; border-radius: 14px;
  font-weight: 900; font-size: 1rem; text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 28px rgba(214,31,38,.4);
  transition: transform .18s, box-shadow .18s;
}
.join-btn-main:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(214,31,38,.5); }
.join-btn-sub {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.55); font-size: .82rem; font-weight: 600;
  text-decoration: none; transition: color .15s;
}
.join-btn-sub:hover { color: rgba(255,255,255,.85); }
.join-count-bubble {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.6);
  font-size: .78rem; font-weight: 700;
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.1);
  white-space: nowrap;
}

/* ─── CERT ─── */
.cert-wrap { padding: 0 0 72px; }
.cert-card {
  background: #fff; border-radius: 24px;
  padding: 40px 44px;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 4px 24px rgba(20,22,26,.06);
  display: flex; gap: 32px; align-items: flex-start;
}
@media (max-width: 600px) { .cert-card { flex-direction: column; gap: 18px; padding: 28px 22px; } }
.cert-icon-wrap {
  flex-shrink: 0; width: 64px; height: 64px;
  background: linear-gradient(135deg, #d61f26, #ff4e4e);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 18px rgba(214,31,38,.25);
}
.cert-body h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem; font-weight: 800;
  color: #14161a; margin: 0 0 10px;
}
.cert-body p { color: #5b6472; font-size: .97rem; line-height: 1.65; margin: 0; }

/* ─── FADE-IN ANIMATIE ─── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
