/* ==========================================================================
   Q-DASH INTERACTIVE BUSINESS SYSTEMS CORE — PIXEL-PERFECT REFERENCE MATCH
   Visual Identity: Deep Technological Navy (#070D18 / #0B132B), Vibrant Orange (#FF6A2A),
   Electric Cyan/Blue (#00B4D8 / #38BDF8 / #1E90FF), Pure White (#FFFFFF)
   ========================================================================== */

:root {
  --qd-sys-bg: #070D18;
  --qd-sys-panel-bg: linear-gradient(180deg, #091322 0%, #060B14 100%);
  --qd-sys-card-bg: rgba(10, 20, 34, 0.85);
  --qd-sys-orange: #FF6A2A;
  --qd-sys-orange-glow: rgba(255, 106, 42, 0.45);
  --qd-sys-blue: #00B4D8;
  --qd-sys-blue-glow: rgba(0, 180, 216, 0.4);
  --qd-sys-border: rgba(148, 163, 184, 0.16);
  --qd-sys-border-hover: rgba(255, 106, 42, 0.5);
  --qd-sys-tx-title: #FFFFFF;
  --qd-sys-tx-desc: #94A3B8;
  --qd-sys-radius-lg: 20px;
  --qd-sys-radius-md: 14px;
  --qd-sys-radius-sm: 8px;
}

/* ── Full-Width Immersive Section Background (100vw Edge-to-Edge) ──── */
#systems-showcase.qd-systems-section {
  width: 100% !important;
  max-width: 100% !important;
  background: radial-gradient(circle at 50% 35%, rgba(0, 180, 216, 0.1) 0%, transparent 60%),
              radial-gradient(circle at 80% 75%, rgba(255, 106, 42, 0.08) 0%, transparent 50%),
              linear-gradient(180deg, #060B14 0%, #0B132B 50%, #060B14 100%) !important;
  padding: 72px 3% 84px !important;
  position: relative !important;
  overflow: hidden !important;
  color: #FFFFFF !important;
  box-sizing: border-box !important;
}

/* Background Subtle Technological Grid & Stars Overlay */
#systems-showcase.qd-systems-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 106, 42, 0.18) 1px, transparent 1px),
    linear-gradient(to right, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 36px 36px, 48px 48px, 48px 48px;
  pointer-events: none;
  opacity: 0.75;
}

.qd-systems-container {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── Section Header (Dark Technological) ───────────────────────────── */
.qd-systems-header {
  text-align: center;
  margin-bottom: 36px;
}

.qd-systems-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 106, 42, 0.12);
  border: 1px solid rgba(255, 106, 42, 0.35);
  color: var(--qd-sys-orange);
  font-size: 13px;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 30px;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(255, 106, 42, 0.15);
}

.qd-systems-title {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 14px;
  line-height: 1.3;
}

.qd-systems-title .hl-orange {
  color: var(--qd-sys-orange);
  position: relative;
  display: inline-block;
}

.qd-systems-subtitle {
  font-size: clamp(14px, 1.6vw, 16.5px);
  color: var(--qd-sys-tx-desc);
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ── Exact Visual Layout: 3 Columns ──────────────────────────────────
   Screen Left:  Journey Panel (280px)
   Screen Mid:   Business Core + 6 Nodes (1fr)
   Screen Right: Dynamic System Panel (320px)
   ──────────────────────────────────────────────────────────────────── */
.qd-systems-grid {
  display: grid;
  grid-template-columns: 280px 1fr 320px;
  gap: 20px;
  align-items: stretch;
  position: relative;
  z-index: 3;
  margin-bottom: 32px;
}

/* ── 1. SCREEN LEFT: BUSINESS JOURNEY PANEL (رحلة العمل المتكاملة) ──── */
.qd-systems-journey-panel {
  background: rgba(6, 12, 22, 0.85);
  border: 1.5px solid rgba(0, 180, 216, 0.25);
  border-radius: var(--qd-sys-radius-md);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.qd-systems-journey-hd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.qd-systems-journey-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.qd-systems-journey-icon {
  font-size: 18px;
  color: var(--qd-sys-orange);
}

.qd-systems-journey-title {
  font-size: 15px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
}

.qd-systems-journey-desc {
  font-size: 11px;
  color: var(--qd-sys-tx-desc);
  margin: 0;
  line-height: 1.45;
}

/* Vertical Journey Stages with Traveling Beacon */
.qd-systems-journey-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding-inline-start: 16px;
  margin-bottom: 16px;
}

.qd-systems-journey-steps::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  inset-inline-start: 6px;
  width: 2px;
  background: rgba(255, 106, 42, 0.25);
}

