:root {
    --verde-escuro: #0a3d1d; 
    --verde-claro: #74c38d;  
    --branco: #ffffff;
    /* Alterado para ser mais transparente */
    --preto-transparente: rgba(0, 0, 0, 0.45); 
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background-color: var(--verde-escuro);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* --- HEADER --- */
header {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%; 
    z-index: 1000;
    transition: all 0.4s ease;
    border-radius: 50px;
    padding: 12px 0;
}

header.scrolled {
    background-color: var(--branco);
    top: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.header-grid {
    display: flex; /* Flexbox é mais simples para 2 elementos */
    justify-content: space-between; /* Empurra um para cada lado */
    align-items: center;
    width: 100%;
}


/* 1. LADO ESQUERDO: Logo sempre no canto */
.logo-container {
    justify-self: start; 
}

.menu-toggle {
    display: none; /* Fica escondido no PC */
    color: var(--branco);
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 1001;
}

/* Quando o header ficar branco no scroll, o ícone deve ficar escuro */
header.scrolled .menu-toggle {
    color: var(--verde-escuro);
}

/* --- LOGO / GIF --- */
.logo-video-placeholder {
    width: 140px; /* Aumentado de 110px */
    height: 60px; /* Aumentado de 45px */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.logo-video-placeholder img {
    height: 100%; /* Ajusta a altura do GIF ao container */
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-right: 40px; /* AFASTAMENTO DA BORDA DIREITA (A logo não mexe) */
}

.nav-menu li a {
    text-decoration: none;
    color: var(--branco);
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    padding: 10px 0;
    transition: all 0.3s ease;
    /* Sombra para destacar o texto branco sobre a foto */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8); 
}

/* Remove a sombra quando o menu ficar branco ao rolar */
header.scrolled .nav-menu li a {
    color: var(--verde-escuro);
    text-shadow: none;
}

/* --- O TRAÇO ABAIXO (DE VOLTA) --- */
.nav-menu li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--verde-claro);
    transition: width 0.3s ease;
}

.nav-menu li a:hover::after {
    width: 100%;
}

/* --- DROPDOWN --- */
.dropdown { position: relative; }
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 15px;
    min-width: 220px;
}
.dropdown-inner {
    background-color: var(--branco);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
}
.dropdown:hover .dropdown-content { display: block; }
/* --- DROPDOWN CENTRALIZADO --- */
/* --- DROPDOWN (Sem Sombra e Centralizado) --- */
.dropdown-inner a {
    color: var(--verde-escuro) !important;
    padding: 14px 20px;
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    /* REMOVE A SOMBRA APENAS AQUI */
    text-shadow: none !important; 
}

.dropdown-inner a:hover {
    background-color: #f8f8f8;
    color: var(--verde-claro) !important;
}

/* --- HERO --- */
.hero {
    height: 100vh;
    display: flex;
    align-items: flex-end; 
    padding-bottom: 160px;
    
    /* 1. Transição mais longa (1.5s) para ser bem suave */
    transition: background 1.5s ease-in-out; 
    
    /* Mantendo seu fundo original */
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%),
                url('backgroundrauber.webp') no-repeat center center/cover;
}

.hero-content {
    display: flex;
    justify-content: space-between; /* Força a separação Esquerda/Direita */
    width: 100%;
    align-items: center;
}

.hero-text-block {
    background: var(--preto-transparente);
    padding: 40px;
    border-radius: 25px;
    max-width: 480px;
    color: var(--branco);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* Suporte para Safari */
    text-align: left;
    
    /* Conecta com o Keyframe que você já criou */
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.2s;
}

.hero-text-block p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px; /* Aumentado para baixar o botão */
    text-align: left;    /* Removido o justificar */
}

.hero-text-block h1 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    color: var(--verde-claro);
    font-weight: 800;
}

/* --- INDICADORES DO SLIDER (REVISADO) --- */
.hero-indicators {
    position: absolute;
    bottom: 30px; /* Mantém a posição de sobreposição */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10; /* Garante que fique acima da seção branca */
}

.dot {
    width: 35px;
    height: 4px;
    /* --- ALTERADO AQUI PARA CONTRRASTE COM O BRANCO --- */
    /* Mudei de rgba(255, 255, 255, 0.3) para um cinza escuro transparente */
    background: rgba(0, 0, 0, 0.4) !important; 
    
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.4s ease;
}

/* Quando o traço está ativo ou o mouse passa por cima (MANTIDO) */
.dot.active, .dot:hover {
    /* Mantemos o verde claro vibrante que você gosta */
    background: var(--verde-claro) !important;
    width: 55px;
}

/* --- BOTÃO CTA (SUBIDA SEM BRILHO) --- */
.cta-button {
    background-color: var(--verde-claro);
    color: var(--verde-escuro);
    padding: 14px 30px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    transition: transform 0.3s ease; /* Apenas movimento */
}

.cta-button:hover {
    transform: translateY(-10px); /* Apenas sobe */
}

