
h1, h2, h3, h4, h5, h6, .brand-title, .section-title, .hero-title {
  font-family: 'Cairo', 'Tajawal', system-ui, -apple-system, sans-serif;
  letter-spacing: -0.01em;
}

/**
 * MAIDAN AL-MUNASABAT — SHARED SHELL & LUXURY HOMEPAGE STYLES
 * ميدان المناسبات — معمارية الهيكل العام والواجهة الملكية
 * 
 * Version: 1.0.0
 * Architecture: CSS Logical Properties, Zero-Dependency, Pure RTL
 */

/* ==========================================================================
   1. GLOBAL RESET & BASE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

.header-inner,
.footer-bottom,
.footer-grid,
.grid,
.service-city-layout {
  min-width: 0;
}

.header-inner > *,
.footer-bottom > *,
.footer-grid > *,
.grid > *,
.service-city-layout > * {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  background-color: var(--m-bg-page);
  color: var(--m-text-primary);
  font-family: var(--m-font-family);
  font-size: 16px;
  line-height: var(--m-line-height-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--m-bg-page);
  color: var(--m-text-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  max-width: 100vw;
}

h1, h2, h3, h4, h5, h6, p, div, span, a, article, section {
  overflow-wrap: break-word;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--m-transition-fast);
}

a:hover {
  color: var(--m-gold-accent);
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: var(--m-container-max);
  padding-inline: var(--m-container-padding);
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 99999;
  padding: 10px 18px;
  background: var(--m-purple-primary);
  color: #fff;
  border-radius: var(--m-radius-sm);
  transform: translateY(-180%);
  transition: transform var(--m-transition-normal);
  font-weight: var(--m-font-weight-semibold);
}

.skip-link:focus {
  transform: translateY(0);
}

/* ==========================================================================
   2. SHARED HEADER & FLAWLESS HORIZONTAL ALIGNMENT
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: var(--m-z-header);
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--m-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background-color var(--m-transition-normal), border-color var(--m-transition-normal);
  width: 100%;
}

[data-theme="dark"] .site-header {
  background-color: rgba(21, 7, 34, 0.96) !important;
  border-bottom: 1px solid rgba(61, 28, 92, 0.8) !important;
}

.site-header .container {
  max-width: 1440px;
  width: 100%;
  padding-inline: clamp(16px, 3vw, 40px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  gap: clamp(16px, 2.5vw, 36px);
  width: 100%;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform var(--m-transition-fast);
}

.site-header .brand:hover {
  transform: scale(1.02);
}

.site-header .brand img {
  height: 88px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(200, 154, 60, 0.45));
  transition: filter var(--m-transition-fast);
}

.site-header .brand-title {
  font-family: 'Cairo', 'Tajawal', system-ui, -apple-system, sans-serif;
  font-size: 1.38rem;
  font-weight: 800;
  color: var(--m-text-primary);
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1.15;
}

.site-header .brand-gold {
  color: var(--m-gold-accent);
  text-shadow: 0 0 14px rgba(244, 207, 104, 0.35);
}

.nav-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 32px);
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-desktop a {
  color: var(--m-text-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.04rem;
  padding: 8px 6px;
  position: relative;
  transition: color var(--m-transition-fast);
  white-space: nowrap !important;
  display: inline-block;
}

[data-theme="dark"] .nav-desktop a {
  color: #FFFFFF !important;
}

[data-theme="dark"] .nav-desktop a:hover {
  color: #F4CF68 !important;
}

.nav-desktop a:hover { color: var(--m-gold-accent); }

.nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2.5px;
  background: var(--m-gold-accent);
  transition: width var(--m-transition-fast);
  border-radius: 2px;
}

.nav-desktop a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  flex-shrink: 0;
}

.header-store-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-badge-link {
  display: inline-flex;
  align-items: center;
  transition: transform var(--m-transition-fast);
  flex-shrink: 0;
}

.header-badge-link:hover {
  transform: translateY(-2px);
}

.header-divider {
  width: 1.5px;
  height: 26px;
  background: rgba(200, 154, 60, 0.4);
  flex-shrink: 0;
}

/* ==========================================================================
   ICON-ONLY PROMINENT THEME TOGGLE BUTTON (OPPOSITE THEME INDICATOR)
   ========================================================================== */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: all var(--m-transition-fast);
  text-decoration: none;
  flex-shrink: 0;
  padding: 0;
}

/* In Dark Mode -> Show glowing Sun ☀️ */
[data-theme="dark"] .theme-toggle-btn {
  border: 1.8px solid #F4CF68;
  background: rgba(244, 207, 104, 0.18);
  box-shadow: 0 0 14px rgba(244, 207, 104, 0.3);
}

