.page-no-hu {
  --no-hu-bg: #0A0A0A;
  --no-hu-card-bg: #111111;
  --no-hu-text-main: #FFF6D6;
  --no-hu-border: #3A2A12;
  --no-hu-glow: #FFD36B;
  --no-hu-primary: #F2C14E;
  --no-hu-secondary: #FFD36B;
  color: var(--no-hu-text-main);
  background-color: var(--no-hu-bg);
  max-width: 100%;
  overflow-x: hidden;
}

.page-no-hu__hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px 16px;
  box-sizing: border-box;
}

.page-no-hu__hero-image {
  width: 100%;
  margin-bottom: 20px;
}

.page-no-hu__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 560;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--no-hu-border);
}

.page-no-hu__hero-content {
  text-align: center;
  padding: 0 10px;
}

.page-no-hu__hero-title {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: var(--no-hu-text-main);
  margin: 0 0 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--no-hu-text-main);
  max-width: 800px;
  margin: 0 auto 24px;
}

.page-no-hu__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.page-no-hu__btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  min-height: 44px;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-no-hu__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border: 1px solid #DDA11D;
}

.page-no-hu__btn-secondary {
  background: transparent;
  color: var(--no-hu-text-main);
  border: 2px solid var(--no-hu-secondary);
}

.page-no-hu__btn-secondary:hover {
  background: rgba(255, 211, 107, 0.1);
}

.page-no-hu__logo-grid {
  padding: 32px 16px;
  background-color: #0A0A0A;
  width: 100%;
  box-sizing: border-box;
}

.page-no-hu__logo-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-no-hu__logo-grid-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--no-hu-text-main);
  margin: 0 0 12px;
}

.page-no-hu__logo-grid-desc {
  font-size: 1rem;
  color: var(--no-hu-text-main);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.5;
}

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

.page-no-hu__logo-item {
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
}

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

.page-no-hu__logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.page-no-hu__logo-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--no-hu-border);
  box-sizing: border-box;
}

.page-no-hu__logo-cta {
  display: inline-block;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}

.page-no-hu__logo-cta:hover {
  opacity: 0.85;
}

.page-no-hu__guide-section {
  padding: 32px 16px 48px;
  background-color: #0A0A0A;
}

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

.page-no-hu__guide-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  color: var(--no-hu-text-main);
  margin: 0 0 16px;
}

.page-no-hu__guide-intro {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  color: var(--no-hu-text-main);
  max-width: 850px;
  margin: 0 auto 28px;
}

.page-no-hu__guide-figure {
  margin: 0 0 20px;
}

.page-no-hu__guide-figure img {
  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid var(--no-hu-border);
}

.page-no-hu__guide-step {
  border: 1px solid var(--no-hu-border);
  background-color: var(--no-hu-card-bg);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.page-no-hu__guide-step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  color: var(--no-hu-text-main);
  font-weight: 600;
  list-style: none;
  box-sizing: border-box;
  line-height: 1.4;
}

.page-no-hu__guide-step-title::-webkit-details-marker {
  display: none;
}

.page-no-hu__guide-step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--no-hu-glow);
  color: #111111;
  font-weight: 800;
  flex-shrink: 0;
}

.page-no-hu__guide-faq-toggle {
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--no-hu-secondary);
}

.page-no-hu__guide-step-content {
  padding: 0 16px 16px;
  color: var(--no-hu-text-main);
  line-height: 1.7;
}

.page-no-hu__guide-step-content p {
  margin: 0 0 12px;
}

.page-no-hu__tips-section {
  padding: 32px 16px;
  background-color: var(--no-hu-bg);
}

.page-no-hu__tips-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-no-hu__tips-title {
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
  color: var(--no-hu-text-main);
  margin: 0 0 16px;
}

.page-no-hu__tips-intro {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
  color: var(--no-hu-text-main);
}

.page-no-hu__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  box-sizing: border-box;
}

.page-no-hu__tips-card {
  background-color: var(--no-hu-card-bg);
  border: 1px solid var(--no-hu-border);
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}

.page-no-hu__tips-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--no-hu-secondary);
  margin: 0 0 12px;
}

.page-no-hu__tips-card p {
  color: var(--no-hu-text-main);
  line-height: 1.6;
  margin: 0;
}

.page-no-hu__faq-section {
  padding: 32px 16px;
  background-color: #0A0A0A;
}

.page-no-hu__faq-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-no-hu__faq-title {
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
  color: var(--no-hu-text-main);
  margin: 0 0 32px;
}

.page-no-hu__faq-item {
  background-color: var(--no-hu-card-bg);
  border: 1px solid var(--no-hu-border);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
  color: var(--no-hu-text-main);
  list-style: none;
  line-height: 1.4;
  box-sizing: border-box;
}

.page-no-hu__faq-question::-webkit-details-marker {
  display: none;
}

.page-no-hu__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--no-hu-secondary);
  flex-shrink: 0;
}

.page-no-hu__faq-answer {
  padding: 0 16px 16px;
  color: var(--no-hu-text-main);
  line-height: 1.7;
}

.page-no-hu__faq-answer p {
  margin: 0;
}

.page-no-hu__download-section {
  padding: 32px 16px;
  background-color: var(--no-hu-bg);
}

.page-no-hu__download-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-no-hu__download-image {
  flex: 1 1 300px;
  width: 100%;
  box-sizing: border-box;
}

.page-no-hu__download-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--no-hu-border);
}

.page-no-hu__download-content {
  flex: 1 1 300px;
  width: 100%;
  box-sizing: border-box;
}

.page-no-hu__download-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--no-hu-text-main);
  margin: 0 0 16px;
}

.page-no-hu__download-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--no-hu-text-main);
  margin: 0 0 24px;
}

.page-no-hu__cta-section {
  padding: 48px 16px;
  background-color: #0A0A0A;
  width: 100%;
  box-sizing: border-box;
}

.page-no-hu__cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page-no-hu__cta-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--no-hu-text-main);
  margin: 0 0 16px;
}

.page-no-hu__cta-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--no-hu-text-main);
  margin: 0 auto 24px;
  max-width: 600px;
}

.page-no-hu__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .page-no-hu__logo-grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .page-no-hu__hero-section {
    padding-bottom: 12px;
  }

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

  .page-no-hu__hero-title {
    font-size: clamp(1.8rem, 1.2rem + 2vw, 2.2rem);
  }

  .page-no-hu__guide-title,
  .page-no-hu__tips-title,
  .page-no-hu__faq-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .page-no-hu__logo-grid-list {
    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__guide-step-title {
    flex-wrap: wrap;
  }

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

  .page-no-hu__img-island {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-no-hu__download-inner,
  .page-no-hu__cta-buttons,
  .page-no-hu__hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-no-hu__download-inner {
    gap: 16px;
  }

  .page-no-hu__download-content {
    text-align: center;
  }

  .page-no-hu__btn {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-no-hu__btn,
  .page-no-hu__btn-primary,
  .page-no-hu__btn-secondary,
  .page-no-hu__cta-buttons .page-no-hu__btn,
  .page-no-hu__hero-buttons .page-no-hu__btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-no-hu {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-no-hu__logo-grid-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}