/* الموقع الرسمي — شركة نيسيا للتطبيقات الذكية (/) ومسار المعرض /appneseaa */
:root {
  --bg: #eef7fb;
  --bg-mesh: radial-gradient(980px 560px at 100% 0%, rgba(94, 204, 239, 0.16) 0%, transparent 52%),
    radial-gradient(760px 500px at 0% 18%, rgba(13, 148, 136, 0.12) 0%, transparent 48%),
    radial-gradient(720px 440px at 50% 100%, rgba(15, 23, 42, 0.08) 0%, transparent 46%),
    radial-gradient(520px 360px at 80% 60%, rgba(4, 120, 87, 0.08) 0%, transparent 42%);
  --surface: #ffffff;
  --surface-glass: rgba(255, 255, 255, 0.78);
  --surface-dark: #0b1220;
  --text: #0d1726;
  --muted: #526174;
  --accent: #0891b2;
  --accent2: #10b981;
  --accent-vivid: #5dcced;
  --accent-glow: rgba(93, 204, 237, 0.18);
  --success: #0f9f6e;
  --warning: #d97706;
  --card-shadow: 0 2px 20px rgba(15, 23, 42, 0.06);
  --card-shadow-hover: 0 12px 36px rgba(15, 23, 42, 0.09);
  --radius: 16px;
  --radius-sm: 12px;
  --font: 'Tajawal', 'Cairo', system-ui, sans-serif;
  /* Button tokens */
  --btn-min-height: 2.75rem;
  --btn-pad-y: 0.65rem;
  --btn-pad-x: 1.25rem;
  --btn-radius: 999px;
  --btn-transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.15s ease;
  --btn-focus-ring: 0 0 0 3px var(--accent-glow), 0 0 0 5px rgba(29, 78, 216, 0.45);
  --btn-outline-border: #bfdbfe;
  --btn-mail-border: #c7d2fe;
  /* ثيمة الهيدر */
  --header-bg: rgba(255, 255, 255, 0.82);
  --header-border: rgba(226, 232, 240, 0.85);
  --header-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 8px 32px rgba(15, 23, 42, 0.04);
  /* منطقة الـ Hero (الوضع الفاتح) */
  --hero-background:
    radial-gradient(900px 560px at 18% 18%, rgba(93, 204, 237, 0.22) 0%, transparent 58%),
    radial-gradient(720px 520px at 82% 30%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
    linear-gradient(145deg, #eef6ff 0%, #dbeafe 44%, #ecfdf5 100%);
  --hero-fg: #0d1726;
  --hero-grid-v: rgba(15, 23, 42, 0.07);
  --hero-grid-h: rgba(15, 23, 42, 0.055);
  --hero-glow-orb: rgba(93, 204, 237, 0.18);
  --hero-tagline-solid: #0369a1;
  --hero-lead-fg: rgba(15, 23, 38, 0.82);
  --hero-kicker-bg: rgba(8, 145, 178, 0.12);
  --hero-kicker-color: #0c4a6e;
  --hero-kicker-border: rgba(8, 145, 178, 0.28);
  --hero-kicker-dot: #0891b2;
  --hero-kicker-dot-ring: rgba(8, 145, 178, 0.18);
  --hero-h1-sub-color: rgba(13, 23, 38, 0.78);
  --hero-badge-bg: rgba(255, 255, 255, 0.72);
  --hero-badge-border: rgba(8, 145, 178, 0.22);
  --hero-badge-color: #0d1726;
  --hstat-bg: rgba(255, 255, 255, 0.75);
  --hstat-border: rgba(8, 145, 178, 0.2);
  --hstat-strong: #0d1726;
  --hstat-span: rgba(15, 23, 38, 0.65);
  --flow-card-bg: rgba(255, 255, 255, 0.9);
  --flow-card-fg: #0d1726;
  --flow-card-span: #087893;
  --flow-card-muted: rgba(15, 23, 38, 0.72);
  --flow-card-border: rgba(8, 145, 178, 0.22);
  --hero-brand-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.88));
  --hero-brand-border: rgba(8, 145, 178, 0.22);
  --hero-flow-ring: rgba(8, 145, 178, 0.2);
  --hero-flow-dash: rgba(16, 185, 129, 0.2);
  --hero-flow-inner: rgba(15, 23, 38, 0.12);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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

body {
  margin: 0;
  font-family: var(--font);
  background-color: var(--bg);
  background-image: var(--bg-mesh);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.7;
  font-size: clamp(15px, 2.5vw, 17px);
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover { text-decoration: underline; }

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

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--header-border);
  box-shadow: var(--header-shadow);
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  flex-wrap: wrap;
}

.header-drawer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.1rem;
  flex-wrap: wrap;
}

.nav-primary a {
  color: var(--text);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.35rem 0.2rem;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}

.nav-primary a:hover {
  color: var(--accent);
  background: var(--accent-glow);
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.btn-sm {
  min-height: 2.35rem !important;
  padding: 0.4rem 0.9rem !important;
  font-size: 0.85rem !important;
  border-radius: var(--btn-radius) !important;
}

.btn-mail {
  background: var(--surface) !important;
  color: var(--accent) !important;
  border: 2px solid var(--btn-mail-border) !important;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(29, 78, 216, 0.08);
}

.btn-mail:hover {
  background: #eef2ff !important;
  border-color: #a5b4fc !important;
  text-decoration: none !important;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text);
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  gap: 0.5rem 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
}
.nav-links a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-min-height);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  transition: var(--btn-transition);
  text-decoration: none;
  box-sizing: border-box;
}

.btn:focus {
  outline: none;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring);
}

.btn:active { transform: scale(0.98); }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn:active {
    transform: none;
  }
}

.btn-primary {
  background: linear-gradient(135deg, #06b6d4, #0f9f6e);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  text-decoration: none !important;
}
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  filter: brightness(1.03);
  text-decoration: none !important;
}

.btn-secondary {
  background: var(--surface);
  color: var(--accent) !important;
  border: 2px solid var(--btn-outline-border);
  text-decoration: none !important;
}

.btn-secondary:hover {
  background: #f8fafc;
  border-color: #93c5fd;
  text-decoration: none !important;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.42);
  text-decoration: none !important;
}

