.jt-flow-relocated .faq-container{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(57,184,255,.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(241,195,91,.10), transparent 28%),
    linear-gradient(155deg, rgba(10,18,31,.98), rgba(17,28,46,.98) 52%, rgba(10,18,31,.98));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  padding: 22px;
  box-shadow:
    0 22px 44px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.jt-flow-relocated .faq-title{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(18,29,48,.96), rgba(10,16,28,.96));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 20px 22px;
  margin-bottom: 18px;
  color: #f5f9ff;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.jt-flow-relocated .faq-item{
  --faq-x: 50%;
  --faq-y: 50%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(180px circle at var(--faq-x) var(--faq-y), rgba(57,184,255,.12), transparent 62%),
    linear-gradient(140deg, rgba(19,29,47,.98), rgba(12,20,34,.98));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease;
}

.jt-flow-relocated .faq-item:hover{
  transform: translateY(-3px);
  border-color: rgba(57,184,255,.22);
  box-shadow:
    0 16px 28px rgba(0,0,0,.24),
    0 0 0 1px rgba(57,184,255,.06);
}

.jt-flow-relocated .faq-item::before{
  content: attr(data-faq-order);
  position: absolute;
  top: 15px;
  left: 16px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    linear-gradient(135deg, rgba(16,22,34,.95), rgba(11,17,29,.95));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 18px rgba(0,0,0,.18);
  color: #f1c35b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  z-index: 2;
}

.jt-flow-relocated .faq-item::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(57,184,255,.12), rgba(57,184,255,.8), rgba(241,195,91,.42));
  opacity: 0;
  transform: scaleY(.45);
  transform-origin: top;
  transition: transform .38s ease, opacity .38s ease;
}

.jt-flow-relocated .faq-item.active{
  border-color: rgba(57,184,255,.26);
  box-shadow:
    0 20px 34px rgba(0,0,0,.28),
    0 0 30px rgba(57,184,255,.10);
}

.jt-flow-relocated .faq-item.active::after{
  opacity: 1;
  transform: scaleY(1);
}

.jt-flow-relocated .faq-item.faq-burst{
  animation: jtFaqPulse .6s ease;
}

.jt-flow-relocated .faq-question{
  position: relative;
  z-index: 1;
  min-height: 78px;
  padding: 20px 70px 20px 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f5f9ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.01em;
  user-select: none;
}

.jt-flow-relocated .faq-question::after{
  display: none;
}

.jt-flow-relocated .faq-question-text{
  display: block;
  flex: 1 1 auto;
}

.jt-flow-relocated .faq-toggle-icon{
  position: absolute;
  right: 18px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.12), transparent 45%),
    linear-gradient(145deg, rgba(17,26,42,.96), rgba(10,16,27,.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 8px 18px rgba(0,0,0,.18);
  transition: transform .36s ease, border-color .36s ease, box-shadow .36s ease, background .36s ease;
}

.jt-flow-relocated .faq-toggle-icon::before,
.jt-flow-relocated .faq-toggle-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #9ddcff;
  transform: translate(-50%, -50%);
  transition: transform .36s ease, background .36s ease, box-shadow .36s ease;
}

.jt-flow-relocated .faq-toggle-icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.jt-flow-relocated .faq-question:hover .faq-toggle-icon{
  border-color: rgba(57,184,255,.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 4px rgba(57,184,255,.06),
    0 10px 18px rgba(0,0,0,.22);
}

.jt-flow-relocated .faq-item.active .faq-toggle-icon{
  transform: translateY(-50%) rotate(180deg);
  border-color: rgba(57,184,255,.24);
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.12), transparent 45%),
    linear-gradient(145deg, rgba(21,42,71,.98), rgba(10,20,37,.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 0 5px rgba(57,184,255,.08),
    0 12px 22px rgba(0,0,0,.22);
}

.jt-flow-relocated .faq-item.active .faq-toggle-icon::before,
.jt-flow-relocated .faq-item.active .faq-toggle-icon::after{
  background: #f5f9ff;
  box-shadow: 0 0 12px rgba(57,184,255,.25);
}

.jt-flow-relocated .faq-item.active .faq-toggle-icon::after{
  transform: translate(-50%, -50%) rotate(0deg);
}

.jt-flow-relocated .faq-answer{
  position: relative;
  overflow: hidden;
  max-height: none;
  height: 0;
  padding: 0 20px 0 72px;
  color: #bfd0e6;
  line-height: 1.78;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    linear-gradient(145deg, rgba(10,17,29,.94), rgba(13,22,37,.96));
  transition: height .5s cubic-bezier(.2,.8,.2,1), padding .42s ease;
}

.jt-flow-relocated .faq-answer::before{
  content: "";
  position: absolute;
  left: 72px;
  right: 20px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(57,184,255,.32), rgba(255,255,255,.08), transparent);
  opacity: 0;
  transition: opacity .35s ease;
}

