/* ============================================================
   Bouw een Innovatie Community — page-specific styles
   /bouw-een-innovatie-community
   ============================================================ */

/* ---- Static image hero ---- */
.bic-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('/assets/img2/head_innovation_community044.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;
}

.bic-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;
}

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

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

.bic-hero-content .subtext {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 0 12px !important;
  line-height: 1.5;
}

/* ---- Community type cards (open / gesloten) ---- */
.bic-type-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8edf3;
  padding: 36px 32px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.bic-type-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#dff2fc), to(#b3e2f7));
  background: linear-gradient(135deg, #dff2fc 0%, #b3e2f7 100%);
  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;
  font-size: 22px;
  color: #0da6e0;
  margin-bottom: 18px;
}

.bic-type-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 14px;
  font-family: 'Lato', sans-serif;
}

.bic-type-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.78;
  margin-bottom: 20px;
}

/* ---- Dark process-box: white text overrides ---- */
.im-process-box .im-body-text {
  color: rgba(255, 255, 255, 0.82);
}

.im-process-box .im-body-text p {
  color: rgba(255, 255, 255, 0.82);
}

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

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .bic-hero {
    height: 40vh;
    min-height: 260px;
  }

  .bic-type-card {
    padding: 24px 20px;
  }
}
