.page-resources-ku77-mobile-app-download {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light grey for general text on dark background */
  background-color: #0d123d; /* Darker blue background */
}

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

.page-resources-ku77-mobile-app-download-hero {
  background: linear-gradient(135deg, #1A237E 0%, #0d123d 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-resources-ku77-mobile-app-download-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-ku77-mobile-app-download-hero > * {
  position: relative;
  z-index: 1;
}

.page-resources-ku77-mobile-app-download-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.page-resources-ku77-mobile-app-download-subtitle {
  font-size: 1.5em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ku77-mobile-app-download-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-ku77-mobile-app-download-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;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-resources-ku77-mobile-app-download-btn.primary {
  background-color: #FFD700; /* Gold button */
  color: #1A237E; /* Deep blue text on gold */
}

.page-resources-ku77-mobile-app-download-btn.primary:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-ku77-mobile-app-download-btn.secondary {
  background-color: #1A237E; /* Deep blue button */
  color: #FFD700; /* Gold text on deep blue */
  border: 2px solid #FFD700;
}

.page-resources-ku77-mobile-app-download-btn.secondary:hover {
  background-color: #2f3a8b; /* Lighter blue on hover */
  transform: translateY(-3px);
}

.page-resources-ku77-mobile-app-download-hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-ku77-mobile-app-download-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-ku77-mobile-app-download-bg-alt {
  background-color: #1A237E; /* Deep blue for alt sections */
}

.page-resources-ku77-mobile-app-download-section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  font-weight: 600;
}

.page-resources-ku77-mobile-app-download-description {
  font-size: 1.1em;
  color: #cccccc;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-ku77-mobile-app-download-feature-item {
  background-color: #2f3a8b; /* Slightly lighter blue for feature cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-resources-ku77-mobile-app-download-feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

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

.page-resources-ku77-mobile-app-download-feature-item p {
  color: #e0e0e0;
  font-size: 1em;
}

.page-resources-ku77-mobile-app-download-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-ku77-mobile-app-download-step-item {
  background-color: #2f3a8b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-ku77-mobile-app-download-step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #1A237E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-resources-ku77-mobile-app-download-step-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-ku77-mobile-app-download-step-item p {
  color: #e0e0e0;
  font-size: 1.05em;
}

.page-resources-ku77-mobile-app-download-step-item a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-ku77-mobile-app-download-step-item a:hover {
  color: #e5c100;
}

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

.page-resources-ku77-mobile-app-download-cta-bottom {
  margin-top: 50px;
  text-align: center;
}

.page-resources-ku77-mobile-app-download-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ku77-mobile-app-download-list li {
  background-color: #2f3a8b;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-ku77-mobile-app-download-list li p {
  margin: 0;
  color: #e0e0e0;
  font-size: 1.05em;
}

.page-resources-ku77-mobile-app-download-list li strong {
  color: #FFD700;
}

.page-resources-ku77-mobile-app-download-info-image {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-ku77-mobile-app-download-faq-section {
  padding-bottom: 80px;
}

.page-resources-ku77-mobile-app-download-faq-item {
  background-color: #2f3a8b;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ku77-mobile-app-download-faq-item h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-ku77-mobile-app-download-faq-item p {
  color: #e0e0e0;
  font-size: 1em;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-resources-ku77-mobile-app-download-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .page-resources-ku77-mobile-app-download-title {
    font-size: 2.5em;
  }

  .page-resources-ku77-mobile-app-download-subtitle {
    font-size: 1.2em;
  }

  .page-resources-ku77-mobile-app-download-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-ku77-mobile-app-download-btn {
    width: 80%;
    margin: 0 auto;
  }

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

  .page-resources-ku77-mobile-app-download-hero-image,
  .page-resources-ku77-mobile-app-download-info-image {
    max-width: 90%;
  }
}