@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-variable.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --trust-bg: #07111b;
  --trust-panel: #0d1a25;
  --trust-panel-2: #102230;
  --trust-line: rgba(120, 185, 218, 0.16);
  --trust-line-strong: rgba(84, 199, 247, 0.34);
  --trust-text: #f5fbff;
  --trust-muted: #9db1bf;
  --trust-blue: #48c8ff;
  --trust-blue-soft: #9be2ff;
  --trust-green: #d8ff8d;
  --trust-yellow: #ffd68a;
  --trust-red: #ff9f9f;
  --trust-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 82% -8%, rgba(72, 200, 255, 0.14), transparent 420px),
    radial-gradient(circle at 4% 36%, rgba(216, 255, 141, 0.04), transparent 350px),
    var(--trust-bg);
  color: var(--trust-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--trust-blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--trust-green);
  color: #07111b;
  font-weight: 900;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.trust-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--trust-line);
  background: rgba(7, 17, 27, 0.93);
  backdrop-filter: blur(16px);
}

.trust-header-inner {
  width: min(var(--trust-max), calc(100% - 32px));
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.trust-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.trust-logo img {
  display: block;
  width: auto;
  height: 38px;
}

.trust-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #96adba;
  font-size: 13px;
  font-weight: 800;
}

.trust-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.trust-nav a:hover,
.trust-nav a.active,
.trust-nav a[aria-current="page"] {
  border-bottom-color: var(--trust-blue);
  color: var(--trust-text);
}

.trust-main {
  width: min(var(--trust-max), calc(100% - 32px));
  margin: 0 auto;
}

.trust-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.46fr);
  gap: 38px;
  margin-top: 26px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid var(--trust-line);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(14, 31, 44, 0.97), rgba(8, 20, 31, 0.9)),
    var(--trust-panel);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.trust-hero::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -130px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(72, 200, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(72, 200, 255, 0.025),
    0 0 0 116px rgba(72, 200, 255, 0.018);
  pointer-events: none;
}

.trust-hero-copy,
.trust-hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--trust-blue-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--trust-text);
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  font-size: clamp(36px, 6vw, 66px);
}

h2 {
  font-size: clamp(25px, 3vw, 34px);
}

h3 {
  font-size: 18px;
}

p,
li {
  text-wrap: pretty;
}

.trust-hero-copy > p:not(.eyebrow) {
  max-width: 730px;
  margin: 22px 0 0;
  color: #b6c8d4;
  font-size: clamp(17px, 2vw, 20px);
}

.breadcrumbs {
  margin: 24px 0 0;
  color: #8198a7;
  font-size: 12px;
  font-weight: 800;
}

.breadcrumbs a:hover {
  color: var(--trust-blue-soft);
}

.trust-hero-panel {
  align-self: end;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--trust-line-strong);
  border-radius: 16px;
  background: rgba(5, 15, 24, 0.64);
}

.trust-hero-panel strong {
  color: var(--trust-green);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-hero-panel p,
.trust-hero-panel dl {
  margin: 0;
  color: #aabdc8;
  font-size: 13px;
}

.trust-hero-panel dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 12px;
}

.trust-hero-panel dt {
  color: #78909f;
}

.trust-hero-panel dd {
  margin: 0;
  color: #d6e5ed;
  text-align: right;
}

.status-note {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 214, 138, 0.25);
  border-left: 3px solid var(--trust-yellow);
  border-radius: 10px;
  background: rgba(255, 214, 138, 0.055);
  color: #d3c3a2;
}

.status-note strong {
  color: var(--trust-yellow);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 34px;
  align-items: start;
  margin-top: 34px;
}

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

.trust-section {
  padding: 34px 0;
  border-bottom: 1px solid var(--trust-line);
}

.trust-section:first-child {
  padding-top: 0;
}

.trust-section:last-child {
  border-bottom: 0;
}

.trust-section > p,
.trust-section > ul,
.trust-section > ol {
  max-width: 780px;
  color: #acbec9;
}

.trust-section a,
.text-link {
  color: var(--trust-blue-soft);
  text-decoration: underline;
  text-decoration-color: rgba(155, 226, 255, 0.38);
  text-underline-offset: 3px;
}

.trust-section a:hover,
.text-link:hover {
  color: #ffffff;
  text-decoration-color: currentColor;
}

.trust-section li + li {
  margin-top: 8px;
}

.trust-section h2 + p,
.trust-section h2 + ul,
.trust-section h2 + ol,
.trust-section h2 + .card-grid,
.trust-section h2 + .process-list,
.trust-section h2 + .data-table-wrap,
.trust-section h2 + .resource-grid {
  margin-top: 17px;
}

.trust-section h3 {
  margin-top: 26px;
}

.trust-section h3 + p,
.trust-section h3 + ul {
  margin-top: 10px;
}

.trust-toc {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 5px;
  padding: 17px;
  border: 1px solid var(--trust-line);
  border-radius: 14px;
  background: rgba(11, 27, 39, 0.86);
}

.trust-toc strong {
  margin-bottom: 6px;
  color: var(--trust-blue-soft);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-toc a {
  padding: 7px 9px;
  border-radius: 7px;
  color: #93a9b7;
  font-size: 13px;
  font-weight: 750;
}

.trust-toc a:hover {
  background: rgba(72, 200, 255, 0.08);
  color: var(--trust-text);
}

.card-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-card,
.resource-card {
  min-height: 100%;
  padding: 21px;
  border: 1px solid var(--trust-line);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(16, 34, 48, 0.92), rgba(9, 22, 33, 0.9));
}

