/* ====================================================================
   METEORO BLOCOS - ARQUIVO DE ESTILOS PRINCIPAL
   Desenvolvido para: [Seu Nome/Projeto]
   Versão: 1.0
====================================================================

   ÍNDICE:
   1.  Reset e Variáveis Globais
   2.  Tipografia e Utilitários (.container, .bg-azul)
   3.  Header e Navegação
   4.  Botões Globais
   5.  Página: HOME (Hero, Diferenciais, Carrossel, About Summary)
   6.  Página: PRODUTOS (Filtros, Grid, Banner Calculadora)
   7.  Página: SERVIÇOS (Zig-Zag, Processo, Portfólio)
   8.  Página: SOBRE (História, Missão/Visão, Qualidade, Stats, Vídeo)
   9.  Página: CONTATO (Formulário, Cards, FAQ)
   10. Componentes Globais (Modais, CTA Final)
   11. Footer (Rodapé)
   12. Responsividade (Media Queries)

==================================================================== */

/* -----------------------------------------------------------------
   1. RESET E VARIÁVEIS GLOBAIS
----------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cor-principal: #1C2F38;
    --cor-principal-escura: #1A2B33;
    --cor-branco: #ffffff;
    --cor-fundo: #ffffff;
    --cor-laranja: #ff914d;
    --cor-preto: #000000;
    --cor-cinza-escuro: #707070;
    --transicao: all 0.3s ease;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--cor-preto);
    line-height: 1.6;
    background-color: var(--cor-fundo);
}
/* -----------------------------------------------------------------
   2. TIPOGRAFIA E UTILITÁRIOS
----------------------------------------------------------------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

.bg-azul { background-color: var(--cor-principal); width: 100%; }
.bg-azul a:not(.btn-destaque) { color: var(--cor-branco); opacity: 0.9; }

.section-title, .section-title2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title { color: var(--cor-principal); }
.section-title2 { color: var(--cor-branco); }

.section-title::after, .section-title2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--cor-laranja);
}

.tag-orange {
    color: var(--cor-laranja);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.5rem;
}

/* -----------------------------------------------------------------
   3. HEADER E NAVEGAÇÃO
----------------------------------------------------------------- */
header {
    background-color: var(--cor-branco);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 85px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    height: 100%;
}

.logo img { width: 200px; height: 60px; object-fit: contain; }

/* Menu Desktop */
nav ul { display: flex; list-style: none; gap: 2.5rem; }

nav a {
    color: var(--cor-principal);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transicao);
    position: relative;
    padding-bottom: 5px;
    font-size: 1.1rem;
    /* Blindagem contra fundos indesejados */
    background: transparent !important;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2.5px;
    background-color: var(--cor-laranja);
    transition: width 0.3s ease-in-out;
}

 nav a.active_nav {
    font-weight: 650;
    color: var(--cor-laranja) !important;
}

nav a:hover::after, nav a.active_nav::after {
    width: 100% !important;
}


.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


.phone-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    color: var(--cor-principal);

    background: rgba(240, 127, 60, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    transition: 0.3s ease;
}

.phone-link:hover {
    background: rgba(240, 127, 60, 0.2);
}
.phone-link i {
    background: var(--cor-laranja);
    color: #fff;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.75rem;
}

.phone-link span {
    font-size: 0.9rem;
}

.btn-cta {
    background-color: var(--cor-laranja);
    color: var(--cor-branco);
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: var(--transicao);
}

.btn-cta:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .phone-link span {
        display: none; 
    }

    .phone-link {
        padding: 0.4rem;
    }
}

.hamburguer-meteoro-btn { display: none; }
/* -----------------------------------------------------------------
   4. BOTÕES GLOBAIS
----------------------------------------------------------------- */
.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: var(--cor-laranja);
    color: var(--cor-branco);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: var(--transicao);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--cor-branco);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--cor-branco);
}

/* -----------------------------------------------------------------
   BOTAO WHATSAPP
----------------------------------------------------------------- */

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px; 
    right: 30px;  
    background-color: #25d366; 
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 10000; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}


.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background-color: #1c2b33; 
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1c2b33;
}


.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e; 
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25d366;
    opacity: 0.7;
    z-index: -1;
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-float img { width: 28px; height: 28px; }
    .whatsapp-tooltip { display: none; }
}

/* -----------------------------------------------------------------
   5. PÁGINA: HOME
----------------------------------------------------------------- */
/* Hero Section */

.hero-full-bg {
    background: linear-gradient(rgba(10, 17, 20, 0.7), rgba(28, 47, 56, 0.5)), url('../img/fundo_novo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center; 
    overflow: hidden;
    /* Adicione isso: */
    isolation: isolate; 
}

.hero_infos {
    display: block;
    height: auto;
    width: 100%;
    max-width: 650px;
    contain: layout style; 
}


.hero-overlay-container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
}


.badge-since {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--cor-laranja);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero_infos h1 {
    color: var(--cor-branco);
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 650px;
}

.hero_infos h1 span {
    color: var(--cor-laranja);
}

.hero_infos p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 500;
    max-width: 650px;
}


.btn-primary_hero {
    background-color: var(--cor-laranja);
    color: #fff;
    padding: 18px 35px;
    border-radius: 12px;
    border: 1px solid var(--cor-laranja);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex; 
    align-items: center;
    justify-content: center;

}

.btn-primary_hero:hover {
    box-shadow: 0 10px 20px rgba(243, 156, 18, 0.5);
    border: 1px solid var(--cor-laranja);
    color: var(--cor-laranja);
    background-color: transparent;;

}

.hotspot-static {
    position: absolute;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pos-1 { top: 0%; left: 60%; }
.pos-2 { top: 35%; left: 80%; }


.hotspot-button {
    width: 30px;
    height: 30px;
    background-color: var(--cor-laranja);
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 15px rgba(243, 156, 18, 0.6);
    animation: pulse-static 2s infinite; 
}

.hotspot-tooltip {
    width: 220px;
    background-color: rgba(28, 43, 51, 0.5); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    margin-bottom: 15px; 
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


.hotspot-tooltip h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: var(--cor-laranja);
    font-weight: 700;
}

.hotspot-tooltip p {
    font-size: 0.85rem;
    line-height: 1.3;
    opacity: 0.9;
    font-weight: 500;
}


@keyframes pulse-static {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.6); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(243, 156, 18, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243, 156, 18, 0); }
}

@media (max-width: 900px) {
    .hotspot-static { display: none; }
}


@media (max-width: 768px) {
    .hero-floating-card {
        padding: 40px 30px;
        text-align: center;
    }
    
    .hero-floating-card h1 {
        font-size: 2.2rem;
    }
}

/* Diferenciais */
.home-diferenciais { padding: 4rem 0; }
.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.diferencial-card {
    background-color: var(--cor-branco);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: var(--transicao);
}

.diferencial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(28, 47, 56, 0.5);
}

.diferencial-icon {
    width: 80px; height: 80px;
    background-color: var(--cor-laranja);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
}

