.page-gambling-guide-casino-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A1A1A; /* Very dark gray for overall background */
}

.page-gambling-guide-casino-game-strategies__hero {
  background: linear-gradient(135deg, #CC0000 0%, #800000 50%, #FFD700 100%); /* Main color gradient */
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-gambling-guide-casino-game-strategies__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-gambling-guide-casino-game-strategies__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-gambling-guide-casino-game-strategies__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-gambling-guide-casino-game-strategies__subtitle {
  font-size: 1.4em;
  color: #F0F0F0; /* Off-white for subtitle */
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-gambling-guide-casino-game-strategies__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-gambling-guide-casino-game-strategies__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A1A1A; /* Dark text on gold */
}

.page-gambling-guide-casino-game-strategies__btn--primary:hover {
  background-color: #E6C200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-gambling-guide-casino-game-strategies__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-gambling-guide-casino-game-strategies__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-gambling-guide-casino-game-strategies__section {
  padding: 60px 20px;
  background-color: #222222; /* Slightly lighter dark gray for sections */
  margin-bottom: 20px;
}

.page-gambling-guide-casino-game-strategies__section--intro {
  background-color: #1A1A1A;
  text-align: center;
}

.page-gambling-guide-casino-game-strategies__container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-gambling-guide-casino-game-strategies__section-title {
  font-size: 2.5em;
  color: #CC0000; /* Dark red for section titles */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-gambling-guide-casino-game-strategies__section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #D0D0D0; /* Light gray for paragraphs */
}

.page-gambling-guide-casino-game-strategies__section p strong {
  color: #FFD700;
}

.page-gambling-guide-casino-game-strategies__btn--secondary {
  background-color: #CC0000; /* Dark red button */
  color: #FFFFFF; /* White text on red */
}

.page-gambling-guide-casino-game-strategies__btn--secondary:hover {
  background-color: #A30000; /* Darker red on hover */
  transform: translateY(-2px);
}

.page-gambling-guide-casino-game-strategies__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gambling-guide-casino-game-strategies__card {
  background-color: #2D2D2D; /* Slightly lighter dark gray for cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gambling-guide-casino-game-strategies__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-gambling-guide-casino-game-strategies__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-gambling-guide-casino-game-strategies__card-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for card titles */
  margin-bottom: 15px;
}

.page-gambling-guide-casino-game-strategies__card p {
  font-size: 1em;
  color: #C0C0C0; /* Lighter gray for card text */
}

.page-gambling-guide-casino-game-strategies__game-strategy {
  background-color: #2D2D2D;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-gambling-guide-casino-game-strategies__game-title {
  font-size: 2em;
  color: #FFD700; /* Gold for game titles */
  margin-bottom: 25px;
  text-align: center;
}

.page-gambling-guide-casino-game-strategies__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 30px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-gambling-guide-casino-game-strategies__game-strategy ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-gambling-guide-casino-game-strategies__game-strategy ul li {
  background-color: #3A3A3A; /* Slightly lighter dark gray for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #F0F0F0;
  position: relative;
  padding-left: 40px;
}

.page-gambling-guide-casino-game-strategies__game-strategy ul li::before {
  content: '✔️';
  position: absolute;
  left: 15px;
  color: #FFD700; /* Gold checkmark */
}

.page-gambling-guide-casino-game-strategies__game-strategy p strong {
  color: #FFD700;
}

.page-gambling-guide-casino-game-strategies__section--cta {
  background: linear-gradient(90deg, #CC0000, #FFD700);
  padding: 80px 20px;
  text-align: center;
  color: #1A1A1A;
}

.page-gambling-guide-casino-game-strategies__container--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-gambling-guide-casino-game-strategies__cta-text h2 {
  color: #1A1A1A; /* Dark text on bright background */
  margin-bottom: 20px;
}

.page-gambling-guide-casino-game-strategies__cta-text p {
  color: #333333; /* Darker text on bright background */
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-gambling-guide-casino-game-strategies__cta-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.page-gambling-guide-casino-game-strategies__cta-features li {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1em;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-gambling-guide-casino-game-strategies__cta-features li i {
  color: #CC0000;
  font-size: 1.2em;
}

.page-gambling-guide-casino-game-strategies__cta-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 400px;
}

.page-gambling-guide-casino-game-strategies__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-gambling-guide-casino-game-strategies__btn--download {
  background-color: #1A1A1A; /* Dark button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-gambling-guide-casino-game-strategies__btn--download:hover {
  background-color: #000000;
  border-color: #E6C200;
  transform: translateY(-2px);
}

.page-gambling-guide-casino-game-strategies__section--responsible {
  background-color: #1A1A1A;
  text-align: center;
}

.page-gambling-guide-casino-game-strategies__responsible-image {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
}

.page-gambling-guide-casino-game-strategies__btn--support {
  background-color: #FFD700;
  color: #1A1A1A;
  margin-top: 30px;
}

.page-gambling-guide-casino-game-strategies__btn--support:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-gambling-guide-casino-game-strategies__hero {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    padding: 100px 50px;
  }

  .page-gambling-guide-casino-game-strategies__hero-content {
    max-width: 60%;
  }

  .page-gambling-guide-casino-game-strategies__title {
    font-size: 4.5em;
  }

  .page-gambling-guide-casino-game-strategies__subtitle {
    font-size: 1.5em;
  }

  .page-gambling-guide-casino-game-strategies__section-title {
    font-size: 3em;
  }

  .page-gambling-guide-casino-game-strategies__content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-gambling-guide-casino-game-strategies__cta-actions {
    flex-direction: row;
    justify-content: center;
    max-width: 600px;
  }

  .page-gambling-guide-casino-game-strategies__container--flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .page-gambling-guide-casino-game-strategies__cta-text {
    max-width: 60%;
  }

  .page-gambling-guide-casino-game-strategies__cta-actions {
    width: auto;
  }

  .page-gambling-guide-casino-game-strategies__cta-features {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .page-gambling-guide-casino-game-strategies__content-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}