.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-page .container{flex-grow:1;max-width:1200px;margin:0 auto;padding:2rem 1rem}.legal-page h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.legal-page h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.legal-page h2,.legal-page h3{font-weight:600;color:var(--text-primary)}.legal-page h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-page p{margin-bottom:1rem;line-height:1.6;color:var(--text-secondary)}.legal-page ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-page li{margin-bottom:.5rem;line-height:1.6;color:var(--text-secondary)}.legal-page a{color:var(--accent-primary);text-decoration:none;transition:color .2s}.legal-page a:hover{color:var(--accent-primary-hover);text-decoration:underline}.legal-page section{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.legal-page section:last-child{border-bottom:none}.dark .legal-page h1,.dark .legal-page h2,.dark .legal-page h3{color:var(--text-primary)}.dark .legal-page li,.dark .legal-page p{color:var(--text-secondary)}@media (max-width:768px){.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.25rem}}