/* Hero */
.hero {
  padding: 4.25rem 0 4.75rem;
  background: var(--hero-background);
  position: relative;
  overflow: hidden;
  color: var(--hero-fg);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background-image:
    linear-gradient(90deg, var(--hero-grid-v) 1px, transparent 1px),
    linear-gradient(0deg, var(--hero-grid-h) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 82%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: auto -25% -45% auto;
  width: min(55vw, 480px);
  height: min(55vw, 480px);
  background: radial-gradient(circle, var(--hero-glow-orb) 0%, transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }
}

.hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.35rem, 5.4vw, 4.8rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero .tagline {
  font-size: clamp(1.05rem, 2.5vw, 1.28rem);
  color: var(--hero-tagline-solid);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero .tagline {
    background: linear-gradient(120deg, #0369a1, #0891b2 48%, #0d9488);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

html[data-theme="dark"] .hero .tagline {
  color: #a9efff;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  html[data-theme="dark"] .hero .tagline {
    background: linear-gradient(120deg, #e8fbff, #69d8f1 48%, #44d399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.hero .lead {
  color: var(--hero-lead-fg);
  margin: 0 0 1.5rem;
  max-width: 52ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hero .badge {
  background: var(--hero-badge-bg);
  border: 1px solid var(--hero-badge-border);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--hero-badge-color);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.phone-mock {
  background: linear-gradient(165deg, #ffffff, #f8fafc);
  border-radius: 28px;
  padding: 0.65rem;
  box-shadow:
    var(--card-shadow),
    0 0 0 1px rgba(226, 232, 240, 0.9),
    0 24px 48px rgba(37, 99, 235, 0.08);
  max-width: 320px;
  margin-inline: auto;
}

.phone-mock img {
  border-radius: 22px;
  width: 100%;
}

/* Sections */
section {
  padding: 3rem 0;
}

section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
}

.section-intro {
  color: var(--muted);
  margin: 0 0 2rem;
  max-width: 65ch;
}

.card-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
}

.feature-card {
  --fc-accent: var(--accent-vivid);
  background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 42%, #faf5ff 100%);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-inline-start: 4px solid color-mix(in srgb, var(--fc-accent) 62%, #818cf8);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.045), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.feature-card::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset-inline-end: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--fc-accent) 12%, transparent) 0%, transparent 70%);
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
  border-color: color-mix(in srgb, var(--fc-accent) 22%, #e2e8f0);
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  position: relative;
}

.feature-card ul {
  margin: 0;
  padding-inline-start: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-card li { margin-bottom: 0.35rem; }

/* دليل الاستخدام */
.usage-guide-section {
  background: linear-gradient(180deg, #f8fafc 0%, var(--bg) 100%);
  border-block: 1px solid #e2e8f0;
}

.usage-steps {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.usage-step {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  border: 1px solid #e2e8f0;
  border-inline-start: 4px solid var(--accent);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.usage-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.usage-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* Demo mock devices */
.demo-section {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  color: #e2e8f0;
}
.demo-section h2 { color: #fff; }
.demo-section .section-intro { color: #94a3b8; }

.demo-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .demo-grid { grid-template-columns: repeat(3, 1fr); }
}

.demo-device {
  background: #334155;
  border-radius: 20px;
  padding: 0.5rem;
  border: 1px solid #475569;
}

.demo-device .notch {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #94a3b8;
}
.demo-device .screen {
  background: #f8fafc;
  border-radius: 14px;
  padding: 1rem;
  min-height: 200px;
  color: var(--text);
  font-size: 0.88rem;
}

.demo-device .screen h4 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #0f172a;
}

.demo-device .pill {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.demo-device .row {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.82rem;
}
.demo-device .row span:last-child { font-weight: 700; color: #2563eb; }

.demo-ribbon {
  text-align: center;
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 1.25rem;
}

/* Pricing */
.pricing-section {
  background:
    radial-gradient(1200px 480px at 10% 0%, rgba(37, 99, 235, 0.09) 0%, transparent 60%),
    radial-gradient(900px 420px at 95% 15%, rgba(14, 165, 233, 0.08) 0%, transparent 65%),
    linear-gradient(180deg, #eef4ff 0%, #f6f9ff 45%, #f4f7fb 100%);
  border-block: 1px solid #dbeafe;
}

.pricing-section .section-intro {
  max-width: 75ch;
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
}

.pricing-grid--erp {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(5, 1fr); }
}

.price-card {
  --card-accent: #2563eb;
  --card-surface: #ffffff;
  --card-surface-alt: #f8fbff;
  background: linear-gradient(180deg, var(--card-surface) 0%, var(--card-surface-alt) 100%);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--card-accent) 22%, #cbd5e1);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 86%, #fff), color-mix(in srgb, var(--card-accent) 58%, #fff));
}

.price-card::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  top: -75px;
  left: -65px;
  background: color-mix(in srgb, var(--card-accent) 12%, transparent);
  pointer-events: none;
}

.price-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--card-accent) 48%, #bfdbfe);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--card-accent) 20%, rgba(15, 23, 42, 0.22));
}

.price-card:has(> .ribbon) {
  padding-top: 2.35rem;
}

.price-card.featured {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--card-accent) 55%, #93c5fd);
  box-shadow: 0 20px 42px color-mix(in srgb, var(--card-accent) 26%, rgba(15, 23, 42, 0.22));
}

.price-card .ribbon {
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  background: #fef3c7;
  color: #b45309;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  max-width: calc(100% - 1.5rem);
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.12);
}

.price-card .ribbon--pro {
  background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 45%, #e0e7ff 100%);
  color: #5b21b6;
  border: 1px solid rgba(91, 33, 182, 0.18);
  font-size: 0.66rem;
  padding: 0.3rem 0.55rem;
}

.price-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 800;
}

.price-card .sub {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--card-accent) 28%, #475569);
  margin: 0 0 1rem;
}

.price-card .strike,
.price-card .price-old {
  text-decoration: line-through;
  opacity: 0.65;
  font-size: 0.9rem;
}

.price-card .price-arrow {
  display: inline-block;
  color: color-mix(in srgb, var(--card-accent) 68%, #d97706);
  font-weight: 800;
  margin: 0 0.2rem;
}

.price-card .price-new {
  color: color-mix(in srgb, var(--card-accent) 75%, #059669);
}

.price-card .price-line {
  font-weight: 800;
  font-size: 1rem;
  margin: 0.4rem 0;
}

.price-card ul {
  flex: 1;
  margin: 1rem 0;
  padding-inline-start: 1rem;
  font-size: 0.88rem;
  color: #475569;
}

.price-card .price-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pricing-pro-services {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(125deg, #f5f3ff 0%, #eff6ff 40%, #ecfdf5 100%);
  border: 1px solid color-mix(in srgb, #7c3aed 22%, #bae6fd);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

.pricing-pro-services__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #4c1d95;
}

.pricing-pro-services__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #334155;
}

.pricing-note {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(180deg, #eefbf6 0%, #e8f7ff 100%);
  border: 1px solid #bae6fd;
  border-radius: var(--radius);
  color: #0f3d73;
  font-size: 0.92rem;
}

.pricing-showcase,
.pricing-compare,
.pricing-differentiators,
.pricing-final-cta {
  margin-top: 1.35rem;
  padding: 1.2rem 1.15rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: linear-gradient(140deg, #ffffff 0%, #f8fbff 45%, #eef5ff 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.pricing-showcase__title,
.pricing-compare__title,
.pricing-differentiators__title,
.pricing-final-cta__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 900;
  color: #0f1e57;
}

.pricing-showcase__lead {
  margin: 0 0 1rem;
  color: #334155;
  font-size: 0.95rem;
}

.pricing-showcase--image {
  padding: 0.35rem;
  background: linear-gradient(145deg, #e7f2ff 0%, #f6faff 55%, #eef6ff 100%);
}

.pricing-showcase--image img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.pricing-showcase__steps {
  display: grid;
  gap: 0.65rem;
}

.showcase-step {
  border: 1px solid #c7defe;
  border-inline-start: 6px solid #93c5fd;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.85rem 0.95rem;
}

.showcase-step h4 {
  margin: 0 0 0.2rem;
  font-size: 1.08rem;
  color: #172554;
}

.showcase-step p {
  margin: 0;
  color: #334155;
  font-size: 0.9rem;
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid #dbeafe;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  background: #ffffff;
}

.compare-table th,
.compare-table td {
  padding: 0.7rem 0.8rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: right;
  font-weight: 800;
  color: #1e293b;
}

.compare-table thead th {
  background: linear-gradient(180deg, #eff6ff 0%, #e0ecff 100%);
  color: #0f1e57;
  font-weight: 900;
}

.pricing-differentiators__grid {
  display: grid;
  gap: 0.7rem;
}

.pricing-differentiators__grid article {
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.85rem 0.95rem;
  border-inline-start: 6px solid #60a5fa;
}

.pricing-differentiators__grid h4 {
  margin: 0 0 0.25rem;
  font-size: 1.18rem;
  color: #172554;
}

.pricing-differentiators__grid p {
  margin: 0;
  color: #334155;
}

.pricing-final-cta {
  background: linear-gradient(145deg, #e0f2fe 0%, #eff6ff 45%, #dcfce7 100%);
}

.pricing-final-cta__actions {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.65rem;
}

.pricing-final-cta .btn {
  justify-content: center;
  min-height: 3rem;
  font-size: 1rem;
}

.price-card--free {
  --card-accent: #059669;
  --card-surface-alt: #ecfdf5;
}

.price-card--starter {
  --card-accent: #0ea5e9;
  --card-surface-alt: #f0f9ff;
}

.price-card--growth {
  --card-accent: #2563eb;
  --card-surface-alt: #eef4ff;
}

.price-card--business {
  --card-accent: #7c3aed;
  --card-surface-alt: #f5f3ff;
}

.price-card--enterprise {
  --card-accent: #b45309;
  --card-surface-alt: #fff7ed;
}

.price-card .btn-secondary {
  border-color: color-mix(in srgb, var(--card-accent) 26%, #bfdbfe);
  color: color-mix(in srgb, var(--card-accent) 88%, #1e3a8a) !important;
}

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

@media (max-width: 760px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid--erp {
    grid-template-columns: 1fr;
  }
  .price-card {
    border-radius: 22px;
    padding: 1.3rem 1.15rem 1.15rem;
  }
  .price-card:has(> .ribbon) {
    padding-top: 2.4rem;
  }
  .price-card .price-line {
    font-size: 1.18rem;
  }
  .price-card h3 {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .price-card ul {
    font-size: 0.95rem;
  }
  .pricing-pro-services,
  .pricing-note,
  .pricing-showcase,
  .pricing-compare,
  .pricing-differentiators,
  .pricing-final-cta {
    border-radius: 18px;
    padding: 1rem 0.95rem;
  }
  .pricing-showcase--image {
    padding: 0.25rem;
  }
  .pricing-showcase--image img {
    border-radius: 14px;
  }
}

/* نافذة تفاصيل الباقة */
body.package-modal-open {
  overflow: hidden;
}

.package-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.package-modal[hidden] {
  display: none !important;
}

.package-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.package-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(88vh, 720px);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.25);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.package-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.package-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
  padding-top: 0.15rem;
}

.package-modal__close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 10px;
  background: #f1f5f9;
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s;
}
.package-modal__close:hover {
  background: #e2e8f0;
}

.package-modal__body {
  overflow-y: auto;
  padding: 1rem 1.1rem 1.25rem;
  -webkit-overflow-scrolling: touch;
}

.package-detail__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}

.package-detail__h {
  margin: 1rem 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--accent);
  text-transform: none;
  letter-spacing: 0;
}

.package-detail__h:first-of-type {
  margin-top: 0;
}

.package-detail__list {
  margin: 0;
  padding-inline-start: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text);
}

.package-detail__list li {
  margin-bottom: 0.45rem;
}

.package-detail__list--muted {
  color: var(--muted);
  font-size: 0.86rem;
}

.package-detail__highlight {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #3730a3;
  background: linear-gradient(135deg, #eef2ff 0%, #faf5ff 50%, #ecfeff 100%);
  border: 1px solid rgba(99, 102, 241, 0.28);
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
}

.package-detail__note {
  margin: 1rem 0 0;
  padding: 0.75rem 0.85rem;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
}

.package-detail__note a {
  font-weight: 700;
}

.btn-package-details {
  width: 100%;
}

/* مركز التحميل والدعم */
.download-support-section {
  padding: 3rem 0;
  background:
    radial-gradient(520px 320px at 15% 0%, rgba(93, 204, 237, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 247, 251, 0.95));
}

.support-guide-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 860px) {
  .support-guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.support-guide-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
}

.support-guide-card__tag {
  align-self: flex-start;
  font-size: 0.76rem;
  font-weight: 900;
  color: var(--accent);
  background: rgba(8, 145, 178, 0.1);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
}

.support-guide-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.support-guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.support-guide-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
}

/* معلومات الدفع */
.payment-section {
  padding: 3rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, var(--bg) 100%);
}

.payment-section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
}

.payment-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .payment-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.payment-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.payment-card--bank {
  border-top: 4px solid #0f766e;
}

.payment-card--wallet {
  border-top: 4px solid #2563eb;
}

.payment-card--exchange {
  border-top: 4px solid #b45309;
}

.payment-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.payment-card__sub {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.wallet-apps {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.7;
}

.wallet-phone {
  margin: 0 0 0.75rem;
}

.payment-names {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.6;
}

.account-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.account-list li:last-child {
  border-bottom: none;
}

.account-list--plain li {
  display: block;
  padding: 0.5rem 0;
}

.account-list__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.account-num {
  font-family: ui-monospace, 'Cascadia Code', 'Segoe UI Mono', monospace;
  font-size: 1.05rem;
  font-weight: 700;
  background: #f1f5f9;
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  user-select: all;
}

.account-num--link {
  text-decoration: none;
  color: var(--accent);
  display: inline-block;
}

.account-num--link:hover {
  text-decoration: underline;
}

.muted-inline {
  font-size: 0.82rem;
  color: var(--muted);
}

.payment-disclaimer {
  margin-top: 1.75rem;
  padding: 1rem 1.15rem;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: var(--radius);
  font-size: 0.9rem;
  color: #78350f;
  line-height: 1.55;
}

.payment-disclaimer a {
  font-weight: 700;
  color: #b45309;
}

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}

.cta-band h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-band p { opacity: 0.95; margin: 0 0 1.25rem; }

.cta-band .btn-primary {
  background: #fff;
  color: #1e40af !important;
  box-shadow: none;
}

.cta-band .btn-whatsapp {
  background: #25d366;
}

.cta-band .btn-mail {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.cta-band .btn-mail:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

.contact-cta-row {
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
}

.marketing-feedback-panel {
  max-width: 520px;
  margin: 1.25rem auto 0;
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  text-align: right;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.marketing-feedback-form__title {
  font-size: 1.05rem;
  margin: 0 0 0.65rem;
  color: #fff;
}

.cta-band .contact-mfb-toggle.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.cta-band .contact-mfb-toggle.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Footer */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 2rem 0;
  font-size: 0.9rem;
}

.site-footer .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

/* Footer: keep stacked layout; rows use .footer-main-row for split on wide screens */
@media (min-width: 768px) {
  .site-footer .inner.footer-inner {
    text-align: start;
    align-items: stretch;
  }
}

.site-footer strong { color: #e2e8f0; }

.footer-inner {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.footer-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-main-row {
    text-align: start;
  }
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.75rem;
  justify-content: center;
  margin: 0.35rem 0 0.5rem;
}

@media (min-width: 768px) {
  .footer-cta-row {
    justify-content: flex-start;
  }
}

.site-footer .footer-cta-pill.btn-mail {
  background: rgba(30, 58, 138, 0.55) !important;
  color: #e0e7ff !important;
  border: 2px solid #6366f1 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.site-footer .footer-cta-pill.btn-mail:hover {
  background: rgba(49, 46, 129, 0.75) !important;
  border-color: #a5b4fc !important;
}

.site-footer .footer-cta-pill.btn-whatsapp {
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.footer-mail-text {
  font-weight: 800;
}

.tel-link {
  color: #7dd3fc !important;
  font-weight: 700;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  border-radius: var(--radius-sm);
  transition: var(--btn-transition);
}

.nav-toggle:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
    margin-inline-start: auto;
  }
  .header-drawer {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 0 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
    order: 10;
  }
  .header-drawer.open {
    display: flex;
  }
  .nav-primary {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }
  .nav-primary a {
    padding: 0.55rem 0.75rem;
  }
  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .header-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .header-grid {
    flex-wrap: wrap;
  }
}

@media (min-width: 901px) {
  .nav-toggle { display: none; }
}

.skip-link {
  position: absolute;
  top: -100px;
  right: 1rem;
  background: var(--accent);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  gap: 0.1rem;
}
.brand-title { font-weight: 800; font-size: 1.02rem; color: var(--text); }
.brand-sub {
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.brand-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(8, 145, 178, 0.14);
}

.hero-lead-corp {
  font-size: 0.98rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  max-width: 36rem;
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footer-quick-links { justify-content: flex-start; }
}

.legal-section {
  padding: 2rem 0 3rem;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}
.legal-section h2 { font-size: 1.15rem; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 0.95rem; }

.nav-links .nav-product { font-size: 0.88rem; }

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  padding: 1rem 1.25rem;
  background: var(--surface);
  border-radius: var(--radius);
  margin: 1.5rem 0 0;
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
}
.subnav a {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.subnav a:hover { text-decoration: underline; }

.neseaa-business-wrap { margin: 0; padding: 0; }

/* —— تصميم احترافي: أقسام، منتج، تبويبات —— */
.section-kicker {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin: 0 0 0.35rem;
}

.section-pro {
  padding: 3.25rem 0;
  position: relative;
}

.section-pro--tint {
  background: linear-gradient(180deg, #f8fafc 0%, var(--bg) 100%);
}

.section-pro__inner { max-width: min(1080px, 100% - 2rem); margin-inline: auto; }

.section-pro__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 0.55rem;
}

.section-pro__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 3rem;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent-vivid), var(--accent2));
  opacity: 0.9;
}

.section-pro__lead {
  margin-top: 0 !important;
  margin-bottom: 1.75rem !important;
  max-width: 40rem;
}

.service-pillars {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  align-items: stretch;
}

.service-pillar {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
}

.service-pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
  border-color: #c7d2fe;
}

.service-pillar__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--accent-glow), #e0f2fe);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.service-pillar h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.service-pillar ul {
  margin: 0;
  padding-right: 1.1rem;
  font-size: 0.95rem;
  color: var(--muted);
  flex: 1;
}

.product-section {
  padding: 3rem 0 3.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #eef2ff 38%, #e0f2fe 72%, #f5f3ff 100%);
  border-block: 1px solid color-mix(in srgb, var(--accent) 12%, #e2e8f0);
}

.product-section__intro {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.product-section__title {
  margin: 0.25rem 0 0.65rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
}

.product-section__title .title-en {
  display: block;
  font-size: 0.85em;
  font-weight: 700;
  color: var(--muted);
  margin-top: 0.2rem;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.highlight-chips {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.highlight-chips li {
  background: linear-gradient(145deg, #ffffff 0%, #e0e7ff 55%, #dbeafe 100%);
  border: 1px solid rgba(129, 140, 248, 0.45);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e1b4b;
  box-shadow:
    0 3px 14px rgba(79, 70, 229, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.highlight-chips li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(79, 70, 229, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.95) inset;
}

.highlight-chips li:nth-child(3n + 2) {
  background: linear-gradient(145deg, #ffffff 0%, #d1fae5 50%, #ccfbf1 100%);
  border-color: rgba(16, 185, 129, 0.35);
  color: #064e3b;
}

.highlight-chips li:nth-child(3n) {
  background: linear-gradient(145deg, #ffffff 0%, #fef3c7 45%, #fde68a 100%);
  border-color: rgba(245, 158, 11, 0.4);
  color: #78350f;
}

.product-tabs {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  margin-top: 0.5rem;
}

.product-tabs__mobile-wrap {
  display: none;
}

.product-tabs__select {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid #cbd5e1;
  background: linear-gradient(180deg, #fafbff, #fff);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.product-tabs__select:focus {
  outline: none;
}

.product-tabs__select:focus-visible {
  border-color: var(--accent);
  box-shadow: var(--btn-focus-ring);
}

@media (max-width: 640px) {
  .product-tabs__mobile-wrap {
    display: block;
    padding: 0.85rem 0.9rem 0;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fafbff, #fff);
  }
  .tabs-scroller {
    display: none;
  }
}

.tabs-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #fafbff, #fff);
}

.tabs-bar {
  display: flex;
  gap: 0.25rem;
  padding: 0.6rem 0.75rem;
  min-width: min-content;
}

.tabs-bar__btn {
  flex-shrink: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}

.tabs-bar__btn:focus {
  outline: none;
}

.tabs-bar__btn:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring);
}

.tabs-bar__btn:hover {
  color: var(--accent);
  background: var(--accent-glow);
}

.tabs-bar__btn.is-active,
.tabs-bar__btn[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #2563eb);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
}

.tab-panel {
  padding: 1.25rem 0 1.75rem;
  animation: tabIn 0.32s ease;
}

@keyframes tabIn {
  from { opacity: 0.75; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tab-panel { animation: none; }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.tab-panel .pricing-section,
.tab-panel .demo-section,
.tab-panel .usage-guide-section,
.tab-panel .payment-section {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent !important;
}

.updates-compact {
  padding: 1.5rem 0 2rem;
}

.updates-compact__title {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 800;
}

.updates-compact__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
}

.mini-card {
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-inline-start-width: 4px;
  border-inline-start-color: #6366f1;
  border-radius: var(--radius-sm);
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mini-card--t2 { border-inline-start-color: #10b981; }
.mini-card--t3 { border-inline-start-color: #0ea5e9; }
.mini-card--t4 { border-inline-start-color: #f59e0b; }
.mini-card--t5 { border-inline-start-color: #8b5cf6; }
.mini-card--t6 { border-inline-start-color: #e11d48; }
.mini-card--t7 { border-inline-start-color: #14b8a6; }

.mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.mini-card strong { font-size: 0.88rem; color: var(--text); }
.mini-card span { font-size: 0.8rem; color: var(--muted); line-height: 1.45; }

.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.contact-channels__item {
  padding: 0.35rem 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.hero-kicker__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #34d399);
  box-shadow: 0 0 0 4px rgba(5, 150, 105, 0.2);
}

.hero-h1-sub {
  display: block;
  color: var(--muted);
  font-size: 0.88em;
  font-weight: 700;
}

.hero-copy .lead {
  max-width: 42rem;
}

.phone-mock {
  position: relative;
}

.phone-mock::after {
  content: '';
  position: absolute;
  inset: 8% -8% -6% 10%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);
  z-index: -1;
  border-radius: 32px;
}

/* قوائم نقاط — بطاقات صغيرة */
.point-cards {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 48rem;
}

.point-cards--compact {
  max-width: 42rem;
}

.point-cards li {
  position: relative;
  margin: 0;
  padding: 1rem 1.15rem 1rem 2.65rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-inline-start: 3px solid color-mix(in srgb, var(--accent-vivid) 70%, #93c5fd);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.045);
  line-height: 1.65;
  color: var(--text);
}

.point-cards li::before {
  content: '';
  position: absolute;
  inset-inline-start: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-vivid), var(--accent2));
  box-shadow: 0 0 0 4px var(--accent-glow);
}

/* عناوين داخل التبويبات */
.tab-panel > section .container > h2:first-child,
.tab-panel > section > h2:first-child {
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.product-tabs {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

.product-section__title::after {
  content: '';
  display: block;
  width: 4rem;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent-vivid), var(--accent2));
  opacity: 0.85;
}

.legal-section .container {
  max-width: min(720px, 100% - 2rem);
  margin-inline: auto;
  padding: 1.75rem 1.5rem;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
}

.legal-section h2 {
  margin-top: 0;
}

.marketing-feedback-form .mfb-field {
  width: 100%;
  margin-bottom: 0.55rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.marketing-feedback-form .mfb-field::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.marketing-feedback-form .mfb-field:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.marketing-feedback-form .mfb-field--textarea {
  resize: vertical;
  min-height: 5rem;
}

.marketing-feedback-form .mfb-submit {
  width: 100%;
  margin-top: 0.15rem;
}

.marketing-feedback-form .mfb-status {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}

@media (prefers-reduced-motion: reduce) {
  .feature-card:hover,
  .mini-card:hover {
    transform: none;
  }
}

/* ══════════════════════════════════════════════════════════════
   HERO STATS ROW
══════════════════════════════════════════════════════════════ */
.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
}
.hstat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
  background: var(--hstat-bg);
  border: 1px solid var(--hstat-border);
  border-radius: 12px;
  padding: 0.55rem 1rem;
  text-align: center;
}
.hstat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--hstat-strong);
  line-height: 1.1;
}
.hstat span {
  font-size: 0.78rem;
  color: var(--hstat-span);
  margin-top: 0.15rem;
}

/* ══════════════════════════════════════════════════════════════
   WHY NESEAA SECTION
══════════════════════════════════════════════════════════════ */
.why-neseaa-section {
  background: #fff;
}
.why-neseaa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}
.why-card {
  background: #f8faff;
  border: 1px solid #e2eaf8;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.why-card:hover {
  box-shadow: 0 8px 32px rgba(29,78,216,0.10);
  border-color: #bfdbfe;
  transform: translateY(-3px);
}
.why-card__icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 0.5rem;
}
.why-card p {
  font-size: 0.92rem;
  color: #4b5e7a;
  margin: 0;
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════════
   SERVICE PILLARS
══════════════════════════════════════════════════════════════ */
.service-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.service-pillar {
  background: #fff;
  border: 1px solid #dde8f7;
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.service-pillar:hover {
  box-shadow: 0 6px 28px rgba(29,78,216,0.09);
  border-color: #93c5fd;
  transform: translateY(-3px);
}
.service-pillar__icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.service-pillar h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 0.55rem;
}
.service-pillar ul {
  padding-right: 1.1rem;
  margin: 0;
}
.service-pillar ul li {
  font-size: 0.88rem;
  color: #4b5e7a;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════════
   PRICING GROUP TITLE
══════════════════════════════════════════════════════════════ */
.pricing-group-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d4ed8;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #dbeafe;
}

/* ══════════════════════════════════════════════════════════════
   INSTITUTIONAL TIERS (PRICING GRID)
══════════════════════════════════════════════════════════════ */
.pricing-grid--institutional {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.price-card--inst {
  border-top: 4px solid #6b7280;
  position: relative;
}
.inst-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.price-card--inst h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 0.4rem;
}
.inst-solo { border-top-color: #6b7280; }
.inst-grow { border-top-color: #10b981; }
.inst-pro  { border-top-color: #3b82f6; }
.inst-enterprise { border-top-color: #8b5cf6; }

/* Ribbons for institutional cards */
.ribbon.inst-ribbon           { background: #6b7280; }
.ribbon.inst-ribbon--grow     { background: #10b981; }
.ribbon.inst-ribbon--pro      { background: #3b82f6; }
.ribbon.inst-ribbon--ent      { background: #8b5cf6; }

/* ══════════════════════════════════════════════════════════════
   FEATURE MATRIX TABLE
══════════════════════════════════════════════════════════════ */
.feat-matrix-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 12px rgba(29,78,216,0.06);
  margin-top: 1rem;
}
.feat-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  direction: rtl;
}
.feat-matrix thead tr {
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 100%);
  color: #fff;
}
.feat-matrix thead th {
  padding: 0.8rem 1rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.feat-matrix thead th:first-child {
  text-align: right;
}
.feat-matrix tbody tr:nth-child(even) {
  background: #f0f7ff;
}
.feat-matrix tbody tr:hover {
  background: #dbeafe;
}
.feat-matrix td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #e2eaf8;
  text-align: center;
  color: #374151;
}
.feat-matrix td:first-child {
  text-align: right;
  font-weight: 500;
  color: #1e3a5f;
}
.feat-matrix .feat-yes {
  color: #16a34a;
  font-size: 1.1rem;
  font-weight: 700;
}
.feat-matrix .feat-no {
  color: #9ca3af;
  font-size: 1rem;
}

/* ══════════════════════════════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════════════════════════════ */
.faq-section {
  background: #f8faff;
}
.faq-accordion {
  margin-top: 1.75rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 16px rgba(29,78,216,0.06);
}
.faq-item {
  border-bottom: 1px solid #e2eaf8;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 1.1rem 1.4rem;
  text-align: right;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transition: background 0.15s, color 0.15s;
}
.faq-question:hover {
  background: #eff6ff;
  color: #1d4ed8;
}
.faq-question[aria-expanded="true"] {
  background: #eff6ff;
  color: #1d4ed8;
  border-bottom: 1px solid #dbeafe;
}
.faq-icon {
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1d4ed8;
  width: 1.5rem;
  text-align: center;
  transition: transform 0.2s;
}
.faq-answer {
  background: #fff;
  padding: 1rem 1.4rem 1.25rem;
}
.faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  color: #4b5e7a;
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════════
   SECTION KICKER
══════════════════════════════════════════════════════════════ */
.section-kicker {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.4rem;
}

/* ══════════════════════════════════════════════════════════════
   POINT CARDS LIST
══════════════════════════════════════════════════════════════ */
.point-cards {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}
.point-cards li {
  background: #fff;
  border: 1px solid #dde8f7;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.55;
}
.point-cards--compact li {
  padding: 0.65rem 0.9rem;
}

/* ══════════════════════════════════════════════════════════════
   IMPROVED PRICE CARD HOVER
══════════════════════════════════════════════════════════════ */
.price-card {
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.price-card:hover {
  box-shadow: 0 10px 40px rgba(29,78,216,0.13);
  transform: translateY(-5px);
  border-color: #93c5fd;
}
.price-card.featured:hover {
  box-shadow: 0 14px 48px rgba(29,78,216,0.20);
  transform: translateY(-7px);
}

/* ══════════════════════════════════════════════════════════════
   HIGHLIGHT CHIPS
══════════════════════════════════════════════════════════════ */
.highlight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.highlight-chips li {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════
   FOOTER QUICK LINKS
══════════════════════════════════════════════════════════════ */
.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE ADDITIONS
══════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .hero-stats-row {
    gap: 0.5rem;
  }
  .hstat {
    min-width: 60px;
    padding: 0.45rem 0.65rem;
  }
  .hstat strong { font-size: 1.05rem; }
  .why-neseaa-grid { grid-template-columns: 1fr; }
  .service-pillars { grid-template-columns: 1fr; }
  .feat-matrix { font-size: 0.82rem; }
  .feat-matrix td, .feat-matrix th { padding: 0.55rem 0.6rem; }
  .faq-question { font-size: 0.92rem; padding: 0.9rem 1rem; }
  .pricing-grid--institutional { grid-template-columns: 1fr 1fr; }
  .point-cards { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .pricing-grid--institutional { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .why-card:hover,
  .service-pillar:hover,
  .price-card:hover { transform: none; }
}

/* Neo-glass ERP launch identity */
.hero-h1-sub {
  color: var(--hero-h1-sub-color);
  font-size: clamp(1.1rem, 2.4vw, 1.9rem);
}

.hero-kicker {
  background: var(--hero-kicker-bg);
  color: var(--hero-kicker-color);
  border: 1px solid var(--hero-kicker-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 12px 28px rgba(15, 23, 42, 0.08);
}

html[data-theme="dark"] .hero-kicker {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero-kicker__dot {
  background: var(--hero-kicker-dot);
  box-shadow: 0 0 0 5px var(--hero-kicker-dot-ring);
}

.hero-orbit {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-brand-card,
.flow-card {
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  border: 1px solid var(--flow-card-border);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

html[data-theme="dark"] .hero-brand-card,
html[data-theme="dark"] .flow-card {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-brand-card {
  width: min(390px, 88vw);
  border-radius: 34px;
  padding: 1rem;
  background: var(--hero-brand-bg);
  border-color: var(--hero-brand-border);
  /* تحت بطاقات التدفق (.flow-card) حتى لا تُقصّ خلف بطاقة الشعار */
  z-index: 1;
}

.hero-brand-card img {
  width: 100%;
  border-radius: 26px;
}

.hero-flow-lines {
  position: absolute;
  inset: 10%;
  border: 1px solid var(--hero-flow-ring);
  border-radius: 44%;
  transform: rotate(-12deg);
  z-index: -1;
}

.hero-flow-lines::before,
.hero-flow-lines::after {
  content: '';
  position: absolute;
  inset: 12%;
  border: 1px dashed var(--hero-flow-dash);
  border-radius: 45%;
}

.hero-flow-lines::after {
  inset: 24%;
  border-color: var(--hero-flow-inner);
  transform: rotate(24deg);
}

.flow-card {
  position: absolute;
  width: min(190px, 44vw);
  padding: 0.9rem 1rem;
  border-radius: 22px;
  background: var(--flow-card-bg);
  color: var(--flow-card-fg);
  z-index: 3;
}

.flow-card span {
  display: block;
  color: var(--flow-card-span);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flow-card strong {
  display: block;
  font-size: 1.05rem;
  margin: 0.2rem 0;
}

.flow-card small {
  display: block;
  color: var(--flow-card-muted);
  line-height: 1.5;
}

.flow-card--desktop { inset-block-start: 8%; inset-inline-end: 0; }
.flow-card--cloud { inset-block-end: 8%; inset-inline-start: 0; }
.flow-card--mobile { inset-block-end: 4%; inset-inline-end: 7%; }

.industry-hub {
  background:
    radial-gradient(880px 420px at 95% 10%, rgba(93, 204, 237, 0.13), transparent 55%),
    linear-gradient(180deg, #f7fbfd 0%, #eef7fb 100%);
}

.industry-shell {
  border-radius: 30px;
  padding: 1rem;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.85);
}

.industry-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.industry-tab {
  border: 1px solid rgba(8, 145, 178, 0.20);
  background: rgba(255,255,255,0.74);
  color: #0d1726;
  border-radius: 18px;
  padding: 0.85rem 0.7rem;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.industry-tab.is-active,
.industry-tab:hover {
  background: linear-gradient(135deg, #083044, #0891b2 58%, #10b981);
  color: #fff;
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.22);
  transform: translateY(-2px);
}

.industry-stage {
  border-radius: 24px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(8, 48, 68, 0.94), rgba(11, 18, 32, 0.96)),
    #0b1220;
  color: #eef9ff;
  min-height: 340px;
}

.industry-panel {
  animation: industryFade 0.22s ease-out;
}

.industry-eyebrow {
  margin: 0 0 0.35rem;
  color: #72ddf5;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.industry-panel h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.industry-grid div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(148, 229, 255, 0.16);
}

.industry-grid strong {
  display: block;
  color: #e9fbff;
  margin-bottom: 0.25rem;
}

.industry-grid span {
  display: block;
  color: rgba(226, 242, 248, 0.76);
  font-size: 0.92rem;
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.core-card {
  padding: 1.25rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(248, 253, 255, 0.78)),
    #fff;
  border: 1px solid rgba(8, 145, 178, 0.14);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.core-card__tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.09);
  color: #087893;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.core-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.core-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

@keyframes industryFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .hero-orbit { min-height: 460px; }
  .flow-card { position: relative; inset: auto; margin: -0.4rem 0.25rem 0; }
  .hero-orbit { align-content: center; gap: 0.75rem; }
  .hero-flow-lines { inset: 6%; }
  .industry-tabs { grid-template-columns: repeat(2, 1fr); }
  .core-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero { padding: 3.25rem 0; }
  .hero-orbit { min-height: auto; display: flex; flex-direction: column; }
  .hero-brand-card { width: 100%; }
  .flow-card { width: 100%; }
  .hero-flow-lines { display: none; }
  .industry-tabs,
  .industry-grid,
  .core-grid { grid-template-columns: 1fr; }
}

/* ═══ ثيمة داكنة (شاملة) ═══ */
html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b1220;
  --bg-mesh:
    radial-gradient(980px 560px at 100% 0%, rgba(94, 204, 239, 0.09) 0%, transparent 52%),
    radial-gradient(760px 500px at 0% 18%, rgba(13, 148, 136, 0.07) 0%, transparent 48%),
    radial-gradient(720px 440px at 50% 100%, rgba(2, 6, 23, 0.55) 0%, transparent 46%);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --surface: #1e293b;
  --surface-glass: rgba(30, 41, 59, 0.88);
  --surface-dark: #020617;
  --card-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
  --card-shadow-hover: 0 16px 40px rgba(0, 0, 0, 0.45);
  --accent-glow: rgba(93, 204, 237, 0.12);
  --btn-outline-border: #334155;
  --btn-mail-border: #475569;
  --header-bg: rgba(15, 23, 42, 0.92);
  --header-border: rgba(51, 65, 85, 0.9);
  --header-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 12px 36px rgba(0, 0, 0, 0.35);
  --hero-background:
    radial-gradient(900px 560px at 18% 18%, rgba(93, 204, 237, 0.2) 0%, transparent 58%),
    radial-gradient(720px 520px at 82% 30%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
    linear-gradient(145deg, #080e1c 0%, #0b1220 44%, #0e1b2e 100%);
  --hero-fg: #eef9ff;
  --hero-grid-v: rgba(255, 255, 255, 0.045);
  --hero-grid-h: rgba(255, 255, 255, 0.035);
  --hero-glow-orb: rgba(93, 204, 237, 0.22);
  --hero-lead-fg: rgba(226, 242, 248, 0.82);
  --hero-kicker-bg: rgba(255, 255, 255, 0.08);
  --hero-kicker-color: #c7f6ff;
  --hero-kicker-border: rgba(148, 229, 255, 0.22);
  --hero-kicker-dot: #5dcced;
  --hero-kicker-dot-ring: rgba(93, 204, 237, 0.15);
  --hero-h1-sub-color: rgba(226, 242, 248, 0.78);
  --hero-badge-bg: rgba(255, 255, 255, 0.08);
  --hero-badge-border: rgba(148, 229, 255, 0.22);
  --hero-badge-color: #d9f8ff;
  --hstat-bg: rgba(255, 255, 255, 0.1);
  --hstat-border: rgba(255, 255, 255, 0.2);
  --hstat-strong: #fff;
  --hstat-span: rgba(255, 255, 255, 0.72);
  --flow-card-bg: rgba(11, 25, 43, 0.72);
  --flow-card-fg: #e9fbff;
  --flow-card-span: #72ddf5;
  --flow-card-muted: rgba(226, 242, 248, 0.72);
  --flow-card-border: rgba(148, 229, 255, 0.22);
  --hero-brand-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)), rgba(8, 14, 28, 0.58);
  --hero-brand-border: rgba(148, 229, 255, 0.22);
  --hero-flow-ring: rgba(93, 204, 237, 0.18);
  --hero-flow-dash: rgba(16, 185, 129, 0.22);
  --hero-flow-inner: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] .hero .badge {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .section-pro--tint {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}

html[data-theme="dark"] .why-neseaa-section {
  background: #0f172a;
}

html[data-theme="dark"] .why-card {
  background: #1e293b;
  border-color: #334155;
}

html[data-theme="dark"] .why-card:hover {
  border-color: #60a5fa;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .why-card h3 {
  color: #e2e8f0;
}

html[data-theme="dark"] .why-card p {
  color: #94a3b8;
}

html[data-theme="dark"] .service-pillar {
  background: #1e293b;
  border-color: #334155;
}

html[data-theme="dark"] .service-pillar:hover {
  border-color: #60a5fa;
}

html[data-theme="dark"] .service-pillar h3 {
  color: #e2e8f0;
}

html[data-theme="dark"] .service-pillar ul li {
  color: #94a3b8;
}

html[data-theme="dark"] .product-section {
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 42%, #0b1220 100%);
  border-block-color: #334155;
}

html[data-theme="dark"] .highlight-chips li {
  background: linear-gradient(145deg, #1e293b 0%, #312e81 55%, #1e3a8a 100%);
  border-color: rgba(129, 140, 248, 0.45);
  color: #e0e7ff;
}

html[data-theme="dark"] .highlight-chips li:nth-child(3n + 2) {
  background: linear-gradient(145deg, #1e293b 0%, #064e3b 50%, #134e4a 100%);
  border-color: rgba(16, 185, 129, 0.4);
  color: #d1fae5;
}

html[data-theme="dark"] .highlight-chips li:nth-child(3n) {
  background: linear-gradient(145deg, #1e293b 0%, #78350f 45%, #92400e 100%);
  border-color: rgba(245, 158, 11, 0.45);
  color: #fef3c7;
}

html[data-theme="dark"] .industry-hub {
  background:
    radial-gradient(880px 420px at 95% 10%, rgba(93, 204, 237, 0.1), transparent 55%),
    linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}

html[data-theme="dark"] .industry-shell {
  background: rgba(30, 41, 59, 0.75);
  border-color: #334155;
}

html[data-theme="dark"] .industry-tab {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(8, 145, 178, 0.25);
  color: #e2e8f0;
}

html[data-theme="dark"] .core-card {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
  border-color: #334155;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .core-card__tag {
  background: rgba(8, 145, 178, 0.2);
  color: #5eead4;
}

html[data-theme="dark"] .pricing-section {
  background:
    radial-gradient(1200px 480px at 10% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 60%),
    radial-gradient(900px 420px at 95% 15%, rgba(14, 165, 233, 0.1) 0%, transparent 65%),
    linear-gradient(180deg, #0f172a 0%, #0b1220 45%, #020617 100%);
  border-block-color: #1e3a5a;
}

html[data-theme="dark"] .price-card {
  --card-surface: #1e293b;
  --card-surface-alt: #0f172a;
  border-color: color-mix(in srgb, var(--card-accent) 35%, #334155);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .price-card h3,
html[data-theme="dark"] .price-card h4 {
  color: #e2e8f0;
}

html[data-theme="dark"] .pricing-group-title {
  color: #93c5fd;
  border-bottom-color: #334155;
}

html[data-theme="dark"] .mini-card {
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border-color: #334155;
}

html[data-theme="dark"] .mini-card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .payment-section {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}

html[data-theme="dark"] .payment-card {
  border-color: #334155;
}

html[data-theme="dark"] .account-list li {
  border-bottom-color: #334155;
}

html[data-theme="dark"] .account-num {
  background: #0f172a;
  border-color: #334155;
  color: #e2e8f0;
}

html[data-theme="dark"] .faq-section {
  background: #0f172a;
}

html[data-theme="dark"] .faq-accordion {
  border-color: #334155;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .faq-item {
  border-bottom-color: #334155;
}

html[data-theme="dark"] .faq-question {
  background: #1e293b;
  color: #e2e8f0;
}

html[data-theme="dark"] .faq-question:hover,
html[data-theme="dark"] .faq-question[aria-expanded="true"] {
  background: #1e3a8a;
  color: #dbeafe;
  border-bottom-color: #334155;
}

html[data-theme="dark"] .faq-icon {
  color: #93c5fd;
}

html[data-theme="dark"] .faq-answer {
  background: #1e293b;
}

html[data-theme="dark"] .faq-answer p {
  color: #cbd5e1;
}

html[data-theme="dark"] .legal-section {
  background: #0b1220;
  border-top-color: #334155;
}

html[data-theme="dark"] .feat-matrix-wrap {
  border-color: #334155;
}

html[data-theme="dark"] .feat-matrix tbody tr:nth-child(even) {
  background: #1e293b;
}

html[data-theme="dark"] .feat-matrix tbody tr:hover {
  background: #334155;
}

html[data-theme="dark"] .feat-matrix td {
  border-bottom-color: #334155;
  color: #cbd5e1;
}

html[data-theme="dark"] .feat-matrix td:first-child {
  color: #e2e8f0;
}

html[data-theme="dark"] .point-cards li {
  background: #1e293b;
  border-color: #334155;
  color: #cbd5e1;
}

html[data-theme="dark"] .feature-card {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 50%, #0b1220 100%);
  border-color: #334155;
}

html[data-theme="dark"] .subnav {
  background: #1e293b;
  border-color: #334155;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .btn-mail:hover {
  background: #334155 !important;
  border-color: #64748b !important;
}

html[data-theme="dark"] .crm-hub {
  background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
}

html[data-theme="dark"] .crm-step-card,
html[data-theme="dark"] .crm-feature-card {
  background: #1e293b;
  border-color: #334155;
}

html[data-theme="dark"] .crm-step-card h3,
html[data-theme="dark"] .crm-feature-card h3 {
  color: #e2e8f0;
}

html[data-theme="dark"] .crm-step-card p,
html[data-theme="dark"] .crm-feature-card p {
  color: #94a3b8;
}

@media (max-width: 900px) {
  html[data-theme="dark"] .header-drawer {
    border-top-color: #334155;
  }
}

/* زر ثيمة العرض */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.35rem 0.65rem;
  border-radius: var(--btn-radius);
  border: 1px solid var(--btn-outline-border);
  background: var(--surface);
  color: var(--text);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--btn-transition);
}

.theme-toggle:hover {
  border-color: var(--accent);
  box-shadow: 0 2px 12px var(--accent-glow);
}

.theme-toggle:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring);
}

.theme-toggle__icon {
  font-size: 1rem;
  line-height: 1;
}

html[data-theme="dark"] .theme-toggle__icon--sun {
  opacity: 0.45;
}

html[data-theme="light"] .theme-toggle__icon--moon {
  opacity: 0.45;
}

html[data-theme="dark"] .theme-toggle__icon--moon {
  opacity: 1;
}

html[data-theme="light"] .theme-toggle__icon--sun {
  opacity: 1;
}

.theme-toggle__label {
  min-width: 2.5rem;
  text-align: center;
}

@media (max-width: 480px) {
  .theme-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* قسم منصة CRM */
.crm-hub {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, var(--bg) 0%, #f0f9ff 100%);
  border-block: 1px solid rgba(8, 145, 178, 0.12);
}

.crm-cta-row {
  margin-bottom: 2rem;
}

.crm-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  margin-bottom: 2rem;
}

.crm-step-card {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
}

.crm-step-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

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

.crm-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.crm-feature-card {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 100%);
  border: 1px solid rgba(8, 145, 178, 0.15);
  box-shadow: var(--card-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.crm-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
}

.crm-feature-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--accent);
}

.crm-feature-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

/* نبذة المؤسس وأقسام الواي فاي الموسّعة */
.founder-card {
  margin: 1.5rem 0 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.95), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(8, 145, 178, 0.22);
  box-shadow: var(--card-shadow);
}

.founder-card--extended {
  padding: 1.5rem 1.5rem 1.4rem;
}

.founder-card__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
  line-height: 1.5;
}

.founder-card__headline {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.45;
}

.founder-card__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent);
}

.founder-card__body {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.8;
}

.founder-card__body:last-of-type {
  margin-bottom: 0;
}

.founder-card__body--tight {
  margin-bottom: 0.5rem;
}

.founder-card__philosophy {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem;
  list-style: none;
  border-inline-start: 4px solid var(--accent);
  background: rgba(8, 145, 178, 0.06);
  border-radius: var(--radius-sm);
}

.founder-card__philosophy li {
  margin: 0 0 0.65rem;
  padding-inline-start: 0.15rem;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.7;
}

.founder-card__philosophy li:last-child {
  margin-bottom: 0;
}

.founder-card__goal {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  font-size: 0.96rem;
  color: var(--text);
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(8, 145, 178, 0.12);
}

.founder-card__quote {
  margin: 0;
  padding: 1rem 1.1rem 0.85rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(160deg, rgba(8, 145, 178, 0.08) 0%, rgba(16, 185, 129, 0.06) 100%);
  border: 1px solid rgba(8, 145, 178, 0.18);
}

.founder-card__quote p {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.85;
  font-style: normal;
}

.founder-card__quote footer {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent);
  font-style: normal;
}

html[data-theme="dark"] .founder-card {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(11, 18, 32, 0.96));
  border-color: rgba(94, 204, 239, 0.22);
}

html[data-theme="dark"] .founder-card__headline {
  color: #e2e8f0;
}

html[data-theme="dark"] .founder-card__body,
html[data-theme="dark"] .founder-card__philosophy li {
  color: #cbd5e1;
}

html[data-theme="dark"] .founder-card__philosophy {
  background: rgba(8, 145, 178, 0.1);
}

html[data-theme="dark"] .founder-card__goal {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(94, 204, 239, 0.15);
  color: #e2e8f0;
}

html[data-theme="dark"] .founder-card__quote {
  background: linear-gradient(160deg, rgba(8, 145, 178, 0.14) 0%, rgba(16, 185, 129, 0.08) 100%);
  border-color: rgba(94, 204, 239, 0.2);
}

html[data-theme="dark"] .founder-card__quote p {
  color: #f1f5f9;
}

html[data-theme="dark"] .founder-card__quote footer {
  color: var(--accent-vivid);
}

.wifi-deep-section .wifi-deep-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  margin-top: 0.5rem;
}

.wifi-deep-card {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid #e2e8f0;
  box-shadow: var(--card-shadow);
}

.wifi-deep-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.wifi-deep-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
}

/* —— Global EN strip + corporate polish (identity refresh) —— */
.global-en-strip {
  text-align: left;
  border-block: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(248, 250, 252, 0.92) 100%);
}

.global-en-strip .section-kicker {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--accent);
}

.global-en-strip .section-pro__title {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.25;
  max-width: 42rem;
}

.global-en-strip .section-intro {
  max-width: 40rem;
  margin-inline: 0;
  line-height: 1.75;
  color: var(--muted);
}

html[data-theme="dark"] .global-en-strip {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(11, 18, 32, 0.92) 100%);
  border-color: rgba(94, 204, 239, 0.2);
}

html[data-theme="dark"] .global-en-strip .section-pro__title {
  color: #f1f5f9;
}

html[data-theme="dark"] .global-en-strip .section-intro {
  color: #94a3b8;
}

/* Language toggle (next to theme) + optional browser-language banner */
.header-toolbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lang-toggle {
  min-height: var(--btn-min-height, 2.75rem);
  padding: 0.45rem 0.9rem;
  border-radius: var(--btn-radius, 999px);
  border: 1px solid var(--header-border, rgba(226, 232, 240, 0.85));
  background: var(--surface, #fff);
  color: var(--text);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--btn-transition, box-shadow 0.2s ease, border-color 0.2s ease);
}

.lang-toggle:hover {
  border-color: var(--accent, #0891b2);
}

.lang-toggle:focus-visible {
  outline: none;
  box-shadow: var(--btn-focus-ring, 0 0 0 3px rgba(8, 145, 178, 0.25));
}

.lang-suggest-banner {
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.12), rgba(16, 185, 129, 0.08));
  border-bottom: 1px solid rgba(8, 145, 178, 0.22);
  font-size: 0.92rem;
  color: var(--text);
}

.lang-suggest-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  flex-wrap: wrap;
}

.lang-suggest-banner__close {
  border: none;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
}

.lang-suggest-banner__close:hover {
  color: var(--text);
}

html[data-theme="dark"] .lang-toggle {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(94, 204, 239, 0.22);
  color: #e2e8f0;
}

html[data-theme="dark"] .lang-suggest-banner {
  background: rgba(8, 145, 178, 0.14);
  border-color: rgba(94, 204, 239, 0.18);
}
