.hero--legal .hero-panel{max-width:480px}.legal-layout{display:flex;flex-direction:column;gap:32px}.legal-header{align-items:flex-start}.legal-header-aside{max-width:320px;width:100%}.legal-toc{display:flex;flex-direction:column;gap:8px;font-size:12px}.legal-toc a{padding:4px 0;border-bottom:1px solid var(--color-border)}.legal-toc a:last-child{border-bottom:none}.legal-content{display:flex;flex-direction:column;gap:32px}.legal-block h3{margin-bottom:12px}.legal-block p{max-width:72ch}.legal-list{display:flex;flex-direction:column;gap:4px;font-size:14px}.legal-list li{padding-left:14px;position:relative}.legal-list li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:1px;background-color:var(--color-text)}.legal-cta{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background-color:var(--color-surface)}.legal-cta-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}@media (max-width:960px){.legal-header{flex-direction:column}.legal-header-aside{max-width:none}.legal-cta-actions{justify-content:flex-start}}@media (max-width:768px){.legal-layout{gap:24px}.legal-content{gap:24px}}