.page-app-download-ios-tutorial {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

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

.page-app-download-ios-tutorial__section {
  padding: 60px 0;
  text-align: center;
}

.page-app-download-ios-tutorial__section:nth-child(even) {
  background-color: #f0f8ff; /* Light blue tint for contrast */
}

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

.page-app-download-ios-tutorial__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-app-download-ios-tutorial__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-app-download-ios-tutorial__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #007BFF;
  font-weight: bold;
}

.page-app-download-ios-tutorial__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

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

.page-app-download-ios-tutorial__btn--primary {
  background-color: #FFD700;
  color: #0056b3; /* Darker blue for contrast on gold */
  border: 2px solid #FFD700;
}

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

.page-app-download-ios-tutorial__btn--secondary {
  background-color: transparent;
  color: #007BFF;
  border: 2px solid #007BFF;
  margin-left: 20px;
}

.page-app-download-ios-tutorial__btn--secondary:hover {
  background-color: #007BFF;
  color: #fff;
  transform: translateY(-2px);
}

.page-app-download-ios-tutorial__text-link {
  color: #007BFF;
  text-decoration: underline;
  font-weight: bold;
}

.page-app-download-ios-tutorial__text-link:hover {
  color: #0056b3;
}

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

.page-app-download-ios-tutorial__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-app-download-ios-tutorial__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-app-download-ios-tutorial__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 123, 255, 0.3));
}

.page-app-download-ios-tutorial__feature-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-app-download-ios-tutorial__feature-description {
  font-size: 1em;
  color: #666;
}

.page-app-download-ios-tutorial__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
}

.page-app-download-ios-tutorial__list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.page-app-download-ios-tutorial__list li strong {
  color: #007BFF;
  margin-right: 10px;
}

.page-app-download-ios-tutorial__list li::before {
  content: '✔️';
  margin-right: 15px;
  font-size: 1.2em;
  color: #FFD700;
}

.page-app-download-ios-tutorial__installation-guide .page-app-download-ios-tutorial__step-by-step {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

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

.page-app-download-ios-tutorial__step-number {
  width: 60px;
  height: 60px;
  background-color: #007BFF;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-app-download-ios-tutorial__step-title {
  font-size: 2em;
  color: #007BFF;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-app-download-ios-tutorial__step-item p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
  max-width: 800px;
  text-align: center;
}

.page-app-download-ios-tutorial__step-item ol {
  list-style: decimal;
  margin: 20px auto 30px auto;
  padding-left: 40px;
  max-width: 700px;
  text-align: left;
}

.page-app-download-ios-tutorial__step-item ol li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #555;
}

.page-app-download-ios-tutorial__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
}

.page-app-download-ios-tutorial__troubleshooting .page-app-download-ios-tutorial__faq-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-app-download-ios-tutorial__faq-question {
  font-size: 1.3em;
  color: #007BFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-app-download-ios-tutorial__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-app-download-ios-tutorial__troubleshooting-image {
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-app-download-ios-tutorial__responsible-gaming {
  background-color: #007BFF;
  color: #fff;
}

.page-app-download-ios-tutorial__responsible-gaming .page-app-download-ios-tutorial__section-title,
.page-app-download-ios-tutorial__responsible-gaming .page-app-download-ios-tutorial__section-description {
  color: #fff;
}

.page-app-download-ios-tutorial__responsible-gaming .page-app-download-ios-tutorial__btn--secondary {
  color: #FFD700;
  border-color: #FFD700;
}

.page-app-download-ios-tutorial__responsible-gaming .page-app-download-ios-tutorial__btn--secondary:hover {
  background-color: #FFD700;
  color: #007BFF;
}

.page-app-download-ios-tutorial__responsible-gaming-image {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-app-download-ios-tutorial__contact-support .page-app-download-ios-tutorial__contact-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 600px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.page-app-download-ios-tutorial__contact-list li {
  font-size: 1.1em;
  color: #333;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-app-download-ios-tutorial__contact-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.page-app-download-ios-tutorial__faq-section .page-app-download-ios-tutorial__faq-list {
  margin-top: 40px;
}

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

.page-app-download-ios-tutorial__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-app-download-ios-tutorial__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-app-download-ios-tutorial__cta-buttons .page-app-download-ios-tutorial__btn {
  margin: 0 10px;
}

/* Highlight span for keywords */
.page-app-download-ios-tutorial .highlight {
  color: #FFD700;
}

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

  .page-app-download-ios-tutorial__hero-subtitle {
    font-size: 1.1em;
  }

  .page-app-download-ios-tutorial__section-title {
    font-size: 2em;
  }

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

  .page-app-download-ios-tutorial__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

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

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

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

  .page-app-download-ios-tutorial__step-title {
    font-size: 1.7em;
  }

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

  .page-app-download-ios-tutorial__contact-list {
    flex-direction: column;
    gap: 15px;
  }

  .page-app-download-ios-tutorial__cta-title {
    font-size: 2.2em;
  }

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

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

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

  .page-app-download-ios-tutorial__btn {
    display: block;
    width: 80%;
    margin: 15px auto;
  }

  .page-app-download-ios-tutorial__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

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

  .page-app-download-ios-tutorial__cta-buttons {
    flex-direction: column;
  }
}