/* ============================================================
   privacy.css – Unique styles for privacy.php
   (hero-bg, floating-animation, pulse-glow, glass-effect,
    gradient-text, animate-on-scroll handled by global.css)
   ============================================================ */

.privacy-content h2 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.privacy-content h3 {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.privacy-content p {
    color: #d1d5db;
    margin-bottom: 1rem;
    line-height: 1.625;
}

.privacy-content ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.privacy-content ul li {
    line-height: 1.625;
    margin-bottom: 0.5rem;
}
