.page-resources-mobile-betting-app-advantages {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header on desktop */
}

.page-resources-mobile-betting-app-advantages__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero content */
  color: #FFFFFF;
  padding: 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-mobile-betting-app-advantages__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  z-index: 1;
}

.page-resources-mobile-betting-app-advantages__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-mobile-betting-app-advantages__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-mobile-betting-app-advantages__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-mobile-betting-app-advantages__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-resources-mobile-betting-app-advantages__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

.page-resources-mobile-betting-app-advantages__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

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

.page-resources-mobile-betting-app-advantages__button--download:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-mobile-betting-app-advantages__content-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

.page-resources-mobile-betting-app-advantages__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-mobile-betting-app-advantages__back-link:hover {
  color: #FCBC45;
}

.page-resources-mobile-betting-app-advantages__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-mobile-betting-app-advantages__article-heading {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-resources-mobile-betting-app-advantages__article-subheading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-mobile-betting-app-advantages__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-mobile-betting-app-advantages__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-mobile-betting-app-advantages__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-mobile-betting-app-advantages__cta-heading {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-resources-mobile-betting-app-advantages__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-betting-app-advantages__button--download-cta {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-right: 15px;
}

.page-resources-mobile-betting-app-advantages__button--download-cta:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

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

.page-resources-mobile-betting-app-advantages__button--register-cta:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-mobile-betting-app-advantages {
    padding-top: var(--header-offset, 80px);
  }

  .page-resources-mobile-betting-app-advantages__hero-title {
    font-size: 2.2em;
  }

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

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

  .page-resources-mobile-betting-app-advantages__button {
    width: 100%;
    max-width: 280px;
  }

  .page-resources-mobile-betting-app-advantages__article-heading {
    font-size: 1.8em;
  }

  .page-resources-mobile-betting-app-advantages__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-mobile-betting-app-advantages__article-paragraph {
    font-size: 1em;
  }

  .page-resources-mobile-betting-app-advantages__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }

  .page-resources-mobile-betting-app-advantages__content-wrapper {
    padding: 15px;
  }

  .page-resources-mobile-betting-app-advantages__cta-heading {
    font-size: 1.8em;
  }

  .page-resources-mobile-betting-app-advantages__button--download-cta,
  .page-resources-mobile-betting-app-advantages__button--register-cta {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Ensure no horizontal overflow */
  .page-resources-mobile-betting-app-advantages {
    overflow-x: hidden;
  }
  .page-resources-mobile-betting-app-advantages__article-image {
    max-width: 100% !important;
    height: auto !important;
  }
}