/* =========================================================
   V48 — AI subtitle cleanup + Testimonials targeted redesign + FAQ redesign
   Global typography/button rules remain inherited from the existing theme.
   ========================================================= */

/* Shared section subtitle treatment: text stays inline and icon-free. */
.ai43-chip,
.ts47-chip,
.faq48-chip {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  white-space: nowrap;
}
.ai43-chip-icon,
.ts47-chip-icon {
  display: none !important;
}

/* Extra card motion without changing global button/title styling. */
.fp48-rise {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.82,.2,1);
}
.fp48-rise.is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Testimonials: Proof section ---------- */
.ts48-proof-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: 26px;
  align-items: stretch;
}
.ts48-proof-image {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(50, 137, 255, .18);
  background: #061326;
}
.ts48-proof-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 8, 20, .03) 42%, rgba(0, 9, 23, .92) 100%);
  pointer-events: none;
}
.ts48-proof-image img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  display: block;
  transition: transform 900ms cubic-bezier(.2,.82,.2,1), filter 600ms ease;
  filter: saturate(.9) brightness(.78);
}
.ts48-proof-image:hover img {
  transform: scale(1.035);
  filter: saturate(1) brightness(.86);
}
.ts48-proof-image figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: grid;
  gap: 7px;
}
.ts48-proof-image figcaption span,
.ts48-image-note span {
  color: #65b5ff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
.ts48-proof-image figcaption b,
.ts48-image-note b {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.ts48-proof-stack {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
}
.ts48-proof-quote {
  position: relative;
  padding: 34px 32px;
  border-radius: 28px;
  border: 1px solid rgba(50, 137, 255, .18);
  background: linear-gradient(155deg, rgba(5, 26, 58, .98), rgba(1, 12, 27, .98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.ts48-proof-quote::before {
  content: "“";
  position: absolute;
  right: 24px;
  top: 8px;
  color: rgba(79, 165, 255, .13);
  font-size: 150px;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}
.ts48-quote-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: #69b7ff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
.ts48-proof-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.3vw, 35px);
  line-height: 1.16;
  letter-spacing: -.03em;
}
.ts48-proof-quote .person {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}
.ts48-proof-quote .person img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
.ts48-proof-quote .person span {
  color: #8fa9c5;
}
.ts48-proof-points {
  display: grid;
  gap: 12px;
}
.ts48-proof-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 21px;
  border-radius: 20px;
  background: rgba(3, 18, 39, .9);
  border: 1px solid rgba(50, 137, 255, .13);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}
.ts48-proof-points article:hover {
  transform: translateX(5px);
  border-color: rgba(68, 153, 255, .32);
  background: rgba(5, 27, 57, .96);
}
.ts48-proof-points article > span {
  color: #58adff;
  font-size: 12px;
  letter-spacing: .08em;
}
.ts48-proof-points strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
}
.ts48-proof-points p {
  margin: 0;
  color: #94a8bd;
  line-height: 1.58;
}

/* ---------- Testimonials: Benefits section ---------- */
.ts48-outcome-header {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}
.ts48-outcome-header .v6-sub {
  margin: 0 0 4px;
}
.ts48-outcome-stage {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr);
  gap: 28px;
  align-items: stretch;
}
.ts48-outcome-list {
  display: grid;
  align-content: stretch;
}
.ts48-outcome-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 25px 6px;
  border-bottom: 1px solid rgba(81, 145, 222, .15);
  transition: transform 220ms ease, background 220ms ease, padding 220ms ease;
}
.ts48-outcome-row:first-child {
  border-top: 1px solid rgba(81, 145, 222, .15);
}
.ts48-outcome-row:hover {
  transform: translateX(6px);
  background: linear-gradient(90deg, rgba(8, 45, 91, .2), rgba(8, 45, 91, 0));
  padding-left: 14px;
}
.ts48-index {
  color: rgba(88, 173, 255, .68);
  font-size: 12px;
  letter-spacing: .1em;
}
.ts48-outcome-row small {
  display: block;
  margin-bottom: 7px;
  color: #58adff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
}
.ts48-outcome-row strong {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
}
.ts48-outcome-row p {
  margin: 0;
  color: #93a6bc;
  line-height: 1.58;
}
.ts48-outcome-image {
  position: sticky;
  top: 100px;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(50, 137, 255, .17);
  background: #061326;
}
.ts48-outcome-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 13, 29, .03) 50%, rgba(2, 13, 29, .9));
  pointer-events: none;
}
.ts48-outcome-image img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  display: block;
  filter: saturate(.9) brightness(.78);
  transition: transform 850ms cubic-bezier(.2,.82,.2,1), filter 600ms ease;
}
.ts48-outcome-image:hover img {
  transform: scale(1.04);
  filter: saturate(1) brightness(.88);
}
.ts48-image-note {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 25px;
  display: grid;
  gap: 6px;
}

