/* Base Styles */
.page-payment-methods {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  background: #FFFFFF; /* Explicitly set body background as light */
}

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

.page-payment-methods__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-payment-methods__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-payment-methods__main-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-payment-methods__section-description,
.page-payment-methods__hero-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-payment-methods__hero-description {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-payment-methods__text-block {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
}