/* ========== BANNER ========== */
.page-banner-contato {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4efdf 50%, #fef9e7 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-banner-contato::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.page-banner-contato::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.banner-etiqueta-contato {
    display: inline-block;
    background: white;
    color: #2c3e50;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-banner-contato h1 {
    font-size: 3.5rem;
    color: #2c3e50;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.page-banner-contato p {
    font-size: 1.2rem;
    color: #555;
    position: relative;
    z-index: 1;
}

/* ========== SEÇÃO PRINCIPAL ========== */
.contato-principal {
    padding: 80px 0;
    background: #ffffff;
}

.contato-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== LADO ESQUERDO - CONTATOS ========== */
.contato-info {
    flex: 1;
}

.contato-info h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 800;
}

.contato-info > p {
    font-size: 1.05rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 35px;
}

.contato-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contato-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px;
    background: white;
    border-radius: 18px;
    border: 1px solid #f0f0f0;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contato-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.contato-whatsapp:hover {
    background: #f0faf5;
}

.contato-card-icone {
    flex-shrink: 0;
}

.contato-card-texto h3 {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.contato-card-texto span {
    font-size: 1.05rem;
    color: #2c3e50;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.contato-card-texto small {
    font-size: 0.8rem;
    color: #aaa;
}

/* ========== LADO DIREITO - ENDEREÇO ========== */
.contato-endereco {
    flex: 0.9;
}

.contato-endereco h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 800;
}

.endereco-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #faf9f7;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.endereco-icone {
    flex-shrink: 0;
    margin-top: 3px;
}

.endereco-texto p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.mapa-container {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.mapa-container iframe {
    width: 100%;
    height: 100%;
}

.btn-como-chegar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2c3e50;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-como-chegar:hover {
    background: #e74c3c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
}

/* ========== HORÁRIOS ========== */
.horarios-contato {
    padding: 60px 0;
    background: #faf9f7;
}

.horarios-wrapper {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.horarios-wrapper h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 35px;
    font-weight: 800;
    position: relative;
}

.horarios-wrapper h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #3498db;
    margin: 12px auto 0;
    border-radius: 2px;
}

.horarios-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.horario-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

.dia {
    font-size: 1.05rem;
    color: #2c3e50;
    font-weight: 600;
}

.horario {
    font-size: 1.05rem;
    color: #27ae60;
    font-weight: 700;
}

.horario.fechado {
    color: #e74c3c;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 1024px) {
    .page-banner-contato h1 {
        font-size: 2.5rem;
    }
    
    .contato-wrapper {
        gap: 40px;
    }
    
    .contato-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-banner-contato {
        padding: 70px 0 50px;
    }
    
    .page-banner-contato h1 {
        font-size: 2rem;
    }
    
    .contato-wrapper {
        flex-direction: column;
    }
    
    .contato-info h2,
    .contato-endereco h2,
    .horarios-wrapper h2 {
        font-size: 1.7rem;
    }
    
    .contato-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mapa-container {
        height: 250px;
    }
    
    .btn-como-chegar {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .page-banner-contato h1 {
        font-size: 1.8rem;
    }
    
    .contato-cards {
        grid-template-columns: 1fr;
    }
    
    .contato-card {
        padding: 20px;
    }
    
    .contato-card-texto span {
        font-size: 0.95rem;
    }
    
    .endereco-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .mapa-container {
        height: 200px;
    }
    
    .horario-item {
        padding: 15px 20px;
    }
    
    .dia,
    .horario {
        font-size: 0.95rem;
    }
}