.yoan-trust-section{
  --yoan-trust-gold:#C9A15D;
  position:relative;
  overflow:hidden;
  padding:70px 0 78px;
  color:#f6f1e8;
  background:transparent !important;
  isolation:isolate;
}

.yoan-trust-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 58%, rgba(201,161,93,.10), transparent 30%),
    linear-gradient(180deg, rgba(5,5,6,.20), rgba(5,5,6,.02) 45%, rgba(5,5,6,.18));
  pointer-events:none;
  z-index:0;
}

.yoan-trust-inner{
  position:relative;
  z-index:2;
  max-width:1380px;
  margin:0 auto;
  padding:0 20px;
}

.yoan-trust-head{
  text-align:center;
  margin-bottom:10px;
}

.yoan-trust-head>span{
  display:inline-block;
  color:var(--yoan-trust-gold);
  text-transform:uppercase;
  letter-spacing:.24em;
  font-weight:800;
  font-size:12px;
  margin-bottom:16px;
}

.yoan-trust-head h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,5vw,64px);
  line-height:1.12;
  font-weight:900;
}

.yoan-trust-head h2 em{
  color:var(--yoan-trust-gold);
  font-style:normal;
}

.yoan-trust-separator{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin:24px auto 20px;
  color:var(--yoan-trust-gold);
}

.yoan-trust-separator:before,
.yoan-trust-separator:after{
  content:"";
  width:190px;
  max-width:25vw;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,161,93,.55));
}

.yoan-trust-separator:after{
  background:linear-gradient(90deg,rgba(201,161,93,.55),transparent);
}

.yoan-trust-separator i{
  font-style:normal;
  font-size:13px;
  opacity:.8;
}

.yoan-trust-head p{
  max-width:720px;
  margin:0 auto;
  color:#c8c1b8;
  font-size:18px;
  line-height:1.8;
}

/* ORBITE */
.yoan-trust-orbit{
  position:relative;
  height:620px;
  margin:0 auto;
  perspective:1500px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.yoan-trust-orbit-stage{
  position:relative;
  width:min(1120px,94vw);
  height:490px;
  transform-style:preserve-3d;
  z-index:4;
}

.yoan-trust-logo-bg{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  z-index:1;
  pointer-events:none;
  opacity:.24;
}

.yoan-trust-logo-bg img{
  width:430px;
  max-width:78vw;
  height:auto;
  filter:
    saturate(.92)
    contrast(1.08)
    drop-shadow(0 20px 36px rgba(0,0,0,.55))
    drop-shadow(0 0 22px rgba(201,161,93,.20));
  animation:yoanLogoSoftFloat 5s ease-in-out infinite;
}

.yoan-trust-sun{
  position:absolute;
  inset:50% auto auto 50%;
  width:520px;
  height:520px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(201,161,93,.22) 0%, rgba(201,161,93,.10) 22%, rgba(201,161,93,.04) 42%, transparent 70%);
  filter:blur(18px);
  z-index:-1;
}

.yoan-trust-depth-ring{
  position:absolute;
  inset:50% auto auto 50%;
  width:min(780px,92vw);
  height:205px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:50%;
  transform:translate(-50%,-50%) rotateX(66deg);
  z-index:2;
  pointer-events:none;
}

.yoan-trust-depth-ring.ring-two{
  width:min(980px,96vw);
  height:275px;
  border-color:rgba(201,161,93,.08);
  transform:translate(-50%,-50%) rotateX(68deg);
}

.yoan-trust-card{
  position:absolute;
  top:50%;
  left:50%;
  width:248px;
  min-height:252px;
  text-decoration:none!important;
  color:#f6f1e8!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.115);
  border-radius:28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:24px;
  overflow:hidden;
  will-change:transform,opacity,filter;
  backdrop-filter:blur(13px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 24px 70px rgba(0,0,0,.22);
  transition:
    transform .55s cubic-bezier(.22,.61,.36,1),
    opacity .55s,
    filter .55s,
    border-color .35s,
    box-shadow .35s;
}

.yoan-trust-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent,rgba(255,255,255,.045),transparent),
    radial-gradient(circle at top,rgba(201,161,93,.10),transparent 48%);
  opacity:0;
  transition:.35s;
}

.yoan-trust-card:hover{
  border-color:rgba(201,161,93,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 28px 80px rgba(0,0,0,.42),
    0 0 28px rgba(201,161,93,.06);
}

.yoan-trust-card:hover::before{
  opacity:1;
}

.yoan-trust-logo{
  position:relative;
  z-index:2;
  height:92px;
  display:grid;
  place-items:center;
  width:100%;
}

.yoan-trust-logo img{
  max-width:178px;
  max-height:86px;
  object-fit:contain;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.30));
}

.yoan-trust-card>span{
  position:relative;
  z-index:2;
  width:84px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,161,93,.64),transparent);
}

.yoan-trust-card h3{
  position:relative;
  z-index:2;
  margin:0;
  text-align:center;
  color:#f8f4ed;
  font-size:17px;
  font-weight:900;
}

.yoan-trust-card p{
  position:relative;
  z-index:2;
  margin:0;
  text-align:center;
  color:#b9b2a9;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  line-height:1.5;
}

.yoan-trust-orbit-controls{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin:-14px auto 30px;
}

.yoan-trust-orbit-controls button{
  width:48px;
  height:48px;
  border:1px solid rgba(201,161,93,.34);
  background:rgba(255,255,255,.035);
  color:var(--yoan-trust-gold);
  border-radius:999px;
  font-size:28px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:.3s;
  backdrop-filter:blur(8px);
  display:grid;
  place-items:center;
}

.yoan-trust-orbit-controls button:hover{
  background:var(--yoan-trust-gold);
  color:#111;
  transform:translateY(-2px) scale(1.05);
}

.yoan-trust-empty{
  color:var(--yoan-trust-gold);
  padding:22px;
  border:1px solid rgba(201,161,93,.35);
  border-radius:18px;
  background:rgba(201,161,93,.09);
}

.yoan-trust-cta{
  text-align:center;
  margin-top:18px;
}

.yoan-trust-cta h3{
  margin:10px 0;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
}

.yoan-trust-cta p{
  margin:0 auto 20px;
  color:#cfc7bc;
  max-width:620px;
}

.yoan-trust-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:transparent;
  color:var(--yoan-trust-gold)!important;
  border:1px solid var(--yoan-trust-gold);
  border-radius:10px;
  padding:15px 36px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  text-decoration:none!important;
  transition:.35s;
}

.yoan-trust-btn:hover{
  background:var(--yoan-trust-gold);
  color:#111!important;
  transform:translateY(-3px);
  box-shadow:0 18px 45px rgba(201,161,93,.25);
}

@keyframes yoanLogoSoftFloat{
  0%,100%{transform:translateY(0) scale(1);}
  50%{transform:translateY(-6px) scale(1.015);}
}

@media(max-width:900px){
  .yoan-trust-section{
    padding:60px 0 70px;
  }

  .yoan-trust-orbit{
    height:500px;
    perspective:1000px;
  }

  .yoan-trust-orbit-stage{
    height:360px;
  }

  .yoan-trust-card{
    width:205px;
    min-height:218px;
    padding:18px;
  }

  .yoan-trust-logo img{
    max-width:148px;
    max-height:74px;
  }

  .yoan-trust-head p{
    font-size:16px;
  }

  .yoan-trust-logo-bg img{
    width:320px;
  }
}
