.page-resources-okbet88-mobile-app-features {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-okbet88-mobile-app-features__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-okbet88-mobile-app-features__hero-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-okbet88-mobile-app-features__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-resources-okbet88-mobile-app-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-okbet88-mobile-app-features__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-okbet88-mobile-app-features__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;
  border: none;
  cursor: pointer;
}

.page-resources-okbet88-mobile-app-features__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-okbet88-mobile-app-features__button--register:hover {
  background-color: #F0F0F0;
}

.page-resources-okbet88-mobile-app-features__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-okbet88-mobile-app-features__button--login:hover {
  background-color: #E0A73C;
}

.page-resources-okbet88-mobile-app-features__button--download {
  background-color: #FCBC45;
  color: #000000;
  margin-top: 30px;
}

.page-resources-okbet88-mobile-app-features__button--download:hover {
  background-color: #E0A73C;
}

.page-resources-okbet88-mobile-app-features__hero-image {
  margin-top: 40px;
}

.page-resources-okbet88-mobile-app-features__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-okbet88-mobile-app-features__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: -60px; /* Overlap with hero section for visual flow */
  position: relative;
  z-index: 2;
}

.page-resources-okbet88-mobile-app-features__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
}

.page-resources-okbet88-mobile-app-features__back-link:hover {
  text-decoration: underline;
  color: #FCBC45;
}

.page-resources-okbet88-mobile-app-features__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-okbet88-mobile-app-features__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-okbet88-mobile-app-features__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-okbet88-mobile-app-features__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-okbet88-mobile-app-features__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-okbet88-mobile-app-features__feature-list,
.page-resources-okbet88-mobile-app-features__download-steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-okbet88-mobile-app-features__feature-item,
.page-resources-okbet88-mobile-app-features__step-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-okbet88-mobile-app-features__feature-item strong,
.page-resources-okbet88-mobile-app-features__step-item strong {
  color: #000000;
}

.page-resources-okbet88-mobile-app-features__call-to-action {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-okbet88-mobile-app-features {
    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
  }

  .page-resources-okbet88-mobile-app-features__hero-title {
    font-size: 2em;
  }

  .page-resources-okbet88-mobile-app-features__hero-description {
    font-size: 1em;
  }

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

  .page-resources-okbet88-mobile-app-features__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-okbet88-mobile-app-features__content-area {
    padding: 20px 15px;
    margin-top: -30px;
  }

  .page-resources-okbet88-mobile-app-features__article-heading {
    font-size: 1.8em;
  }

  .page-resources-okbet88-mobile-app-features__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-okbet88-mobile-app-features__article-paragraph {
    font-size: 1em;
  }

  .page-resources-okbet88-mobile-app-features__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content area does not cause horizontal scroll */
  .page-resources-okbet88-mobile-app-features {
    overflow-x: hidden;
  }
}