/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= BASE ================= */
body {
  background: #020617;
  color: #ffffff;
  font-family: Arial, sans-serif;
}

/* ================= NAVBAR ================= */
.navbar {
  background: #020617 !important;
  border-bottom: 1px solid #1f2937;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #22c55e !important;
}

/* HERO MODERNO */
#hero-area.hero-modern{
    position: relative;
    min-height: 100vh;
    background: url("../img/hero-bg.jpg") center center/cover no-repeat;
    overflow: hidden;
}

#hero-area .hero-overlay{
    position: absolute;
    inset: 0;
    background: #transparent;
}

#hero-area .hero-content{
    position: relative;
    z-index: 2;
    padding-top: 170px;
    padding-bottom: 100px;
}

.hero-tag{
    display: inline-block;
    color: #86C33A;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero-title{
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-text{
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 32px;
    max-width: 580px;
    margin-bottom: 35px;
}

.hero-buttons .btn{
    margin-right: 15px;
    margin-bottom: 15px;
}

.hero-image{
    max-width: 100%;
    animation: floatHero 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 35px rgba(0,0,0,.35));
}

@keyframes floatHero{
    0%{transform: translateY(0);}
    50%{transform: translateY(-12px);}
    100%{transform: translateY(0);}
}

/* RESPONSIVO */
@media(max-width:991px){

    .hero-title{
        font-size: 42px;
        margin-top: 30px;
    }

    .hero-text{
        font-size: 16px;
        line-height: 28px;
    }

    #hero-area .hero-content{
        padding-top: 140px;
    }
}

@media(max-width:767px){

    .hero-title{
        font-size: 34px;
    }

    .hero-buttons .btn{
        width: 100%;
        margin-right: 0;
    }
}

/* ================= VIDEO ================= */
.video-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.video-box img {
  width: 100%;
  border-radius: 12px;
  filter: brightness(0.7);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #22c55e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}

/* ================= VIDEO SECTION ================= */

.video-section{
background:#ffffff;
padding:90px 0;
}

.video-section h2{
font-size:42px;
font-weight:800;
color:#111827;
margin-bottom:12px;
}

.sub-video{
max-width:760px;
margin:0 auto 45px;
font-size:18px;
line-height:1.7;
color:#6b7280;
}

/* THUMB */
.video-box{
position:relative;
max-width:850px;
margin:0 auto;
border-radius:24px;
overflow:hidden;
cursor:pointer;
box-shadow:0 20px 45px rgba(0,0,0,.12);
transition:all .25s ease;
}

.video-box:hover{
transform:translateY(-5px);
box-shadow:0 28px 55px rgba(0,0,0,.16);
}

.video-box img{
width:100%;
display:block;
filter:brightness(.72);
transition:all .25s ease;
}

.video-box:hover img{
transform:scale(1.03);
filter:brightness(.82);
}

/* PLAY */
.play-video{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:92px;
height:92px;
border-radius:50%;
background:#22c55e;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
color:#fff;
box-shadow:0 18px 35px rgba(34,197,94,.35);
transition:all .25s ease;
}

.video-box:hover .play-video{
transform:translate(-50%,-50%) scale(1.08);
background:#16a34a;
}

/* MODAL */
.modal-video{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.82);
z-index:9999;
align-items:center;
justify-content:center;
padding:20px;
}

