/* The connected business — palette override */
:root {
  --bg: #1A1A2E;
  --bg-2: #16213e;
  --accent: #4a3aff;
  --accent-2: #7C8AFF;
  --accent-3: #a8b5ff;
  --text: #e8eaff;
  --muted: #6b7280;
}
body {
  background-image:
    radial-gradient(ellipse 80% 55% at 18% -8%, color-mix(in srgb, #7C8AFF 14%, transparent), transparent 70%),
    radial-gradient(ellipse 60% 45% at 82% 10%, color-mix(in srgb, #4a3aff 8%, transparent), transparent 65%),
    radial-gradient(circle at 50% 55%, color-mix(in srgb, #16213e 35%, transparent), #1A1A2E);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.topbar { background: color-mix(in srgb, #16213e 96%, transparent); border-bottom: 1px solid color-mix(in srgb, #4a3aff 14%, transparent); }
.topbar .brand { color: #a8b5ff; }
footer.site { background: #050505; }
.card-cta {
  display: inline-block; margin-top: 12px; font-size: 0.9rem;
  color: #a8b5ff; border-bottom: 1px solid color-mix(in srgb, #a8b5ff 40%, transparent);
}
.card-cta:hover { border-bottom-color: #a8b5ff; }
