.page-resources-ku68-payment-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFFFFF; /* Default text color for dark backgrounds */
  background-color: #0A2239; /* Main background color */
}

.page-resources-ku68-payment-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ku68-payment-methods__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ku68-payment-methods__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-ku68-payment-methods__hero-title {
  font-size: 3.5em;
  color: #E0B400;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-ku68-payment-methods__hero-description {
  font-size: 1.3em;
  color: #CCCCCC;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-ku68-payment-methods__cta-button {
  display: inline-block;
  background-color: #E0B400;
  color: #0A2239;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(224, 180, 0, 0.4);
  position: relative;
  z-index: 1;
}

.page-resources-ku68-payment-methods__cta-button:hover {
  background-color: #f0c510;
  transform: translateY(-3px);
}

.page-resources-ku68-payment-methods__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-ku68-payment-methods__content-section {
  padding: 60px 0;
  background-color: #0A2239;
}

.page-resources-ku68-payment-methods__article {
  background-color: #1a3a5a;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-payment-methods__section-title {
  font-size: 2.5em;
  color: #E0B400;
  margin-bottom: 30px;
  border-bottom: 3px solid #E0B400;
  padding-bottom: 15px;
  text-align: center;
}

.page-resources-ku68-payment-methods__subsection-title {
  font-size: 2em;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #E0B400;
  padding-left: 15px;
}

.page-resources-ku68-payment-methods__sub-subsection-title {
  font-size: 1.5em;
  color: #E0B400;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-ku68-payment-methods__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-ku68-payment-methods__article ul,
.page-resources-ku68-payment-methods__article ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #E0E0E0;
}

.page-resources-ku68-payment-methods__article li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-ku68-payment-methods__highlight {
  color: #E0B400;
  font-weight: bold;
}

.page-resources-ku68-payment-methods__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-payment-methods__image-center {
  display: block;
  margin: 30px auto;
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-payment-methods__faq-item {
  background-color: #0A2239;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #E0B400;
}

.page-resources-ku68-payment-methods__faq-question {
  font-size: 1.3em;
  color: #E0B400;
  margin-bottom: 10px;
}

.page-resources-ku68-payment-methods__faq-answer {
  font-size: 1.05em;
  color: #CCCCCC;
}

.page-resources-ku68-payment-methods__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background-color: #E0B400;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  padding: 15px;
  z-index: 1000;
  display: none; /* Hidden by default, JS will show */
  animation: page-resources-ku68-payment-methods__fadeInUp 0.5s ease-out forwards;
}

.page-resources-ku68-payment-methods__floating-ad-content p {
  color: #0A2239;
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-ku68-payment-methods__floating-ad-button {
  display: block;
  text-align: center;
  background-color: #0A2239;
  color: #E0B400;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-ku68-payment-methods__floating-ad-button:hover {
  background-color: #1a3a5a;
}

.page-resources-ku68-payment-methods__floating-ad-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  color: #0A2239;
  font-size: 1.2em;
  cursor: pointer;
  font-weight: bold;
}

@keyframes page-resources-ku68-payment-methods__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ku68-payment-methods__hero-title {
    font-size: 2.5em;
  }

  .page-resources-ku68-payment-methods__hero-description {
    font-size: 1em;
  }

  .page-resources-ku68-payment-methods__section-title {
    font-size: 2em;
  }

  .page-resources-ku68-payment-methods__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-ku68-payment-methods__sub-subsection-title {
    font-size: 1.2em;
  }

  .page-resources-ku68-payment-methods__article {
    padding: 20px;
  }

  .page-resources-ku68-payment-methods__floating-ad {
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-ku68-payment-methods__hero-title {
    font-size: 2em;
  }

  .page-resources-ku68-payment-methods__hero-description {
    font-size: 0.9em;
  }

  .page-resources-ku68-payment-methods__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-ku68-payment-methods__section-title {
    font-size: 1.8em;
  }
}