.angie-steps-wrapper-56de5ce3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .angie-steps-wrapper-56de5ce3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .angie-steps-wrapper-56de5ce3 {
        grid-template-columns: 1fr;
    }
}

.angie-step-card-56de5ce3 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.angie-step-card-56de5ce3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    border-radius: 0 0 4px 4px;
    transition: width 0.3s ease;
}

.angie-step-card-56de5ce3:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.angie-step-card-56de5ce3:hover::before {
    width: 60%;
}

.angie-step-badge-56de5ce3 {
    position: absolute;
    top: -15px;
    right: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    padding: 4px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

.angie-step-icon-wrapper-56de5ce3 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    margin-bottom: 24px;
    font-size: 24px;
    background: rgba(108, 92, 231, 0.05);
    transition: all 0.3s ease;
}

.angie-step-icon-wrapper-56de5ce3 svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.angie-step-card-56de5ce3:hover .angie-step-icon-wrapper-56de5ce3 {
    transform: rotateY(180deg);
}

.angie-step-title-56de5ce3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.angie-step-desc-56de5ce3 {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
