/* ─── Customer-specific overrides ─── */

.customer-hero .lp-hero__title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Value prop icons */
.lp-card__icon--craft { color: #e76f51; }
.lp-card__icon--secure { color: #2a9d8f; }
.lp-card__icon--direct { color: #264653; }
.lp-card__icon--categories { color: #f9c74f; }

/* Trust section */
.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.trust-card {
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.trust-card__icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.trust-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0c1e3a;
  margin-bottom: 8px;
}

.trust-card__text {
  font-size: 0.9rem;
  color: #555862;
  line-height: 1.6;
}

/* Categories grid for customers */
.customer-categories .lp-pills {
  max-width: 800px;
  margin: 0 auto;
}

.customer-categories__note {
  text-align: center;
  margin-top: 24px;
  font-size: 0.9rem;
  color: #868a95;
}

@media (max-width: 768px) {
  .trust-cards {
    grid-template-columns: 1fr;
  }
}
