.ece-landing__title {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.7rem, 11vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-wrap: balance;
}

.ece-landing__subtitle {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(0.78rem, 2.8vw, 0.95rem);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0.12rem 0.65rem rgba(0, 0, 0, 0.55);
}



.ece-step-card__eyebrow,
.ece-dialog__eyebrow {
  margin: 0 0 var(--ece-space-1);
  color: var(--ece-color-orange-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ece-step-card__title,
.ece-dialog__title {
  margin: 0;
  font-size: clamp(1.9rem, 7vw, 2.8rem);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.ece-step-card__intro,
.ece-dialog__text {
  margin: var(--ece-space-2) 0 0;
  color: var(--ece-color-grey-700);
  line-height: 1.6;
}


.ece-landing__subtitle span {
  color: var(--ece-color-orange);
  font-weight: 400;
}
