/* ============================================================
   Customer Experience Challenge — customer-experience-challenge.css
   ============================================================ */

/* ---- Image hero (static, no video) ---- */
.cec-hero-wrap {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('https://www.innofication.com/assets/img2/innofication_blog243.jpg');
  background-size: cover;
  background-position: center center;
  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;
}
.cec-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,58,84,0.68);
  z-index: 1;
}
.cec-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  width: 100%;
}
.cec-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 14px !important;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.cec-hero-sub {
  color: rgba(255,255,255,0.84) !important;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto !important;
  line-height: 1.55;
}

/* ---- Intro quote block ---- */
.cec-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);
  font-style: italic;
}
.cec-intro p { margin: 0; }
.cec-intro strong { color: #0da6e0; font-weight: 700; font-style: normal; }

/* ---- Section spacing & dividers ---- */
.cec-section { padding: 56px 0; }
.cec-section + .cec-section { border-top: 1px solid #f0f4f8; }

/* ---- Tag pill ---- */
.cec-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;
}
.cec-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 ---- */
.cec-section-hdr { margin-bottom: 32px; }
.cec-section-hdr h2 {
  font-size: 28px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
}
.cec-section-hdr p {
  font-size: 15px;
  color: #666;
  line-height: 1.72;
  margin: 0;
}
.cec-white-h2 { color: #fff !important; }
.cec-process-sub {
  color: rgba(255,255,255,0.68) !important;
  max-width: 660px;
  margin: 0 auto 40px !important;
}

/* ---- Flex centre row ---- */
.cec-vcenter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cec-vcenter-row > [class*="col-"] { display: block; }

/* ---- Body text ---- */
.cec-body-text { font-size: 15px; line-height: 1.85; color: #4a5568; }
.cec-body-text p { margin-bottom: 16px; }
.cec-body-text p:last-child { margin-bottom: 0; }
.cec-body-text strong { color: #0d6892; font-weight: 700; }

/* ---- Feature badges ---- */
.cec-feature-row { margin-top: 20px; }
.cec-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;
}
.cec-feature-badge i { color: #0da6e0; margin-right: 7px; font-size: 12px; }

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

/* ---- Dark process section ---- */
.cec-process-wrap { margin: 0 0 56px; }
.cec-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;
}
.cec-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: 24px;
}
.cec-process-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #7dddf5;
  margin-bottom: 10px;
}
.cec-process-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
}
.cec-process-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  margin: 0;
}
.cec-process-img-wrap { margin-top: 12px; }
.cec-process-img {
  max-width: 820px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.35);
}

/* ---- Checklist ---- */
.cec-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.cec-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;
}
.cec-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;
}
.cec-check-icon i { font-size: 10px; color: #0da6e0; }

/* ---- Resultaat sub-list ---- */
.cec-sub-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 34px;
}
.cec-sub-list li {
  font-size: 13.5px;
  color: #5a6a7a;
  line-height: 1.6;
  padding: 3px 0 3px 16px;
  position: relative;
}
.cec-sub-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #0da6e0;
}

/* ---- CTA box ---- */
.cec-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;
}
.cec-cta-tag { display: inline-block; margin-bottom: 14px; }
.cec-cta-box h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  font-family: 'Lato', sans-serif;
}
.cec-cta-box p {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  margin: 0 auto;
  max-width: 580px;
  line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .cec-hero-title { font-size: 30px !important; }
  .cec-panel-content { padding-left: 15px; margin-top: 26px; }
  .cec-process-box { padding: 36px 24px; }
  .cec-cta-box { padding: 44px 28px; }
  .cec-section-hdr h2 { font-size: 24px; }
}
@media (max-width: 768px) {
  .cec-hero-wrap { height: 44vh; min-height: 260px; }
  .cec-hero-title { font-size: 24px !important; }
  .cec-hero-sub { font-size: 15px; }
  .cec-section { padding: 36px 0; }
  .cec-vcenter-row { display: block; }
  .cec-panel-content { padding-left: 0; margin-top: 22px; }
  .cec-process-box { border-radius: 14px; padding: 28px 18px; }
  .cec-process-card { margin-bottom: 16px; }
  .cec-cta-box { border-radius: 14px; padding: 36px 20px; }
  .cec-cta-box h2 { font-size: 22px; }
  .cec-section-hdr h2 { font-size: 22px; }
  .cec-sub-list { margin-left: 20px; }
}
