.trust-page { background: #f8f5fb; color: #211426; }
.trust-hero { padding: 92px 24px 72px; color: #fff; background: linear-gradient(125deg, #160b1b 0%, #3f176e 62%, #7b173f 100%); }
.trust-hero-inner { width: min(920px, 100%); margin: 0 auto; }
.trust-hero h1 { max-width: 760px; margin: 12px 0 18px; color: #fff; font-family: "Cormorant Garamond", serif; font-size: clamp(3rem, 7vw, 5.6rem); line-height: .94; }
.trust-hero p:last-child { max-width: 720px; margin: 0; color: #f2eaf5; font-size: 1.08rem; line-height: 1.75; }
.trust-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 44px; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 92px; }
.trust-content { display: grid; gap: 24px; }
.trust-card { padding: clamp(26px, 4vw, 42px); border: 1px solid #e2d8e8; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(37, 18, 45, .07); }
.trust-card h2 { margin: 0 0 14px; color: #32104e; font-family: "Cormorant Garamond", serif; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1; }
.trust-card h3 { margin: 22px 0 8px; color: #501a68; font-size: 1.05rem; }
.trust-card p, .trust-card li { color: #4f4553; font-size: 1rem; line-height: 1.75; }
.trust-card p { margin: 0 0 14px; }
.trust-card p:last-child { margin-bottom: 0; }
.trust-card ul { margin: 12px 0 0; padding-left: 22px; }
.trust-card li + li { margin-top: 8px; }
.trust-card a { color: #5d258b; font-weight: 700; text-underline-offset: 3px; }
.trust-summary { position: sticky; top: 108px; align-self: start; padding: 30px; border-radius: 24px; color: #fff; background: #26102f; box-shadow: 0 18px 45px rgba(31, 9, 38, .2); }
.trust-summary h2 { margin: 0 0 16px; color: #f3cf74; font-family: "Cormorant Garamond", serif; font-size: 2rem; }
.trust-summary dl { margin: 0; }
.trust-summary dt { margin-top: 16px; color: #dcbfef; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-summary dd { margin: 4px 0 0; color: #fff; line-height: 1.55; }
.trust-summary a { color: #fff; text-underline-offset: 3px; }
.trust-date { color: #f3cf74; font-size: .88rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
@media (max-width: 820px) {
  .trust-hero { padding: 72px 20px 58px; }
  .trust-layout { grid-template-columns: 1fr; width: min(100% - 28px, 720px); padding: 48px 0 68px; }
  .trust-summary { position: static; order: -1; }
}
