:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56c7e1f */.belc-strealm-page,
.belc-strealm-page *{
  box-sizing:border-box;
  font-family:"Nunito Sans","Montserrat",sans-serif;
}

.belc-strealm-page{
  background:#fff;
  color:#1f2937;
}

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

.strealm-narrow{
  max-width:880px;
}

/* HERO */

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

.strealm-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;
}

.strealm-hero h1{
  margin:20px 0 10px;
  font-size:clamp(2.8rem,5vw,4.8rem);
  color:#002b5c;
  line-height:1.05;
}

.strealm-tagline{
  font-size:1.45rem;
  font-weight:900;
  color:#111827;
}

.strealm-hero-text{
  max-width:780px;
  margin:20px auto;
  line-height:1.8;
  font-size:1.05rem;
}

/* BUTTONS */

.strealm-buttons{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.strealm-btn{
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
}

.strealm-btn.primary{
  background:#ff914d;
  color:#fff;
}

.strealm-btn.secondary{
  background:#002b5c;
  color:#fff;
}

/* SECTIONS */

.strealm-section{
  padding:80px 0;
}

.strealm-soft{
  background:#fffaf5;
}

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

.strealm-section p{
  line-height:1.8;
  margin-bottom:18px;
  font-size:1.03rem;
}

.strealm-emphasis{
  color:#002b5c;
  font-size:1.15rem !important;
  font-weight:900;
}

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

/* STRAND CARDS */

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

.strealm-card{
  background:#fff;
  padding:28px;
  border-radius:24px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.07);
  border-top:6px solid #ff914d;
}

.strealm-card.featured{
  background:#f8fbff;
  border-top-color:#14b8a6;
}

.strealm-card span{
  display:block;
  font-size:2rem;
  margin-bottom:12px;
}

.strealm-card h3{
  color:#002b5c;
  margin-bottom:10px;
}

/* ACTION GRID */

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

.strealm-action-grid article{
  background:#fff;
  border-radius:18px;
  padding:20px;
  box-shadow:0 6px 16px rgba(0,0,0,.06);
  border-left:5px solid #14b8a6;
}

.strealm-action-grid strong{
  display:block;
  color:#002b5c;
  margin-bottom:8px;
}

.strealm-action-grid span{
  line-height:1.55;
  color:#374151;
}

/* AGE GRID */

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

.strealm-age-grid article{
  background:#fffaf5;
  border-radius:20px;
  padding:22px 18px;
  border-top:5px solid #ff914d;
  box-shadow:0 6px 16px rgba(0,0,0,.05);
}

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

.strealm-age-grid p{
  font-size:.9rem;
  line-height:1.55;
}

/* CTA */

.strealm-cta{
  background:linear-gradient(135deg,#002b5c,#14b8a6);
  color:#fff;
  text-align:center;
  padding:90px 0;
}

.strealm-cta h2{
  color:#fff;
  font-size:clamp(2rem,3vw,2.8rem);
}

.strealm-cta p{
  max-width:800px;
  margin:0 auto 16px;
  line-height:1.8;
}

/* RESPONSIVE */

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

@media(max-width:900px){
  .strealm-grid,
  .strealm-action-grid{
    grid-template-columns:1fr;
  }
}

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

  .strealm-buttons{
    flex-direction:column;
  }

  .strealm-btn{
    width:100%;
    text-align:center;
  }

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

  .strealm-section,
  .strealm-cta{
    padding:60px 0;
  }
}/* End custom CSS */