* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 24px;
}

.coming-soon {
  text-align: center;
  max-width: 480px;
}

.logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #C5EC4D, #51C272, #6EC29B) 1;
  margin-bottom: 24px;
}

.tagline {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 8px;
}

.launch-date {
  font-size: 0.95rem;
  color: #666666;
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
  .tagline {
    font-size: 1rem;
  }
}
