.page-resources-ku68-app-download {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Main background color */
}

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

.page-resources-ku68-app-download .hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%); /* Slightly lighter gradient for hero */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-ku68-app-download .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400; /* Secondary color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ku68-app-download .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-resources-ku68-app-download .hero-section .download-buttons {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-ku68-app-download .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;
  cursor: pointer;
  text-align: center;
}

.page-resources-ku68-app-download .btn-primary {
  background-color: #E0B400;
  color: #0A2239;
  border: 2px solid #E0B400;
}

.page-resources-ku68-app-download .btn-primary:hover {
  background-color: #f0c520;
  transform: translateY(-3px);
}

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

.page-resources-ku68-app-download .btn-secondary:hover {
  background-color: #E0B400;
  color: #0A2239;
  transform: translateY(-3px);
}

.page-resources-ku68-app-download .btn-text {
  color: #E0B400;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

.page-resources-ku68-app-download .btn-text:hover {
  color: #f0c520;
}

.page-resources-ku68-app-download .btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
}

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

.page-resources-ku68-app-download section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(224, 180, 0, 0.1);
}

.page-resources-ku68-app-download section:last-of-type {
  border-bottom: none;
}

.page-resources-ku68-app-download h2 {
  font-size: 2.5em;
  color: #E0B400;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-ku68-app-download h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-resources-ku68-app-download h3 {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-ku68-app-download h4 {
  font-size: 1.3em;
  color: #E0B400;
  margin-bottom: 10px;
}

.page-resources-ku68-app-download p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #F8F8F8;
}

.page-resources-ku68-app-download ul,
.page-resources-ku68-app-download ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F8F8F8;
}

.page-resources-ku68-app-download ol {
  list-style-type: decimal;
}

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

/* Benefits Section */
.page-resources-ku68-app-download .benefits-section {
  background-color: #0F2D4D;
}

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

.page-resources-ku68-app-download .benefit-item {
  background-color: #1a3a5a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

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

.page-resources-ku68-app-download .benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E0B400);
}

.page-resources-ku68-app-download .benefit-item h3 {
  color: #E0B400;
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-ku68-app-download .benefit-item p {
  color: #CCCCCC;
}

/* Guide Sections */
.page-resources-ku68-app-download .platform-guide {
  margin-top: 30px;
}

.page-resources-ku68-app-download .platform-guide ol {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.page-resources-ku68-app-download .platform-guide ol li {
  background-color: #1a3a5a;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-app-download .platform-guide ol li:nth-child(even) {
  background-color: #14314c;
}

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

.page-resources-ku68-app-download .platform-guide .btn {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Troubleshooting Section */
.page-resources-ku68-app-download .troubleshooting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ku68-app-download .issue-item {
  background-color: #1a3a5a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-app-download .issue-item h3 {
  color: #E0B400;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-ku68-app-download .issue-item ul {
  list-style-type: square;
  margin-left: 20px;
}

.page-resources-ku68-app-download .issue-item ul li {
  color: #CCCCCC;
  margin-bottom: 8px;
}

.page-resources-ku68-app-download .troubleshooting-image {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Registration/Login Section */
.page-resources-ku68-app-download .registration-login-section {
  text-align: center;
  background-color: #0F2D4D;
}

.page-resources-ku68-app-download .registration-login-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

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

.page-resources-ku68-app-download .registration-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Responsible Gaming Section */
.page-resources-ku68-app-download .responsible-gaming-section {
  text-align: center;
}

.page-resources-ku68-app-download .responsible-gaming-section p {
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Final CTA Section */
.page-resources-ku68-app-download .final-cta-section {
  text-align: center;
  background-color: #1a3a5a;
}

.page-resources-ku68-app-download .final-cta-section p {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

/* Contact Support Section */
.page-resources-ku68-app-download .contact-support-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-ku68-app-download .contact-support-section p {
  max-width: 700px;
  margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ku68-app-download .hero-section h1 {
    font-size: 2.5em;
  }

  .page-resources-ku68-app-download .hero-section p {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-ku68-app-download .hero-section .download-buttons {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-resources-ku68-app-download h2 {
    font-size: 2em;
  }

  .page-resources-ku68-app-download h3 {
    font-size: 1.5em;
  }

  .page-resources-ku68-app-download h4 {
    font-size: 1.1em;
  }

  .page-resources-ku68-app-download .benefits-grid,
  .page-resources-ku68-app-download .troubleshooting-grid {
    grid-template-columns: 1fr;
  }

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

  .page-resources-ku68-app-download section {
    padding: 40px 0;
  }
}

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

  .page-resources-ku68-app-download .hero-section p {
    font-size: 0.9em;
  }

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

  .page-resources-ku68-app-download h2 {
    font-size: 1.8em;
  }
}