.wf-wrapper{padding:3rem 0;border-top:1px solid rgba(30,41,59,.6)}.wf-inner{max-width:1100px;margin:0 auto;padding:0 1rem}.wf-title{font-weight:800;font-size:1.5rem;text-align:center;margin-bottom:1.5rem}.wf-grid{display:grid;gap:1.25rem}@media(min-width:768px){.wf-grid{grid-template-columns:1fr 1fr}}.wf-card{border:1px solid rgba(51,65,85,.7);background:rgba(2,6,23,.6);border-radius:1rem;padding:1rem 1.25rem 1.25rem}.wf-heading{font-weight:800;margin:0 0 .25rem;font-size:1.125rem}.wf-sub{margin:0 0 .75rem;color:#94a3b8;font-size:.9rem}.wf-steps{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.wf-step{border-radius:.75rem;padding:.75rem;border:1px solid transparent;background:rgba(15,23,42,.8)}.wf-step:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .25s ease}.wf-step.wf-blue{border-color:rgba(59,130,246,.35)}.wf-step.wf-red{border-color:rgba(239,68,68,.35);background:rgba(24,0,0,.35)}.wf-step-content{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.wf-icon{width:20px;height:20px;color:#93c5fd}.wf-icon-group{display:flex;gap:.25rem;justify-content:center}.wf-step-title{font-weight:700}.wf-step-desc{font-size:.85rem;color:#cbd5e1}.wf-connector{position:relative;height:22px;display:flex;align-items:center;justify-content:center}.wf-connector:after{content:"";position:absolute;left:calc(50% - 1px);top:0;bottom:0;width:2px;border-radius:2px;background-size:200% 200%;animation:wf-flow 2.6s linear infinite}.wf-connector.wf-blue:after{background-image:linear-gradient(180deg,rgba(59,130,246,.9),rgba(59,130,246,.2),rgba(99,102,241,.85))}.wf-connector.wf-red:after{background-image:linear-gradient(180deg,rgba(239,68,68,.9),rgba(239,68,68,.2),rgba(220,38,38,.85))}.wf-connector .wf-dot{width:6px;height:6px;border-radius:9999px;background:#93c5fd;opacity:.9;position:relative;z-index:1}.wf-connector.wf-red .wf-dot{background:#fca5a5}@keyframes wf-flow{0%{background-position:0 0}to{background-position:0 200%}}.wf-success,.wf-warning{margin-top:.75rem;display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-radius:.5rem;font-size:.85rem}.wf-success{background:rgba(16,185,129,.15);color:#34d399;border:1px solid rgba(16,185,129,.35)}.wf-warning{background:rgba(239,68,68,.12);color:#f87171;border:1px solid rgba(239,68,68,.35)}.wf-cta{margin-top:.5rem}.wf-caption{margin-top:.25rem;font-size:.75rem;color:#94a3b8}.wf-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}