.trust-page{background:#fff}
.trust-hero{
  padding:76px 0 54px;
  background:radial-gradient(circle at 88% 0%,rgba(155,224,221,.28),transparent 28%),linear-gradient(180deg,#f7fcfb 0%,#fff 100%);
  border-bottom:1px solid var(--line);
}
.trust-narrow{max-width:920px}
.trust-hero h1{margin:16px 0 18px;font-family:"Manrope",sans-serif;font-size:clamp(44px,5.4vw,70px);line-height:1.04;letter-spacing:-.05em;color:var(--navy)}
.trust-hero>div>p{max-width:760px;margin:0;font-size:18px;line-height:1.7;color:#5f7177}
.trust-content{padding:68px 0 105px}
.trust-content h2{font-family:"Manrope",sans-serif;font-size:30px;line-height:1.2;letter-spacing:-.03em;color:var(--navy);margin:0 0 16px}
.trust-content h3{font-family:"Manrope",sans-serif;color:var(--navy);margin:0 0 10px;font-size:19px}
.trust-content p,.trust-content li{font-size:15px;line-height:1.8;color:#4e6269}
.trust-content ul{padding-left:22px;margin:16px 0 0}
.trust-content li{margin:8px 0}
.trust-content a{color:var(--teal);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.trust-content code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;padding:2px 5px;border-radius:6px;background:#edf5f4;color:#24454d}
.policy-updated{display:inline-flex!important;margin:0 0 34px!important;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fbfdfd;color:#72858b!important;font-size:11px!important;font-weight:700}
.trust-section{padding:32px 0;border-top:1px solid var(--line)}
.trust-section:first-of-type{border-top:0;padding-top:0}
.trust-section>p:last-child{margin-bottom:0}
.trust-kicker{display:inline-block;margin-bottom:7px;color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 42px}
.trust-grid article{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fbfdfd}
.trust-grid article>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--aqua);color:var(--teal);font-size:10px;font-weight:800;margin-bottom:16px}
.trust-grid article p{margin:0;font-size:13px;line-height:1.7}
.trust-callout{margin:28px 0;padding:24px 26px;border:1px solid #cfe3e3;border-radius:18px;background:#f3fbfa}
.trust-callout strong{display:block;color:var(--navy);font-family:"Manrope",sans-serif;font-size:18px;margin-bottom:7px}
.trust-callout p{margin:0;font-size:14px}
.trust-action{display:inline-flex;margin-top:8px;font-weight:800;font-size:13px}
.profile-intro{display:grid;grid-template-columns:260px 1fr;gap:42px;align-items:center;padding:0 0 44px;border-bottom:1px solid var(--line);margin-bottom:10px}
.profile-photo{border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#eef8f7;box-shadow:0 18px 40px rgba(18,57,74,.08)}
.profile-photo img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 25%}
.profile-intro h2{font-size:40px;margin:0 0 4px}
.profile-role{margin:0 0 18px!important;color:var(--teal)!important;font-weight:800}
.profile-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
.profile-links a{display:inline-flex;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;font-weight:800;text-decoration:none}
.trust-section-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}
.trust-section-head h2{margin:0}
.trust-section-head>a{font-size:12px;font-weight:800}
.trust-article-list{display:grid;gap:10px}
.trust-article-list>a{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid var(--line);border-radius:15px;text-decoration:none;background:#fbfdfd}
.trust-article-list>a span{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--teal)}
.trust-article-list>a strong{color:var(--navy);font-size:14px}
.external-policy-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.external-policy-links a{display:inline-flex;padding:9px 12px;border-radius:999px;border:1px solid var(--line);font-size:11px;font-weight:800;text-decoration:none}

@media(max-width:760px){
  .trust-hero{padding:54px 0 42px}
  .trust-hero h1{font-size:43px}
  .trust-hero>div>p{font-size:16px}
  .trust-content{padding:50px 0 78px}
  .profile-intro{grid-template-columns:1fr;gap:28px}
  .profile-photo{max-width:300px}
  .trust-grid{grid-template-columns:1fr}
  .trust-section-head{align-items:flex-start;flex-direction:column}
}

html.dark-mode body.trust-page{background:#0c1519}
html.dark-mode body .trust-hero{background:radial-gradient(circle at 88% 0%,rgba(36,131,134,.16),transparent 28%),linear-gradient(180deg,#101d21 0%,#0c1519 100%);border-bottom-color:#25373d}
html.dark-mode body .trust-hero h1,
html.dark-mode body .trust-content h2,
html.dark-mode body .trust-content h3,
html.dark-mode body .trust-callout strong,
html.dark-mode body .trust-article-list>a strong{color:#e4eff1}
html.dark-mode body .trust-hero>div>p,
html.dark-mode body .trust-content p,
html.dark-mode body .trust-content li{color:#93a9af}
html.dark-mode body .trust-section{border-top-color:#26383e}
html.dark-mode body .policy-updated{background:#142329;border-color:#2a3f46;color:#8fa4aa!important}
html.dark-mode body .trust-grid article,
html.dark-mode body .trust-article-list>a{background:#142329;border-color:#293d44}
html.dark-mode body .trust-grid article>span{background:#17383b;color:#68cdd0}
html.dark-mode body .trust-callout{background:#102124;border-color:#295057}
html.dark-mode body .profile-photo{background:#142329;border-color:#2a3f46;box-shadow:0 18px 40px rgba(0,0,0,.22)}
html.dark-mode body .profile-intro{border-bottom-color:#26383e}
html.dark-mode body .profile-links a,
html.dark-mode body .external-policy-links a{background:#142329;border-color:#2a3f46;color:#6fd3d5}
html.dark-mode body .trust-content code{background:#142329;color:#9ed9da}
