.page-poker-texas-holdem-strategy {
  color: #333333; /* Default text color for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-poker-texas-holdem-strategy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0;
}

.page-poker-texas-holdem-strategy__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-poker-texas-holdem-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
}

.page-poker-texas-holdem-strategy__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  max-width: 900px;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

.page-poker-texas-holdem-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-poker-texas-holdem-strategy__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

.page-poker-texas-holdem-strategy__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-poker-texas-holdem-strategy__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-poker-texas-holdem-strategy__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-poker-texas-holdem-strategy__button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-poker-texas-holdem-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.page-poker-texas-holdem-strategy__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-poker-texas-holdem-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-poker-texas-holdem-strategy__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-poker-texas-holdem-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-poker-texas-holdem-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-poker-texas-holdem-strategy__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333333;
}

.page-poker-texas-holdem-strategy__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-poker-texas-holdem-strategy__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-poker-texas-holdem-strategy__link:hover {
  text-decoration: underline;
}

.page-poker-texas-holdem-strategy__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 40px;
  margin-top: 60px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-poker-texas-holdem-strategy__call-to-action-title {
  font-size: 3em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-poker-texas-holdem-strategy__call-to-action-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-poker-texas-holdem-strategy__call-to-action-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.page-poker-texas-holdem-strategy__button--register-now {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-poker-texas-holdem-strategy__button--register-now:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-poker-texas-holdem-strategy__button--explore-games {
  background-color: #FFFFFF;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
  border: 2px solid #FCBC45;
}

.page-poker-texas-holdem-strategy__button--explore-games:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-poker-texas-holdem-strategy__hero-title {
    font-size: 2.8em;
  }
  .page-poker-texas-holdem-strategy__hero-description {
    font-size: 1.1em;
  }
  .page-poker-texas-holdem-strategy__section-title {
    font-size: 2em;
  }
  .page-poker-texas-holdem-strategy__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-poker-texas-holdem-strategy__hero-content {
    padding: 15px;
    width: 95%;
  }
  .page-poker-texas-holdem-strategy__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-poker-texas-holdem-strategy__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-poker-texas-holdem-strategy__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker-texas-holdem-strategy__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-poker-texas-holdem-strategy__content-area {
    padding: 40px 15px;
  }
  .page-poker-texas-holdem-strategy__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .page-poker-texas-holdem-strategy__subsection-title {
    font-size: 1.4em;
  }
  .page-poker-texas-holdem-strategy__paragraph,
  .page-poker-texas-holdem-strategy__list-item {
    font-size: 1em;
  }
  .page-poker-texas-holdem-strategy__image {
    max-width: 100%;
    height: auto;
  }
  .page-poker-texas-holdem-strategy__call-to-action {
    padding: 40px 20px;
  }
  .page-poker-texas-holdem-strategy__call-to-action-title {
    font-size: 2em;
  }
  .page-poker-texas-holdem-strategy__call-to-action-description {
    font-size: 1.1em;
  }
  .page-poker-texas-holdem-strategy__call-to-action-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-poker-texas-holdem-strategy__button--register-now,
  .page-poker-texas-holdem-strategy__button--explore-games {
    width: 80%;
    margin: 0 auto;
    font-size: 1.1em;
  }
}