.diferencial-icon img { width: 50%; height: auto; object-fit: contain; }
.diferencial-card h3 { color: var(--cor-principal); margin-bottom: 1rem; font-size: 1.3rem; }
.diferencial-card p { color: var(--cor-cinza-escuro); line-height: 1.6; }

/* Carrossel Principal */
.home-carousel-section {
    position: relative; 
    width: 100%; 
    margin-top: 4rem; 
    overflow: hidden;
}

.carousel-container { 
    position: relative; 
    height: 600px; 
    background-color: #000; 
    overflow: hidden; 
}

.slide {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    opacity: 0; 
    visibility: hidden; 
    z-index: 1;
    transition: opacity 1s ease-in-out, visibility 0.5s;
}

.slide.active { 
    opacity: 1; 
    visibility: visible; 
    z-index: 2; 
}

.slide-bg {
    width: 100%; 
    height: 100%; 
    background-size: cover; 
    background-position: center;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}


.slide-bg::after {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /* Correção: "to right" seguido de vírgula */
    background: linear-gradient(to right, rgba(10, 17, 20, 0.7), rgba(28, 47, 56, 0.5));
    z-index: 2;
}


.slide-content {
    position: relative; 
    z-index: 10; 
    height: 100%;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    padding-left: 10%; 
}


