.trust-page{
  background:#ffffff;
  color:#46505f
}

.access-intro{
  padding-block:var(--hero-pad);
  background:#ffffff;
  color:#46505f
}

.access-intro h1,
.access-intro h2{
  color:#11182a
}

.access-intro p{
  color:#46505f
}

.access-intro .c-kicker-fill{
  background:#f5f2ed;
  color:#302b27
}

.access-intro .c-kicker-fill::before{
  background:#2946a3
}

.access-intro .c-page-hero__split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  align-items:start;
  gap:clamp(2.5rem,6vw,5.5rem)
}

.trust-hero__copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start
}

.trust-hero__copy .c-kicker+h1{
  margin-top:var(--space-2)
}

.trust-hero__copy h1{
  max-width:15ch;
  font-size:clamp(2.65rem,5vw,3.2rem);
  line-height:1.16;
  letter-spacing:-.052em
}

.trust-hero__lead{
  max-width:42rem;
  margin-top:var(--space-3);
  font-size:var(--text-md)
}

.trust-hero__lead+p{
  max-width:42rem;
  margin-top:var(--space-2)
}

.trust-hero__actions{
  justify-content:flex-start;
  margin-block:var(--space-3)
}

.trust-hero__facts{
  display:grid;
  width:100%;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-2);
  margin:0;
  padding-top:var(--space-3);
  border-top:1px solid #e1e3e8
}

.trust-hero__facts div,
.trust-delivery-ledger dl div,
.trust-network-card dl div{
  min-width:0
}

.trust-hero__facts dt,
.trust-hero__facts dd,
.trust-delivery-ledger dt,
.trust-delivery-ledger dd,
.trust-network-card dt,
.trust-network-card dd{
  min-width:0;
  overflow-wrap:anywhere
}

.trust-hero__facts dt{
  color:#596371
}

.trust-hero__facts dd{
  margin-top:.35rem;
  color:#11182a
}

.trust-hero__stage{
  min-width:0;
  align-self:start
}

.trust-issue-board{
  width:100%;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#f2f5f8;
  color:#24313b;
  box-shadow:var(--shadow)
}

.trust-issue-board__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#f5f2ed;
  color:#302b27
}

.trust-issue-board__header>div{
  min-width:0
}

.trust-issue-board__eyebrow{
  display:block;
  color:#5c534b;
  font-family:var(--font-mono);
  font-size:var(--text-xs);
  font-weight:650;
  letter-spacing:.08em
}

.trust-issue-board__header h2{
  margin-top:.5rem;
  color:#302b27;
  font-size:var(--text-lg);
  letter-spacing:-.025em
}

.trust-issue-board__badge{
  flex:0 0 auto;
  background:#f2f6f1;
  color:#253229
}

.trust-issue-board__body{
  padding-inline:var(--space-3);
  background:#f2f5f8;
  color:#24313b
}

.trust-issue-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--space-2);
  padding-block:var(--space-3);
  border-bottom:1px solid #d9dfe5
}

.trust-issue-row:last-child{
  border-bottom:0
}

.trust-issue-row__index{
  color:#2946a3;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:700
}

.trust-issue-row>div{
  min-width:0
}

.trust-issue-row strong,
.trust-issue-row small{
  display:block;
  overflow-wrap:anywhere
}

.trust-issue-row strong{
  color:#24313b;
  font-size:var(--text-base)
}

.trust-issue-row small{
  margin-top:.4rem;
  color:#53616d
}

.trust-state{
  align-self:start;
  padding:.35rem .62rem;
  border-radius:999px;
  background:#f2f6f1;
  color:#30624f;
  font-family:var(--font-mono);
  font-size:var(--text-xs);
  font-weight:700
}

.trust-issue-board__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#11182a;
  color:#c8cede
}

.trust-issue-board__footer span,
.trust-issue-board__footer strong{
  display:block
}

.trust-issue-board__footer span{
  color:#aeb7cd;
  font-size:var(--text-xs)
}

.trust-issue-board__footer strong{
  margin-top:.35rem;
  color:#ffffff;
  font-family:var(--font-mono);
  font-size:var(--text-sm)
}

.trust-issue-board__footer svg{
  flex:0 0 auto;
  color:#8fb7ff
}

.trust-section-head{
  display:flex;
  max-width:48rem;
  flex-direction:column;
  align-items:flex-start
}

.trust-section-head .c-kicker+h2{
  margin-top:var(--space-2)
}

.trust-section-head h2+p{
  margin-top:var(--space-3)
}