.trust-card p,
.resource-card p {
  margin: 10px 0 0;
  color: #9fb3c0;
  font-size: 14px;
}

.trust-card a,
.resource-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--trust-blue-soft);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.trust-card a::after,
.resource-card a::after {
  content: "  →";
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 13px;
  padding: 0 9px;
  border: 1px solid rgba(72, 200, 255, 0.2);
  border-radius: 999px;
  background: rgba(72, 200, 255, 0.07);
  color: var(--trust-blue-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: process;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 62px;
  padding: 16px 18px 16px 64px;
  border: 1px solid var(--trust-line);
  border-radius: 12px;
  background: rgba(13, 30, 43, 0.68);
  color: #aec0cb;
  counter-increment: process;
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 17px;
  color: var(--trust-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.process-list strong {
  color: var(--trust-text);
}

.data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--trust-line);
  border-radius: 12px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(9, 23, 34, 0.7);
  font-size: 13px;
}

.data-table caption {
  padding: 0 0 12px;
  color: var(--trust-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--trust-line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  background: rgba(72, 200, 255, 0.05);
  color: #d8e9f1;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.data-table td {
  color: #9fb4c1;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.definition-list {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) 1fr;
  gap: 0;
  margin: 18px 0 0;
  border: 1px solid var(--trust-line);
  border-radius: 12px;
  overflow: hidden;
}

.definition-list dt,
.definition-list dd {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--trust-line);
}

.definition-list dt {
  color: #d7e8f0;
  font-size: 13px;
  font-weight: 900;
}

.definition-list dd {
  color: #9eb2bf;
  font-size: 14px;
}

.definition-list dt:last-of-type,
.definition-list dd:last-of-type {
  border-bottom: 0;
}

.callout {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--trust-line-strong);
  border-radius: 12px;
  background: rgba(72, 200, 255, 0.055);
  color: #b5cbd6;
}

.callout strong {
  color: var(--trust-blue-soft);
}

.callout.danger {
  border-color: rgba(255, 159, 159, 0.25);
  background: rgba(255, 109, 109, 0.05);
}

.callout.danger strong {
  color: var(--trust-red);
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: #7f97a6;
  font-size: 12px;
  font-weight: 750;
}

.contact-box {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--trust-line-strong);
  border-radius: 14px;
  background: rgba(72, 200, 255, 0.055);
}

.contact-box a {
  color: var(--trust-text);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.contact-box p {
  margin: 8px 0 0;
  color: #94abb9;
}

.trust-footer {
  width: min(var(--trust-max), calc(100% - 32px));
  margin: 70px auto 28px;
}

.trust-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.3fr);
  gap: 40px;
  padding: 34px;
  border: 1px solid var(--trust-line);
  border-radius: 22px 22px 0 0;
  background: rgba(6, 16, 25, 0.82);
}

.trust-footer-brand img {
  display: block;
  width: auto;
  height: 34px;
}

.trust-footer-brand p {
  max-width: 390px;
  margin: 15px 0 0;
  color: #8198a7;
  font-size: 13px;
}

.trust-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trust-footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.trust-footer-column strong {
  margin-bottom: 4px;
  color: var(--trust-blue-soft);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-footer-column a {
  color: #8da4b2;
  font-size: 12px;
  font-weight: 750;
}

.trust-footer-column a:hover {
  color: var(--trust-text);
}

.trust-footer-bottom {
  display: grid;
  gap: 7px;
  padding: 18px 22px;
  border: 1px solid var(--trust-line);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(4, 12, 20, 0.8);
  color: #6f8797;
  font-size: 11px;
}

.trust-footer-bottom p {
  margin: 0;
}

@media (max-width: 900px) {
  .trust-header-inner {
    min-height: 62px;
  }

  .trust-logo img {
    height: 34px;
  }

  .trust-nav {
    gap: 15px;
  }

  .trust-nav a:nth-child(2),
  .trust-nav a:nth-child(3) {
    display: none;
  }

  .trust-hero,
  .trust-layout,
  .trust-footer-main {
    grid-template-columns: 1fr;
  }

  .trust-hero-panel {
    max-width: 520px;
  }

  .trust-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: -1;
  }

  .trust-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .trust-header-inner,
  .trust-main,
  .trust-footer {
    width: min(100% - 22px, var(--trust-max));
  }

  .trust-nav {
    gap: 12px;
    font-size: 12px;
  }

  .trust-nav a:first-child {
    display: none;
  }

  .trust-hero {
    gap: 24px;
    margin-top: 12px;
    padding: 28px 21px;
    border-radius: 18px;
  }

  .card-grid,
  .resource-grid,
  .trust-footer-nav,
  .trust-toc {
    grid-template-columns: 1fr;
  }

  .trust-toc strong {
    grid-column: auto;
  }

  .definition-list {
    grid-template-columns: 1fr;
  }

  .definition-list dt {
    border-bottom: 0;
    padding-bottom: 3px;
  }

  .definition-list dd {
    padding-top: 3px;
  }

  .trust-footer-main {
    gap: 28px;
    padding: 26px 21px;
  }

  .contact-box a {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
