.page-resources-f168n-security-trust {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f9fa;
}

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

.page-resources-f168n-security-trust__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-f168n-security-trust__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-resources-f168n-security-trust__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-f168n-security-trust h1 {
  font-size: 3.2em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-f168n-security-trust h2 {
  font-size: 2.2em;
  color: #003366;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-f168n-security-trust h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-f168n-security-trust p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-f168n-security-trust__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker blue gradient */
  overflow: hidden;
}

.page-resources-f168n-security-trust__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  z-index: 1;
}

.page-resources-f168n-security-trust__hero-content {
  flex: 1;
  text-align: left;
  color: #FFFFFF;
}

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

.page-resources-f168n-security-trust__hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-f168n-security-trust__hero-image img {
  width: 100%;
  max-width: 600px; /* Adjust as needed */
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-f168n-security-trust__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #003366; /* Dark Blue */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-f168n-security-trust__cta-button:hover {
  background: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-f168n-security-trust__features-grid,
.page-resources-f168n-security-trust__security-points,
.page-resources-f168n-security-trust__payment-methods,
.page-resources-f168n-security-trust__support-channels,
.page-resources-f168n-security-trust__responsible-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f168n-security-trust__feature-item,
.page-resources-f168n-security-trust__security-point,
.page-resources-f168n-security-trust__method-item,
.page-resources-f168n-security-trust__channel-item,
.page-resources-f168n-security-trust__feature-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-resources-f168n-security-trust__feature-item:hover,
.page-resources-f168n-security-trust__security-point:hover,
.page-resources-f168n-security-trust__method-item:hover,
.page-resources-f168n-security-trust__channel-item:hover,
.page-resources-f168n-security-trust__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-f168n-security-trust__feature-icon,
.page-resources-f168n-security-trust__security-icon,
.page-resources-f168n-security-trust__method-icon,
.page-resources-f168n-security-trust__channel-icon,
.page-resources-f168n-security-trust__feature-card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-f168n-security-trust__content-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  text-align: left;
}

.page-resources-f168n-security-trust__content-card--reversed {
  flex-direction: row-reverse;
}

.page-resources-f168n-security-trust__card-image {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-f168n-security-trust__card-body {
  flex: 1;
}

.page-resources-f168n-security-trust__card-body h3 {
  color: #003366;
}

.page-resources-f168n-security-trust__card-body p {
  color: #555555;
}

.page-resources-f168n-security-trust__button {
  display: inline-block;
  padding: 10px 25px;
  background: #003366; /* Dark Blue */
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-f168n-security-trust__button:hover {
  background: #004d99; /* Lighter dark blue */
}

.page-resources-f168n-security-trust__note {
  font-style: italic;
  color: #003366;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-resources-f168n-security-trust__cta-final {
  background: #003366;
  color: #FFFFFF;
  padding: 80px 20px;
}

.page-resources-f168n-security-trust__cta-final h2 {
  color: #FFD700;
  font-size: 2.8em;
}

.page-resources-f168n-security-trust__cta-final p {
  color: #e0e0e0;
  font-size: 1.2em;
  max-width: 800px;
  margin: 20px auto 40px auto;
}

.page-resources-f168n-security-trust__cta-button--large {
  padding: 18px 50px;
  font-size: 1.3em;
  border-radius: 10px;
}

/* FAQ styles */
.page-resources-f168n-security-trust__faq-list {
  margin-top: 40px;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  color: #003366;
  font-size: 1.25em;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

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

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-answer p {
  margin-bottom: 0;
}

.faq-item.active .faq-answer .page-resources-f168n-security-trust__button {
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-f168n-security-trust__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-f168n-security-trust__hero-content {
    text-align: center;
  }

  .page-resources-f168n-security-trust__hero-image {
    margin-top: 30px;
  }

  .page-resources-f168n-security-trust__section-title {
    font-size: 2em;
  }

  .page-resources-f168n-security-trust h1 {
    font-size: 2.5em;
  }

  .page-resources-f168n-security-trust h2 {
    font-size: 1.8em;
  }

  .page-resources-f168n-security-trust h3 {
    font-size: 1.4em;
  }

  .page-resources-f168n-security-trust p {
    font-size: 1em;
  }

  .page-resources-f168n-security-trust__content-card {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }

  .page-resources-f168n-security-trust__content-card--reversed {
    flex-direction: column;
  }

  .page-resources-f168n-security-trust__card-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-f168n-security-trust__section {
    padding: 40px 0;
  }

  .page-resources-f168n-security-trust__section-title {
    font-size: 1.8em;
  }

  .page-resources-f168n-security-trust h1 {
    font-size: 2em;
  }

  .page-resources-f168n-security-trust h2 {
    font-size: 1.6em;
  }

  .page-resources-f168n-security-trust h3 {
    font-size: 1.2em;
  }

  .page-resources-f168n-security-trust__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-resources-f168n-security-trust__features-grid,
  .page-resources-f168n-security-trust__security-points,
  .page-resources-f168n-security-trust__payment-methods,
  .page-resources-f168n-security-trust__support-channels,
  .page-resources-f168n-security-trust__responsible-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-f168n-security-trust__feature-item,
  .page-resources-f168n-security-trust__security-point,
  .page-resources-f168n-security-trust__method-item,
  .page-resources-f168n-security-trust__channel-item,
  .page-resources-f168n-security-trust__feature-card {
    padding: 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 20px;
  }
}