/* FAQ route: focused answers with a single dark editorial language. */
body.page-faq {
  --faqv-ink: #080b0f;
  --faqv-panel: #0e1218;
  --faqv-panel-soft: #131923;
  --faqv-paper: #f1f0eb;
  --faqv-muted: #9da4af;
  --faqv-line: rgba(241, 240, 235, .15);
  --faqv-line-strong: rgba(241, 240, 235, .25);
  --faqv-cobalt: #6d82f2;
  background: var(--faqv-ink) !important;
}

body.page-faq .br-page-content {
  overflow: clip;
  color: var(--faqv-paper);
  background: var(--faqv-ink);
}

body.page-faq .faqv-page,
body.page-faq .faqv-page * {
  box-sizing: border-box;
}

body.page-faq .faqv-page {
  position: relative;
  z-index: 2;
  color: var(--faqv-paper);
  background: var(--faqv-ink);
}

body.page-faq .faqv-shell {
  width: min(calc(100% - clamp(32px, 5vw, 72px)), 1320px);
  margin-inline: auto;
}

body.page-faq .faqv-page h1,
body.page-faq .faqv-page h2,
body.page-faq .faqv-page p,
body.page-faq .faqv-page figure {
  margin-top: 0 !important;
}

body.page-faq .faqv-page h2 {
  margin-bottom: 0 !important;
  color: var(--faqv-paper) !important;
  font-size: clamp(50px, 5.5vw, 78px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.058em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.page-faq .faqv-page a,
body.page-faq .faqv-page button,
body.page-faq .faqv-page summary {
  font: inherit;
}

body.page-faq .faqv-page :focus-visible {
  outline: 2px solid var(--faqv-cobalt) !important;
  outline-offset: 5px !important;
}

body.page-faq .faqv-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--faqv-cobalt);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
}

/* The header is fixed and overlays the page. The hero itself is exactly one viewport. */
body.page-faq .faqv-hero {
  position: relative;
  display: grid;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--faqv-line);
  background: #07090c;
}

body.page-faq .faqv-hero::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background: var(--faqv-line);
  content: '';
  pointer-events: none;
}

body.page-faq .faqv-hero__media,
body.page-faq .faqv-hero__shade {
  position: absolute;
  inset: 0;
}

body.page-faq .faqv-hero__media {
  z-index: -2;
  background: var(--faqv-panel);
}

body.page-faq .faqv-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.76) contrast(1.09) brightness(.7);
  transform: scale(1.015);
}

body.page-faq .faqv-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, .98) 0 32%, rgba(7, 9, 12, .88) 43%, rgba(7, 9, 12, .25) 68%, rgba(7, 9, 12, .38) 100%),
    linear-gradient(0deg, rgba(7, 9, 12, .5), transparent 48%);
}

body.page-faq .faqv-hero__layout {
  display: grid;
  height: 100%;
  align-items: center;
  padding: 116px 0 38px;
}

body.page-faq .faqv-hero__copy {
  width: min(49%, 650px);
  animation: faqv-hero-in .76s cubic-bezier(.22, 1, .36, 1) both;
}

body.page-faq .faqv-hero .faqv-kicker {
  margin-bottom: clamp(18px, 3vh, 28px);
  color: rgba(241, 240, 235, .7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.page-faq .faqv-hero h1 {
  margin: 0 !important;
  color: var(--faqv-paper) !important;
  font-size: clamp(64px, 6.8vw, 104px) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: -.07em !important;
  text-transform: none !important;
}

body.page-faq .faqv-hero h1 span {
  display: block;
  white-space: nowrap;
}

body.page-faq .faqv-hero__copy > p {
  max-width: 530px;
  margin: clamp(22px, 3.4vh, 34px) 0 0 !important;
  color: rgba(241, 240, 235, .72) !important;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.5;
  text-wrap: pretty;
}

/* Answer browser. Search and category controls are intentionally absent. */
body.page-faq .faqv-browser {
  scroll-margin-top: 112px;
  padding: clamp(98px, 10vw, 154px) 0 clamp(112px, 11vw, 168px);
  background: var(--faqv-ink);
}

body.page-faq .faqv-browser__intro {
  max-width: 900px;
}

body.page-faq .faqv-browser__intro h2 {
  max-width: 840px;
}

body.page-faq .faqv-browser__intro > p {
  max-width: 620px;
  margin: 28px 0 0 !important;
  color: var(--faqv-muted) !important;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
  text-wrap: pretty;
}

body.page-faq .faqv-list {
  width: min(100%, 1080px);
  margin: clamp(68px, 8vw, 108px) 0 0 auto;
  border-top: 1px solid var(--faqv-line-strong);
}

body.page-faq .faqv-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--faqv-line);
  background: transparent;
}

