/**
 * لینک‌های متنی لندینگ — بعد از styles.css هر لندینگ لود می‌شود.
 * منبع اصلی: frontend/app/styles/content-links.css (بخش لندینگ)
 * رنگ: --link-color در variables.css
 */

.landing-page :where(
  .section-lead a,
  .closing-cta-text a,
  .spec-text a,
  .faq-phone a,
  .contact-info-text a,
  .content-body a,
  .download-badges a,
  .pwa-block a,
  .footer-links a,
  .link-more,
  .faq-more-link,
  .faq-more-link a,
  .why-ariosis-link a,
  .articles-section .blog-card-title a:hover
) {
  color: var(--link-color);
}

.landing-page :where(
  .section-lead a:hover,
  .closing-cta-text a:hover,
  .spec-text a:hover,
  .faq-phone a:hover,
  .contact-info-text a:hover,
  .content-body a:hover,
  .download-badges a:hover,
  .pwa-block a:hover,
  .footer-links a:hover,
  .link-more:hover,
  .faq-more-link:hover,
  .faq-more-link a:hover,
  .why-ariosis-link a:hover
) {
  color: var(--link-color-hover);
}
