.blog-page {
  background: #f4f6f8;
  color: #183048;
}

.blog-hero,
.blog-listing,
.blog-related,
.article-layout {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.blog-hero {
  padding: 68px 0 48px;
}

.blog-hero h1 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: #12304a;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
}

.blog-hero > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #526579;
  font-size: 1.08rem;
  line-height: 1.7;
}

.blog-listing,
.blog-related {
  padding: 30px 0 58px;
}

.blog-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-section-heading h2 {
  margin: 4px 0 0;
  color: #17334b;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  overflow: hidden;
  border: 1px solid #dce4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 48, 72, .06);
}

.blog-card-copy {
  padding: clamp(24px, 4vw, 42px);
}

.blog-category,
.article-byline {
  color: #63778a;
  font-size: .88rem;
  letter-spacing: .02em;
}

.blog-card h2 {
  max-width: 780px;
  margin: 12px 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.3;
}

.blog-card h2 a {
  color: #15344d;
  text-decoration: none;
}

.blog-card h2 a:hover,
.blog-card h2 a:focus-visible {
  color: #0675a8;
  text-decoration: underline;
}

.blog-card-copy > p:not(.blog-category) {
  max-width: 760px;
  color: #526579;
  line-height: 1.75;
}

.blog-card-aside {
  display: grid;
  place-items: center;
  min-height: 240px;
  background: linear-gradient(145deg, #123c5d, #087ca6);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

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

.blog-resource-grid a {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 128px;
  padding: 22px;
  border: 1px solid #dce4eb;
  border-radius: 14px;
  background: #fff;
  color: #17334b;
  text-decoration: none;
}

.blog-resource-grid a:hover,
.blog-resource-grid a:focus-visible {
  border-color: #1681ae;
  box-shadow: 0 8px 22px rgba(20, 48, 72, .08);
}

.blog-resource-grid span {
  color: #5c7083;
  line-height: 1.55;
}

.blog-cta {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 54px;
}

.blog-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 26px 20px 36px;
  border-top: 1px solid #dce4eb;
}

.blog-footer a,
.article-breadcrumbs a,
.buyer-article a:not(.btn) {
  color: #0874a2;
}

.article-layout {
  padding: 22px 0 72px;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
  color: #677a8c;
  font-size: .9rem;
}

.article-breadcrumbs a {
  text-decoration: none;
}

.buyer-article {
  width: min(860px, 100%);
  margin-inline: auto;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid #dce4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 48, 72, .05);
}

.article-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5ebf0;
}

.article-header h1 {
  margin: 10px 0 16px;
  color: #12304a;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.15;
}

.article-deck {
  color: #526579;
  font-size: 1.15rem;
  line-height: 1.65;
}

.article-byline {
  margin: 18px 0 0;
}

.buyer-article > p,
.buyer-article section > p,
.buyer-article section li,
.article-example p {
  color: #344b60;
  font-size: 1rem;
  line-height: 1.8;
}

.buyer-article section {
  margin-top: 38px;
}

.buyer-article h2 {
  margin: 0 0 14px;
  color: #17364f;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  line-height: 1.3;
}

.buyer-article h3 {
  margin: 28px 0 8px;
  color: #21435e;
  font-size: 1.12rem;
  line-height: 1.45;
}

.article-checklist {
  padding-left: 1.25rem;
}

.article-checklist li + li {
  margin-top: 12px;
}

.article-example {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 4px solid #1681ae;
  border-radius: 8px;
  background: #eff7fa;
}

.article-example h2 {
  margin-bottom: 6px;
  font-size: 1.22rem;
}

.article-example p {
  margin: 0;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #dce4eb;
  border-radius: 10px;
}

.comparison-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  color: #344b60;
  font-size: .91rem;
}

.comparison-table th,
.comparison-table td {
  min-width: 112px;
  padding: 12px 13px;
  border-bottom: 1px solid #e5ebf0;
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  background: #eff4f7;
  color: #17364f;
  font-weight: 700;
}

.comparison-table tbody th {
  min-width: 190px;
  font-weight: 600;
}

.comparison-table td {
  height: 42px;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.article-cta {
  margin-top: 42px;
  padding: 28px;
  border-radius: 14px;
  background: #f0f5f8;
}

.article-cta p {
  color: #435a6f;
  line-height: 1.7;
}

.article-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e5ebf0;
}

.article-next a {
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 720px) {
  .blog-hero,
  .blog-listing,
  .blog-related,
  .article-layout,
  .blog-cta {
    width: min(100% - 28px, 1160px);
  }

  .blog-hero {
    padding: 44px 0 24px;
  }

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

  .blog-card-aside {
    min-height: 110px;
  }

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

  .blog-footer {
    flex-wrap: wrap;
  }

  .article-layout {
    padding-top: 14px;
  }

  .buyer-article {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .article-example,
  .article-cta {
    padding: 20px;
  }
}
