.page-index-8us-game-core-features {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-index-8us-game-core-features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-8us-game-core-features h1, .page-index-8us-game-core-features h2, .page-index-8us-game-core-features h3 {
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-index-8us-game-core-features h1 {
  font-size: 3em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-8us-game-core-features h2 {
  font-size: 2.5em;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFD700;
}

.page-index-8us-game-core-features h3 {
  font-size: 1.8em;
  color: #FFFFFF;
}

.page-index-8us-game-core-features p {
  margin-bottom: 15px;
  color: #E0E0E0;
  text-align: justify;
}

.page-index-8us-game-core-features a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-8us-game-core-features a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Hero Section */
.page-index-8us-game-core-features .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #0A192F;
}

.page-index-8us-game-core-features .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-8us-game-core-features .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-8us-game-core-features .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index-8us-game-core-features .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-8us-game-core-features .hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-index-8us-game-core-features .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #0A192F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-8us-game-core-features .cta-button:hover {
  background: #E0B500;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-index-8us-game-core-features .secondary-cta {
  background: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-8us-game-core-features .secondary-cta:hover {
  background: #FFD700;
  color: #0A192F;
}

/* Intro Section */
.page-index-8us-game-core-features .intro-section {
  padding: 60px 0;
  background-color: #1A2A40;
}

.page-index-8us-game-core-features .intro-section h3 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-8us-game-core-features .intro-section p {
  text-align: justify;
}

/* Quick Access Section */
.page-index-8us-game-core-features .quick-access-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-index-8us-game-core-features .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-8us-game-core-features .quick-link-card {
  background-color: #1A2A40;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: block;
  color: #E0E0E0;
}

.page-index-8us-game-core-features .quick-link-card:hover {
  transform: translateY(-8px);
  background-color: #2A3A50;
  color: #FFD700;
}

.page-index-8us-game-core-features .quick-link-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-8us-game-core-features .quick-link-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-8us-game-core-features .quick-link-card p {
  font-size: 0.95em;
  color: #B0B0B0;
}

/* Games Section */
.page-index-8us-game-core-features .games-section {
  padding: 60px 0;
  background-color: #1A2A40;
}

.page-index-8us-game-core-features .game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-8us-game-core-features .game-category-item {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-index-8us-game-core-features .game-category-item:hover {
  transform: translateY(-8px);
}

.page-index-8us-game-core-features .game-category-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-8us-game-core-features .game-category-item h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #FFD700;
  text-align: left;
}

.page-index-8us-game-core-features .game-category-item h3 a {
  color: #FFD700;
}

.page-index-8us-game-core-features .game-category-item p {
  font-size: 0.95em;
  color: #B0B0B0;
  text-align: justify;
}

/* Promo Section */
.page-index-8us-game-core-features .promo-section {
  padding: 60px 0;
  background-color: #0A192F;
}

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

.page-index-8us-game-core-features .promo-card {
  background-color: #1A2A40;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-index-8us-game-core-features .promo-card:hover {
  transform: translateY(-8px);
}

.page-index-8us-game-core-features .promo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-8us-game-core-features .promo-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-8us-game-core-features .promo-card h3 a {
  color: #FFD700;
}

.page-index-8us-game-core-features .promo-card p {
  font-size: 0.95em;
  color: #B0B0B0;
  margin-bottom: 20px;
}

.page-index-8us-game-core-features .btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #0A192F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-index-8us-game-core-features .btn-small:hover {
  background: #E0B500;
  transform: translateY(-2px);
}

/* Security & Customer Service Section */
.page-index-8us-game-core-features .security-cs-section {
  padding: 60px 0;
  background-color: #1A2A40;
}

.page-index-8us-game-core-features .security-cs-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-8us-game-core-features .security-item {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-8us-game-core-features .security-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-8us-game-core-features .security-item h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-8us-game-core-features .security-item p {
  font-size: 0.95em;
  color: #B0B0B0;
  text-align: justify;
}

/* FAQ Section */
.page-index-8us-game-core-features .faq-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-index-8us-game-core-features .faq-list {
  margin-top: 40px;
}

.page-index-8us-game-core-features .faq-item {
  margin-bottom: 15px;
  border: 1px solid #2A3A50;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-8us-game-core-features .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2A40;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-8us-game-core-features .faq-question:hover {
  background: #2A3A50;
}

.page-index-8us-game-core-features .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #FFD700;
  text-align: left;
}

.page-index-8us-game-core-features .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-8us-game-core-features .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-index-8us-game-core-features .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #0A192F;
}

.page-index-8us-game-core-features .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  background: #0A192F;
}

.page-index-8us-game-core-features .faq-answer p {
  margin: 0;
  color: #E0E0E0;
}

/* Blog Section */
.page-index-8us-game-core-features .blog-section {
  padding: 60px 0;
  background-color: #1A2A40;
}

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

.page-index-8us-game-core-features .blog-card {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-index-8us-game-core-features .blog-card:hover {
  transform: translateY(-8px);
}

.page-index-8us-game-core-features .blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-8us-game-core-features .blog-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #FFD700;
  text-align: left;
}

.page-index-8us-game-core-features .blog-card h3 a {
  color: #FFD700;
}

.page-index-8us-game-core-features .blog-card p {
  font-size: 0.95em;
  color: #B0B0B0;
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-8us-game-core-features .post-date {
  font-size: 0.85em;
  color: #888;
  display: block;
  margin-bottom: 15px;
}

.page-index-8us-game-core-features .btn-read-more {
  display: inline-block;
  padding: 10px 20px;
  background: #FFD700;
  color: #0A192F;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-index-8us-game-core-features .btn-read-more:hover {
  background: #E0B500;
  transform: translateY(-2px);
}

.page-index-8us-game-core-features .text-center {
  text-align: center;
}

.page-index-8us-game-core-features .mt-5 {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-8us-game-core-features h1 {
    font-size: 2.5em;
  }
  .page-index-8us-game-core-features h2 {
    font-size: 2em;
  }
  .page-index-8us-game-core-features h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-index-8us-game-core-features h1 {
    font-size: 2em;
  }
  .page-index-8us-game-core-features h2 {
    font-size: 1.8em;
  }
  .page-index-8us-game-core-features h3 {
    font-size: 1.4em;
  }
  .page-index-8us-game-core-features .hero-section {
    padding: 40px 15px;
  }
  .page-index-8us-game-core-features .cta-button {
    padding: 12px 30px;
    font-size: 1em;
    margin: 8px;
  }
  .page-index-8us-game-core-features .quick-links-grid, 
  .page-index-8us-game-core-features .game-categories, 
  .page-index-8us-game-core-features .promo-grid, 
  .page-index-8us-game-core-features .security-cs-content, 
  .page-index-8us-game-core-features .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-8us-game-core-features .faq-question {
    padding: 15px 20px;
  }
  .page-index-8us-game-core-features .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-8us-game-core-features .faq-answer {
    padding: 0 20px;
  }
  .page-index-8us-game-core-features .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-8us-game-core-features h1 {
    font-size: 1.8em;
  }
  .page-index-8us-game-core-features h2 {
    font-size: 1.6em;
  }
  .page-index-8us-game-core-features .cta-button {
    display: block;
    width: calc(100% - 30px);
    margin: 10px auto;
  }
}