.jt-flow-relocated .faq-answer-inner{
  padding: 0 0 18px;
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(6px);
  transition: opacity .35s ease, transform .45s ease, filter .45s ease;
}

.jt-flow-relocated .faq-item.active .faq-answer{
  max-height: none;
  padding-top: 4px;
}

.jt-flow-relocated .faq-item.active .faq-answer::before{
  opacity: 1;
}

.jt-flow-relocated .faq-item.active .faq-answer-inner{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.jt-flow-relocated .faq-item.is-closing .faq-answer-inner{
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(6px);
}

@keyframes jtFaqPulse{
  0%{
    box-shadow: 0 0 0 0 rgba(57,184,255,.16);
  }
  60%{
    box-shadow: 0 0 0 12px rgba(57,184,255,0);
  }
  100%{
    box-shadow: 0 20px 34px rgba(0,0,0,.28), 0 0 30px rgba(57,184,255,.10);
  }
}

.jt-flow-relocated .jt-review-slider{
  position: relative;
  z-index: 2;
  margin-top: 18px;
  height: 330px;
  perspective: 1600px;
  transform-style: preserve-3d;
  isolation: isolate;
  overflow: visible;
}

.jt-flow-relocated .jt-review-slider::after{
  content: "";
  position: absolute;
  inset: 14px -18%;
  background: linear-gradient(118deg, transparent 20%, rgba(255,255,255,.12) 46%, transparent 66%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-16%) skewX(-18deg);
}

.jt-flow-relocated .jt-review-slider.jt-shuffle::after{
  animation: jtReviewSweep .78s ease;
}

.jt-flow-relocated .jt-review-card{
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  overflow: hidden;
  transition:
    transform .78s cubic-bezier(.22,.8,.18,1),
    opacity .42s ease,
    filter .52s ease,
    box-shadow .52s ease,
    background .52s ease,
    border-color .52s ease;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
    linear-gradient(145deg, rgba(28,39,58,.96), rgba(20,29,45,.98));
}

.jt-flow-relocated .jt-review-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
}

.jt-flow-relocated .jt-review-card.is-front{
  opacity: 1;
  pointer-events: auto;
  z-index: 4;
  transform: translate3d(0, 0, 0) rotateY(0deg) rotateZ(0deg) scale(1);
  filter: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    linear-gradient(145deg, rgba(34,46,68,.98), rgba(25,35,52,.99));
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}

.jt-flow-relocated .jt-review-card.is-next{
  opacity: .96;
  z-index: 3;
  transform: translate3d(24px, 16px, -90px) rotateY(-14deg) rotateZ(1.2deg) scale(.965);
  filter: saturate(.82) brightness(.9);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    linear-gradient(145deg, rgba(24,34,50,.98), rgba(17,26,40,.99));
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.jt-flow-relocated .jt-review-card.is-third{
  opacity: .92;
  z-index: 2;
  transform: translate3d(48px, 30px, -170px) rotateY(-19deg) rotateZ(2.4deg) scale(.925);
  filter: saturate(.65) brightness(.78);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(19,28,41,.98), rgba(13,20,31,.99));
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

.jt-flow-relocated .jt-review-card.is-hidden{
  opacity: 0;
  z-index: 1;
  transform: translate3d(82px, 42px, -260px) rotateY(-26deg) rotateZ(4deg) scale(.88);
  filter: blur(1px) saturate(.55) brightness(.72);
}

.jt-flow-relocated .jt-review-slider[data-direction="prev"] .jt-review-card.is-next{
  transform: translate3d(-24px, 16px, -90px) rotateY(14deg) rotateZ(-1.2deg) scale(.965);
}

.jt-flow-relocated .jt-review-slider[data-direction="prev"] .jt-review-card.is-third{
  transform: translate3d(-48px, 30px, -170px) rotateY(19deg) rotateZ(-2.4deg) scale(.925);
}

.jt-flow-relocated .jt-review-slider[data-direction="prev"] .jt-review-card.is-hidden{
  transform: translate3d(-82px, 42px, -260px) rotateY(26deg) rotateZ(-4deg) scale(.88);
}

.jt-flow-relocated .jt-review-card.is-next > *,
.jt-flow-relocated .jt-review-card.is-third > *{
  opacity: 0;
  transform: scale(.96);
  transition: opacity .28s ease, transform .28s ease;
}

.jt-flow-relocated .jt-review-card.is-front > *{
  opacity: 1;
  transform: none;
  transition: opacity .32s ease, transform .32s ease;
}

.jt-flow-relocated .jt-review-card.is-next::after,
.jt-flow-relocated .jt-review-card.is-third::after{
  opacity: 1;
}

.jt-flow-relocated .jt-review-card.is-next::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 34%),
    linear-gradient(145deg, rgba(10,16,28,.18), rgba(8,12,22,.38));
}

