.page-poker {
  color: #ffffff; /* Text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

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

.page-poker__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #1A1A1A; /* Auxiliary dark background */
  padding-bottom: 60px; /* Added for spacing below content */
}

.page-poker__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 600px; /* Ensure hero section has a decent height */
}

.page-poker__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Slightly transparent to let content stand out */
}

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

.page-poker__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Main golden color */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-poker__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-poker__hero-button,
.page-poker__cta-button,
.page-poker__game-button,
.page-poker__step-button,
.page-poker__mobile-button {
  display: inline-block;
  background-color: #FFD700; /* Main golden color */
  color: #1A1A1A; /* Auxiliary dark color for text */
  padding: 15px 30px;
  border-radius: 8px;
  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-poker__hero-button:hover,
.page-poker__cta-button:hover,
.page-poker__game-button:hover,
.page-poker__step-button:hover,
.page-poker__mobile-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-poker__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

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

.page-poker__why-jili88ph,
.page-poker__games-section,
.page-poker__getting-started,
.page-poker__tournaments-section,
.page-poker__responsible-gaming,
.page-poker__mobile-experience,
.page-poker__faq-section,
.page-poker__cta-section {
  padding: 80px 0;
  background-color: #1A1A1A; /* Auxiliary dark background */
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-poker__why-jili88ph {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-poker__features-grid,
.page-poker__game-cards-grid,
.page-poker__steps-grid,
.page-poker__tournament-grid,
.page-poker__responsible-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-poker__feature-card,
.page-poker__game-card,
.page-poker__step-card,
.page-poker__tournament-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-poker__feature-card:hover,
.page-poker__game-card:hover,
.page-poker__step-card:hover,
.page-poker__tournament-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-poker__feature-icon,
.page-poker__game-image,
.page-poker__tournament-image,
.page-poker__mobile-image {
  width: 100%;
  height: auto;
  max-height: 300px; /* Restrict max height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

.page-poker__feature-title,
.page-poker__game-title,
.page-poker__step-title,
.page-poker__tournament-title,
.page-poker__responsible-title,
.page-poker__mobile-subtitle,
.page-poker__faq-question {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-poker__feature-text,
.page-poker__game-description,
.page-poker__step-text,
.page-poker__tournament-text,
.page-poker__responsible-text,
.page-poker__mobile-description,
.page-poker__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-poker__game-list {
  text-align: left;
  margin: 20px 0;
  padding-left: 20px;
  color: #e0e0e0;
}

.page-poker__game-list li strong {
  color: #FFD700;
}

.page-poker__game-button,
.page-poker__step-button {
  margin-top: auto; /* Push button to bottom */
}

.page-poker__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-poker__responsible-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-poker__responsible-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: underline;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-poker__responsible-link:hover {
  color: #e6c200;
}

.page-poker__mobile-experience {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-poker__mobile-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-poker__mobile-text {
  flex: 1;
}

.page-poker__mobile-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-poker__mobile-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

.page-poker__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-poker__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-poker__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer; /* Indicate interactivity */
  position: relative;
  padding-right: 30px;
}

.page-poker__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-poker__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-poker__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.page-poker__faq-answer.open {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 15px;
  padding-bottom: 10px;
}

.page-poker__cta-section {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(45deg, #1A1A1A, #333333);
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-poker__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 40px;
}

/* 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 {
    padding-top: var(--header-offset, 120px);
  }
  .page-poker__hero-container {
    padding: 60px 15px;
    min-height: 500px;
  }
  .page-poker__hero-title {
    font-size: 2.5em;
  }
  .page-poker__hero-description {
    font-size: 1.1em;
  }
  .page-poker__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-poker__section-title {
    font-size: 1.8em;
    padding-top: 20px;
  }
  .page-poker__section-intro {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-poker__features-grid,
  .page-poker__game-cards-grid,
  .page-poker__steps-grid,
  .page-poker__tournament-grid,
  .page-poker__responsible-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-poker__feature-card,
  .page-poker__game-card,
  .page-poker__step-card,
  .page-poker__tournament-card,
  .page-poker__responsible-item {
    padding: 20px;
  }
  .page-poker__feature-title,
  .page-poker__game-title,
  .page-poker__step-title,
  .page-poker__tournament-title,
  .page-poker__responsible-title,
  .page-poker__mobile-subtitle,
  .page-poker__faq-question {
    font-size: 1.4em;
  }
  .page-poker__mobile-content {
    flex-direction: column;
  }
  .page-poker__mobile-image-wrapper {
    order: -1; /* Image above text on mobile */
  }
  .page-poker__cta-section {
    padding: 60px 20px;
  }
  .page-poker__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Ensure all content area images are responsive and not too small */
  .page-poker img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-poker__feature-icon,
  .page-poker__game-image,
  .page-poker__tournament-image,
  .page-poker__mobile-image {
    max-height: 250px; /* Adjust max height for mobile consistency */
  }
}

@media (max-width: 480px) {
  .page-poker__hero-title {
    font-size: 2em;
  }
  .page-poker__hero-description {
    font-size: 1em;
  }
  .page-poker__section-title {
    font-size: 1.5em;
  }
  .page-poker__feature-title,
  .page-poker__game-title,
  .page-poker__step-title,
  .page-poker__tournament-title,
  .page-poker__responsible-title,
  .page-poker__mobile-subtitle,
  .page-poker__faq-question {
    font-size: 1.2em;
  }
  .page-poker__hero-button,
  .page-poker__cta-button,
  .page-poker__game-button,
  .page-poker__step-button,
  .page-poker__mobile-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}