body{
margin:0;
font-family:'Poppins', sans-serif;
background:#f4f4f4;
scroll-behavior:smooth;
}

.header{

position:fixed;
top:0;
width:100%;

background:rgba(47,67,99,0.6);

backdrop-filter:blur(10px);

-webkit-backdrop-filter:blur(10px);

padding:15px 0;

z-index:1000;

border-bottom:1px solid rgba(255,255,255,0.1);

}

.nav{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
height:50px;
}

.menu a{
color:white;
margin:0 15px;
text-decoration:none;
}

.btn,.btn-header{
background:#F2762E;
padding:10px 20px;
color:white;
border-radius:6px;
text-decoration:none;
}

.hero{
position:relative;
height:100vh;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
}

.video-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-1;
}

.hero-overlay{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
text-align:center;
}

.hero-box{

background:rgba(0,0,0,0.55);

padding:50px 60px;

border-radius:20px;

backdrop-filter:blur(10px);

max-width:600px;

color:white;

}



.hero::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.stats{
display:flex;
justify-content:space-around;
padding:80px;
background:white;
}

.parallax{
height:400px;
background:#111;
position:relative;
overflow:hidden;
}

.parallax-car{
position:absolute;
width:600px;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}

.beneficios{
padding:80px 20px;
text-align:center;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
}

.card{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
}

.planos{
padding:80px;
background:white;
text-align:center;
}

.planos-grid{
display:flex;
gap:40px;
justify-content:center;
}

.plano-card{
background:#f9f9f9;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.cotacao{
padding:80px;
text-align:center;
}

.cotacao input,.cotacao select{
display:block;
margin:10px auto;
padding:10px;
width:250px;
}

.confiança{
padding:80px;
background:#2F4363;
color:white;
text-align:center;
}

.conf-grid{
display:flex;
justify-content:center;
gap:40px;
margin-top:30px;
}

footer{
background:#1f2e47;
color:white;
padding:40px;
text-align:center;
}

.whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:white;
text-decoration:none;
}

.reveal{
opacity:0;
transform:translateY(40px);
transition:1s;
}

.reveal.active{
opacity:1;
transform:translateY(0);
}

.menu-toggle{
display:none;
font-size:30px;
color:white;
cursor:pointer;
}

/* MOBILE */

@media(max-width:768px){

.menu{

position:absolute;
top:70px;
left:0;

width:100%;

background:#2F4363;

display:none;
flex-direction:column;
text-align:center;

}

.menu a{

padding:15px;
border-top:1px solid rgba(255,255,255,0.1);

}

.menu-toggle{

display:block;

}

}.cotacao{

padding:100px 20px;
background:linear-gradient(135deg,#2F4363,#1f2e45);
text-align:center;
color:white;

}

.cotacao h2{

font-size:36px;
margin-bottom:40px;

}

.cotacao-box{

max-width:500px;
margin:auto;

background:rgba(255,255,255,0.08);

padding:40px;

border-radius:15px;

backdrop-filter:blur(10px);

box-shadow:0 20px 40px rgba(0,0,0,0.3);

}

.form-group{

text-align:left;
margin-bottom:20px;

}

.form-group label{

font-size:14px;
display:block;
margin-bottom:5px;

}

.form-group input,
.form-group select{

width:100%;
padding:16px 18px;

border:none;
border-radius:10px;

font-size:15px;

box-sizing:border-box;

}

.form-row{

display:flex;
gap:25px;
margin-top:15px;

}

.form-row .form-group{

flex:1;

}

.form-row input{

width:100%;

}

.form-row .form-group{

flex:1;

}

.btn-cotacao{

width:100%;
padding:16px;

background:#F2762E;

border:none;

border-radius:10px;

font-size:18px;

color:white;

cursor:pointer;

margin-top:15px;

transition:all 0.3s ease;

box-shadow:0 5px 20px rgba(242,118,46,0.5);

}

.btn-cotacao:hover{

transform:translateY(-3px);

box-shadow:0 10px 30px rgba(242,118,46,0.8);

background:#ff8a45;

}

.btn-cotacao:hover{

background:#ff8a45;
transform:scale(1.03);

}

.info-cotacao{

margin-top:15px;
font-size:14px;
opacity:0.8;

}


/* INPUT PREMIUM */

.form-group input,
.form-group select{

width:100%;
padding:16px 18px;

border-radius:10px;

border:2px solid transparent;

outline:none;

font-size:15px;

transition:all 0.3s ease;

}

/* efeito quando clica */

.form-group input:focus,
.form-group select:focus{

border:2px solid #F2762E;

box-shadow:0 0 10px rgba(242,118,46,0.6);

transform:scale(1.02);

}

.planos{

padding:100px 20px;

background:#f4f4f4;

text-align:center;

}

.planos h2{

font-size:36px;
margin-bottom:50px;

}

.planos-grid{

display:flex;
justify-content:center;

}

.plano-card{

background:white;

padding:40px;

width:320px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,0.1);

transition:all 0.4s ease;

position:relative;

}

