.bea-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:36px;align-items:stretch}.bea-process>.step{min-width:0;padding:26px 20px 28px;background:#fff;border:1px solid #d4e2f1;border-top:4px solid #2463a7;border-radius:18px;box-shadow:0 8px 24px rgba(19,35,58,.04)}.bea-process>.step>b{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#eaf2fc;color:#195993;font-size:18px;font-weight:800;line-height:1}.bea-process>.step>h3{margin:24px 0 12px;font-size:clamp(23px,2vw,26px);line-height:1.15;letter-spacing:-.025em;overflow-wrap:anywhere}.bea-process>.step>p{font-size:17px;line-height:1.55;color:#4e6076;margin:0}.bea-process>.step:not(:last-child)::after{content:'→';display:block;position:absolute;right:-37px;top:50%;width:36px;text-align:center;transform:translateY(-50%);font-family:Arial,sans-serif;font-size:36px;font-weight:700;line-height:1;color:#2463a7}@media(max-width:1050px){.bea-process{grid-template-columns:1fr;gap:38px}.bea-process>.step{padding:24px 24px 26px;display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:20px;align-items:start}.bea-process>.step>b{grid-row:1/3}.bea-process>.step>h3{margin:0 0 8px;font-size:26px}.bea-process>.step>p{grid-column:2}.bea-process>.step:not(:last-child)::after{content:'↓';top:auto;bottom:-37px;right:auto;left:28px;transform:none;width:36px;height:36px}}
@media(min-width:1051px){.bea-process-four{grid-template-columns:repeat(4,minmax(0,1fr))}}
