:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-91a8a8c *//* ============================================================
   HDLH PAGE — CSS FOR HTML BOX 1
   Hero + Intro + Learning Cycle
============================================================ */

.belc-hdlh-page,
.belc-hdlh-page * {
  box-sizing: border-box;
  font-family: "Nunito Sans", "Montserrat", Arial, sans-serif;
}

.belc-hdlh-page {
  background: #ffffff;
  color: #1f2937;
}

.hdlh-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hdlh-narrow {
  max-width: 900px;
}

.hdlh-hero {
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255,145,77,.18), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #fff7ed 100%);
  padding: 100px 0;
  text-align: center;
}

.hdlh-kicker {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hdlh-hero h1 {
  margin: 20px 0 12px;
  color: #002b5c;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1.05;
}

.hdlh-tagline {
  margin: 0 auto 20px;
  color: #111827;
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  font-weight: 900;
  line-height: 1.25;
}

.hdlh-hero-text,
.hdlh-section p {
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hdlh-hero-text {
  max-width: 800px;
  margin: 0 auto 16px;
}

.hdlh-pill-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hdlh-pill {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #002b5c;
  color: #ffffff;
  font-size: .9rem;
  font-weight: 900;
}

.hdlh-section {
  padding: 82px 0;
  background: #ffffff;
}

.hdlh-soft {
  background: #fffaf5;
}

.hdlh-section h2 {
  margin: 0 0 18px;
  color: #002b5c;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.15;
}

.hdlh-emphasis {
  color: #002b5c !important;
  font-size: 1.16rem !important;
  font-weight: 900;
  line-height: 1.55 !important;
}

.hdlh-section-header {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.hdlh-cycle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hdlh-cycle-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.07);
  border-top: 7px solid #ff914d;
}

.hdlh-cycle-card span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.hdlh-cycle-card h3 {
  margin: 0 0 10px;
  color: #002b5c;
  font-size: 1.25rem;
}

.hdlh-cycle-card p {
  margin: 0;
  font-size: .96rem;
  line-height: 1.58;
}

@media (max-width: 1100px) {
  .hdlh-cycle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .hdlh-container,
  .hdlh-narrow {
    width: min(100% - 32px, 1180px);
  }

  .hdlh-hero {
    padding: 70px 0;
  }

  .hdlh-section {
    padding: 60px 0;
  }

  .hdlh-cycle-grid {
    grid-template-columns: 1fr;
  }

  .hdlh-pill-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hdlh-pill {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c48409 *//* ============================================================
   HDLH PAGE — CSS FOR HTML BOX 2
   STREALM + Foundations + BEACONS Way + Ages + Formula
============================================================ */

.belc-hdlh-page,
.belc-hdlh-page * {
  box-sizing: border-box;
  font-family: "Nunito Sans", "Montserrat", Arial, sans-serif;
}

.hdlh-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hdlh-narrow {
  max-width: 900px;
}

.hdlh-section {
  padding: 82px 0;
  background: #ffffff;
}

.hdlh-soft {
  background: #fffaf5;
}

.hdlh-kicker {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hdlh-section h2 {
  margin: 0 0 18px;
  color: #002b5c;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.15;
}

.hdlh-section p {
  color: #374151;
  font-size: 1.04rem;
  line-height: 1.78;
}

.hdlh-section-header {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.hdlh-center-text {
  max-width: 800px;
  margin: 34px auto 0 !important;
  text-align: center;
  color: #002b5c !important;
  font-weight: 800;
}

.hdlh-strealm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hdlh-strealm-grid article {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 18px;
  text-align: center;
  color: #002b5c;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  border-left: 5px solid #14b8a6;
}

.hdlh-four-foundations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hdlh-four-foundations article {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.07);
  border-top: 6px solid #14b8a6;
}

.hdlh-four-foundations h3 {
  margin: 0 0 10px;
  color: #002b5c;
  font-size: 1.15rem;
}

.hdlh-values-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.hdlh-values-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 16px 12px;
  background: #fffaf5;
  border-radius: 18px;
  color: #002b5c;
  font-size: .9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  border-top: 5px solid #ff914d;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.hdlh-age-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.hdlh-age-grid article {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 7px 18px rgba(0,0,0,.06);
  border-top: 5px solid #ff914d;
}

.hdlh-age-grid h3 {
  margin: 0 0 10px;
  color: #002b5c;
  font-size: 1rem;
}

.hdlh-age-grid p {
  margin: 0;
  color: #374151;
  font-size: .92rem;
  line-height: 1.5;
}

.hdlh-cta {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(135deg, #002b5c 0%, #14b8a6 100%);
  color: #ffffff;
  text-align: center;
  padding: 90px 0;
}

.hdlh-cta h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.hdlh-formula {
  max-width: 820px;
  margin: 0 auto 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.hdlh-formula span {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #ffffff;
  font-weight: 900;
  line-height: 1.25;
}

.hdlh-formula span:nth-child(2),
.hdlh-formula span:nth-child(4),
.hdlh-formula span:nth-child(6) {
  background: transparent;
  padding: 0;
  font-size: 1.4rem;
  color: #ffedd5;
}

.hdlh-formula span:last-child {
  background: #ff914d;
}

.hdlh-cta p {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.06rem;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .hdlh-four-foundations {
    grid-template-columns: repeat(2, 1fr);
  }

  .hdlh-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hdlh-age-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .hdlh-strealm-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .hdlh-container,
  .hdlh-narrow {
    width: min(100% - 32px, 1180px);
  }

  .hdlh-section,
  .hdlh-cta {
    padding: 60px 0;
  }

  .hdlh-four-foundations,
  .hdlh-values-grid,
  .hdlh-age-grid {
    grid-template-columns: 1fr;
  }

  .hdlh-formula {
    flex-direction: column;
  }

  .hdlh-formula span {
    width: 100%;
  }

  .hdlh-formula span:nth-child(2),
  .hdlh-formula span:nth-child(4),
  .hdlh-formula span:nth-child(6) {
    width: auto;
  }
}/* End custom CSS */