.page-resources-mobile-casino-advantages {
  color: #333333; /* Dark text for light body background */
}

.page-resources-mobile-casino-advantages__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-mobile-casino-advantages__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  color: #FFFFFF;
}

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

.page-resources-mobile-casino-advantages__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-mobile-casino-advantages__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-mobile-casino-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #F0F0F0;
}

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

.page-resources-mobile-casino-advantages__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  font-size: 1em;
}

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

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

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

.page-resources-mobile-casino-advantages__button--login:hover {
  background-color: #E0A030;
  transform: translateY(-2px);
}

.page-resources-mobile-casino-advantages__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-resources-mobile-casino-advantages__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-mobile-casino-advantages__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-resources-mobile-casino-advantages__text-content {
  margin-bottom: 20px;
  color: #333333;
}

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

.page-resources-mobile-casino-advantages__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, box-shadow 0.3s ease;
}

.page-resources-mobile-casino-advantages__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-mobile-casino-advantages__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-mobile-casino-advantages__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-mobile-casino-advantages__card-text {
  font-size: 0.95em;
  color: #555555;
  line-height: 1.6;
}

.page-resources-mobile-casino-advantages__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-mobile-casino-advantages__list-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333333;
  font-size: 1.05em;
  line-height: 1.5;
}

.page-resources-mobile-casino-advantages__list-item strong {
  color: #000000;
}

.page-resources-mobile-casino-advantages__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

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

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

.page-resources-mobile-casino-advantages__button--promo {
  background-color: #F0F0F0;
  color: #000000;
  border: 2px solid #E0E0E0;
}

.page-resources-mobile-casino-advantages__button--promo:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-mobile-casino-advantages__cta-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-mobile-casino-advantages__related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.page-resources-mobile-casino-advantages__related-link {
  display: block;
  padding: 10px 20px;
  background-color: #F0F0F0;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #E0E0E0;
}

.page-resources-mobile-casino-advantages__related-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-mobile-casino-advantages__button--back {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-mobile-casino-advantages__button--back:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

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

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

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

  .page-resources-mobile-casino-advantages__button {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-mobile-casino-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-mobile-casino-advantages__content-area {
    padding: 40px 15px;
  }

  .page-resources-mobile-casino-advantages__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-mobile-casino-advantages__card-image {
    height: auto;
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-mobile-casino-advantages__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-mobile-casino-advantages__cta-image {
    min-width: 200px;
    min-height: 200px;
  }

  /* Ensure all images within content area are responsive and not too small */
  .page-resources-mobile-casino-advantages img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-casino-advantages__hero-title {
    font-size: 1.8em;
  }

  .page-resources-mobile-casino-advantages__hero-description {
    font-size: 0.9em;
  }

  .page-resources-mobile-casino-advantages__section-title {
    font-size: 1.6em;
  }
}