.ps-98522cf0-grid {
    display: grid;
    gap: 24px;
    width: 100%;
}

.ps-98522cf0-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.ps-98522cf0-img-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.ps-98522cf0-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ps-98522cf0-card:hover .ps-98522cf0-img-wrapper img {
    transform: scale(1.05);
}

.ps-98522cf0-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.ps-98522cf0-badge {
    font-weight: 700;
}

.ps-98522cf0-title {
    margin: 0;
    font-weight: 700;
}

.ps-98522cf0-desc {
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
    z-index: 2;
    position: relative;
}

.ps-98522cf0-ghost {
    position: absolute;
    bottom: -10px;
    right: 15px;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

/* Stagger Layout Logic based on Columns */
@media (min-width: 1025px) {
    .ps-stagger-yes .ps-98522cf0-grid {
        align-items: start;
    }
    
    .ps-stagger-yes .ps-98522cf0-grid .ps-98522cf0-card:nth-child(2) {
        margin-top: 40px;
    }
    
    .ps-stagger-yes .ps-98522cf0-grid .ps-98522cf0-card:nth-child(3) {
        margin-top: 80px;
    }
    
    .ps-stagger-yes .ps-98522cf0-grid .ps-98522cf0-card:nth-child(4) {
        margin-top: 120px;
    }
}
