.article { padding-top: 0; }

.article-header { padding: 72px 0 32px; }
.article-header .wrap { max-width: 720px; }
.article-header .display { font-size: clamp(36px, 4.4vw, 60px); margin-top: 16px; }
.article-header .lead { max-width: 680px; margin-top: 20px; }

.prose { max-width: 720px; }
.prose p { font-size: 18px; line-height: 1.65; color: var(--ink-2); margin: 16px 0; }
.prose p:first-child { margin-top: 0; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a:not(.btn) { color: #1e40af; text-decoration: underline; text-underline-offset: 3px; }
.prose a:not(.btn):hover { text-decoration-thickness: 2px; }
.prose .btn { text-decoration: none; }
.prose .btn:hover { text-decoration: none; }

.h2 { font-size: clamp(26px, 2.8vw, 34px); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); }

.num-list { padding: 0; margin: 20px 0 0; counter-reset: step; display: grid; gap: 16px; list-style: none; }
.num-list li {
  counter-increment: step;
  position: relative;
  padding-left: 44px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
}
.num-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #1e40af;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.qa-list { margin-top: 28px; max-width: 820px; display: grid; gap: 0; }
.qa-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.qa-item:first-child { border-top: 1px solid var(--line); }
.qa-item h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: var(--ink);
}
.qa-item p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
}

.cta-row { margin-top: 32px; }

.template {
  background: white;
  border: 1px solid var(--line);
  border-left: 4px solid #1e40af;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 24px 0;
  font-family: ui-monospace, SF Mono, Menlo, monospace;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  white-space: pre-wrap;
  overflow-x: auto;
}
.template em {
  background: #fef3c7;
  color: #92400e;
  font-style: normal;
  padding: 1px 4px;
  border-radius: 3px;
}
.template strong { font-weight: 600; color: var(--ink); }

@media (max-width: 720px) {
  .template { padding: 20px; font-size: 13px; }
}

@media (max-width: 720px) {
  .article-header { padding: 48px 0 24px; }
  .prose p { font-size: 16px; }
  .num-list li { font-size: 16px; }
}
