body {
  background: #bccdffb5;
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.quiz-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
.logo {
  display: block;
  margin: 24px auto 8px auto;
  width: 180px;
}
.progress-bar {
  width: 95%;
  height: 7px;
  background: #f2f2f2;
  border-radius: 8px;
  margin: 0 auto 18px auto;
  overflow: hidden;
}
.progress {
  height: 100%;
  background: #3f953bf2;
  border-radius: 8px;
  transition: width 0.3s;
}
.step {
  display: none;
  background: transparent;
  border-radius: 16px;
  padding: 0 0 32px 0;
}
.step.active {
  display: block;
}
.step h1, .step h2 {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 0 0 12px 0;
  font-size: 1.25rem;
}
.step .desc {
  text-align: center;
  color: #474747;
  font-size: 1.25rem;
  margin: 0 0 12px 0;
}
.step .subtitle {
  text-align: center;
  color: #383838;
  font-size: 1.26rem;
  margin: 0 0 18px 0;
}
.gender-options {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px 0;
  flex-direction: column;
}
.gender-btn {
  flex: 1;
  background: #fff;
  border: 1.5px solid #4d59ff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 0 0;
  cursor: pointer;
  transition: box-shadow 0.2s;
  font-size: 1.1rem;
  outline: none;
  border-radius: 20px;
}
.gender-btn img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  object-fit: contain;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}
.gender-btn span {
  background: #4d59ff;
  color: #fff;
  width: 100%;
  display: block;
  padding: 8px 0;
  border-radius: 0 0 16px 16px;
  font-weight: 500;
  font-size: 1.60rem;
}
.other-options {
  display: flex;
  gap: 12px;
  margin-top: 0;
}
.other-btn {
  flex: 1;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0;
  transition: background 0.2s;
}
.other-btn:hover, .gender-btn:hover, .age-btn:hover, .motivation-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
.age-options, .motivation-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.age-btn, .motivation-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
}
.thoughts-options, .esteem-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.thoughts-btn, .esteem-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.thoughts-btn .emoji, .esteem-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.humor-container {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 18px;
}
.humor-img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  object-fit: contain;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}
.humor-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.humor-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  text-align: left;
}
.forget-options, .distract-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 0 0;
}
.forget-btn, .distract-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
}
.forget-img, .distract-img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  display: block;
  margin: 32px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.words-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.words-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.words-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.distract2-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.distract2-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.distract2-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.overload-container {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 18px;
}
.overload-img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 6px;
}
.overload-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  width: 100%;
}
.overload-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  text-align: left;
  width: 100%;
}
.stress-container {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-top: 18px;
}
.stress-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  flex: 1;
}
.stress-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
}
.stress-img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.interrupt-options, .lost-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.interrupt-btn, .lost-btn, .where-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lost-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.where-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 0 0;
}
.where-img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  display: block;
  margin: 32px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.motiv-title, .plan-title {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 32px 0 12px 0;
  font-size: 2rem;
}
.motiv-desc, .plan-desc {
  text-align: center;
  color: #7a8ba3;
  font-size: 1.08rem;
  margin: 0 0 18px 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.motiv-img, .plan-img {
  width: calc(220px + 120px);
  max-width: 98vw;
  height: auto;
  display: block;
  margin: 32px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.motiv-btn, .plan-btn {
  display: block;
  margin: 40px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.motiv-btn:hover, .plan-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
.mood-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 0 0;
}
.mood-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 18px 0 18px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.mood-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.priority-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 0 0;
}
.priority-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.priority-btn .emoji {
  font-size: 1.6em;
  margin-left: 12px;
}
.personalized-options, .guide-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 32px 0 0 0;
}
.personalized-btn, .guide-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 16px;
  padding: 32px 0 18px 0;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.personalized-btn .emoji, .guide-btn .emoji {
  font-size: 2.2em;
  margin-bottom: 8px;
}
.personalized-btn .success {
  color: #1ec96b;
}
.carousel-title {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 32px 0 12px 0;
  font-size: 2rem;
}
.carousel-desc {
  text-align: center;
  color: #7a8ba3;
  font-size: 1.08rem;
  margin: 0 0 18px 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0 0;
  position: relative;
  height: 650px;
}
.carousel-arrow {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #ff944d;
  cursor: pointer;
  padding: 0 12px;
  z-index: 2;
  transition: color 0.2s;
}
.carousel-arrow:active {
  color: #ffb84d;
}
.carousel-track {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 490px;
  height: 650px;
  border-radius: 18px;
  background: #222;
  position: relative;
}
.carousel-img {
  display: none;
  width: 490px !important;
  height: 650px !important;
  max-width: 490px !important;
  max-height: 650px !important;
  object-fit: contain !important;
  border-radius: 18px;
  background: #222;
}
.carousel-img.active {
  display: block;
}