.plano-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,0.2);

}

.plano-top h3{

font-size:26px;
margin-bottom:5px;

}

.plano-top p{

color:#666;
margin-bottom:25px;

}

.plano-beneficios{

list-style:none;
padding:0;
text-align:left;

}

.plano-beneficios li{

margin:12px 0;

font-size:15px;

}

.btn-plano{

display:block;

margin-top:25px;

padding:15px;

background:#F2762E;

color:white;

text-decoration:none;

border-radius:8px;

font-weight:bold;

transition:0.3s;

}

.btn-plano:hover{

background:#ff8a45;

}

.badge{

position:absolute;

top:-12px;
right:-12px;

background:#F2762E;

color:white;

padding:8px 15px;

font-size:12px;

font-weight:bold;

border-radius:20px;

box-shadow:0 5px 15px rgba(0,0,0,0.2);

}

.plano-beneficios li{

margin:12px 0;

font-size:15px;

opacity:0;

transform:translateY(20px);

transition:all 0.6s ease;

}

.plano-beneficios li.show{

opacity:1;

transform:translateY(0);

}
@media(max-width:768px){

.stats{
flex-direction:column;
gap:30px;
text-align:center;
}

.planos-grid{
flex-direction:column;
align-items:center;
}

.conf-grid{
flex-direction:column;
gap:20px;
}

}

.footer{

background:#1f2e47;
color:white;
padding:60px 20px 20px;

}

.footer-container{

max-width:1200px;
margin:auto;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:40px;

}

.footer-logo{

height:50px;
margin-bottom:15px;

}

.footer-col h4{

margin-bottom:15px;
font-size:18px;

}

.footer-col p{

font-size:14px;
line-height:1.6;

}

.footer-col a{

display:block;
color:white;
text-decoration:none;
margin:8px 0;

transition:0.3s;

}

.footer-col a:hover{

color:#F2762E;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,0.1);

margin-top:40px;
padding-top:20px;

text-align:center;

font-size:14px;

opacity:0.8;

}

h1,h2,h3,h4{

font-weight:600;

}
h1{
font-weight:700;
}

h2{
font-weight:600;
}

p{
font-weight:400;
}

section{
scroll-margin-top:100px;
}

.beneficios{

padding:100px 20px;

text-align:center;

background:#f4f4f4;

}

.beneficios h2{

font-size:36px;

margin-bottom:60px;

}

.beneficios-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

max-width:1200px;

margin:auto;

}

.beneficio-card{

background:white;

padding:40px 25px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,0.1);

transition:all 0.3s ease;

}

.beneficio-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,0.2);

}

.icon{

font-size:40px;

margin-bottom:15px;

}

.beneficio-card h3{

margin-bottom:10px;

}

.beneficio-card p{

font-size:14px;

color:#666;

line-height:1.6;

}

.beneficio-card{

background:white;
padding:40px 25px;
border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,0.1);

transition:all 0.4s ease;

opacity:0;
transform:translateY(40px);

}

.beneficio-card.show{

opacity:1;
transform:translateY(0);

}

.beneficio-card:hover{

transform:translateY(-12px) scale(1.03);

box-shadow:
0 20px 60px rgba(0,0,0,0.2),
0 0 20px rgba(242,118,46,0.4);

}

.icon{

font-size:42px;
margin-bottom:15px;

transition:0.4s;

}

