.legal-page{width:100%;display:flex;justify-content:center;padding:1rem 0 2rem}.legal-page__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-card);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.025);width:100%;max-width:880px;padding:3rem;line-height:1.7;color:var(--text-primary)}@media(max-width:768px){.legal-page__card{padding:2rem 1.5rem;border-radius:var(--radius-card)}}[data-theme=dark] .legal-page__card{box-shadow:0 20px 60px rgba(0,0,0,.4)}.legal-page__header{border-bottom:1px solid var(--border-default);padding-bottom:1.5rem;margin-bottom:2rem}.legal-page__header h1{font-size:2.25rem;font-weight:800;letter-spacing:-.04em;background:var(--gradient-heading);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:.35rem 0 .6rem}@media(max-width:480px){.legal-page__header h1{font-size:1.75rem}}.legal-page__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700;color:var(--accent-primary);margin:0}.legal-page__meta{color:var(--text-muted);font-size:.85rem;margin:0}.legal-page__intro p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem}.legal-page__section{margin-bottom:2rem}.legal-page__section h2{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;scroll-margin-top:80px}.legal-page__section h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin:1rem 0 .4rem}.legal-page__section p{color:var(--text-secondary);margin-bottom:.85rem;font-size:.95rem}.legal-page__section ul{list-style:disc;padding-left:1.25rem;color:var(--text-secondary);font-size:.95rem}.legal-page__section ul li{margin-bottom:.45rem}.legal-page__section ul strong{color:var(--text-primary);font-weight:600}.legal-page__section a{color:var(--accent-primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.legal-page__section a:hover{color:var(--accent-primary-hover)}.legal-page__section em{color:var(--text-primary);font-style:normal;font-weight:600}.legal-page__footer-links{border-top:1px solid var(--border-default);margin-top:2rem;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.legal-page__footer-links a{color:var(--accent-primary);font-weight:600;font-size:.9rem}.legal-page__footer-links a:hover{color:var(--accent-primary-hover);text-decoration:underline}