/* ########################### VARIÁVEIS E GLOBAIS ######################### */
:root {
    --bg: #050505;
    --primary: #FFCC00; /* Amarelo da logo */
    --primary-hover: #FF8C00; /* Laranja de interação */
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --text: #F5F5F7;
    --text-muted: #A1A1A6;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body { 
    background-color: var(--bg); 
    color: var(--text); 
    font-family: 'Plus Jakarta Sans', sans-serif; 
    overflow-x: hidden; 
}

/* ########################### COMPONENTES REUTILIZÁVEIS ######################### */
.badge { 
    border: 1px solid var(--primary); 
    color: var(--primary); 
    padding: 5px 15px; 
    border-radius: 20px; 
    font-size: 0.7rem; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    margin-bottom: 20px; 
    display: inline-block; 
}

.glass-card { 
    background: var(--glass-bg); 
    border: 1px solid var(--glass-border); 
    backdrop-filter: blur(15px); 
    border-radius: 24px; 
    padding: 40px; 
    transition: 0.4s; 
    text-align: left; 
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.btn-glass {
    background-color: var(--primary);
    color: #000000 !important;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-glass:hover {
    background-color: var(--primary-hover);
    color: #ffffff !important;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.3);
}

/* ########################### HEADER & NAVBAR ######################### */
.glass-nav {
    position: fixed; 
    top: 20px; 
    left: 50%; 
    transform: translateX(-50%);
    width: 90%; 
    max-width: 1200px;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 12px 30px; 
    z-index: 1000;
}

.logo-img {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.nav-links { 
    display: flex; 
    align-items: center; 
    gap: 25px; 
}

.nav-links a { 
    color: var(--text); 
    text-decoration: none; 
    font-size: 0.9rem; 
    font-weight: 500; 
    transition: 0.3s; 
}

.nav-links a:hover, .nav-links a.active { 
    color: var(--primary) !important; 
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    margin: 0 10px;
}

.lang-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-weight: 800;
    transition: 0.3s;
}

.lang-btn.active { color: var(--primary); }

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle .bar {
    width: 25px; height: 3px;
    background-color: var(--primary);
    border-radius: 2px;
    transition: 0.3s;
}

/* ########################### SEÇÕES E CONTEÚDO ######################### */
.page-section { 
    padding: 160px 10% 80px; 
    text-align: center; 
    min-height: 80vh; 
}

h1 { font-size: 4rem; font-weight: 800; margin-bottom: 20px; }
h1 span { color: var(--primary); }
p { color: var(--text-muted); font-size: 1.1rem; max-width: 700px; margin: 0 auto; line-height: 1.6; }

.sobre-img {
    background: linear-gradient(rgba(5, 5, 5, 0.85), rgba(5, 5, 5, 0.85)), 
                url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&q=80&w=2070');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bento-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 20px; 
    max-width: 1200px; 
    margin: 50px auto; 
}

.bento-item {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.bento-item:hover {
    transform: scale(1.02);
    border-color: var(--primary);
}

/* Garante que o texto não centralize e crie vácuo nas laterais */
.bento-item p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.tag {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* ########################### CONTATO & MAPA ######################### */
.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 1rem;
    margin: 50px auto;
    max-width: 1100px;
}

.contact-info-side {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Força a cor amarela nos títulos e números de contato */
.yellow-text {
    color: var(--primary) !important;
    margin-bottom: 0.5rem;
    font-weight: bold;
    
}

/* Ícone do WhatsApp com cor original e tamanho personalizado */
.whatsapp-icon {
    color: #25D366 !important; /* Verde Oficial WhatsApp */
    font-size: 1.5rem;          /* Tamanho maior que o texto */
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.1)); /* Leve sombra para profundidade */
    display: inline-block;
    flex-shrink: 0; /* Impede que o ícone amasse em telas menores */
}

.phone-link {
    color: #FFFFFF !important; /* Cor branca para o telefone */    
    text-decoration: none;
    font-size: 1.2rem;    
}

.phone-link:hover {
    filter: brightness(1.2);
}

.vertical-divider {
    width: 2px;
    height: 250px;
    background: linear-gradient(to bottom, transparent, var(--primary), transparent);
}

.contact-map-side { flex: 1; max-width: 450px; text-align: left; }

.map-frame iframe {
    filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(90%);
    border-radius: 15px;
}

.location-header {
    margin: 30px;
    padding: 0;
    font-size: 1.2rem;
}

/* ########################### FOOTER ######################### */
.footer-site {
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row; /* Alinhamento horizontal no desktop */
    justify-content: space-between; 
    align-items: center;
    padding: 0 2rem;
}

.footer-copyright p {
    color: #999;
    font-size: 0.9rem;
    margin: 0;
    text-align: left;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.social-icon {
    color: #fff;
    font-size: 1.5rem;
    transition: 0.3s ease;
}

.social-icon:hover {
    color: var(--primary); 
    transform: translateY(-3px);
}

.whatsapp-float {
    position: fixed; width: 60px; height: 60px;
    bottom: 30px; right: 30px;
    background-color: var(--primary);
    border-radius: 50px;
    display: flex; align-items: center; justify-content: center;
    z-index: 1000; transition: 0.3s;
}

/* ########################### RESPONSIVIDADE ######################### */
@media (max-width: 1024px) {
    h1 { font-size: 3rem; }
    .page-section { padding: 120px 5% 60px; }
    .contact-container { gap: 2rem; }
}

@media (max-width: 768px) {
    .menu-toggle { display: flex; }

    .glass-nav {
        width: 92%;
        padding: 10px 20px;
        border-radius: 40px;
    }

    .nav-links {
        position: fixed;
        top: 0; right: -100%;
        width: 80%; height: 100vh;
        background: rgba(5, 5, 5, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        transition: 0.4s ease-in-out;
        z-index: 1000;
    }

    .nav-links.active { right: 0; }

    .nav-links a {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    h1 { font-size: 2.2rem; }
    .page-section { padding: 100px 20px 50px; }
    .bento-grid { grid-template-columns: 1fr; }
    
    .contact-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .contact-info-side { text-align: center; }
    
    .vertical-divider {
        width: 100%; height: 2px;
        background: linear-gradient(to right, transparent, var(--primary), transparent);
    }

    .contact-map-side { text-align: center; }
    
    body.menu-open { overflow: hidden; }

    .menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
    .menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    /* Ajuste Mobile do Footer para centralizar */
    .footer-container {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .footer-copyright p {
        text-align: center;
    }
}

@media (max-width: 400px) {
    h1 { font-size: 1.8rem; }
    .logo-img { height: 30px; }
    .btn-glass { padding: 8px 15px; font-size: 0.8rem; }
    .whatsapp-float { width: 50px; height: 50px; }
}