.legal-main { max-width: 780px; margin: 0 auto; padding: 0 24px 80px; }
.legal-header { padding: 60px 0 40px; }
.legal-header h1 { font-size: 42px; font-weight: 800; letter-spacing: -.03em; margin-bottom: 8px; }
.legal-meta { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.legal-header > p { font-size: 15.5px; color: var(--muted); line-height: 1.65; }
.legal-header strong { color: var(--text); }

.legal-toc { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; margin-bottom: 48px; }
.legal-toc h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 14px; }
.legal-toc ol { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.legal-toc li { font-size: 14px; }
.legal-toc a { color: var(--accent); font-weight: 500; }
.legal-toc a:hover { text-decoration: underline; }

.legal-body { display: flex; flex-direction: column; gap: 48px; }
.legal-body section { scroll-margin-top: 80px; }
.legal-body h2 { font-size: 22px; font-weight: 800; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }
.legal-body h3 { font-size: 16px; font-weight: 700; margin: 18px 0 8px; color: var(--text); }
.legal-body p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.legal-body p:last-child { margin-bottom: 0; }
.legal-body ul, .legal-body ol { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.legal-body li { font-size: 15px; color: var(--muted); line-height: 1.6; }
.legal-body li strong { color: var(--text); }
.legal-body a { color: var(--accent); font-weight: 500; }
.legal-body a:hover { text-decoration: underline; }

.contact-block { background: var(--panel); border: 1px solid var(--border); border-radius: 10px; padding: 20px 24px; display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
.contact-block p { margin: 0; font-size: 14.5px; }

/* ── FIOLIV FOOTER (shared across all pages) ── */
.fioliv-footer {
  background: #111827;
  color: rgba(255,255,255,.45);
  padding: 20px 24px;
  font-size: 13px;
}
.fioliv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.fioliv-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.fioliv-left a, .fioliv-right a {
  color: rgba(255,255,255,.5);
  transition: color .15s;
}
.fioliv-left a:hover, .fioliv-right a:hover { color: white; }
.footer-dot { color: rgba(255,255,255,.2); }
.fioliv-right { color: rgba(255,255,255,.4); font-weight: 500; }
.fioliv-right a { color: rgba(255,255,255,.6); font-weight: 700; }
