.trust-faq {
  --faq-canvas: #120a06;
  --faq-surface: #1d110b;
  --faq-surface-active: #29170d;
  --faq-ink: #fff6df;
  --faq-muted: #cbb99c;
  --faq-gold: #f4bc3d;
  --faq-orange: #f47a1f;
  --faq-green: #79a85c;
  --faq-line: rgba(244, 188, 61, 0.22);
  position: relative;
  isolation: isolate;
  overflow: clip;
  scroll-margin-top: 86px;
  color: var(--faq-ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 122, 31, 0.14), transparent 31rem),
    radial-gradient(circle at 88% 72%, rgba(121, 168, 92, 0.08), transparent 28rem),
    linear-gradient(135deg, #0e0704 0%, var(--faq-canvas) 52%, #190d07 100%);
}

.trust-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(92deg, transparent 0 52px, rgba(255, 236, 188, 0.025) 53px 54px, transparent 55px 112px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28));
}

.trust-faq__inner {
  width: min(calc(100% - clamp(32px, 7vw, 112px)), 1480px);
  min-width: 0;
  margin-inline: auto;
  padding-block: clamp(76px, 8vw, 132px);
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(520px, 1.22fr);
  grid-template-areas:
    "intro list"
    "legal list"
    "bases list"
    "cta list"
    "character list";
  column-gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.trust-faq__intro {
  grid-area: intro;
  min-width: 0;
}

.trust-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  color: var(--faq-gold);
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.2em;
}

.trust-faq__eyebrow::before {
  content: "07";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid var(--faq-line);
  border-radius: 50%;
  color: var(--faq-muted);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.trust-faq h2 {
  max-width: 9ch;
  margin: 0;
  color: var(--faq-ink);
  font-family: var(--font-display, "Archivo Black", Impact, sans-serif);
  font-size: clamp(2.55rem, 5.4vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.trust-faq__lead {
  max-width: 34rem;
  margin: 24px 0 0;
  color: var(--faq-muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.trust-faq__statement {
  margin: 28px 0 0;
  padding: 14px 0 14px 18px;
  border-left: 3px solid var(--faq-orange);
  color: var(--faq-ink);
  font-size: clamp(1.08rem, 1.5vw, 1.45rem);
  font-weight: 850;
  line-height: 1.35;
}

.trust-faq__status {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--faq-line);
  border-radius: 3px;
  background: rgba(7, 4, 2, 0.46);
  box-shadow: inset 3px 0 0 var(--faq-orange);
}

.trust-faq__status > p {
  margin: 0 0 8px;
  color: var(--faq-gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.17em;
}

.trust-faq__status strong {
  display: block;
  color: var(--faq-ink);
  font-size: 0.94rem;
  line-height: 1.55;
}

.trust-faq__status ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 246, 223, 0.1);
  list-style: none;
}

.trust-faq__status li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--faq-muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.4;
}

.trust-faq__status li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--faq-green);
}

.trust-faq__list {
  grid-area: list;
  min-width: 0;
  border-top: 1px solid var(--faq-line);
}

.trust-faq__item {
  min-width: 0;
  border-bottom: 1px solid var(--faq-line);
  background: rgba(255, 255, 255, 0.012);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.trust-faq__item[open] {
  background: linear-gradient(90deg, rgba(244, 122, 31, 0.1), rgba(244, 188, 61, 0.025));
  box-shadow: inset 3px 0 0 var(--faq-orange);
}

.trust-faq__item.is-active {
  animation: faq-warm-glow 560ms ease-out;
}

.trust-faq__item summary {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 42px;
  gap: clamp(10px, 1.8vw, 20px);
  align-items: center;
  min-height: 84px;
  padding: 18px clamp(8px, 1.4vw, 18px) 18px clamp(4px, 1vw, 12px);
  color: var(--faq-ink);
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

.trust-faq__item summary::-webkit-details-marker {
  display: none;
}

.trust-faq__item summary::marker {
  content: "";
}

.trust-faq__item summary:hover {
  background: rgba(244, 188, 61, 0.04);
}

.trust-faq__item summary:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--faq-gold);
  outline-offset: -3px;
  border-radius: 2px;
}

