:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58f95e2 *//* ============================================================
   🚀 BEL-C PIONEERS PAGE
   AGES 15 – 18 YEARS
   LIFE • LEADERSHIP • LAUNCH PATHWAY
============================================================ */

.pioneers-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.pioneers-container.narrow {
  max-width: 900px;
}

/* HERO */
.pioneers-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 55%, #ecfeff 100%);
  padding: 95px 20px 85px;
  text-align: center;
}

.pioneers-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e40af;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pioneers-hero h1 {
  margin: 0 0 12px;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #111827;
}

.pioneers-age-band {
  margin: 0 auto 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2563eb;
}

.pioneers-tagline {
  max-width: 820px;
  margin: 0 auto 24px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.45;
  color: #14b8a6;
}

.pioneers-hero-text {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #333333;
}

/* SECTIONS */
.pioneers-section {
  padding: 80px 20px;
  background: #ffffff;
}

.pioneers-section.alt {
  background: #f8fbff;
}

.pioneers-section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.pioneers-section-header h2 {
  margin: 0 0 18px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #2563eb;
}

.pioneers-section-header p {
  margin: 0 auto 18px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
}

/* GRIDS */
.pioneers-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.pioneers-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

/* STANDARD CARDS */
.pioneers-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 6px solid #2563eb;
}

.pioneers-card.feature {
  border-top-color: #14b8a6;
}

.pioneers-icon {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 16px;
}

.pioneers-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111827;
}

.pioneers-card p {
  margin: 0 0 20px;
  color: #444444;
  line-height: 1.55;
  flex-grow: 1;
}

/* STREALM BECOMES REAL LIFE */
.pioneers-lifecycle {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.pioneers-life-step {
  background: #ffffff;
  color: #111827;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(0,0,0,0.07);
  border: 2px solid #dbeafe;
}

.pioneers-life-arrow {
  color: #2563eb;
  font-size: 1.4rem;
  font-weight: 900;
}

/* FLOW */
.pioneers-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pioneers-flow-step {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  border-bottom: 5px solid #2563eb;
}

.pioneers-flow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 14px;
}

.pioneers-flow-step h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #111827;
}

.pioneers-flow-step p {
  margin: 0;
  color: #444444;
  line-height: 1.55;
}

/* PIONEER PATHWAY CARDS */
.pioneers-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pioneers-pathway-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 24px;
  box-shadow: 0 7px 18px rgba(0,0,0,0.08);
  border-top: 7px solid #14b8a6;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pioneers-pathway-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111827;
  text-align: center;
}

.pioneers-pathway-card p {
  margin: 0 0 18px;
  color: #444444;
  line-height: 1.55;
  text-align: center;
}

.pioneers-pathway-card ul {
  margin: 0;
  padding-left: 20px;
  color: #444444;
  line-height: 1.7;
}

.pioneers-pathway-card li {
  margin-bottom: 8px;
}

/* CTA */
.pioneers-cta {
  background: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.pioneers-cta h2 {
  margin: 0 0 16px;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #ffffff;
}

.pioneers-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #ffffff;
}

/* BUTTONS */
.pioneers-button-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

a.pioneers-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 40px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.pioneers-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

a.pioneers-btn.primary {
  background: #2563eb;
  color: #ffffff !important;
}

a.pioneers-btn.secondary {
  background: #14b8a6;
  color: #ffffff !important;
}

a.pioneers-btn.accent {
  background: #9b8ac4;
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .pioneers-grid.three,
  .pioneers-pathway-grid,
  .pioneers-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pioneers-hero h1 {
    font-size: 2.7rem;
  }

  .pioneers-section-header h2,
  .pioneers-cta h2 {
    font-size: 2rem;
  }

  .pioneers-tagline {
    font-size: 1.15rem;
  }
}

@media (max-width: 650px) {
  .pioneers-hero {
    padding: 70px 18px 65px;
  }

  .pioneers-section,
  .pioneers-section.alt,
  .pioneers-cta {
    padding: 60px 18px;
  }

  .pioneers-grid.three,
  .pioneers-pathway-grid,
  .pioneers-flow {
    grid-template-columns: 1fr;
  }

  .pioneers-hero h1 {
    font-size: 2.25rem;
  }

  .pioneers-hero-text,
  .pioneers-section-header p,
  .pioneers-cta p {
    font-size: 1rem;
  }

  .pioneers-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  a.pioneers-btn {
    width: 100%;
    text-align: center;
  }

  .pioneers-lifecycle {
    flex-direction: column;
  }

  .pioneers-life-arrow {
    transform: rotate(90deg);
  }
}/* End custom CSS */