/* style/resources-xn88-latest-promotions-analysis.css */
.page-resources-xn88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text, good contrast with dark background */
  background-color: #0A192F; /* Dark blue background */
}

.page-resources-xn88-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-xn88-latest-promotions-analysis__hero {
  background: linear-gradient(135deg, #0A192F 0%, #30475E 50%, #FFD700 100%); /* Gradient from dark blue to gold */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-xn88-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-xn88-latest-promotions-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-resources-xn88-latest-promotions-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-xn88-latest-promotions-analysis__cta-button:hover {
  background-color: #E0B800; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-xn88-latest-promotions-analysis__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
  margin-top: 40px;
}

.page-resources-xn88-latest-promotions-analysis__intro-section,
.page-resources-xn88-latest-promotions-analysis__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-xn88-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-xn88-latest-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-xn88-latest-promotions-analysis__sub-section-title {
  font-size: 1.8em;
  color: #ADD8E6; /* Light blue for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-xn88-latest-promotions-analysis p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-xn88-latest-promotions-analysis__list,
.page-resources-xn88-latest-promotions-analysis__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-xn88-latest-promotions-analysis__list li,
.page-resources-xn88-latest-promotions-analysis__ordered-list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #E0E0E0;
}

.page-resources-xn88-latest-promotions-analysis__list li::before {
  content: '⚡'; /* Lightning bolt icon */
  color: #FFD700;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 0;
}

.page-resources-xn88-latest-promotions-analysis__ordered-list li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-resources-xn88-latest-promotions-analysis__callout {
  background-color: #1A2E44; /* Slightly lighter dark blue for callout */
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #F0F0F0;
  border-radius: 5px;
}

.page-resources-xn88-latest-promotions-analysis__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-xn88-latest-promotions-analysis__image--full-width {
  margin: 60px 0;
}

.page-resources-xn88-latest-promotions-analysis__link-text {
  color: #FFD700; /* Gold for inline links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-xn88-latest-promotions-analysis__link-text:hover {
  color: #ADD8E6; /* Light blue on hover for inline links */
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-xn88-latest-promotions-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-resources-xn88-latest-promotions-analysis__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-xn88-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-xn88-latest-promotions-analysis__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .page-resources-xn88-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-xn88-latest-promotions-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-xn88-latest-promotions-analysis p,
  .page-resources-xn88-latest-promotions-analysis__list li,
  .page-resources-xn88-latest-promotions-analysis__ordered-list li {
    font-size: 1em;
  }

  .page-resources-xn88-latest-promotions-analysis__intro-section,
  .page-resources-xn88-latest-promotions-analysis__content-section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-resources-xn88-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-xn88-latest-promotions-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-xn88-latest-promotions-analysis__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-xn88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-xn88-latest-promotions-analysis__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-xn88-latest-promotions-analysis__list li,
  .page-resources-xn88-latest-promotions-analysis__ordered-list li {
    padding-left: 25px;
  }
}