
/* =========================================================
   HERO (CAMINHÃO) - COMPUTADOR - TEXTOS GRANDES
   ========================================================= */
.hero-premium {
    height: 85vh; 
    min-height: 800px; 
    margin-top: 100px; 
    background-image: url('img/banner-caminhao.jpg.png');
    background-size: cover; 
    background-position: center 30%; 
    position: relative;
}
.hero-overlay { background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.2)); height: 100%; width: 100%; display: flex; align-items: center; padding: 0 8%; }

/* Área do texto aumentada no PC */
.hero-content { max-width: 900px; color: white; }
.hero-content h2 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 25px; font-weight: 800; text-shadow: 2px 2px 5px rgba(0,0,0,0.5); }
.badge { background: rgba(255,255,255,0.15); padding: 10px 20px; border-radius: 20px; color: var(--amarelo); margin-bottom: 25px; display: inline-block; font-weight: bold; font-size: 1.15rem; }
.checklists { display: flex; gap: 30px; margin-bottom: 30px; flex-wrap: wrap; font-weight: 700; font-size: 1.15rem; }
.desc { font-size: 1.35rem; line-height: 1.6; margin-bottom: 40px; color: #f1f5f9; max-width: 800px; }
.btn-primary { background: var(--amarelo); color: #0d1b2a; padding: 18px 35px; text-decoration: none; font-weight: 800; font-size: 1.15rem; border-radius: 5px; display: inline-block; transition: background 0.3s ease; }
.btn-primary:hover { background: #d4ac0d; }

/* =========================================================
   RESTANTE DA PÁGINA (COMPUTADOR)
   ========================================================= */
.secao-sobre { padding: 100px 5%; background-color: #fdfdfd; }
.container-sobre { display: flex; gap: 60px; max-width: 1200px; margin: 0 auto; align-items: center; flex-wrap: wrap; }
.sobre-texto { flex: 1.2; min-width: 320px; }
.secao-sobre .titulo-secao.esquerdo h2 { font-size: 2.8rem; color: #1d3557 !important; font-weight: 800; text-transform: uppercase; }
.titulo-secao.esquerdo .linha-detalhe { width: 80px; height: 6px; background: var(--vermelho-efs); margin: 15px 0 30px 0; border-radius: 3px; }
.sobre-texto p { font-size: 1.45rem; line-height: 1.8; color: #111; font-weight: 600; margin-bottom: 25px; }
.sobre-texto p strong { color: var(--vermelho-efs); font-weight: 800; font-size: 1.55rem; }

.sobre-seguro { flex: 1; min-width: 320px; display: flex; justify-content: center; }
.selo-allianz { background: linear-gradient(145deg, #1a1a2e, #0d1b2a); padding: 50px 40px; border-radius: 20px; text-align: center; border-bottom: 6px solid var(--vermelho-efs); box-shadow: 0 15px 35px rgba(0,0,0,0.2); max-width: 450px; }
.shield-icon { font-size: 3.5rem; display: inline-block; background: var(--amarelo); width: 90px; height: 90px; line-height: 90px; border-radius: 50%; margin-bottom: 20px; }
.selo-allianz h3 { color: white; margin-bottom: 15px; font-size: 1.8rem; font-weight: 800; }
.selo-allianz p { font-size: 1.05rem; color: #cbd5e1; margin-bottom: 30px; }
.img-allianz { width: 180px; background: white; padding: 10px 20px; border-radius: 8px; }
.cnpj-seguro { display: block; font-size: 0.85rem; color: #8892b0; font-weight: bold; }

.secao-filiais { padding: 80px 5%; background: var(--cinza-fundo); display: block; }
.secao-filiais .titulo-secao { text-align: center; width: 100%; margin-bottom: 50px; }
.secao-filiais .titulo-secao h2 { font-size: 2.5rem; color: var(--preto-suave); font-weight: 800; }
.secao-filiais .linha-detalhe { width: 80px; height: 5px; background: var(--vermelho-efs); margin: 15px auto; border-radius: 3px; }
.container-cards { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.card-filial { background: white; width: 520px; border-radius: 15px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border-top: 6px solid var(--vermelho-efs); }
.card-header { background: var(--azul-premium); color: var(--amarelo); padding: 25px; font-weight: 800; font-size: 1.4rem; text-align: center; text-transform: uppercase; }
.card-body { padding: 35px; }
.dados-cnpj { font-size: 1.15rem; color: #555; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px dashed #ccc; line-height: 1.6; }
.link-endereco-mapa { display: block; color: #1a1a2e; text-decoration: none; font-size: 1.3rem; line-height: 1.6; font-weight: 800; margin-bottom: 30px; padding: 15px; background-color: #f8f9fa; border-left: 5px solid var(--vermelho-efs); border-radius: 0 8px 8px 0; transition: color 0.2s, background-color 0.2s; }
.link-endereco-mapa:hover { color: var(--vermelho-efs); background-color: #f1f2f4; }
.contatos-lista { display: flex; flex-direction: column; gap: 10px; }
.contatos-lista a { display: block; text-decoration: none; color: #1a1a2e; font-weight: 800; font-size: 1.25rem; padding: 12px 15px; border-radius: 8px; border: 1px solid #eaeaea; transition: color 0.2s, background-color 0.2s; }
.contatos-lista a:hover { background-color: var(--vermelho-efs); color: white; border-color: var(--vermelho-efs); }

/* SEÇÃO DO MAPA */
.secao-banner-completo { width: 100%; margin: 0; padding: 0; background-color: #f1f2f4; }
.container-banner-interativo { position: relative; width: 100%; display: flex; }
.imagem-banner-100 { width: 100%; height: auto; display: block; }
.link-invisivel-prazos { position: absolute; cursor: pointer; z-index: 10; top: 45%; left: 4%; width: 26%; height: 7%; }

.secao-cidades { padding: 80px 5%; background: white; display: block; }
.secao-cidades .titulo-secao { text-align: center; width: 100%; margin-bottom: 50px; }
.secao-cidades .titulo-secao h2 { font-size: 2.5rem; color: var(--preto-suave); font-weight: 800; }
.secao-cidades .linha-detalhe { width: 80px; height: 5px; background: var(--vermelho-efs); margin: 15px auto; border-radius: 3px; }
.lista-cidades { display: flex; flex-wrap: wrap; gap: 50px; justify-content: center; max-width: 1200px; margin: 0 auto; }
.estado-grupo { flex: 1; min-width: 320px; }
.estado-grupo h3 { font-size: 1.8rem; text-transform: uppercase; font-weight: 800; padding-bottom: 10px; margin-bottom: 25px; color: var(--preto-suave); }
.estado-grupo.mg h3 { border-bottom: 4px solid var(--vermelho-efs); }
.estado-grupo.sp h3 { border-bottom: 4px solid var(--amarelo); }
.estado-grupo ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; list-style: none; }
.estado-grupo li { background-color: white; color: var(--preto-suave); padding: 12px 15px; border-radius: 8px; font-weight: 700; font-size: 1.05rem; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border: 1px solid #f4f4f4; }

/* =========================================================
   RESPONSIVIDADE HOME (TELEMÓVEL)
   ========================================================= */
@media (max-width: 768px) {
    /* 1. CARTÃO DE VIDRO E CAMIÃO DESPOLUÍDO */
    .hero-premium { 
        margin-top: 100px !important; 
        height: auto !important; 
        min-height: 550px !important;
        background-position: 70% center !important; 
        padding: 40px 5% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    } 

    .hero-overlay { padding: 0 !important; background: rgba(0,0,0,0.2) !important;} 

    .hero-content { 
        background: rgba(13, 27, 42, 0.75) !important; /* Azul escuro elegante */
        backdrop-filter: blur(5px) !important; /* Efeito vidro fosco */
        border: 1px solid rgba(255,255,255,0.1) !important; 
        padding: 30px 20px !important; 
        border-radius: 12px !important;
        text-align: center !important; 
        width: 95% !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    }

    /* Textos reduzidos para caberem bem no cartão do telemóvel */
    .badge { font-size: 0.85rem !important; margin: 0 auto 15px auto !important; padding: 8px 12px !important; display: inline-block !important; }
    .hero-content h2 { font-size: 1.6rem !important; line-height: 1.3 !important; margin-bottom: 20px !important; text-shadow: none !important; }
    .checklists { justify-content: center !important; font-size: 0.95rem !important; gap: 10px !important; margin-bottom: 15px !important;}
    .desc { font-size: 1rem !important; margin-bottom: 25px !important; }
    
    .hero-buttons { text-align: center !important; }
    .btn-primary { width: 100% !important; display: block !important; font-size: 1.05rem !important; padding: 15px !important; }

    /* 2. BLINDAGEM DO MAPA NO TELEMÓVEL (Garante que nunca desaparece) */
    .secao-banner-completo { display: block !important; width: 100% !important; }
    .container-banner-interativo { display: block !important; width: 100% !important; }
    .imagem-banner-100 { 
        width: 100% !important; 
        height: auto !important; 
        display: block !important; 
        object-fit: contain !important; 
    }

    /* 3. RESTO DA PÁGINA */
    .secao-cidades { padding: 40px 5% !important; }
    .lista-cidades { flex-direction: column !important; gap: 30px !important; }
    .estado-grupo ul { grid-template-columns: 1fr !important; }
    .titulo-secao.esquerdo h2 { font-size: 1.8rem !important; text-align: center !important; }
    .titulo-secao.esquerdo .linha-detalhe { margin: 15px auto !important; }
    .sobre-texto p { text-align: center !important; font-size: 1.1rem !important; }
    .link-invisivel-prazos { width: 50%; height: 8%; top: 46%; left: 25%; }
}