.page-resources-8k8-login-account-quick-registration {
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-8k8-login-account-quick-registration__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #007bff; /* Fallback background */
  color: #ffffff;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Minimum height for hero section */
}

.page-resources-8k8-login-account-quick-registration__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-8k8-login-account-quick-registration__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-8k8-login-account-quick-registration__hero-content {
  position: relative;
  z-index: 3;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-8k8-login-account-quick-registration__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color for emphasis */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-8k8-login-account-quick-registration__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-8k8-login-account-quick-registration__hero-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA */
  color: #007bff; /* Primary color for text on auxiliary background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-8k8-login-account-quick-registration__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-8k8-login-account-quick-registration__article-content {
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-8k8-login-account-quick-registration__content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-8k8-login-account-quick-registration__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color for main titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-8k8-login-account-quick-registration__sub-section-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-8k8-login-account-quick-registration__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-8k8-login-account-quick-registration__step-card {
  background-color: #f8f9fa;
  border-left: 5px solid #ffc107;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-8k8-login-account-quick-registration__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-8k8-login-account-quick-registration__card-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  border-radius: 8px;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-resources-8k8-login-account-quick-registration__card-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-resources-8k8-login-account-quick-registration__card-button:hover {
  background-color: #0056b3;
}

.page-resources-8k8-login-account-quick-registration__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-8k8-login-account-quick-registration__list-item,
.page-resources-8k8-login-account-quick-item {
  font-size: 1.05em;
  margin-bottom: 10px;
}

.page-resources-8k8-login-account-quick-registration__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-8k8-login-account-quick-registration__benefit-item {
  background-color: #e9f5ff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #007bff;
}

.page-resources-8k8-login-account-quick-registration__benefit-title {
  font-size: 1.4em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-8k8-login-account-quick-registration__benefit-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-8k8-login-account-quick-registration__content-image {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-resources-8k8-login-account-quick-registration__blockquote {
  background-color: #fffde7;
  border-left: 5px solid #ffc107;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #666666;
  font-size: 1.1em;
  border-radius: 0 8px 8px 0;
}

.page-resources-8k8-login-account-quick-registration__blockquote-cite {
  display: block;
  margin-top: 10px;
  text-align: right;
  color: #007bff;
  font-weight: bold;
}

.page-resources-8k8-login-account-quick-registration__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-8k8-login-account-quick-registration__cta-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-8k8-login-account-quick-registration__cta-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-8k8-login-account-quick-registration__cta-button--secondary {
  background-color: #6c757d;
}

.page-resources-8k8-login-account-quick-registration__cta-button--secondary:hover {
  background-color: #5a6268;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-8k8-login-account-quick-registration__hero-title {
    font-size: 2.2em;
  }

  .page-resources-8k8-login-account-quick-registration__hero-description {
    font-size: 1em;
  }

  .page-resources-8k8-login-account-quick-registration__section-title {
    font-size: 2em;
  }

  .page-resources-8k8-login-account-quick-registration__sub-section-title {
    font-size: 1.6em;
  }

  .page-resources-8k8-login-account-quick-registration__paragraph,
  .page-resources-8k8-login-account-quick-registration__list-item,
  .page-resources-8k8-login-account-quick-item,
  .page-resources-8k8-login-account-quick-registration__benefit-description {
    font-size: 0.95em;
  }

  .page-resources-8k8-login-account-quick-registration__hero-button,
  .page-resources-8k8-login-account-quick-registration__card-button,
  .page-resources-8k8-login-account-quick-registration__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-8k8-login-account-quick-registration__benefits-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile content area images must not overflow */
  .page-resources-8k8-login-account-quick-registration img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-8k8-login-account-quick-registration__content-wrapper {
    overflow-x: hidden;
  }
}