.page-resources-hit-club-latest-bonuses {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-hit-club-latest-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hit-club-latest-bonuses__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Darker blue gradient for depth */
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-hit-club-latest-bonuses__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_patterns,geometric,blue_gold]'); /* Subtle background pattern */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-hit-club-latest-bonuses__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-resources-hit-club-latest-bonuses__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-hit-club-latest-bonuses__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-hit-club-latest-bonuses__hero-cta,
.page-resources-hit-club-latest-bonuses__card-cta,
.page-resources-hit-club-latest-bonuses__main-cta {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-hit-club-latest-bonuses__hero-cta:hover,
.page-resources-hit-club-latest-bonuses__card-cta:hover,
.page-resources-hit-club-latest-bonuses__main-cta:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-hit-club-latest-bonuses__hero-image-container {
  margin-top: 40px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.page-resources-hit-club-latest-bonuses__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-hit-club-latest-bonuses__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-hit-club-latest-bonuses__section:nth-of-type(even) {
  background-color: #f8f9fa; /* Light grey background for contrast */
}

.page-resources-hit-club-latest-bonuses__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #007BFF; /* Primary blue for titles */
  position: relative;
  padding-bottom: 10px;
}

.page-resources-hit-club-latest-bonuses__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-resources-hit-club-latest-bonuses__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: left;
}

.page-resources-hit-club-latest-bonuses__text strong {
  color: #007BFF;
}

.page-resources-hit-club-latest-bonuses__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hit-club-latest-bonuses__bonus-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-hit-club-latest-bonuses__bonus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-hit-club-latest-bonuses__bonus-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #007BFF;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.page-resources-hit-club-latest-bonuses__card-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-hit-club-latest-bonuses__card-cta {
  margin-top: 20px;
  width: fit-content;
  align-self: center;
}

.page-resources-hit-club-latest-bonuses__how-to-claim ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-hit-club-latest-bonuses__step-list li {
  background-color: #e7f3ff; /* Lighter blue for list items */
  border-left: 5px solid #007BFF;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-hit-club-latest-bonuses__step-list li strong {
  color: #0056b3;
}

.page-resources-hit-club-latest-bonuses__step-list li a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-hit-club-latest-bonuses__step-list li a:hover {
  text-decoration: underline;
}

.page-resources-hit-club-latest-bonuses__main-cta {
  margin-top: 40px;
}

.page-resources-hit-club-latest-bonuses__tips ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-hit-club-latest-bonuses__list li {
  background-color: #fffde7; /* Light gold for tips */
  border-left: 5px solid #FFD700;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-hit-club-latest-bonuses__list li strong {
  color: #b39700;
}

.page-resources-hit-club-latest-bonuses__why-choose {
  background-color: #e7f3ff;
}

.page-resources-hit-club-latest-bonuses__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hit-club-latest-bonuses__advantage-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

.page-resources-hit-club-latest-bonuses__advantage-item h3 {
  color: #007BFF;
  margin-top: 15px;
  font-size: 1.4em;
}

.page-resources-hit-club-latest-bonuses__advantage-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.page-resources-hit-club-latest-bonuses__cta-wrapper {
  margin-top: 60px;
  background-color: #007BFF;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-hit-club-latest-bonuses__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #FFD700;
}

.page-resources-hit-club-latest-bonuses__faq {
  background-color: #f8f9fa;
}

.page-resources-hit-club-latest-bonuses__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-hit-club-latest-bonuses__faq-question {
  font-size: 1.2em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-resources-hit-club-latest-bonuses__faq-answer {
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-hit-club-latest-bonuses__hero-title {
    font-size: 2.5em;
  }
  .page-resources-hit-club-latest-bonuses__section-title {
    font-size: 2em;
  }
  .page-resources-hit-club-latest-bonuses__bonus-grid,
  .page-resources-hit-club-latest-bonuses__advantage-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-hit-club-latest-bonuses__hero-section {
    padding: 60px 0;
  }
  .page-resources-hit-club-latest-bonuses__hero-title {
    font-size: 2em;
  }
  .page-resources-hit-club-latest-bonuses__hero-description {
    font-size: 1em;
  }
  .page-resources-hit-club-latest-bonuses__hero-cta,
  .page-resources-hit-club-latest-bonuses__card-cta,
  .page-resources-hit-club-latest-bonuses__main-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-hit-club-latest-bonuses__section {
    padding: 40px 0;
  }
  .page-resources-hit-club-latest-bonuses__section-title {
    font-size: 1.8em;
  }
  .page-resources-hit-club-latest-bonuses__text {
    font-size: 0.95em;
  }
  .page-resources-hit-club-latest-bonuses__bonus-grid,
  .page-resources-hit-club-latest-bonuses__advantage-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-hit-club-latest-bonuses__cta-wrapper {
    padding: 30px;
  }
  .page-resources-hit-club-latest-bonuses__cta-text {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-resources-hit-club-latest-bonuses__hero-title {
    font-size: 1.8em;
  }
  .page-resources-hit-club-latest-bonuses__hero-description {
    font-size: 0.9em;
  }
  .page-resources-hit-club-latest-bonuses__hero-cta,
  .page-resources-hit-club-latest-bonuses__card-cta,
  .page-resources-hit-club-latest-bonuses__main-cta {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-hit-club-latest-bonuses__section-title {
    font-size: 1.5em;
  }
  .page-resources-hit-club-latest-bonuses__bonus-icon {
    width: 60px;
    height: 60px;
  }
  .page-resources-hit-club-latest-bonuses__card-title {
    font-size: 1.3em;
  }
  .page-resources-hit-club-latest-bonuses__step-list li,
  .page-resources-hit-club-latest-bonuses__list li,
  .page-resources-hit-club-latest-bonuses__faq-question,
  .page-resources-hit-club-latest-bonuses__faq-answer {
    font-size: 0.9em;
  }
  .page-resources-hit-club-latest-bonuses__cta-text {
    font-size: 1.1em;
  }
}