/* Worldwide IT, one ecosystem — palette override */
:root {
  --bg: #0A1A3D;
  --bg-2: #111e3d;
  --accent: #1e3a8a;
  --accent-2: #3b82f6;
  --accent-3: #7CB3FF;
  --text: #e0e7ff;
  --muted: #6b7280;
}
body {
  background-image:
    radial-gradient(ellipse 80% 55% at 18% -8%, color-mix(in srgb, #3b82f6 14%, transparent), transparent 70%),
    radial-gradient(ellipse 60% 45% at 82% 10%, color-mix(in srgb, #1e3a8a 8%, transparent), transparent 65%),
    radial-gradient(circle at 50% 55%, color-mix(in srgb, #111e3d 35%, transparent), #0A1A3D);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.topbar { background: color-mix(in srgb, #111e3d 96%, transparent); border-bottom: 1px solid color-mix(in srgb, #1e3a8a 14%, transparent); }
.topbar .brand { color: #7CB3FF; }
footer.site { background: #050505; }
.card-cta {
  display: inline-block; margin-top: 12px; font-size: 0.9rem;
  color: #7CB3FF; border-bottom: 1px solid color-mix(in srgb, #7CB3FF 40%, transparent);
}
.card-cta:hover { border-bottom-color: #7CB3FF; }