.beneficio-card:hover .icon{

transform:scale(1.3) rotate(5deg);

}
.stats{

padding:100px 20px;

background:linear-gradient(135deg,#2F4363,#1f2e45);

color:white;

text-align:center;

}

.stats-title{

font-size:36px;

margin-bottom:60px;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:30px;

max-width:1200px;

margin:auto;

}

.stat-card{

background:rgba(255,255,255,0.08);

padding:40px 20px;

border-radius:15px;

backdrop-filter:blur(10px);

transition:all 0.4s ease;

}

.stat-card:hover{

transform:translateY(-10px) scale(1.05);

box-shadow:0 20px 50px rgba(0,0,0,0.3);

}

.stat-icon{

font-size:40px;

margin-bottom:15px;

}

.stat-card h2{

font-size:42px;

margin:10px 0;

color:#F2762E;

}

.stat-card p{

font-size:16px;

opacity:0.9;

}

.stats{

position:relative;

padding:120px 20px;

background:url("img/fundo-carro.jpg") center/cover no-repeat;

color:white;

text-align:center;

overflow:hidden;

}

.stats-overlay{

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,0.75);

}

.stats-title{

position:relative;

font-size:40px;

margin-bottom:70px;

z-index:2;

}

.stats-grid{

position:relative;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:40px;

max-width:1200px;

margin:auto;

z-index:2;

}

.stat-card{

background:rgba(255,255,255,0.08);

padding:50px 30px;

border-radius:20px;

backdrop-filter:blur(15px);

transition:all 0.4s ease;

border:1px solid rgba(255,255,255,0.1);

}

.stat-card:hover{

transform:translateY(-15px) scale(1.05);

box-shadow:

0 30px 60px rgba(0,0,0,0.4),
0 0 25px rgba(242,118,46,0.5);

}

.stat-icon{

font-size:45px;

margin-bottom:15px;

}

.stat-card h2{

font-size:55px;

margin:10px 0;

color:#F2762E;

font-weight:700;

}

.stat-card p{

font-size:16px;

opacity:0.9;

}
.stats{

padding:100px 20px;

background:#111;

color:white;

text-align:center;

}

.stats h2{

font-size:36px;

margin-bottom:60px;

}

.stats-row{

display:flex;

justify-content:center;

align-items:center;

gap:40px;

flex-wrap:wrap;

}

.stat h3{

font-size:60px;

color:#F2762E;

margin:0;

}

.stat p{

margin-top:10px;

opacity:0.8;

}

.divider{

width:1px;

height:60px;

background:rgba(255,255,255,0.2);

}

.stats{

padding:120px 20px;

background:#0f172a;

color:white;

text-align:center;

}

.stats-title{

font-size:34px;

margin-bottom:80px;

font-weight:500;

}

.stats-container{

max-width:1100px;

margin:auto;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:40px;

}

.stat h3{

font-size:64px;

font-weight:700;

color:#F2762E;

margin:0;

letter-spacing:2px;

}

.stat p{

margin-top:12px;

font-size:15px;

opacity:0.7;

}

/* linha elegante */

.stat::after{

content:"";

display:block;

width:40px;

height:2px;

background:#F2762E;

margin:18px auto 0;

opacity:0.4;

}

.stat h3{

font-size:72px;

font-weight:700;

color:#F2762E;

margin:0;

letter-spacing:2px;

transition:0.3s;

}

.stat:hover h3{

transform:scale(1.1);

}


.hero-overlay{

position:relative;

height:100%;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

}

.hero-box{

background:rgba(0,0,0,0.55);

padding:50px 60px;

border-radius:20px;

backdrop-filter:blur(10px);

max-width:600px;

}

.hero-box h1{

font-size:48px;

margin-bottom:15px;

color:white;

}

.hero-box p{

font-size:18px;

opacity:0.9;

margin-bottom:30px;

}

.btn-hero{

display:inline-block;

padding:16px 30px;

background:#F2762E;

color:white;

text-decoration:none;

border-radius:10px;

font-weight:600;

transition:0.3s;

}

.btn-hero:hover{

background:#ff8a45;

transform:scale(1.05);

}


.hero{
position:relative;
height:100vh;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
}

.video-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;
}

.hero::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to bottom,
rgba(0,0,0,0.35),
rgba(0,0,0,0.55)
);
z-index:1;
}

