/* IMAGEN */
.luplup-section-template--21096651555042__section .step-image-wrapper {
width: 150px; height: 150px; margin: 0 auto 20px; border-radius: 50%;
position: relative; z-index: 2; background: #f5f5f5; border: 4px solid white;
box-shadow: 0 5px 15px rgba(0,0,0,0.1); overflow: hidden;
display: flex; justify-content: center; align-items: center;
}
.luplup-section-template--21096651555042__section .step-card:nth-child(1) .step-image-wrapper { border-color: var(--luplup-yellow); }
.luplup-section-template--21096651555042__section .step-card:nth-child(2) .step-image-wrapper { border-color: var(--luplup-green); }
.luplup-section-template--21096651555042__section .step-card:nth-child(3) .step-image-wrapper { border-color: var(--luplup-blue-light); }
.luplup-section-template--21096651555042__section .step-card:nth-child(4) .step-image-wrapper { border-color: var(--luplup-coral); }
.luplup-section-template--21096651555042__section .step-img-real { width: 100%; height: 100%; object-fit: cover; display: block; }
.luplup-section-template--21096651555042__section .step-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #eee; color: #aaa; font-size: 0.8rem; }
/* NÚMERO */
.luplup-section-template--21096651555042__section .step-number {
position: absolute; top: 5px; right: 15px; width: 35px; height: 35px;
background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;
font-family: 'Fresh Farm', cursive; font-size: 1.2rem; font-weight: 700; color: var(--luplup-dark);
box-shadow: 0 3px 8px rgba(0,0,0,0.2); z-index: 5;
}