.page-poker {
  color: #333333; /* Dark text for light 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__hero-section {
  background-color: #1A2E40; /* Main brand color */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-poker__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-poker__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  line-height: 1.1;
}

.page-poker__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-poker__hero-cta {
  display: inline-block;
  background-color: #FFD700; /* Accent color for CTA */
  color: #1A2E40;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__hero-cta:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-poker__hero-image-wrapper {
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
}

.page-poker__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-poker__section-title {
  font-size: 2.8em;
  color: #1A2E40;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-poker__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

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

.page-poker__why-choose-laro777,
.page-poker__popular-games,
.page-poker__getting-started,
.page-poker__strategies-tips,
.page-poker__bonuses-promotions,
.page-poker__secure-gaming,
.page-poker__mobile-experience,
.page-poker__customer-support,
.page-poker__final-cta-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-poker__feature-grid,
.page-poker__game-grid,
.page-poker__steps-grid,
.page-poker__promo-grid,
.page-poker__security-features,
.page-poker__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-poker__feature-card,
.page-poker__game-card,
.page-poker__step-card,
.page-poker__promo-card,
.page-poker__security-item,
.page-poker__support-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  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__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-poker__feature-title,
.page-poker__game-title,
.page-poker__step-title,
.page-poker__promo-title,
.page-poker__security-title,
.page-poker__support-title {
  font-size: 1.8em;
  color: #1A2E40;
  margin-bottom: 15px;
}

.page-poker__feature-text,
.page-poker__game-description,
.page-poker__step-text,
.page-poker__promo-text,
.page-poker__security-text,
.page-poker__support-text {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
}

.page-poker__game-image,
.page-poker__promo-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
  object-fit: cover;
}

.page-poker__game-cta,
.page-poker__step-cta,
.page-poker__promo-cta,
.page-poker__security-cta,
.page-poker__support-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E40;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: auto; /* Push to bottom of flex container */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__game-cta:hover,
.page-poker__step-cta:hover,
.page-poker__promo-cta:hover,
.page-poker__security-cta:hover,
.page-poker__support-cta:hover {
  background-color: #e6c200;
  transform: translateY(-1px);
}

.page-poker__main-cta {
  display: block;
  width: fit-content;
  margin: 50px auto 0 auto;
  background-color: #1A2E40;
  color: #FFD700;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__main-cta:hover {
  background-color: #0d1e2b;
  transform: translateY(-2px);
}

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

.page-poker__strategy-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-poker__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-poker__strategy-card .page-poker__strategy-image {
  width: 250px;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px; /* Enforce min size */
  min-height: 150px; /* Enforce min size */
}

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

.page-poker__strategy-card .page-poker__strategy-text {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 0;
}

.page-poker__mobile-experience {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

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

.page-poker__mobile-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

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

.page-poker__mobile-subtitle {
  font-size: 2.2em;
  color: #1A2E40;
  margin-bottom: 20px;
}

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

.page-poker__mobile-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E40;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-poker__mobile-cta:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-poker__final-cta-section {
  background-color: #1A2E40;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

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

.page-poker__final-cta-section .page-poker__section-intro {
  color: #f0f0f0;
}

.page-poker__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-poker__cta-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, transform 0.3s ease;
}

.page-poker__cta-button--primary {
  background-color: #FFD700;
  color: #1A2E40;
}

.page-poker__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

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

.page-poker__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E40;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-poker__hero-title {
    font-size: 2.8em;
  }
  .page-poker__section-title {
    font-size: 2.2em;
  }
  .page-poker__strategy-content {
    grid-template-columns: 1fr;
  }
  .page-poker__strategy-card {
    flex-direction: column;
    text-align: center;
  }
  .page-poker__strategy-card .page-poker__strategy-image {
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .page-poker__hero-section {
    padding: 60px 15px;
    gap: 30px;
  }
  .page-poker__hero-title {
    font-size: 2.2em;
  }
  .page-poker__hero-description {
    font-size: 1em;
  }
  .page-poker__hero-cta,
  .page-poker__mobile-cta,
  .page-poker__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-poker__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-poker__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-poker__feature-grid,
  .page-poker__game-grid,
  .page-poker__steps-grid,
  .page-poker__promo-grid,
  .page-poker__security-features,
  .page-poker__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-poker__feature-card,
  .page-poker__game-card,
  .page-poker__step-card,
  .page-poker__promo-card,
  .page-poker__security-item,
  .page-poker__support-item {
    padding: 25px;
  }
  .page-poker__feature-title,
  .page-poker__game-title,
  .page-poker__step-title,
  .page-poker__promo-title,
  .page-poker__security-title,
  .page-poker__support-title {
    font-size: 1.5em;
  }
  .page-poker__game-image,
  .page-poker__promo-image,
  .page-poker__strategy-card .page-poker__strategy-image,
  .page-poker__mobile-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensures images are not too small */
    min-height: 150px; /* Ensures images are not too small */
  }
  .page-poker__mobile-content {
    flex-direction: column;
    gap: 30px;
  }
  .page-poker__mobile-text {
    text-align: center;
  }
  .page-poker__mobile-subtitle {
    font-size: 1.8em;
  }
  .page-poker__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker__cta-button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-poker__hero-title {
    font-size: 1.8em;
  }
  .page-poker__section-title {
    font-size: 1.6em;
  }
  .page-poker__hero-cta,
  .page-poker__main-cta,
  .page-poker__mobile-cta,
  .page-poker__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-poker__strategy-card .page-poker__strategy-image {
    width: 100%;
    height: auto;
  }
  .page-poker__strategy-card {
    padding: 20px;
  }
}