.coming-soon-container {
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 30px 0;
  overflow: hidden;
}

.coming-soon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.coming-soon-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.1;
}

.coming-soon-text {
  font-size: 1.2rem;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .coming-soon-title {
    font-size: 2.5rem;
  }

  .coming-soon-content {
    padding: 40px 20px;
  }
}
