body{margin:0;font-family:'Poppins',sans-serif}
.hero{height:90vh;background:url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d') center/cover}
.overlay{background:rgba(204,0,0,.9);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}
.btn{background:#fff;color:#cc0000;padding:14px 24px;border-radius:8px;margin-top:20px}
.pulse{animation:pulse 1.4s infinite}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}

.section{padding:80px 20px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.alt{background:#f5f5f5}
.img{height:260px;background-size:cover;border-radius:12px}

.numbers{display:flex;justify-content:space-around;background:#111;color:#fff;padding:40px}
.testimonials{display:flex;gap:20px;padding:40px;justify-content:center}
.card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,0.1)}

.cta{text-align:center;background:#cc0000;color:#fff;padding:60px}

footer{text-align:center;padding:20px;background:#111;color:#fff}

.whatsapp{position:fixed;bottom:20px;right:20px;background:#25d366;color:#fff;padding:15px;border-radius:50px}

@media(max-width:768px){
.grid{grid-template-columns:1fr}
.testimonials{flex-direction:column}
}
