.page-no-hu {
  background: #ffffff;
  color: #333333;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.page-no-hu__hero-section {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin: 0 auto;
}

.page-no-hu__hero-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 16px;
}

.page-no-hu__hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 17 / 5;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.page-no-hu__hero-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
}

.page-no-hu__main-title {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #017439;
  max-width: 900px;
  margin: 0 auto 12px;
}

.page-no-hu__hero-desc {
  max-width: 800px;
  margin: 0 auto 24px;
  font-size: 1rem;
  color: #333333;
}

.page-no-hu__hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.page-no-hu__cta-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s;
  border: 2px solid transparent;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
}

.page-no-hu__cta-btn--register {
  background-color: #C30808;
  color: #FFFF00;
}

.page-no-hu__cta-btn--login {
  background-color: #C30808;
  color: #FFFF00;
}

.page-no-hu__cta-btn--download {
  background-color: #017439;
  color: #ffffff;
}

.page-no-hu__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.page-no-hu__logo-section {
  padding: 40px 16px;
}

.page-no-hu__section-title {
  color: #017439;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.page-no-hu__section-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
  color: #333333;
}

.page-no-hu__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.page-no-hu__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  width: 100%;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
}

.page-no-hu__logo-item img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  border-radius: 8px;
}

.page-no-hu__logo-item:nth-child(5) {
  grid-column: 2;
}

.page-no-hu__logo-item:nth-child(6) {
  grid-column: 3;
}

.page-no-hu__logo-cta {
  padding: 8px 20px;
  border-radius: 999px;
  background-color: #017439;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  box-sizing: border-box;
}

.page-no-hu__logo-cta:hover {
  background-color: #015e2e;
  color: #ffff00;
}

.page-no-hu__guide-section {
  background: #f0f4f3;
  padding: 48px 0;
}

.page-no-hu__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-no-hu__guide-title,
.page-no-hu__faq-title {
  text-align: center;
  color: #017439;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-no-hu__guide-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
}

.page-no-hu__guide-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.page-no-hu__guide-step {
  margin-bottom: 16px;
}

.page-no-hu__guide-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-no-hu__guide-card-title {
  color: #017439;
  margin-bottom: 8px;
}

.page-no-hu__guide-card p {
  margin: 0;
}

.page-no-hu__guide-card a {
  color: #017439;
  font-weight: 600;
  text-decoration: underline;
}

.page-no-hu__guide-card a:hover {
  text-decoration: none;
}

.page-no-hu__faq-section {
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-no-hu__faq-question {
  cursor: pointer;
  font-weight: 600;
  color: #017439;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-no-hu__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #017439;
  user-select: none;
}

.page-no-hu__faq-answer {
  margin-top: 12px;
  color: #333333;
}

.page-no-hu__blog-section {
  margin: 40px 0;
}

.page-no-hu__blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.page-no-hu__blog-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.page-no-hu__blog-item:hover {
  transform: translateY(-4px);
}

.page-no-hu__blog-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-no-hu__blog-link img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}

.page-no-hu__blog-title {
  padding: 16px;
  color: #333333;
  font-size: 1rem;
}

.page-no-hu__blog-link:hover .page-no-hu__blog-title {
  color: #017439;
}

.page-no-hu__blog-all {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 999px;
  background-color: #017439;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.page-no-hu__blog-all:hover {
  background-color: #015e2e;
  color: #ffff00;
}

.page-no-hu__download-section {
  text-align: center;
  margin-top: 40px;
}

.page-no-hu__download-title {
  color: #017439;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-no-hu__download-section p {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .page-no-hu {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-no-hu__hero-image img {
    aspect-ratio: 2 / 1;
  }

  .page-no-hu__hero-actions {
    flex-direction: row;
    gap: 12px;
  }

  .page-no-hu__cta-btn {
    min-width: 0;
    width: auto;
    flex: 1;
    white-space: normal;
    word-wrap: break-word;
    padding: 12px 16px;
  }

  .page-no-hu__logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-no-hu__logo-item:nth-child(5),
  .page-no-hu__logo-item:nth-child(6) {
    grid-column: auto;
  }

  .page-no-hu__logo-cta {
    max-width: 100%;
    width: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 8px 12px;
  }

  .page-no-hu__guide-title,
  .page-no-hu__faq-title,
  .page-no-hu__section-title {
    font-size: 1.2rem;
  }

  .page-no-hu__guide-card {
    padding: 16px;
  }

  .page-no-hu__blog-grid {
    grid-template-columns: 1fr;
  }

  .page-no-hu img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-no-hu__hero-actions {
    flex-direction: column;
  }

  .page-no-hu__cta-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
  }

  .page-no-hu__logo-grid {
    gap: 12px;
  }
}