/* style/index.css */
.page-index {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1D36; /* Slightly lighter dark blue for overall page background */
}

.page-index__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index__highlight {
  color: #FFD700; /* Gold accent for keywords */
}

.page-index__section-title {
  font-size: 2.5em;
  color: #FFFFFF; /* White for main titles */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index__section-description {
  font-size: 1.1em;
  color: #B0B0B0; /* Slightly darker light gray for descriptions */
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-index__text-link:hover {
  text-decoration: underline;
}

/* Buttons */
.page-index__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-index__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A2B4C; /* Dark blue text on gold */
}

.page-index__btn--primary:hover {
  background-color: #E0C000; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-index__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-index__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C; /* Dark blue text on gold */
  transform: translateY(-2px);
}

.page-index__btn--link {
  background: none;
  border: none;
  color: #FFD700;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}

.page-index__btn--link:hover {
  color: #E0C000;
  text-decoration: none;
}

/* Hero Section */
.page-index__hero-section {
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1D36 100%);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-index__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue,gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin-right: 40px;
}

.page-index__hero-title {
  font-size: 3.8em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.page-index__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-index__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index__hero-image-wrapper {
  position: relative;
  z-index: 1;
  width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index__hero-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: contain;
}

/* Intro Section */
.page-index__intro-section {
  background-color: #1A2B4C;
  padding: 80px 0;
  text-align: center;
}

.page-index__intro-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index__feature-item {
  background-color: #0F1D36;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-index__feature-item:hover {
  transform: translateY(-10px);
}

.page-index__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-index__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index__feature-text {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
}

/* Why Choose Us Section */
.page-index__why-choose-us {
  padding: 80px 0;
  background-color: #0F1D36;
}

.page-index__why-choose-content {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-index__why-choose-text {
  flex: 1;
}

.page-index__why-choose-text p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #E0E0E0;
}

.page-index__why-choose-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index__why-choose-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Games & Promotions Section */
.page-index__games-promotions {
  background-color: #1A2B4C;
  padding: 80px 0;
  text-align: center;
}

.page-index__game-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-index__game-promo-item {
  background-color: #0F1D36;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-index__game-promo-item:hover {
  transform: translateY(-10px);
}

.page-index__game-promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index__game-promo-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index__game-promo-text {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-index__promo-callout {
  background: linear-gradient(90deg, #FFD700, #E0C000);
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  color: #1A2B4C; /* Dark blue text on gold background */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index__promo-callout-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #1A2B4C;
  font-weight: bold;
}

.page-index__promo-callout-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333;
}

/* APP Download Section */
.page-index__app-download {
  background-color: #0F1D36;
  padding: 80px 0;
}

.page-index__app-content {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-index__app-text {
  flex: 1;
}

.page-index__app-text .page-index__section-description {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-index__app-features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-index__app-features-list li {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-index__list-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  filter: brightness(1.5) saturate(1.5) hue-rotate(90deg); /* Make checkmark gold-ish */
}

.page-index__app-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* User Testimonials Section */
.page-index__user-testimonials {
  background-color: #1A2B4C;
  padding: 80px 0;
  text-align: center;
}

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

.page-index__testimonial-item {
  background-color: #0F1D36;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-index__testimonial-text {
  font-style: italic;
  color: #E0E0E0;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-index__testimonial-author {
  font-weight: bold;
  color: #FFD700;
}

/* Deep Content Section */
.page-index__deep-content {
  padding: 80px 0;
  background-color: #0F1D36;
  text-align: left;
}

.page-index__deep-content h2,
.page-index__deep-content h3,
.page-index__deep-content h4 {
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index__deep-content h2 {
  font-size: 2.2em;
  text-align: center;
}

.page-index__deep-content h3 {
  font-size: 1.8em;
  color: #FFD700;
}

.page-index__deep-content h4 {
  font-size: 1.4em;
  color: #B0B0B0;
}

.page-index__deep-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #E0E0E0;
}

.page-index__deep-content ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-index__deep-content ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Detail Pages Section */
.page-index__detail-pages {
  background-color: #1A2B4C;
  padding: 80px 0;
  text-align: center;
}

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

.page-index__detail-item {
  background-color: #0F1D36;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index__detail-title {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index__detail-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-index__detail-title a:hover {
  text-decoration: underline;
}

.page-index__detail-description {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* CTA Bottom Section */
.page-index__cta-bottom {
  background: linear-gradient(135deg, #FFD700 0%, #E0C000 100%);
  padding: 80px 0;
  text-align: center;
  color: #1A2B4C; /* Dark blue text on gold background */
}

.page-index__cta-title {
  font-size: 2.8em;
  color: #1A2B4C;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index__cta-description {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index__cta-bottom .page-index__highlight {
  color: #1A2B4C; /* Dark blue highlight on gold background */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index__hero-section {
    flex-direction: column;
    padding: 60px 0;
    min-height: auto;
  }

  .page-index__hero-content {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .page-index__hero-title {
    font-size: 3em;
  }

  .page-index__hero-image-wrapper {
    width: 80%;
    height: auto;
  }

  .page-index__why-choose-content,
  .page-index__app-content {
    flex-direction: column;
    text-align: center;
  }

  .page-index__why-choose-image-wrapper,
  .page-index__app-image-wrapper {
    order: -1; /* Image above text on mobile */
    margin-bottom: 40px;
  }

  .page-index__app-text .page-index__section-description {
    text-align: center;
  }

  .page-index__app-features-list {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .page-index__section-description {
    margin-bottom: 30px;
  }

  .page-index__promo-callout {
    padding: 30px;
  }

  .page-index__promo-callout-title {
    font-size: 1.8em;
  }

  .page-index__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index__hero-title {
    font-size: 2.5em;
  }

  .page-index__hero-description {
    font-size: 1.1em;
  }

  .page-index__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index__section-title {
    font-size: 2em;
  }

  .page-index__deep-content h2 {
    font-size: 1.8em;
  }

  .page-index__deep-content h3 {
    font-size: 1.5em;
  }

  .page-index__deep-content h4 {
    font-size: 1.2em;
  }

  .page-index__cta-title {
    font-size: 1.8em;
  }

  .page-index__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index__hero-title {
    font-size: 2em;
  }

  .page-index__hero-description {
    font-size: 1em;
  }

  .page-index__section-title {
    font-size: 1.8em;
  }

  .page-index__promo-callout-title {
    font-size: 1.5em;
  }

  .page-index__cta-title {
    font-size: 1.6em;
  }

  .page-index__intro-features,
  .page-index__game-promo-grid,
  .page-index__testimonials-grid,
  .page-index__detail-grid {
    grid-template-columns: 1fr;
  }

  .page-index__hero-image-wrapper {
    width: 95%;
  }
}