.page-resources-mcw18-payment-methods__hero {
  background: linear-gradient(135deg, #0A244A, #1A3E6D);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-mcw18-payment-methods__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  filter: blur(50px);
  animation: page-resources-mcw18-payment-methods__float 10s ease-in-out infinite alternate;
}

.page-resources-mcw18-payment-methods__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  filter: blur(40px);
  animation: page-resources-mcw18-payment-methods__float 12s ease-in-out infinite alternate-reverse;
}

@keyframes page-resources-mcw18-payment-methods__float {
  0% { transform: translate(0, 0); }
  100% { transform: translate(20px, 20px); }
}

.page-resources-mcw18-payment-methods__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-resources-mcw18-payment-methods__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-mcw18-payment-methods__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mcw18-payment-methods__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A244A;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-mcw18-payment-methods__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-mcw18-payment-methods__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
}

.page-resources-mcw18-payment-methods__section {
  padding: 60px 0;
  background-color: #FFFFFF;
  color: #0A244A;
}

.page-resources-mcw18-payment-methods__section:nth-of-type(even) {
  background-color: #F8F8F8;
}

.page-resources-mcw18-payment-methods__section-title {
  font-size: 2.8em;
  color: #0A244A;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-mcw18-payment-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-resources-mcw18-payment-methods__intro p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-mcw18-payment-methods__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(10, 36, 74, 0.15);
  margin-top: 30px;
}

.page-resources-mcw18-payment-methods__image--full-width {
  width: 100%;
}

.page-resources-mcw18-payment-methods__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-mcw18-payment-methods__method-card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(10, 36, 74, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-mcw18-payment-methods__method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(10, 36, 74, 0.15);
}

.page-resources-mcw18-payment-methods__method-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mcw18-payment-methods__method-title {
  font-size: 1.8em;
  color: #0A244A;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-mcw18-payment-methods__sub-title {
  font-size: 1.3em;
  color: #0A244A;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-mcw18-payment-methods__method-card p {
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 15px;
}

.page-resources-mcw18-payment-methods__list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-mcw18-payment-methods__list li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 0.95em;
}

.page-resources-mcw18-payment-methods__list li strong {
  color: #0A244A;
}

.page-resources-mcw18-payment-methods__note {
  background-color: #FFFBE6;
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #665500;
}

.page-resources-mcw18-payment-methods__faq-item {
  background-color: #FDFDFD;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(10, 36, 74, 0.05);
}

.page-resources-mcw18-payment-methods__faq-question {
  font-size: 1.3em;
  color: #0A244A;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #F5F5F5;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-resources-mcw18-payment-methods__faq-question:hover {
  background-color: #EEEEEE;
}

.page-resources-mcw18-payment-methods__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD700;
}

.page-resources-mcw18-payment-methods__faq-item.active .page-resources-mcw18-payment-methods__faq-question::after {
  content: '-';
}

.page-resources-mcw18-payment-methods__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-mcw18-payment-methods__faq-item.active .page-resources-mcw18-payment-methods__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-resources-mcw18-payment-methods__faq-answer p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-mcw18-payment-methods__contact-button {
  display: inline-block;
  background-color: #0A244A;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.page-resources-mcw18-payment-methods__contact-button:hover {
  background-color: #1A3E6D;
}

.page-resources-mcw18-payment-methods__final-cta {
  background-color: #0A244A;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-resources-mcw18-payment-methods__final-cta .page-resources-mcw18-payment-methods__section-title {
  color: #FFD700;
}

.page-resources-mcw18-payment-methods__final-cta p {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.7;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-mcw18-payment-methods__title {
    font-size: 2.8em;
  }

  .page-resources-mcw18-payment-methods__subtitle {
    font-size: 1.3em;
  }

  .page-resources-mcw18-payment-methods__section-title {
    font-size: 2.2em;
  }

  .page-resources-mcw18-payment-methods__method-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-mcw18-payment-methods__hero {
    padding: 80px 0 60px;
  }

  .page-resources-mcw18-payment-methods__title {
    font-size: 2.2em;
  }

  .page-resources-mcw18-payment-methods__subtitle {
    font-size: 1.1em;
  }

  .page-resources-mcw18-payment-methods__section {
    padding: 40px 0;
  }

  .page-resources-mcw18-payment-methods__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-mcw18-payment-methods__method-card {
    padding: 25px;
  }

  .page-resources-mcw18-payment-methods__method-title {
    font-size: 1.6em;
  }

  .page-resources-mcw18-payment-methods__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-mcw18-payment-methods__faq-question::after {
    right: 20px;
    font-size: 1.3em;
  }

  .page-resources-mcw18-payment-methods__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-mcw18-payment-methods__final-cta {
    padding: 60px 0;
  }

  .page-resources-mcw18-payment-methods__final-cta p {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .page-resources-mcw18-payment-methods__hero {
    padding: 60px 0 40px;
  }

  .page-resources-mcw18-payment-methods__title {
    font-size: 1.8em;
  }

  .page-resources-mcw18-payment-methods__subtitle {
    font-size: 0.95em;
  }

  .page-resources-mcw18-payment-methods__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-mcw18-payment-methods__section {
    padding: 30px 0;
  }

  .page-resources-mcw18-payment-methods__section-title {
    font-size: 1.6em;
    margin-bottom: 25px;
  }

  .page-resources-mcw18-payment-methods__method-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-mcw18-payment-methods__method-card {
    padding: 20px;
  }

  .page-resources-mcw18-payment-methods__method-icon {
    width: 60px;
    height: 60px;
  }

  .page-resources-mcw18-payment-methods__method-title {
    font-size: 1.4em;
  }

  .page-resources-mcw18-payment-methods__sub-title {
    font-size: 1.1em;
  }

  .page-resources-mcw18-payment-methods__list {
    margin-left: 15px;
  }

  .page-resources-mcw18-payment-methods__list li {
    font-size: 0.9em;
  }

  .page-resources-mcw18-payment-methods__note {
    padding: 15px;
    font-size: 1em;
  }

  .page-resources-mcw18-payment-methods__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-resources-mcw18-payment-methods__faq-question::after {
    right: 15px;
    font-size: 1.2em;
  }

  .page-resources-mcw18-payment-methods__faq-answer {
    padding: 12px 15px;
  }

  .page-resources-mcw18-payment-methods__contact-button {
    padding: 8px 15px;
    font-size: 0.85em;
  }

  .page-resources-mcw18-payment-methods__final-cta {
    padding: 40px 0;
  }

  .page-resources-mcw18-payment-methods__final-cta p {
    font-size: 0.95em;
  }
}