/* --- ESTILOS PARA A PÁGINA DE CONTATO COM TEMA ESCURO MODERNO --- */

body {
    /* Fundo moderno mais escuro com gradiente */
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
    /* Adicionado para remover a barra de rolagem horizontal */
    overflow-x: hidden;
}

/* Cabeçalho fixo com CSS puro */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

footer {
    width: 100%;
    /* Cor de fundo da "barra" restaurada */
    background: #10233f;
    padding: 15px 0;
    text-align: center;
}

/* --- ESTILOS DO MENU HAMBURGUER (INÍCIO) --- */
.hamburger-menu {
    display: none; /* Escondido em telas grandes */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1010;
    margin: 10px 15px; /* Margem para espaçamento */
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s linear;
}
/* --- ESTILOS DO MENU HAMBURGUER (FIM) --- */

.contact-page {
    padding: 60px 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-title {
    text-align: center;
    font-size: clamp(24px, 5vw, 32px);
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.contact-options,
.store-address {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-options:hover,
.store-address:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.contact-options h2,
.store-address h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: clamp(18px, 4vw, 24px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    font-weight: 600;
}

.contact-options p,
.store-address p {
    color: #b0b0b0;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: clamp(14px, 3vw, 16px);
}

.buttons-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(14px, 3vw, 16px);
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    min-width: 140px;
    justify-content: center;
    text-align: center;
}

.contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.contact-button:hover::before {
    left: 100%;
}

.contact-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact-button img {
    width: 24px;
    height: 24px;
    filter: brightness(1.1);
}

.email {
    background: linear-gradient(135deg, #d44638 0%, #b73e2e 100%);
}

.whatsapp-app {
    background: linear-gradient(135deg, #25d366 0%, #1ea952 100%);
}

.whatsapp-web {
    background: linear-gradient(135deg, #128c7e 0%, #0f6b5f 100%);
}

.address-info {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.address-info:hover {
    background: rgba(255, 255, 255, 0.08);
}

.address-icon {
    width: 45px;
    height: 45px;
    opacity: 0.9;
    filter: brightness(1.2);
    flex-shrink: 0;
}

.address-info p {
    margin: 0;
    font-size: clamp(14px, 3vw, 16px);
    color: #e0e0e0;
    line-height: 1.6;
}

/* Responsividade */
@media (max-width: 768px) {
    /* Ajusta o container da navegação */
    .main-navigation .container {
        display: flex;
        justify-content: flex-end; /* Alinha o botão hambúrguer à direita */
        position: relative;
    }
    
    /* Esconde a lista de links por padrão */
    .main-navigation ul {
        display: none;
    }

    /* Mostra o botão hambúrguer */
    .hamburger-menu {
        display: flex;
    }

    /* Estiliza a lista quando o menu está aberto */
    .main-navigation ul.mobile-open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%; /* Posiciona abaixo da barra de navegação */
        left: 0;
        right: 0;
        background: rgba(15, 52, 96, 0.95);
        box-shadow: 0 8px 16px rgba(0,0,0,0.3);
        padding: 0;
    }
    .main-navigation ul.mobile-open li {
       width: 100%;
       text-align: left;
    }
    .main-navigation ul.mobile-open a {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        display: block;
    }
    .main-navigation ul.mobile-open li:last-child a {
        border-bottom: none;
    }

    .contact-page {
        padding: 40px 15px 30px;
    }
    
    .contact-options,
    .store-address {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .buttons-container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .contact-button {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
    }
    
    .address-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }
    
    .address-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .contact-page {
        padding: 30px 10px 20px;
    }
    
    .contact-options,
    .store-address {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .page-title {
        margin-bottom: 30px;
    }
    
    .contact-button {
        font-size: 14px;
        padding: 12px 16px;
        gap: 8px;
    }
    
    .contact-button img {
        width: 20px;
        height: 20px;
    }
}

/* Animações suaves */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-options,
.store-address {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-options {
    animation-delay: 0.1s;
}

.store-address {
    animation-delay: 0.2s;
}

/* Melhorias para acessibilidade */
.contact-button:focus,
.hamburger-menu:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

