.page-game-lobby-poker-games-strategy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-game-lobby-poker-games-strategy .highlight {
  color: #FFCC00;
}

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

.page-game-lobby-poker-games-strategy__hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-game-lobby-poker-games-strategy__hero-content {
  z-index: 2;
  max-width: 800px;
}

.page-game-lobby-poker-games-strategy__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
  overflow: hidden;
}

.page-game-lobby-poker-games-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.page-game-lobby-poker-games-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-game-lobby-poker-games-strategy__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-game-lobby-poker-games-strategy__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-lobby-poker-games-strategy__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-game-lobby-poker-games-strategy__intro-section,
.page-game-lobby-poker-games-strategy__strategy-guide,
.page-game-lobby-poker-games-strategy__tips-section,
.page-game-lobby-poker-games-strategy__cta-section,
.page-game-lobby-poker-games-strategy__faq-section {
  padding: 60px 0;
}

.page-game-lobby-poker-games-strategy__intro-section {
  background-color: #ffffff;
  text-align: center;
}

.page-game-lobby-poker-games-strategy__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-game-lobby-poker-games-strategy__paragraph {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.page-game-lobby-poker-games-strategy__strategy-guide {
  background-color: #f0f2f5;
}

.page-game-lobby-poker-games-strategy__strategy-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-game-lobby-poker-games-strategy__strategy-item:nth-child(even) {
  flex-direction: column-reverse;
}

.page-game-lobby-poker-games-strategy__strategy-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-game-lobby-poker-games-strategy__strategy-heading {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-game-lobby-poker-games-strategy__strategy-list {
  list-style-type: disc;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
  font-size: 1.05em;
}

.page-game-lobby-poker-games-strategy__strategy-list li {
  margin-bottom: 10px;
}

.page-game-lobby-poker-games-strategy__strategy-list li strong {
  color: #003366;
}

.page-game-lobby-poker-games-strategy__tips-section {
  background-color: #eaf1f8;
}

.page-game-lobby-poker-games-strategy__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-lobby-poker-games-strategy__tip-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-lobby-poker-games-strategy__tip-card:hover {
  transform: translateY(-5px);
}

.page-game-lobby-poker-games-strategy__tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-game-lobby-poker-games-strategy__tip-heading {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-lobby-poker-games-strategy__tip-text {
  color: #666;
  font-size: 1em;
}

.page-game-lobby-poker-games-strategy__cta-section {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-game-lobby-poker-games-strategy__cta-section .page-game-lobby-poker-games-strategy__section-title {
  color: #ffffff;
}

.page-game-lobby-poker-games-strategy__cta-section .page-game-lobby-poker-games-strategy__paragraph {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-game-lobby-poker-games-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-lobby-poker-games-strategy__main-cta-button,
.page-game-lobby-poker-games-strategy__secondary-cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-game-lobby-poker-games-strategy__main-cta-button {
  background-color: #FFCC00;
  color: #003366;
}

.page-game-lobby-poker-games-strategy__main-cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-game-lobby-poker-games-strategy__secondary-cta-button {
  background-color: transparent;
  color: #FFCC00;
  border-color: #FFCC00;
}

.page-game-lobby-poker-games-strategy__secondary-cta-button:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-game-lobby-poker-games-strategy__faq-section {
  background-color: #ffffff;
}

.page-game-lobby-poker-games-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-game-lobby-poker-games-strategy__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-lobby-poker-games-strategy__faq-answer {
  font-size: 1em;
  color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-lobby-poker-games-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-game-lobby-poker-games-strategy__hero-subtitle {
    font-size: 1.2em;
  }
  .page-game-lobby-poker-games-strategy__section-title {
    font-size: 2em;
  }
  .page-game-lobby-poker-games-strategy__strategy-item {
    padding: 25px;
  }
  .page-game-lobby-poker-games-strategy__strategy-heading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-game-lobby-poker-games-strategy__hero-section {
    padding: 80px 0;
  }
  .page-game-lobby-poker-games-strategy__hero-title {
    font-size: 2em;
  }
  .page-game-lobby-poker-games-strategy__hero-subtitle {
    font-size: 1em;
  }
  .page-game-lobby-poker-games-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-lobby-poker-games-strategy__intro-section,
  .page-game-lobby-poker-games-strategy__strategy-guide,
  .page-game-lobby-poker-games-strategy__tips-section,
  .page-game-lobby-poker-games-strategy__cta-section,
  .page-game-lobby-poker-games-strategy__faq-section {
    padding: 40px 0;
  }
  .page-game-lobby-poker-games-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-game-lobby-poker-games-strategy__paragraph {
    font-size: 1em;
  }
  .page-game-lobby-poker-games-strategy__strategy-heading {
    font-size: 1.4em;
  }
  .page-game-lobby-poker-games-strategy__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-game-lobby-poker-games-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-lobby-poker-games-strategy__main-cta-button,
  .page-game-lobby-poker-games-strategy__secondary-cta-button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-game-lobby-poker-games-strategy__hero-section {
    padding: 60px 0;
  }
  .page-game-lobby-poker-games-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-game-lobby-poker-games-strategy__hero-subtitle {
    font-size: 0.9em;
  }
  .page-game-lobby-poker-games-strategy__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-game-lobby-poker-games-strategy__section-title {
    font-size: 1.5em;
  }
  .page-game-lobby-poker-games-strategy__strategy-item {
    padding: 20px;
  }
  .page-game-lobby-poker-games-strategy__strategy-heading {
    font-size: 1.2em;
  }
  .page-game-lobby-poker-games-strategy__tip-heading {
    font-size: 1.3em;
  }
}