/* ZANYATO PROCESS VISUAL + RU V1 — additive styles */
.zpv-flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:30px 0 16px;position:relative}
.zpv-flow::before{content:"";position:absolute;left:6%;right:6%;top:43px;height:2px;background:linear-gradient(90deg,rgba(217,122,94,.16),rgba(217,122,94,.72),rgba(217,122,94,.16));z-index:0}
.zpv-flow-card{position:relative;z-index:1;min-width:0;min-height:154px;padding:16px 12px 14px;border:1px solid var(--line,#e5ded4);border-radius:20px;background:rgba(255,255,255,.94);text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 28px rgba(42,38,32,.035)}
.zpv-flow-step{position:absolute;top:11px;right:12px;font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--coral,#d97a5e);opacity:.9}
.zpv-flow-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--blush,#f9ece9);border:1px solid rgba(217,122,94,.18);margin-bottom:11px}
.zpv-flow-icon img{display:block;width:42px;height:42px}
.zpv-flow-card strong{font-size:16px;line-height:1.2}
.zpv-flow-card small{display:block;margin-top:6px;font-size:12px;line-height:1.25;font-weight:650;opacity:.62}
.zpv-flow-card:not(:last-child)::after{content:"›";position:absolute;right:-11px;top:31px;font-size:24px;line-height:1;color:var(--coral,#d97a5e);font-weight:800;z-index:3;background:var(--cream,#fbf7ef);padding:1px 2px}
.zpv-result-callout{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;border-left:4px solid var(--coral,#d97a5e);padding:16px 18px;margin:20px 0;background:var(--blush,#f9ece9);border-radius:0 18px 18px 0}
.zpv-result-mark{width:40px;height:40px;border-radius:14px;background:#fff;display:grid;place-items:center;font-weight:900;font-size:23px;color:var(--coral,#d97a5e);border:1px solid rgba(217,122,94,.2)}
.zpv-result-callout strong{line-height:1.45}
@media (max-width:900px){
  .zpv-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .zpv-flow::before{display:none}
  .zpv-flow-card:not(:last-child)::after{display:none}
}
@media (max-width:560px){
  .zpv-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}
  .zpv-flow-card{min-height:156px;padding:16px 9px 14px;border-radius:22px}
  .zpv-flow-icon{width:54px;height:54px;margin-top:3px}
  .zpv-flow-icon img{width:39px;height:39px}
  .zpv-flow-card strong{font-size:16px}
  .zpv-flow-card small{font-size:12px}
  .zpv-result-callout{grid-template-columns:34px 1fr;gap:11px;padding:16px 14px}
  .zpv-result-mark{width:32px;height:32px;border-radius:11px;font-size:19px}
}