.trust-faq__number {
  align-self: start;
  padding-top: 0.2em;
  color: rgba(244, 188, 61, 0.62);
  font-family: var(--font-display, "Archivo Black", Impact, sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.trust-faq__question {
  min-width: 0;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 850;
  line-height: 1.35;
}

.trust-faq__question small {
  display: block;
  width: fit-content;
  margin-top: 6px;
  color: var(--faq-gold);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.trust-faq__indicator {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  justify-self: end;
  border: 1px solid rgba(244, 188, 61, 0.35);
  border-radius: 50%;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.trust-faq__indicator i {
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

.trust-faq__indicator i:last-child {
  transform: rotate(90deg);
  transition: transform 220ms ease, opacity 160ms ease;
}

.trust-faq__item[open] .trust-faq__indicator {
  transform: rotate(180deg);
  border-color: var(--faq-gold);
  background: var(--faq-gold);
  color: #211208;
}

.trust-faq__item[open] .trust-faq__indicator i:last-child {
  opacity: 0;
  transform: rotate(0deg);
}

.trust-faq__answer {
  display: grid;
  grid-template-rows: 1fr;
  min-width: 0;
}

.trust-faq__answer > div {
  min-height: 0;
  overflow: hidden;
  padding: 0 clamp(54px, 6vw, 80px) 28px clamp(60px, 6.6vw, 92px);
}

.trust-faq__answer p {
  max-width: 66ch;
  margin: 0;
  color: var(--faq-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.trust-faq__answer p + p {
  margin-top: 12px;
}

.trust-faq__answer .trust-faq__highlight {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--faq-green);
  background: rgba(121, 168, 92, 0.09);
  color: var(--faq-ink);
  font-weight: 900;
}

.trust-faq__related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 20px !important;
}

.trust-faq__related a,
.trust-faq__bases {
  color: var(--faq-gold);
  font-weight: 850;
  text-underline-offset: 0.24em;
  text-decoration-thickness: 1px;
}

.trust-faq__related a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 7px;
}

.trust-faq__related a:hover,
.trust-faq__bases:hover {
  color: #ffe09b;
  text-decoration-thickness: 2px;
}

.trust-faq__related a:focus-visible,
.trust-faq__bases:focus-visible,
.trust-faq__cta:focus-visible {
  outline: 3px solid var(--faq-gold);
  outline-offset: 4px;
  border-radius: 2px;
}

.trust-faq__legal {
  grid-area: legal;
  max-width: 34rem;
  margin: 32px 0 0;
  color: var(--faq-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.trust-faq__bases {
  grid-area: bases;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  gap: 9px;
  margin-top: 12px;
}

.trust-faq__cta {
  grid-area: cta;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  gap: 12px;
  margin-top: 14px;
  padding: 13px 20px;
  border: 1px solid #ffbb45;
  border-radius: 3px;
  color: #241206;
  background: linear-gradient(135deg, #ffd36a, var(--faq-orange));
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.24);
  font-weight: 950;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.trust-faq__cta svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.trust-faq__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.trust-faq__cta:active {
  transform: translateY(0);
}

.trust-faq__character {
  grid-area: character;
  position: relative;
  min-height: 240px;
  margin: 34px 0 0;
  overflow: hidden;
  border-top: 1px solid var(--faq-line);
}

.trust-faq__character::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, var(--faq-canvas), transparent 20%, transparent 68%, var(--faq-canvas));
}

.trust-faq__character img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center 33%;
  opacity: 0.86;
  filter: saturate(0.88) contrast(1.06);
}

.trust-faq__character-kicker {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 0;
  color: rgba(255, 246, 223, 0.48);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

@supports (interpolate-size: allow-keywords) {
  .trust-faq {
    interpolate-size: allow-keywords;
  }

  .trust-faq__item::details-content {
    block-size: 0;
    overflow: clip;
    opacity: 0;
    transition: block-size 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, content-visibility 240ms allow-discrete;
  }

  .trust-faq__item[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}

@keyframes faq-warm-glow {
  0% { box-shadow: inset 3px 0 0 var(--faq-orange), 0 0 0 rgba(244, 188, 61, 0); }
  45% { box-shadow: inset 3px 0 0 var(--faq-orange), 0 0 34px rgba(244, 188, 61, 0.14); }
  100% { box-shadow: inset 3px 0 0 var(--faq-orange), 0 0 0 rgba(244, 188, 61, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  .trust-faq--motion-ready .trust-faq__intro,
  .trust-faq--motion-ready .trust-faq__list,
  .trust-faq--motion-ready .trust-faq__legal,
  .trust-faq--motion-ready .trust-faq__bases,
  .trust-faq--motion-ready .trust-faq__cta,
  .trust-faq--motion-ready .trust-faq__character {
    opacity: 0;
    transform: translateY(18px);
  }

  .trust-faq--motion-ready.is-visible .trust-faq__intro,
  .trust-faq--motion-ready.is-visible .trust-faq__list,
  .trust-faq--motion-ready.is-visible .trust-faq__legal,
  .trust-faq--motion-ready.is-visible .trust-faq__bases,
  .trust-faq--motion-ready.is-visible .trust-faq__cta,
  .trust-faq--motion-ready.is-visible .trust-faq__character {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 440ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .trust-faq--motion-ready.is-visible .trust-faq__list { transition-delay: 70ms; }
  .trust-faq--motion-ready.is-visible .trust-faq__legal,
  .trust-faq--motion-ready.is-visible .trust-faq__bases,
  .trust-faq--motion-ready.is-visible .trust-faq__cta { transition-delay: 120ms; }
  .trust-faq--motion-ready.is-visible .trust-faq__character { transition-delay: 170ms; }
}

@media (max-width: 1180px) {
  .trust-faq__inner {
    grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr);
    column-gap: clamp(34px, 5vw, 64px);
  }

  .trust-faq__answer > div {
    padding-left: 60px;
    padding-right: 54px;
  }
}

@media (max-width: 900px) {
  .trust-faq__inner {
    width: min(calc(100% - clamp(28px, 7vw, 64px)), 760px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "list"
      "legal"
      "bases"
      "cta"
      "character";
    row-gap: 0;
  }

  .trust-faq h2 {
    max-width: 12ch;
  }

  .trust-faq__list {
    margin-top: 46px;
  }

  .trust-faq__legal {
    margin-top: 28px;
  }

  .trust-faq__character {
    min-height: 180px;
  }

  .trust-faq__character img {
    height: 190px;
    object-position: center 30%;
  }
}

@media (max-width: 560px) {
  .trust-faq__inner {
    width: min(calc(100% - 28px), 520px);
    padding-block: 68px;
  }

  .trust-faq h2 {
    font-size: clamp(2.35rem, 13vw, 3.65rem);
  }

  .trust-faq__lead {
    margin-top: 20px;
  }

  .trust-faq__statement {
    margin-top: 22px;
  }

  .trust-faq__status {
    margin-top: 24px;
    padding: 18px 16px;
  }

  .trust-faq__list {
    margin-top: 38px;
  }

  .trust-faq__item summary {
    grid-template-columns: 30px minmax(0, 1fr) 38px;
    min-height: 78px;
    padding: 16px 2px;
  }

  .trust-faq__number {
    padding-top: 0.28em;
  }

  .trust-faq__question {
    font-size: 0.98rem;
  }

  .trust-faq__answer > div {
    padding: 0 8px 26px 40px;
  }

  .trust-faq__answer p {
    font-size: 0.94rem;
  }

  .trust-faq__related {
    display: grid;
    gap: 2px;
  }

  .trust-faq__bases,
  .trust-faq__cta {
    width: 100%;
  }

  .trust-faq__bases {
    justify-content: space-between;
    padding-inline: 2px;
  }

  .trust-faq__character {
    min-height: 142px;
    margin-top: 30px;
  }

  .trust-faq__character img {
    height: 150px;
    opacity: 0.64;
  }
}

@media (hover: none) {
  .trust-faq__item summary:hover {
    background: transparent;
  }

  .trust-faq__cta:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-faq *,
  .trust-faq *::before,
  .trust-faq *::after,
  .trust-faq__item::details-content {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .trust-faq__intro,
  .trust-faq__list,
  .trust-faq__legal,
  .trust-faq__bases,
  .trust-faq__cta,
  .trust-faq__character {
    opacity: 1 !important;
    transform: none !important;
  }
}
