.page-resources-what-is-2jl-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* #FFFFFF */
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
}

@media (max-width: 768px) {
  .page-resources-what-is-2jl-link {
    padding-top: var(--header-offset, 120px);
  }
}

.page-resources-what-is-2jl-link__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero content */
  color: #ffffff;
  padding: 0;
  text-align: center;
}

.page-resources-what-is-2jl-link__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-resources-what-is-2jl-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-what-is-2jl-link__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 90%;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 8px;
}

.page-resources-what-is-2jl-link__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-what-is-2jl-link__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-what-is-2jl-link__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-what-is-2jl-link__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-what-is-2jl-link__button--primary {
  background-color: #FCBC45; /* Login color for primary action */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-what-is-2jl-link__button--primary:hover {
  background-color: #e0a53a;
  border-color: #e0a53a;
}

.page-resources-what-is-2jl-link__button--secondary {
  background-color: #000000; /* Primary color for secondary action */
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-what-is-2jl-link__button--secondary:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-what-is-2jl-link__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-what-is-2jl-link__table-of-contents {
  background-color: #f9f9f9;
  border-left: 4px solid #FCBC45;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.page-resources-what-is-2jl-link__toc-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-what-is-2jl-link__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-what-is-2jl-link__toc-list li {
  margin-bottom: 8px;
}

.page-resources-what-is-2jl-link__toc-list a {
  text-decoration: none;
  color: #333333;
  font-weight: normal;
  transition: color 0.3s ease;
}

.page-resources-what-is-2jl-link__toc-list a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-what-is-2jl-link__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-what-is-2jl-link__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em; /* 17.6px based on 16px base font */
  line-height: 1.7;
}

.page-resources-what-is-2jl-link__highlight {
  font-weight: bold;
  color: #000000;
}

.page-resources-what-is-2jl-link__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
}

.page-resources-what-is-2jl-link__article-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-what-is-2jl-link__article-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-what-is-2jl-link__article-numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-what-is-2jl-link__article-numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-what-is-2jl-link__cta-block {
  background-color: #000000;
  color: #ffffff;
  padding: 30px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
}

.page-resources-what-is-2jl-link__cta-text {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-what-is-2jl-link__cta-block--final {
  margin-top: 60px;
}

.page-resources-what-is-2jl-link__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.page-resources-what-is-2jl-link__grid-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-what-is-2jl-link__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-what-is-2jl-link__grid-title {
  font-size: 1.4em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-what-is-2jl-link__grid-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
}

.page-resources-what-is-2jl-link__grid-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-what-is-2jl-link__grid-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-what-is-2jl-link__grid-button:hover {
  background-color: #e0a53a;
}

.page-resources-what-is-2jl-link__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.page-resources-what-is-2jl-link__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-what-is-2jl-link__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-what-is-2jl-link__back-link-container {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-what-is-2jl-link__back-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-resources-what-is-2jl-link__back-link:hover {
  background-color: #333333;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-what-is-2jl-link__hero-title {
    font-size: 2.2em;
  }
  .page-resources-what-is-2jl-link__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-what-is-2jl-link__hero-title {
    font-size: 1.8em;
  }
  .page-resources-what-is-2jl-link__hero-description {
    font-size: 1em;
  }
  .page-resources-what-is-2jl-link__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-what-is-2jl-link__button {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .page-resources-what-is-2jl-link__content-area {
    padding: 15px;
  }
  .page-resources-what-is-2jl-link__article-heading {
    font-size: 1.7em;
  }
  .page-resources-what-is-2jl-link__article-paragraph, .page-resources-what-is-2jl-link__article-list li {
    font-size: 1em;
  }
  .page-resources-what-is-2jl-link__grid {
    grid-template-columns: 1fr;
  }
  /* Ensure content images are responsive and do not overflow */
  .page-resources-what-is-2jl-link img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-what-is-2jl-link__hero-title {
    font-size: 1.5em;
  }
  .page-resources-what-is-2jl-link__hero-description {
    font-size: 0.9em;
  }
  .page-resources-what-is-2jl-link__button {
    padding: 10px 20px;
  }
  .page-resources-what-is-2jl-link__toc-title {
    font-size: 1.3em;
  }
  .page-resources-what-is-2jl-link__article-heading {
    font-size: 1.5em;
  }
  .page-resources-what-is-2jl-link__cta-text {
    font-size: 1.1em;
  }
}