.page-resources-789p-latest-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0;
  background-color: #0A2342;
}

.page-resources-789p-latest-news__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-789p-latest-news__hero-content {
  max-width: 800px;
  z-index: 10;
}

.page-resources-789p-latest-news__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-789p-latest-news__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-789p-latest-news__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  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;
  border: none;
  cursor: pointer;
}

.page-resources-789p-latest-news__hero-button:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-resources-789p-latest-news__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-789p-latest-news__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
}

.page-resources-789p-latest-news__article-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-789p-latest-news__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-789p-latest-news__back-link:hover {
  color: #E6C200;
}

.page-resources-789p-latest-news__back-link--bottom {
  margin-top: 40px;
  text-align: center;
  width: 100%;
  display: block;
}

.page-resources-789p-latest-news__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #CCCCCC;
}

.page-resources-789p-latest-news__article-content strong {
  color: #FFD700;
}

.page-resources-789p-latest-news__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.page-resources-789p-latest-news__sub-section-title {
  font-size: 1.7em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-789p-latest-news__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-789p-latest-news__inline-button {
  display: inline-block;
  background-color: #0A2342;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-789p-latest-news__inline-button:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-789p-latest-news__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #CCCCCC;
}

.page-resources-789p-latest-news__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-789p-latest-news__list li strong {
  color: #FFD700;
}

.page-resources-789p-latest-news__cta-final {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-789p-latest-news__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 18px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-789p-latest-news__cta-button:hover {
  background-color: #E6C200;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .page-resources-789p-latest-news__hero-title {
    font-size: 2.5em;
  }

  .page-resources-789p-latest-news__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-789p-latest-news__section-title {
    font-size: 1.8em;
  }

  .page-resources-789p-latest-news__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-789p-latest-news__article-container {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-789p-latest-news__hero-button,
  .page-resources-789p-latest-news__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-789p-latest-news__hero-title {
    font-size: 2em;
  }

  .page-resources-789p-latest-news__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-789p-latest-news__section-title {
    font-size: 1.6em;
  }

  .page-resources-789p-latest-news__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-789p-latest-news__article-content p,
  .page-resources-789p-latest-news__list li {
    font-size: 0.95em;
  }

  .page-resources-789p-latest-news__hero-button,
  .page-resources-789p-latest-news__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}