body.trust-page {
  background:#071724;
  color:#071724;
  overflow-x:hidden;
}

.trust-page .overlay.overlay-global,
.trust-page .overlay.overlay-global .overlay-global-color {
  display:none !important;
}

.trust-page .site-navbar {
  background:rgba(5,19,31,.9);
  border-bottom:1px solid rgba(104,223,232,.14);
  backdrop-filter:blur(18px);
}

.trust-page .navbar .navbar-nav .active > .nav-link:before,
.trust-page .navbar .navbar-nav .nav-link.active:before {
  opacity:0;
}

.trust-main,
.trust-section,
.trust-hero {
  position:relative;
  overflow:hidden;
}

.trust-main {
  background:#f6fbfd;
}

.trust-hero {
  padding:clamp(7rem, 11vw, 10rem) 0 clamp(4.5rem, 8vw, 7rem);
  color:#f8fcff;
  background:
    radial-gradient(circle at 16% 10%, rgba(0,201,216,.24), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(255,122,0,.13), transparent 26rem),
    linear-gradient(135deg, rgba(5,18,29,.98), rgba(8,45,58,.94) 50%, rgba(6,18,30,.98)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px);
}

.trust-hero-grid,
.trust-lifecycle-grid,
.trust-architecture-grid,
.trust-final-panel {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, .86fr);
  gap:clamp(2rem, 4vw, 4.5rem);
  align-items:center;
}

.trust-hero-copy {
  max-width:860px;
}

.trust-eyebrow {
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:.38rem .72rem;
  border:1px solid rgba(94,229,238,.45);
  border-radius:999px;
  background:rgba(0,201,216,.12);
  color:#bafaff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

.trust-eyebrow-light {
  color:#006c78;
  background:rgba(0,201,216,.11);
  border-color:rgba(0,126,139,.22);
}

.trust-hero h1,
.trust-section-title h2,
.trust-architecture-card h2,
.trust-final-panel h2 {
  margin:.85rem 0 1rem;
  letter-spacing:0;
  line-height:1.02;
}

.trust-hero h1 {
  color:#fff;
  font-size:clamp(3.15rem, 5.6vw, 6rem);
}

.trust-section-title h2,
.trust-architecture-card h2,
.trust-final-panel h2 {
  font-size:clamp(2.15rem, 4vw, 4.25rem);
}

.trust-subtitle {
  max-width:780px;
  color:#8df7ff !important;
  font-size:clamp(1.15rem, 1.7vw, 1.55rem) !important;
  font-weight:900;
}

.trust-hero p,
.trust-section-title p,
.trust-body-lede,
.trust-final-panel p {
  color:inherit;
  font-size:clamp(1.02rem, 1.25vw, 1.2rem);
  line-height:1.66;
}

.trust-hero p {
  color:#d7e6ee;
}

.trust-lede {
  color:#f3fbff !important;
  font-weight:750;
}

.trust-hero-actions,
.trust-section-actions,
.trust-final-actions {
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  align-items:center;
  margin-top:1.6rem;
}

.trust-btn,
.trust-link-arrow,
.trust-resource-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:12px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  text-decoration:none;
}

.trust-btn {
  padding:.88rem 1.15rem;
  border:1px solid transparent;
  transition:transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.trust-btn:hover,
.trust-btn:focus {
  transform:translateY(-1px);
  text-decoration:none;
}

.trust-btn-primary {
  color:#04131e;
  background:#55d9e6;
  box-shadow:0 18px 42px rgba(0,201,216,.22);
}

.trust-btn-primary:hover,
.trust-btn-primary:focus {
  color:#04131e;
  background:#68e6ef;
  box-shadow:0 22px 48px rgba(0,201,216,.3);
}

.trust-btn-secondary {
  color:inherit;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.24);
}

.trust-btn-secondary-light {
  color:#071724;
  background:#fff;
  border-color:rgba(7,23,36,.14);
}

.trust-btn-secondary:hover,
.trust-btn-secondary:focus {
  color:inherit;
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.38);
}

.trust-link-arrow {
  color:#72f1f6;
  padding:.45rem 0;
}

.trust-link-arrow:hover,
.trust-link-arrow:focus {
  color:#fff;
  text-decoration:none;
}

.trust-caption {
  margin-top:1.35rem;
  color:#a8bac6;
  font-weight:900;
}