.slide-content-inner {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 650px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slide-content h2 { 
    font-size: 3.5rem; 
    max-width: 700px; 
    margin-bottom: 1rem; 
    line-height: 1.1; 
    font-weight: 800; 
    color: var(--cor-branco);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.slide-content h2 span {
    color: var(--cor-laranja); 
}

.slide-content p { 
    font-size: 1.2rem; 
    margin-bottom: 2rem; 
    font-weight: 400; 
    color: rgba(255, 255, 255, 0.9);
}


.btn-slider {
    padding: 15px 35px; 
    background-color: var(--cor-laranja); 
    color: var(--cor-branco);
    text-decoration: none; 
    font-weight: 700; 
    border-radius: 8px; 
    width: fit-content; 
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2);
}

.btn-slider:hover { 
    transform: scale(1.05);
    background-color: var(--cor-laranja);
    box-shadow: 0 15px 30px rgba(255, 122, 0, 0.4);
}


.prev, .next {
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    color: white; 
    font-size: 20px; 
    transition: 0.3s;
    z-index: 15;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover { 
    background-color: var(--cor-laranja); 
    transform: scale(1.1);
}


.indicadores { 
    position: absolute; 
    bottom: 30px; 
    width: 100%; 
    text-align: center; 
    z-index: 15; 
}

.barrinha {
    cursor: pointer; 
    height: 3px; 
    width: 50px; 
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.3); 
    display: inline-block; 
    transition: 0.4s;
    border-radius: 2px;
}

.barrinha.active { 
    background-color: var(--cor-laranja); 
    width: 80px; 
}

/* Home: About Summary (Colagem) */
.home-about-summary { padding: 6rem 0; background-color: var(--cor-fundo); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.about-collage { display: flex; gap: 15px; height: 500px; }
.collage-col { flex: 1; display: flex; flex-direction: column; gap: 15px; }
.collage-col img {
    width: 100%; border-radius: 8px; object-fit: cover; box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.collage-col img:hover { transform: scale(1.02); }
.img-tall { height: 100%; }
.img-small { height: 50%; }
.collage-col.stack { margin-top: 30px; }

.about-text-content h2 { font-size: 2.5rem; line-height: 1.2; color: var(--cor-principal); margin-bottom: 1.5rem; }
.about-text-content p { color: var(--cor-cinza-escuro); margin-bottom: 2rem; font-size: 1.1rem; }

.about-check-list { list-style: none; margin-bottom: 2.5rem; }
.about-check-list li { display: flex; align-items: center; gap: 15px; margin-bottom: 1rem; font-weight: 500; color: var(--cor-principal); }
.about-check-list i { color: var(--cor-laranja); font-size: 1.2rem; }

.btn-outline-dark {
    display: inline-flex; align-items: center; gap: 10px; padding: 12px 30px;
    border: 2px solid var(--cor-laranja); color: var(--cor-laranja); text-decoration: none; font-weight: bold; border-radius: 5px; transition: all 0.3s ease;
}
.btn-outline-dark:hover { background-color: var(--cor-laranja); border: 2px solid var(--cor-laranja); color: var(--cor-branco); transform: translateX(5px); }

/* Home: Destaque Serviços (Style Layers) */
.home-services-highlight { padding: 6rem 0; background-color: var(--cor-fundo); overflow: hidden; }
.services-highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.services-txt-col h2 { font-size: 2.8rem; line-height: 1.2; color: var(--cor-principal); margin-bottom: 1.5rem; }
.services-txt-col p { color: var(--cor-cinza-escuro); font-size: 1.1rem; margin-bottom: 2.5rem; line-height: 1.6; }

.btn-arrow-style {
    display: inline-flex; align-items: stretch; text-decoration: none; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease;
}
.btn-arrow-style:hover { transform: translateY(-3px); }

.btn-icon {
    background-color: var(--cor-laranja); color: #fff; padding: 15px 20px;
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
    border-top-left-radius: 5px; border-bottom-left-radius: 5px; transition: 0.3s;
}
.btn-text {
    background-color: #f4f4f4; color: var(--cor-principal); padding: 15px 25px;
    display: flex; align-items: center; font-weight: bold; letter-spacing: 1px; font-size: 0.9rem;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px; transition: 0.3s;
}
.btn-arrow-style:hover .btn-icon { background-color: var(--cor-principal); }
.btn-arrow-style:hover .btn-text { background-color: #e0e0e0; }

.services-img-col { position: relative; padding-top: 30px; padding-left: 30px; }
.services-img-col img { position: relative; z-index: 2; width: 100%; border-radius: 5px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); display: block; }
.shape-bg { position: absolute; top: 0; left: 0; width: 95%; height: 95%; background-color: var(--cor-laranja); z-index: 1; border-radius: 5px; }

/* -----------------------------------------------------------------
   6. PÁGINA: PRODUTOS
----------------------------------------------------------------- */
/* --- Cabeçalho da Página de Produtos --- */

.page-header-produtos {
    background: linear-gradient(to right, rgba(10, 17, 20, 0.8) 20%, rgba(28, 47, 56, 0.6) 100%), url('../img/fundo5.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    color: var(--cor-branco); 
    padding: 8rem 2rem; 
    min-height: 60vh; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
}

.page-header-content { 
    max-width: 900px; 
    margin: 0 auto; 
    width: 100%;
    position: relative;
    padding-left: 2.5rem; 
    text-align: left; 
}


.decorative-line {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background-color: var(--cor-laranja);
    border-radius: 2px;
}

.page-header-produtos h1 { 
    font-size: 4rem; 
    margin-bottom: 1rem; 
    font-weight: 900; 
    text-transform: uppercase; 
    line-height: 1;
    letter-spacing: -2px; 
}

.page-header-produtos h1 .highlight {
    color: var(--cor-laranja); 
}

.page-header-produtos p { 
    font-size: 1.4rem; 
    margin-bottom: 0; 
    opacity: 0.9; 
    font-weight: 300; 
    max-width: 650px;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .page-header-produtos { padding: 5rem 1rem; }
    .page-header-produtos h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .page-header-produtos p { font-size: 1.1rem; }
    .page-header-content { padding-left: 1.5rem; }
}

/* Filtros */
.section-produtos { padding: 4rem 1rem; }
.produtos-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.filter-btn {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px 25px;
    border-radius: 50px; 
    cursor: pointer;
    font-weight: 700;
    color: var(--cor-principal);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.filter-btn i {
    font-size: 1.1rem;
    transition: 0.3s;
}

.filter-btn.active, .filter-btn:hover {
    background-color: var(--cor-laranja);
    border-color: var(--cor-laranja);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 145, 77, 0.2);
}

.filter-btn:hover i {
    transform: rotate(15deg);
}


.produto-card {
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
}

.produto-card.hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

/* Grid de Produtos */
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 4rem; }
.produto-card {
    background: var(--cor-branco); border: 1px solid #eee; border-radius: 10px; overflow: hidden;
    display: flex; flex-direction: column; transition: var(--transicao); box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.produto-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

.produto-img { height: 190px; overflow: hidden; position: relative; }

.produto-img img { width: 100%; height: 105%; object-fit:cover;; transition: 0.5s; padding: auto; }
.produto-card:hover .produto-img img { transform: scale(1); }

.tag-produto {
    position: absolute; top: 15px; left: 15px; background-color: var(--cor-laranja); color: #fff;
    padding: 5px 10px; font-size: 0.75rem; font-weight: bold; border-radius: 4px; text-transform: uppercase;
}

.produto-info { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.produto-info h3 { color: var(--cor-principal); font-size: 1.3rem; margin-bottom: 0.5rem; }
.produto-desc { font-size: 0.9rem; color: var(--cor-cinza-escuro); margin-bottom: 1rem; line-height: 1.5; }

.produto-specs { list-style: none; margin-bottom: 1.5rem; display: flex; flex-wrap: wrap; gap: 10px; }
.produto-specs li { font-size: 0.85rem; color: #555; background: #f5f5f5; padding: 5px 10px; border-radius: 4px; display: flex; align-items: center; gap: 5px; }
.produto-specs i { color: var(--cor-laranja); }

.produto-actions { margin-top: auto; display: flex; gap: 10px; }
.btn-orcamento {
    flex: 1; text-align: center; padding: 10px; background-color: var(--cor-principal); color: #fff;
    text-decoration: none; border-radius: 5px; font-weight: bold; transition: 0.3s; font-size: 0.9rem;
}
.btn-orcamento:hover { background-color: var(--cor-laranja); }

.btn-zap {
    width: 45px; display: flex; align-items: center; justify-content: center;
    background-color: #25D366; color: #fff; border-radius: 5px; font-size: 1.2rem; transition: 0.3s; text-decoration: none;
}
.btn-zap:hover { background-color: #128C7E; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .produtos-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .produto-card {
        border-radius: 8px;
    }

    /* IMAGEM MENOR */
    .produto-img {
        height: 150px;
    }

    /* CONTEÚDO MAIS COMPACTO */
    .produto-info {
        padding: 1rem;
    }

    .produto-info h3 {
        font-size: 1.1rem;
    }

    .produto-desc {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    /* SPECS MAIS ORGANIZADOS */
    .produto-specs {
        gap: 6px;
        margin-bottom: 1rem;
    }

    .produto-specs li {
        font-size: 0.75rem;
        padding: 4px 8px;
    }

    /* BOTÕES */
    .produto-actions {
        gap: 8px;
    }

    .btn-orcamento {
        font-size: 0.85rem;
        padding: 8px;
    }

    .btn-zap {
        width: 40px;
        font-size: 1rem;
    }
}

/* Paginação */
.paginacao { display: flex; justify-content: center; gap: 10px; margin-top: 2rem; }
.page-link {
    width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
    border: 1px solid #ddd; color: var(--cor-principal); text-decoration: none; border-radius: 5px; transition: 0.3s; font-weight: bold;
}
.page-link:hover, .page-link.active { background-color: var(--cor-principal); color: #fff; border-color: var(--cor-principal); }

/* Banner Calculadora */
.banner-calculadora { background-color: #ffffff; padding: 4rem 1rem; border-top: 4px solid var(--cor-laranja); }
.calc-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; }
.calc-text h2 { color: var(--cor-principal); margin-bottom: 0.5rem; font-size: 2rem; }
.calc-text i { margin-right: 10px; color: var(--cor-laranja); }
.btn-calc {
    background-color: var(--cor-principal); color: #fff; padding: 1rem 2rem; text-decoration: none;
    font-weight: bold; border-radius: 50px; transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.btn-calc:hover { transform: scale(1.05); background-color: var(--cor-laranja); }

/* -----------------------------------------------------------------
   7. PÁGINA: SERVIÇOS
----------------------------------------------------------------- */


.page-header-servicos {
    background: linear-gradient(to right, rgba(10, 17, 20, 0.8) 20%, rgba(28, 47, 56, 0.6) 100%), url('../img/fundo5.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    color: var(--cor-branco); 
    padding: 8rem 2rem; 
    min-height: 60vh; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start;
}

.page-header-content { 
    max-width: 900px; 
    margin: 0 auto; 
    width: 100%;
    position: relative;
    padding-left: 2.5rem; 
    text-align: left;
}
.decorative-line {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background-color: var(--cor-preto);
    border-radius: 2px;
}

.page-header-servicos h1 { 
    font-size: 4rem; 
    margin-bottom: 1.2rem; 
    font-weight: 900; 
    text-transform: uppercase; 
    line-height: 1;
    letter-spacing: -2px;
}

.page-header-servicos h1 .highlight {
    color: var(--cor-laranja);
}

.page-header-servicos p { 
    font-size: 1.4rem; 
    margin-bottom: 0; 
    opacity: 0.9; 
    font-weight: 300;
    max-width: 650px;
    line-height: 1.5;
}

/* --- Ajuste Responsivo --- */
@media (max-width: 768px) {
    .page-header-servicos { padding: 5rem 1rem; }
    .page-header-servicos h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .page-header-servicos p { font-size: 1.1rem; }
    .page-header-content { padding-left: 1.5rem; }
}

/* Serviços Zig-Zag */
.section-servicos-zigzag { padding: 6rem 0; background-color: var(--cor-fundo); overflow: hidden; }
.service-row { display: flex; align-items: center; gap: 4rem;  margin: auto 1rem 6rem 1rem; }
.service-row.reverse { flex-direction: row-reverse; }

.service-image { flex: 1; position: relative; }
.service-image img {
    width: 100%; border-radius: 15px; position: relative; z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15); transition: transform 0.3s ease;
}
.service-row:hover .service-image img { transform: scale(1.02); }

.img-shape {
    position: absolute; top: -20px; left: -20px; width: 100%; height: 100%;
    background-color: var(--cor-laranja); border-radius: 15px; z-index: 1;
}
.img-shape.shape-blue { background-color: var(--cor-principal); top: auto; bottom: -20px; left: auto; right: -20px; }

.service-text { flex: 1; position: relative; }
.service-number {
    position: absolute; top: -60px; left: 0; font-size: 8rem; font-weight: 900;
    color: rgba(0,0,0,0.03); line-height: 1; z-index: 0; pointer-events: none;
}
.service-text h3 { font-size: 2.2rem; color: var(--cor-principal); margin-bottom: 1rem; position: relative; z-index: 1; }
.service-text p { font-size: 1.1rem; color: var(--cor-cinza-escuro); line-height: 1.7; margin-bottom: 1.5rem; position: relative; z-index: 1; }

.service-list { list-style: none; margin-bottom: 2rem; position: relative; z-index: 1; }
.service-list li { margin-bottom: 0.8rem; display: flex; align-items: center; gap: 10px; color: var(--cor-principal); font-weight: 500; }
.service-list i { color: var(--cor-laranja); font-size: 1.2rem; }

.btn-service-link {
    background: none; border: none; color: var(--cor-laranja); font-weight: bold; font-size: 1.1rem;
    cursor: pointer; display: inline-flex; align-items: center; gap: 10px; padding: 0;
    transition: 0.3s; text-transform: uppercase; letter-spacing: 1px;
}
.btn-service-link:hover { color: var(--cor-principal); gap: 15px; }

/* Processo (Passo a Passo) */
.processo-section { padding: 5rem 0; color: #fff; text-align: center; }
.processo-grid { display: flex; justify-content: center; align-items: flex-start; gap: 2rem; margin-top: 3rem; flex-wrap: wrap; }
.processo-item { flex: 1; min-width: 250px; max-width: 300px; }
.processo-icon {
    width: 70px; height: 70px; margin: 0 auto 1.5rem;
    background-color: rgba(255, 255, 255, 0.1); border: 2px solid var(--cor-laranja); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; font-weight: bold; color: var(--cor-laranja);
}
.processo-item h4 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.processo-item p { opacity: 0.8; font-size: 0.95rem; }
.processo-seta { padding-top: 20px; font-size: 1.5rem; color: var(--cor-laranja); opacity: 0.5; }

/* Obras (Portfólio) */
.section-obras { padding: 5rem 1rem; }
.obras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.obra-card {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 1px solid #eee; transition: 0.3s;
}
.obra-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }

.obra-img { position: relative; height: 220px; overflow: hidden; }
.obra-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.obra-card:hover .obra-img img { transform: scale(1.1); }

.obra-tag {
    position: absolute; top: 15px; right: 15px; background-color: var(--cor-principal); color: #fff;
    padding: 5px 12px; border-radius: 20px; font-size: 0.8rem; text-transform: uppercase;
}
.obra-info { padding: 1.5rem; }
.obra-info h3 { color: var(--cor-principal); font-size: 1.3rem; margin-bottom: 0.5rem; }
.obra-info p { color: var(--cor-cinza-escuro); font-size: 0.9rem; margin-bottom: 0.5rem; }
.obra-info i { color: var(--cor-laranja); margin-right: 5px; }
.obra-desc { margin-top: 1rem; line-height: 1.5; border-top: 1px solid #eee; padding-top: 1rem; }

/* CTA Serviços */
.cta-servicos {
    background: linear-gradient(to right, rgba(28, 47, 56, 0.2) 0%, rgba(28, 47, 56, 0.8) 50%, rgba(28, 47, 56, 1) 100%), url('../img/img_carrossel2.png');
    background-size: cover; background-position: center; padding: 6rem 0;
    color: var(--cor-branco); display: flex; align-items: flex-end;
}
.cta-wrapper-servicos { max-width: 600px; text-align: right; margin-left: auto; margin-right: 0; padding-right: 1rem; }
.cta-wrapper-servicos h2 { font-size: 3rem; font-weight: bold; margin-bottom: 1rem; line-height: 1.1; }
.cta-wrapper-servicos p { font-size: 1.1rem; margin-bottom: 2rem; opacity: 0.9; line-height: 1.6; }

/* -----------------------------------------------------------------
   8. PÁGINA: SOBRE
----------------------------------------------------------------- */
.sobre-hero {
    background: linear-gradient(to right, rgba(10, 17, 20, 0.8) 20%, rgba(28, 47, 56, 0.6) 100%), url('../img/fundo5.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    color: var(--cor-branco); 
    padding: 8rem 2rem; 
    min-height: 60vh; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
}

.sobre-hero-content { 
    max-width: 900px; 
    margin: 0 auto; 
    width: 100%;
    position: relative;
    padding-left: 2.5rem; 
    text-align: left; }

.decorative-line {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background-color: var(--cor-laranja);
    border-radius: 2px;
}

.sobre-hero h1 { 
    font-size: 4rem; 
    margin-bottom: 1rem; 
    font-weight: 900; 
    text-transform: uppercase; 
    line-height: 1;
    letter-spacing: -2px;
}

.sobre-hero h1 .highlight {
    color: var(--cor-laranja);
}

.sobre-hero p { 
    font-size: 1.4rem; 
    margin-bottom: 0; 
    opacity: 0.9; 
    font-weight: 300;
    max-width: 600px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .sobre-hero { padding: 5rem 1rem; text-align: left; }
    .sobre-hero h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .sobre-hero p { font-size: 1.1rem; }
    .sobre-hero-content { padding-left: 1.5rem; }
}

.sobre-section {
    padding: 3rem 0;
}

.sobre-historia-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.sobre-historia-text {
    max-width: 500px;
    margin: 0 auto;
}

.sobre-historia-text h2 {
    color: var(--cor-principal);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    position: relative;
}

.sobre-historia-text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--cor-laranja);
    margin-top: 10px;
}

.sobre-historia-text p {
    color: var(--cor-preto);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.8;
    text-align: justify;
}

.sobre-historia-image {
    background-image: url('../img/img_carrossel2.png');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
    height: 450px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin: 0 auto;
}

@media (max-width: 600px) {
    .sobre-historia-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sobre-historia-text {
        order: 1;
    }

    .sobre-historia-image {
        order: 2;
        height: 300px;
    }
}

/* Essência (Accordion) */
.essencia-moderna { 
    background-color: var(--cor-fundo); 
}
.essencia-grid { 
    display: grid; 
    grid-template-columns: 1.2fr 1fr 1.2fr; 
    gap: 3rem; 
    align-items: center; 
}
.essencia-info h2 { 
    margin-top: 0; 
    font-size: 2.5rem; 
    line-height: 1.2; 
    margin-bottom: 1.5rem; 
    color: var(--cor-principal); 
}
.essencia-info p { color: var(--cor-cinza-escuro); font-size: 1.1rem; margin-bottom: 2rem; line-height: 1.6; }

.btn-essencia {
    display: inline-block; padding: 1rem 2.5rem; background-color: var(--cor-laranja); color: var(--cor-branco);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1rem; transition: var(--transicao);
}
.btn-essencia:hover {
    background-color: transparent; color: var(--cor-principal); transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5); border: 1px solid var(--cor-principal);
}

.essencia-image .img-frame {
    width: 100%; height: 450px; background-size: cover; background-position: center;
    border-radius: 5px; box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.essencia-accordion { display: flex; flex-direction: column; gap: 1.5rem; }
.accordion-item {
    background-color: var(--cor-branco); color: var(--cor-principal); border: 1px solid #e0e0e0;
    border-radius: 15px; padding: 1.5rem; cursor: pointer; transition: all 0.3s ease; overflow: hidden;
}
.accordion-item.active {
    background-color: var(--cor-principal); color: var(--cor-branco); border-color: transparent;
    box-shadow: 0 10px 20px rgba(28,47,56,0.5); transform: scale(1.02);
}
.accordion-header { display: flex; justify-content: space-between; align-items: center; }
.accordion-header h3 { font-size: 1.2rem; font-weight: bold; margin: 0; }
.accordion-body { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s ease; }
.accordion-item.active .accordion-body { max-height: 200px; opacity: 1; margin-top: 1rem; }

.icon-circle {
    width: 35px; height: 35px; background-color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--cor-principal);
    transition: 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.accordion-item.active .icon-circle { color: var(--cor-principal); }

@media (max-width: 1024px) {
    .essencia-moderna {
        padding: 2rem 1.5rem !important; 
    }

    .essencia-grid {
        grid-template-columns: 1fr !important; 
        gap: 2rem;
        align-items: start !important; 
        display: flex !important; 
        flex-direction: column;
    }

    .essencia-info {
        order: 1; 
        text-align: center;
        width: 100%;
    }

    .essencia-image {
        order: 2; 
        width: 100%;
        max-width: 100%;
        margin: 1.5rem auto;
        display: block !important;
    }

    .essencia-image .img-frame {
        height: 350px !important; 
        width: 100%;
        background-size: cover;
        background-position: center;
        display: block !important;
    }
    
    .essencia-accordion {
        order: 3; 
        width: 100%;
    }
}

@media (max-width: 480px) {
    .essencia-moderna {
        padding: 1.5rem 1rem !important;
    }
    
    .essencia-info h2 {
        font-size: 1.8rem; 
    }

    .essencia-image .img-frame {
        height: 280px !important; 
    }

    .btn-essencia {
        width: 100%; 
        text-align: center;
    }
}

/* Qualidade */
.sobre-qualidade-section { width: 100%; background-color: var(--cor-branco); padding: 0; }
.qualidade-container { display: flex; flex-wrap: wrap; min-height: 600px; }
.qualidade-image-wrapper { flex: 1; position: relative; min-width: 300px; }
.qualidade-image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }

.qualidade-content {
    flex: 1; background-color: var(--cor-principal); color: var(--cor-branco);
    padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center;
}
.qualidade-tag {
    color: var(--cor-laranja); font-weight: bold; text-transform: uppercase; letter-spacing: 2px;
    font-size: 0.9rem; margin-bottom: 1rem; display: block; position: relative; padding-left: 15px;
}
.qualidade-tag::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 8px; height: 8px; background-color: var(--cor-laranja);
}
.qualidade-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; line-height: 1.2; }
.qualidade-description { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 3rem; line-height: 1.6; max-width: 600px; }

.qualidade-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.q-feature-item { display: flex; align-items: flex-start; gap: 1rem; }
.q-icon { font-size: 2rem; color: var(--cor-laranja); margin-top: -5px; }
.q-text h4 { font-size: 1.1rem; margin-bottom: 0.3rem; font-weight: bold; }
.q-text p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.4; }

.btn-destaque {
    display: inline-flex; align-items: center; gap: 10px; padding: 1rem 2.5rem;
    background-color: var(--cor-laranja); color: #fff; text-decoration: none; font-weight: bold;
    border-radius: 5px; width: fit-content; transition: var(--transicao); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px;
}
.btn-destaque:hover { background-color: #fff; color: var(--cor-principal); transform: translateX(5px); }

/* Princípios Modernos */
.principios-modern-section { padding: 6rem 0; background-color: var(--cor-fundo); }
.principios-header { text-align: left; margin-bottom: 3rem; padding-left: 1.5rem; }
.principios-header h2 { font-size: 2.5rem; color: var(--cor-principal); }

.principios-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--cor-principal); border-bottom: 1px solid var(--cor-principal);
}
.p-card-modern {
    background-color: #fff; padding: 3rem 1.5rem;
    border-right: 1px solid var(--cor-principal); display: flex; flex-direction: column; transition: 0.3s;
    
}
.p-card-modern:last-child { border-right: none; }

.p-icon-circle {
    width: 60px; height: 60px; background-color: #f4f6f8; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--cor-principal); margin-bottom: 1.5rem; transition: 0.3s;
}
.p-card-modern h3 { font-size: 1.4rem; color: var(--cor-principal); margin-bottom: 1rem; line-height: 1.3; font-weight: 700; }
.p-card-modern p { font-size: 1rem; color: var(--cor-cinza-escuro); line-height: 1.6; margin-bottom: 2rem; flex-grow: 1; }

.p-card-modern.highlight {
    background-color: var(--cor-laranja); border-right: none; transform: scaleY(1.05);
    box-shadow: 0 10px 30px rgba(255, 145, 77, 0.3); z-index: 1; border-radius: 4px;
   
}
.p-card-modern.highlight h3, .p-card-modern.highlight p { color: #fff; }
.p-card-modern.highlight .p-icon-circle { background-color: #fff; color: var(--cor-laranja); }
.p-card-modern:not(.highlight):hover { background-color: #fafafa; }
.p-card-modern:not(.highlight):hover .p-icon-circle { background-color: var(--cor-principal); color: #fff; transform: rotateY(180deg); }

@media (max-width: 600px) {
.p-card-modern:last-child { border-right: 1px solid var(--cor-principal); display: flex; flex-direction: column; transition: 0.3s; }
}

/* --- SELOS NOS CARDS --- */

.card-footer-logo {
    margin-top: auto; 
    padding-top: 1rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selo-footer {
    max-height: 100%;
    width: auto;
    filter: grayscale(100%); 
    opacity: 0.3;
    transition: all 0.4s ease;
}

.p-card-modern:hover .selo-footer {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}


.selo-footer[alt*="ABCP"] { max-height: 130px; }
.selo-footer[alt*="PSQ"] { max-height: 120px; }
.selo-footer[alt*="BNDES"] { max-height: 120px; }


.principios-row {
    display: grid; 
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--cor-principal); 
    border-bottom: 1px solid var(--cor-principal);
    max-width: 1200px; 
    margin: 0 auto;
}


/* Stats */
.sobre-stats-section {
    background: linear-gradient(135deg, #1C2F38, #26404d);
    padding: 4rem 0;
}

.sobre-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 1024px) {
    .sobre-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .sobre-stat-item {
        padding: 2rem 1rem;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03);
    }

    .sobre-stat-item::after {
        display: none; 
    }
}

@media (max-width: 600px) {
    .sobre-stats-section {
        padding: 3rem 1rem;
    }

    .sobre-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sobre-stat-item {
        padding: 1.8rem 1rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
    }

    .sobre-stat-item h3 {
        font-size: 2.2rem;
    }

    .sobre-stat-item p {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .sobre-stat-item .icon {
        font-size: 2rem;
    }
}

.sobre-stat-item {
    padding: 2rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.sobre-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.2);
}

.sobre-stat-item:hover {
    transform: translateY(-8px);
}

.sobre-stat-item .icon {
    font-size: 2.5rem;
    color: var(--cor-laranja);
    margin-bottom: 1rem;
}
.sobre-stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.sobre-stat-item p {
    font-size: 0.9rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .sobre-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .sobre-stat-item::after {
        display: none;
    }
}


/* Carrossel Infinito Profissional */
.infinite-gallery-section { 
    background-color: var(--cor-fundo); 
    padding: 4rem 0; 
    overflow: hidden; 
    width: 100%;
    position: relative;
}

.infinite-gallery-section::before,
.infinite-gallery-section::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.infinite-gallery-section::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, var(--cor-fundo) 0%, rgba(255,255,255,0) 100%);
}

.infinite-gallery-section::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, var(--cor-fundo) 0%, rgba(255,255,255,0) 100%);
}

.slider-container { 
    width: 100%; 
    display: flex;
}

.slider-track { 
    display: flex; 
    gap: 20px; 
    width: max-content; 
    animation: scroll-infinite 50s linear infinite; 
    will-change: transform; 
}

.slide-card { 
    width: 385px;
    height: 260px; 
    border-radius: 5px; 
    overflow: hidden; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.08); 
    flex-shrink: 0; 
    transition: 0.4s ease;
}

.slide-card img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.slide-card:hover img { 
    transform: scale(1.08); 
}

.slider-track:hover { 
    animation-play-state: paused; 
}

@keyframes scroll-infinite { 
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); } 
}