.qd-systems-journey-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  transition: all 0.28s ease;
}

.qd-systems-journey-step-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0B132B;
  border: 2px solid rgba(255, 106, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
  z-index: 2;
  transition: all 0.25s ease;
}

.qd-systems-journey-step.is-active .qd-systems-journey-step-dot {
  background: var(--qd-sys-orange);
  border-color: #FFFFFF;
  box-shadow: 0 0 10px var(--qd-sys-orange);
  transform: scale(1.2);
}

.qd-systems-journey-step-ic {
  font-size: 13px;
  color: #CBD5E1;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.qd-systems-journey-step.is-active .qd-systems-journey-step-ic {
  background: rgba(255, 106, 42, 0.2);
  color: var(--qd-sys-orange);
  border: 1px solid rgba(255, 106, 42, 0.4);
}

.qd-systems-journey-step-info {
  display: flex;
  flex-direction: column;
}

.qd-systems-journey-step-name {
  font-size: 12px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1px;
}

.qd-systems-journey-step-sub {
  font-size: 10px;
  color: #94A3B8;
}

.qd-systems-journey-step.is-active .qd-systems-journey-step-name {
  color: var(--qd-sys-orange);
}

/* Live Flow Box */
.qd-systems-live-flow-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 180, 216, 0.25);
  border-radius: var(--qd-sys-radius-sm);
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.qd-systems-live-flow-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qd-systems-live-flow-lbl {
  font-size: 10px;
  font-weight: 800;
  color: #38BDF8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.qd-systems-live-flow-status {
  font-size: 9.5px;
  color: #CBD5E1;
}

.qd-systems-live-flow-sparkline {
  width: 100%;
  height: 28px;
}

/* ── 2. SCREEN MID: INTERACTIVE Q-DASH BUSINESS CORE & 6 SYSTEM NODES ─ */
.qd-systems-center-canvas {
  background: var(--qd-sys-panel-bg);
  border: 1.5px solid rgba(255, 106, 42, 0.35);
  border-radius: var(--qd-sys-radius-lg);
  padding: 24px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 106, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* SVG Energy Connections Layer */
.qd-systems-svg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.qd-systems-path {
  stroke: rgba(148, 163, 184, 0.25);
  stroke-width: 1.8;
  fill: none;
  stroke-dasharray: 4 4;
  transition: stroke 0.3s, stroke-width 0.3s;
}

.qd-systems-path.active {
  stroke: #FF6A2A;
  stroke-width: 2.4;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 6px #FF6A2A);
}

.qd-systems-path.active-blue {
  stroke: #00B4D8;
  stroke-width: 2.4;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 6px #00B4D8);
}

.qd-systems-pulse {
  fill: #FF6A2A;
  filter: drop-shadow(0 0 6px #FF874D);
}

/* Centerpiece Engine with Dual Rotating Rings */
.qd-systems-core-engine {
  width: 260px;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.qd-systems-core-glow {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.25) 0%, rgba(255, 106, 42, 0.16) 55%, transparent 70%);
  filter: blur(14px);
  animation: qdCoreGlowPulse 4s ease-in-out infinite;
}

/* Blue Continuous 360° Clockwise Ring (12s) */
.qd-systems-ring-blue {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 180, 216, 0.65);
  box-shadow: 0 0 16px rgba(0, 180, 216, 0.25), inset 0 0 16px rgba(0, 180, 216, 0.15);
  animation: qdCoreBlueSpin 12s linear infinite !important;
  pointer-events: none;
}

/* Orange/Red Continuous 360° Counter-Clockwise Ring (16s) */
.qd-systems-ring-orange {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid rgba(255, 106, 42, 0.7);
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 0 0 18px rgba(255, 106, 42, 0.35);
  animation: qdCoreOrangeSpin 16s linear infinite !important;
  pointer-events: none;
}

