/* style/resources-vn58vip-industry-news-review.css */
.page-resources-vn58vip-industry-news-review {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for main text on dark background */
  background-color: #0A192F; /* Main dark background */
}

.page-resources-vn58vip-industry-news-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vn58vip-industry-news-review__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #203A5F 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-vn58vip-industry-news-review__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-vn58vip-industry-news-review__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Accent gold for main titles */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-vn58vip-industry-news-review__hero-subtitle {
  font-size: 1.4em;
  color: #C0C0C0; /* Lighter grey for subtitles */
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-vn58vip-industry-news-review__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent gold for buttons */
  color: #0A192F; /* Dark text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-resources-vn58vip-industry-news-review__cta-button:hover {
  background-color: #E0B500; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-vn58vip-industry-news-review__cta-button--small {
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-resources-vn58vip-industry-news-review__cta-button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-vn58vip-industry-news-review__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-vn58vip-industry-news-review__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-vn58vip-industry-news-review__content-section {
  padding: 60px 0;
  background-color: #1A2A47; /* Slightly lighter dark background for content */
}

.page-resources-vn58vip-industry-news-review__article-body {
  background-color: #0A192F;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vn58vip-industry-news-review__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-vn58vip-industry-news-review__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-resources-vn58vip-industry-news-review__article-body p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-vn58vip-industry-news-review__article-body strong {
  color: #FFD700;
}

.page-resources-vn58vip-industry-news-review__list,
.page-resources-vn58vip-industry-news-review__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-vn58vip-industry-news-review__numbered-list {
  list-style-type: decimal;
}

.page-resources-vn58vip-industry-news-review__list li,
.page-resources-vn58vip-industry-news-review__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-vn58vip-industry-news-review__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-resources-vn58vip-industry-news-review__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-vn58vip-industry-news-review__text-link:hover {
  color: #E0B500;
  text-decoration: underline;
}

.page-resources-vn58vip-industry-news-review__call-to-action {
  background-color: #0A192F;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-vn58vip-industry-news-review__call-to-action .page-resources-vn58vip-industry-news-review__section-title {
  color: #FFD700;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-resources-vn58vip-industry-news-review__call-to-action p {
  font-size: 1.2em;
  color: #C0C0C0;
  margin-bottom: 40px;
}

.page-resources-vn58vip-industry-news-review__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-vn58vip-industry-news-review__small-text {
  font-size: 0.9em;
  color: #A0A0A0;
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-vn58vip-industry-news-review__hero-title {
    font-size: 2.5em;
  }

  .page-resources-vn58vip-industry-news-review__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-vn58vip-industry-news-review__section-title {
    font-size: 1.8em;
  }

  .page-resources-vn58vip-industry-news-review__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-vn58vip-industry-news-review__article-body {
    padding: 25px;
  }

  .page-resources-vn58vip-industry-news-review__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-vn58vip-industry-news-review__button-group {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-vn58vip-industry-news-review__hero-title {
    font-size: 2em;
  }

  .page-resources-vn58vip-industry-news-review__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-vn58vip-industry-news-review__section-title {
    font-size: 1.6em;
  }

  .page-resources-vn58vip-industry-news-review__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-vn58vip-industry-news-review__article-body {
    padding: 15px;
  }

  .page-resources-vn58vip-industry-news-review__cta-button {
    width: 90%;
    max-width: 300px;
  }
}