/* style/index-f8-bet-game-features.css */

.page-index-f8-bet-game-features {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #1a1a1a;
  line-height: 1.6;
}

.page-index-f8-bet-game-features a {
  text-decoration: none;
  color: #FFD700;
}

.page-index-f8-bet-game-features a:hover {
  color: #ffeb80;
}

.page-index-f8-bet-game-features__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-index-f8-bet-game-features__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-index-f8-bet-game-features__section-description {
  font-size: 1.1em;
  color: #ccc;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-f8-bet-game-features__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-f8-bet-game-features__button--primary {
  background-color: #FFD700;
  color: #1a1a1a;
}

.page-index-f8-bet-game-features__button--primary:hover {
  background-color: #ffeb80;
}

.page-index-f8-bet-game-features__button--secondary {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-f8-bet-game-features__button--secondary:hover {
  background-color: #b30000;
  color: #ffeb80;
}

.page-index-f8-bet-game-features__button--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-index-f8-bet-game-features__button--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-index-f8-bet-game-features__hero-section {
  background: linear-gradient(135deg, #8B0000 0%, #3a0000 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  color: #f0f0f0;
}

.page-index-f8-bet-game-features__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
  z-index: 1;
}

.page-index-f8-bet-game-features__main-title {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-f8-bet-game-features__subtitle {
  font-size: 1.4em;
  color: #e0e0e0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-f8-bet-game-features__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-f8-bet-game-features__hero-image-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 800px;
  z-index: 0;
  opacity: 0.3;
}

.page-index-f8-bet-game-features__hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Why Choose Section */
.page-index-f8-bet-game-features__why-choose {
  background-color: #222;
}

.page-index-f8-bet-game-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-index-f8-bet-game-features__feature-item {
  background-color: #2c2c2c;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #FFD700;
}

.page-index-f8-bet-game-features__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

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

.page-index-f8-bet-game-features__feature-text {
  color: #bbb;
  font-size: 0.95em;
}

/* Game Categories Section */
.page-index-f8-bet-game-features__game-categories {
  background-color: #1a1a1a;
}

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

.page-index-f8-bet-game-features__game-card {
  background-color: #2c2c2c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-f8-bet-game-features__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #8B0000;
}

.page-index-f8-bet-game-features__game-title {
  font-size: 1.6em;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-index-f8-bet-game-features__game-text {
  color: #bbb;
  font-size: 0.9em;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-index-f8-bet-game-features__game-card .page-index-f8-bet-game-features__button {
  margin-bottom: 20px;
}

/* Promotions Section */
.page-index-f8-bet-game-features__promotions {
  background-color: #222;
}

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

.page-index-f8-bet-game-features__promo-card {
  background-color: #2c2c2c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-bottom: 3px solid #FFD700;
}

.page-index-f8-bet-game-features__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.page-index-f8-bet-game-features__promo-title {
  font-size: 1.4em;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-index-f8-bet-game-features__promo-text {
  color: #bbb;
  font-size: 0.9em;
  padding: 0 20px 20px;
}

.page-index-f8-bet-game-features__full-promo-cta {
  margin-top: 40px;
}

/* App Download Section */
.page-index-f8-bet-game-features__app-download {
  background-color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: left;
  gap: 40px;
}

.page-index-f8-bet-game-features__app-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-index-f8-bet-game-features__app-content .page-index-f8-bet-game-features__section-title,
.page-index-f8-bet-game-features__app-content .page-index-f8-bet-game-features__section-description {
  text-align: left;
}

.page-index-f8-bet-game-features__app-features {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-index-f8-bet-game-features__app-features li {
  color: #e0e0e0;
  font-size: 1.1em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-index-f8-bet-game-features__list-icon {
  width: 24px;
  height: 24px;
  filter: brightness(1.2);
}

.page-index-f8-bet-game-features__app-image-container {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: center;
}

.page-index-f8-bet-game-features__app-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

/* Contact Section */
.page-index-f8-bet-game-features__contact {
  background-color: #222;
}

.page-index-f8-bet-game-features__contact-info {
  margin-top: 30px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-index-f8-bet-game-features__contact-info p {
  margin-bottom: 10px;
}

.page-index-f8-bet-game-features__contact-link {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-f8-bet-game-features__contact-link:hover {
  color: #ffeb80;
}

/* FAQ Section */
.page-index-f8-bet-game-features__faq {
  background-color: #1a1a1a;
}

.page-index-f8-bet-game-features__accordion {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.page-index-f8-bet-game-features__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-f8-bet-game-features__accordion-header {
  background-color: #2c2c2c;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-f8-bet-game-features__accordion-header:hover {
  background-color: #3a3a3a;
}

.page-index-f8-bet-game-features__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
}

.page-index-f8-bet-game-features__accordion-header.active::after {
  content: '-';
}

.page-index-f8-bet-game-features__accordion-content {
  padding: 0 25px;
  background-color: #222;
  color: #bbb;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-index-f8-bet-game-features__accordion-content.open {
  max-height: 200px; /* Adjust based on content */
  padding: 15px 25px;
}

/* Final CTA Section */
.page-index-f8-bet-game-features__final-cta {
  background: linear-gradient(135deg, #8B0000 0%, #FFD700 100%);
  padding: 80px 20px;
  color: #f0f0f0;
}

.page-index-f8-bet-game-features__final-cta .page-index-f8-bet-game-features__section-title {
  color: #f0f0f0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-index-f8-bet-game-features__final-cta .page-index-f8-bet-game-features__section-description {
  color: #fff;
  margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-f8-bet-game-features__main-title {
    font-size: 3em;
  }
  .page-index-f8-bet-game-features__subtitle {
    font-size: 1.2em;
  }
  .page-index-f8-bet-game-features__hero-image-container {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-index-f8-bet-game-features__hero-section {
    min-height: 500px;
    padding: 60px 15px;
  }
  .page-index-f8-bet-game-features__main-title {
    font-size: 2.5em;
  }
  .page-index-f8-bet-game-features__subtitle {
    font-size: 1.1em;
  }
  .page-index-f8-bet-game-features__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-f8-bet-game-features__hero-image-container {
    width: 80%;
    position: relative;
    margin-top: 40px;
    opacity: 0.5;
  }
  .page-index-f8-bet-game-features__section-title {
    font-size: 2em;
  }
  .page-index-f8-bet-game-features__section-description {
    font-size: 1em;
  }
  .page-index-f8-bet-game-features__feature-item,
  .page-index-f8-bet-game-features__game-card,
  .page-index-f8-bet-game-features__promo-card {
    padding: 25px;
  }
  .page-index-f8-bet-game-features__app-download {
    flex-direction: column;
    text-align: center;
  }
  .page-index-f8-bet-game-features__app-content .page-index-f8-bet-game-features__section-title,
  .page-index-f8-bet-game-features__app-content .page-index-f8-bet-game-features__section-description {
    text-align: center;
  }
  .page-index-f8-bet-game-features__app-features {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-index-f8-bet-game-features__main-title {
    font-size: 2em;
  }
  .page-index-f8-bet-game-features__subtitle {
    font-size: 0.95em;
  }
  .page-index-f8-bet-game-features__section-title {
    font-size: 1.8em;
  }
  .page-index-f8-bet-game-features__button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-f8-bet-game-features__hero-image-container {
    width: 90%;
  }
}