.legal-hero{background:var(--navy);padding:140px 7vw 80px;position:relative;overflow:hidden}.legal-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#002395 33.3%,#fff 33.3% 66.6%,#ed2939 66.6%)}.legal-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(192,57,43,.1) 0,transparent 55%),radial-gradient(ellipse at 15% 80%,rgba(45,80,150,.12) 0,transparent 50%)}.legal-hero-inner{position:relative;z-index:1;max-width:680px}.legal-hero-badge{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.35);font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:10px}.legal-hero-badge:before{content:"";width:24px;height:1px;background:var(--rouge)}.legal-hero h1{font-family:var(--sans);font-size:clamp(40px,5vw,64px);font-weight:300;color:#fff;line-height:1.1;margin-bottom:20px}.legal-hero h1 em{font-style:italic;color:var(--rouge-soft)}.legal-hero p{font-size:16px;line-height:1.75;color:hsla(0,0%,100%,.5);font-weight:300}.page-nav-wrap{background:var(--cream);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:90}.page-nav{display:flex;gap:0;padding:0 7vw;overflow-x:auto;scrollbar-width:none}.page-nav::-webkit-scrollbar{display:none}.page-nav-link{font-size:12px;letter-spacing:.07em;text-transform:uppercase;font-weight:500;color:var(--text-muted);padding:18px 24px;background:none;cursor:pointer;border:none;border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s,border-color .2s;flex-shrink:0;font-family:inherit}.page-nav-link:hover{color:var(--navy);border-bottom-color:var(--border)}.page-nav-link.active{color:var(--navy);border-bottom-color:var(--rouge)}.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:0;max-width:1200px;margin:0 auto;padding:0 7vw}.legal-sidebar{padding:60px 40px 60px 0;border-right:1px solid var(--border);position:sticky;top:88px;height:-moz-fit-content;height:fit-content}.sidebar-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--rouge);font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:8px}.sidebar-label:before{content:"";width:16px;height:1px;background:var(--rouge)}.sidebar-toc{list-style:none;padding:0}.sidebar-toc li{margin-bottom:4px}.sidebar-toc a{font-size:13px;color:var(--text-muted);text-decoration:none;line-height:1.6;transition:color .2s;display:block;padding:4px 0;cursor:pointer}.sidebar-toc a:hover{color:var(--navy)}.sidebar-toc a.active{color:var(--rouge);font-weight:500}.sidebar-update{margin-top:32px;padding-top:24px;border-top:1px solid var(--border);font-size:11px;color:var(--text-muted);line-height:1.6}.sidebar-update strong{color:var(--navy);display:block;margin-bottom:2px}.legal-content{padding:60px 0 60px 60px}.legal-section{margin-bottom:56px}.legal-section:last-child{margin-bottom:0}.legal-content h2{font-family:var(--sans);font-size:clamp(32px,3.5vw,52px);font-weight:300;color:var(--navy);line-height:1.1;margin-bottom:32px}.legal-content h2 em{font-style:italic}.legal-content h3{font-family:var(--sans);font-size:22px;font-weight:500;color:var(--navy);margin-bottom:12px;margin-top:36px}.legal-content h3:first-of-type{margin-top:0}.legal-content p{font-size:15px;line-height:1.85;color:var(--text-muted);font-weight:300;margin-bottom:16px}.legal-content p strong{color:var(--navy);font-weight:500}.legal-content p:last-child{margin-bottom:0}.legal-content ol,.legal-content ul{margin:12px 0 20px;padding-left:0;list-style:none}.legal-content ol li,.legal-content ul li{font-size:15px;line-height:1.8;color:var(--text-muted);font-weight:300;padding:6px 0 6px 20px;border-bottom:1px solid rgba(13,31,60,.05);position:relative}.legal-content ol li:last-child,.legal-content ul li:last-child{border-bottom:none}.legal-content ul li:before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;border-radius:50%;background:var(--rouge)}.legal-content ol{counter-reset:item}.legal-content ol li{counter-increment:item}.legal-content ol li:before{content:counter(item) ".";position:absolute;left:0;top:6px;font-size:12px;font-weight:500;color:var(--rouge)}.info-box{background:var(--cream);border-left:3px solid var(--rouge);border-radius:0 12px 12px 0;padding:20px 24px;margin:28px 0}.info-box p{margin:0;font-size:14px;line-height:1.7;color:var(--text-muted);font-weight:300}.info-box p strong{color:var(--navy);font-weight:500}.contact-block{background:var(--navy);border-radius:16px;padding:32px 36px;margin-top:32px}.contact-block p{color:hsla(0,0%,100%,.6);font-size:14px;margin-bottom:8px}.contact-block p strong{color:#fff}.contact-block p:last-child{margin-bottom:0}.divider{height:1px;background:var(--border);margin:40px 0}.legal-table{width:100%;border-collapse:collapse;margin:20px 0 28px;font-size:14px}.legal-table th{background:var(--navy);color:#fff;padding:12px 16px;text-align:left;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.legal-table th:first-child{border-radius:8px 0 0 0}.legal-table th:last-child{border-radius:0 8px 0 0}.legal-table td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text-muted);font-weight:300;vertical-align:top;line-height:1.6}.legal-table tr:last-child td{border-bottom:none}.legal-table tr:nth-child(2n) td{background:hsla(43,21%,94%,.5)}@media (max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-sidebar{position:static;border-right:none;border-bottom:1px solid var(--border);padding:40px 0}.legal-content{padding:40px 0}.page-nav-link{padding:14px 16px;font-size:11px}}@media (max-width:600px){.legal-hero{padding:120px 5vw 60px}.legal-layout,.page-nav{padding:0 5vw}.contact-block{padding:24px}}