/* Shared styling for the standalone legal pages (/privacy, /terms). Kept
   deliberately plain and light — these are the documents carriers and
   Twilio reviewers read, so legibility beats art direction. */
* { box-sizing: border-box; }
body {
  margin: 0; background: #f8fafc; color: #0f172a;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 32px 20px 64px; }
header { margin-bottom: 24px; }
.brand { font-weight: 800; font-size: 20px; color: #166534; text-decoration: none; }
h1 { font-size: 28px; font-weight: 800; line-height: 1.2; margin: 0 0 6px; }
.eff { font-size: 13px; color: #64748b; margin: 0 0 28px; }
h2 { font-size: 17px; font-weight: 700; margin: 28px 0 8px; }
p { margin: 0 0 12px; }
ul { margin: 0 0 12px; padding-left: 20px; }
li { margin-bottom: 4px; }
a { color: #166534; }
.card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  padding: 16px 20px; margin: 0 0 12px;
}
footer {
  margin-top: 36px; padding-top: 16px; border-top: 1px solid #e2e8f0;
  font-size: 13px; color: #475569;
}
