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

.page-resources-phjoy68-introduction__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-phjoy68-introduction__section-title {
  font-size: 2.5em;
  color: #0A192F; /* Main brand color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-phjoy68-introduction__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Accent color */
  border-radius: 2px;
}

.page-resources-phjoy68-introduction__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* Hero Section */
.page-resources-phjoy68-introduction__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0A192F;
  padding: 0;
  min-height: 500px; /* Ensure hero section has a minimum height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-phjoy68-introduction__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
  z-index: 1;
}

.page-resources-phjoy68-introduction__hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
}

.page-resources-phjoy68-introduction__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Accent color for title */
  font-weight: bold;
}

.page-resources-phjoy68-introduction__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #f0f0f0;
}

.page-resources-phjoy68-introduction__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-phjoy68-introduction__button {
  display: inline-block;
  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-phjoy68-introduction__button--primary {
  background-color: #FFD700; /* Accent color */
  color: #0A192F; /* Main brand color for text */
}

.page-resources-phjoy68-introduction__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-phjoy68-introduction__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-phjoy68-introduction__button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-phjoy68-introduction__button--text-link {
  color: #0A192F;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  margin-top: 10px;
}

.page-resources-phjoy68-introduction__button--text-link:hover {
  color: #FFD700;
}

/* About Section */
.page-resources-phjoy68-introduction__about-section {
  padding: 80px 0;
  background-color: #fcfcfc;
}

/* Features Section */
.page-resources-phjoy68-introduction__features-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.page-resources-phjoy68-introduction__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-phjoy68-introduction__feature-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-phjoy68-introduction__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-phjoy68-introduction__feature-icon {
  width: 100%;
  max-width: 400px; /* Ensure images are not too small */
  min-width: 200px; /* Enforce minimum size */
  height: auto;
  min-height: 200px; /* Enforce minimum size */
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-phjoy68-introduction__card-title {
  font-size: 1.8em;
  color: #0A192F;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-phjoy68-introduction__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

/* Security Section */
.page-resources-phjoy68-introduction__security-section {
  padding: 80px 0;
  background-color: #fcfcfc;
}

.page-resources-phjoy68-introduction__security-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-resources-phjoy68-introduction__security-image {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  height: auto;
  min-height: 200px; /* Enforce minimum size */
  border-radius: 10px;
  object-fit: cover;
}

.page-resources-phjoy68-introduction__security-text {
  flex: 2;
  min-width: 300px;
}

/* Mobile Section */
.page-resources-phjoy68-introduction__mobile-section {
  padding: 80px 0;
  background-color: #0A192F;
  color: #ffffff;
}

.page-resources-phjoy68-introduction__mobile-section .page-resources-phjoy68-introduction__section-title {
  color: #FFD700;
}

.page-resources-phjoy68-introduction__mobile-section .page-resources-phjoy68-introduction__paragraph {
  color: #f0f0f0;
}

.page-resources-phjoy68-introduction__mobile-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-resources-phjoy68-introduction__mobile-text {
  flex: 2;
  min-width: 300px;
}

.page-resources-phjoy68-introduction__mobile-image {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  height: auto;
  min-height: 200px; /* Enforce minimum size */
  border-radius: 10px;
  object-fit: cover;
}

/* Responsible Gaming Section */
.page-resources-phjoy68-introduction__responsible-gaming-section {
  padding: 80px 0;
  background-color: #fcfcfc;
}

/* CTA Section */
.page-resources-phjoy68-introduction__cta-section {
  padding: 80px 0;
  background-color: #FFD700;
  text-align: center;
  color: #0A192F;
}

.page-resources-phjoy68-introduction__cta-section .page-resources-phjoy68-introduction__section-title {
  color: #0A192F;
}

.page-resources-phjoy68-introduction__cta-section .page-resources-phjoy68-introduction__paragraph {
  color: #0A192F;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-phjoy68-introduction__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-phjoy68-introduction__cta-actions .page-resources-phjoy68-introduction__button--primary {
  background-color: #0A192F;
  color: #FFD700;
}

.page-resources-phjoy68-introduction__cta-actions .page-resources-phjoy68-introduction__button--primary:hover {
  background-color: #2a3d5f;
}

.page-resources-phjoy68-introduction__cta-actions .page-resources-phjoy68-introduction__button--secondary {
  background-color: transparent;
  color: #0A192F;
  border: 2px solid #0A192F;
}

.page-resources-phjoy68-introduction__cta-actions .page-resources-phjoy68-introduction__button--secondary:hover {
  background-color: rgba(10, 25, 47, 0.1);
}

/* Related Resources */
.page-resources-phjoy68-introduction__related-resources {
  padding: 60px 0;
  background-color: #f0f0f0;
  text-align: center;
}

.page-resources-phjoy68-introduction__resource-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-phjoy68-introduction__resource-list li {
  margin-bottom: 10px;
}

.page-resources-phjoy68-introduction__resource-list li a {
  color: #0A192F;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-phjoy68-introduction__resource-list li a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-phjoy68-introduction__hero-title {
    font-size: 2.8em;
  }
  .page-resources-phjoy68-introduction__hero-description {
    font-size: 1.2em;
  }
  .page-resources-phjoy68-introduction__section-title {
    font-size: 2em;
  }
  .page-resources-phjoy68-introduction__feature-card {
    padding: 25px;
  }
  .page-resources-phjoy68-introduction__card-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-phjoy68-introduction__hero-title {
    font-size: 2.2em;
  }
  .page-resources-phjoy68-introduction__hero-description {
    font-size: 1em;
  }
  .page-resources-phjoy68-introduction__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-phjoy68-introduction__button {
    width: 100%;
    max-width: 300px;
  }
  .page-resources-phjoy68-introduction__section-title {
    font-size: 1.8em;
  }
  .page-resources-phjoy68-introduction__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-phjoy68-introduction__security-content, .page-resources-phjoy68-introduction__mobile-content {
    flex-direction: column;
  }
  .page-resources-phjoy68-introduction__security-image, .page-resources-phjoy68-introduction__mobile-image {
    order: -1; /* Image first on mobile for mobile section */
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }
  .page-resources-phjoy68-introduction__feature-icon {
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }
  /* Ensure all content area images are responsive and not too small */
  .page-resources-phjoy68-introduction img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-phjoy68-introduction__hero-title {
    font-size: 1.8em;
  }
  .page-resources-phjoy68-introduction__hero-description {
    font-size: 0.9em;
  }
  .page-resources-phjoy68-introduction__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-phjoy68-introduction__section-title {
    font-size: 1.5em;
  }
  .page-resources-phjoy68-introduction__paragraph {
    font-size: 1em;
  }
  .page-resources-phjoy68-introduction__feature-card {
    padding: 20px;
  }
  .page-resources-phjoy68-introduction__card-title {
    font-size: 1.4em;
  }
}