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

.page-app-download-installation-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-app-download-installation-guide-hero {
  background: linear-gradient(135deg, #003366, #1a4a80);
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-app-download-installation-guide-hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-app-download-installation-guide-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-app-download-installation-guide-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-app-download-installation-guide-hero-image {
  margin: 40px auto;
  max-width: 600px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-app-download-installation-guide-main-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-app-download-installation-guide-cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-app-download-installation-guide-btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-app-download-installation-guide-btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-app-download-installation-guide-btn-primary:hover {
  background-color: #e6c200;
  color: #002244;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-app-download-installation-guide-btn-secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-app-download-installation-guide-btn-secondary:hover {
  background-color: #002244;
  color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-app-download-installation-guide-btn-link {
  background-color: transparent;
  color: #003366;
  border: 1px solid #003366;
  padding: 10px 20px;
  font-size: 1em;
}

.page-app-download-installation-guide-btn-link:hover {
  background-color: #003366;
  color: #FFD700;
}

.page-app-download-installation-guide-section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-app-download-installation-guide-section:last-of-type {
  border-bottom: none;
}

.page-app-download-installation-guide-intro {
  background-color: #ffffff;
}

.page-app-download-installation-guide-heading {
  font-size: 2.2em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-app-download-installation-guide-intro p, .page-app-download-installation-guide-section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
  color: #444;
}

.page-app-download-installation-guide-benefits {
  background-color: #f9f9f9;
}

.page-app-download-installation-guide-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-app-download-installation-guide-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-app-download-installation-guide-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-app-download-installation-guide-card-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-app-download-installation-guide-card-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-app-download-installation-guide-card p {
  font-size: 1em;
  color: #555;
  text-align: center;
  flex-grow: 1;
}

.page-app-download-installation-guide-android, .page-app-download-installation-guide-ios {
  background-color: #ffffff;
}

.page-app-download-installation-guide-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-app-download-installation-guide-step-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #003366;
}

.page-app-download-installation-guide-step-number {
  min-width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #003366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-app-download-installation-guide-step-content {
  flex: 1;
}

.page-app-download-installation-guide-step-content h3 {
  font-size: 1.6em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-app-download-installation-guide-step-content p {
  font-size: 1.05em;
  color: #444;
  margin-bottom: 15px;
  text-align: left;
}

.page-app-download-installation-guide-step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-app-download-installation-guide-troubleshooting {
  background-color: #f9f9f9;
}

.page-app-download-installation-guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-app-download-installation-guide-list li {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #FFD700;
}

.page-app-download-installation-guide-list li h3 {
  font-size: 1.4em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-app-download-installation-guide-list li p {
  font-size: 1em;
  color: #555;
  text-align: left;
}

.page-app-download-installation-guide-register-login {
  background-color: #e6f0f5;
}

.page-app-download-installation-guide-register-card, .page-app-download-installation-guide-login-card {
  border-left: none;
}

.page-app-download-installation-guide-faq {
  background-color: #ffffff;
}

.page-app-download-installation-guide-faq-list {
  margin-top: 30px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-question {
  background-color: #eaf2f8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question styling */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  margin-bottom: 10px;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  font-size: 1.2em;
  color: #003366;
  margin: 0;
  text-align: left;
}

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
  margin-left: 15px;
}

.page-app-download-installation-guide-conclusion {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
}

.page-app-download-installation-guide-conclusion .page-app-download-installation-guide-heading {
  color: #FFD700;
}

.page-app-download-installation-guide-conclusion p {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-app-download-installation-guide-cta-final {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-app-download-installation-guide-cta-final .page-app-download-installation-guide-btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-app-download-installation-guide-cta-final .page-app-download-installation-guide-btn-primary:hover {
  background-color: #e6c200;
  color: #002244;
}

.page-app-download-installation-guide-cta-final .page-app-download-installation-guide-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-app-download-installation-guide-cta-final .page-app-download-installation-guide-btn-secondary:hover {
  background-color: #FFD700;
  color: #003366;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-app-download-installation-guide-title {
    font-size: 2.5em;
  }
  .page-app-download-installation-guide-heading {
    font-size: 2em;
  }
  .page-app-download-installation-guide-card-title {
    font-size: 1.3em;
  }
  .page-app-download-installation-guide-step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-app-download-installation-guide-step-number {
    margin-bottom: 20px;
  }
  .page-app-download-installation-guide-step-content h3, .page-app-download-installation-guide-step-content p {
    text-align: center;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-app-download-installation-guide-hero {
    padding: 40px 15px;
  }
  .page-app-download-installation-guide-title {
    font-size: 2em;
  }
  .page-app-download-installation-guide-subtitle {
    font-size: 1.1em;
  }
  .page-app-download-installation-guide-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-app-download-installation-guide-heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-app-download-installation-guide-section {
    padding: 40px 0;
  }
  .page-app-download-installation-guide-grid-2 {
    grid-template-columns: 1fr;
  }
  .page-app-download-installation-guide-card {
    padding: 25px;
  }
  .page-app-download-installation-guide-step-item {
    padding: 20px;
  }
  .page-app-download-installation-guide-step-number {
    font-size: 1.5em;
    width: 40px;
    height: 40px;
  }
  .page-app-download-installation-guide-step-content h3 {
    font-size: 1.4em;
  }
  .page-app-download-installation-guide-list li {
    padding: 20px;
  }
  .page-app-installation-guide-faq .faq-question {
    flex-direction: row;
    align-items: center;
    padding: 15px;
  }
  .page-app-installation-guide-faq .faq-question h3 {
    margin-bottom: 0;
    font-size: 1em;
  }
  .page-app-installation-guide-faq .faq-toggle {
    margin-top: 0;
    font-size: 20px;
  }
  .page-app-download-installation-guide-cta-buttons, .page-app-download-installation-guide-cta-final {
    flex-direction: column;
    gap: 15px;
  }
}