/* style/game-introduction-esports-betting.css */
.page-game-introduction-esports-betting {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-introduction-esports-betting .highlight {
  color: #E3B505;
}

.page-game-introduction-esports-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-introduction-esports-betting__section {
  padding: 60px 0;
}

.page-game-introduction-esports-betting__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-game-introduction-esports-betting__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-game-introduction-esports-betting__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-introduction-esports-betting__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1em;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-game-introduction-esports-betting__btn--primary {
  background-color: #E3B505;
  color: #0A2463;
}

.page-game-introduction-esports-betting__btn--primary:hover {
  background-color: #d1a604;
  color: #0A2463;
}

.page-game-introduction-esports-betting__btn--secondary {
  background-color: #0A2463;
  color: #f8f9fa;
  border: 2px solid #0A2463;
}

.page-game-introduction-esports-betting__btn--secondary:hover {
  background-color: #081e4d;
  color: #f8f9fa;
}

.page-game-introduction-esports-betting__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

/* Hero Section */
.page-game-introduction-esports-betting__hero {
  background: linear-gradient(135deg, #0A2463, #081e4d);
  color: #f8f9fa;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap-reverse;
  min-height: 500px;
}

.page-game-introduction-esports-betting__hero-content {
  max-width: 600px;
  text-align: center;
}

.page-game-introduction-esports-betting__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-game-introduction-esports-betting__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-game-introduction-esports-betting__hero-description a {
  color: #E3B505;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__hero-description a:hover {
  color: #d1a604;
}

.page-game-introduction-esports-betting__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-introduction-esports-betting__hero-image-wrapper {
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
}

.page-game-introduction-esports-betting__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Advantages Section */
.page-game-introduction-esports-betting__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-introduction-esports-betting__advantage-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-introduction-esports-betting__advantage-item:hover {
  transform: translateY(-5px);
}

.page-game-introduction-esports-betting__advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #E3B505; /* Fallback for SVG icons if used */
}

.page-game-introduction-esports-betting__advantage-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-game-introduction-esports-betting__advantage-text {
  color: #666;
}

.page-game-introduction-esports-betting__advantage-text a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__advantage-text a:hover {
  color: #E3B505;
}

/* Games Section */
.page-game-introduction-esports-betting__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-game-introduction-esports-betting__game-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-introduction-esports-betting__game-item:hover {
  transform: translateY(-5px);
}

.page-game-introduction-esports-betting__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-game-introduction-esports-betting__game-title {
  font-size: 1.3em;
  color: #0A2463;
  margin: 20px 15px 10px;
}

.page-game-introduction-esports-betting__game-text {
  color: #666;
  padding: 0 15px 20px;
}

.page-game-introduction-esports-betting__game-text a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__game-text a:hover {
  color: #E3B505;
}

/* Guide Section */
.page-game-introduction-esports-betting__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  counter-reset: guide-step;
}

.page-game-introduction-esports-betting__guide-step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-top: 70px;
}

.page-game-introduction-esports-betting__guide-step-number {
  counter-increment: guide-step;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 40px;
  height: 40px;
  background-color: #E3B505;
  color: #0A2463;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-game-introduction-esports-betting__guide-step-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-game-introduction-esports-betting__guide-step-title a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__guide-step-title a:hover {
  color: #E3B505;
}

.page-game-introduction-esports-betting__guide-step-text {
  color: #666;
}

.page-game-introduction-esports-betting__guide-step-text a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__guide-step-text a:hover {
  color: #E3B505;
}

.page-game-introduction-esports-betting__guide-cta {
  text-align: center;
  margin-top: 50px;
}

/* Strategy Section */
.page-game-introduction-esports-betting__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-game-introduction-esports-betting__strategy-list li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-game-introduction-esports-betting__strategy-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-game-introduction-esports-betting__strategy-text {
  color: #666;
}

.page-game-introduction-esports-betting__strategy-text a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__strategy-text a:hover {
  color: #E3B505;
}

/* Promotions Section */
.page-game-introduction-esports-betting__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-introduction-esports-betting__promotion-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-game-introduction-esports-betting__promotion-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-game-introduction-esports-betting__promotion-title {
  font-size: 1.4em;
  color: #0A2463;
  margin: 0 15px 10px;
}

.page-game-introduction-esports-betting__promotion-text {
  color: #666;
  padding: 0 15px 20px;
}

.page-game-introduction-esports-betting__promotion-text a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__promotion-text a:hover {
  color: #E3B505;
}

/* FAQ Section */
.page-game-introduction-esports-betting__faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-game-introduction-esports-betting__faq-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-game-introduction-esports-betting__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-introduction-esports-betting__faq-question a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__faq-question a:hover {
  color: #E3B505;
}

.page-game-introduction-esports-betting__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #E3B505;
}

.page-game-introduction-esports-betting__faq-question.active::after {
  content: '-';
}

.page-game-introduction-esports-betting__faq-answer {
  color: #666;
  display: none;
  margin-top: 10px;
}

.page-game-introduction-esports-betting__faq-answer.active {
  display: block;
}

.page-game-introduction-esports-betting__faq-answer a {
  color: #0A2463;
  text-decoration: underline;
}

.page-game-introduction-esports-betting__faq-answer a:hover {
  color: #E3B505;
}

/* CTA Bottom Section */
.page-game-introduction-esports-betting__cta-bottom {
  background: linear-gradient(135deg, #0A2463, #081e4d);
  color: #f8f9fa;
  padding: 80px 0;
  text-align: center;
}

.page-game-introduction-esports-betting__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-game-introduction-esports-betting__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-introduction-esports-betting__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-introduction-esports-betting__hero {
    flex-direction: column;
    padding: 60px 0;
    gap: 30px;
  }

  .page-game-introduction-esports-betting__hero-content {
    max-width: 100%;
  }

  .page-game-introduction-esports-betting__hero-title {
    font-size: 2.8em;
  }

  .page-game-introduction-esports-betting__hero-description {
    font-size: 1.1em;
  }

  .page-game-introduction-esports-betting__section-title {
    font-size: 2em;
  }

  .page-game-introduction-esports-betting__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-game-introduction-esports-betting__hero-actions,
  .page-game-introduction-esports-betting__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-introduction-esports-betting__btn {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-game-introduction-esports-betting__hero-title {
    font-size: 2.2em;
  }

  .page-game-introduction-esports-betting__hero-description {
    font-size: 1em;
  }

  .page-game-introduction-esports-betting__section-title {
    font-size: 1.8em;
  }

  .page-game-introduction-esports-betting__section-description {
    font-size: 1em;
  }

  .page-game-introduction-esports-betting__cta-title {
    font-size: 1.8em;
  }

  .page-game-introduction-esports-betting__cta-description {
    font-size: 1em;
  }

  .page-game-introduction-esports-betting__guide-step-item {
    padding-top: 60px;
  }

  .page-game-introduction-esports-betting__guide-step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    top: 15px;
    left: 20px;
  }
}

@media (max-width: 480px) {
  .page-game-introduction-esports-betting__hero-title {
    font-size: 1.8em;
  }

  .page-game-introduction-esports-betting__section-title {
    font-size: 1.5em;
  }

  .page-game-introduction-esports-betting__cta-title {
    font-size: 1.5em;
  }

  .page-game-introduction-esports-betting__section,
  .page-game-introduction-esports-betting__hero,
  .page-game-introduction-esports-betting__cta-bottom {
    padding: 40px 0;
  }
}