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

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

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

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

/* HERO */

.philosophy-hero{
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.18), transparent 35%),
    linear-gradient(135deg,#eef8ff 0%,#ffffff 55%,#fff7ed 100%);
  padding:100px 0;
  text-align:center;
}

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

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

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

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

/* BUTTONS */

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

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

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

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

/* SECTIONS */

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

.philosophy-soft{
  background:#f8fbff;
}

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

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

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

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

/* CARDS */

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

.philosophy-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 #14b8a6;
}

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

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

/* VALUES */

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

.philosophy-values-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);
}

.philosophy-values-grid h3{
  color:#002b5c;
  margin-bottom:8px;
  font-size:1rem;
}

.philosophy-values-grid p{
  font-size:.9rem;
  line-height:1.55;
}

/* FRAMEWORKS */

.philosophy-frameworks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:30px;
}

.philosophy-frameworks article{
  background:#fff;
  border-radius:24px;
  padding:28px;
  border-top:6px solid #ff914d;
  box-shadow:0 8px 20px rgba(0,0,0,.07);
}

.philosophy-frameworks h3{
  color:#002b5c;
}

.philosophy-frameworks a{
  color:#0f766e;
  font-weight:900;
  text-decoration:none;
}

/* CTA */

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

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

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

/* RESPONSIVE */

@media(max-width:1100px){
  .philosophy-values-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

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

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

@media(max-width:650px){
  .philosophy-grid,
  .philosophy-values-grid{
    grid-template-columns:1fr;
  }

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

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

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

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