@media (max-width: 768px) {
    .slide-card { width: 280px; height: 200px; }
    .infinite-gallery-section::before, .infinite-gallery-section::after { width: 50px; }
}

/* --- Vídeo --- */

.video-box {
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.video-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(10, 17, 20, 0.9) 0%, rgba(28, 47, 56, 0.6) 100%);
    z-index: 1;
}

.video-content-center {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.play-button-clean {
    width: 80px; 
    height: 80px;
    background-color: var(--cor-laranja); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    border: none;
    
    box-shadow: 0 0 15px rgba(255, 145, 77, 0.6), 
                0 0 40px rgba(255, 145, 77, 0.4), 
                0 0 70px rgba(255, 145, 77, 0.2); 
    
    transition: all 0.4s ease;
    animation: glowPulse 2.5s infinite alternate; 
}

.play-button-clean i {
    padding-left: 8px;
    text-decoration: none !important;
    border: none !important;
    display: block; 
}

.video-play-link {
    text-decoration: none !important;
    outline: none;
    border: none;
}

.video-play-link:active, 
.video-play-link:focus {
    outline: none;
    text-decoration: none;
}


.video-play-link:hover .play-button-clean {
    transform: scale(1.08); 
    background-color: #fff;
    color: var(--cor-laranja);
    box-shadow: 0 0 20px rgba(255, 145, 77, 0.8),
                0 0 50px rgba(255, 145, 77, 0.6),
                0 0 90px rgba(255, 145, 77, 0.4);
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 15px rgba(255, 145, 77, 0.6),
                    0 0 40px rgba(255, 145, 77, 0.4),
                    0 0 70px rgba(255, 145, 77, 0.2);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 145, 77, 0.7),
                    0 0 55px rgba(255, 145, 77, 0.5),
                    0 0 100px rgba(255, 145, 77, 0.3); 
    }
}