/* ---------- FAQ fresh layout ---------- */
.faq48-section,
.faq48-paths {
  position: relative;
  padding: 104px 0;
  overflow: clip;
}
.faq48-section {
  background: linear-gradient(180deg, rgba(1, 10, 23, 1), rgba(1, 14, 31, .96));
}
.faq48-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 5%;
  right: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 118, 255, .12), transparent 68%);
  pointer-events: none;
}
.faq48-chip {
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(58, 134, 255, .24);
  background: rgba(4, 24, 50, .86);
  letter-spacing: .08em;
}
.faq48-intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 60px;
}
.faq48-copy .v6-sub {
  max-width: 590px;
}
.faq48-copy .v6-btn {
  margin-top: 24px;
}
.faq48-image {
  position: relative;
  margin: 0;
  min-height: 410px;
  overflow: hidden;
  border-radius: 28px 28px 64px 28px;
  border: 1px solid rgba(46, 133, 255, .17);
  background: #07172c;
}
.faq48-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 9, 22, 0) 46%, rgba(0, 9, 22, .9));
  pointer-events: none;
}
.faq48-image img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  display: block;
  filter: saturate(.85) brightness(.8);
  transition: transform 850ms cubic-bezier(.2,.82,.2,1), filter 600ms ease;
}
.faq48-image:hover img {
  transform: scale(1.035);
  filter: saturate(.95) brightness(.88);
}
.faq48-image-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 5px;
}
.faq48-image-caption span {
  color: #65b5ff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faq48-image-caption b {
  color: #fff;
  font-size: 18px;
}
.faq48-shell {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq48-rail {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  padding: 4px 0;
  color: rgba(87, 168, 255, .45);
  font-size: 11px;
  letter-spacing: .12em;
}
.faq48-list {
  border-top: 1px solid rgba(81, 145, 222, .18);
}
.faq48-list .faq-item {
  border: 0;
  border-bottom: 1px solid rgba(81, 145, 222, .18);
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transition: background 220ms ease, padding 220ms ease;
}
.faq48-list .faq-item.open {
  background: linear-gradient(90deg, rgba(9, 45, 89, .2), rgba(9, 45, 89, 0));
}
.faq48-list .faq-item button {
  min-height: 82px;
  padding: 22px 18px;
  background: transparent;
  font-size: 18px;
}
.faq48-list .faq-item button span:last-child {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 50%;
  border: 1px solid rgba(75, 155, 255, .24);
  background: rgba(5, 30, 63, .75);
  color: #6bb7ff;
  transition: transform 260ms ease, background 260ms ease;
}
.faq48-list .faq-item.open button span:last-child {
  transform: rotate(45deg);
  background: rgba(10, 63, 126, .86);
}
.faq48-list .faq-answer > div {
  padding: 0 72px 26px 18px;
}
.faq48-list .faq-answer p {
  max-width: 760px;
}
.faq48-paths {
  background: #020912;
}
.faq48-path-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}
.faq48-path-head .v6-sub {
  margin: 0;
}
.faq48-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.faq48-path-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-height: 280px;
  padding: 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(46, 133, 255, .14);
  background: linear-gradient(160deg, rgba(4, 23, 50, .92), rgba(1, 12, 26, .96));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}
.faq48-path-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 153, 255, .3);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .2);
}
.faq48-path-no {
  color: rgba(92, 175, 255, .7);
  font-size: 12px;
  letter-spacing: .1em;
}
.faq48-path-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
}
.faq48-path-grid p {
  margin: 0;
  color: #93a7bd;
  line-height: 1.62;
}
.faq48-path-grid a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
  color: #66b5ff;
  text-decoration: none;
  font-weight: 600;
}
.faq48-path-grid a span {
  transition: transform 200ms ease;
}
.faq48-path-grid a:hover span {
  transform: translateX(4px);
}

@media (max-width: 1080px) {
  .ts48-proof-stage,
  .ts48-outcome-stage,
  .faq48-intro {
    grid-template-columns: 1fr;
  }
  .ts48-proof-image,
  .ts48-proof-image img {
    min-height: 500px;
  }
  .ts48-outcome-image {
    position: relative;
    top: auto;
    min-height: 460px;
  }
  .ts48-outcome-image img {
    min-height: 460px;
  }
  .faq48-image,
  .faq48-image img {
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .ts48-outcome-header,
  .faq48-path-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .faq48-path-grid {
    grid-template-columns: 1fr;
  }
  .faq48-path-grid article {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .ai43-chip,
  .ts47-chip,
  .faq48-chip {
    white-space: normal;
  }
  .faq48-section,
  .faq48-paths {
    padding: 72px 0;
  }
  .ts48-proof-image,
  .ts48-proof-image img {
    min-height: 390px;
  }
  .ts48-proof-quote {
    padding: 26px 22px;
  }
  .ts48-proof-quote blockquote {
    font-size: 25px;
  }
  .ts48-proof-points article,
  .ts48-outcome-row {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }
  .ts48-outcome-image,
  .ts48-outcome-image img {
    min-height: 380px;
  }
  .faq48-intro {
    gap: 28px;
    margin-bottom: 42px;
  }
  .faq48-image,
  .faq48-image img {
    min-height: 300px;
  }
  .faq48-shell {
    grid-template-columns: 1fr;
  }
  .faq48-rail {
    display: none;
  }
  .faq48-list .faq-item button {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 17px;
  }
  .faq48-list .faq-answer > div {
    padding: 0 48px 24px 4px;
  }
  .faq48-path-grid article {
    grid-template-columns: 32px 1fr;
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp48-rise,
  .ts48-proof-image img,
  .ts48-proof-points article,
  .ts48-outcome-row,
  .ts48-outcome-image img,
  .faq48-image img,
  .faq48-path-grid article,
  .faq48-path-grid a span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
