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

.page-resources-security-privacy-protection__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0D1117; /* Main brand color for hero background */
  color: #ffffff;
  padding-bottom: 40px; /* Adjust as needed */
}

.page-resources-security-privacy-protection__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-security-privacy-protection__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  padding: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 8px;
}

.page-resources-security-privacy-protection__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Accent color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-resources-security-privacy-protection__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Accent color for button */
  color: #0D1117;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-security-privacy-protection__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-security-privacy-protection__article-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.page-resources-security-privacy-protection__article-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-security-privacy-protection__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #0D1117;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-security-privacy-protection__back-link:hover {
  color: #FFD700;
}

.page-resources-security-privacy-protection__article-content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-security-privacy-protection__article-heading {
  font-size: 2.5em;
  color: #0D1117;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-security-privacy-protection__article-subheading {
  font-size: 2em;
  color: #0D1117;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-security-privacy-protection__article-sub-subheading {
  font-size: 1.5em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-security-privacy-protection__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-security-privacy-protection__article-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-security-privacy-protection__button-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-security-privacy-protection__button {
  display: inline-block;
  background-color: #0D1117;
  color: #FFD700;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-security-privacy-protection__button:hover {
  background-color: #FFD700;
  color: #0D1117;
}

.page-resources-security-privacy-protection__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-security-privacy-protection__benefits-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-security-privacy-protection__benefits-item strong {
  color: #0D1117;
}

.page-resources-security-privacy-protection__cta-section {
  background-color: #0D1117;
  color: #ffffff;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-security-privacy-protection__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-security-privacy-protection__cta-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-security-privacy-protection__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0D1117;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-security-privacy-protection__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-security-privacy-protection__faq-list {
  margin-top: 30px;
}

.page-resources-security-privacy-protection__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-security-privacy-protection__faq-question {
  font-size: 1.3em;
  color: #0D1117;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-security-privacy-protection__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-security-privacy-protection__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
}

.page-resources-security-privacy-protection__faq-question.active::after {
  content: '-';
}

.page-resources-security-privacy-protection__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-resources-security-privacy-protection__faq-answer p {
  padding-bottom: 20px;
  margin: 0;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .page-resources-security-privacy-protection__hero-title {
    font-size: 2.8em;
  }
  .page-resources-security-privacy-protection__hero-description {
    font-size: 1.1em;
  }
  .page-resources-security-privacy-protection__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 992px) {
  .page-resources-security-privacy-protection__hero-title {
    font-size: 2.4em;
  }
  .page-resources-security-privacy-protection__hero-description {
    font-size: 1em;
  }
  .page-resources-security-privacy-protection__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-security-privacy-protection {
    padding-top: var(--header-offset, 120px);
  }
  .page-resources-security-privacy-protection__hero-title {
    font-size: 2em;
  }
  .page-resources-security-privacy-protection__hero-description {
    font-size: 0.95em;
  }
  .page-resources-security-privacy-protection__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-security-privacy-protection__hero-content {
    width: 90%;
    padding: 15px;
  }
  .page-resources-security-privacy-protection__article-section {
    padding: 40px 15px;
  }
  .page-resources-security-privacy-protection__article-content {
    padding: 25px;
  }
  .page-resources-security-privacy-protection__article-heading {
    font-size: 2em;
  }
  .page-resources-security-privacy-protection__article-subheading {
    font-size: 1.6em;
  }
  .page-resources-security-privacy-protection__article-sub-subheading {
    font-size: 1.3em;
  }
  .page-resources-security-privacy-protection__article-paragraph {
    font-size: 1em;
  }
  .page-resources-security-privacy-protection__article-image {
    margin: 30px auto;
    max-width: 100%;
    height: auto; /* Ensure images scale correctly */
  }
  .page-resources-security-privacy-protection__cta-section {
    padding: 30px;
  }
  .page-resources-security-privacy-protection__cta-title {
    font-size: 2em;
  }
  .page-resources-security-privacy-protection__cta-description {
    font-size: 1.1em;
  }
  .page-resources-security-privacy-protection__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-resources-security-privacy-protection__faq-question {
    font-size: 1.1em;
  }
  /* Mobile content area images must be constrained */
  .page-resources-security-privacy-protection__article-content img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-security-privacy-protection__hero-title {
    font-size: 1.6em;
  }
  .page-resources-security-privacy-protection__hero-description {
    font-size: 0.9em;
  }
  .page-resources-security-privacy-protection__hero-content {
    width: 95%;
    padding: 10px;
  }
  .page-resources-security-privacy-protection__article-heading {
    font-size: 1.8em;
  }
  .page-resources-security-privacy-protection__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-security-privacy-protection__cta-title {
    font-size: 1.8em;
  }
  .page-resources-security-privacy-protection__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-security-privacy-protection__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-resources-security-privacy-protection__faq-question::after {
    font-size: 1.2em;
  }
  .page-resources-security-privacy-protection__faq-answer p {
    font-size: 0.95em;
  }
}