.guide{padding-bottom:88px}
.guide-intro{max-width:820px;padding-top:70px;padding-bottom:38px}
.guide-intro h1{margin:14px 0 20px}
.guide-lede{max-width:740px;font-size:18px;line-height:1.8;color:var(--text-2)}
.guide-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 30px}
.guide-intro .callout{margin-bottom:0;font-size:14px}
.guide-step{position:relative;max-width:920px;padding-top:52px;padding-bottom:42px;border-bottom:1px solid var(--border)}
.guide-step:last-child{border-bottom:0}
.guide-stage{display:inline-flex;align-items:center;min-height:27px;margin:0 0 12px;padding:2px 11px;background:var(--panel-2);border-radius:var(--r-pill);font-size:12px;line-height:1.3;color:var(--muted)}
.guide-step h2{margin:0 0 24px}
.guide-step p{max-width:77ch;margin-bottom:18px}
.guide-step p:last-child{margin-bottom:0}
.guide-step a:not(.btn){color:var(--accent-dark);text-underline-offset:3px}
.guide-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0}
.guide-platform{min-width:0;padding:22px;background:var(--panel);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:inset 0 1px 0 var(--hi-edge)}
.guide-platform h3{margin:0 0 12px;font-size:18px}
.guide-platform p{margin:0;font-size:14px;line-height:1.85;color:var(--text-2)}
@media(max-width:640px){
  .guide{padding-bottom:54px}
  .guide-intro{padding-top:42px;padding-bottom:26px}
  .guide-lede{font-size:16px}
  .guide-step{padding-top:38px;padding-bottom:32px}
  .guide-platforms{grid-template-columns:1fr}
  .guide-platform{padding:18px}
}