/* --- STATS DIREITA (Atualizado com Ícones) --- */
.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-item {
    background: var(--preto-transparente);
    padding: 18px 30px; /* Ajuste leve para equilibrar o ícone */
    border-radius: 15px;
    color: var(--branco);
    border-right: 6px solid var(--verde-claro);
    backdrop-filter: blur(12px);
    
    /* ALINHAMENTO */
    display: flex;
    align-items: center;
    gap: 15px; /* Espaço entre ícone e texto */

    /* ANIMAÇÃO (Mantida) */
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

/* ESTILO DOS ÍCONES */
.stat-item i {
    font-size: 1.5rem;
    color: var(--verde-claro);
    min-width: 30px; /* Garante que os textos fiquem alinhados verticalmente */
    text-align: center;
}

/* DELAYS DAS ANIMAÇÕES (Mantidos) */
.stat-item:nth-child(1) { animation-delay: 0.5s; }
.stat-item:nth-child(2) { animation-delay: 0.8s; }
.stat-item:nth-child(3) { animation-delay: 1.1s; }

.stat-item span {
    font-size: 1rem; /* Reduzi um pouco para não quebrar linha no mobile */
    font-weight: 800;
}


/* 1. Regras Gerais (Tablet e Celular) */
@media (max-width: 992px) {
    .menu-toggle {
        display: block; 
        margin-right: 25px !important;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 95%; 
        background: var(--preto-transparente);
        backdrop-filter: blur(25px);
        padding: 30px 20px;
        border-radius: 20px;
        gap: 15px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.1);
        max-height: 80vh;
        overflow-y: auto;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li a {
        font-size: 1.1rem;
    }

    .dropdown-content {
        position: static;
        padding-top: 5px;
    }
    
    .dropdown-inner {
        background: rgba(255, 255, 255, 0.05);
        padding: 8px;
        border-radius: 12px;
    }
    
    .dropdown-inner a {
        color: var(--branco) !important; 
        font-size: 0.9rem !important;
        white-space: normal;
        padding: 10px !important;
        text-shadow: none !important;
    }
}

/* 2. Ajuste Fino: Celular na Vertical (Portrait - Simetria e Botão Centralizado) */
@media (max-width: 768px) and (orientation: portrait) {
    header {
        width: 90% !important;
        top: 10px !important;
    }

    .hero {
        height: 100dvh;
        display: flex !important;
        align-items: flex-end !important;
        padding-bottom: 150px !important; 
    }

    .hero-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .hero-text-block {
        width: 85% !important;
        max-width: 290px !important;
        padding: 15px !important;
        background: rgba(0, 0, 0, 0.55) !important;
        border-radius: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .hero-text-block h1 {
        font-size: 1.05rem !important;
        margin-bottom: 8px !important;
    }

    .hero-text-block p.mobile-hide-text {
        display: block !important; 
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    /* 🎯 BOTÃO CENTRALIZADO */
    .hero-text-block .cta-button {
        width: 100% !important;
        padding: 12px 0 !important;
        font-size: 0.85rem !important;
        text-align: center !important; /* Centraliza o texto */
        display: flex !important;
        justify-content: center !important; /* Garante centralização se usar flex */
        align-items: center !important;
    }

    .hero-stats {
        width: 85% !important;
        max-width: 290px !important;
        gap: 6px !important;
    }

    .stat-item { 
        padding: 8px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .stat-item span { font-size: 0.7rem !important; }

    .hero-indicators { bottom: 85px !important; }
}

/* 3. Ajustes para Mobile na Horizontal (Landscape - Com Ícones de Volta) */
@media (max-width: 992px) and (orientation: landscape) {
    .about-section {
        margin-top: -30px !important; 
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    .hero {
        height: 100dvh;
        padding-top: 60px !important;
        padding-bottom: 40px !important;
        align-items: center !important;
    }

    .hero-content {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0 5% !important;
        gap: 20px !important;
    }

    .hero-text-block {
        width: 50% !important;
        max-width: 380px !important;
        text-align: left !important;
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .hero-text-block h1 {
        font-size: 0.95rem !important;
        margin-bottom: 5px !important;
    }

    .hero-text-block p.mobile-hide-text {
        display: block !important;
        font-size: 0.65rem !important;
        margin-bottom: 10px !important;
    }

    /* BOTÃO NO LANDSCAPE */
    .hero-text-block .cta-button {
        width: 100% !important;
        padding: 10px 0 !important;
        font-size: 0.75rem !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .hero-stats {
        width: 42% !important;
        gap: 5px !important;
    }

    .stat-item {
        width: 100% !important;
        padding: 6px 10px !important;
        display: flex !important;
        flex-direction: row !important; /* Ícone ao lado do texto */
        align-items: center !important;
        gap: 10px !important;
        justify-content: flex-start !important;
    }

    /* 🎯 ÍCONES DE VOLTA NO MODO DEITADO */
    .stat-item i { 
        display: block !important; 
        font-size: 0.85rem !important;
        min-width: 20px;
        color: var(--verde-claro);
    }

    .stat-item span { font-size: 0.65rem !important; text-align: left !important; }

    .hero-indicators { bottom: 40px !important; }
}

/* --- ANIMAÇÕES --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px); 
    }
    to {
        opacity: 1;
        transform: translateY(0);    
    }
}

/* --- SEÇÃO SOBRE NÓS (RETRANCA ARRUMADA) --- */
.about-section {
    padding: 100px 0;
    background-color: #ffffff !important;
    
    /* 1. ARREDONDAMENTO DAS QUINAS SUPERIORES */
    border-top-left-radius: 80px; 
    border-top-right-radius: 80px;

    /* 2. FAZ A SEÇÃO SUBIR E SOBREPOR O HERO */
    margin-top: -80px; 
    
    /* 3. GARANTE QUE ELA FIQUE POR CIMA DA IMAGEM */
    position: relative;
    z-index: 5; 
    
    /* Opcional: Uma sombra leve para dar profundidade */
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.1); 
}

.about-grid {
    display: flex; /* Flexbox é mais seguro para alinhar texto e imagem */
    align-items: center;
    gap: 50px;
}

.about-content {
    flex: 1;
}

/* --- TEXTOS --- */
.about-subtitle {
    color: var(--verde-claro);
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 2.2rem;
    color: var(--preto);
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* --- BOTÃO (FORÇADO PARA APARECER) --- */
.about-cta {
    display: inline-block !important;
    padding: 15px 35px !important;
    background-color: #000000 !important; /* Fundo preto sólido */
    color: #ffffff !important; /* Texto branco puro */
    text-decoration: none !important;
    border-radius: 50px;
    font-weight: 700;
    border: 2px solid #000000;
    transition: 0.3s;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative; /* Necessário para o brilho ficar dentro do botão */
    overflow: hidden;    /* Corta o brilho quando ele sai das bordas */
}

/* O Feixe de Brilho */
.about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: all 0.6s;
    animation: brilhoPassando 3s infinite; /* Passa o brilho a cada 3 segundos */
}

@keyframes brilhoPassando {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

.about-cta:hover {
    background-color: var(--verde-claro) !important;
    color: #000 !important;
    border-color: var(--verde-claro);
}

/* --- IMAGEM (TRAVADA PARA NÃO CRESCER) --- */
.about-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.about-image img {
    width: 100% !important;
    max-width: 400px !important; /* AQUI TRAVA O TAMANHO GIGANTE */
    height: auto;
    display: block;
    background: transparent !important;
}

/* --- RESPONSIVIDADE MOBILE (Sobre Nós) --- */
@media (max-width: 768px) {
    .about-section {
        /* Aumentei o segundo valor (30px) para criar a borda branca nas laterais */
        padding: 60px 30px !important;
        border-top-left-radius: 40px; /* Curva menor no celular */
        border-top-right-radius: 40px;
        margin-top: -40px; /* Sobe menos no celular */
    }

    .about-grid {
        flex-direction: column; /* Empilha os itens */
        gap: 30px;
    }

    .about-content {
        text-align: left !important; /* Título e Botão na Esquerda */
        order: 1; /* Texto Primeiro */
    }

    .about-subtitle {
        font-size: 0.75rem !important; 
        margin-bottom: 8px;
    }

    .about-content h2 {
        font-size: 1.1rem !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .about-content p {
        text-align: justify !important; /* Parágrafo Justificado */
        font-size: 0.95rem !important;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .about-cta {
        display: inline-block; 
        width: fit-content;
        padding: 12px 30px !important; /* Botão um pouco mais compacto no mobile */
    }

    .about-image {
        order: 2; /* Imagem por Último */
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-image img {
        max-width: 250px !important;
        height: auto;
        margin-top: 20px;
    }
}

/* ==========================================================================
   FUNCIONALIDADES DE NAVEGAÇÃO E CONTATO (SCROLL & WHATSAPP)
   ========================================================================== */

/* 1. SCROLL SUAVE GLOBAL */
html {
    scroll-behavior: smooth;
}

/* 2. EVITAR QUE O HEADER CUBRA O TÍTULO DAS SEÇÕES */
section {
    scroll-margin-top: 100px; 
}

/* 3. SETA VOLTAR AO TOPO (CANTO DIREITO) */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--verde-claro);
    color: var(--verde-escuro);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    z-index: 2000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: var(--branco);
    transform: scale(1.1);
}

/* 4. BOTÃO WHATSAPP (CANTO ESQUERDO) */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 2000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

/* Efeito de pulso discreto */
.whatsapp-float::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: pulseWhats 2s infinite;
}

@keyframes pulseWhats {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
    .back-to-top { bottom: 20px; right: 20px; width: 40px; height: 40px; }
    .whatsapp-float { bottom: 20px; left: 20px; width: 50px; height: 50px; font-size: 1.8rem; }
}

/* --- SEÇÃO SOLUÇÕES --- */
.solutions-section {
    padding: 100px 0;
    background-color: #f9f9f9;
    width: 100%;
    overflow: hidden;
}

/* Força o alinhamento vertical do container */
.column-container {
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
}

/* --- CABEÇALHO DA SEÇÃO (AJUSTADO) --- */
.solutions-header {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 50px !important;
}

/* 1. TEXTO VERDE (Aumentado e com mais peso) */
.solutions-header .about-subtitle {
    font-size: 1.1rem !important; 
    font-weight: 800;
    color: var(--verde-claro);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* 2. TÍTULO PRETO (Diminuído para elegância) */
.solutions-header h2 {
    margin: 0 auto !important; /* Garante que o título não fuja */
    max-width: 800px !important;
}

/* 3. DESCRIÇÃO (Minimizada ao máximo) */
.solutions-header p {
    font-size: 0.8rem !important; 
    color: #999;
    opacity: 0.7;
    margin-top: 0;
}

/* --- GRADE DE CARDS (Desktop 3x3) --- */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
}

.solution-card {
    background-color: var(--branco);
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-card i {
    font-size: 2.5rem;
    color: var(--verde-claro);
    margin-bottom: 20px;
    transition: 0.3s;
}

.solution-card h3 {
    font-size: 1.3rem;
    color: var(--verde-escuro);
    margin-bottom: 15px;
    font-weight: 700;
}

.solution-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* --- HOVER ESTILO TYTO STUDIO --- */
.solution-card:hover {
    background-color: var(--verde-claro);
    transform: translateY(-10px);
}

.solution-card:hover h3, 
.solution-card:hover i, 
.solution-card:hover p {
    color: var(--verde-escuro) !important;
}

/* Efeito de Brilho Passing */
.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.6s;
}

.solution-card:hover::before {
    animation: brilhoPassando 1.5s infinite;
}

/* --- RESPONSIVIDADE (Ajuste Fino Mobile 2x2) --- */
@media (max-width: 992px) {
    .solutions-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .solutions-section {
        padding: 60px 15px;
    }

    /* Cabeçalho compacto no mobile */
    .solutions-header .about-subtitle {
        font-size: 0.9rem !important;
    }

    .solutions-header h2 {
        font-size: 1.25rem !important;
        padding: 0 15px;
        margin-bottom: 8px !important; /* Aproxima do texto de baixo */
    }

    .solutions-header p {
        font-size: 0.75rem !important;
        /* REDUZIDO: de 35px para 10px para os cards subirem */
        margin-bottom: 10px !important; 
    }

    /* Grid 2 colunas */
    .solutions-grid {
        grid-template-columns: 1fr 1fr; 
        gap: 12px;
    }

    .solution-card {
        padding: 25px 12px;
        border-radius: 20px;
    }

    .solution-card i {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .solution-card h3 {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .solution-card p {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* --- SEÇÃO PRODUTOS (VITRINE 4 COLUNAS COM FUNDO INDUSTRIAL) --- */
.products-section {
    padding: 100px 0;
    
    /* 🎨 MUDANÇA AQUI: Mantemos o seu verde, mas adicionamos a imagem com o blend */
    background-color: var(--verde-escuro);
    background-image: linear-gradient(rgba(0, 51, 36, 0.9), rgba(0, 51, 36, 0.9)), 
                      url('produtosepis.webp');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply; /* Mistura a imagem com o seu verde-escuro */
    
    /* Mantendo suas bordas e encaixe originais */
    border-top-left-radius: 80px; 
    border-top-right-radius: 80px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    
    /* Adicionado para a imagem respeitar o arredondamento das bordas */
    overflow: hidden; 
}

.products-header {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.products-header h2 {
    color: var(--branco);
}

.products-header p {
    color: rgba(255, 255, 255, 0.8);
}

/* 🔄 GRID: 4 colunas Desktop */
.products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px;
    width: 100%;
    max-width: 1200px; /* Garante que não estique infinitamente */
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.product-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px); /* Leve efeito de vidro sobre o fundo novo */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    background: var(--branco);
    transform: translateY(-10px);
}

.product-item:hover h3, .product-item:hover p {
    color: var(--verde-escuro);
}

.product-img-box {
    width: 100%;
    height: 160px;
    background: #f4f4f4;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-details h3 {
    color: var(--verde-claro);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.product-details p {
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0;
}

.products-cta-wrapper {
    text-align: center;
    width: 100%;
}

/* ==========================================================================
   AJUSTE MOBILE (BLINDAGEM TOTAL)
   ========================================================================== */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .products-section {
        padding: 60px 30px !important; 
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        margin-top: -40px;
    }

    .products-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .product-img-box {
        height: 180px;
    }
}

/* --- RODAPÉ PRINCIPAL (BRANCO COM CURVA) --- */
.main-footer {
    background-color: var(--branco);
    padding: 120px 0 0 0 !important; 
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    margin-top: -80px !important; /* Conecta com a seção verde anterior */
    position: relative;
    z-index: 30; /* Garante que fique acima da seção de parceiros */
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr; /* 3 colunas balanceadas */
    gap: 60px;
    padding-bottom: 60px;
}

/* --- COLUNA BRAND (LOGO E DESCRIÇÃO) --- */
.brand-col .footer-logo-placeholder {
    margin-bottom: 25px;
}

.brand-col .footer-logo-placeholder img {
    max-height: 60px;
    width: auto;
}

.brand-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.brand-description strong {
    color: var(--verde-escuro);
    font-weight: 800;
}

/* Redes Sociais */
.social-links a {
    color: var(--verde-escuro);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.social-links a:hover { 
    color: var(--verde-claro); 
    transform: translateX(5px);
}

/* --- COLUNA CONTATOS E ÍCONES --- */
.footer-col h3 {
    color: var(--verde-escuro);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

/* Linha de detalhe abaixo do título */
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--verde-claro);
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.4;
}

.contact-list li i {
    color: var(--verde-claro); /* Ícones na cor de destaque da Rauber */
    font-size: 1.1rem;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

/* --- COLUNA MAPA --- */
.map-container {
    border-radius: 20px; /* Bordas arredondadas conforme solicitado */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    line-height: 0; /* Remove espaços fantasmas abaixo do iframe */
}

/* --- RODAPÉ FINAL (COPYRIGHT) --- */
.footer-bottom {
    background-color: #f9f9f9;
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #777;
}

.dev-credit a {
    color: var(--verde-escuro);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

.dev-credit a:hover { 
    color: var(--verde-claro); 
}

/* --- RODAPÉ PRINCIPAL (BRANCO COM CURVA) --- */
.main-footer {
    background-color: var(--branco);
    padding: 120px 0 0 0 !important; 
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    margin-top: -80px !important; /* Conecta com a seção verde anterior */
    position: relative;
    z-index: 30; /* Garante que fique acima da seção de parceiros */
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr; /* 3 colunas balanceadas */
    gap: 60px;
    padding-bottom: 60px;
}

/* --- COLUNA BRAND (LOGO E DESCRIÇÃO) --- */
.brand-col .footer-logo-placeholder {
    margin-bottom: 25px;
}

.brand-col .footer-logo-placeholder img {
    max-height: 60px;
    width: auto;
}

.brand-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.brand-description strong {
    color: var(--verde-escuro);
    font-weight: 800;
}

/* Redes Sociais */
.social-links a {
    color: var(--verde-escuro);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.social-links a:hover { 
    color: var(--verde-claro); 
    transform: translateX(5px);
}

/* --- COLUNA CONTATOS E ÍCONES --- */
.footer-col h3 {
    color: var(--verde-escuro);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

/* Linha de detalhe abaixo do título */
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--verde-claro);
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.4;
}

.contact-list li i {
    color: var(--verde-claro); /* Ícones na cor de destaque da Rauber */
    font-size: 1.1rem;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

/* --- COLUNA MAPA --- */
.map-container {
    border-radius: 20px; /* Bordas arredondadas conforme solicitado */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    line-height: 0; /* Remove espaços fantasmas abaixo do iframe */
}

/* --- RODAPÉ FINAL (COPYRIGHT) --- */
.footer-bottom {
    background-color: #f9f9f9;
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #777;
}

.dev-credit a {
    color: var(--verde-escuro);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

.dev-credit a:hover { 
    color: var(--verde-claro); 
}

/* --- RESPONSIVIDADE MOBILE (BLINDADA) --- */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr; /* Empilha as colunas */
        gap: 50px;
        text-align: center;
    }

    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-list li {
        justify-content: center;
        text-align: center;
    }

    .bottom-flex {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .main-footer {
        padding-top: 80px !important;
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
        margin-top: -40px !important;
    }

    .brand-col .footer-logo-placeholder {
        display: flex;
        justify-content: center;
    }
}

/* --- ESTILO PÁGINA SOBRE (VERSÃO ELITE CORRIGIDA) --- */

/* 1️⃣ BANNER HERO (EMPILHADO E COM IMAGEM) */
.about-hero-simple {
    /* Overlay verde para garantir leitura sobre qualquer foto */
    background: linear-gradient(rgba(1, 46, 21, 0.85), rgba(1, 46, 21, 0.85)), 
                url('backgroundrauber2.webp') no-repeat center center/cover !important;
    padding: 180px 0 140px !important;
    color: var(--branco) !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Força o empilhamento vertical do título e descrição */
.about-hero-simple .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 15px !important;
}

.about-hero-simple h1 { 
    font-size: 3.5rem !important; 
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.1 !important;
}

.about-hero-simple p {
    font-size: 1.2rem !important;
    max-width: 600px !important;
    opacity: 0.9 !important;
}

/* 2️⃣ HISTÓRIA (SOBREPOSIÇÃO BRANCA) */
.about-history {
    background-color: var(--branco);
    padding: 120px 0;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 5;
}

.history-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }

.history-content p { 
    color: #555 !important; 
    font-family: inherit !important;
    line-height: 1.7; 
    margin-bottom: 20px; 
    text-align: justify; 
}

.history-image-container img { 
    width: 100%; 
    border-radius: 40px; 
    box-shadow: none !important; /* Sombra removida conforme solicitado */
}

/* 3️⃣ MVV (ANIMAÇÃO DAS SOLUÇÕES) */
.about-mvv {
    background-color: #f4f4f4;
    padding: 140px 0 100px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 4;
}

.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.mvv-card {
    background: var(--branco);
    padding: 45px 35px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.5s ease !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Efeito de Brilho (Mesmo das Soluções) */
.mvv-card::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s;
}

/* Hover: Sobe e troca para verde suave */
.mvv-card:hover {
    transform: translateY(-15px) !important;
    background-color: var(--verde-escuro) !important;
}

.mvv-card:hover::before { animation: brilhoPassando 1.5s infinite; }

.mvv-card i { font-size: 2.8rem; color: var(--verde-claro); margin-bottom: 25px; transition: 0.3s; }
.mvv-card h3 { color: var(--verde-escuro); margin-bottom: 15px; transition: 0.3s; }
.mvv-card p, .mvv-card li { color: #555; transition: 0.3s; font-size: 0.95rem; }

/* Texto branco no hover */
.mvv-card:hover h3, .mvv-card:hover p, .mvv-card:hover li { color: var(--branco) !important; }
.mvv-card:hover i { color: var(--branco) !important; }

.mvv-card ul { list-style: none; padding: 0; }
.mvv-card li { margin-bottom: 8px; font-weight: 500; }

/* 4️⃣ DIFERENCIAIS (BORDAS E TAGS) */
.about-differentials {
    background-color: var(--branco);
    padding: 140px 0 80px;
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.diff-items-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 40px; }

.diff-tag { 
    background: var(--verde-escuro); 
    color: var(--branco); 
    padding: 16px 32px; 
    border-radius: 50px; 
    font-weight: 700;
    display: flex; align-items: center; gap: 12px;
    transition: 0.3s;
}

.diff-tag:hover { transform: scale(1.05); background-color: var(--verde-claro); color: var(--verde-escuro); }


/* --- RESPONSIVIDADE MOBILE (AJUSTE FINO SOBRE) --- */
@media (max-width: 992px) {

    /* 1. DESGRUDA O TEXTO: Respiro lateral de 30px APENAS nas seções de conteúdo */
    /* Ao usar 'section .container', o Header e o Footer são ignorados */
    .about-page section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 100% !important;
    }

    /* 2. Mantém o padrão original para as curvas e margens */
    .about-history, .about-mvv, .about-differentials, .about-cta-final {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
        margin-top: -40px !important;
    }
    
    .about-hero-simple { 
        border-bottom-left-radius: 40px !important; 
        border-bottom-right-radius: 40px !important; 
        padding: 140px 0 100px !important; 
    }
    
    /* 3. RODAPÉ: Mantido os seus 35px originais conforme solicitado */
    .main-footer .container { 
        padding: 0 35px !important; 
    }
    
    /* 4. Ajustes de Fonte e Alinhamento */
    .about-hero-simple h1 { font-size: 2.2rem !important; }
    .history-grid, .mvv-grid { grid-template-columns: 1fr !important; gap: 40px; }
    
    .brand-description, .history-content p { 
        text-align: justify !important; 
    }
}

/* --- PÁGINA DE SOLUÇÕES --- */

.solutions-page { background-color: #ffffff !important; }

/* 1. Hero Centralizado */
.solutions-hero {
    background: linear-gradient(rgba(1, 46, 21, 0.9), rgba(1, 46, 21, 0.9)), 
                url('backgroundrauber1.webp') no-repeat center center/cover !important;
    padding: 180px 0 140px !important;
    color: #fff !important;
    text-align: left !important;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.solutions-hero .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* Alinha o h1 e o p na esquerda */
    text-align: left !important;
}

.solutions-hero h1 {
    font-size: 3.5rem !important; /* Tamanho igual ao da página Sobre */
    max-width: 800px;
    margin-bottom: 15px;
}

.solutions-hero p {
    font-size: 1.2rem !important; /* Tamanho igual ao da página Sobre */
    max-width: 600px;
}

/* 2. Barra de Ícones com Tooltip (Nome ao passar o mouse) */
.solutions-nav-bar {
    margin-top: -50px;
    position: relative;
    z-index: 100;
}

.nav-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-icon-item {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #0a3d1d;
    font-size: 1.8rem;
    transition: 0.4s ease;
    position: relative;
}

/* Efeito Tooltip: Aparece o nome no hover */
.nav-icon-item::after {
    content: attr(data-name);
    position: absolute;
    bottom: -35px;
    background: #0a3d1d;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.8rem;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    white-space: nowrap;
}

.nav-icon-item:hover {
    background: #74c38d;
    color: #fff;
    transform: translateY(-5px);
}

.nav-icon-item:hover::after {
    opacity: 1;
    bottom: -45px;
}

/* ==========================================================================
   RESPONSIVIDADE: HERO E BARRA DE ÍCONES (SOLUÇÕES)
   ========================================================================== */

@media (max-width: 992px) {
    
    /* 1. Ajuste do Hero: Menos espaço para não empurrar tudo para baixo */
    .solutions-hero {
        padding: 120px 20px 100px !important;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .solutions-hero h1 {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }

    /* 2. Barra de Navegação: O segredo do espaçamento */
    .solutions-nav-bar {
        margin-top: -40px; /* Sobe um pouco menos que no desktop */
        padding-bottom: 100px !important; /* Espaço para os nomes da última fileira */
    }

    .nav-flex {
        /* GAP: 70px (espaço entre fileiras) | 15px (espaço entre ícones) */
        gap: 70px 15px !important; 
        justify-content: center !important;
        align-items: flex-start !important;
    }

    /* 3. Ajuste do Ícone (Círculo) */
    .nav-icon-item {
        width: 65px !important;
        height: 65px !important;
        font-size: 1.4rem !important;
        flex: 0 0 auto;
    }

    /* 4. Fixando os Nomes (Substitui o Hover do Desktop) */
    .nav-icon-item::after {
        content: attr(data-name) !important;
        opacity: 1 !important;            /* Nomes sempre visíveis no mobile */
        position: absolute !important;
        /* Trava o nome 75px abaixo do topo do ícone */
        top: 75px !important; 
        left: 50% !important;
        transform: translateX(-50%) !important;
        
        /* Estilo Clean Tyto */
        background: transparent !important; /* Remove o fundo escuro do tooltip */
        color: #0a3d1d !important;        /* Texto verde escuro */
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        width: 100px !important;           /* Largura para o texto não espremer */
        text-align: center !important;
        white-space: normal !important;    /* Permite quebrar linha (ex: Medicina Ocupacional) */
        line-height: 1.1 !important;
        pointer-events: none;
    }

    /* Remove a animação de subida no mobile para evitar saltos estranhos */
    .nav-icon-item:hover {
        transform: none !important;
    }

    /* --- ADICIONE EXATAMENTE AQUI DENTRO DO SEU @MEDIA DE 992PX --- */

    /* 1. Remove o "muro" de 30px apenas do cabeçalho para eles irem para os cantos */
    .solutions-page header .container {
        padding-left: 10px !important;  /* Diminuímos de 30px para 10px */
        padding-right: 10px !important; /* Agora eles "fogem" para as pontas */
        max-width: 100% !important;     /* Libera a largura total da pílula */
    }

    /* 2. Garante que a logo e o hambúrguer fiquem um em cada lado */
    .header-grid {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
}

/* ==========================================================================
   SEÇÕES DE SOLUÇÕES (HORIZONTAL CLEAN - TYTO ELITE)
   ========================================================================== */

/* 1. Base da Seção e Curvas */
.solution-detail-section {
    padding: 120px 0;
    margin-top: -60px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    background-color: #ffffff !important;
    overflow: hidden;
}

.white-bg { background-color: #ffffff !important; z-index: 10; }
.gray-bg { background-color: #f9f9f9 !important; z-index: 20; }

/* 2. Grid Desktop */
.detail-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: center;
}

/* Lógica de Inversão Desktop */
.detail-grid.reverse {
    grid-template-columns: 1.2fr 0.8fr;
}

.detail-grid.reverse .detail-icon-box {
    order: 2; /* Joga o ícone para a direita */
}

/* 3. Estilo dos Ícones e Texto */
.detail-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-icon-box i {
    font-size: 5rem;
    color: #74c38d;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.detail-text h2 {
    font-size: 1.6rem !important; 
    color: #0a3d1d;
    font-weight: 800;
    margin: 10px 0 20px;
}

.detail-text p {
    font-size: 0.9rem !important;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.detail-list-clean {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.detail-list-clean li {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0a3d1d;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ==========================================================================
   RESPONSIVIDADE MOBILE (BLINDAGEM TOTAL)
   ========================================================================== */

@media (max-width: 992px) {
    /* Impede vazamentos laterais */
    .solutions-page { overflow-x: hidden !important; }
    
    .solutions-page .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* 1. FIX DOS ÍCONES DE NAVEGAÇÃO (BARRA SUPERIOR) */
    .nav-flex {
        align-items: flex-start !important; /* Alinha todos os círculos pelo topo */
    }

    .nav-icon-item::after {
        opacity: 1 !important;
        position: absolute !important;
        bottom: -40px !important; /* Espaço para o nome não cortar */
        font-size: 0.7rem !important;
        color: #0a3d1d !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* 2. FIX DAS SEÇÕES DE DETALHE (ÍCONE SEMPRE NO TOPO) */
    .detail-grid, .detail-grid.reverse {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 30px;
    }

    /* FORÇA O ÍCONE A SER O PRIMEIRO, MESMO NAS SEÇÕES REVERSE */
    .detail-icon-box {
        order: -1 !important; /* Move o ícone para antes do texto no fluxo */
    }

    .detail-text {
        order: 1 !important;
    }

    .detail-icon-box i { font-size: 3.5rem; }

    /* 3. Ajuste de Listas e Texto */
    .detail-list-clean { 
        grid-template-columns: 1fr !important; 
        max-width: 100% !important;
        text-align: left;
    }

    .solution-detail-section {
        border-radius: 40px !important;
        margin-top: -40px !important;
        padding: 80px 0 60px !important;
    }
}

/* ==========================================================================
   CTA FINAL COMPACTA (PADRÃO TYTO ELITE)
   ========================================================================== */

.solution-cta-final {
    padding: 80px 0 60px; /* Reduzido de 140px para ser mais direto */
    margin-top: -60px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 70; /* Mantém a sobreposição sobre a seção de EPI's */
    text-align: center;
    background-color: #ffffff !important;
}

.cta-wrapper {
    max-width: 600px !important; /* Estreitado para focar o olhar */
    margin: 0 auto;
}

.solution-cta-final h2 {
    font-size: 1.8rem !important; /* Reduzido para não gritar na tela */
    color: #0a3d1d;
    font-weight: 800;
    margin: 10px 0 15px;
    line-height: 1.2;
}

.solution-cta-final p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 30px;
}

/* O BOTÃO PADRÃO RAUBER/TYTO */
.btn-cta-tyto {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #74c38d;
    color: #0a3d1d !important;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(116, 195, 141, 0.3);
}

.btn-cta-tyto:hover {
    transform: translateY(-3px);
    background-color: #0a3d1d;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* --- AJUSTE MOBILE CTA (ULTRA COMPACTO) --- */
@media (max-width: 992px) {
    .solution-cta-final {
        border-radius: 40px !important;
        margin-top: -40px !important;
        padding: 70px 25px 50px !important; /* Espaço bem menor no celular */
    }

    .solution-cta-final .about-subtitle {
        font-size: 0.65rem !important; /* Subtítulo minúsculo */
    }

    .solution-cta-final h2 {
        font-size: 1.15rem !important; /* Texto reduzido conforme solicitado */
        margin-bottom: 10px;
    }

    .solution-cta-final p {
        font-size: 0.75rem !important; /* Texto de apoio bem pequeno */
        margin-bottom: 25px;
    }

    .btn-cta-tyto {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   1. RESET GLOBAL DE COR (PÁGINA SOLUÇÕES)
   ========================================================================== */
body.solutions-page {
    background-color: #ffffff !important; /* Mata o verde de fundo */
}

/* --- HEADER SEMPRE NO TOPO --- */
#main-header {
    position: fixed !important;
    width: 85% !important;       /* Restaura a largura de 85% para não encostar nos cantos */
    top: 25px !important;        /* Dá o respiro no topo */
    left: 50% !important;        /* Centraliza a barra */
    transform: translateX(-50%) !important; 
    z-index: 99999 !important;
    background-color: transparent;
    transition: 0.3s ease;
    border-radius: 50px;         /* Devolve o arredondamento das pontas */
}

#main-header.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

#main-header.scrolled .nav-menu a {
    color: #0a3d1d !important;
}


/* ==========================================================================
   2. SEÇÕES DE SOLUÇÕES (HORIZONTAL CLEAN)
   ========================================================================== */
.solution-detail-section {
    padding: 100px 0;
    margin-top: -60px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 10;
    background-color: #ffffff !important;
}

.white-bg { background-color: #ffffff !important; z-index: 10; }
.gray-bg { background-color: #f9f9f9 !important; z-index: 20; }

.detail-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.detail-grid.reverse { grid-template-columns: 1.2fr 0.8fr; }
.detail-grid.reverse .detail-icon-box { order: 2; }

.detail-icon-box i { font-size: 5rem; color: #74c38d; opacity: 0.8; }

.detail-text h2 {
    font-size: 1.6rem !important;
    color: #0a3d1d;
    font-weight: 800;
    margin-bottom: 20px;
}

.detail-text p {
    font-size: 0.9rem !important;
    color: #666;
    line-height: 1.6;
    max-width: 550px;
}

/* ==========================================================================
   3. CTA COMPACTA (CORRIGIDA)
   ========================================================================== */
.solution-cta-final {
    padding: 60px 0; /* Espaço reduzido */
    margin-top: -60px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    position: relative;
    z-index: 70;
    text-align: center;
    background-color: #ffffff !important; /* Fundo sólido para não cobrir nada */
}

.cta-wrapper { max-width: 600px; margin: 0 auto; }

.btn-cta-tyto {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #74c38d;
    color: #0a3d1d !important;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
}

/* ==========================================================================
   RODAPÉ FINAL (ESTILO CLEAN - TYTO STUDIO)
   ========================================================================== */

.main-footer {
    background-color: #ffffff !important;
    padding: 120px 0 0 0 !important; 
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    
    /* 1. Mude de -80px para -30px para dar respiro ao botão */
    margin-top: -30px !important; 

    position: relative;
    
    /* 2. Mude de 80 para 60 para o rodapé ficar ABAIXO da seção do botão */
    z-index: 60; 
    
    width: 100%;
}

/* Container isolado para o grid não esticar o menu */
.footer-grid-rauber {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1.1fr !important;
    gap: 60px !important;
    padding-bottom: 60px !important;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-description { color: #555; font-size: 0.9rem; line-height: 1.6; margin-bottom: 25px; }
.brand-description strong { color: #0a3d1d; }

.footer-col h3 {
    color: #0a3d1d;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.footer-col h3::after {
    content: ''; position: absolute; bottom: -8px; left: 0;
    width: 35px; height: 3px; background-color: #74c38d;
}

.contact-list { list-style: none; padding: 0; }
.contact-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 18px; color: #444; font-size: 0.9rem; }
.contact-list li i { color: #74c38d; margin-top: 3px; }

.map-container-rauber { border-radius: 20px; overflow: hidden; border: 1px solid #f0f0f0; }

.footer-bottom { background-color: #f9f9f9; padding: 25px 0; border-top: 1px solid #eee; }
.bottom-flex { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: #777; }

/* --- RESPONSIVIDADE MOBILE --- */
@media (max-width: 992px) {
    .main-footer {
        padding-top: 80px !important;
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
        margin-top: -40px !important;
    }

    .footer-grid-rauber {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 40px !important;
    }

    .footer-col h3::after { left: 50%; transform: translateX(-50%); }
    .contact-list li { justify-content: center; }
    .bottom-flex { flex-direction: column; gap: 15px; }
}

