.page-app-download-version-history {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1A2E44; /* Main dark background */
}

.page-app-download-version-history__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-app-download-version-history__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A2E44 0%, #3a5c81 100%); /* Dark blue gradient */
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.page-app-download-version-history__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-app-download-version-history__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Accent gold for title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-app-download-version-history__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-app-download-version-history__hero-image-wrapper {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
  z-index: 0;
}

.page-app-download-version-history__hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-app-download-version-history__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent gold for CTA button */
  color: #1A2E44; /* Dark blue text for gold button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-app-download-version-history__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-app-download-version-history__cta-button--secondary {
  background-color: #2c4a6a; /* Darker blue for secondary button */
  color: #FFD700; /* Gold text for secondary button */
  margin-top: 20px;
}

.page-app-download-version-history__cta-button--secondary:hover {
  background-color: #3b618a;
}

.page-app-download-version-history__cta-button--accent {
  background-color: #FFD700;
  color: #1A2E44;
}

.page-app-download-version-history__cta-button--accent:hover {
  background-color: #e6c200;
}

.page-app-download-version-history__intro-section,
.page-app-download-version-history__versions-list,
.page-app-download-version-history__cta-section {
  padding: 60px 0;
}

.page-app-download-version-history__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Accent gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-app-download-version-history__section-title--light {
  color: #ffffff;
}

.page-app-download-version-history__text-content {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  color: #e0e0e0;
}

.page-app-download-version-history__text-content--light {
  color: #ffffff;
}

.page-app-download-version-history__versions-list {
  background-color: #243b55; /* Slightly lighter dark blue for versions list */
}

.page-app-download-version-history__version-card {
  background-color: #1A2E44; /* Main dark blue for cards */
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-app-download-version-history__version-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-app-download-version-history__version-header {
  background-color: #2c4a6a; /* Darker blue for header of card */
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page-app-download-version-history__version-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for version title */
  margin: 0;
  font-weight: bold;
  flex-grow: 1;
}

.page-app-download-version-history__version-date {
  font-size: 1em;
  color: #e0e0e0;
  margin-left: 20px;
}

.page-app-download-version-history__version-details {
  padding: 25px;
  color: #e0e0e0;
}

.page-app-download-version-history__version-details p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.page-app-download-version-history__feature-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-app-download-version-history__feature-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.page-app-download-version-history__feature-list li strong {
  color: #FFD700;
}

.page-app-download-version-history__version-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-app-download-version-history__more-updates {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-app-download-version-history__cta-section {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%); /* Gold gradient background */
  color: #1A2E44; /* Dark text for light background */
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-app-download-version-history__cta-section .page-app-download-version-history__section-title {
  color: #1A2E44; /* Dark blue for CTA section title */
}

.page-app-download-version-history__cta-section .page-app-download-version-history__text-content {
  color: #333333; /* Darker text for readability */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-app-download-version-history__cta-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-app-download-version-history__hero-section {
    padding: 60px 15px;
  }

  .page-app-download-version-history__hero-title {
    font-size: 2.5em;
  }

  .page-app-download-version-history__hero-description {
    font-size: 1em;
  }

  .page-app-download-version-history__section-title {
    font-size: 2em;
  }

  .page-app-download-version-history__version-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-app-download-version-history__version-date {
    margin-left: 0;
    margin-top: 10px;
  }

  .page-app-download-version-history__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-app-download-version-history__hero-title {
    font-size: 2em;
  }

  .page-app-download-version-history__hero-description {
    font-size: 0.9em;
  }

  .page-app-download-version-history__section-title {
    font-size: 1.8em;
  }

  .page-app-download-version-history__version-title {
    font-size: 1.5em;
  }

  .page-app-download-version-history__text-content {
    font-size: 0.95em;
  }

  .page-app-download-version-history__feature-list li {
    padding-left: 25px;
    background-size: 16px;
  }
}