.page-resources-explore-777slot-why-best-choice {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background from shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-resources-explore-777slot-why-best-choice__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 500px;
  overflow: hidden;
}

.page-resources-explore-777slot-why-best-choice__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-explore-777slot-why-best-choice__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-explore-777slot-why-best-choice__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  background: rgba(26, 26, 26, 0.7); /* Semi-transparent dark background for text readability */
  padding: 30px;
  border-radius: 10px;
}

.page-resources-explore-777slot-why-best-choice__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold primary color */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-explore-777slot-why-best-choice__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-explore-777slot-why-best-choice__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary color */
  color: #1A1A1A; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-explore-777slot-why-best-choice__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #000000;
}

.page-resources-explore-777slot-why-best-choice__return-link-section {
  text-align: center;
  padding: 20px;
  background-color: #1A1A1A; /* Auxiliary dark background */
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-explore-777slot-why-best-choice__return-button {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-explore-777slot-why-best-choice__return-button:hover {
  color: #ffffff;
}

.page-resources-explore-777slot-why-best-choice__article-content {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-explore-777slot-why-best-choice__article-heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-explore-777slot-why-best-choice__article-subheading {
  font-size: 1.8em;
  color: #f0f0f0;
  margin-top: 35px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-explore-777slot-why-best-choice__article-content p {
  margin-bottom: 1.2em;
  color: #e0e0e0;
}

.page-resources-explore-777slot-why-best-choice__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-explore-777slot-why-best-choice__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure it's a block element for centering */
  margin: 0 auto; /* Center the image */
  min-width: 200px; /* Enforce min width */
  min-height: 200px; /* Enforce min height */
}

.page-resources-explore-777slot-why-best-choice__feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.page-resources-explore-777slot-why-best-choice__list-item {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 4px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1em;
}

.page-resources-explore-777slot-why-best-choice__list-item strong {
  color: #FFD700;
}

.page-resources-explore-777slot-why-best-choice__inline-link {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-explore-777slot-why-best-choice__inline-link:hover {
  color: #ffffff;
}

.page-resources-explore-777slot-why-best-choice__cta-section {
  text-align: center;
  background-color: #1A1A1A;
  padding: 50px 20px;
  margin-top: 60px;
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.page-resources-explore-777slot-why-best-choice__cta-heading {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-explore-777slot-why-best-choice__cta-text {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-explore-777slot-why-best-choice__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 0 10px 20px 10px; /* Add margin for spacing between buttons */
}

.page-resources-explore-777slot-why-best-choice__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-explore-777slot-why-best-choice__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-explore-777slot-why-best-choice__hero-title {
    font-size: 2.5em;
  }

  .page-resources-explore-777slot-why-best-choice__hero-description {
    font-size: 1.1em;
  }

  .page-resources-explore-777slot-why-best-choice__article-heading {
    font-size: 2em;
  }

  .page-resources-explore-777slot-why-best-choice__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-explore-777slot-why-best-choice__article-content {
    font-size: 1em;
    margin: 20px auto;
  }

  .page-resources-explore-777slot-why-best-choice__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-explore-777slot-why-best-choice__cta-button--large,
  .page-resources-explore-777slot-why-best-choice__cta-button--secondary {
    display: block;
    margin: 15px auto;
  }

  /* Mobile content image overflow prevention */
  .page-resources-explore-777slot-why-best-choice img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-explore-777slot-why-best-choice {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-explore-777slot-why-best-choice__hero-title {
    font-size: 2em;
  }

  .page-resources-explore-777slot-why-best-choice__hero-description {
    font-size: 1em;
  }

  .page-resources-explore-777slot-why-best-choice__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-explore-777slot-why-best-choice__article-heading {
    font-size: 1.8em;
  }

  .page-resources-explore-777slot-why-best-choice__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-explore-777slot-why-best-choice__cta-heading {
    font-size: 1.8em;
  }

  .page-resources-explore-777slot-why-best-choice__cta-text {
    font-size: 1em;
  }
}