
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #2b3a2b;
    background: #f6f9f4;
}

.hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    color: white;
}

.tagline {
    font-size: 1.2rem;
    margin-top: 10px;
}

section {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
}

h2 {
    color: #2b5d2b;
}

ul {
    line-height: 1.8;
}

.contact .whatsapp {
    display: inline-block;
    padding: 10px 15px;
    background: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #e7efe3;
    margin-top: 40px;
}
