.buldok-process-flow{position:relative}.buldok-process-flow__steps{display:grid;gap:var(--space-2xl);grid-template-columns:repeat(3,1fr);margin:var(--space-xl) auto 0;max-width:1200px;padding:0 var(--space-lg);position:relative}.buldok-process-step{opacity:0;position:relative;transform:translateY(30px);transition:all .6s var(--easing-smooth)}.buldok-process-step__number{color:var(--teal-primary);font-family:var(--font-display);font-size:64px;font-weight:700;line-height:1;margin-bottom:var(--space-sm);opacity:.3;transition:all .4s var(--easing-smooth)}.buldok-process-step:hover .buldok-process-step__number{opacity:1;transform:translateY(-5px)}.buldok-process-step__title{color:var(--white);font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.5px;margin-bottom:var(--space-xs)}.buldok-process-step__subtitle{color:var(--medium-gray);font-size:15px;font-weight:500;margin-bottom:var(--space-md)}.buldok-process-step__body{color:var(--light-gray);font-size:15px;line-height:1.7;margin-bottom:var(--space-lg)}.buldok-process-step__deliverables{background:rgba(0,212,170,.05);border-left:2px solid var(--teal-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:var(--space-md)}.buldok-process-step__deliverables-label{color:var(--teal-primary);font-size:11px;font-weight:700;letter-spacing:1.5px;margin-bottom:var(--space-xs);text-transform:uppercase}.buldok-process-step__deliverables-content{color:var(--light-gray);font-size:14px;line-height:1.6}.buldok-process-flow__connector{display:block;height:20px;left:0;pointer-events:none;position:absolute;top:32px;width:100%;z-index:1}.buldok-process-flow__connector--mobile{display:none}.buldok-process-flow__connector-path{opacity:0;transition:opacity .6s var(--easing-smooth) .6s,stroke-dashoffset 1.5s var(--easing-smooth) .6s}.buldok-process-flow__connector-path--solid{stroke-dasharray:1000;stroke-dashoffset:1000}.buldok-process-flow__connector-path--dashed{stroke-dasharray:8 6;stroke-dashoffset:1000}.buldok-process-flow__connector-path--dotted{stroke-dasharray:2 4;stroke-dashoffset:1000}.is-visible .buldok-process-flow__connector-path{opacity:1;stroke-dashoffset:0}.is-visible .buldok-process-step{opacity:1;transform:translateY(0)}[data-show-connectors=true] .buldok-process-step:nth-child(2){transition-delay:.1s}[data-show-connectors=true] .buldok-process-step:nth-child(3){transition-delay:.3s}[data-show-connectors=true] .buldok-process-step:nth-child(4){transition-delay:.5s}.buldok-process-flow__steps:not([data-show-connectors=true]) .buldok-process-step:first-child{transition-delay:.1s}.buldok-process-flow__steps:not([data-show-connectors=true]) .buldok-process-step:nth-child(2){transition-delay:.3s}.buldok-process-flow__steps:not([data-show-connectors=true]) .buldok-process-step:nth-child(3){transition-delay:.5s}@media (max-width:768px){.buldok-process-flow__steps{gap:var(--space-2xl);grid-template-columns:1fr;padding-left:var(--space-xl)}.buldok-process-flow__steps:before{background:linear-gradient(180deg,var(--teal-primary),transparent);bottom:0;content:"";left:0;position:absolute;top:10px;width:2px;z-index:0}.buldok-process-step__number{font-size:40px}.buldok-process-flow__connector--desktop{display:none}.buldok-process-flow__connector--mobile{display:block}}