.legal-page {
  padding: 100px 0 80px;
  min-height: 100vh;
}

.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-header {
  margin-bottom: 60px;
}

.legal-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: white;
  margin: 16px 0 12px;
}

.legal-date {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}

.legal-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.legal-body p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
}

.legal-body h2 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-top: 12px;
  margin-bottom: -12px;
}

.legal-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: -16px;
}

.legal-body ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-body ul li {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

.legal-body a {
  color: #E11D48;
  text-decoration: none;
}

.legal-body a:hover {
  text-decoration: underline;
}

/* Support page */
.support-contact {
  background: rgba(225,29,72,0.06);
  border: 1px solid rgba(225,29,72,0.2);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.support-icon { font-size: 40px; margin-bottom: 8px; }

.support-contact h2 {
  margin: 0 !important;
  font-family: 'Playfair Display', serif !important;
}

.support-contact p {
  max-width: 400px;
}

.faq-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.faq-item p {
  margin: 0;
  font-size: 14px;
}
