.page-poker {
  color: #333333;
  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__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-poker__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-poker__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-poker__button--primary {
  background-color: #007bff;
  color: #ffffff;
}

.page-poker__button--primary:hover {
  background-color: #0056b3;
}

.page-poker__button--secondary {
  background-color: #ffc107;
  color: #333333;
  border: 2px solid #ffc107;
}

.page-poker__button--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

/* Hero Section */
.page-poker__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px; /* Minimum height for hero */
}

.page-poker__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-poker__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-poker__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  max-width: 900px;
}

.page-poker__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffc107; /* Gold for emphasis */
  font-weight: bold;
}

.page-poker__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

/* Info Section Dark Background */
.page-poker__info-section--dark {
  background-color: #007bff;
  color: #ffffff;
  padding: 60px 0;
}

.page-poker__info-section--dark .page-poker__section-title {
  color: #ffc107;
}

.page-poker__info-section--dark .page-poker__section-intro {
  color: #f0f0f0;
}

/* Features Grid */
.page-poker__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-poker__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-poker__feature-icon {
  width: 200px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-poker__feature-title {
  font-size: 1.5em;
  color: #ffc107;
  margin-bottom: 15px;
}

.page-poker__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Variants Section */
.page-poker__variants-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-poker__variants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-poker__variant-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-poker__variant-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
}

.page-poker__variant-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-poker__variant-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-poker__variant-link {
  text-decoration: none;
  color: #007bff;
}

.page-poker__variant-link:hover {
  text-decoration: underline;
}

.page-poker__variant-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Tournaments Section */
.page-poker__tournaments-section {
  padding: 60px 0;
}

.page-poker__tournament-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-poker__tournament-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-poker__tournament-title {
  font-size: 1.6em;
  color: #ffc107;
  margin-bottom: 15px;
}

.page-poker__tournament-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Strategy Section */
.page-poker__strategy-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-poker__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-poker__strategy-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-poker__strategy-title {
  font-size: 1.7em;
  color: #007bff;
  margin-bottom: 20px;
}

.page-poker__strategy-list {
  list-style-type: disc;
  padding-left: 25px;
  color: #555555;
}

.page-poker__strategy-list li {
  margin-bottom: 10px;
}

/* Get Started Section */
.page-poker__get-started-section {
  padding: 60px 0;
}

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

.page-poker__step-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-poker__step-icon {
  width: 200px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-poker__step-title {
  font-size: 1.6em;
  color: #ffc107;
  margin-bottom: 15px;
}

.page-poker__step-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* FAQ Section */
.page-poker__faq-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-poker__faq-accordion {
  margin-top: 40px;
}

.page-poker__accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-poker__accordion-header {
  font-size: 1.3em;
  color: #007bff;
  padding: 20px;
  cursor: pointer;
  background-color: #f0f8ff;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-poker__accordion-header:hover {
  background-color: #e6f2ff;
}

.page-poker__accordion-content {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  display: none; /* Hidden by default, JS will toggle */
}

.page-poker__accordion-content p {
  margin: 0;
  color: #555555;
}

.page-poker__accordion-content a {
  color: #007bff;
  text-decoration: none;
}

.page-poker__accordion-content a:hover {
  text-decoration: underline;
}

/* Final Call to Action Section */
.page-poker__final-cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-poker__final-cta-section .page-poker__button {
  font-size: 1.2em;
  padding: 15px 35px;
}

.page-poker__call-to-action {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-poker__hero-title {
    font-size: 3em;
  }
  .page-poker__hero-description {
    font-size: 1.1em;
  }
  .page-poker__section-title {
    font-size: 2em;
  }
  .page-poker__variant-image {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .page-poker__hero-title {
    font-size: 2.2em;
  }
  .page-poker__hero-description {
    font-size: 1em;
  }
  .page-poker__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-poker__section-title {
    font-size: 1.8em;
  }
  .page-poker__section-intro {
    font-size: 0.95em;
  }
  .page-poker__features-grid, .page-poker__variants-grid, .page-poker__tournament-grid, .page-poker__strategy-grid, .page-poker__steps-grid {
    grid-template-columns: 1fr;
  }
  /* Mobile content area images must not overflow */
  .page-poker img {
    max-width: 100%;
    height: auto;
  }
  .page-poker__hero-section {
    min-height: 450px;
  }
  .page-poker__hero-content {
    padding: 20px;
  }
  .page-poker__feature-icon, .page-poker__step-icon {
    width: 200px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .page-poker__hero-title {
    font-size: 1.8em;
  }
  .page-poker__hero-description {
    font-size: 0.9em;
  }
  .page-poker__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-poker__section-title {
    font-size: 1.5em;
  }
  .page-poker__accordion-header {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-poker__accordion-content {
    padding: 15px;
  }
}