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