[data-theme="dark"] .theme-toggle-btn:hover {
  background: rgba(244, 207, 104, 0.35);
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(244, 207, 104, 0.65);
}

[data-theme="dark"] .theme-icon-sun {
  display: inline-block !important;
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(244, 207, 104, 0.85));
}

[data-theme="dark"] .theme-icon-moon {
  display: none !important;
}

/* In Light Mode -> Show rich Moon 🌙 */
:root:not([data-theme="dark"]) .theme-toggle-btn {
  border: 1.8px solid #4B176C;
  background: rgba(75, 23, 108, 0.1);
  box-shadow: 0 2px 10px rgba(75, 23, 108, 0.15);
}

:root:not([data-theme="dark"]) .theme-toggle-btn:hover {
  background: rgba(75, 23, 108, 0.2);
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(75, 23, 108, 0.3);
}

:root:not([data-theme="dark"]) .theme-icon-sun {
  display: none !important;
}

:root:not([data-theme="dark"]) .theme-icon-moon {
  display: inline-block !important;
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(75, 23, 108, 0.35));
}

.menu-btn {
  display: none;
  font-size: 1.55rem;
  padding: var(--m-space-xs) var(--m-space-sm);
  color: var(--m-text-primary);
}

/* Mobile Navigation Drawer */
.mobile-nav-drawer {
  display: none;
  position: fixed;
  top: 76px;
  inset-inline: 0;
  background: var(--m-bg-surface);
  border-bottom: 1px solid var(--m-border);
  padding: var(--m-space-lg) var(--m-container-padding);
  box-shadow: var(--m-shadow-strong);
  z-index: var(--m-z-drawer);
}

.mobile-nav-drawer.open {
  display: flex;
  flex-direction: column;
  gap: var(--m-space-md);
}

.mobile-nav-drawer a {
  font-size: 1.05rem;
  font-weight: var(--m-font-weight-semibold);
  padding: var(--m-space-sm) 0;
  border-bottom: 1px solid var(--m-border-subtle);
}

/* ==========================================================================
   3. HERO SECTION (EDITORIAL LUXURY)
   ========================================================================== */
.luxury-hero {
  padding-block: clamp(48px, 8vw, 96px) clamp(40px, 6vw, 72px);
  background: radial-gradient(circle at 80% 20%, var(--m-bg-surface-soft) 0%, var(--m-bg-page) 70%);
  border-bottom: 1px solid var(--m-border-subtle);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .luxury-hero {
  background: radial-gradient(circle at 80% 20%, var(--m-bg-surface-secondary) 0%, var(--m-bg-page) 70%);
}

.hero-content {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--m-space-sm);
  color: var(--m-purple-primary);
  font-size: 0.9rem;
  font-weight: var(--m-font-weight-bold);
  padding: 6px 16px;
  background: var(--m-bg-surface-soft);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-full);
  margin-bottom: var(--m-space-md);
}

[data-theme="dark"] .hero-eyebrow {
  color: var(--m-gold-accent);
}

.hero-title {
  font-size: var(--m-font-h1);
  font-weight: var(--m-font-weight-black);
  line-height: var(--m-line-height-heading);
  margin-block: 0 var(--m-space-md);
  color: var(--m-text-primary);
}

.hero-title em {
  font-style: normal;
  color: var(--m-gold-accent);
}

.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--m-text-muted);
  line-height: 1.8;
  margin-block: 0 var(--m-space-xl);
}

/* Category Discovery Pills (Replaces Search Bar) */
/* Balanced 6x2 Discovery Pills Grid */
.discovery-pills-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--m-gold-accent);
  margin-bottom: var(--m-space-sm);
  text-align: center;
}

.discovery-pills {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 980px;
  margin-inline: auto;
  margin-block: var(--m-space-md) var(--m-space-xl);
}

.pill-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 154, 60, 0.35);
  color: var(--m-text-primary);
  backdrop-filter: blur(8px);
  text-decoration: none;
  transition: all var(--m-transition-fast);
  white-space: nowrap;
}

