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

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#05142F;
color:white;
overflow-x:hidden;
}

img{
max-width:100%;
height:auto;
display:block;
}

section{
padding:50px 0;
scroll-margin-top:100px;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.hero{
min-height:100vh;
background:
linear-gradient(rgba(8, 28, 65, 0.94), rgba(8, 28, 65, 0.94)),
url('https://nortek.es/wp-content/uploads/12-december.jpg');
background-size:cover;
background-position:center;
}

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 5%;
background:rgba(5,20,47,.96);
backdrop-filter:blur(12px);
z-index:999;
}

.logo img{
height:170px;
margin-left:85px;
margin-top:20px;
margin-bottom:15px;
} 

.nav-links{
display:flex;
gap:35px;
list-style:none;
}

.nav-links a{
text-decoration:none;
color:white;
}

.menu-toggle{
display:none;
background:none;
border:none;
color:white;
font-size:38px;
cursor:pointer;
}

.hero-content{
width:90%;
max-width:1200px;
margin:auto;
padding-top:220px;
}

.tag{
color:#FF6600;
letter-spacing:4px;
font-size:14px;
font-weight:600;
}

.hero h1{
font-size:60px;
line-height:1.05;
max-width:780px;
margin:25px 0;
font-family:'Montserrat',sans-serif;
}

.hero h1 span{
color:#FF6600;
}

.hero p{
max-width:650px;
font-size:20px;
color:#d7dceb;
line-height:1.8;
}

.btn-primary{
display:inline-block;
margin-top:35px;
padding:18px 38px;
background:#FF6600;
color:white;
text-decoration:none;
border-radius:10px;
font-weight:600;
font-size:16px;
}

.portfolio-btn{
display:inline-block;
margin-top:35px;
padding:18px 38px;
background:#FF6600;
color:white;
text-decoration:none;
border-radius:10px;
font-weight:600;
}

#sobre{
background:#071D49;
}

.section-title span{
color:#FF6600;
letter-spacing:3px;
font-size:14px;
font-weight:600;
}

.section-title h2{
font-size:44px;
margin-top:12px;
font-family:'Montserrat',sans-serif;
}

.center{
text-align:center;
}

.sobre{
background:#071D49;
}

.sobre-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
margin-top:50px;
}

.sobre-texto p{
color:#d5dceb;
margin-bottom:0px;
line-height:1.9;
text-align: justify;
}

.sobre-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,102,0,.25);
padding:12px 8%;
margin-top:10px;
border-radius:18px;
font-size:15px;
}

.sobre-card h3{
color:#FF6600;
margin-bottom:10px;
}

.sobre-card p{
text-align: justify;
}

.muna-story{
margin-top:60px;
display:grid;
grid-template-columns:1.2fr 1fr;
border-radius:24px;
overflow:hidden;
border:1px solid rgba(255,102,0,.3);
}

.muna-text{
padding:50px;
background:linear-gradient(135deg,#0a2559,#081a40);
}

.muna-text h3{
font-size:34px;
line-height:1.3;
margin-bottom:25px;
font-family:'Montserrat',sans-serif;
}

.muna-text span{
color:#FF6600;
}

.muna-text p{
line-height:1.9;
color:#d4dceb;
font-size:18px;
text-align: justify;
}

.muna-image img{
width:100%;
height:100%;
object-fit:cover;
}

.portfolio-section{
margin-top:50px;
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
padding:40px;
border-radius:24px;
}

.portfolio-info{
max-width:700px;
}

.portfolio-info h3{
font-size:34px;
margin:15px 0;
font-family:'Montserrat',sans-serif;
}

.portfolio-info span{
color:#FF6600;
letter-spacing:3px;
font-size:13px;
font-weight:600;
}

.portfolio-info p{
color:#d4dceb;
line-height:1.8;
}

.portfolio-qr{
display:flex;
flex-direction:column;
align-items:center;
}

.portfolio-qr img{
width:180px;
background:white;
padding:10px;
border-radius:16px;
}

.portfolio-qr p{
margin-top:12px;
text-align:center;
}

.services-grid,
.diferenciais-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:30px;
}

