/* style/index-game-highlights.css */
.page-index-game-highlights {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray text for dark background */
  background-color: #0A1931;
  line-height: 1.6;
}

.page-index-game-highlights .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-game-highlights .section-title,
.page-index-game-highlights .hero-title {
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-game-highlights .section-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
  color: #c0c0c0;
}

.page-index-game-highlights .hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #2a3d5f 100%);
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-game-highlights .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,gaming,lines,dark]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-game-highlights .hero-section > .container {
  position: relative;
  z-index: 1;
}

.page-index-game-highlights .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-game-highlights .hero-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-index-game-highlights .hero-actions .btn {
  margin: 0 15px;
  padding: 15px 35px;
  font-size: 1.1em;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.page-index-game-highlights .btn-primary {
  background-color: #FFD700;
  color: #0A1931;
  border: 2px solid #FFD700;
}

.page-index-game-highlights .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-game-highlights .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-game-highlights .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
}

.page-index-game-highlights .section-overview,
.page-index-game-highlights .section-game-highlights,
.page-index-game-highlights .section-promotions,
.page-index-game-highlights .section-guide,
.page-index-game-highlights .section-why-choose,
.page-index-game-highlights .section-faq,
.page-index-game-highlights .cta-final {
  padding: 80px 0;
}

.page-index-game-highlights .section-overview {
  background-color: #1a2a47;
}

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

.page-index-game-highlights .overview-item {
  background-color: #0A1931;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD70033;
  transition: transform 0.3s ease;
}

.page-index-game-highlights .overview-item:hover {
  transform: translateY(-5px);
}

.page-index-game-highlights .overview-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD70088);
}

.page-index-game-highlights .item-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-game-highlights .item-description {
  color: #c0c0c0;
  font-size: 1em;
}

.page-index-game-highlights .section-game-highlights {
  background-color: #0A1931;
}

.page-index-game-highlights .game-category {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  padding: 40px;
  background-color: #1a2a47;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-game-highlights .game-category.reverse-order {
  flex-direction: row-reverse;
}

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

.page-index-game-highlights .game-category-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-index-game-highlights .game-content {
  flex: 1;
}

.page-index-game-highlights .category-title {
  color: #FFD700;
  font-size: 2.2em;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-index-game-highlights .category-description {
  color: #d0d0d0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-index-game-highlights .section-promotions {
  background-color: #1a2a47;
}

.page-index-game-highlights .promo-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
  text-align: left;
}

.page-index-game-highlights .promo-list li {
  background-color: #0A1931;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
  font-size: 1.1em;
}

.page-index-game-highlights .promo-list li strong {
  color: #FFD700;
  font-size: 1.2em;
}

.page-index-game-highlights .section-guide {
  background-color: #0A1931;
}

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

.page-index-game-highlights .step-item {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD70033;
  transition: transform 0.3s ease;
}

.page-index-game-highlights .step-item:hover {
  transform: translateY(-5px);
}

.page-index-game-highlights .step-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px #FFD70088);
}

.page-index-game-highlights .step-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-game-highlights .step-description {
  color: #c0c0c0;
  font-size: 1em;
}

.page-index-game-highlights .section-why-choose {
  background-color: #1a2a47;
}

.page-index-game-highlights .why-choose-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-index-game-highlights .why-choose-list li {
  background-color: #0A1931;
  padding: 20px 30px;
  border-radius: 8px;
  border-left: 4px solid #FFD700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-index-game-highlights .why-choose-list li:hover {
  background-color: #122542;
}

.page-index-game-highlights .why-choose-list li strong {
  color: #FFD700;
  font-size: 1.1em;
}

.page-index-game-highlights .section-faq {
  background-color: #0A1931;
}

.page-index-game-highlights .faq-item {
  background-color: #1a2a47;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD70033;
}

.page-index-game-highlights .faq-question {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-game-highlights .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-game-highlights .faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-game-highlights .faq-answer {
  color: #d0d0d0;
  font-size: 1.05em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-index-game-highlights .faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  padding-top: 15px;
}

.page-index-game-highlights .cta-final {
  background-color: #1a2a47;
  text-align: center;
  padding: 100px 0;
  border-top: 5px solid #FFD700;
}

.page-index-game-highlights .cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-index-game-highlights .cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f0f0f0;
}

.page-index-game-highlights .cta-actions .btn {
  margin: 0 15px;
  padding: 15px 35px;
  font-size: 1.1em;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-game-highlights .hero-title {
    font-size: 2.8em;
  }
  .page-index-game-highlights .section-title {
    font-size: 2.2em;
  }
  .page-index-game-highlights .game-category {
    flex-direction: column;
    gap: 30px;
  }
  .page-index-game-highlights .game-category.reverse-order {
    flex-direction: column;
  }
  .page-index-game-highlights .game-image-wrapper {
    min-width: unset;
  }
  .page-index-game-highlights .why-choose-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-game-highlights .hero-title {
    font-size: 2.2em;
  }
  .page-index-game-highlights .hero-description {
    font-size: 1em;
  }
  .page-index-game-highlights .section-title {
    font-size: 1.8em;
  }
  .page-index-game-highlights .section-text {
    font-size: 0.95em;
  }
  .page-index-game-highlights .hero-actions .btn {
    display: block;
    margin: 15px auto;
  }
  .page-index-game-highlights .overview-grid, .page-index-game-highlights .guide-steps {
    grid-template-columns: 1fr;
  }
  .page-index-game-highlights .category-title {
    font-size: 1.8em;
  }
  .page-index-game-highlights .category-description {
    font-size: 1em;
  }
  .page-index-game-highlights .promo-list li,
  .page-index-game-highlights .why-choose-list li {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-index-game-highlights .cta-title {
    font-size: 2.2em;
  }
  .page-index-game-highlights .cta-actions .btn {
    display: block;
    margin: 15px auto;
  }
}