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

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

.page-download-center-ios__hero {
  background: linear-gradient(135deg, #0A2463, #E3B23C);
  color: #ffffff;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-ios__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff; /* Ensure high contrast */
  font-weight: bold;
}

.page-download-center-ios__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0; /* Slightly lighter for readability */
}

.page-download-center-ios__hero-button,
.page-download-center-ios__step-button,
.page-download-center-ios__cta-button,
.page-download-center-ios__faq-button,
.page-download-center-ios__final-button {
  display: inline-block;
  background-color: #E3B23C; /* Auxiliary color */
  color: #0A2463; /* Main color for text, high contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-download-center-ios__hero-button:hover,
.page-download-center-ios__step-button:hover,
.page-download-center-ios__cta-button:hover,
.page-download-center-ios__faq-button:hover,
.page-download-center-ios__final-button:hover {
  background-color: #f5c76e; /* Lighter shade of auxiliary */
  transform: translateY(-3px);
}

.page-download-center-ios__hero-image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.page-download-center-ios__hero-image {
  max-width: 350px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-download-center-ios__section {
  padding: 60px 0;
}

.page-download-center-ios__section-title {
  font-size: 2.2em;
  color: #0A2463; /* Main color */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-center-ios__section-intro {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-download-center-ios__why-download {
  background-color: #ffffff;
}

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

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

.page-download-center-ios__feature-item:hover {
  transform: translateY(-5px);
}

.page-download-center-ios__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-download-center-ios__feature-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-download-center-ios__feature-text {
  color: #666;
  font-size: 0.95em;
}

.page-download-center-ios__download-guide {
  background-color: #f8f9fa;
}

.page-download-center-ios__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.page-download-center-ios__step-item {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-download-center-ios__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0A2463; /* Main color */
  color: #E3B23C; /* Auxiliary color for contrast */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 4px solid #f8f9fa;
}

.page-download-center-ios__step-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-download-center-ios__step-text {
  color: #555;
  margin-bottom: 25px;
}

.page-download-center-ios__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.page-download-center-ios__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-ios__feature-list li {
  background-color: #f0f8ff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-download-center-ios__list-icon {
  color: #0A2463; /* Main color */
  font-size: 1.2em;
  margin-right: 15px;
  font-weight: bold;
}

.page-download-center-ios__feature-list li strong {
  color: #0A2463;
}

.page-download-center-ios__cta-box {
  background-color: #0A2463;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.page-download-center-ios__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #ffffff; /* Ensure high contrast */
}

.page-download-center-ios__faq {
  background-color: #f8f9fa;
}

.page-download-center-ios__faq-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-download-center-ios__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-download-center-ios__faq-answer {
  color: #666;
  font-size: 1em;
  margin-top: 15px;
}

.page-download-center-ios__final-cta {
  background-color: #0A2463;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-download-center-ios__final-button {
  margin-top: 40px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-download-center-ios__step-by-step {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-download-center-ios__step-by-step {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .page-download-center-ios__hero-title {
    font-size: 2em;
  }

  .page-download-center-ios__hero-description {
    font-size: 1em;
  }

  .page-download-center-ios__section-title {
    font-size: 1.8em;
  }

  .page-download-center-ios__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-download-center-ios__step-item {
    padding: 30px 20px;
  }

  .page-download-center-ios__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    top: -15px;
  }

  .page-download-center-ios__cta-text {
    font-size: 1.2em;
  }
}