.pill-item:hover {
  background: rgba(200, 154, 60, 0.22);
  border-color: var(--m-gold-accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(200, 154, 60, 0.3);
}

@media (max-width: 1024px) {
  .discovery-pills {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .discovery-pills {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .pill-item {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .discovery-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}

[data-theme="dark"] .pill-item:hover {
  color: var(--m-gold-accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--m-space-md);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--m-space-xs);
  padding: 14px 28px;
  background: var(--m-purple-primary);
  color: var(--m-on-primary);
  border-radius: var(--m-radius-full);
  font-weight: var(--m-font-weight-bold);
  font-size: 1rem;
  box-shadow: var(--m-shadow-soft);
  transition: all var(--m-transition-fast);
  min-height: var(--m-touch-min-target);
}

.btn-primary:hover {
  background: var(--m-purple-deep);
  color: #fff;
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--m-space-xs);
  padding: 14px 28px;
  background: var(--m-bg-surface);
  color: var(--m-text-primary);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-full);
  font-weight: var(--m-font-weight-semibold);
  font-size: 1rem;
  box-shadow: var(--m-shadow-subtle);
  transition: all var(--m-transition-fast);
  min-height: var(--m-touch-min-target);
}

.btn-secondary:hover {
  border-color: var(--m-gold-accent);
  background: var(--m-bg-surface-soft);
  transform: translateY(-2px);
}

/* ==========================================================================
   4. PILLARS SECTION (3 PILLARS)
   ========================================================================== */
.section-pillars {
  padding-block: var(--m-section-gap);
  border-bottom: 1px solid var(--m-border-subtle);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--m-space-xl);
}

.pillar-card {
  padding: var(--m-space-xl);
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  box-shadow: var(--m-shadow-subtle);
  transition: transform var(--m-transition-fast);
}

.pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--m-border-strong);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--m-bg-surface-soft);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-md);
  font-size: 1.5rem;
  color: var(--m-purple-primary);
  margin-bottom: var(--m-space-md);
}

[data-theme="dark"] .pillar-icon {
  color: var(--m-gold-accent);
}

.pillar-title {
  font-size: var(--m-font-h3);
  font-weight: var(--m-font-weight-bold);
  margin-block: 0 var(--m-space-sm);
  color: var(--m-text-primary);
}

.pillar-desc {
  font-size: var(--m-font-small);
  color: var(--m-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ==========================================================================
   5. SERVICES GRID (11 CATEGORIES)
   ========================================================================== */
.section-services {
  padding-block: var(--m-section-gap);
  background: var(--m-bg-surface-soft);
  border-bottom: 1px solid var(--m-border-subtle);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: var(--m-space-3xl);
}

.section-kicker {
  display: inline-block;
  color: var(--m-gold-accent);
  font-weight: var(--m-font-weight-bold);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: var(--m-space-xs);
}

.section-title {
  font-size: var(--m-font-h2);
  font-weight: var(--m-font-weight-black);
  margin-block: 0 var(--m-space-xs);
  color: var(--m-text-primary);
}

.section-lead {
  font-size: var(--m-font-small);
  color: var(--m-text-muted);
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--m-space-lg);
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--m-space-md);
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: var(--m-space-lg);
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  box-shadow: var(--m-shadow-subtle);
  transition: all var(--m-transition-fast);
}

.service-card:hover {
  border-color: var(--m-gold-accent);
  transform: translateY(-4px);
  box-shadow: var(--m-shadow-soft);
}

.service-card-icon {
  font-size: 2rem;
  margin-bottom: var(--m-space-md);
}

.service-card-title {
  font-size: 1.15rem;
  font-weight: var(--m-font-weight-bold);
  color: var(--m-text-primary);
  margin-block: 0 var(--m-space-xs);
}

.service-card-desc {
  font-size: 0.85rem;
  color: var(--m-text-muted);
  line-height: 1.6;
  margin-block: 0 var(--m-space-md);
  flex-grow: 1;
}

.service-card-link {
  font-size: var(--m-font-small);
  font-weight: var(--m-font-weight-bold);
  color: var(--m-purple-primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

[data-theme="dark"] .service-card-link {
  color: var(--m-gold-accent);
}

/* ==========================================================================
   6. OCCASIONS & GEOGRAPHIC DISCOVERY
   ========================================================================== */
.section-occasions,
.section-geography {
  padding-block: var(--m-section-gap);
  border-bottom: 1px solid var(--m-border-subtle);
}

.occasions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--m-space-md);
}

@media (max-width: 1100px) {
  .occasions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--m-space-lg);
  }
}

@media (max-width: 600px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--m-space-md);
  }
}

.occasion-card {
  padding: var(--m-space-xl) var(--m-space-md);
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-xl);
  text-align: center;
  box-shadow: var(--m-shadow-soft);
  transition: all var(--m-transition-fast);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.occasion-card:hover {
  border-color: var(--m-gold-accent);
  transform: translateY(-3px);
  box-shadow: var(--m-shadow-medium);
}

.occasion-icon {
  font-size: 1.8rem;
  margin-bottom: var(--m-space-xs);
}

.occasion-name {
  font-weight: var(--m-font-weight-bold);
  color: var(--m-text-primary);
  margin: 0;
}

.geo-countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--m-space-lg);
}

.geo-country-card {
  padding: var(--m-space-lg);
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-md);
}