.service-card,
.diferencial-item{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.06);
border-radius:18px;
transition:.3s;
padding:35px;
}

.service-card:hover,
.diferencial-item:hover,
.team-card:hover{
transform:translateY(-5px);
border-color:rgba(255,102,0,.4);
}

.service-card h3,
.diferencial-item h3{
color:#FF6600;
margin-bottom:16px;
}

.service-card p,
.diferencial-item p{
color:#d5dceb;
line-height:1.8;
}

.service-card ul{
margin-top:20px;
padding-left:20px;
}

.service-card li{
margin-bottom:10px;
color:#d5dceb;
line-height:1.6;
}

.team-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:60px;
}

.team-card{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
padding:35px;
text-align:center;
transition:.3s;
}

.team-card img{
width:220px;
height:220px;
object-fit:cover;
margin:auto;
margin-bottom:28px;
}

.team-card span{
color:#FF6600;
display:block;
margin-bottom:15px;
}

.team-card p{
line-height:1.8;
text-align: justify;
}

footer{
background:#020814;
padding-top:30px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.footer-logo{
width:250px;
}

footer h3{
color:#FF6600;
margin-bottom:18px;
}

footer p{
color:#d5dceb;
margin-bottom:10px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
margin-top:30px;
padding:15px;
text-align:center;
}

.whatsapp-float{
position:fixed;
right:20px;
bottom:20px;
width:68px;
height:68px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 12px 28px rgba(0,0,0,.35);
z-index:999;
}

/* ================= RESPONSIVIDADE ================= */

@media(max-width:900px){

section{
padding:30px 0;
}

.navbar{
padding:10px 5%;
}

.menu-toggle{
display:block;
}

.nav-links{
position:absolute;
top:100%;
left:0;
width:100%;
background:#071D49;
display:none;
flex-direction:column;
padding:24px;
gap:22px;
}

.nav-links.active{
display:flex;
}

.logo img{
height:110px;
margin-left:0;
margin-top:2;
margin-bottom:10;
}

.hero-content{
padding-top:200px;
}

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

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

.sobre-grid,
.muna-story,
.services-grid,
.diferenciais-grid,
.team-grid,
.footer-grid{
grid-template-columns:1fr;
}

.portfolio-section{
flex-direction:column;
text-align:center;
}

.portfolio-info{
max-width:100%;
}

.muna-image{
min-height:320px;
}

.footer-grid{
text-align:center;
}

}

@media(max-width:600px){

.container{
width:92%;
}

.hero{
min-height:auto;
padding-bottom:70px;
}

.hero-content{
padding-top:180px;
}

.hero h1{
font-size:36px;
line-height:1.15;
}

.hero p{
font-size:16px;
line-height:1.7;
}

.btn-primary,
.portfolio-btn{
width:100%;
text-align:center;
padding:16px 22px;
}

.section-title h2{
font-size:30px;
line-height:1.2;
}

.sobre-grid{
gap:25px;
}

.sobre-card{
padding:28px 24px;
}

.muna-text{
padding:30px 24px;
}

.muna-text h3,
.portfolio-info h3{
font-size:26px;
}

.muna-text p,
.portfolio-info p{
font-size:16px;
}

.portfolio-section{
padding:28px 22px;
}

.portfolio-qr img{
width:150px;
}

.service-card,
.diferencial-item,
.team-card{
padding:28px 22px;
}

.team-card img{
width:180px;
height:180px;
}

.whatsapp-float{
width:58px;
height:58px;
right:15px;
bottom:15px;
}

.whatsapp-float svg{
width:28px;
height:28px;
}

.team-grid{
margin-top:-30px;
}

.diferenciais-grid{
margin-top:20px;
}

@media(max-width:400px){

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

.logo img{
height:90px;
}

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

.muna-text h3,
.portfolio-info h3{
font-size:22px;
}

}
