.page-resources-mobile-betting-advantages {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-mobile-betting-advantages__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* White text for dark background */
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-resources-mobile-betting-advantages__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
}

.page-resources-mobile-betting-advantages__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-mobile-betting-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-mobile-betting-advantages__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-mobile-betting-advantages__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-mobile-betting-advantages__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-mobile-betting-advantages__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-mobile-betting-advantages__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-mobile-betting-advantages__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-mobile-betting-advantages__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: -60px; /* Adjust to overlap with content slightly */
}

.page-resources-mobile-betting-advantages__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-mobile-betting-advantages__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-mobile-betting-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-mobile-betting-advantages__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-mobile-betting-advantages__feature-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-mobile-betting-advantages__feature-card:hover {
  transform: translateY(-10px);
}

.page-resources-mobile-betting-advantages__feature-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-advantages__feature-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-mobile-betting-advantages__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-mobile-betting-advantages__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-mobile-betting-advantages__step-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-mobile-betting-advantages__step-image {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-advantages__step-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-betting-advantages__step-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-advantages__button--download,
.page-resources-mobile-betting-advantages__button--deposit {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  font-size: 1em;
  padding: 10px 20px;
}

.page-resources-mobile-betting-advantages__button--download:hover,
.page-resources-mobile-betting-advantages__button--deposit:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-mobile-betting-advantages__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-mobile-betting-advantages__game-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-mobile-betting-advantages__game-image {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-advantages__game-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-betting-advantages__game-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-advantages__button--explore {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  font-size: 1em;
  padding: 10px 20px;
}

.page-resources-mobile-betting-advantages__button--explore:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-mobile-betting-advantages__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-mobile-betting-advantages__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-resources-mobile-betting-advantages__list-item-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-betting-advantages__list-item-description {
  font-size: 1em;
  color: #666666;
}

.page-resources-mobile-betting-advantages__button--info {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  font-size: 0.9em;
  padding: 8px 15px;
  margin-top: 15px;
}

.page-resources-mobile-betting-advantages__button--info:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-mobile-betting-advantages__call-to-action {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-mobile-betting-advantages__button--secondary {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  font-size: 1.1em;
  padding: 15px 30px;
}

.page-resources-mobile-betting-advantages__button--secondary:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-mobile-betting-advantages__hero-title {
    font-size: 2.2em;
  }

  .page-resources-mobile-betting-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-mobile-betting-advantages__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-mobile-betting-advantages__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-mobile-betting-advantages__section-title {
    font-size: 2em;
  }

  .page-resources-mobile-betting-advantages__feature-title,
  .page-resources-mobile-betting-advantages__step-title,
  .page-resources-mobile-betting-advantages__game-title,
  .page-resources-mobile-betting-advantages__list-item-title {
    font-size: 1.3em;
  }

  .page-resources-mobile-betting-advantages__paragraph,
  .page-resources-mobile-betting-advantages__feature-description,
  .page-resources-mobile-betting-advantages__step-description,
  .page-resources-mobile-betting-advantages__game-description,
  .page-resources-mobile-betting-advantages__list-item-description {
    font-size: 0.95em;
  }

  .page-resources-mobile-betting-advantages__feature-image,
  .page-resources-mobile-betting-advantages__step-image,
  .page-resources-mobile-betting-advantages__game-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-mobile-betting-advantages__call-to-action {
    flex-direction: column;
  }
}