/* MOLDURA DO VÍDEO */
.moldura-video-empresas {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    background: #000;
    border: 5px solid #ffffff; 
    border-radius: 15px;       
    box-shadow: 0px 20px 50px rgba(0,0,0,0.6); 
    overflow: hidden;
    line-height: 0;
}
.moldura-video-empresas video { width: 100%; height: auto; display: block; }

/* INDICAÇÕES VISUAIS MODERNAS */
.badge-nacional {
    background: #f37021;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.alerta-empresas {
    background-color: #fffaf7;
    border: 1px solid #f37021;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}
.grid-beneficios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
    text-align: center;
}
.item-beneficio i { color: #f37021; font-size: 2.2rem; margin-bottom: 12px; }
.item-beneficio p { font-weight: bold; font-size: 0.95rem; color: #444; }

/* TEXTO PERSONALIZADO POR PORTE DE CIDADE */
.texto-personalizado-porte {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.texto-personalizado-porte h4 {
    color: #f37021;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.texto-personalizado-porte h4 i { margin-right: 6px; }
.texto-personalizado-porte p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.texto-personalizado-porte p:last-child { margin-bottom: 0; }

/* LISTA DE ESCOLAS DE ENSINO MÉDIO POR CIDADE */
.escolas-medio-cidade {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.escolas-medio-cidade h4 {
    color: #f37021;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.escolas-medio-cidade h4 i { margin-right: 6px; }
.escolas-medio-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.escolas-medio-cidade ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}
.escolas-medio-cidade li {
    padding: 8px 12px;
    border-bottom: 1px solid #f3702120;
    font-size: 0.92rem;
    color: #444;
}
.escolas-medio-cidade li:last-child { border-bottom: none; }
.escolas-medio-cidade li i {
    color: #f37021;
    margin-right: 8px;
    font-size: 0.85rem;
}
.escolas-medio-cidade .escolas-mais-info {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 0;
}

/* LISTA DE UNIVERSIDADES E FACULDADES POR CIDADE */
.universidades-faculdades-cidade {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.universidades-faculdades-cidade h4 {
    color: #f37021;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.universidades-faculdades-cidade h4 i { margin-right: 6px; }
.universidades-faculdades-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.universidades-faculdades-cidade ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}
.universidades-faculdades-cidade li {
    padding: 8px 12px;
    border-bottom: 1px solid #f3702120;
    font-size: 0.92rem;
    color: #444;
}
.universidades-faculdades-cidade li:last-child { border-bottom: none; }
.universidades-faculdades-cidade li i {
    color: #f37021;
    margin-right: 8px;
    font-size: 0.85rem;
}
.universidades-faculdades-cidade .universidades-mais-info {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 0;
}

/* SOBRE A CIDADE - TEXTO DESCRITIVO (WIKIPEDIA/IBGE) */
.sobre-cidade-bloco {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.sobre-cidade-bloco h4 {
    color: #f37021;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.sobre-cidade-bloco h4 i { margin-right: 6px; }
.sobre-cidade-bloco p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CIDADES PRÓXIMAS - INTERLINKING LATERAL ENTRE PÁGINAS DE CIDADE DA MESMA UF */
.cidades-proximas-cidade {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.cidades-proximas-cidade h4 {
    color: #f37021;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.cidades-proximas-cidade h4 i { margin-right: 6px; }
.cidades-proximas-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.cidades-proximas-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}
.cidade-proxima-chip {
    display: inline-block;
    background-color: #fffaf7;
    border: 1px solid #f3702150;
    color: #444;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
}
.cidade-proxima-chip i { color: #f37021; margin-right: 5px; font-size: 0.8rem; }
.cidade-proxima-chip:hover {
    background-color: #f37021;
    border-color: #f37021;
    color: #ffffff;
}
.cidade-proxima-chip:hover i { color: #ffffff; }
.cidades-proximas-cidade .cidades-proximas-mais-info {
    font-size: 0.9rem;
    margin-top: 4px;
    margin-bottom: 0;
}
.cidades-proximas-cidade .cidades-proximas-mais-info a {
    color: #f37021;
    font-weight: bold;
    text-decoration: none;
}
.cidades-proximas-cidade .cidades-proximas-mais-info a:hover { text-decoration: underline; }

/* EMPRESAS ATIVAS DO MUNICÍPIO (DADOS RFB) */
.empresas-cidade {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.empresas-cidade h4 {
    color: #f37021;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.empresas-cidade h4 i { margin-right: 6px; }
.empresas-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.empresas-cidade ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}
.empresas-cidade li {
    padding: 8px 12px;
    border-bottom: 1px solid #f3702120;
    font-size: 0.92rem;
    color: #444;
}
.empresas-cidade li:last-child { border-bottom: none; }
.empresas-cidade li i {
    color: #f37021;
    margin-right: 8px;
    font-size: 0.85rem;
}
.empresa-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}
.empresa-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #fffaf7;
    border: 1px solid #f3702150;
    color: #666;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.78rem;
    white-space: nowrap;
}
.empresa-badge i { color: #f37021; margin: 0; font-size: 0.75rem; }
.empresas-cidade .empresas-disclaimer {
    font-size: 0.85rem;
    color: #777;
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 0;
}

/* RANKING NACIONAL DE EMPRESAS: CTA DE INTERLINKING (SEMPRE EXIBIDO) */
.ranking-nacional-empresas-cta {
    background-color: #fffaf7;
    border: 1px solid #f37021;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 15px 0;
    text-align: center;
}
.ranking-nacional-empresas-cta a {
    color: #f37021;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
}
.ranking-nacional-empresas-cta a:hover { text-decoration: underline; }
.ranking-nacional-empresas-cta a i { margin: 0 4px; }

/* PIB MUNICIPAL (DADOS IBGE) */
.pib-cidade {
    background-color: #ffffff;
    border-left: 4px solid #28a745;
    border-top: 1px solid #28a74530;
    border-right: 1px solid #28a74530;
    border-bottom: 1px solid #28a74530;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.pib-cidade h4 {
    color: #28a745;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.pib-cidade h4 i { margin-right: 6px; }
.pib-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.pib-cidade .pib-valor {
    font-size: 1.4rem;
    font-weight: 800;
    color: #28a745;
    margin: 10px 0;
}
.pib-cidade .pib-fonte {
    font-size: 0.85rem;
    color: #777;
    font-style: italic;
    margin-bottom: 0;
}

/* PIB PER CAPITA */
.pib-per-capita-cidade {
    background-color: #ffffff;
    border-left: 4px solid #17a2b8;
    border-top: 1px solid #17a2b830;
    border-right: 1px solid #17a2b830;
    border-bottom: 1px solid #17a2b830;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.pib-per-capita-cidade h4 {
    color: #17a2b8;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.pib-per-capita-cidade h4 i { margin-right: 6px; }
.pib-per-capita-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.pib-per-capita-cidade .pib-per-capita-valor {
    font-size: 1.4rem;
    font-weight: 800;
    color: #17a2b8;
    margin: 10px 0;
}
.pib-per-capita-cidade .pib-per-capita-fonte {
    font-size: 0.85rem;
    color: #777;
    font-style: italic;
    margin-bottom: 0;
}

/* PERFIL ECONÔMICO DA CIDADE */
.perfil-economico-cidade {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 4px solid #6f42c1;
    border-top: 1px solid #6f42c130;
    border-right: 1px solid #6f42c130;
    border-bottom: 1px solid #6f42c130;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 15px;
}
.perfil-economico-cidade h4 {
    color: #6f42c1;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}
.perfil-economico-cidade h4 i { margin-right: 6px; }
.perfil-economico-cidade p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.perfil-economico-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin: 12px 0;
}
.perfil-economico-item {
    background-color: #ffffff;
    border: 1px solid #6f42c120;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}
.perfil-economico-item .rotulo {
    display: block;
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 4px;
}
.perfil-economico-item .valor {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #6f42c1;
}
.perfil-economico-destaque {
    background-color: #6f42c110;
    border-left: 3px solid #6f42c1;
    border-radius: 4px;
    padding: 10px 12px;
    margin-top: 12px;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

/* ESTILOS PARA BREADCRUMB VISÍVEL */
.breadcrumb-futura {
    margin-bottom: 15px;
    padding: 10px 0;
}
.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.85rem;
    color: #777;
}
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}
.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin: 0 8px;
    color: #f37021;
    font-weight: bold;
}
.breadcrumb-item a {
    color: #f37021;
    text-decoration: none;
    font-weight: 500;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #555;
    font-weight: 600;
}

/* ESTILOS PARA SEO E CONVERSÃO B2B */
.b2b-secao-texto {
    margin: 40px 0;
    color: #333333;
    line-height: 1.6;
}
.b2b-secao-texto h2 {
    font-size: 1.6rem;
    color: #f37021;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.b2b-secao-texto h3 {
    font-size: 1.3rem;
    color: #222222;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.b2b-secao-texto ul {
    padding-left: 20px;
    margin-bottom: 25px;
}
.b2b-secao-texto li {
    margin-bottom: 10px;
}
.infografico-b2b {
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 24px auto;
}
@media (max-width: 768px) {
    .infografico-b2b {
        max-width: 100%;
        margin: 20px auto;
    }
}
.faq-b2b {
    background: #fdfdfd;
    border-radius: 8px;
    padding: 25px;
    margin-top: 40px;
    border: 1px solid #eef0f2;
}
.faq-item-container {
    border-bottom: 1px solid #f3702140;
    margin-bottom: 5px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    font-size: 1.1rem;
    color: #f37021;
    font-weight: bold;
}
.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: transform 0.3s;
    font-size: 0.9rem;
}
.faq-item-container.active .faq-question::after {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    color: #555555;
    font-size: 0.95rem;
    padding: 0 15px;
}
.faq-item-container.active .faq-answer {
    max-height: 9000px;
    padding: 0 15px 15px 15px;
}

/* OBJEÇÃO DE VENDA POR PORTE DA EMPRESA CONTRATANTE */
.objecao-porte-empresa {
    background-color: #ffffff;
    border-left: 4px solid #f37021;
    border-top: 1px solid #f3702130;
    border-right: 1px solid #f3702130;
    border-bottom: 1px solid #f3702130;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 30px 0;
}
.objecao-porte-empresa-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3702130;
    padding-bottom: 14px;
}
.objecao-porte-empresa-tab {
    background-color: #fffaf7;
    border: 1px solid #f3702150;
    color: #f37021;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.objecao-porte-empresa-tab i { margin-right: 6px; }
.objecao-porte-empresa-tab:hover {
    background-color: #f3702120;
}
.objecao-porte-empresa-tab.active {
    background-color: #f37021;
    color: #ffffff;
    border-color: #f37021;
}
.objecao-porte-empresa-panel {
    display: none;
}
.objecao-porte-empresa-panel.active {
    display: block;
}
.objecao-porte-empresa h4 {
    color: #f37021;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.objecao-porte-empresa h4 i { margin-right: 6px; }
.objecao-porte-empresa-badge {
    background-color: #fffaf7;
    border: 1px solid #f3702150;
    color: #f37021;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
}
.objecao-porte-empresa p {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.objecao-porte-empresa p:last-child { margin-bottom: 0; }

/* COMPARATIVO VISUAL: CONTRATAÇÃO DIRETA VS. COM AGENTE DE INTEGRAÇÃO */
.comparativo-agente-integracao {
    margin: 40px 0;
    color: #333333;
    line-height: 1.6;
}
.comparativo-agente-integracao h2 {
    font-size: 1.6rem;
    color: #f37021;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.comparativo-agente-integracao h2 i { margin-right: 8px; }
.comparativo-agente-integracao > p {
    color: #444444;
    font-size: 0.95rem;
    margin-bottom: 20px;
}
.tabela-comparativa-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.tabela-comparativa {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    min-width: 560px;
}
.tabela-comparativa thead th {
    background-color: #f37021;
    color: #ffffff;
    padding: 14px 16px;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
}
.tabela-comparativa thead th i { margin-right: 6px; }
.tabela-comparativa tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #f3702120;
    font-size: 0.9rem;
    color: #444;
}
.tabela-comparativa tbody tr:last-child td { border-bottom: none; }
.tabela-comparativa tbody tr:nth-child(even) { background-color: #fffaf7; }
.tabela-comparativa tbody td:first-child { font-weight: 700; color: #333; }
.tabela-comparativa tbody td:last-child { color: #1a7a34; font-weight: 600; }

/* --- MÉTRICAS OPERACIONAIS FIXAS (PROCESSO FUTURA ESTÁGIOS) --- */
.metricas-operacionais-box {
    background: #ffffff;
    border: 2px solid #eef0f2;
    border-left: 5px solid #f37021;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.metricas-operacionais-box h3 {
    color: #f37021;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.4rem;
}
.metricas-operacionais-box h3 i { margin-right: 8px; }
.metricas-operacionais-subtitulo {
    color: #666666;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 20px;
}
.metricas-operacionais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 768px) {
    .metricas-operacionais-grid { grid-template-columns: 1fr; }
}
.metrica-operacional-item {
    background: #fffaf7;
    border: 1px dashed #f37021;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.metrica-operacional-numero {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #28a745;
    margin-bottom: 6px;
}
.metrica-operacional-descricao {
    display: block;
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.4;
}

/* --- ESTILOS DA CALCULADORA B2B --- */
.calculadora-box {
    background: #ffffff;
    border: 2px solid #eef0f2;
    border-left: 5px solid #f37021;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.calculadora-box h3 {
    color: #f37021;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 768px) {
    .calc-grid { grid-template-columns: 1fr; }
}
.calc-input-group {
    display: flex;
    flex-direction: column;
}
.calc-input-group label {
    font-weight: bold;
    margin-bottom: 8px;
    color: #444;
    font-size: 0.9rem;
}
.calc-input-group input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.calc-result {
    background: #fffaf7;
    border: 1px dashed #f37021;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}
.calc-result p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #333;
}
.calc-highlight {
    font-size: 1.8rem;
    font-weight: 900;
    color: #28a745;
}
.calc-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #f0f9f2;
    border: 1px solid #cde8d3;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 12px;
    text-align: left;
}
.calc-disclaimer i {
    color: #28a745;
    font-size: 1rem;
    margin-top: 2px;
}
.calc-disclaimer small {
    color: #4a5a4d !important;
    font-size: 0.85rem !important;
    line-height: 1.4;
    display: block;
    margin-top: 0 !important;
}

/* --- ESTILOS DO LEAD MAGNET: CHECKLIST DE CONFORMIDADE COM A LEI 11.788/08 --- */
.lead-magnet-checklist-box {
    background: #ffffff;
    border: 2px solid #eef0f2;
    border-left: 5px solid #f37021;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.lead-magnet-checklist-box h3 {
    color: #f37021;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.lead-magnet-checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .lead-magnet-checklist-grid { grid-template-columns: 1fr; }
}
.lead-magnet-checklist-mensagem {
    min-height: 1.2em;
    margin-top: 16px;
    font-weight: bold;
    text-align: center;
}
.lead-magnet-checklist-mensagem-erro {
    color: #c0392b;
}
.lead-magnet-checklist-mensagem-sucesso {
    color: #28a745;
}
.lead-magnet-checklist-mensagem-info {
    color: #444;
}

/* --- BOTAO PRINCIPAL (CTA) - usado em orientacoes-para-empresas.php, empresa.php e empresas-que-mais-contratam-estagiarios-no-brasil.php --- */
.btn-principal {
    display: inline-block;
    background-color: #f37021;
    color: #ffffff;
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(243,112,33,0.25);
}
.btn-principal:hover {
    background-color: #d9601a;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(243,112,33,0.35);
}

/* --- GATE VISUAL DE CONTEÚDO (client-side apenas, ver js/lead-captura.js) ---
   IMPORTANTE (SEO): sem a classe .gate-bloqueado (adicionada via JS após
   DOMContentLoaded), #conteudoOrientacoesGate e seu overlay ficam exatamente
   como no HTML padrão do navegador (visíveis, sem blur, overlay oculto). Isso
   garante graceful degradation total: se o JS não rodar, o conteúdo permanece
   100% visível e utilizável. */
#conteudoOrientacoesGate {
    position: relative;
}
#conteudoOrientacoesGate.gate-bloqueado > *:not(#overlayGateOrientacoesEmpresas) {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}
.overlay-gate-orientacoes {
    display: none;
}
#conteudoOrientacoesGate.gate-bloqueado .overlay-gate-orientacoes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 5;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.96) 100%);
}
.overlay-gate-orientacoes-caixa {
    background: #ffffff;
    border: 2px solid #f37021;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.overlay-gate-orientacoes-caixa i {
    font-size: 1.8rem;
    color: #f37021;
    margin-bottom: 10px;
    display: block;
}
.overlay-gate-orientacoes-caixa p {
    margin: 0;
    font-weight: bold;
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
}
#conteudoOrientacoesGate:not(.gate-bloqueado) > *:not(#overlayGateOrientacoesEmpresas) {
    transition: filter 0.4s ease;
}
