.trust {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3.5rem, 8vw, 8rem);
  padding: clamp(5.5rem, 9vw, 8rem) 8%;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 12%, rgb(195 161 93 / 13%), transparent 27%),
    #0d0f0f;
  scroll-margin-top: 92px;
}

.trust-heading {
  position: sticky;
  top: 140px;
  align-self: start;
}

.trust-heading h2 {
  max-width: 610px;
  margin: .8rem 0 1.5rem;
  font: 400 clamp(3rem, 5.2vw, 5rem)/.98 var(--serif);
}

.trust-heading > p:not(.kicker) {
  max-width: 530px;
  color: #c4c1b9;
  font-size: 1.05rem;
}

.trust-contact {
  display: inline-block;
  margin-top: 1.2rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid #76633d;
  color: var(--gold-light);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.trust-contact:hover,
.trust-contact:focus-visible { border-color: var(--gold-light); color: var(--white); }

.trust-body { min-width: 0; }

.faq-list {
  border-top: 1px solid #484a48;
}

.faq-list details {
  border-bottom: 1px solid #484a48;
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2rem;
  gap: 1rem;
  align-items: center;
  padding: 1.55rem 0;
  color: var(--white);
  cursor: pointer;
  font: 400 clamp(1.25rem, 2vw, 1.65rem)/1.25 var(--serif);
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-light); font: 300 1.7rem/1 Arial, sans-serif; text-align: center; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list summary:hover,
.faq-list summary:focus-visible { color: var(--gold-light); }

.faq-list details p {
  max-width: 690px;
  margin: -.2rem 3rem 1.8rem 0;
  color: #bbb8b0;
  line-height: 1.75;
}

.data-care {
  margin-top: 3.25rem;
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 1px solid #75613c;
  background: #151716;
}

.data-care > img { width: 52px; margin-bottom: 1.5rem; }
.data-care h3 { max-width: 520px; margin: .7rem 0 1.3rem; font: 400 clamp(2rem, 3vw, 2.8rem)/1.05 var(--serif); }
.data-care > p:not(.kicker) { max-width: 680px; color: #bbb8b0; }
.data-care a { display: inline-block; margin-top: 1rem; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.data-care a:hover,
.data-care a:focus-visible { color: var(--white); }

.policy-list { margin-top: 2rem; border-top: 1px solid #4d4f4d; }
.policy-detail { scroll-margin-top: 110px; border-bottom: 1px solid #4d4f4d; }
.policy-detail summary { display: grid; grid-template-columns: minmax(0, 1fr) 2rem; gap: 1rem; align-items: center; padding: 1.1rem 0; color: var(--white); cursor: pointer; font-weight: 700; list-style: none; }
.policy-detail summary::-webkit-details-marker { display: none; }
.policy-detail summary span { color: var(--gold-light); font-size: 1.4rem; font-weight: 300; text-align: center; transition: transform .2s ease; }
.policy-detail[open] summary span { transform: rotate(45deg); }
.policy-detail > div { padding: 0 0 1.2rem; }
.policy-detail > div h4 { margin: 1.45rem 0 .55rem; color: var(--white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.policy-detail > div p { margin: 0 0 1rem; color: #bbb8b0; font-size: .94rem; }
.policy-detail > div p a { margin-top: 0; font-size: inherit; font-weight: 700; letter-spacing: normal; text-transform: none; text-decoration: underline; text-underline-offset: .18em; }
.policy-detail > div p:last-child { margin-bottom: 0; }

footer small { color: #898780; }

@media (max-width: 1050px) {
  .trust { grid-template-columns: 1fr; gap: 3.5rem; padding: 5.3rem 7%; }
  .trust-heading { position: static; }
}

@media (max-width: 600px) {
  .trust { padding: 4.5rem 6%; scroll-margin-top: 78px; }
  .trust-heading h2 { font-size: 2.75rem; }
  .faq-list details p { margin-right: 0; }
  .data-care { margin-top: 2.5rem; padding: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list summary span,
  .policy-detail summary span { transition: none; }
}
