.trust-hero{background:linear-gradient(135deg,#ecfeff,#fff,#fff7ed);border-bottom:1px solid #d5eef4}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-card{background:#fff;border:1px solid #d5eef4;border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(15,82,101,.06)}.trust-card h2,.trust-card h3{color:#155e75}.trust-card p,.trust-card li{color:#5b737b}.trust-card ul{padding-left:20px}.trust-card code,.trust-table code{background:#ecfeff;color:#155e75;border-radius:6px;padding:2px 6px;font-size:.92em}.trust-wide{grid-column:1/-1}.trust-steps{counter-reset:trust-step;display:grid;gap:14px}.trust-step{position:relative;background:#fff;border:1px solid #b9e6ee;border-radius:18px;padding:20px 20px 20px 72px}.trust-step::before{counter-increment:trust-step;content:counter(trust-step);position:absolute;left:20px;top:20px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0e7490;color:#fff;font-weight:900}.trust-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:18px;color:#7c2d12}.trust-links{display:flex;flex-wrap:wrap;gap:10px}.trust-links a{background:#fff;border:1px solid #b9e6ee;border-radius:999px;padding:9px 13px;text-decoration:none;color:#155e75;font-weight:900}.trust-footer-links{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:14px;padding-top:4px}.trust-footer-links a{color:inherit;text-decoration:underline;text-underline-offset:3px}.trust-status{display:inline-flex;align-items:center;gap:8px;background:#dcfce7;color:#166534;border-radius:999px;padding:7px 11px;font-weight:900;font-size:.86rem}.trust-status::before{content:'✓';width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff}.trust-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #d5eef4;border-radius:18px;overflow:hidden}.trust-table th,.trust-table td{text-align:left;padding:14px;border-bottom:1px solid #d5eef4;vertical-align:top}.trust-table th{background:#ecfeff;color:#155e75}.trust-table tr:last-child td{border-bottom:0}@media(max-width:900px){.trust-grid{grid-template-columns:1fr}.trust-wide{grid-column:auto}.trust-table,.trust-table tbody,.trust-table tr,.trust-table th,.trust-table td{display:block}.trust-table thead{display:none}.trust-table td{border-bottom:0;padding-bottom:4px}.trust-table tr{border-bottom:1px solid #d5eef4;padding:10px 0}.trust-table td:last-child{padding-bottom:14px}}