/* ============================
   CONFIGURAÇÕES GERAIS
============================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: white;
    background: #111;
    line-height: 1.5;
}

h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

p {
    font-size: 14px;
    line-height: 1.6;
}

section {
    padding: 80px 20px;
    background: transparent !important;
}

/* ============================
   FAIXA PROMOCIONAL
============================ */
.faixa-promocional {
    background: #ff6600;
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: bold;
    border: transparent;
}

/* ============================
   HERO DIESEL
============================ */
.hero-diesel {
    text-align: center;
    padding: 100px 20px 60px;
}

.hero-diesel-content {
    max-width: 800px;
    margin: auto;
}

.hero-diesel h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-diesel h1 .alerta {
    color: #ff4444;
}

.hero-diesel p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-diesel-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-weight: bold;
    margin-bottom: 30px;
}

.icone-verde {
    color: #25D366;
    margin-right: 8px;
}


}

.btn-whatsapp:hover {
    background: #1da851;
    transform: scale(1.05);
}

/* ============================
   ALERTA PRETA
============================ */
.alerta-preta {
    text-align: center;
}

.alerta-conteudo {
    max-width: 800px;
    margin: auto;
}

.alerta-preta h2 {
    font-size: 28px;
}

.destaque {
    font-size: 32px;
    font-weight: bold;
    color: #ff4444;
}

.alerta-itens {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
	margin-bottom: 30px;
    flex-wrap: wrap;
}

.alerta-itens .fade-item {
    width: 30%;
    min-width: 240px;
    text-align: center;
}

.icone {
    font-size: 40px;
    color: #ff4444;
    margin-bottom: 10px;
}

.solucao {
    font-size: 18px;
    background: #ff4444;
    padding: 14px;
    border-radius: 8px;
    color: #ffdddd;
}

/* ============================
   ANIMAÇÕES
============================ */

.fade-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================
   CALCULADORA DE ECONOMIA
============================ */

.slider-km-linha {
  text-align: center;
  margin-bottom: 40px;
}

.slider-km-linha label {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-container input[type="range"] {
  width: 300px;
  accent-color: #25D366;
}

.km-extremo {
  font-size: 14px;
  color: #ccc;
}

.km-atual {
  font-size: 20px;
  color: #25D366;
  font-weight: bold;
  margin-top: 10px;
}

.economia-card.potencial h3 {
    color: #fff;
}

.economia-card.potencial .descricao {
    color: #fff;
}

.economia-card.potencial ul li strong {
    color: #FFD700;
}

/* =========================
   BORDA AMARELA NO CARD DO MEIO
========================= */

.economia-card.destaque {
  border: 2px solid #FFD700;
}


.calculadora-economia {
    text-align: center;
}

.calculadora-conteudo {
    max-width: 900px;
    margin: auto;
}

.economia-blocos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
	  align-items: stretch;
}

