/* ===== Nổ Hũ Page Styles ===== */
.page-no-hu {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
}

/* ===== Hero Section ===== */
.page-no-hu__hero-section {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}

.page-no-hu__hero-image {
  width: 100%;
  overflow: hidden;
}

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

.page-no-hu__hero-content {
  padding: 20px 16px 32px;
  text-align: center;
}

.page-no-hu__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #FFF3E6;
  max-width: 680px;
  margin: 0 auto 12px;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

.page-no-hu__hero-description {
  color: #FFF3E6;
  opacity: 0.85;
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: 1rem;
}

.page-no-hu__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #A84F0C;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.page-no-hu__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255, 176, 77, 0.35);
}

.page-no-hu__btn--hero {
  font-size: 1.05rem;
  padding: 14px 36px;
}

/* ===== Logo Section ===== */
.page-no-hu__logo-section {
  background: #17191F;
  padding: 40px 16px;
}

.page-no-hu__container {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

.page-no-hu__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  background: transparent;
}

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

.page-no-hu__logo-cta {
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-no-hu__logo-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(255, 176, 77, 0.3);
}

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

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

/* ===== Guide Section ===== */
.page-no-hu__guide-section {
  background-color: #0D0E12;
  padding: 48px 0;
}

.page-no-hu__guide-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-no-hu__guide-title {
  text-align: center;
  color: #FFB04D;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.page-no-hu__guide-desc {
  text-align: center;
  color: #FFF3E6;
  opacity: 0.85;
  max-width: 680px;
  margin: 0 auto 32px;
}

.page-no-hu__guide-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.page-no-hu__guide-figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #17191F;
  border: 1px solid #A84F0C;
}

.page-no-hu__guide-figure img {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}

.page-no-hu__guide-figure figcaption {
  padding: 12px 20px;
  color: #FFF3E6;
  font-weight: 600;
  text-align: center;
  background-color: #17191F;
  border-top: 1px solid #A84F0C;
}

/* ===== FAQ Section ===== */
.page-no-hu__faq-section {
  background-color: #17191F;
  padding: 48px 16px;
}

.page-no-hu__faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.page-no-hu__faq-title {
  text-align: center;
  color: #FFB04D;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.page-no-hu__faq-item {
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: #0D0E12;
  overflow: hidden;
}

.page-no-hu__faq-question {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #FFF3E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: background 0.2s;
}

.page-no-hu__faq-question:hover {
  background: rgba(255, 140, 26, 0.1);
}

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

.page-no-hu__faq-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #FFA53A;
  color: #0D0E12;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.page-no-hu__faq-answer {
  padding: 0 20px 16px;
  color: #FFF3E6;
  opacity: 0.9;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .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;
  }
}

@media (max-width: 768px) {
  .page-no-hu__hero-image img {
    aspect-ratio: 2/1;
    width: 100%;
    height: auto;
  }
  
  .page-no-hu__hero-content {
    padding: 16px 12px 24px;
  }
  
  .page-no-hu__main-title {
    font-size: 1.2rem;
  }
  
  .page-no-hu__btn--hero {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    padding: 12px 20px;
  }
  
  .page-no-hu__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  
  .page-no-hu__logo-item {
    max-width: 180px;
  }
  
  .page-no-hu__logo-cta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  
  .page-no-hu__section-title,
  .page-no-hu__guide-title,
  .page-no-hu__faq-title {
    font-size: 1.2rem;
  }
  
  .page-no-hu img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-no-hu__logo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 8px;
  }
  
  .page-no-hu__logo-item {
    max-width: 160px;
  }
  
  .page-no-hu__guide-figure img {
    aspect-ratio: 16/9;
  }
}