/* Policy Pages Shared Styles */
.policy-content { max-width: 800px; margin: 0 auto; padding: 0 20px 80px; }
.policy-content h1 { font-size: 3rem; font-weight: 800; text-align: center; margin-bottom: 10px; }
.policy-content .updated { text-align: center; color: var(--text-muted); margin-bottom: 40px; }
.policy-content h4 { font-size: 1.3rem; font-weight: 700; margin-top: 35px; margin-bottom: 12px; color: var(--text-main); }
.policy-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 15px; }
.policy-content ul { padding-left: 20px; margin-bottom: 20px; }
.policy-content ul li { color: var(--text-muted); line-height: 1.8; margin-bottom: 8px; position: relative; padding-left: 10px; }
.policy-content ul li::marker { color: var(--accent-gold); }
.policy-content hr { border: none; height: 1px; background: var(--glass-border); margin: 30px 0; }
.policy-content strong { color: var(--text-main); }
