.legal-page{min-height:100vh}.legal-hero{height:50vh;width:100%;background:linear-gradient(rgba(21,14,31,.65),rgba(21,14,31,.65)),url(/assets/about-hero.webp);background-size:cover;background-position:50%;display:flex;justify-content:center;align-items:center;text-align:center}.legal-hero-content h1{font-size:clamp(2rem,4vw,3.2rem);color:#fff;margin-bottom:12px;font-weight:700}.legal-hero-content p{font-size:1.1rem;color:hsla(0,0%,100%,.8)}.legal-content{max-width:900px;margin:0 auto;padding:60px 20px}.legal-section{margin-bottom:48px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.75rem;margin-bottom:20px}.legal-section h2,.legal-section h3{color:var(--font-color-primary);font-weight:600}.legal-section h3{font-size:1.25rem;margin:24px 0 12px}.legal-section p{font-size:1rem;line-height:1.8;color:var(--font-color-secondary);margin-bottom:16px}.legal-section ul{margin:16px 0;padding-left:24px}.legal-section li{font-size:1rem;line-height:1.8;color:var(--font-color-secondary);margin-bottom:8px}.contact-info{background:var(--bg-secondary);padding:24px;border-radius:8px;margin:20px 0}.contact-info p{margin-bottom:4px}.contact-info a{color:var(--btn-bg);text-decoration:none}.contact-info a:hover{text-decoration:underline}@media(max-width:768px){.legal-hero-content h1{font-size:2rem}.legal-content{padding:40px 16px}}