.modal-video-box{
position:relative;
width:100%;
max-width:980px;
background:#000;
border-radius:18px;
overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.modal-video video{
width:100%;
display:block;
max-height:85vh;
}

/* FECHAR */
.fechar-video{
position:absolute;
top:10px;
right:18px;
font-size:42px;
color:#fff;
cursor:pointer;
z-index:10;
line-height:1;
}

/* MOBILE */
@media(max-width:768px){

.video-section{
padding:70px 0;
}

.video-section h2{
font-size:30px;
line-height:1.25;
}

.sub-video{
font-size:16px;
margin-bottom:30px;
}

.play-video{
width:72px;
height:72px;
font-size:26px;
}

.fechar-video{
font-size:34px;
right:14px;
top:6px;
}

}

/* ===================================
SEÇÃO EMPRESA / AUTORIDADE
=================================== */

.empresa{
background:#ffffff;
padding:90px 0;
}

.empresa .container{
max-width:1140px;
margin:0 auto;
padding:0 15px;
}

/* TOPO */

.empresa .titulo{
font-size:52px;
font-weight:900;
color:#0f172a;
margin-bottom:18px;
line-height:1.1;
}

.empresa .subtitulo{
max-width:760px;
margin:0 auto 55px;
font-size:20px;
line-height:1.8;
color:#64748b;
}

.empresa .subtitulo strong{
color:#16a34a;
}

/* GRID */

.empresa .grid-empresa{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:26px;
}

/* BOX */

.empresa .box{
background:#ffffff;
border:1px solid #e5e7eb;
border-radius:22px;
padding:34px 28px;
transition:.25s ease;
box-shadow:0 10px 28px rgba(0,0,0,.04);
height:100%;
}

.empresa .box:hover{
transform:translateY(-6px);
border-color:#22c55e;
box-shadow:0 18px 38px rgba(34,197,94,.08);
}

/* ICONE */

.empresa .icone{
width:72px;
height:72px;
margin:0 auto 22px;
border-radius:50%;
border:2px solid #22c55e;
display:flex;
align-items:center;
justify-content:center;
transition:.25s;
}

.empresa .icone i{
font-size:30px;
color:#22c55e;
transition:.25s;
}

.empresa .box:hover .icone{
background:#22c55e;
}

.empresa .box:hover .icone i{
color:#ffffff;
}

/* TEXTOS */

.empresa h3{
font-size:30px;
font-weight:900;
color:#0f172a;
margin-bottom:14px;
line-height:1.1;
}

.empresa p{
font-size:17px;
line-height:1.8;
color:#64748b;
margin:0;
}

/* RESPONSIVO */

@media(max-width:991px){

.empresa{
padding:75px 0;
}

.empresa .titulo{
font-size:40px;
}

.empresa .subtitulo{
font-size:18px;
margin-bottom:40px;
}

.empresa .grid-empresa{
grid-template-columns:1fr;
gap:18px;
}

}

@media(max-width:576px){

.empresa{
padding:58px 0;
}

.empresa .titulo{
font-size:30px;
}

.empresa .subtitulo{
font-size:15px;
line-height:1.7;
}

.empresa .box{
padding:26px 20px;
}

.empresa h3{
font-size:24px;
}

.empresa p{
font-size:15px;
line-height:1.7;
}

}

/* ================= FAIXA DESTAQUE ================= */

.faixa-destaque{
background:linear-gradient(90deg,#020617,#000000,#020617);
padding:26px 0;
border-top:1px solid rgba(34,197,94,.18);
border-bottom:1px solid rgba(34,197,94,.18);
overflow:hidden;
}

.faixa-conteudo{
display:flex;
align-items:center;
justify-content:center;
gap:14px;
text-align:center;
}

/* ÍCONE */
.faixa-conteudo i{
font-size:24px;
color:#22c55e;
flex-shrink:0;
}

/* TEXTO */
.faixa-conteudo span{
font-size:22px;
font-weight:700;
letter-spacing:.3px;
color:#ffffff;
line-height:1.4;
}

/* brilho sutil */
.faixa-destaque::before{
content:"";
display:block;
position:absolute;
left:0;
right:0;
height:1px;
background:rgba(34,197,94,.15);
}

/* RESPONSIVO */
@media(max-width:768px){

.faixa-destaque{
padding:20px 0;
}

.faixa-conteudo{
gap:10px;
padding:0 12px;
}

.faixa-conteudo i{
font-size:20px;
}

.faixa-conteudo span{
font-size:16px;
line-height:1.5;
}

}

/* ================= TECNOLOGIA PATENTEADA ================= */

.patente-section{
background:#050505;
padding:95px 0;
}

/* GRID */
.patente-grid{
display:grid;
grid-template-columns:1.3fr .9fr;
gap:40px;
align-items:center;
}

/* TAG */
.mini-tag-patente{
display:inline-block;
background:#22c55e;
color:#fff;
font-size:12px;
font-weight:800;
letter-spacing:.6px;
padding:7px 14px;
border-radius:30px;
margin-bottom:18px;
}

/* TITULO */
.patente-texto h2{
font-size:44px;
font-weight:800;
line-height:1.2;
color:#ffffff;
margin-bottom:18px;
}

/* TEXTO */
.patente-texto p{
font-size:18px;
line-height:1.8;
color:#9ca3af;
margin-bottom:28px;
max-width:680px;
}

/* LISTA */
.lista-patente{
list-style:none;
padding:0;
margin:0 0 32px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px 18px;
}

.lista-patente li{
display:flex;
align-items:center;
gap:10px;
font-size:16px;
font-weight:600;
color:#ffffff;
}

.lista-patente li i{
color:#22c55e;
font-size:18px;
}

/* BOTÃO */
.btn-patente{
display:inline-flex;
align-items:center;
justify-content:center;
gap:12px;
background:#22c55e;
color:#fff;
font-size:18px;
font-weight:800;
padding:18px 30px;
border-radius:14px;
text-decoration:none;
transition:all .25s ease;
}

.btn-patente:hover{
background:#16a34a;
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(34,197,94,.18);
color:#fff;
}

/* BOX DIREITA */
.patente-box{
background:#111111;
border:1px solid #1f2937;
border-radius:24px;
padding:42px 34px;
text-align:center;
box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.selo-patente{
width:92px;
height:92px;
border-radius:50%;
margin:0 auto 20px;
background:rgba(34,197,94,.12);
border:1px solid rgba(34,197,94,.28);

display:flex;
align-items:center;
justify-content:center;
}

.selo-patente i{
font-size:38px;
color:#22c55e;
}

.patente-box h3{
font-size:28px;
font-weight:800;
color:#ffffff;
margin-bottom:12px;
}

.patente-box p{
font-size:16px;
line-height:1.7;
color:#9ca3af;
margin:0;
}

/* RESPONSIVO */
@media(max-width:992px){

.patente-grid{
grid-template-columns:1fr;
gap:28px;
}

.patente-texto{
text-align:center;
}

.patente-texto p{
margin-left:auto;
margin-right:auto;
}

.lista-patente{
grid-template-columns:1fr;
max-width:460px;
margin:0 auto 30px;
text-align:left;
}

}

@media(max-width:576px){

.patente-section{
padding:75px 0;
}

.patente-texto h2{
font-size:30px;
}

.patente-texto p{
font-size:16px;
}

.btn-patente{
width:100%;
padding:16px;
font-size:17px;
}

.patente-box{
padding:32px 22px;
}

.patente-box h3{
font-size:24px;
}

}

/* ================= DEPOIMENTOS ================= */

.depoimentos {
  background: #ffffff;
  color: #1f2937;
}

/* títulos */
.depoimentos h2 {
  color: #1f2937;
}

/* textos */
.depoimentos p {
  color: #4b5563;
}

/* cards (se tiver) */
.depoimentos .card-depoimento {
  background: #f9fafb;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.depoimentos .card-depoimento:hover {
  transform: translateY(-5px);
}

.grid-depoimentos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card-depoimento {
  cursor: pointer;
  text-align: center;
}

.card-depoimento img {
  width: 100%;
  border-radius: 10px;
  filter: brightness(0.7);
}

.card-depoimento p {
  margin-top: 10px;
  color: #9ca3af;
}

.subtitulo-depo{
max-width:700px;
margin:12px auto 45px;
font-size:18px;
color:#6b7280;
line-height:1.7;
}

/* info card */
.info-depo{
padding:20px;
text-align:center;
}

.info-depo h3{
font-size:22px;
font-weight:800;
color:#111827;
margin-bottom:6px;
}

.info-depo span{
display:block;
font-size:14px;
color:#22c55e;
font-weight:700;
margin-bottom:12px;
}

.info-depo p{
font-size:16px;
line-height:1.7;
color:#6b7280;
margin:0;
}

/* CTA FINAL */
.cta-depo{
margin-top:55px;
}

.cta-depo h3{
font-size:34px;
font-weight:800;
color:#111827;
margin-bottom:10px;
}

.cta-depo p{
font-size:17px;
color:#6b7280;
margin-bottom:25px;
}

/* botão */
.btn-whats-depo{
display:inline-flex;
align-items:center;
justify-content:center;
gap:12px;
background:#22c55e;
color:#fff;
font-size:20px;
font-weight:800;
padding:18px 34px;
border-radius:14px;
text-decoration:none;
transition:all .25s ease;
}

.btn-whats-depo:hover{
background:#16a34a;
transform:translateY(-3px);
box-shadow:0 18px 30px rgba(34,197,94,.18);
color:#fff;
}

.btn-whats-depo i{
font-size:26px;
}

/* mobile */
@media(max-width:576px){

.cta-depo h3{
font-size:28px;
}

.subtitulo-depo{
font-size:16px;
}

.btn-whats-depo{
width:100%;
font-size:18px;
padding:16px;
}

}

/* =====================================
SEÇÃO PRODUTOS PREMIUM
===================================== */
/* =====================================
SEÇÃO PRODUTOS PREMIUM - VERSÃO CORRIGIDA
===================================== */

#produtos{
background:#ffffff;
padding:90px 0;
}

#produtos .container{
max-width:1180px;
margin:0 auto;
padding:0 15px;
}

/* TOPO */

#produtos .topo-produtos{
margin-bottom:42px;
}

