/* EGEX Network — HOLDCO/NVIDIA brand compliance */
:root {
  --color-primary: #76b900;
  --color-primary-dim: #4a7300;
  --color-primary-bright: #96e600;
  --color-bg: #0b0b0b;
  --color-surface: #131313;
  --color-surface-elevated: #333a41;
  --color-surface-glass: rgba(11,11,11,0.85);
  --color-text: #ffffff;
  --color-text-muted: rgba(255,255,255,0.55);
  --color-text-dim: rgba(255,255,255,0.25);
  --color-border: rgba(118,185,0,0.1);
  --color-border-strong: rgba(118,185,0,0.28);
  --color-glow: rgba(118,185,0,0.4);
  --font-heading: 'DejaVu Sans Mono', 'Courier New', monospace;
  --font-body: 'DejaVu Sans Mono', 'Courier New', monospace;
}


.strider-header { border-color: #ff6b00; }
.strider-brand h1 {
	color: #ff6b00;
	text-shadow: 0 0 20px rgba(255,107,0,0.4);
	font-weight: 900;
	text-transform: uppercase;
}
.strider-tagline { color: #cc5500; }
.strider-footer { border-color: #ff6b00; }
.hero-title { text-shadow: 0 0 30px rgba(255,107,0,0.3); }
.service-card {
	background: #141414;
	border: 1px solid rgba(255,107,0,0.08);
}
.service-card:hover {
	border-color: #ff6b00;
	box-shadow: 0 0 20px rgba(255,107,0,0.12);
}
.section h2 { color: #ff6b00; }

