/* 祥云背景图案 */
.bg-auspicious {
    background-image: url('../images/cloud-pattern.png');
    background-repeat: repeat;
    opacity: 0.1;
}

/* 进度步骤样式 */
.progress-step {
    transition: all 0.3s ease;
}

.progress-step.completed {
    background-color: #f8fafc;
    border: 2px solid #dc2626;
}

/* 响应式调整 */
@media (max-width: 640px) {
    .text-5xl {
        font-size: 2.5rem;
    }
}
