.phisher-workflow{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.workflow-row{align-items:stretch;display:flex;gap:20px;margin-bottom:20px}.step-header{background:linear-gradient(135deg,#ff6b6b,orange);border-radius:8px;box-shadow:0 4px 15px hsla(0,100%,71%,.3);color:#fff;gap:15px;max-width:300px;min-width:300px;padding:15px 25px;width:300px}.step-header,.step-number{align-items:center;display:flex;flex-shrink:0}.step-number{background:#101e45;border-radius:50%;font-size:18px;font-weight:700;height:35px;justify-content:center;width:35px}.step-title{flex:1;font-size:20px;font-weight:700}.arrow-icon{align-items:center;background:#fff;border-radius:50%;color:#f26724;display:none;flex-shrink:0;font-size:18px;height:35px;justify-content:center;width:35px}.step-boxes{align-items:stretch;display:flex;flex:1;flex-wrap:wrap;gap:15px}.process-box{align-items:center;background:linear-gradient(135deg,#101e45,#2c244b 50%,#924359);border-radius:8px;box-shadow:0 4px 15px rgba(44,62,80,.3);color:#fff;display:flex;flex:1;font-size:16px;line-height:1.5;min-height:80px;min-width:250px;padding:20px}.process-box.full-width{flex:1 1 100%;min-width:100%;width:100%}.workflow-row:first-child .process-box,.workflow-row:first-child .step-header{min-height:60px}.workflow-row:nth-child(2) .process-box,.workflow-row:nth-child(2) .step-header{min-height:80px}.workflow-row:nth-child(3) .process-box,.workflow-row:nth-child(3) .step-header{min-height:60px}.workflow-row:nth-child(4) .process-box,.workflow-row:nth-child(4) .step-header{min-height:100px}.workflow-row:nth-child(5) .process-box,.workflow-row:nth-child(5) .step-header,.workflow-row:nth-child(6) .process-box,.workflow-row:nth-child(6) .step-header{min-height:80px}@media (max-width:768px){.workflow-row{align-items:stretch;flex-direction:column}.step-header{max-width:none;min-height:60px;min-width:auto;width:100%}.step-boxes{width:100%}.process-box{min-height:60px;min-width:100%}.process-box.full-width{width:100%}}@media (max-width:480px){.phisher-workflow{padding:15px}.step-header{min-height:50px;padding:12px 20px}.step-title{font-size:20px}.step-number{font-size:16px}.arrow-icon,.step-number{height:30px;width:30px}.process-box{font-size:15px;min-height:50px;padding:15px}}.process-box:hover,.step-header:hover{transform:translateY(-2px);transition:transform .2s ease}