.page-resources-may88-comprehensive-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A0529; /* Darker background based on main color */
}

.page-resources-may88-comprehensive-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-may88-comprehensive-review__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-resources-may88-comprehensive-review__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-may88-comprehensive-review__back-link:hover {
  color: #FFF;
}

.page-resources-may88-comprehensive-review__hero {
  background: linear-gradient(135deg, #4A0E6B, #2A073F); /* Gradient from main color to a darker shade */
  padding: 80px 0 40px;
  text-align: center;
  color: #FFF;
  position: relative;
  overflow: hidden;
}

.page-resources-may88-comprehensive-review__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%236A1E92" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
  opacity: 0.1;
  z-index: 0;
}

.page-resources-may88-comprehensive-review__hero > div {
  position: relative;
  z-index: 1;
}

.page-resources-may88-comprehensive-review__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Accent color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-may88-comprehensive-review__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #CCC;
}

.page-resources-may88-comprehensive-review__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-may88-comprehensive-review__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-may88-comprehensive-review__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-resources-may88-comprehensive-review__btn--primary {
  background-color: #FFD700; /* Accent color */
  color: #4A0E6B; /* Main color */
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-may88-comprehensive-review__btn--primary:hover {
  background-color: #FFE54C;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-resources-may88-comprehensive-review__btn--secondary {
  background-color: #4A0E6B; /* Main color */
  color: #FFD700; /* Accent color */
  border: 2px solid #FFD700;
}

.page-resources-may88-comprehensive-review__btn--secondary:hover {
  background-color: #6A1E92;
  border-color: #FFF;
  color: #FFF;
  transform: translateY(-2px);
}

.page-resources-may88-comprehensive-review__btn--inline {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-may88-comprehensive-review__article-content {
  padding: 40px 0;
}

.page-resources-may88-comprehensive-review__heading {
  font-size: 2em;
  color: #FFD700; /* Accent color for main headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4A0E6B; /* Main color for subtle underline */
  padding-bottom: 10px;
}

.page-resources-may88-comprehensive-review__sub-heading {
  font-size: 1.5em;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-may88-comprehensive-review__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #D0D0D0;
}

.page-resources-may88-comprehensive-review__article-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #D0D0D0;
}

.page-resources-may88-comprehensive-review__article-content li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.page-resources-may88-comprehensive-review__article-content strong {
  color: #FFD700;
}

.page-resources-may88-comprehensive-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
}

.page-resources-may88-comprehensive-review__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-may88-comprehensive-review__quote {
  background-color: #2A073F; /* Darker shade of main color */
  border-left: 5px solid #FFD700; /* Accent color for quote border */
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #FFF;
  border-radius: 5px;
}

.page-resources-may88-comprehensive-review__quote p {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.6;
  color: #FFF;
}

.page-resources-may88-comprehensive-review__cta-final {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #4A0E6B; /* Main color for separator */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-may88-comprehensive-review__title {
    font-size: 2.2em;
  }

  .page-resources-may88-comprehensive-review__heading {
    font-size: 1.7em;
  }

  .page-resources-may88-comprehensive-review__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-may88-comprehensive-review__hero {
    padding: 60px 0 30px;
  }

  .page-resources-may88-comprehensive-review__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-may88-comprehensive-review__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-may88-comprehensive-review__title {
    font-size: 1.8em;
  }

  .page-resources-may88-comprehensive-review__subtitle {
    font-size: 1em;
  }

  .page-resources-may88-comprehensive-review__btn {
    font-size: 1em;
    padding: 12px 20px;
  }

  .page-resources-may88-comprehensive-review__content-area {
    padding: 20px 0;
  }

  .page-resources-may88-comprehensive-review__article-content p,
  .page-resources-may88-comprehensive-review__article-content li {
    font-size: 1em;
  }
}