.page-resources-security-tech-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-security-tech-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-security-tech-advantages__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-security-tech-advantages__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-security-tech-advantages__text-center {
  text-align: center;
}

.page-resources-security-tech-advantages__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-resources-security-tech-advantages__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-security-tech-advantages__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Hero Section */
.page-resources-security-tech-advantages__hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  min-height: 600px;
  gap: 40px;
}

.page-resources-security-tech-advantages__hero-content {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.page-resources-security-tech-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-security-tech-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-security-tech-advantages__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-security-tech-advantages__btn-primary,
.page-resources-security-tech-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-security-tech-advantages__btn-primary {
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-security-tech-advantages__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-security-tech-advantages__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-security-tech-advantages__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-security-tech-advantages__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.page-resources-security-tech-advantages__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Commitment Section */
.page-resources-security-tech-advantages__commitment-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%; /* Ensure cards have equal height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-resources-security-tech-advantages__card:hover {
  transform: translateY(-10px);
}

.page-resources-security-tech-advantages__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-security-tech-advantages__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-security-tech-advantages__feature-text {
  font-size: 1em;
  color: #555555;
}

/* Advanced Tech Section */
.page-resources-security-tech-advantages__advanced-tech-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__tech-item {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-resources-security-tech-advantages__tech-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-security-tech-advantages__tech-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-security-tech-advantages__tech-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* Fraud Prevention Section */
.page-resources-security-tech-advantages__fraud-prevention-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__fraud-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__fraud-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-security-tech-advantages__fraud-text {
  font-size: 1em;
  color: #555555;
}

/* Data Protection Section */
.page-resources-security-tech-advantages__data-protection-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__data-protection-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__data-protection-text {
  flex: 1;
}

.page-resources-security-tech-advantages__data-protection-text p {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-security-tech-advantages__data-protection-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-security-tech-advantages__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Technical Advantages Section */
.page-resources-security-tech-advantages__technical-advantages-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__advantage-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-security-tech-advantages__advantage-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-security-tech-advantages__advantage-text {
  font-size: 1em;
  color: #555555;
}

/* User Experience Section */
.page-resources-security-tech-advantages__user-experience-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__experience-item {
  text-align: center;
}

/* Customer Support Section */
.page-resources-security-tech-advantages__customer-support-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-tech-advantages__channel-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-security-tech-advantages__channel-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-resources-security-tech-advantages__faq-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-resources-security-tech-advantages__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-security-tech-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-security-tech-advantages__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-security-tech-advantages__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-security-tech-advantages__faq-item.active .page-resources-security-tech-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-security-tech-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-security-tech-advantages__faq-item.active .page-resources-security-tech-advantages__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 20px;
}

/* CTA Bottom Section */
.page-resources-security-tech-advantages__cta-bottom-section {
  padding: 80px 0;
}

.page-resources-security-tech-advantages__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-security-tech-advantages__hero-title {
    font-size: 3em;
  }
  .page-resources-security-tech-advantages__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-security-tech-advantages {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-security-tech-advantages__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure padding for mobile */
  }

  .page-resources-security-tech-advantages__hero-content {
    max-width: 100%;
    text-align: center;
  }

  .page-resources-security-tech-advantages__hero-title {
    font-size: 2.5em;
  }

  .page-resources-security-tech-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-security-tech-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-security-tech-advantages__btn-primary,
  .page-resources-security-tech-advantages__btn-secondary,
  .page-resources-security-tech-advantages a[class*="button"],
  .page-resources-security-tech-advantages a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-security-tech-advantages__cta-buttons,
  .page-resources-security-tech-advantages__button-group,
  .page-resources-security-tech-advantages__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-security-tech-advantages__hero-image-wrapper {
    order: -1; /* Move image above text on mobile */
    margin-bottom: 30px;
  }

  .page-resources-security-tech-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-security-tech-advantages__sub-title {
    font-size: 1.5em;
  }

  .page-resources-security-tech-advantages__commitment-section,
  .page-resources-security-tech-advantages__advanced-tech-section,
  .page-resources-security-tech-advantages__fraud-prevention-section,
  .page-resources-security-tech-advantages__data-protection-section,
  .page-resources-security-tech-advantages__technical-advantages-section,
  .page-resources-security-tech-advantages__user-experience-section,
  .page-resources-security-tech-advantages__customer-support-section,
  .page-resources-security-tech-advantages__faq-section,
  .page-resources-security-tech-advantages__cta-bottom-section {
    padding: 40px 0;
  }

  .page-resources-security-tech-advantages__container {
    padding: 0 15px;
  }

  .page-resources-security-tech-advantages__features-grid,
  .page-resources-security-tech-advantages__tech-grid,
  .page-resources-security-tech-advantages__fraud-items,
  .page-resources-security-tech-advantages__advantages-grid,
  .page-resources-security-tech-advantages__experience-grid,
  .page-resources-security-tech-advantages__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-security-tech-advantages__data-protection-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-security-tech-advantages__data-protection-image {
    order: -1; /* Move image above text on mobile */
  }

  /* Ensure all images are responsive on mobile */
  .page-resources-security-tech-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-security-tech-advantages__section,
  .page-resources-security-tech-advantages__card,
  .page-resources-security-tech-advantages__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-security-tech-advantages__video-section {
    padding-top: var(--header-offset, 120px) !important; /* Consistent with common */
  }

  .page-resources-security-tech-advantages video,
  .page-resources-security-tech-advantages__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-security-tech-advantages__video-section,
  .page-resources-security-tech-advantages__video-container,
  .page-resources-security-tech-advantages__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-resources-security-tech-advantages__hero-title {
    font-size: 2em;
  }
  .page-resources-security-tech-advantages__btn-large {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-security-tech-advantages__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-security-tech-advantages__faq-answer {
    padding: 10px 20px 15px;
  }
}