.page-resources-swerte99-app-security-analysis {
  padding-top: var(--header-offset, 120px);
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-swerte99-app-security-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero for contrast */
  color: #FFFFFF;
}

.page-resources-swerte99-app-security-analysis__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-swerte99-app-security-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-resources-swerte99-app-security-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-swerte99-app-security-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-swerte99-app-security-analysis__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-swerte99-app-security-analysis__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-swerte99-app-security-analysis__button--register:hover {
  background-color: #F0F0F0;
  color: #000000;
}

.page-resources-swerte99-app-security-analysis__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-swerte99-app-security-analysis__button--login:hover {
  background-color: #E0A83A;
  color: #000000;
}

.page-resources-swerte99-app-security-analysis__hero-image-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-resources-swerte99-app-security-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-swerte99-app-security-analysis__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-swerte99-app-security-analysis__breadcrumbs {
  font-size: 0.9em;
  color: #666666;
  margin-bottom: 30px;
}

.page-resources-swerte99-app-security-analysis__breadcrumb-link {
  color: #000000;
  text-decoration: none;
}

.page-resources-swerte99-app-security-analysis__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-swerte99-app-security-analysis__breadcrumbs span {
  margin: 0 5px;
}

.page-resources-swerte99-app-security-analysis__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-swerte99-app-security-analysis__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-swerte99-app-security-analysis__section-title:first-of-type {
  margin-top: 0;
}

.page-resources-swerte99-app-security-analysis__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-swerte99-app-security-analysis__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-swerte99-app-security-analysis__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-resources-swerte99-app-security-analysis__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-swerte99-app-security-analysis__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-swerte99-app-security-analysis__cta-section {
  background-color: #F8F8F8;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #E0E0E0;
}

.page-resources-swerte99-app-security-analysis__cta-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-swerte99-app-security-analysis__cta-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-swerte99-app-security-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-swerte99-app-security-analysis__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-swerte99-app-security-analysis__return-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-swerte99-app-security-analysis__return-link:hover {
  text-decoration: underline;
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-swerte99-app-security-analysis {
    padding-top: var(--header-offset, 80px);
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
  }

  .page-resources-swerte99-app-security-analysis__hero-section {
    padding: 40px 15px;
  }

  .page-resources-swerte99-app-security-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-swerte99-app-security-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-swerte99-app-security-analysis__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-swerte99-app-security-analysis__button {
    width: 100%;
    max-width: 300px; /* Constrain button width on small screens */
  }

  .page-resources-swerte99-app-security-analysis__content-area {
    padding: 0 15px;
  }

  .page-resources-swerte99-app-security-analysis__section-title {
    font-size: 1.6em;
  }

  .page-resources-swerte99-app-security-analysis__cta-title {
    font-size: 1.8em;
  }

  .page-resources-swerte99-app-security-analysis__content-image {
    max-width: 100%;
    height: auto;
  }

  /* Ensure all images within the main content area are responsive */
  .page-resources-swerte99-app-security-analysis img {
    max-width: 100%;
    height: auto;
  }
}