/* style/index-99win-latest-news.css */
.page-index-99win-latest-news {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  line-height: 1.6;
  background-color: #121212; /* Very dark background for depth */
}

.page-index-99win-latest-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-99win-latest-news__hero-section {
  background: linear-gradient(135deg, #1A2E44, #000000); /* Dark blue to black for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

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

.page-index-99win-latest-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
}

.page-index-99win-latest-news__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #D3D3D3; /* Lighter gray for subtitle */
  position: relative;
  z-index: 1;
}

.page-index-99win-latest-news__content-section {
  padding: 60px 0;
  background-color: #1A2E44; /* Primary dark blue for content sections */
  color: #E0E0E0;
}

.page-index-99win-latest-news__article-container {
  background-color: #233C57; /* Slightly lighter dark blue for article background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-99win-latest-news__article p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #D3D3D3;
}

.page-index-99win-latest-news__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-index-99win-latest-news__sub-section-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-99win-latest-news__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #D3D3D3;
}

.page-index-99win-latest-news__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-index-99win-latest-news__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-index-99win-latest-news__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.page-index-99win-latest-news__button--primary {
  background-color: #FFD700; /* Gold background */
  color: #1A2E44; /* Dark blue text */
  border: none;
}

.page-index-99win-latest-news__button--primary:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-index-99win-latest-news__button--secondary {
  background-color: #1A2E44; /* Dark blue background */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-index-99win-latest-news__button--secondary:hover {
  background-color: #233C57; /* Slightly lighter dark blue on hover */
  transform: translateY(-2px);
}

.page-index-99win-latest-news__button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-index-99win-latest-news__cta-banner {
  background: linear-gradient(90deg, #FFD700, #E5C100); /* Gold gradient for CTA banner */
  padding: 50px 0;
  text-align: center;
  color: #1A2E44; /* Dark blue text on gold banner */
}

.page-index-99win-latest-news__cta-banner-content {
  max-width: 900px;
}

.page-index-99win-latest-news__cta-banner-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #1A2E44;
}

.page-index-99win-latest-news__cta-banner-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-99win-latest-news__hero-title {
    font-size: 2.5em;
  }

  .page-index-99win-latest-news__hero-subtitle {
    font-size: 1.2em;
  }

  .page-index-99win-latest-news__section-title {
    font-size: 2em;
  }

  .page-index-99win-latest-news__sub-section-title {
    font-size: 1.5em;
  }

  .page-index-99win-latest-news__article-container {
    padding: 25px;
  }

  .page-index-99win-latest-news__button {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .page-index-99win-latest-news__button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }

  .page-index-99win-latest-news__cta-banner-title {
    font-size: 2em;
  }

  .page-index-99win-latest-news__cta-banner-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-index-99win-latest-news__hero-title {
    font-size: 2em;
  }

  .page-index-99win-latest-news__hero-subtitle {
    font-size: 1em;
  }

  .page-index-99win-latest-news__section-title {
    font-size: 1.8em;
  }

  .page-index-99win-latest-news__sub-section-title {
    font-size: 1.3em;
  }

  .page-index-99win-latest-news__article-container {
    padding: 15px;
  }

  .page-index-99win-latest-news__button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .page-index-99win-latest-news__button--large {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .page-index-99win-latest-news__cta-banner-title {
    font-size: 1.8em;
  }

  .page-index-99win-latest-news__cta-banner-text {
    font-size: 1em;
  }
}