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

.page-resources-what-is-639jl__hero-section {
  position: relative;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-what-is-639jl__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  overflow: hidden;
}

.page-resources-what-is-639jl__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-what-is-639jl__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-what-is-639jl__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Gold accent for title */
}

.page-resources-what-is-639jl__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-what-is-639jl__hero-cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  min-width: 150px;
  text-align: center;
}

.page-resources-what-is-639jl__hero-cta-button--register {
  background-color: #FFFFFF; /* Register button background */
  color: #000000; /* Register button text */
  border: 2px solid #FFFFFF;
}

.page-resources-what-is-639jl__hero-cta-button--register:hover {
  background-color: #FCBC45;
  border-color: #FCBC45;
  color: #000000;
}

.page-resources-what-is-639jl__hero-cta-button--login {
  background-color: #FCBC45; /* Login button background */
  color: #000000; /* Login button text */
  border: 2px solid #FCBC45;
}

.page-resources-what-is-639jl__hero-cta-button--login:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

.page-resources-what-is-639jl__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-what-is-639jl__back-to-resources-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-what-is-639jl__back-to-resources-link:hover {
  color: #FCBC45;
}

.page-resources-what-is-639jl__back-to-resources-link--bottom {
  margin-top: 40px;
}

.page-resources-what-is-639jl__article {
  font-size: 1.1em;
}

.page-resources-what-is-639jl__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-what-is-639jl__sub-section-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-what-is-639jl__paragraph {
  margin-bottom: 1em;
}

.page-resources-what-is-639jl__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-resources-what-is-639jl__list-item {
  margin-bottom: 0.5em;
}

.page-resources-what-is-639jl__blockquote {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555555;
}

.page-resources-what-is-639jl__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-what-is-639jl__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-what-is-639jl__inline-link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.page-resources-what-is-639jl__inline-link:hover {
  color: #FCBC45;
}

.page-resources-what-is-639jl__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px 0;
  text-align: center;
}

.page-resources-what-is-639jl__cta-button--register-small {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-what-is-639jl__cta-button--register-small:hover {
  background-color: #FCBC45;
  border-color: #FCBC45;
  color: #000000;
}

.page-resources-what-is-639jl__cta-button--download {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-what-is-639jl__cta-button--download:hover {
  background-color: #FCBC45;
  border-color: #FCBC45;
  color: #000000;
}

.page-resources-what-is-639jl__cta-banner {
  background-color: #000000; /* Dark background for CTA banner */
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.page-resources-what-is-639jl__cta-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-what-is-639jl__cta-banner-content {
  position: relative;
  z-index: 1;
}

.page-resources-what-is-639jl__cta-banner-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FCBC45;
}

.page-resources-what-is-639jl__cta-banner-description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #F0F0F0;
}

.page-resources-what-is-639jl__cta-button--banner {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-resources-what-is-639jl__cta-button--banner:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-what-is-639jl__hero-title {
    font-size: 2.5em;
  }
  .page-resources-what-is-639jl__hero-description {
    font-size: 1em;
  }
  .page-resources-what-is-639jl__hero-cta-button {
    padding: 12px 20px;
    font-size: 1em;
    margin: 5px;
  }
  .page-resources-what-is-639jl__section-title {
    font-size: 1.8em;
  }
  .page-resources-what-is-639jl__sub-section-title {
    font-size: 1.4em;
  }
  .page-resources-what-is-639jl__article {
    font-size: 1em;
  }
  .page-resources-what-is-639jl__content-image,
  .page-resources-what-is-639jl__cta-banner-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-what-is-639jl__hero-image,
  .page-resources-what-is-639jl__content-image,
  .page-resources-what-is-639jl__cta-banner-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  .page-resources-what-is-639jl__cta-banner-title {
    font-size: 1.6em;
  }
  .page-resources-what-is-639jl__cta-button--banner {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}