/* Blog article body — ПРОБЛОК brand */
.article {
  --art-brown: #4b3621;
  --art-terracotta: #a0522d;
  --art-asphalt: #4a4a4a;
  --art-wet: #333333;
  --art-sand: #f5f0e8;
  color: var(--art-asphalt);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.article > *:first-child { margin-top: 0; }
.article h2 {
  margin: 2rem 0 0.75rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--art-brown);
  letter-spacing: -0.02em;
}
.article h3 {
  margin: 1.5rem 0 0.5rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--art-wet);
}
.article h4 {
  margin: 1.25rem 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--art-wet);
}
.article p { margin: 0.85rem 0; }
.article p[data-intro="true"] {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--art-wet);
}
.article a {
  color: var(--art-terracotta);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article a:hover { color: var(--art-brown); }
.article ul, .article ol { margin: 0.85rem 0; padding-left: 1.35rem; }
.article li { margin: 0.35rem 0; }
.article strong { color: var(--art-wet); }
.article blockquote {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid var(--art-terracotta);
  background: var(--art-sand);
  color: var(--art-wet);
  border-radius: 0 0.75rem 0.75rem 0;
}
.article blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--art-asphalt);
  font-style: normal;
}
.article hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #e7e5e4;
}
.article figure {
  margin: 1.5rem 0;
}
.article figure img,
.article img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid #e7e5e4;
}
.article figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #78716c;
  text-align: center;
}
.article pre {
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 0.75rem;
  background: var(--art-wet);
  color: #f5f5f4;
  font-size: 0.875rem;
}
.article code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}
.article :not(pre) > code {
  padding: 0.1em 0.35em;
  border-radius: 0.35rem;
  background: var(--art-sand);
  color: var(--art-brown);
}
.callout {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid #e7e5e4;
  background: #fff;
}
.callout--tip {
  border-color: #d6c4b0;
  background: var(--art-sand);
}
.callout--warn {
  border-color: #e8c4b0;
  background: #fdf6f1;
}
.callout__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--art-terracotta);
}
.table-responsive {
  margin: 1.25rem 0;
  overflow-x: auto;
  border-radius: 0.85rem;
  border: 1px solid #e7e5e4;
}
.article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.article th,
.article td {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid #e7e5e4;
  text-align: left;
  vertical-align: top;
}
.article th {
  background: var(--art-sand);
  color: var(--art-wet);
  font-weight: 700;
}
.post-cta {
  margin: 2.5rem 0 0;
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--art-brown), var(--art-wet));
  color: #fff;
}
.post-cta__text {
  margin: 0;
  max-width: 28rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}
a.post-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.15rem;
  border-radius: 0.75rem;
  background: #fff;
  color: var(--art-brown) !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
a.post-cta__btn:hover {
  background: var(--art-sand);
  color: var(--art-wet) !important;
}
#faq dl { margin: 0; }
#faq dt {
  margin-top: 1rem;
  font-weight: 700;
  color: var(--art-wet);
}
#faq dd { margin: 0.35rem 0 0; }
