.trust-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.trust-header nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.trust-header [aria-current] { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }
.trust-hero { display: grid; grid-template-columns: 1.45fr 1fr; gap: 72px; align-items: center; padding-block: 88px; }
.trust-hero h1 { font-size: clamp(36px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.045em; margin-block: 20px 24px; }
.trust-lead { font-size: 18px; max-width: 580px; }
.trust-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.trust-link, .trust-note a, .trust-downloads a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.trust-status { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.trust-label { display: inline-block; color: #365084; background: #edf2fc; padding: 5px 12px; border-radius: 5px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.trust-status small { display: block; font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 24px; }
.trust-section { padding-block: 58px; border-top: 1px solid var(--line); }
.trust-section h2, .trust-closing h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; letter-spacing: -.035em; }
.trust-intro { margin-block: 18px 28px; max-width: 790px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.trust-card h3, .trust-sbom h3, .trust-timeline h3 { font-size: 20px; line-height: 1.35; margin-bottom: 12px; }
.trust-card p { font-size: 14px; line-height: 1.8; }
.trust-timeline { list-style: none; padding: 0; margin: 0; }
.trust-timeline li { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding-block: 28px; border-top: 1px solid var(--line); }
.trust-phase { display: block; font-size: 14px; font-weight: 600; }
.trust-state { display: inline-block; margin-top: 12px; font-size: 12px; color: var(--muted); }
.trust-note { font-size: 13px; line-height: 1.8; margin-top: 24px; max-width: 950px; }
.trust-sbom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; background: white; border: 1px solid var(--line); padding: 36px; border-radius: 12px; }
.trust-sbom .eyebrow { display: block; margin-bottom: 18px; }
.trust-downloads { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; font-size: 13px; }
.trust-faq h2 { margin-bottom: 28px; }
.trust-faq details { border-top: 1px solid var(--line); padding-block: 20px; }
.trust-faq summary { cursor: pointer; font-weight: 600; }
.trust-faq details p { margin-top: 16px; max-width: 800px; }
.trust-closing { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 40px; background: #eaf0fc; border-radius: 12px; margin-block: 20px 50px; }
.trust-closing p { max-width: 660px; margin-top: 16px; }
.trust-closing .button { flex-shrink: 0; }
.trust-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 32px; padding-block: 28px 40px; font-size: 12px; color: var(--muted); }
.trust-footer button { border: 0; background: transparent; padding: 0; color: inherit; text-decoration: underline; }
.trust-page a, .trust-page p { overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .trust-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-sbom { gap: 30px; padding: 28px; }
  .trust-timeline li { grid-template-columns: 190px 1fr; gap: 24px; }
  .trust-closing { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .trust-page .container { width: calc(100% - 40px); }
  .trust-header { flex-wrap: wrap; gap: 16px; }
  .trust-header .brand { font-size: 25px; }
  .trust-header nav { gap: 18px; }
  .trust-hero { padding-block: 36px; }
  .trust-section { padding-block: 38px; }
  .trust-sbom, .trust-timeline li { grid-template-columns: 1fr; }
  .trust-status, .trust-card, .trust-sbom, .trust-closing { padding: 24px; }
  .trust-phase, .trust-state { display: inline; margin-right: 12px; }
  .trust-closing { margin-bottom: 24px; }
}

.sector-grid { margin-top: 28px; }
