@font-face { font-family: Inter; src: url("assets/inter-variable.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
:root { color-scheme: light; --ink: #101114; --muted: #686e79; --blue: #1857f2; --canvas: #eef0f2; }
* { box-sizing: border-box; }
html { font-family: Inter, Arial, sans-serif; background: var(--canvas); color: var(--ink); }
body { min-height: 100vh; margin: 0; padding: 24px; background: radial-gradient(circle at 10% 10%,rgba(102,167,255,.2),transparent 32%),radial-gradient(circle at 90% 18%,rgba(255,193,157,.19),transparent 34%),var(--canvas); }
a { color: inherit; }
.trust-shell { width: min(960px,100%); min-height: calc(100vh - 48px); margin: 0 auto; padding: clamp(28px,5vw,72px); border: 1px solid rgba(31,42,68,.08); border-radius: 30px; background: rgba(255,255,255,.9); }
.trust-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: clamp(72px,10vw,120px); }
.trust-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 720; letter-spacing: -.04em; text-decoration: none; }
.trust-brand img { display: block; width: 46px; height: auto; }
.trust-back { color: var(--blue); font-size: 14px; font-weight: 650; text-decoration: none; }
.trust-kicker { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px,7vw,76px); font-weight: 640; line-height: .98; letter-spacing: -.06em; }
.trust-lede { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px,2.2vw,23px); line-height: 1.5; }
.trust-content { display: grid; gap: 34px; max-width: 760px; min-width: 0; margin-top: 70px; }
.trust-content section { min-width: 0; padding-top: 28px; border-top: 1px solid rgba(31,42,68,.11); }
.trust-content h2 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.035em; }
.trust-content p, .trust-content li, .trust-content dd, .trust-content dt { color: #4f5560; font-size: 16px; line-height: 1.7; }
.trust-content p { margin: 0; }
.trust-content p + p { margin-top: 14px; }
.trust-content ul { margin: 0; padding-left: 20px; }
.trust-content li + li { margin-top: 8px; }
.trust-content a { color: #174bc4; text-underline-offset: 3px; }
.trust-content strong { color: #272b33; }
.trust-content code { padding: 2px 6px; border-radius: 6px; background: #eef2f8; color: #28344d; font-size: .92em; }
.trust-toc { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.trust-toc a { padding: 9px 13px; border: 1px solid rgba(31,42,68,.12); border-radius: 999px; background: rgba(255,255,255,.75); color: #424957; font-size: 13px; font-weight: 650; text-decoration: none; }
.trust-note { padding: 18px 20px; border: 1px solid rgba(24,87,242,.16); border-radius: 16px; background: rgba(24,87,242,.055); }
.trust-note p { color: #364156; }
.trust-details { display: grid; grid-template-columns: minmax(150px,.45fr) minmax(0,1fr); gap: 8px 24px; margin: 0; }
.trust-details dt { color: #737984; font-weight: 620; }
.trust-details dd { margin: 0; color: #2f3540; }
.trust-table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid rgba(31,42,68,.11); border-radius: 16px; }
.trust-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.trust-table th, .trust-table td { padding: 14px 16px; color: #4f5560; border-bottom: 1px solid rgba(31,42,68,.09); font-size: 14px; line-height: 1.55; text-align: left; vertical-align: top; }
.trust-table th { color: #282d36; background: #f6f8fb; font-weight: 720; }
.trust-table tr:last-child td { border-bottom: 0; }
.trust-contact { display: inline-flex; margin-top: 18px; padding: 13px 18px; color: #fff; border-radius: 999px; background: var(--blue); font-weight: 680; text-decoration: none; }
.trust-content .trust-contact { color: #fff; }
.trust-address { font-style: normal; }
.trust-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 76px; padding-top: 24px; color: #7c828d; border-top: 1px solid rgba(31,42,68,.1); font-size: 12px; }
@media (max-width: 560px) { body { padding: 0; } .trust-shell { min-height: 100vh; padding: 24px 20px 36px; border: 0; border-radius: 0; } .trust-nav { margin-bottom: 72px; } .trust-back { font-size: 13px; } .trust-content { margin-top: 52px; } .trust-details { grid-template-columns: 1fr; gap: 0; } .trust-details dd + dt { margin-top: 10px; } .trust-footer { flex-direction: column; } }
