/* ── Legal Pages (Terms of Service, Privacy Policy) ── */
.terms-wrap { min-height:100vh; padding-top:calc(var(--nav-height) + 48px); padding-bottom:80px; background:#f5f5f5; }
.terms-inner { max-width:800px; margin:0 auto; padding:0 24px; }
.terms-box { background:#fff; border-radius:16px; padding:48px 40px; box-shadow:0 8px 32px rgba(0,0,0,0.08); }
.terms-title { font-size:26px; font-weight:700; color:#111; margin-bottom:8px; text-align:center; }
.terms-subtitle { font-size:13px; color:#888; text-align:center; margin-bottom:32px; }
.legal-content { font-size:14px; line-height:2; color:#333; }
.legal-content h3 { font-size:16px; font-weight:700; color:#111; margin:28px 0 12px; }
.legal-content p { margin:8px 0; }
.legal-content ol, .legal-content ul { padding-left:20px; margin:8px 0; }
.legal-content li { margin-bottom:4px; }
.terms-back { display:inline-block; margin-top:32px; padding:12px 28px; background:#111; color:#fff; text-decoration:none; border-radius:10px; font-size:14px; font-weight:600; }
@media (max-width:600px) { .terms-box { padding:28px 20px; } }
