/* Blog listing + article (Baazex) */
.bz-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#bzBlogList.bz-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  align-items: stretch;
}
.bz-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: #fff;
  border: 1px solid var(--bz-line, #e6e8ec);
  border-radius: var(--bz-radius, 24px);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.bz-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 66, 255, 0.35);
  box-shadow: 0 12px 32px rgba(34, 66, 255, 0.1);
}
.bz-blog-card__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}
.bz-blog-card__cover {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f0f5ff, #e8eeff);
  overflow: hidden;
  flex: none;
}
.bz-blog-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bz-blog-card__body {
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.bz-blog-card__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2242ff;
}
.bz-blog-card__meta time {
  color: #95938e;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.bz-blog-card h3 {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #141414;
  margin: 0;
}
.bz-blog-card p,
.bz-blog-card__excerpt {
  font-size: 14.5px;
  color: #5b5f66;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.bz-blog-card__excerpt p { margin: 0 0 0.35em; }
.bz-blog-card__excerpt p:last-child { margin-bottom: 0; }
.bz-blog-card__excerpt ul,
.bz-blog-card__excerpt ol { margin: 0.25em 0 0; padding-left: 1.2em; }
.bz-blog-card__excerpt a { color: inherit; text-decoration: none; pointer-events: none; }
.bz-blog-card__excerpt img { display: none; }
.bz-blog-card__more {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2242ff;
}
.bz-blog-empty {
  grid-column: 1 / -1;
  padding: 48px 24px;
  text-align: center;
  color: #5b5f66;
  background: #f8fafc;
  border: 1px dashed #e6e8ec;
  border-radius: 24px;
}

.bz-page--post > .bz-hero:first-of-type {
  padding-bottom: 24px;
}
.bz-container--post {
  max-width: 760px;
}
.bz-post {
  padding-bottom: 48px;
}
.bz-post__cover {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #e6e8ec;
}
.bz-post__cover img {
  width: 100%;
  height: auto;
  display: block;
}
.bz-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #2242ff;
  margin-bottom: 12px;
}
.bz-post__meta time,
.bz-post__meta span:last-child {
  color: #95938e;
  font-weight: 500;
}
.bz-post__header h1 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #141414;
  margin: 0;
}
.bz-post__lead {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #5b5f66;
}
.bz-post__lead p { margin: 0 0 0.4em; }
.bz-post__lead p:last-child { margin-bottom: 0; }
.bz-post__lead ul,
.bz-post__lead ol { margin: 0.4em 0 0; padding-left: 1.2em; }
.bz-post__lead a { color: #2242ff; }
.bz-post__body {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.75;
  color: #211f20;
}
.bz-post__body p,
.bz-post__body ul,
.bz-post__body ol,
.bz-post__body blockquote {
  margin: 0 0 1.1em;
}
.bz-post__body h2 {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin: 1.6em 0 0.6em;
}
.bz-post__body h3 {
  font-size: 20px;
  margin: 1.4em 0 0.5em;
}
.bz-post__body a {
  color: #2242ff;
}
.bz-post__body img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  margin: 16px 0;
}
.bz-post__body blockquote {
  border-left: 3px solid #2242ff;
  padding: 4px 0 4px 16px;
  color: #5b5f66;
}
.bz-post__disclaimer {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #e6e8ec;
  font-size: 13px;
  color: #95938e;
}
.bz-post-missing {
  text-align: center;
  padding: 48px 16px 80px;
}
.bz-post-missing h1 {
  font-size: 32px;
  margin-bottom: 12px;
}
.bz-post-missing p {
  color: #5b5f66;
  margin-bottom: 24px;
}
.bz-crumbs__sep {
  opacity: 0.7;
}

.bz-post__faq {
  margin-top: 48px;
  padding-top: 8px;
}
.bz-post__faq h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.bz-post__faq-list details {
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  background: #fff;
  padding: 4px 22px;
  margin-bottom: 12px;
}
.bz-post__faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 600;
  font-size: 16.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.bz-post__faq-list summary::-webkit-details-marker { display: none; }
.bz-post__faq-list summary::after {
  content: "+";
  color: #2242ff;
  font-size: 22px;
  line-height: 1;
  flex: none;
}
.bz-post__faq-list details[open] summary::after { content: "\2013"; }
.bz-post__faq-list p {
  color: #5b5f66;
  padding: 0 0 20px;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}

.bz-hero--post .bz-hero__inner {
  grid-template-columns: 1fr;
}
.bz-hero--post .bz-hero__content > p {
  max-width: 640px;
}
