body {
  font-family: Arial, sans-serif;
  background: #f8fafc;
  margin: 0;
  color: #1f2937;
}

.container {
  max-width: 700px;
  margin: auto;
  padding: 60px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subheadline {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 25px;
}

.button {
  display: inline-block;
  padding: 14px 28px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
}

.note {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
}

.support {
  margin-top: 40px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.tags span {
  background: #e5e7eb;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 13px;
}
