.page-payment-methods-usdt {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-payment-methods-usdt__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px 20px; /* body already handles top padding */
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.page-payment-methods-usdt__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-payment-methods-usdt__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-payment-methods-usdt__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.page-payment-methods-usdt__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Adjusted H1 font size */
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-payment-methods-usdt__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-payment-methods-usdt__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-payment-methods-usdt__cta-buttons--center {
  margin-top: 40px;
}

.page-payment-methods-usdt__btn-primary,
.page-payment-methods-usdt__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-payment-methods-usdt__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-payment-methods-usdt__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-payment-methods-usdt__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-payment-methods-usdt__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-payment-methods-usdt__section {
  padding: 60px 20px;
}

.page-payment-methods-usdt__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-payment-methods-usdt__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-payment-methods-usdt__section-title--white {
  color: #ffffff;
}

.page-payment-methods-usdt__text-block {
  font-size: 1.05em;
  margin-bottom: 30px;
  text-align: left;
  color: #333333;
}

.page-payment-methods-usdt__text-block--white {
  color: #ffffff;
}

.page-payment-methods-usdt__grid-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-payment-methods-usdt__advantage-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-payment-methods-usdt__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-payment-methods-usdt__advantage-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.page-payment-methods-usdt__advantage-list li {
  margin-bottom: 10px;
  color: #555555;
}

.page-payment-methods-usdt__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-payment-methods-usdt__image-content--large {
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.page-payment-methods-usdt__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-payment-methods-usdt__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  color: #333333;
}

.page-payment-methods-usdt__step-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-payment-methods-usdt__image-step {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
}

.page-payment-methods-usdt__tips-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
  font-size: 1.05em;
  color: #333333;
}

.page-payment-methods-usdt__tips-list li {
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-payment-methods-usdt__faq-list {
  margin-top: 40px;
}

.page-payment-methods-usdt__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: #333333;
}

.page-payment-methods-usdt__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f0f8ff;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details summary */
}

.page-payment-methods-usdt__faq-question::-webkit-details-marker {
  display: none;
}

.page-payment-methods-usdt__faq-qtext {
  flex-grow: 1;
}

.page-payment-methods-usdt__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-payment-methods-usdt__faq-item[open] .page-payment-methods-usdt__faq-toggle {
  transform: rotate(45deg);
}

.page-payment-methods-usdt__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-payment-methods-usdt__faq-answer p {
  margin-bottom: 0;
}

.page-payment-methods-usdt__final-cta {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-payment-methods-usdt__grid-advantages {
    grid-template-columns: 1fr;
  }
  .page-payment-methods-usdt__hero-content {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .page-payment-methods-usdt__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-payment-methods-usdt__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-payment-methods-usdt__description {
    font-size: 1em;
  }
  .page-payment-methods-usdt__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-payment-methods-usdt__btn-primary,
  .page-payment-methods-usdt__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-payment-methods-usdt__section {
    padding: 40px 15px;
  }
  .page-payment-methods-usdt__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-payment-methods-usdt__text-block {
    font-size: 0.95em;
  }
  .page-payment-methods-usdt__step-title {
    font-size: 1.3em;
  }
  .page-payment-methods-usdt__card-title {
    font-size: 1.3em;
  }
  .page-payment-methods-usdt__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-payment-methods-usdt__faq-answer {
    padding: 15px 20px;
  }

  /* Mobile image responsiveness */
  .page-payment-methods-usdt img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-payment-methods-usdt__section,
  .page-payment-methods-usdt__card,
  .page-payment-methods-usdt__container,
  .page-payment-methods-usdt__step-card,
  .page-payment-methods-usdt__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific overrides for containers that might have padding already */
  .page-payment-methods-usdt__hero-section,
  .page-payment-methods-usdt__dark-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-payment-methods-usdt__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-payment-methods-usdt__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}