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

.page-resources-what-is-hawkgaming__hero-section {
  background-color: #000000; /* Primary color background for hero */
  color: #FFFFFF; /* White text for dark background */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-what-is-hawkgaming__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-what-is-hawkgaming__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-what-is-hawkgaming__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-what-is-hawkgaming__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-what-is-hawkgaming__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-resources-what-is-hawkgaming__button--register {
  background-color: #FFFFFF; /* White background */
  color: #000000; /* Black text */
  border: 2px solid #FFFFFF;
}

.page-resources-what-is-hawkgaming__button--register:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-what-is-hawkgaming__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Black text */
  border: 2px solid #FCBC45;
}

.page-resources-what-is-hawkgaming__button--login:hover {
  background-color: #E6A73A;
  transform: translateY(-2px);
}

.page-resources-what-is-hawkgaming__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-resources-what-is-hawkgaming__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-resources-what-is-hawkgaming__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 1.1em;
}

.page-resources-what-is-hawkgaming__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000; /* Dark text for link */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-what-is-hawkgaming__back-link:hover {
  color: #FCBC45;
}

.page-resources-what-is-hawkgaming__article {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 8px;
}

.page-resources-what-is-hawkgaming__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-what-is-hawkgaming__sub-heading {
  font-size: 1.7em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-what-is-hawkgaming__paragraph {
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-what-is-hawkgaming__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-what-is-hawkgaming__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-what-is-hawkgaming__list-item {
  margin-bottom: 10px;
}

.page-resources-what-is-hawkgaming__inline-link {
  color: #000000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-what-is-hawkgaming__inline-link:hover {
  color: #FCBC45;
}

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

.page-resources-what-is-hawkgaming__feature-card {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-what-is-hawkgaming__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-what-is-hawkgaming__card-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-what-is-hawkgaming__card-description {
  font-size: 0.95em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-what-is-hawkgaming__card-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  transition: color 0.3s ease;
}

.page-resources-what-is-hawkgaming__card-link:hover {
  color: #FCBC45;
}

.page-resources-what-is-hawkgaming__call-to-action {
  background-color: #000000; /* Dark background for CTA */
  color: #FFFFFF;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
}

.page-resources-what-is-hawkgaming__call-to-action-title {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-what-is-hawkgaming__call-to-action-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-what-is-hawkgaming__button--join {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-what-is-hawkgaming__button--join:hover {
  background-color: #E6A73A;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-resources-what-is-hawkgaming__hero-section {
    padding: 60px 15px;
  }

  .page-resources-what-is-hawkgaming__hero-title {
    font-size: 2.5em;
  }

  .page-resources-what-is-hawkgaming__hero-description {
    font-size: 1em;
  }

  .page-resources-what-is-hawkgaming__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-what-is-hawkgaming__button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-what-is-hawkgaming__content-area {
    padding: 30px 15px;
    font-size: 1em;
  }

  .page-resources-what-is-hawkgaming__article-heading {
    font-size: 1.8em;
  }

  .page-resources-what-is-hawkgaming__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-what-is-hawkgaming__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-what-is-hawkgaming__call-to-action {
    padding: 40px 20px;
  }

  .page-resources-what-is-hawkgaming__call-to-action-title {
    font-size: 1.8em;
  }

  /* Mobile content image overflow prevention */
  .page-resources-what-is-hawkgaming img {
    max-width: 100%;
    height: auto;
  }
}