.page-blog-understanding-phdream-bonuses-promotions-philippines {
  color: #333333; /* Dark text for light body background */
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__hero-section {
  position: relative;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding to avoid double header offset */
  text-align: center;
  background-color: #000000; /* Main color for hero section background */
  color: #ffffff;
  overflow: hidden;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__hero-image {
  position: relative;
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: clamp(1.75rem, 5vw, 2.5rem); /* Responsive H1 font size */
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__intro-text {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--download,
.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--join {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--download:hover,
.page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button--join:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 1.125rem; /* 18px */
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__article-meta {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__sub-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__article p {
  margin-bottom: 20px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__inline-cta {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FCBC45;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__inline-cta:hover {
  background-color: #e0a53b;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__image-content {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__numbered-list,
.page-blog-understanding-phdream-bonuses-promotions-philippines__bullet-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__numbered-list li,
.page-blog-understanding-phdream-bonuses-promotions-philippines__bullet-list li {
  margin-bottom: 10px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__bullet-list li::before {
  content: '\2022'; /* Bullet point */
  color: #FCBC45;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__faq-answer {
  font-size: 1rem;
  color: #555555;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__conclusion {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__related-articles {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__related-list {
  list-style: none;
  padding: 0;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__related-list li {
  margin-bottom: 10px;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__related-list a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-blog-understanding-phdream-bonuses-promotions-philippines__related-list a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-understanding-phdream-bonuses-promotions-philippines__hero-image img {
    max-height: 400px;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__intro-text {
    font-size: 1rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__content-area {
    margin: 20px auto;
    padding: 0 15px;
    font-size: 1rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__heading {
    font-size: 1.75rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__sub-heading {
    font-size: 1.3rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__image-content {
    width: 100%;
    max-width: 100%; /* Ensure images don't overflow */
    height: auto;
  }

  /* Ensure content area images are not small */
  .page-blog-understanding-phdream-bonuses-promotions-philippines img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-blog-understanding-phdream-bonuses-promotions-philippines__main-title {
    font-size: clamp(1.2rem, 8vw, 2rem);
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__heading {
    font-size: 1.5rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__sub-heading {
    font-size: 1.2rem;
  }

  .page-blog-understanding-phdream-bonuses-promotions-philippines__cta-button {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}