/* Garantir que as imagens do carrossel mantenham o tamanho correto */
.carousel-img {
  width: 490px !important;
  height: 650px !important;
  max-width: 490px !important;
  object-fit: contain !important;
}

/* Ajustar zoom da terceira imagem do carrossel */
.carousel-img[src*="img14.webp"] {
  object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 600px) {
  .carousel-container {
    height: 400px;
  }
  .carousel-track, .carousel-img {
    width: 310px !important;
    height: 400px !important;
    max-width: 310px !important;
    max-height: 400px !important;
  }
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0 0;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffb84d44;
  transition: background 0.2s;
  display: inline-block;
}
.dot.active {
  background: #181818;
}
.carousel-btn {
  display: block;
  margin: 32px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.carousel-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
@media (max-width: 500px) {
  .quiz-container {
    max-width: 100vw;
    padding: 0 2vw;
  }
  .logo {
    width: 120px;
  }
  .gender-btn img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 600px) {
  .humor-container {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .humor-img {
    width: 90px;
    height: 90px;
  }
  .humor-options {
    width: 100%;
  }
  .forget-img, .distract-img {
    width: 170px;
  }
  .overload-container, .stress-container {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .overload-img, .stress-img {
    width: 150px;
  }
  .where-img {
    width: 140px;
  }
  .motiv-img, .plan-img {
    width: 140px;
  }
  .carousel-track, .carousel-img {
    width: 280px;
    height: 340px;
  }
}
html, body {
  overflow-x: hidden;
}
.unique-title {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 32px 0 12px 0;
  font-size: 2rem;
}
.unique-desc {
  text-align: center;
  color: #7a8ba3;
  font-size: 1.08rem;
  margin: 0 0 18px 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.unique-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 32px 0 0 0;
}
.unique-person {
  width: calc(220px + 120px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.unique-dashboard {
  width: 400px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 2px 12px #0001;
  margin-left: auto;
  margin-right: auto;
}
.unique-btn {
  display: block;
  margin: 40px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.unique-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
.life-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 32px 0 0 0;
}
.life-btn {
  background: #f7faf7;
  border: 1.5px solid #8b8b8b;
  border-radius: 12px;
  padding: 16px 0 16px 18px;
  font-size: 1.13rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.life-btn .emoji {
  font-size: 1.6em;
}
.organized-title {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 32px 0 12px 0;
  font-size: 2rem;
}
.organized-desc {
  text-align: center;
  color: #7a8ba3;
  font-size: 1.08rem;
  margin: 0 0 18px 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.organized-img {
  width: calc(490px + 120px);
  max-width: 98vw;
  height: auto;
  display: block;
  margin: 32px auto 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.organized-btn {
  display: block;
  margin: 40px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.organized-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
@media (max-width: 600px) {
  .unique-imgs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .unique-person {
    width: 140px;
  }
  .unique-dashboard {
    width: 230px;
  }
  .organized-img {
    width: 370px;
  }
}
.back-btn {
  position: relative;
  display: block;
  margin: 0 0 0 12px;
  background: none;
  border: none;
  color: #ffaa08;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s;
  outline: none;
}
.back-btn:hover {
  color: #ffb84d;
}
.progress-loading {
  margin: 32px auto 18px auto;
  max-width: 400px;
  text-align: left;
  position: relative;
}
.progress-label {
  font-weight: 600;
  color: #181818;
  font-size: 1.08rem;
}
.progress-value {
  float: right;
  font-size: 1.05rem;
  color: #7a8ba3;
  margin-top: 2px;
}
.progress-loading .progress-bar {
  width: 100%;
  height: 12px;
  background: #f2f2f2;
  border-radius: 8px;
  margin: 8px 0 0 0;
  overflow: hidden;
}
.progress-loading .progress {
  height: 100%;
  background: #3f953bf2;
  border-radius: 8px;
  transition: width 0.3s;
}
.loading-title {
  text-align: center;
  color: #181818;
  font-weight: 700;
  margin: 32px 0 12px 0;
  font-size: 2rem;
}
.loading-desc {
  text-align: center;
  color: #7a8ba3;
  font-size: 1.08rem;
  margin: 0 0 18px 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.audio-title {
  text-align: center;
  color: #ff944d;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 32px 0 18px 0;
}
.audio-box {
  background: #f7f2e7 url('IMG/audio-bg.webp') repeat;
  border-radius: 16px;
  box-shadow: 0 2px 8px #ffb84d22;
  padding: 16px 18px 14px 18px;
  max-width: 410px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.audio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}
.audio-user {
  color: #1ec96b;
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 0;
}
.audio-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 8px;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px #0001;
  background: #fff;
  position: relative;
  top: 2px;
}
.audio-player {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px 8px 8px;
  box-shadow: 0 1px 4px #0001;
  margin-top: 8px;
  position: relative;
}
.audio-play {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 2px solid #ff944d;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s;
}
.audio-play::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ff944d;
}
.audio-waveform {
  flex: 1;
  height: 32px;
  background: url('IMG/audio-waveform.svg') center left no-repeat;
  background-size: 100% 32px;
  margin: 0 10px 0 0;
}
.audio-time {
  font-size: 1.08rem;
  color: #7a8ba3;
  margin-right: 10px;
  margin-left: 2px;
  min-width: 44px;
  text-align: right;
}
.audio-mic {
  width: 32px;
  height: 32px;
  margin-left: 2px;
  margin-right: -8px;
}
.ready-box {
  margin-top: 40px;
  text-align: center;
}
.ready-title {
  color: #181818;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.ready-btn {
  display: block;
  margin: 32px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}
.ready-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d33;
}
.audio-message {
  background: #fff;
  border-radius: 15px;
  padding: 18px 22px;
  width: fit-content;
  max-width: 480px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 0 auto;
}
.audio-info {
  font-size: 13px;
}
.nome {
  color: #28a745;
  font-weight: bold;
}
.tipo {
  color: #555;
}
.audio-body {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
}
.play-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background-color: #d3ecdd;
  color: #007f4d;
  font-size: 14px;
  cursor: pointer;
}
.waveform {
  flex-grow: 1;
  height: 32px;
  background: repeating-linear-gradient(
    90deg,
    #bbb 0 2px,
    transparent 2px 4px
  );
  border-radius: 3px;
  min-width: 180px;
}
.tempo {
  font-size: 12px;
  color: #666;
  min-width: 35px;
  text-align: center;
}
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.play-svg {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: block;
  position: relative;
  z-index: 2;
  background: none !important;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  overflow: visible;
}
.audio-experience {
  color: #3f953bf2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  width: 100%;
  display: block;
}
img[src*="img1.webp"],
img[src*="img2.webp"] {
  width: 190px !important;
  max-width: 98vw !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[src*="img3.webp"],
img[src*="img4.webp"],
img[src*="img5.webp"],
img[src*="img7.webp"],
img[src*="img8.webp"],
img[src*="img9.webp"],
img[src*="img10.webp"],
img[src*="img14.webp"] {
  width: 340px !important;
  max-width: 98vw !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img[src*="img16.webp"],
img[src*="img17.webp"] {
  width: 200px !important;
  max-width: 98vw !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* === Etapa 27: Análise inicial do perfil === */
.profile-title {
  text-align: center;
  color: #ff944d;
  font-size: 2rem;
  font-weight: 700;
  margin: 24px 0 18px 0;
}
.profile-box {
  border-radius: 14px;
  margin: 0 auto 18px auto;
  padding: 18px 20px 14px 20px;
  max-width: 420px;
  font-size: 1.08rem;
  box-sizing: border-box;
}
.yellow-box {
  background: #fff5c2;
  color: #444;
  margin-bottom: 14px;
  font-size: 1.08rem;
  box-shadow: 0 1px 4px #ffb84d22;
}
.green-box {
  background: #e6fff2;
  color: #1a7f3c;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 1.08rem;
  box-shadow: 0 1px 4px #1ec96b22;
}
.profile-type {
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.profile-symptoms {
  margin-bottom: 8px;
  color: #444;
}
.profile-list {
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
.profile-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1ec96b;
  font-weight: 500;
  font-size: 1.08rem;
  margin-bottom: 2px;
}
.profile-list .check {
  color: #1ec96b;
  font-size: 1.2em;
  font-weight: bold;
}
.profile-list .symptom {
  color: #379527;
  font-weight: 500;
  font-size: 1.08rem;
}
.profile-others {
  color: #444;
  font-size: 1.05rem;
  margin-top: 4px;
  font-style: italic;
}
.profile-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.profile-graph-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 4px #1ec96b22;
  padding: 18px 18px 10px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}
.profile-graph-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(#1ec96b 0% 94%, #e6fff2 94% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.profile-graph-percent {
  color: #181818;
  font-size: 1.5rem;
  font-weight: 700;
}
.profile-graph-label {
  color: #7a8ba3;
  font-size: 1.02rem;
  text-align: center;
}
.profile-illustration {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}
.profile-metrics {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.profile-metric {
  background: #eefdff;
  border-radius: 16px;
  box-shadow: 0 1px 8px #b3e6ff33;
  padding: 18px 12px 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 110px;
  flex: 1;
  border: 1.5px solid #d6f3ff;
}
.metric-bar {
  width: 38px;
  min-height: 90px;
  max-height: 120px;
  border-radius: 18px 18px 10px 10px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 2px 8px #0001;
}
.metric-bar span.metric-value {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.01rem;
  font-weight: 700;
  color: #222;
  background: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding: 1px 0;
}
.metric-bar-red {
  background: linear-gradient(180deg, #ff4d4d 60%, #ffb84d 100%);
}
.metric-bar-blue {
  background: linear-gradient(180deg, #4dbaff 60%, #b3e6ff 100%);
  color: #0077b6;
  min-height: 45px;
  max-height: 60px;
}
.metric-bar-green {
  background: linear-gradient(180deg, #1ec96b 60%, #e6fff2 100%);
}
.metric-label {
  color: #222;
  font-size: 1.01rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.metric-desc {
  color: #2c2c2c;
  font-size: 0.97rem;
  text-align: center;
  margin-top: 2px;
  font-style: italic;

}
.metric-confidence .metric-desc {
  font-style: italic;
}
.metric-chance .metric-desc {
  font-style: italic;
}
.profile-ready {
  margin-top: 18px;
  font-size: 1.08rem;
  color: #2f609f;
  font-weight: 500;
  text-align: left;
}
.profile-ready-desc {
  color: #1d7943;
  font-size: 1.25rem;
  margin-top: 8px;
  font-style: italic;
  text-align: center;
}
.profile-btn {
  display: block;
  margin: 32px auto 0 auto;
  background: #4d59ff;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 0;
  width: 90%;
  max-width: 400px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px #ffb84d33;
}
.profile-btn:hover {
  filter: brightness(0.97);
  box-shadow: 0 2px 8px #ffb84d55;
}
@media (max-width: 600px) {
  .profile-row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .profile-graph-box, .profile-metric {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
  .profile-illustration {
    width: 90px;
    height: 90px;
  }
  .profile-box {
    max-width: 98vw;
    padding: 14px 6vw 10px 6vw;
  }
  .profile-btn {
    max-width: 98vw;
  }
}

/* === Etapa 28: Plano Exclusivo Antes/Depois === */
.exclusive-title {
  text-align: center;
  color: #ff944d;
  font-size: 2rem;
  font-weight: 700;
  margin: 24px 0 18px 0;
}
.exclusive-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 18px auto;
  max-width: 420px;
  flex-wrap: nowrap;
}
.exclusive-col {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exclusive-card {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: 0;
}
.exclusive-img {
  width: 350px !important;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.exclusive-graphs-info-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.exclusive-graphs-info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.exclusive-label {
  font-size: 1.08rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-align: center;
}
.exclusive-label.before {
  color: #ff4d4d;
}
.exclusive-label.after {
  color: #1ec96b;
}
.exclusive-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  width: 100%;
}
.exclusive-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.05rem;
  margin-bottom: 2px;
  color: #222;
}
.before-list .x {
  color: #ff4d4d;
  font-size: 1.2em;
  font-weight: bold;
}
.after-list .check {
  color: #1ec96b;
  font-size: 1.2em;
  font-weight: bold;
}
.exclusive-desc {
  text-align: center;
  color: #4d59ff;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 18px 0 12px 0;
}
.exclusive-box.yellow-box {
  background: #118d49;
  color: #ffffffbd;
  border-radius: 14px;
  margin: 0 auto 18px auto;
  padding: 14px 0 10px 0;
  max-width: 420px;
  font-size: 1.18rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 1px 4px #ffb84d22;
}
.exclusive-box-title {
  font-size: 1.18rem;
  font-weight: 700;
}
.exclusive-graphs-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.exclusive-graph-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 8px #b3e6ff33;
  padding: 18px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1.5px solid #d6f3ff;
  min-width: 120px;
}
.exclusive-graph-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  position: relative;
}
.exclusive-graph-red {
  background: conic-gradient(#ff4d4d 0% 85%, #f2f2f2 85% 100%);
}
.exclusive-graph-green {
  background: conic-gradient(#1ec96b 0% 10%, #f2f2f2 10% 100%);
}
.exclusive-graph-percent {
  color: #181818;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.exclusive-graph-label {
  color: #7a8ba3;
  font-size: 1.02rem;
  text-align: center;
}
.exclusive-infos-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.exclusive-info-card {
  background: #fff5c2;
  border-radius: 14px;
  box-shadow: 0 1px 4px #ffb84d22;
  padding: 14px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
  flex: 1;
  border: 1.5px solid #ffe6a1;
}
.exclusive-info-icon {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.exclusive-info-title {
  color: #222;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
}
.exclusive-info-desc {
  color: #7a8ba3;
  font-size: 1.01rem;
  text-align: center;
}
@media (max-width: 700px) {
  .exclusive-row, .exclusive-graphs-row, .exclusive-infos-row {
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
  }
  .exclusive-card, .exclusive-graph-card, .exclusive-info-card {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
  .exclusive-img {
    width: 200px;
    height: 140px;
  }
}
.exclusive-benefits-box {
  background: #d6ffe7;
  border-radius: 14px;
  padding: 14px 10px 10px 10px;
  margin: 10px auto 18px auto;
  max-width: 420px;
  box-shadow: none;
}
.course-benefits-box {
  background: #d6ffe7;
  border-radius: 14px;
  padding: 14px 10px 10px 10px;
  margin: 10px auto 18px auto;
  max-width: 420px;
  box-shadow: none;
}
.course-benefits-box p {
  text-align: left;
}
.exclusive-benefits-title {
  color: #ffa726;
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.18;
}
.exclusive-benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.exclusive-benefits-list li {
  font-size: 1.01rem;
  color: #222;
  margin-bottom: 2px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.18;
}
.exclusive-benefits-list li b {
  font-weight: 700;
}
.exclusive-benefits-list li .emoji {
  font-size: 1.13em;
  margin-right: 2px;
  min-width: 22px;
  display: inline-block;
  text-align: left;
}
.exclusive-chamada-box {
  margin: 24px auto 0 auto;
  max-width: 480px;
  text-align: center;
}
.exclusive-chamada-title {
  color: #118d49;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.18;
}
.exclusive-chamada-desc {
  color: #2c2c2c;
  font-size: 1.08rem;
  margin-bottom: 10px;
}
.exclusive-chamada-desc b {
  color: #ff7a00;
}
.exclusive-audio-player {
  background: #f7f3ed;
  border-radius: 14px;
  padding: 12px 10px 8px 10px;
  margin: 0 auto 18px auto;
  max-width: 420px;
  box-shadow: 0 1px 4px #ffb84d22;
}
.exclusive-discount-box {
  background: #ff41413d;
  border-radius: 12px;
  padding: 10px 8px 6px 8px;
  margin: 18px auto 0 auto;
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 4px #ffb84d22;
}
.discount-icon {
  color: #ff4d4d;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.discount-text {
  color: #ff4d4d;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.discount-desc {
  color: #ff4d4d;
  font-size: 1.01rem;
  margin-top: 2px;
}
.offer-btn {
  display: block;
  margin: 28px auto 0 auto;
  background: #118d49;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  border: none;
  border-radius: 22px;
  padding: 18px 0;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.5px;
}
.offer-btn:hover {
  background: #ff944d;
  color: #fffbe9;
}
.offer-btn-icon {
  font-size: 1.3rem;
  margin-right: 8px;
  vertical-align: middle;
}
.offer-payments {
  margin: 18px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.offer-payments-img {
  width: 260px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px auto;
}
@media (max-width: 600px) {
  .offer-section {
    max-width: 99vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .offer-title {
    font-size: 2rem;
  }
  .offer-subtitle {
    font-size: 1.2rem;
  }
  .offer-price-box {
    max-width: 99vw;
    padding: 14px 2vw 10px 2vw;
  }
  .offer-btn {
    font-size: 1.01rem;
    padding: 14px 0;
  }
  .offer-payments-img {
    width: 98vw;
    max-width: 98vw;
  }
}
.offer-img-top {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  padding-top: 12px;
  padding-bottom: 12px;
}
.offer-section {
  background: none;
  box-shadow: none;
  padding-top: 0;
}
.faq-section {
  margin: 38px auto 0 auto;
  max-width: 480px;
  text-align: center;
}
.faq-title {
  color: #ffa726;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.faq-list {
  background: none;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 28px;
}
.faq-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 0;
  font-size: 1.13rem;
  font-weight: 700;
  color: #222;
  justify-content: flex-start;
}
.faq-dot {
  width: 16px;
  height: 16px;
  background: #00c97b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  border: 2px solid #eafff3;
}
.faq-question {
  flex: 1;
  text-align: left;
  font-size: 1.13rem;
  font-weight: 700;
  color: #222;
}
.faq-arrow {
  color: #bdbdbd;
  font-size: 1.2rem;
  margin-left: 8px;
}
.faq-divider {
  height: 1px;
  background: #e0f7fa;
  margin: 0 0 0 0;
  width: 100%;
}
.faq-guarantee-title {
  color: #00c97b;
  font-size: 1.18rem;
  font-weight: 800;
  margin: 28px 0 6px 0;
  text-align: center;
}
.faq-guarantee-icon {
  font-size: 1.2rem;
  margin-right: 6px;
  vertical-align: middle;
}
.faq-guarantee-desc {
  color: #7a8ba3;
  font-size: 1.08rem;
  margin-bottom: 18px;
  text-align: center;
}
.faq-guarantee-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
}
.faq-guarantee-img {
  width: 330px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .faq-section {
    max-width: 99vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .faq-title {
    font-size: 1.1rem;
  }
  .faq-item, .faq-question {
    font-size: 1rem;
  }
  .faq-guarantee-img {
    width: 170px;
    max-width: 90vw;
  }
}
.exclusive-modules-section {
  margin: 38px auto 0 auto;
  max-width: 480px;
  text-align: center;
}
.exclusive-modules-title {
  color: #ffa726;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.18;
}
.exclusive-modules-subtitle {
  color: #7a8ba3;
  font-size: 1.08rem;
  margin-bottom: 18px;
}
.exclusive-modules-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 10px auto;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.modules-carousel-track {
  display: flex;
  overflow: hidden;
  width: 480px;
  height: 480px;
  border-radius: 18px;
  background: #fffbe9;
  box-shadow: 0 1px 8px #ffb84d22;
  position: relative;
  align-items: center;
  justify-content: center;
}
.modules-carousel-img {
  min-width: 100%;
  max-width: 100%;
  height: 480px;
  object-fit: contain;
  display: none;
  background: #fffbe9;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.45s cubic-bezier(.4,0,.2,1), transform 0.45s cubic-bezier(.4,0,.2,1);
}
.modules-carousel-img.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}
.modules-carousel-img.slide-left {
  transform: translateX(-60px);
  opacity: 0;
  z-index: 1;
}
.modules-carousel-img.slide-right {
  transform: translateX(60px);
  opacity: 0;
  z-index: 1;
}
.modules-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}
.modules-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2c2c2ca9;
  transition: background 0.2s;
  display: inline-block;
}
.modules-dot.active {
  background: #2c2c2c;
}
@media (max-width: 600px) {
  .exclusive-modules-section {
    max-width: 99vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .modules-carousel-track {
    width: 90vw;
    height: 90vw;
    min-width: 0;
    max-width: 99vw;
    min-height: 180px;
    max-height: 600px;
  }
  .modules-carousel-img {
    height: 90vw;
    min-height: 180px;
    max-height: 600px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(.4,0,.2,1), opacity 0.3s cubic-bezier(.4,0,.2,1);
  background: none;
  color: #222;
  font-size: 1.01rem;
  text-align: left;
  padding: 0 0 0 28px;
  margin-bottom: 8px;
}
.faq-item.active + .faq-answer {
  max-height: 120px;
  opacity: 1;
  padding-top: 2px;
}
.faq-arrow {
  transition: transform 0.3s;
}
.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-extra-offer {
  margin: 38px auto 0 auto;
  max-width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-offer-img {
  display: block;
  margin-left: calc(auto - 20px);
  margin-right: auto;
  margin-bottom: 12px;
  margin-top: 0;
  width: 400px;
  height: 400px;
  max-width: 90vw;
  max-height: 90vw;
  object-fit: contain;
  position: relative;
  left: -20px;
}
.faq-offer-installments {
  color: #7a8ba3;
  font-size: 1.13rem;
  margin: 8px 0 0 0;
  text-align: center;
}
.faq-offer-discount-box {
  background: #ffe3e3;
  border-radius: 12px;
  padding: 10px 8px 6px 8px;
  margin: 18px auto 0 auto;
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 4px #ffb84d22;
}
.faq-offer-discount-icon {
  color: #ff4d4d;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.faq-offer-discount-text {
  color: #ff4d4d;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.faq-offer-discount-desc {
  color: #ff4d4d;
  font-size: 1.01rem;
  margin-top: 2px;
}
.faq-offer-btn {
  display: block;
  margin: 18px auto 0 auto;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  border: none;
  border-radius: 22px 22px 0 0;
  padding: 16px 0;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.5px;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
}
.faq-offer-btn:hover {
  background: #20953a;
  color: #fffbe9;
}
.faq-offer-payments {
  margin: 12px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
}
.faq-offer-payments-img {
  width: 220px;
  max-width: 80vw;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: relative;
  left: -15px;
}
@media (max-width: 600px) {
  .faq-extra-offer {
    max-width: 99vw;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
  }
  .faq-offer-img {
    width: 90vw;
    height: 90vw;
    max-width: 98vw;
    max-height: 98vw;
    left: -20px;
  }
  .faq-offer-btn {
    font-size: 1.01rem;
    padding: 12px 0;
  }
  .faq-offer-payments {
    max-width: 98vw;
    width: 98vw;
    padding-left: 0;
    padding-right: 0;
  }
  .faq-offer-payments-img {
    width: 98vw;
    max-width: 98vw;
  }
}
.faq-offer-secure-img {
  display: block;
  margin: 12px auto 0 auto;
  width: 400px;
  height: 400px;
  max-width: 90vw;
  max-height: 90vw;
  object-fit: contain;
  position: relative;
  left: -30px;
}
@media (max-width: 600px) {
  .faq-offer-secure-img {
    width: 90vw;
    height: 90vw;
    max-width: 98vw;
    max-height: 98vw;
    left: -30px;
  }
}
.fixed-bottom-btn {
  display: block;
  background: #118d49;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 18px 0;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.5px;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}
.fixed-bottom-btn:hover {
  background: #ff944d;
  color: #fffbe9;
}
@media (max-width: 600px) {
  .fixed-bottom-btn {
    font-size: 1.01rem;
    padding: 14px 0;
    border-radius: 10px;
    max-width: 98vw;
  }
}
.course-bars-box {
  background: #eefdff;
  border-radius: 16px;
  padding: 18px 12px 12px 12px;
  margin: 0 auto 18px auto;
  max-width: 420px;
}
.course-bar-row {
  margin-bottom: 18px;
  position: relative;
}
.course-bar-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2px;
}
.course-bar-title {
  font-size: 1.05rem;
  color: #181818;
  font-weight: 600;
  text-align: left;
}
.course-bar-value {
  font-size: 0.98rem;
  color: #a3b6c2;
  font-weight: 400;
  margin-left: 8px;
}
.course-bar-outer {
  width: 100%;
  height: 7px;
  background: none;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0;
}
.course-bar-inner {
  height: 100%;
  background: #ffa726;
  border-radius: 8px;
  position: relative;
  transition: width 0.7s cubic-bezier(.4,1.4,.6,1);
}
.course-bar-percent {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 1rem;
  color: #a3b6c2;
  font-weight: 500;
}
.course-bar-inner::after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #d6faff;
  border: 3px solid #b2f6ff;
  border-radius: 50%;
  box-sizing: border-box;
}
.course-bar-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .course-bars-box {
    padding: 12px 2vw 8px 2vw;
    max-width: 99vw;
  }
  .course-bar-title, .course-bar-value, .course-bar-percent {
    font-size: 0.97rem;
  }
  .course-bar-inner::after {
    width: 16px;
    height: 16px;
    right: -8px;
  }
}
.offer-discount-box {
  background: #ffe3e3;
  border-radius: 12px;
  padding: 10px 8px 6px 8px;
  margin: 18px auto 0 auto;
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 4px #ffb84d22;
} 