/*
 * responsive-desktop.css
 * Owner  : Desktop Agent (Claude Opus)
 * Scope  : All desktop overrides — min-width: 1024px and above
 *
 * Rules:
 *   - Only write inside @media (min-width: 1024px) blocks
 *   - Never modify styles.css or responsive-mobile.css
 *   - RTL (direction: rtl) is set globally — never override it
 *   - Cairo font is loaded globally — never re-import it
 *   - Target polished layout on screens 1024px and above
 */

/* ─── GLOBAL DESKTOP LAYOUT ─────────────────────────────────────── */
@media (min-width: 1024px) {

  /* Hero Section */

  /* Navbar */

  /* Services Section */

  /* Projects Section */

  /* Partners Section */

  /* Contact Section */

  /* Footer */

}
