/* style/resources-bong789-app-download.css */
.page-resources-bong789-app-download {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-resources-bong789-app-download .hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-bong789-app-download .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-bong789-app-download .hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-bong789-app-download .hero-actions .btn {
  margin: 10px;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-bong789-app-download .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

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

.page-resources-bong789-app-download .btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-bong789-app-download .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-bong789-app-download .section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.page-resources-bong789-app-download .section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-resources-bong789-app-download .section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 20px;
}

.page-resources-bong789-app-download .section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #555;
}

.page-resources-bong789-app-download .why-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-bong789-app-download .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  border-top: 5px solid #003366;
}

.page-resources-bong789-app-download .feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-bong789-app-download .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.page-resources-bong789-app-download .feature-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-bong789-app-download .feature-item p {
  color: #666;
}

.page-resources-bong789-app-download .download-platform {
  margin-bottom: 60px;
  padding: 40px;
  background-color: #f0f8ff;
  border-radius: 10px;
  border-left: 5px solid #FFCC00;
}

.page-resources-bong789-app-download .download-platform h3 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-bong789-app-download .step-by-step {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-bong789-app-download .step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.page-resources-bong789-app-download .step-number {
  min-width: 40px;
  height: 40px;
  background-color: #003366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  flex-shrink: 0;
}

.page-resources-bong789-app-download .step-content h4 {
  font-size: 1.3em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-bong789-app-download .step-content p {
  color: #555;
}

.page-resources-bong789-app-download .step-content .step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-bong789-app-download .download-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 40px;
  font-size: 1.2em;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-bong789-app-download .download-btn:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-bong789-app-download .installation-platform {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff8e1;
  border-radius: 10px;
  border-right: 5px solid #003366;
}

.page-resources-bong789-app-download .installation-platform h3 {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-bong789-app-download .installation-platform ol {
  list-style-type: decimal;
  padding-left: 25px;
  color: #555;
}

.page-resources-bong789-app-download .installation-platform ol li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-bong789-app-download .installation-platform ol li strong {
  color: #003366;
}

.page-resources-bong789-app-download .installation-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-bong789-app-download .app-features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-bong789-app-download .feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 4px solid #FFCC00;
}

.page-resources-bong789-app-download .feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-bong789-app-download .feature-card-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
}

.page-resources-bong789-app-download .feature-card h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-bong789-app-download .feature-card p {
  color: #666;
}

.page-resources-bong789-app-download .faq-section {
  background-color: #f0f8ff;
}

.page-resources-bong789-app-download .faq-list {
  max-width: 900px;
  margin: 50px auto 0;
}

.page-resources-bong789-app-download .faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-bong789-app-download .faq-question {
  font-size: 1.25em;
  color: #003366;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #f2f7fc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-bong789-app-download .faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-bong789-app-download .faq-question.active::after {
  content: '-';
  transform: rotate(0deg);
}

.page-resources-bong789-app-download .faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #666;
}

.page-resources-bong789-app-download .faq-answer.active {
  max-height: 300px; /* Adjust based on content */
  padding: 20px;
}

.page-resources-bong789-app-download .faq-answer p {
  margin-bottom: 15px;
}

.page-resources-bong789-app-download .faq-answer .btn-text {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-bong789-app-download .faq-answer .btn-text:hover {
  color: #FFCC00;
}

.page-resources-bong789-app-download .cta-bottom {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-bong789-app-download .cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00;
}

.page-resources-bong789-app-download .cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-bong789-app-download .btn-large {
  padding: 18px 45px;
  font-size: 1.3em;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .page-resources-bong789-app-download .hero-title {
    font-size: 2.5em;
  }

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

  .page-resources-bong789-app-download .hero-actions .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-bong789-app-download .section-title {
    font-size: 2em;
  }

  .page-resources-bong789-app-download .why-download-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-bong789-app-download .step-item {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-bong789-app-download .step-number {
    margin-bottom: 15px;
  }

  .page-resources-bong789-app-download .download-platform, .page-resources-bong789-app-download .installation-platform {
    padding: 20px;
  }

  .page-resources-bong789-app-download .features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-bong789-app-download .cta-title {
    font-size: 2em;
  }

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

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

  .page-resources-bong789-app-download .hero-actions {
    flex-direction: column;
  }

  .page-resources-bong789-app-download .hero-actions .btn {
    width: 100%;
    margin-bottom: 15px;
  }

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