body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
}

.container {
  max-width: 480px;
  margin: 60px auto;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  text-align: center;
}

header h1 {
  margin-bottom: 8px;
  font-size: 2.5rem;
}

.strapline {
  font-size: 1.2rem;
  color: #222;
  font-style: italic;
  margin-bottom: 6px;
  margin-top: 0;
}

.tagline {
  color: #6c63ff;
  font-weight: 600;
  margin-bottom: 24px;
}

main p {
  font-size: 1.1rem;
  margin-bottom: 32px;
}

.cta-button {
  display: inline-block;
  background: #6c63ff;
  color: #fff;
  font-size: 1.1rem;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}

.cta-button:hover {
  background: #5548c8;
}

footer {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #888;
}
