.wf-section{position:relative;padding:clamp(4rem,10vh,7rem) 0;background:#020205;overflow:hidden;border-top:1px solid rgba(255,255,255,.06)}.wf-bg-glow{position:absolute;top:20%;left:50%;transform:translateX(-50%);width:80vw;height:60vh;background:radial-gradient(ellipse at center,rgba(99,102,241,.08) 0,rgba(139,92,246,.04) 40%,transparent 70%);pointer-events:none;filter:blur(60px)}.wf-inner{max-width:1300px;margin:0 auto;padding:0 clamp(1rem,5vw,2.5rem)}.wf-header{text-align:center;margin-bottom:clamp(2.5rem,6vh,4.5rem)}.wf-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(139,92,246,.8);margin-bottom:16px}.wf-eyebrow-logo{width:14px;height:14px;opacity:.5;object-fit:contain}.wf-title{font-size:clamp(32px,5vw,64px);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#fff;margin:0 0 16px}.wf-title-accent{background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wf-subtitle{font-size:clamp(15px,1.3vw,18px);color:rgba(255,255,255,.45);max-width:56ch;margin:0 auto;line-height:1.7}.wf-layout{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3rem)}@media (min-width:900px){.wf-layout{grid-template-columns:340px 1fr;gap:clamp(2rem,4vw,4rem);align-items:start}}@media (min-width:1200px){.wf-layout{grid-template-columns:380px 1fr}}.wf-steps-list{display:flex;flex-direction:column;gap:6px;overflow-x:auto;flex-direction:row;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wf-steps-list::-webkit-scrollbar{display:none}@media (min-width:900px){.wf-steps-list{flex-direction:column;overflow-x:visible;padding-bottom:0}}.wf-step-btn{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:14px;cursor:pointer;text-align:left;transition:background .25s,border-color .25s;font-family:inherit;color:rgba(255,255,255,.55);flex-shrink:0;min-width:180px}@media (min-width:900px){.wf-step-btn{min-width:unset;width:100%}}.wf-step-btn:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}.wf-step-btn.is-active{background:rgba(var(--step-color-rgb,99,102,241),.08);border-color:color-mix(in srgb,var(--step-color) 40%,transparent);color:#fff}.wf-step-icon-wrap{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s,border-color .25s;color:inherit}.wf-step-btn.is-active .wf-step-icon-wrap{background:color-mix(in srgb,var(--step-color) 18%,transparent);border-color:color-mix(in srgb,var(--step-color) 40%,transparent);color:var(--step-color)}.wf-step-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.wf-step-num{font-size:10px;font-weight:800;letter-spacing:.12em;color:rgba(255,255,255,.25)}.wf-step-btn.is-active .wf-step-num{color:var(--step-color)}.wf-step-name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-step-active-bar{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:0 3px 3px 0;background:var(--step-color);display:none}@media (min-width:900px){.wf-step-active-bar{display:block}}.wf-step-arrow{flex-shrink:0;opacity:0;transition:opacity .2s,transform .2s}.wf-step-btn.is-active .wf-step-arrow,.wf-step-btn:hover .wf-step-arrow{opacity:1;transform:translateX(2px)}.wf-detail-panel{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:clamp(1.5rem,4vw,2.5rem);min-height:420px}.wf-detail-inner,.wf-detail-panel{display:flex;flex-direction:column}.wf-detail-inner{gap:clamp(1rem,2.5vh,1.5rem);height:100%}.wf-detail-header{display:flex;align-items:flex-start;gap:16px}.wf-detail-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-detail-num{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.3);margin:0 0 4px}.wf-detail-title{font-size:clamp(20px,2.5vw,28px);font-weight:800;letter-spacing:-.02em;color:#fff;margin:0 0 4px;line-height:1.2}.wf-detail-subtitle{font-size:13px;color:rgba(255,255,255,.4);font-weight:500;margin:0}.wf-duration-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid;border-radius:50px;font-size:12px;font-weight:700;align-self:flex-start}.wf-duration-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.wf-detail-desc{font-size:clamp(14px,1.2vw,16px);line-height:1.75;color:rgba(255,255,255,.65);margin:0}.wf-deliverables{display:flex;flex-direction:column;gap:12px}.wf-deliverables-label{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.3);margin:0}.wf-deliverables-grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:600px){.wf-deliverables-grid{grid-template-columns:repeat(2,1fr)}}.wf-deliverable-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:rgba(255,255,255,.7);font-weight:500;line-height:1.4}.wf-progress-bar-wrap{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}.wf-progress-track{flex:1;height:4px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden}.wf-progress-fill{height:100%;border-radius:2px}.wf-progress-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.3);white-space:nowrap}.wf-nav-btns{display:flex;gap:10px;flex-wrap:wrap}.wf-nav-btn{padding:10px 20px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s,transform .2s;min-height:44px}.wf-nav-btn:disabled{opacity:.25;cursor:not-allowed}.wf-nav-prev{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6)}.wf-nav-prev:hover:not(:disabled){background:rgba(255,255,255,.1);color:#fff}.wf-nav-next{border:none;color:#fff;flex:1}.wf-nav-next:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.wf-mobile-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}@media (min-width:900px){.wf-mobile-dots{display:none}}.wf-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.15);border:none;cursor:pointer;transition:background .25s,transform .2s;padding:0}.wf-dot.is-active{transform:scale(1.3)}.wf-dot:hover{background:rgba(255,255,255,.35)}