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

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

.page-download-center-v9bet-ios-app .hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-download-center-v9bet-ios-app .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-download-center-v9bet-ios-app .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-download-center-v9bet-ios-app .hero-actions .btn {
  margin: 10px;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-download-center-v9bet-ios-app .btn-primary {
  background-color: #ffc107;
  color: #000;
  border: 2px solid #ffc107;
}

.page-download-center-v9bet-ios-app .btn-primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-download-center-v9bet-ios-app .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-download-center-v9bet-ios-app .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-download-center-v9bet-ios-app .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-download-center-v9bet-ios-app .info-section, .page-download-center-v9bet-ios-app .download-guide-section, .page-download-center-v9bet-ios-app .troubleshooting-section, .page-download-center-v9bet-ios-app .faq-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-download-center-v9bet-ios-app .info-section p, .page-download-center-v9bet-ios-app .troubleshooting-section p, .page-download-center-v9bet-ios-app .faq-section p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #555;
}

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

.page-download-center-v9bet-ios-app .feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-download-center-v9bet-ios-app .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));
}

.page-download-center-v9bet-ios-app .feature-item h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-download-center-v9bet-ios-app .feature-item p {
  color: #666;
  font-size: 1em;
  text-align: left;
}

.page-download-center-v9bet-ios-app .download-guide-section {
  background-color: #fff;
}

.page-download-center-v9bet-ios-app .guide-step {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-center-v9bet-ios-app .guide-step h3 {
  color: #0056b3;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-download-center-v9bet-ios-app .guide-step p {
  text-align: left;
  color: #444;
  margin-bottom: 20px;
}

.page-download-center-v9bet-ios-app .guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-download-center-v9bet-ios-app .btn-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}

.page-download-center-v9bet-ios-app .btn-link:hover {
  text-decoration: underline;
}

.page-download-center-v9bet-ios-app .troubleshooting-section ul {
  list-style: disc;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding-left: 20px;
  color: #555;
  font-size: 1.1em;
}

.page-download-center-v9bet-ios-app .troubleshooting-section li {
  margin-bottom: 10px;
}

.page-download-center-v9bet-ios-app .troubleshooting-section li strong {
  color: #007bff;
}

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

.page-download-center-v9bet-ios-app .cta-section .section-title {
  color: #ffc107;
}

.page-download-center-v9bet-ios-app .cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-download-center-v9bet-ios-app .btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
  border-radius: 7px;
}

.page-download-center-v9bet-ios-app .faq-section {
  background-color: #f0f8ff;
  padding: 60px 0;
}

.page-download-center-v9bet-ios-app .faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-download-center-v9bet-ios-app .faq-item h3 {
  color: #007bff;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-download-center-v9bet-ios-app .faq-item p {
  text-align: left;
  color: #555;
  font-size: 1em;
  margin-bottom: 0;
}

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

  .page-download-center-v9bet-ios-app .hero-subtitle {
    font-size: 1.1em;
  }

  .page-download-center-v9bet-ios-app .hero-actions .btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-download-center-v9bet-ios-app .section-title {
    font-size: 2em;
  }

  .page-download-center-v9bet-ios-app .feature-grid {
    grid-template-columns: 1fr;
  }

  .page-download-center-v9bet-ios-app .guide-step h3 {
    font-size: 1.5em;
  }

  .page-download-center-v9bet-ios-app .cta-section p {
    font-size: 1em;
  }

  .page-download-center-v9bet-ios-app .btn-large {
    padding: 15px 30px;
    font-size: 1em;
  }
}

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

  .page-download-center-v9bet-ios-app .hero-actions {
    flex-direction: column;
  }

  .page-download-center-v9bet-ios-app .hero-actions .btn {
    width: 80%;
    margin: 10px auto;
  }

  .page-download-center-v9bet-ios-app .section-title {
    font-size: 1.8em;
  }
}