.page-resources-sut88-security-privacy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f0f2f5;
}

.page-resources-sut88-security-privacy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sut88-security-privacy__hero {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-sut88-security-privacy__hero-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-sut88-security-privacy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-sut88-security-privacy__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sut88-security-privacy__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-sut88-security-privacy__cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sut88-security-privacy__cta-button:hover {
  background-color: #fff;
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sut88-security-privacy__cta-button--small {
  padding: 10px 25px;
  font-size: 0.95em;
}

.page-resources-sut88-security-privacy__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-sut88-security-privacy__section--alt {
  background-color: #f9f9f9;
}

.page-resources-sut88-security-privacy__section h2 {
  font-size: 2.2em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sut88-security-privacy__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-sut88-security-privacy__section h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--secondary-color);
  padding-left: 15px;
}

.page-resources-sut88-security-privacy__section p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #555;
}

.page-resources-sut88-security-privacy__section ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-sut88-security-privacy__section li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-sut88-security-privacy__section a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-sut88-security-privacy__section a:hover {
  color: var(--secondary-color);
}

.page-resources-sut88-security-privacy__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* FAQ Styles */
.page-resources-sut88-security-privacy__faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
  border-color: var(--secondary-color);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: var(--primary-color);
  flex-grow: 1;
  padding-left: 0;
  border-left: none;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #666;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e6f7ff; /* Light blue for active question */
  border-color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-sut88-security-privacy__hero h1 {
    font-size: 2.5em;
  }
  .page-resources-sut88-security-privacy__hero p {
    font-size: 1.1em;
  }
  .page-resources-sut88-security-privacy__section h2 {
    font-size: 2em;
  }
  .page-resources-sut88-security-privacy__section h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-sut88-security-privacy__hero {
    padding: 60px 0;
  }
  .page-resources-sut88-security-privacy__hero h1 {
    font-size: 2em;
  }
  .page-resources-sut88-security-privacy__hero p {
    font-size: 1em;
  }
  .page-resources-sut88-security-privacy__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-sut88-security-privacy__section {
    padding: 40px 0;
  }
  .page-resources-sut88-security-privacy__section h2 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  .page-resources-sut88-security-privacy__section h3 {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-resources-sut88-security-privacy__section p, 
  .page-resources-sut88-security-privacy__section li {
    font-size: 0.95em;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-sut88-security-privacy__hero h1 {
    font-size: 1.8em;
  }
  .page-resources-sut88-security-privacy__hero-image {
    margin-bottom: 20px;
  }
  .page-resources-sut88-security-privacy__section h2 {
    font-size: 1.6em;
  }
  .page-resources-sut88-security-privacy__section h3 {
    font-size: 1.2em;
  }
  .page-resources-sut88-security-privacy__section ul {
    margin-left: 15px;
  }
}