.page-blog-nohu90-beginner-guide {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-nohu90-beginner-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 40px;
  background-color: #F4F7FB; /* Background */
  overflow: hidden;
  border-bottom: 1px solid #D6E2FF;
}

.page-blog-nohu90-beginner-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-nohu90-beginner-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-nohu90-beginner-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-nohu90-beginner-guide__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #2F6BFF;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-nohu90-beginner-guide__intro-text {
  font-size: 1.15rem;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-nohu90-beginner-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-blog-nohu90-beginner-guide__btn-primary,
.page-blog-nohu90-beginner-guide__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-nohu90-beginner-guide__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-nohu90-beginner-guide__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
  transform: translateY(-2px);
}

.page-blog-nohu90-beginner-guide__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF;
  border: 2px solid #2F6BFF; /* Main Color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-nohu90-beginner-guide__btn-secondary:hover {
  background: #F4F7FB; /* Background */
  color: #2F6BFF;
  border-color: #6FA3FF; /* Auxiliary Color */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.page-blog-nohu90-beginner-guide__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-blog-nohu90-beginner-guide__content-section {
  padding: 50px 0;
  background-color: #F4F7FB; /* Background */
}

.page-blog-nohu90-beginner-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-nohu90-beginner-guide__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2F6BFF; /* Main Color */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

.page-blog-nohu90-beginner-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #6FA3FF; /* Auxiliary Color */
  border-radius: 2px;
}

.page-blog-nohu90-beginner-guide__article-body {
  background: #ffffff; /* Card BG */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #1F2D3D; /* Text Main */
  line-height: 1.7;
}

.page-blog-nohu90-beginner-guide__article-body h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-blog-nohu90-beginner-guide__article-body p {
  margin-bottom: 18px;
  font-size: 1rem;
}

.page-blog-nohu90-beginner-guide__article-body strong {
  color: #2F6BFF;
}

.page-blog-nohu90-beginner-guide__article-body ul,
.page-blog-nohu90-beginner-guide__article-body ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-nohu90-beginner-guide__article-body li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-nohu90-beginner-guide__article-figure {
  margin: 30px 0;
  text-align: center;
}

.page-blog-nohu90-beginner-guide__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-nohu90-beginner-guide__image-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

/* FAQ Styles */
details.page-blog-nohu90-beginner-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #ffffff; /* Card BG */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
details.page-blog-nohu90-beginner-guide__faq-item summary.page-blog-nohu90-beginner-guide__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;
  color: #1F2D3D;
}
details.page-blog-nohu90-beginner-guide__faq-item summary.page-blog-nohu90-beginner-guide__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-nohu90-beginner-guide__faq-item summary.page-blog-nohu90-beginner-guide__faq-question:hover {
  background: #F4F7FB; /* Background */
}
.page-blog-nohu90-beginner-guide__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #000000; /* Custom Color_1776249996415 */
}
.page-blog-nohu90-beginner-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Main Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-nohu90-beginner-guide__faq-item .page-blog-nohu90-beginner-guide__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB; /* Background */
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-nohu90-beginner-guide__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-nohu90-beginner-guide__hero-image {
    border-radius: 8px;
  }
  .page-blog-nohu90-beginner-guide__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-nohu90-beginner-guide__intro-text {
    font-size: 1.1rem;
  }
  .page-blog-nohu90-beginner-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-nohu90-beginner-guide__article-body {
    padding: 30px;
  }
  .page-blog-nohu90-beginner-guide__article-body h3 {
    font-size: 1.5rem;
  }
  .page-blog-nohu90-beginner-guide__faq-qtext {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-nohu90-beginner-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-nohu90-beginner-guide__hero-section {
    padding: 10px 15px 20px;
  }
  .page-blog-nohu90-beginner-guide__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-blog-nohu90-beginner-guide__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    border-radius: 6px;
  }
  .page-blog-nohu90-beginner-guide__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-blog-nohu90-beginner-guide__intro-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-nohu90-beginner-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-nohu90-beginner-guide__btn-primary,
  .page-blog-nohu90-beginner-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }
  .page-blog-nohu90-beginner-guide__content-section {
    padding: 30px 0;
  }
  .page-blog-nohu90-beginner-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-nohu90-beginner-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-nohu90-beginner-guide__article-body {
    padding: 25px;
    border-radius: 8px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-nohu90-beginner-guide__article-body h3 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-blog-nohu90-beginner-guide__article-body p,
  .page-blog-nohu90-beginner-guide__article-body li {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  .page-blog-nohu90-beginner-guide__article-body ul,
  .page-blog-nohu90-beginner-guide__article-body ol {
    padding-left: 20px;
  }
  .page-blog-nohu90-beginner-guide__article-figure {
    margin: 20px 0;
  }
  .page-blog-nohu90-beginner-guide__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
  }
  details.page-blog-nohu90-beginner-guide__faq-item summary.page-blog-nohu90-beginner-guide__faq-question { padding: 15px; }
  .page-blog-nohu90-beginner-guide__faq-qtext { font-size: 1rem; }
  .page-blog-nohu90-beginner-guide__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-nohu90-beginner-guide__faq-item .page-blog-nohu90-beginner-guide__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-nohu90-beginner-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}