.page-resources-phplus-new-user-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-phplus-new-user-bonuses__hero-section {
  background-color: #1A202C; /* Dark background for hero */
  color: #ffffff; /* Light text for dark background */
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-phplus-new-user-bonuses__hero-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-phplus-new-user-bonuses__back-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.page-resources-phplus-new-user-bonuses__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-phplus-new-user-bonuses__description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phplus-new-user-bonuses__hero-image {
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
  width: 1200px; /* HTML width attribute for CLS */
  height: 675px;
}

.page-resources-phplus-new-user-bonuses__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-phplus-new-user-bonuses__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  min-width: 150px;
  text-align: center;
}

.page-resources-phplus-new-user-bonuses__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-phplus-new-user-bonuses__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-phplus-new-user-bonuses__button--secondary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-phplus-new-user-bonuses__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-phplus-new-user-bonuses__content-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-resources-phplus-new-user-bonuses__content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-phplus-new-user-bonuses__section-title {
  font-size: 2.5em;
  color: #1A202C;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-phplus-new-user-bonuses__subsection-title {
  font-size: 1.8em;
  color: #1A202C;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phplus-new-user-bonuses__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-phplus-new-user-bonuses__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__bonus-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-phplus-new-user-bonuses__bonus-card:hover {
  transform: translateY(-5px);
}

.page-resources-phplus-new-user-bonuses__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
  width: 400px; /* HTML width attribute for CLS */
  height: 300px;
}

.page-resources-phplus-new-user-bonuses__card-title {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-resources-phplus-new-user-bonuses__card-text {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.6;
}

.page-resources-phplus-new-user-bonuses__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-resources-phplus-new-user-bonuses__steps-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-phplus-new-user-bonuses__button--inline {
  margin-left: 10px;
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-resources-phplus-new-user-bonuses__info-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__info-list .page-resources-phplus-new-user-bonuses__list-item {
  font-size: 1em;
  margin-bottom: 10px;
}

.page-resources-phplus-new-user-bonuses__info-list strong {
  color: #1A202C;
}

.page-resources-phplus-new-user-bonuses__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__feature-card {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-phplus-new-user-bonuses__feature-icon {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
  width: 300px; /* HTML width attribute for CLS */
  height: 200px;
}

.page-resources-phplus-new-user-bonuses__feature-card a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-phplus-new-user-bonuses__feature-card a:hover {
  text-decoration: underline;
}

.page-resources-phplus-new-user-bonuses__app-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #1A202C;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}

.page-resources-phplus-new-user-bonuses__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
  width: 400px; /* HTML width attribute for CLS */
  height: 300px;
}

.page-resources-phplus-new-user-bonuses__app-text-content {
  max-width: 500px;
}

.page-resources-phplus-new-user-bonuses__app-text-content .page-resources-phplus-new-user-bonuses__subsection-title {
  color: #FFD700;
}

.page-resources-phplus-new-user-bonuses__app-text-content .page-resources-phplus-new-user-bonuses__paragraph {
  color: #f0f0f0;
}

.page-resources-phplus-new-user-bonuses__faq-accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-phplus-new-user-bonuses__faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-phplus-new-user-bonuses__faq-question {
  background-color: #f0f0f0;
  color: #1A202C;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-phplus-new-user-bonuses__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-phplus-new-user-bonuses__faq-question::after {
  content: '+';
  float: right;
  font-size: 1.2em;
}

.page-resources-phplus-new-user-bonuses__faq-question.active::after {
  content: '-';
}

.page-resources-phplus-new-user-bonuses__faq-answer {
  padding: 0 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-resources-phplus-new-user-bonuses__faq-answer p {
  padding: 15px 0;
  margin: 0;
}

.page-resources-phplus-new-user-bonuses__final-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-resources-phplus-new-user-bonuses__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-phplus-new-user-bonuses__back-to-resources {
  text-align: center;
  margin-top: 40px;
}

.page-resources-phplus-new-user-bonuses__back-to-resources .page-resources-phplus-new-user-bonuses__back-link {
  color: #1A202C;
  font-size: 1.1em;
}

.page-resources-phplus-new-user-bonuses__back-to-resources .page-resources-phplus-new-user-bonuses__back-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

@media (max-width: 768px) {
  .page-resources-phplus-new-user-bonuses__main-title {
    font-size: 2.5em;
  }

  .page-resources-phplus-new-user-bonuses__description {
    font-size: 1em;
  }

  .page-resources-phplus-new-user-bonuses__section-title {
    font-size: 2em;
  }

  .page-resources-phplus-new-user-bonuses__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-phplus-new-user-bonuses__hero-section,
  .page-resources-phplus-new-user-bonuses__content-section {
    padding: 40px 15px;
  }

  .page-resources-phplus-new-user-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-phplus-new-user-bonuses__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-phplus-new-user-bonuses__app-cta {
    flex-direction: column;
  }

  /* Mobile image responsiveness for all images within content area */
  .page-resources-phplus-new-user-bonuses img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px; /* Ensure min size on mobile */
    min-height: 200px;
  }

  .page-resources-phplus-new-user-bonuses__faq-question {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-phplus-new-user-bonuses__main-title {
    font-size: 2em;
  }

  .page-resources-phplus-new-user-bonuses__section-title {
    font-size: 1.8em;
  }

  .page-resources-phplus-new-user-bonuses__button--large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}