.page-news-industry-updates {
  background-color: #140C0C;
  color: #FFF1E8;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, main offset from body padding-top */
}

.page-news-industry-updates__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
}

.page-news-industry-updates__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain hero image width */
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.page-news-industry-updates__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 9;
}

.page-news-industry-updates__hero-content-wrapper {
  max-width: 900px;
  padding: 0 15px;
}

.page-news-industry-updates__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  color: #F3C54D;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-news-industry-updates__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-news-industry-updates__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 197, 77, 0.3);
  font-size: 1rem;
}

.page-news-industry-updates__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(243, 197, 77, 0.5);
}

.page-news-industry-updates__section {
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 0 15px;
}

.page-news-industry-updates__section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: #C61F1F;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-news-industry-updates__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E53030;
  border-radius: 2px;
}

.page-news-industry-updates__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-news-industry-updates__card {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-industry-updates__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-news-industry-updates__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  filter: none; /* Ensure no grayscale */
}

.page-news-industry-updates__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 15px 15px 0;
}

.page-news-industry-updates__card-title a {
  color: #F3C54D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news-industry-updates__card-title a:hover {
  color: #FFB04A;
}

.page-news-industry-updates__card-description {
  font-size: 0.95rem;
  color: #FFF1E8;
  padding: 0 15px;
  margin-top: 10px;
}

.page-news-industry-updates__card-date {
  display: block;
  font-size: 0.85rem;
  color: #E53030;
  padding: 10px 15px 15px;
  text-align: right;
}

.page-news-industry-updates__view-all {
  text-align: center;
  margin-top: 40px;
}

.page-news-industry-updates__view-all-button {
  background-color: #C61F1F;
  color: #FFF1E8;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-news-industry-updates__view-all-button:hover {
  background-color: #E53030;
}

.page-news-industry-updates__fun88kyc-insights .page-news-industry-updates__content-wrapper {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-news-industry-updates__fun88kyc-insights p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-news-industry-updates__image-figure {
  margin: 20px 0;
  text-align: center;
}

.page-news-industry-updates__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-news-industry-updates__image-caption {
  font-size: 0.9rem;
  color: #E53030;
  margin-top: 10px;
}

.page-news-industry-updates__highlight-text {
  color: #F3C54D;
  font-weight: bold;
}

.page-news-industry-updates__inline-link {
  color: #FFB04A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news-industry-updates__inline-link:hover {
  color: #F3C54D;
  text-decoration: underline;
}

.page-news-industry-updates__cta-section {
  text-align: center;
  padding: 50px 15px;
  background: #2A1212;
  border-radius: 10px;
  border: 1px solid #6A1E1E;
}

.page-news-industry-updates__cta-section .page-news-industry-updates__section-title {
  margin-bottom: 20px;
  color: #F3C54D;
}

.page-news-industry-updates__cta-section .page-news-industry-updates__section-title::after {
  background-color: #FFB04A;
}

.page-news-industry-updates__cta-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-industry-updates__cta-button--large {
  padding: 15px 35px;
  font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-news-industry-updates {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-news-industry-updates__hero-image-wrapper {
    border-radius: 8px;
  }

  .page-news-industry-updates__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-news-industry-updates__intro-text {
    font-size: 1rem;
  }

  .page-news-industry-updates__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .page-news-industry-updates__grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-news-industry-updates__card-image {
    height: 200px;
  }

  .page-news-industry-updates__card-title {
    font-size: 1.1rem;
  }

  .page-news-industry-updates__card-description {
    font-size: 0.9rem;
  }

  .page-news-industry-updates__fun88kyc-insights .page-news-industry-updates__content-wrapper {
    padding: 20px;
  }

  .page-news-industry-updates__cta-description {
    font-size: 1rem;
  }

  .page-news-industry-updates__cta-button--large {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-news-industry-updates__hero-section .page-news-industry-updates__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-news-industry-updates__latest-trends .page-news-industry-updates__card img,
  .page-news-industry-updates__fun88kyc-insights .page-news-industry-updates__content-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-news-industry-updates__main-title {
    font-size: clamp(1.4rem, 8vw, 2rem);
  }

  .page-news-industry-updates__section-title {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }

  .page-news-industry-updates__cta-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .page-news-industry-updates__cta-button--large {
    padding: 10px 20px;
    font-size: 1rem;
  }
}