.ws-guide{margin-top:2rem;padding-top:2rem;border-top:1px solid #28364b;color:#cbd5e1;line-height:1.7}
.ws-guide h2,.ws-guide h3{color:#f1f5f9;line-height:1.25}
.ws-guide h2{font-size:clamp(1.3rem,2.2vw,1.8rem);margin:0 0 1rem}
.ws-guide h3{font-size:1rem;margin:0 0 .6rem}
.ws-guide p{margin:.5rem 0 1rem}
.ws-guide a{color:#93c5fd;text-underline-offset:3px}
.ws-guide__intro{max-width:78ch}
.ws-guide__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;list-style:none;padding:0;counter-reset:step}
.ws-guide__steps li{counter-increment:step;background:#101c30;border:1px solid #28364b;border-radius:14px;padding:1.2rem}
.ws-guide__steps li:before{content:"0" counter(step);display:block;color:#7dd3fc;font-weight:700;font-size:.8rem;letter-spacing:.08em;margin-bottom:.6rem}
.ws-guide__steps p{font-size:.9rem;margin:0}
.ws-guide__example{margin:2rem 0;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.5rem;align-items:center}
.ws-guide__example img{display:block;width:100%;height:auto;border:1px solid #334155;border-radius:14px;background:#101c30}
.ws-guide__example figcaption{font-size:.95rem;min-width:0}
.ws-guide__example ul{padding-left:1.2rem}
.ws-guide__tag{color:#7dd3fc;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ws-guide__faq{margin:2rem 0}
.ws-guide__faq details{border-bottom:1px solid #28364b;padding:1rem 0}
.ws-guide__faq summary{cursor:pointer;color:#e2e8f0;font-weight:600}
.ws-guide__faq details p{max-width:85ch;font-size:.95rem;margin:.8rem 0 0}
.ws-guide__links{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;padding:0}
.ws-guide__links a{display:block;border:1px solid #334155;border-radius:10px;padding:.6rem .85rem;font-size:.9rem;text-decoration:none;background:#101c30}
.ws-guide__links a:hover{border-color:#60a5fa;background:#182c48}
@media(max-width:720px){.ws-guide{margin-top:1.3rem;padding-top:1.3rem}.ws-guide__steps,.ws-guide__example{grid-template-columns:1fr}.ws-guide__example{gap:1rem}.ws-guide__links{display:grid;grid-template-columns:1fr}.ws-guide__steps li{padding:1rem}}
