.ClientWall_wall__lLf_H{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;border:1px solid var(--stroke);border-radius:var(--radius-lg);overflow:hidden;background-color:var(--surface-1)}.ClientWall_cell__bo9BU{display:flex;align-items:center;justify-content:center;padding:var(--space-7) var(--space-5);border-right:1px solid var(--stroke);border-bottom:1px solid var(--stroke);transition:background-color var(--transition);min-height:148px}.ClientWall_cell__bo9BU:hover{background-color:var(--surface-0)}.ClientWall_logoWrap__HA_Zq{display:inline-flex}.ClientWall_logo__KG7OL{width:auto;height:56px;max-width:100%;object-fit:contain;transition:transform var(--transition)}.ClientWall_cell__bo9BU:hover .ClientWall_logo__KG7OL{transform:scale(1.08)}@media (min-width:600px) and (max-width:899px){.ClientWall_wall__lLf_H:not(.ClientWall_twoColTablet__L5MHu){grid-template-columns:repeat(3,1fr)}.ClientWall_wall__lLf_H:not(.ClientWall_twoColTablet__L5MHu) .ClientWall_cell__bo9BU:nth-child(3n){border-right:none}.ClientWall_capTablet__SfZb1 .ClientWall_cell__bo9BU:nth-child(n+7){display:none}.ClientWall_twoColTablet__L5MHu{grid-template-columns:repeat(2,1fr)}.ClientWall_twoColTablet__L5MHu .ClientWall_cell__bo9BU:nth-child(2n){border-right:none}}@media (min-width:900px){.ClientWall_wall__lLf_H{grid-template-columns:repeat(4,1fr)}.ClientWall_wall__lLf_H .ClientWall_cell__bo9BU:nth-child(3n){border-right:1px solid var(--stroke)}.ClientWall_wall__lLf_H .ClientWall_cell__bo9BU:nth-child(4n){border-right:none}}.ProcessTimeline_timeline__gDuBB{display:flex;flex-direction:column;gap:var(--space-6);position:relative}.ProcessTimeline_step__oYiVI{display:grid;grid-template-columns:48px 1fr;grid-gap:var(--space-4);gap:var(--space-4);position:relative}.ProcessTimeline_step__oYiVI:not(:last-child):before{content:"";position:absolute;left:23px;top:48px;bottom:calc(var(--space-6) * -1);width:2px;background:linear-gradient(var(--stroke-accent),transparent)}.ProcessTimeline_marker__R1oUM{width:48px;height:48px;border-radius:var(--radius-md);background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;box-shadow:var(--glow-blue)}.ProcessTimeline_number__ETVDp{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:.06em;color:#fff}.ProcessTimeline_body__eBhWQ{display:grid;grid-template-columns:1fr;grid-gap:var(--space-4);gap:var(--space-4);padding-bottom:var(--space-2)}.ProcessTimeline_media__LfZX9{position:relative;aspect-ratio:16/10;border-radius:var(--radius-lg);overflow:hidden;background-color:var(--surface-2);border:1px solid var(--stroke)}.ProcessTimeline_image__Jd0zP{object-fit:cover}.ProcessTimeline_text__sbWxk{display:flex;flex-direction:column;gap:var(--space-2);align-self:center}.ProcessTimeline_title__SLWmR{font-size:var(--text-xl);color:var(--text-strong)}.ProcessTimeline_desc__vxjLX{color:var(--text-dim);line-height:var(--leading-normal)}.ProcessTimeline_compact__a6e74 .ProcessTimeline_body__eBhWQ{grid-template-columns:1fr}@media (min-width:768px){.ProcessTimeline_timeline__gDuBB:not(.ProcessTimeline_compact__a6e74) .ProcessTimeline_body__eBhWQ{grid-template-columns:360px 1fr;align-items:center}}@media (max-width:600px){.ProcessTimeline_timeline__gDuBB{padding-left:0}}