/* =========================
   RESET
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:"Segoe UI",Arial,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#f8fafc;
color:#1f2937;
overflow-x:hidden;
}

a{
text-decoration:none;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}



/* =========================
 HEADER
========================= */

header{
background:#ffffff;
position:sticky;
top:0;
z-index:999;
box-shadow:0 4px 15px rgba(0,0,0,.08);
}


.nav{

height:80px;
display:flex;
align-items:center;
justify-content:space-between;

}


.logo img{

width:150px;

}


nav ul{

display:flex;
list-style:none;
gap:25px;

}


nav ul li a{

color:#333;
font-size:15px;
font-weight:600;
transition:.3s;

}


nav ul li a:hover,
nav ul li a.active{

color:#0066ff;

}



.nav-buttons a{

background:#0066ff;
color:white;
padding:12px 25px;
border-radius:30px;
font-weight:bold;

}



.hamburger{

display:none;
font-size:28px;
cursor:pointer;

}





/* =========================
 HERO
========================= */


.hero{

padding:80px 0;
background:linear-gradient(120deg,#ffffff,#edf5ff);

}



.hero-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;

}



.tag{

display:inline-block;
background:#e5f0ff;
color:#0066ff;
padding:8px 15px;
border-radius:30px;
font-size:13px;
font-weight:bold;

}



.hero h1{

font-size:48px;
line-height:1.2;
margin:20px 0;

}



.hero p{

font-size:18px;
color:#555;
line-height:1.7;
margin-bottom:30px;

}



.hero-buttons{

display:flex;
gap:20px;

}



.btn-primary,
.btn-outline{

padding:15px 30px;
border-radius:30px;
font-weight:bold;

}



.btn-primary{

background:#0066ff;
color:white;

}



.btn-outline{

border:2px solid #0066ff;
color:#0066ff;

}



.hero-features{

display:flex;
gap:15px;
margin-top:30px;
flex-wrap:wrap;

}



.hero-features div{

background:white;
padding:10px 15px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
font-size:14px;

}



.hero-features i{

color:#0066ff;
margin-right:5px;

}



.hero-image img{

width:100%;
border-radius:20px;

}




/* =========================
 STATS
========================= */


.stats{

background:#0066ff;
color:white;
padding:35px 0;

}



.stats-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
gap:20px;

}



.stat h2{

font-size:36px;

}




/* =========================
 GENERAL SECTIONS
========================= */


.products,
.why,
.testimonials,
.faq{

padding:80px 0;

}



.section-title{

text-align:center;
margin-bottom:45px;

}


.section-title h2{

font-size:35px;
margin-bottom:10px;

}


.section-title p{

color:#666;

}





/* =========================
 PRODUCTS
========================= */


.product-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;

}



.product-card{

background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;

}


.product-card:hover{

transform:translateY(-8px);

}



.product-card .icon{

font-size:40px;
color:#0066ff;
margin-bottom:20px;

}



.product-card h3{

margin-bottom:15px;

}



.product-card p{

color:#666;
line-height:1.6;
margin-bottom:20px;

}



.product-card a{

color:#0066ff;
font-weight:bold;

}




/* =========================
 WHY
========================= */


.why{

background:#eef6ff;

}



.why-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;

}



.why-card{

background:white;
padding:35px;
border-radius:15px;
text-align:center;

}



.why-card i{

font-size:40px;
color:#0066ff;

}



.why-card h3{

margin:15px 0;

}




/* =========================
 TESTIMONIALS
========================= */


.testimonial-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;

}



.testimonial{

background:white;
padding:30px;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.08);

}



.testimonial i{

color:#0066ff;
font-size:25px;

}




/* =========================
 FAQ
========================= */


.faq{

background:#eef6ff;

}



.faq-box{

background:white;
padding:25px;
margin-bottom:15px;
border-radius:12px;

}



.faq-box h3{

margin-bottom:10px;

}



