/* Newsletter detail — centered 820px article + dark CTA (design §4). */

.nlart { max-width: 820px; margin: 0 auto; padding-bottom: 44px; }
.nlart .crumbs { padding: 18px 0 10px; }
.nlart__eyebrow {
  font-family: var(--font-head); font-size: 11.5px; font-weight: 700;
  color: var(--blue); letter-spacing: .02em; margin-bottom: 12px;
}
.nlart h1 { font-size: 34px; line-height: 1.12; margin: 0 0 14px; text-wrap: pretty; }
.nlart__lead { font-size: 15.5px; line-height: 1.65; margin-bottom: 24px; }
.nlart__card { padding: 26px; margin-bottom: 22px; }

.nlart__figs {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px; margin-bottom: 22px;
}
.nlart__fig { border-radius: var(--radius-m); padding: 14px; height: 200px; }

.nlart__dlhead { font-size: 17px; margin: 0 0 10px; }
.nlart__dl { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.nlart__dl a { font-family: var(--font-head); font-weight: 700; font-size: 13.5px; }
.nlart__dldesc { display: block; font-size: 12.5px; color: var(--meta-2); }

.nlart__cta {
  background: var(--ink); border-radius: var(--radius);
  padding: 26px 30px; display: flex; align-items: center; gap: 24px;
}
.nlart__cta-copy { flex: 1; }
.nlart__cta-title { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: #fff; }
.nlart__cta-sub { font-size: 13px; color: var(--footer-text); margin-top: 4px; }

/* Article typography for legacy DB HTML (shortHtml / advantages / tech / delivery). */
.prose { font-size: 14.5px; line-height: 1.65; color: var(--body); }
.prose h1, .prose h2, .prose h3, .prose h4 {
  font-family: var(--font-head); color: var(--ink); line-height: 1.25; margin: 1.4em 0 .5em;
}
.prose h1 { font-size: 22px; font-weight: 800; }
.prose h2 { font-size: 19px; font-weight: 800; }
.prose h3 { font-size: 16px; font-weight: 800; }
.prose h4 { font-size: 14.5px; font-weight: 700; }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.prose p { margin: 0 0 1em; }
.prose ul, .prose ol { margin: 0 0 1em; padding-left: 22px; }
.prose li { margin-bottom: .35em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--blue-dark); }
.prose b, .prose strong { color: var(--ink); }
.prose img { max-width: 100%; height: auto; border-radius: var(--radius-thumb); }
.prose hr { border: 0; border-top: 1px solid var(--hairline); margin: 1.5em 0; }
.prose blockquote {
  margin: 0 0 1em; padding: 2px 0 2px 16px;
  border-left: 3px solid var(--blue-t2); color: var(--meta);
}
.prose table {
  border-collapse: collapse; margin: 0 0 1.2em; font-size: 13.5px;
  display: block; max-width: 100%; overflow-x: auto;
}
.prose th, .prose td {
  text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--hairline); vertical-align: top;
}
.prose th { font-family: var(--font-head); font-weight: 700; color: var(--ink); }

@media (max-width: 767px) {
  .nlart { padding-bottom: 30px; }
  .nlart h1 { font-size: 24px; }
  .nlart__card { padding: 18px; }
  .nlart__fig { height: 150px; }
  .nlart__cta { flex-direction: column; align-items: stretch; gap: 14px; padding: 22px 20px; }
  .nlart__cta .btn { width: 100%; text-align: center; }
}