/* Center Processing Disk (Fixed readable text) */
.qd-systems-core-disk {
  position: absolute;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0F2034 0%, #08101C 100%);
  border: 2px solid rgba(0, 180, 216, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.85), inset 0 0 20px rgba(0, 180, 216, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  z-index: 5;
}

.qd-systems-core-brand {
  font-size: 14px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.qd-systems-core-sub {
  font-size: 10px;
  font-weight: 850;
  color: var(--qd-sys-orange);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.qd-systems-core-tagline {
  font-size: 9px;
  font-weight: 700;
  color: #38BDF8;
  line-height: 1.35;
}

.qd-systems-core-subpoints {
  font-size: 7.5px;
  color: #94A3B8;
  margin-top: 2px;
}

/* 6 System Nodes (3 on the Left, 3 on the Right of Core) */
.qd-systems-nodes-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.qd-systems-node {
  position: absolute;
  background: rgba(11, 23, 38, 0.92);
  border: 1.5px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  pointer-events: auto;
  color: #FFFFFF;
  text-align: start;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  font-family: inherit;
  border-style: solid;
  max-width: 250px;
}

.qd-systems-node:hover,
.qd-systems-node:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5), 0 0 16px rgba(255, 106, 42, 0.3);
  border-color: var(--qd-sys-orange);
}

.qd-systems-node.is-active {
  background: linear-gradient(135deg, rgba(255, 106, 42, 0.2) 0%, rgba(13, 23, 38, 0.96) 100%);
  border-color: var(--qd-sys-orange);
  box-shadow: 0 0 22px rgba(255, 106, 42, 0.45), inset 0 0 12px rgba(255, 106, 42, 0.2);
}

.qd-systems-node.is-active.blue-node {
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.2) 0%, rgba(13, 23, 38, 0.96) 100%);
  border-color: var(--qd-sys-blue);
  box-shadow: 0 0 22px rgba(0, 180, 216, 0.45), inset 0 0 12px rgba(0, 180, 216, 0.2);
}

/* Node Circular Port Icon */
.qd-systems-node-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.qd-systems-node-icon.orange {
  background: rgba(255, 106, 42, 0.15);
  border: 2px solid #FF6A2A;
  color: #FF6A2A;
  box-shadow: 0 0 12px rgba(255, 106, 42, 0.4);
}

.qd-systems-node-icon.blue {
  background: rgba(0, 180, 216, 0.15);
  border: 2px solid #00B4D8;
  color: #00B4D8;
  box-shadow: 0 0 12px rgba(0, 180, 216, 0.4);
}

.qd-systems-node:hover .qd-systems-node-icon,
.qd-systems-node.is-active .qd-systems-node-icon {
  transform: scale(1.1);
}

.qd-systems-node-info {
  display: flex;
  flex-direction: column;
}

.qd-systems-node-name {
  font-size: 13.5px;
  font-weight: 900;
  color: #FFFFFF;
}

.qd-systems-node-title {
  font-size: 11px;
  font-weight: 750;
  color: var(--qd-sys-tx-desc);
}

.qd-systems-node-points {
  font-size: 9px;
  color: #64748B;
  line-height: 1.35;
  margin-top: 2px;
}

/* Exact Positions of the 6 Nodes (3 Left, 3 Right) */
/* Left Column Nodes */
.qd-systems-node[data-sys="crm"] { top: 25px; left: 20px; }
.qd-systems-node[data-sys="pos"] { top: 215px; left: 15px; }
.qd-systems-node[data-sys="inventory"] { bottom: 25px; left: 35px; }

/* Right Column Nodes */
.qd-systems-node[data-sys="erp"] { top: 25px; right: 20px; }
.qd-systems-node[data-sys="hr"] { top: 215px; right: 15px; }
.qd-systems-node[data-sys="clinic"] { bottom: 25px; right: 35px; }

/* ── 3. SCREEN RIGHT: DYNAMIC SYSTEM INFORMATION PANEL ─────────────── */
.qd-systems-info-panel {
  background: rgba(6, 12, 22, 0.85);
  border: 1.5px solid rgba(0, 180, 216, 0.25);
  border-radius: var(--qd-sys-radius-md);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.qd-systems-info-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.qd-systems-info-title {
  font-size: 15px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
}

.qd-systems-info-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 180, 216, 0.15);
  border: 1.5px solid #00B4D8;
  color: #00B4D8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.qd-systems-info-desc {
  font-size: 11.5px;
  color: var(--qd-sys-tx-desc);
  line-height: 1.55;
  margin-bottom: 14px;
}

/* Sections inside panel */
.qd-systems-info-sec-title {
  font-size: 11px;
  font-weight: 850;
  color: var(--qd-sys-orange);
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.qd-systems-info-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qd-systems-info-bullets li {
  font-size: 11px;
  color: #CBD5E1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qd-systems-info-bullets li i {
  color: #10B981;
  font-size: 9px;
}

.qd-systems-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}

