.page-app-download-features-highlights {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Default text color for dark background */
  background-color: #0A2239; /* Primary background color */
  line-height: 1.6;
}

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

.page-app-features-highlights h1, .page-app-download-features-highlights h2, .page-app-download-features-highlights h3, .page-app-download-features-highlights h4 {
  color: #FFD700; /* Gold for headings */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-app-download-features-highlights h1 {
  font-size: 2.8em;
  text-align: center;
}

.page-app-download-features-highlights h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-app-download-features-highlights h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-app-download-features-highlights p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-app-download-features-highlights .subtitle {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
}

.page-app-download-features-highlights .hero-section {
  background: linear-gradient(135deg, #0A2239, #2c496d);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-app-download-features-highlights .hero-section h1 {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-app-download-features-highlights .cta-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-app-download-features-highlights .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;
  border: none;
  cursor: pointer;
}

.page-app-download-features-highlights .btn-primary {
  background-color: #FFD700;
  color: #0A2239;
}

.page-app-download-features-highlights .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-app-download-features-highlights .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-app-download-features-highlights .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-2px);
}

.page-app-download-features-highlights .btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-app-download-features-highlights .btn-huge {
  padding: 20px 50px;
  font-size: 1.4em;
}

.page-app-download-features-highlights .features-overview {
  padding: 60px 0;
  background-color: #1a3a5a;
}

.page-app-download-features-highlights .features-overview p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

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

.page-app-download-features-highlights .feature-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-app-download-features-highlights .feature-item:hover {
  transform: translateY(-5px);
}

.page-app-download-features-highlights .feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-app-download-features-highlights .feature-item h3 {
  color: #FFD700;
  font-size: 1.4em;
}

.page-app-download-features-highlights .feature-item p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-app-download-features-highlights .app-features-detail {
  padding: 80px 0;
  background-color: #0A2239;
}

.page-app-download-features-highlights .app-features-detail > p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.page-app-download-features-highlights .feature-block {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.page-app-download-features-highlights .feature-block.reverse {
  flex-direction: row-reverse;
}

.page-app-download-features-highlights .feature-text {
  flex: 1;
}

.page-app-download-features-highlights .feature-text h3 {
  color: #FFD700;
  font-size: 2em;
}

.page-app-download-features-highlights .feature-text ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-app-download-features-highlights .feature-text ul li {
  background-color: #1a3a5a;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-app-download-features-highlights .feature-text ul li strong {
  color: #FFD700;
}

.page-app-download-features-highlights .feature-image {
  flex: 1;
  text-align: center;
}

.page-app-download-features-highlights .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-app-download-features-highlights .download-guide {
  padding: 80px 0;
  background-color: #1a3a5a;
}

.page-app-download-features-highlights .download-guide > p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

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

.page-app-download-features-highlights .step-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-app-download-features-highlights .step-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
}

.page-app-download-features-highlights .step-item h3 {
  color: #FFD700;
  font-size: 1.5em;
}

.page-app-download-features-highlights .step-item p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-app-download-features-highlights .cta-download {
  text-align: center;
  margin-top: 60px;
}

.page-app-download-features-highlights .testimonials {
  padding: 80px 0;
  background-color: #0A2239;
}

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

.page-app-download-features-highlights .testimonial-item {
  background-color: #1a3a5a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #E0E0E0;
  position: relative;
}

.page-app-download-features-highlights .testimonial-item p {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-app-download-features-highlights .testimonial-item span {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #FFD700;
}

.page-app-download-features-highlights .cta-final {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c496d, #0A2239);
  text-align: center;
  color: #FFFFFF;
}

.page-app-download-features-highlights .cta-final h2 {
  color: #FFD700;
  font-size: 3em;
  margin-bottom: 20px;
}

.page-app-download-features-highlights .cta-final p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #E0E0E0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-app-download-features-highlights .hero-section h1 {
    font-size: 2.8em;
  }
  .page-app-download-features-highlights h2 {
    font-size: 1.8em;
  }
  .page-app-download-features-highlights .feature-block {
    flex-direction: column;
  }
  .page-app-download-features-highlights .feature-block.reverse {
    flex-direction: column;
  }
  .page-app-download-features-highlights .feature-text h3 {
    font-size: 1.8em;
  }
  .page-app-download-features-highlights .cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-app-download-features-highlights .btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-app-download-features-highlights .cta-final h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-app-download-features-highlights .hero-section {
    padding: 70px 0;
  }
  .page-app-download-features-highlights .hero-section h1 {
    font-size: 2.2em;
  }
  .page-app-download-features-highlights .subtitle {
    font-size: 1.1em;
  }
  .page-app-download-features-highlights .btn {
    padding: 12px 25px;
    font-size: 1em;
    width: 90%;
  }
  .page-app-download-features-highlights .feature-grid, .page-app-download-features-highlights .guide-steps, .page-app-download-features-highlights .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .page-app-download-features-highlights .feature-block {
    gap: 30px;
  }
  .page-app-download-features-highlights .feature-text h3 {
    font-size: 1.5em;
  }
  .page-app-download-features-highlights .cta-final h2 {
    font-size: 2em;
  }
  .page-app-download-features-highlights .cta-final p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-app-download-features-highlights h1 {
    font-size: 1.8em;
  }
  .page-app-download-features-highlights h2 {
    font-size: 1.5em;
  }
  .page-app-download-features-highlights h3 {
    font-size: 1.3em;
  }
  .page-app-download-features-highlights .btn-large, .page-app-download-features-highlights .btn-huge {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}