.page-blog-k9cc-deposit-withdrawal-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

.page-blog-k9cc-deposit-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-k9cc-deposit-withdrawal-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  background-color: #F4F7FB;
}

.page-blog-k9cc-deposit-withdrawal-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-k9cc-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-k9cc-deposit-withdrawal-guide__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
}

.page-blog-k9cc-deposit-withdrawal-guide__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #2F6BFF;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-k9cc-deposit-withdrawal-guide__intro-text {
  font-size: 1.1em;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-blog-k9cc-deposit-withdrawal-guide__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  border: none;
  cursor: pointer;
}

.page-blog-k9cc-deposit-withdrawal-guide__cta-button:hover {
  opacity: 0.9;
}

.page-blog-k9cc-deposit-withdrawal-guide__cta-button--large {
    padding: 18px 35px;
    font-size: 1.1em;
}

.page-blog-k9cc-deposit-withdrawal-guide__content-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-blog-k9cc-deposit-withdrawal-guide__light-bg {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-k9cc-deposit-withdrawal-guide__dark-bg {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__section-title,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__paragraph,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__method-title,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__method-list,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__info-title,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__tip-title,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__tip-description,
.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__copyright-text {
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__section-title {
  font-size: 2.2em;
  color: #2F6BFF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__section-title {
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-k9cc-deposit-withdrawal-guide__feature-grid,
.page-blog-k9cc-deposit-withdrawal-guide__method-grid,
.page-blog-k9cc-deposit-withdrawal-guide__info-grid,
.page-blog-k9cc-deposit-withdrawal-guide__tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-k9cc-deposit-withdrawal-guide__card {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; /* Ensure cards have equal height */
  box-sizing: border-box;
  color: #1F2D3D; /* Default text color for cards */
}

.page-blog-k9cc-deposit-withdrawal-guide__feature-icon,
.page-blog-k9cc-deposit-withdrawal-guide__tip-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
}

.page-blog-k9cc-deposit-withdrawal-guide__method-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-k9cc-deposit-withdrawal-guide__feature-title,
.page-blog-k9cc-deposit-withdrawal-guide__method-title,
.page-blog-k9cc-deposit-withdrawal-guide__info-title,
.page-blog-k9cc-deposit-withdrawal-guide__tip-title {
  font-size: 1.4em;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-k9cc-deposit-withdrawal-guide__dark-bg .page-blog-k9cc-deposit-withdrawal-guide__card .page-blog-k9cc-deposit-withdrawal-guide__method-title {
  color: #2F6BFF;
}

.page-blog-k9cc-deposit-withdrawal-guide__feature-description,
.page-blog-k9cc-deposit-withdrawal-guide__tip-description {
  font-size: 1em;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-k9cc-deposit-withdrawal-guide__method-list,
.page-blog-k9cc-deposit-withdrawal-guide__info-list,
.page-blog-k9cc-deposit-withdrawal-guide__info-ordered-list {
  list-style-type: disc;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  color: #1F2D3D;
}

.page-blog-k9cc-deposit-withdrawal-guide__info-ordered-list {
    list-style-type: decimal;
}

.page-blog-k9cc-deposit-withdrawal-guide__method-list li,
.page-blog-k9cc-deposit-withdrawal-guide__info-list li,
.page-blog-k9cc-deposit-withdrawal-guide__info-ordered-list li {
  margin-bottom: 10px;
  color: #1F2D3D;
}

.page-blog-k9cc-deposit-withdrawal-guide__button-group {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-k9cc-deposit-withdrawal-guide__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  border: 2px solid transparent;
}

.page-blog-k9cc-deposit-withdrawal-guide__btn-primary:hover {
  opacity: 0.9;
}

.page-blog-k9cc-deposit-withdrawal-guide__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-k9cc-deposit-withdrawal-guide__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-section {
  padding: 60px 0;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-list {
  margin-top: 30px;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-item {
  margin-bottom: 15px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  color: #1F2D3D;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-weight: bold;
  font-size: 1.1em;
  color: #2F6BFF;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-item[open] .page-blog-k9cc-deposit-withdrawal-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2F6BFF;
}

.page-blog-k9cc-deposit-withdrawal-guide__faq-answer {
  padding-top: 15px;
  font-size: 1em;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-k9cc-deposit-withdrawal-guide__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__conclusion-section .page-blog-k9cc-deposit-withdrawal-guide__section-title {
  color: #ffffff;
}

.page-blog-k9cc-deposit-withdrawal-guide__conclusion-section .page-blog-k9cc-deposit-withdrawal-guide__paragraph {
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-blog-k9cc-deposit-withdrawal-guide__copyright-text {
  margin-top: 40px;
  font-size: 0.9em;
  color: #A5C4FF;
}

/* Mobile responsive styles */
@media (max-width: 1024px) {
  .page-blog-k9cc-deposit-withdrawal-guide__container {
    padding: 15px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }

  .page-blog-k9cc-deposit-withdrawal-guide__section-title {
    font-size: 2em;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__feature-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__method-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__info-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__tip-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__card {
    padding: 25px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__hero-content {
    padding: 30px 15px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
  }
}

@media (max-width: 768px) {
  .page-blog-k9cc-deposit-withdrawal-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header offset */
  }

  .page-blog-k9cc-deposit-withdrawal-guide__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain; /* Ensure image is fully visible, not cropped */
    aspect-ratio: unset;
    max-height: none;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__main-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
    line-height: 1.3;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__intro-text {
    font-size: 1em;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__paragraph {
    font-size: 0.95em;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__feature-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__method-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__info-grid,
  .page-blog-k9cc-deposit-withdrawal-guide__tip-grid {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 20px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-k9cc-deposit-withdrawal-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__section,
  .page-blog-k9cc-deposit-withdrawal-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__cta-button,
  .page-blog-k9cc-deposit-withdrawal-guide__btn-primary,
  .page-blog-k9cc-deposit-withdrawal-guide__btn-secondary,
  .page-blog-k9cc-deposit-withdrawal-guide a[class*="button"],
  .page-blog-k9cc-deposit-withdrawal-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__cta-buttons,
  .page-blog-k9cc-deposit-withdrawal-guide__button-group,
  .page-blog-k9cc-deposit-withdrawal-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__method-list,
  .page-blog-k9cc-deposit-withdrawal-guide__info-list,
  .page-blog-k9cc-deposit-withdrawal-guide__info-ordered-list {
    padding-left: 15px;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__faq-item summary {
    font-size: 1em;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-k9cc-deposit-withdrawal-guide__copyright-text {
    margin-top: 30px;
  }
}