.trust-section-head p{
  max-width:46rem;
  font-size:var(--text-md)
}

.trust-principles,
.trust-delivery-layout,
.trust-credential-layout,
.trust-approval-flow,
.trust-network-grid,
.trust-payment-grid,
.trust-customer-grid{
  margin-top:var(--space-4)
}

.trust-principle{
  padding-inline:clamp(1.5rem,3vw,2.25rem)
}

.trust-principle__mark,
.trust-customer-card__number{
  display:inline-flex;
  width:fit-content;
  align-self:flex-start;
  color:#2946a3;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:750
}

.trust-principle h3,
.trust-customer-card h3{
  margin-top:var(--space-2);
  font-size:var(--text-sub)
}

.trust-principle p,
.trust-customer-card p{
  margin-top:var(--space-2)
}

.trust-principle ul,
.trust-payment-card ul{
  display:grid;
  gap:.6rem;
  margin:var(--space-3) 0 0;
  padding-left:1.2rem
}

.trust-boundary-note{
  margin-top:var(--space-3);
  padding-inline:var(--space-3);
  background:#f5f2ed;
  color:#302b27
}

.trust-boundary-note strong{
  color:#302b27
}

.trust-delivery-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr);
  align-items:stretch;
  gap:var(--space-3)
}

.trust-check-record{
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0 var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#46505f
}

.trust-check-record li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--space-2);
  padding-block:var(--space-3);
  border-bottom:1px solid #e1e3e8
}

.trust-check-record li:last-child{
  border-bottom:0
}

.trust-check-record__number{
  color:#2946a3;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:750
}

.trust-check-record li>div{
  min-width:0
}

.trust-check-record h3{
  color:#11182a;
  font-size:var(--text-md)
}

.trust-check-record p{
  margin-top:.45rem;
  color:#46505f
}

.trust-check-record__result{
  width:fit-content;
  max-width:100%;
  padding:.38rem .68rem;
  border-radius:999px;
  background:#f2f6f1;
  color:#30624f;
  font-size:var(--text-xs);
  font-weight:700;
  overflow-wrap:anywhere
}

.trust-delivery-ledger{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#11182a;
  color:#c8cede
}

.trust-delivery-ledger .c-badge{
  background:#f2f6f1;
  color:#253229
}

.trust-delivery-ledger h3{
  margin-top:var(--space-2);
  color:#ffffff;
  font-size:var(--text-sub)
}

.trust-delivery-ledger>p{
  margin-top:var(--space-2);
  color:#aeb7cd
}

.trust-delivery-ledger dl{
  display:grid;
  width:100%;
  gap:0;
  margin:auto 0 0;
  padding-top:var(--space-3)
}

.trust-delivery-ledger dl div{
  padding-block:var(--space-2);
  border-top:1px solid rgba(218,224,240,.17)
}

.trust-delivery-ledger dt{
  color:#8fb7ff
}

.trust-delivery-ledger dd{
  margin-top:.35rem;
  color:#c8cede
}

.trust-credential-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
  align-items:stretch;
  gap:var(--space-3)
}

.trust-credential-sheet{
  overflow:hidden;
  border-radius:var(--radius-md);
  background:#f5f2ed;
  color:#302b27
}

.trust-credential-sheet>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#2946a3;
  color:#ffffff
}

.trust-credential-sheet>header span{
  color:#dce5ff;
  font-family:var(--font-mono);
  font-size:var(--text-xs)
}

.trust-credential-sheet>header strong{
  color:#ffffff;
  font-size:var(--text-sm)
}

.trust-credential-sheet__body{
  padding-inline:var(--space-3);
  background:#f5f2ed;
  color:#302b27
}

.trust-credential-step{
  display:grid;
  grid-template-columns:4.5rem minmax(0,1fr);
  gap:var(--space-2);
  padding-block:var(--space-3);
  border-bottom:1px solid #ddd8d1
}

.trust-credential-step:last-child{
  border-bottom:0
}

.trust-credential-step>span{
  color:#2946a3;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:750
}

.trust-credential-step h3{
  color:#302b27;
  font-size:var(--text-md)
}

.trust-credential-step p{
  margin-top:.45rem;
  color:#514b45
}

.trust-key-column{
  display:grid;
  min-width:0;
  grid-template-rows:auto minmax(0,1fr);
  align-items:stretch;
  gap:var(--space-3)
}

.trust-key-card{
  padding-inline:var(--space-3)
}

.trust-key-card h3{
  margin-top:var(--space-2);
  color:#253229;
  font-size:var(--text-sub)
}