.geo-country-head {
  display: flex;
  align-items: center;
  gap: var(--m-space-sm);
  font-size: 1.15rem;
  font-weight: var(--m-font-weight-bold);
  color: var(--m-text-primary);
  margin-bottom: var(--m-space-sm);
}

.geo-cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--m-space-xs);
}

.geo-city-tag {
  font-size: 0.8rem;
  padding: 4px 10px;
  background: var(--m-bg-surface-soft);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-sm);
  color: var(--m-text-muted);
}

.geo-city-tag:hover {
  color: var(--m-purple-primary);
  border-color: var(--m-gold-accent);
}

/* ==========================================================================
   7. HOW IT WORKS & PROVIDER JOIN CTA
   ========================================================================== */
.section-how {
  padding-block: var(--m-section-gap);
  background: var(--m-bg-surface-soft);
  border-bottom: 1px solid var(--m-border-subtle);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--m-space-lg);
}

.step-card {
  text-align: center;
  padding: var(--m-space-lg);
}

.step-number {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--m-purple-primary);
  color: #fff;
  border-radius: var(--m-radius-full);
  font-weight: var(--m-font-weight-bold);
  font-size: 1.1rem;
  margin-bottom: var(--m-space-md);
}

[data-theme="dark"] .step-number {
  background: var(--m-gold-accent);
  color: #150722;
}

.step-title {
  font-size: 1.1rem;
  font-weight: var(--m-font-weight-bold);
  margin-block: 0 var(--m-space-xs);
}

.step-desc {
  font-size: 0.85rem;
  color: var(--m-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   LUXURY ROYAL PROVIDER CTA FRAMED CARD
   ========================================================================== */
.section-provider-cta {
  padding-block: var(--m-space-3xl);
  background: var(--m-bg-surface-soft);
  position: relative;
}

.provider-cta-card {
  max-width: 1040px;
  margin-inline: auto;
  background: linear-gradient(145deg, rgba(38, 15, 62, 0.95) 0%, rgba(21, 7, 34, 0.98) 100%);
  border: 1.5px solid rgba(200, 154, 60, 0.35);
  border-radius: var(--m-radius-xl);
  padding: clamp(36px, 5vw, 60px) clamp(24px, 4vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(244, 207, 104, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-space-md);
}

.provider-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--m-gold-accent), transparent);
}

.provider-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(200, 154, 60, 0.12);
  border: 1px solid rgba(200, 154, 60, 0.35);
  border-radius: var(--m-radius-full);
  color: var(--m-gold-accent);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.provider-cta-title {
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  color: #FFFFFF;
  max-width: 820px;
}

.provider-cta-title .gold-text {
  color: var(--m-gold-accent);
  text-shadow: 0 0 16px rgba(244, 207, 104, 0.35);
}

.provider-cta-desc {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0;
}

.provider-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 42px;
  background: linear-gradient(135deg, #F4CF68 0%, #C89A3C 100%);
  color: #150722 !important;
  border-radius: var(--m-radius-full);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(200, 154, 60, 0.35);
  transition: all var(--m-transition-fast);
  margin-top: var(--m-space-xs);
}

.provider-cta-btn:hover {
  background: linear-gradient(135deg, #FFF0A3 0%, #E5B246 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(200, 154, 60, 0.55);
}

/* ==========================================================================
   8. SHARED FOOTER
   ========================================================================== */
.site-footer {
  background: var(--m-bg-surface-secondary);
  border-top: 1px solid var(--m-border);
  padding-block: var(--m-space-3xl) var(--m-space-xl);
  font-size: var(--m-font-small);
  color: var(--m-text-muted);
  margin-top: auto;
}

[data-theme="dark"] .site-footer {
  background: var(--m-bg-page);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: var(--m-space-2xl);
  align-items: start;
}

.footer-brand-col .brand img {
  height: 104px;
  width: auto;
  filter: drop-shadow(0 6px 18px rgba(200, 154, 60, 0.45));
}

.footer-brand-copy {
  line-height: 1.8;
  max-width: 380px;
  margin-block: var(--m-space-sm) var(--m-space-md);
  color: var(--m-text-muted);
  font-size: 0.95rem;
}

.footer-store-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: var(--m-space-md);
}

.footer-store-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--m-gold-accent);
}

.footer-store-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-col-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--m-text-primary);
  margin-block: 0 var(--m-space-lg);
  position: relative;
  padding-bottom: 8px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background: var(--m-gold-accent);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--m-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color var(--m-transition-fast), transform var(--m-transition-fast);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--m-gold-accent);
  transform: translateX(-3px);
}

