/**
 * RESPONSIVE INDEX CSS - ATLANTIDA DMC
 * Estilos responsivos específicos para index.html e index-en.html
 * Inclui: Hero, Slider, Cards, Seções específicas
 */

/* ===== HERO SECTION ===== */
@media (max-width: 767px) {
    .hero-section, .video-hero-section {
        min-height: 70vh !important;
        padding: 60px 15px 40px !important;
    }
    
    .hero-content {
        text-align: center !important;
        padding: 0 10px !important;
    }
    
    .hero-title {
        font-size: 2rem !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
    }
    
    .hero-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 20px !important;
        opacity: 0.9 !important;
    }
    
    .hero-description {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section, .video-hero-section {
        min-height: 80vh !important;
        padding: 80px 30px 50px !important;
    }
    
    .hero-title {
        font-size: 2.8rem !important;
        line-height: 1.2 !important;
    }
    
    .hero-subtitle {
        font-size: 1.3rem !important;
    }
}

/* ===== SLIDER/CARROSSEL ===== */
@media (max-width: 767px) {
    .slider-container, .carousel-container {
        margin: 20px 0 !important;
        padding: 0 10px !important;
    }
    
    .slide, .carousel-item {
        height: 250px !important;
        border-radius: 8px !important;
    }
    
    .slide img, .carousel-item img {
        object-fit: cover !important;
        height: 100% !important;
    }
    
    .slide-content {
        padding: 15px !important;
        bottom: 0 !important;
    }
    
    .slide-title {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    
    .slide-description {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    .slider-nav, .carousel-nav {
        bottom: 10px !important;
        gap: 8px !important;
    }
    
    .slider-dot, .carousel-dot {
        width: 8px !important;
        height: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slide, .carousel-item {
        height: 350px !important;
    }
    
    .slide-content {
        padding: 20px !important;
    }
}

/* ===== CARDS DE SERVIÇOS ===== */
@media (max-width: 767px) {
    .services-grid, .cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px !important;
        margin: 30px 0 !important;
    }
    
    .service-card, .card {
        padding: 20px !important;
        text-align: center !important;
        border-radius: 8px !important;
    }
    
    .service-icon, .card-icon {
        font-size: 2rem !important;
        margin-bottom: 15px !important;
    }
    
    .service-title, .card-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .service-description, .card-description {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .services-grid, .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        padding: 0 20px !important;
    }
    
    .service-card, .card {
        padding: 25px !important;
    }
}

/* ===== SEÇÃO SOBRE/ABOUT ===== */
@media (max-width: 767px) {
    .about-section, .intro-section {
        padding: 40px 15px !important;
        text-align: center !important;
    }
    
    .about-content, .intro-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .about-text, .intro-text {
        order: 2 !important;
    }
    
    .about-image, .intro-image {
        order: 1 !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    .about-image img, .intro-image img {
        border-radius: 8px !important;
        max-height: 250px !important;
        object-fit: cover !important;
    }
}

/* ===== SEÇÃO DE DESTINOS ===== */
@media (max-width: 767px) {
    .destinations-preview, .destinos-preview {
        padding: 40px 15px !important;
    }
    
    .destinations-grid, .destinos-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .destination-card, .destino-card {
        height: 200px !important;
        border-radius: 8px !important;
    }
    
    .destination-overlay, .destino-overlay {
        padding: 15px !important;
    }
    
    .destination-title, .destino-title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .destinations-grid, .destinos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .destination-card, .destino-card {
        height: 250px !important;
    }
}

/* ===== SEÇÃO DE NOTÍCIAS ===== */
@media (max-width: 767px) {
    .news-section, .flash-news-section {
        padding: 40px 15px !important;
    }
    
    .news-grid, .flash-news-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .news-card, .flash-news-card {
        padding: 15px !important;
        border-radius: 8px !important;
    }
    
    .news-image, .flash-news-image {
        height: 150px !important;
        margin-bottom: 15px !important;
        border-radius: 6px !important;
    }
    
    .news-title, .flash-news-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    
    .news-excerpt, .flash-news-excerpt {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
    
    .news-date, .flash-news-date {
        font-size: 11px !important;
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .news-grid, .flash-news-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
    
    .news-image, .flash-news-image {
        height: 180px !important;
    }
}

/* ===== CTA SECTION ===== */
@media (max-width: 767px) {
    .cta-section {
        padding: 40px 15px !important;
        text-align: center !important;
    }
    
    .cta-content {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .cta-text {
        margin-bottom: 20px !important;
    }
    
    .cta-title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .cta-description {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    
    .cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
    }
    
    .cta-button {
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
}
