/* ===== Đánh giá Momo88 – Black Orange Theme ===== */
.page-index-review-momo88__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0D0E12;
  padding: 10px 16px 40px;
}
.page-index-review-momo88__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 24px;
}
.page-index-review-momo88__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(255, 176, 77, 0.2);
}
.page-index-review-momo88__hero-content {
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.page-index-review-momo88__main-title {
  color: #FFF3E6;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin: 0 0 12px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.page-index-review-momo88__hero-description {
  color: #FFF3E6;
  font-size: 16px;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 24px;
  opacity: 0.92;
}
.page-index-review-momo88__hero-cta {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #A84F0C;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(255, 176, 77, 0.35);
}
.page-index-review-momo88__hero-cta:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #D96800 100%);
  color: #0D0E12;
}

.page-index-review-momo88__logo-section {
  background-color: #0D0E12;
  padding: 48px 16px 56px;
  border-top: 1px solid #A84F0C;
}
.page-index-review-momo88__section-title {
  color: #FFB04D;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}
.page-index-review-momo88__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.page-index-review-momo88__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 280px;
  background: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(255, 176, 77, 0.08);
}
.page-index-review-momo88__logo-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  background: transparent;
}
.page-index-review-momo88__logo-cta {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #A84F0C;
  font-size: 15px;
}
.page-index-review-momo88__logo-cta:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #D96800 100%);
  color: #0D0E12;
}
.page-index-review-momo88__logo-item:nth-child(5) { grid-column: 2; }
.page-index-review-momo88__logo-item:nth-child(6) { grid-column: 3; }

.page-index-review-momo88__guide-section {
  background-color: #0D0E12;
  padding: 0 0 64px;
  border-top: 1px solid #A84F0C;
}
.page-index-review-momo88__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 16px 0;
}
.page-index-review-momo88__guide-title {
  text-align: center;
  color: #FFB04D;
  font-weight: 700;
  margin: 0 0 32px;
}
.page-index-review-momo88__guide-article {
  margin-bottom: 40px;
}
.page-index-review-momo88__guide-figure {
  margin: 0 0 16px;
}
.page-index-review-momo88__guide-figure img {
  width: 100%;
  height: auto;
  max-width: 800px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #A84F0C;
  box-shadow: 0 4px 16px rgba(255, 176, 77, 0.1);
}
.page-index-review-momo88__guide-article-title {
  color: #FFF3E6;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px;
}
.page-index-review-momo88__guide-article p {
  color: #FFF3E6;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .page-index-review-momo88__logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-index-review-momo88__logo-item:nth-child(4) { grid-column: 1; }
  .page-index-review-momo88__logo-item:nth-child(5) { grid-column: 2; }
  .page-index-review-momo88__logo-item:nth-child(6) { grid-column: 3; }
}

@media (max-width: 768px) {
  .page-index-review-momo88__hero-section {
    padding-top: 10px;
  }
  .page-index-review-momo88__hero-image img {
    aspect-ratio: 2 / 1;
  }
  .page-index-review-momo88__hero-cta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    padding: 14px 20px;
  }
  .page-index-review-momo88__hero-cta-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-index-review-momo88__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .page-index-review-momo88__logo-item:nth-child(4) { grid-column: auto; }
  .page-index-review-momo88__logo-item:nth-child(5) { grid-column: auto; }
  .page-index-review-momo88__logo-item:nth-child(6) { grid-column: auto; }
  .page-index-review-momo88__logo-cta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
  }
  .page-index-review-momo88__guide-title {
    font-size: 22px;
  }
  .page-index-review-momo88__guide-figure {
    width: 100%;
  }
  .page-index-review-momo88 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-index-review-momo88 {
    max-width: 100%;
    overflow-x: hidden;
  }
}