.process__section{margin-top:var(--section-gap)}.process__container{grid-template-columns:repeat(5,1fr);gap:1.1rem;display:grid}.process__step{background:var(--color-bg-card);border-radius:var(--radius-md);text-align:left;isolation:isolate;z-index:1;flex-direction:column;align-items:flex-start;height:100%;padding:2.4rem 1.3rem 1.8rem;transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.process__step:before{content:"";border-radius:inherit;background:var(--color-border);-webkit-mask-composite:xor;z-index:0;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.process__step>.process__border-arc{border-radius:inherit;-webkit-mask-composite:xor;filter:drop-shadow(0 0 5px var(--color-primary-glow));opacity:.6;z-index:0;pointer-events:none;padding:1.4px;transition:opacity .35s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.process__border-arc:before{content:"";background:conic-gradient(from 0deg, transparent 0deg, transparent 250deg, #7ec83480 278deg, var(--color-primary) 296deg, var(--color-secondary) 308deg, var(--color-primary) 320deg, #7ec83480 340deg, transparent 360deg);will-change:transform;animation:6s linear infinite travelBorder;position:absolute;inset:-50%}.process__step:first-child .process__border-arc:before{animation-delay:0s}.process__step:nth-child(2) .process__border-arc:before{animation-delay:-1.2s}.process__step:nth-child(3) .process__border-arc:before{animation-delay:-2.4s}.process__step:nth-child(4) .process__border-arc:before{animation-delay:-3.6s}.process__step:nth-child(5) .process__border-arc:before{animation-delay:-4.8s}@keyframes travelBorder{to{transform:rotate(360deg)}}.process__step>*{z-index:1;position:relative}.process__step:hover{background:#121826d9;transform:translateY(-6px)}.process__step:hover>.process__border-arc{opacity:1;filter:drop-shadow(0 0 8px var(--color-primary-glow))}.process__ghost-num{font-family:var(--font-plus-jakarta), sans-serif;color:#0000;-webkit-text-stroke:1px #ffffff14;z-index:-1;-webkit-user-select:none;user-select:none;font-size:4.4rem;font-weight:700;line-height:1;transition:-webkit-text-stroke-color .35s cubic-bezier(.2,.8,.2,1);position:absolute;top:.6rem;right:.8rem}.process__step:hover .process__ghost-num{-webkit-text-stroke-color:#7ec8344d}.process__icon{background:var(--color-bg-card);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1.3rem;display:flex;position:relative}.process__icon:before{content:"";border-radius:inherit;background:conic-gradient(from 180deg, var(--color-primary), var(--color-secondary), var(--color-primary));-webkit-mask-composite:xor;opacity:.45;padding:1.4px;transition:opacity .35s cubic-bezier(.2,.8,.2,1);position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.process__step:hover .process__icon:before{opacity:1}.process__icon svg,.process__icon>*{width:19px;height:19px;color:var(--color-primary);z-index:1;position:relative}.process__step-label{letter-spacing:.14em;color:var(--color-primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.66rem;font-weight:600}.process__step h3{color:var(--color-white);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.process__step p{color:var(--color-light);margin:0;font-size:.85rem;line-height:1.55}@media screen and (max-width:1200px){.process__container{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media screen and (max-width:768px){.process__container{grid-template-columns:1fr 1fr;gap:1rem}.process__ghost-num{font-size:3.5rem}}@media screen and (max-width:560px){.process__container{grid-template-columns:1fr}.process__step{padding:2rem 1.4rem 1.6rem}}@media (prefers-reduced-motion:reduce){.process__step{transition:none}.process__border-arc{opacity:0}.process__border-arc:before{animation:none}.process__step:hover{transform:none}.process__step:hover .process__border-arc{opacity:0}}
