.process-steps{padding:80px 20px}.process-steps-container{margin:0 auto;max-width:1000px}.process-headline{color:#000;font-size:2rem;font-weight:700;margin:0 0 60px;text-align:center}.steps-list{display:flex;flex-direction:column;gap:48px}.step-item{align-items:flex-start;display:grid;gap:24px;grid-template-columns:56px 1fr}.step-number{align-items:center;background:#dd5b2c;border-radius:50%;box-shadow:0 4px 12px rgba(255,107,74,.25);color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:56px;justify-content:center;width:56px}.step-content{padding-top:4px}.step-content h3{color:#000;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 12px}.step-description{color:#666;font-size:1rem;line-height:1.6}.step-description p{margin:0}@media (max-width:576px){.step-item{gap:16px;grid-template-columns:48px 1fr}.step-number{height:48px;width:48px}.step-content h3,.step-number{font-size:1.25rem}.steps-list{gap:36px}}