.mz-product-header__tag {
  background: transparent;
  border: 0.8px solid rgba(1, 0, 54, 0.2);
  color: #010036;
}

.mz-footer-menu__product-card-cta {
  background: linear-gradient(90deg, #0c005e 0%, #57008b 100%);
  box-shadow: 0 0.125rem 0.5rem rgba(121, 38, 170, 0.25);
}
.mz-footer-menu__product-card-cta:hover {
  background: linear-gradient(90deg, #7926aa 0%, #da00a4 100%);
  box-shadow: 0 0.25rem 0.75rem rgba(218, 0, 164, 0.4);
}

.mz-faq {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25rem 0;
  overflow: hidden;
}
.mz-faq__decoration {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.mz-faq__decoration--bubble {
  top: 0;
  right: -8rem;
  width: 16rem;
  aspect-ratio: 370/279;
  height: auto;
}
.mz-faq__decoration--lightbulb {
  bottom: 1rem;
  left: -8rem;
  width: 12rem;
  aspect-ratio: 287.07/344.676;
  height: auto;
  transform: rotate(-12.64deg);
  transform-origin: center;
}
.mz-faq__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 58.75rem;
}
.mz-faq__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(85.86deg, #3b1dff 10.6%, #9718ff 90.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin: 0 0 2rem;
}
.mz-faq__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mz-faq__card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  box-shadow: 0.125rem 0.125rem 1rem rgba(0, 0, 221, 0.1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mz-faq__card--active .mz-faq__answer {
  opacity: 1;
  margin-top: 1.5rem;
}
.mz-faq__card--active .mz-faq__toggle {
  transform: rotate(180deg);
}
.mz-faq__badge {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
}
.mz-faq__badge--q {
  background-color: rgba(59, 29, 255, 0.6);
}
.mz-faq__badge--a {
  background-color: rgba(151, 24, 255, 0.6);
}
.mz-faq__question {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}
.mz-faq__question-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.mz-faq__question-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3b1dff;
  margin: 0;
  flex: 1;
}
.mz-faq__toggle {
  position: relative;
  width: 2rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mz-faq__toggle::before, .mz-faq__toggle::after {
  content: "";
  position: absolute;
  top: 65%;
  width: 0.75rem;
  height: 1px;
  background-color: #3b1dff;
  border-radius: 1px;
}
.mz-faq__toggle::before {
  right: 50%;
  transform-origin: 100% 50%;
  transform: rotate(40deg);
}
.mz-faq__toggle::after {
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(-40deg);
}
.mz-faq__answer {
  display: block;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}
.mz-faq__answer-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.mz-faq__answer-text {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0b0276;
  margin: 0;
}
.mz-faq__answer-text p {
  margin: 0;
}
.mz-faq__answer-text strong {
  font-weight: 700;
}
.mz-faq__disclaimer {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0b0276;
  text-align: center;
  max-width: 58.75rem;
  margin: 0;
}

.mz-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 6.25rem 2rem;
  background: linear-gradient(77.86deg, rgba(59, 29, 255, 0.1) 8.56%, rgba(151, 24, 255, 0.1) 110.35%);
}
.mz-cta__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 24.125rem;
  max-width: 100%;
}
.mz-cta__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  white-space: nowrap;
}
.mz-cta__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.mz-cta__kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.45rem;
  background: linear-gradient(79.58deg, #3b1dff 13.82%, #9718ff 89.42%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mz-cta__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(83.58deg, #3b1dff 3.19%, #9718ff 115.38%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mz-cta__subtitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(82.11deg, #3b1dff 13.82%, #9718ff 89.42%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mz-cta__description {
  margin: 0;
  color: #0b0276;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.mz-cta__logo {
  display: block;
  width: 13.75rem;
  height: auto;
  aspect-ratio: 220/81;
  object-fit: contain;
}
.mz-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mz-cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.mz-cta__action-label {
  margin: 0;
  color: #0b0276;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.mz-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  max-width: 100%;
  height: 5rem;
  padding: 1rem;
  border: 2px solid #fff;
  border-radius: 4.375rem;
  background: linear-gradient(84deg, #0c005e 6.74%, #57008b 101.7%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.mz-cta__button:hover {
  background: linear-gradient(90deg, #7926aa 0%, #da00a4 100%);
}

@media only screen and (max-width: 1380px) {
  .mz-faq__title {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 1279px) {
  .mz-faq {
    padding: 5rem 0;
  }
  .mz-faq__decoration--bubble {
    right: -6rem;
    width: 13rem;
  }
  .mz-faq__decoration--lightbulb {
    left: -6rem;
    width: 10rem;
  }
  .mz-faq__inner {
    max-width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
    gap: 2rem;
  }
  .mz-faq__title {
    font-size: 2rem;
  }
  .mz-faq__card {
    padding: 1.5rem;
  }
  .mz-faq__disclaimer {
    width: 100%;
  }
  .mz-cta {
    padding: 5rem 2rem;
  }
  .mz-cta__title {
    font-size: 2.25rem;
  }
  .mz-cta__button {
    height: 4.5rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .mz-faq {
    padding: 4rem 0;
  }
  .mz-faq__decoration--bubble {
    right: -3rem;
    width: 10rem;
  }
  .mz-faq__decoration--lightbulb {
    left: -3rem;
    width: 8rem;
  }
  .mz-faq__inner {
    padding: 0 2rem;
  }
  .mz-faq__title {
    font-size: 1.75rem;
  }
  .mz-cta {
    padding: 4rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .mz-faq {
    padding: 3rem 0;
  }
  .mz-faq__decoration {
    display: none;
  }
  .mz-faq__inner {
    padding: 0 1rem;
    gap: 2rem;
  }
  .mz-faq__title {
    font-size: 1.5rem;
  }
  .mz-faq__card {
    padding: 1.25rem;
    border-radius: 0.75rem;
  }
  .mz-faq__card--active .mz-faq__answer {
    margin-top: 1rem;
  }
  .mz-faq__badge {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    font-size: 1.25rem;
  }
  .mz-faq__question-text {
    font-size: 0.9375rem;
  }
  .mz-faq__answer-text {
    font-size: 0.9375rem;
  }
  .mz-cta {
    padding: 3rem 1.25rem;
    gap: 2.5rem;
  }
  .mz-cta__intro {
    gap: 1.5rem;
  }
  .mz-cta__kicker {
    letter-spacing: 0.3rem;
  }
  .mz-cta__title {
    font-size: 1.75rem;
  }
  .mz-cta__subtitle {
    font-size: 1.25rem;
  }
  .mz-cta__description {
    font-size: 0.9375rem;
  }
  .mz-cta__logo {
    width: 11rem;
  }
  .mz-cta__actions {
    gap: 1.5rem;
    width: 100%;
    max-width: 25rem;
  }
  .mz-cta__button {
    width: 100%;
    height: 4rem;
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 480px) {
  .mz-cta__action-label {
    white-space: normal;
  }
}
