* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #e5e7eb;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  max-width: 700px;
  padding: 40px;
  background: rgba(15, 23, 42, 0.85);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

h1 {
  font-size: 4rem;
  margin: 0;
  letter-spacing: 0.3rem;
}

h2 {
  margin-top: 5px;
  font-weight: 300;
  color: #94a3b8;
}

#reason {
  margin: 40px 0;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6;
}

button {
  background: #2563eb;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background: #1d4ed8;
}
.tagline {
  margin-top: 0.4rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #8fa3bf;
  opacity: 0.75;
  font-style: italic;
  letter-spacing: 0.02em;
}

.noaas-icon {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  width: 50%;
  opacity: 0.6;
}
