/* =========================================================
   TRUST CENTRE PAGE BASE
========================================================= */

.prev-trust-page{
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #091525;
  font-family: "Wix Madefor Display", system-ui, sans-serif;
}

.prev-trust-page *,
.prev-trust-page *::before,
.prev-trust-page *::after{
  box-sizing: border-box;
}

.prev-trust-page img{
  max-width: 100%;
  display: block;
}

/* =========================================================
   HERO SECTION
========================================================= */

.prev-trust-hero{
  position: relative;
  width: 100%;
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prev-trust-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #0B121999;
  z-index: 1;
}

.prev-trust-hero__inner{
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 30px));
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transform: translateY(26px);
  animation: prevTrustFadeUp .8s ease forwards;
}

.prev-trust-hero__eyebrow{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00EEFF;
}

.prev-trust-hero__heading{
  margin: 0;
  font-size: 52px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-trust-hero__description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

/* =========================================================
   MIDDLE BODY BACKGROUND
========================================================= */

.prev-trust-body-bg{
  position: relative;
  width: 100%;
  background-color: #091525;
  overflow: visible;
}

.prev-trust-body-bg__top,
.prev-trust-body-bg__bottom{
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.prev-trust-body-bg__top{
  top: -11%;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/body-bg-right.png");
  background-position: top right;
}

.prev-trust-body-bg__bottom{
  left: 0;
  bottom: -6%;
  width: 100%;
  height: 50%;
  background-image: url("../images/body-bg-left.png");
  background-position: bottom left;
}

.prev-trust-body-bg__content{
  position: relative;
  z-index: 2;
}

/* =========================================================
   INTRO SECTION
========================================================= */

.prev-trust-intro{
  position: relative;
  width: 100%;
  padding: 120px 0 80px;
}

.prev-trust-intro__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.prev-trust-intro__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.prev-trust-intro__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-trust-intro__description{
  max-width: 680px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #EEEEEE;
}

.prev-trust-intro__description p{
  margin: 0;
}

.prev-trust-intro__button{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 12px;
  background: #00EEFF;
  color: #091525;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  box-shadow: 0 8px 24px #0DF2F21A;
  transition: transform .3s ease, box-shadow .3s ease;
}

.prev-trust-intro__button:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 34px #0DF2F24D;
}

.prev-trust-intro__button-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.prev-trust-intro__media{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.prev-trust-intro__image{
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
}

/* =========================================================
   WORKFLOW SECTION
========================================================= */

.prev-trust-workflow{
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
}

.prev-trust-workflow__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-trust-workflow__header{
  text-align: center;
  margin-bottom: 60px;
}

.prev-trust-workflow__eyebrow{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00EEFF;
}

.prev-trust-workflow__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-trust-workflow__layout{
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  align-items: stretch;
}

.prev-trust-workflow__numbers{
  position: relative;
  width: 200px;
  min-height: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.prev-trust-workflow__numbers::before{
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: calc(100% - 160px);
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    #091525 0%,
    #00E7F8 28%,
    #00E7F8 72%,
    #091525 100%
  );
  z-index: 1;
  clip-path: inset(
    0 0 calc(100% - var(--workflow-line-progress, 0%)) 0
  );
  transition: clip-path .8s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-trust-workflow.is-animated .prev-trust-workflow__numbers::before{
  transform: translateX(-50%) scaleY(1);
}

.prev-trust-workflow__number{
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  border: 1px solid #00EEFF;
  background: #092433;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00EEFF;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  box-shadow: 0 0 60px #00EEFF80;
}

.prev-trust-workflow__number{
  opacity: 0;
  transform: scale(.72);
  transition:
    opacity .55s ease,
    transform .55s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-trust-workflow__number.is-visible{
  opacity: 1;
  transform: scale(1);
}


.prev-trust-workflow__cards{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prev-trust-workflow__card{
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-trust-workflow__card.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.prev-trust-workflow__card{
  width: 100%;
  min-height: 190px;
  border-radius: 20px;
  border: 1px solid #00EEFF4D;
  padding: 40px 60px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.prev-trust-workflow__card-heading{
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FFFFFF;
}

.prev-trust-workflow__card-description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #EEEEEE;
}

.prev-trust-workflow__card-description p{
  margin: 0;
}

.prev-trust-workflow__pills{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.prev-trust-workflow__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 20px;
  border-radius: 13px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/* =========================================================
   ARCHITECTURE SECTION
========================================================= */

.prev-trust-arch{
  position: relative;
  width: 100%;
  padding: 70px 0 100px;
}

.prev-trust-arch__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-trust-arch__heading{
  margin: 0 0 50px;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-trust-arch__cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 50px;
}

.prev-trust-arch__card{
  min-height: 290px;
  border-radius: 20px;
  border: 1px solid #FFFFFF4D;
  padding: 30px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.prev-trust-arch__card-icon{
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.prev-trust-arch__card-heading{
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #FFFFFF;
}

.prev-trust-arch__card-description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #EEEEEE;
}

.prev-trust-arch__card-description p{
  margin: 0;
}

.prev-trust-arch__promise{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #FFFFFF4D;
  padding: 60px 80px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 60px;
}

.prev-trust-arch__promise-icon-wrap{
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: #00EEFF33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-trust-arch__promise-icon{
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.prev-trust-arch__promise-content{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prev-trust-arch__promise-heading{
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #FFFFFF;
}

.prev-trust-arch__promise-list{
  margin: 0;
  padding-left: 24px;
  color: #00EEFF;
}

.prev-trust-arch__promise-item{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00EEFF;
}

.prev-trust-arch__promise-item strong{
  font-weight: 500;
  color: #00EEFF;
}

.prev-trust-arch__promise-item span{
  color: #EEEEEE;
  font-weight:300;
}

/* =========================================================
   FAQ SECTION
========================================================= */

.prev-trust-faq{
  position: relative;
  width: 100%;
  padding: 70px 0 120px;
}

.prev-trust-faq__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-trust-faq__heading{
  margin: 0 0 50px;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-trust-faq__items{
  width: min(1040px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prev-trust-faq__item{
  position: relative;
  border-radius: 16px;
  border: 1px solid #EEEEEE4D;
  border-left: 2px solid #00EEFF;
  padding: 20px 30px;
  background: transparent;
  box-shadow: 0 8px 12px #0000001A;
  overflow: hidden;
}

.prev-trust-faq__toggle{
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.prev-trust-faq__toggle-title{
  display: block;
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Wix Madefor Display", system-ui, sans-serif;
}

.prev-trust-faq__toggle-icons{
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 6px;
}

.prev-trust-faq__icon{
  position: absolute;
  inset: 0;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: opacity .25s ease, transform .25s ease;
}

.prev-trust-faq__icon--up{
  opacity: 0;
  transform: rotate(-180deg);
}

.prev-trust-faq__icon--down{
  opacity: 1;
  transform: rotate(0deg);
}

.prev-trust-faq__item.is-open .prev-trust-faq__icon--up{
  opacity: 1;
  transform: rotate(0deg);
}

.prev-trust-faq__item.is-open .prev-trust-faq__icon--down{
  opacity: 0;
  transform: rotate(180deg);
}

.prev-trust-faq__content{
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .35s ease, margin-top .35s ease;
  opacity: 0;
  margin-top: 0;
}

.prev-trust-faq__item.is-open .prev-trust-faq__content{
  max-height: 900px;
  opacity: 1;
  margin-top: 12px;
}

.prev-trust-faq__description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-trust-faq__description p{
  margin: 0;
}

.prev-trust-faq__description strong,
.prev-trust-faq__description b{
  color: #00EEFF;
  font-weight: 500;
}

.prev-trust-faq__points{
  margin: 14px 0 0;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prev-trust-faq__point{
  color: #00EEFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.prev-trust-faq__point strong{
  color: #00EEFF;
  font-weight: 500;
}

.prev-trust-faq__point span{
  color: #EEEEEE;
  font-weight:300;
}

/* =========================================================
   ENTRANCE ANIMATIONS
========================================================= */

.prev-trust-animate{
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .75s ease,
    transform .75s ease;
  transition-delay: var(--prev-anim-delay, 0s);
}

.prev-trust-animate.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@keyframes prevTrustFadeUp{
  from{
    opacity: 0;
    transform: translateY(26px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   RESPONSIVE - LARGE LAPTOP
========================================================= */

@media (min-width: 1025px) and (max-width: 1500px){
  .prev-trust-intro__inner,
  .prev-trust-workflow__inner,
  .prev-trust-arch__inner,
  .prev-trust-faq__inner{
    width: min(1240px, calc(100% - 48px));
  }

  .prev-trust-workflow__layout{
    grid-template-columns: 160px 1fr;
    gap: 40px;
  }

  .prev-trust-workflow__numbers{
    width: 160px;
  }

  .prev-trust-arch__card{
    min-height: 280px;
  }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px){
  .prev-trust-hero{
    min-height: 360px;
  }

  .prev-trust-hero__heading{
    font-size: 44px;
  }

  .prev-trust-intro{
    padding: 90px 0 60px;
  }

  .prev-trust-intro__inner{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prev-trust-workflow,
  .prev-trust-arch,
  .prev-trust-faq{
    padding: 70px 0;
  }

  .prev-trust-workflow__inner,
  .prev-trust-arch__inner,
  .prev-trust-faq__inner{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prev-trust-workflow__layout{
    grid-template-columns: 90px 1fr;
    gap: 24px;
  }

  .prev-trust-workflow__numbers{
    width: 90px;
    padding: 70px 0;
  }

  .prev-trust-workflow__number{
    width: 66px;
    height: 66px;
    font-size: 28px;
    line-height: 32px;
  }

  .prev-trust-workflow__card{
    padding: 34px;
  }

.prev-trust-arch__cards{
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

  .prev-trust-arch__card{
    min-height: auto;
  }

  .prev-trust-arch__promise{
    padding: 45px;
    grid-template-columns: 90px 1fr;
    gap: 36px;
  }

  .prev-trust-arch__promise-icon-wrap{
    width: 90px;
    height: 90px;
  }
}
/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (min-width: 320px) and (max-width: 767px){
  .prev-trust-hero{
    min-height: 320px;
    padding: 80px 0;
  }

  .prev-trust-hero__inner{
    width: calc(100% - 30px);
    gap: 16px;
  }

  .prev-trust-hero__eyebrow,
  .prev-trust-workflow__eyebrow{
    font-size: 13px;
    line-height: 22px;
  }

  .prev-trust-hero__heading{
    font-size: 36px;
  }

  .prev-trust-hero__description{
    font-size: 15px;
    line-height: 24px;
  }

  .prev-trust-body-bg__top{
    top: -3%;
    height: 32%;
  }

  .prev-trust-body-bg__bottom{
    bottom: -2%;
    height: 32%;
  }

  .prev-trust-intro{
    padding: 70px 0 50px;
  }

  .prev-trust-intro__inner,
  .prev-trust-workflow__inner,
  .prev-trust-arch__inner,
  .prev-trust-faq__inner{
    width: calc(100% - 30px);
  }

  .prev-trust-intro__inner{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .prev-trust-intro__heading,
  .prev-trust-workflow__heading,
  .prev-trust-arch__heading,
  .prev-trust-faq__heading{
    font-size: 28px;
    line-height: 38px;
  }
  
  .prev-trust-intro__heading{
          width: 100%;
    text-align: center;
  }

  .prev-trust-intro__description,
  .prev-trust-workflow__card-description,
  .prev-trust-arch__card-description,
  .prev-trust-faq__description,
  .prev-trust-faq__point{
    font-size: 15px;
    line-height: 25px;
  }

  .prev-trust-intro__image{
    height: 240px;
  }

  .prev-trust-workflow{
    padding: 60px 0;
  }

  .prev-trust-workflow__header{
    margin-bottom: 40px;
  }

  .prev-trust-workflow__layout{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .prev-trust-workflow__numbers{
    display: none;
  }

  .prev-trust-workflow__cards{
    gap: 20px;
    counter-reset: workflowCard;
  }

  .prev-trust-workflow__card{
    position: relative;
    min-height: auto;
    padding: 76px 24px 28px;
    gap: 14px;
    counter-increment: workflowCard;
  }

  .prev-trust-workflow__card::before{
    content: counter(workflowCard);
    position: absolute;
    top: 20px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 500px;
    border: 1px solid #00EEFF;
    background: #092433;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00EEFF;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: 0 0 40px #00EEFF80;
  }

  .prev-trust-workflow__card-heading{
    font-size: 21px;
    line-height: 30px;
  }

  .prev-trust-workflow__pill{
    font-size: 14px;
    line-height: 22px;
    padding: 4px 14px;
  }

  .prev-trust-arch{
    padding: 60px 0;
  }

  .prev-trust-arch__heading{
    margin-bottom: 36px;
  }

  .prev-trust-arch__cards{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .prev-trust-arch__card{
    min-height: auto;
    padding: 24px;
  }

  .prev-trust-arch__promise{
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .prev-trust-arch__promise-icon-wrap{
    width: 82px;
    height: 82px;
  }

  .prev-trust-arch__promise-icon{
    width: 52px;
    height: 52px;
  }

  .prev-trust-arch__promise-heading{
    font-size: 22px;
    line-height: 32px;
  }

  .prev-trust-faq{
    padding: 60px 0 80px;
  }

  .prev-trust-faq__heading{
    margin-bottom: 36px;
  }

  .prev-trust-faq__item{
    padding: 18px 20px;
  }

  .prev-trust-faq__toggle-title{
    font-size: 20px;
    line-height: 30px;
  }

  .prev-trust-faq__points{
    padding-left: 18px;
  }
  
  
    .prev-trust-scroll-up{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0, 238, 255, 0.22);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(13, 242, 242, 0.18) 0%, rgba(11, 21, 33, 0.92) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
  }

  .prev-trust-scroll-up.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .prev-trust-scroll-up img{
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  
}


@media (min-width: 768px){
  .prev-trust-scroll-up{
    display: none !important;
  }
}