.page-blog-k9win-latest-payment-methods {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-k9win-latest-payment-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-k9win-latest-payment-methods__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-blog-k9win-latest-payment-methods__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-blog-k9win-latest-payment-methods__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-blog-k9win-latest-payment-methods__hero-content {
  position: absolute;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 8px;
}

.page-blog-k9win-latest-payment-methods__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-k9win-latest-payment-methods__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-k9win-latest-payment-methods__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-k9win-latest-payment-methods__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-k9win-latest-payment-methods__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-blog-k9win-latest-payment-methods__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-k9win-latest-payment-methods__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Main color */
  border-radius: 2px;
}

.page-blog-k9win-latest-payment-methods__intro-section,
.page-blog-k9win-latest-payment-methods__payment-overview-section,
.page-blog-k9win-latest-payment-methods__guide-section,
.page-blog-k9win-latest-payment-methods__security-section,
.page-blog-k9win-latest-payment-methods__benefits-section,
.page-blog-k9win-latest-payment-methods__faq-section,
.page-blog-k9win-latest-payment-methods__cta-section {
  padding: 60px 0;
}

.page-blog-k9win-latest-payment-methods__text-block {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-k9win-latest-payment-methods__payment-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-k9win-latest-payment-methods__payment-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-k9win-latest-payment-methods__payment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-k9win-latest-payment-methods__payment-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-blog-k9win-latest-payment-methods__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-k9win-latest-payment-methods__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-k9win-latest-payment-methods__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-k9win-latest-payment-methods__guide-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-k9win-latest-payment-methods__guide-step-title {
  font-size: 1.4em;
  color: #2AD16F; /* Main color */
  margin-bottom: 15px;
}

.page-blog-k9win-latest-payment-methods__guide-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-k9win-latest-payment-methods__note {
  font-style: italic;
  color: #F2C14E; /* Gold */
  font-weight: bold;
  text-align: center;
}

.page-blog-k9win-latest-payment-methods__security-list,
.page-blog-k9win-latest-payment-methods__benefits-grid {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-k9win-latest-payment-methods__security-item,
.page-blog-k9win-latest-payment-methods__benefit-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-k9win-latest-payment-methods__list-title,
.page-blog-k9win-latest-payment-methods__benefit-title {
  font-size: 1.3em;
  color: #2AD16F; /* Main color */
  margin-bottom: 10px;
}

.page-blog-k9win-latest-payment-methods__security-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
  margin: 20px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-k9win-latest-payment-methods__faq-list {
  margin-top: 40px;
}

.page-blog-k9win-latest-payment-methods__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-k9win-latest-payment-methods__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-blog-k9win-latest-payment-methods__faq-item[open] > .page-blog-k9win-latest-payment-methods__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-k9win-latest-payment-methods__faq-question:hover {
  background-color: #13994A; /* Slightly lighter green on hover */
}

.page-blog-k9win-latest-payment-methods__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
  transition: transform 0.3s ease;
}

.page-blog-k9win-latest-payment-methods__faq-item[open] .page-blog-k9win-latest-payment-methods__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-k9win-latest-payment-methods__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-k9win-latest-payment-methods__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-k9win-latest-payment-methods__hero-content {
    position: static;
    transform: none;
    padding: 30px 20px;
    background-color: #08160F; /* Match body background */
    border-radius: 0;
    margin-top: -5px; /* Adjust to sit right below image */
  }

  .page-blog-k9win-latest-payment-methods__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-k9win-latest-payment-methods__main-title {
    font-size: 2.2em;
  }

  .page-blog-k9win-latest-payment-methods__hero-description {
    font-size: 1em;
  }

  .page-blog-k9win-latest-payment-methods__section-title {
    font-size: 1.8em;
  }

  .page-blog-k9win-latest-payment-methods__intro-section,
  .page-blog-k9win-latest-payment-methods__payment-overview-section,
  .page-blog-k9win-latest-payment-methods__guide-section,
  .page-blog-k9win-latest-payment-methods__security-section,
  .page-blog-k9win-latest-payment-methods__benefits-section,
  .page-blog-k9win-latest-payment-methods__faq-section,
  .page-blog-k9win-latest-payment-methods__cta-section {
    padding: 40px 0;
  }

  .page-blog-k9win-latest-payment-methods__payment-cards-grid,
  .page-blog-k9win-latest-payment-methods__benefits-grid {
    grid-template-columns: 1fr;
  }

  /* Images responsiveness */
  .page-blog-k9win-latest-payment-methods img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers for images, videos, buttons */
  .page-blog-k9win-latest-payment-methods__hero-section,
  .page-blog-k9win-latest-payment-methods__hero-image-wrapper,
  .page-blog-k9win-latest-payment-methods__container,
  .page-blog-k9win-latest-payment-methods__payment-card,
  .page-blog-k9win-latest-payment-methods__guide-item,
  .page-blog-k9win-latest-payment-methods__security-item,
  .page-blog-k9win-latest-payment-methods__benefit-item,
  .page-blog-k9win-latest-payment-methods__cta-button,
  .page-blog-k9win-latest-payment-methods__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-blog-k9win-latest-payment-methods__cta-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-k9win-latest-payment-methods__cta-section .page-blog-k9win-latest-payment-methods__cta-button {
    width: auto !important;
    display: block !important;
    margin: 0 auto;
  }

  .page-blog-k9win-latest-payment-methods__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-k9win-latest-payment-methods__main-title {
    font-size: 1.8em;
  }

  .page-blog-k9win-latest-payment-methods__hero-description {
    font-size: 0.9em;
  }

  .page-blog-k9win-latest-payment-methods__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-k9win-latest-payment-methods__cta-button--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }

  .page-blog-k9win-latest-payment-methods__text-block,
  .page-blog-k9win-latest-payment-methods__card-description,
  .page-blog-k9win-latest-payment-methods__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-k9win-latest-payment-methods__payment-card,
  .page-blog-k9win-latest-payment-methods__guide-item,
  .page-blog-k9win-latest-payment-methods__security-item,
  .page-blog-k9win-latest-payment-methods__benefit-item,
  .page-blog-k9win-latest-payment-methods__faq-item {
    padding: 20px;
  }

  .page-blog-k9win-latest-payment-methods__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
}