.mps-community-heroes-section {
  background-color: transparent;
}

.mps-community-heroes-section .mps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.mps-hero {
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.04),
    0 9.19px 22.98px rgba(0, 0, 0, 0.0288),
    0 4.91px 12.28px rgba(0, 0, 0, 0.0238),
    0 2.75px 6.89px rgba(0, 0, 0, 0.02),
    0 1.46px 3.66px rgba(0, 0, 0, 0.0162);
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 32px;
  overflow: hidden;
  max-height: 380px;
}

@media (max-width: 768px) {
  .mps-hero {
    flex-direction: column;
    padding: 20px 10px;
    text-align: center;
    max-height: max-content;
  }
}

.mps-hero--success {
  justify-content: center;
}

.mps-hero-content {
  flex: 1;
  max-width: 580px;
  width: 100%;
}

@media (max-width: 768px) {
  .mps-hero-content {
    margin-bottom: 10px;
    max-width: 100%;
    min-width: auto;
  }
}

.mps-hero-tag {
  display: inline-flex;
  align-items: center;
  background-color: #eff2e6;
  color: #093409;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 6px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  gap: 6px;
}

.mps-hero-tag--success {
  background-color: #f1fef1;
}

.mps-hero-tag-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.mps-hero-headline {
  color: #0f0f0f;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .mps-hero-headline {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .mps-hero-headline {
    font-size: 30px;
  }
}

.mps-hero-headline--green {
  color: #009400;
  font-style: italic;
  display: flex;
}

.mps-hero-paragraph {
  color: #424242;
  font-size: 15px !important;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 500px;
}

.mps-hero-paragraph strong {
  font-weight: 600;
  color: #009400;
}

@media (max-width: 768px) {
  .mps-hero-paragraph {
    margin: 0 auto 32px auto;
  }
  .mps-hero-headline--green {
    justify-content: center;
  }
}

.mps-hero .verifypass-container .mps-hero-button {
  background: linear-gradient(180deg, #25b425 0%, #1bc01b 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 32px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
}

.mps-hero .verifypass-container .mps-hero-button:hover {
  background: linear-gradient(180deg, #2ad12a 0%, #1bc01b 100%);
}

.mps-hero .verifypass-container .mps-hero-button .mps-hero-button-arrow {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: transform 0.2s;
}

.mps-hero .verifypass-container .mps-hero-button:hover .mps-hero-button-arrow {
  transform: translateX(4px);
}

.mps-hero-image-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .mps-hero-image-grid {
    margin-left: 30px;
    grid-gap: 20px;
  }
}

@media (max-width: 768px) {
  .mps-hero-image-grid {
    margin-left: 0;
    width: auto;
    max-width: 480px;
  }
  .mps-hero .verifypass-container .verifypass-btn,
  .verifypass-container .verifypass-btn {
    width: 100%;
  }
  .mps-text-center {
    text-align: center !important;
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  .mps-hero-image-grid {
    grid-gap: 15px;
  }
}

.mps-hero-image-item {
  text-align: center;
  width: 150px !important;
}

.mps-hero-circular-photo-container {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  margin-bottom: 12px;
}

.mps-hero-circular-photo {
  width: 100%;
  height: 110px !important;
  object-fit: contain;
  display: block;
}

.mps-hero-label {
  color: #093409;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media (max-width: 480px) {
  .mps-hero-label {
    font-size: 14px;
  }
}

.mps-text-center {
  text-align: start;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
}

.mps-hero .verifypass-container .verifypass-btn,
.verifypass-container .verifypass-btn {
  background: linear-gradient(180deg, #2ad12a 0%, #1bc01b 100%);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
  text-decoration: none;
  border: 1px solid #1bc01b;
  box-sizing: border-box;
  box-shadow:
    inset -2px 0px 2.1px 0px rgba(255, 255, 255, 0.4),
    inset 2px 0px 2.1px 0px rgba(255, 255, 255, 0.4),
    inset 0px 2px 1.7px 0px rgba(255, 255, 255, 0.6);
}

.mps-hero .verifypass-container .verifypass-btn:hover,
.verifypass-container .verifypass-btn:hover {
  background: linear-gradient(180deg, #2ad12a 0%, #1bc01b 100%);
  box-shadow:
    inset -2px 0px 2.1px 0px rgba(255, 255, 255, 0.4),
    inset 2px 0px 2.1px 0px rgba(255, 255, 255, 0.4),
    inset 0px 2px 1.7px 0px rgba(255, 255, 255, 0.6);

  transform: translateY(-2px);
}

.mps-hero .verifypass-container .verifypass-btn svg,
.verifypass-container .verifypass-btn svg {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.mps-hero .verifypass-container .verifypass-btn:hover svg,
.verifypass-container .verifypass-btn:hover svg {
  transform: translateX(4px);
}

.mps-how-it-works-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
  padding-bottom: 60px;
}

.mps-community-heroes-section.verified {
  background: #fff;
  border-radius: 24px;
  padding: 30px 32px;
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.04),
    0 9.19px 22.98px rgba(0, 0, 0, 0.0288),
    0 4.91px 12.28px rgba(0, 0, 0, 0.0238),
    0 2.75px 6.89px rgba(0, 0, 0, 0.02),
    0 1.46px 3.66px rgba(0, 0, 0, 0.0162);
}

.mps-community-heroes-section.verified h1 {
  text-transform: none;
  font-size: 35px;
}

.mps-community-heroes-section.verified h1 span {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2px;
  padding: 5px 0;
}

.mps-community-heroes-section.verified p {
  text-transform: none;
}

@media (max-width: 992px) {
  .mps-how-it-works-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}

.mps-hiw-image-column {
  flex: 0 0 45%;
  max-width: 45%;
  min-width: 0;
}

@media (max-width: 992px) {
  .mps-hiw-image-column {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
  }
}

.mps-hiw-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 520px;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
}

.mps-hiw-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.4) 0%, #1bc01b 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.mps-hiw-swiper,
.mps-hiw-swiper .swiper-wrapper,
.mps-hiw-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.mps-hiw-card-image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.mps-hiw-card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  z-index: 4;
  background: rgba(12, 19, 18, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mps-hiw-card-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 13, 0.02) 0%, rgba(8, 20, 13, 0.24) 24%, rgba(8, 20, 13, 0.7) 100%);
  pointer-events: none;
}

