.page-resources-kuwin-no-hu-withdrawal-deposit {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A2463; /* Primary dark blue background */
}

.page-resources-kuwin-no-hu-withdrawal-deposit h1, .page-resources-kuwin-no-hu-withdrawal-deposit h2, .page-resources-kuwin-no-hu-withdrawal-deposit h3 {
  color: #FFD700; /* Accent gold for headings */
  margin-bottom: 1em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit h1 {
  font-size: 2.8em;
  text-align: center;
}

.page-resources-kuwin-no-hu-withdrawal-deposit h2 {
  font-size: 2.2em;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #FFD700;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit h3 {
  font-size: 1.8em;
  color: #FFD700; /* Ensure good contrast */
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit p {
  margin-bottom: 1em;
  color: #F0F0F0; /* Slightly lighter text for readability */
}

.page-resources-kuwin-no-hu-withdrawal-deposit__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero {
  background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%);
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero h1 {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero p {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 1.5em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-3px);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__section {
  padding: 60px 0;
  background-color: #0A2463;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__section--intro {
  background-color: #1A3E8A;
  color: #F0F0F0;
  text-align: center;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__section--deposit,
.page-resources-kuwin-no-hu-withdrawal-deposit__section--withdrawal {
  background-color: #0A2463;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__heading {
  margin-bottom: 1.5em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit ol,
.page-resources-kuwin-no-hu-withdrawal-deposit ul {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 1.5em;
  color: #F0F0F0;
}

.page-resources-kuwin-no-hu-withdrawal-deposit ul {
  list-style-type: disc;
}

.page-resources-kuwin-no-hu-withdrawal-deposit ol li,
.page-resources-kuwin-no-hu-withdrawal-deposit ul li {
  margin-bottom: 0.8em;
  color: #F0F0F0;
}

.page-resources-kuwin-no-hu-withdrawal-deposit a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-kuwin-no-hu-withdrawal-deposit a:hover {
  text-decoration: underline;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__method-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5em;
  background-color: #1A3E8A;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__method-icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  flex-shrink: 0;
  background-color: #FFD700;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__method-details h4 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.4em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__method-details p {
  color: #F0F0F0;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__section--tips {
  background-color: #1A3E8A;
  text-align: center;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 2em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tip-card {
  background-color: #0A2463;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tip-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background-color: #FFD700;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tip-card h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 0.5em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__tip-card p {
  color: #F0F0F0;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__section--faq {
  background-color: #0A2463;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__faq-item {
  background-color: #1A3E8A;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__faq-item h3 {
  color: #FFD700;
  font-size: 1.3em;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__faq-item p {
  color: #F0F0F0;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom {
  background: linear-gradient(45deg, #FFD700 0%, #E6C200 100%);
  padding: 60px 0;
  text-align: center;
  color: #0A2463;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom h2 {
  color: #0A2463;
  font-size: 2.5em;
  margin-bottom: 0.8em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom p {
  color: #0A2463;
  font-size: 1.2em;
  margin-bottom: 2em;
}

.page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom .page-resources-kuwin-no-hu-withdrawal-deposit__btn--primary {
  background-color: #0A2463;
  color: #FFD700;
  box-shadow: 0 4px 15px rgba(10, 36, 99, 0.4);
}

.page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom .page-resources-kuwin-no-hu-withdrawal-deposit__btn--primary:hover {
  background-color: #1A3E8A;
  color: #FFD700;
  box-shadow: 0 6px 20px rgba(10, 36, 99, 0.6);
}

@media (max-width: 768px) {
  .page-resources-kuwin-no-hu-withdrawal-deposit__hero h1 {
    font-size: 2.5em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__hero p {
    font-size: 1.1em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit h2 {
    font-size: 1.8em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit h3 {
    font-size: 1.5em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__method-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__method-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__cta-bottom h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-resources-kuwin-no-hu-withdrawal-deposit__hero h1 {
    font-size: 2em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__hero p {
    font-size: 1em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-kuwin-no-hu-withdrawal-deposit h2 {
    font-size: 1.6em;
  }
}