.jt-flow-relocated .jt-review-card.is-third::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(8,12,22,.22), rgba(6,10,18,.5));
}

.jt-flow-relocated .jt-review-card.is-next::before,
.jt-flow-relocated .jt-review-card.is-third::before{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 44px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.1) 0 18%, rgba(255,255,255,.06) 18% 56%, rgba(255,177,0,.18) 56% 72%, rgba(255,255,255,.05) 72% 100%);
  opacity: .7;
  pointer-events: none;
}

.jt-flow-relocated .jt-review-card.is-third::before{
  opacity: .42;
}

.jt-flow-relocated .jt-review-card.is-front .jt-review-top,
.jt-flow-relocated .jt-review-card.is-front .jt-review-text,
.jt-flow-relocated .jt-review-card.is-front .jt-review-footer{
  animation: jtReviewContentIn .55s ease both;
}

.jt-flow-relocated .jt-review-card.is-front .jt-review-text{
  animation-delay: .06s;
}

.jt-flow-relocated .jt-review-card.is-front .jt-review-footer{
  animation-delay: .12s;
}

@keyframes jtReviewSweep{
  0%{
    opacity: 0;
    transform: translateX(-18%) skewX(-18deg);
  }
  18%{
    opacity: .18;
  }
  100%{
    opacity: 0;
    transform: translateX(18%) skewX(-18deg);
  }
}

@keyframes jtReviewContentIn{
  0%{
    opacity: 0;
    transform: translateY(10px);
    filter: blur(6px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 600px){
  .jt-flow-relocated .faq-container{
    padding: 18px;
    border-radius: 20px;
  }

  .jt-flow-relocated .faq-title{
    padding: 18px;
    border-radius: 16px;
  }

  .jt-flow-relocated .faq-item::before{
    top: 14px;
    left: 14px;
    width: 38px;
    height: 38px;
  }

  .jt-flow-relocated .faq-question{
    min-height: 72px;
    padding: 18px 62px 18px 64px;
    font-size: 14px;
  }

  .jt-flow-relocated .faq-answer{
    padding-left: 64px;
    padding-right: 16px;
    font-size: 13px;
  }

  .jt-flow-relocated .faq-answer::before{
    left: 64px;
    right: 16px;
  }

  .jt-flow-relocated .jt-review-slider{
    height: 372px;
  }

  .jt-flow-relocated .jt-review-card.is-next{
    transform: translate3d(10px, 12px, -70px) rotateY(-10deg) rotateZ(1deg) scale(.972);
  }

  .jt-flow-relocated .jt-review-card.is-third{
    transform: translate3d(22px, 22px, -130px) rotateY(-14deg) rotateZ(2deg) scale(.94);
  }

  .jt-flow-relocated .jt-review-slider[data-direction="prev"] .jt-review-card.is-next{
    transform: translate3d(-10px, 12px, -70px) rotateY(10deg) rotateZ(-1deg) scale(.972);
  }

  .jt-flow-relocated .jt-review-slider[data-direction="prev"] .jt-review-card.is-third{
    transform: translate3d(-22px, 22px, -130px) rotateY(14deg) rotateZ(-2deg) scale(.94);
  }
}

/* Keep the visible review card from covering its navigation controls. */
.jt-flow-relocated .jt-review-card{
  pointer-events:none;
}

.jt-flow-relocated .jt-arrow{
  z-index:20;
  pointer-events:auto;
}
