
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Inter,Arial,sans-serif;
background:#f5f7fb;
color:#0f172a;
overflow-x:hidden;
}

.container{
width:92%;
max-width:1380px;
margin:auto;
}

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:#020817;
border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
height:120px;
}

.logo img{
height:155px;
width:auto;
display:block;
object-fit:contain;
}

nav{
display:flex;
align-items:center;
gap:34px;
}

nav a{
color:#fff;
text-decoration:none;
font-size:15px;
font-weight:700;
transition:.3s;
}

nav a:hover{
color:#38bdf8;
}

.hero{
padding:220px 0 140px;
background:#020817;
color:white;
}

.hero-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
align-items:center;
gap:40px;
}

.hero h1{
font-size:72px;
line-height:1.05;
margin-bottom:26px;
max-width:850px;
}

.hero p{
font-size:21px;
line-height:1.8;
max-width:760px;
color:#dbeafe;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 30px;
background:#0ea5e9;
color:white;
font-weight:700;
text-decoration:none;
border-radius:14px;
margin-top:30px;
transition:.3s;
}

.btn:hover{
transform:translateY(-4px);
background:#0284c7;
}

.section{
padding:120px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
color:#2563eb;
font-weight:800;
text-transform:uppercase;
letter-spacing:1px;
}

.section-title h2{
font-size:50px;
margin-top:10px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:34px;
}

.card{
background:white;
border-radius:24px;
padding:38px;
box-shadow:0 14px 40px rgba(15,23,42,.08);
transition:.35s;
border:1px solid rgba(15,23,42,.05);
min-height:280px;
display:flex;
flex-direction:column;
}

.card:hover{
transform:translateY(-10px);
}

.card h3{
font-size:31px;
line-height:1.25;
margin-bottom:18px;
}

.card p{
color:#475569;
line-height:1.8;
margin-bottom:20px;
}

.card .btn{
margin-top:auto;
width:150px;
}

.about{
background:#071120;
color:white;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
}

.value{
background:rgba(255,255,255,.05);
padding:30px;
border-radius:22px;
margin-bottom:20px;
}

.packages{
background:#eef4fb;
}

.hero-internal{
padding:210px 0 100px;
background:#020817;
color:white;
text-align:center;
}

.hero-internal h1{
font-size:58px;
margin-bottom:16px;
}

.hero-internal p{
font-size:20px;
color:#dbeafe;
}

.content-page{
padding:90px 0 120px;
}

.content-box{
background:white;
padding:50px;
border-radius:24px;
box-shadow:0 12px 35px rgba(15,23,42,.08);
}

.content-box h2{
font-size:42px;
margin-bottom:24px;
}

.content-box h3{
font-size:28px;
margin-top:34px;
margin-bottom:14px;
}

.content-box p,
.content-box li{
font-size:18px;
line-height:1.9;
color:#334155;
}

.content-box ul{
padding-left:24px;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.input-group{
margin-bottom:18px;
}

.input-group input,
.input-group textarea{
width:100%;
padding:16px;
border-radius:14px;
border:1px solid #cbd5e1;
font-size:16px;
}

.input-group textarea{
height:180px;
resize:none;
}

.map iframe{
width:100%;
height:340px;
border:none;
border-radius:20px;
}

footer{
background:#020817;
padding:55px 0;
color:#cbd5e1;
text-align:center;
}

@media(max-width:900px){

.nav{
height:auto;
padding:14px 0;
flex-direction:column;
gap:10px;
}

.logo img{
height:110px;
}

nav{
flex-wrap:wrap;
justify-content:center;
gap:18px;
}

.hero{
padding:230px 0 100px;
}

.hero-grid,
.about-grid,
.contact-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:44px;
}

.hero p{
font-size:18px;
}

.section-title h2{
font-size:36px;
}

.hero-internal{
padding:210px 0 90px;
}

.hero-internal h1{
font-size:40px;
}
}


/* ===== AJUSTE CLEAN ===== */

.hero{
background:#020817 !important;
}

.hero-internal{
background:#020817 !important;
}

.logo img,
.drivecom-logo,
header img{
height:210px !important;
max-width:980px !important;
width:auto !important;
object-fit:contain !important;
display:block !important;
}

.nav{
height:150px !important;
}

header{
background:#020817 !important;
border-bottom:1px solid rgba(255,255,255,.06) !important;
}

@media(max-width:900px){

.logo img,
.drivecom-logo,
header img{
height:130px !important;
max-width:620px !important;
}

.nav{
height:auto !important;
}
}


/* ===== REVISÃO GLOBAL FINAL ===== */

body{
font-family:Inter,Arial,sans-serif !important;
background:#f4f7fb !important;
color:#0f172a !important;
}

.container{
max-width:1320px !important;
}

header{
box-shadow:0 4px 24px rgba(0,0,0,.12) !important;
}

.logo img,
.drivecom-logo{
height:230px !important;
max-width:1100px !important;
}

.nav{
min-height:150px !important;
}

.hero{
padding-top:250px !important;
padding-bottom:140px !important;
}

