.page-resources-42-vipph-platform-analysis {
  color: #000000; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px);
}

.page-resources-42-vipph-platform-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-42-vipph-platform-analysis__hero-content {
  z-index: 2;
  max-width: 900px;
}

.page-resources-42-vipph-platform-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-42-vipph-platform-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-42-vipph-platform-analysis__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-42-vipph-platform-analysis__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1em;
}

.page-resources-42-vipph-platform-analysis__button--register {
  background-color: #FFFFFF; /* Register button background */
  color: #000000; /* Register button text color */
  border: 2px solid #FFFFFF;
}

.page-resources-42-vipph-platform-analysis__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-42-vipph-platform-analysis__button--login {
  background-color: #FCBC45; /* Login button background */
  color: #000000; /* Login button text color */
  border: 2px solid #FCBC45;
}

.page-resources-42-vipph-platform-analysis__button--login:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-42-vipph-platform-analysis__button--download {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-42-vipph-platform-analysis__button--download:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-42-vipph-platform-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-42-vipph-platform-analysis__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  display: block;
}

.page-resources-42-vipph-platform-analysis__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-42-vipph-platform-analysis__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-42-vipph-platform-analysis__back-link:hover {
  color: #FCBC45;
}

.page-resources-42-vipph-platform-analysis__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-42-vipph-platform-analysis__sub-section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-42-vipph-platform-analysis__sub-sub-section-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-42-vipph-platform-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-42-vipph-platform-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-42-vipph-platform-analysis__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-42-vipph-platform-analysis__inline-link:hover {
  text-decoration: underline;
}

.page-resources-42-vipph-platform-analysis__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
}

.page-resources-42-vipph-platform-analysis__call-to-action-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-42-vipph-platform-analysis__button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-42-vipph-platform-analysis__button--primary:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-resources-42-vipph-platform-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-resources-42-vipph-platform-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-42-vipph-platform-analysis__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-42-vipph-platform-analysis__button {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-42-vipph-platform-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-42-vipph-platform-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-42-vipph-platform-analysis__sub-sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-42-vipph-platform-analysis__text-block,
  .page-resources-42-vipph-platform-analysis__call-to-action-text {
    font-size: 1em;
  }

  .page-resources-42-vipph-platform-analysis__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-42-vipph-platform-analysis img {
    max-width: 100%;
    height: auto;
  }
}