.page-blog-how-to-deposit-withdraw-safely-hello88c {
  color: var(--color-text-main); /* #F2FFF6 */
  background-color: var(--color-background); /* #08160F */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--color-text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__cta-button--large {
  padding: 18px 35px;
  font-size: 1.25rem;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--color-text-main);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__introduction-section,
.page-blog-how-to-deposit-withdraw-safely-hello88c__deposit-guide-section,
.page-blog-how-to-deposit-withdraw-safely-hello88c__withdrawal-guide-section,
.page-blog-how-to-deposit-withdraw-safely-hello88c__safety-tips-section,
.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-section,
.page-blog-how-to-deposit-withdraw-safely-hello88c__conclusion-section {
  padding: 60px 0;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__text-block {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__text-block strong {
  color: var(--color-text-main);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__step-item {
  background-color: var(--color-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--color-border);
  transition: transform 0.3s ease;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__step-item:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__step-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__step-description {
  font-size: 1rem;
  color: var(--color-text-secondary);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__method-list,
.page-blog-how-to-deposit-withdraw-safely-hello88c__tips-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__method-list li,
.page-blog-how-to-deposit-withdraw-safely-hello88c__tips-list li {
  color: var(--color-text-secondary);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__method-list li::before,
.page-blog-how-to-deposit-withdraw-safely-hello88c__tips-list li::before {
  content: '✓';
  color: var(--color-glow);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-border);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__note-text {
  background-color: var(--color-deep-green);
  color: var(--color-text-main);
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
  font-size: 1.1rem;
  border-left: 5px solid var(--color-glow);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-item {
  background-color: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-item[open] {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text-main);
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-question:hover {
  background-color: rgba(var(--color-glow-rgb), 0.05);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-toggle {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-glow);
  margin-left: 15px;
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: var(--color-text-secondary);
  border-top: 1px solid var(--color-divider);
}

.page-blog-how-to-deposit-withdraw-safely-hello88c__faq-answer p {
  margin-top: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-deposit-withdraw-safely-hello88c {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__container {
    padding: 0 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__cta-button--large {
    padding: 15px 25px;
    font-size: 1.1rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__section-title {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__introduction-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__deposit-guide-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__withdrawal-guide-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__safety-tips-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__faq-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__text-block {
    font-size: 1rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__step-item {
    padding: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__step-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c__faq-answer {
    padding: 0 15px 15px 15px;
  }

  /* Ensure all image containers are responsive */
  .page-blog-how-to-deposit-withdraw-safely-hello88c__hero-section,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__container,
  .page-blog-how-to-deposit-withdraw-safely-hello88c__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-hello88c img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}