/* about page */
.belief-card{
  background:#fff;
  border:1px solid rgba(124,106,247,.1);
  border-radius:1.5rem;
  padding:2rem;
  transition:border-color .35s,transform .35s,box-shadow .35s;
}
.belief-card:hover{
  border-color:rgba(124,106,247,.3);
  transform:translateY(-3px);
  box-shadow:0 8px 28px rgba(124,106,247,.08);
}

.stat-block{text-align:left;}
.stat-block .num{
  font-size:clamp(2.5rem,5vw,3.75rem);
  font-weight:300;
  line-height:1;
  letter-spacing:-.02em;
  color:var(--color-bright);
  margin-bottom:.5rem;
}
.stat-block .num strong{font-weight:800;}
.stat-block .label{
  font-family:'Space Mono',monospace;
  font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(49,45,75,.5);font-weight:700;
}

.cta-hero{
  border-radius:2rem;
  overflow:hidden;
  position:relative;
  min-height:min(540px, 60vh);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#1a0a3c;
}

@media(max-width:919px){
  section{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}
  .story-grid{grid-template-columns:1fr !important;gap:2rem !important;}
  .hero-section-about{padding-top:6rem !important;padding-bottom:2.5rem !important;}
}
