.process-flow{--pf-bg:#eaf8f1;--pf-card-bg:#f2faf2;--pf-border:#03e373;--pf-text:#0f0f10;--pf-muted:#4a4a4a;--pf-accent:#1fd89c;--pf-arrow-icon:#0b3d5c;color:var(--pf-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:50px 24px}.process-flow__container{background:#fff;border:1.5px solid var(--pf-border);border-radius:22px;margin:0 auto;padding:40px 32px 36px;position:relative}.process-flow__steps{align-items:stretch;display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between}.pf-step{display:flex;flex:1 1 0;min-width:0;position:relative}.pf-step__card{background:var(--pf-card-bg);border-radius:14px;display:flex;flex:1 1 auto;flex-direction:column;min-height:100%;padding:28px 40px;width:100%}.pf-step__title{color:var(--pf-text);font-size:28px;font-weight:400;line-height:1.25;margin:0 0 12px}.pf-step__description{color:var(--pf-muted);font-size:14px;line-height:1.55;margin:0}.pf-step__arrow{align-items:center;background:#f2faf2;border:4px solid #fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.04);color:var(--pf-arrow-icon);display:flex;height:36px;justify-content:center;position:absolute;right:-22px;top:50%;transform:translateY(-50%);width:36px;z-index:2}html[lang=ar] .pf-step__arrow{left:-22px;right:auto}.pf-step__arrow svg{display:block;height:18px;width:18px}html[lang=ar] .pf-step__arrow svg{transform:rotate(180deg)}.process-flow__cta{display:flex;justify-content:center;margin-top:32px}.process-flow__cta .cta_button:after,.process-flow__cta a:after{transition:transform .2s ease}.process-flow__cta .cta_button:hover:after,.process-flow__cta a:hover:after{transform:translateX(3px)}@media (max-width:900px){.process-flow__container{padding:28px 20px}.process-flow__steps{flex-direction:column;gap:28px}.pf-step{width:100%}.pf-step__arrow{bottom:-22px;right:50%;top:auto;transform:translateX(50%) rotate(90deg)}}