.trust-page{background:#060a12}
.trust-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:116px 0 58px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 42%,rgba(134,188,37,.16),transparent 25%),
    radial-gradient(circle at 8% 78%,rgba(134,188,37,.06),transparent 25%),
    linear-gradient(145deg,#060a12,#09101b 58%,#060a12);
}
.trust-hero-grid{
  position:absolute;
  z-index:-2;
  inset:0;
  opacity:.38;
  background-image:
    linear-gradient(rgba(233,238,246,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(233,238,246,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.trust-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:60px;
  align-items:center;
}
.trust-hero h1{
  max-width:780px;
  margin:18px 0 20px;
  background:linear-gradient(105deg,#f3f6fb 0%,#dff1b8 28%,#b8e86a 50%,#86bc25 73%,#e9eef6 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-size:clamp(35px,4.5vw,54px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.045em;
}
.trust-hero h1 span{
  background:linear-gradient(105deg,#b8e86a 0%,#86bc25 48%,#e9eef6 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
}
.trust-hero-copy>p{
  max-width:760px;
  color:rgba(233,238,246,.72);
  font-size:clamp(17px,1.5vw,20px);
  line-height:1.7;
}
.trust-shield{
  position:relative;
  display:grid;
  place-items:center;
  width:min(100%,290px);
  aspect-ratio:1;
  justify-self:end;
}
.trust-shield-ring{
  position:absolute;
  inset:0;
  border:1px solid rgba(134,188,37,.18);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(134,188,37,.025),0 0 0 68px rgba(134,188,37,.012);
}
.trust-shield-ring::before,
.trust-shield-ring::after{
  content:"";
  position:absolute;
  border-radius:50%;
}
.trust-shield-ring::before{inset:13%;border:1px dashed rgba(134,188,37,.24)}
.trust-shield-ring::after{inset:35%;background:rgba(134,188,37,.08);box-shadow:0 0 38px rgba(134,188,37,.14)}
.trust-shield svg{
  position:relative;
  z-index:1;
  width:145px;
  height:auto;
  fill:rgba(134,188,37,.055);
  stroke:#b8e86a;
  stroke-width:5;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 20px rgba(134,188,37,.22));
}
.trust-certifications,
.trust-frameworks{padding:48px 0;background:#060a12}
.trust-proof{
  padding:46px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 88% 45%,rgba(134,188,37,.07),transparent 24%),
    #090e19;
}
.trust-section-head{
  position:relative;
  max-width:800px;
  margin-bottom:26px;
  padding-left:22px;
}
.trust-section-head::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:2px;
  border-radius:2px;
  background:linear-gradient(transparent,#b8e86a,var(--jade),transparent);
  box-shadow:0 0 13px rgba(134,188,37,.35);
}
.trust-section-head h2{
  width:max-content;
  max-width:100%;
  margin:13px 0 0;
  background:linear-gradient(105deg,#f2f6fc 0%,#dceabf 36%,#b8e86a 72%,#86bc25 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-size:clamp(25px,3vw,37px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.04em;
}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.cert-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:260px;
  padding:23px;
  overflow:hidden;
  border:1px solid rgba(233,238,246,.1);
  border-radius:15px;
  background:
    radial-gradient(circle at 100% 0,rgba(134,188,37,.08),transparent 34%),
    rgba(12,19,33,.8);
  box-shadow:0 16px 42px rgba(0,0,0,.2);
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.cert-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:82px;
  height:2px;
  background:var(--jade);
}
.cert-card:hover{
  transform:translateY(-5px);
  border-color:rgba(134,188,37,.34);
  box-shadow:0 24px 55px rgba(0,0,0,.3),0 0 24px rgba(134,188,37,.035);
}
.cert-icon{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  margin-bottom:19px;
  border:1px solid rgba(134,188,37,.3);
  border-radius:15px;
  background:rgba(134,188,37,.08);
  color:#b8e86a;
}
.cert-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cert-card h3{color:#f1f5fb;font-size:17px;line-height:1.3}
.cert-card p{
  margin:9px 0 22px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.6;
}
.cert-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:7px 11px;
  border:1px solid rgba(134,188,37,.27);
  border-radius:100px;
  background:rgba(134,188,37,.07);
  color:#b8e86a;
  font-family:var(--mono);
  font-size:9.5px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(233,238,246,.11);
  border-radius:20px;
  background:rgba(11,18,31,.75);
  box-shadow:0 20px 55px rgba(0,0,0,.24);
}
.proof-item{
  position:relative;
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
}
.proof-item+.proof-item{border-left:1px solid var(--line)}
.proof-item::before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:2px;
  background:linear-gradient(90deg,var(--jade),transparent);
}
.proof-item strong{
  width:max-content;
  max-width:100%;
  background:linear-gradient(105deg,#dff1b8,#b8e86a 45%,#86bc25);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-family:var(--display);
  font-size:clamp(29px,3.5vw,43px);
  font-weight:700;
  line-height:1;
  letter-spacing:-.04em;
}
.proof-item span{
  margin-top:13px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.framework-tabs{
  padding:22px;
  border:1px solid rgba(233,238,246,.1);
  border-radius:20px;
  background:rgba(11,18,31,.72);
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}
.framework-tab-list{
  display:inline-flex;
  gap:5px;
  padding:5px;
  border:1px solid rgba(233,238,246,.1);
  border-radius:100px;
  background:#080e18;
}
.framework-tab-list button{
  min-height:42px;
  padding:9px 20px;
  border:0;
  border-radius:100px;
  background:transparent;
  color:var(--muted);
  font-family:var(--display);
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:color .2s,background .2s,box-shadow .2s;
}
.framework-tab-list button[aria-selected="true"]{
  background:var(--jade);
  color:#172105;
  box-shadow:0 8px 22px rgba(134,188,37,.18);
}
.framework-panel{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  padding-top:26px;
}
.framework-panel[hidden]{display:none}
.framework-panel span{
  display:inline-flex;
  align-items:center;
  min-height:43px;
  padding:10px 16px;
  border:1px solid rgba(134,188,37,.2);
  border-radius:100px;
  background:linear-gradient(110deg,rgba(134,188,37,.09),rgba(134,188,37,.035));
  color:rgba(233,238,246,.88);
  font-size:13px;
}
.framework-panel span::before{
  content:"";
  width:6px;
  height:6px;
  margin-right:9px;
  border-radius:50%;
  background:var(--jade);
  box-shadow:0 0 10px rgba(134,188,37,.55);
}
.trust-cta{padding:48px 0 62px;background:#060a12}
.trust-cta-panel{
  position:relative;
  padding:clamp(38px,5.5vw,68px);
  overflow:hidden;
  border:1px solid rgba(134,188,37,.25);
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 10%,rgba(134,188,37,.17),transparent 32%),
    linear-gradient(130deg,#0b1220,#09101b);
  box-shadow:0 28px 75px rgba(0,0,0,.36);
}
.trust-cta-panel::after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-140px;
  width:340px;
  height:340px;
  border:1px solid rgba(134,188,37,.13);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(134,188,37,.03),0 0 0 76px rgba(134,188,37,.015);
  pointer-events:none;
}
.trust-cta-panel h2{
  position:relative;
  z-index:1;
  max-width:800px;
  margin:16px 0 15px;
  background:linear-gradient(105deg,#f3f6fb 0%,#dff1b8 32%,#b8e86a 68%,#86bc25 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-size:clamp(26px,3.4vw,40px);
  line-height:1.15;
  letter-spacing:-.04em;
}
.trust-cta-panel>p{
  position:relative;
  z-index:1;
  max-width:730px;
  color:var(--muted);
  font-size:16px;
}
.trust-cta-panel .cta-row{position:relative;z-index:1;margin-top:28px}

@media(max-width:1050px){
  .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proof-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}
  .proof-item:nth-child(4){border-top:1px solid var(--line)}
}
@media(max-width:800px){
  .trust-hero-layout{grid-template-columns:1fr}
  .trust-shield{display:none}
}
@media(max-width:760px){
  .trust-hero{padding:108px 0 52px}
  .trust-hero h1{font-size:clamp(31px,8.5vw,42px)}
  .trust-certifications,.trust-proof,.trust-frameworks{padding:44px 0}
  .cert-grid,.proof-grid{grid-template-columns:1fr}
  .cert-card{min-height:245px}
  .proof-item{min-height:145px}
  .proof-item+.proof-item{border-left:0;border-top:1px solid var(--line)}
  .framework-tabs{padding:18px}
  .framework-tab-list{display:flex}
  .framework-tab-list button{flex:1;padding:9px 13px}
  .trust-cta{padding:44px 0 52px}
  .trust-cta-panel{border-radius:20px}
  .trust-cta-panel .cta-row{align-items:stretch;flex-direction:column}
  .trust-cta-panel .btn{justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  .cert-card,
  .framework-tab-list button{transition:none}
}
