.part-coming-soon {
  max-width: 800px;
  margin: 6rem auto;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.part-coming-soon h1 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.part-coming-soon p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.part-coming-soon .part-highlight {
  font-weight: bold;
}
