/* Legal pages (privacy / terms) — self-contained typography.
   The site ships a pre-built styles.css, so legal pages use their own
   scoped styles rather than depending on Tailwind utilities being present. */
.legal-wrap{max-width:48rem;margin:0 auto;padding:8rem 1.5rem 4rem}
.legal-hero{margin-bottom:2.5rem}
.legal-hero h1{font-size:2.25rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#000032;margin:0 0 .5rem}
.legal-hero .legal-sub{font-size:1.05rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}
.legal-meta{display:inline-block;font-size:.8rem;color:#6b7280;background:#f9fafb;border:1px solid #eef0f2;border-radius:9999px;padding:.35rem .9rem}
.legal-switch{margin:1rem 0 0;font-size:.85rem;color:#6b7280}
.legal-switch a{color:#fa4a00;font-weight:600;text-decoration:none}
.legal-switch a:hover{text-decoration:underline}
.legal-intro{font-size:1rem;color:#374151;line-height:1.7;margin:0 0 2rem;padding-bottom:2rem;border-bottom:1px solid #eef0f2}
.legal h2{font-size:1.4rem;font-weight:700;color:#000032;margin:2.25rem 0 .75rem;scroll-margin-top:7rem}
.legal h3{font-size:1.08rem;font-weight:600;color:#000032;margin:1.5rem 0 .5rem}
.legal p{color:#374151;line-height:1.7;margin:0 0 1rem}
.legal ul{margin:0 0 1rem;padding-left:1.25rem;list-style:disc}
.legal li{color:#374151;line-height:1.7;margin:0 0 .4rem}
.legal a{color:#fa4a00;text-decoration:none;font-weight:500}
.legal a:hover{text-decoration:underline}
.legal address{font-style:normal;color:#374151;line-height:1.8}
.legal .legal-table-wrap{overflow-x:auto;margin:0 0 1.25rem}
.legal table{width:100%;border-collapse:collapse;font-size:.92rem}
.legal th{background:#000032;color:#fff;text-align:left;font-weight:600;padding:.6rem .8rem;border:1px solid #000032}
.legal td{padding:.6rem .8rem;border:1px solid #e5e7eb;color:#374151;vertical-align:top;line-height:1.5}
.legal tr:nth-child(even) td{background:#fafafa}
.legal .legal-placeholder{background:#fff4ed;color:#b23a00;border:1px dashed #fa4a00;border-radius:.35rem;padding:.05rem .4rem;font-weight:600;font-size:.92em}
.legal-crosslinks{margin-top:3rem;padding-top:2rem;border-top:1px solid #eef0f2;display:flex;flex-wrap:wrap;gap:.75rem}
.legal-crosslinks a{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:#000032;background:#f9fafb;border:1px solid #eef0f2;border-radius:9999px;padding:.5rem 1rem;text-decoration:none}
.legal-crosslinks a:hover{border-color:#fa4a00;color:#fa4a00}
@media(max-width:640px){.legal-hero h1{font-size:1.75rem}.legal-wrap{padding-top:7rem}}