.footer-bottom {
  padding-top: var(--m-space-lg);
  border-top: 1px solid var(--m-border-subtle);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--m-space-md);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--m-space-md);
}

/* ==========================================================================
   9. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--m-space-xl);
  }
}

/* ==========================================================================
   10. GENERIC CONTENT COMPONENTS & STATIC TREE STYLES (تنسيقات المحتوى العام)
   ========================================================================== */

/* Breadcrumbs (مسار التنقل) */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: var(--m-space-xs);
  flex-wrap: wrap;
  padding-block: var(--m-space-md);
  font-size: var(--m-font-small);
  color: var(--m-text-muted);
}

.breadcrumbs a {
  color: var(--m-text-muted);
  transition: color var(--m-transition-fast);
}

.breadcrumbs a:hover {
  color: var(--m-gold-accent);
}

.breadcrumbs strong {
  color: var(--m-text-primary);
  font-weight: var(--m-font-weight-semibold);
}

/* Page Head & Hero Headings */
.page-head {
  padding-block: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--m-border-subtle);
  margin-bottom: var(--m-space-xl);
}

.page-head h1 {
  margin: var(--m-space-xs) 0 var(--m-space-md);
  font-size: var(--m-font-h1);
  color: var(--m-text-primary);
  line-height: var(--m-line-height-heading);
}

.eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: var(--m-font-weight-bold);
  color: var(--m-gold-accent);
  letter-spacing: 0.05em;
  margin-bottom: var(--m-space-xs);
}

.lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--m-text-muted);
  max-width: 820px;
  margin: 0;
}

/* Public Summary Box (صندوق الخلاصة المميز) */
.public-summary {
  margin-top: var(--m-space-lg);
  padding: var(--m-space-lg) var(--m-space-xl);
  border-radius: var(--m-radius-xl);
  background: var(--m-bg-surface-soft);
  border: 1px solid var(--m-border);
  box-shadow: var(--m-shadow-soft);
  max-width: 820px;
}

.public-summary strong {
  display: block;
  font-size: 0.95rem;
  color: var(--m-purple-primary);
  margin-bottom: var(--m-space-xs);
}

[data-theme="dark"] .public-summary strong {
  color: var(--m-gold-accent);
}

.public-summary p {
  margin: 0;
  color: var(--m-text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Sections & Layout Grids */
.section {
  padding-block: clamp(32px, 5vw, 64px);
}

.section.soft {
  background: var(--m-bg-surface-soft);
  border-top: 1px solid var(--m-border-subtle);
  border-bottom: 1px solid var(--m-border-subtle);
}

.section-head {
  margin-bottom: var(--m-space-xl);
}

.section-head h2 {
  font-size: var(--m-font-h2);
  color: var(--m-text-primary);
  margin: 0 0 var(--m-space-xs);
}

.grid {
  display: grid;
  gap: var(--m-space-xl);
}

.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Generic & Step Cards (بطاقات الخطوات والخدمات) */
.card {
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-xl);
  padding: var(--m-space-xl);
  box-shadow: var(--m-shadow-soft);
  transition: transform var(--m-transition-normal), box-shadow var(--m-transition-normal), border-color var(--m-transition-normal);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--m-shadow-medium);
  border-color: var(--m-border-strong);
}

.card.step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card.step h3 {
  margin: 0 0 var(--m-space-sm);
  font-size: 1.55rem;
  color: var(--m-purple-primary);
}

[data-theme="dark"] .card.step h3 {
  color: var(--m-gold-accent);
}

.card.step p {
  margin: 0;
  color: var(--m-text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Service-City Layout & Article Legal Structure */
.service-city-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: var(--m-space-2xl);
  align-items: start;
}

.legal {
  line-height: 1.8;
  color: var(--m-text-muted);
}

.legal h2 {
  font-size: 1.55rem;
  color: var(--m-text-primary);
  margin-block: var(--m-space-xl) var(--m-space-sm);
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p {
  margin-block: 0 var(--m-space-md);
  font-size: 1rem;
}

.legal ul {
  padding-inline-start: var(--m-space-xl);
  margin-block: 0 var(--m-space-lg);
}

.legal li {
  margin-bottom: var(--m-space-xs);
}

.card.side-card {
  position: sticky;
  top: 90px;
}

.card.side-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--m-text-primary);
}

.card.side-card p {
  font-size: 0.9rem;
  color: var(--m-text-muted);
  margin-bottom: var(--m-space-lg);
}

/* Chips Grid (أزرار المدن والخدمات المتجاوبة) */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--m-space-sm);
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: var(--m-radius-full);
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  color: var(--m-text-primary);
  font-size: 0.88rem;
  font-weight: var(--m-font-weight-medium);
  transition: all var(--m-transition-fast);
  box-shadow: var(--m-shadow-subtle);
}

