.page-index-why-choose-s666 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-index-why-choose-s666-highlight {
  color: #0047AB;
  font-weight: bold;
}

.page-index-why-choose-s666-hero {
  background: linear-gradient(135deg, #0047AB 0%, #0a56bd 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-choose-s666-hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-s666-hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-why-choose-s666-hero-subtitle .page-index-why-choose-s666-highlight {
  color: #FFD700; /* Gold for highlight in hero */
}

.page-index-why-choose-s666-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;
  cursor: pointer;
  border: none;
}

.page-index-why-choose-s666-btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0047AB; /* Dark blue text for contrast */
  margin-right: 20px;
}

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

.page-index-why-choose-s666-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-index-why-choose-s666-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-index-why-choose-s666-btn-lg {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-index-why-choose-s666-section {
  padding: 80px 0;
  text-align: center;
}

.page-index-why-choose-s666-section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #0047AB;
}

.page-index-why-choose-s666-section-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-index-why-choose-s666-features {
  background-color: #ffffff;
}

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

.page-index-why-choose-s666-feature-item {
  background-color: #f0f4f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-index-why-choose-s666-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-why-choose-s666-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-index-why-choose-s666-feature-title {
  font-size: 1.5em;
  color: #0047AB;
  margin-bottom: 15px;
}

.page-index-why-choose-s666-feature-item p {
  color: #444;
}

.page-index-why-choose-s666-why-trust {
  background-color: #f0f4f8;
}

.page-index-why-choose-s666-content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  text-align: left;
}

.page-index-why-choose-s666-content-block:last-of-type {
  margin-bottom: 0;
}

.page-index-why-choose-s666-content-block-reverse {
  flex-direction: row-reverse;
}

.page-index-why-choose-s666-content-image {
  flex: 1;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-why-choose-s666-text-content {
  flex: 1.2;
}

.page-index-why-choose-s666-content-title {
  font-size: 2em;
  color: #0047AB;
  margin-bottom: 20px;
}

.page-index-why-choose-s666-text-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 15px;
}

.page-index-why-choose-s666-game-categories {
  background-color: #ffffff;
}

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

.page-index-why-choose-s666-game-item {
  background-color: #f0f4f8;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-choose-s666-game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-why-choose-s666-game-image {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-why-choose-s666-game-title {
  font-size: 1.4em;
  color: #0047AB;
  margin-bottom: 10px;
}

.page-index-why-choose-s666-game-item p {
  color: #444;
  font-size: 0.95em;
}

.page-index-why-choose-s666-text-center {
  text-align: center;
}

.page-index-why-choose-s666-mt-40 {
  margin-top: 40px;
}

.page-index-why-choose-s666-mt-20 {
  margin-top: 20px;
}

.page-index-why-choose-s666-mobile-app {
  background-color: #e6f0ff;
}

.page-index-why-choose-s666-mobile-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-index-why-choose-s666-mobile-text-content {
  flex: 1;
}

.page-index-why-choose-s666-mobile-text-content h2 {
  color: #0047AB;
  font-size: 2.5em;
  margin-bottom: 25px;
}

.page-index-why-choose-s666-mobile-text-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
}

.page-index-why-choose-s666-mobile-text-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-index-why-choose-s666-mobile-text-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #333;
}

.page-index-why-choose-s666-mobile-text-content ul li::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-why-choose-s666-mobile-image-wrapper {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-why-choose-s666-mobile-app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-s666-cta {
  background: linear-gradient(to right, #0047AB, #0a56bd);
  color: #ffffff;
}

.page-index-why-choose-s666-cta .page-index-why-choose-s666-section-title {
  color: #ffffff;
  font-size: 2.8em;
}

.page-index-why-choose-s666-cta .page-index-why-choose-s666-section-description {
  color: #f0f0f0;
  font-size: 1.2em;
}

.page-index-why-choose-s666-cta .page-index-why-choose-s666-highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-why-choose-s666-hero-title {
    font-size: 2.5em;
  }
  .page-index-why-choose-s666-hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-why-choose-s666-section-title {
    font-size: 2em;
  }
  .page-index-why-choose-s666-content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-index-why-choose-s666-content-block-reverse {
    flex-direction: column;
  }
  .page-index-why-choose-s666-content-image {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .page-index-why-choose-s666-mobile-flex {
    flex-direction: column;
    text-align: center;
  }
  .page-index-why-choose-s666-mobile-image-wrapper {
    margin-top: 40px;
  }
  .page-index-why-choose-s666-mobile-text-content ul {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-s666-hero-title {
    font-size: 2em;
  }
  .page-index-why-choose-s666-hero-subtitle {
    font-size: 1em;
  }
  .page-index-why-choose-s666-btn {
    padding: 12px 25px;
    font-size: 1em;
    margin-right: 10px;
  }
  .page-index-why-choose-s666-btn-primary {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .page-index-why-choose-s666-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-index-why-choose-s666-section {
    padding: 60px 0;
  }
  .page-index-why-choose-s666-section-title {
    font-size: 1.8em;
  }
  .page-index-why-choose-s666-feature-grid, .page-index-why-choose-s666-game-grid {
    grid-template-columns: 1fr;
  }
  .page-index-why-choose-s666-content-title {
    font-size: 1.6em;
  }
  .page-index-why-choose-s666-mobile-text-content h2 {
    font-size: 2em;
  }
  .page-index-why-choose-s666-cta .page-index-why-choose-s666-section-title {
    font-size: 2.2em;
  }
}