.legal-page{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;transition:background-color .4s ease,color .4s ease}[data-theme=dark] .legal-page{background-color:#000}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.legal-hero-wrapper{position:relative;height:100vh}.legal-hero-wrapper .virtual-hero-simple{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:0;text-align:center}.legal-hero-wrapper .virtual-hero-simple__title{font-size:clamp(1.8rem,6vw,3.2rem);font-style:normal;letter-spacing:.08em;line-height:1;max-width:1000px;color:#fff!important}.legal-info-overlay{position:absolute;bottom:12%;left:50%;transform:translateX(-50%);width:90%;max-width:900px;text-align:center;z-index:10}.legal-info-overlay p{font-size:1.2rem;line-height:1.5;margin-bottom:2.5rem;font-family:Owners,sans-serif;color:#fff!important;font-weight:500}.legal-scroll-indicator{animation:bounce 2s infinite;opacity:.7;color:#fff!important}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.legal-privacy-section{padding:8rem 1.5rem;background:var(--bg-secondary);color:var(--text-primary);border-top:1px solid var(--border-primary);transition:background-color .4s ease,color .4s ease,border-color .4s ease}[data-theme=dark] .legal-privacy-section{background:#000}.legal-privacy-section h2{font-family:Owners XXWide,sans-serif;font-size:clamp(2rem,5vw,3.5rem);text-align:center;line-height:1.1;margin-bottom:6rem;letter-spacing:.05em}.privacy-content{max-width:850px;margin:0 auto}.privacy-content h3{font-family:Owners,sans-serif;font-size:1.5rem;font-weight:800;margin:4rem 0 1.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;text-align:center}.privacy-content p{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem;font-weight:400;text-align:center;transition:color .4s ease}@media (max-width:768px){.legal-privacy-section{padding:5rem 1.5rem}}