/* Trust & policy pages. Isolated from utility and Atlas styles. */

.trust-page {padding: 26px 0 56px;}
.trust-container {max-width: 960px;}
.trust-breadcrumb {display:flex;align-items:center;gap:7px;margin-bottom:24px;color:var(--text-soft);font-size:12px;line-height:1.4;}
.trust-breadcrumb a {color:var(--text-soft);}
.trust-breadcrumb a:hover {color:var(--primary);}
.trust-hero {padding:30px 0 26px;border-bottom:1px solid var(--border);}
.trust-hero h1 {max-width:780px;margin:6px 0 12px;font-size:clamp(34px,6vw,52px);line-height:1.04;letter-spacing:-.045em;}
.trust-lead {max-width:800px;margin:0;color:var(--text-soft);font-size:16px;line-height:1.72;}
.trust-facts {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px;}
.trust-facts > div {padding:13px 14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);}
.trust-facts span {display:block;color:var(--text-soft);font-size:11px;}
.trust-facts strong {display:block;margin-top:3px;font-size:14px;line-height:1.35;}
.trust-content {display:grid;gap:0;}
.trust-section {padding:28px 0;border-bottom:1px solid var(--border);}
.trust-section h2 {max-width:760px;margin:0 0 12px;font-size:22px;line-height:1.22;letter-spacing:-.025em;}
.trust-section p {max-width:780px;margin:10px 0 0;color:var(--text-soft);font-size:14.5px;line-height:1.78;}
.trust-list {display:grid;gap:9px;max-width:780px;margin:15px 0 0;padding:0;list-style:none;}
.trust-list li {position:relative;padding-left:20px;color:var(--text-soft);font-size:14px;line-height:1.65;}
.trust-list li::before {content:"";position:absolute;left:1px;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--primary);}
.trust-contact-card {margin:28px 0 0;padding:22px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);}
.trust-card-kicker {display:block;color:var(--primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.trust-contact-card h2 {margin:5px 0 8px;font-size:21px;}
.trust-contact-card p {max-width:700px;margin:0;color:var(--text-soft);font-size:14px;line-height:1.7;}
.trust-contact-email {display:inline-block;margin-top:12px;font-size:18px;font-weight:700;overflow-wrap:anywhere;}
.trust-editorial-extra {margin-top:6px;}
.trust-editorial-content > :first-child {margin-top:0;}
.trust-editorial-content > :last-child {margin-bottom:0;}
.trust-related {padding-top:34px;}
.trust-related-heading {margin-bottom:16px;}
.trust-related-heading h2 {margin:3px 0 0;font-size:22px;}
.trust-related-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;}
.trust-related-grid a {position:relative;display:flex;min-width:0;min-height:112px;flex-direction:column;gap:6px;padding:16px 42px 16px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:var(--shadow);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease;}
.trust-related-grid a:hover {border-color:var(--border-strong);color:var(--text);transform:translateY(-1px);box-shadow:0 6px 18px rgba(16,24,40,.06);}
.trust-related-grid strong {font-size:14px;line-height:1.4;}
.trust-related-grid span {color:var(--text-soft);font-size:12px;line-height:1.55;}
.trust-related-grid b {position:absolute;right:16px;top:17px;color:var(--text-soft);font-size:14px;font-weight:500;}
.trust-related-grid a:hover b {color:var(--primary);}

@media (max-width: 720px) {
    .trust-page {padding-top:18px;}
    .trust-hero {padding-top:18px;}
    .trust-facts {grid-template-columns:1fr;}
    .trust-related-grid {grid-template-columns:1fr;}
}

@media (max-width: 480px) {
    .trust-page {padding-bottom:40px;}
    .trust-hero h1 {font-size:34px;}
    .trust-lead {font-size:15px;}
    .trust-section {padding:23px 0;}
    .trust-section h2 {font-size:20px;}
    .trust-contact-card {padding:17px;}
}
