/* ============================================
   Home Page - Desktop Styles
   ============================================ */

@media (min-width: 1025px) {
    /* Home Page Desktop Specific */
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .highlights-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-slider {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Navigation Desktop */
    .nav-menu {
        display: flex;
    }
    
    .hamburger {
        display: none;
    }
    
    /* Footer Desktop */
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Slider Desktop */
    .slider-container {
        height: 500px;
    }
    
    /* WhatsApp Button Desktop */
    .whatsapp-btn {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
}