.hero-overlay{
position:relative;
z-index:2;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
box-sizing:border-box;
text-align:center;
}

.hero-box{
width:100%;
max-width:680px;
padding:48px 56px;
border-radius:24px;
background:rgba(10,18,30,0.45);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);
box-shadow:0 20px 60px rgba(0,0,0,0.35);
color:#fff;
}

.hero-box h1{
margin:0 0 18px;
font-size:52px;
line-height:1.08;
font-weight:700;
color:#fff;
}

.hero-box p{
margin:0 0 30px;
font-size:18px;
line-height:1.6;
color:rgba(255,255,255,0.9);
}

.btn-hero{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 32px;
background:#F2762E;
color:#fff;
text-decoration:none;
border-radius:12px;
font-weight:600;
transition:all 0.3s ease;
box-shadow:0 12px 30px rgba(242,118,46,0.35);
}

.btn-hero:hover{
background:#ff8a45;
transform:translateY(-3px);
box-shadow:0 18px 40px rgba(242,118,46,0.45);
}


.menu a{
color:white;
margin:0 18px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.menu a:hover{
color:#F2762E;
}




.menu a{
position:relative;
color:white;
margin:0 18px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.menu a::after{
content:"";
position:absolute;
left:0;
bottom:-5px;
width:0;
height:2px;
background:#F2762E;
transition:0.3s;
}

.menu a:hover::after{
width:100%;
}

.planos-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}


.plano-card{
background:white;
padding:40px;
width:300px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
transition:0.4s;
position:relative;
}

.plano-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

/* OURO DESTACADO */

.plano-card.ouro{
border:3px solid #F2762E;
transform:scale(1.05);
}

/* PRATA */

.plano-card.prata{
border-top:5px solid #9ca3af;
}

/* BRONZE */

.plano-card.bronze{
border-top:5px solid #cd7f32;
}

.plano-card h3{
margin-bottom:20px;
font-size:24px;
}

.plano-beneficios{
list-style:none;
padding:0;
text-align:left;
}

.plano-beneficios li{
margin:10px 0;
}

.badge{
position:absolute;
top:-12px;
right:-12px;
background:#F2762E;
color:white;
padding:8px 15px;
font-size:12px;
border-radius:20px;
}


.planos{
  padding:120px 20px;
  background:linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  text-align:center;
}

.planos-header{
  max-width:760px;
  margin:0 auto 60px;
}

.planos-tag{
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(47,67,99,0.08);
  color:#2F4363;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
}

.planos-header h2{
  margin:0 0 14px;
  font-size:40px;
  line-height:1.15;
  color:#0f172a;
}

.planos-header p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#64748b;
}

.planos-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:stretch;
}

.plano-card{
  position:relative;
  text-align:left;
  background:rgba(255,255,255,0.8);
  border:1px solid rgba(15,23,42,0.08);
  border-radius:24px;
  padding:34px 28px 28px;
  box-shadow:0 15px 40px rgba(15,23,42,0.08);
  backdrop-filter:blur(10px);
  transition:transform .35s ease, box-shadow .35s ease;

  display:flex;
  flex-direction:column;
text-align:center;


}


.plano-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:6px;

border-top-left-radius:24px;
border-top-right-radius:24px;
}

