.page-game-download-system-requirements {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0;
  background-color: #0A244A;
}

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

.page-game-download-system-requirements__container--center {
  text-align: center;
}

.page-game-download-system-requirements__bg--dark {
  background-color: #051A36;
}

.page-game-download-system-requirements__bg--gradient {
  background: linear-gradient(135deg, #0A244A, #1A4A8A);
}

.page-game-download-system-requirements__hero-section {
  background: linear-gradient(135deg, #0A244A, #1A4A8A);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-game-download-system-requirements__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

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

.page-game-download-system-requirements__hero-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-game-download-system-requirements__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.page-game-download-system-requirements__btn--primary {
  background-color: #FFD700;
  color: #0A244A;
  border: 2px solid #FFD700;
}

.page-game-download-system-requirements__btn--primary:hover {
  background-color: #E0B800;
  border-color: #E0B800;
}

.page-game-download-system-requirements__btn--secondary {
  background-color: #0A244A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-download-system-requirements__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A244A;
}

.page-game-download-system-requirements__btn--ghost {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-game-download-system-requirements__btn--ghost:hover {
  background-color: #FFD700;
  color: #0A244A;
}

.page-game-download-system-requirements__btn--white {
  background-color: #FFFFFF;
  color: #0A244A;
  border: 2px solid #FFFFFF;
}

.page-game-download-system-requirements__btn--white:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.page-game-download-system-requirements__btn--outline {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin-left: 15px;
}

.page-game-download-system-requirements__btn--outline:hover {
  background-color: #FFFFFF;
  color: #0A244A;
}

.page-game-download-system-requirements__btn--centered {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 300px;
}

.page-game-download-system-requirements__content-section {
  padding: 60px 0;
}

.page-game-download-system-requirements__section-title {
  font-size: 2.2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-download-system-requirements__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .page-game-download-system-requirements__section-title {
    font-size: 1.8em;
  }
}

.page-game-download-system-requirements__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
}

.page-game-download-system-requirements__sub-title--spacing {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .page-game-download-system-requirements__sub-title {
    font-size: 1.5em;
  }
}

.page-game-download-system-requirements__text {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-download-system-requirements__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-game-download-system-requirements__list li {
  background-color: #051A36;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #FFD700;
  border-radius: 5px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-download-system-requirements__list--tips li {
  background-color: #0A244A;
  border-left-color: #FFD700;
}

.page-game-download-system-requirements__list-highlight {
  color: #FFD700;
}

.page-game-download-system-requirements__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-game-download-system-requirements__grid--network {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.page-game-download-system-requirements__grid-item {
  background-color: #0A244A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

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

.page-game-download-system-requirements__grid-text {
  font-size: 1em;
  color: #E0E0E0;
}

.page-game-download-system-requirements__info-block {
  background-color: #0A244A;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

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

.page-game-download-system-requirements__block-text {
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-game-download-system-requirements__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-game-download-system-requirements__image--full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.page-game-download-system-requirements__image--medium {
  max-width: 800px;
}

.page-game-download-system-requirements__cta-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-game-download-system-requirements__faq-item {
  background-color: #0A244A;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-game-download-system-requirements__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-download-system-requirements__faq-answer {
  font-size: 1em;
  color: #CCCCCC;
}

.page-game-download-system-requirements__cta-final {
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-game-download-system-requirements__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-download-system-requirements__cta-description {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.page-game-download-system-requirements__cta-buttons .page-game-download-system-requirements__btn {
  margin: 0 10px;
}

@media (max-width: 600px) {
  .page-game-download-system-requirements__cta-buttons .page-game-download-system-requirements__btn {
    display: block;
    margin: 15px auto;
  }
  .page-game-download-system-requirements__btn--ghost,
  .page-game-download-system-requirements__btn--outline {
    margin-left: auto;
  }
}