:root{--cream:#fffaf0;--paper:#fffdf7;--maroon:#6c1c22;--deep:#391014;--gold:#d5a23d;--ink:#35241f;--muted:#745f55;--line:rgba(108,28,34,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.72}.trust-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,5vw,72px);background:rgba(255,250,240,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.trust-brand{display:flex;align-items:center;gap:10px;color:var(--deep);font-family:Lora,Georgia,serif;font-weight:700;text-decoration:none}.trust-brand img{width:42px;height:42px;object-fit:contain}.trust-nav-links{display:flex;gap:22px;align-items:center}.trust-nav-links a{color:var(--maroon);font-size:14px;font-weight:700;text-decoration:none}.trust-nav-links a:last-child{padding:9px 15px;border-radius:999px;background:var(--maroon);color:white}.trust-hero{position:relative;overflow:hidden;padding:clamp(64px,10vw,118px) 20px 62px;background:radial-gradient(circle at 82% 12%,rgba(232,184,82,.3),transparent 34%),linear-gradient(145deg,#54141a,#8d2a2b 62%,#c98737);color:white;text-align:center}.trust-hero:after{content:"ॐ";position:absolute;right:5%;top:-48px;color:rgba(255,255,255,.07);font-family:Georgia,serif;font-size:min(34vw,390px);line-height:1}.trust-kicker{margin:0 0 12px;color:#f9d98e;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.trust-hero h1{position:relative;z-index:1;max-width:850px;margin:0 auto;font-family:Lora,Georgia,serif;font-size:clamp(36px,6vw,68px);line-height:1.1}.trust-hero p{position:relative;z-index:1;max-width:720px;margin:20px auto 0;color:rgba(255,255,255,.88);font-size:clamp(16px,2vw,20px)}.trust-main{width:min(860px,calc(100% - 36px));margin:-24px auto 72px;padding:clamp(28px,6vw,64px);position:relative;border:1px solid var(--line);border-radius:28px;background:var(--paper);box-shadow:0 22px 70px rgba(73,24,17,.12)}.trust-main h2{margin:40px 0 10px;color:var(--maroon);font-family:Lora,Georgia,serif;font-size:clamp(24px,3vw,32px);line-height:1.25}.trust-main h2:first-child{margin-top:0}.trust-main h3{margin:26px 0 8px;color:var(--deep)}.trust-main p,.trust-main li{color:#4d3b34}.trust-main a{color:var(--maroon);font-weight:700}.trust-main ul{padding-left:22px}.trust-note{padding:18px 20px;border-left:4px solid var(--gold);border-radius:4px 14px 14px 4px;background:#fff6df}.trust-meta{color:var(--muted);font-size:14px}.trust-footer{padding:34px 20px;background:var(--deep);color:rgba(255,255,255,.75);text-align:center}.trust-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 22px;margin-bottom:13px}.trust-footer a{color:#f7d98e;text-decoration:none}.author-card{display:grid;grid-template-columns:minmax(160px,260px) 1fr;gap:34px;align-items:center}.author-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px;box-shadow:0 18px 44px rgba(71,18,21,.2)}.author-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.author-links a{padding:9px 14px;border:1px solid var(--line);border-radius:999px;text-decoration:none}@media(max-width:700px){.trust-nav-links a:not(:last-child){display:none}.trust-main{margin-top:-18px;padding:28px 22px}.author-card{grid-template-columns:1fr}.author-card img{max-width:280px;margin:auto}}
