.page-download-system-requirements {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey text for dark background */
  background-color: #0A192F; /* Dark blue main background */
}

.page-download-system-requirements__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-system-requirements__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1A3A60 100%); /* Dark blue gradient */
  padding: 80px 0 40px;
  text-align: center;
  color: #FFD700; /* Gold for hero titles */
  position: relative;
  overflow: hidden;
}

.page-download-system-requirements__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-download-system-requirements__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #FFFFFF; /* White for subtitle */
}

.page-download-system-requirements__hero-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.page-download-system-requirements__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-download-system-requirements__section:last-of-type {
  border-bottom: none;
}

.page-download-system-requirements__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main section titles */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-download-system-requirements__subsection-title {
  font-size: 1.8em;
  color: #FFFFFF; /* White for subsections */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 15px;
}

.page-download-system-requirements__introduction p,
.page-download-system-requirements__explanation,
.page-download-system-requirements__note {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #B0B0B0; /* Slightly lighter grey for body text */
}

.page-download-system-requirements__introduction p strong {
  color: #FFD700;
}

.page-download-system-requirements ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-download-system-requirements ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-download-system-requirements ul li strong {
  color: #FFD700;
}

.page-download-system-requirements__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-download-system-requirements__feature-item {
  background-color: #1A2B42; /* Slightly lighter dark blue for feature cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-download-system-requirements__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: block;
  margin-left: 0;
}

.page-download-system-requirements__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-download-system-requirements__feature-item ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-download-system-requirements__feature-item ul li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-download-system-requirements__network-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  background-color: #1A2B42;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-download-system-requirements__network-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.page-download-system-requirements__network-info ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-download-system-requirements__network-info ul li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-download-system-requirements__browser-list ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-download-system-requirements__browser-list ul li {
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-download-system-requirements__browser-list ul li:hover {
  transform: translateY(-3px);
  background-color: #e6c200;
}

.page-download-system-requirements__cta {
  text-align: center;
  background-color: #0A192F;
  padding: 80px 0;
}

.page-download-system-requirements__cta .page-download-system-requirements__section-title {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-download-system-requirements__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-download-system-requirements__btn {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text */
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-download-system-requirements__btn:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-download-system-requirements__btn--primary {
  /* Specific primary button styles if needed */
}

.page-download-system-requirements__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-download-system-requirements__conclusion p {
  font-size: 1.1em;
  color: #B0B0B0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-download-system-requirements__hero-title {
    font-size: 2.5em;
  }

  .page-download-system-requirements__hero-subtitle {
    font-size: 1.2em;
  }

  .page-download-system-requirements__section-title {
    font-size: 2em;
  }

  .page-download-system-requirements__subsection-title {
    font-size: 1.5em;
  }

  .page-download-system-requirements__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-download-system-requirements__network-info {
    flex-direction: column;
    text-align: center;
  }

  .page-download-system-requirements__network-icon {
    margin-bottom: 20px;
  }

  .page-download-system-requirements__browser-list ul {
    flex-direction: column;
    align-items: center;
  }

  .page-download-system-requirements__btn {
    font-size: 1.1em;
    padding: 12px 30px;
  }
}

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

  .page-download-system-requirements__hero-subtitle {
    font-size: 1em;
  }

  .page-download-system-requirements__section-title {
    font-size: 1.8em;
  }

  .page-download-system-requirements__subsection-title {
    font-size: 1.3em;
  }

  .page-download-system-requirements__hero-image {
    max-width: 95%;
  }

  .page-download-system-requirements__container {
    padding: 0 15px;
  }
}