/* style/mobile.css - Aralina Collection Premium Mobile Design */

/* --- GLOBAL STYLES FOR NEW FOOTER & LOGO HOVER --- */
header .logo img {
    transition: transform 0.3s ease;
}
header .logo img:hover {
    transform: scale(1.15);
}

.site-footer {
    background-color: var(--brand-green, #0d2621);
    color: #ffffff;
    border-top: 2px solid var(--gold, #c5a059);
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gold, #c5a059);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-col h4 {
    color: var(--gold, #c5a059);
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo img {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.brand-col p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #e0e0e0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--gold, #c5a059);
}

.contact-info p {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: var(--gold, #c5a059);
}

.cards-title {
    margin-top: 30px;
}

.cards-icons {
    display: flex;
    gap: 15px;
    font-size: 2rem;
    color: var(--gold, #c5a059);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px;
    text-align: center;
    font-size: 0.8rem;
    color: #aaa;
}

.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    color: white;
}

/* Footer Mobile Responsiveness */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}
/* ---------------------------------------------------- */

@media (max-width: 768px) {
    /* 1. Header & Navigation */
    header {
        padding: 15px 20px !important;
        height: 70px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    header .logo img {
        height: 35px !important;
    }

    .menu-icon {
        display: block !important;
        color: var(--gold);
        font-size: 1.8rem;
        cursor: pointer;
    }

    header nav {
        display: none !important;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--brand-green);
        padding: 30px 20px !important;
        flex-direction: column !important;
        border-bottom: 1px solid var(--gold);
        z-index: 1000;
    }

    header nav.active {
        display: flex !important;
    }

    header nav ul {
        flex-direction: column !important;
        gap: 20px !important;
        width: 100%;
        align-items: center !important;
    }

    header nav a {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
    }

    /* 2. Hero Sections */
    .hero, .hero-collection {
        min-height: 60vh !important;
        height: auto !important;
        padding: 145px 20px 60px !important;
    }

    .hero h1, .hero-collection h1, .slide-caption h2 {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
        letter-spacing: 3px !important;
        margin: 15px 0 !important;
    }

    .hero p, .hero-collection p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
    }

    /* 3. Search Bar */
    .search-wrapper {
        margin-top: -30px !important;
        padding: 0 15px 30px !important;
        background: transparent !important;
        z-index: 900;
    }
    .site-header + .search-wrapper {
        margin-top: 70px !important;
    }

    .search-container {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        grid-template-columns: 1fr !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    }

    .search-group {
        border-right: none !important;
        border-bottom: 1px solid #eee !important;
        padding: 15px 20px !important;
    }

    .search-group label {
        font-size: 0.75rem !important;
        margin-bottom: 8px !important;
    }

    .search-group input, .search-group select {
        font-size: 1.1rem !important;
    }

    .btn-search {
        width: 100% !important;
        padding: 20px !important;
        border-radius: 0 0 4px 4px !important;
    }

    /* 4. Grids & Layouts */
    .container {
        padding: 60px 20px !important;
    }

    .destinos-grid, .wonders-grid, .disney-grid, .style-grid, .why-grid, .features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .destino-card {
        height: 380px !important;
    }

    .destino-card:hover {
        transform: translateY(-5px) !important;
    }

    /* 5. Hotels Section */
    .hotel-section {
        margin: 50px auto !important;
        padding: 0 20px !important;
    }

    .hotel-card {
        flex-direction: column !important;
        gap: 25px !important;
        margin-bottom: 70px !important;
    }

    .hotel-info {
        text-align: center !important;
        padding: 0 10px !important;
    }

    .hotel-info h3 {
        font-size: 2.2rem !important;
        margin-bottom: 15px !important;
    }

    .hotel-info p {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
    }

    .btn-reserva {
        width: 100% !important;
        padding: 18px !important;
    }

    /* 6. Footer */
    .footer-original {
        padding: 60px 20px !important;
    }

    .footer-logo-gold {
        font-size: 1.6rem !important;
        letter-spacing: 6px !important;
    }

    /* CTA Buttons */
    .cta-gold {
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 18px 20px !important;
        font-size: 0.9rem !important;
        margin-top: 20px !important;
    }

    .hero-content {
        width: 100% !important;
        text-align: center !important;
    }

    /* Correções solicitadas */
    .btn-hotels {
        max-width: none !important;
        width: 80% !important;
        padding: 15px 25px !important;
        box-sizing: border-box !important;
        margin: 20px auto !important;
        display: block !important;
        text-align: center !important;
    }

    .gal-item {
        min-width: 90vw !important;
        width: 90vw !important;
        max-width: 90vw !important;
        flex: 0 0 90vw !important;
    }

    .carousel-slide {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Fix A Dança das Luzes and Lençóis Maranhenses mobile layout */
    .exp-section {
        display: flex !important;
        flex-direction: column !important;
        padding: 40px 20px !important;
    }

    .full-section {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .exp-text, .text-box {
        padding: 40px 20px !important;
        text-align: left !important;
    }

    .exp-img img, .full-img img {
        min-height: 350px !important;
        height: auto !important;
        width: 100% !important;
    }
}
