.page-game-types-card-games-strategy {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Light text on dark background */
  background-color: #0A2342; /* Main dark blue background */
}

.page-game-types-card-games-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-types-card-games-strategy__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1a3a63 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-types-card-games-strategy__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_card_patterns,subtle_texture,dark_blue]'); /* Subtle pattern */
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-types-card-games-strategy__title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #E6B325; /* Auxiliary golden color for emphasis */
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.page-game-types-card-games-strategy__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #CCCCCC;
  position: relative;
  z-index: 1;
}

.page-game-types-card-games-strategy__section {
  padding: 60px 0;
  background-color: #0A2342;
  border-bottom: 1px solid rgba(230, 179, 37, 0.2);
}

.page-game-types-card-games-strategy__section--intro {
  background-color: #1a3a63;
}

.page-game-types-card-games-strategy__section--general-strategy {
  background-color: #0A2342;
}

.page-game-types-card-games-strategy__section--why-77bet {
  background-color: #1a3a63;
}

.page-game-types-card-games-strategy__section--cta {
  background-color: #E6B325; /* Auxiliary color for CTA background */
  color: #0A2342; /* Dark text on golden background */
  text-align: center;
  padding: 80px 0;
}

.page-game-types-card-games-strategy__section--responsible-gambling {
  background-color: #0A2342;
  text-align: center;
  padding-bottom: 80px;
}

.page-game-types-card-games-strategy__heading {
  font-size: 2.5em;
  color: #E6B325;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-types-card-games-strategy__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E6B325;
  border-radius: 2px;
}

.page-game-types-card-games-strategy__heading--cta {
  color: #0A2342;
}

.page-game-types-card-games-strategy__heading--cta::after {
  background-color: #0A2342;
}

.page-game-types-card-games-strategy__sub-heading {
  font-size: 1.8em;
  color: #E6B325;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-types-card-games-strategy__description {
  font-size: 1.1em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-types-card-games-strategy__description--cta {
  color: #0A2342;
  font-weight: 500;
}

.page-game-types-card-games-strategy__content-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-game-types-card-games-strategy__content-flex--reverse {
  flex-direction: row-reverse;
}

.page-game-types-card-games-strategy__text-content {
  flex: 1;
}

.page-game-types-card-games-strategy__text-content p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-game-types-card-games-strategy__text-content ul,
.page-game-types-card-games-strategy__text-content ol {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-game-types-card-games-strategy__text-content ol {
  list-style-type: decimal;
}

.page-game-types-card-games-strategy__text-content li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.page-game-types-card-games-strategy__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-game-types-card-games-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-game-types-card-games-strategy__game-card {
  background-color: #1a3a63;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-types-card-games-strategy__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-game-types-card-games-strategy__game-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-game-types-card-games-strategy__game-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #E6B325;
}

.page-game-types-card-games-strategy__game-title {
  font-size: 2em;
  color: #E6B325;
  margin: 0;
}

.page-game-types-card-games-strategy__game-content p {
  color: #E0E0E0;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-game-types-card-games-strategy__game-content ul,
.page-game-types-card-games-strategy__game-content ol {
  margin-bottom: 15px;
}

.page-game-types-card-games-strategy__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-game-types-card-games-strategy__button--primary {
  background-color: #E6B325;
  color: #0A2342;
  border: 2px solid #E6B325;
}

.page-game-types-card-games-strategy__button--primary:hover {
  background-color: #f0c95d;
  transform: translateY(-2px);
}

.page-game-types-card-games-strategy__button--secondary {
  background-color: transparent;
  color: #E6B325;
  border: 2px solid #E6B325;
  margin-left: 15px;
}

.page-game-types-card-games-strategy__button--secondary:hover {
  background-color: #E6B325;
  color: #0A2342;
  transform: translateY(-2px);
}

.page-game-types-card-games-strategy__button--small {
  padding: 8px 18px;
  font-size: 0.95em;
  margin-top: 15px;
}

.page-game-types-card-games-strategy__button-group {
  margin-top: 40px;
}

.page-game-types-card-games-strategy__cta-content .page-game-types-card-games-strategy__button--secondary {
  background-color: #0A2342;
  color: #E6B325;
  border: 2px solid #0A2342;
}

.page-game-types-card-games-strategy__cta-content .page-game-types-card-games-strategy__button--secondary:hover {
  background-color: #2e4d73;
  color: #E6B325;
}

.page-game-types-card-games-strategy__link {
  color: #E6B325;
  text-decoration: none;
  font-weight: bold;
}

.page-game-types-card-games-strategy__link:hover {
  text-decoration: underline;
}

.page-game-types-card-games-strategy__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-types-card-games-strategy__feature-list li {
  background-color: #0A2342;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-game-types-card-games-strategy__feature-list li:hover {
  transform: translateY(-5px);
}

.page-game-types-card-games-strategy__feature-list li h3 {
  color: #E6B325;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-game-types-card-games-strategy__feature-list li p {
  color: #E0E0E0;
  line-height: 1.6;
}

.page-game-types-card-games-strategy__image-wrapper--cta {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-types-card-games-strategy__hero {
    padding: 80px 0;
  }

  .page-game-types-card-games-strategy__title {
    font-size: 2.8em;
  }

  .page-game-types-card-games-strategy__subtitle {
    font-size: 1.2em;
  }

  .page-game-types-card-games-strategy__heading {
    font-size: 2em;
  }

  .page-game-types-card-games-strategy__sub-heading {
    font-size: 1.6em;
  }

  .page-game-types-card-games-strategy__content-flex {
    flex-direction: column;
    gap: 30px;
  }

  .page-game-types-card-games-strategy__content-flex--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-game-types-card-games-strategy__hero {
    padding: 60px 0;
  }

  .page-game-types-card-games-strategy__title {
    font-size: 2.2em;
  }

  .page-game-types-card-games-strategy__subtitle {
    font-size: 1em;
  }

  .page-game-types-card-games-strategy__heading {
    font-size: 1.8em;
  }

  .page-game-types-card-games-strategy__sub-heading {
    font-size: 1.4em;
  }

  .page-game-types-card-games-strategy__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-game-types-card-games-strategy__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-game-types-card-games-strategy__button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-game-types-card-games-strategy__title {
    font-size: 1.8em;
  }

  .page-game-types-card-games-strategy__heading {
    font-size: 1.5em;
  }

  .page-game-types-card-games-strategy__game-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .page-game-types-card-games-strategy__game-title {
    font-size: 1.5em;
  }
}