body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #011516d6;
  color: #F1DAB0;
  font-family: 'Segoe UI', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 180px;
  max-width: 80vw;
  margin-bottom: 2rem;
  display: block;
}

.coming-soon {
  font-size: 2rem;
  font-weight: 600;
  color: #F1DAB0;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.1rem;
  color: #E2FDFB;
  text-align: center;
  max-width: 90vw;
}

@media (max-width: 600px) {
  .logo {
    width: 110px;
    margin-bottom: 1.2rem;
  }
  .coming-soon {
    font-size: 1.3rem;
  }
  .subtitle {
    font-size: 1rem;
  }
}
