.page-blog-nohu90-game-guide {
  padding-top: 10px; /* Small top padding to respect header offset handled by body */
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

.page-blog-nohu90-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-nohu90-game-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #17191F;
  margin-bottom: 40px;
  border-bottom: 1px solid #A84F0C;
}

.page-blog-nohu90-game-guide__hero-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.page-blog-nohu90-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nohu90-game-guide__hero-content {
  max-width: 900px;
}

.page-blog-nohu90-game-guide__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFB04D; /* Using Glow for prominent title */
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 176, 77, 0.4);
}

.page-blog-nohu90-game-guide__description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-nohu90-game-guide__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 165, 58, 0.4);
  min-width: 150px;
  text-align: center;
}

.page-blog-nohu90-game-guide__cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(255, 165, 58, 0.6);
}

.page-blog-nohu90-game-guide__introduction-section,
.page-blog-nohu90-game-guide__game-categories,
.page-blog-nohu90-game-guide__detailed-guide,
.page-blog-nohu90-game-guide__general-tips,
.page-blog-nohu90-game-guide__faq-section,
.page-blog-nohu90-game-guide__cta-bottom {
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #0D0E12;
  border-radius: 8px;
}

.page-blog-nohu90-game-guide__section-title {
  font-weight: 700;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
  text-shadow: 0 0 8px rgba(255, 140, 26, 0.3);
}

.page-blog-nohu90-game-guide__text-content {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-nohu90-game-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-nohu90-game-guide__game-card {
  background-color: #17191F;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #A84F0C;
}

.page-blog-nohu90-game-guide__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-nohu90-game-guide__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nohu90-game-guide__game-title {
  font-size: 1.5em;
  color: #FFA53A;
  margin: 15px 15px 10px;
  text-align: center;
}

.page-blog-nohu90-game-guide__game-title a {
  color: #FFA53A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-nohu90-game-guide__game-title a:hover {
  color: #FFB04D;
}

.page-blog-nohu90-game-guide__game-description {
  font-size: 0.95em;
  color: #FFF3E6;
  padding: 0 15px 20px;
  text-align: center;
}

.page-blog-nohu90-game-guide__guide-item {
  background-color: #17191F;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #A84F0C;
}

.page-blog-nohu90-game-guide__guide-title {
  font-size: 1.8em;
  color: #FF8C1A;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-nohu90-game-guide__guide-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nohu90-game-guide__tip-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 10px;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-blog-nohu90-game-guide__tip-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-nohu90-game-guide__tip-list li strong {
  color: #FFA53A;
}

.page-blog-nohu90-game-guide__button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 10px rgba(255, 165, 58, 0.3);
  margin-top: 15px;
}

.page-blog-nohu90-game-guide__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(255, 165, 58, 0.5);
}

.page-blog-nohu90-game-guide__tip-list--large li {
  font-size: 1.15em;
  margin-bottom: 15px;
}

.page-blog-nohu90-game-guide__tip-list--large li a {
  color: #FFA53A;
  text-decoration: none;
}

.page-blog-nohu90-game-guide__tip-list--large li a:hover {
  text-decoration: underline;
}

.page-blog-nohu90-game-guide__faq-item {
  background-color: #17191F;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  border: 1px solid #A84F0C;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-nohu90-game-guide__faq-question {
  font-size: 1.3em;
  color: #FFA53A;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-blog-nohu90-game-guide__faq-answer {
  font-size: 1em;
  color: #FFF3E6;
  line-height: 1.5;
}

.page-blog-nohu90-game-guide__cta-bottom {
  text-align: center;
  padding: 50px 20px;
  margin-top: 50px;
  background-color: #17191F;
  border-radius: 10px;
  border: 1px solid #A84F0C;
}

.page-blog-nohu90-game-guide__cta-button--large {
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 35px;
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.5);
}

.page-blog-nohu90-game-guide__cta-button--large:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 25px rgba(255, 165, 58, 0.7);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .page-blog-nohu90-game-guide__container {
    padding: 15px;
  }

  .page-blog-nohu90-game-guide__main-title {
    font-size: 2.5em;
  }

  .page-blog-nohu90-game-guide__section-title {
    font-size: 2em;
  }

  .page-blog-nohu90-game-guide__game-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-blog-nohu90-game-guide__main-title {
    font-size: 2em;
  }

  .page-blog-nohu90-game-guide__description {
    font-size: 1em;
  }

  .page-blog-nohu90-game-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-nohu90-game-guide__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-nohu90-game-guide__game-image {
    height: 160px;
  }

  .page-blog-nohu90-game-guide__guide-title {
    font-size: 1.5em;
  }

  .page-blog-nohu90-game-guide__tip-list li,
  .page-blog-nohu90-game-guide__text-content,
  .page-blog-nohu90-game-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-nohu90-game-guide__hero-image,
  .page-blog-nohu90-game-guide__game-image,
  .page-blog-nohu90-game-guide__guide-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-nohu90-game-guide__hero-section {
    padding: 20px 10px;
  }

  .page-blog-nohu90-game-guide__main-title {
    font-size: 1.7em;
  }

  .page-blog-nohu90-game-guide__section-title {
    font-size: 1.5em;
  }

  .page-blog-nohu90-game-guide__grid {
    grid-template-columns: 1fr;
  }

  .page-blog-nohu90-game-guide__game-image {
    height: 200px;
  }

  .page-blog-nohu90-game-guide__guide-item {
    padding: 20px;
  }

  .page-blog-nohu90-game-guide__guide-title {
    font-size: 1.3em;
  }

  .page-blog-nohu90-game-guide__cta-button {
    width: 100%;
    max-width: 250px;
  }

  .page-blog-nohu90-game-guide__cta-button--large {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .page-blog-nohu90-game-guide__faq-question {
    font-size: 1.1em;
  }
}