/* style/index.css */
.page-index {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Auxiliary color as main background */
}

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

.page-index-hero-section {
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 50%, #1A1A1A 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700;
}

.page-index-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-index-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for main title */
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-index-hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E5E5E5;
  line-height: 1.6;
}

.page-index-highlight {
  color: #FFD700;
}

.page-index-hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-index-btn-primary {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-index-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

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

.page-index-btn-secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

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

.page-index-btn-tertiary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-index-btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-index-btn-small:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-hero-image-wrapper {
  margin-top: 50px;
}

.page-index-hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

.page-index-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-about-bet88-section {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-index-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-index-text-content {
  flex: 1;
  min-width: 300px;
}

.page-index-text-content p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E5E5E5;
}

.page-index-image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-about-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-index-features-section {
  padding: 80px 0;
  background-color: #222222;
}

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

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

.page-index-feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-index-feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

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

.page-index-feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #CCCCCC;
  margin-bottom: 25px;
}

.page-index-why-choose-section {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-index-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-why-choose-item {
  background-color: #222222;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-index-why-choose-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-why-choose-description {
  font-size: 0.95em;
  line-height: 1.7;
  color: #CCCCCC;
}

.page-index-promotions-banner {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%);
  padding: 60px 0;
  text-align: center;
  color: #1A1A1A;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.page-index-banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-index-banner-title {
  font-size: 3em;
  color: #1A1A1A;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-index-banner-description {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 30px;
}

.page-index-banner-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
}

.page-index-banner-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.1);
}

.page-index-learn-more-section {
  padding: 80px 0;
  background-color: #222222;
}

.page-index-section-subtitle {
  font-size: 1.2em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

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

.page-index-detail-card {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-detail-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-detail-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-detail-title a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-index-detail-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #CCCCCC;
  margin-bottom: 25px;
}

.page-index-responsible-gambling-section {
  padding: 80px 0;
  background-color: #1A1A1A;
  text-align: center;
}

.page-index-responsible-gambling-text {
  font-size: 1.1em;
  line-height: 1.8;
  color: #E5E5E5;
  max-width: 900px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-index-hero-title {
    font-size: 3em;
  }
  .page-index-section-title {
    font-size: 2em;
  }
  .page-index-banner-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-index-hero-section {
    padding: 80px 0 50px;
  }
  .page-index-hero-title {
    font-size: 2.5em;
  }
  .page-index-hero-description {
    font-size: 1em;
  }
  .page-index-hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-content-wrapper {
    flex-direction: column;
  }
  .page-index-text-content, .page-index-image-content {
    min-width: unset;
    width: 100%;
  }
  .page-index-section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .page-index-banner-title {
    font-size: 2em;
  }
  .page-index-banner-description {
    font-size: 1em;
  }
  .page-index-detail-pages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-hero-title {
    font-size: 2em;
  }
  .page-index-hero-description {
    font-size: 0.9em;
  }
  .page-index-btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-section-title {
    font-size: 1.5em;
  }
  .page-index-banner-title {
    font-size: 1.8em;
  }
  .page-index-banner-description {
    font-size: 0.9em;
  }
  .page-index-text-content p {
    font-size: 0.95em;
  }
  .page-index-feature-title {
    font-size: 1.5em;
  }
  .page-index-why-choose-title {
    font-size: 1.4em;
  }
  .page-index-detail-title {
    font-size: 1.3em;
  }
  .page-index-responsible-gambling-text {
    font-size: 0.95em;
  }
}