#produtos .topo-produtos h2{
font-size:52px;
font-weight:900;
color:#0f172a;
line-height:1.1;
margin-bottom:12px;
}

#produtos .topo-produtos p{
font-size:20px;
color:#64748b;
margin:0;
}

#produtos .topo-produtos strong{
color:#16a34a;
}

/* TABELA */

#produtos .produtos-tabela{
display:flex;
flex-direction:column;
gap:16px;
}

/* HEADER */

#produtos .produto-header{
display:grid;
grid-template-columns:2fr 1fr 1fr auto;
gap:24px;
padding:18px 28px;
background:#0b1427;
border-radius:18px;
font-size:15px;
font-weight:800;
color:#ffffff;
text-transform:uppercase;
letter-spacing:.5px;
}

/* LINHAS */

#produtos .produto-linha{
display:grid;
grid-template-columns:2fr 1fr 1fr auto;
align-items:center;
gap:24px;
padding:22px 28px;
background:linear-gradient(90deg,#081224,#0f1b33);
border-radius:18px;
border:1px solid rgba(255,255,255,.05);
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:all .25s ease;
position:relative;
overflow:hidden;
}

#produtos .produto-linha::before{
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
width:4px;
background:#22c55e;
}

#produtos .produto-linha:hover{
transform:translateY(-4px);
background:linear-gradient(90deg,#0d1a30,#132540);
}

