.page-resources-vip88-ph-security {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-vip88-ph-security__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-vip88-ph-security__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-vip88-ph-security__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-vip88-ph-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-vip88-ph-security__hero-cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for the button */
  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;
}

.page-resources-vip88-ph-security__hero-cta-button:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-vip88-ph-security__hero-image {
  max-width: 1200px;
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.page-resources-vip88-ph-security__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-vip88-ph-security__article-section {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-vip88-ph-security__article-container {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
}

.page-resources-vip88-ph-security__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-vip88-ph-security__article-meta {
  font-size: 0.9em;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-vip88-ph-security__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 8px;
}

.page-resources-vip88-ph-security__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #333333;
  text-align: justify;
}

.page-resources-vip88-ph-security__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-vip88-ph-security__conclusion-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-vip88-ph-security__conclusion-paragraph {
  font-size: 1.1em;
  color: #333333;
  text-align: justify;
  margin-bottom: 40px;
}

.page-resources-vip88-ph-security__cta-section {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-vip88-ph-security__cta-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-vip88-ph-security__cta-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-vip88-ph-security__cta-button--register:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-vip88-ph-security__cta-button--learn-more {
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-vip88-ph-security__cta-button--learn-more:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-vip88-ph-security__back-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 1em;
  color: #FCBC45; /* Highlight color */
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px 15px;
  border: 1px solid #FCBC45;
  border-radius: 5px;
}

.page-resources-vip88-ph-security__back-link:hover {
  color: #e6a73c;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-vip88-ph-security__hero-title {
    font-size: 2em;
  }

  .page-resources-vip88-ph-security__hero-description,
  .page-resources-vip88-ph-security__article-paragraph,
  .page-resources-vip88-ph-security__conclusion-paragraph {
    font-size: 1em;
  }

  .page-resources-vip88-ph-security__article-heading {
    font-size: 1.8em;
  }

  .page-resources-vip88-ph-security__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-vip88-ph-security__hero-section {
    padding: 60px 15px;
  }

  .page-resources-vip88-ph-security__article-section {
    padding: 40px 15px;
  }

  .page-resources-vip88-ph-security__cta-section {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-vip88-ph-security__hero-image img,
  .page-resources-vip88-ph-security__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  /* Critical: Prevent mobile overflow for images */
  .page-resources-vip88-ph-security img {
    max-width: 100% !important;
    height: auto !important;
  }
}