/*
 * apps/marketing/assets/inline-privacy.css
 *
 * Extracted from privacy.html (ITER4-CSP-marketing) so the page-level
 * CSP can drop 'unsafe-inline' from style-src. Behaviour identical to
 * the inline <style> block that previously lived in privacy.html.
 */

body { font-family: -apple-system, "Noto Sans TC", sans-serif; max-width: 720px; margin: 32px auto; padding: 0 16px; line-height: 1.7; font-size: 17px; color: #1A1A1A; }
h1 { font-size: 28px; margin-bottom: 8px; }
h2 { font-size: 22px; margin-top: 32px; margin-bottom: 12px; border-bottom: 1px solid #E5E5E5; padding-bottom: 8px; }
h3 { font-size: 18px; margin-top: 20px; margin-bottom: 8px; }
p, li { margin-bottom: 10px; }
ul { padding-left: 28px; }
table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 16px; }
th, td { border: 1px solid #E5E5E5; padding: 8px 12px; text-align: left; }
th { background: #F0F0F0; }
.meta { color: #5F5F5F; font-size: 14px; margin-bottom: 24px; }
a { color: #2E7D32; }
