/* Global Responsive Adjustments */
@media (max-width: 768px) {
    .promoted-grid {
        gap: 0.75rem;
        padding: 0 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .promoted-grid .card {
        width: 100%;
        min-width: 0;
    }
    
    .btn-promote {
        padding: 12px 30px;
        font-size: 16px;
    }

    .featured-slider {
        padding: 0 1rem;
    }

    .slide {
        padding: 1.25rem;
        flex-direction: column;
        text-align: center;
    }

    .slide-info h2 {
        font-size: 1.4rem;
    }

    .genre-tags {
        justify-content: center;
    }

    .profile-header {
        flex-direction: column;
        text-align: center;
    }

    .profile-stats {
        justify-content: center;
    }
}
