:root {
    --ibeem-dark: #0f2042;
    --ibeem-light: #1e3b70;
    --ibeem-red: #cc0000;
    --text-gray: #4a5568;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif; 
}

body { 
    background-color: var(--light-bg); 
    color: var(--text-gray); 
    line-height: 1.6; 
    overflow-x: hidden; 
}

a { text-decoration: none; }
ul { list-style: none; }
html { scroll-behavior: smooth; }
section { scroll-margin-top: 80px; padding-bottom: 60px; position: relative; }

/* LINHA VERMELHA DE SEPARAÇÃO */
section::after {
    content: "";
    display: block;
    width: 80%;
    max-width: 850px;
    height: 4px;
    background-color: var(--ibeem-red);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.hero-capture::after, 
.ibeem-partners::after, 
footer::after, 
.ibeem-indicadores::after { 
    display: none !important; 
}

/* --- HEADER --- */
header {
    background: var(--ibeem-dark);
    padding: 10px 5%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 80px; 
}

.logo { display: flex; align-items: center; height: 100%; z-index: 1001; }
.logo-img { max-height: 55px; width: auto; display: block; }

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 1001;
}

nav ul { display: flex; gap: 30px; align-items: center; }
nav a { color: var(--white); font-size: 14px; font-weight: 600; text-transform: uppercase; transition: color 0.3s; }
nav a:hover { color: var(--ibeem-red); }
.btn-header { border: 2px solid var(--ibeem-red); padding: 8px 20px; border-radius: 4px; color: var(--ibeem-red); }
.btn-header:hover { background: var(--ibeem-red); color: var(--white); }

