.legal-page{min-height:calc(100vh - var(--navbar-height) - var(--footer-height));padding:4rem 2rem}.legal-page .container{max-width:900px;margin:0 auto;background:#fdfdfd;padding:3rem;border-radius:8px;box-shadow:0 2px 10px rgba(11,18,32,.1)}.legal-page .container h1{color:#212c3f;font-size:2.5rem;margin-bottom:.5rem;font-weight:600}.legal-page .container .last-update{color:#666;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-page .container .breadcrumb{font-size:.9rem;color:#666;margin-bottom:1.5rem;display:flex;gap:.5rem;align-items:center}.legal-page .container .breadcrumb a{color:#212c3f;text-decoration:none;transition:color .3s ease}.legal-page .container .breadcrumb a:hover{color:#fc0;text-decoration:underline}.legal-page .container .breadcrumb span{color:hsl(0,0%,32%)}.legal-page .container section{margin-bottom:2.5rem}.legal-page .container section h2{color:#0b1220;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;font-weight:600;border-bottom:2px solid #fc0;padding-bottom:.5rem;scroll-margin-top:100px}.legal-page .container section h3{color:#0b1220;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem;font-weight:500}.legal-page .container section p{color:#0b1220;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-page .container section ul{margin:1rem 0;padding-left:2rem}.legal-page .container section ul li{color:#333;font-size:1rem;line-height:1.8;margin-bottom:.8rem}.legal-page .container section ul li strong{color:#212c3f;font-weight:500}.legal-page .container section ul li a{color:#212c3f;text-decoration:none;font-weight:500;border-bottom:1px dotted rgba(0,0,0,0);transition:all .3s ease}.legal-page .container section ul li a:hover{color:#fc0;border-bottom-color:#fc0}.legal-page .container section ul.info-list{list-style:none;background:rgba(33,44,63,.03);padding:1.5rem;border-left:4px solid #212c3f;border-radius:0 8px 8px 0}.legal-page .container section ul.info-list li{display:flex;gap:1rem;margin-bottom:1rem}.legal-page .container section ul.info-list li:last-child{margin-bottom:0}.legal-page .container section ul.info-list li strong{min-width:100px}.legal-page .container section strong{color:#212c3f;font-weight:500}.legal-page .container .legal-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(11,18,32,.1);display:flex;justify-content:center}.legal-page .container .legal-footer .btn-back{display:inline-flex;align-items:center;gap:.8rem;background:#212c3f;color:#fff;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(33,44,63,.3)}.legal-page .container .legal-footer .btn-back span{font-size:1.2rem}.legal-page .container .legal-footer .btn-back:hover{background:hsl(218,31.25%,23.8235294118%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(33,44,63,.4)}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-page .container{padding:2rem 1.5rem}.legal-page .container h1{font-size:2rem}.legal-page .container section h2{font-size:1.5rem}.legal-page .container section h3{font-size:1.2rem}.legal-page .container section p,.legal-page .container section ul li{font-size:.95rem}}