.page-resources-online-betting-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #121E30; /* Slightly lighter than main for body background */
}

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

.page-resources-online-betting-guide__container--center {
  text-align: center;
}

.page-resources-online-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 0;
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1A2A 100%);
  color: #FFFFFF;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-online-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-online-betting-guide__hero-section .page-resources-online-betting-guide__container {
  position: relative;
  z-index: 1;
}

.page-resources-online-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Victory Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  opacity: 0.9;
}

.page-resources-online-betting-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-online-betting-guide__section--dark-bg {
  background-color: #1A2B4C;
}

.page-resources-online-betting-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-guide__subsection-title {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-online-betting-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #CCCCCC;
}

.page-resources-online-betting-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-online-betting-guide__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-resources-online-betting-guide__list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0;
}

.page-resources-online-betting-guide__list--flex li {
  background-color: #2A3D5E;
  padding: 15px 20px;
  border-radius: 8px;
  flex: 1 1 calc(50% - 20px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-online-betting-guide__list--flex li:hover {
  transform: translateY(-5px);
  background-color: #3A4F70;
}

.page-resources-online-betting-guide__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-resources-online-betting-guide__image--small {
  max-width: 600px;
}

.page-resources-online-betting-guide__image--medium {
  max-width: 800px;
}

.page-resources-online-betting-guide__image--large {
  max-width: 1000px;
}

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

.page-resources-online-betting-guide__button--primary {
  background-color: #FFD700; /* Victory Gold */
  color: #1A2B4C; /* Rick Blue */
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-online-betting-guide__button--primary:hover {
  background-color: #FFEB3B; /* Lighter gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-online-betting-guide__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-online-betting-guide__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-online-betting-guide__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

  .page-resources-online-betting-guide__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-online-betting-guide__section-title {
    font-size: 2em;
  }

  .page-resources-online-betting-guide__subsection-title {
    font-size: 1.6em;
  }

  .page-resources-online-betting-guide__list--flex li {
    flex: 1 1 calc(100% - 20px);
  }

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

  .page-resources-online-betting-guide__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-resources-online-betting-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

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

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

  .page-resources-online-betting-guide__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-online-betting-guide__section {
    padding: 40px 0;
  }

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

  .page-resources-online-betting-guide__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-online-betting-guide p, .page-resources-online-betting-guide__list li {
    font-size: 1em;
  }

  .page-resources-online-betting-guide__container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-guide__hero-title {
    font-size: 1.8em;
  }

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

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

  .page-resources-online-betting-guide__subsection-title {
    font-size: 1.2em;
  }

  .page-resources-online-betting-guide__button {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .page-resources-online-betting-guide__cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}