.page-index-about-wow88-brand {
  color: #333333; /* Dark text for light body background */
}

.page-index-about-wow88-brand__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-index-about-wow88-brand__hero-content {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.page-index-about-wow88-brand__hero-title {
  font-size: 3.2em;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-index-about-wow88-brand__hero-description {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.page-index-about-wow88-brand__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  min-width: 200px;
  text-align: center;
}

.page-index-about-wow88-brand__button--register {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-index-about-wow88-brand__button--register:hover {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
  transform: translateY(-3px);
}

.page-index-about-wow88-brand__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-index-about-wow88-brand__button--login:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
  transform: translateY(-3px);
}

.page-index-about-wow88-brand__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain hero image width */
  margin-top: 40px;
}

.page-index-about-wow88-brand__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-about-wow88-brand__story-section, 
.page-index-about-wow88-brand__innovation-section, 
.page-index-about-wow88-brand__future-section {
  padding: 80px 20px;
  background-color: #FFFFFF;
}

.page-index-about-wow88-brand__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-about-wow88-brand__section-title {
  font-size: 2.8em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-index-about-wow88-brand__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333333;
  text-align: justify;
}

.page-index-about-wow88-brand__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-index-about-wow88-brand__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-index-about-wow88-brand__image-text-image {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min-width */
  height: auto;
}

.page-index-about-wow88-brand__image-text-content {
  flex: 1;
  max-width: 50%;
}

.page-index-about-wow88-brand__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-index-about-wow88-brand__mission-section, .page-index-about-wow88-brand__community-section, .page-index-about-wow88-brand__cta-section {
  background-color: #000000;
  padding: 80px 20px;
}

.page-index-about-wow88-brand__section-title--light, 
.page-index-about-wow88-brand__paragraph--light, 
.page-index-about-wow88-brand__value-title--light, 
.page-index-about-wow88-brand__value-description--light,
.page-index-about-wow88-brand__community-list-item--light,
.page-index-about-wow88-brand__sub-title--light,
.page-index-about-wow88-brand__link--light {
  color: #FFFFFF;
}

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

.page-index-about-wow88-brand__value-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-index-about-wow88-brand__value-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-about-wow88-brand__value-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-index-about-wow88-brand__mission-image {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce min-width */
}

.page-index-about-wow88-brand__community-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-about-wow88-brand__community-list-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-index-about-wow88-brand__community-image {
  display: block;
  margin: 50px auto 30px auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce min-width */
}

.page-index-about-wow88-brand__link {
  text-decoration: underline;
  font-weight: bold;
}

.page-index-about-wow88-brand__link--light:hover {
  color: #FCBC45;
}

.page-index-about-wow88-brand__future-image {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min-width */
}

.page-index-about-wow88-brand__cta-content {
  text-align: center;
}

.page-index-about-wow88-brand__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.page-index-about-wow88-brand__button--download {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-index-about-wow88-brand__button--download:hover {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
  transform: translateY(-3px);
}

.page-index-about-wow88-brand__button--play {
  background-color: transparent;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-index-about-wow88-brand__button--play:hover {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-index-about-wow88-brand__hero-title {
    font-size: 2.8em;
  }
  .page-index-about-wow88-brand__section-title {
    font-size: 2.4em;
  }
  .page-index-about-wow88-brand__image-text-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-index-about-wow88-brand__image-text-layout--reverse {
    flex-direction: column-reverse;
  }
  .page-index-about-wow88-brand__image-text-image,
  .page-index-about-wow88-brand__image-text-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-about-wow88-brand {
    padding-top: var(--header-offset, 120px);
  }
  .page-index-about-wow88-brand__hero-section {
    padding: 40px 15px;
  }
  .page-index-about-wow88-brand__hero-title {
    font-size: 2.2em;
  }
  .page-index-about-wow88-brand__hero-description {
    font-size: 1.1em;
  }
  .page-index-about-wow88-brand__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-about-wow88-brand__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-index-about-wow88-brand__story-section,
  .page-index-about-wow88-brand__mission-section,
  .page-index-about-wow88-brand__innovation-section,
  .page-index-about-wow88-brand__community-section,
  .page-index-about-wow88-brand__future-section,
  .page-index-about-wow88-brand__cta-section {
    padding: 60px 15px;
  }
  .page-index-about-wow88-brand__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-index-about-wow88-brand__sub-title {
    font-size: 1.6em;
  }
  .page-index-about-wow88-brand__paragraph {
    font-size: 1em;
  }
  .page-index-about-wow88-brand__values-grid,
  .page-index-about-wow88-brand__community-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /* Ensure all content images are responsive and do not overflow */
  .page-index-about-wow88-brand img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Still enforce min-width for content images */
  }
  .page-index-about-wow88-brand__cta-buttons {
    flex-direction: column;
  }
  .page-index-about-wow88-brand__hero-image-wrapper {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}