/* IT for startups that move fast — palette override */
:root {
  --bg: #0a0e1a;
  --bg-2: #1a1a2e;
  --accent: #f59e0b;
  --accent-2: #fbbf24;
  --accent-3: #fcd34d;
  --text: #fffbeb;
  --muted: #6b7280;
}
body {
  background-image:
    radial-gradient(ellipse 80% 55% at 18% -8%, color-mix(in srgb, #fbbf24 14%, transparent), transparent 70%),
    radial-gradient(ellipse 60% 45% at 82% 10%, color-mix(in srgb, #f59e0b 8%, transparent), transparent 65%),
    radial-gradient(circle at 50% 55%, color-mix(in srgb, #1a1a2e 35%, transparent), #0a0e1a);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.topbar { background: color-mix(in srgb, #1a1a2e 96%, transparent); border-bottom: 1px solid color-mix(in srgb, #f59e0b 14%, transparent); }
.topbar .brand { color: #fcd34d; }
footer.site { background: #050505; }
.card-cta {
  display: inline-block; margin-top: 12px; font-size: 0.9rem;
  color: #fcd34d; border-bottom: 1px solid color-mix(in srgb, #fcd34d 40%, transparent);
}
.card-cta:hover { border-bottom-color: #fcd34d; }
