/* Sección equipo — mismo layout que sitio Técnico */
.staff-section.team-container {
    background: #eceff3;
    color: #333;
}

.staff-section .team h3 {
    color: #222 !important;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.staff-section .team p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.staff-member {
    margin-bottom: 30px;
    overflow: hidden;
}

.staff-member img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    background: #1f252c;
}

.staff-member h4 {
    bottom: 42px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

.staff-member p {
    bottom: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
