/* ==========================================================================
   services.css — خاص بصفحة الخدمات (بنشر) (Services page-specific)
   شركة السرعة المطلقة | كل القيم من tokens.css — RTL.
   الصفحة تُبنى من section-title/section-subtitle (layout.css) وgrid-products
   + service-card (Batch 6). التجاوز أدناه فقط للعنوان (Figma node 294:17721).
   ========================================================================== */

.services-hero .section-title {
  color: var(--color-primary);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .services-hero .section-title {
    font-size: var(--fs-title-lg);
  }
}
