/* ============================================================
   FAQ page
   ============================================================ */

.tz-faq-page {
  --faq-red: var(--tz-red, #c01818);
  --faq-red-bright: var(--tz-red-bright, #ef2b2b);
  --faq-ink: #070707;
  --faq-panel: #111212;
  --faq-panel-light: #171818;
  --faq-text: #f1ede7;
  --faq-muted: #b6b0aa;
  --faq-line: rgba(255, 255, 255, 0.13);
  --faq-content: 1120px;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 16%, rgba(156, 0, 0, 0.15), transparent 30rem),
    #080808;
  color: var(--faq-text);
  scroll-padding-top: 90px;
}

.tz-faq-page a {
  text-underline-offset: 0.2em;
}

/* ============================================================
   Hero
   ============================================================ */

.tz-faq-mv {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: max(680px, calc(100svh - 80px));
  padding: clamp(8rem, 15vh, 11rem) clamp(1.5rem, 5vw, 5.5rem) 0;
  overflow: hidden;
  background:
    linear-gradient(108deg, rgba(5, 5, 5, 0.96) 0%, rgba(8, 8, 8, 0.84) 52%, rgba(39, 0, 0, 0.72) 100%),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, 0.025) 80px),
    #090909;
  border-bottom: 1px solid rgba(214, 26, 26, 0.42);
}

.tz-faq-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -7vw;
  width: min(43vw, 660px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(202, 12, 12, 0.2), rgba(72, 0, 0, 0.05) 48%, transparent 72%);
  filter: blur(5px);
}

.tz-faq-mv::after {
  content: "QUESTION / ANSWER";
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(4.5rem, 11vw, 11rem);
  font-weight: 700;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.tz-faq-mv__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.tz-faq-mv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.62fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  width: min(100%, 1480px);
  margin: auto;
  padding-bottom: clamp(4rem, 8vh, 7rem);
}

.tz-faq-eyebrow,
.tz-faq-section-head__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-faq-eyebrow::before,
.tz-faq-section-head__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.tz-faq-mv__title {
  margin: 0;
  color: #fff;
  font-family: var(--tz-font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-weight: 600;
  letter-spacing: 0;
}

.tz-faq-mv__title span {
  display: block;
  font-size: clamp(3.7rem, 8.1vw, 8.8rem);
  line-height: 0.98;
  text-shadow: 0 0 42px rgba(144, 0, 0, 0.3);
}

.tz-faq-mv__title small {
  display: block;
  margin-top: 1.4rem;
  color: #d9d3cc;
  font-family: var(--tz-font-sans, sans-serif);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 500;
  line-height: 1.7;
}

.tz-faq-mv__lead {
  max-width: 720px;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  color: var(--faq-muted);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 2;
}

.tz-faq-mv__actions,
.tz-faq-intro__actions,
.tz-faq-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.tz-faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  min-height: 54px;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  color: #fff !important;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tz-faq-button::after,
.tz-faq-category__link a::after,
.tz-faq-related__grid a::after {
  content: "→";
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.tz-faq-button--primary {
  background: var(--faq-red);
  border-color: var(--faq-red);
  box-shadow: 0 10px 34px rgba(137, 0, 0, 0.25);
}

.tz-faq-button--ghost {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.28);
}

.tz-faq-mv__guide {
  position: relative;
  padding: clamp(1.8rem, 3.2vw, 2.8rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), inset 0 0 50px rgba(126, 0, 0, 0.07);
}

.tz-faq-mv__guide::before,
.tz-faq-mv__guide::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}

.tz-faq-mv__guide::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--faq-red-bright);
  border-left: 2px solid var(--faq-red-bright);
}

.tz-faq-mv__guide::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--faq-red-bright);
  border-bottom: 2px solid var(--faq-red-bright);
}

.tz-faq-mv__guide > p {
  margin: 0;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tz-faq-mv__guide > strong {
  display: block;
  margin: 0.45rem 0 1.7rem;
  color: #fff;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(4.2rem, 8vw, 7.6rem);
  font-weight: 500;
  line-height: 0.9;
}

.tz-faq-mv__guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--faq-line);
}

