.page-resources-what-games-after-juan365-login {
  color: #333333; /* Default text color for light body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-what-games-after-juan365-login__container {
  max-width: 800px; /* Article content width */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-what-games-after-juan365-login__hero-section {
  background-color: #0A192F; /* Main brand color for hero background */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-what-games-after-juan365-login__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-what-games-after-juan365-login__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Slightly dim the background image */
  display: block;
}

.page-resources-what-games-after-juan365-login__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-what-games-after-juan365-login__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-what-games-after-juan365-login__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-what-games-after-juan365-login__hero-button,
.page-resources-what-games-after-juan365-login__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for buttons */
  color: #0A192F; /* Main color for button text */\  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-resources-what-games-after-juan365-login__hero-button:hover,
.page-resources-what-games-after-juan365-login__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-what-games-after-juan365-login__section-title {
  font-size: 2.5em;
  color: #0A192F;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-what-games-after-juan365-login__introduction,
.page-resources-what-games-after-juan365-login__why-juan365,
.page-resources-what-games-after-juan365-login__getting-started,
.page-resources-what-games-after-juan365-login__faq,
.page-resources-what-games-after-juan365-login__conclusion {
  padding: 40px 0;
}

.page-resources-what-games-after-juan365-login__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-what-games-after-juan365-login__game-categories {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.page-resources-what-games-after-juan365-login__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-what-games-after-juan365-login__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-what-games-after-juan365-login__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-what-games-after-juan365-login__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 1px solid #eee;
  display: block;
}

.page-resources-what-games-after-juan365-login__card-title {
  font-size: 1.6em;
  color: #0A192F;
  margin: 20px 15px 10px 15px;
  font-weight: bold;
}

.page-resources-what-games-after-juan365-login__card-description {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-what-games-after-juan365-login__card-button {
  display: inline-block;
  background-color: #0A192F;
  color: #FFD700;
  padding: 12px 25px;
  border-radius: 0 0 12px 12px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1em;
  border: none;
  width: 100%;
}

.page-resources-what-games-after-juan365-login__card-button:hover {
  background-color: #1a3350;
}

.page-resources-what-games-after-juan365-login__feature-list,
.page-resources-what-games-after-juan365-login__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-what-games-after-juan365-login__list-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-resources-what-games-after-juan365-login__list-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-what-games-after-juan365-login__list-title {
  font-size: 1.4em;
  color: #0A192F;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-what-games-after-juan365-login__list-description {
  font-size: 1em;
  color: #444;
}

.page-resources-what-games-after-juan365-login__faq-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-resources-what-games-after-juan365-login__faq-question {
  font-size: 1.2em;
  color: #0A192F;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-what-games-after-juan365-login__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-resources-what-games-after-juan365-login__back-link {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #0A192F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-what-games-after-juan365-login__back-link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-what-games-after-juan365-login__hero-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-what-games-after-juan365-login__hero-title {
    font-size: 2.2em;
  }
  .page-resources-what-games-after-juan365-login__hero-description {
    font-size: 1em;
  }
  .page-resources-what-games-after-juan365-login__hero-section {
    padding: 60px 15px;
  }
  .page-resources-what-games-after-juan365-login__section-title {
    font-size: 2em;
    margin-top: 40px;
  }
  .page-resources-what-games-after-juan365-login__paragraph {
    font-size: 1em;
  }
  .page-resources-what-games-after-juan365-login__container {
    padding: 0 15px;
  }
  .page-resources-what-games-after-juan365-login__category-grid {
    grid-template-columns: 1fr;
  }
  /* Ensure images do not overflow on mobile */
  .page-resources-what-games-after-juan365-login img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-what-games-after-juan365-login__card-image {
    height: 200px; /* Adjust height for smaller screens */
  }
}

@media (max-width: 480px) {
  .page-resources-what-games-after-juan365-login__hero-title {
    font-size: 1.8em;
  }
  .page-resources-what-games-after-juan365-login__hero-button,
  .page-resources-what-games-after-juan365-login__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-what-games-after-juan365-login__section-title {
    font-size: 1.8em;
  }
  .page-resources-what-games-after-juan365-login__card-title {
    font-size: 1.4em;
  }
  .page-resources-what-games-after-juan365-login__list-title,
  .page-resources-what-games-after-juan365-login__faq-question {
    font-size: 1.1em;
  }
  .page-resources-what-games-after-juan365-login__hero-image-wrapper {
    display: none; /* Hide hero image on very small screens if it causes clutter */
  }
  .page-resources-what-games-after-juan365-login__hero-section {
    padding: 40px 15px;
  }
}