
:root {
  --gradient: linear-gradient(90deg, #0d6efd, #6610f2);
}

* { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero { 
  background: radial-gradient(1200px 500px at 10% 10%, rgba(13,110,253,0.08), transparent 60%),
              radial-gradient(800px 400px at 90% 20%, rgba(102,16,242,0.06), transparent 60%);
}

.feature i { margin-right: .5rem; }

.placeholder-text { color: #6c757d; font-style: italic; }

/* Utilities */
.card { border-radius: 1rem; }
.btn { border-radius: 999px; }
footer { background: #fff; }
