/* ============================================================
   Innovation Accelerator Challenge — innovator-accelerator-challenge.css
   ============================================================ */

/* ---- Video hero: absolute stacking (mirrors innovatie-management) ---- */
.wrappervideo {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.wrappervideo .wrapper__video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

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

.wrappervideo .videooverlaytext {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  z-index: 10;
}

.iac-hero-content {
  text-align: center;
  padding: 0 24px;
}

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

.iac-hero-sub {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px;
  max-width: 580px;
  margin: 0 auto !important;
  line-height: 1.55;
}

/* ---- Intro quote block ---- */
.iac-intro {
  background: linear-gradient(120deg, #eef7fd 0%, #dff0fb 100%);
  border-left: 4px solid #0da6e0;
  border-radius: 0 12px 12px 0;
  padding: 22px 28px;
  margin: 40px 0 52px;
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a56;
  box-shadow: 0 2px 12px rgba(13, 166, 224, 0.08);
}

.iac-intro p {
  margin: 0;
}

.iac-intro strong {
  color: #0da6e0;
  font-weight: 700;
}

/* ---- Section spacing & dividers ---- */
.iac-section {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 56px;
  padding-left: 0px;
}

.iac-section+.iac-section {
  border-top: 1px solid #f0f4f8;
}

/* ---- Section tag pill ---- */
.iac-tag {
  display: inline-block;
  background: #eef7fd;
  color: #0d6892;
  border: 1px solid #c8e8f5;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.iac-tag-light {
  background: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(255, 255, 255, 0.20) !important;
}

/* ---- Section header ---- */
.iac-section-hdr {
  margin-bottom: 32px;
}

.iac-section-hdr h2 {
  font-size: 28px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
}

.iac-section-hdr p {
  font-size: 15px;
  color: #666;
  line-height: 1.72;
  margin: 0;
}

.iac-white-h2 {
  color: #fff !important;
}

.iac-process-sub {
  color: rgba(255, 255, 255, 0.68) !important;
  max-width: 640px;
  margin: 0 auto 40px !important;
}

/* ---- Vertically-centred flex row ---- */
.iac-vcenter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.iac-vcenter-row>[class*="col-"] {
  display: block;
}

/* ---- Body text ---- */
.iac-body-text {
  font-size: 15px;
  line-height: 1.85;
  color: #4a5568;
}

.iac-body-text p {
  margin-bottom: 16px;
}

.iac-body-text p:last-child {
  margin-bottom: 0;
}

.iac-body-text strong {
  color: #0d6892;
  font-weight: 700;
}

/* ---- Feature badges ---- */
.iac-feature-row {
  margin-top: 20px;
}

.iac-feature-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eef7fd;
  border: 1px solid #c8e8f5;
  border-radius: 8px;
  padding: 8px 14px;
  margin: 0 6px 8px 0;
  font-size: 13px;
  font-weight: 700;
  color: #0d6892;
}

.iac-feature-badge i {
  color: #0da6e0;
  margin-right: 7px;
  font-size: 12px;
}

/* ---- Panel image ---- */
.iac-panel-img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.11);
  display: block;
}

.iac-panel-content {
  padding-left: 36px;
}

/* ---- Dark process section ---- */
.iac-process-wrap {
  background: transparent;
  padding: 0;
  margin: 0 0 56px;
}

.iac-process-box {
  background: linear-gradient(135deg, #072536 0%, #0d4d6d 52%, #0a3a54 100%);
  border-radius: 20px;
  padding: 52px 40px;
  box-shadow: 0 18px 52px rgba(7, 37, 54, 0.24);
  overflow: hidden;
}

.iac-process-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 26px;
  margin-bottom: 0;
  height: 100%;
}

.iac-process-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #7dddf5;
  margin-bottom: 10px;
}

.iac-process-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  font-family: 'Lato', sans-serif;
}

.iac-process-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.78;
  margin: 0;
}

.iac-process-card p strong {
  color: #7dddf5;
}

.iac-process-img-wrap {
  margin-top: 36px;
}

.iac-process-img {
  max-width: 820px;
  width: 100%;
  /*border-radius: 10px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);*/
}

/* ---- Checklist ---- */
.iac-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}

.iac-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 14.5px;
  color: #4a5568;
  line-height: 1.65;
  margin-bottom: 14px;
}

.iac-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(13, 166, 224, 0.12);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 1px;
}

.iac-check-icon i {
  font-size: 10px;
  color: #0da6e0;
}

/* ---- Audience cards ---- */
.iac-audience-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf3;
  padding: 30px 24px;
  margin-bottom: 24px;
  text-align: center;
  -webkit-transition: box-shadow 0.22s, -webkit-transform 0.2s;
  transition: box-shadow 0.22s, transform 0.2s;
}

.iac-audience-card:hover {
  box-shadow: 0 8px 28px rgba(13, 166, 224, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.iac-audience-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  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: 26px;
  color: #0da6e0;
  margin: 0 auto 18px;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

.iac-audience-card:hover .iac-audience-icon {
  background: linear-gradient(135deg, #0da6e0 0%, #0b8ec0 100%);
  color: #fff;
}

.iac-audience-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
}

.iac-audience-card p {
  font-size: 13.5px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}

/* ---- CTA box ---- */
.iac-cta-box {
  background: linear-gradient(135deg, #0a3a54 0%, #0d5c82 100%);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
  box-shadow: 0 18px 52px rgba(7, 37, 54, 0.24);
  margin-bottom: 0;
}

.iac-cta-tag {
  display: inline-block;
  margin-bottom: 14px;
}

.iac-cta-box h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  font-family: 'Lato', sans-serif;
}

.iac-cta-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 0;
  max-width: 580px;
  line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .iac-hero-title {
    font-size: 30px !important;
  }

  .iac-panel-content {
    padding-left: 15px;
    margin-top: 26px;
  }

  .iac-process-box {
    padding: 36px 24px;
  }

  .iac-cta-box {
    padding: 44px 28px;
  }

  .iac-section-hdr h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .wrappervideo {
    height: 44vh;
  }

  .iac-hero-title {
    font-size: 24px !important;
  }

  .iac-hero-sub {
    font-size: 15px;
  }

  .iac-section {
    /*padding: 36px 0;*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
  }

  .iac-vcenter-row {
    display: block;
  }

  .iac-panel-content {
    padding-left: 0;
    margin-top: 22px;
  }

  .iac-process-box {
    border-radius: 14px;
    padding: 28px 18px;
  }

  .iac-process-card {
    margin-bottom: 16px;
    height: auto;
  }

  .iac-cta-box {
    border-radius: 14px;
    padding: 36px 20px;
  }

  .iac-cta-box h2 {
    font-size: 24px;
  }

  .iac-section-hdr h2 {
    font-size: 22px;
  }
}