/* style/resources-gk88-latest-game-intro.css */
.page-resources-gk88-latest-game-intro {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Default text color for dark backgrounds */
  background-color: #0A2463;
}

.page-resources-gk88-latest-game-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-gk88-latest-game-intro__hero {
  background: linear-gradient(135deg, #0A2463, #06173D);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-gk88-latest-game-intro__hero-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
  padding-left: 20px;
}

.page-resources-gk88-latest-game-intro__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #E3B23C; /* Gold for main title */
}

.page-resources-gk88-latest-game-intro__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #D3D3D3;
}

.page-resources-gk88-latest-game-intro__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-gk88-latest-game-intro__hero-image-wrapper {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-gk88-latest-game-intro__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-gk88-latest-game-intro__section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-gk88-latest-game-intro__section:nth-of-type(even) {
  background-color: #06173D;
}

.page-resources-gk88-latest-game-intro__section-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #E3B23C;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-gk88-latest-game-intro__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B23C;
  border-radius: 2px;
}

.page-resources-gk88-latest-game-intro__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #D3D3D3;
  text-align: left;
}

.page-resources-gk88-latest-game-intro__game-category {
  margin-bottom: 80px;
  text-align: left;
}

.page-resources-gk88-latest-game-intro__category-title {
  font-size: 2em;
  color: #E3B23C;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-gk88-latest-game-intro__category-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #E3B23C;
  border-radius: 1.5px;
}

.page-resources-gk88-latest-game-intro__category-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-gk88-latest-game-intro__game-category--reverse .page-resources-gk88-latest-game-intro__category-content {
  flex-direction: row-reverse;
}

.page-resources-gk88-latest-game-intro__category-image {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-gk88-latest-game-intro__category-text {
  flex: 2;
  min-width: 350px;
}

.page-resources-gk88-latest-game-intro__sub-category-title {
  font-size: 1.5em;
  color: #E3B23C;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-gk88-latest-game-intro__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-resources-gk88-latest-game-intro__numbered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-top: 40px;
  color: #D3D3D3;
  text-align: left;
}

.page-resources-gk88-latest-game-intro__numbered-list .page-resources-gk88-latest-game-intro__list-item {
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #D3D3D3;
}

.page-resources-gk88-latest-game-intro__list-item {
  background-color: #06173D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  flex: 1 1 calc(33% - 20px);
  min-width: 300px;
  text-align: left;
  border-left: 5px solid #E3B23C;
}

.page-resources-gk88-latest-game-intro__list-item strong {
  color: #E3B23C;
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}

.page-resources-gk88-latest-game-intro__app-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.page-resources-gk88-latest-game-intro__app-text-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-resources-gk88-latest-game-intro__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-gk88-latest-game-intro__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-gk88-latest-game-intro__cta-center {
  margin-top: 50px;
  text-align: center;
}

.page-resources-gk88-latest-game-intro__cta-content {
  background-color: #E3B23C;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: #0A2463; /* Dark blue text on gold background */
}

.page-resources-gk88-latest-game-intro__cta-content .page-resources-gk88-latest-game-intro__section-title,
.page-resources-gk88-latest-game-intro__cta-content .page-resources-gk88-latest-game-intro__text {
  color: #0A2463;
}

.page-resources-gk88-latest-game-intro__cta-content .page-resources-gk88-latest-game-intro__section-title::after {
  background-color: #0A2463;
}

.page-resources-gk88-latest-game-intro__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-resources-gk88-latest-game-intro__btn--primary {
  background-color: #E3B23C;
  color: #0A2463;
  border: 2px solid #E3B23C;
}

.page-resources-gk88-latest-game-intro__btn--primary:hover {
  background-color: #F0C66D;
  border-color: #F0C66D;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(227, 178, 60, 0.4);
}

.page-resources-gk88-latest-game-intro__btn--secondary {
  background-color: transparent;
  color: #E3B23C;
  border: 2px solid #E3B23C;
}

.page-resources-gk88-latest-game-intro__btn--secondary:hover {
  background-color: #E3B23C;
  color: #0A2463;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(227, 178, 60, 0.4);
}

.page-resources-gk88-latest-game-intro__btn--inline {
  margin-left: 20px;
  padding: 8px 20px;
  font-size: 0.9em;
  border-radius: 25px;
  vertical-align: middle;
}

.page-resources-gk88-latest-game-intro__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-gk88-latest-game-intro__hero-title {
    font-size: 2.8em;
  }
  .page-resources-gk88-latest-game-intro__hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-gk88-latest-game-intro__section-title {
    font-size: 2.2em;
  }
  .page-resources-gk88-latest-game-intro__category-title {
    font-size: 1.8em;
  }
  .page-resources-gk88-latest-game-intro__hero {
    padding: 80px 20px;
  }
  .page-resources-gk88-latest-game-intro__hero-content,
  .page-resources-gk88-latest-game-intro__hero-image-wrapper {
    flex: 1 1 100%;
    text-align: center;
    padding-left: 0;
  }
  .page-resources-gk88-latest-game-intro__hero-actions {
    justify-content: center;
  }
  .page-resources-gk88-latest-game-intro__category-content {
    flex-direction: column;
  }
  .page-resources-gk88-latest-game-intro__game-category--reverse .page-resources-gk88-latest-game-intro__category-content {
    flex-direction: column;
  }
  .page-resources-gk88-latest-game-intro__category-image,
  .page-resources-gk88-latest-game-intro__category-text {
    min-width: unset;
    width: 100%;
  }
  .page-resources-gk88-latest-game-intro__app-flex {
    flex-direction: column;
  }
  .page-resources-gk88-latest-game-intro__app-text-content,
  .page-resources-gk88-latest-game-intro__app-image-wrapper {
    min-width: unset;
    width: 100%;
  }
  .page-resources-gk88-latest-game-intro__list-item {
    flex: 1 1 calc(50% - 15px);
  }
  .page-resources-gk88-latest-game-intro__btn--inline {
    display: block;
    margin: 15px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .page-resources-gk88-latest-game-intro__hero-title {
    font-size: 2.2em;
  }
  .page-resources-gk88-latest-game-intro__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-gk88-latest-game-intro__section-title {
    font-size: 1.8em;
  }
  .page-resources-gk88-latest-game-intro__category-title {
    font-size: 1.5em;
  }
  .page-resources-gk88-latest-game-intro__sub-category-title {
    font-size: 1.3em;
  }
  .page-resources-gk88-latest-game-intro__text {
    font-size: 1em;
  }
  .page-resources-gk88-latest-game-intro__list-item {
    flex: 1 1 100%;
  }
  .page-resources-gk88-latest-game-intro__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-gk88-latest-game-intro__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-resources-gk88-latest-game-intro__btn--inline {
    margin-left: 0;
  }
}