.page-index-about-mmoo88 {
  color: #ffffff; /* Body background is dark (#0a0a0a), so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-index-about-mmoo88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-about-mmoo88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  background-color: #0a0a0a; /* Ensure dark background for hero */
}

.page-index-about-mmoo88__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for aesthetic */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-about-mmoo88__hero-image {
  width: 1200px; /* Display width */
  height: 675px; /* Display height */
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.page-index-about-mmoo88__hero-content-wrapper {
  width: 100%;
  padding: 40px 0;
  background-color: #0a0a0a; /* Match hero section background */
}

.page-index-about-mmoo88__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive H1 font size */
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-about-mmoo88__intro-text {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-mmoo88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-about-mmoo88__btn-primary,
.page-index-about-mmoo88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-index-about-mmoo88__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-index-about-mmoo88__btn-primary:hover {
  background-color: #1a7fb0;
  border-color: #1a7fb0;
}

.page-index-about-mmoo88__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-about-mmoo88__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-about-mmoo88__btn-text {
  display: inline-block;
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.page-index-about-mmoo88__btn-text:hover {
  color: #1a7fb0;
}

.page-index-about-mmoo88__content-section {
  padding: 60px 0;
}

.page-index-about-mmoo88__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-index-about-mmoo88__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter than body for contrast */
  color: #ffffff;
}

.page-index-about-mmoo88__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
  font-weight: bold;
}

.page-index-about-mmoo88__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-index-about-mmoo88__paragraph {
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-index-about-mmoo88__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-index-about-mmoo88__list-item {
  margin-bottom: 8px;
}

.page-index-about-mmoo88__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-index-about-mmoo88__image-left {
  flex: 1;
  min-width: 300px;
  border-radius: 8px;
  object-fit: cover;
  width: 600px; /* Display width */
  height: 450px; /* Display height */
}

.page-index-about-mmoo88__text-right {
  flex: 2;
}

.page-index-about-mmoo88__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-mmoo88__game-card {
  background-color: #f0f0f0;
  color: #333333;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-about-mmoo88__game-image {
  width: 300px; /* Display width */
  height: 200px; /* Display height */
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-index-about-mmoo88__game-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-about-mmoo88__game-description {
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-index-about-mmoo88__text-center {
  text-align: center;
}

.page-index-about-mmoo88__mt-40 {
  margin-top: 40px;
}

.page-index-about-mmoo88__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-mmoo88__promo-card {
  background-color: rgba(255, 255, 255, 0.1); /* Light transparent background on dark section */
  color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-about-mmoo88__promo-image {
  width: 400px; /* Display width */
  height: 225px; /* Display height */
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-index-about-mmoo88__promo-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-about-mmoo88__promo-description {
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-index-about-mmoo88__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-about-mmoo88__step-card {
  background-color: #f0f0f0;
  color: #333333;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-about-mmoo88__step-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-about-mmoo88__step-description {
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-index-about-mmoo88__support-info {
  margin-top: 40px;
  text-align: center;
}

.page-index-about-mmoo88__support-info .page-index-about-mmoo88__btn-secondary {
  margin: 0 10px;
}

.page-index-about-mmoo88__app-download-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-index-about-mmoo88__app-image {
  flex: 1;
  min-width: 200px;
  border-radius: 8px;
  object-fit: cover;
  width: 400px; /* Display width */
  height: 300px; /* Display height */
}

.page-index-about-mmoo88__app-info {
  flex: 2;
}

.page-index-about-mmoo88__responsible-gambling {
  margin-top: 40px;
  text-align: center;
}

.page-index-about-mmoo88__responsible-gambling .page-index-about-mmoo88__btn-secondary {
  margin-top: 20px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-index-about-mmoo88__image-text-block,
  .page-index-about-mmoo88__app-download-block {
    flex-direction: column;
    text-align: center;
  }

  .page-index-about-mmoo88__image-left,
  .page-index-about-mmoo88__app-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .page-index-about-mmoo88__hero-image {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-index-about-mmoo88__container {
    padding: 0 15px;
  }

  .page-index-about-mmoo88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-index-about-mmoo88__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-index-about-mmoo88__intro-text {
    font-size: 1em;
  }

  .page-index-about-mmoo88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-about-mmoo88__btn-primary,
  .page-index-about-mmoo88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
  }

  .page-index-about-mmoo88__content-section {
    padding: 40px 0;
  }

  .page-index-about-mmoo88__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-index-about-mmoo88__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-index-about-mmoo88__image-text-block,
  .page-index-about-mmoo88__app-download-block {
    gap: 20px;
  }

  .page-index-about-mmoo88__game-card,
  .page-index-about-mmoo88__promo-card,
  .page-index-about-mmoo88__step-card {
    padding: 20px;
  }

  .page-index-about-mmoo88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-index-about-mmoo88__hero-image-wrapper,
  .page-index-about-mmoo88__game-grid,
  .page-index-about-mmoo88__promo-cards,
  .page-index-about-mmoo88__steps-grid,
  .page-index-about-mmoo88__image-text-block,
  .page-index-about-mmoo88__app-download-block,
  .page-index-about-mmoo88__cta-buttons,
  .page-index-about-mmoo88__support-info,
  .page-index-about-mmoo88__responsible-gambling {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-index-about-mmoo88__hero-image {
    width: 100% !important;
    height: auto !important;
  }

  .page-index-about-mmoo88__image-left,
  .page-index-about-mmoo88__app-image,
  .page-index-about-mmoo88__game-image,
  .page-index-about-mmoo88__promo-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
}