/* style/poker.css */
.page-poker {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Ensure content background is white as per body */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

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

.page-poker__section {
  padding: 60px 0;
  text-align: center;
}

.page-poker__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-poker__section-title {
  font-size: 2.8em;
  color: #000000; /* Main brand color for titles */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-poker__section-intro {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-poker__hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1200px;
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.5); /* Overlay for readability */
  border-radius: 10px;
}

.page-poker__hero-content {
  position: relative;
  z-index: 3;
}

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

.page-poker__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

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

.page-poker__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, color 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-poker__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000; /* Dark text for light button */
}

.page-poker__button--register:hover {
  background-color: #e0e0e0;
}

.page-poker__button--play {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for light button */
}

.page-poker__button--play:hover {
  background-color: #e0a73d;
}

/* Why Choose Section */
.page-poker__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
}

.page-poker__feature-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

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

/* Game Selection Section */
.page-poker__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-poker__game-card {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-poker__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.page-poker__game-title {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-poker__game-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-poker__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #FCBC45;
  color: #000000;
}

.page-poker__button--small:hover {
  background-color: #e0a73d;
}

/* Tournaments & Cash Games Section */
.page-poker__content-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  margin-top: 50px;
}

.page-poker__column-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
}

.page-poker__column-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

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

.page-poker__list {
  list-style: disc inside;
  color: #555555;
  margin-bottom: 30px;
  padding-left: 20px;
}

.page-poker__list-item {
  margin-bottom: 10px;
}

/* Bonuses Section */
.page-poker__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-poker__promo-card {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-poker__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.page-poker__promo-title {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-poker__promo-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

.page-poker__button--claim {
  background-color: #FCBC45;
  color: #000000;
}

.page-poker__button--claim:hover {
  background-color: #e0a73d;
}

/* Security Section */
.page-poker__security-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
}

.page-poker__security-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-poker__security-description {
  font-size: 1em;
  color: #555555;
}

.page-poker__cta-block {
  margin-top: 60px;
  padding: 40px;
  background-color: #FCBC45;
  border-radius: 8px;
  color: #000000;
}

.page-poker__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Getting Started Section */
.page-poker__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-poker__step-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-poker__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-poker__step-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-poker__step-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
}

/* Mobile Experience Section */
.page-poker__mobile-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}

.page-poker__mobile-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

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

.page-poker__mobile-subtitle {
  font-size: 2em;
  color: #000000;
  margin-bottom: 15px;
}

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

/* Strategy Section */
.page-poker__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-poker__strategy-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

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

.page-poker__strategy-description {
  font-size: 0.95em;
  color: #555555;
}

/* Support Section */
.page-poker__support-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-poker__support-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-poker__support-subtitle {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

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

/* Responsible Gaming Section */
.page-poker__responsible-gaming-text {
  font-size: 1.1em;
  color: #555555;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Join Community Section */
.page-poker__community-text {
  font-size: 1.1em;
  color: #555555;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-poker__button--join {
  background-color: #000000;
  color: #FFFFFF;
}

.page-poker__button--join:hover {
  background-color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-poker__hero-title {
    font-size: 3em;
  }
  .page-poker__hero-description {
    font-size: 1.1em;
  }
  .page-poker__section-title {
    font-size: 2.2em;
  }
  .page-poker__content-columns {
    grid-template-columns: 1fr;
  }
  .page-poker__mobile-content {
    flex-direction: column;
  }
  .page-poker__mobile-image {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-poker__hero-title {
    font-size: 2.5em;
  }
  .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: 1em;
  }
}