body.page-faq .faqv-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  padding: 30px 0;
  color: var(--faqv-paper);
  list-style: none;
  cursor: pointer;
}

body.page-faq .faqv-item summary::-webkit-details-marker {
  display: none;
}

body.page-faq .faqv-item summary strong {
  display: block;
  max-width: 810px;
  color: var(--faqv-paper) !important;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.038em;
  text-wrap: balance;
  transition: color .25s ease;
}

body.page-faq .faqv-item__toggle {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid var(--faqv-line-strong);
  border-radius: 50%;
  transition: color .28s ease, border-color .28s ease, background .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

body.page-faq .faqv-item__toggle::before,
body.page-faq .faqv-item__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  content: '';
  transform: translate(-50%, -50%);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

body.page-faq .faqv-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.page-faq .faqv-item summary:hover strong,
body.page-faq .faqv-item summary:focus-visible strong {
  color: var(--faqv-cobalt) !important;
}

body.page-faq .faqv-item summary:hover .faqv-item__toggle,
body.page-faq .faqv-item summary:focus-visible .faqv-item__toggle,
body.page-faq .faqv-item.is-expanded .faqv-item__toggle {
  color: #fff;
  border-color: var(--faqv-cobalt);
  background: var(--faqv-cobalt);
}

body.page-faq .faqv-item.is-expanded .faqv-item__toggle {
  transform: scale(.98);
}

body.page-faq .faqv-item.is-expanded .faqv-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0);
}

body.page-faq .faqv-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  will-change: height, opacity;
  transition:
    height .72s cubic-bezier(.45, 0, .55, 1),
    opacity .46s ease,
    visibility 0s linear .72s;
}

body.page-faq .faqv-answer > div {
  overflow: clip;
}

body.page-faq .faqv-item.is-expanded .faqv-answer {
  height: var(--faqv-answer-height, auto);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

body.page-faq .faqv-page:not(.is-faq-ready) .faqv-item[open] .faqv-answer {
  height: auto;
  opacity: 1;
  visibility: visible;
}

body.page-faq .faqv-answer p,
body.page-faq .faqv-answer ol {
  max-width: 750px;
  margin: 0 68px 0 0 !important;
  color: var(--faqv-muted) !important;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.66;
}

body.page-faq .faqv-answer p:last-child,
body.page-faq .faqv-answer ol:last-child {
  margin-bottom: 38px !important;
}

body.page-faq .faqv-answer ol {
  padding: 12px 0 0 21px;
}

body.page-faq .faqv-answer li {
  margin-bottom: 7px;
  color: var(--faqv-muted) !important;
}

/* What gets agreed before the build starts. */
body.page-faq .faqv-proof {
  padding: clamp(100px, 10vw, 154px) 0;
  border-top: 1px solid var(--faqv-line);
  background: var(--faqv-panel);
}

body.page-faq .faqv-proof__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
  gap: clamp(58px, 8vw, 116px);
  align-items: start;
}

body.page-faq .faqv-proof__visual {
  position: relative;
  height: clamp(560px, 54vw, 720px);
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--faqv-line);
  border-radius: 22px;
  background: var(--faqv-panel-soft);
}

body.page-faq .faqv-proof__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 11, 15, .28), transparent 42%);
  content: '';
  pointer-events: none;
}

body.page-faq .faqv-proof__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(.76) contrast(1.05) brightness(.82);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

