.legal-container{max-width:1000px;margin:0 auto;padding:2rem;background-color:var(--background);min-height:100vh}.legal-container h1{text-align:center;color:var(--text);margin-bottom:2rem;font-size:2.5rem;border-bottom:2px solid var(--primary-strong);padding-bottom:1rem}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-section{background-color:var(--card-bg);color:var(--text);padding:2rem;border-radius:10px;box-shadow:0 2px 4px var(--shadow);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.legal-section:hover{transform:translateY(-2px);box-shadow:0 4px 8px var(--shadow)}.legal-section h2{color:var(--primary-strong);margin-bottom:1.5rem;font-size:1.8rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.legal-section p{color:var(--text);opacity:.9;line-height:1.6;margin-bottom:1rem;font-size:1rem}.legal-section p:last-child{margin-bottom:0}@media(max-width:768px){.legal-container{padding:1rem}.legal-container h1{font-size:2rem}.legal-content{gap:1.5rem}.legal-section{padding:1.5rem}.legal-section h2{font-size:1.5rem}.legal-section p{font-size:.95rem}}@media(max-width:576px){.legal-container{padding:.5rem}.legal-container h1{font-size:1.8rem}.legal-section{padding:1rem}.legal-section h2{font-size:1.3rem}}
