.process-flow-container{width:100%;margin:4rem 0}.process-flow-title{text-align:center;color:#fff;margin-bottom:3rem;font-size:1.8rem}.process-flow-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.process-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#0f0f0f99;border:1px solid #ffffff0f;border-radius:1rem;padding:1.5rem;transition:all .4s;animation:.4s ease-out forwards fadeInUp}.process-step:first-child{animation-delay:50ms}.process-step:nth-child(2){animation-delay:.15s}.process-step:nth-child(3){animation-delay:.25s}.process-step:nth-child(4){animation-delay:.35s}.process-step:nth-child(5){animation-delay:.45s}.process-step:nth-child(6){animation-delay:.55s}.process-step h4{color:#fff}.process-step p{color:var(--gray-600)}.process-step:hover{border-color:#7c5cff33;transform:translateY(-5px);box-shadow:0 20px 60px -20px #7c5cff1a}.step-header{align-items:center;margin-bottom:1rem;display:flex}.step-number{background:linear-gradient(135deg,var(--accent-purple),var(--accent-blue));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.step-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step-description{color:var(--gray-600);font-size:.95rem;line-height:1.6}