.video-info-footer {
    position: absolute;
    bottom: 60px;
    left: 50px;
    z-index: 3;
    text-align: left;
}

.video-tag {
    color: var(--cor-laranja);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
}

.video-info-footer h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
}

.video-info-footer h3 strong {
    font-weight: 800;
    color: #fff;
}

/* Responsividade */
@media (max-width: 768px) {
    .video-box { height: 400px; clip-path: none; }
    .video-info-footer { left: 20px; bottom: 40px; }
    .video-info-footer h3 { font-size: 1.2rem; }
    .play-button-clean { width: 90px; height: 90px; font-size: 1.8rem; }
    .play-button-clean i { padding-left: 5px; }
}


/* valores*/
.valores-section {
    padding: 8rem 0;
    background-color: #fdfdfd; 
    background-image: radial-gradient(#e5e5e5 0.5px, transparent 0.5px); 
    background-size: 20px 20px;
}

.valores-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.valores-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.valor-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 4px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    border-top: 4px solid #eee;
    transition: all 0.3s ease;
}

.valor-card:hover {
    border-top-color: var(--cor-laranja);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 145, 77, 0.15);
}

.card-offset {
    margin-top: 40px;
}

.card-number {
    width: 50px;
    height: 50px;
    background-color: var(--cor-laranja);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    position: absolute;
    top: -25px;
    left: 30px;
}

