.how-lead { font-size: clamp(16px,2.3vw,19px); color: var(--muted); max-width: 66ch; line-height: 1.65; margin-bottom: 22px; }
.how-lead em { color: var(--muted); }
.aud-pick { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.aud-tab { font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--card); color: var(--muted); cursor: pointer; transition: .15s; }
.aud-tab:hover { color: var(--ink); border-color: rgba(91,134,236,.5); }
.aud-tab.on { background: var(--accent); border-color: transparent; color: #fff; }

.myth { background: rgba(91,134,236,.09); border: 1px solid rgba(91,134,236,.32); border-radius: 14px; padding: 16px 18px; margin-bottom: 30px; }
.myth-h { font-weight: 700; font-size: 16px; margin-bottom: 5px; color: var(--ink); }
.myth p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; max-width: 66ch; }

.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.step { display: flex; gap: 16px; align-items: flex-start; background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; padding: 18px 20px; }
.step-n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: rgba(91,134,236,.15);
  color: var(--accent); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center;
  font-variant-numeric: tabular-nums; }
.step-b { min-width: 0; }
.step-b h2 { font-size: 17px; margin: .1em 0 .4em; }
.step-b p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 15px; max-width: 64ch; }
.step-b code { background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: 4px; padding: 1px 5px; font-size: 13px; }

/* audience swap — only the selected level's text shows */
.aud { display: none; }
.how-wide[data-a="everyone"] .aud.everyone,
.how-wide[data-a="musician"] .aud.musician { display: block; }

.close { margin-top: 28px; background: rgba(91,134,236,.06); border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; }
.close h2 { margin: .1em 0 .4em; font-size: 19px; }
.close p { color: var(--muted); line-height: 1.65; margin: 0 0 .8em; max-width: 64ch; }
.close-foot { font-size: 14px; }

.aud-share { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: -12px 0 24px; }
.aud-copy { font-size: 13px; font-weight: 600; padding: 7px 13px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--border); background: transparent; color: var(--accent); transition: .15s; }
.aud-copy:hover { border-color: rgba(91,134,236,.5); background: rgba(91,134,236,.08); }
.aud-copy.done { color: #2ea043; border-color: rgba(46,160,67,.5); }
.aud-share-note { font-size: 12.5px; color: var(--muted); }
