/* ============================================
   TRAINING DETAIL PAGE — v2 Styles
   Sticky tabs, quick facts, compact pricing
   ============================================ */

/* ---------- Transparent Header Override ---------- */
body.training-page .top-bar {
  position: relative;
  z-index: 1001;
  background: rgba(0, 80, 150, 0.6);
}

body.training-page .site-header {
  position: relative;
  z-index: 1000;
  background: rgba(0, 60, 130, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

body.training-page .site-header .nav-menu__link {
  color: #fff;
}

body.training-page .site-header .nav-menu__link:hover {
  color: #5acac8;
  opacity: 1;
}

body.training-page .site-header .nav-menu__link .arrow {
  color: rgba(255,255,255,0.7);
}

body.training-page .site-header__logo img {
  filter: brightness(0) invert(1);
}

/* Dropdown keeps dark text on white background */
body.training-page .site-header .nav-dropdown {
  background: #fff;
}
body.training-page .site-header .nav-dropdown__link {
  color: #333;
}
body.training-page .site-header .nav-dropdown__link:hover {
  color: #0071bc;
  background: #f0f6fb;
}

/* Mobile nav open — revert to dark text on white bg */
body.training-page .site-header.nav-open .site-header__nav {
  background: #fff;
}
body.training-page .site-header.nav-open .nav-menu__link {
  color: #333;
}
body.training-page .site-header.nav-open .nav-menu__link:hover {
  color: #0071bc;
  background: #f0f6fb;
}
body.training-page .site-header.nav-open .nav-menu__link .arrow {
  color: #666;
}
body.training-page .site-header.nav-open .site-header__logo img {
  filter: none;
}

/* The hero pulls itself up behind topbar + header using negative margin */
.training-hero {
  position: relative;
  margin-top: -120px;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.training-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}

.training-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,80,160,0.3) 0%,
    rgba(0,70,140,0.5) 40%,
    rgba(0,50,110,0.75) 100%
  );
  z-index: 1;
}

.training-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 170px 20px 48px;
  width: 100%;
}

.training-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  border: 1.5px solid rgba(255,255,255,0.3);
}

.training-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.training-hero h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
}

.training-hero__desc {
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  line-height: 1.65;
  max-width: 700px;
  margin-bottom: 16px;
}

.training-hero__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  margin-bottom: 10px;
}

.training-hero__stars {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f5c518;
  font-size: 16px;
}

.training-hero__stars span {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

.training-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.training-hero__meta-item svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.7);
}

.training-hero__ctas {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}

/* Override btn-white-outline on dark backgrounds */
.training-hero__ctas .btn-white-outline,
.training-trigger__ctas .btn-white-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.training-hero__ctas .btn-white-outline:hover,
.training-trigger__ctas .btn-white-outline:hover {
  background: rgba(255,255,255,0.15);
  opacity: 1;
}


/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
  background: #f0f6fb;
  padding: 12px 0;
  font-size: 13px;
  color: #557;
}

.breadcrumbs .container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: #0071bc;
  font-weight: 500;
}

.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs .separator { color: #8ab4d4; }


/* ---------- Quick Facts Strip ---------- */
.training-quickfacts {
  background: #fff;
  border-bottom: 1px solid #d6e6f2;
  padding: 18px 0;
}

.quickfacts-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quickfact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #f0f6fb;
  border-radius: 10px;
  border: 1px solid #d6e6f2;
  flex: 1;
  min-width: 150px;
}

.quickfact svg {
  width: 22px;
  height: 22px;
  fill: #0071bc;
  flex-shrink: 0;
}

.quickfact__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #0071bc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quickfact__value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.quickfact--price {
  background: linear-gradient(135deg, rgba(0,113,188,0.06), rgba(90,202,200,0.06));
  border-color: rgba(0,113,188,0.18);
}

.quickfact__price {
  font-size: 18px !important;
  color: #0071bc !important;
}

.quickfact__price small {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}


/* ---------- Sticky Tab Navigation ---------- */
.training-tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 2px solid #d6e6f2;
  box-shadow: 0 2px 8px rgba(0,113,188,0.06);
}

.training-tabs .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tabs-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
}

.tabs-scroll::-webkit-scrollbar { display: none; }

.tab-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #456;
  white-space: nowrap;
  transition: color 0.2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.tab-link:hover {
  color: #0071bc;
  opacity: 1;
}

.tab-link.active {
  color: #0071bc;
  border-bottom-color: #0071bc;
}

.tab-cta {
  flex-shrink: 0;
  padding: 10px 24px !important;
  font-size: 13px !important;
}