/* TEXTOS */

#produtos .produto-modelo{
font-size:24px;
font-weight:800;
color:#ffffff;
line-height:1.3;
}

#produtos .produto-preco{
font-size:30px;
font-weight:900;
color:#22c55e;
}

#produtos .produto-parcelado{
font-size:22px;
font-weight:700;
color:#cbd5e1;
}

#produtos .produto-acao{
text-align:right;
}

/* BOTÃO */

#produtos .btn-whats{
display:inline-block;
background:#22c55e;
color:#ffffff;
padding:14px 22px;
border-radius:14px;
font-size:18px;
font-weight:800;
text-decoration:none;
white-space:nowrap;
transition:.25s ease;
box-shadow:0 12px 22px rgba(34,197,94,.18);
}

#produtos .btn-whats:hover{
background:#16a34a;
color:#ffffff;
transform:translateY(-2px);
}

/* =====================================
TABLET
===================================== */

@media(max-width:991px){

#produtos{
padding:75px 0;
}

#produtos .topo-produtos h2{
font-size:40px;
}

#produtos .produto-header{
display:none;
}

#produtos .produto-linha{
display:block;
background:#ffffff;
border:1px solid #e5e7eb;
padding:22px;
box-shadow:0 10px 24px rgba(0,0,0,.05);
}

#produtos .produto-linha::before{
width:100%;
height:4px;
top:0;
bottom:auto;
}

#produtos .produto-linha:hover{
transform:none;
background:#ffffff;
}

#produtos .produto-modelo{
font-size:22px;
color:#0f172a;
margin-bottom:10px;
}

