.page-resources-app-download-installation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-resources-app-download-installation__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A5E 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-app-download-installation__hero-section::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-resources-app-download-installation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-app-download-installation__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-app-download-installation__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.page-resources-app-download-installation__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
}

.page-resources-app-download-installation__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-app-download-installation__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-app-download-installation__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
}

.page-resources-app-download-installation__content-section,
.page-resources-app-download-installation__guide-section,
.page-resources-app-download-installation__installation-guide,
.page-resources-app-download-installation__features-section,
.page-resources-app-download-installation__advantages-section,
.page-resources-app-download-installation__troubleshooting-section,
.page-resources-app-download-installation__conclusion-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-app-download-installation__bg--light {
  background-color: #f8f8f8;
}

.page-resources-app-download-installation__bg--dark {
  background-color: #0A2342;
  color: #fff;
}

.page-resources-app-download-installation__bg--dark .page-resources-app-download-installation__section-title {
  color: #FFD700;
}

.page-resources-app-download-installation__section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-resources-app-download-installation__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333;
}

.page-resources-app-download-installation__paragraph--light {
  color: #f0f0f0;
}

.page-resources-app-download-installation__paragraph--small {
  font-size: 0.9em;
  color: #777;
  text-align: center;
  margin-top: 30px;
}

.page-resources-app-download-installation__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.page-resources-app-download-installation__list li {
  background-color: #f0f8ff;
  padding: 15px 20px;
  border-left: 5px solid #0A2342;
  border-radius: 5px;
  font-size: 1.05em;
  display: flex;
  align-items: center;
  color: #333;
}

.page-resources-app-download-installation__icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 10px;
}

.page-resources-app-download-installation__image-wrapper {
  margin: 40px auto;
  text-align: center;
}

.page-resources-app-download-installation__image-wrapper--large {
  max-width: 800px;
}

.page-resources-app-download-installation__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-app-download-installation__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-app-download-installation__step {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-resources-app-download-installation__step:hover {
  transform: translateY(-5px);
}

.page-resources-app-download-installation__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #FFD700;
  color: #0A2342;
  border-radius: 50%;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-app-download-installation__step-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-resources-app-download-installation__os-guide {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-app-download-installation__os-title {
  font-size: 2em;
  color: #0A2342;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-app-download-installation__ordered-list {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.page-resources-app-download-installation__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #333;
}

.page-resources-app-download-installation__strong-text {
  color: #0A2342;
}

.page-resources-app-download-installation__cta-section {
  text-align: center;
  padding: 80px 0;
}

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

.page-resources-app-download-installation__feature-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-app-download-installation__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-app-download-installation__feature-item .page-resources-app-download-installation__icon {
  font-size: 3em;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.page-resources-app-download-installation__feature-title {
  font-size: 1.4em;
  color: #0A2342;
  margin-bottom: 10px;
}

.page-resources-app-download-installation__feature-description {
  font-size: 1em;
  color: #555;
}

.page-resources-app-download-installation__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-app-download-installation__faq-question {
  font-size: 1.3em;
  color: #0A2342;
  margin-bottom: 10px;
}

.page-resources-app-download-installation__faq-answer {
  font-size: 1.05em;
  color: #555;
  text-align: justify;
}

.page-resources-app-download-installation__faq-accordion {
  margin-top: 40px;
}

.page-resources-app-download-installation__accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-app-download-installation__accordion-header {
  background-color: #1A3A5E;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-app-download-installation__accordion-header:hover {
  background-color: #2b507b;
}

.page-resources-app-download-installation__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-app-download-installation__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-app-download-installation__accordion-content {
  padding: 0 25px;
  background-color: #0A2342;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-app-download-installation__accordion-content p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  color: #e0e0e0;
}

.page-resources-app-download-installation__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-app-download-installation__hero-title {
    font-size: 2.8em;
  }
  .page-resources-app-download-installation__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-app-download-installation__section-title {
    font-size: 2em;
  }
  .page-resources-app-download-installation__list {
    grid-template-columns: 1fr;
  }
  .page-resources-app-download-installation__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-app-download-installation__hero-title {
    font-size: 2.2em;
  }
  .page-resources-app-download-installation__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-app-download-installation__section-title {
    font-size: 1.8em;
  }
  .page-resources-app-download-installation__paragraph,
  .page-resources-app-download-installation__list li,
  .page-resources-app-download-installation__ordered-list li,
  .page-resources-app-download-installation__faq-answer,
  .page-resources-app-download-installation__feature-description {
    font-size: 0.95em;
  }
  .page-resources-app-download-installation__step-by-step {
    grid-template-columns: 1fr;
  }
  .page-resources-app-download-installation__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-resources-app-download-installation__faq-question {
    font-size: 1.1em;
  }
  .page-resources-app-download-installation__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-app-download-installation__hero-title {
    font-size: 1.8em;
  }
  .page-resources-app-download-installation__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-app-download-installation__section-title {
    font-size: 1.6em;
  }
  .page-resources-app-download-installation__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-resources-app-download-installation__step-title {
    font-size: 1.3em;
  }
  .page-resources-app-download-installation__os-title {
    font-size: 1.6em;
  }
}