* { margin:0; padding:0; box-sizing:border-box; font-family: Arial, Helvetica, sans-serif; }
body { color: #333; line-height: 1.6; }
.container { width: 90%; max-width:1000px; margin:auto; }

/* HERO */
.hero { background: linear-gradient(135deg, #7b1e3a, #b03060); color:white; padding:80px 20px; text-align:center; }
.logo { max-width:180px; margin-bottom:20px; }
.hero h1 { font-size:42px; }
.hero p { font-size:20px; margin:10px 0; }
.btn-call { display:inline-block; margin-top:20px; padding:12px 25px; background:#25d366; color:white; text-decoration:none; border-radius:5px; font-weight:bold; }

/* SECTIONS */
section { padding:60px 20px; }
section h2 { color:#7b1e3a; margin-bottom:20px; }
.services ul { list-style:none; }
.services li { padding:10px 0; border-bottom:1px solid #ddd; }

/* CONTACT */
.contact form { margin-top:20px; display:flex; flex-direction:column; }
.contact input, .contact textarea { padding:10px; margin-bottom:10px; border:1px solid #ccc; border-radius:4px; }
.contact button { background:#7b1e3a; color:white; border:none; padding:12px; cursor:pointer; }

/* MAP */
.map { margin-top:20px; border-radius:8px; overflow:hidden; }

/* FOOTER */
footer { background:#f4f4f4; text-align:center; padding:30px; font-size:14px; }

/* WhatsApp */
.whatsapp { position:fixed; bottom:20px; right:20px; background:#25d366; color:white; font-size:28px; padding:15px; border-radius:50%; text-decoration:none; }

/* MOBILE */
@media (max-width:600px) {
    .hero h1 { font-size:30px; }
    .logo { max-width:140px; }
}