.hero h1{
font-size:72px !important;
font-weight:800 !important;
max-width:950px !important;
}

.hero p{
font-size:21px !important;
line-height:1.9 !important;
max-width:820px !important;
}

.section-title h2{
font-size:52px !important;
font-weight:800 !important;
}

.card{
border-radius:26px !important;
overflow:hidden !important;
}

.card h3{
font-size:30px !important;
font-weight:700 !important;
}

.card p{
font-size:17px !important;
line-height:1.8 !important;
}

.content-box{
border-radius:26px !important;
}

.content-box h2{
font-size:44px !important;
font-weight:800 !important;
margin-bottom:20px !important;
}

.content-box h3{
font-size:28px !important;
margin-top:30px !important;
}

.content-box p,
.content-box li{
font-size:18px !important;
line-height:1.9 !important;
}

.btn{
border:none !important;
cursor:pointer !important;
}

footer{
margin-top:0 !important;
}

@media(max-width:900px){

.logo img,
.drivecom-logo{
height:140px !important;
}

.nav{
min-height:110px !important;
}

.hero{
padding-top:230px !important;
}

.hero h1{
font-size:44px !important;
}

.section-title h2{
font-size:36px !important;
}

.content-box{
padding:34px !important;
}

.content-box h2{
font-size:34px !important;
}
}


/* ===== HERO AJUSTADO FINAL ===== */

.hero{
padding:220px 0 140px !important;
background:#020817 !important;
overflow:hidden !important;
}

.hero-grid{
display:grid !important;
grid-template-columns:1fr 1fr !important;
align-items:center !important;
gap:70px !important;
}

.hero-content{
max-width:720px !important;
}

.hero h1{
font-size:72px !important;
line-height:1.05 !important;
font-weight:800 !important;
margin-bottom:30px !important;
letter-spacing:-2px !important;
}

.hero p{
font-size:21px !important;
line-height:1.9 !important;
max-width:620px !important;
margin-bottom:34px !important;
color:#dbeafe !important;
}

.hero-logo{
display:flex !important;
align-items:center !important;
justify-content:center !important;
}

.hero-logo img{
width:100% !important;
max-width:620px !important;
height:auto !important;
object-fit:contain !important;
display:block !important;
}

@media(max-width:900px){

.hero{
padding:180px 0 90px !important;
}

.hero-grid{
grid-template-columns:1fr !important;
text-align:center !important;
gap:40px !important;
}

.hero-content{
margin:auto !important;
}

.hero h1{
font-size:46px !important;
line-height:1.1 !important;
letter-spacing:-1px !important;
}

.hero p{
font-size:18px !important;
margin:auto auto 28px !important;
}

.hero-logo img{
max-width:340px !important;
}
}


/* ===== BANNER PREMIUM ===== */

.hero{
position:relative !important;
background:
radial-gradient(circle at top right, rgba(14,165,233,.15), transparent 35%),
radial-gradient(circle at bottom left, rgba(37,99,235,.12), transparent 35%),
#020817 !important;
overflow:hidden !important;
}

.hero::before{
content:'';
position:absolute;
top:-120px;
right:-120px;
width:420px;
height:420px;
background:rgba(14,165,233,.08);
filter:blur(80px);
border-radius:50%;
}

.hero::after{
content:'';
position:absolute;
bottom:-120px;
left:-120px;
width:380px;
height:380px;
background:rgba(37,99,235,.08);
filter:blur(90px);
border-radius:50%;
}

.hero-content{
position:relative;
z-index:2;
}

.hero-logo{
position:relative;
z-index:2;
}

.hero h1{
background:linear-gradient(90deg,#ffffff,#dbeafe);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-logo img{
filter:
drop-shadow(0 0 20px rgba(14,165,233,.18))
drop-shadow(0 0 50px rgba(59,130,246,.12));
transition:.4s;
}

.hero-logo img:hover{
transform:scale(1.02);
}

.btn{
box-shadow:0 10px 30px rgba(14,165,233,.25);
}

.btn:hover{
transform:translateY(-3px);
box-shadow:0 14px 40px rgba(14,165,233,.35);
}


/* ===== FUNDO TECNOLOGIA HERO ===== */

.hero{
position:relative !important;
background:
linear-gradient(rgba(2,8,23,.88),rgba(2,8,23,.92)),
url('https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat !important;
overflow:hidden !important;
}

.hero::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:
radial-gradient(circle at top right, rgba(14,165,233,.12), transparent 35%),
radial-gradient(circle at bottom left, rgba(37,99,235,.10), transparent 35%);
z-index:1;
}

.hero-grid{
position:relative;
z-index:2;
}

.hero h1{
text-shadow:0 2px 18px rgba(0,0,0,.45);
}

.hero p{
text-shadow:0 2px 12px rgba(0,0,0,.45);
}

.hero-logo img{
filter:
drop-shadow(0 0 12px rgba(14,165,233,.18))
drop-shadow(0 0 24px rgba(59,130,246,.12));
}