body.page-faq .faqv-proof__visual:hover img {
  filter: saturate(.88) contrast(1.05) brightness(.88);
  transform: scale(1.025);
}

body.page-faq .faqv-proof__content {
  padding-top: clamp(12px, 3vw, 48px);
}

body.page-faq .faqv-proof__content h2 {
  max-width: 610px;
}

body.page-faq .faqv-proof__content header > p {
  max-width: 470px;
  margin: 26px 0 0 !important;
  color: var(--faqv-muted) !important;
  font-size: 18px;
  line-height: 1.56;
}

body.page-faq .faqv-proof__rows {
  margin-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--faqv-line-strong);
}

body.page-faq .faqv-proof__row {
  display: grid;
  grid-template-columns: minmax(130px, .52fr) minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: start;
  min-height: 126px;
  padding: 27px 0;
  color: var(--faqv-paper) !important;
  border-bottom: 1px solid var(--faqv-line);
  text-decoration: none;
  transition: color .42s ease, background-color .42s ease;
}

body.page-faq .faqv-proof__row > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

body.page-faq .faqv-proof__row p {
  margin: 0 !important;
  color: var(--faqv-muted) !important;
  font-size: 15px;
  line-height: 1.55;
}

body.page-faq .faqv-proof__row i {
  color: var(--faqv-cobalt);
  font-style: normal;
  line-height: 1;
  transition: transform .48s cubic-bezier(.4, 0, .2, 1);
}

body.page-faq .faqv-proof__row:hover,
body.page-faq .faqv-proof__row:focus-visible {
  color: var(--faqv-cobalt) !important;
  background: linear-gradient(90deg, rgba(109, 130, 242, .055), transparent 72%);
}

body.page-faq .faqv-proof__row:hover i,
body.page-faq .faqv-proof__row:focus-visible i {
  transform: translate(3px, -3px);
}

/* Reveal only becomes active after JavaScript confirms progressive enhancement. */
body.page-faq .faqv-page.is-motion-ready .faqv-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .82s ease, transform .82s cubic-bezier(.16, 1, .3, 1);
}

body.page-faq .faqv-page.is-motion-ready .faqv-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes faqv-hero-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  body.page-faq .faqv-hero::after {
    left: 50%;
  }

  body.page-faq .faqv-hero__copy {
    width: min(50%, 540px);
  }

  body.page-faq .faqv-hero h1 {
    font-size: clamp(58px, 8.2vw, 82px) !important;
  }

  body.page-faq .faqv-list {
    width: 100%;
  }

  body.page-faq .faqv-proof__layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
    gap: 48px;
  }

  body.page-faq .faqv-proof__visual {
    height: 610px;
  }

  body.page-faq .faqv-proof__row {
    grid-template-columns: 1fr 24px;
  }

  body.page-faq .faqv-proof__row p {
    grid-column: 1;
  }

  body.page-faq .faqv-proof__row i {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-height: 720px) and (min-width: 721px) {
  body.page-faq .faqv-hero__layout {
    padding-top: 104px;
    padding-bottom: 24px;
  }

  body.page-faq .faqv-hero h1 {
    font-size: clamp(54px, 7.3vw, 76px) !important;
  }

  body.page-faq .faqv-hero__copy > p {
    margin-top: 18px !important;
    font-size: 15px;
  }

}

