/* 입문 페이지(/guide): 읽는 글 — 한 문장 한 줄 · 체크리스트 (design/PATTERNS.md) */
.guide-sec { scroll-margin-top: 64px; }
.guide-sec > p { margin: 4px 0 0; max-width: 640px; line-height: 1.7; }
.checklist { list-style: none; margin: 12px 0 0; padding: 0; max-width: 640px; }
.checklist li { position: relative; padding: 6px 0 6px 20px; line-height: 1.6; }
.checklist li::before { content: ""; position: absolute; left: 4px; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.guide-sub { margin-top: 24px; padding: 16px; border: 1px solid var(--line); border-radius: var(--r-md); }
.guide-sub p { margin: 4px 0 0; line-height: 1.6; }
.guide-sub a.ext { color: var(--accent); font-weight: 600; }
.guide-cta { padding: 24px 0 48px; }
.guide-cta .btn { text-decoration: none; display: inline-flex; }
