/* تایپوگرافی هیرو — Titr B + رنگ بنفش */

.landing-home .tc-hero--premium h1.tc-hero-title.tc-font-btitr,
.landing-home .tc-hero--premium .tc-font-btitr.tc-hero-title,
.landing-home .tc-hero--premium .tc-font-btitr .tc-hero-title-line,
.landing-home .tc-hero--premium .tc-font-btitr .tc-hero-title-accent {
  font-family: 'Titr B', 'TitrB', Tahoma, sans-serif !important;
  font-weight: 700 !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.landing-home .tc-hero--premium .tc-font-btitr.tc-hero-title,
.landing-home .tc-hero--premium h1.tc-hero-title.tc-font-btitr {
  font-size: clamp(1.65rem, 3.8vw, 2.5rem);
  line-height: 1.42;
  color: #7c5ce6;
}

.landing-home .tc-hero--premium .tc-font-btitr .tc-hero-title-line,
.landing-home .tc-hero--premium .tc-font-btitr .tc-hero-title-accent {
  color: #7c5ce6 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  background-clip: unset !important;
}

.landing-home .tc-hero--premium .tc-font-hero-display.tc-hero-lead,
.landing-home .tc-hero--premium p.tc-hero-lead.tc-font-hero-display {
  font-family: 'Vazirmatn', ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(0.95rem, 1.75vw, 1.08rem);
  line-height: 1.82;
  letter-spacing: 0;
  color: #6b6780 !important;
  max-width: 34rem;
}

@media (max-width: 640px) {
  .landing-home .tc-hero--premium .tc-font-btitr.tc-hero-title,
  .landing-home .tc-hero--premium h1.tc-hero-title.tc-font-btitr {
    font-size: clamp(1.4rem, 5.8vw, 1.85rem);
    line-height: 1.5;
  }

  .landing-home .tc-hero--premium .tc-font-hero-display.tc-hero-lead {
    font-size: 0.92rem;
    line-height: 1.78;
  }
}