.qd-systems-info-pill {
  font-size: 10px;
  font-weight: 750;
  color: #CBD5E1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 12px;
}

.qd-systems-info-pain {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qd-systems-info-pain li {
  font-size: 10.5px;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.qd-systems-info-pain li i {
  color: #FF6A2A;
  font-size: 8.5px;
}

.qd-systems-info-cta {
  color: #38BDF8;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  margin-top: auto;
}

.qd-systems-info-cta:hover {
  color: var(--qd-sys-orange);
  transform: translateX(-3px);
}

body.en .qd-systems-info-cta:hover {
  transform: translateX(3px);
}

/* ── BOTTOM ACTIONS (Primary & Secondary CTAs) ─────────────────────── */
.qd-systems-actions-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.qd-systems-cta-primary {
  background: linear-gradient(135deg, #FF6A2A 0%, #E05C2A 100%);
  color: #FFFFFF !important;
  font-size: 14.5px;
  font-weight: 850;
  padding: 13px 28px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 22px rgba(255, 106, 42, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.qd-systems-cta-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 28px rgba(255, 106, 42, 0.55);
  background: linear-gradient(135deg, #FF7D45 0%, #EA6430 100%);
}

.qd-systems-cta-primary i {
  transition: transform 0.2s ease;
}

body.ar .qd-systems-cta-primary i {
  transform: scaleX(-1);
}

.qd-systems-cta-secondary {
  background: rgba(11, 23, 38, 0.85);
  border: 1.5px solid rgba(0, 180, 216, 0.4);
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.qd-systems-cta-secondary:hover {
  background: rgba(20, 36, 58, 0.95);
  border-color: var(--qd-sys-blue);
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.3);
  transform: translateY(-2px);
}

/* ── BOTTOM INTEGRATED BENEFITS STRIP ──────────────────────────────── */
.qd-systems-benefits-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(6, 12, 22, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.qd-systems-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.qd-systems-benefit-item:last-child {
  border-inline-end: none;
}

.qd-systems-benefit-icon {
  font-size: 20px;
  color: var(--qd-sys-orange);
  flex-shrink: 0;
}

.qd-systems-benefit-title {
  font-size: 12.5px;
  font-weight: 850;
  color: #FFFFFF;
  line-height: 1.2;
}

.qd-systems-benefit-desc {
  font-size: 10px;
  color: #94A3B8;
  line-height: 1.3;
}

/* ── Dual Concentric Rotation Keyframes ────────────────────────────── */
@keyframes qdCoreBlueSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes qdCoreOrangeSpin {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes qdCoreGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* ── Responsive Adaptations ────────────────────────────────────────── */
@media (max-width: 1280px) {
  .qd-systems-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .qd-systems-center-canvas {
    grid-column: 1 / -1;
    order: -1;
    min-height: 480px;
  }
  .qd-systems-benefits-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .qd-systems-benefit-item:nth-child(3) {
    border-inline-end: none;
  }
}

@media (max-width: 768px) {
  #systems-showcase.qd-systems-section {
    padding: 48px 4% 56px !important;
  }
  .qd-systems-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .qd-systems-center-canvas {
    min-height: 520px;
    padding: 16px 10px;
  }
  .qd-systems-node {
    padding: 6px 10px;
    max-width: 145px;
  }
  .qd-systems-node-points {
    display: none;
  }
  .qd-systems-node[data-sys="crm"] { top: 15px; left: 10px; }
  .qd-systems-node[data-sys="pos"] { top: 220px; left: 5px; }
  .qd-systems-node[data-sys="inventory"] { bottom: 15px; left: 10px; }
  .qd-systems-node[data-sys="erp"] { top: 15px; right: 10px; }
  .qd-systems-node[data-sys="hr"] { top: 220px; right: 5px; }
  .qd-systems-node[data-sys="clinic"] { bottom: 15px; right: 10px; }

  .qd-systems-benefits-strip {
    grid-template-columns: 1fr;
  }
  .qd-systems-benefit-item {
    border-inline-end: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .qd-systems-benefit-item:last-child {
    border-bottom: none;
  }
  .qd-systems-actions-wrap {
    flex-direction: column;
    width: 100%;
  }
  .qd-systems-cta-primary,
  .qd-systems-cta-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qd-systems-ring-blue,
  .qd-systems-ring-orange,
  .qd-systems-core-glow,
  .qd-systems-node,
  .qd-systems-journey-step {
    animation: none !important;
    transition: none !important;
  }
}
