.page-index-game-highlights {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

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

.page-index-game-highlights__section-title {
  font-size: 2.5em;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-index-game-highlights__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0;
  text-align: center;
  overflow: hidden;
}

.page-index-game-highlights__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.page-index-game-highlights__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-index-game-highlights__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-index-game-highlights__hero-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-game-highlights__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-game-highlights__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-game-highlights__btn-primary,
.page-index-game-highlights__btn-secondary,
.page-index-game-highlights__btn-link {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-index-game-highlights__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
}

.page-index-game-highlights__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-game-highlights__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-index-game-highlights__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-game-highlights__btn-link {
  background: #11A84E;
  color: #F2FFF6;
  border: none;
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-game-highlights__btn-link:hover {
  background: #22C768;
}

.page-index-game-highlights__intro-section,
.page-index-game-highlights__game-categories,
.page-index-game-highlights__unique-features,
.page-index-game-highlights__promotions,
.page-index-game-highlights__get-started,
.page-index-game-highlights__faq-section,
.page-index-game-highlights__conclusion {
  padding: 60px 0;
}

.page-index-game-highlights__intro-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-game-highlights__intro-text {
  flex: 1;
}

.page-index-game-highlights__intro-text p {
  margin-bottom: 15px;
  color: #A7D9B8;
  font-size: 1.05em;
}

.page-index-game-highlights__intro-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-index-game-highlights__intro-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-index-game-highlights__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-game-highlights__game-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  border: 1px solid #2E7A4E; /* Border */
}

.page-index-game-highlights__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-game-highlights__game-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-index-game-highlights__game-card-title {
  font-size: 1.4em;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-index-game-highlights__game-card-title a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-index-game-highlights__game-card-title a:hover {
  color: #2AD16F;
}

.page-index-game-highlights__game-card-description {
  color: #A7D9B8;
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-game-highlights__unique-features .page-index-game-highlights__section-title {
  margin-bottom: 60px;
}

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

.page-index-game-highlights__feature-item {
  background-color: #11271B;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-index-game-highlights__feature-title {
  font-size: 1.3em;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-index-game-highlights__feature-description {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-index-game-highlights__feature-image-wrapper {
  text-align: center;
}

.page-index-game-highlights__feature-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-index-game-highlights__promotions-intro {
  text-align: center;
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 40px;
}

.page-index-game-highlights__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-index-game-highlights__promo-item {
  background-color: #11271B;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-index-game-highlights__promo-title {
  font-size: 1.3em;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-game-highlights__promo-item ul {
  list-style: none;
  padding: 0;
}

.page-index-game-highlights__promo-item li {
  color: #A7D9B8;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.page-index-game-highlights__promo-item li::before {
  content: '★';
  color: #F2C14E; /* Gold */
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-game-highlights__promotions-image-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.page-index-game-highlights__promotions-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-index-game-highlights__cta-center {
  text-align: center;
  margin-top: 30px;
}

.page-index-game-highlights__get-started-intro {
  text-align: center;
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 40px;
}

.page-index-game-highlights__get-started-grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.page-index-game-highlights__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page-index-game-highlights__step-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.page-index-game-highlights__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #2AD16F;
  color: #08160F;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2em;
}

.page-index-game-highlights__step-title {
  font-size: 1.25em;
  color: #F2FFF6;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.page-index-game-highlights__step-title a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-index-game-highlights__step-title a:hover {
  color: #2AD16F;
}

.page-index-game-highlights__step-description {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-index-game-highlights__get-started-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-index-game-highlights__get-started-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-index-game-highlights__faq-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-index-game-highlights__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-game-highlights__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #2E7A4E;
}

.page-index-game-highlights__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-index-game-highlights__faq-qtext {
  flex-grow: 1;
}

.page-index-game-highlights__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-index-game-highlights__faq-item[open] .page-index-game-highlights__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-index-game-highlights__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-index-game-highlights__faq-answer p {
  margin-bottom: 10px;
}

.page-index-game-highlights__conclusion-text {
  text-align: center;
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 20px;
}

/* Link styles */
.page-index-game-highlights a {
  color: #2AD16F;
  text-decoration: none;
}

.page-index-game-highlights a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-index-game-highlights__intro-grid,
  .page-index-game-highlights__get-started-grid {
    flex-direction: column;
  }
  .page-index-game-highlights__intro-image-wrapper,
  .page-index-game-highlights__get-started-image-wrapper {
    order: -1;
  }
}

@media (max-width: 768px) {
  .page-index-game-highlights__section-title {
    font-size: 2em;
  }

  .page-index-game-highlights__hero-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-index-game-highlights__hero-section {
    padding-bottom: 40px;
  }

  .page-index-game-highlights__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-index-game-highlights__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-game-highlights__btn-primary,
  .page-index-game-highlights__btn-secondary,
  .page-index-game-highlights a[class*="button"],
  .page-index-game-highlights a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-game-highlights__hero-cta-buttons,
  .page-index-game-highlights__cta-buttons,
  .page-index-game-highlights__button-group,
  .page-index-game-highlights__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-index-game-highlights__hero-cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-index-game-highlights__intro-section,
  .page-index-game-highlights__game-categories,
  .page-index-game-highlights__unique-features,
  .page-index-game-highlights__promotions,
  .page-index-game-highlights__get-started,
  .page-index-game-highlights__faq-section,
  .page-index-game-highlights__conclusion {
    padding: 40px 0;
  }

  .page-index-game-highlights__container {
    padding: 0 15px;
  }

  .page-index-game-highlights__intro-grid,
  .page-index-game-highlights__get-started-grid {
    gap: 30px;
  }

  .page-index-game-highlights__game-cards-grid,
  .page-index-game-highlights__features-grid,
  .page-index-game-highlights__promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-game-highlights img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-index-game-highlights__section,
  .page-index-game-highlights__card,
  .page-index-game-highlights__container,
  .page-index-game-highlights__hero-image-wrapper,
  .page-index-game-highlights__intro-image-wrapper,
  .page-index-game-highlights__feature-image-wrapper,
  .page-index-game-highlights__promotions-image-wrapper,
  .page-index-game-highlights__get-started-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-index-game-highlights__game-card-image {
    height: 180px;
  }

  .page-index-game-highlights__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-index-game-highlights__step-number {
    margin-bottom: 10px;
  }

  .page-index-game-highlights__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-index-game-highlights__faq-answer {
    padding: 15px 20px;
  }
}