.trust-key-card>p{
  margin-top:var(--space-2);
  color:#3e4c42
}

.trust-key-card .c-checklist{
  margin-top:var(--space-3)
}

.trust-code-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#111731;
  color:#c8cede
}

.trust-code-card__label{
  color:#8fb7ff;
  font-family:var(--font-mono);
  font-size:var(--text-xs);
  font-weight:700
}

.trust-code-card pre{
  width:100%;
  max-width:100%;
  margin-top:var(--space-2);
  padding:var(--space-2);
  border-radius:var(--radius-sm);
  background:#070b24;
  color:#e4e8f2
}

.trust-code-card p{
  margin-top:auto;
  padding-top:var(--space-3);
  color:#aeb7cd;
  font-size:var(--text-sm)
}

.trust-approval-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  gap:var(--space-3)
}

.trust-approval-flow article{
  min-width:0;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#46505f
}

.trust-approval-flow article>span{
  color:#2946a3;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:750
}

.trust-approval-flow h3{
  margin-top:var(--space-2);
  color:#11182a;
  font-size:var(--text-sub)
}

.trust-approval-flow p{
  margin-top:var(--space-2);
  color:#46505f
}

.trust-ops-table{
  margin-top:var(--space-3)
}

.trust-ops-table caption{
  padding:var(--space-2);
  background:#ffffff;
  color:#24313b;
  font-weight:650;
  text-align:left
}

.trust-network-card{
  padding-inline:var(--space-3)
}

.trust-network-card__icon{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-sm);
  background:#ffffff;
  color:#2946a3
}

.trust-network-card h3{
  margin-top:var(--space-2);
  font-size:var(--text-sub)
}

.trust-network-card>p{
  margin-top:var(--space-2)
}

.trust-network-card dl{
  display:grid;
  margin:var(--space-3) 0 0
}

.trust-network-card dl div{
  padding-block:var(--space-2);
  border-top:1px solid #d9dfe5
}

.trust-network-card dt{
  color:#2946a3
}

.trust-network-card dd{
  margin-top:.35rem
}

.trust-anomaly-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--space-2);
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#11182a;
  color:#c8cede
}

.trust-anomaly-note svg{
  width:1.25rem;
  height:1.25rem;
  color:#8fb7ff
}

.trust-anomaly-note strong{
  color:#ffffff
}

.trust-anomaly-note p{
  margin-top:.45rem;
  color:#aeb7cd
}

.trust-payment-card{
  padding-inline:var(--space-3)
}

.trust-payment-card h3{
  margin-top:var(--space-2);
  font-size:var(--text-sub)
}

.trust-payment-card p{
  margin-top:var(--space-2)
}

.trust-payment-boundary{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:var(--space-2);
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#46505f
}

.trust-payment-boundary span{
  width:fit-content;
  padding:.4rem .7rem;
  border-radius:999px;
  background:#f2f5f8;
  color:#24313b;
  font-size:var(--text-xs);
  font-weight:700
}

.trust-payment-boundary strong{
  min-width:0;
  color:#11182a;
  overflow-wrap:anywhere
}

.trust-section-head--dark .c-kicker{
  color:#8fb7ff
}

.trust-section-head--dark h2{
  color:#ffffff
}

.trust-section-head--dark p{
  color:#aeb7cd
}

.trust-response-flow{
  overflow:hidden;
  list-style:none;
  margin:var(--space-4) 0 0;
  padding-inline:var(--space-3);
  border-radius:var(--radius-md);
  background:#111731;
  color:#c8cede
}

.trust-response-flow li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--space-2);
  padding-block:var(--space-3);
  border-bottom:1px solid rgba(218,224,240,.17)
}

.trust-response-flow li:last-child{
  border-bottom:0
}

.trust-response-flow__number{
  color:#8fb7ff;
  font-family:var(--font-mono);
  font-size:var(--text-sm);
  font-weight:750
}

.trust-response-flow li>div{
  min-width:0
}

.trust-response-flow h3{
  color:#ffffff;
  font-size:var(--text-md)
}

.trust-response-flow p{
  margin-top:.45rem;
  color:#aeb7cd
}

.trust-response-flow li>strong{
  width:fit-content;
  padding:.38rem .68rem;
  border-radius:999px;
  background:#f2f6f1;
  color:#253229;
  font-size:var(--text-xs)
}

.trust-report-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:var(--space-4);
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#f2f5f8;
  color:#24313b
}

.trust-report-card>div{
  min-width:0
}

.trust-report-card .c-badge{
  background:#f2f6f1;
  color:#253229
}

