/* TERMS & CONDITIONS PAGE STYLES - UNITED ENTERPRISES */

.legal-hero {
  background: var(--primary);
  color: var(--white);
  padding: 5.5rem 0;
  text-align: center;
  border-bottom: 4px solid var(--primary-light);
}

.legal-hero h1 {
  color: var(--white);
  font-size: 2.8rem;
  margin-bottom: 0.6rem;
}

.legal-hero p {
  color: #E2E8F0;
  font-size: 1.1rem;
}

.legal-content-wrapper {
  background: var(--white);
  padding: 4.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  max-width: 1000px;
  margin: 0 auto;
}

.legal-alert-box {
  background: rgba(20, 184, 166, 0.08);
  border-left: 5px solid var(--primary-light);
  padding: 1.6rem;
  border-radius: var(--radius-sm);
  margin-bottom: 3rem;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.6;
}

.legal-section {
  margin-bottom: 3rem;
}

.legal-section h2 {
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(20, 184, 166, 0.15);
}

.legal-section p {
  color: var(--text-muted);
  margin-bottom: 1.2rem;
  line-height: 1.8;
  font-size: 0.98rem;
}

.legal-section ul {
  list-style: disc;
  margin-left: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--text-muted);
}

.legal-section ul li {
  margin-bottom: 0.8rem;
  font-size: 0.98rem;
}

@media (max-width: 768px) {
  .legal-content-wrapper {
    padding: 2.5rem 2rem;
  }
  .legal-hero h1 {
    font-size: 2.2rem;
  }
}