/* ---------- Layout: Main + Sidebar ---------- */
.training-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  padding-top: 32px;
  padding-bottom: 60px;
  align-items: start;
}


/* ---------- USP Bar ---------- */
.usp-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.usp-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.usp-bar__item svg {
  width: 18px;
  height: 18px;
  fill: #5acac8;
  flex-shrink: 0;
}


/* ---------- Section blocks ---------- */
.section-block {
  margin-bottom: 36px;
  scroll-margin-top: 70px;
}

.section-block h2 {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
  line-height: 1.25;
}

.intro-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.intro-doelgroep {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 3px solid #5acac8;
}

.section-intro {
  font-size: 15px;
  color: #666;
  margin-bottom: 16px;
}


/* ---------- Leerdoelen grid ---------- */
.leerdoelen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.leerdoel-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f0f6fb;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #d6e6f2;
}

.leerdoel-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071bc, #5acac8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.leerdoel-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.leerdoel-text {
  font-size: 14.5px;
  color: #333;
  line-height: 1.5;
}


/* ---------- Resultaat ---------- */
.resultaat-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(135deg, #f0f8ff, #f0fffe);
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid #d4eaf7;
}

.resultaat-icon {
  width: 28px;
  height: 28px;
  fill: #f5c518;
  flex-shrink: 0;
  margin-top: 2px;
}

.resultaat-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}


/* ---------- Voor wie ---------- */
.voor-wie-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.voor-wie-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.check-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5acac822;
  color: #5acac8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}


/* ---------- Programma Timeline ---------- */
.programma-timeline {
  position: relative;
  padding-left: 28px;
}

.programma-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #0071bc, #5acac8);
  border-radius: 2px;
}

.programma-dag {
  position: relative;
  margin-bottom: 24px;
  padding: 20px 24px;
  background: #f0f6fb;
  border-radius: 12px;
  border: 1px solid #d6e6f2;
}

.programma-dag::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 24px;
  width: 12px;
  height: 12px;
  background: #0071bc;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #0071bc;
}

.programma-dag__label {
  display: inline-block;
  padding: 3px 12px;
  background: linear-gradient(135deg, #0071bc, #5acac8);
  color: #fff;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.programma-dag h3 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.programma-dag p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}


/* ---------- Investering — Compact ---------- */
.investering-compact {
  background: #f0f6fb;
  border: 1px solid #d6e6f2;
  border-radius: 12px;
  padding: 24px;
}

.investering-compact__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.investering-compact__price {
  font-size: 28px;
  font-weight: 800;
  color: #0071bc;
}

.investering-compact__pp {
  font-size: 14px;
  color: #5e7d9a;
  font-weight: 500;
}

.investering-compact__desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.investering-compact__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}

.investering-compact__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #444;
  padding: 4px 0;
}

.investering-compact__list svg {
  width: 16px;
  height: 16px;
  fill: #5acac8;
  flex-shrink: 0;
}

.investering-compact__ctas {
  display: flex;
  gap: 10px;
}

.investering-compact__ctas .btn {
  flex: 1;
  text-align: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 14px;
}


/* ---------- Incompany Callout ---------- */
.incompany-callout {
  background: transparent !important;
}

.incompany-callout__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f0f8ff, #f0fffe);
  border: 1.5px solid #d4eaf7;
  border-radius: 14px;
}

.incompany-callout__text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.incompany-callout__text p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.incompany-callout .btn {
  flex-shrink: 0;
  white-space: nowrap;
}


/* ---------- Reviews ---------- */
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.reviews-header h2 { margin-bottom: 0; }

.reviews-avg {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-avg__number {
  font-size: 36px;
  font-weight: 800;
  color: #111;
}

.reviews-avg__stars {
  color: #f5c518;
  font-size: 18px;
}

.reviews-avg__count {
  font-size: 13px;
  color: #5e7d9a;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.review-card {
  background: #f0f6fb;
  border: 1px solid #d6e6f2;
  border-radius: 12px;
  padding: 20px;
}

.review-card__stars {
  color: #f5c518;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-card__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
  font-style: italic;
}

.review-card__author {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.review-card__role {
  font-size: 13px;
  color: #5e7d9a;
}


/* ---------- Trainer Card ---------- */
.trainer-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f0f6fb;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #d6e6f2;
}

.trainer-card__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.trainer-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071bc, #5acac8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  flex-shrink: 0;
}