/* --- HERO CAPTURE --- */
.hero-capture {
    background: linear-gradient(135deg, rgba(15, 32, 66, 0.8) 0%, rgba(15, 32, 66, 0.9) 100%), url('fundo-reuniao.png');
    background-size: cover; 
    background-position: center; 
    padding: 80px 20px;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-capture-container {
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 50px; 
    width: 100%;
}

.hero-text-content { flex: 1.5; color: var(--white); padding-right: 40px; }
.hero-text-content h1 { font-size: 3rem; line-height: 1.2; margin-bottom: 20px; }
.hero-text-content p { font-size: 1.2rem; color: #e2e8f0; margin-bottom: 30px; }
.tagline { color: var(--ibeem-red); font-weight: bold; text-transform: uppercase; font-size: 1.5rem; margin-bottom: 15px; display: block; letter-spacing: 1px; }

.hero-form-box {
    background-color: #ffffff; 
    padding: 40px; 
    border-radius: 12px; 
    width: 100%; 
    max-width: 450px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.hero-form-box h3 { color: var(--ibeem-dark); font-size: 1.8rem; margin-bottom: 10px; text-align: center; }
.hero-form-box p { color: #666; font-size: 0.95rem; margin-bottom: 25px; text-align: center; }

.capture-form { display: flex; flex-direction: column; gap: 15px; }
.capture-form input, .capture-form select {
    padding: 15px; 
    border: 1px solid #cbd5e0; 
    border-radius: 6px; 
    font-size: 1rem; 
    background-color: #f8f9fa; 
    color: #333; 
    outline: none; 
    transition: border-color 0.3s;
}
.capture-form input:focus, .capture-form select:focus { border-color: var(--ibeem-light); }
.btn-submit { background-color: var(--ibeem-red); color: var(--white); padding: 18px; border: none; border-radius: 6px; font-size: 1.1rem; font-weight: bold; cursor: pointer; text-transform: uppercase; transition: 0.3s; }
.btn-submit:hover { background-color: #a00000; }

/* --- FEATURES --- */
.features {
    background: var(--white); 
    padding: 35px 5%; 
    display: flex; 
    justify-content: center; 
    gap: 40px; 
    margin-top: -50px; 
    position: relative; 
    z-index: 10; 
    border-radius: 8px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    max-width: 1100px; 
    margin-left: auto; 
    margin-right: auto; 
    flex-wrap: wrap;
}
.feature-item { display: flex; align-items: center; gap: 15px; text-align: left; }
.feature-item i { font-size: 2.2rem; color: var(--ibeem-red); }
.feature-text { display: flex; flex-direction: column; }
.feature-item strong { display: block; color: var(--ibeem-dark); font-size: 1.1rem; margin-bottom: 2px; }
.feature-item span { font-size: 0.9rem; color: #777; }

/* --- CARROSSEL PARCEIROS --- */
.ibeem-partners { background-color: #ffffff; padding: 60px 20px; width: 100%; border-bottom: 1px solid #eee; }
.partners-container { max-width: 1200px; margin: 0 auto; text-align: center; }
.partners-title { color: #666; font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 40px; }
.carousel-wrapper {
    width: 100%; max-width: 660px; margin: 0 auto; overflow: hidden; position: relative;
}
.carousel-wrapper::before, .carousel-wrapper::after { content: ""; position: absolute; top: 0; width: 15%; height: 100%; z-index: 2; }
.carousel-wrapper::before { left: 0; background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.carousel-wrapper::after { right: 0; background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.partners-track { display: flex; width: max-content; animation: scrollLogos 15s linear infinite; }
.partners-track:hover { animation-play-state: paused; }
.partner-logo { width: 220px; flex: 0 0 220px; display: flex; justify-content: center; align-items: center; height: 80px; }
.partner-logo img { max-height: 100%; max-width: 150px; width: auto; height: auto; transition: transform 0.2s ease; }
.partner-logo img:hover { transform: scale(1.05); }

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-1100px); } 
}

/* --- INDICADORES --- */
.ibeem-indicadores { background: linear-gradient(135deg, var(--ibeem-dark) 0%, var(--ibeem-light) 100%); padding: 70px 20px; color: var(--white); text-align: center; }
.indicadores-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 40px; }
.indicador-box { flex: 1; min-width: 250px; padding: 20px; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; }
.indicador-box:hover { transform: translateY(-5px); }
.indicador-box i { font-size: 3.5rem; color: var(--ibeem-red); margin-bottom: 20px; }
.contador-wrapper { font-size: 4rem; font-weight: 800; margin-bottom: 5px; display: inline-flex; justify-content: center; align-items: center; color: var(--white); line-height: 1; position: relative; }
.contador-wrapper span.sinal-left { color: var(--ibeem-red); font-size: 3rem; position: absolute; right: 100%; margin-right: 5px; }
.contador-wrapper span.sinal-right { color: var(--ibeem-red); font-size: 3rem; position: absolute; left: 100%; margin-left: 5px; }
.indicador-box p { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1.5px; color: #e2e8f0; font-weight: 600; margin-top: 10px; }

/* --- INSTITUCIONAL --- */
.institucional-section { padding: 80px 20px; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; }
.section-header { text-align: center; max-width: 800px; margin: 0 auto 50px auto; }
.section-header h2 { color: var(--ibeem-dark); font-size: 2.5rem; margin-bottom: 15px; font-weight: 800; }
.section-header p { font-size: 1.1rem; color: #666; }
.institucional-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; width: 100%; margin: 0 auto; }
.institucional-card { background: #ffffff; padding: 45px 30px; border-radius: 12px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border-bottom: 5px solid var(--ibeem-dark); flex: 1; min-width: 300px; max-width: 350px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; margin: 0 auto; /* Ajuste para centralizar o cartão individualmente */ }
.institucional-card:hover { transform: translateY(-4px); }
.icon-box { font-size: 30px; color: var(--ibeem-red); margin-bottom: 25px; display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; background: rgba(204, 0, 0, 0.05); border-radius: 50%; }
.institucional-card h3 { color: var(--ibeem-dark); margin-bottom: 15px; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.institucional-card p { color: #555; line-height: 1.6; font-size: 15px; margin: 0; }

/* --- SERVIÇOS GRID --- */
.ibeem-secao-produtos { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }
.ibeem-titulo { text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 15px; color: var(--ibeem-dark); }
.ibeem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.ibeem-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 40px 20px; text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; margin: 0 auto; /* Ajuste para centralizar o cartão individualmente */ }
.ibeem-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--ibeem-red); z-index: 2; }
.icon-service { font-size: 45px; color: var(--ibeem-light); margin-bottom: 20px; }
.ibeem-nome-prod { font-size: 18px; font-weight: bold; color: var(--ibeem-dark); margin-bottom: 15px; }
.ibeem-desconto { font-size: 15px; color: #555; line-height: 1.6; }

/* --- METODOLOGIA --- */
.ibeem-metodologia { background-color: var(--light-bg); padding: 80px 20px; }
.metodologia-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }
.passo-card { background: var(--white); padding: 40px 20px; border-radius: 8px; text-align: center; position: relative; border-top: 4px solid var(--ibeem-red); box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: transform 0.3s ease; margin: 0 auto; /* Ajuste para centralizar o cartão individualmente */ }
.passo-card:hover { transform: translateY(-4px); }
.passo-numero { width: 50px; height: 50px; background: var(--ibeem-red); color: white; font-size: 1.5rem; font-weight: bold; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); box-shadow: 0 4px 10px rgba(204, 0, 0, 0.3); }
.passo-card h3 { color: var(--ibeem-dark); font-size: 1.2rem; margin: 20px 0 15px 0; font-weight: 700; }
.passo-card p { color: #666; font-size: 0.95rem; }

/* --- BENEFÍCIOS --- */
.ibeem-beneficios { background-color: var(--white); padding: 100px 20px; }
.beneficios-wrapper { display: flex; gap: 60px; max-width: 1100px; margin: 0 auto; align-items: center; }
.beneficios-content { flex: 1.2; text-align: left; }
.beneficios-content h2 { color: var(--ibeem-dark); font-size: 2.2rem; margin-bottom: 15px; font-weight: 800; }
.beneficios-content p { color: #555; font-size: 1.1rem; margin-bottom: 40px; }
.beneficios-lista-icones { display: flex; flex-direction: column; gap: 25px; }
.beneficio-item-mini { display: flex; align-items: flex-start; gap: 15px; }
.beneficio-item-mini i { color: var(--ibeem-red); font-size: 1.5rem; background: rgba(204, 0, 0, 0.08); padding: 15px; border-radius: 10px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.beneficio-texto-mini strong { display: block; color: var(--ibeem-dark); font-size: 1.1rem; margin-bottom: 4px; }
.beneficio-texto-mini p { font-size: 0.95rem; color: #666; margin: 0; line-height: 1.5; }

.beneficios-destaque { flex: 0.8; }
.cartao-autoridade { background: linear-gradient(145deg, var(--ibeem-dark) 0%, var(--ibeem-light) 100%); padding: 50px 40px; border-radius: 16px; box-shadow: 0 20px 40px rgba(15, 32, 66, 0.2); text-align: center; color: var(--white); border-bottom: 6px solid var(--ibeem-red); }
.autoridade-icone-grande i { font-size: 4.5rem; color: var(--ibeem-red); margin-bottom: 20px; background: rgba(255, 255, 255, 0.1); width: 100px; height: 100px; line-height: 100px; border-radius: 50%; }
.cartao-autoridade h3 { font-size: 1.4rem; margin-bottom: 15px; font-weight: 700; }
.autoridade-divisor { width: 50px; height: 3px; background-color: var(--ibeem-red); margin: 0 auto 20px auto; }
.cartao-autoridade p { font-size: 0.95rem; color: #e2e8f0; margin-bottom: 15px; line-height: 1.6; }
.cartao-autoridade strong { color: var(--white); }
.btn-autoridade { display: inline-block; margin-top: 20px; background-color: transparent; border: 2px solid var(--ibeem-red); color: var(--white); padding: 12px 25px; border-radius: 6px; font-weight: bold; text-transform: uppercase; transition: all 0.3s ease; }
.btn-autoridade:hover { background-color: var(--ibeem-red); }

/* --- FAQ --- */
.ibeem-faq { padding: 80px 20px; background-color: #ffffff; display: flex; justify-content: center; }
.faq-container { width: 100%; max-width: 800px; margin: 0 auto; }
.faq-accordion { display: flex; flex-direction: column; gap: 15px; margin-top: 40px; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 8px; background-color: var(--light-bg); overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover, .faq-item.active { border-color: var(--ibeem-light); box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.faq-question { width: 100%; padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; font-size: 1.1rem; font-weight: 700; color: var(--ibeem-dark); cursor: pointer; text-align: left; transition: color 0.3s ease; }
.faq-question i { color: var(--ibeem-red); font-size: 1.2rem; transition: transform 0.4s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background-color: #ffffff; }
.faq-answer p { padding: 0 25px; color: #555; font-size: 1rem; line-height: 1.7; margin: 0; }
.faq-item.active .faq-question { color: var(--ibeem-red); }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 0 20px 0; }

/* --- FOOTER --- */
footer { padding-top: 70px; border-top: 5px solid var(--ibeem-red); color: #e2e8f0; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px 40px 20px; display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; gap: 30px; }
.footer-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-col:first-child { align-items: flex-start; text-align: left; }
.footer-logo { max-width: 150px; margin-bottom: 20px; display: block; }
.footer-col p { font-size: 0.95rem; line-height: 1.6; color: #cbd5e0; max-width: 300px; }
.footer-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; color: var(--ibeem-red); }
.contact-item { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 15px; font-size: 0.95rem; width: 100%; }
.contact-item i { color: var(--ibeem-red); font-size: 1.2rem; }
.contact-item a { color: #e2e8f0; transition: color 0.2s ease; }
.contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); background-color: rgba(0,0,0,0.2); padding: 20px; }
.footer-bottom-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: 0.85rem; color: #a0aec0; }
.copyright-text { text-align: left; }
.cnpj-text { text-align: right; }
.privacy-link { text-align: center; color: #a0aec0; text-decoration: underline; transition: color 0.2s; }
.privacy-link:hover { color: #fff; }

/* --- MODAIS E EXTRAS --- */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 32, 66, 0.85); display: flex; justify-content: center; align-items: center; z-index: 2000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-box { background: var(--white); padding: 40px; border-radius: 12px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 15px 40px rgba(0,0,0,0.3); transform: translateY(-20px); transition: transform 0.3s ease; }
.modal-overlay.active .modal-box { transform: translateY(0); }
.modal-icon { font-size: 4rem; color: #25d366; margin-bottom: 20px; }
.modal-box h3 { color: var(--ibeem-dark); font-size: 1.5rem; margin-bottom: 10px; }
.modal-box p { color: var(--text-gray); margin-bottom: 25px; font-size: 0.95rem; }

.privacy-box { max-width: 700px; width: 95%; padding: 0; text-align: left; }
.privacy-header { display: flex; justify-content: space-between; align-items: center; padding: 25px 30px; border-bottom: 1px solid #eee; background-color: var(--light-bg); border-radius: 12px 12px 0 0; }
.privacy-header h3 { margin: 0; color: var(--ibeem-dark); font-size: 1.3rem; }
.close-privacy { background: none; border: none; font-size: 2rem; color: #999; cursor: pointer; line-height: 1; transition: color 0.2s; }
.close-privacy:hover { color: var(--ibeem-red); }
.privacy-content { padding: 30px; max-height: 60vh; overflow-y: auto; color: #555; font-size: 0.95rem; line-height: 1.7; }
.privacy-content p { margin-bottom: 20px; }
.privacy-content strong { color: var(--ibeem-dark); font-size: 1.05rem; }
.btn-close-privacy { width: calc(100% - 60px); margin: 0 30px 30px 30px; padding: 15px; }

.cookie-banner { position: fixed; bottom: -100%; left: 0; width: 100%; background: var(--ibeem-dark); color: #e2e8f0; padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; z-index: 1500; box-shadow: 0 -4px 10px rgba(0,0,0,0.15); transition: bottom 0.5s ease; flex-wrap: wrap; gap: 15px; border-top: 3px solid var(--ibeem-red); }
.cookie-banner.show { bottom: 0; }
.cookie-banner p { margin: 0; font-size: 0.85rem; max-width: 800px; }
.btn-cookie { background: var(--ibeem-red); color: white; border: none; padding: 10px 20px; border-radius: 6px; font-weight: bold; cursor: pointer; transition: background 0.3s ease; }
.btn-cookie:hover { background: #a00000; }

.ibeem-parceiros-vitrine { background-color: #f8f9fa; padding: 80px 20px; }
.parceiros-grid-moderno { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 650px; margin: 0 auto; }
.parceiro-card { background-color: #ffffff; width: 180px; height: 110px; border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); border: 1px solid #f1f1f1; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.parceiro-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(204, 0, 0, 0.12); border-color: var(--ibeem-red); }
.parceiro-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.parceiro-card:hover img { transform: scale(1.05); }

.whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #fff; border-radius: 50px; text-align: center; font-size: 35px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); z-index: 1000; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.whatsapp-float:hover { transform: scale(1.1); }


/* ========================================================= */
/* --- RESPONSIVIDADE GERAL --- */
/* ========================================================= */

@media (max-width: 900px) {
    .ibeem-grid, .projetos-grid-container { grid-template-columns: repeat(2, 1fr); }
    .hero-capture-container { flex-direction: column; text-align: center; }
    .hero-text-content { padding-right: 0; }
    .hero-text-content h1 { font-size: 2.3rem; }
}

@media (max-width: 768px) {
    /* CORREÇÃO DO ALINHAMENTO LATERAL */
    .institucional-container {
        display: flex;
        flex-direction: column;
        align-items: center; /* Garante que o contêiner alinhe os itens ao centro */
        gap: 20px;
    }

    .institucional-card { 
        min-height: auto; 
        padding: 40px 25px; 
        width: 100%; /* Faz o cartão ocupar a largura disponível... */
        max-width: 350px; /* ...mas respeitando esse limite máximo */
        margin: 0 auto; /* Centraliza o próprio cartão dentro do contêiner */
    }

    .features, 
    .ibeem-grid, 
    .metodologia-container,
    .beneficios-wrapper { 
        display: flex; /* Mudado de grid para flex para facilitar o alinhamento no centro */
        flex-direction: column; 
        align-items: center; /* Alinha todos os itens filhos no centro */
        gap: 20px;
    }
    
    .ibeem-card, .passo-card {
        width: 100%;
        max-width: 350px; /* Mantém um limite para não ficar esticado na tela inteira */
        margin: 0 auto;
    }

    .hero-capture { 
        padding: 100px 20px 40px 20px; 
        min-height: auto; 
    }
    
    .hero-capture-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }

    .hero-text-content { 
        padding-right: 0;
        margin-top: 20px; 
    }

    .hero-text-content h1 { 
        font-size: 32px; 
        line-height: 1.2; 
        margin-bottom: 15px;
    }
    
    .hero-text-content p { 
        font-size: 15px; 
        margin-bottom: 30px; 
    }
    
    .capture-form {
        gap: 20px;
    }

    header { 
        height: auto; 
        padding: 15px 5%; 
        position: fixed; 
        width: 100%; 
    }
    
    .logo-img { max-height: 35px; }
    
    .mobile-menu-btn { display: block; }
    
    nav {
        position: fixed;
        top: 65px; 
        left: -100%; 
        width: 100%;
        height: calc(100vh - 65px);
        background-color: var(--ibeem-dark);
        display: flex;
        flex-direction: column;
        transition: left 0.3s ease;
        z-index: 999;
        overflow-y: auto;
    }
    
    nav.menu-aberto { left: 0; }
    
    nav ul { 
        flex-direction: column; 
        width: 100%; 
        padding: 40px 20px; 
        gap: 30px; 
    }
    
    nav a { font-size: 1.1rem; }

    /* Correção da linha vermelha (divisor) no mobile */
    section::after {
        width: 60%; /* Reduz a largura da linha no celular para não tocar as bordas */
        bottom: 10px; /* Ajusta a posição para não colar nos cards */
    }

    .ibeem-indicadores { padding: 50px 20px; }
    .contador-wrapper { font-size: 3.5rem; }
    .indicador-box { min-width: 100%; padding: 10px; }
    
    .faq-question { font-size: 1rem; padding: 15px 20px; }
    .faq-answer p { padding: 0 20px; font-size: 0.95rem; }
    
    .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; font-size: 30px; }
    .partner-logo { height: 50px; }
    .partner-logo img { max-width: 100px; }
    
    .beneficios-text h2 { font-size: 1.8rem; }
    .cartao-autoridade { padding: 40px 20px; }
    .parceiros-grid-moderno { gap: 15px; }
    .parceiro-card { width: 140px; height: 85px; }

    .footer-container { 
        display: flex;
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 0 20px 40px 20px;
    }
    
    .footer-col, .footer-col:first-child { 
        width: 100%;
        align-items: center; 
        text-align: center; 
    } 
    
    .contact-item { 
        justify-content: center; 
        width: 100%; 
    }
    
    .footer-bottom-container { 
        display: flex;
        flex-direction: column; 
        gap: 15px; 
        text-align: center; 
    }
    
    .copyright-text, .cnpj-text, .privacy-link { 
        text-align: center; 
    }
    
    .cookie-banner { 
        flex-direction: column; 
        text-align: center; 
        justify-content: center; 
    }
}