.legal-section-wrapper{background:var(--color-bg);padding:80px 24px;transition:background-color .3s}.legal-container{max-width:1200px;margin:0 auto}.legal-header{text-align:center;margin-bottom:80px;animation:.6s ease-out fadeInUp}.legal-badge{text-transform:uppercase;letter-spacing:1.5px;color:#1e40af;background:#1e40af1a;border:1px solid #1e40af33;border-radius:100px;margin-bottom:24px;padding:8px 16px;font-size:.75rem;font-weight:800;transition:all .3s;display:inline-block}.legal-badge:hover{background:#1e40af26;border-color:#1e40af66}.legal-header h1{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;transition:color .3s}.legal-header p{color:var(--color-text-secondary);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6;transition:color .3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.legal-content{grid-template-columns:1fr;gap:40px;display:grid}.legal-section{background:var(--color-bg);border:1px solid var(--color-border);border-radius:24px;padding:48px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out slideInLeft;position:relative;overflow:hidden}.legal-section:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#1e40af0d 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.legal-section:hover{border-color:#1e40af4d;transform:translateY(-4px);box-shadow:0 20px 48px #00000014}.legal-section:hover:before{opacity:1}.compliance-highlight{background:linear-gradient(135deg,#1e40af0d 0%,#fff0 100%);border:1px solid #1e40af26}.compliance-highlight:hover{border-color:#1e40af4d;box-shadow:0 20px 48px #1e40af1a}.legal-section h2{color:var(--color-text);margin-bottom:24px;font-size:1.8rem;font-weight:800;transition:color .3s}.legal-section h3{color:var(--color-text);margin:24px 0 16px;font-size:1.2rem;font-weight:800;transition:color .3s}.legal-section p{color:var(--color-text-secondary);margin-bottom:16px;font-size:1rem;line-height:1.8;transition:color .3s}.legal-section ul{margin:16px 0;padding:0;list-style:none}.legal-section li{color:var(--color-text-secondary);margin-bottom:12px;padding-left:24px;font-size:1rem;line-height:1.8;transition:color .3s;position:relative}.legal-section li:before{content:"→";color:var(--color-primary);font-weight:800;position:absolute;left:0}.contact-card{background:linear-gradient(135deg,#1e40af14 0%,#fff0 100%);border:1px solid #1e40af26;border-radius:18px;margin-top:24px;padding:32px;transition:all .3s}.contact-card p{margin-bottom:12px;font-size:1rem;line-height:1.6}.contact-card strong{color:var(--color-text);font-weight:700}html.dark .legal-section{border-color:var(--color-border);box-shadow:0 4px 20px #0003}html.dark .legal-section:hover{box-shadow:0 20px 48px #0000004d}html.dark .compliance-highlight{background:linear-gradient(135deg,#1e40af1a 0%,#0000 100%);border-color:#1e40af33}html.dark .compliance-highlight:hover{border-color:#1e40af66;box-shadow:0 20px 48px #1e40af26}html.dark .contact-card{background:linear-gradient(135deg,#1e40af1a 0%,#0000 100%);border-color:#1e40af33}@media (max-width:1024px){.legal-section-wrapper{padding:60px 20px}.legal-header{margin-bottom:60px}.legal-section{padding:32px 24px}}@media (max-width:768px){.legal-header h1{font-size:clamp(1.5rem,6vw,2.5rem)}.legal-section{padding:24px 20px}.legal-badge{padding:6px 14px;font-size:.65rem}}@media (max-width:480px){.legal-section-wrapper{padding:40px 16px}.legal-header{margin-bottom:40px}.legal-section{padding:20px 16px}.legal-header h1{font-size:clamp(1.25rem,7vw,2rem)}.legal-header p{font-size:1rem}}
