*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  color: #1e293b;
}

.under-construction {
  text-align: center;
  padding: 2.5rem;
  max-width: 28rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.under-construction .fa-helmet-safety {
  font-size: 4rem;
  color: #0ea5e9;
  margin-bottom: 1.5rem;
}

.under-construction h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.under-construction p {
  font-size: 1rem;
  color: #64748b;
}
