.dp-widget-container-0125eeae {
    box-sizing: border-box;
    font-family: inherit;
    text-align: center;
    width: 100%;
}

.dp-header-0125eeae {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dp-subtitle-0125eeae {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.dp-subtitle-0125eeae::before,
.dp-subtitle-0125eeae::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
}

.dp-title-0125eeae {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.dp-title-highlight-0125eeae {
    display: inline;
}

.dp-desc-0125eeae {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 50px auto;
}

/* Steps Grid */
.dp-steps-grid-0125eeae {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dp-step-item-0125eeae {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}

.dp-step-icon-0125eeae {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.dp-step-icon-0125eeae svg {
    width: 20px;
    height: 20px;
}

.dp-step-content-0125eeae {
    flex-grow: 1;
}

.dp-step-title-0125eeae {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.dp-step-desc-0125eeae {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive Rules */
@media (max-width: 991px) {
    .dp-steps-grid-0125eeae {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .dp-steps-grid-0125eeae {
        grid-template-columns: 1fr;
    }
    .dp-title-0125eeae {
        font-size: 30px;
    }
}
