body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: white;
  text-align: center;
}

.container {
  padding: 60px 20px;
}

h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.subtitle {
  color: #94a3b8;
  margin-bottom: 40px;
}

.app {
  background: #1e293b;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  margin: auto;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #22c55e;
  color: black;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.footer {
  margin-top: 50px;
}

.footer a {
  margin: 0 10px;
  color: #94a3b8;
  text-decoration: none;
}

/* Legal pages (privacy, support) */
.legal {
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.legal h1 {
  font-size: 36px;
  margin-bottom: 6px;
}

.legal h2 {
  font-size: 22px;
  margin-top: 36px;
  margin-bottom: 10px;
  color: #e2e8f0;
}

.legal h3 {
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #cbd5e1;
}

.legal p {
  color: #94a3b8;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.legal-meta {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 20px;
}

.legal ul {
  color: #94a3b8;
  font-size: 15px;
  padding-left: 22px;
  margin-top: 8px;
}

.legal li {
  margin-bottom: 6px;
}

.legal a {
  color: #4ade80;
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}

.legal strong {
  color: #e2e8f0;
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.legal th {
  text-align: left;
  padding: 10px 12px;
  background: #1e293b;
  color: #e2e8f0;
  font-weight: 700;
  border-bottom: 1px solid #334155;
}

.legal td {
  padding: 10px 12px;
  color: #94a3b8;
  border-bottom: 1px solid #1e293b;
}

.legal .footer {
  text-align: center;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #1e293b;
}
