.info-page {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  color: #e0e0e0;
  min-height: 60vh;
}

.info-page-header {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
}

.info-page-header h1 {
  font-size: 2.5rem;
  color: #d4af37;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
}

.info-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ccc;
}

.info-content h2 {
  color: #b19cd9;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
}

.info-content p {
  margin-bottom: 1.5rem;
}

.info-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.info-content li {
  margin-bottom: 0.5rem;
}

.info-content a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.error-message {
  text-align: center;
  color: #ff6b6b;
  font-size: 1.2rem;
  margin-top: 4rem;
}