.elementor-33856 .elementor-element.elementor-element-1f81297{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e321f2 */:root {
  --bg-dark: #0f2a1b;
  --bg-light: #f6f8f6;
  --brand: #8bc34a;
  --accent: #ff8a00;
  --text-main: #2d2d2d;
  --text-muted: #6b6b6b;
  --radius: 12px;
  --shadow: 0 6px 20px rgba(0,0,0,.08);
}

.legal-section {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: var(--bg-light);
  line-height: 1.7;
  padding-bottom: 4rem;
}

/* Hero */
.legal-hero {
  background: linear-gradient(135deg, var(--bg-dark), #1e4d32);
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.legal-hero h1 {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -1px;
}

.legal-hero .subtitle {
  font-size: 3rem;
  margin-top: 1rem;
  color: #d4e7d4;
}

/* Contenido */
.legal-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin-top: 2.5rem;
  font-size: 3rem;
  color: var(--bg-dark);
  border-left: 4px solid var(--brand);
  padding-left: 0.75rem;
}

.legal-content p {
  margin: 1.2rem 0;
  font-size: 2rem;
  color: var(--text-muted);
  text-align: justify;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.legal-list li {
  margin: 0.3rem 0;
  font-size: 1rem;
}

.legal-list a {
  color: var(--accent);
  text-decoration: none;
}

.legal-list a:hover {
  text-decoration: underline;
}

/* Footer */
.legal-footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-hero h1 {
    font-size: 2.2rem;
  }

  .legal-content {
    margin: 2rem 1rem;
    padding: 1.5rem;
  }
}/* End custom CSS */