/* EB5 Immigration SA — Legal Pages Stylesheet */

.legal-hero {
  background: #1a1a2e;
  color: #fff;
  padding: 50px 40px;
  text-align: center;
}

.legal-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.legal-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 650px;
  margin: 0 auto;
}

.legal-content {
  padding: 60px 40px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 768px) {
  .legal-content { padding: 40px 20px; }
}

.legal-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content p,
.legal-content ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 16px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-content a {
  color: #c9a84c;
  text-decoration: none;
  font-weight: 600;
}

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

.legal-content address {
  font-style: normal;
  background: #f8f9fa;
  border-left: 4px solid #c9a84c;
  padding: 16px;
  margin: 16px 0;
  border-radius: 4px;
}