.chip:hover {
  background: var(--m-purple-primary);
  color: #FFFFFF;
  border-color: var(--m-purple-primary);
  transform: translateY(-1px);
}

[data-theme="dark"] .chip:hover {
  background: var(--m-gold-accent);
  color: var(--m-purple-950);
  border-color: var(--m-gold-accent);
}

/* Button Utilities for Static Templates */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: var(--m-radius-full);
  font-size: 0.95rem;
  font-weight: var(--m-font-weight-bold);
  cursor: pointer;
  transition: all var(--m-transition-normal);
  text-decoration: none;
}

.btn.primary {
  background: linear-gradient(135deg, var(--m-gold-accent), var(--m-gold-hover));
  color: var(--m-purple-950);
  box-shadow: var(--m-shadow-gold);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 154, 60, 0.4);
}

.btn.ghost {
  background: transparent;
  border: 1px solid var(--m-border);
  color: var(--m-text-primary);
}

.btn.ghost:hover {
  background: var(--m-bg-surface-soft);
  border-color: var(--m-border-strong);
}

/* SEO Context Footer Bar */
.seo-context {
  margin-top: var(--m-space-2xl);
  padding: var(--m-space-md) var(--m-space-lg);
  background: var(--m-bg-surface-soft);
  border: 1px solid var(--m-border-subtle);
  border-radius: var(--m-radius-lg);
  font-size: var(--m-font-small);
}

.seo-context h2 {
  font-size: 0.95rem;
  margin: 0 0 var(--m-space-xs);
  color: var(--m-text-helper);
}

.seo-context p {
  margin: 0;
  color: var(--m-text-muted);
}

/* Responsive Overrides for Content Components */
@media (max-width: 900px) {
  .grid.cols-3,
  .grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-city-layout {
    grid-template-columns: 1fr;
  }
  .card.side-card {
    position: static;
  }
}

@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }
  .header-inner {
    height: 84px;
  }
  .brand img {
    height: 64px;
  }
  .brand {
    font-size: 1.35rem;
    gap: 10px;
  }
  .footer-brand-col .brand img {
  height: 112px;
  width: auto;
  filter: drop-shadow(0 6px 16px rgba(200, 154, 60, 0.35));
}
  .footer-brand-col .brand-title {
    font-size: 1.5rem;
  }
}
  .page-head h1 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .btn {
    width: 100%;
  }
}