.economia-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.economia-card {
    background: #222;
    color: white;
    padding: 30px;
    border-radius: 12px;
    width: 280px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



.economia-card .descricao {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
}

.economia-card ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.economia-card ul li strong {
    color: #4CAF50;
}

.selo-comum {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

.icone-destaque {
  font-size: 36px;
  margin-bottom: 10px;
  color: #FFD700; /* amarelo ouro para destaque */
}

.icone-secundario {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff; /* branco para secundario */
}

.observacao {
    font-size: 14px;
    color: #aaa;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

/* =========================
   CARD VISUAL PREMIUM
========================= */

.economia-card {
  background: linear-gradient(180deg, #111c2e, #0a1220);
  border-radius: 18px;
  padding: 30px;
  text-align: center;
}

.economia-card .icone-destaque {
  font-size: 26px;
  color: #FFD700;
  margin-bottom: 15px;
}

.economia-card .icone-secundario {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}

/* Título */
.economia-card h3 {
  font-size: 18px;
  color: #FFD700;
  margin-bottom: 4px;
}
.economia-card-normal h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.economia-card .descricao {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 25px;
}

/* Bloco principal */
.bloco-valor .label {
  font-size: 13px;
  color: #9ca3af;
}

.valor-principal {
  font-size: 32px;
  font-weight: 800;
  color: #FFD700;
  margin-top: 5px;
}

.valor-secundario {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-top: 5px;
}

/* Separador */
.linha-separador {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 20px 0;
}

/* Secundários */
.valores-secundarios .linha {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.valores-secundarios span {
  color: #9ca3af;
}

.valores-secundarios strong {
  color: #22c55e;
}

/* ============================
   VIDEO
============================ */

.video-explicativo {
  padding: 30px 10px;
  text-align: center;
  background: #111;
  color: white;
}

.video-conteudo {
  max-width: 800px;
  margin: auto;
}

.btn-video {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: 0.3s;
}

.btn-video:hover {
  background: #1da851;
  transform: scale(1.05);
}

.video-explicativo h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.legenda-video {
  font-size: 16px;
  color: #ccc;
}

.link-video {
  font-size: 20px;
  font-weight: bold;
  color: #25D366;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.link-video:hover {
  color: #1da851;
}

.link-video i {
  font-size: 18px;
}

/* ============================
   LAUDO TÉCNICO
============================ */

.laudo-tecnico {
  padding: 80px 20px;
  background: #111;
  color: white;
  text-align: center;
}

.laudo-conteudo {
  max-width: 1100px;
  margin: auto;
}

.titulo-laudo {
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitulo-laudo {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
}

.laudo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.laudo-linha {
  display: flex;
  align-items: flex-start;
  background: #222;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  text-align: left;
}

.laudo-linha.visible {
  opacity: 1;
  transform: translateY(0);
}

.laudo-linha:hover {
  border-color: currentColor;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.icone-box {
  font-size: 36px;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
}

.texto-box {
  text-align: right;
}

.red {
  color: #ff4444;
  font-weight: bold; /* opcional */
}


.texto-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.valor {
  font-size: 16px;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 4px;
}

.descricao {
  font-size: 14px;
  color: #aaa;
}

/* Cores específicas */
.verde { color: #4CAF50; }
.azul { color: #2196F3; }
.amarelo { color: #FFD700; }
.branco { color: #f0f0f0; }
.cinza { color: #999; }
.verde-claro { color: #80e27e; }

/* ============================
   SESSÃO NINGUEM CONTA
============================ */

.sessao-conta {
  background: #000;
  color: #f5f5f5;
  padding: 80px 20px;
}

.conta-conteudo {
  max-width: 1100px;
  margin: auto;
}

.cabecalho-conta {
  text-align: center;
  margin-bottom: 40px;
}

.cabecalho-conta h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.intro {
  font-size: 16px;
  font-weight: bold;
  color: #4CAF50;
}

.grid-conta {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: flex-start;
}


.bloco-exemplo,
.bloco-beneficios {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.icone-verde {
  font-size: 32px;
  color: #4CAF50;
  flex-shrink: 0;
  margin-top: 4px;
}

.texto-exemplo h3,
.texto-beneficios h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.texto-exemplo p {
  font-size: 15px;
  margin-bottom: 6px;
  color: #ccc;
}

.destaque {
  color: #4CAF50;
  font-weight: 500;
  font-size: 15px;
}

.texto-beneficios ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.texto-beneficios li {
  font-size: 15px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ddd;
}

.texto-beneficios li i {
  color: #4CAF50;
}

/* Box sutil na segunda coluna */
.box-sutil {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.texto-exemplo p {
  font-size: 15px;
  margin-bottom: 14px;
  color: #ccc;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}

.texto-exemplo p strong {
  font-weight: 500;
}

.destaque {
  color: #4CAF50;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding-left: 20px;
}

.linha-exemplo {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 14px;
  color: #ccc;
}

.label {
  font-size: 15px;
  font-weight: 500;
}

.valor {
  font-size: 15px;
  font-weight: 500;
  color: #4CAF50;
  text-align: right;
  padding-left: 20px;
  min-width: 140px;
}

/* Estrutura base */
.linha-exemplo {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 16px;
  color: #ccc;
}

.label {
  font-size: 15px;
  font-weight: 500;
}

.valor {
  text-align: right;
  padding-left: 20px;
}

/* Estilos específicos dos números */
.valor.km {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
}

.valor.medio {
  font-size: 17px;
  color: #4CAF50;
  font-weight: 600;
}

.valor.ano {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
}

.valor.cinco-anos {
  font-size: 20px;
  color: #4CAF50;
  font-weight: 700;
}

/* ============================
   RODAPÉ
============================ */
.footer {
    text-align: center;
    padding: 25px;
    background: #111;
}

/* ============================
   RESPONSIVO
============================ */
@media (max-width: 768px) {

    .alerta-itens {
        flex-direction: column;
        align-items: center;
    }

    .alerta-itens .fade-item {
        width: 100%;
    }

    .economia-blocos {
        flex-direction: column;
        align-items: center;
    }

    .economia-card {
        width: 100%;
    }

    .hero-diesel h1 {
        font-size: 28px;
    }

    .hero-diesel p {
        font-size: 18px;
    }
}

.fade-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-item.visible {
  opacity: 1;
  transform: translateY(0);
}



/* ================================
   DEPOIMENTOS - SLIDER
================================ */

.depoimentos {
  background: radial-gradient(circle at top, #0c1625, #050b14);
  padding: 90px 20px;
  color: #ffffff;
}

.depoimentos-conteudo {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.titulo-depoimentos {
  font-size: 2.3rem;
  margin-bottom: 50px;
}

.slider-depoimentos {
  position: relative;
  background: linear-gradient(180deg, #0f1c2d, #08101c);
  border-radius: 22px;
  padding: 50px 20px;
  overflow: hidden;
}

.slide {
  display: none;
  flex-direction: column;
  align-items: center;
  animation: fadeSlide 0.4s ease;
}

.slide.ativo {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* VIDEO */
.video-card {
  position: relative;
  width: 240px;
  height: 430px;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  margin-bottom: 25px;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #ff0000;
  background: rgba(0,0,0,0.35);
}

/* AVALIAÇÃO */
.avaliacao {
  color: #ffc83d;
  margin-bottom: 12px;
}

.frase {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.tipo {
  color: #00ff88;
  font-size: 0.9rem;
  font-weight: 600;
}

.autor {
  display: block;
  font-size: 0.85rem;
  color: #bfc7d5;
  margin-top: 4px;
}

/* CONTROLES */
.slider-controles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.slider-controles button {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #555;
  border-radius: 50%;
}

.dot.ativo {
  background: #00ff88;
}

/* RESPONSIVO */
@media (max-width: 600px) {
  .video-card {
    width: 200px;
    height: 360px;
  }

  .titulo-depoimentos {
    font-size: 1.9rem;
  }
}
/* SELO - DEPOIMENTOS REAIS */
.selo-depoimentos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 136, 0.12);
  border: transparent;
  color: #00ff88;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.selo-depoimentos i {
  font-size: 0.9rem;
}

/* ================================
   GALERIA
================================ */

.galeria {
  background: radial-gradient(circle at top, #0f1c2d, #060d16);
  padding: 90px 20px;
  color: #ffffff;
  text-align: center;
}

.galeria-conteudo {
  max-width: 1200px;
  margin: 0 auto;
}

/* SELO */
.selo-galeria {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 136, 0.12);
  border: 1px solid rgba(0, 255, 136, 0.35);
  color: #00ff88;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.selo-galeria i {
  font-size: 0.9rem;
}

.titulo-galeria {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.subtitulo-galeria {
  font-size: 1rem;
  color: #b8c1cc;
  margin-bottom: 50px;
}

/* GRID 2x3 */
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ITENS */
.galeria-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}



.galeria-item img,
.galeria-item video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantém 1:1 sem distorcer */
  display: block;
}


/* ============================
   SESSÃO DE URGÊNCIA	
============================ */
.sessao-urgencia {
  padding: 10px 20px;
  background: #0f1115;
}
.urgencia-conteudo {
  max-width: 1100px;
  margin: 0 auto;
}
.urgencia-box {
  border: 2px solid #f2c200; /* amarelo gema */
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(242, 194, 0, 0.05);
  align-items: center;          /* CENTRALIZA O CONTEÚDO */
  text-align: center;           /* CENTRALIZA OS TEXTOS */
}
.urgencia-item {
  display: flex;
  align-items: center;
  justify-content: center;      /* CENTRALIZA ÍCONE + TEXTO */
  gap: 12px;
  font-size: 1.05rem;
  color: #ffffff;
  opacity: 0.85;
}
.urgencia-item i {
  color: #f2c200;
  font-size: 20px;
}
.urgencia-item.destaque {
  font-weight: 600;
  opacity: 1;
}

/* Animação de "acender" */
@keyframes piscar {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.urgencia-item {
  animation: piscar 2.2s infinite;
}
.urgencia-item:nth-child(2) {
  animation-delay: 1.1s;
}

/* ============================
   CALCULADORA DE PERDA
============================ */
.calculadora-perda {
  background: radial-gradient(circle at top, #0f1118, #05070c);
  padding: 90px 20px;
  color: #ffffff;
  text-align: center;
}
.perda-conteudo {
  max-width: 1100px;
  margin: 0 auto;
}
.titulo-perda {
  font-size: 2.4rem;
  margin-bottom: 6px;
}
.titulo-perda i { color: #ff4d4f; margin-right: 8px; }
.subtitulo-perda {
  font-size: 1.2rem;
  color: #bfc6d4;
  margin-bottom: 8px;
}
.frase-impacto {
  color: #ff4d4f;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Slider em largura total e verde */
.slider-perda label {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.slider-perda label i { color: #25D366; margin-right: 6px; }
.slider-container.slider-full {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.slider-container.slider-full input[type="range"] {
  width: 100%;
  accent-color: #25D366;
}
.km-atual.destaque-tempo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff4d4f;
  margin-bottom: 8px;
}

.resultado-perda {
  background: rgba(255, 255, 255, 0.08); /* cinza com transparência */
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 30px 20px;
  margin: 30px 0 20px;
}
.texto-resultado {
  font-size: 1.1rem;
}
.texto-resultado i { color: #ff4d4f; margin-right: 6px; }
.resultado-perda h3 {
  font-size: 2.6rem;
  color: #ff4d4f;
  margin: 10px 0;
}
.resultado-perda h3 i { color: #4CAF50; margin-right: 6px; }
.observacao-perda {
  font-size: 0.95rem;
  color: #b5b8c3;
}
.alerta-perda {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff4d4f;
  margin: 20px 0 10px;
}
.fechamento-perda {
  font-size: 1rem;
  color: #d5d9e3;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .titulo-perda { font-size: 1.9rem; }
  .resultado-perda h3 { font-size: 2.1rem; }
}
  .resultado-perda h3 { font-size: 2.1rem; }
}

/* ============================
   SESSÃO COMPARAÇÃO – 3 COLUNAS
============================ */
.sessao-compare {
  padding: 90px 20px;
  background: #0b0e14;
  color: #ffffff;
}
.compare-conteudo {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.titulo-compare {
  font-size: 2.3rem;
  margin-bottom: 6px;
}
.titulo-compare i { color: #f2c200; margin-right: 8px; }
.subtitulo-compare {
  color: #b5b8c3;
  margin-bottom: 6px;
}
.subtitulo-compare.destaque {
  color: #f2c200;
  font-weight: 700;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.compare-coluna {
  background: #151822;
  border-radius: 18px;
  padding: 36px 28px;
}
.compare-coluna h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.compare-coluna h3 i { margin-right: 6px; }
.compare-bloco { margin-bottom: 18px; }
.rotulo {
  display: block;
  font-size: 0.9rem;
  color: #b5b8c3;
}
.valor {
  font-size: 1.6rem;
  font-weight: 700;
}
.valor.positivo { color: #1fae63; }

/* Coluna negativa */
.compare-coluna.negativa h3,
.compare-coluna.negativa .valor,
.compare-coluna.negativa .observacao { color: #ff4d4f; }

/* Coluna central – investimento */
.compare-coluna.destaque {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid #f2c200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icone-investimento {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #f2c200; /* círculo amarelo */
  background: rgba(242, 194, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  animation: pulse 1.6s infinite;
}
.icone-investimento i {
  color: #f2c200; /* seta amarela */
  font-size: 30px;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 0.7; }
}
.compare-coluna.destaque .tag { color: #f2c200; margin-bottom: 6px; }
.compare-coluna.destaque .preco { font-size: 2.2rem; color: #f2c200; }

/* Coluna positiva */
.compare-coluna.positiva h3,
.compare-coluna.positiva .valor.positivo,
.compare-coluna.positiva .observacao { color: #1fae63; }

/* BOX RETORNO */
.compare-retorno {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.retorno-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 28px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
}
.retorno-box i { color: #1fae63; font-size: 28px; }
.retorno-texto .valor { color: #1fae63; }

/* Responsivo */
@media (max-width: 900px) {
  .compare-grid { grid-template-columns: 1fr; }
  .compare-coluna.destaque { order: -1; }
  .titulo-compare { font-size: 1.9rem; }
}

/* ============================
   SESSÃO TABELA DE MODELOS
============================ */
.sessao-modelos {
  padding: 90px 20px;
  background: #0f1118;
  color: #ffffff;
}
.modelos-conteudo {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.titulo-modelos {
  font-size: 2.3rem;
  margin-bottom: 6px;
}
.subtitulo-modelos {
  color: #b5b8c3;
  margin-bottom: 40px;
}

.tabela-modelos {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #151822;
  border: 1px solid rgba(255,255,255,0.08);
}

/* GRID FIXO PARA TODAS AS LINHAS */
.linha {
  display: grid;
  grid-template-columns: 2.5fr 1.2fr 1.2fr 140px; /* colunas com largura real fixa */
  padding: 16px 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* CABEÇALHO USA O MESMO GRID */
.linha.cabecalho {
  background: rgba(31,174,99,0.08);
  font-weight: 600;
  color: #1fae63;
}

/* ALINHAMENTOS POR COLUNA */
.linha span:nth-child(1) { text-align: left; }
.linha span:nth-child(2),
.linha span:nth-child(3) { text-align: center; }

.linha:last-child { border-bottom: none; }

.preco { color: #1fae63; font-weight: 700; }

.btn-comprar {
  justify-self: end; /* garante que não invada a coluna anterior */
  background: #1fae63;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn-comprar:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(31,174,99,0.4);
}

.beneficios-modelos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 20px;
}
.beneficio {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1fae63;
  font-size: 0.95rem;
}

.selos-pagamento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.selo {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 14px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #1fae63;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .linha {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }
  .linha.cabecalho { display: none; }
  .btn-comprar { align-self: flex-start; }
}

 /* ============================
     FILTRO DE QUALIFICAÇÃO
  ============================ */
  .filtro-compra {
    padding: 80px 20px;
    background: #0f1115;
    color: #fff;
  }
  .filtro-conteudo {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .titulo-filtro {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .subtitulo-filtro {
    color: #b5b8c3;
    margin-bottom: 40px;
  }
  .filtro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
  .filtro-coluna {
    background: #151822;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: left;
  }
  .filtro-coluna h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 1.3rem;
  }
  .filtro-coluna ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .filtro-coluna li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .filtro-coluna li:last-child { border-bottom: none; }

  /* Coluna NÃO COMPRE */
  .filtro-coluna.nao-compre h3 i,
  .filtro-coluna.nao-compre li i { color: #ff4d4f; }

  /* Coluna COMPRE */
  .filtro-coluna.compre h3 i,
  .filtro-coluna.compre li i { color: #1fae63; }

  /* Responsivo */
  @media (max-width: 820px) {
    .filtro-grid { grid-template-columns: 1fr; }
    .titulo-filtro { font-size: 1.8rem; }
  }
  
  /* ============================
   SESSÃO GARANTIA
============================ */
.sessao-garantia {
  padding: 90px 20px;
  background: #0b0e14;
  color: #ffffff;
}
.garantia-conteudo {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.titulo-garantia {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.titulo-garantia i { color: #1fae63; margin-right: 8px; }
.titulo-garantia .destaque { color: #1fae63; font-weight: 700; }
.texto-garantia {
  color: #b5b8c3;
  max-width: 760px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.garantia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.garantia-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1fae63;
  font-weight: 600;
  animation: brilho 2.4s infinite;
}
.garantia-item i {
  font-size: 22px;
  color: #1fae63; /* ticket verde */
}

/* Efeito de "acender" suave */
@keyframes brilho {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
.garantia-item:nth-child(2) { animation-delay: 0.8s; }
.garantia-item:nth-child(3) { animation-delay: 1.6s; }

@media (max-width: 820px) {
  .garantia-grid { grid-template-columns: 1fr; }
  .titulo-garantia { font-size: 1.8rem; }
}

/* ============================
   SESSÃO FAQ
============================ */
.sessao-faq {
  padding: 90px 20px;
  background: #0f1118;
  color: #ffffff;
}
.faq-conteudo {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.titulo-faq {
  font-size: 2.2rem;
  margin-bottom: 6px;
}
.titulo-faq i { color: #1fae63; margin-right: 8px; }
.subtitulo-faq {
  color: #b5b8c3;
  margin-bottom: 40px;
}
.subtitulo-faq.destaque { color: #1fae63; font-weight: 700; }

.faq-lista { text-align: left; }
.faq-item {
  background: #151822;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.faq-pergunta {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  padding: 16px 18px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-pergunta i { color: #ffffff; transition: transform 0.3s ease; }
.faq-resposta {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  color: #b5b8c3;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.ativo .faq-resposta {
  max-height: 200px;
  padding: 0 18px 16px;
}
.faq-item.ativo .faq-pergunta i {
  transform: rotate(180deg);
}

@media (max-width: 820px) {
  .titulo-faq { font-size: 1.8rem; }
}

 /* ============================
     SESSÃO: CTA WHATSAPP (FUNDO PRETO)
  ============================ */
  .cta-whatsapp{padding:72px 20px;background:#0b0e14;color:#ffffff;}
  .cta-container{max-width:1100px;margin:0 auto;text-align:center;}
  .cta-title{font-size:2.1rem;font-weight:800;margin-bottom:10px;}
  .cta-sub{opacity:.9;max-width:780px;margin:0 auto 28px;}

  .cta-actions{display:flex;justify-content:center;}

  /* Botão verde apenas (sem box grande) */
  .cta-btn{display:inline-flex;align-items:center;gap:12px;background:#1fae63;border:1px solid rgba(255,255,255,.2);color:#0b0e14;text-decoration:none;padding:16px 28px;border-radius:999px;font-weight:800;letter-spacing:.2px;transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;}
  .cta-btn i{font-size:1.05rem;}
  .cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(31,174,99,.35);filter:brightness(1.05);}  

  .cta-foot{margin-top:14px;font-size:.95rem;opacity:.85;}

  @media (max-width:768px){
    .cta-title{font-size:1.7rem;}
    .cta-btn{padding:14px 22px;}
  }
  
  /* ANIMAÇÃO PULSE */
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 200, 83, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
  }
}

/* BOTÃO COM PULSE */
.btn-whatsapp {
  background-color: #00c853;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 6px;
  text-decoration: none;
  animation: pulse-whatsapp 2s infinite;
  transition: all 0.3s ease;
}

.btn-whatsapp i {
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #00b34a;
  transform: translateY(-2px);
  animation: none; /* pausa o pulse ao passar o mouse */
}

/* Footer */

.footer-ecodiffusore {
  background: #06172b; /* azul marinho bem escuro */
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.footer-ecodiffusore .footer-conteudo {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer-direitos {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.footer-info {
  font-size: 13px;
  opacity: 0.7;
}

/* ============================
   HERO VISUAL IGUAL À IMAGEM
============================ */

.hero-diesel {
  background: radial-gradient(circle at top, #0b1625, #050a12);
  padding: 110px 20px 80px;
  text-align: center;
}

.logo-hero {
  width: 100%;
  max-width: 420px;   /* tamanho ideal no desktop */
  height: auto;
  display: block;
  margin: 0 auto 16px; /* centraliza */
}

@media (max-width: 768px) {
  .logo-hero {
    max-width: 170px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .logo-hero {
    max-width: 140px;
  }
}


.hero-diesel h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-diesel .alerta {
  color: #ff3b3b;
}

.subhero {
  font-size: 18px;
  color: #cbd5e1;
  max-width: 760px;
  margin: 0 auto 30px;
}

.hero-diesel-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #25D366;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero-diesel-info i {
  margin-right: 6px;
}

/* CTA SCROLL */
.cta-scroll {
  color: #25D366;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.cta-scroll i {
  display: block;
  margin-top: 8px;
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ============================
   VIDEO (SEÇÃO SEPARADA)
============================ */

.video-explicativo {
  background: linear-gradient(180deg, #0a1220, #050a12);
  padding: 20px 20px;
  text-align: center;
}

.video-explicativo h2 {
  font-size: 26px;
  margin-bottom: 30px;
}


/* ============================
   AJUSTE FINO – HERO
============================ */

/* trava tudo no mesmo eixo */
.hero-diesel-content {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* logo + selo alinhados */
.logo-hero {
  display: block;
  margin: 0 auto 14px;
}

.selo-topo {
  margin: 0 auto 28px;
}

/* título mais equilibrado */
.hero-diesel h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* subtítulo alinhado com título */
.subhero {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* métricas alinhadas e centralizadas */
.hero-diesel-info {
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 42px;
}

/* bloco "entenda como funciona" */
.cta-scroll {
  margin-top: 10px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* botão de vídeo sobe e conecta visualmente */
.video-explicativo .btn-video {
  margin-top: -10px;
  margin-bottom: 18px;
}

/* título do vídeo mais próximo */
.video-explicativo h2 {
  margin-top: 50px;
}


/* ============================
   AJUSTE DE ESPAÇAMENTO – HERO
============================ */

/* reduz o "vazio" geral */
.hero-diesel {
  padding: 70px 20px 50px; /* antes estava muito alto */
}

/* remove margens acumuladas */
.hero-diesel-content {
  gap: 0;
}

/* logo mais próxima do topo */
.logo-hero {
  margin-bottom: 10px;
}

/* selo mais próximo do título */
.selo-topo {
  margin-bottom: 18px;
}

/* título sem respiro exagerado */
.hero-diesel h1 {
  margin-bottom: 16px;
}

/* subtítulo mais colado */
.subhero {
  margin-bottom: 20px;
}

/* métricas mais próximas */
.hero-diesel-info {
  margin-bottom: 26px;
}

/* CTA scroll sem buraco */
.cta-scroll
}

/* ============================
   LAUDO TÉCNICO – VISUAL PREMIUM
============================ */

.laudo-tecnico {
  background: radial-gradient(circle at top, #0b1625, #050a12);
  padding: 90px 20px;
  color: #ffffff;
}

.laudo-conteudo {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.titulo-laudo {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.subtitulo-laudo {
  font-size: 16px;
  color: #9fb0c9;
  margin-bottom: 50px;
}

/* GRID */
.laudo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* CARD */
.laudo-linha {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 24px;
  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(20, 35, 60, 0.75),
    rgba(10, 20, 35, 0.75)
  );

  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);

  text-align: left;

  opacity: 1;
  transform: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.laudo-linha:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* ÍCONE EM BADGE */
.icone-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  flex-shrink: 0;

  background: rgba(0, 255, 136, 0.15);
  color: #00ff88;
}

/* TEXTO */
.texto-box h3 {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #00ff88;
}

.texto-box .valor {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.texto-box .descricao {
  font-size: 14px;
  color: #b8c6da;
  line-height: 1.5;
}

/* CORES POR TIPO (opcional, mais sutil) */
.laudo-linha.azul .icone-box { background: rgba(0, 140, 255, 0.18); color: #4da3ff; }
.laudo-linha.amarelo .icone-box { background: rgba(255, 200, 0, 0.18); color: #ffd54f; }
.laudo-linha.branco .icone-box { background: rgba(255,255,255,0.15); color: #ffffff; }
.laudo-linha.cinza .icone-box { background: rgba(160,160,160,0.2); color: #d1d5db; }

.popup-conteudo {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding-top: 56.25%; /* 16:9 ratio */
}

.popup-conteudo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* ============================
   MODAL DE VÍDEO
============================ */
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.ativo {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}

.fechar-modal {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}


/* MODAL DE VÍDEO */
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.ativo {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}

.fechar-video {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.modal-video {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-video.ativo {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 420px;
  background: #000;
  border-radius: 16px;
  z-index: 2;
}

.modal-player video,
.modal-player audio {
  width: 100%;
  border-radius: 16px;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}


.modal-galeria {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-galeria.ativo {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: transparent;
  border-radius: 16px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-player img,
.modal-player video {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  background: #000;
}

.modal-player {
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-close {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 36px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.galeria-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.25),
    transparent
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.galeria-overlay h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}

.galeria-overlay p {
  font-size: 13px;
  opacity: 0.9;
  margin: 0;
}


.galeria-item:hover .galeria-overlay {
  opacity: 1;
}

.galeria-item img,
.galeria-item video {
  transition: transform 0.4s ease;
}

.galeria-item:hover img,
.galeria-item:hover video {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .galeria-overlay {
    opacity: 1;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.65),
      transparent
    );
  }
}
.play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-icon i {
  font-size: 48px;
  color: #1ed760;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 18px;
}

.galeria-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.25),
    transparent
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none; /* 🔑 ESSENCIAL */
}




.galeria-media,
.galeria-item img,
.galeria-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.galeria-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.galeria-legenda {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.15),
    transparent
  );

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 18px;
  color: #fff;

  opacity: 0;
  transition: opacity 0.3s ease;
}

.galeria-legenda strong {
  font-size: 16px;
  font-weight: 600;
}

.galeria-legenda span {
  font-size: 13px;
  opacity: 0.85;
}
.galeria-item:hover img {
  transform: scale(1.05);
}

.galeria-item:hover .galeria-legenda {
  opacity: 1;
}


.selo-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: rgba(0, 200, 90, 0.15);
  color: #00e676;

  padding: 6px 14px;
  border-radius: 999px;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;

  margin-bottom: 18px;
}

.selo-video i {
  font-size: 16px;
}


.video-conteudo {
  text-align: center;
}

.selo-video {
  margin-left: auto;
  margin-right: auto;
}


/* reduz espaço entre selo e título */
.selo-video {
  margin-bottom: 10px; /* antes estava grande demais */
}

/* controla o respiro do título */
.video-explicativo h2 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.2; /* chave para reduzir altura visual */
}


/* BOTÃO VOLTAR AO TOPO */
#backToTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #00c853; /* verde do site */
  color: #fff;
  border: none;
  cursor: pointer;
  display: none; /* aparece só ao rolar */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  z-index: 9999;
  transition: transform .2s ease, opacity .2s ease;
}

#backToTop:hover {
  transform: translateY(-3px);
}

/* mobile: um pouco menor */
@media (max-width: 768px) {
  #backToTop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }
}


/* ============================
   ALERTA – CONSUMO DE DIESEL
============================ */

.alerta-preta {
  background: radial-gradient(circle at top, #0b1a2e 0%, #060d18 70%);
  padding: 80px 20px;
  color: #fff;
}

.alerta-conteudo {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Título */
.alerta-preta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.3;
}

.alerta-preta .red {
  color: #ff3b3b;
}

/* Grid dos cards */
.alerta-itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

/* Card individual */
.alerta-itens > div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alerta-itens > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Ícones */
.alerta-itens .icone {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 16px;
}

/* Cores individuais dos ícones */
.alerta-itens > div:nth-child(1) .icone {
  background: rgba(255, 59, 59, 0.15);
  color: #ff3b3b;
}

.alerta-itens > div:nth-child(2) .icone {
  background: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}

.alerta-itens > div:nth-child(3) .icone {
  background: rgba(0, 200, 120, 0.15);
  color: #00c878;
}

/* Títulos dos cards */
.alerta-itens h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Texto dos cards */
.alerta-itens p {
  font-size: 15px;
  color: #cfd6e0;
  line-height: 1.5;
}

/* Linha da boa notícia */
.alerta-preta .solucao {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.alerta-preta .solucao strong {
  color: #fff;
}

/* Responsivo */
@media (max-width: 900px) {
  .alerta-itens {
    grid-template-columns: 1fr;
  }

  .alerta-preta h2 {
    font-size: 28px;
  }
}


.video-thumb-wrapper {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.video-thumb-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play central */
.video-thumb-wrapper .play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-thumb-wrapper .play-icon i {
  font-size: 64px;
  color: #22c55e;
  background: rgba(0,0,0,.45);
  border-radius: 50%;
  padding: 22px;
  transition: transform .3s ease;
}

.video-thumb-wrapper:hover .play-icon i {
  transform: scale(1.08);
}


@media (max-width: 768px) {
  .cabecalho-conta {
    text-align: center;
  }
}