.mps-hiw-card-footer-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 28px;
}

.mps-hiw-card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.mps-hiw-swiper-pagination {
  position: static !important;
  width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mps-hiw-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.62);
}

.mps-hiw-swiper-pagination .swiper-pagination-bullet-active {
  background: #31ea31;
}

@media (max-width: 992px) {
  .mps-hiw-card {
    max-width: 100%;
    height: 460px;
  }

  .mps-hiw-card-footer {
    height: 100px;
  }

  .mps-hiw-card-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .mps-hiw-card {
    height: 400px;
    border-radius: 24px;
  }

  .mps-hiw-card-footer {
    height: 90px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mps-hiw-card-footer-content {
    padding: 0 20px;
  }

  .mps-hiw-card-title {
    font-size: 20px;
  }

  .mps-hiw-swiper-pagination {
    gap: 8px;
    padding: 8px 12px;
  }

  .mps-hiw-swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}

.mps-hiw-content-column {
  flex: 1;
}

.mps-hiw-eyebrow {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.mps-hiw-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #9e9e9e;
  margin-right: 12px;
}

.mps-hiw-headline {
  color: #292929;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.mps-hiw-intro {
  color: #424242;
  font-size: 14px !important;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}

.mps-hiw-steps-list {
  list-style: none !important;
  padding: 0;
  margin: 0 0 10px 0 !important;
}

.mps-hiw-steps-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.mps-hiw-step-number {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: #27d427;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  z-index: 1;
}

.mps-hiw-step-number::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    #92fb99 0%,
    rgba(146, 251, 153, 0.65) 55%,
    rgba(255, 255, 255, 0.78) 82%,
    #ffffff 100%
  );
  -webkit-mask: radial-gradient(circle, transparent 60%, #000 61%);
  mask: radial-gradient(circle, transparent 55%, #000 55%);
}

.mps-hiw-step-text {
  color: #005500;
  font-size: 16px;
  line-height: 1.5;
}

.mps-hiw-step-text strong {
  font-weight: 600;
  color: #093409;
}

.mps-hiw-step-text span {
  font-style: italic;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  display: block;
  border-radius: 8px;
  background: #dcfce3;
}

.mps-hiw-step-text strong.feature {
  text-decoration: underline;
}

.mps-hiw-footer {
  margin-top: 20px;
  color: #424242;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mps-hiw-eyebrow {
    justify-content: center;
  }

  .mps-hiw-headline {
    text-align: center;
  }
  .mps-hiw-intro {
    text-align: center;
  }

  .mps-hiw-footer {
    margin-top: 10px;
    text-align: center;
  }
}
.mps-community-heroes-shortcode-only .mps-hero-image-grid.swiper {
  overflow: visible;
  grid-template-columns: 1fr;
}

.mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mps-hero-image-grid.swiper .mps-hero-circular-photo {
  height: 170px !important;
}

.mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-slide {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-slide {
    width: calc((100% - 16px) / 3) !important;
    flex-shrink: 0;
  }
}

.mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
  display: none;
}
@media (max-width: 767px) {
  .mps-community-heroes-shortcode-only .mps-hero-image-grid {
    overflow: hidden;
  }

  .mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-wrapper {
    display: flex;
    gap: 0;
    padding: 0 10px;
  }

  .mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    position: static !important;
    width: 100% !important;
  }
}

.mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}

.mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
  display: none;
}

@media (max-width: 767px) {
  .mps-hero-image-grid.swiper .mps-hero-circular-photo {
    height: 120px !important;
  }

  .mps-community-heroes-shortcode-only .mps-hero-image-grid .swiper-slide {
    width: auto;
  }

  .mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
    display: block;
  }
}

.mps-how-it-works-section.home {
  align-items: flex-start;
  justify-content: center;
}

.mps-hiw-content-column.home {
  max-width: 411px;
}

@media (max-width: 992px) {
  .mps-community-heroes-shortcode-only .mps-hiw-image-column {
    order: 1;
  }

  .mps-community-heroes-shortcode-only .mps-hiw-content-column {
    order: 2;
    width: 100%;
    max-width: none;
    padding: 0 10px;
  }
}

.mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
  display: none;
}

@media (max-width: 767px) {
  .mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 16px auto 0;
    padding: 8px 14px;
    width: auto !important;
    max-height: 20px;
    border-radius: 999px;
    background: #ececeb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    left: 140px !important;
    position: relative !important;
  }

  .mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    opacity: 1;
    border-radius: 50%;
    background: #cfcfcf;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  }

  .mps-community-heroes-shortcode-only .mps-community-heroes-mobile-pagination .swiper-pagination-bullet-active {
    background: #1BC01B;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .mps-community-heroes-shortcode-only .mps-hiw-image-column {
    position: relative;
    width: 100%;
  }

  .mps-community-heroes-shortcode-only .mps-hiw-image-column::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.72) 58%,
      rgba(255, 255, 255, 1) 100%
    );
  }
}
