.page-poker {
  color: #e0e0e0; /* Light text for general content on assumed dark background */
  background-color: #1A202C; /* Dark background for the main page content */
  min-height: 100vh;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-poker__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-poker__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #1A202C;
}

.page-poker__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

.page-poker__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-poker__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-poker__hero-title {
  font-size: 3.5em;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-poker__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-poker__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-poker__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-poker__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-poker__btn--primary:hover {
  background-color: #e0b800;
  border-color: #e0b800;
}

.page-poker__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-poker__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-poker__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-poker__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-poker__section-intro {
  font-size: 1.1em;
  color: #e0e0e0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}

.page-poker__why-us-section,
.page-poker__games-section,
.page-poker__how-to-start-section,
.page-poker__bonuses-section,
.page-poker__mobile-app-section,
.page-poker__strategy-section,
.page-poker__faq-section,
.page-poker__final-cta-section {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-poker__features-grid,
.page-poker__games-grid,
.page-poker__steps-grid,
.page-poker__bonuses-grid,
.page-poker__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-poker__feature-card,
.page-poker__game-card,
.page-poker__step-card,
.page-poker__bonus-card {
  background-color: #2a313e;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-poker__feature-icon,
.page-poker__step-icon,
.page-poker__bonus-image,
.page-poker__game-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Ensure images are not too small */
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-poker__game-image, .page-poker__bonus-image {
  max-width: 600px;
}

.page-poker__feature-title,
.page-poker__game-title,
.page-poker__step-title,
.page-poker__bonus-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-poker__feature-description,
.page-poker__game-description,
.page-poker__step-description,
.page-poker__bonus-description {
  font-size: 1em;
  color: #c0c0c0;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-poker__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-poker__cta-text {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-poker__mobile-app-section {
  background-color: #2a313e;
}

.page-poker__mobile-app-content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.page-poker__mobile-app-text {
  flex: 1;
  min-width: 300px;
}

.page-poker__app-features {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-poker__app-features li {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.page-poker__icon--check {
  color: #FFD700;
  margin-right: 15px;
  font-size: 1.4em;
}

/* Basic checkmark icon, replace with SVG or font icon in production */
.page-poker__icon--check::before {
  content: '✔';
}

.page-poker__mobile-app-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}

.page-poker__mobile-app-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
}

.page-poker__strategy-item {
  background-color: #2a313e;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-poker__strategy-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-poker__strategy-description {
  font-size: 0.95em;
  color: #c0c0c0;
  line-height: 1.5;
}

.page-poker__cta-strategy {
  text-align: center;
  margin-top: 50px;
}

.page-poker__faq-list {
  margin-top: 50px;
}

.page-poker__faq-item {
  background-color: #2a313e;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-poker__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-poker__faq-answer {
  font-size: 1em;
  color: #c0c0c0;
  line-height: 1.6;
  display: none; /* Hidden by default, toggled by JS */
}

.page-poker__faq-question.active + .page-poker__faq-answer {
  display: block;
}

.page-poker__cta-faq {
  text-align: center;
  margin-top: 50px;
}

.page-poker__final-cta-section {
  padding: 100px 0;
  background-color: #FFD700;
  color: #1A202C;
  text-align: center;
}

.page-poker__final-cta-section .page-poker__section-title {
  color: #1A202C;
}

.page-poker__final-cta-section .page-poker__section-intro {
  color: #333333;
  margin-bottom: 40px;
}

.page-poker__final-cta-section .page-poker__btn--primary {
  background-color: #1A202C;
  color: #FFD700;
  border-color: #1A202C;
}

.page-poker__final-cta-section .page-poker__btn--primary:hover {
  background-color: #333d4f;
  border-color: #333d4f;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-poker__hero-title {
    font-size: 3em;
  }
  .page-poker__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-poker__hero-title {
    font-size: 2.5em;
  }
  .page-poker__hero-description {
    font-size: 1.1em;
  }
  .page-poker__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker__btn {
    width: 100%;
    max-width: 300px;
  }

  .page-poker__mobile-app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-poker__mobile-app-text, .page-poker__mobile-app-image-wrapper {
    width: 100%;
  }
  .page-poker__app-features {
    text-align: left;
    padding-left: 20px;
  }
  .page-poker__section-title {
    font-size: 2em;
  }
  .page-poker__section-intro {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-poker__feature-card, .page-poker__game-card, .page-poker__step-card, .page-poker__bonus-card, .page-poker__strategy-item, .page-poker__faq-item {
    padding: 20px;
  }
  .page-poker__feature-title, .page-poker__game-title, .page-poker__step-title, .page-poker__bonus-title {
    font-size: 1.5em;
  }
  /* Ensure all content area images are responsive and don't overflow */
  .page-poker img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-poker__hero-title {
    font-size: 2em;
  }
  .page-poker__hero-description {
    font-size: 0.95em;
  }
  .page-poker__section-title {
    font-size: 1.8em;
  }
  .page-poker__section-intro {
    font-size: 0.9em;
  }
}