.trust-control-center,
.trust-card-grid article,
.trust-data-types,
.trust-architecture-card,
.trust-principle-grid article,
.trust-control-matrix article,
.trust-resource-grid article,
.trust-toms-list,
.trust-review-path li,
.trust-report-grid article,
.trust-faq-list details,
.trust-final-panel {
  border:1px solid rgba(7,23,36,.11);
  border-radius:24px;
  background:rgba(255,255,255,.92);
  box-shadow:0 24px 70px rgba(7,23,36,.08);
}

.trust-control-center {
  padding:1rem;
  color:#f8fcff;
  background:
    radial-gradient(circle at 70% 12%, rgba(0,201,216,.2), transparent 18rem),
    linear-gradient(145deg, rgba(18,57,73,.9), rgba(9,28,43,.96));
  border-color:rgba(104,223,232,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}

.trust-control-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
  flex-wrap:wrap;
  padding:.35rem .3rem 1rem;
  color:#cde5ed;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.72rem;
}

.trust-control-top strong {
  color:#8df7ff;
}

.trust-control-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:.8rem;
}

.trust-control-grid div,
.trust-proof-mini {
  min-width:0;
  padding:.95rem;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.06);
}

.trust-control-grid span,
.trust-proof-mini span,
.trust-card-grid h3 + p + span,
.trust-resource-grid h3 + p + span {
  display:block;
  color:#8fb0bd;
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.trust-control-grid strong,
.trust-proof-mini strong {
  display:block;
  color:#fff;
  line-height:1.25;
}

.trust-proof-mini {
  margin-top:.9rem;
  background:
    radial-gradient(circle at 24% 24%, rgba(94,229,238,.3), transparent 8rem),
    radial-gradient(circle at 78% 32%, rgba(255,122,0,.18), transparent 8rem),
    rgba(255,255,255,.06);
}

.trust-proof-mini em {
  display:block;
  margin-top:.75rem;
  color:#c0d4dd;
  font-style:normal;
  font-weight:800;
}

.trust-signal-strip {
  padding:1.25rem 0;
  color:#071724;
  background:#e9f8fb;
  border-bottom:1px solid rgba(0,126,139,.13);
}

.trust-signal-grid,
.trust-chip-list,
.trust-trust-chips {
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.trust-signal-grid span,
.trust-chip-list span,
.trust-trust-chips span {
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:.55rem .72rem;
  border:1px solid rgba(0,126,139,.18);
  border-radius:999px;
  background:#fff;
  color:#006c78;
  font-weight:900;
  font-size:.86rem;
}

.trust-section {
  padding:clamp(4.5rem, 8vw, 7rem) 0;
}

.trust-section-light {
  color:#071724;
  background:
    radial-gradient(circle at 10% 0%, rgba(0,201,216,.08), transparent 26rem),
    linear-gradient(180deg, #fbfdfe, #eef7fa);
}

.trust-section-dark,
.trust-section-toms,
.trust-final-cta {
  color:#f7fcff;
  background:
    radial-gradient(circle at 18% 8%, rgba(0,201,216,.17), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(255,122,0,.12), transparent 22rem),
    linear-gradient(180deg, #071724, #0b2435);
}

.trust-section-title {
  max-width:960px;
  margin-bottom:clamp(2rem, 4vw, 3.5rem);
}

.trust-section-dark .trust-section-title p,
.trust-section-toms .trust-section-title p,
.trust-final-panel p {
  color:#cfe0e8;
}

.trust-card-grid,
.trust-principle-grid,
.trust-control-matrix,
.trust-resource-grid,
.trust-report-grid,
.trust-review-path {
  display:grid;
  gap:1rem;
}

.trust-card-grid-six {
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.trust-card-grid article,
.trust-principle-grid article,
.trust-control-matrix article,
.trust-resource-grid article,
.trust-report-grid article,
.trust-review-path li {
  padding:1.25rem;
}

.trust-card-grid h3,
.trust-principle-grid h3,
.trust-control-matrix h3,
.trust-resource-grid h3,
.trust-report-grid h3,
.trust-review-path h3,
.trust-faq-list summary {
  color:#071724;
}

.trust-card-grid p,
.trust-principle-grid p,
.trust-resource-grid p,
.trust-report-grid p,
.trust-review-path p,
.trust-faq-list p,
.trust-data-types p,
.trust-body-lede {
  color:#536774;
  line-height:1.62;
}

.trust-lifecycle-grid {
  align-items:start;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .82fr);
}

.trust-lifecycle,
.trust-review-path {
  margin:0;
  padding:0;
  list-style:none;
}

.trust-lifecycle {
  display:grid;
  gap:1rem;
}

.trust-lifecycle li {
  display:grid;
  grid-template-columns:58px minmax(0, 1fr);
  column-gap:1rem;
  row-gap:.32rem;
  align-items:start;
  padding:1.1rem 1.15rem;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.08);
}

.trust-lifecycle span,
.trust-review-path span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  grid-row:1 / span 2;
  border-radius:50%;
  color:#071724;
  background:#55d9e6;
  font-weight:950;
}

.trust-lifecycle h3,
.trust-lifecycle p {
  grid-column:2;
  color:#fff;
}

.trust-lifecycle h3 {
  margin:.18rem 0 0;
  line-height:1.18;
}

.trust-lifecycle p {
  margin:0;
  opacity:.78;
  max-width:60ch;
}

.trust-data-types {
  padding:1.25rem;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}

.trust-section-dark .trust-chip-list span {
  border-color:rgba(85,217,230,.32);
  background:rgba(255,255,255,.09);
  color:#e9fbff;
}

.trust-data-types h3,
.trust-data-types p {
  color:#fff;
}

.trust-data-types p {
  opacity:.78;
  margin-top:1rem;
}

.trust-architecture-grid {
  align-items:start;
}

.trust-architecture-card {
  padding:1.35rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(0,201,216,.14), transparent 18rem),
    #fff;
}

.trust-architecture-flow {
  display:grid;
  gap:.75rem;
  margin-top:1.2rem;
}

.trust-architecture-flow span {
  display:flex;
  align-items:center;
  min-height:56px;
  padding:.82rem .95rem;
  border:1px solid rgba(0,126,139,.15);
  border-radius:16px;
  background:#f1fbfd;
  color:#071724;
  font-weight:900;
}

.trust-data-flow-asset {
  margin-top:1rem;
  background:
    radial-gradient(circle at 78% 14%, rgba(0,201,216,.12), transparent 14rem),
    linear-gradient(145deg, #071724, #0b3142);
}

.trust-principle-grid {
  grid-template-columns:repeat(2, minmax(0, 1fr));
  margin-top:1.2rem;
}

.trust-control-matrix {
  grid-template-columns:repeat(5, minmax(0, 1fr));
}

.trust-control-matrix article {
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}

.trust-control-matrix h3,
.trust-control-matrix li {
  color:#fff;
}

.trust-control-matrix ul {
  margin:1rem 0 0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:.65rem;
}

.trust-control-matrix li {
  padding:.68rem;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  line-height:1.45;
}

.trust-control-matrix b {
  display:block;
  color:#8df7ff;
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.trust-resource-grid {
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.trust-resource-grid article > div,
.trust-report-grid article {
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
}

.trust-resource-link {
  min-height:38px;
  padding:.55rem .72rem;
  border:1px solid rgba(7,23,36,.12);
  border-radius:999px;
  background:#f3fbfd;
  color:#071724;
  font-size:.85rem;
}

.trust-resource-link:hover,
.trust-resource-link:focus {
  color:#071724;
  background:#dff8fc;
  text-decoration:none;
}

.trust-resource-note,
.trust-muted-note {
  margin:1.2rem 0 0;
  color:#5b6d78;
  font-weight:800;
}

.trust-section-toms .trust-resource-note,
.trust-section-dark .trust-muted-note {
  color:#c3d8e0;
}

.trust-toms-list {
  display:grid;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}

.trust-toms-list div {
  display:grid;
  grid-template-columns:minmax(180px, .32fr) minmax(0, 1fr);
  gap:1rem;
  padding:1rem 1.2rem;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.trust-toms-list div:last-child {
  border-bottom:0;
}

.trust-toms-list strong {
  color:#8df7ff;
}

.trust-toms-list span {
  color:#f2fbff;
}

.trust-review-path {
  grid-template-columns:repeat(5, minmax(0, 1fr));
}

.trust-review-path span {
  margin-bottom:.8rem;
}

.trust-support-visual {
  position:relative;
  overflow:hidden;
  margin:1.4rem 0;
  border:1px solid rgba(0,126,139,.16);
  border-radius:28px;
  background:#061521;
  box-shadow:0 24px 72px rgba(7,23,36,.11);
}

.trust-support-visual picture,
.trust-support-visual img {
  display:block;
  width:100%;
}

.trust-support-visual img {
  height:auto;
}

.trust-support-visual figcaption {
  position:absolute;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:2;
  max-width:720px;
  margin:0;
  padding:.85rem 1rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  color:#effcff;
  background:rgba(5,19,31,.78);
  backdrop-filter:blur(12px);
  font-size:.95rem;
  font-weight:850;
  line-height:1.5;
}

.trust-report-grid {
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.trust-report-grid article {
  display:block;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}

.trust-report-grid h3,
.trust-report-grid p {
  color:#fff;
}

.trust-report-grid p {
  opacity:.78;
}

.trust-faq-list {
  display:grid;
  gap:.8rem;
  max-width:980px;
}

.trust-faq-list details {
  padding:0;
  box-shadow:none;
  overflow:hidden;
}

.trust-faq-list summary {
  cursor:pointer;
  padding:1.15rem 1.25rem;
  font-weight:950;
  list-style:none;
}

.trust-faq-list summary::-webkit-details-marker {
  display:none;
}

.trust-faq-list summary:after {
  content:"+";
  float:right;
  color:#008493;
}

.trust-faq-list details[open] summary:after {
  content:"-";
}

.trust-faq-list p {
  margin:0;
  padding:0 1.25rem 1.2rem;
}

.trust-final-panel {
  align-items:center;
  padding:clamp(1.4rem, 3.2vw, 2.4rem);
  color:#fff;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 28px 90px rgba(0,0,0,.22);
}

.trust-final-actions {
  justify-content:flex-end;
}

.trust-page a:focus,
.trust-page button:focus,
.trust-page summary:focus {
  outline:3px solid rgba(85,217,230,.55);
  outline-offset:3px;
}

@media (max-width: 1199.98px) {
  .trust-hero-grid,
  .trust-lifecycle-grid,
  .trust-architecture-grid,
  .trust-final-panel {
    grid-template-columns:1fr;
  }

  .trust-card-grid-six,
  .trust-resource-grid,
  .trust-report-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .trust-control-matrix,
  .trust-review-path {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .trust-final-actions {
    justify-content:flex-start;
  }
}

@media (max-width: 991.98px) {
  .trust-hero {
    padding-top:6.5rem;
  }

  .trust-card-grid-six,
  .trust-resource-grid,
  .trust-report-grid,
  .trust-principle-grid,
  .trust-control-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width: 767.98px) {
  .trust-hero h1 {
    font-size:clamp(2.6rem, 13vw, 4.25rem);
  }

  .trust-section-title h2,
  .trust-architecture-card h2,
  .trust-final-panel h2 {
    font-size:clamp(2rem, 10vw, 3rem);
  }

  .trust-hero-actions,
  .trust-section-actions,
  .trust-final-actions {
    align-items:stretch;
    flex-direction:column;
  }

  .trust-btn,
  .trust-link-arrow {
    width:100%;
  }

  .trust-control-center,
  .trust-final-panel {
    border-radius:24px;
  }

  .trust-lifecycle li {
    grid-template-columns:52px minmax(0, 1fr);
    padding:1rem;
  }

  .trust-toms-list div {
    grid-template-columns:1fr;
  }

  .trust-control-matrix,
  .trust-review-path {
    grid-template-columns:1fr;
  }

  .trust-support-visual {
    border-radius:22px;
  }

  .trust-support-visual figcaption {
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    max-width:none;
    margin:0;
    border-width:1px 0 0;
    border-radius:0;
    background:#061521;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-btn {
    transition:none;
  }

  .trust-btn:hover,
  .trust-btn:focus {
    transform:none;
  }
}

.trust-final-panel {
  grid-template-columns:minmax(0, 1fr) minmax(260px, .42fr);
  max-width:1120px;
  margin:0 auto;
  align-items:center;
}

.trust-final-actions {
  display:grid;
  grid-template-columns:1fr;
  gap:.85rem;
  align-items:stretch;
  justify-content:stretch;
  margin-top:0;
}

.trust-final-actions .trust-btn,
.trust-final-actions .trust-link-arrow {
  width:100%;
}

.trust-final-actions .trust-btn-primary {
  color:#061521 !important;
}

.trust-final-actions .trust-btn-secondary {
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  color:#fff !important;
}

.trust-final-actions .trust-link-arrow {
  justify-content:center;
  min-height:48px;
  padding:.82rem 1.1rem;
  border:1px solid rgba(118,243,255,.22);
  border-radius:14px;
  background:rgba(118,243,255,.08);
  color:#76f3ff !important;
}

@media (max-width:991px) {
  .trust-final-panel {
    grid-template-columns:1fr;
  }

  .trust-final-actions {
    margin-top:1rem;
  }
}
