.page-poker {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-poker__hero-section {
  background-color: #000000;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.page-poker__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  filter: brightness(0.7);
}

.page-poker__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
}

.page-poker__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-poker__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.page-poker__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-poker__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-poker__button--register:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-3px);
}

.page-poker__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-poker__button--login:hover {
  background-color: #FFFFFF;
  color: #000000;
  transform: translateY(-3px);
}

.page-poker__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-poker__section-description {
  font-size: 1.1em;
  color: #333333;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.page-poker__games-overview,
.page-poker__tournaments-section,
.page-poker__strategy-guides,
.page-poker__security-trust,
.page-poker__cta-section {
  padding: 60px 0;
}

.page-poker__games-overview {
  background-color: #f8f8f8;
}

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

.page-poker__game-card,
.page-poker__feature-item,
.page-poker__strategy-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-poker__game-card:hover,
.page-poker__feature-item:hover,
.page-poker__strategy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.page-poker__game-image,
.page-poker__feature-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-poker__card-title,
.page-poker__feature-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-poker__card-text,
.page-poker__feature-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-poker__card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-poker__card-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.page-poker__tournaments-section {
  background-color: #FFFFFF;
}

.page-poker__strategy-guides {
  background-color: #f8f8f8;
}

.page-poker__security-trust {
  background-color: #FFFFFF;
}

.page-poker__button--cta,
.page-poker__button--learn-more {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 40px;
  font-size: 1.2em;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__button--cta:hover,
.page-poker__button--learn-more:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-3px);
}

.page-poker__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-poker__cta-section .page-poker__section-title {
  color: #FCBC45;
}

.page-poker__cta-section .page-poker__section-description {
  color: #FFFFFF;
}

.page-poker__cta-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-poker__button--register-large,
.page-poker__button--download-app {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__button--register-large {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-poker__button--register-large:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-5px);
}

.page-poker__button--download-app {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-poker__button--download-app:hover {
  background-color: #FFFFFF;
  color: #000000;
  transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-poker__main-title {
    font-size: 2.8em;
  }
  .page-poker__intro-text {
    font-size: 1.1em;
  }
  .page-poker__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-poker__hero-content {
    max-width: 90%;
  }
  .page-poker__main-title {
    font-size: 2.2em;
  }
  .page-poker__intro-text {
    font-size: 1em;
  }
  .page-poker__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-poker__game-cards,
  .page-poker__tournament-features,
  .page-poker__strategy-cards,
  .page-poker__security-features {
    grid-template-columns: 1fr;
  }
  .page-poker__cta-actions {
    flex-direction: column;
    gap: 20px;
  }
  .page-poker__button--register-large,
  .page-poker__button--download-app {
    width: 90%;
    margin: 0 auto;
  }
  /* Ensure all content images within .page-poker are responsive and don't overflow */
  .page-poker img {
    max-width: 100%;
    height: auto;
  }
  .page-poker__hero-image {
    height: 60vh; /* Adjust hero image height for better mobile viewing */
    object-fit: cover;
    object-position: center;
  }
  .page-poker__hero-content {
    position: static;
    transform: none;
    padding-top: 60px; /* Add some padding if not fixed */
    padding-bottom: 60px;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for readability */
  }
  .page-poker__hero-section {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-poker__main-title {
    font-size: 1.8em;
  }
  .page-poker__intro-text {
    font-size: 0.9em;
  }
  .page-poker__section-title {
    font-size: 1.8em;
  }
  .page-poker__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-poker__button--register-large,
  .page-poker__button--download-app {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}