.steps-list{margin-top:32px}.step-item{display:flex;gap:24px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--brand-border)}.step-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.step-number{flex:0 0 60px;width:60px;height:60px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;box-shadow:0 10px 20px rgba(139,92,246,.25)}.step-content{flex:1}.step-content h3{color:var(--brand-primary-dark)}.faq-item h3{color:var(--brand-primary-dark);margin-bottom:12px}.faq-item.active{border-color:#a04ef2;box-shadow:0 4px 16px rgba(160,78,242,.1)}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-item.active .faq-answer{max-height:1000px}@media (max-width:575px){.step-item{flex-direction:column;gap:16px}.step-number{width:50px;height:50px;font-size:18px}}