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

.page-resources-ph9999-security-trust__hero-section {
  background-color: #007bff; /* Primary color for hero background */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-ph9999-security-trust__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-ph9999-security-trust__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-ph9999-security-trust__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-ph9999-security-trust__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-ph9999-security-trust__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-resources-ph9999-security-trust__button--primary {
  background-color: #ffc107; /* Auxiliary color */
  color: #007bff; /* Primary color for text */
  border: 2px solid #ffc107;
}

.page-resources-ph9999-security-trust__button--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-ph9999-security-trust__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-ph9999-security-trust__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-ph9999-security-trust__hero-image {
  margin-top: 40px;
  max-width: 100%;
}

.page-resources-ph9999-security-trust__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph9999-security-trust__content-area {
  max-width: 800px; /* Optimized for long-form reading */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-ph9999-security-trust__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-ph9999-security-trust__article-heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-ph9999-security-trust__article-heading:first-of-type {
  margin-top: 0;
}

.page-resources-ph9999-security-trust__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1.2em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-ph9999-security-trust__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-ph9999-security-trust__feature-card {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-ph9999-security-trust__feature-card:hover {
  transform: translateY(-5px);
}

.page-resources-ph9999-security-trust__feature-icon {
  width: 250px;
  height: auto;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph9999-security-trust__feature-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-ph9999-security-trust__feature-description {
  font-size: 0.95em;
  color: #555555;
  line-height: 1.6;
}

.page-resources-ph9999-security-trust__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-ph9999-security-trust__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333333;
}

.page-resources-ph9999-security-trust__blockquote {
  background-color: #e9f5ff; /* Light primary color background */
  border-left: 5px solid #007bff;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #0056b3;
  font-size: 1.15em;
  line-height: 1.8;
}

.page-resources-ph9999-security-trust__payment-info,
.page-resources-ph9999-security-trust__support-info {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-ph9999-security-trust__payment-image,
.page-resources-ph9999-security-trust__support-image {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph9999-security-trust__payment-info .page-resources-ph9999-security-trust__list,
.page-resources-ph9999-security-trust__support-info .page-resources-ph9999-security-trust__list {
  flex: 1;
  max-width: 50%;
  list-style: none; /* Remove default list style */
  margin-left: 0;
  padding-left: 0;
}

.page-resources-ph9999-security-trust__payment-info .page-resources-ph9999-security-trust__list-item,
.page-resources-ph9999-security-trust__support-info .page-resources-ph9999-security-trust__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-ph9999-security-trust__payment-info .page-resources-ph9999-security-trust__list-item::before,
.page-resources-ph9999-security-trust__support-info .page-resources-ph9999-security-trust__list-item::before {
  content: '✔';
  color: #ffc107; /* Auxiliary color checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-ph9999-security-trust__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ph9999-security-trust__hero-section {
    padding: 60px 15px;
  }

  .page-resources-ph9999-security-trust__hero-title {
    font-size: 2em;
  }

  .page-resources-ph9999-security-trust__hero-description {
    font-size: 1em;
  }

  .page-resources-ph9999-security-trust__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-ph9999-security-trust__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-ph9999-security-trust__content-area {
    padding: 0 15px;
  }

  .page-resources-ph9999-security-trust__article-heading {
    font-size: 1.6em;
  }

  .page-resources-ph9999-security-trust__article-paragraph,
  .page-resources-ph9999-security-trust__list-item,
  .page-resources-ph9999-security-trust__blockquote {
    font-size: 1em;
  }

  .page-resources-ph9999-security-trust__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-ph9999-security-trust__payment-info,
  .page-resources-ph9999-security-trust__support-info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .page-resources-ph9999-security-trust__payment-image,
  .page-resources-ph9999-security-trust__support-image {
    max-width: 100%;
  }

  .page-resources-ph9999-security-trust__payment-info .page-resources-ph9999-security-trust__list,
  .page-resources-ph9999-security-trust__support-info .page-resources-ph9999-security-trust__list {
    max-width: 100%;
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-ph9999-security-trust img {
    max-width: 100%;
    height: auto;
  }
  
  .page-resources-ph9999-security-trust__feature-icon,
  .page-resources-ph9999-security-trust__payment-image,
  .page-resources-ph9999-security-trust__support-image {
    min-width: 200px;
    min-height: 200px;
    width: 100%; /* Make sure they fill their container, but respect max-width */
    height: auto;
  }

  .page-resources-ph9999-security-trust__article {
    padding: 20px;
  }
}