.cp-hero { min-height: 36vh; }
.cp-updated {
  font-size: 0.85rem;
  opacity: 0.5;
  margin-top: 12px;
  letter-spacing: 0.04em;
}

.cp-section { padding: 72px 0 96px; }
.cp-content {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.cp-block {}
.cp-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bg3);
}
.cp-para {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-top: 10px;
}
.cp-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cp-link:hover { color: var(--primary); }

.cp-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--bg3);
}
.cp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.cp-table thead tr {
  background: var(--bg2);
}
.cp-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
  border-bottom: 1px solid var(--bg3);
}
.cp-table td {
  padding: 12px 16px;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--bg3);
  vertical-align: top;
  line-height: 1.5;
}
.cp-table tr:last-child td { border-bottom: none; }
.cp-table tr:hover td { background: var(--bg2); }
.cp-table code {
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
  background: var(--bg3);
  padding: 2px 6px;
  border-radius: 3px;
  color: var(--primary);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .cp-section { padding: 48px 0 72px; }
  .cp-content { gap: 40px; padding: 0 4px; }
  .cp-heading { font-size: 1.1rem; }
}