/* Mobile Shell Refinements */
@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }
  .header-inner {
    height: 64px;
  }
  .brand img {
    height: 38px;
  }
  .brand {
    font-size: 1.1rem;
    gap: 8px;
  }
  .theme-toggle-btn {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .menu-btn {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   STORE DOWNLOAD BADGES & ENHANCED HEADER/FOOTER (شارة المتاجر والهيدر المحسن)
   ========================================================================== */

/* Header Download Button */
.btn-header-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: var(--m-radius-full);
  background: linear-gradient(135deg, var(--m-purple-primary), var(--m-purple-dark));
  color: #FFFFFF !important;
  font-size: 0.88rem;
  font-weight: var(--m-font-weight-bold);
  border: 1px solid rgba(200, 154, 60, 0.4);
  box-shadow: 0 4px 12px rgba(75, 23, 108, 0.25);
  transition: all var(--m-transition-fast);
}

.btn-header-download:hover {
  background: linear-gradient(135deg, var(--m-gold-accent), var(--m-gold-hover));
  color: var(--m-purple-950) !important;
  border-color: var(--m-gold-accent);
  transform: translateY(-2px);
  box-shadow: var(--m-shadow-gold);
}

[data-theme="dark"] .btn-header-download {
  background: linear-gradient(135deg, var(--m-gold-accent), var(--m-gold-hover));
  color: var(--m-purple-950) !important;
  border-color: var(--m-gold-accent);
}

/* Store Badges Generic Component */
.store-badges {
  display: flex;
  align-items: center;
  gap: var(--m-space-md);
  flex-wrap: wrap;
}

.store-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  border-radius: var(--m-radius-lg);
  background: #110619;
  color: #FFFFFF !important;
  border: 1px solid rgba(200, 154, 60, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all var(--m-transition-fast);
  text-decoration: none;
  min-width: 155px;
}

.store-badge-btn:hover {
  border-color: var(--m-gold-accent);
  background: #1A0A26;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 154, 60, 0.28);
}

.store-badge-btn.sm {
  padding: 7px 14px;
  min-width: 135px;
}

.store-badge-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.store-badge-btn.sm .store-badge-icon {
  width: 20px;
  height: 20px;
}

.store-badge-text {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.store-badge-sub {
  font-size: 0.68rem;
  color: #B8A9C4;
  line-height: 1.1;
}

.store-badge-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.2;
}

/* Hero Store Badges Row */
.hero-store-badges {
  margin-top: var(--m-space-xl);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

.hero-store-label {
  font-size: 0.9rem;
  font-weight: var(--m-font-weight-semibold);
  color: var(--m-gold-accent);
}

/* Footer Store Section */
.footer-store-section {
  margin-top: var(--m-space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

.footer-store-title {
  font-size: 0.88rem;
  font-weight: var(--m-font-weight-semibold);
  color: var(--m-text-primary);
}

.drawer-store-badges {
  margin-top: var(--m-space-lg);
  padding-top: var(--m-space-md);
  border-top: 1px solid var(--m-border-subtle);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

/* ==========================================================================
   OFFICIAL ROYAL STORE BADGES & DUAL-THEME INVERSION
   ========================================================================== */
.store-badge-img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform var(--m-transition-fast), filter var(--m-transition-fast);
}

.store-badge-img.dark-badge {
  display: none !important;
}
.store-badge-img.light-badge {
  display: block !important;
}

[data-theme="dark"] .store-badge-img.light-badge {
  display: none !important;
}
[data-theme="dark"] .store-badge-img.dark-badge {
  display: block !important;
}

.header-store-badges {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-badge-link,
.footer-badge-link,
.hero-badge-link,
.drawer-badge-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.header-badge-link:hover .store-badge-img,
.footer-badge-link:hover .store-badge-img,
.hero-badge-link:hover .store-badge-img,
.drawer-badge-link:hover .store-badge-img {
  transform: translateY(-2px);
  filter: drop-shadow(0 6px 14px rgba(200, 154, 60, 0.4));
}

.hero-store-badges {
  margin-top: var(--m-space-xl);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

.hero-store-label {
  font-size: 0.95rem;
  font-weight: var(--m-font-weight-semibold);
  color: var(--m-gold-accent);
}

.hero-badges-row,
.footer-store-badges {
  display: flex;
  align-items: center;
  gap: var(--m-space-md);
  flex-wrap: wrap;
}

.footer-store-section {
  margin-top: var(--m-space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

.footer-store-title {
  font-size: 0.9rem;
  font-weight: var(--m-font-weight-semibold);
  color: var(--m-text-primary);
}

.drawer-store-badges {
  margin-top: var(--m-space-lg);
  padding-top: var(--m-space-md);
  border-top: 1px solid var(--m-border-subtle);
  display: flex;
  flex-direction: column;
  gap: var(--m-space-sm);
}

@media (max-width: 1024px) {
  .header-store-badges {
    display: none;
  }
}

/* Grand Footer Brand Emblem */
.footer-brand-col .brand {
  margin-bottom: var(--m-space-md);
}

.footer-brand-col .brand img {
  height: 104px;
  width: auto;
  filter: drop-shadow(0 6px 16px rgba(200, 154, 60, 0.35));
}

.footer-brand-col .brand-title {
  font-size: 2.1rem;
  font-weight: 800;
}

/* ==========================================================================
   CELEBRATION SYSTEM: FESTIVE LIGHTS & ROYAL FIREWORKS
   ========================================================================== */
.luxury-hero {
  position: relative;
  overflow: hidden;
}

.hero-celebration-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

#celebration-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Celebration Canvas Container */
.hero-celebration-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#celebration-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
  50% {
    filter: brightness(1.35);
    transform: translate(-50%, 0) scale(1.08);
  }
  100% {
    filter: brightness(0.9);
    transform: translate(-50%, 0) scale(0.98);
  }
}
  50% {
    filter: brightness(1.35);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    filter: brightness(0.9);
    transform: translate(-50%, -50%) scale(0.96);
  }
}
  50% {
    filter: brightness(1.3);
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    filter: brightness(0.85);
    opacity: 0.9;
    transform: scale(0.96);
  }
}
  50% {
    filter: brightness(1.3);
    transform: scale(1.1) rotate(2.5deg);
  }
  100% {
    filter: brightness(0.88);
    transform: scale(0.98) rotate(-1.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .festive-bulb {
    animation: none;
  }
}

/* ==========================================================================
   LUXURY APP DOWNLOAD PAGE
   ========================================================================== */
.download-hero-section {
  padding-block: var(--m-space-3xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.download-hero-inner {
  max-width: 860px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-space-lg);
}

.download-emblem-badge {
  width: 140px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(200, 154, 60, 0.4));
  margin-bottom: var(--m-space-sm);
}

.download-title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  color: var(--m-text-primary);
}

.download-lead {
  font-size: 1.15rem;
  color: var(--m-text-muted);
  max-width: 680px;
  line-height: 1.7;
  margin: 0;
}

.download-badges-box {
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-xl);
  padding: var(--m-space-2xl);
  box-shadow: var(--m-shadow-medium);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-space-lg);
  width: 100%;
  max-width: 580px;
  margin-block: var(--m-space-md);
}

.download-badges-box-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--m-gold-accent);
}

.download-badges-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--m-space-lg);
  flex-wrap: wrap;
}

