.page-resources-banca29-security-trust {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey text on dark background */
  background-color: #1A202C;
}

.page-resources-banca29-security-trust .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-banca29-security-trust-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1A202C, #2D3748);
  overflow: hidden;
}

.page-resources-banca29-security-trust .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-banca29-security-trust .hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-banca29-security-trust .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-banca29-security-trust .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.page-resources-banca29-security-trust .hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #F6AD55; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-banca29-security-trust .hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-banca29-security-trust .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #E53E3E; /* Red for primary CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(229, 62, 62, 0.4);
}

.page-resources-banca29-security-trust .cta-button:hover {
  background: #C53030;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(229, 62, 62, 0.6);
}

.page-resources-banca29-security-trust .secondary-button {
  background: #F6AD55; /* Gold for secondary CTA */
  box-shadow: 0 5px 15px rgba(246, 173, 85, 0.4);
  margin-left: 15px;
}

.page-resources-banca29-security-trust .secondary-button:hover {
  background: #D69E4B;
  box-shadow: 0 8px 20px rgba(246, 173, 85, 0.6);
}

.page-resources-banca29-security-trust .section-title {
  font-size: 2.5em;
  color: #F6AD55; /* Gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
  position: relative;
}

.page-resources-banca29-security-trust .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #E53E3E;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-banca29-security-trust-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-banca29-security-trust-section:last-of-type {
  border-bottom: none;
}

.page-resources-banca29-security-trust .intro-section p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.page-resources-banca29-security-trust .content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-banca29-security-trust .content-block.reverse {
  flex-direction: row-reverse;
}

.page-resources-banca29-security-trust .content-image {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  width: 100%;
  height: auto;
}

.page-resources-banca29-security-trust .text-content {
  flex: 1.5;
  color: #D1D1D1;
}

.page-resources-banca29-security-trust .text-content h3 {
  font-size: 1.8em;
  color: #F6AD55;
  margin-bottom: 20px;
}

.page-resources-banca29-security-trust .text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-banca29-security-trust .button-link {
  display: inline-block;
  padding: 10px 25px;
  background: #E53E3E;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-banca29-security-trust .button-link:hover {
  background: #C53030;
}

/* FAQ Section */
.page-resources-banca29-security-trust .faq-section {
  background-color: #1A202C;
}

.page-resources-banca29-security-trust .faq-list {
  margin-top: 40px;
}

.page-resources-banca29-security-trust .faq-item {
  margin-bottom: 15px;
  border: 1px solid #3A404E;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-banca29-security-trust .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #2D3748;
  color: #F6AD55;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-banca29-security-trust .faq-question:hover {
  background: #3A404E;
}

.page-resources-banca29-security-trust .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #F6AD55;
}

.page-resources-banca29-security-trust .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53E3E;
  transition: transform 0.3s ease;
}

.page-resources-banca29-security-trust .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #F6AD55;
}

.page-resources-banca29-security-trust .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #202631;
  color: #D1D1D1;
}

.page-resources-banca29-security-trust .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 25px;
}

.page-resources-banca29-security-trust .faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

.page-resources-banca29-security-trust .conclusion-section {
  text-align: center;
  padding-bottom: 100px;
}

.page-resources-banca29-security-trust .conclusion-section p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-resources-banca29-security-trust .cta-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-banca29-security-trust .hero-content h1 {
    font-size: 2.8em;
  }

  .page-resources-banca29-security-trust .section-title {
    font-size: 2em;
  }

  .page-resources-banca29-security-trust .content-block {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-banca29-security-trust .content-block.reverse {
    flex-direction: column;
  }

  .page-resources-banca29-security-trust .content-image {
    margin-bottom: 30px;
  }

  .page-resources-banca29-security-trust .text-content {
    flex: none;
    width: 100%;
  }

  .page-resources-banca29-security-trust .cta-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-banca29-security-trust .secondary-button {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .page-resources-banca29-security-trust-section {
    padding: 60px 0;
  }
  .page-resources-banca29-security-trust .hero-content h1 {
    font-size: 2.2em;
  }

  .page-resources-banca29-security-trust .hero-content p {
    font-size: 1em;
  }

  .page-resources-banca29-security-trust .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-resources-banca29-security-trust .section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-resources-banca29-security-trust .text-content h3 {
    font-size: 1.5em;
  }

  .page-resources-banca29-security-trust .faq-question {
    padding: 15px 20px;
  }

  .page-resources-banca29-security-trust .faq-question h3 {
    font-size: 1.1em;
  }

  .page-resources-banca29-security-trust .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-banca29-security-trust .hero-content h1 {
    font-size: 1.8em;
  }
  .page-resources-banca29-security-trust .cta-button {
    width: 90%;
    max-width: 300px;
  }
  .page-resources-banca29-security-trust .secondary-button {
    margin-top: 10px;
  }
  .page-resources-banca29-security-trust .section-title {
    font-size: 1.5em;
  }
  .page-resources-banca29-security-trust .text-content h3 {
    font-size: 1.3em;
  }
  .page-resources-banca29-security-trust .button-link {
    width: 100%;
    text-align: center;
  }
  .page-resources-banca29-security-trust .faq-question h3 {
    font-size: 1em;
  }
  .page-resources-banca29-security-trust .faq-toggle {
    font-size: 20px;
  }
}