.tz-faq-mv__guide li {
  position: relative;
  margin: 0;
  padding: 0.85rem 0 0.85rem 1.25rem;
  color: #ded9d3;
  font-size: 0.88rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--faq-line);
}

.tz-faq-mv__guide li::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--faq-red-bright);
}

.tz-faq-mv__facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% + clamp(3rem, 10vw, 11rem));
  margin: 0 calc(clamp(1.5rem, 5vw, 5.5rem) * -1);
  padding-inline: clamp(1.5rem, 5vw, 5.5rem);
  background: rgba(4, 4, 4, 0.84);
  border-top: 1px solid var(--faq-line);
  backdrop-filter: blur(9px);
}

.tz-faq-mv__facts div {
  min-width: 0;
  padding: 1.3rem clamp(1rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--faq-line);
}

.tz-faq-mv__facts div:first-child {
  border-left: 1px solid var(--faq-line);
}

.tz-faq-mv__facts dt {
  margin-bottom: 0.35rem;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-faq-mv__facts dd {
  margin: 0;
  color: #e5dfd9;
  font-size: clamp(0.78rem, 1.05vw, 0.92rem);
  font-weight: 600;
  line-height: 1.55;
}

/* ============================================================
   Block editor content reset
   ============================================================ */

.tz-faq-content {
  padding: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    #090909;
  background-size: 48px 48px;
}

.tz-faq-content .tz-page-content__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-faq-content .tz-faq-body,
.tz-faq-content .tz-faq-body.wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-faq-content .tz-faq-body > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-faq-content .tz-faq-body :where(.wp-block-group) {
  max-width: none;
}

/* Old pasted content remains readable until docs/faq.html is pasted. */
.tz-faq-content .tz-page-content__inner > :not(.tz-faq-body) {
  width: min(var(--faq-content), calc(100% - 3rem));
  margin-right: auto;
  margin-left: auto;
}

/* ============================================================
   Intro and headings
   ============================================================ */

.tz-faq-intro {
  position: relative;
  padding: clamp(5.5rem, 10vw, 9rem) 1.5rem clamp(4rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 12% 30%, rgba(150, 0, 0, 0.13), transparent 28rem),
    linear-gradient(180deg, rgba(15, 15, 15, 0.9), rgba(8, 8, 8, 0.96));
  border-bottom: 1px solid var(--faq-line);
}

.tz-faq-intro > .wp-block-group__inner-container,
.tz-faq-intro > :not(.wp-block-group__inner-container) {
  width: min(var(--faq-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.tz-faq-section-head {
  max-width: 1010px;
}

.tz-faq-section-head--wide {
  max-width: 980px;
}

.tz-faq-section-head h2,
.tz-faq-category__head h2,
.tz-faq-final-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--tz-font-serif, "Yu Mincho", serif);
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.tz-faq-section-head > p:last-child {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: var(--faq-muted);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 2;
}

/* ============================================================
   Category index
   ============================================================ */

.tz-faq-nav {
  position: relative;
  width: min(var(--faq-content), calc(100% - 3rem));
  margin: clamp(3.5rem, 7vw, 6rem) auto;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: rgba(15, 15, 15, 0.92);
  border: 1px solid var(--faq-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.tz-faq-nav::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(12rem, 36%);
  height: 2px;
  background: linear-gradient(90deg, var(--faq-red-bright), transparent);
}

.tz-faq-nav__label {
  margin: 0 0 1rem;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tz-faq-nav__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--faq-line);
  border-left: 1px solid var(--faq-line);
}

.tz-faq-nav__links a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.9rem 2.6rem 0.9rem 1rem;
  color: #eae5df !important;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.018);
  border-right: 1px solid var(--faq-line);
  border-bottom: 1px solid var(--faq-line);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.tz-faq-nav__links a::after {
  content: "↓";
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  color: #fff;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.78rem;
  line-height: 1;
  background: rgba(191, 0, 0, 0.22);
  border: 1px solid rgba(232, 35, 35, 0.48);
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.tz-faq-nav__links a span {
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.65rem;
}

/* ============================================================
   FAQ categories and accordion
   ============================================================ */

.tz-faq-category {
  position: relative;
  margin: 0;
  padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  scroll-margin-top: 88px;
}

.tz-faq-category:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.012);
}

.tz-faq-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(1.5rem, calc((100% - var(--faq-content)) / 2));
  width: clamp(5rem, 12vw, 10rem);
  height: 1px;
  background: var(--faq-red-bright);
}

.tz-faq-category > .wp-block-group__inner-container,
.tz-faq-category > :not(.wp-block-group__inner-container) {
  width: min(var(--faq-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.tz-faq-category__head {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.tz-faq-category__head > p {
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.tz-faq-category__head > p span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1;
}

.tz-faq-category__head h2 {
  font-size: clamp(2.1rem, 4.2vw, 4rem);
}

.tz-faq-category__head small {
  display: block;
  margin-top: 0.8rem;
  color: var(--faq-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.tz-faq-page .swell-block-faq {
  margin: 0;
  padding: 0;
}

.tz-faq-page .swell-block-faq .swell-block-faq__item {
  position: relative;
  margin: 0 0 0.75rem !important;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.035), transparent 62%),
    var(--faq-panel);
  border: 1px solid var(--faq-line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tz-faq-page .swell-block-faq .faq_q {
  position: relative;
  min-height: 76px;
  margin: 0;
  padding: 1.35rem 4.5rem 1.35rem 4.7rem !important;
  background: transparent;
  color: var(--faq-text);
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

.tz-faq-page .swell-block-faq .faq_q::before {
  content: "Q" !important;
  position: absolute !important;
  top: 1.25rem !important;
  left: 1.3rem !important;
  display: grid !important;
  place-items: center;
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--tz-font-mono, monospace) !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  line-height: 1 !important;
  background: var(--faq-red) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tz-faq-page .swell-block-faq .faq_q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.35rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--faq-red-bright);
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1;
  border: 1px solid rgba(232, 35, 35, 0.38);
  transform: translateY(-50%);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tz-faq-page .swell-block-faq .faq_q:focus-visible {
  outline: 2px solid var(--faq-red-bright);
  outline-offset: -3px;
}

.tz-faq-page .swell-block-faq .faq_a {
  position: relative;
  max-height: none;
  margin: 0;
  padding: 1.35rem 2rem 1.7rem 4.7rem !important;
  overflow: visible;
  opacity: 1;
  color: #cbc5bf;
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
  line-height: 2;
  background: rgba(0, 0, 0, 0.18);
  border-top: 1px solid var(--faq-line);
}

.tz-faq-page .swell-block-faq .faq_a::before {
  content: "A" !important;
  position: absolute !important;
  top: 1.35rem !important;
  left: 1.3rem !important;
  display: grid !important;
  place-items: center;
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 !important;
  color: var(--faq-red-bright) !important;
  font-family: var(--tz-font-mono, monospace) !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  line-height: 1 !important;
  background: transparent !important;
  border: 1px solid rgba(232, 35, 35, 0.42) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tz-faq-page .swell-block-faq .faq_a p {
  margin: 0 0 0.8rem;
  line-height: inherit;
}

.tz-faq-page .swell-block-faq .faq_a p:last-child {
  margin-bottom: 0;
}

.tz-faq-page .swell-block-faq .faq_a ul {
  margin: 0.7rem 0 1rem;
  padding-left: 1.3rem;
}

.tz-faq-page .swell-block-faq .faq_a li {
  margin: 0.3rem 0;
}

/* Answers are collapsed only after faq.js initializes successfully. */
.tz-faq-page.is-faq-ready .swell-block-faq .faq_a {
  display: none;
  max-height: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  opacity: 0;
  border-top-color: transparent;
}

.tz-faq-page.is-faq-ready .swell-block-faq .swell-block-faq__item.is-open .faq_a {
  display: block;
  max-height: none !important;
  padding-top: 1.35rem !important;
  padding-bottom: 1.7rem !important;
  opacity: 1;
  border-top-color: var(--faq-line);
}

.tz-faq-page .swell-block-faq__item.is-open {
  border-color: rgba(230, 31, 31, 0.42);
  background-color: var(--faq-panel-light);
}

.tz-faq-page .swell-block-faq__item.is-open .faq_q {
  background: rgba(156, 0, 0, 0.09);
}

.tz-faq-page .swell-block-faq__item.is-open .faq_q::after {
  content: "−";
  color: #fff;
  border-color: var(--faq-red-bright);
}

.tz-faq-category__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.tz-faq-category__link a {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 48px;
  padding: 0.65rem 0;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(232, 35, 35, 0.55);
}

/* ============================================================
   Related links and final CTA
   ============================================================ */

.tz-faq-related {
  margin: 0;
  padding: clamp(5rem, 9vw, 8.5rem) 1.5rem;
  background:
    radial-gradient(circle at 90% 20%, rgba(142, 0, 0, 0.13), transparent 24rem),
    #0d0d0d;
  border-top: 1px solid var(--faq-line);
}

.tz-faq-related > .wp-block-group__inner-container,
.tz-faq-related > :not(.wp-block-group__inner-container) {
  width: min(var(--faq-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.tz-faq-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(2rem, 5vw, 3.5rem);
  border-top: 1px solid var(--faq-line);
  border-left: 1px solid var(--faq-line);
}

.tz-faq-related__grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
  padding: 1.5rem;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent);
  border-right: 1px solid var(--faq-line);
  border-bottom: 1px solid var(--faq-line);
  transition: background-color 0.2s ease;
}

.tz-faq-related__grid a span {
  margin-bottom: auto;
  color: var(--faq-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-faq-related__grid a strong {
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
}

.tz-faq-related__grid a::after {
  position: absolute;
  right: 1.4rem;
  bottom: 1.6rem;
  color: var(--faq-red-bright);
}

.tz-faq-final-cta {
  position: relative;
  margin: 0;
  padding: clamp(6rem, 12vw, 11rem) 1.5rem;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(7, 7, 7, 0.98), rgba(56, 0, 0, 0.75)),
    repeating-linear-gradient(90deg, transparent 0, transparent 89px, rgba(255, 255, 255, 0.025) 90px);
  border-top: 1px solid rgba(232, 35, 35, 0.42);
}

.tz-faq-final-cta::after {
  content: "?";
  position: absolute;
  right: 5vw;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(15rem, 35vw, 34rem);
  line-height: 0.8;
  pointer-events: none;
}

.tz-faq-final-cta > .wp-block-group__inner-container,
.tz-faq-final-cta > :not(.wp-block-group__inner-container) {
  position: relative;
  z-index: 1;
  width: min(var(--faq-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.tz-faq-final-cta__inner {
  max-width: 1010px;
}

.tz-faq-final-cta h2 {
  font-size: clamp(2.5rem, 5.8vw, 5.2rem);
  line-height: 1.22;
}

.tz-faq-final-cta__inner > p:not(.tz-faq-section-head__eyebrow) {
  max-width: 1010px;
  margin: 1.5rem 0 0;
  color: var(--faq-muted);
  font-size: 1rem;
  line-height: 2;
}

/* ============================================================
   Interaction
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
  .tz-faq-button:hover {
    transform: translateY(-2px);
  }

  .tz-faq-button--primary:hover {
    background: var(--faq-red-bright);
    border-color: var(--faq-red-bright);
  }

  .tz-faq-button--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
  }

  .tz-faq-button:hover::after,
  .tz-faq-category__link a:hover::after,
  .tz-faq-related__grid a:hover::after {
    transform: translateX(3px);
  }

  .tz-faq-nav__links a:hover {
    color: #fff !important;
    background: rgba(166, 0, 0, 0.14);
  }

  .tz-faq-nav__links a:hover::after {
    background: rgba(232, 35, 35, 0.36);
    border-color: rgba(255, 74, 74, 0.75);
    transform: translateY(calc(-50% + 3px));
  }

  .tz-faq-page .swell-block-faq .swell-block-faq__item:hover {
    border-color: rgba(232, 35, 35, 0.4);
  }

  .tz-faq-page .swell-block-faq .faq_q:hover {
    background: rgba(255, 255, 255, 0.025);
  }

  .tz-faq-related__grid a:hover {
    background-color: rgba(147, 0, 0, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tz-faq-page *,
  .tz-faq-page *::before,
  .tz-faq-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 960px) {
  .tz-faq-mv {
    min-height: auto;
  }

  .tz-faq-mv__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tz-faq-mv__guide {
    width: min(100%, 620px);
  }

  .tz-faq-nav__links,
  .tz-faq-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tz-faq-category__head {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .tz-faq-page {
    scroll-padding-top: 68px;
  }

  .tz-faq-mv {
    display: block;
    padding: 7.2rem 1.25rem 0;
  }

  .tz-faq-mv::after {
    display: none;
  }

  .tz-faq-mv__inner {
    padding-bottom: 3.5rem;
  }

  .tz-faq-mv__title span {
    font-size: clamp(2.9rem, 15vw, 4.6rem);
    line-height: 1.08;
  }

  .tz-faq-mv__title small {
    margin-top: 1rem;
    font-size: 0.95rem;
  }

  .tz-faq-mv__lead {
    font-size: 0.93rem;
    line-height: 1.9;
  }

  .tz-faq-mv__actions,
  .tz-faq-intro__actions,
  .tz-faq-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tz-faq-button {
    width: 100%;
    min-height: 56px;
  }

  .tz-faq-mv__guide {
    padding: 1.5rem;
  }

  .tz-faq-mv__guide > strong {
    font-size: 4.5rem;
  }

  .tz-faq-mv__facts {
    grid-template-columns: 1fr;
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
    padding: 0 1.25rem;
  }

  .tz-faq-mv__facts div,
  .tz-faq-mv__facts div:first-child {
    padding: 0.9rem 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--faq-line);
  }

  .tz-faq-intro,
  .tz-faq-category,
  .tz-faq-related,
  .tz-faq-final-cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .tz-faq-section-head h2,
  .tz-faq-final-cta h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.35;
  }

  .tz-faq-nav {
    width: calc(100% - 2.5rem);
    margin: 2.5rem auto 3.5rem;
    padding: 1rem;
  }

  .tz-faq-nav__links {
    grid-template-columns: 1fr;
  }

  .tz-faq-nav__links a {
    min-height: 56px;
    padding-right: 2.8rem;
  }

  .tz-faq-category {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
    scroll-margin-top: 68px;
  }

  .tz-faq-category::before {
    left: 1.25rem;
  }

  .tz-faq-category__head {
    display: block;
    margin-bottom: 1.8rem;
  }

  .tz-faq-category__head > p {
    margin-bottom: 1rem;
  }

  .tz-faq-category__head > p span {
    display: inline-block;
    margin: 0 0.7rem 0 0;
    font-size: 2rem;
    vertical-align: -0.12em;
  }

  .tz-faq-category__head h2 {
    font-size: clamp(1.8rem, 8.5vw, 2.7rem);
    line-height: 1.35;
  }

  .tz-faq-page .swell-block-faq .faq_q {
    min-height: 70px;
    padding: 1.1rem 3.45rem 1.1rem 3.7rem !important;
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .tz-faq-page .swell-block-faq .faq_q::before {
    top: 1.12rem !important;
    left: 0.9rem !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }

  .tz-faq-page .swell-block-faq .faq_q::after {
    right: 0.8rem;
    width: 1.9rem;
    height: 1.9rem;
  }

  .tz-faq-page .swell-block-faq .faq_a,
  .tz-faq-page.is-faq-ready .swell-block-faq .swell-block-faq__item.is-open .faq_a {
    padding-right: 1.1rem !important;
    padding-left: 3.7rem !important;
  }

  .tz-faq-page .swell-block-faq .faq_a {
    font-size: 1rem;
    line-height: 1.9;
  }

  .tz-faq-page .swell-block-faq .faq_a::before {
    left: 0.9rem !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }

  .tz-faq-category__link {
    justify-content: stretch;
  }

  .tz-faq-category__link a {
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 0;
  }

  .tz-faq-related__grid {
    grid-template-columns: 1fr;
  }

  .tz-faq-related__grid a {
    min-height: 124px;
  }

  .tz-faq-final-cta {
    padding-bottom: max(7rem, calc(5rem + env(safe-area-inset-bottom)));
  }
}
