.page-download-install-pc-client-setup {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A2A3A; /* Dark blue auxiliary color as background */
}

.page-download-install-pc-client-setup__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-install-pc-client-setup__hero {
  background: linear-gradient(135deg, #1A2A3A 0%, #0c151d 100%); /* Dark gradient for hero */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-install-pc-client-setup__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric,dark_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-install-pc-client-setup__hero > * {
  position: relative;
  z-index: 1;
}

.page-download-install-pc-client-setup__title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-download-install-pc-client-setup__subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  margin-bottom: 40px;
}

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

.page-download-install-pc-client-setup__section {
  padding: 60px 0;
  background-color: #1A2A3A;
}

.page-download-install-pc-client-setup__section--benefits {
  background-color: #12202b;
}

.page-download-install-pc-client-setup__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-download-install-pc-client-setup__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-download-install-pc-client-setup__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-download-install-pc-client-setup__benefit-item {
  background-color: #2A3B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-download-install-pc-client-setup__benefit-item:hover {
  transform: translateY(-10px);
}

.page-download-install-pc-client-setup__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-download-install-pc-client-setup__benefit-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-download-install-pc-client-setup__benefit-item p {
  font-size: 1em;
  color: #B0B0B0;
}

.page-download-install-pc-client-setup__steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-download-install-pc-client-setup__steps li {
  background-color: #2A3B4C;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-download-install-pc-client-setup__steps li h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-download-install-pc-client-setup__steps li p {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  max-width: 800px;
}

.page-download-install-pc-client-setup__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-download-install-pc-client-setup__requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-install-pc-client-setup__requirement-card {
  background-color: #2A3B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-download-install-pc-client-setup__requirement-card h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
}

.page-download-install-pc-client-setup__requirement-card ul {
  list-style: none;
  padding: 0;
}

.page-download-install-pc-client-setup__requirement-card li {
  color: #E0E0E0;
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-download-install-pc-client-setup__requirement-card li strong {
  color: #FFD700;
}

.page-download-install-pc-client-setup__faq-item {
  background-color: #2A3B4C;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-download-install-pc-client-setup__faq-item h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-download-install-pc-client-setup__faq-item h3::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-download-install-pc-client-setup__faq-item.active h3::after {
  transform: rotate(45deg);
}

.page-download-install-pc-client-setup__faq-item p {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-download-install-pc-client-setup__faq-item.active p {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-download-install-pc-client-setup__section--cta {
  text-align: center;
  background-color: #12202b;
  padding-bottom: 80px;
}

.page-download-install-pc-client-setup__section--cta .page-download-install-pc-client-setup__btn {
  margin: 10px;
}

.page-download-install-pc-client-setup__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.page-download-install-pc-client-setup__btn--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #1A2A3A; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-download-install-pc-client-setup__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-download-install-pc-client-setup__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on dark background */
  border: 2px solid #FFD700;
}

.page-download-install-pc-client-setup__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2A3A;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-download-install-pc-client-setup .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-download-install-pc-client-setup__title {
    font-size: 2.5em;
  }

  .page-download-install-pc-client-setup__subtitle {
    font-size: 1.1em;
  }

  .page-download-install-pc-client-setup__section-title {
    font-size: 2em;
  }

  .page-download-install-pc-client-setup__steps li {
    padding: 20px;
  }

  .page-download-install-pc-client-setup__steps li h3 {
    font-size: 1.5em;
  }

  .page-download-install-pc-client-setup__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-download-install-pc-client-setup__title {
    font-size: 2em;
  }

  .page-download-install-pc-client-setup__subtitle {
    font-size: 1em;
  }

  .page-download-install-pc-client-setup__section-title {
    font-size: 1.8em;
  }

  .page-download-install-pc-client-setup__benefits-grid,
  .page-download-install-pc-client-setup__requirements-grid {
    grid-template-columns: 1fr;
  }

  .page-download-install-pc-client-setup__hero-image {
    max-width: 95%;
  }
  
  .page-download-install-pc-client-setup__btn {
    display: block;
    margin: 10px auto;
  }
}