/* ─── Maker-specific overrides ─── */

.maker-hero .lp-hero__title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.maker-problem__text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  color: #555862;
  line-height: 1.7;
}

/* Value prop icons */
.lp-card__icon--rate { color: #2a9d8f; }
.lp-card__icon--fees { color: #f9c74f; }
.lp-card__icon--stages { color: #e76f51; }
.lp-card__icon--price { color: #7c9bbf; }
.lp-card__icon--comms { color: #264653; }
.lp-card__icon--portfolio { color: #a8dadc; }

/* Categories section extra spacing */
.maker-categories .lp-pills {
  max-width: 800px;
  margin: 0 auto;
}

.maker-categories__note {
  text-align: center;
  margin-top: 24px;
  font-size: 0.9rem;
  color: #868a95;
}

/* Final CTA section tweaks */
.maker-final-cta .lp-section__title {
  color: #0c1e3a;
}

.maker-final-cta .lp-section__subtitle {
  color: rgba(12, 30, 58, 0.7);
}
