/* style/download-center-app-features.css */
.page-download-center-app-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-download-center-app-features__hero {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B505 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-app-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-download-center-app-features__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-download-center-app-features__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-download-center-app-features__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;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}

.page-download-center-app-features__btn--primary {
  background-color: #E3B505;
  color: #0A2463;
  border-color: #E3B505;
}

.page-download-center-app-features__btn--primary:hover {
  background-color: #d1a604;
  border-color: #d1a604;
  transform: translateY(-3px);
}

.page-download-center-app-features__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-download-center-app-features__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #E3B505;
  border-color: #E3B505;
  transform: translateY(-3px);
}

.page-download-center-app-features__btn--large {
  padding: 18px 45px;
  font-size: 1.25em;
}

.page-download-center-app-features__section {
  padding: 80px 0;
}

.page-download-center-app-features__section--features {
  background-color: #ffffff;
}

.page-download-center-app-features__section--advantages {
  background-color: #f0f3f7;
}

.page-download-center-app-features__section--download-guide {
  background-color: #ffffff;
}

.page-download-center-app-features__section--faq {
  background-color: #f0f3f7;
}

.page-download-center-app-features__section--final-cta {
  background: linear-gradient(45deg, #0A2463, #3a5c9b);
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-download-center-app-features__section-title {
  font-size: 2.8em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-center-app-features__section--final-cta .page-download-center-app-features__section-title {
  color: #ffffff;
}

.page-download-center-app-features__section-description {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.page-download-center-app-features__section--final-cta .page-download-center-app-features__section-description {
  color: #e0e0e0;
}

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

.page-download-center-app-features__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #E3B505;
}

.page-download-center-app-features__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-download-center-app-features__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  object-fit: contain;
}

.page-download-center-app-features__feature-title {
  font-size: 1.7em;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.page-download-center-app-features__feature-text {
  font-size: 1em;
  color: #666;
  line-height: 1.8;
}

.page-download-center-app-features__advantage-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.page-download-center-app-features__advantage-list li {
  font-size: 1.15em;
  color: #333;
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #0A2463;
}

.page-download-center-app-features__list-icon {
  font-size: 1.5em;
  color: #E3B505;
  margin-right: 15px;
  line-height: 1;
}

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

.page-download-center-app-features__step-item {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-app-features__step-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0A2463;
}

.page-download-center-app-features__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-download-center-app-features__step-title {
  font-size: 1.6em;
  color: #E3B505;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-center-app-features__step-text {
  font-size: 1em;
  color: #666;
  line-height: 1.7;
}

.page-download-center-app-features__faq-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #E3B505;
}

.page-download-center-app-features__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.page-download-center-app-features__faq-answer {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
  display: none; /* Hidden by default, JS will toggle */
}

.page-download-center-app-features__faq-item.active .page-download-center-app-features__faq-answer {
  display: block;
}

.page-download-center-app-features__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-download-center-app-features__disclaimer {
  font-size: 0.9em;
  color: #cccccc;
  margin-top: 40px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-download-center-app-features__hero-title {
    font-size: 2.8em;
  }
  .page-download-center-app-features__hero-subtitle {
    font-size: 1.3em;
  }
  .page-download-center-app-features__section-title {
    font-size: 2.2em;
  }
  .page-download-center-app-features__advantage-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-download-center-app-features__hero {
    padding: 80px 0;
  }
  .page-download-center-app-features__hero-title {
    font-size: 2.2em;
  }
  .page-download-center-app-features__hero-subtitle {
    font-size: 1.1em;
  }
  .page-download-center-app-features__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-download-center-app-features__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-download-center-app-features__section {
    padding: 60px 0;
  }
  .page-download-center-app-features__section-title {
    font-size: 1.8em;
  }
  .page-download-center-app-features__section-description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-download-center-app-features__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-download-center-app-features__feature-item {
    padding: 25px;
  }
  .page-download-center-app-features__feature-title {
    font-size: 1.5em;
  }
  .page-download-center-app-features__advantage-list li {
    font-size: 1em;
    padding: 15px;
  }
  .page-download-center-app-features__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-download-center-app-features__step-item {
    padding: 25px;
  }
  .page-download-center-app-features__step-title {
    font-size: 1.4em;
  }
  .page-download-center-app-features__faq-question {
    font-size: 1.1em;
  }
  .page-download-center-app-features__faq-item {
    padding: 20px;
  }
  .page-download-center-app-features__disclaimer {
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .page-download-center-app-features__hero {
    padding: 60px 0;
  }
  .page-download-center-app-features__hero-title {
    font-size: 1.8em;
  }
  .page-download-center-app-features__hero-subtitle {
    font-size: 0.9em;
  }
  .page-download-center-app-features__btn {
    font-size: 1em;
    padding: 12px 25px;
    width: 90%;
  }
  .page-download-center-app-features__section-title {
    font-size: 1.5em;
  }
  .page-download-center-app-features__section-description {
    font-size: 0.9em;
  }
  .page-download-center-app-features__feature-title {
    font-size: 1.3em;
  }
  .page-download-center-app-features__feature-text {
    font-size: 0.9em;
  }
  .page-download-center-app-features__advantage-list li {
    font-size: 0.9em;
  }
  .page-download-center-app-features__step-title {
    font-size: 1.2em;
  }
  .page-download-center-app-features__step-text {
    font-size: 0.9em;
  }
  .page-download-center-app-features__faq-question {
    font-size: 1em;
  }
  .page-download-center-app-features__faq-answer {
    font-size: 0.9em;
  }
}