/* Selettori per la home page */
.hero-section {
    background: linear-gradient(rgba(0, 77, 64, 0.8), rgba(0, 121, 107, 0.8)), url('https://images.unsplash.com/photo-1584179234953-0423134f38de?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    padding: 60px 0;
}

.feature-icon {
    transition: transform 0.3s ease;
}

.card:hover .feature-icon {
    transform: scale(1.2);
}

.mosquito-bg {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%2300796b10" d="M10,0 L20,10 L10,20 L0,10 Z"/></svg>');
    background-repeat: repeat;
}