.trust-report-card h3{
  margin-top:var(--space-2);
  color:#24313b;
  font-size:var(--text-sub)
}

.trust-report-card p{
  margin-top:var(--space-2);
  color:#53616d
}

.trust-report-card__actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:.75rem
}

.trust-report-card__actions .c-btn{
  width:100%
}

.trust-report-card__actions .c-btn-ghost{
  background:#ffffff;
  color:#11182a;
  border-color:color-mix(in srgb,#11182a 28%,transparent)
}

.trust-customer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--space-3)
}

.trust-customer-card{
  padding-inline:var(--space-3)
}

.trust-customer-card strong{
  display:block;
  margin-top:var(--space-3);
  font-size:var(--text-sm)
}

.trust-review-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-3);
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#11182a;
  color:#c8cede
}

.trust-review-strip div{
  min-width:0
}

.trust-review-strip span,
.trust-review-strip strong{
  display:block;
  overflow-wrap:anywhere
}

.trust-review-strip span{
  color:#8fb7ff;
  font-family:var(--font-mono);
  font-size:var(--text-xs)
}

.trust-review-strip strong{
  margin-top:.45rem;
  color:#ffffff;
  font-size:var(--text-sm)
}

.trust-closing{
  padding-block:var(--section-pad);
  background:#ffffff;
  color:#46505f
}

.trust-closing .c-cta{
  background:#11182a;
  color:#c8cede
}

.trust-closing__copy{
  min-width:0;
  max-width:44rem
}

.trust-closing__copy .c-kicker{
  color:#8fb7ff
}

.trust-closing__copy .c-kicker+h2{
  margin-top:var(--space-2)
}

.trust-closing__copy h2{
  color:#ffffff
}

.trust-closing__copy p{
  margin-top:var(--space-2);
  color:#aeb7cd
}

.trust-closing__actions{
  flex:0 0 auto;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  margin-top:0
}

.trust-closing__actions .c-btn{
  width:100%
}

.trust-closing__actions .c-btn-ghost{
  color:#ffffff;
  border-color:color-mix(in srgb,#ffffff 38%,transparent)
}

@media(max-width:64rem){
  .access-intro .c-page-hero__split,
  .trust-delivery-layout,
  .trust-credential-layout{
    grid-template-columns:1fr
  }

  .trust-hero__copy h1{
    max-width:18ch
  }

  .trust-approval-flow,
  .trust-customer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .trust-delivery-ledger dl{
    margin-top:var(--space-3)
  }

  .trust-report-card{
    grid-template-columns:1fr
  }

  .trust-report-card__actions{
    align-items:flex-start
  }

  .trust-report-card__actions .c-btn{
    width:fit-content
  }
}

@media(max-width:48rem){
  .trust-hero__facts,
  .trust-review-strip{
    grid-template-columns:1fr
  }

  .trust-check-record li,
  .trust-response-flow li{
    grid-template-columns:auto minmax(0,1fr)
  }

  .trust-check-record__result,
  .trust-response-flow li>strong{
    grid-column:2;
    justify-self:start
  }

  .trust-payment-boundary{
    grid-template-columns:1fr
  }
}

@media(max-width:42rem){
  .access-intro .c-page-hero__split{
    gap:var(--space-4)
  }

  .trust-hero__copy h1{
    max-width:none;
    font-size:clamp(2.4rem,12vw,3rem)
  }

  .trust-hero__facts,
  .trust-approval-flow,
  .trust-customer-grid{
    grid-template-columns:1fr
  }

  .trust-issue-board__header{
    flex-direction:column
  }

  .trust-issue-row{
    grid-template-columns:auto minmax(0,1fr)
  }

  .trust-state{
    grid-column:2;
    justify-self:start
  }

  .trust-check-record{
    padding-inline:var(--space-3)
  }

  .trust-credential-step{
    grid-template-columns:1fr
  }

  .trust-credential-sheet>header{
    align-items:flex-start;
    flex-direction:column
  }

  .trust-network-grid,
  .trust-payment-grid{
    grid-template-columns:1fr
  }

  .trust-report-card__actions{
    width:100%;
    align-items:stretch
  }

  .trust-report-card__actions .c-btn{
    width:100%
  }

  .trust-closing__actions{
    width:100%
  }
}

@media(max-width:24.375rem){
  .trust-check-record li,
  .trust-response-flow li{
    grid-template-columns:1fr
  }

  .trust-check-record__result,
  .trust-response-flow li>strong{
    grid-column:1
  }

  .trust-issue-board__footer{
    align-items:flex-start
  }
}