.faq-box p{

color:#666;

}





/* =========================
 CTA
========================= */


.cta{

background:#0066ff;
color:white;
padding:60px 0;
text-align:center;

}



.cta h2{

font-size:35px;

}



.cta p{

margin:15px 0;

}



.cta a{

display:inline-block;
background:white;
color:#0066ff;
padding:15px 35px;
border-radius:30px;
font-weight:bold;

}




/* =========================
 FOOTER SMALL VERSION
========================= */


.footer{

background:#111827;
color:white;
padding:30px 0 0;

}



.footer-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}



.footer-logo{

width:120px;
margin-bottom:10px;

}



.footer h3{

font-size:17px;
margin-bottom:15px;

}



.footer p,
.footer a{

color:#d1d5db;
font-size:14px;
display:block;
margin-bottom:8px;

}



.footer-contact i{

color:#60a5fa;
margin-right:8px;

}



.copyright{

text-align:center;
border-top:1px solid #374151;
padding:12px;
margin-top:20px;
font-size:13px;

}




/* =========================
 WHATSAPP
========================= */


.whatsapp{

position:fixed;
right:25px;
bottom:25px;

width:60px;
height:60px;

background:#25D366;
color:white;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:32px;

box-shadow:0 5px 20px rgba(0,0,0,.3);

z-index:999;

}




/* =========================
 MOBILE
========================= */


@media(max-width:900px){


.nav{

height:70px;

}



.hamburger{

display:block;

}



nav{

position:absolute;
top:70px;
left:0;
width:100%;
background:white;
display:none;

}



nav.show{

display:block;

}



nav ul{

flex-direction:column;
padding:25px;

}



.nav-buttons{

display:none;

}



.hero-grid{

grid-template-columns:1fr;

}



.hero-image{

order:-1;

}



.hero h1{

font-size:34px;

}



.stats-grid{

grid-template-columns:repeat(2,1fr);

}



.product-grid,
.why-grid,
.testimonial-grid,
.footer-grid{

grid-template-columns:1fr;

}



.hero-buttons{

flex-direction:column;

}



.btn-primary,
.btn-outline{

text-align:center;

}


}




@media(max-width:500px){


.container{

width:92%;

}



.logo img{

width:120px;

}



.hero{

padding:50px 0;

}



.hero h1{

font-size:30px;

}



.stats-grid{

grid-template-columns:1fr;

}



.section-title h2{

font-size:28px;

}



.whatsapp{

width:55px;
height:55px;
font-size:28px;

}


}footer{

background:#081f55;

padding:45px 0 15px;

color:white;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:35px;

}

.footer-logo{

width:140px;

margin-bottom:12px;

}

footer h3{

margin-bottom:12px;

font-size:18px;

}

footer a{

display:block;

margin-bottom:8px;

font-size:15px;

color:#dbeafe;

}

footer p{

margin-bottom:8px;

font-size:15px;

}

.copyright{

margin-top:20px;

padding-top:15px;

font-size:14px;

text-align:center;

border-top:1px solid rgba(255,255,255,.15);

}
/* ===========================
SMALL FOOTER
=========================== */

footer{

background:#081f55;

padding:35px 0 10px;

color:#fff;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:25px;

}

.footer-logo{

width:140px;

margin-bottom:10px;

}

footer h3{

font-size:18px;

margin-bottom:10px;

}

footer p,
footer a{

font-size:14px;

margin-bottom:6px;

color:#dbeafe;

text-decoration:none;

}

footer a:hover{

color:#fff;

}

.copyright{

margin-top:20px;

padding-top:12px;

border-top:1px solid rgba(255,255,255,.15);

text-align:center;

font-size:13px;

}

/* ===========================
WHATSAPP BUTTON
=========================== */

.whatsapp{

position:fixed;

right:20px;

bottom:20px;

width:60px;

height:60px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:30px;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

.whatsapp:hover{

transform:scale(1.1);

}