body {
  font-family: "Inter", system-ui, sans-serif;
  background: #f7f7fa;
  color: #222;
  margin: 0;
  padding: 0;
}

header {
  background: #6c63ff;
  color: #fff;
  padding: 2rem 0 1rem 0;
  text-align: center;
}

h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2.5rem;
}

.badge {
  display: inline-block;
  margin: 0.5rem 0;
}

.container {
  max-width: 800px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 2rem;
}

.features,
.usecases {
  margin-bottom: 2rem;
}

.features ul,
.usecases ul {
  padding-left: 1.2rem;
}

.examples {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.example {
  text-align: center;
  background: #f0f0ff;
  border-radius: 8px;
  padding: 1rem;
  flex: 1 1 220px;
  min-width: 220px;
}

.example img {
  width: 120px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

footer {
  text-align: center;
  color: #888;
  padding: 2rem 0 1rem 0;
  font-size: 1rem;
}

.api {
  background: #eaf0ff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
  font-family: "JetBrains Mono", monospace;
  color: #333;
}

a {
  color: #6c63ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
