.page-resources-hz88-deposit-withdrawal-methods {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-hz88-deposit-withdrawal-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hz88-deposit-withdrawal-methods__hero-section {
  background: linear-gradient(135deg, #FFD700, #00BFFF);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-hz88-deposit-withdrawal-methods__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-hz88-deposit-withdrawal-methods__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0028ff; /* Darker blue for contrast on gold */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-hz88-deposit-withdrawal-methods__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f8ff; /* Lighter blue for contrast on dark blue background */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.page-resources-hz88-deposit-withdrawal-methods__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  max-height: 100%;
  width: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .page-resources-hz88-deposit-withdrawal-methods__hero-title {
    font-size: 2.5em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__hero-image {
    display: none;
  }
}

.page-resources-hz88-deposit-withdrawal-methods__section-title {
  font-size: 2.5em;
  color: #0086b3; /* Darker shade of auxiliary blue */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}

.page-resources-hz88-deposit-withdrawal-methods__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-hz88-deposit-withdrawal-methods__intro-section,
.page-resources-hz88-deposit-withdrawal-methods__deposit-methods,
.page-resources-hz88-deposit-withdrawal-methods__withdrawal-methods,
.page-resources-hz88-deposit-withdrawal-methods__security-tips,
.page-resources-hz88-deposit-withdrawal-methods__faq,
.page-resources-hz88-deposit-withdrawal-methods__cta-section {
  padding: 60px 0;
}

.page-resources-hz88-deposit-withdrawal-methods__intro-section p,
.page-resources-hz88-deposit-withdrawal-methods__deposit-methods p,
.page-resources-hz88-deposit-withdrawal-methods__withdrawal-methods p,
.page-resources-hz88-deposit-withdrawal-methods__security-tips p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #444;
}

.page-resources-hz88-deposit-withdrawal-methods__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hz88-deposit-withdrawal-methods__method-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-hz88-deposit-withdrawal-methods__method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-hz88-deposit-withdrawal-methods__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-hz88-deposit-withdrawal-methods__method-title {
  font-size: 1.8em;
  color: #0086b3;
  margin-bottom: 15px;
}

.page-resources-hz88-deposit-withdrawal-methods__method-subtitle {
  font-size: 1.3em;
  color: #FFD700; /* Gold for subtitles */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-hz88-deposit-withdrawal-methods__method-card ol {
  text-align: left;
  margin-left: 20px;
  color: #555;
}

.page-resources-hz88-deposit-withdrawal-methods__method-card ol li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-resources-hz88-deposit-withdrawal-methods__note {
  font-style: italic;
  color: #777;
  margin-top: 20px;
  font-size: 0.95em;
}

.page-resources-hz88-deposit-withdrawal-methods__callout {
  background-color: #e0f7fa; /* Light blue background for callout */
  border-left: 5px solid #00BFFF;
  padding: 20px;
  margin-top: 40px;
  font-size: 1.1em;
  color: #005f7f;
  border-radius: 5px;
}

.page-resources-hz88-deposit-withdrawal-methods__callout a {
  color: #0086b3;
  font-weight: bold;
  text-decoration: none;
}

.page-resources-hz88-deposit-withdrawal-methods__callout a:hover {
  text-decoration: underline;
}

.page-resources-hz88-deposit-withdrawal-methods__important-note {
  background-color: #fff3e0; /* Light orange background for important notes */
  border-left: 5px solid #ff9800;
  padding: 20px;
  margin-top: 40px;
  font-size: 1.1em;
  color: #e65100;
  border-radius: 5px;
}

.page-resources-hz88-deposit-withdrawal-methods__checklist {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-hz88-deposit-withdrawal-methods__checklist li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.page-resources-hz88-deposit-withdrawal-methods__tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hz88-deposit-withdrawal-methods__tip-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
}

.page-resources-hz88-deposit-withdrawal-methods__tip-card h3 {
  font-size: 1.5em;
  color: #0086b3;
  margin-bottom: 15px;
}

.page-resources-hz88-deposit-withdrawal-methods__tip-card p {
  font-size: 1em;
  color: #555;
}

.page-resources-hz88-deposit-withdrawal-methods__tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion {
  margin-top: 40px;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-header {
  width: 100%;
  padding: 20px 25px;
  background-color: #00BFFF;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-header:hover {
  background-color: #00a0e9;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-content {
  padding: 0 25px;
  background-color: #fcfcfc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-hz88-deposit-withdrawal-methods__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #333;
  font-size: 1.05em;
}

.page-resources-hz88-deposit-withdrawal-methods__cta-section {
  background-color: #FFD700;
  padding: 80px 0;
  text-align: center;
  color: #0028ff; /* Dark blue for contrast on gold */
}

.page-resources-hz88-deposit-withdrawal-methods__cta-section .page-resources-hz88-deposit-withdrawal-methods__section-title {
  color: #0028ff; /* Dark blue for contrast */
}

.page-resources-hz88-deposit-withdrawal-methods__cta-section .page-resources-hz88-deposit-withdrawal-methods__section-title::after {
  background-color: #0028ff; /* Dark blue line */
}

.page-resources-hz88-deposit-withdrawal-methods__cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #333;
}

.page-resources-hz88-deposit-withdrawal-methods__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-hz88-deposit-withdrawal-methods__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-hz88-deposit-withdrawal-methods__btn--primary {
  background-color: #00BFFF;
  color: #fff;
  border-color: #00BFFF;
}

.page-resources-hz88-deposit-withdrawal-methods__btn--primary:hover {
  background-color: #00a0e9;
  border-color: #00a0e9;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 191, 255, 0.3);
}

.page-resources-hz88-deposit-withdrawal-methods__btn--secondary {
  background-color: #fff;
  color: #00BFFF;
  border-color: #00BFFF;
}

.page-resources-hz88-deposit-withdrawal-methods__btn--secondary:hover {
  background-color: #e0f7fa;
  color: #0086b3;
  border-color: #0086b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 191, 255, 0.2);
}

@media (max-width: 768px) {
  .page-resources-hz88-deposit-withdrawal-methods__section-title {
    font-size: 2em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__method-grid,
  .page-resources-hz88-deposit-withdrawal-methods__tip-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-hz88-deposit-withdrawal-methods__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-hz88-deposit-withdrawal-methods__btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-resources-hz88-deposit-withdrawal-methods__hero-title {
    font-size: 2em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__section-title {
    font-size: 1.8em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__intro-section p,
  .page-resources-hz88-deposit-withdrawal-methods__deposit-methods p,
  .page-resources-hz88-deposit-withdrawal-methods__withdrawal-methods p,
  .page-resources-hz88-deposit-withdrawal-methods__security-tips p {
    font-size: 0.95em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__method-card,
  .page-resources-hz88-deposit-withdrawal-methods__tip-card {
    padding: 20px;
  }
  .page-resources-hz88-deposit-withdrawal-methods__method-title {
    font-size: 1.5em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__method-subtitle {
    font-size: 1.1em;
  }
  .page-resources-hz88-deposit-withdrawal-methods__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-hz88-deposit-withdrawal-methods__accordion-content p {
    font-size: 0.95em;
    padding: 10px 0;
  }
  .page-resources-hz88-deposit-withdrawal-methods__cta-section p {
    font-size: 1.1em;
  }
}