body {
  background: linear-gradient(135deg, #0e4a6b 0%, #156996 50%, #1a7fba 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Segoe UI', system-ui, sans-serif;
}
.logo-img {
  max-width: 240px;
  height: auto;
}
.coming-soon-heading {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.subtitle {
  font-size: 1.2rem;
  opacity: 0.85;
}
