:root {
  --page-resources-hiphop-betting-guide-primary-color: #FF0055; /* Neon Pink/Red */
  --page-resources-hiphop-betting-guide-secondary-color: #00FFEE; /* Neon Blue/Green */
  --page-resources-hiphop-betting-guide-dark-bg: #121212; /* Dark background for contrast */
  --page-resources-hiphop-betting-guide-light-text: #FFFFFF; /* White text for dark backgrounds */
  --page-resources-hiphop-betting-guide-muted-text: #B0B0B0; /* Lighter grey for secondary text */
  --page-resources-hiphop-betting-guide-accent-gold: #FFD700; /* Gold for subtle highlights */
  --page-resources-hiphop-betting-guide-font-family: 'Arial', sans-serif;
}

.page-resources-hiphop-betting-guide {
  font-family: var(--page-resources-hiphop-betting-guide-font-family);
  line-height: 1.6;
  color: var(--page-resources-hiphop-betting-guide-light-text);
  background-color: var(--page-resources-hiphop-betting-guide-dark-bg);
  overflow-x: hidden;
}

.page-resources-hiphop-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hiphop-betting-guide__section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-resources-hiphop-betting-guide__section:nth-child(even) {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
}

.page-resources-hiphop-betting-guide__hero-section {
  background: linear-gradient(135deg, var(--page-resources-hiphop-betting-guide-primary-color), var(--page-resources-hiphop-betting-guide-secondary-color));
  color: var(--page-resources-hiphop-betting-guide-light-text);
  padding: 100px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.page-resources-hiphop-betting-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric_pattern,neon_glow,dark_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-hiphop-betting-guide__hero-section .page-resources-hiphop-betting-guide__container {
  z-index: 1;
}

.page-resources-hiphop-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 0, 85, 0.7);
  line-height: 1.2;
}

.page-resources-hiphop-betting-guide__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--page-resources-hiphop-betting-guide-light-text);
}

.page-resources-hiphop-betting-guide__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-hiphop-betting-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-resources-hiphop-betting-guide__btn--primary {
  background-color: var(--page-resources-hiphop-betting-guide-primary-color);
  color: var(--page-resources-hiphop-betting-guide-light-text);
  border-color: var(--page-resources-hiphop-betting-guide-primary-color);
}

.page-resources-hiphop-betting-guide__btn--primary:hover {
  background-color: transparent;
  border-color: var(--page-resources-hiphop-betting-guide-primary-color);
  color: var(--page-resources-hiphop-betting-guide-primary-color);
  box-shadow: 0 0 15px rgba(255, 0, 85, 0.9);
}

.page-resources-hiphop-betting-guide__btn--secondary {
  background-color: var(--page-resources-hiphop-betting-guide-secondary-color);
  color: var(--page-resources-hiphop-betting-guide-dark-bg);
  border-color: var(--page-resources-hiphop-betting-guide-secondary-color);
}

.page-resources-hiphop-betting-guide__btn--secondary:hover {
  background-color: transparent;
  border-color: var(--page-resources-hiphop-betting-guide-secondary-color);
  color: var(--page-resources-hiphop-betting-guide-secondary-color);
  box-shadow: 0 0 15px rgba(0, 255, 238, 0.9);
}

.page-resources-hiphop-betting-guide__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-hiphop-betting-guide__section-title {
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--page-resources-hiphop-betting-guide-light-text);
  text-shadow: 0 0 8px rgba(0, 255, 238, 0.5);
}

.page-resources-hiphop-betting-guide__sub-title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--page-resources-hiphop-betting-guide-primary-color);
  text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.page-resources-hiphop-betting-guide__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--page-resources-hiphop-betting-guide-muted-text);
}

.page-resources-hiphop-betting-guide__text strong {
  color: var(--page-resources-hiphop-betting-guide-light-text);
}

.page-resources-hiphop-betting-guide__highlight {
  color: var(--page-resources-hiphop-betting-guide-secondary-color);
  text-shadow: 0 0 5px rgba(0, 255, 238, 0.7);
}

.page-resources-hiphop-betting-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-hiphop-betting-guide__list li {
  background-color: rgba(255, 0, 85, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid var(--page-resources-hiphop-betting-guide-primary-color);
  border-radius: 5px;
  font-size: 1.05em;
  color: var(--page-resources-hiphop-betting-guide-light-text);
}

.page-resources-hiphop-betting-guide__list--bullets li {
  background-color: transparent;
  border-left: none;
  padding-left: 30px;
  position: relative;
}

.page-resources-hiphop-betting-guide__list--bullets li::before {
  content: '⚡'; /* Hip Hop lightning bolt */
  position: absolute;
  left: 0;
  color: var(--page-resources-hiphop-betting-guide-secondary-color);
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-hiphop-betting-guide__image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 0 20px rgba(0, 255, 238, 0.3);
  transition: transform 0.3s ease;
}

.page-resources-hiphop-betting-guide__image:hover {
  transform: translateY(-5px);
}

.page-resources-hiphop-betting-guide__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.page-resources-hiphop-betting-guide__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-resources-hiphop-betting-guide__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.page-resources-hiphop-betting-guide__hero-image {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 400px;
  opacity: 0.7;
  z-index: 0;
  filter: drop-shadow(0 0 15px rgba(255, 0, 85, 0.6));
}

.page-resources-hiphop-betting-guide__about .page-resources-hiphop-betting-guide__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-resources-hiphop-betting-guide__inline-link {
  color: var(--page-resources-hiphop-betting-guide-secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hiphop-betting-guide__inline-link:hover {
  color: var(--page-resources-hiphop-betting-guide-primary-color);
  text-decoration: underline;
}

.page-resources-hiphop-betting-guide__text-center {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-hiphop-betting-guide__hero-title {
    font-size: 2.8em;
  }

  .page-resources-hiphop-betting-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-hiphop-betting-guide__section-title {
    font-size: 2.2em;
  }

  .page-resources-hiphop-betting-guide__sub-title {
    font-size: 1.6em;
  }

  .page-resources-hiphop-betting-guide__image--right,
  .page-resources-hiphop-betting-guide__image--left {
    float: none;
    margin: 20px auto;
    display: block;
  }

  .page-resources-hiphop-betting-guide__hero-image {
    position: static;
    margin-top: 40px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .page-resources-hiphop-betting-guide__hero-section {
    padding: 80px 0;
    min-height: 500px;
  }

  .page-resources-hiphop-betting-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-hiphop-betting-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-hiphop-betting-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hiphop-betting-guide__section {
    padding: 60px 0;
  }

  .page-resources-hiphop-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-hiphop-betting-guide__sub-title {
    font-size: 1.4em;
  }

  .page-resources-hiphop-betting-guide__text {
    font-size: 0.95em;
  }

  .page-resources-hiphop-betting-guide__list li {
    padding: 12px 15px;
    font-size: 0.9em;
  }

  .page-resources-hiphop-betting-guide__list--bullets li {
    padding-left: 25px;
  }

  .page-resources-hiphop-betting-guide__list--bullets li::before {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-hiphop-betting-guide__hero-section {
    padding: 60px 0;
    min-height: 400px;
  }

  .page-resources-hiphop-betting-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-hiphop-betting-guide__cta-group {
    flex-direction: column;
  }

  .page-resources-hiphop-betting-guide__btn {
    width: 80%;
    margin: 5px auto;
  }

  .page-resources-hiphop-betting-guide__section-title {
    font-size: 1.5em;
  }

  .page-resources-hiphop-betting-guide__sub-title {
    font-size: 1.2em;
  }

  .page-resources-hiphop-betting-guide__text {
    font-size: 0.9em;
  }
}