/* Vortex CX — Quick Site Styles */

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Legal page typography */
.legal-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.legal-content h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.375rem;
  color: #374151;
}

.legal-content p {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: #4b5563;
}

.legal-content ul,
.legal-content ol {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  color: #4b5563;
}

.legal-content li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}

.legal-content ul { list-style-type: disc; }
.legal-content ol { list-style-type: decimal; }

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.875rem;
}

.legal-content th,
.legal-content td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.legal-content th {
  background: #f9fafb;
  font-weight: 600;
  color: #374151;
}

.legal-content td {
  color: #4b5563;
}

.legal-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2rem 0;
}

.legal-content strong {
  color: #1f2937;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .legal-content h2 { font-size: 1.125rem; }
  .legal-content h3 { font-size: 1rem; }
}
