.how-introduction-section {
    background-color: #C71871; 
    color: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.how-introduction-section .section-main-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.how-introduction-section .section-subtitle {
    font-size: 1.15rem;
    font-weight: 400;
    max-width: 700px;
}

.how-introduction-section .step-card {
    padding: 10px;
    transition: transform 0.2s ease;
}

.how-introduction-section .step-number-box {
    width: 75px;
    height: 75px;
    background-color: #fca5cb; 
    border-radius: 14px; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.how-introduction-section .step-number-box span {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
}

/* Textos de los pasos */
.how-introduction-section .step-title {
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: -0.3px;
}

.how-introduction-section .step-text {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 767.98px) {
    .how-introduction-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .how-introduction-section .section-main-title {
        font-size: 1.75rem;
    }
    .how-introduction-section .step-card {
        margin-bottom: 20px;
    }
}