.cat-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;display:grid;position:relative}.steps-flow{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px;display:grid;position:relative}.steps-flow:before{content:"";background:repeating-linear-gradient(90deg, var(--coral-soft) 0 10px, transparent 10px 18px);z-index:0;height:3px;position:absolute;top:38px;left:12.5%;right:12.5%}.step-item{z-index:1;text-align:center;padding:0 6px;position:relative}.step-badge{background:var(--grad-brand);width:76px;height:76px;box-shadow:var(--sh-md);border-radius:24px;place-items:center;margin:0 auto 16px;transition:transform .25s;display:grid;position:relative}.step-item:hover .step-badge{transform:translateY(-5px)rotate(-3deg)}.step-emo{filter:drop-shadow(0 2px 3px #00000026);font-size:34px;line-height:1}.step-n{width:26px;height:26px;color:var(--coral);box-shadow:var(--sh-sm);border:2px solid var(--coral-soft);background:#fff;border-radius:50%;place-items:center;font-size:.85rem;font-weight:800;display:grid;position:absolute;top:-8px;right:-8px}.step-t{margin:0 0 5px;font-size:1.12rem}.step-d{color:var(--ink-2);margin:0;font-size:.92rem}@media (max-width:880px){.cat-hero-grid{grid-template-columns:1fr}.steps-flow{grid-template-columns:1fr 1fr;gap:30px 14px}.steps-flow:before{display:none}}@media (max-width:460px){.steps-flow{grid-template-columns:1fr}}
