.legal-page{background:var(--background);color:var(--foreground)}.legal-hero{padding:4rem 1.5rem 3rem;text-align:center;border-bottom:1px solid var(--border)}.legal-hero-content{max-width:640px;margin:0 auto}.legal-hero-eyebrow{font-family:Georgia,Times New Roman,serif;font-size:.8125rem;font-style:italic;letter-spacing:.4em;text-transform:uppercase;color:var(--primary);margin:0 0 1rem;opacity:.9}.legal-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:300;line-height:1.15;letter-spacing:-.02em;margin:0}.legal-hero-rule{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);margin:1.5rem auto}.legal-hero-subtitle{font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.8;color:var(--muted);margin:0}.legal-body{padding:3.5rem 1.5rem 5rem}.legal-body-content{max-width:720px;margin:0 auto}.legal-updated{font-size:.8125rem;color:var(--muted);font-style:italic;margin:0 0 2rem}.legal-prose h2{font-size:1.375rem;font-weight:400;margin:2.5rem 0 1rem}.legal-prose h2:first-child{margin-top:0}.legal-prose p,.legal-prose ul{font-size:.9375rem;line-height:1.8;color:var(--muted);margin:0 0 1.25rem}.legal-prose ul{padding-left:1.25rem}.legal-prose li{margin-bottom:.5rem}.legal-prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.legal-prose a:hover{opacity:.85}.legal-prose strong{color:var(--foreground);font-weight:600}.faq-list{display:flex;flex-direction:column;gap:2rem}.faq-item{border-bottom:1px solid var(--border);padding-bottom:2rem}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-question{font-size:1.0625rem;font-weight:500;margin:0 0 .75rem;color:var(--foreground)}.faq-answer{font-size:.9375rem;line-height:1.8;color:var(--muted);margin:0}.faq-answer a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}@media (max-width:800px){.contact-grid{grid-template-columns:1fr}}.contact-card{padding:1.75rem;border:1px solid var(--border);background:var(--surface);text-align:center}.contact-card-title{font-size:1.0625rem;font-weight:500;margin:0 0 .6rem;color:var(--primary)}.contact-card-desc{font-size:.875rem;line-height:1.7;color:var(--muted);margin:0 0 1.1rem}.contact-card-link{display:inline-block;padding:.6rem 1.25rem;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--background);background:var(--primary);text-decoration:none;transition:opacity .2s ease}.contact-card-link:hover{opacity:.85}