.page-payment-methods-withdrawal-rules {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#0a0a0a), so text should be light */
  background-color: #0a0a0a; /* Ensure consistency with shared.css body background */
}

.page-payment-methods-withdrawal-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-payment-methods-withdrawal-rules__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  background: linear-gradient(135deg, #000080, #0a0a0a);
  color: #ffffff;
  overflow: hidden;
}

.page-payment-methods-withdrawal-rules__hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-payment-methods-withdrawal-rules__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-payment-methods-withdrawal-rules__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-payment-methods-withdrawal-rules__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 5;
}

.page-payment-methods-withdrawal-rules__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%); /* Allowed for stylistic effect, not color change */
}

.page-payment-methods-withdrawal-rules__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-withdrawal-rules__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-payment-methods-withdrawal-rules__content-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background for content contrast */
  color: #ffffff;
}

.page-payment-methods-withdrawal-rules__dark-section {
  padding: 60px 0;
  background-color: #000080; /* Auxiliary brand color as background */
  color: #ffffff; /* White text for dark blue background */
}

.page-payment-methods-withdrawal-rules__light-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-payment-methods-withdrawal-rules__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
}

.page-payment-methods-withdrawal-rules__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-payment-methods-withdrawal-rules__step-description {
  font-size: 1.1em;
  max-width: 800px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-payment-methods-withdrawal-rules__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-withdrawal-rules__info-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-payment-methods-withdrawal-rules__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-payment-methods-withdrawal-rules__card-description {
  font-size: 1.05em;
  color: #e0e0e0;
}

.page-payment-methods-withdrawal-rules__info-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-payment-methods-withdrawal-rules__tip-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFD700;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  text-align: left;
}

.page-payment-methods-withdrawal-rules__tip-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-payment-methods-withdrawal-rules__tip-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-payment-methods-withdrawal-rules__faq-section {
  padding: 60px 0;
  background-color: #0a0a0a;
  color: #ffffff;
}