.page-download-center-ae888-android-app-download {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

.page-download-center-ae888-android-app-download .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-ae888-android-app-download .hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-ae888-android-app-download .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-download-center-ae888-android-app-download .hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #CCCCCC;
}

.page-download-center-ae888-android-app-download .hero-actions {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

.page-download-center-ae888-android-app-download .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-download-center-ae888-android-app-download .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-download-center-ae888-android-app-download .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-download-center-ae888-android-app-download .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-download-center-ae888-android-app-download .app-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.page-download-center-ae888-android-app-download .app-image {
  max-width: 100%;
  width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-download-center-ae888-android-app-download .qr-code-wrapper {
  background-color: #1a3a60;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
}

.page-download-center-ae888-android-app-download .qr-code {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 15px auto;
  border: 5px solid #FFD700;
  border-radius: 5px;
}

.page-download-center-ae888-android-app-download .qr-code-wrapper p {
  font-size: 1em;
  margin: 0;
}

.page-download-center-ae888-android-app-download .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
}

.page-download-center-ae888-android-app-download .section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #CCCCCC;
}

.page-download-center-ae888-android-app-download .why-download-section, 
.page-download-center-ae888-android-app-download .download-guide-section, 
.page-download-center-ae888-android-app-download .app-features-section, 
.page-download-center-ae888-android-app-download .system-requirements-section, 
.page-download-center-ae888-android-app-download .faq-section, 
.page-download-center-ae888-android-app-download .cta-section {
  padding: 60px 0;
  background-color: #0A192F;
}

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

.page-download-center-ae888-android-app-download .feature-item {
  background-color: #1a3a60;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-download-center-ae888-android-app-download .feature-item:hover {
  transform: translateY(-10px);
  background-color: #2c4e72;
}

.page-download-center-ae888-android-app-download .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-download-center-ae888-android-app-download .feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-download-center-ae888-android-app-download .feature-item p {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-download-center-ae888-android-app-download .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-download-center-ae888-android-app-download .step-item {
  background-color: #1a3a60;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-ae888-android-app-download .step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A192F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: -50px auto 20px auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-download-center-ae888-android-app-download .step-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-download-center-ae888-android-app-download .step-item p {
  color: #E0E0E0;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-download-center-ae888-android-app-download .step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  margin-top: 15px;
}

.page-download-center-ae888-android-app-download .note {
  background-color: #FFD700;
  color: #0A192F;
  padding: 20px;
  border-radius: 8px;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-download-center-ae888-android-app-download .app-features-section {
  background-color: #0A192F;
}

.page-download-center-ae888-android-app-download .features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-center-ae888-android-app-download .feature-card {
  background-color: #1a3a60;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-download-center-ae888-android-app-download .feature-card:hover {
  transform: translateY(-10px);
}

.page-download-center-ae888-android-app-download .feature-card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px #FFD700);
}

.page-download-center-ae888-android-app-download .feature-card h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-download-center-ae888-android-app-download .feature-card p {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-download-center-ae888-android-app-download .system-requirements-section {
  background-color: #1a3a60;
}

.page-download-center-ae888-android-app-download .requirements-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 40px auto 0 auto;
}

.page-download-center-ae888-android-app-download .requirements-list li {
  background-color: #0A192F;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-ae888-android-app-download .requirements-list li strong {
  color: #FFD700;
}

.page-download-center-ae888-android-app-download .faq-section {
  background-color: #0A192F;
}

.page-download-center-ae888-android-app-download .faq-item {
  background-color: #1a3a60;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-download-center-ae888-android-app-download .faq-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-download-center-ae888-android-app-download .faq-item p {
  color: #E0E0E0;
  font-size: 1em;
  margin-bottom: 0;
  display: none; /* Initially hidden */
}

.page-download-center-ae888-android-app-download .faq-item.active p {
  display: block;
}

.page-download-center-ae888-android-app-download .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-download-center-ae888-android-app-download .faq-item.active h3::after {
  content: '-';
  transform: rotate(180deg);
}

.page-download-center-ae888-android-app-download .cta-section {
  background: linear-gradient(45deg, #0A192F, #1a3a60);
  text-align: center;
  padding: 80px 0;
  color: #FFFFFF;
}

.page-download-center-ae888-android-app-download .cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-download-center-ae888-android-app-download .cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #CCCCCC;
}

.page-download-center-ae888-android-app-download .btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-download-center-ae888-android-app-download .hero-title {
    font-size: 2.5em;
  }

  .page-download-center-ae888-android-app-download .section-title {
    font-size: 2em;
  }

  .page-download-center-ae888-android-app-download .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-download-center-ae888-android-app-download .btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-download-center-ae888-android-app-download .app-showcase {
    flex-direction: column;
  }

  .page-download-center-ae888-android-app-download .features-grid, 
  .page-download-center-ae888-android-app-download .guide-steps, 
  .page-download-center-ae888-android-app-download .features-list {
    grid-template-columns: 1fr;
  }

  .page-download-center-ae888-android-app-download .cta-title {
    font-size: 2.2em;
  }

  .page-download-center-ae888-android-app-download .btn-large {
    width: 90%;
    max-width: 350px;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  .page-download-center-ae888-android-app-download .hero-title {
    font-size: 2em;
  }

  .page-download-center-ae888-android-app-download .hero-description {
    font-size: 1em;
  }

  .page-download-center-ae888-android-app-download .section-title {
    font-size: 1.8em;
  }

  .page-download-center-ae888-android-app-download .qr-code-wrapper {
    padding: 15px;
  }

  .page-download-center-ae888-android-app-download .qr-code {
    width: 120px;
    height: 120px;
  }

  .page-download-center-ae888-android-app-download .btn {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-download-center-ae888-android-app-download .feature-item h3, 
  .page-download-center-ae888-android-app-download .step-item h3, 
  .page-download-center-ae888-android-app-download .feature-card h3 {
    font-size: 1.3em;
  }

  .page-download-center-ae888-android-app-download .cta-title {
    font-size: 1.8em;
  }
  
  .page-download-center-ae888-android-app-download .cta-description {
    font-size: 1em;
  }
}