.valor-card h3 {
    font-size: 1.5rem;
    color: var(--cor-principal);
    margin-bottom: 1rem;
    font-weight: 700;
}

.valor-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.valores-text-content .tag-orange {
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--cor-laranja);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 1rem;
}

.valores-text-content h2 {
    font-size: 3rem;
    color: var(--cor-principal);
    line-height: 1.1;
    margin-bottom: 2rem;
    font-weight: 900;
}

.highlight-gray {
    color: var(--cor-laranja);
}

.valores-text-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
}

.experience-badge {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.badge-number {
    font-size: 4rem;
    font-weight: 900;
    color: var(--cor-principal);
    line-height: 1;
    position: relative;
}

.badge-number::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--cor-laranja);
    border-radius: 50%;
    z-index: -1;
    top: -5px;
    right: -10px;
    opacity: 0.8;
}

.badge-text {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cor-principal);
    line-height: 1.2;
}

/* Responsividade */
@media (max-width: 992px) {
    .valores-grid { grid-template-columns: 1fr; }
    .valores-cards { order: 2; }
    .valores-text-content { order: 1; text-align: center; }
    .experience-badge { justify-content: center; }
}

@media (max-width: 600px) {
    .valores-cards { grid-template-columns: 1fr; }
    .card-offset { margin-top: 0; }
}

