.logo-bar .section-head h2,
.section-head .main-heading,
.bottom-cta-inner {
    max-width: 900px;
}

.hero-stat-num {
    white-space: nowrap;
}

.pain-num {
    font-size: clamp(28px, 5vw, 35px);
}
.hero-sub{
    font-weight: 400;
    font-size: 17px;
}
.hs-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hs-stat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hs-stat-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-stat-icon svg {
  width: 18px;
  height: 18px;
}

/* Icon background tints + icon fill colors, each pulled from a stop in the brand gradient */
.hs-stat--blue .hs-stat-icon { background: rgba(40, 129, 219, 0.1); }
.hs-stat--blue .hs-stat-icon svg path { fill: #2881db; }

.hs-stat--purple .hs-stat-icon { background: rgba(162, 48, 221, 0.1); }
.hs-stat--purple .hs-stat-icon svg path { fill: #a230dd; }

.hs-stat--orange .hs-stat-icon { background: rgba(241, 90, 34, 0.1); }
.hs-stat--orange .hs-stat-icon svg path { fill: #f15a22; }

.hs-stat-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hs-stat-num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* Brand gradient text for the numbers */
.hs-gradient-text {
  background: linear-gradient(90deg, #2881db, #a230dd, #cf15e2, #f15a22, #ffcb05);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.hs-stat-label {
  font-size: 14px;
  color: #303030;
  line-height: 1.4;
  /* max-width: 260px; */
}

.hero h1{
    margin-bottom: 16px;
}