.blog-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.blog-kicker {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.blog-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.blog-index-hero {
  padding: 76px 0 58px;
  background: #111827;
  color: #fff;
}

.blog-index-hero h1 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
}

.blog-index-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
  line-height: 1.7;
}

.blog-index-layout {
  padding: 44px 0 70px;
}

.blog-index-intro {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.blog-index-intro h2 {
  margin: 0;
  color: #111827;
  font-size: 1.8rem;
  font-weight: 900;
}

.blog-index-intro p {
  max-width: 520px;
  margin: 0;
  color: #5f6b7a;
  line-height: 1.6;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .1);
}

.blog-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e5e7eb;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.blog-card__body span {
  margin-bottom: 10px;
  color: #6b7280;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-card__body h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 900;
}

.blog-card__body p {
  flex: 1;
  margin: 0 0 18px;
  color: #5f6b7a;
  font-size: .94rem;
  line-height: 1.58;
}

.blog-card__body strong {
  color: #111827;
  font-size: .92rem;
}

.blog-post-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #111827;
}

.blog-post-hero__media,
.blog-post-hero__shade {
  position: absolute;
  inset: 0;
}

.blog-post-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-post-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .44) 48%, rgba(0, 0, 0, .18));
}

.blog-post-hero__content {
  position: relative;
  z-index: 1;
  padding: 96px 0 64px;
}

.blog-post-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 950;
}

.blog-post-hero__lead {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.08rem;
  line-height: 1.75;
}

.blog-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.blog-post-hero__meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 999px;
  background: currentColor;
  vertical-align: middle;
}

.blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.blog-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 850;
  text-decoration: none;
}

.blog-btn--primary {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.blog-btn--ghost {
  border: 1px solid rgba(255, 255, 255, .58);
  color: #fff;
}

.blog-btn--light {
  background: #f3f4f6;
  color: #111827;
}

.blog-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
}

.blog-stat-grid div {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .08);
}

.blog-stat-grid span {
  display: block;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: .82rem;
  font-weight: 800;
}

.blog-stat-grid strong {
  display: block;
  color: #111827;
  font-size: 1.15rem;
  line-height: 1.3;
}

.blog-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  padding: 46px 0 74px;
  align-items: start;
}

.blog-main-column,
.blog-side-column {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.blog-panel,
.blog-side-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.blog-panel h2,
.blog-side-card h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 900;
}

.blog-panel p,
.blog-side-card p {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.75;
}

.blog-panel p:last-child,
.blog-side-card p:last-child {
  margin-bottom: 0;
}

.blog-highlight-list,
.blog-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.blog-highlight-list span,
.blog-link-grid a {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 9px 13px;
  background: #f9fafb;
  color: #1f2937;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
}

.blog-check-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #4b5563;
  line-height: 1.7;
}

.blog-faq-list {
  display: grid;
  gap: 12px;
}

.blog-faq-list details {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  padding: 14px 16px;
}

.blog-faq-list summary {
  cursor: pointer;
  color: #111827;
  font-weight: 850;
}

.blog-faq-list p {
  margin-top: 10px;
}

.blog-side-column {
  position: sticky;
  top: 92px;
}

.blog-cta-card {
  background: #111827;
  color: #fff;
}

.blog-cta-card h2,
.blog-cta-card p {
  color: #fff;
}

.blog-cta-card p {
  color: rgba(255, 255, 255, .82);
}

.blog-cta-card .blog-btn {
  width: 100%;
  margin-top: 10px;
}

.blog-related-list {
  display: grid;
  gap: 14px;
}

.blog-related-list a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #111827;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.35;
}

.blog-related-list img {
  width: 82px;
  height: 62px;
  object-fit: cover;
  border-radius: 6px;
  background: #e5e7eb;
}

@media (max-width: 991.98px) {
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-content-grid {
    grid-template-columns: 1fr;
  }

  .blog-side-column {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .blog-shell {
    width: min(100% - 24px, 1120px);
  }

  .blog-index-hero {
    padding: 54px 0 42px;
  }

  .blog-index-intro {
    display: block;
  }

  .blog-index-intro p {
    margin-top: 8px;
  }

  .blog-card-grid,
  .blog-stat-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-hero {
    min-height: 560px;
  }

  .blog-post-hero__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .82));
  }

  .blog-post-hero__content {
    padding: 86px 0 44px;
  }

  .blog-post-hero__lead {
    font-size: 1rem;
  }

  .blog-stat-grid {
    margin-top: 18px;
  }

  .blog-content-grid {
    padding-top: 28px;
  }

  .blog-panel,
  .blog-side-card {
    padding: 20px;
  }
}
