.process__steps{list-style:none;margin:0;padding:0;display:grid;gap:0}@media (min-width:48rem){.process__steps{grid-template-columns:repeat(4,1fr);gap:1rem}}.process__step{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);position:relative;overflow:hidden;transition:transform .3s ease-out,box-shadow .3s ease-out}.process__step:hover{border-color:oklch(.635 .21 281/.35);transform:translateY(-2px)}.process__content,.process__number{position:relative;z-index:2}.process__number{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--color-primary);line-height:1}.process__name{font-size:1.125rem}.process__desc{color:var(--color-muted);font-size:.9375rem}.bento-section{position:relative;user-select:none;--bento-white:oklch(0.96 0.012 281);--bento-border:oklch(0.28 0.06 281);--bento-surface:oklch(0.14 0.045 281);--bento-glow:rgba(var(--glow-color),0.2)}.card-grid{display:grid;gap:.5em;padding:0;width:100%;font-size:clamp(.875rem,.8rem + .35vw,1.125rem)}.magic-bento-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;aspect-ratio:4/3;min-height:200px;width:100%;max-width:100%;padding:1.25em;border-radius:1.25rem;border:1px solid var(--bento-border);background:var(--bento-surface);font-weight:300;overflow:hidden;transition:transform .3s ease-out,box-shadow .3s ease-out;cursor:pointer;text-decoration:none;color:inherit;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px}@media (prefers-reduced-motion:reduce){.magic-bento-card{transition:none}}.magic-bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px oklch(0 0 0/.25)}.magic-bento-card__content,.magic-bento-card__header{display:flex;position:relative;z-index:2;color:var(--bento-white)}.magic-bento-card__header{gap:.75em;justify-content:space-between}.magic-bento-card__content{flex-direction:column}.magic-bento-card__label{font-size:.75em;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:oklch(.78 .14 288)}.magic-bento-card__title{font-family:var(--font-display);font-weight:600;font-size:1.05em;margin:0 0 .35em;line-height:1.2;text-wrap:balance}.magic-bento-card__description{font-size:.8em;line-height:1.45;color:oklch(.72 .04 281);margin:0}.magic-bento-card--text-autohide .magic-bento-card__description,.magic-bento-card--text-autohide .magic-bento-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.magic-bento-card--text-autohide .magic-bento-card__title{-webkit-line-clamp:2;line-clamp:2}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:3;line-clamp:3}@media (max-width:599px){.card-grid{grid-template-columns:1fr}.magic-bento-card{min-height:180px}}@media (min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(4,1fr)}.magic-bento-card:nth-child(3){grid-column:span 2;grid-row:span 2}.magic-bento-card:nth-child(4){grid-column:1/span 2;grid-row:2/span 2}.magic-bento-card:nth-child(6){grid-column:4;grid-row:3}}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:6px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(var(--glow-color),calc(var(--glow-intensity) * .8)) 0,rgba(var(--glow-color),calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease-out;z-index:1}.magic-bento-card--border-glow:hover{box-shadow:0 4px 20px oklch(.635 .21 281/.25),0 0 30px var(--bento-glow)}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";position:absolute;inset:-2px;background:rgba(var(--glow-color),.2);border-radius:50%;z-index:-1}.particle-container:hover{box-shadow:0 4px 20px oklch(.635 .21 281/.15),0 0 30px var(--bento-glow)}.global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:50!important;pointer-events:none}.services__inner{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem)}.services__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;max-width:none}@media (max-width:40rem){.services__header{flex-direction:column;align-items:stretch}.services__all,.services__all .btn{width:100%}}.services__header>div{display:flex;flex-direction:column;gap:1rem;max-width:36rem}.services__all{flex-shrink:0}.services__bento{width:100%}