
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Segoe UI,Arial,sans-serif;color:#1f2937}
.container{max-width:1200px;margin:auto;padding:0 20px}
header{background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.nav{display:flex;justify-content:space-between;align-items:center}
.logo{height:110px}
.nav a{margin-left:20px;text-decoration:none;color:#004e92;font-weight:700}

.hero{
height:90vh;
background:url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=1600&auto=format&fit=crop') center/cover;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.overlay{position:absolute;inset:0;background:rgba(0,40,80,.60)}
.hero-content{position:relative;color:#fff;max-width:900px;padding:20px}
.hero h1{font-size:68px;margin-bottom:20px}
.hero p{font-size:24px;line-height:1.5}
.buttons{margin-top:30px}
.btn{display:inline-block;padding:16px 28px;border-radius:10px;text-decoration:none;font-weight:bold;margin:8px}
.whatsapp{background:#00a859;color:#fff}
.insta{background:#004e92;color:#fff}

.trust{background:#00a859;color:#fff;padding:25px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center;font-weight:700}

section{padding:80px 0}
h2{text-align:center;color:#004e92;font-size:38px;margin-bottom:35px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.card{padding:35px;background:#fff;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;font-size:20px;font-weight:700}

.steps{background:#f3f8f5}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;text-align:center}
.step-grid span{display:inline-flex;width:70px;height:70px;border-radius:50%;background:#00a859;color:#fff;align-items:center;justify-content:center;font-size:30px;font-weight:bold;margin-bottom:15px}

.about p,.contact p{max-width:900px;margin:10px auto;text-align:center;font-size:18px;line-height:1.8}
.contact{background:#eef6ff}
footer{background:#003f78;color:#fff;text-align:center;padding:30px}

@media(max-width:768px){
.hero h1{font-size:42px}
.hero p{font-size:18px}
.trust-grid,.step-grid{grid-template-columns:1fr}
.logo{height:80px}
.nav div{display:none}
}
