.legal-page{background:var(--slate);padding:3rem 0 5rem}.legal-container{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 1.25rem;align-items:start}.legal-toc{background:var(--white);border:1px solid var(--slate-md);border-radius:8px;padding:1.25rem;position:static;box-shadow:var(--shadow)}.legal-toc h3{font-size:.78rem;font-weight:700;color:var(--text-lt);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--slate-md)}.legal-toc ol{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.legal-toc ol li{counter-increment:toc-counter;margin-bottom:.1rem}.legal-toc ol li a{display:flex;align-items:baseline;gap:.5rem;padding:.4rem .1rem;font-size:.8rem;color:var(--text-md);text-decoration:none;line-height:1.4;border-radius:3px;transition:background .12s,color .12s}.legal-toc ol li a::before{content:counter(toc-counter);font-size:.68rem;font-weight:700;color:var(--gold);min-width:18px}.legal-toc ol li a:hover{color:var(--navy);background:var(--slate);padding-left:.4rem}.legal-toc ol li a.active{color:var(--navy);font-weight:600;background:var(--slate)}.legal-body{background:var(--white);border:1px solid var(--slate-md);border-radius:10px;padding:2.5rem 2.75rem;box-shadow:var(--shadow)}.legal-hero{border-bottom:2px solid var(--gold);padding-bottom:1.25rem;margin-bottom:1.75rem}.legal-hero .legal-eyebrow{font-size:.72rem;font-weight:700;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.legal-hero h1{font-size:clamp(1.4rem,2.5vw,1.95rem);color:var(--navy);margin-bottom:.5rem}.legal-hero .legal-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-lt);margin-top:.5rem}.legal-hero .legal-meta span{display:inline-flex;align-items:center;gap:.3rem}.legal-hero .legal-meta strong{color:var(--text-md);font-weight:600}.legal-intro{background:var(--slate);border-left:3px solid var(--navy);padding:.95rem 1.1rem;border-radius:0 6px 6px 0;font-size:.87rem;color:var(--text-md);line-height:1.65;margin-bottom:1.75rem}.legal-section{margin-bottom:1.75rem;scroll-margin-top:90px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.15rem;color:var(--navy);margin-bottom:.6rem;padding-bottom:.35rem;border-bottom:1px solid var(--slate-md);display:flex;align-items:baseline;gap:.6rem}.legal-section h2::before{content:attr(data-num);font-size:.72rem;font-weight:800;color:var(--gold);letter-spacing:.06em;min-width:26px}.legal-section h3{font-size:.95rem;color:var(--navy);margin:1rem 0 .4rem;font-weight:700}.legal-section p{font-size:.87rem;color:var(--text-md);line-height:1.72;margin-bottom:.75rem;max-width:none}.legal-section ul,.legal-section ol{font-size:.87rem;color:var(--text-md);line-height:1.7;padding-left:1.5rem;margin-bottom:.85rem}.legal-section ul li,.legal-section ol li{margin-bottom:.35rem}.legal-section strong{color:var(--text);font-weight:600}.legal-section a{color:var(--steel)}.legal-note{display:flex;gap:.75rem;padding:.85rem 1rem;border-radius:6px;border-left:3px solid var(--steel);background:#EFF6FF;margin:1rem 0}.legal-note--warn{border-left-color:var(--warn);background:var(--warn-bg)}.legal-note--gold{border-left-color:var(--gold);background:#FFFBEB}.legal-note svg{flex-shrink:0;margin-top:.15rem}.legal-note-body h4{font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.legal-note-body p{font-size:.82rem;color:var(--text-md);margin-bottom:0;line-height:1.6}.legal-defs{border:1px solid var(--slate-md);border-radius:6px;overflow:hidden;margin:.75rem 0 1rem}.legal-def-row{display:grid;grid-template-columns:180px 1fr;gap:0;border-bottom:1px solid var(--slate-md)}.legal-def-row:last-child{border-bottom:none}.legal-def-row dt{background:var(--slate);padding:.6rem .85rem;font-size:.82rem;font-weight:700;color:var(--navy);border-right:1px solid var(--slate-md)}.legal-def-row dd{padding:.6rem .85rem;font-size:.82rem;color:var(--text-md);line-height:1.6;margin:0}.legal-contact{background:var(--slate);border:1px solid var(--slate-md);border-radius:8px;padding:1rem 1.25rem;margin:1rem 0;font-size:.85rem;line-height:1.7;color:var(--text-md)}.legal-contact strong{color:var(--navy)}@media print{.site-header,.site-footer,.legal-toc,.topbar{display:none}.legal-page{background:white;padding:0}.legal-container{grid-template-columns:1fr}.legal-body{box-shadow:none;border:none;padding:1rem}}.sitemap-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.sitemap-group{background:var(--white);border:1px solid var(--slate-md);border-radius:8px;padding:1.25rem 1.35rem;box-shadow:var(--shadow)}.sitemap-group-header{display:flex;align-items:center;gap:.55rem;padding-bottom:.65rem;margin-bottom:.75rem;border-bottom:1.5px solid var(--gold)}.sitemap-group-icon{width:28px;height:28px;background:var(--slate);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sitemap-group-icon svg{color:var(--navy)}.sitemap-group-title{font-size:.95rem;font-weight:700;color:var(--navy)}.sitemap-group-count{margin-left:auto;font-size:.7rem;font-weight:600;color:var(--text-lt);background:var(--slate);padding:.15rem .5rem;border-radius:20px}.sitemap-links{list-style:none;padding:0;margin:0}.sitemap-links li{border-bottom:1px dashed var(--slate-md)}.sitemap-links li:last-child{border-bottom:none}.sitemap-links a{display:flex;align-items:center;gap:.4rem;padding:.5rem .1rem;font-size:.83rem;color:var(--text-md);text-decoration:none;transition:color .12s}.sitemap-links a:hover{color:var(--navy)}.sitemap-links a::before{content:'';width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0}.sitemap-summary{background:var(--white);border:1px solid var(--slate-md);border-radius:8px;padding:1.5rem 1.75rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;text-align:center;box-shadow:var(--shadow)}.sitemap-summary-item .num{font-size:1.75rem;font-weight:800;color:var(--navy);line-height:1}.sitemap-summary-item .lbl{font-size:.72rem;color:var(--text-lt);margin-top:.3rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}@media(max-width:860px){.legal-container{grid-template-columns:1fr}.legal-toc{position:static}.legal-body{padding:1.75rem 1.5rem}.legal-def-row{grid-template-columns:1fr}.legal-def-row dt{border-right:none;border-bottom:1px solid var(--slate-md)}}