#produtos .produto-preco{
font-size:28px;
color:#16a34a;
margin-bottom:8px;
}

#produtos .produto-parcelado{
font-size:18px;
color:#64748b;
margin-bottom:14px;
}

#produtos .produto-acao{
text-align:left;
}

#produtos .btn-whats{
display:block;
width:100%;
text-align:center;
font-size:17px;
padding:14px;
}

}

/* =====================================
MOBILE
===================================== */

@media(max-width:768px){

#produtos{
padding:60px 0;
}

#produtos .topo-produtos h2{
font-size:32px;
}

#produtos .topo-produtos p{
font-size:16px;
}

#produtos .produto-linha{
padding:18px;
margin-bottom:16px;
}

#produtos .produto-modelo{
font-size:21px;
}

#produtos .produto-preco{
font-size:26px;
}

#produtos .produto-parcelado{
font-size:17px;
}

}

/* =====================================
MOBILE PEQUENO
===================================== */

@media(max-width:480px){

#produtos .topo-produtos h2{
font-size:28px;
}

#produtos .produto-modelo{
font-size:19px;
}

#produtos .produto-preco{
font-size:24px;
}

#produtos .produto-parcelado{
font-size:16px;
}

#produtos .btn-whats{
font-size:16px;
padding:13px;
}

}

/* =====================================
CORREÇÃO TOPO MOBILE FICANDO BRANCO
COLE NO FINAL DO CSS
===================================== */

@media(max-width:991px){

/* cabeçalho continua visível */
#produtos .produto-header{
display:grid !important;
grid-template-columns:1fr;
padding:18px;
background:#0b1427 !important;
color:#ffffff !important;
border-radius:18px;
text-align:center;
font-size:16px;
font-weight:800;
}

/* cada coluna vira linha */
#produtos .produto-header > div,
#produtos .produto-header span,
#produtos .produto-header p{
display:block;
color:#ffffff !important;
margin:4px 0;
}

/* impede hover branco */
#produtos .produto-header:hover{
background:#0b1427 !important;
color:#ffffff !important;
}

}

/* no mobile pequeno ajusta texto */
@media(max-width:768px){

#produtos .produto-header{
font-size:15px;
padding:16px;
}

}

@media(max-width:480px){

#produtos .produto-header{
font-size:14px;
padding:14px;
}

}

/* ================= BENEFÍCIOS SECTION FUNDO PRETO ================= */

.beneficios-section{
background:#050505;
padding:90px 0;
}

/* TOPO */
.topo-beneficios{
margin-bottom:55px;
text-align:center;
}

.topo-beneficios h2{
font-size:42px;
font-weight:800;
color:#ffffff;
margin-bottom:10px;
}

.topo-beneficios p{
font-size:18px;
color:#9ca3af;
}

