/* ===================================
   MELHORIAS DE RESPONSIVIDADE MOBILE
   =================================== */

/* Ajustes gerais para mobile */
@media (max-width: 768px) {
    /* Container e padding geral */
    .container,
    .nav-container {
        padding: 0 1rem !important;
    }
    
    /* Header e navegação - REMOVIDO (ajustes específicos abaixo) */
    
    .logo {
        font-size: 1.3rem !important;
    }
    
    .nav-menu {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0.8rem !important;
        font-size: 0.9rem !important;
        justify-content: center !important;
    }
    
    .nav-menu a {
        padding: 0.3rem 0.8rem !important;
    }
    
    /* Hero section */
    .hero {
        padding: 5rem 1rem 3rem !important;
        min-height: 50vh !important;
    }
    
    .hero h1 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .hero-subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .btn {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.95rem !important;
    }
    
    /* Seções gerais */
    .section {
        padding: 3rem 1rem !important;
    }
    
    .section-title {
        font-size: 1.8rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .section-title-white {
        font-size: 1.8rem !important;
    }
    
    /* About e Contact */
    .about-content,
    .contact-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    /* Services grid */
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .service-card {
        padding: 1.5rem !important;
    }
    
    .service-emoji {
        font-size: 2.5rem !important;
    }
    
    .service-card h3 {
        font-size: 1.3rem !important;
    }
    
    /* Service info bar */
    .service-info-bar {
        flex-wrap: wrap !important;
        gap: 0.8rem !important;
        justify-content: center !important;
    }
    
    .service-info-item {
        flex: 1 1 45% !important;
        min-width: 140px !important;
        padding: 0.8rem !important;
    }
    
    .service-info-item .label {
        font-size: 0.85rem !important;
    }
    
    .service-info-item .value {
        font-size: 1.1rem !important;
    }
    
    /* Check-in/out section */
    .service-checkin-checkout {
        flex-wrap: wrap !important;
        gap: 0.8rem !important;
    }
    
    .service-checkin-checkout .service-info-item {
        flex: 1 1 45% !important;
    }
    
    /* Formulários */
    .form-row {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .form-group label {
        font-size: 0.95rem !important;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 1rem !important;
        padding: 0.8rem !important;
    }
    
    .form-actions {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .form-actions .btn {
        width: 100% !important;
    }
    
    /* Reservation page */
    .reservation-page {
        padding-top: 5rem !important;
    }
    
    .reservation-header h1 {
        font-size: 1.6rem !important;
    }
    
    .reservation-header h2 {
        font-size: 1.3rem !important;
    }
    
    .reservation-price {
        font-size: 1.3rem !important;
    }
    
    .form-section {
        padding: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .form-section h3 {
        font-size: 1.2rem !important;
    }
    
    /* Info boxes */
    .form-info-box {
        padding: 1.2rem !important;
    }
    
    .form-info-box h4 {
        font-size: 1.1rem !important;
    }
    
    .form-info-box h5 {
        font-size: 1rem !important;
    }
    
    .info-highlight,
    .info-warning {
        padding: 1rem !important;
    }
    
    /* Checkbox label */
    .checkbox-label {
        font-size: 0.95rem !important;
    }
    
    .checkbox-label span {
        line-height: 1.4 !important;
    }
    
    /* Carrinho */
    .cart-link {
        font-size: 0.9rem !important;
    }
    
    .cart-badge {
        font-size: 0.7rem !important;
        padding: 0.15rem 0.4rem !important;
    }
    
    /* Language selector inline */
    .language-selector-inline {
        gap: 0.5rem !important;
    }
    
    .language-selector-inline .flag-btn {
        width: 32px !important;
        height: 32px !important;
        padding: 0.3rem !important;
    }
    
    .language-selector-inline .flag-btn img {
        width: 20px !important;
        height: 14px !important;
    }
    
    /* Service detail page */
    .service-detail {
        padding-top: 5rem !important;
    }
    
    .service-header h1 {
        font-size: 1.8rem !important;
    }
    
    .service-price {
        font-size: 1.5rem !important;
    }
    
    .service-description {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    
    /* Lists */
    .service-list {
        padding-left: 1.2rem !important;
    }
    
    .service-list li {
        font-size: 0.95rem !important;
        margin-bottom: 0.6rem !important;
    }
    
    /* Breadcrumb */
    .breadcrumb {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }
}

/* Ajustes para telas muito pequenas (< 480px) */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.5rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
    }
    
    .service-info-item {
        flex: 1 1 100% !important;
    }
    
    .service-checkin-checkout .service-info-item {
        flex: 1 1 100% !important;
    }
    
    .nav-menu {
        gap: 0.5rem !important;
        font-size: 0.85rem !important;
    }
    
    .logo {
        font-size: 1.1rem !important;
    }
    
    .language-selector-inline .flag-btn {
        width: 28px !important;
        height: 28px !important;
    }
}

/* Ajustes para tablets (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .container,
    .nav-container {
        padding: 0 1.5rem !important;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .service-info-bar {
        flex-wrap: wrap !important;
    }
    
    .service-info-item {
        flex: 1 1 48% !important;
    }
}


/* ===================================
   AJUSTES ESPECÍFICOS HERO SECTION
   =================================== */

/* Ajustes para hero section no mobile */
@media (max-width: 768px) {
    /* Hero section - mostrar van */
    .hero {
        background-attachment: scroll !important; /* Remove parallax no mobile */
        background-position: center center !important; /* Centraliza imagem */
        background-size: cover !important;
        padding: 8rem 1rem 4rem !important; /* Reduz padding top/bottom */
        min-height: 60vh !important; /* Altura adequada */
        margin-top: 60px !important; /* Espaço para header fixo */
    }
    
    /* Header mais compacto */
    .header {
        padding: 0.5rem 0 !important;
    }
    
    .nav-container {
        padding: 0 1rem !important;
        flex-wrap: wrap !important;
    }
    
    /* Logo menor */
    .logo {
        font-size: 1.2rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    /* Menu mais compacto */
    .nav-menu {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 0.5rem !important;
        gap: 0.6rem !important;
        font-size: 0.85rem !important;
    }
    
    .nav-menu a {
        padding: 0.25rem 0.6rem !important;
    }
    
    /* Hero content */
    .hero-content {
        padding: 0 1rem !important;
    }
    
    .hero h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.7) !important; /* Sombra mais forte */
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.7) !important; /* Sombra mais forte */
    }
    
    .btn {
        padding: 0.8rem 1.8rem !important;
        font-size: 1rem !important;
    }
}

/* Ajustes para smartphones muito pequenos */
@media (max-width: 480px) {
    .hero {
        padding: 7rem 0.8rem 3rem !important;
        min-height: 55vh !important;
    }
    
    .hero h1 {
        font-size: 1.6rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
    }
    
    .logo {
        font-size: 1rem !important;
    }
    
    .nav-menu {
        font-size: 0.8rem !important;
        gap: 0.4rem !important;
    }
    
    .nav-menu a {
        padding: 0.2rem 0.5rem !important;
    }
}

/* Ajuste para garantir que a van apareça em landscape mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 80vh !important;
        background-position: center 40% !important; /* Ajusta posição vertical */
    }
}
