.dz-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;counter-reset:none}.dz-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 20px 22px}.dz-step-num{position:absolute;top:-11px;left:20px;width:26px;height:26px;border-radius:50%;background:var(--accent);color:var(--on-accent);font-size:13px;font-weight:800}.dz-step-ic,.dz-step-num{display:flex;align-items:center;justify-content:center}.dz-step-ic{width:38px;height:38px;border-radius:11px;background:var(--accent-soft);color:var(--accent-dark);margin-bottom:12px}.dz-step-ic svg{width:19px;height:19px}.dz-step h3{font-size:15.5px;margin:0 0 7px}.dz-step p{margin:0;font-size:13px;color:var(--text-muted);line-height:1.55}.dz-tiers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.dz-tier{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column;gap:6px}.dz-tier-top{border-color:var(--accent);background:var(--accent-soft)}.dz-tier-step{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--accent);color:var(--on-accent);font-size:14px;font-weight:800;letter-spacing:.02em;margin-bottom:4px}.dz-tier-top .dz-tier-step{background:var(--accent-dark);color:#fff}.dz-tier strong{font-size:16px}.dz-tier p{margin:0;line-height:1.55}.dz-note,.dz-tier p{font-size:13px;color:var(--text-muted)}.dz-note{margin:16px 0 0}.dz-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.dz-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;gap:8px}.dz-card-ic{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:11px;background:var(--accent-soft);color:var(--accent-dark);margin-bottom:4px}.dz-card-ic svg{width:19px;height:19px}.dz-card h3{font-size:15.5px;margin:0}.dz-card p{margin:0;font-size:13px;color:var(--text-muted);line-height:1.55}.dz-card-link{display:flex;align-items:center;gap:4px;margin-top:auto;padding-top:6px;font-size:13px;font-weight:700;color:var(--accent-dark)}.dz-card-link svg{width:15px;height:15px}@media(max-width:1080px){.dz-grid,.dz-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dz-grid,.dz-steps,.dz-tiers{grid-template-columns:1fr}}