/* style/download-app-mobile-access-guide.css */
.page-download-app-mobile-access-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  direction: ltr;
}

.page-download-app-mobile-access-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-app-mobile-access-guide__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-app-mobile-access-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_banner]') no-repeat center center/cover;
  opacity: 0.2;
  z-index: 0;
}

.page-download-app-mobile-access-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-download-app-mobile-access-guide__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-download-app-mobile-access-guide__hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-download-app-mobile-access-guide__button--primary {
  background-color: #ffc107;
  color: #000;
  border: 2px solid #ffc107;
}

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

.page-download-app-mobile-access-guide__button--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-download-app-mobile-access-guide__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.page-download-app-mobile-access-guide__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-download-app-mobile-access-guide__section {
  padding: 60px 0;
  background-color: #fff;
}

.page-download-app-mobile-access-guide__section--alt-bg {
  background-color: #f8f9fa;
}

.page-download-app-mobile-access-guide__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-download-app-mobile-access-guide__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-download-app-mobile-access-guide__text-content--bold {
  font-weight: bold;
  color: #007bff;
}

.page-download-app-mobile-access-guide__features-grid,
.page-download-app-mobile-access-guide__method-grid,
.page-download-app-mobile-access-guide__steps-grid,
.page-download-app-mobile-access-guide__faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-download-app-mobile-access-guide__feature-item,
.page-download-app-mobile-access-guide__method-item,
.page-download-app-mobile-access-guide__step-item,
.page-download-app-mobile-access-guide__faq-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 5px solid #007bff;
}

.page-download-app-mobile-access-guide__feature-item:hover,
.page-download-app-mobile-access-guide__method-item:hover,
.page-download-app-mobile-access-guide__step-item:hover,
.page-download-app-mobile-access-guide__faq-item:hover {
  transform: translateY(-5px);
}

.page-download-app-mobile-access-guide__feature-title,
.page-download-app-mobile-access-guide__method-title,
.page-download-app-mobile-access-guide__step-title,
.page-download-app-mobile-access-guide__faq-question {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-download-app-mobile-access-guide__step-item {
  text-align: center;
  border-top: none;
  position: relative;
  padding-top: 60px;
}

.page-download-app-mobile-access-guide__step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border: 3px solid #007bff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-download-app-mobile-access-guide__list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-download-app-mobile-access-guide__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #555;
}

.page-download-app-mobile-access-guide__list li::before {
  content: '•';
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-download-app-mobile-access-guide__list--checkmarks li::before {
  content: '\2713'; /* Checkmark character */
  color: #28a745; /* Green color for checkmark */
  font-size: 1.2em;
  left: -5px;
}

.page-download-app-mobile-access-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-download-app-mobile-access-guide__image--small-margin {
  margin: 20px auto;
}

.page-download-app-mobile-access-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-download-app-mobile-access-guide__faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  color: #007bff;
}

.page-download-app-mobile-access-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-download-app-mobile-access-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-download-app-mobile-access-guide__faq-answer {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  color: #555;
}

.page-download-app-mobile-access-guide__faq-answer.active {
  display: block;
}

.page-download-app-mobile-access-guide__cta-section {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(90deg, #007bff, #ffc107);
  color: #fff;
}

.page-download-app-mobile-access-guide__cta-content {
  max-width: 800px;
}

.page-download-app-mobile-access-guide__cta-title {
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-download-app-mobile-access-guide__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #eee;
}

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

@media (max-width: 768px) {
  .page-download-app-mobile-access-guide__hero-title {
    font-size: 2em;
  }

  .page-download-app-mobile-access-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-download-app-mobile-access-guide__section-title {
    font-size: 1.8em;
  }

  .page-download-app-mobile-access-guide__feature-title,
  .page-download-app-mobile-access-guide__method-title,
  .page-download-app-mobile-access-guide__step-title,
  .page-download-app-mobile-access-guide__faq-question {
    font-size: 1.3em;
  }

  .page-download-app-mobile-access-guide__features-grid,
  .page-download-app-mobile-access-guide__method-grid,
  .page-download-app-mobile-access-guide__steps-grid,
  .page-download-app-mobile-access-guide__faq-grid {
    grid-template-columns: 1fr;
  }

  .page-download-app-mobile-access-guide__hero-actions,
  .page-download-app-mobile-access-guide__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-download-app-mobile-access-guide__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-download-app-mobile-access-guide__cta-title {
    font-size: 2em;
  }

  .page-download-app-mobile-access-guide__cta-text {
    font-size: 1em;
  }
}