.mz-product-header__tag {
  background: #00AFAE;
  color: #ffffff;
}

.mz-product-header__desc {
  color: #010036;
}

.mz-faq {
  position: relative;
  background-color: rgba(0, 212, 198, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25rem 0;
  overflow: hidden;
}
.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(to right, #00afae, #00d4c6);
  -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, 175, 174, 0.15);
  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(1, 0, 54, 0.6);
}
.mz-faq__badge--a {
  background-color: rgba(0, 175, 174, 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: #00afae;
  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: #00afae;
  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.7;
  color: rgba(1, 0, 54, 0.8);
  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: rgba(1, 0, 54, 0.8);
  text-align: center;
  max-width: 58.75rem;
  margin: 0;
}

.mz-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5rem 6.25rem 6rem;
}
.mz-cta__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 77.5rem;
  text-align: center;
}
.mz-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #00afae, #00d4c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mz-cta__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(1, 0, 54, 0.8);
  margin: 0;
}
.mz-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.mz-cta__button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.mz-cta__button-label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  color: #010036;
  margin: 0;
}
.mz-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 5rem;
  padding: 1rem;
  border-radius: 4.375rem;
  background: linear-gradient(to right, #00afae, #00d4c6);
  border: 2px solid #fff;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.mz-cta__button:hover {
  background: linear-gradient(90deg, #008080 0%, #00afae 100%);
}

@media only screen and (max-width: 1380px) {
  .mz-faq__title {
    font-size: 2.25rem;
  }
  .mz-cta__title {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 1279px) {
  .mz-faq {
    padding: 5rem 0;
  }
  .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: 4rem 3rem 5rem;
  }
  .mz-cta__title {
    font-size: 2rem;
  }
  .mz-cta__buttons {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .mz-cta__button-group {
    flex: 0 0 calc(50% - 0.75rem);
  }
  .mz-cta__button {
    width: 100%;
    height: 4.5rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .mz-faq {
    padding: 4rem 0;
  }
  .mz-faq__inner {
    padding: 0 2rem;
  }
  .mz-faq__title {
    font-size: 1.75rem;
  }
  .mz-cta {
    padding: 3rem 2rem 4rem;
  }
  .mz-cta__title {
    font-size: 1.75rem;
    line-height: 1.7;
  }
  .mz-cta__description {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .mz-faq {
    padding: 3rem 0;
  }
  .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: 2.5rem 1.5rem 3rem;
  }
  .mz-cta__header {
    gap: 1.5rem;
  }
  .mz-cta__title {
    font-size: 1.375rem;
  }
  .mz-cta__description {
    font-size: 0.875rem;
  }
  .mz-cta__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 1.25rem;
  }
  .mz-cta__button-group {
    flex: none;
    width: 100%;
    max-width: 25rem;
  }
  .mz-cta__button {
    height: 4rem;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 480px) {
  .mz-cta__button {
    white-space: normal;
    text-align: center;
    height: 3.5rem;
  }
}
