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

.page-resources-vf555-app-download .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vf555-app-download .hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-vf555-app-download .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.page-resources-vf555-app-download .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.page-resources-vf555-app-download .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

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

.page-resources-vf555-app-download .btn-primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-vf555-app-download .btn-secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-resources-vf555-app-download .btn-secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-vf555-app-download .btn-outline-primary {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-vf555-app-download .btn-outline-primary:hover {
  background-color: #ffc107;
  color: #000;
  transform: translateY(-2px);
}

.page-resources-vf555-app-download .btn-large {
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-resources-vf555-app-download .content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-vf555-app-download .article-flow-layout p {
  margin-bottom: 1.2em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

.page-resources-vf555-app-download .section-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-vf555-app-download .section-title:first-of-type {
    margin-top: 0;
}

.page-resources-vf555-app-download h3 {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-vf555-app-download ul, .page-resources-vf555-app-download ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-vf555-app-download ul li, .page-resources-vf555-app-download ol li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}

.page-resources-vf555-app-download ol li strong {
    color: #007bff;
}

.page-resources-vf555-app-download .image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-vf555-app-download .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-vf555-app-download .image-caption {
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 0.95em;
}

.page-resources-vf555-app-download .faq-section {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-vf555-app-download .faq-item {
  margin-bottom: 20px;
}

.page-resources-vf555-app-download .faq-question {
  font-size: 1.3em;
  color: #007bff;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-vf555-app-download .faq-answer {
  color: #555;
  padding-left: 20px;
  border-left: 3px solid #ffc107;
  margin-left: 5px;
}

.page-resources-vf555-app-download .call-to-action-bottom {
  text-align: center;
  margin: 50px 0;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px dashed #007bff;
}

.page-resources-vf555-app-download .call-to-action-bottom p {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-vf555-app-download .call-to-action-bottom .btn {
  margin: 0 10px;
}

.page-resources-vf555-app-download .return-link-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-vf555-app-download .return-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-vf555-app-download .return-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-vf555-app-download .hero-title {
    font-size: 2.2em;
  }

  .page-resources-vf555-app-download .hero-description {
    font-size: 1em;
  }

  .page-resources-vf555-app-download .section-title {
    font-size: 1.8em;
  }

  .page-resources-vf555-app-download h3 {
    font-size: 1.3em;
  }

  .page-resources-vf555-app-download .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-vf555-app-download .btn-large {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-resources-vf555-app-download .call-to-action-bottom .btn {
    display: block;
    margin: 15px auto;
  }
}

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

  .page-resources-vf555-app-download .hero-section {
    padding: 60px 15px;
  }

  .page-resources-vf555-app-download .content-area {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-vf555-app-download .section-title {
    font-size: 1.5em;
  }

  .page-resources-vf555-app-download h3 {
    font-size: 1.2em;
  }

  .page-resources-vf555-app-download .faq-question {
    font-size: 1.1em;
  }

  .page-resources-vf555-app-download .call-to-action-bottom p {
    font-size: 1.2em;
  }
}