/* style/index-core-advantages-game-variety.css */
.page-index-core-advantages-game-variety {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-index-core-advantages-game-variety__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-core-advantages-game-variety__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-core-advantages-game-variety__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #121212; /* Ensure dark background */
  min-height: 70vh;
  overflow: hidden;
}

.page-index-core-advantages-game-variety__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-index-core-advantages-game-variety__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-index-core-advantages-game-variety__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-core-advantages-game-variety__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-core-advantages-game-variety__btn-primary,
.page-index-core-advantages-game-variety__btn-secondary,
.page-index-core-advantages-game-variety__btn-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-core-advantages-game-variety__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-index-core-advantages-game-variety__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-index-core-advantages-game-variety__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-core-advantages-game-variety__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__btn-link {
  background-color: #EA7C07; /* Login color for action link */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-core-advantages-game-variety__btn-link:hover {
  background-color: #c76a06;
}

.page-index-core-advantages-game-variety__intro-video-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-index-core-advantages-game-variety__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-core-advantages-game-variety__video,
.page-index-core-advantages-game-variety__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-index-core-advantages-game-variety__game-categories-section {
  padding: 80px 0;
  background-color: #121212;
}

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

.page-index-core-advantages-game-variety__category-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-core-advantages-game-variety__category-card:hover {
  transform: translateY(-10px);
  background-color: rgba(38, 169, 224, 0.15);
}

.page-index-core-advantages-game-variety__category-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-core-advantages-game-variety__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-index-core-advantages-game-variety__card-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-core-advantages-game-variety__why-choose-us {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__why-choose-us .page-index-core-advantages-game-variety__section-title {
  color: #FFFFFF;
}

.page-index-core-advantages-game-variety__why-choose-us .page-index-core-advantages-game-variety__section-description {
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-core-advantages-game-variety__advantage-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-index-core-advantages-game-variety__advantage-item:hover {
  transform: translateY(-10px);
}

.page-index-core-advantages-game-variety__advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1); /* Ensure icons are white for dark background */
}

.page-index-core-advantages-game-variety__advantage-title {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-index-core-advantages-game-variety__advantage-text {
  font-size: 0.95em;
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__featured-games-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

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

.page-index-core-advantages-game-variety__game-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__game-card:hover {
  transform: translateY(-10px);
  background-color: rgba(38, 169, 224, 0.15);
}

.page-index-core-advantages-game-variety__game-image {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-core-advantages-game-variety__game-card .page-index-core-advantages-game-variety__card-title a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-core-advantages-game-variety__game-card .page-index-core-advantages-game-variety__card-title a:hover {
  color: #FFFFFF;
}

.page-index-core-advantages-game-variety__faq-section {
  padding: 80px 0;
  background-color: #121212;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-core-advantages-game-variety__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-core-advantages-game-variety__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.2);
  transition: background-color 0.3s ease;
}

.page-index-core-advantages-game-variety__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.3);
}

.page-index-core-advantages-game-variety__faq-title {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 0;
}

.page-index-core-advantages-game-variety__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-index-core-advantages-game-variety__faq-item.active .page-index-core-advantages-game-variety__faq-toggle {
  transform: rotate(45deg);
}

.page-index-core-advantages-game-variety__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__faq-item.active .page-index-core-advantages-game-variety__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 20px;
}

.page-index-core-advantages-game-variety__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__cta-section .page-index-core-advantages-game-variety__section-title {
  color: #FFFFFF;
}

.page-index-core-advantages-game-variety__cta-section .page-index-core-advantages-game-variety__section-description {
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-core-advantages-game-variety__hero-title {
    font-size: 2.8em;
  }
  .page-index-core-advantages-game-variety__hero-description {
    font-size: 1.1em;
  }
  .page-index-core-advantages-game-variety__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-core-advantages-game-variety {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-core-advantages-game-variety__hero-section {
    padding: 60px 15px;
  }
  .page-index-core-advantages-game-variety__hero-title {
    font-size: 2.2em;
  }
  .page-index-core-advantages-game-variety__hero-description {
    font-size: 1em;
  }
  .page-index-core-advantages-game-variety__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-core-advantages-game-variety__btn-primary,
  .page-index-core-advantages-game-variety__btn-secondary,
  .page-index-core-advantages-game-variety__btn-link {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-core-advantages-game-variety__section-title {
    font-size: 1.8em;
  }
  .page-index-core-advantages-game-variety__section-description {
    font-size: 0.9em;
  }
  .page-index-core-advantages-game-variety__categories-grid,
  .page-index-core-advantages-game-variety__advantages-grid,
  .page-index-core-advantages-game-variety__games-grid {
    grid-template-columns: 1fr;
  }
  .page-index-core-advantages-game-variety__category-card,
  .page-index-core-advantages-game-variety__advantage-item,
  .page-index-core-advantages-game-variety__game-card {
    padding: 20px;
  }
  .page-index-core-advantages-game-variety__faq-question {
    padding: 15px;
  }
  .page-index-core-advantages-game-variety__faq-title {
    font-size: 1.1em;
  }
  .page-index-core-advantages-game-variety__faq-toggle {
    font-size: 1.5em;
  }
  .page-index-core-advantages-game-variety__faq-answer {
    padding: 0 15px;
  }
  .page-index-core-advantages-game-variety__faq-item.active .page-index-core-advantages-game-variety__faq-answer {
    padding: 15px;
  }
  .page-index-core-advantages-game-variety__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Image and Video Responsive Adaption */
  .page-index-core-advantages-game-variety img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-index-core-advantages-game-variety video,
  .page-index-core-advantages-game-variety__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-index-core-advantages-game-variety__section,
  .page-index-core-advantages-game-variety__card,
  .page-index-core-advantages-game-variety__container,
  .page-index-core-advantages-game-variety__video-section,
  .page-index-core-advantages-game-variety__video-container,
  .page-index-core-advantages-game-variety__video-wrapper,
  .page-index-core-advantages-game-variety__cta-buttons,
  .page-index-core-advantages-game-variety__button-group,
  .page-index-core-advantages-game-variety__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-index-core-advantages-game-variety__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-index-core-advantages-game-variety__hero-title {
    font-size: 1.8em;
  }
  .page-index-core-advantages-game-variety__section-title {
    font-size: 1.5em;
  }
  .page-index-core-advantages-game-variety__advantage-icon {
    width: 60px;
    height: 60px;
  }
}

/* Color Contrast Fixes */
.page-index-core-advantages-game-variety__dark-bg {
  background-color: #121212;
  color: #ffffff;
}

.page-index-core-advantages-game-variety__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-index-core-advantages-game-variety__card .page-index-core-advantages-game-variety__card-title,
.page-index-core-advantages-game-variety__advantage-title {
  color: #26A9E0;
}

.page-index-core-advantages-game-variety__card-text {
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__faq-answer p {
  color: #f0f0f0;
}

.page-index-core-advantages-game-variety__advantage-icon {
  filter: invert(1) saturate(0) brightness(100); /* Ensure icons are white or light for dark backgrounds */
}