.trainer-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.trainer-card__role {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.trainer-card__bio {
  font-size: 14.5px;
  color: #444;
  line-height: 1.65;
  margin: 0;
}


/* ---------- FAQ Accordion ---------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border: 1px solid #d6e6f2;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.faq-question:hover { background: #f0f6fb; }

.faq-question .arrow {
  font-size: 18px;
  color: #0071bc;
  transition: transform 0.3s;
}

.faq-item.open .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 20px 16px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}


/* ---------- Sticky Sidebar ---------- */
.training-sidebar {
  position: sticky;
  top: 72px;
}

.sidebar-card {
  background: #fff;
  border: 1.5px solid #d6e6f2;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,113,188,0.08);
}

.sidebar-card__price {
  font-size: 32px;
  font-weight: 800;
  color: #0071bc;
  margin-bottom: 4px;
}

.sidebar-card__price small {
  font-size: 14px;
  font-weight: 500;
  color: #5e7d9a;
}

.sidebar-card__specs {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-spec {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #3d5a75;
}

.sidebar-spec svg {
  width: 18px;
  height: 18px;
  fill: #0071bc;
  flex-shrink: 0;
}

.sidebar-spec strong {
  color: #111;
}

.sidebar-card__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.sidebar-card__ctas .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 14px 20px;
}

.sidebar-card__help {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  text-align: center;
}

.sidebar-card__help-label {
  font-size: 13px;
  color: #5e7d9a;
  margin-bottom: 4px;
}

.sidebar-card__help a {
  font-size: 16px;
  font-weight: 700;
  color: #0071bc;
}


/* ---------- Trigger section ---------- */
.training-trigger {
  background: linear-gradient(135deg, #0071bc, #5acac8);
  padding: 60px 0;
  color: #fff;
}

.training-trigger__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.training-trigger h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}

.training-trigger p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin-bottom: 20px;
}

.training-trigger__quote {
  margin: 28px auto;
  padding: 20px 28px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  border-left: 4px solid #5acac8;
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
  text-align: left;
  max-width: 600px;
}

.training-trigger__quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  color: #5acac8;
  font-size: 14px;
}

.training-trigger__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.training-trigger__benefit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}

.training-trigger__benefit svg {
  width: 18px;
  height: 18px;
  fill: #5acac8;
}

.training-trigger__ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}


/* ---------- Related Trainingen ---------- */
.related-trainingen {
  background: #f0f6fb;
  padding: 60px 0;
}

.related-trainingen__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.related-trainingen h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d6e6f2;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,113,188,0.12);
  opacity: 1;
}

.related-card__img {
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.related-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.related-card__body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.related-card__desc {
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 12px;
}

.related-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #5e7d9a;
  padding-top: 12px;
  border-top: 1px solid #d6e6f2;
}

.related-card__price {
  font-weight: 700;
  color: #0071bc;
}


/* ---------- Mobile Sticky CTA ---------- */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
  padding: 12px 20px;
}

.mobile-sticky-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-sticky-cta__price {
  font-size: 22px;
  font-weight: 800;
  color: #0071bc;
}

.mobile-sticky-cta__date {
  font-size: 12px;
  color: #5e7d9a;
}

.mobile-sticky-cta .btn {
  flex-shrink: 0;
}


/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .training-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .training-sidebar {
    position: static;
  }

  .mobile-sticky-cta {
    display: block;
  }

  .usp-bar {
    grid-template-columns: 1fr 1fr;
  }

  .quickfacts-grid {
    flex-wrap: wrap;
  }

  .quickfact {
    min-width: calc(50% - 8px);
  }

  .tab-cta {
    display: none;
  }
}

@media (max-width: 768px) {
  .training-hero {
    margin-top: -90px;
    min-height: 440px;
  }

  .training-hero h1 {
    font-size: 28px;
  }

  .training-hero__desc {
    font-size: 15px;
  }

  .training-hero__inner {
    padding: 130px 16px 32px;
  }

  .leerdoelen-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .investering-compact__list {
    grid-template-columns: 1fr;
  }

  .investering-compact__ctas {
    flex-direction: column;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .incompany-callout__inner {
    flex-direction: column;
    text-align: center;
  }

  .quickfact {
    min-width: 100%;
  }

  .usp-bar {
    grid-template-columns: 1fr;
  }

  .trainer-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .training-hero__ctas {
    flex-direction: column;
  }

  .training-hero__ctas .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .training-hero {
    margin-top: -80px;
    min-height: 360px;
  }

  .training-hero h1 {
    font-size: 24px;
  }

  .section-block h2 {
    font-size: 20px;
  }

  .training-trigger h2 {
    font-size: 24px;
  }

  .related-trainingen h2 {
    font-size: 22px;
  }

  .tab-link {
    padding: 12px 14px;
    font-size: 13px;
  }
}
