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