/* Privacy Policy Specific Styles */

.privacy-section, .refund-section, .terms-section {
    padding: 8rem 5% 4rem;
    min-height: 100vh;
    background-color: #0B0B0B;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.privacy-section h1, .refund-section h1, .terms-section h1 {
    color: #D4AF37;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

/* The original file had invalid nested CSS. This is the corrected structure. */
@media screen and (max-width: 768px) {
    .privacy-section h1, .refund-section h1, .terms-section h1 {
        font-size: 2.2rem;
    }
}
