.page-casino-games-poker-deep-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A1931;
  line-height: 1.6;
}

.page-casino-games-poker-deep-guide .highlight {
  color: #FFD700; /* Gold for highlights */
  font-weight: bold;
}

.page-casino-games-poker-deep-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-casino-games-poker-deep-guide__hero {
  background: linear-gradient(135deg, #0A1931 0%, #1A305B 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFD700;
}

.page-casino-games-poker-deep-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-casino-games-poker-deep-guide__hero-title {
  font-size: 3.5em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-casino-games-poker-deep-guide__hero-subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 40px;
}

.page-casino-games-poker-deep-guide__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-casino-games-poker-deep-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-casino-games-poker-deep-guide__button--primary {
  background-color: #FFD700;
  color: #0A1931;
  border: none;
}

.page-casino-games-poker-deep-guide__button--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-casino-games-poker-deep-guide__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-casino-games-poker-deep-guide__button--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-casino-games-poker-deep-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-casino-games-poker-deep-guide__section:last-of-type {
  border-bottom: none;
}

.page-casino-games-poker-deep-guide__section-title {
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-casino-games-poker-deep-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-casino-games-poker-deep-guide__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-casino-games-poker-deep-guide p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-casino-games-poker-deep-guide ul,
.page-casino-games-poker-deep-guide ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-casino-games-poker-deep-guide ol {
  list-style-type: decimal;
}

.page-casino-games-poker-deep-guide li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-casino-games-poker-deep-guide li strong {
  color: #FFD700;
}

.page-casino-games-poker-deep-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-casino-games-poker-deep-guide__cta-final {
  background-color: #0A1931;
  text-align: center;
  padding: 80px 0;
}

.page-casino-games-poker-deep-guide__cta-final-content {
  background-color: #1A305B;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid #FFD700;
}

.page-casino-games-poker-deep-guide__cta-final .page-casino-games-poker-deep-guide__section-title {
  color: #FFD700;
  margin-bottom: 30px;
}

.page-casino-games-poker-deep-guide__cta-final .page-casino-games-poker-deep-guide__section-title::after {
  background-color: #FFFFFF;
}

.page-casino-games-poker-deep-guide__cta-final p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-casino-games-poker-deep-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.page-casino-games-poker-deep-guide a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-casino-games-poker-deep-guide a:hover {
  color: #E6C200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-casino-games-poker-deep-guide__hero-title {
    font-size: 2.8em;
  }
  .page-casino-games-poker-deep-guide__section-title {
    font-size: 2em;
  }
  .page-casino-games-poker-deep-guide__sub-title {
    font-size: 1.5em;
  }
  .page-casino-games-poker-deep-guide p,
  .page-casino-games-poker-deep-guide li {
    font-size: 1em;
  }
  .page-casino-games-poker-deep-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-casino-games-poker-deep-guide__hero {
    padding: 80px 0;
  }
  .page-casino-games-poker-deep-guide__hero-title {
    font-size: 2.2em;
  }
  .page-casino-games-poker-deep-guide__hero-subtitle {
    font-size: 1.1em;
  }
  .page-casino-games-poker-deep-guide__section {
    padding: 40px 0;
  }
  .page-casino-games-poker-deep-guide__section-title {
    font-size: 1.8em;
  }
  .page-casino-games-poker-deep-guide__sub-title {
    font-size: 1.3em;
  }
  .page-casino-games-poker-deep-guide__hero-cta,
  .page-casino-games-poker-deep-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-casino-games-poker-deep-guide__button {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-casino-games-poker-deep-guide__cta-final-content {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .page-casino-games-poker-deep-guide__hero-title {
    font-size: 1.8em;
  }
  .page-casino-games-poker-deep-guide__hero-subtitle {
    font-size: 1em;
  }
  .page-casino-games-poker-deep-guide__section-title {
    font-size: 1.5em;
  }
  .page-casino-games-poker-deep-guide__sub-title {
    font-size: 1.2em;
  }
  .page-casino-games-poker-deep-guide p,
  .page-casino-games-poker-deep-guide li {
    font-size: 0.95em;
  }
  .page-casino-games-poker-deep-guide__button {
    padding: 10px 20px;
    font-size: 0.9em;
    width: 90%;
  }
}