.legal-page{min-height:100vh;background:var(--bg-light)}.legal-header{background:var(--bg-white);padding:24px 0;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:1000}.legal-header-content{display:flex;justify-content:space-between;align-items:center}.legal-logo-img{height:50px;width:auto}.back-button{background:var(--primary-color);color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:.95rem}.back-button:hover{background:#e85a2a;transform:translateY(-2px);box-shadow:0 8px 16px #ff6b354d;opacity:1}.legal-content{max-width:900px;margin:0 auto;padding:64px 24px}.legal-title{text-align:center;color:var(--text-dark);margin-bottom:48px;font-size:clamp(2rem,4vw,2.5rem)}.legal-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 16px #0000000f;margin-bottom:32px}.legal-section h2{color:var(--text-dark);font-size:1.5rem;margin-bottom:24px;border-bottom:3px solid var(--primary-color);padding-bottom:12px}.legal-section h3{color:var(--text-dark);font-size:1.2rem;margin-top:24px;margin-bottom:16px}.legal-section h4{color:var(--text-dark);font-size:1.1rem;margin-top:20px;margin-bottom:12px;font-weight:600}.legal-section p{color:var(--text-light);line-height:1.8;margin-bottom:16px;text-align:justify}.legal-section ul{margin:16px 0;padding-left:24px}.legal-section li{color:var(--text-light);line-height:1.8;margin-bottom:12px}.legal-section strong{color:var(--text-dark);font-weight:600}.cookies-table{width:100%;border-collapse:collapse;margin:24px 0;overflow-x:auto;display:block}.cookies-table table{width:100%;min-width:600px}.cookies-table th{background:var(--primary-color);color:#fff;padding:12px;text-align:left;font-weight:600}.cookies-table td{padding:12px;border-bottom:1px solid var(--border-color);color:var(--text-light)}.cookies-table tr:hover{background:var(--bg-light)}.contact-info-box{background:var(--bg-light);padding:24px;border-radius:8px;border-left:4px solid var(--primary-color);margin:24px 0}.contact-info-box p{margin-bottom:8px}@media (max-width: 768px){.legal-content{padding:40px 16px}.legal-section{padding:24px}.legal-section h2{font-size:1.3rem}.cookies-table{font-size:.9rem}}
