.facts{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}.facts span{padding:8px 12px;border:1px solid #4a4d52;border-radius:7px;color:#eee;font-size:.9rem}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;list-style:none}.steps li{padding:24px;background:#fff;border:1px solid var(--line);border-radius:13px}.steps li:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;margin-bottom:16px;color:var(--red);font-weight:900;font-size:1.35rem}.faq details{margin:10px 0;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:10px}.faq summary{cursor:pointer;font-weight:800}.faq p{margin:12px 0 0;color:var(--muted)}.related{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.related a{padding:9px 13px;border:1px solid var(--line);border-radius:7px;background:#fff;text-decoration:none;font-weight:700}.note{padding:20px 24px;border-left:5px solid var(--red);background:#f3e3e5}.content p{max-width:900px}.content>p,.content>ul{color:#4e5258}@media(max-width:850px){.steps{grid-template-columns:1fr}}