.plano-card.bronze::before{
background:linear-gradient(90deg,#b87333,#cd7f32);
}

.plano-card.prata::before{
background:linear-gradient(90deg,#9ca3af,#d1d5db);
}

.plano-card.ouro::before{
background:linear-gradient(90deg,#F2762E,#ffb36b);
}


.plano-card:hover::before{
filter:brightness(1.2);
}



.plano-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 55px rgba(15,23,42,0.14);
}

.plano-card.bronze::before{
  background:linear-gradient(90deg, #b87333, #cd7f32);
}

.plano-card.prata::before{
  background:linear-gradient(90deg, #94a3b8, #cbd5e1);
}

.plano-card.ouro::before{
  background:linear-gradient(90deg, #F2762E, #ffb36b);
}

.plano-card.destaque{
  background:linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,247,240,0.98) 100%);
  border:1px solid rgba(242,118,46,0.25);
  box-shadow:0 22px 60px rgba(242,118,46,0.18);
  transform:scale(1.03);
}

.plano-card.destaque:hover{
  transform:translateY(-10px) scale(1.03);
  box-shadow:0 28px 70px rgba(242,118,46,0.24);
}

.badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#F2762E;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.4px;
  padding:8px 12px;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(242,118,46,0.28);
  z-index:2;
}


.plano-topo{
  margin-bottom:24px;
  padding-right:0;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}


.plano-nome{
  display:block;
  margin:0 0 14px;
  font-size:14px;
  font-weight:700;
  color:#2F4363;
  letter-spacing:.3px;
}


.plano-topo h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.2;
  color:#0f172a;
}

.plano-topo p{
  margin:0;
  color:#64748b;
  line-height:1.7;
  font-size:15px;
}

.plano-beneficios{
  list-style:none;
  padding:0;
  margin:0 0 28px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.plano-beneficios li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:15px;
  line-height:1.5;
  color:#1e293b;
  padding-bottom:12px;
  border-bottom:1px solid rgba(15,23,42,0.06);
}

.plano-beneficios li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.btn-plano{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  border-radius:14px;
  background:#F2762E;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  transition:all .3s ease;
  box-shadow:0 12px 25px rgba(242,118,46,0.2);
}

.btn-plano:hover{
  background:#ff8a45;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(242,118,46,0.28);
}

@media (max-width: 992px){
  .planos-grid{
    grid-template-columns:1fr;
    max-width:500px;
  }

  .plano-card.destaque{
    transform:none;
  }

  .plano-card.destaque:hover{
    transform:translateY(-10px);
  }
}

.plano-beneficios{
  list-style:none;
  padding:0;
  margin:0 0 28px;

  display:flex;
  flex-direction:column;
  gap:12px;

  flex-grow:1;
}


.btn-plano{

display:inline-flex;
align-items:center;
justify-content:center;

padding:14px 26px;

background:#F2762E;
color:white;

text-decoration:none;

border-radius:12px;

font-weight:600;

font-size:14px;

margin:25px auto 0;

width:auto;

transition:all .3s ease;

box-shadow:0 10px 25px rgba(242,118,46,0.25);

}

.btn-plano:hover{

background:#ff8a45;

transform:translateY(-2px);

box-shadow:0 16px 35px rgba(242,118,46,0.35);

}



.btn-plano{
letter-spacing:0.5px;
font-size:15px;
}

.plano-card{
  position:relative;
  text-align:left;
  background:rgba(255,255,255,0.8);
  border:1px solid rgba(15,23,42,0.08);
  border-radius:24px;
  padding:42px 28px 28px;
  box-shadow:0 15px 40px rgba(15,23,42,0.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow:hidden;

  display:flex;
  flex-direction:column;
}

.plano-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
}



.hero-tag{
display:inline-flex;
align-items:center;
justify-content:center;
padding:8px 14px;
margin-bottom:18px;
border-radius:999px;
background:rgba(255,255,255,0.10);
border:1px solid rgba(255,255,255,0.12);
font-size:13px;
font-weight:600;
color:white;
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
}

.hero-beneficios{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin:0 0 28px;
}

.hero-beneficios span{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 16px;
border-radius:999px;
background:rgba(255,255,255,0.10);
border:1px solid rgba(255,255,255,0.12);
font-size:14px;
color:white;
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
}

/* =====================================
MOBILE PREMIUM - REDE+
===================================== */

@media (max-width: 900px){

  .nav{
    padding: 0 16px;
    gap: 12px;
  }

  .logo{
    height: 40px;
  }

  .btn-header{
    display: none;
  }

  .menu{
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: rgba(31,46,71,0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  }

  .menu a{
    display: block;
    padding: 14px 20px;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .menu-toggle{
    display: block;
  }

  .hero{
    min-height: 100vh;
  }

  .hero-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-sizing: border-box;
  }

  .hero-box{
    width: 100%;
    max-width: 100%;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .hero-box h1{
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .hero-box p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .hero-tag{
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hero-beneficios{
    gap: 10px;
    margin-bottom: 22px;
  }

  .hero-beneficios span{
    font-size: 12px;
    padding: 8px 12px;
  }

  .btn-hero{
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .stats{
    padding: 70px 16px;
  }

  .stats-container{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .stat h3{
    font-size: 46px;
  }

  .stat p{
    font-size: 13px;
  }

  .parallax{
    height: 220px;
  }

  .parallax-car{
    width: 280px;
  }

  .beneficios{
    padding: 80px 16px;
  }

  .beneficios h2{
    font-size: 28px;
    margin-bottom: 36px;
  }

  .beneficios-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .beneficio-card{
    padding: 24px 18px;
    border-radius: 18px;
  }

  .beneficio-card h3{
    font-size: 20px;
  }

  .beneficio-card p{
    font-size: 14px;
  }

  .planos{
    padding: 90px 16px;
  }

  .planos-header{
    margin-bottom: 36px;
  }

  .planos-header h2{
    font-size: 30px;
    line-height: 1.2;
  }

  .planos-header p{
    font-size: 14px;
    line-height: 1.6;
  }

  .planos-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }

  .plano-card{
    width: 100%;
    padding: 32px 20px 22px;
    border-radius: 20px;
  }

  .plano-card.destaque{
    transform: none;
  }

  .plano-card.destaque:hover{
    transform: translateY(-8px);
  }

  .plano-topo{
    min-height: auto;
    margin-bottom: 20px;
  }

  .plano-topo h3{
    font-size: 24px;
  }

  .plano-topo p{
    font-size: 14px;
  }

  .plano-beneficios li{
    font-size: 14px;
  }

  .badge{
    top: 14px;
    right: 14px;
    font-size: 10px;
    padding: 7px 10px;
  }

  .btn-plano{
    padding: 13px 20px;
    font-size: 14px;
  }

  .cotacao{
    padding: 85px 16px;
  }

  .cotacao h2{
    font-size: 28px;
    margin-bottom: 28px;
  }

  .cotacao-box{
    padding: 24px 18px;
    border-radius: 18px;
  }

  .form-row{
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .form-group{
    margin-bottom: 16px;
  }

  .form-group input,
  .form-group select{
    padding: 14px 15px;
    font-size: 14px;
  }

  .btn-cotacao{
    min-height: 52px;
    font-size: 15px;
  }

  .info-cotacao{
    font-size: 13px;
    line-height: 1.5;
  }

  .confiança{
    padding: 70px 16px;
  }

  .confiança h2{
    font-size: 28px;
  }

  .conf-grid{
    flex-direction: column;
    gap: 16px;
  }

  .footer{
    padding: 50px 16px 20px;
  }

  .footer-container{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-col{
    text-align: left;
  }

  .footer-logo{
    height: 44px;
  }

  .whatsapp{
    width: 56px;
    height: 56px;
    right: 14px;
    bottom: 14px;
    font-size: 24px;
  }
}

@media (max-width: 480px){

  .hero-box{
    padding: 24px 16px;
  }

  .hero-box h1{
    font-size: 28px;
  }

  .hero-box p{
    font-size: 14px;
  }

  .hero-beneficios{
    flex-direction: column;
    align-items: center;
  }

  .hero-beneficios span{
    width: 100%;
    max-width: 260px;
  }

  .stats-container{
    grid-template-columns: 1fr;
  }

  .stat h3{
    font-size: 40px;
  }

  .beneficios h2,
  .planos-header h2,
  .cotacao h2,
  .confiança h2{
    font-size: 24px;
  }
}




.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

display:flex;
align-items:center;
justify-content:center;

padding-top:80px;
box-sizing:border-box;
}


.btn-hero{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 32px;
background:#F2762E;
color:white;
text-decoration:none;
border-radius:12px;
font-weight:600;
transition:all 0.3s ease;
box-shadow:0 12px 30px rgba(242,118,46,0.35);
min-height:54px;
width:auto;
max-width:320px;
}

.btn-hero:hover{
background:#ff8a45;
transform:translateY(-3px);
box-shadow:0 18px 40px rgba(242,118,46,0.45);
}


.footer-bottom p{
  margin: 6px 0;
  line-height: 1.6;
}

.assinatura-site{
  margin-top:12px;
  font-size:14px;
  opacity:0.85;
}

.assinatura-site a{
  color:#F2762E;
  text-decoration:none;
  font-weight:600;
}

.assinatura-site a:hover{
  text-decoration:underline;
}