/* style/download-center-app-features.css */

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

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

.page-download-center-app-features__hero-section {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-app-features__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,193,7,0.2) 0%, rgba(0,123,255,0) 70%);
  transform: rotate(45deg);
  opacity: 0.3;
  z-index: 0;
}

.page-download-center-app-features__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-download-center-app-features__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-download-app-features__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-download-center-app-features__btn--primary {
  background-color: #FFC107;
  color: #000;
  border: 2px solid #FFC107;
}

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

.page-download-center-app-features__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-left: 20px;
}

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

.page-download-center-app-features__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
}

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

.page-download-center-app-features__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: -30px auto 60px auto;
  color: #555;
}

.page-download-center-app-features__overview-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-download-center-app-features__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-download-center-app-features__text-content {
  flex: 1;
}

.page-download-center-app-features__text-content p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #444;
}

.page-download-center-app-features__image-wrapper {
  flex: 1;
  text-align: center;
}

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

.page-download-center-app-features__features-section {
  padding: 80px 0;
  background-color: #e9ecef;
}

.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-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-download-center-app-features__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.page-download-center-app-features__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #007BFF;
  background-color: #e0f2ff;
  border-radius: 50%;
  padding: 15px;
}

.page-download-center-app-features__card-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-download-center-app-features__feature-card p {
  font-size: 0.95em;
  color: #555;
  text-align: left;
}

.page-download-center-app-features__feature-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  text-align: left;
  color: #555;
}

.page-download-center-app-features__feature-list li {
  margin-bottom: 8px;
}

.page-download-center-app-features__benefits-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-download-center-app-features__benefits-list {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-download-center-app-features__benefits-list li {
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1em;
  color: #333;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-center-app-features__benefits-list li::before {
  content: '✔';
  color: #FFC107;
  font-size: 1.2em;
  margin-right: 10px;
  font-weight: bold;
}

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

.page-download-center-app-features__download-guide-section {
  padding: 80px 0;
  background-color: #e9ecef;
}

.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-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-download-center-app-features__step-card .page-download-center-app-features__card-title {
  color: #007BFF;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-download-center-app-features__step-card p {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 20px;
}

.page-download-center-app-features__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-download-center-app-features__faq-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-download-center-app-features__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-download-center-app-features__faq-item {
  background-color: #f0f8ff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-download-center-app-features__faq-question {
  font-size: 1.2em;
  color: #007BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-download-center-app-features__faq-answer {
  font-size: 1em;
  color: #444;
}

.page-download-center-app-features__conclusion-section {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-download-center-app-features__conclusion-section .page-download-center-app-features__section-title {
  color: #fff;
}

.page-download-center-app-features__conclusion-section .page-download-center-app-features__section-title::after {
  background-color: #FFC107;
}

.page-download-center-app-features__conclusion-section .page-download-center-app-features__description {
  color: #e0e0e0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-download-center-app-features__main-title {
    font-size: 2.5em;
  }
  .page-download-center-app-features__section-title {
    font-size: 2em;
  }
  .page-download-center-app-features__content-wrapper {
    flex-direction: column;
  }
  .page-download-center-app-features__image-wrapper {
    margin-top: 30px;
  }
  .page-download-center-app-features__benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-download-center-app-features__main-title {
    font-size: 2em;
  }
  .page-download-center-app-features__subtitle {
    font-size: 1.1em;
  }
  .page-download-center-app-features__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin-left: 0;
    margin-top: 15px;
  }
  .page-download-center-app-features__btn--secondary {
    margin-left: 0;
  }
  .page-download-center-app-features__section-title {
    font-size: 1.8em;
  }
  .page-download-center-app-features__description {
    font-size: 1em;
  }
  .page-download-center-app-features__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-download-center-app-features__guide-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .page-download-center-app-features__hero-section {
    padding: 60px 0;
  }
  .page-download-center-app-features__main-title {
    font-size: 1.8em;
  }
  .page-download-center-app-features__subtitle {
    font-size: 0.95em;
  }
  .page-download-center-app-features__btn {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
  .page-download-center-app-features__section-title {
    font-size: 1.5em;
  }
  .page-download-center-app-features__overview-section,
  .page-download-center-app-features__features-section,
  .page-download-center-app-features__benefits-section,
  .page-download-center-app-features__download-guide-section,
  .page-download-center-app-features__faq-section,
  .page-download-center-app-features__conclusion-section {
    padding: 50px 0;
  }
  .page-download-center-app-features__cta-group .page-download-center-app-features__btn {
    margin-bottom: 15px;
  }
}