.pt-16 { padding-top: 5rem; }
.section { padding: 6rem 2rem; }
.container { max-width: 960px; margin: 0 auto; width: 100%; }
.glass { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.5); backdrop-filter: blur(16px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); }
.policy-content { padding: 3.5rem; }
.policy-content h1 { font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0.75rem; color: var(--text-main); }
.policy-content h2 { font-size: 1.25rem; font-weight: 600; margin-top: 2.5rem; margin-bottom: 1rem; color: var(--text-main); letter-spacing: -0.01em; }
.policy-content p, .policy-content li { color: var(--text-muted); font-size: 1.025rem; margin-bottom: 1.25rem; line-height: 1.7; }
.policy-content ul { margin-left: 1.5rem; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.muted-text { color: var(--text-muted); font-size: 0.95rem; display: block; margin-bottom: 2.5rem; }
.gradient-text { background: linear-gradient(135deg, #818cf8, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-accent { color: var(--accent); }
.text-blueC { color: var(--blueC); }
.text-indigo { color: var(--indigo); }
.b { font-weight: 600; text-decoration: none; transition: color 0.2s ease; }
.b:hover { color: var(--text-main); text-decoration: underline; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) { .policy-content { padding: 2rem 1.5rem; } .section { padding: 4rem 1rem; } }