.page-resources-best-strategies-for-zom51-club {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background from shared.css */
}

.page-resources-best-strategies-for-zom51-club__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-best-strategies-for-zom51-club__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 500px;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
  background-color: #1A202C; /* Brand primary color for hero */
}

.page-resources-best-strategies-for-zom51-club__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Overlay effect */
  filter: none; /* Ensure no filter is applied */
}

.page-resources-best-strategies-for-zom51-club__hero-section .page-resources-best-strategies-for-zom51-club__container {
  position: relative;
  z-index: 1;
}

.page-resources-best-strategies-for-zom51-club__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Accent color for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-best-strategies-for-zom51-club__description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}