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

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: linear-gradient(145deg, #1a365d 0%, #2c5282 45%, #3182ce 100%);
  color: #1a202c;
  padding: 1.5rem;
}

main {
  width: 100%;
  max-width: 32rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2b6cb0;
  background: #ebf8ff;
  border: 1px solid #bee3f8;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1.25rem;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4a5568;
  margin-bottom: 1.75rem;
}

.contact {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
}

.contact-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #718096;
  margin-bottom: 0.5rem;
}

.contact a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2b6cb0;
  text-decoration: none;
}

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

.footer {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  color: #a0aec0;
}
