*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--green:#047857;--green-dark:#065f46;--deep:#022c22;--mint:#d1fae5;--bg:#fafaf7;--card:#fff;--border:#e8e5df;--ink:#111;--mid:#555;--light:#8a8378}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:var(--green)}
.trust-nav{position:sticky;top:0;z-index:20;height:72px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,250,247,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}
.trust-brand{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:19px;font-weight:800;text-decoration:none;letter-spacing:-.5px}.trust-brand img{width:24px;height:24px}
.trust-links{display:flex;align-items:center;gap:6px}.trust-links a{padding:9px 13px;border-radius:8px;color:var(--mid);font-size:13px;font-weight:700;text-decoration:none}.trust-links a:hover{background:#fff;color:var(--ink)}.trust-links .trust-cta{padding:11px 18px;background:var(--green);color:#fff}.trust-links .trust-cta:hover{background:var(--green-dark);color:#fff}
.trust-hero{position:relative;overflow:hidden;padding:86px 24px 72px;background:linear-gradient(160deg,#f8fbf8,#edf8f2 52%,var(--bg))}.trust-hero::after{content:'';position:absolute;right:-200px;top:-320px;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(4,120,87,.13),transparent 67%)}
.trust-wrap{position:relative;z-index:1;max-width:980px;margin:0 auto}.breadcrumbs{margin-bottom:28px;color:var(--light);font-size:12px;font-weight:700}.breadcrumbs ol{display:flex;gap:8px;flex-wrap:wrap;list-style:none}.breadcrumbs a{text-decoration:none}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.eyebrow::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(4,120,87,.1)}
h1{max-width:830px;margin-bottom:20px;font-size:clamp(40px,6vw,64px);line-height:1.02;letter-spacing:-3px}.trust-hero h1 em{color:var(--green);font-style:normal}.lede{max-width:760px;color:var(--mid);font-size:18px;line-height:1.7}.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.pill{padding:7px 10px;border:1px solid rgba(4,120,87,.15);border-radius:999px;background:rgba(255,255,255,.75);color:var(--green-dark);font-size:11px;font-weight:800}
.trust-section{max-width:980px;margin:0 auto;padding:72px 24px}.trust-section.compact{padding-top:24px}.section-head{max-width:760px;margin-bottom:30px}.section-head .kicker{margin-bottom:10px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.section-head h2{margin-bottom:12px;font-size:clamp(30px,4vw,40px);line-height:1.15;letter-spacing:-1.7px}.section-head p,.prose p{color:var(--mid);font-size:15px;line-height:1.75}.prose p+p{margin-top:14px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{padding:26px;border:1px solid var(--border);border-radius:18px;background:var(--card)}.card h3{margin-bottom:9px;font-size:17px;letter-spacing:-.3px}.card p{color:var(--mid);font-size:13.5px;line-height:1.65}.card .tag{display:inline-block;margin-bottom:14px;padding:5px 8px;border-radius:999px;background:var(--mint);color:var(--green-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}
.callout{padding:30px;border:1px solid rgba(4,120,87,.18);border-radius:20px;background:#f0faf5}.callout h3{margin-bottom:10px;font-size:20px}.callout p,.callout li{color:var(--mid);font-size:14px;line-height:1.7}.callout ul{margin:12px 0 0 20px}.callout li+li{margin-top:7px}
.source-list{display:grid;gap:12px}.source-row{display:grid;grid-template-columns:155px 1fr auto;gap:20px;align-items:start;padding:22px;border:1px solid var(--border);border-radius:16px;background:#fff}.source-label{color:var(--green-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.source-row h3{margin-bottom:6px;font-size:16px}.source-row p{color:var(--mid);font-size:13px;line-height:1.6}.source-row>a{font-size:12px;font-weight:800;white-space:nowrap}
.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 20px 55px -48px rgba(0,0,0,.35)}table{width:100%;min-width:900px;border-collapse:collapse}th,td{padding:16px 17px;border-bottom:1px solid var(--border);font-size:13px;line-height:1.55;text-align:left;vertical-align:top}th{background:#f2f7f3;color:var(--green-dark);font-size:11px;text-transform:uppercase;letter-spacing:.7px}tr:last-child td{border-bottom:0}td:first-child{font-weight:800}td a{font-weight:700}.table-note{margin-top:14px;color:var(--light);font-size:11px;line-height:1.65}
.scorecard{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.score{padding:24px;border:1px solid var(--border);border-radius:18px;background:#fff}.score h3{margin-bottom:8px;font-size:17px}.score p{color:var(--mid);font-size:13.5px;line-height:1.65}.score strong{color:var(--ink)}
.steps{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;display:grid;grid-template-columns:36px 1fr;gap:16px;padding:22px;border:1px solid var(--border);border-radius:16px;background:#fff}.step::before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font-size:12px;font-weight:800}.step h3{margin:2px 0 6px;font-size:16px}.step p{color:var(--mid);font-size:13.5px;line-height:1.65}
.trust-footer{margin-top:30px;padding:52px 24px 34px;background:var(--deep);color:rgba(255,255,255,.55)}.trust-footer-in{max-width:980px;margin:0 auto;display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}.trust-footer strong{display:block;margin-bottom:8px;color:#fff}.trust-footer p{max-width:480px;font-size:12px;line-height:1.65}.trust-footer nav{display:flex;gap:14px;flex-wrap:wrap}.trust-footer a{color:rgba(255,255,255,.65);font-size:12px;text-decoration:none}.trust-footer a:hover{color:#fff}
@media(max-width:760px){.trust-nav{height:64px;padding:0 18px}.trust-links a:not(.trust-cta){display:none}.trust-hero{padding:58px 20px}.trust-section{padding:54px 20px}.card-grid,.scorecard{grid-template-columns:1fr}.source-row{grid-template-columns:1fr;gap:8px}h1{letter-spacing:-2px}.lede{font-size:16px}}
