/* style/resources-mu9-latest-promotions-analysis.css */

.page-resources-mu9-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light gray for main text on dark background */
  background-color: #001f3f; /* Main dark blue background */
}

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

.page-resources-mu9-latest-promotions-analysis__hero-section {
  background: linear-gradient(135deg, #001f3f, #0a3d62); /* Dark blue to slightly lighter dark blue */
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-mu9-latest-promotions-analysis__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 204, 0, 0.1) 0%, transparent 70%);
  opacity: 0.3;
  animation: page-resources-mu9-latest-promotions-analysis__pulse 10s infinite alternate;
  z-index: 0;
}

@keyframes page-resources-mu9-latest-promotions-analysis__pulse {
  0% { transform: scale(0.8); opacity: 0.2; }
  100% { transform: scale(1.2); opacity: 0.4; }
}

.page-resources-mu9-latest-promotions-analysis__main-title {
  font-size: 3.5em;
  color: #ffcc00; /* Accent gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-mu9-latest-promotions-analysis__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.page-resources-mu9-latest-promotions-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.1em;
}

.page-resources-mu9-latest-promotions-analysis__btn--primary {
  background-color: #ffcc00; /* Accent gold for primary button */
  color: #001f3f; /* Dark blue text on gold */
}

.page-resources-mu9-latest-promotions-analysis__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-resources-mu9-latest-promotions-analysis__btn--secondary {
  background-color: transparent;
  border: 2px solid #ffcc00; /* Gold border for secondary button */
  color: #ffcc00;
  margin-left: 15px;
}

.page-resources-mu9-latest-promotions-analysis__btn--secondary:hover {
  background-color: #ffcc00;
  color: #001f3f;
  transform: translateY(-3px);
}

.page-resources-mu9-latest-promotions-analysis__content-section {
  padding: 60px 0;
  background-color: #001f3f;
}

.page-resources-mu9-latest-promotions-analysis__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-mu9-latest-promotions-analysis__heading {
  font-size: 2.2em;
  color: #ffcc00; /* Accent gold for headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #0a3d62; /* Slightly lighter dark blue for border */
  padding-bottom: 10px;
}

.page-resources-mu9-latest-promotions-analysis__sub-heading {
  font-size: 1.8em;
  color: #f0f0f0; /* Light gray for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-mu9-latest-promotions-analysis__article p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-mu9-latest-promotions-analysis__list,
.page-resources-mu9-latest-promotions-analysis__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-mu9-latest-promotions-analysis__ordered-list {
  list-style-type: decimal;
}

.page-resources-mu9-latest-promotions-analysis__list li,
.page-resources-mu9-latest-promotions-analysis__ordered-list li {
  margin-bottom: 10px;
}

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

.page-resources-mu9-latest-promotions-analysis__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-mu9-latest-promotions-analysis__text-link {
  color: #ffcc00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-mu9-latest-promotions-analysis__text-link:hover {
  color: #e6b800;
  text-decoration: underline;
}

.page-resources-mu9-latest-promotions-analysis__related-links {
  background-color: #0a3d62; /* Lighter dark blue for related section */
  padding: 50px 0;
  text-align: center;
}

.page-resources-mu9-latest-promotions-analysis__link-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-mu9-latest-promotions-analysis__link-list li {
  margin-bottom: 10px;
}

.page-resources-mu9-latest-promotions-analysis__link-list a {
  font-size: 1.2em;
}

.page-resources-mu9-latest-promotions-analysis .highlight {
  color: #ffcc00;
  font-weight: bold;
}

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

  .page-resources-mu9-latest-promotions-analysis__subtitle {
    font-size: 1.2em;
  }

  .page-resources-mu9-latest-promotions-analysis__heading {
    font-size: 1.8em;
  }

  .page-resources-mu9-latest-promotions-analysis__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-mu9-latest-promotions-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-mu9-latest-promotions-analysis__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-mu9-latest-promotions-analysis__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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

  .page-resources-mu9-latest-promotions-analysis__subtitle {
    font-size: 1em;
  }

  .page-resources-mu9-latest-promotions-analysis__hero-section {
    padding: 60px 0;
  }

  .page-resources-mu9-latest-promotions-analysis__heading {
    font-size: 1.5em;
  }

  .page-resources-mu9-latest-promotions-analysis__sub-heading {
    font-size: 1.2em;
  }
}