/* style/app-download-ios-guide.css */
.page-app-download-ios-guide__hero-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-app-download-ios-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-app-download-ios-guide__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00;
  line-height: 1.2;
}

.page-app-download-ios-guide__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-app-download-ios-guide__keyword {
  color: #FFCC00;
  font-weight: bold;
}

.page-app-download-ios-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
}

.page-app-download-ios-guide__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-app-download-ios-guide__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-app-download-ios-guide__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-app-download-ios-guide__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
}

.page-app-download-ios-guide__btn--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-app-download-ios-guide__hero-image {
  max-width: 70%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-app-download-ios-guide__section {
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333333;
}

.page-app-download-ios-guide__section--alt-bg {
  background-color: #f8f8f8;
}

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

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

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

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

.page-app-download-ios-guide__feature-item:hover {
  transform: translateY(-5px);
}

.page-app-download-ios-guide__feature-heading {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-app-download-ios-guide__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.page-app-download-ios-guide__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.page-app-download-ios-guide__step-item:nth-child(even) {
  background-color: #fdfdfd;
}

.page-app-download-ios-guide__step-heading {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 20px;
}

.page-app-download-ios-guide__step-item p {
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 25px;
}

.page-app-download-ios-guide__step-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}

.page-app-download-ios-guide__list {
  list-style-type: decimal;
  padding-left: 25px;
  font-size: 1.1em;
  line-height: 1.8;
  max-width: 800px;
  margin: 20px auto 40px;
  color: #444;
}

.page-app-download-ios-guide__list li {
  margin-bottom: 10px;
}

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

.page-app-download-ios-guide__cta-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-app-download-ios-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-app-download-ios-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-app-download-ios-guide__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-app-download-ios-guide__faq-answer {
  font-size: 1.05em;
  line-height: 1.6;
  color: #555555;
}

.page-app-download-ios-guide__cta-final {
  background: linear-gradient(45deg, #003366, #0a4a8d);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-app-download-ios-guide__cta-image {
  max-width: 80%;
  height: auto;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-app-download-ios-guide__main-title {
    font-size: 2em;
  }

  .page-app-download-ios-guide__subtitle {
    font-size: 1em;
  }

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

  .page-app-download-ios-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-app-download-ios-guide__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-app-download-ios-guide__hero-image {
    max-width: 90%;
  }

  .page-app-download-ios-guide__step-item {
    padding: 30px 20px;
  }

  .page-app-download-ios-guide__step-heading {
    font-size: 1.5em;
  }

  .page-app-download-ios-guide__feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-app-download-ios-guide__main-title {
    font-size: 1.8em;
  }

  .page-app-download-ios-guide__section-title {
    font-size: 1.6em;
  }

  .page-app-download-ios-guide__hero-section,
  .page-app-download-ios-guide__section,
  .page-app-download-ios-guide__cta-final {
    padding: 40px 15px;
  }

  .page-app-download-ios-guide__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-app-download-ios-guide__hero-image,
  .page-app-download-ios-guide__cta-image {
    max-width: 100%;
  }
  
  .page-app-download-ios-guide__list {
    padding-left: 20px;
    font-size: 1em;
  }

  .page-app-download-ios-guide__faq-question {
    font-size: 1.1em;
  }

  .page-app-download-ios-guide__faq-answer {
    font-size: 0.95em;
  }
}