.production-flow{margin:0 auto;max-width:1200px;padding:5rem 2rem}.flow-heading{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.flow-steps{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.flow-step{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.flow-step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-description{color:#666;line-height:1.6}