.title-container{text-align:center;position:relative;margin-bottom:2rem}.description{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.1rem;line-height:1.6;opacity:0;transform:translateY(20px)}.description.animated{opacity:1;transform:translateY(0);transition:all .8s ease;transition-delay:.3s}.legal-content{max-width:1000px;margin:0 auto}.legal-sections{display:flex;flex-direction:column;gap:3rem}.legal-section{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:2rem;backdrop-filter:blur(10px);transition:all .3s ease}.legal-section:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;border-bottom:2px solid hsla(0,0%,100%,.1);padding-bottom:.5rem}.legal-item{margin-bottom:1rem;line-height:1.6;color:hsla(0,0%,100%,.9)}.legal-item:last-child{margin-bottom:0}.legal-item strong{color:#fff;font-weight:600;margin-right:.5rem}.legal-item p{margin-bottom:1rem}.legal-item p:last-child{margin-bottom:0}.legal-link{color:#60a5fa;text-decoration:none;margin-left:.5rem;transition:color .3s ease}.legal-link:hover{color:#93c5fd;text-decoration:underline}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-container .loading-spinner{width:40px;height:40px;border-radius:50%;border:4px solid hsla(0,0%,100%,.1);border-left-color:#fff;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.legal-section{padding:1.5rem}.legal-section h2{font-size:1.3rem}.legal-sections{gap:2rem}}