html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #1f2937;
  color: #f9fafb;
  font-family: Segoe UI, Helvetica, Arial, sans-serif;
  text-align: center;
}

.under-construction .logo {
  width: 96px;
  height: 96px;
  margin-bottom: 0.75rem;
}

.under-construction .org-name {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e5e7eb;
  margin-bottom: 2rem;
}

.under-construction h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.under-construction p {
  font-size: 1.25rem;
  color: #d1d5db;
}

.under-construction .ai-diploma-image {
  width: 220px;
  height: 220px;
  margin-top: 2rem;
}

.under-construction .caption {
  font-size: 1rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}
