body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #141e30, #243b55);
  color: #fff;
}
.container {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}
h1 {
  font-size: 3rem;
  text-align: center;
  color: #fcd34d;
}
.tagline {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.description, .mig-section, .price-cta, .chinese-section {
  margin: 20px 0;
  line-height: 1.6;
}
.price {
  font-size: 1.5rem;
  color: #90ee90;
}
.cta-button {
  display: inline-block;
  background-color: #fcd34d;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
.cta-button:hover {
  background-color: #fde68a;
  color: #000;
}