/* GRID */
.beneficios-grid-geral{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

/* CARD */
.item-beneficio{
background:#111111;
border:1px solid #1f2937;
border-radius:18px;
padding:35px 25px;
text-align:center;
transition:all .25s ease;
}

/* HOVER */
.item-beneficio:hover{
transform:translateY(-6px);
border-color:#22c55e;
box-shadow:0 18px 35px rgba(34,197,94,.12);
}

/* ÍCONE */
.item-beneficio i{
font-size:34px;
color:#22c55e;
margin-bottom:18px;
}

/* TÍTULO */
.item-beneficio h4{
font-size:22px;
font-weight:800;
color:#ffffff;
margin-bottom:8px;
}

/* TEXTO */
.item-beneficio p{
font-size:16px;
color:#9ca3af;
line-height:1.6;
margin:0;
}

/* RESPONSIVO */
@media(max-width:992px){

.beneficios-grid-geral{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.beneficios-grid-geral{
grid-template-columns:1fr;
}

.topo-beneficios h2{
font-size:32px;
}

.topo-beneficios p{
font-size:16px;
}

}

/* ================= CTA WHATS ================= */

.cta-whats{
background:#050505;
padding:90px 0;
}

.cta-box{
background:linear-gradient(135deg,#0b0b0b,#111111);
border:1px solid #1f2937;
border-radius:24px;
padding:55px;
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
align-items:center;
}

/* texto */
.mini-tag{
display:inline-block;
background:#22c55e;
color:#fff;
font-size:12px;
font-weight:700;
padding:6px 14px;
border-radius:30px;
margin-bottom:18px;
letter-spacing:.5px;
}

.cta-texto h2{
font-size:42px;
font-weight:800;
color:#fff;
line-height:1.2;
margin-bottom:15px;
}

.cta-texto p{
font-size:18px;
color:#9ca3af;
line-height:1.7;
margin:0;
}

/* lado direito */
.cta-botoes{
text-align:center;
}

.btn-cta-whats{
display:inline-flex;
align-items:center;
justify-content:center;
gap:12px;
background:#22c55e;
color:#fff;
font-size:22px;
font-weight:800;
padding:20px 34px;
border-radius:14px;
text-decoration:none;
transition:all .25s ease;
min-width:280px;
}

.btn-cta-whats:hover{
background:#16a34a;
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(34,197,94,.18);
color:#fff;
}

.btn-cta-whats i{
font-size:28px;
}

.cta-botoes small{
display:block;
margin-top:14px;
color:#9ca3af;
font-size:14px;
}

/* responsivo */
@media(max-width:992px){

.cta-box{
grid-template-columns:1fr;
text-align:center;
}

.cta-texto h2{
font-size:34px;
}

}

@media(max-width:576px){

.cta-box{
padding:35px 22px;
}

.cta-texto h2{
font-size:28px;
}

.cta-texto p{
font-size:16px;
}

.btn-cta-whats{
width:100%;
min-width:auto;
font-size:18px;
padding:18px;
}

}

/* CONTATO */


.contato {
  background: #2f343a;
  padding: 80px 20px;
}

.grid-contato {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.empresa .icone {
  width: 120px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

/* LADO ESQUERDO */
.info h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.info p {
  margin-bottom: 15px;
}

.info span {
  color: #22c55e;
}

.social {
  margin-top: 25px;
}

.social a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #2f343a;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
}

/* FORM */
.formulario input,
.formulario textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #ccc;
  color: #fff;
}

.formulario textarea {
  height: 140px;
  resize: none;
}

.formulario button {
  background: #22c55e;
  border: none;
  padding: 14px 25px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .grid-contato {
    grid-template-columns: 1fr;
  }
}

/* ===================================
SEÇÃO VANTAGENS
=================================== */

.vantagens{
background:#020617;
padding:90px 0;
overflow:hidden;
}

.vantagens .container{
max-width:1140px;
margin:0 auto;
padding:0 15px;
}

/* TOPO */

.vantagens .text-center{
text-align:center;
margin-bottom:58px;
}

.vantagens .titulo{
font-size:48px;
font-weight:900;
color:#ffffff;
margin-bottom:14px;
line-height:1.1;
}

.vantagens .subtitulo{
max-width:760px;
margin:0 auto;
font-size:20px;
line-height:1.7;
color:rgba(255,255,255,.72);
}

/* GRID */

.vantagens .grid-vantagens{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
align-items:stretch;
}

/* CARD */

.vantagens .item{
background:rgba(255,255,255,.03);
border:1px solid rgba(34,197,94,.16);
border-radius:22px;
padding:28px 24px;
transition:.25s ease;
height:100%;
}

.vantagens .item:hover{
transform:translateY(-6px);
border-color:#22c55e;
box-shadow:0 18px 35px rgba(34,197,94,.08);
}

/* FLEX */

.vantagens .item-flex{
display:flex;
align-items:flex-start;
gap:18px;
height:100%;
}

/* ÍCONE */

.vantagens .icone{
width:62px;
height:62px;
min-width:62px;
border-radius:50%;
border:2px solid #22c55e;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:0;
flex-shrink:0;
}

.vantagens .icone i{
font-size:28px;
color:#22c55e;
}

/* TEXTOS */

.vantagens h3{
font-size:28px;
font-weight:900;
line-height:1.05;
color:#22c55e;
margin-bottom:12px;
}

.vantagens p{
font-size:16px;
line-height:1.7;
color:rgba(255,255,255,.86);
margin:0;
}

/* TABLET */

@media(max-width:991px){

.vantagens{
padding:75px 0;
}

.vantagens .titulo{
font-size:38px;
}

.vantagens .subtitulo{
font-size:18px;
}

.vantagens .grid-vantagens{
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.vantagens h3{
font-size:28px;
}

.vantagens p{
font-size:16px;
line-height:1.7;
}

}

.vantagens .item:hover .icone{
background:#22c55e;
}

.vantagens .item:hover .icone i{
color:#ffffff;
}

/* MOBILE */

@media(max-width:576px){

.vantagens{
padding:60px 0;
}

.vantagens .text-center{
margin-bottom:40px;
}

.vantagens .titulo{
font-size:30px;
}

.vantagens .subtitulo{
font-size:15px;
line-height:1.6;
}

.vantagens .grid-vantagens{
grid-template-columns:1fr;
gap:16px;
}

.vantagens .item{
padding:22px 18px;
}

.vantagens .icone{
width:58px;
height:58px;
margin-bottom:16px;
}

.vantagens .icone i{
font-size:22px;
}

.vantagens h3{
font-size:24px;
margin-bottom:12px;
}

.vantagens p{
font-size:15px;
line-height:1.65;
}

}

/* icone padrão */
.icone {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #22c55e;
  transition: 0.3s;
}

/* texto */
.item h3 {
  color: #22c55e;
  margin-bottom: 8px;
  font-weight: 700;
}

.item p {
  color: #cbd5f5;
  line-height: 1.6;
}

/* hover */
.item:hover .icone {
  background: #22c55e;
  color: #fff;
}

.item:hover h3 {
  color: #fff;
}

.nav-link.active {
  color: #22c55e !important;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 110px;
}

/* MENU MOBILE */
.slicknav_menu {
  background: #020617;
  padding: 10px;
}

/* links */
/* SOBRESCREVE O SLICKNAV */
.slicknav_menu {
  background: #020617 !important;
}

.slicknav_menu ul {
  background: #020617 !important;
}

.slicknav_nav a {
  color: #fff !important;
}

.slicknav_nav a:hover {
  color: #22c55e !important;
}

.slicknav_icon-bar {
  background: #fff !important;
}

.faq {
  background: #ffffff;
  color: #1f2937;
}

.faq-topo h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.faq-topo h2 i {
  color: #22c55e;
  margin-right: 10px;
}

.faq-topo p {
  color: #6b7280;
  margin-bottom: 40px;
}

/* lista */
.faq-lista {
  max-width: 900px;
  margin: auto;
}

/* item */
.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* pergunta */
.faq-pergunta {
  width: 100%;
  background: #f9fafb;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* resposta */
.faq-resposta {
  display: none;
  padding: 18px 20px;
  color: #4b5563;
  background: #fff;
}

/* ativo */
.faq-item.ativo .faq-resposta {
  display: block;
}

.faq-item.ativo .faq-pergunta span {
  transform: rotate(45deg);
}

/* ================= BOTÕES ================= */
.btn-success,
.btn-whats {
  background: #22c55e !important;
  border: none !important;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: bold;
}

.btn-success:hover,
.btn-whats:hover {
  background: #16a34a !important;
}

/* ================= SECTIONS ================= */
.section {
  padding: 80px 20px;
}


/* ================= CALCULADORA ================= */

.calculadora-section{
background:#ffffff !important;
padding:58px 0 !important;
}

.calculadora-section .container{
max-width:1080px;
margin:auto;
}

/* TOPO */
.calculadora-section .calc-topo{
text-align:center;
margin-bottom:22px;
}

.calculadora-section .calc-topo h2{
font-size:40px;
font-weight:900;
color:#0f172a;
margin-bottom:6px;
line-height:1.1;
}

.calculadora-section .calc-topo p{
font-size:17px;
color:#64748b;
margin:0;
}

/* RANGE */

.calculadora-section .calc-range-area{
max-width:700px;
margin:0 auto 30px;
}

.calculadora-section .calc-range-labels{
display:flex;
justify-content:space-between;
font-size:13px;
font-weight:700;
margin-bottom:8px;
color:#0f172a;
}

.calculadora-section #kmRange{
width:100%;
height:6px;
appearance:none;
background:#d1d5db;
border-radius:30px;
outline:none;
}

.calculadora-section #kmRange::-webkit-slider-thumb{
appearance:none;
width:20px;
height:20px;
border-radius:50%;
background:#22c55e;
cursor:pointer;
}

.calculadora-section .calc-km{
text-align:center;
margin-top:14px;
}

.calculadora-section #kmTexto{
font-size:36px;
font-weight:900;
color:#16a34a;
}

/* GRID */

.calculadora-section .calc-grid{
display:grid !important;
grid-template-columns:1fr 1.08fr 1fr;
gap:14px;
align-items:stretch;
}

/* CARD */

.calculadora-section .calc-card{
background:#fff;
border:1px solid #e5e7eb;
border-radius:18px;
padding:20px 18px;
text-align:center;
box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.calculadora-section .calc-card-main{
border:2px solid #22c55e;
transform:scale(1.015);
position:relative;
}

.calculadora-section .calc-badge{
position:absolute;
top:-11px;
left:50%;
transform:translateX(-50%);
background:#22c55e;
color:#fff;
padding:6px 12px;
border-radius:30px;
font-size:10px;
font-weight:800;
}

.calculadora-section .calc-icon i{
font-size:24px;
color:#22c55e;
margin-bottom:10px;
}

.calculadora-section .calc-card h3{
font-size:21px;
font-weight:900;
line-height:1.15;
color:#0f172a;
margin-bottom:8px;
}

.calculadora-section .calc-desc{
font-size:14px;
color:#64748b;
min-height:38px;
line-height:1.45;
}

.calculadora-section .calc-label{
display:block;
font-size:12px;
color:#64748b;
margin:12px 0 8px;
}

.calculadora-section .calc-value{
font-size:30px;
font-weight:900;
color:#16a34a;
margin-bottom:12px;
}

.calculadora-section .calc-value-main{
font-size:40px;
}

.calculadora-section .calc-divider{
height:1px;
background:#e5e7eb;
margin:14px 0;
}

.calculadora-section .calc-row{
display:flex;
justify-content:space-between;
font-size:14px;
margin-bottom:7px;
}

.calculadora-section .calc-row strong{
color:#16a34a;
}

/* OBS */

.calculadora-section .calc-obs{
max-width:720px;
margin:26px auto 20px;
text-align:center;
font-size:15px;
line-height:1.65;
color:#64748b;
}

/* BOTÃO */

.calculadora-section .btn-calculadora{
display:inline-block;
background:#22c55e;
color:#fff;
padding:16px 28px;
border-radius:12px;
font-size:20px;
font-weight:900;
text-decoration:none;
box-shadow:0 10px 20px rgba(34,197,94,.15);
transition:.25s;
}

.calculadora-section .btn-calculadora:hover{
background:#16a34a;
color:#fff;
transform:translateY(-3px);
}

/* RESPONSIVO */

@media(max-width:991px){

.calculadora-section .calc-grid{
grid-template-columns:1fr !important;
}

.calculadora-section .calc-card-main{
transform:none;
order:-1;
}

.calculadora-section .calc-topo h2{
font-size:34px;
}

.calculadora-section #kmTexto{
font-size:30px;
}

.calculadora-section .btn-calculadora{
width:100%;
font-size:18px;
padding:15px;
}

}

@media(max-width:576px){

.calculadora-section{
padding:48px 0;
}

.calculadora-section .calc-topo h2{
font-size:28px;
}

.calculadora-section .calc-topo p{
font-size:14px;
}

.calculadora-section .calc-value,
.calculadora-section .calc-value-main{
font-size:30px;
}

}

/* ================= MODAL ================= */
#modalVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#modalVideo video {
  width: 90%;
  max-width: 800px;
}

/* ================= RESPONSIVO ================= */
@media (max-width: 768px) {

  .produto-linha {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .item-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

}

/* ================= CONTATO ================= */
#contato {
  text-align: center;
}

/* ================= RESPONSIVO ================= */

@media (max-width: 992px) {
  .grid-vantagens {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-vantagens {
    grid-template-columns: 1fr;
  }
}