.page-resources-8k8-philippines-market-analysis {
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-8k8-philippines-market-analysis__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  background-color: #0A2463; /* Primary brand color */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure hero section has a decent height */
}

.page-resources-8k8-philippines-market-analysis__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-8k8-philippines-market-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Secondary brand color for emphasis */
  font-weight: bold;
}

.page-resources-8k8-philippines-market-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-8k8-philippines-market-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-8k8-philippines-market-analysis__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-8k8-philippines-market-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Secondary brand color */
  color: #0A2463; /* Primary brand color for text */
  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;
  z-index: 2;
  position: relative;
}

.page-resources-8k8-philippines-market-analysis__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-8k8-philippines-market-analysis__article-container {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-8k8-philippines-market-analysis__article-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-8k8-philippines-market-analysis__section-title {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-8k8-philippines-market-analysis__subsection-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-8k8-philippines-market-analysis__article-content p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
}

.page-resources-8k8-philippines-market-analysis__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-8k8-philippines-market-analysis__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 800px; /* Explicit width for CLS */
  height: 600px; /* Explicit height for CLS */
}

.page-resources-8k8-philippines-market-analysis__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #eee;
}

.page-resources-8k8-philippines-market-analysis__cta-section p {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #0A2463;
  font-weight: 600;
}

.page-resources-8k8-philippines-market-analysis__cta-button--secondary {
  background-color: #0A2463; /* Primary brand color */
  color: #FFD700; /* Secondary brand color for text */
}

.page-resources-8k8-philippines-market-analysis__cta-button--secondary:hover {
  background-color: #1a3c7a;
}

.page-resources-8k8-philippines-market-analysis__resource-links {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-8k8-philippines-market-analysis__resource-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-8k8-philippines-market-analysis__resource-links li {
  margin-bottom: 10px;
}

.page-resources-8k8-philippines-market-analysis__resource-links a {
  color: #0A2463;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-8k8-philippines-market-analysis__resource-links a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-8k8-philippines-market-analysis__back-button {
  display: inline-block;
  margin-top: 20px;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #0A2463;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-8k8-philippines-market-analysis__back-button:hover {
  background-color: #0A2463;
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-8k8-philippines-market-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-8k8-philippines-market-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-8k8-philippines-market-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-8k8-philippines-market-analysis__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-8k8-philippines-market-analysis__article-content p {
    font-size: 1em;
  }

  .page-resources-8k8-philippines-market-analysis__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  
  /* Ensure content area does not cause horizontal scroll */
  .page-resources-8k8-philippines-market-analysis__article-container {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-8k8-philippines-market-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-resources-8k8-philippines-market-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-8k8-philippines-market-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-8k8-philippines-market-analysis__article-container {
    padding: 0 15px;
  }

  .page-resources-8k8-philippines-market-analysis__article-content {
    padding: 20px;
  }

  .page-resources-8k8-philippines-market-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-8k8-philippines-market-analysis__subsection-title {
    font-size: 1.2em;
  }

  .page-resources-8k8-philippines-market-analysis__cta-section p {
    font-size: 1.1em;
  }
}