.hero__title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: var(--fw-bold);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  font-weight: var(--fw-regular);
}

.hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
}

.section-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: var(--fw-bold);
  line-height: 1.15;
  color: var(--text-strong);
}

.section-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: var(--fw-bold);
  color: var(--accent);
  margin-bottom: 12px;
}

.section-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 56ch;
}

.card-title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
  color: var(--text-strong);
}

.label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--fw-bold);
}

.caption {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
}
