:root{--ink:#172033;--muted:#667085;--line:#e4e7ec;--paper:#fff;--wash:#f6f8fb;--brand:#6d28d9;--brand2:#8b5cf6;--good:#087443;--warn:#b54708;--danger:#b42318}*{box-sizing:border-box}body{margin:0;background:var(--wash);color:var(--ink);font:15px/1.6 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.trust-top{background:linear-gradient(135deg,#180b32,#5423a7 58%,#8555e9);color:#fff;padding:22px 0 110px}.trust-wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}.trust-nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.trust-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800;font-size:18px}.trust-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#fff;color:var(--brand);font-weight:900}.trust-links{display:flex;gap:24px}.trust-links a{color:#ddd6fe;text-decoration:none;font-weight:600}.trust-links a:hover,.trust-links a.active{color:#fff}.trust-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-top:58px}.trust-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.04;margin:8px 0 16px;max-width:760px}.trust-hero p{color:#e9dffc;max-width:720px;font-size:17px}.trust-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:#c4b5fd}.trust-main{margin-top:-72px;padding-bottom:64px}.trust-panel,.trust-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 40px rgba(16,24,40,.08)}.trust-panel{padding:30px}.trust-card{padding:24px}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trust-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-section{margin-top:24px}.trust-section h2{font-size:27px;margin:0 0 8px}.trust-card h3{margin:6px 0 8px;font-size:19px}.trust-muted{color:var(--muted)}.trust-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 10px;background:#ecfdf3;color:var(--good);font-size:12px;font-weight:800}.trust-pill.restricted{background:#f4f3ff;color:#5925dc}.trust-pill.warning{background:#fffaeb;color:var(--warn)}.trust-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.trust-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #d0d5dd;border-radius:10px;padding:10px 16px;background:#fff;color:var(--ink);font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.trust-btn.primary{border-color:var(--brand);background:var(--brand);color:#fff}.trust-btn.danger{border-color:#fecdca;color:var(--danger)}.trust-table{width:100%;border-collapse:collapse}.trust-table th,.trust-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);vertical-align:top}.trust-table th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.trust-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.trust-field.full{grid-column:1/-1}.trust-field label{display:block;font-weight:700;margin-bottom:6px}.trust-field input,.trust-field select,.trust-field textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;font:inherit}.trust-field textarea{min-height:110px;resize:vertical}.trust-alert{margin-bottom:18px;border:1px solid #b2ddff;border-radius:12px;background:#eff8ff;padding:14px 16px;color:#175cd3}.trust-alert.error{border-color:#fecdca;background:#fef3f2;color:var(--danger)}.trust-doc{max-height:520px;overflow:auto;border:1px solid var(--line);border-radius:12px;padding:24px;background:#fcfcfd}.trust-doc h1{font-size:26px}.trust-footer{padding:28px 0;color:var(--muted);font-size:13px}.trust-footer a{color:var(--brand)}@media(max-width:800px){.trust-links{display:none}.trust-hero{padding-top:40px}.trust-grid,.trust-grid.two,.trust-form{grid-template-columns:1fr}.trust-field.full{grid-column:auto}.trust-panel{padding:20px}.trust-table{display:block;overflow-x:auto}}
