.page-app-download-ios-app-installation {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #1A202C; /* Dark text on light background */
  background-color: #f8f8f8;
}

.page-app-download-ios-app-installation__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-app-download-ios-app-installation__hero {
  background: linear-gradient(135deg, #1A202C 0%, #333d4e 100%);
  color: #E0E0E0; /* Light text on dark background */
  padding: 80px 0;
  text-align: center;
}

.page-app-download-ios-app-installation__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  font-weight: bold;
}

.page-app-download-ios-app-installation__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-app-download-ios-app-installation__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-app-download-ios-app-installation__btn--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #1A202C; /* Dark text for contrast */
}

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

.page-app-download-ios-app-installation__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-app-download-ios-app-installation__section {
  padding: 60px 0;
}

.page-app-download-ios-app-installation__section--alt-bg {
  background-color: #f0f0f0;
}

.page-app-download-ios-app-installation__section-title {
  font-size: 2.2em;
  color: #1A202C;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-app-download-ios-app-installation__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-app-download-ios-app-installation p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #333;
}

.page-app-download-ios-app-installation strong {
  color: #1A202C;
}

.page-app-download-ios-app-installation__list,
.page-app-download-ios-app-installation__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333;
}

.page-app-download-ios-app-installation__ordered-list {
  list-style-type: decimal;
}

.page-app-download-ios-app-installation__list li,
.page-app-download-ios-app-installation__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-app-download-ios-app-installation__download-buttons {
  text-align: center;
  margin: 30px 0;
}

.page-app-download-ios-app-installation__btn--download {
  background-color: #1A202C;
  color: #FFD700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #FFD700;
}

.page-app-download-ios-app-installation__btn--download:hover {
  background-color: #333d4e;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-app-download-ios-app-installation__icon {
  width: 24px;
  height: 24px;
  filter: invert(80%) sepia(80%) saturate(1000%) hue-rotate(0deg) brightness(120%) contrast(100%); /* Adjust to make icon golden */
}

.page-app-download-ios-app-installation__note {
  text-align: center;
  font-style: italic;
  color: #555;
  margin-top: 20px;
}

.page-app-download-ios-app-installation__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

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

.page-app-download-ios-app-installation__image-caption {
  margin-top: 15px;
  font-size: 0.95em;
  color: #666;
}

.page-app-download-ios-app-installation__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.page-app-download-ios-app-installation__btn--register,
.page-app-download-ios-app-installation__btn--login {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-app-download-ios-app-installation__btn--register:hover,
.page-app-download-ios-app-installation__btn--login:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-app-download-ios-app-installation__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.page-app-download-ios-app-installation__list--grid li {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFD700;
  transition: transform 0.2s ease;
}

.page-app-download-ios-app-installation__list--grid li:hover {
  transform: translateY(-5px);
}

.page-app-download-ios-app-installation__section--cta-footer {
  background-color: #1A202C;
  color: #E0E0E0;
  text-align: center;
  padding: 80px 0;
}

.page-app-download-ios-app-installation__section--cta-footer .page-app-download-ios-app-installation__section-title {
  color: #FFD700;
}

.page-app-download-ios-app-installation__section--cta-footer p {
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-app-download-ios-app-installation__small-text {
  font-size: 0.9em;
  margin-top: 20px;
  color: #ccc;
}

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

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

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

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

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

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

  .page-app-download-ios-app-installation__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-app-download-ios-app-installation__btn--download {
    max-width: 250px;
  }
}

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

  .page-app-download-ios-app-installation__section-title {
    font-size: 1.5em;
  }

  .page-app-download-ios-app-installation__hero,
  .page-app-download-ios-app-installation__section--cta-footer {
    padding: 50px 0;
  }

  .page-app-download-ios-app-installation__btn {
    width: 90%;
    margin: 0 auto;
  }

  .page-app-download-ios-app-installation__btn--download {
    width: auto;
  }
}