.jlh-article-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #edf1f4;
  background: #fff;
}

.jlh-article-header-inner {
  display: flex;
  width: min(100% - 2rem, 1240px);
  min-height: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.jlh-article-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #1d3557;
  text-decoration: none;
}

.jlh-article-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.jlh-article-brand span {
  display: flex;
  flex-direction: column;
}

.jlh-article-brand strong {
  font-size: 1.15rem;
  line-height: 1.2;
}

.jlh-article-brand small {
  color: #2c9290;
  font-size: 0.72rem;
}

.jlh-article-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.jlh-article-nav a {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.jlh-article-nav a:hover {
  color: #2c9290;
}

.jlh-article-nav .jlh-article-nav-cta {
  padding: 0.72rem 1.15rem;
  border-radius: 0.55rem;
  color: #fff;
  background: #2c9290;
}

.jlh-article-nav .jlh-article-nav-cta:hover {
  color: #fff;
  background: #257d7b;
}

.jlh-blog-post-page {
  color: #1d2f48;
  background: #f8fafc;
}

.jlh-blog-post-container {
  width: min(100% - 2rem, 920px);
  margin: 0 auto;
}

.jlh-blog-post-hero {
  padding: 4.5rem 0 5rem;
  color: #fff;
  background: #1d3557;
}

.jlh-blog-back {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  text-decoration: none;
}

.jlh-blog-back:hover {
  color: #fff;
}

.jlh-blog-eyebrow {
  display: inline-block;
  color: #2c9290;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jlh-blog-post-hero .jlh-blog-eyebrow {
  color: #6bc0b8;
}

.jlh-blog-post-hero h1 {
  max-width: 850px;
  margin: 1rem 0 1.25rem;
  font-size: clamp(2.4rem, 6vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.jlh-blog-dek {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.jlh-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.jlh-blog-article {
  width: min(100% - 2rem, 800px);
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.jlh-blog-article-copy {
  color: #3e4d61;
  font-size: 1.08rem;
  line-height: 1.82;
}

.jlh-blog-article-copy p {
  margin: 0 0 1.45rem;
}

.jlh-blog-article-copy h2 {
  margin: 3.2rem 0 1rem;
  color: #1d3557;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.jlh-blog-article-copy h3 {
  margin: 2.5rem 0 0.85rem;
  color: #1d3557;
  font-size: 1.4rem;
  font-weight: 800;
}

.jlh-blog-article-copy ul {
  margin: -0.25rem 0 1.6rem;
  padding-left: 1.5rem;
}

.jlh-blog-article-copy li {
  margin: 0.4rem 0;
  padding-left: 0.35rem;
}

.jlh-blog-article-copy strong {
  color: #1d3557;
  font-weight: 750;
}

.jlh-blog-article-copy a {
  color: #2c9290;
  font-weight: 650;
}

.jlh-blog-article-copy hr {
  width: 100%;
  height: 1px;
  margin: 3rem 0;
  border: 0;
  background: #dce5eb;
}

.jlh-article-photo {
  margin: 3rem 0;
}

.jlh-article-photo img {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(29, 53, 87, 0.14);
}

.jlh-article-photo figcaption {
  margin-top: 0.8rem;
  color: #718096;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.jlh-table-wrap {
  margin: 2rem 0 2.5rem;
  overflow-x: auto;
  border: 1px solid #dce5eb;
  border-radius: 0.8rem;
  background: #fff;
}

.jlh-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.94rem;
  line-height: 1.45;
}

.jlh-table-wrap th,
.jlh-table-wrap td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e7edf1;
  text-align: left;
  vertical-align: top;
}

.jlh-table-wrap th {
  color: #1d3557;
  background: #f2f7f8;
  font-weight: 800;
}

.jlh-table-wrap tr:last-child td {
  border-bottom: 0;
}

.jlh-blog-post-cta {
  padding: 4.5rem 0;
  color: #fff;
  background: #1d3557;
  text-align: center;
}

.jlh-blog-post-cta h2 {
  max-width: 680px;
  margin: 0.8rem auto;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.jlh-blog-post-cta p {
  max-width: 600px;
  margin: 0 auto 1.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}

.jlh-blog-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.55rem;
  color: #fff;
  background: #2c9290;
  font-weight: 750;
  text-decoration: none;
}

.jlh-blog-cta-button:hover {
  background: #257d7b;
}

.jlh-added-blog-card-section {
  padding: 4rem 1rem;
  background: #f8fafc;
}

.jlh-added-blog-card-container {
  width: min(100%, 992px);
  margin: 0 auto;
}

.jlh-added-blog-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1.1fr;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid #e1e8ed;
  border-radius: 1rem;
  color: inherit;
  background: #fff;
  box-shadow: 0 8px 25px rgba(29, 53, 87, 0.08);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.jlh-added-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(29, 53, 87, 0.14);
}

.jlh-added-blog-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.jlh-added-blog-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 2rem;
}

.jlh-added-blog-card-copy strong {
  color: #1d3557;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.2;
}

.jlh-added-blog-card-copy > span:not(.jlh-added-blog-read-link) {
  color: #64748b;
  line-height: 1.6;
}

.jlh-added-blog-read-link {
  color: #2c9290;
  font-weight: 750;
}

@media (max-width: 640px) {
  .jlh-article-header-inner {
    min-height: 70px;
  }

  .jlh-article-brand img {
    width: 46px;
    height: 46px;
  }

  .jlh-article-brand strong {
    font-size: 1rem;
  }

  .jlh-article-nav {
    display: none;
  }

  .jlh-blog-post-hero {
    padding: 3rem 0 3.5rem;
  }

  .jlh-blog-post-hero h1 {
    font-size: 2.55rem;
  }

  .jlh-blog-article {
    padding: 3rem 0 4rem;
  }

  .jlh-blog-article-copy {
    font-size: 1rem;
  }

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

  .jlh-added-blog-card img {
    max-height: 240px;
  }
}