.page-resources-25-phdream-platform-advantages {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-25-phdream-platform-advantages__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  padding: 80px 20px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-25-phdream-platform-advantages__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-25-phdream-platform-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-25-phdream-platform-advantages__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-25-phdream-platform-advantages__hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-25-phdream-platform-advantages__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-25-phdream-platform-advantages__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-25-phdream-platform-advantages__button--register:hover {
  background-color: #e0e0e0;
}

.page-resources-25-phdream-platform-advantages__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-25-phdream-platform-advantages__button--login:hover {
  background-color: #e6a73c;
}

.page-resources-25-phdream-platform-advantages__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-25-phdream-platform-advantages__content-section {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-25-phdream-platform-advantages__content-container {
  max-width: 800px; /* Fluid article content width */
  margin: 0 auto;
}

.page-resources-25-phdream-platform-advantages__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-25-phdream-platform-advantages__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-25-phdream-platform-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-25-phdream-platform-advantages__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-25-phdream-platform-advantages__list-item {
  margin-bottom: 10px;
}

.page-resources-25-phdream-platform-advantages__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min-width for content images */
  min-height: 200px; /* Enforce min-height for content images */
}

.page-resources-25-phdream-platform-advantages__button--promo,
.page-resources-25-phdream-platform-advantages__button--contact,
.page-resources-25-phdream-platform-advantages__button--responsible {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 20px;
  margin-right: 10px;
}

.page-resources-25-phdream-platform-advantages__button--promo:hover,
.page-resources-25-phdream-platform-advantages__button--contact:hover,
.page-resources-25-phdream-platform-advantages__button--responsible:hover {
  background-color: #333333;
}

.page-resources-25-phdream-platform-advantages__cta-card {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-25-phdream-platform-advantages__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-25-phdream-platform-advantages__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-25-phdream-platform-advantages__button--register-large {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 8px;
}

.page-resources-25-phdream-platform-advantages__button--register-large:hover {
  background-color: #e6a73c;
}

.page-resources-25-phdream-platform-advantages__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-25-phdream-platform-advantages__return-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-25-phdream-platform-advantages__return-link:hover {
  color: #FCBC45;
}

.page-resources-25-phdream-platform-advantages__faq-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
}

.page-resources-25-phdream-platform-advantages__faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-25-phdream-platform-advantages__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-25-phdream-platform-advantages__faq-question {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-25-phdream-platform-advantages__faq-answer {
  font-size: 1.1em;
  color: #333333;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-25-phdream-platform-advantages__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-25-phdream-platform-advantages__hero-title {
    font-size: 2.5em;
  }

  .page-resources-25-phdream-platform-advantages__hero-description {
    font-size: 1.1em;
  }

  .page-resources-25-phdream-platform-advantages__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-25-phdream-platform-advantages__button {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-25-phdream-platform-advantages__section-title {
    font-size: 2em;
  }

  .page-resources-25-phdream-platform-advantages__sub-section-title {
    font-size: 1.6em;
  }

  .page-resources-25-phdream-platform-advantages__paragraph,
  .page-resources-25-phdream-platform-advantages__list,
  .page-resources-25-phdream-platform-advantages__list-item,
  .page-resources-25-phdream-platform-advantages__faq-question,
  .page-resources-25-phdream-platform-advantages__faq-answer {
    font-size: 1em;
  }

  .page-resources-25-phdream-platform-advantages__content-image {
    max-width: 100%;
    height: auto; /* Ensure images scale down correctly */
  }

  .page-resources-25-phdream-platform-advantages__cta-title {
    font-size: 1.8em;
  }

  .page-resources-25-phdream-platform-advantages__cta-description {
    font-size: 1em;
  }

  .page-resources-25-phdream-platform-advantages__button--register-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-25-phdream-platform-advantages__hero-title {
    font-size: 2em;
  }

  .page-resources-25-phdream-platform-advantages__hero-description {
    font-size: 0.95em;
  }

  .page-resources-25-phdream-platform-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-25-phdream-platform-advantages__sub-section-title {
    font-size: 1.4em;
  }
}