.hs-process-section{background:transparent;box-sizing:border-box;overflow:visible;padding:80px 20px;position:relative;width:100%}.hs-process-container{box-sizing:border-box;margin:0 auto;max-width:1200px;width:100%}.hs-process-header{margin-bottom:60px;text-align:center}.hs-process-title{color:var(--hs-primary,var(--text-main,#0f172a));font-size:2.5rem;font-weight:700;margin-bottom:12px}.hs-process-subtitle{color:var(--hs-secondary,var(--text-muted,#64748b));font-size:1.125rem;margin:0 auto;max-width:540px}.hs-process-grid{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:20px 0;width:100%}.hs-process-card{background:#fff;border-radius:24px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.03);box-sizing:border-box;flex:0 1 340px;max-width:340px;opacity:0;overflow:hidden;padding:32px;position:relative;transform:translateY(50px) scale(.98);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.hs-process-grid:not(:has(.hs-process-card:nth-child(4))) .hs-process-card:nth-child(3n+1){--card-rot:-2.5deg;--card-y:15px}.hs-process-grid:not(:has(.hs-process-card:nth-child(4))) .hs-process-card:nth-child(3n+2){--card-rot:2deg;--card-y:-10px}.hs-process-grid:not(:has(.hs-process-card:nth-child(4))) .hs-process-card:nth-child(3n+3){--card-rot:-3deg;--card-y:5px}.hs-process-grid:has(.hs-process-card:nth-child(4)){display:grid;gap:30px;grid-template-columns:repeat(2,340px);justify-content:center;margin:0 auto;max-width:740px}.hs-process-grid:has(.hs-process-card:nth-child(4)) .hs-process-card{flex:unset;justify-self:center;max-width:100%;--card-y:0px}.hs-process-grid:has(.hs-process-card:nth-child(4)) .hs-process-card:first-child{--card-rot:-2deg}.hs-process-grid:has(.hs-process-card:nth-child(4)) .hs-process-card:nth-child(2){--card-rot:1.5deg}.hs-process-grid:has(.hs-process-card:nth-child(4)) .hs-process-card:nth-child(3){--card-rot:2deg}.hs-process-grid:has(.hs-process-card:nth-child(4)) .hs-process-card:nth-child(4){--card-rot:-1.5deg}.hs-process-card.is-visible{opacity:1;transform:translateY(var(--card-y,0)) rotate(var(--card-rot,0deg)) scale(1);transition-delay:calc(var(--card-index, 0)*.1s)}.hs-process-card.is-hidden-above{opacity:0;transform:translateY(-50px) scale(.98);transition-delay:0s}.hs-process-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.hs-process-emoji{font-size:2.25rem}.hs-process-step-label{font-family:inherit;font-size:.75rem;letter-spacing:.05em;white-space:nowrap}.hs-process-card-title,.hs-process-step-label{color:var(--text-main,#0f172a);font-weight:700}.hs-process-card-title{font-size:1.35rem;line-height:1.3;margin-bottom:14px}.hs-process-card-desc{color:var(--text-muted,#64748b);font-size:.95rem;line-height:1.6;margin-bottom:20px;overflow-wrap:break-word;word-break:break-word}.hs-process-cta{color:var(--hs-accent,var(--color-indigo,#4153ff));display:inline-block;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s ease}.hs-process-cta:hover{text-decoration:underline}@media (max-width:768px){.hs-process-section{padding:60px 16px}.hs-process-grid,.hs-process-grid:has(.hs-process-card:nth-child(4)){align-items:center;display:flex;flex-direction:column;gap:20px;max-width:100%}.hs-process-card{flex:1 1 100%!important;max-width:100%!important;padding:24px;transform:none!important}}@media (prefers-reduced-motion:reduce){.hs-process-card{opacity:1!important;transform:none!important;transition:none!important}}