.page-blog-nohu90-now-open {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background: #FFFFFF; /* Assuming body background is light from shared.css */
}

.page-blog-nohu90-now-open__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-nohu90-now-open__section {
  padding: 60px 0;
}

.page-blog-nohu90-now-open__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-nohu90-now-open__text-block {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-nohu90-now-open__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background: #f0f8ff; /* Light blue background for hero */
}

.page-blog-nohu90-now-open__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-nohu90-now-open__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-nohu90-now-open__hero-content {
  text-align: center;
  padding: 40px 20px 0;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly with image for visual flow */
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

.page-blog-nohu90-now-open__main-title {
  font-size: clamp(30px, 4.5vw, 48px); /* Responsive font size for H1 */
  font-weight: 800;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-nohu90-now-open__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.page-blog-nohu90-now-open__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-nohu90-now-open__btn-primary,
.page-blog-nohu90-now-open__btn-secondary,
.page-blog-nohu90-now-open__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-nohu90-now-open__btn-primary {
  background: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-nohu90-now-open__btn-primary:hover {
  background: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-nohu90-now-open__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-nohu90-now-open__btn-secondary:hover {
  background: #e0f2f7;
  transform: translateY(-2px);
}

.page-blog-nohu90-now-open__btn-tertiary {
  background: #f0f0f0;
  color: #26A9E0;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  font-size: 16px;
}

.page-blog-nohu90-now-open__btn-tertiary:hover {
  background: #e5e5e5;
  transform: translateY(-1px);
}

.page-blog-nohu90-now-open__btn-light {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-nohu90-now-open__btn-light:hover {
  background: #e0f2f7;
  color: #1e87c0;
  transform: translateY(-2px);
}

/* Introduction Section */
.page-blog-nohu90-now-open__introduction-section {
  background: #f9f9f9;
}

.page-blog-nohu90-now-open__feature-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  text-align: left;
}

.page-blog-nohu90-now-open__feature-item {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-size: 17px;
  line-height: 1.5;
  border-left: 5px solid #26A9E0;
}

.page-blog-nohu90-now-open__feature-item strong {
  color: #26A9E0;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

/* Games Section */
.page-blog-nohu90-now-open__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nohu90-now-open__game-card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-nohu90-now-open__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-nohu90-now-open__game-title {
  font-size: 22px;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-nohu90-now-open__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-nohu90-now-open__game-title a:hover {
  text-decoration: underline;
}

.page-blog-nohu90-now-open__game-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  padding: 0 15px;
  flex-grow: 1;
}

/* Promotions Section */
.page-blog-nohu90-now-open__promotions-section {
  background: #26A9E0; /* Brand primary color as background */
  color: #FFFFFF; /* White text for contrast */
}

.page-blog-nohu90-now-open__promotions-section .page-blog-nohu90-now-open__section-title,
.page-blog-nohu90-now-open__promotions-section .page-blog-nohu90-now-open__text-block {
  color: #FFFFFF;
}

.page-blog-nohu90-now-open__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nohu90-now-open__promo-card {
  background: rgba(255, 255, 255, 0.15); /* Slightly transparent white on primary background */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-blog-nohu90-now-open__promo-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-nohu90-now-open__promo-description {
  font-size: 16px;
  color: #f0f0f0;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Security Section */
.page-blog-nohu90-now-open__security-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-nohu90-now-open__security-text {
  flex: 1;
  text-align: left;
}

.page-blog-nohu90-now-open__security-text .page-blog-nohu90-now-open__text-block {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-blog-nohu90-now-open__security-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-nohu90-now-open__security-point {
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #333333;
}

.page-blog-nohu90-now-open__security-point::before {
  content: '✔';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-nohu90-now-open__security-image-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-nohu90-now-open__security-image-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: block;
}

/* How to Start Section */
.page-blog-nohu90-now-open__how-to-start-section {
  background: #f0f8ff;
}

.page-blog-nohu90-now-open__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nohu90-now-open__step-card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-blog-nohu90-now-open__step-number {
  font-size: 48px;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1;
}

.page-blog-nohu90-now-open__step-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-nohu90-now-open__step-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Mobile Section */
.page-blog-nohu90-now-open__mobile-section {
  background: #26A9E0; /* Brand primary color as background */
  color: #FFFFFF; /* White text for contrast */
}

.page-blog-nohu90-now-open__mobile-section .page-blog-nohu90-now-open__section-title,
.page-blog-nohu90-now-open__mobile-section .page-blog-nohu90-now-open__text-block {
  color: #FFFFFF;
}

.page-blog-nohu90-now-open__mobile-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: row;
}

.page-blog-nohu90-now-open__mobile-content {
  flex: 1;
  text-align: left;
}

.page-blog-nohu90-now-open__mobile-content .page-blog-nohu90-now-open__text-block {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-blog-nohu90-now-open__mobile-image-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-nohu90-now-open__mobile-image-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: block;
}

/* FAQ Section */
details.page-blog-nohu90-now-open__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-nohu90-now-open__faq-item summary.page-blog-nohu90-now-open__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-nohu90-now-open__faq-item summary.page-blog-nohu90-now-open__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-nohu90-now-open__faq-item summary.page-blog-nohu90-now-open__faq-question:hover {
  background: #f5f5f5;
}