/* Site rhythm — breathing room between text blocks */
.section__title {
  margin-bottom: 56px;
}

.tag {
  margin-bottom: 18px;
}

.section p + p {
  margin-top: 0.9em;
}

.teaser-card h3 {
  margin-bottom: 14px;
}

.teaser-card p {
  margin-bottom: 26px;
  line-height: 1.72;
}

.founder-story__copy p {
  margin-bottom: 1.15em;
  line-height: 1.75;
}

.founder-story__cta p {
  margin-bottom: 18px;
  line-height: 1.72;
}

.stats-bar__label,
.review-card p {
  line-height: 1.65;
}

.review-card p {
  margin-bottom: 16px;
}

/* Speaker — solid purple heading */
.speaker__info h2 {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1.08;
}

.speaker__role {
  margin-bottom: 28px;
  line-height: 1.65;
}

.speaker__info > p {
  line-height: 1.75;
  margin-bottom: 0.85em;
}

/* About page — purple section title */
.about-page .section__title {
  color: var(--accent);
  margin-bottom: 40px;
}

.about-page .section__title span {
  color: #4726d9;
}

.method-step__num {
  background: var(--accent);
  box-shadow: 0 4px 14px rgba(108, 71, 255, 0.22);
}

.method-step h3 {
  margin-bottom: 14px;
}

.method-step p {
  line-height: 1.68;
}

/* Cabinet promo rhythm — see cab-promo.css */

/* Round controls — flat, no gradient */
.carousel__btn {
  border-radius: 50%;
}

.habitcalc__range::-webkit-slider-thumb,
.habitcalc__range::-moz-range-thumb {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(108, 71, 255, 0.12);
}

.habitcalc__range,
.habitcalc__range::-moz-range-track {
  background: #ddd5ff;
}
