.ppro-y26-c-step-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    min-height: 28.5rem;
    padding: 2rem 1.5rem;
    color: inherit;
}

.ppro-y26-c-step-card::before {
    z-index: 4;
}

.ppro-y26-c-step-card__trigger {
    position: absolute;
    inset: 0;
    z-index: 5;
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0;
}

.ppro-y26-c-step-card__number,
.ppro-y26-c-step-card__content {
    position: relative;
    z-index: 1;
}

.ppro-y26-c-step-card__number {
    display: flex;
    color: inherit;
}

.ppro-y26-c-step-card__number svg {
    display: block;
    width: auto;
    height: 9.375rem;
    max-width: 100%;
}

.ppro-y26-c-step-card__content {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ppro-y26-c-step-card__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 22.5rem;
}

.ppro-y26-c-step-card__title {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: inherit;
}

.ppro-y26-c-step-card__body {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 1rem;
    line-height: 1.375rem;
    color: inherit;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .ppro-y26-c-step-card {
        padding: 1.625rem 1.625rem 2.125rem;
    }

    .ppro-y26-c-step-card__title {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .ppro-y26-c-step-card__body {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}
