.page-download-center-mobile-web-access {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-download-center-mobile-web-access__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-mobile-web-access__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a3f4a 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-download-center-mobile-web-access__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-center-mobile-web-access__hero > .page-download-center-mobile-web-access__container {
  position: relative;
  z-index: 1;
}

.page-download-center-mobile-web-access__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-download-center-mobile-web-access__hero-subtitle {
  font-size: 1.4em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

.page-download-center-mobile-web-access__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.page-download-center-mobile-web-access__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-download-center-mobile-web-access__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-download-center-mobile-web-access__button--primary:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-download-center-mobile-web-access__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary */
  border: 2px solid #FFD700;
}

.page-download-center-mobile-web-access__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-download-center-mobile-web-access__hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.page-download-center-mobile-web-access__section {
  padding: 80px 0;
}

.page-download-center-mobile-web-access__section:nth-of-type(even) {
  background-color: #2A303C;
}

.page-download-center-mobile-web-access__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-download-center-mobile-web-access__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-download-center-mobile-web-access__text-center {
  text-align: center;
  margin-bottom: 30px;
  color: #C0C0C0;
}

.page-download-center-mobile-web-access__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-center-mobile-web-access__grid-item {
  background-color: #222831;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-download-center-mobile-web-access__item-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for item titles */
  margin-bottom: 15px;
}

.page-download-center-mobile-web-access__item-title + p {
  color: #E0E0E0;
}

.page-download-center-mobile-web-access__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-center-mobile-web-access__step-item {
  text-align: center;
  background-color: #222831;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-download-center-mobile-web-access__step-icon {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700; /* Gold for step numbers */
  background-color: #333;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 3px solid #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.page-download-center-mobile-web-access__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-download-center-mobile-web-access__step-item p {
  color: #E0E0E0;
}

.page-download-center-mobile-web-access__how-to-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-mobile-web-access__game-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-download-center-mobile-web-access__game-list li {
  background-color: #222831;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #FFD700;
  color: #E0E0E0;
  font-size: 1.1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-mobile-web-access__game-list li strong {
  color: #FFD700;
  font-size: 1.2em;
}

.page-download-center-mobile-web-access__games-image {
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-mobile-web-access__section--security p {
  color: #E0E0E0;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
}

.page-download-center-mobile-web-access__section--cta-final {
  background: linear-gradient(90deg, #FFD700, #E5C100);
  padding: 100px 0;
  color: #1A202C; /* Dark text on light background */
  border-top: 5px solid #1A202C;
}

.page-download-center-mobile-web-access__section--cta-final .page-download-center-mobile-web-access__section-title {
  color: #1A202C;
}

.page-download-center-mobile-web-access__section--cta-final .page-download-center-mobile-web-access__section-title::after {
  background-color: #1A202C;
}

.page-download-center-mobile-web-access__section--cta-final p {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-download-center-mobile-web-access__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-download-center-mobile-web-access__small-text {
  font-size: 0.9em;
  color: #555;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-download-center-mobile-web-access__hero-title {
    font-size: 2.5em;
  }

  .page-download-center-mobile-web-access__hero-subtitle {
    font-size: 1.2em;
  }

  .page-download-center-mobile-web-access__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-download-center-mobile-web-access__button {
    width: 80%;
    max-width: 300px;
  }

  .page-download-center-mobile-web-access__section {
    padding: 60px 0;
  }

  .page-download-center-mobile-web-access__section-title {
    font-size: 2em;
  }

  .page-download-center-mobile-web-access__grid-item,
  .page-download-center-mobile-web-access__step-item {
    padding: 25px;
  }

  .page-download-center-mobile-web-access__item-title,
  .page-download-center-mobile-web-access__step-title {
    font-size: 1.3em;
  }

  .page-download-center-mobile-web-access__game-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-download-center-mobile-web-access__hero-title {
    font-size: 2em;
  }

  .page-download-center-mobile-web-access__hero-subtitle {
    font-size: 1em;
  }

  .page-download-center-mobile-web-access__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-download-center-mobile-web-access__section-title {
    font-size: 1.8em;
  }

  .page-download-center-mobile-web-access__grid,
  .page-download-center-mobile-web-access__steps-grid {
    gap: 20px;
  }

  .page-download-center-mobile-web-access__section--cta-final {
    padding: 70px 0;
  }
}