:root{
  --trust-card-bg:rgba(255,255,255,0.04);
  --trust-card-strong:rgba(245,200,66,0.08);
  --trust-border:rgba(245,200,66,0.18);
}

.trust-shell{
  max-width:1040px;
  margin:0 auto;
  padding:32px 20px 72px;
}

.trust-grid{
  display:grid;
  gap:24px;
}

.trust-card{
  border:1px solid var(--trust-border);
  border-radius:28px;
  background:var(--trust-card-bg);
  box-shadow:var(--shadow, 0 18px 44px rgba(0,0,0,0.18));
}

.trust-hero{
  display:grid;
  grid-template-columns:minmax(240px, 320px) minmax(0, 1fr);
  gap:28px;
  padding:28px;
  align-items:center;
}

.trust-photo-wrap{
  margin:0;
}

.trust-photo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:24px;
  border:1px solid rgba(245,200,66,0.16);
  background:rgba(255,255,255,0.03);
}

.trust-kicker,
.author-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid rgba(245,200,66,0.18);
  background:rgba(245,200,66,0.08);
  color:var(--gold, #f5c842);
  font-size:12px;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.trust-hero h1,
.author-hero h1{
  margin:14px 0 10px;
}

.trust-title,
.author-title{
  margin:0 0 16px;
  color:var(--text-mid, rgba(245,220,160,0.82));
  font-size:18px;
}

.trust-summary,
.author-summary{
  color:var(--text-mid, rgba(245,220,160,0.82));
  line-height:1.9;
}

.trust-actions,
.trust-socials,
.author-links,
.author-socials,
.footer-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.trust-actions,
.author-links{
  margin-top:22px;
}

.trust-socials,
.author-socials{
  margin-top:18px;
}

.trust-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

.trust-action-primary{
  background:var(--gold, #f5c842);
  color:#1a0800;
}

.trust-action-secondary{
  border:1px solid rgba(245,200,66,0.24);
  color:var(--gold, #f5c842);
  background:transparent;
}

.trust-social-link,
.footer-social-links a{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(245,200,66,0.14);
  background:rgba(255,255,255,0.03);
  text-decoration:none;
  color:var(--text, rgba(255,240,200,0.96));
  font-size:14px;
}

.trust-columns{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}

.trust-column{
  padding:22px;
}

.trust-column h2,
.author-section h2{
  margin:0 0 12px;
  font-size:24px;
}

.trust-column p,
.author-section p,
.author-section li{
  color:var(--text-mid, rgba(245,220,160,0.82));
  line-height:1.85;
}

.author-shell{
  max-width:980px;
  margin:0 auto;
  padding:32px 20px 72px;
}

.author-hero{
  display:grid;
  grid-template-columns:minmax(220px, 280px) minmax(0, 1fr);
  gap:24px;
  align-items:center;
  padding:28px;
}

.author-sections{
  display:grid;
  gap:20px;
  margin-top:24px;
}

.author-section{
  padding:24px;
}

.author-topics{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.author-topics li{
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(245,200,66,0.14);
  background:rgba(245,200,66,0.06);
}

.author-card{
  display:grid;
  grid-template-columns:112px minmax(0, 1fr);
  gap:18px;
  margin:28px 0 0;
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(245,200,66,0.18);
  background:linear-gradient(135deg, rgba(245,200,66,0.1), rgba(255,255,255,0.03));
}

.author-card-photo{
  width:112px;
  height:112px;
  border-radius:20px;
  object-fit:cover;
  border:1px solid rgba(245,200,66,0.16);
}

.author-card h2,
.author-card h3{
  margin:0 0 8px;
  font-size:22px;
}

.author-card p{
  margin:0 0 10px;
  color:var(--text-mid, rgba(245,220,160,0.82));
}

.author-card-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.author-card-links a{
  color:var(--gold, #f5c842);
  text-decoration:none;
  font-size:14px;
}

.founder-mini{
  display:grid;
  grid-template-columns:120px minmax(0, 1fr);
  gap:18px;
  margin-top:18px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(245,200,66,0.16);
  background:rgba(245,200,66,0.05);
}

.founder-mini img{
  width:120px;
  height:140px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(245,200,66,0.16);
}

.footer-social-links{
  justify-content:center;
  margin:12px 0 0;
}

@media (max-width: 820px){
  .trust-hero,
  .author-hero,
  .trust-columns,
  .author-card,
  .founder-mini{
    grid-template-columns:1fr;
  }

  .author-card-photo{
    width:100%;
    max-width:112px;
  }
}
