/* ============================================================
   AKS Logistics — legal.css  (privacy-policy / terms-of-use / terms-and-conditions)
   ============================================================ */

.legal-section { padding: var(--section-pad-y) var(--section-pad-x); }

.legal-content { max-width: 820px; margin: 0 auto; }

.legal-content h2 { font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: -0.01em;
  margin-top: 44px; margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line); }

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

.legal-content p { font-size: 0.98rem; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.8;
  text-align: justify; text-justify: inter-word;
  -webkit-hyphens: auto; hyphens: auto; }

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

.legal-content ul li { font-size: 0.98rem; color: var(--ink-soft); margin-bottom: 10px; padding-left: 16px;
  position: relative; line-height: 1.75; list-style: none;
  text-align: justify; text-justify: inter-word;
  -webkit-hyphens: auto; hyphens: auto; }

.legal-content ul li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
