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

.page-registration-login-deposit-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-registration-login-deposit-methods__hero {
  background: linear-gradient(135deg, #CC0000 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.page-registration-login-deposit-methods__hero-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.page-registration-login-deposit-methods__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-registration-login-deposit-methods__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffe;
}

.page-registration-login-deposit-methods__hero-image-wrapper {
  flex: 1 1 400px;
  max-width: 500px;
}

.page-registration-login-deposit-methods__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-registration-login-deposit-methods__section {
  padding: 60px 0;
}

.page-registration-login-deposit-methods__section--intro {
  background-color: #fff;
}

.page-registration-login-deposit-methods__section-title {
  font-size: 2.5em;
  color: #CC0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-registration-login-deposit-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-registration-login-deposit-methods__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444;
}

.page-registration-login-deposit-methods__section p a {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

.page-registration-login-deposit-methods__section p a:hover {
  text-decoration: underline;
}

.page-registration-login-deposit-methods__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-registration-login-deposit-methods__feature-item {
  flex: 1 1 280px;
  background-color: #fefefe;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-registration-login-deposit-methods__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-registration-login-deposit-methods__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-registration-login-deposit-methods__feature-item h3 {
  font-size: 1.5em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-registration-login-deposit-methods__feature-item p {
  font-size: 1em;
  color: #666;
  text-align: center;
}

.page-registration-login-deposit-methods__section--methods {
  background-color: #f0f0f0;
}

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

.page-registration-login-deposit-methods__method-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

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

.page-registration-login-deposit-methods__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.page-registration-login-deposit-methods__method-card h3 {
  font-size: 1.6em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-registration-login-deposit-methods__method-card p {
  font-size: 1em;
  color: #555;
  text-align: center;
}

.page-registration-login-deposit-methods__section--guide {
  background-color: #fff;
}

.page-registration-login-deposit-methods__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-registration-login-deposit-methods__step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 30px;
  gap: 30px;
}

.page-registration-login-deposit-methods__step-number {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background-color: #CC0000;
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-registration-login-deposit-methods__step-item h3 {
  font-size: 1.8em;
  color: #CC0000;
  flex: 1;
  min-width: 250px;
}

.page-registration-login-deposit-methods__step-item p {
  flex: 2 1 400px;
  margin-bottom: 0;
}

.page-registration-login-deposit-methods__step-image {
  flex: 1 1 300px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-registration-login-deposit-methods__text-center {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #555;
}

.page-registration-login-deposit-methods__section--tips {
  background-color: #f0f0f0;
}

.page-registration-login-deposit-methods__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-registration-login-deposit-methods__list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #444;
}

.page-registration-login-deposit-methods__list li p {
  margin: 0;
}

.page-registration-login-deposit-methods__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-registration-login-deposit-methods__section--faq {
  background-color: #fff;
}

.page-registration-login-deposit-methods__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-registration-login-deposit-methods__faq-question {
  font-size: 1.4em;
  color: #CC0000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-registration-login-deposit-methods__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-registration-login-deposit-methods__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-registration-login-deposit-methods__faq-answer {
  font-size: 1.1em;
  color: #555;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid #FFD700;
  display: none; /* Hidden by default */
}

.page-registration-login-deposit-methods__faq-answer.active {
  display: block;
}

.page-registration-login-deposit-methods__section--cta {
  background: linear-gradient(135deg, #CC0000 0%, #a00000 100%);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.page-registration-login-deposit-methods__cta-content {
  max-width: 800px;
}

.page-registration-login-deposit-methods__section--cta .page-registration-login-deposit-methods__section-title {
  color: #fff;
  margin-bottom: 25px;
}

.page-registration-login-deposit-methods__section--cta .page-registration-login-deposit-methods__section-title::after {
  background-color: #FFD700;
}

.page-registration-login-deposit-methods__section--cta p {
  font-size: 1.2em;
  color: #eee;
  margin-bottom: 40px;
}

.page-registration-login-deposit-methods__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-registration-login-deposit-methods__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px 20px 10px;
  cursor: pointer;
}

.page-registration-login-deposit-methods__btn--primary {
  background-color: #FFD700;
  color: #CC0000;
  border: 2px solid #FFD700;
}

.page-registration-login-deposit-methods__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-registration-login-deposit-methods__btn--secondary {
  background-color: #CC0000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-registration-login-deposit-methods__btn--secondary:hover {
  background-color: #a00000;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-registration-login-deposit-methods__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-registration-login-deposit-methods__btn--outline:hover {
  background-color: #FFD700;
  color: #CC0000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-registration-login-deposit-methods__hero {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-registration-login-deposit-methods__hero-title {
    font-size: 2.5em;
  }

  .page-registration-login-deposit-methods__hero-subtitle {
    font-size: 1.1em;
  }

  .page-registration-login-deposit-methods__hero-content,
  .page-registration-login-deposit-methods__hero-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-registration-login-deposit-methods__section-title {
    font-size: 2em;
  }

  .page-registration-login-deposit-methods__features,
  .page-registration-login-deposit-methods__method-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-registration-login-deposit-methods__step-item {
    flex-direction: column;
    text-align: center;
  }

  .page-registration-login-deposit-methods__step-number {
    margin-bottom: 20px;
  }

  .page-registration-login-deposit-methods__step-item h3 {
    width: 100%;
    margin-top: 0;
  }

  .page-registration-login-deposit-methods__step-image {
    margin-top: 20px;
  }

  .page-registration-login-deposit-methods__list li {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .page-registration-login-deposit-methods__hero {
    padding: 40px 15px;
  }

  .page-registration-login-deposit-methods__hero-title {
    font-size: 2em;
  }

  .page-registration-login-deposit-methods__section {
    padding: 40px 0;
  }

  .page-registration-login-deposit-methods__section-title {
    font-size: 1.8em;
  }

  .page-registration-login-deposit-methods__features,
  .page-registration-login-deposit-methods__method-grid {
    grid-template-columns: 1fr;
  }

  .page-registration-login-deposit-methods__btn {
    width: calc(100% - 20px);
    margin: 0 10px 15px 10px;
  }
}

@media (max-width: 480px) {
  .page-registration-login-deposit-methods__hero-title {
    font-size: 1.8em;
  }

  .page-registration-login-deposit-methods__hero-subtitle {
    font-size: 1em;
  }

  .page-registration-login-deposit-methods__section-title {
    font-size: 1.6em;
  }

  .page-registration-login-deposit-methods__section p,
  .page-registration-login-deposit-methods__list li,
  .page-registration-login-deposit-methods__faq-answer {
    font-size: 0.95em;
  }

  .page-registration-login-deposit-methods__faq-question {
    font-size: 1.2em;
  }
}