.ps-1a5fc343-wrapper {
    width: 100%;
    font-family: inherit;
}

.ps-1a5fc343-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ps-1a5fc343-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.ps-1a5fc343-step:nth-child(even) {
    flex-direction: row-reverse;
}

.ps-1a5fc343-col-img {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ps-1a5fc343-col-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.ps-1a5fc343-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #cc3333; /* Default primary */
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.ps-1a5fc343-col-content {
    flex: 1;
    padding: 20px;
}

.ps-1a5fc343-header-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ps-1a5fc343-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbeaea; /* Default light primary */
}

.ps-1a5fc343-icon {
    font-size: 24px;
    color: #cc3333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-1a5fc343-icon svg {
    width: 24px;
    height: 24px;
    fill: #cc3333;
}

.ps-1a5fc343-title-wrap {
    display: flex;
    flex-direction: column;
}

.ps-1a5fc343-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cc3333;
    margin-bottom: 5px;
}

.ps-1a5fc343-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #111;
    line-height: 1.2;
}

.ps-1a5fc343-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ps-1a5fc343-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ps-1a5fc343-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.ps-1a5fc343-feature i {
    color: #cc3333;
}

.ps-1a5fc343-feature svg {
    width: 14px;
    height: 14px;
    fill: #cc3333;
}

/* CTA Styles */
.ps-1a5fc343-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    padding: 30px 40px;
    border-radius: 8px;
    margin-top: 60px;
}

.ps-1a5fc343-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ps-1a5fc343-cta-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbeaea;
}

.ps-1a5fc343-cta-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ps-1a5fc343-cta-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.ps-1a5fc343-cta-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.ps-1a5fc343-cta-right {
    margin-left: 20px;
}

.ps-1a5fc343-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #cc3333;
    text-decoration: none;
    transition: opacity 0.3s;
}

.ps-1a5fc343-cta-link:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .ps-1a5fc343-step, 
    .ps-1a5fc343-step:nth-child(even) {
        flex-direction: column;
        gap: 20px;
    }
    
    .ps-1a5fc343-col-img, 
    .ps-1a5fc343-col-content {
        width: 100%;
        flex: none;
    }
    
    .ps-1a5fc343-cta {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }
    
    .ps-1a5fc343-cta-left {
        flex-direction: column;
    }
    
    .ps-1a5fc343-cta-right {
        margin-left: 0;
    }
}
