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