/* ================================================================
   Innovatieplatform - Ideeën verzamelen / concept page
   assets/css/innovatieplatform-ideeen.css
   ================================================================ */

/* ---- Stats bar row alignment ---- */
.stats-bar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---- Intro: top-down / bottom-up pillar blocks ---- */
.ip-intro-text h2 {
  font-size: 28px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 24px;
  font-family: 'Lato', sans-serif;
}

.ip-pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-bottom: 22px;
}
.ip-pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  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: 16px;
  color: #0da6e0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  margin-top: 2px;
}
.ip-pillar-body strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #12253a;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
}
.ip-pillar-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.72;
  margin: 0;
}

/* ---- Concept architecture image ---- */
.ip-concept-img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  display: block;
  margin: 0 auto;
}

/* ---- Overview cards: result-card tweaks ---- */
.ip-card { text-align: center; }
.ip-card .sol-link {
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---- Content sections ---- */
.ip-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ip-img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.11);
  display: block;
}
.ip-text { padding-left: 36px; }

.ip-section-tag { margin-bottom: 10px; }

.ip-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 16px;
  font-family: 'Lato', sans-serif;
}
.ip-section p {
  font-size: 14px;
  color: #555;
  line-height: 1.82;
  margin-bottom: 12px;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .ip-text { padding-left: 15px; margin-top: 26px; }
  .ip-intro-text h2 { font-size: 24px; }
}
@media (max-width: 768px) {
  .ip-text { padding-left: 0; }
  .ip-pillar { margin-bottom: 16px; }
  .ip-concept-img { border-radius: 10px; }
}
