*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  line-height: 1.6;
}

.container {
  text-align: center;
  padding: 3rem 2rem;
  max-width: 1280px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #111827;
}

p {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
}

.subtle {
  font-size: 0.95rem;
  color: #9ca3af;
}
