.em-hero {
    background: linear-gradient(135deg, #2d5a27 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.em-hero h1 {
    font-weight: 700;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.em-hero p {
    font-size: 1rem;
    opacity: 0.95;
    color: #ffffff !important;
}

.em-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.em-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.em-card .card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.em-card .list-unstyled li {
    color: #6c757d;
}

.em-card .badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.whatsapp-btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    width: 100%;
    transition: background-color 0.2s;
}

.whatsapp-btn:hover {
    background-color: #218838 !important;
}

.inscribirse-btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    flex: 1;
    transition: background-color 0.2s;
}

.inscribirse-btn:hover {
    background-color: #0b5ed7 !important;
}

.em-card a.text-dark {
    color: #6c757d !important;
    transition: color 0.2s;
}

.em-card a.text-dark:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}
