/* ============================================================
   Startups beter ondersteunen — page-specific styles
   /startups-beter-ondersteunen-door-incubators-en-accelerators
   ============================================================ */

/* ---- Static image hero ---- */
.sba-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('/assets/img2/incubatorchallenge.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sba-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 58, 84, 0.72);
  z-index: 1;
  pointer-events: none;
}

.sba-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.sba-hero-content .head {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 12px !important;
  line-height: 1.25;
}

.sba-hero-content .subtext {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 0 12px !important;
  line-height: 1.55;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sba-hero .section-tag {
  color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* ---- Two-column checklist layout ---- */
.sba-checklist-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 32px;
}

.sba-checklist-cols .im-checklist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 280px;
          flex: 1 1 280px;
}

/* ---- White text overrides inside dark process box ---- */
.im-process-box .im-body-text,
.im-process-box .im-body-text p {
  color: rgba(255, 255, 255, 0.85);
}

.im-process-box .im-body-text strong {
  color: #7dd8f5;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .sba-hero {
    height: 42vh;
    min-height: 280px;
  }

  .sba-hero-content .head {
    font-size: 24px !important;
  }
}
