.page-game-introduction-common-bet-types {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-game-introduction-common-bet-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-introduction-common-bet-types__hero {
  position: relative;
  background: linear-gradient(135deg, #1A2B4C, #FF8C00);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.page-game-introduction-common-bet-types__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-game-introduction-common-bet-types__hero .page-game-introduction-common-bet-types__container {
  position: relative;
  z-index: 1;
}

.page-game-introduction-common-bet-types__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-introduction-common-bet-types__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-game-introduction-common-bet-types__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-game-introduction-common-bet-types__section:nth-of-type(even) {
  background-color: #fdfdfd;
}

.page-game-introduction-common-bet-types__heading {
  font-size: 2.5em;
  color: #1A2B4C;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-game-introduction-common-bet-types__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  border-radius: 2px;
}

.page-game-introduction-common-bet-types__sub-heading {
  font-size: 1.8em;
  color: #FF8C00;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #1A2B4C;
  padding-left: 15px;
}

.page-game-introduction-common-bet-types__sub-sub-heading {
  font-size: 1.4em;
  color: #1A2B4C;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-introduction-common-bet-types p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-game-introduction-common-bet-types ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-game-introduction-common-bet-types ul li {
  margin-bottom: 8px;
  font-size: 1.1em;
  color: #555;
}

.page-game-introduction-common-bet-types__link-inline {
  color: #FF8C00;
  text-decoration: none;
  font-weight: bold;
}

.page-game-introduction-common-bet-types__link-inline:hover {
  text-decoration: underline;
}

.page-game-introduction-common-bet-types__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-introduction-common-bet-types__btn--primary {
  background-color: #FF8C00;
  color: #fff;
  border: 2px solid #FF8C00;
}

.page-game-introduction-common-bet-types__btn--primary:hover {
  background-color: #e67e00;
  border-color: #e67e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-game-introduction-common-bet-types__btn--secondary {
  background-color: #1A2B4C;
  color: #fff;
  border: 2px solid #1A2B4C;
}

.page-game-introduction-common-bet-types__btn--secondary:hover {
  background-color: #2b3d5e;
  border-color: #2b3d5e;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-game-introduction-common-bet-types__bet-type-card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-introduction-common-bet-types__bet-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.page-game-introduction-common-bet-types__image--small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-game-introduction-common-bet-types__image--medium {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.page-game-introduction-common-bet-types__cta-section {
  background: linear-gradient(45deg, #1A2B4C, #3A4F73);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-introduction-common-bet-types__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 0;
}

.page-game-introduction-common-bet-types__cta-content {
  position: relative;
  z-index: 1;
}

.page-game-introduction-common-bet-types__cta-section .page-game-introduction-common-bet-types__heading {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.page-game-introduction-common-bet-types__cta-section .page-game-introduction-common-bet-types__heading::after {
  background-color: #FF8C00;
}

.page-game-introduction-common-bet-types__cta-section p {
  color: #f0f0f0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-introduction-common-bet-types__title {
    font-size: 2.5em;
  }

  .page-game-introduction-common-bet-types__subtitle {
    font-size: 1.2em;
  }

  .page-game-introduction-common-bet-types__heading {
    font-size: 2em;
  }

  .page-game-introduction-common-bet-types__sub-heading {
    font-size: 1.5em;
  }

  .page-game-introduction-common-bet-types__btn {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-game-introduction-common-bet-types__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-game-introduction-common-bet-types__title {
    font-size: 2em;
  }

  .page-game-introduction-common-bet-types__subtitle {
    font-size: 1em;
  }

  .page-game-introduction-common-bet-types__heading {
    font-size: 1.8em;
  }

  .page-game-introduction-common-bet-types__sub-heading {
    font-size: 1.3em;
  }

  .page-game-introduction-common-bet-types__btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  .page-game-introduction-common-bet-types__image--medium {
    max-width: 95%;
  }
}