.download-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--m-space-lg);
  margin-top: var(--m-space-3xl);
  width: 100%;
}

.download-feature-card {
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  padding: var(--m-space-xl);
  text-align: center;
  box-shadow: var(--m-shadow-subtle);
  transition: all var(--m-transition-fast);
}

.download-feature-card:hover {
  border-color: var(--m-gold-accent);
  transform: translateY(-4px);
  box-shadow: var(--m-shadow-medium);
}

.download-feature-icon {
  font-size: 2.2rem;
  margin-bottom: var(--m-space-sm);
}

.download-feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: var(--m-space-xs);
  color: var(--m-text-primary);
}

.download-feature-desc {
  font-size: 0.88rem;
  color: var(--m-text-muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .download-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .download-title {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .download-features-grid {
    grid-template-columns: 1fr;
  }
  .download-badges-row {
    flex-direction: column;
  }
}

/* ==========================================================================
   LUXURY PROVIDERS ONBOARDING LANDING PAGE
   ========================================================================== */
.providers-hero {
  padding-block: var(--m-space-3xl) var(--m-space-2xl);
  text-align: center;
  position: relative;
}

.providers-hero-inner {
  max-width: 880px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-space-md);
}

.providers-hero-title {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 900;
  line-height: 1.25;
  color: var(--m-text-primary);
  margin: 0;
}

.providers-hero-lead {
  font-size: 1.15rem;
  color: var(--m-text-muted);
  line-height: 1.75;
  max-width: 720px;
  margin: 0;
}

.providers-grid-section {
  padding-block: var(--m-space-2xl);
}

.providers-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--m-space-lg);
  margin-top: var(--m-space-xl);
}

.benefit-card {
  background: var(--m-bg-surface);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  padding: var(--m-space-xl);
  text-align: center;
  box-shadow: var(--m-shadow-subtle);
  transition: all var(--m-transition-fast);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-card:hover {
  border-color: var(--m-gold-accent);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(200, 154, 60, 0.2);
}

.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: var(--m-space-md);
}

.benefit-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--m-text-primary);
  margin-bottom: var(--m-space-xs);
}

.benefit-desc {
  font-size: 0.92rem;
  color: var(--m-text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Steps Section */
.providers-steps-section {
  padding-block: var(--m-space-3xl);
  border-top: 1px solid var(--m-border-subtle);
  border-bottom: 1px solid var(--m-border-subtle);
}

.steps-header {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--m-space-2xl);
}

.providers-steps-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--m-space-xl);
  max-width: 1080px;
  margin-inline: auto;
}

.providers-steps-section .step-card {
  background: var(--m-bg-surface-secondary);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  padding: var(--m-space-2xl) var(--m-space-xl);
  position: relative;
  text-align: center;
  transition: all var(--m-transition-fast);
}

.step-card:hover {
  border-color: var(--m-gold-accent);
  transform: translateY(-3px);
}

.providers-steps-section .step-number {
  position: absolute;
  top: -16px;
  right: 50%;
  transform: translateX(50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--m-gold-accent);
  color: #150722;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(200, 154, 60, 0.4);
}

.providers-steps-section .step-title {
  font-size: 1.22rem;
  font-weight: 800;
  margin-block: var(--m-space-sm) var(--m-space-xs);
  color: var(--m-text-primary);
}

.providers-steps-section .step-desc {
  font-size: 0.92rem;
  color: var(--m-text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Onboarding CTA */
.providers-cta-box {
  background: var(--m-bg-surface);
  border: 1.5px solid var(--m-border);
  border-radius: var(--m-radius-xl);
  padding: var(--m-space-3xl) var(--m-space-xl);
  box-shadow: var(--m-shadow-medium);
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  margin-block: var(--m-space-3xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-space-lg);
}

.providers-cta-box:hover {
  border-color: var(--m-gold-accent);
}

.providers-cta-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--m-text-primary);
  margin: 0;
}

.providers-cta-lead {
  font-size: 1.05rem;
  color: var(--m-text-muted);
  max-width: 580px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 960px) {
  .providers-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: var(--m-space-2xl);
  }
}

@media (max-width: 500px) {
  .providers-benefits-grid {
    grid-template-columns: 1fr;
  }
}