/* -----------------------------------------------------------------
   9. PÁGINA: CONTATO
----------------------------------------------------------------- */
.page-header-contato {
    background: linear-gradient(to right, rgba(10, 17, 20, 0.8) 20%, rgba(28, 47, 56, 0.6) 100%), url('../img/fundo5.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    color: var(--cor-branco); 
    padding: 8rem 2rem; 
    min-height: 60vh; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
}

.page-header-content { 
    max-width: 900px; 
    margin: 0 auto; 
    width: 100%;
    position: relative;
    padding-left: 2.5rem; 
    text-align: left; 
}

.decorative-line {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background-color: var(--cor-laranja);
    border-radius: 2px;
}

.page-header-contato h1 { 
    font-size: 4rem; 
    margin-bottom: 1.2rem; 
    font-weight: 900; 
    text-transform: uppercase; 
    line-height: 1;
    letter-spacing: -2px;
}

.page-header-contato h1 .highlight {
    color: var(--cor-laranja); 
}

.page-header-contato p { 
    font-size: 1.4rem; 
    margin-bottom: 0; 
    opacity: 0.9; 
    font-weight: 300;
    max-width: 650px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .page-header-contato { padding: 5rem 1rem; }
    .page-header-contato h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .page-header-contato p { font-size: 1.1rem; }
    .page-header-content { padding-left: 1.5rem; }
}

.contact-split-section { background-color: var(--cor-fundo); padding: 5rem 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4rem; align-items: start; }

.form-wrapper { background: #fff; padding: 3rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.form-header { margin-bottom: 2rem; }
.form-header h2 { color: var(--cor-principal); font-size: 2rem; margin-bottom: 0.5rem; }
.form-header p { color: var(--cor-cinza-escuro); }

.meteoro-form { display: flex; flex-direction: column; gap: 1.5rem; }
.input-group label { display: block; margin-bottom: 0.5rem; font-weight: bold; color: var(--cor-principal); }
.input-group input, .input-group select, .input-group textarea {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px;
    font-size: 1rem; background-color: #f8f8f8; transition: 0.3s; font-family: inherit;
}
.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
    outline: none; border-color: var(--cor-laranja); background-color: #fff; box-shadow: 0 0 0 3px rgba(255, 145, 77, 0.1);
}

.btn-submit {
    background-color: var(--cor-principal); color: #fff; padding: 15px; border: none; border-radius: 8px;
    font-size: 1.1rem; font-weight: bold; cursor: pointer; transition: 0.3s; margin-top: 1rem;
}
.btn-submit:hover { background-color: var(--cor-laranja); transform: translateY(-2px); }

.info-wrapper { position: relative; padding: 2rem 0; }
.info-cards-stack { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-card {
    background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); padding: 1.5rem;
    border-radius: 10px; display: flex; gap: 1.5rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 5px solid var(--cor-principal); transition: 0.3s;
}
.contact-card:hover { transform: translateX(10px); }

.icon-box {
    width: 50px; height: 50px; background-color: #eee; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--cor-principal); font-size: 1.2rem; flex-shrink: 0;
}
.card-content h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--cor-principal); }
.card-content p { font-size: 0.95rem; color: #555; margin-bottom: 0.3rem; }
.link-small { font-size: 0.85rem; color: var(--cor-laranja); text-decoration: none; font-weight: bold; display: block; margin-top: 5px; }

/* FAQ */
.faq-section { padding: 5rem 0; background-color: var(--cor-fundo); }
.faq-grid { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { border: 1px solid #eee; border-radius: 8px; overflow: hidden; cursor: pointer; transition: 0.3s; }
.faq-question { background-color: #f9f9f9; padding: 1.2rem; display: flex; justify-content: space-between; align-items: center; }
.faq-question h4 { margin: 0; font-size: 1.1rem; color: var(--cor-principal); }
.faq-question i { transition: 0.3s; }
.faq-answer { padding: 0 1.2rem; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; background-color: #fff; color: #666; }
.faq-item.active .faq-question { background-color: var(--cor-principal); color: #fff; }
.faq-item.active .faq-question h4 { color: #fff; }
.faq-item.active i { transform: rotate(180deg); color: #fff; }
.faq-item.active .faq-answer { max-height: 150px; padding: 1.2rem; }

/* -----------------------------------------------------------------
   10. COMPONENTES GLOBAIS
----------------------------------------------------------------- */
/* CTA Final Imagem */
.cta-image-banner {
    background: linear-gradient(to right, rgba(28, 47, 56, 1) 0%, rgba(28, 47, 56, 0.8) 50%, rgba(28, 47, 56, 0.2) 100%), url('../img/fundo4.png');
    background-size: cover; background-position: center; padding: 6rem 0; color: var(--cor-branco); display: flex; align-items: center;
}
.cta-wrapper { max-width: 600px; text-align: left; }
.cta-wrapper h2 { font-size: 3rem; font-weight: bold; margin-bottom: 1rem; line-height: 1.1; }
.cta-wrapper p { font-size: 1.1rem; margin-bottom: 2rem; opacity: 0.9; line-height: 1.6; }

.btn-cta-orange {
    display: inline-flex; align-items: center; gap: 10px; background-color: var(--cor-laranja); color: #fff;
    padding: 1rem 2.5rem; font-weight: bold; text-decoration: none; border-radius: 5px; font-size: 1.1rem;
    transition: var(--transicao); box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.btn-cta-orange:hover { background-color: #fff; color: var(--cor-principal); transform: translateY(-3px); }

.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 17, 20, 0.85); z-index: 9999;
    display: none; align-items: center; justify-content: center;
    backdrop-filter: blur(10px); /* Efeito de vidro no fundo */
    transition: 0.3s;
    padding: 20px;
}

.modal-container.industrial-design {
    background: #fff; width: 100%; max-width: 950px;
    border-radius: 20px; overflow: hidden; position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    transform: translateY(30px); opacity: 0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.show { display: flex; opacity: 1; }
.modal-overlay.show .modal-container { transform: translateY(0); opacity: 1; }

/* Grid de duas colunas */
.modal-grid { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 550px; }

/* Coluna da Esquerda (Imagem) */
.modal-visual { background: #1c2f38; position: relative; overflow: hidden; }
.modal-visual img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.modal-visual:hover img { transform: scale(1.05); }

.visual-badge {
    position: absolute; top: 25px; left: 25px; z-index: 3;
    background: var(--cor-laranja); color: #fff; padding: 10px 18px;
    border-radius: 50px; display: flex; align-items: center; gap: 8px;
    font-weight: 800; font-size: 0.75rem; text-transform: uppercase;
}

.visual-overlay-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,17,20,0.8), transparent);
    z-index: 2;
}

/* Coluna da Direita (Conteúdo) */
.modal-body { padding: 3.5rem; display: flex; flex-direction: column; background: #fff; }
.modal-tag { color: var(--cor-laranja); font-weight: 800; font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 0.5rem; }
.modal-body h2 { font-size: 2.6rem; color: var(--cor-principal); margin-bottom: 1rem; line-height: 1.1; font-weight: 900; }
.modal-intro { color: #555; margin-bottom: 2.5rem; font-size: 1.1rem; line-height: 1.6; }

/* Lista de diferenciais */
.feature-item { display: flex; gap: 20px; margin-bottom: 2rem; }
.feature-icon {
    width: 50px; height: 50px; background: #f4f6f8; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--cor-laranja); font-size: 1.4rem; flex-shrink: 0;
    transition: 0.3s;
}
.feature-item:hover .feature-icon { background: var(--cor-laranja); color: #fff; transform: rotate(-10deg); }

.feature-info h4 { color: var(--cor-principal); font-size: 1.1rem; margin-bottom: 5px; font-weight: 700; }
.feature-info p { color: #777; font-size: 0.95rem; line-height: 1.5; }

/* Botão de Fechar */
.close-modal-btn {
    position: absolute; top: 20px; right: 20px; z-index: 10;
    background: #fff; border: none; width: 45px; height: 45px;
    border-radius: 50%; cursor: pointer; color: var(--cor-principal);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: 0.3s;
}
.close-modal-btn:hover { background: #ff4d4d; color: #fff; transform: rotate(90deg); }

/* Ação final */
.btn-modal-action {
    margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 12px;
    background: var(--cor-principal); color: #fff; padding: 18px; border-radius: 12px;
    text-decoration: none; font-weight: bold; transition: 0.3s; text-transform: uppercase; font-size: 0.9rem;
}
.btn-modal-action:hover { background: var(--cor-laranja); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255,145,77,0.3); }

/* Responsividade */
@media (max-width: 850px) {
    .modal-grid { grid-template-columns: 1fr; }
    .modal-visual { height: 220px; }
    .modal-body { padding: 2rem; }
    .modal-body h2 { font-size: 2rem; }
}
/* -----------------------------------------------------------------
   11. RODAPÉ (FOOTER)
----------------------------------------------------------------- */
footer {
    background: linear-gradient(135deg, #1c2f38, #16252c);
    color: var(--cor-branco);
    padding: 4rem 0 1.5rem;
    margin-top: 4rem;
    font-size: 0.9rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.footer-section {
    flex: 1;
    min-width: 220px;
}

.brand-section {
    flex: 1.2;
}

.brand-section img {
    width: 200px;
    margin-bottom: 1rem;
}

.brand-text {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.8;
    max-width: 260px;
}

.footer-title {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--cor-laranja);
    display: block;
    margin-top: 6px;
    border-radius: 2px;
}

.links-section ul {
    list-style: none;
}

.links-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 0.6rem;
    transition: 0.3s;
}

.links-section a:hover {
    color: #fff;
    padding-left: 6px;
}

.contact-item,
.footer-section p:not(.brand-text) {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item i {
    color: var(--cor-laranja);
    font-size: 0.95rem;
}
.social-icons {
    margin-top: 1.5rem;
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--cor-laranja);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .brand-text {
        max-width: 100%;
    }
}
/* -----------------------------------------------------------------
   12. RESPONSIVIDADE (MEDIA QUERIES)
----------------------------------------------------------------- */


@media (max-width: 1024px) {
    .container {
        padding: 0 20px ; 
    }


/* --- MENU MOBILE --- */
nav:not(.nav-exclusiva-mobile) { display: none ; }

.nav-exclusiva-mobile {
    position: fixed ;
    top: 0 ;
    right: -100% ; 
    width: 250px ;
    height: 100vh ;
    background: rgba(28, 47, 56, 0.96);
    backdrop-filter: blur(10px);
    z-index: 99998 ;
    display: block ;
    transition: all 0.4s ease-in-out ;
    box-shadow: -10px 0 30px rgba(0,0,0,0.4);
    padding-top: 80px ;
    visibility: hidden;
    opacity: 0;
}

.nav-exclusiva-mobile.menu-aberto-meteoro {
    right: 0 ;
    visibility: visible ;
    opacity: 1 ;
}

.lista-mobile-exclusiva {
    list-style: none ;
    padding: 0 ;
    margin: 0 ;
    display: flex ;
    flex-direction: column ;
}

.lista-mobile-exclusiva li a {
    color: #fff ;
    padding: 18px 30px ;
    display: block ;
    font-size: 1rem ;
    text-decoration: none ;
    text-transform: uppercase ;

    border-bottom: 1px solid rgba(255,255,255,0.05) ;

    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.lista-mobile-exclusiva li a:hover {
    background: rgba(255,255,255,0.05);
    padding-left: 35px ;
}

.lista-mobile-exclusiva li a.ativo {
    color: var(--cor-laranja) !;
}

.lista-mobile-exclusiva li a.ativo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: var(--cor-laranja);
    border-radius: 2px;
}
.hamburguer-meteoro-btn {
    display: flex ;
    flex-direction: column ;
    justify-content: space-between ;
    width: 30px ;
    height: 20px ;
    background: transparent ;
    border: none ;
    z-index: 99999 ;
    margin-left: 15px ;
    cursor: pointer;
}

.hamburguer-meteoro-btn span {
    width: 100% ;
    height: 3px ;
    background-color: #333 ;
    border-radius: 3px ;
    transition: 0.3s ;
}

.hamburguer-meteoro-btn.ativo-meteoro span {
    background-color: #fff ;
}

.hamburguer-meteoro-btn.ativo-meteoro span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburguer-meteoro-btn.ativo-meteoro span:nth-child(2) {
    opacity: 0;
}

.hamburguer-meteoro-btn.ativo-meteoro span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

    .diferenciais-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .principios-row { grid-template-columns: 1fr 1fr; }
    .p-card-modern:nth-child(2) { border-right: none; }
}

@media (max-width: 900px) {
    .about-grid, .contact-grid, .services-highlight-grid { 
        grid-template-columns: 1fr; 
        gap: 3rem;
    }

    .about-collage { height: 350px; margin-bottom: 2rem; }
    .service-row, .service-row.reverse { 
        flex-direction: column ; 
        text-align: center; 
        gap: 2rem;
    }

    .service-image { width: 100%; max-width: 100%; }
    .service-list { display: inline-block; text-align: left; }
    
    .footer-content { grid-template-columns: 1fr 1fr; }
    .sobre-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }

    .home-hero h1, .sobre-hero h1, .page-header-produtos h1, .section-title { 
        font-size: 2.2rem ; 
    }
}

@media (max-width: 600px) {
    .diferenciais-grid, .principios-row, .sobre-stats-grid, .footer-content { 
        grid-template-columns: 1fr ; 
    }

    .header-actions { gap: 0.8rem; }
    .phone-link span { display: none; } /* Só o ícone do tel no mobile pequeno */
    
    .btn-cta { padding: 0.6rem 0.8rem; font-size: 0.75rem; }
    .logo img { width: 150px; }

    .video-box { height: 300px; clip-path: none; border-radius: 10px; }
    .play-button-clean { width: 70px; height: 70px; }

    .valor-card { padding: 2rem 1.5rem; }
    .experience-badge { flex-direction: column; text-align: center; }
}


@media (max-width: 480px) {
    .section-produtos, .sobre-section, .contact-split-section {
        padding: 3rem 0;
    }
    .btn-slider, .btn-primary_hero { width: 100%; text-align: center; }
}