.page-resources-ph444-account-security {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-ph444-account-security__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0d0d0d; /* Dark background for the hero section */
  color: #ffffff;
}

.page-resources-ph444-account-security__hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-resources-ph444-account-security__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability */
  border-radius: 8px;
}

.page-resources-ph444-account-security__hero-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for prominence */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-ph444-account-security__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-ph444-account-security__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Dark red text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  margin-right: 15px;
}

.page-resources-ph444-account-security__cta-button:hover {
  background-color: #e6c200;
}

.page-resources-ph444-account-security__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #FFD700;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-ph444-account-security__back-link:hover {
  background-color: #FFD700;
  color: #000000;
}

.page-resources-ph444-account-security__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-ph444-account-security__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-ph444-account-security__article-heading {
  color: #8B0000; /* Dark red for main headings */
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-ph444-account-security__article-subheading {
  color: #8B0000;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-ph444-account-security__article-paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-ph444-account-security__keyword-highlight {
  font-weight: bold;
  color: #8B0000;
}

.page-resources-ph444-account-security__article-list,
.page-resources-ph444-account-security__article-ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-ph444-account-security__list-item {
  margin-bottom: 10px;
  color: #333333;
}

.page-resources-ph444-account-security__list-link,
.page-resources-ph444-account-security__faq-link {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ph444-account-security__list-link:hover,
.page-resources-ph444-account-security__faq-link:hover {
  text-decoration: underline;
}

.page-resources-ph444-account-security__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ph444-account-security__responsible-gaming-link {
  display: inline-block;
  background-color: #8B0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-ph444-account-security__responsible-gaming-link:hover {
  background-color: #b90000;
}

.page-resources-ph444-account-security__faq-section {
  margin-top: 40px;
}

.page-resources-ph444-account-security__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-ph444-account-security__faq-question {
  color: #8B0000;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-resources-ph444-account-security__faq-answer {
  color: #555555;
}

.page-resources-ph444-account-security__cta-banner {
  background-color: #FFD700; /* Gold background */
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  color: #8B0000; /* Dark red text */
}

.page-resources-ph444-account-security__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #8B0000;
}

.page-resources-ph444-account-security__cta-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-ph444-account-security__hero-title {
    font-size: 2em;
  }

  .page-resources-ph444-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-ph444-account-security__cta-button,
  .page-resources-ph444-account-security__back-link {
    padding: 10px 20px;
    font-size: 1em;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .page-resources-ph444-account-security__cta-button {
    margin-right: 0;
  }

  .page-resources-ph444-account-security__hero-content {
    padding: 15px;
    width: 90%;
  }

  .page-resources-ph444-account-security__article-heading {
    font-size: 1.6em;
  }

  .page-resources-ph444-account-security__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-ph444-account-security__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-ph444-account-security__article-image {
    width: 100%;
    max-width: 100%; /* Ensures images do not overflow on mobile */
    height: auto;
  }

  .page-resources-ph444-account-security__cta-banner {
    padding: 30px 20px;
  }

  .page-resources-ph444-account-security__cta-title {
    font-size: 1.8em;
  }

  .page-resources-ph444-account-security__cta-text {
    font-size: 1em;
  }

  .page-resources-ph444-account-security__hero-section .page-resources-ph444-account-security__cta-button,
  .page-resources-ph444-account-security__hero-section .page-resources-ph444-account-security__back-link {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .page-resources-ph444-account-security__hero-section .page-resources-ph444-account-security__cta-button {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-ph444-account-security__hero-title {
    font-size: 1.6em;
  }
  .page-resources-ph444-account-security__hero-description {
    font-size: 0.9em;
  }
  .page-resources-ph444-account-security__cta-button,
  .page-resources-ph444-account-security__back-link {
    font-size: 0.9em;
  }
  .page-resources-ph444-account-security__article-heading {
    font-size: 1.4em;
  }
  .page-resources-ph444-account-security__article-subheading {
    font-size: 1.2em;
  }
  .page-resources-ph444-account-security__article-paragraph,
  .page-resources-ph444-account-security__list-item,
  .page-resources-ph444-account-security__faq-answer {
    font-size: 0.95em;
  }
}