@media (max-width: 720px) {
  /* Shared mobile chrome reserves 100px above route content. Keep the
     complete header + hero composition inside the initial viewport. */
  body.page-faq .faqv-hero {
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
    height: calc(100dvh - 100px);
  }

  body.page-faq .faqv-page h2 {
    font-size: clamp(42px, 12vw, 54px) !important;
    line-height: .98 !important;
    letter-spacing: -.054em !important;
  }

  body.page-faq .faqv-hero::after {
    display: none;
  }

  body.page-faq .faqv-hero__media {
    inset: 0 0 45% 0;
    border-bottom: 1px solid var(--faqv-line);
  }

  body.page-faq .faqv-hero__media img {
    object-position: 62% center;
    filter: saturate(.7) contrast(1.08) brightness(.64);
  }

  body.page-faq .faqv-hero__shade {
    background: linear-gradient(0deg, #080b0f 0 45%, rgba(8, 11, 15, .9) 56%, rgba(8, 11, 15, .16) 82%);
  }

  body.page-faq .faqv-hero__layout {
    align-items: end;
    padding: 96px 0 clamp(26px, 4.5vh, 42px);
  }

  body.page-faq .faqv-hero__copy {
    width: 100%;
  }

  body.page-faq .faqv-hero .faqv-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  body.page-faq .faqv-hero h1 {
    font-size: clamp(50px, 15vw, 62px) !important;
    line-height: .9 !important;
  }

  body.page-faq .faqv-hero__copy > p {
    max-width: 360px;
    margin-top: 17px !important;
    font-size: 15px;
    line-height: 1.44;
  }

  body.page-faq .faqv-browser {
    scroll-margin-top: 86px;
    padding: 78px 0 96px;
  }

  body.page-faq .faqv-browser__intro > p {
    margin-top: 20px !important;
    font-size: 16px;
  }

  body.page-faq .faqv-list {
    margin-top: 56px;
  }

  body.page-faq .faqv-item summary {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 14px;
    min-height: 112px;
    padding: 24px 0;
  }

  body.page-faq .faqv-item summary strong {
    font-size: 21px;
    line-height: 1.21;
  }

  body.page-faq .faqv-item__toggle {
    width: 36px;
    height: 36px;
  }

  body.page-faq .faqv-answer p,
  body.page-faq .faqv-answer ol {
    margin-right: 42px !important;
    margin-left: 0 !important;
    font-size: 15px;
    line-height: 1.6;
  }

  body.page-faq .faqv-answer p:last-child,
  body.page-faq .faqv-answer ol:last-child {
    margin-bottom: 30px !important;
  }

  body.page-faq .faqv-proof {
    padding: 78px 0 92px;
  }

  body.page-faq .faqv-proof__layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  body.page-faq .faqv-proof__visual {
    height: min(112vw, 440px);
    border-radius: 18px;
  }

  body.page-faq .faqv-proof__content {
    padding-top: 0;
  }

  body.page-faq .faqv-proof__content header > p {
    margin-top: 20px !important;
    font-size: 16px;
  }

  body.page-faq .faqv-proof__rows {
    margin-top: 42px;
  }

  body.page-faq .faqv-proof__row {
    min-height: 118px;
    padding: 24px 0;
  }
}

@media (max-width: 390px) {
  body.page-faq .faqv-hero h1 {
    font-size: clamp(48px, 14.4vw, 56px) !important;
  }

  body.page-faq .faqv-hero__copy > p {
    max-width: 330px;
    font-size: 14px;
  }

  body.page-faq .faqv-item summary {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
  }

  body.page-faq .faqv-item__toggle {
    width: 34px;
    height: 34px;
  }

  body.page-faq .faqv-answer p,
  body.page-faq .faqv-answer ol {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-height: 680px) and (max-width: 720px) {
  body.page-faq .faqv-hero__media {
    bottom: 49%;
  }

  body.page-faq .faqv-hero__layout {
    padding-bottom: 20px;
  }

  body.page-faq .faqv-hero h1 {
    font-size: 46px !important;
  }

  body.page-faq .faqv-hero__copy > p {
    margin-top: 12px !important;
    font-size: 13px;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.page-faq .faqv-hero__copy {
    animation: none !important;
  }

  body.page-faq .faqv-page.is-motion-ready .faqv-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.page-faq .faqv-answer,
  body.page-faq .faqv-item__toggle,
  body.page-faq .faqv-item__toggle::after,
  body.page-faq .faqv-proof__visual img,
  body.page-faq .faqv-proof__row {
    transition-duration: .01ms !important;
  }
}

@media print {
  body.page-faq .faqv-hero {
    height: auto;
    min-height: 420px;
  }

  body.page-faq .faqv-item {
    break-inside: avoid;
  }

  body.page-faq .faqv-item .faqv-answer {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
