/* =========================================================
   PLOCAL TRUST WATCH FOR
   ========================================================= */

.plocal-trust-watch {
  position: relative;
  overflow: hidden;
  background: var(--color-white);
}

.plocal-trust-watch::before,
.plocal-trust-watch::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.plocal-trust-watch::before {
  top: 80px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--theme-bg-light) 0%, transparent 70%);
  opacity: 0.8;
}

.plocal-trust-watch::after {
  top: 40px;
  right: -50px;
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle at center, transparent 0 58%, transparent 58%),
    repeating-radial-gradient(
      circle at center,
      transparent 0 12px,
      rgba(12, 44, 122, 0.04) 12px 14px
    );
  border-radius: 50%;
  opacity: 0.45;
}

.plocal-trust-watch .container {
  position: relative;
  z-index: 2;
}

.plocal-trust-watch__heading .site-title-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid var(--border-info-color);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--theme-color);
  font-family: var(--heading-font);
  font-weight: var(--heading-weight);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--box-shadow);
}

.plocal-trust-watch__heading .site-title-tagline i {
  color: var(--theme-color);
}

.plocal-trust-watch__heading .site-title {
  margin-bottom: 16px;
}

.plocal-trust-watch__heading .site-title span {
  color: var(--theme-color);
}

.plocal-trust-watch__intro {
  max-width: 760px;
  margin: 0 auto;
  color: var(--body-text-color);
  font-size: 1.08rem;
  line-height: 1.8;
}

.plocal-trust-watch__layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 440px) minmax(260px, 1fr);
  gap: 32px;
  align-items: center;
  margin-top: 56px;
}

.plocal-trust-watch__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plocal-trust-watch__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 165px;
  padding: 24px 22px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
  border-radius: 24px;
  box-shadow: var(--box-shadow);
  transition: var(--transition2);
}

.plocal-trust-watch__item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--theme-color), var(--theme-color2));
  opacity: 0.95;
}

.plocal-trust-watch__side--left .plocal-trust-watch__item::before {
  left: 0;
}

.plocal-trust-watch__side--right .plocal-trust-watch__item::before {
  right: 0;
}

.plocal-trust-watch__item:hover {
  transform: translateY(-6px);
  box-shadow: var(--box-shadow2);
}

.plocal-trust-watch__item-icon {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-white), var(--theme-bg-light));
  color: var(--theme-color);
  font-size: 2rem;
}

.plocal-trust-watch__item-content h3 {
  margin-bottom: 10px;
  color: var(--theme-color2);
  font-family: var(--heading-font);
  font-size: var(--heading-size-h3);
  font-weight: var(--heading-weight);
  line-height: 1.3;
}

.plocal-trust-watch__item-content p {
  margin: 0;
  color: var(--body-text-color);
  line-height: 1.75;
  font-size: 1rem;
}

/* CENTER */

.plocal-trust-watch__center {
  position: relative;
  display: flex;
  justify-content: center;
}

.plocal-trust-watch__center-inner {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plocal-trust-watch__center-inner::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--theme-bg-light) 0%, transparent 72%);
  z-index: 0;
}

.plocal-trust-watch__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(36, 189, 199, 0.18);
  z-index: 0;
}

.plocal-trust-watch__ring--one {
  inset: 4%;
}

.plocal-trust-watch__ring--two {
  inset: 12%;
  border-style: dashed;
}

.plocal-trust-watch__ring--three {
  inset: 20%;
}

.plocal-trust-watch__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0 0 0 4px var(--color-white), 0 0 16px rgba(36, 189, 199, 0.35);
  z-index: 1;
}

.plocal-trust-watch__dot--one {
  top: 15%;
  left: 18%;
}

.plocal-trust-watch__dot--two {
  top: 28%;
  right: 5%;
}

.plocal-trust-watch__dot--three {
  bottom: 22%;
  left: 10%;
}

.plocal-trust-watch__dot--four {
  bottom: 16%;
  right: 15%;
}

.plocal-trust-watch__center-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(var(--box-shadow2));
  animation: plocalTrustFloat 6s ease-in-out infinite;
}

/* floating icons around image */

.plocal-trust-watch__floating-icon {
  position: absolute;
  z-index: 3;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--theme-color2);
  font-size: 1.7rem;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--border-info-color);
}

.plocal-trust-watch__floating-icon--top {
  top: 10%;
  right: 16%;
  color: var(--theme-color2);
}

.plocal-trust-watch__floating-icon--left {
  left: 8%;
  top: 42%;
  color: var(--theme-color);
}

.plocal-trust-watch__floating-icon--right {
  right: 0;
  top: 48%;
  color: var(--theme-color2);
}

.plocal-trust-watch__floating-icon--bottom-left {
  left: 18%;
  bottom: 11%;
  color: var(--theme-color2);
}

.plocal-trust-watch__floating-icon--bottom-right {
  right: 11%;
  bottom: 10%;
  color: var(--theme-color2);
}

/* CTA */

.plocal-trust-watch__cta {
  margin-top: 42px;
}

.plocal-trust-watch__cta .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--theme-color), var(--color-skyblue));
  color: var(--color-white);
  box-shadow: var(--box-shadow2);
}

.plocal-trust-watch__cta .theme-btn i {
  font-size: 1rem;
}

/* subtle connector feeling */

.plocal-trust-watch__side--left .plocal-trust-watch__item,
.plocal-trust-watch__side--right .plocal-trust-watch__item {
  overflow: hidden;
}

.plocal-trust-watch__side--left .plocal-trust-watch__item::after,
.plocal-trust-watch__side--right .plocal-trust-watch__item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  border-top: 2px dashed rgba(12, 44, 122, 0.16);
}

.plocal-trust-watch__side--left .plocal-trust-watch__item::after {
  right: -28px;
}

.plocal-trust-watch__side--right .plocal-trust-watch__item::after {
  left: -28px;
}

/* animation */

@keyframes plocalTrustFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* responsive */

@media (max-width: 1199px) {
  .plocal-trust-watch__layout {
    grid-template-columns: minmax(240px, 1fr) minmax(280px, 360px) minmax(240px, 1fr);
    gap: 22px;
  }

  .plocal-trust-watch__item {
    min-height: 155px;
    padding: 22px 18px;
  }

  .plocal-trust-watch__item-icon {
    flex-basis: 78px;
    width: 78px;
    height: 78px;
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .plocal-trust-watch__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .plocal-trust-watch__center {
    order: 1;
  }

  .plocal-trust-watch__side--left {
    order: 2;
  }

  .plocal-trust-watch__side--right {
    order: 3;
  }

  .plocal-trust-watch__side {
    gap: 18px;
  }

  .plocal-trust-watch__item::after {
    display: none;
  }

  .plocal-trust-watch__center-inner {
    max-width: 400px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .plocal-trust-watch__intro {
    font-size: 1rem;
    line-height: 1.7;
  }

  .plocal-trust-watch__item {
    min-height: auto;
    padding: 20px 18px;
    gap: 16px;
    border-radius: 20px;
  }

  .plocal-trust-watch__item-icon {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    font-size: 1.45rem;
  }

  .plocal-trust-watch__floating-icon {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
  }

  .plocal-trust-watch__cta .theme-btn {
    padding: 14px 22px;
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .plocal-trust-watch__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .plocal-trust-watch__item-icon {
    margin-bottom: 4px;
  }

  .plocal-trust-watch__center-inner {
    max-width: 320px;
  }

  .plocal-trust-watch__floating-icon--left,
  .plocal-trust-watch__floating-icon--right {
    display: none;
  }
}

/* =========================================================
   PLOCAL TRUST CENTER — PAGE-SPECIFIC SECTIONS
   ========================================================= */

.plocal-trust-center-section {
  position: relative;
  overflow: hidden;
}

.plocal-trust-center-section--soft {
  background: var(--color-gray);
}

.plocal-trust-center-grid {
  margin-top: 16px;
}

.plocal-trust-center-card {
  height: 100%;
  padding: 30px 26px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color2);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  transition: var(--transition2);
}

.plocal-trust-center-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-info-color);
  box-shadow: var(--box-shadow2);
}

.plocal-trust-center-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--theme-bg-light);
  color: var(--theme-color);
  font-size: var(--heading-size-h3);
  transition: var(--transition2);
}

.plocal-trust-center-card:hover .plocal-trust-center-card__icon {
  background: var(--theme-color);
  color: var(--color-white);
}

.plocal-trust-center-card h3,
.plocal-trust-step h3,
.plocal-trust-promise h3 {
  color: var(--color-dark);
  font-size: var(--heading-size-h4);
}

.plocal-trust-center-card p,
.plocal-trust-step p {
  margin: 0;
  color: var(--body-text-color);
  line-height: 1.7;
}

.plocal-trust-center-section--dark {
  background: var(--color-dark);
}

.plocal-trust-center-section--dark .site-title,
.plocal-trust-center-section--dark .plocal-trust-center-lead {
  color: var(--color-white);
}

.plocal-trust-center-section--dark .site-title span {
  color: var(--theme-color);
}

.plocal-trust-center-lead {
  margin: 20px 0 28px;
  line-height: 1.8;
}

.plocal-trust-promise {
  padding: 36px;
  background: var(--color-white);
  border: 1px solid var(--border-white-color);
  border-radius: 18px;
  box-shadow: var(--box-shadow2);
}

.plocal-trust-promise h3 {
  margin-bottom: 22px;
}

.plocal-trust-promise ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plocal-trust-promise li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  color: var(--body-text-color);
  border-top: 1px solid var(--border-info-color2);
}

.plocal-trust-promise li i {
  margin-top: 4px;
  color: var(--color-red);
}

.plocal-trust-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.plocal-trust-step {
  display: flex;
  gap: 22px;
  padding: 28px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color2);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  transition: var(--transition2);
}

.plocal-trust-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--box-shadow2);
}

.plocal-trust-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--theme-bg-light);
  color: var(--theme-color2);
  font-family: var(--heading-font);
  font-size: var(--heading-size-h4);
  font-weight: var(--heading-weight);
}

.plocal-trust-center-action {
  margin-top: 38px;
}

.plocal-trust-report {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 360px);
  gap: 30px;
  align-items: center;
  padding: 44px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color2);
  border-radius: 22px;
  box-shadow: var(--box-shadow2);
}

.plocal-trust-report__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--theme-color2);
  color: var(--color-white);
  font-size: var(--font-size-h2);
}

.plocal-trust-report .site-title {
  margin-top: 14px;
}

.plocal-trust-report__content > p {
  margin: 16px 0 24px;
  color: var(--body-text-color);
  line-height: 1.8;
}

.plocal-trust-report__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plocal-trust-report__note {
  padding: 24px;
  background: var(--theme-bg-light);
  border: 1px solid var(--border-info-color);
  border-radius: 14px;
}

.plocal-trust-report__note i {
  margin-bottom: 12px;
  color: var(--theme-color);
  font-size: var(--heading-size-h3);
}

.plocal-trust-report__note p {
  margin: 0;
  color: var(--color-dark);
  line-height: 1.7;
}

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

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

  .plocal-trust-report__note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .plocal-trust-promise,
  .plocal-trust-report {
    padding: 28px;
  }

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

  .plocal-trust-report__icon {
    width: 68px;
    height: 68px;
  }

  .plocal-trust-report__note {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .plocal-trust-step {
    flex-direction: column;
  }

  .plocal-trust-report__actions .theme-btn {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plocal-trust-center-card,
  .plocal-trust-step {
    transition: none;
  }
}
/* ==========================================================
   PLOCAL — HOW PLOCAL HELPS BUILD TRUST
========================================================== */

.plocal-trust-center-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 5% 18%,
            rgba(36, 189, 199, .04),
            transparent 24%
        ),
        radial-gradient(
            circle at 93% 78%,
            rgba(12, 44, 122, .025),
            transparent 28%
        ),
        var(--color-white);
}


/* ==========================================================
   BACKGROUND
========================================================== */

.plocal-trust-center-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}


/* DOT PATTERNS */

.plocal-trust-center-dots {
    position: absolute;
    width: 200px;
    height: 200px;

    opacity: .18;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .4) 1.4px,
            transparent 1.4px
        );

    background-size:
        18px 18px;

    animation:
        plocalTrustDotsFloat
        9s
        ease-in-out
        infinite;
}


.plocal-trust-center-dots--one {
    top: 2%;
    left: 1%;
}


.plocal-trust-center-dots--two {
    right: 1%;
    bottom: 2%;
    animation-delay: 4.5s;
}


@keyframes plocalTrustDotsFloat {

    0%,
    100% {
        opacity: .12;
        transform: translateY(0);
    }

    50% {
        opacity: .25;
        transform: translateY(-10px);
    }

}


/* LARGE BACKGROUND ORBITS */

.plocal-trust-center-orbit {
    position: absolute;
    border:
        1px solid
        rgba(36, 189, 199, .07);
    border-radius: 50%;
}


.plocal-trust-center-orbit::before,
.plocal-trust-center-orbit::after {
    position: absolute;
    content: "";

    border:
        1px solid
        rgba(12, 44, 122, .035);

    border-radius: inherit;
}


.plocal-trust-center-orbit::before {
    inset: 55px;
}


.plocal-trust-center-orbit::after {
    inset: 110px;
}


.plocal-trust-center-orbit--one {
    top: -420px;
    left: -350px;

    width: 760px;
    height: 760px;
}


.plocal-trust-center-orbit--two {
    right: -400px;
    bottom: -420px;

    width: 820px;
    height: 820px;
}


/* FLOATING LIGHTS */

.plocal-trust-center-light {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px var(--theme-color),
        0 0 22px rgba(36, 189, 199, .4);

    animation:
        plocalTrustLightPulse
        4s
        ease-in-out
        infinite;
}


.plocal-trust-center-light--one {
    top: 16%;
    left: 3%;
}


.plocal-trust-center-light--two {
    right: 4%;
    bottom: 22%;
    animation-delay: 2s;
}


@keyframes plocalTrustLightPulse {

    0%,
    100% {
        opacity: .25;
        transform: scale(.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }

}


/* SUBTLE SHIELD */

.plocal-trust-center-bg-shield {
    position: absolute;

    top: 6%;
    right: 8%;

    color:
        var(--theme-color2);

    font-size: 100px;

    opacity: .035;

    transform:
        rotate(-6deg);
}


/* ==========================================================
   CONTAINER
========================================================== */

.plocal-trust-center-container {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 1600px;

    padding-right:
        clamp(20px, 4vw, 65px);

    padding-left:
        clamp(20px, 4vw, 65px);

    margin: 0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.plocal-trust-center-section
.site-heading {
    margin-bottom: 0;
}


.plocal-trust-center-section
.site-title-tagline {
    margin-bottom: 18px;
}


.plocal-trust-center-section
.site-title {
    margin: 0;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size:
        var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        var(--heading-line-height);

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-trust-center-section
.site-title span {
    color:
        var(--theme-color);
}


.plocal-trust-center-heading-line {
    display: block;

    width: 54px;
    height: 3px;

    margin:
        20px auto 20px;

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    animation:
        plocalTrustHeadingLine
        3s
        ease-in-out
        infinite;
}


@keyframes plocalTrustHeadingLine {

    0%,
    100% {
        width: 54px;
        opacity: .8;
    }

    50% {
        width: 75px;
        opacity: 1;
    }

}


.plocal-trust-center-section
.plocal-section-intro {
    max-width: 720px;

    margin:
        0 auto
        clamp(55px, 5vw, 75px);

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 14px;

    line-height: 1.75;
}


/* ==========================================================
   GRID
========================================================== */

.plocal-trust-center-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        36px
        minmax(0, 1fr)
        36px
        minmax(0, 1fr)
        36px
        minmax(0, 1fr);

    align-items: center;

    gap: 8px;

    width: 100%;
    max-width: 1450px;

    margin:
        0 auto
        28px;
}


/* ==========================================================
   CARD
========================================================== */

.plocal-trust-center-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 470px;

    padding:
        30px 25px 24px;

    overflow: hidden;

    border:
        1px solid
        var(--border-info-color);

    border-radius: 22px;

    background:
        linear-gradient(
            155deg,
            rgba(255, 255, 255, 1),
            rgba(248, 251, 255, .96)
        );

    box-shadow:
        0 17px 40px
        rgba(8, 29, 77, .07);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


/* SOFT CYAN GLOW */

.plocal-trust-center-card::before {
    position: absolute;

    top: -100px;
    right: -100px;

    width: 250px;
    height: 250px;

    content: "";

    pointer-events: none;

    border-radius: 50%;

    opacity: 0;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .13),
            transparent 68%
        );

    transition:
        opacity .45s ease,
        transform .5s ease;
}


/* BOTTOM CYAN LINE */

.plocal-trust-center-card::after {
    position: absolute;

    right: 25px;
    bottom: 8px;
    left: 25px;

    height: 4px;

    content: "";

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            var(--theme-color2),
            var(--theme-color)
        );

    transform:
        scaleX(.85);

    transition:
        transform .4s ease;
}


.plocal-trust-center-card:hover {
    border-color:
        rgba(36, 189, 199, .28);

    box-shadow:
        0 25px 55px
        rgba(8, 29, 77, .11);

    transform:
        translateY(-8px);
}


.plocal-trust-center-card:hover::before {
    opacity: 1;
    transform: scale(1.12);
}


.plocal-trust-center-card:hover::after {
    transform:
        scaleX(1);
}


/* ==========================================================
   NUMBER
========================================================== */

.plocal-trust-center-card__number {
    position: absolute;

    top: 0;
    left: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 49px;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size: 15px;

    font-weight: 700;

    border-radius:
        21px 0 16px 0;

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--theme-color2)
        );

    box-shadow:
        7px 8px 18px
        rgba(36, 189, 199, .12);
}


/* ==========================================================
   CARD VISUAL
========================================================== */

.plocal-trust-center-card__visual {
    position: relative;

    display: grid;

    place-items: center;

    width: 155px;
    height: 155px;

    margin:
        0 auto 14px;
}


/* ORBIT */

.plocal-trust-center-card__orbit {
    position: absolute;

    inset: 2px;

    border:
        1px dashed
        rgba(36, 189, 199, .32);

    border-radius: 50%;

    animation:
        plocalTrustCardOrbit
        16s
        linear
        infinite;
}


@keyframes plocalTrustCardOrbit {

    to {
        transform: rotate(360deg);
    }

}


/* ORBIT DOT */

.plocal-trust-center-card__orbit-dot {
    position: absolute;

    top: 68px;
    right: -2px;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px
        rgba(36, 189, 199, .55);
}


/* ==========================================================
   MAIN ICON
========================================================== */

.plocal-trust-center-card__icon {
    position: relative;
    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 118px;
    height: 118px;

    color:
        var(--theme-color2);

    font-size: 43px;

    border:
        1px solid
        rgba(36, 189, 199, .18);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--color-white),
            var(--theme-color-light)
        );

    box-shadow:
        0 12px 28px
        rgba(8, 29, 77, .08),
        inset 0 0 0 7px
        rgba(255, 255, 255, .65);

    transition:
        color .4s ease,
        background .4s ease,
        transform .4s ease,
        box-shadow .4s ease;
}


/* Alternate subtle icon colors */

.plocal-trust-center-card:nth-of-type(3)
.plocal-trust-center-card__icon,

.plocal-trust-center-card:nth-of-type(7)
.plocal-trust-center-card__icon {
    color:
        var(--theme-color);
}


.plocal-trust-center-card:hover
.plocal-trust-center-card__icon {
    color:
        var(--color-white);

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--theme-color2)
        );

    box-shadow:
        0 15px 34px
        rgba(36, 189, 199, .2);

    transform:
        scale(1.05)
        rotate(-2deg);
}


/* ==========================================================
   DIVIDER
========================================================== */

.plocal-trust-center-card__divider {
    display: block;

    width: 35px;
    height: 2px;

    margin:
        0 auto 16px;

    border-radius: 50px;

    background:
        var(--theme-color);

    transition:
        width .35s ease;
}


.plocal-trust-center-card:hover
.plocal-trust-center-card__divider {
    width: 55px;
}


/* ==========================================================
   TEXT
========================================================== */

.plocal-trust-center-card h3 {
    margin:
        0 0 10px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 17px;

    font-weight: 700;

    line-height: 1.25;

    text-align: center;
}


.plocal-trust-center-card > p {
    margin:
        0 0 19px;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 12px;

    line-height: 1.65;

    text-align: center;
}


/* ==========================================================
   CARD FOOTER / MINI POINTS
========================================================== */

.plocal-trust-center-card__footer {
    display: grid;

    gap: 8px;

    padding-top: 5px;

    margin-top: 25px;

    border-top:
        1px solid
        var(--border-info-color2);
}


.plocal-trust-center-card__footer span {
    display: flex;

    align-items: center;

    gap: 8px;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 10px;

    font-weight: 500;

    line-height: 1.4;
}


.plocal-trust-center-card__footer i {
    flex: 0 0 auto;

    color:
        var(--theme-color);

    font-size: 11px;
}


/* ==========================================================
   CONNECTORS
========================================================== */

.plocal-trust-center-connector {
    position: relative;
    z-index: 5;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    margin-left: -4px;

    color:
        var(--theme-color);

    font-size: 12px;

    border:
        1px solid
        var(--border-info-color);

    border-radius: 50%;

    background:
        var(--color-white);

    box-shadow:
        0 8px 18px
        rgba(8, 29, 77, .08);

    animation:
        plocalTrustConnectorPulse
        3s
        ease-in-out
        infinite;
}


@keyframes plocalTrustConnectorPulse {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

}


/* ==========================================================
   COMMITMENT STRIP
========================================================== */

.plocal-trust-center-commitment {
    display: grid;

    grid-template-columns:
        75px
        minmax(300px, 1.3fr)
        repeat(3, minmax(170px, .65fr));

    align-items: center;

    gap: 21px;

    max-width: 1450px;

    padding:
        18px 24px;

    margin: 0 auto;

    border:
        1px solid
        var(--border-info-color);

    border-radius: 19px;

    background:
        rgba(255, 255, 255, .95);

    box-shadow:
        0 14px 35px
        rgba(8, 29, 77, .065);
}


/* LARGE SHIELD */

.plocal-trust-center-commitment__icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    color:
        var(--color-white);

    font-size: 24px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--theme-color2)
        );

    box-shadow:
        0 10px 25px
        rgba(36, 189, 199, .19);

    animation:
        plocalTrustShieldPulse
        4s
        ease-in-out
        infinite;
}


@keyframes plocalTrustShieldPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

}


/* COPY */

.plocal-trust-center-commitment__copy {
    padding-right: 18px;

    border-right:
        1px solid
        var(--border-info-color2);
}


.plocal-trust-center-commitment__copy > span {
    display: block;

    margin-bottom: 4px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 14px;

    font-weight: 700;
}


.plocal-trust-center-commitment__copy p {
    max-width: 500px;

    margin: 0;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 10px;

    line-height: 1.55;
}


/* MINI ITEM */

.plocal-trust-center-commitment__item {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr);

    align-items: center;

    gap: 10px;
}


.plocal-trust-center-commitment__mini-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    color:
        var(--theme-color);

    font-size: 15px;

    border:
        1px solid
        rgba(36, 189, 199, .16);

    border-radius: 50%;

    background:
        var(--theme-bg-light);
}


.plocal-trust-center-commitment__item strong {
    display: block;

    margin-bottom: 3px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 10px;

    font-weight: 700;
}


.plocal-trust-center-commitment__item
div > span {
    display: block;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 8px;

    line-height: 1.45;
}


/* ==========================================================
   INITIAL REVEAL
========================================================== */

.plocal-trust-center-card {
    animation:
        plocalTrustCardIdle
        6s
        ease-in-out
        infinite;
}


.plocal-trust-center-card:nth-of-type(3) {
    animation-delay: .5s;
}


.plocal-trust-center-card:nth-of-type(5) {
    animation-delay: 1s;
}


.plocal-trust-center-card:nth-of-type(7) {
    animation-delay: 1.5s;
}


@keyframes plocalTrustCardIdle {

    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -3px;
    }

}


/* ==========================================================
   <= 1399PX
========================================================== */

@media (max-width: 1399px) {

    .plocal-trust-center-grid {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        gap: 14px;
    }


    .plocal-trust-center-connector {
        display: none;
    }


    .plocal-trust-center-card {
        min-height: 470px;

        padding:
            28px 20px 22px;
    }


    .plocal-trust-center-card__visual {
        width: 140px;
        height: 140px;
    }


    .plocal-trust-center-card__icon {
        width: 105px;
        height: 105px;

        font-size: 38px;
    }


    .plocal-trust-center-commitment {
        grid-template-columns:
            65px
            minmax(260px, 1.2fr)
            repeat(3, minmax(145px, .7fr));

        gap: 15px;
    }

}


/* ==========================================================
   <= 1199PX
========================================================== */

@media (max-width: 1199px) {

    .plocal-trust-center-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }


    .plocal-trust-center-card {
        min-height: 445px;
    }


    .plocal-trust-center-commitment {
        grid-template-columns:
            65px
            minmax(0, 1fr);

        gap: 15px;
    }


    .plocal-trust-center-commitment__copy {
        border-right: 0;
    }


    .plocal-trust-center-commitment__item {
        grid-column: span 1;

        margin-left: 80px;
    }

}


/* ==========================================================
   <= 767PX
========================================================== */

@media (max-width: 767px) {

    .plocal-trust-center-container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-trust-center-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .plocal-trust-center-card {
        min-height: auto;

        padding:
            27px 20px 24px;
    }


    .plocal-trust-center-card__visual {
        width: 125px;
        height: 125px;
    }


    .plocal-trust-center-card__icon {
        width: 92px;
        height: 92px;

        font-size: 32px;
    }


    .plocal-trust-center-card h3 {
        font-size: 16px;
    }


    .plocal-trust-center-section
    .plocal-section-intro {
        margin-bottom: 45px;

        font-size: 12px;
    }


    .plocal-trust-center-commitment {
        grid-template-columns: 1fr;

        padding:
            20px;

        text-align: center;
    }


    .plocal-trust-center-commitment__icon {
        margin:
            0 auto;
    }


    .plocal-trust-center-commitment__copy {
        padding: 0;
    }


    .plocal-trust-center-commitment__item {
        grid-template-columns:
            42px
            minmax(0, 1fr);

        width: 100%;
        max-width: 270px;

        margin:
            0 auto;

        text-align: left;
    }


    .plocal-trust-center-bg-shield {
        display: none;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-trust-center-dots,
    .plocal-trust-center-light,
    .plocal-trust-center-heading-line,
    .plocal-trust-center-card,
    .plocal-trust-center-card__orbit,
    .plocal-trust-center-connector,
    .plocal-trust-center-commitment__icon {
        animation: none !important;
    }

}

/* ==========================================================
   PLOCAL — WHAT TO WATCH FOR
========================================================== */

.plocal-trust-watch {
    position: relative;

    overflow: hidden;

    isolation: isolate;

    background:
        radial-gradient(
            circle at 5% 45%,
            rgba(36, 189, 199, .14),
            transparent 30%
        ),
        radial-gradient(
            circle at 96% 25%,
            rgba(36, 189, 199, .12),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #06183f 0%,
            var(--theme-color2) 48%,
            #041633 100%
        );
}


/* ==========================================================
   BACKGROUND DECORATION
========================================================== */

.plocal-trust-watch__background {
    position: absolute;

    z-index: 0;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* GLOW */

.plocal-trust-watch__glow {
    position: absolute;

    width: 480px;
    height: 480px;

    border-radius: 50%;

    filter: blur(85px);

    opacity: .22;

    background:
        var(--theme-color);

    animation:
        plocalWatchGlow
        8s
        ease-in-out
        infinite;
}


.plocal-trust-watch__glow--left {
    top: 25%;
    left: -330px;
}


.plocal-trust-watch__glow--right {
    top: 0;
    right: -360px;

    animation-delay: 4s;
}


@keyframes plocalWatchGlow {

    0%,
    100% {
        opacity: .13;
        transform: scale(.85);
    }

    50% {
        opacity: .27;
        transform: scale(1.08);
    }

}


/* DOT MATRIX */

.plocal-trust-watch__bg-dots {
    position: absolute;

    width: 250px;
    height: 220px;

    opacity: .14;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .65) 1.3px,
            transparent 1.3px
        );

    background-size:
        17px 17px;

    animation:
        plocalWatchDots
        10s
        ease-in-out
        infinite;
}


.plocal-trust-watch__bg-dots--top {
    top: 3%;
    right: 2%;
}


.plocal-trust-watch__bg-dots--bottom {
    bottom: 2%;
    left: 1%;

    animation-delay: 5s;
}


@keyframes plocalWatchDots {

    0%,
    100% {
        transform: translateY(0);
        opacity: .08;
    }

    50% {
        transform: translateY(-10px);
        opacity: .2;
    }

}


/* WAVES */

.plocal-trust-watch__wave {
    position: absolute;

    width: 650px;
    height: 260px;

    border:
        1px solid
        rgba(36, 189, 199, .06);

    border-radius: 50%;

    transform:
        rotate(-12deg);
}


.plocal-trust-watch__wave::before,
.plocal-trust-watch__wave::after {
    position: absolute;

    content: "";

    border:
        1px solid
        rgba(36, 189, 199, .05);

    border-radius: inherit;
}


.plocal-trust-watch__wave::before {
    inset: 26px;
}


.plocal-trust-watch__wave::after {
    inset: 52px;
}


.plocal-trust-watch__wave--one {
    top: 6%;
    left: -290px;
}


.plocal-trust-watch__wave--two {
    right: -320px;
    bottom: -40px;

    transform:
        rotate(14deg);
}


/* ROUTES */

.plocal-trust-watch__route {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: .25;
}


.plocal-trust-watch__route path {
    fill: none;

    stroke:
        rgba(36, 189, 199, .22);

    stroke-width: 1;

    stroke-dasharray:
        4 18;

    vector-effect:
        non-scaling-stroke;

    animation:
        plocalWatchRoute
        28s
        linear
        infinite;
}


.plocal-trust-watch__route path:nth-child(2) {
    animation-direction: reverse;
    animation-duration: 35s;
}


@keyframes plocalWatchRoute {

    to {
        stroke-dashoffset: -320;
    }

}


/* ==========================================================
   CONTAINER
========================================================== */

.plocal-trust-watch__container {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 1700px;

    padding-right:
        clamp(22px, 5vw, 90px);

    padding-left:
        clamp(22px, 5vw, 90px);

    margin:
        0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.plocal-trust-watch__heading {
    margin-bottom:
        clamp(50px, 5vw, 70px);
}


.plocal-trust-watch
.site-title-tagline {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding:
        7px 15px;

    margin-bottom: 20px;

    color:
        var(--color-white);

    font-family:
        var(--body-font);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;

    border:
        1px solid
        rgba(36, 189, 199, .52);

    border-radius: 50px;

    background:
        rgba(36, 189, 199, .08);

    box-shadow:
        0 0 24px
        rgba(36, 189, 199, .11);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}


.plocal-trust-watch
.site-title-tagline i {
    color:
        var(--theme-color);
}


.plocal-trust-watch
.site-title {
    margin: 0;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size:
        var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        var(--heading-line-height);

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-trust-watch
.site-title span {
    color:
        var(--theme-color);
}


/* SMALL GLOWING LINE */

.plocal-trust-watch__heading-line {
    position: relative;

    display: block;

    width: 70px;
    height: 2px;

    margin:
        18px auto 16px;

    border-radius: 50px;

    background:
        rgba(36, 189, 199, .33);
}


.plocal-trust-watch__heading-line::after {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;

    content: "";

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 10px
        var(--theme-color);

    transform:
        translate(-50%, -50%);

    animation:
        plocalWatchHeadingDot
        3s
        ease-in-out
        infinite;
}


@keyframes plocalWatchHeadingDot {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            scale(.75);
    }

    50% {
        transform:
            translate(-50%, -50%)
            scale(1.35);
    }

}


.plocal-trust-watch__intro {
    max-width: 720px;

    margin: 0 auto;

    color:
        rgba(255, 255, 255, .65);

    font-family:
        var(--body-font);

    font-size: 14px;

    line-height: 1.7;
}


.plocal-trust-watch__intro strong {
    color:
        var(--theme-color);

    font-weight: 700;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.plocal-trust-watch__layout {
    display: grid;

    grid-template-columns:
        minmax(300px, .9fr)
        minmax(420px, 1.1fr)
        minmax(300px, .9fr);

    align-items: center;

    gap:
        clamp(5px, 2vw, 65px);

    width: 100%;

    max-width: 1500px;

    margin:
        0 auto;
}


/* ==========================================================
   SIDE COLUMNS
========================================================== */

.plocal-trust-watch__side {
    display: grid;

    gap: 20px;
}


/* ==========================================================
   CARD
========================================================== */

.plocal-trust-watch__item {
    position: relative;

    display: grid;

    grid-template-columns:
        76px
        minmax(0, 1fr)
        25px;

    align-items: center;

    gap: 18px;

    min-height: 150px;

    padding:
        21px 20px;

    overflow: hidden;

    border:
        1px solid
        rgba(98, 211, 218, .24);

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(8, 37, 88, .86),
            rgba(5, 26, 67, .95)
        );

    box-shadow:
        0 18px 42px
        rgba(0, 0, 0, .18);

    backdrop-filter:
        blur(9px);

    -webkit-backdrop-filter:
        blur(9px);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}


/* CYAN SIDE LINE */

.plocal-trust-watch__item::before {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: 4px;

    content: "";

    border-radius:
        16px 0 0 16px;

    background:
        linear-gradient(
            180deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 0 12px
        rgba(36, 189, 199, .28);
}


/* HOVER LIGHT */

.plocal-trust-watch__item::after {
    position: absolute;

    top: -100px;
    right: -100px;

    width: 230px;
    height: 230px;

    content: "";

    pointer-events: none;

    border-radius: 50%;

    opacity: 0;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .16),
            transparent 67%
        );

    transition:
        opacity .4s ease,
        transform .45s ease;
}


.plocal-trust-watch__item:hover {
    border-color:
        rgba(36, 189, 199, .52);

    background:
        linear-gradient(
            145deg,
            rgba(9, 43, 99, .95),
            rgba(5, 29, 74, .98)
        );

    box-shadow:
        0 22px 48px
        rgba(0, 0, 0, .22),
        0 0 25px
        rgba(36, 189, 199, .08);

    transform:
        translateY(-5px)
        translateX(3px);
}


.plocal-trust-watch__item:hover::after {
    opacity: 1;

    transform:
        scale(1.15);
}


/* ==========================================================
   CARD ICON
========================================================== */

.plocal-trust-watch__item-icon {
    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    color:
        var(--theme-color);

    font-size: 26px;

    border:
        1px solid
        rgba(36, 189, 199, .4);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(36, 189, 199, .13),
            rgba(12, 44, 122, .2)
        );

    box-shadow:
        inset 0 0 20px
        rgba(36, 189, 199, .05);

    transition:
        color .35s ease,
        background .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-trust-watch__item:hover
.plocal-trust-watch__item-icon {
    color:
        var(--color-white);

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--theme-color2)
        );

    box-shadow:
        0 0 25px
        rgba(36, 189, 199, .22);

    transform:
        scale(1.07)
        rotate(-3deg);
}


/* ==========================================================
   CARD CONTENT
========================================================== */

.plocal-trust-watch__item-content {
    position: relative;

    z-index: 3;
}


.plocal-trust-watch__item-content h3 {
    margin:
        0 0 8px;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size: 18px;

    font-weight: 700;

    line-height: 1.25;
}


.plocal-trust-watch__item-content p {
    margin: 0;

    color:
        rgba(255, 255, 255, .63);

    font-family:
        var(--body-font);

    font-size: 11px;

    line-height: 1.65;
}


.plocal-trust-watch__item-content strong {
    color:
        var(--color-white);
}


/* ARROW */

.plocal-trust-watch__item-arrow {
    position: relative;

    z-index: 3;

    color:
        rgba(255, 255, 255, .5);

    font-size: 13px;

    transition:
        color .35s ease,
        transform .35s ease;
}


.plocal-trust-watch__item:hover
.plocal-trust-watch__item-arrow {
    color:
        var(--theme-color);

    transform:
        translateX(4px);
}


/* ==========================================================
   CENTER
========================================================== */

.plocal-trust-watch__center {
    position: relative;

    display: grid;

    place-items: center;

    min-height: 540px;
}


.plocal-trust-watch__center-inner {
    position: relative;

    display: grid;

    place-items: center;

    width: 500px;
    height: 500px;
}


/* ==========================================================
   SHIELD GLOW
========================================================== */

.plocal-trust-watch__shield-glow {
    position: absolute;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .28),
            rgba(36, 189, 199, .08) 40%,
            transparent 72%
        );

    filter:
        blur(16px);

    animation:
        plocalWatchShieldGlow
        4s
        ease-in-out
        infinite;
}


@keyframes plocalWatchShieldGlow {

    0%,
    100% {
        opacity: .5;
        transform: scale(.92);
    }

    50% {
        opacity: .95;
        transform: scale(1.08);
    }

}


/* ==========================================================
   CENTER RINGS
========================================================== */

.plocal-trust-watch__ring {
    position: absolute;

    border-radius: 50%;
}


.plocal-trust-watch__ring--one {
    width: 455px;
    height: 455px;

    border:
        1px solid
        rgba(36, 189, 199, .4);

    animation:
        plocalWatchRingRotate
        24s
        linear
        infinite;
}


.plocal-trust-watch__ring--two {
    width: 405px;
    height: 405px;

    border:
        1px dashed
        rgba(36, 189, 199, .5);

    animation:
        plocalWatchRingReverse
        18s
        linear
        infinite;
}


.plocal-trust-watch__ring--three {
    width: 345px;
    height: 345px;

    border:
        1px solid
        rgba(98, 211, 218, .15);

    box-shadow:
        inset 0 0 35px
        rgba(36, 189, 199, .04);
}


@keyframes plocalWatchRingRotate {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes plocalWatchRingReverse {

    to {
        transform:
            rotate(-360deg);
    }

}


/* ==========================================================
   ORBIT DOTS
========================================================== */

.plocal-trust-watch__dot {
    position: absolute;

    z-index: 4;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px
        var(--theme-color),
        0 0 18px
        rgba(36, 189, 199, .5);

    animation:
        plocalWatchDotPulse
        3s
        ease-in-out
        infinite;
}


.plocal-trust-watch__dot--one {
    top: 44px;
    left: 246px;
}


.plocal-trust-watch__dot--two {
    top: 243px;
    right: 21px;

    animation-delay: .75s;
}


.plocal-trust-watch__dot--three {
    bottom: 45px;
    left: 216px;

    animation-delay: 1.5s;
}


.plocal-trust-watch__dot--four {
    top: 244px;
    left: 21px;

    animation-delay: 2.25s;
}


@keyframes plocalWatchDotPulse {

    0%,
    100% {
        opacity: .3;

        transform:
            scale(.65);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.45);
    }

}


/* ==========================================================
   SHIELD IMAGE
========================================================== */

.plocal-trust-watch__shield {
    position: relative;

    z-index: 6;

    display: grid;

    place-items: center;

    width: 305px;
    height: 305px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .14),
            rgba(4, 22, 56, .3) 65%,
            transparent 72%
        );

    animation:
        plocalWatchShieldFloat
        5s
        ease-in-out
        infinite;
}


@keyframes plocalWatchShieldFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-9px);
    }

}


.plocal-trust-watch__center-image {
    display: block;

    width: 100%;
    max-width: 285px;

    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(
            0 20px 30px
            rgba(0, 0, 0, .22)
        )
        drop-shadow(
            0 0 18px
            rgba(36, 189, 199, .18)
        );
}


/* ==========================================================
   FLOATING ICONS
========================================================== */

.plocal-trust-watch__floating-icon {
    position: absolute;

    z-index: 8;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color:
        var(--theme-color);

    font-size: 20px;

    border:
        1px solid
        rgba(36, 189, 199, .52);

    border-radius: 50%;

    background:
        rgba(6, 27, 67, .92);

    box-shadow:
        0 10px 25px
        rgba(0, 0, 0, .22),
        0 0 18px
        rgba(36, 189, 199, .11);

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

    animation:
        plocalWatchFloatingIcon
        4s
        ease-in-out
        infinite;
}


.plocal-trust-watch__floating-icon--top {
    top: 55px;
    right: 87px;
}


.plocal-trust-watch__floating-icon--left {
    top: 125px;
    left: 28px;

    animation-delay: .8s;
}


.plocal-trust-watch__floating-icon--right {
    top: 212px;
    right: 20px;

    animation-delay: 1.6s;
}


.plocal-trust-watch__floating-icon--bottom-left {
    bottom: 74px;
    left: 56px;

    animation-delay: 2.4s;
}


.plocal-trust-watch__floating-icon--bottom-right {
    right: 62px;
    bottom: 70px;

    animation-delay: 3.2s;
}


@keyframes plocalWatchFloatingIcon {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(0);
    }

    50% {
        transform:
            translateY(-7px)
            rotate(3deg);
    }

}


/* ==========================================================
   PLATFORM UNDER SHIELD
========================================================== */

.plocal-trust-watch__platform {
    position: absolute;

    z-index: 3;

    bottom: 32px;

    width: 330px;
    height: 60px;

    border:
        1px solid
        rgba(36, 189, 199, .45);

    border-radius: 50%;

    box-shadow:
        0 0 25px
        rgba(36, 189, 199, .16),
        inset 0 0 25px
        rgba(36, 189, 199, .08);

    animation:
        plocalWatchPlatformPulse
        4s
        ease-in-out
        infinite;
}


.plocal-trust-watch__platform::before,
.plocal-trust-watch__platform::after {
    position: absolute;

    top: 50%;
    left: 50%;

    content: "";

    border:
        1px solid
        rgba(36, 189, 199, .17);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


.plocal-trust-watch__platform::before {
    width: 260px;
    height: 40px;
}


.plocal-trust-watch__platform::after {
    width: 190px;
    height: 25px;
}


@keyframes plocalWatchPlatformPulse {

    0%,
    100% {
        opacity: .5;

        transform:
            scale(.96);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.03);
    }

}


/* ==========================================================
   CTA
========================================================== */

.plocal-trust-watch__cta {
    margin-top:
        clamp(35px, 4vw, 52px);
}


.plocal-trust-watch__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    min-width: 350px;

    padding:
        14px 24px;

    color:
        var(--theme-color2);

    border:
        1px solid
        rgba(255, 255, 255, .35);

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            var(--color-skyblue),
            var(--theme-color)
        );

    box-shadow:
        0 14px 35px
        rgba(36, 189, 199, .23),
        0 0 30px
        rgba(36, 189, 199, .11);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-trust-watch__button:hover {
    color:
        var(--theme-color2);

    transform:
        translateY(-4px);

    box-shadow:
        0 20px 42px
        rgba(36, 189, 199, .31),
        0 0 38px
        rgba(36, 189, 199, .15);
}


.plocal-trust-watch__button-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;

    color:
        var(--theme-color);

    border-radius: 50%;

    background:
        var(--color-white);
}


.plocal-trust-watch__button
> i:last-child {
    transition:
        transform .3s ease;
}


.plocal-trust-watch__button:hover
> i:last-child {
    transform:
        translateX(5px);
}


/* ==========================================================
   CARD ENTRY ANIMATIONS
========================================================== */

.plocal-trust-watch__side--left
.plocal-trust-watch__item {
    animation:
        plocalWatchCardLeft
        .8s
        ease
        both;
}


.plocal-trust-watch__side--right
.plocal-trust-watch__item {
    animation:
        plocalWatchCardRight
        .8s
        ease
        both;
}


.plocal-trust-watch__side
.plocal-trust-watch__item:nth-child(1) {
    animation-delay: .1s;
}


.plocal-trust-watch__side
.plocal-trust-watch__item:nth-child(2) {
    animation-delay: .25s;
}


.plocal-trust-watch__side
.plocal-trust-watch__item:nth-child(3) {
    animation-delay: .4s;
}


@keyframes plocalWatchCardLeft {

    from {
        opacity: 0;

        transform:
            translateX(-30px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


@keyframes plocalWatchCardRight {

    from {
        opacity: 0;

        transform:
            translateX(30px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* ==========================================================
   RESPONSIVE — 1399PX
========================================================== */

@media (max-width: 1399px) {

    .plocal-trust-watch__layout {
        grid-template-columns:
            minmax(280px, .9fr)
            minmax(360px, 1fr)
            minmax(280px, .9fr);

        gap: 25px;
    }


    .plocal-trust-watch__center-inner {
        width: 420px;
        height: 420px;
    }


    .plocal-trust-watch__ring--one {
        width: 390px;
        height: 390px;
    }


    .plocal-trust-watch__ring--two {
        width: 345px;
        height: 345px;
    }


    .plocal-trust-watch__ring--three {
        width: 300px;
        height: 300px;
    }


    .plocal-trust-watch__shield {
        width: 265px;
        height: 265px;
    }


    .plocal-trust-watch__center-image {
        max-width: 245px;
    }


    .plocal-trust-watch__item {
        min-height: 140px;

        grid-template-columns:
            64px
            minmax(0, 1fr)
            20px;

        gap: 14px;

        padding:
            18px 16px;
    }


    .plocal-trust-watch__item-icon {
        width: 60px;
        height: 60px;

        font-size: 22px;
    }

}


/* ==========================================================
   RESPONSIVE — 1199PX
========================================================== */

@media (max-width: 1199px) {

    .plocal-trust-watch__layout {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }


    .plocal-trust-watch__center {
        grid-column:
            1 / -1;

        grid-row: 1;

        min-height: 450px;
    }


    .plocal-trust-watch__side--left {
        grid-column: 1;
        grid-row: 2;
    }


    .plocal-trust-watch__side--right {
        grid-column: 2;
        grid-row: 2;
    }


    .plocal-trust-watch__item {
        height: 100%;
    }

}


/* ==========================================================
   RESPONSIVE — 767PX
========================================================== */

@media (max-width: 767px) {

    .plocal-trust-watch__container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-trust-watch__layout {
        display: flex;

        flex-direction: column;

        gap: 18px;
    }


    .plocal-trust-watch__center {
        order: 1;

        min-height: 370px;
    }


    .plocal-trust-watch__side--left {
        order: 2;
    }


    .plocal-trust-watch__side--right {
        order: 3;
    }


    .plocal-trust-watch__center-inner {
        width: 340px;
        height: 340px;
    }


    .plocal-trust-watch__ring--one {
        width: 325px;
        height: 325px;
    }


    .plocal-trust-watch__ring--two {
        width: 285px;
        height: 285px;
    }


    .plocal-trust-watch__ring--three {
        width: 245px;
        height: 245px;
    }


    .plocal-trust-watch__shield {
        width: 220px;
        height: 220px;
    }


    .plocal-trust-watch__center-image {
        max-width: 205px;
    }


    .plocal-trust-watch__floating-icon {
        width: 43px;
        height: 43px;

        font-size: 15px;
    }


    .plocal-trust-watch__floating-icon--top {
        top: 38px;
        right: 56px;
    }


    .plocal-trust-watch__floating-icon--left {
        top: 99px;
        left: 16px;
    }


    .plocal-trust-watch__floating-icon--right {
        top: 159px;
        right: 13px;
    }


    .plocal-trust-watch__floating-icon--bottom-left {
        bottom: 53px;
        left: 34px;
    }


    .plocal-trust-watch__floating-icon--bottom-right {
        right: 38px;
        bottom: 52px;
    }


    .plocal-trust-watch__platform {
        bottom: 20px;

        width: 240px;
        height: 43px;
    }


    .plocal-trust-watch__side {
        width: 100%;
    }


    .plocal-trust-watch__item {
        min-height: 125px;
    }


    .plocal-trust-watch__button {
        width: 100%;

        min-width: 0;

        max-width: 390px;
    }

}


/* ==========================================================
   RESPONSIVE — 480PX
========================================================== */

@media (max-width: 480px) {

    .plocal-trust-watch__center {
        min-height: 320px;
    }


    .plocal-trust-watch__center-inner {
        width: 290px;
        height: 290px;
    }


    .plocal-trust-watch__ring--one {
        width: 280px;
        height: 280px;
    }


    .plocal-trust-watch__ring--two {
        width: 245px;
        height: 245px;
    }


    .plocal-trust-watch__ring--three {
        width: 210px;
        height: 210px;
    }


    .plocal-trust-watch__shield {
        width: 185px;
        height: 185px;
    }


    .plocal-trust-watch__center-image {
        max-width: 175px;
    }


    .plocal-trust-watch__item {
        grid-template-columns:
            53px
            minmax(0, 1fr);

        min-height: auto;

        padding:
            17px 14px;
    }


    .plocal-trust-watch__item-icon {
        width: 50px;
        height: 50px;

        font-size: 18px;
    }


    .plocal-trust-watch__item-arrow {
        display: none;
    }


    .plocal-trust-watch__item-content h3 {
        font-size: 15px;
    }


    .plocal-trust-watch__item-content p {
        font-size: 10px;
    }


    .plocal-trust-watch__floating-icon {
        display: none;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-trust-watch__glow,
    .plocal-trust-watch__bg-dots,
    .plocal-trust-watch__route path,
    .plocal-trust-watch__heading-line::after,
    .plocal-trust-watch__ring,
    .plocal-trust-watch__dot,
    .plocal-trust-watch__shield,
    .plocal-trust-watch__floating-icon,
    .plocal-trust-watch__platform,
    .plocal-trust-watch__item {
        animation: none !important;
    }

}

/* ==========================================================
   PLOCAL — VERIFY BADGE / PROFILE SECTION
========================================================== */

.plocal-verify-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    padding-top: 120px !important;
    padding-bottom: 120px !important;

    background:
        radial-gradient(
            circle at 8% 22%,
            rgba(36, 189, 199, .055),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 78%,
            rgba(12, 44, 122, .035),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            var(--color-white) 0%,
            #f8fbff 100%
        );
}


/* ==========================================================
   SEPARATION FROM PREVIOUS SECTION
========================================================== */

.plocal-verify-section::before {
    position: absolute;
    z-index: 1;

    top: 0;
    left: 50%;

    width: min(92%, 1500px);
    height: 1px;

    content: "";

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(36, 189, 199, .22),
            rgba(12, 44, 122, .08),
            rgba(36, 189, 199, .22),
            transparent
        );
}


/* ==========================================================
   DECORATIVE BACKGROUND
========================================================== */

.plocal-verify-bg {
    position: absolute;
    z-index: 0;
    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* ==========================================================
   ORBITS
========================================================== */

.plocal-verify-orbit {
    position: absolute;

    border:
        1px solid
        rgba(36, 189, 199, .07);

    border-radius: 50%;

    animation:
        plocalVerifyOrbitFloat
        14s
        ease-in-out
        infinite;
}


.plocal-verify-orbit::before,
.plocal-verify-orbit::after {
    position: absolute;

    content: "";

    border:
        1px solid
        rgba(12, 44, 122, .035);

    border-radius: inherit;
}


.plocal-verify-orbit::before {
    inset: 50px;
}


.plocal-verify-orbit::after {
    inset: 100px;
}


.plocal-verify-orbit--one {
    top: -370px;
    right: -320px;

    width: 720px;
    height: 720px;
}


.plocal-verify-orbit--two {
    bottom: -430px;
    left: -360px;

    width: 760px;
    height: 760px;

    animation-delay: -7s;
}


@keyframes plocalVerifyOrbitFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(0);
    }

    50% {
        transform:
            translateY(-12px)
            rotate(3deg);
    }

}


/* ==========================================================
   DOT PATTERNS
========================================================== */

.plocal-verify-dots {
    position: absolute;

    width: 220px;
    height: 220px;

    opacity: .15;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .4) 1.4px,
            transparent 1.4px
        );

    background-size:
        18px 18px;

    animation:
        plocalVerifyDots
        9s
        ease-in-out
        infinite;
}


.plocal-verify-dots--one {
    top: 5%;
    left: 2%;
}


.plocal-verify-dots--two {
    right: 2%;
    bottom: 5%;

    animation-delay: 4.5s;
}


@keyframes plocalVerifyDots {

    0%,
    100% {
        opacity: .1;
        transform:
            translateY(0);
    }

    50% {
        opacity: .23;
        transform:
            translateY(-10px);
    }

}


/* ==========================================================
   BACKGROUND GLOW
========================================================== */

.plocal-verify-glow {
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    filter:
        blur(85px);

    background:
        var(--theme-color);

    opacity: .07;

    animation:
        plocalVerifyGlowPulse
        8s
        ease-in-out
        infinite;
}


.plocal-verify-glow--one {
    top: 18%;
    left: -280px;
}


.plocal-verify-glow--two {
    right: -300px;
    bottom: 8%;

    animation-delay: 4s;
}


@keyframes plocalVerifyGlowPulse {

    0%,
    100% {
        opacity: .04;
        transform:
            scale(.9);
    }

    50% {
        opacity: .11;
        transform:
            scale(1.08);
    }

}


/* ==========================================================
   LARGE BACKGROUND ICONS
========================================================== */

.plocal-verify-bg-icon {
    position: absolute;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 110px;
    height: 110px;

    color:
        var(--theme-color2);

    font-size: 42px;

    border:
        1px solid
        rgba(36, 189, 199, .06);

    border-radius: 50%;

    opacity: .028;
}


.plocal-verify-bg-icon--shield {
    top: 21%;
    right: 4%;

    transform:
        rotate(-8deg);
}


.plocal-verify-bg-icon--search {
    bottom: 15%;
    left: 3%;

    transform:
        rotate(8deg);
}


/* ==========================================================
   MAIN CONTAINER
========================================================== */

.plocal-verify-container {
    position: relative;
    z-index: 3;
}


/* ==========================================================
   HEADING SPACING
========================================================== */

.plocal-verify-section .site-heading {
    margin-bottom:
        clamp(50px, 5vw, 70px);
}


.plocal-verify-section .site-title-tagline {
    margin-bottom: 16px;
}


/* ==========================================================
   LEFT CONTENT AREA
========================================================== */

.plocal-verify-section .plocal-prose {
    position: relative;

    padding:
        20px 10px 20px 0;
}


.plocal-verify-section .plocal-prose::before {
    position: absolute;

    top: 6px;
    left: -22px;

    width: 2px;
    height: 82px;

    content: "";

    border-radius: 50px;

    background:
        linear-gradient(
            180deg,
            var(--theme-color),
            transparent
        );

    opacity: .3;
}


/* ==========================================================
   DISCLAIMER — SUBTLE POLISH ONLY
========================================================== */

.plocal-verify-section .plocal-disclaimer {
    position: relative;

    overflow: hidden;

    border-left:
        4px solid
        var(--theme-color);

    background:
        linear-gradient(
            135deg,
            rgba(217, 245, 247, .72),
            rgba(255, 255, 255, .94)
        );

    box-shadow:
        0 10px 28px
        rgba(8, 29, 77, .045);
}


.plocal-verify-section
.plocal-disclaimer::after {
    position: absolute;

    top: -70px;
    right: -70px;

    width: 170px;
    height: 170px;

    content: "";

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .1),
            transparent 67%
        );

    pointer-events: none;
}


/* ==========================================================
   FORM WRAPPER — NO FORM STRUCTURE CHANGES
========================================================== */

.plocal-verify-section
.plocal-form {
    position: relative;
    z-index: 2;

    border:
        1px solid
        rgba(12, 44, 122, .075);

    border-radius: 24px;

    background:
        rgba(255, 255, 255, .95);

    box-shadow:
        0 24px 60px
        rgba(8, 29, 77, .085);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}


/* Decorative glow, does not affect inputs */

.plocal-verify-section
.plocal-form::before {
    position: absolute;
    z-index: -1;

    top: -80px;
    right: -80px;

    width: 240px;
    height: 240px;

    content: "";

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .08),
            transparent 68%
        );

    pointer-events: none;
}


/* ==========================================================
   BOTTOM FADE / SECTION FINISH
========================================================== */

.plocal-verify-section::after {
    position: absolute;
    z-index: 0;

    right: 0;
    bottom: 0;
    left: 0;

    height: 130px;

    content: "";

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(217, 245, 247, .16)
        );
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1199px) {

    .plocal-verify-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

}


@media (max-width: 991px) {

    .plocal-verify-section .plocal-prose {
        padding-right: 0;

        margin-bottom: 10px;
    }


    .plocal-verify-section .plocal-prose::before {
        display: none;
    }


    .plocal-verify-section .plocal-disclaimer {
        margin-bottom: 15px;
    }

}


@media (max-width: 767px) {

    .plocal-verify-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }


    .plocal-verify-section .site-heading {
        margin-bottom: 45px;
    }


    .plocal-verify-orbit--one,
    .plocal-verify-orbit--two {
        opacity: .65;
    }


    .plocal-verify-bg-icon {
        display: none;
    }


    .plocal-verify-dots {
        opacity: .1;
    }

}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-verify-orbit,
    .plocal-verify-dots,
    .plocal-verify-glow {
        animation: none !important;
    }

}

/* ==========================================================
   PLOCAL — EVALUATION TRANSPARENCY
========================================================== */

.plocal-evaluation-transparency {
    position: relative;

    overflow: hidden;

    isolation: isolate;

    min-height: 760px;

    background:
        radial-gradient(
            circle at 5% 85%,
            rgba(36, 189, 199, .14),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 40%,
            rgba(36, 189, 199, .09),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #041536 0%,
            var(--theme-color2) 48%,
            #03122f 100%
        );
}


/* ==========================================================
   BACKGROUND
========================================================== */

.plocal-evaluation-transparency__bg {
    position: absolute;
    z-index: 0;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* ==========================================================
   GLOWS
========================================================== */

.plocal-evaluation-transparency__glow {
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background:
        var(--theme-color);

    filter:
        blur(100px);

    opacity: .12;

    animation:
        plocalEvaluationGlow
        8s
        ease-in-out
        infinite;
}


.plocal-evaluation-transparency__glow--left {
    left: -390px;
    bottom: -190px;
}


.plocal-evaluation-transparency__glow--right {
    top: -170px;
    right: -390px;

    animation-delay: 4s;
}


@keyframes plocalEvaluationGlow {

    0%,
    100% {
        opacity: .08;

        transform:
            scale(.85);
    }

    50% {
        opacity: .2;

        transform:
            scale(1.08);
    }

}


/* ==========================================================
   DOT MATRIX
========================================================== */

.plocal-evaluation-transparency__dots {
    position: absolute;

    width: 240px;
    height: 220px;

    opacity: .13;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .7) 1.2px,
            transparent 1.2px
        );

    background-size:
        18px 18px;

    animation:
        plocalEvaluationDots
        10s
        ease-in-out
        infinite;
}


.plocal-evaluation-transparency__dots--top {
    top: 2%;
    left: 1%;
}


.plocal-evaluation-transparency__dots--bottom {
    right: 3%;
    bottom: 1%;

    animation-delay: 5s;
}


@keyframes plocalEvaluationDots {

    0%,
    100% {
        opacity: .08;

        transform:
            translateY(0);
    }

    50% {
        opacity: .18;

        transform:
            translateY(-12px);
    }

}


/* ==========================================================
   LARGE BACKGROUND ORBITS
========================================================== */

.plocal-evaluation-transparency__orbit {
    position: absolute;

    border:
        1px solid
        rgba(36, 189, 199, .08);

    border-radius: 50%;
}


.plocal-evaluation-transparency__orbit::before,
.plocal-evaluation-transparency__orbit::after {
    position: absolute;

    content: "";

    border:
        1px dashed
        rgba(36, 189, 199, .055);

    border-radius: inherit;
}


.plocal-evaluation-transparency__orbit::before {
    inset: 70px;
}


.plocal-evaluation-transparency__orbit::after {
    inset: 140px;
}


.plocal-evaluation-transparency__orbit--one {
    top: -310px;
    right: -130px;

    width: 950px;
    height: 950px;

    animation:
        plocalEvaluationOrbit
        28s
        linear
        infinite;
}


.plocal-evaluation-transparency__orbit--two {
    bottom: -650px;
    left: 30%;

    width: 1050px;
    height: 1050px;

    animation:
        plocalEvaluationOrbitReverse
        35s
        linear
        infinite;
}


@keyframes plocalEvaluationOrbit {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes plocalEvaluationOrbitReverse {

    to {
        transform:
            rotate(-360deg);
    }

}


/* ==========================================================
   BACKGROUND ROUTES
========================================================== */

.plocal-evaluation-transparency__routes {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: .32;
}


.plocal-evaluation-transparency__routes path {
    fill: none;

    stroke:
        rgba(36, 189, 199, .2);

    stroke-width: 1;

    stroke-dasharray:
        4 20;

    vector-effect:
        non-scaling-stroke;

    animation:
        plocalEvaluationRoute
        30s
        linear
        infinite;
}


.plocal-evaluation-transparency__routes path:nth-child(2) {
    animation-direction: reverse;

    animation-duration: 38s;
}


@keyframes plocalEvaluationRoute {

    to {
        stroke-dashoffset:
            -350;
    }

}


/* ==========================================================
   PARTICLES
========================================================== */

.plocal-evaluation-transparency__particle {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px var(--theme-color),
        0 0 22px rgba(36, 189, 199, .45);

    animation:
        plocalEvaluationParticle
        4s
        ease-in-out
        infinite;
}


.plocal-evaluation-transparency__particle--one {
    top: 10%;
    left: 36%;
}


.plocal-evaluation-transparency__particle--two {
    top: 39%;
    right: 8%;

    animation-delay: 1.3s;
}


.plocal-evaluation-transparency__particle--three {
    bottom: 9%;
    left: 61%;

    animation-delay: 2.6s;
}


@keyframes plocalEvaluationParticle {

    0%,
    100% {
        opacity: .3;

        transform:
            scale(.65);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.4);
    }

}


/* ==========================================================
   CONTAINER
========================================================== */

.plocal-evaluation-transparency__container {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 1700px;

    padding-right:
        clamp(30px, 5vw, 90px);

    padding-left:
        clamp(30px, 5vw, 90px);

    margin:
        0 auto;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.plocal-evaluation-transparency__layout {
    display: grid;

    grid-template-columns:
        minmax(430px, .95fr)
        minmax(600px, 1.2fr);

    align-items: center;

    gap:
        clamp(60px, 7vw, 120px);

    max-width: 1510px;

    margin:
        0 auto;
}


/* ==========================================================
   LEFT CONTENT
========================================================== */

.plocal-evaluation-transparency__copy {
    position: relative;

    z-index: 3;

    opacity: 0;

    transform:
        translateX(-45px);

    animation:
        plocalEvaluationCopyReveal
        .9s
        .15s
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}


@keyframes plocalEvaluationCopyReveal {

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* ==========================================================
   TAG
========================================================== */

.plocal-evaluation-transparency
.site-title-tagline {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding:
        6px 18px 6px 7px;

    margin-bottom: 30px;

    color:
        var(--theme-color);

    font-family:
        var(--body-font);

    font-size: 12px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 2px;

    text-transform: uppercase;

    border:
        1px solid
        rgba(36, 189, 199, .68);

    border-radius: 50px;

    background:
        rgba(4, 25, 63, .72);

    box-shadow:
        0 0 25px
        rgba(36, 189, 199, .08);

    backdrop-filter:
        blur(9px);

    -webkit-backdrop-filter:
        blur(9px);
}


.plocal-evaluation-transparency__tag-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 37px;
    height: 37px;

    color:
        var(--color-white);

    font-size: 15px;

    border:
        1px solid
        rgba(36, 189, 199, .4);

    border-radius: 50%;

    background:
        rgba(36, 189, 199, .1);
}


/* ==========================================================
   TITLE
========================================================== */

.plocal-evaluation-transparency
.site-title {
    max-width: 700px;

    margin:
        0 0 27px;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size:
        var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        1.08;

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-evaluation-transparency
.site-title span {
    display: inline-block;

    color:
        var(--theme-color);

    text-shadow:
        0 0 24px
        rgba(36, 189, 199, .13);
}


/* ==========================================================
   LEAD
========================================================== */

.plocal-evaluation-transparency
.plocal-trust-center-lead {
    max-width: 570px;

    margin:
        0 0 34px;

    color:
        rgba(255, 255, 255, .72);

    font-family:
        var(--body-font);

    font-size: 17px;

    line-height: 1.75;
}


/* ==========================================================
   BUTTON
========================================================== */

.plocal-evaluation-transparency__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 59px;

    padding:
        8px 20px 8px 9px;

    color:
        var(--color-white);

    border:
        1px solid
        rgba(255, 255, 255, .16);

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 14px 35px
        rgba(36, 189, 199, .23),
        0 0 30px
        rgba(36, 189, 199, .1);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-evaluation-transparency__button:hover {
    color:
        var(--color-white);

    transform:
        translateY(-4px);

    box-shadow:
        0 19px 42px
        rgba(36, 189, 199, .32),
        0 0 35px
        rgba(36, 189, 199, .15);
}


.plocal-evaluation-transparency__button-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    color:
        var(--theme-color);

    border-radius: 50%;

    background:
        var(--color-white);
}


.plocal-evaluation-transparency__button
> i:last-child {
    margin-left: 5px;

    transition:
        transform .3s ease;
}


.plocal-evaluation-transparency__button:hover
> i:last-child {
    transform:
        translateX(5px);
}


/* ==========================================================
   RIGHT VISUAL
========================================================== */

.plocal-evaluation-transparency__visual {
    position: relative;

    min-width: 0;

    padding-right: 70px;

    opacity: 0;

    transform:
        translateX(45px);

    animation:
        plocalEvaluationVisualReveal
        .9s
        .25s
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}


@keyframes plocalEvaluationVisualReveal {

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* ==========================================================
   PROMISE CARD
========================================================== */

.plocal-trust-promise {
    position: relative;
    z-index: 3;

    width: 100%;

    min-height: 520px;

    padding:
        39px 40px 30px;

    overflow: hidden;

    border:
        1px solid
        rgba(98, 211, 218, .55);

    border-radius: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(13, 51, 105, .72),
            rgba(4, 26, 66, .94)
        );

    box-shadow:
        0 35px 75px
        rgba(0, 0, 0, .22),
        inset 0 1px 0
        rgba(255, 255, 255, .06),
        0 0 30px
        rgba(36, 189, 199, .06);

    backdrop-filter:
        blur(15px);

    -webkit-backdrop-filter:
        blur(15px);

    transition:
        border-color .4s ease,
        box-shadow .4s ease,
        transform .4s ease;
}


.plocal-trust-promise:hover {
    border-color:
        rgba(36, 189, 199, .85);

    box-shadow:
        0 40px 85px
        rgba(0, 0, 0, .28),
        0 0 38px
        rgba(36, 189, 199, .09);

    transform:
        translateY(-5px);
}


/* ==========================================================
   CARD GLOW
========================================================== */

.plocal-trust-promise__glow {
    position: absolute;

    top: -150px;
    right: -110px;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .16),
            transparent 68%
        );

    pointer-events: none;

    animation:
        plocalPromiseGlow
        6s
        ease-in-out
        infinite;
}


@keyframes plocalPromiseGlow {

    0%,
    100% {
        opacity: .45;

        transform:
            scale(.9);
    }

    50% {
        opacity: .9;

        transform:
            scale(1.1);
    }

}


/* ==========================================================
   CARD HEADER
========================================================== */

.plocal-trust-promise__header {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    gap: 24px;

    padding-bottom: 24px;

    margin-bottom: 4px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, .14);
}


.plocal-trust-promise__shield {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 72px;
    height: 72px;

    color:
        var(--theme-color);

    font-size: 36px;

    border-radius: 20px;

    background:
        rgba(36, 189, 199, .08);

    box-shadow:
        0 0 25px
        rgba(36, 189, 199, .2);

    animation:
        plocalPromiseShield
        4s
        ease-in-out
        infinite;
}


@keyframes plocalPromiseShield {

    0%,
    100% {
        transform:
            scale(1);

        filter:
            drop-shadow(
                0 0 0
                rgba(36, 189, 199, 0)
            );
    }

    50% {
        transform:
            scale(1.06);

        filter:
            drop-shadow(
                0 0 10px
                rgba(36, 189, 199, .3)
            );
    }

}


.plocal-trust-promise__header h3 {
    margin: 0;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size:
        clamp(22px, 2vw, 30px);

    font-weight: 700;

    line-height: 1.2;
}


/* ==========================================================
   PROMISE LIST
========================================================== */

.plocal-trust-promise ul {
    position: relative;
    z-index: 2;

    padding: 0;
    margin: 0;

    list-style: none;
}


.plocal-trust-promise li {
    display: grid;

    grid-template-columns:
        52px
        minmax(0, 1fr);

    align-items: center;

    gap: 18px;

    min-height: 91px;

    padding:
        17px 0;

    border-bottom:
        1px solid
        rgba(255, 255, 255, .13);

    opacity: 0;

    transform:
        translateX(20px);

    transition:
        background .35s ease,
        padding .35s ease;
}


.plocal-trust-promise li:last-child {
    border-bottom: 0;
}


/* Staggered entrance */

.plocal-trust-promise li:nth-child(1) {
    animation:
        plocalPromiseItemReveal
        .6s
        .65s
        ease
        forwards;
}


.plocal-trust-promise li:nth-child(2) {
    animation:
        plocalPromiseItemReveal
        .6s
        .8s
        ease
        forwards;
}


.plocal-trust-promise li:nth-child(3) {
    animation:
        plocalPromiseItemReveal
        .6s
        .95s
        ease
        forwards;
}


.plocal-trust-promise li:nth-child(4) {
    animation:
        plocalPromiseItemReveal
        .6s
        1.1s
        ease
        forwards;
}


@keyframes plocalPromiseItemReveal {

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


.plocal-trust-promise li:hover {
    padding-left: 6px;

    background:
        linear-gradient(
            90deg,
            rgba(36, 189, 199, .04),
            transparent
        );
}


.plocal-trust-promise li > span:last-child {
    color:
        rgba(255, 255, 255, .82);

    font-family:
        var(--body-font);

    font-size: 16px;

    line-height: 1.5;
}


/* ==========================================================
   RED X
========================================================== */

.plocal-trust-promise__x {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color:
        #ff5757;

    font-size: 19px;

    border:
        1px solid
        rgba(255, 87, 87, .18);

    border-radius: 50%;

    background:
        rgba(4, 22, 55, .62);

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}


.plocal-trust-promise li:hover
.plocal-trust-promise__x {
    border-color:
        rgba(255, 87, 87, .4);

    background:
        rgba(255, 87, 87, .06);

    transform:
        rotate(7deg)
        scale(1.06);
}


/* ==========================================================
   FLOATING SHIELD
========================================================== */

.plocal-evaluation-transparency__floating-shield {
    position: absolute;
    z-index: 6;

    top: 50%;
    right: -28px;

    display: grid;

    place-items: center;

    width: 150px;
    height: 190px;

    transform:
        translateY(-36%);

    animation:
        plocalFloatingShield
        5s
        ease-in-out
        infinite;
}


@keyframes plocalFloatingShield {

    0%,
    100% {
        transform:
            translateY(-36%);
    }

    50% {
        transform:
            translateY(calc(-36% - 10px));
    }

}


/* Shield ring */

.plocal-evaluation-transparency__shield-ring {
    position: absolute;

    width: 132px;
    height: 132px;

    border:
        1px solid
        rgba(36, 189, 199, .34);

    border-radius: 50%;

    box-shadow:
        0 0 25px
        rgba(36, 189, 199, .08);

    animation:
        plocalShieldRingRotate
        15s
        linear
        infinite;
}


.plocal-evaluation-transparency__shield-ring::before {
    position: absolute;

    inset: 16px;

    content: "";

    border:
        1px dashed
        rgba(36, 189, 199, .32);

    border-radius: 50%;
}


@keyframes plocalShieldRingRotate {

    to {
        transform:
            rotate(360deg);
    }

}


/* Actual shield */

.plocal-evaluation-transparency__shield-icon {
    position: relative;
    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 93px;
    height: 112px;

    color:
        #51e5ed;

    font-size: 72px;

    filter:
        drop-shadow(
            0 0 10px
            rgba(36, 189, 199, .5)
        )
        drop-shadow(
            0 12px 16px
            rgba(0, 0, 0, .3)
        );
}


/* Hologram platform */

.plocal-evaluation-transparency__shield-platform {
    position: absolute;

    bottom: 7px;

    width: 125px;
    height: 28px;

    border:
        1px solid
        rgba(36, 189, 199, .55);

    border-radius: 50%;

    box-shadow:
        0 0 17px
        rgba(36, 189, 199, .28),
        inset 0 0 14px
        rgba(36, 189, 199, .15);

    animation:
        plocalShieldPlatform
        3.6s
        ease-in-out
        infinite;
}


.plocal-evaluation-transparency__shield-platform::after {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 75px;
    height: 13px;

    content: "";

    border:
        1px solid
        rgba(36, 189, 199, .32);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


@keyframes plocalShieldPlatform {

    0%,
    100% {
        opacity: .5;

        transform:
            scale(.93);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.05);
    }

}


/* ==========================================================
   RESPONSIVE — 1399
========================================================== */

@media (max-width: 1399px) {

    .plocal-evaluation-transparency__layout {
        grid-template-columns:
            minmax(390px, .9fr)
            minmax(520px, 1.15fr);

        gap: 50px;
    }


    .plocal-evaluation-transparency
    .site-title {
        font-size:
            clamp(40px, 4vw, 58px);
    }


    .plocal-trust-promise {
        padding:
            34px 34px 25px;
    }


    .plocal-evaluation-transparency__visual {
        padding-right: 55px;
    }

}


/* ==========================================================
   RESPONSIVE — 1199
========================================================== */

@media (max-width: 1199px) {

    .plocal-evaluation-transparency {
        min-height: auto;
    }


    .plocal-evaluation-transparency__layout {
        grid-template-columns: 1fr;

        gap: 55px;

        max-width: 850px;
    }


    .plocal-evaluation-transparency__copy {
        max-width: 720px;

        margin:
            0 auto;

        text-align: center;
    }


    .plocal-evaluation-transparency
    .plocal-trust-center-lead {
        margin-right: auto;
        margin-left: auto;
    }


    .plocal-evaluation-transparency__visual {
        padding-right: 50px;
    }


    .plocal-trust-promise {
        min-height: auto;
    }

}


/* ==========================================================
   RESPONSIVE — 767
========================================================== */

@media (max-width: 767px) {

    .plocal-evaluation-transparency__container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-evaluation-transparency
    .site-title-tagline {
        margin-bottom: 20px;

        font-size: 9px;

        letter-spacing: 1.3px;
    }


    .plocal-evaluation-transparency__tag-icon {
        width: 31px;
        height: 31px;

        font-size: 12px;
    }


    .plocal-evaluation-transparency
    .site-title {
        font-size:
            clamp(35px, 9vw, 46px);
    }


    .plocal-evaluation-transparency
    .plocal-trust-center-lead {
        font-size: 14px;
    }


    .plocal-evaluation-transparency__visual {
        padding-right: 0;
    }


    .plocal-trust-promise {
        padding:
            25px 18px 18px;

        border-radius: 20px;
    }


    .plocal-trust-promise__header {
        gap: 15px;

        padding-bottom: 18px;
    }


    .plocal-trust-promise__shield {
        width: 54px;
        height: 54px;

        font-size: 27px;

        border-radius: 15px;
    }


    .plocal-trust-promise__header h3 {
        font-size: 19px;
    }


    .plocal-trust-promise li {
        grid-template-columns:
            40px
            minmax(0, 1fr);

        gap: 12px;

        min-height: 75px;
    }


    .plocal-trust-promise__x {
        width: 38px;
        height: 38px;

        font-size: 16px;
    }


    .plocal-trust-promise
    li > span:last-child {
        font-size: 13px;
    }


    .plocal-evaluation-transparency__floating-shield {
        display: none;
    }

}


/* ==========================================================
   RESPONSIVE — 480
========================================================== */

@media (max-width: 480px) {

    .plocal-evaluation-transparency
    .site-title br {
        display: none;
    }


    .plocal-evaluation-transparency__button {
        width: 100%;

        max-width: 360px;

        padding-right: 15px;
    }


    .plocal-trust-promise li {
        align-items: flex-start;

        padding:
            17px 0;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-evaluation-transparency__glow,
    .plocal-evaluation-transparency__dots,
    .plocal-evaluation-transparency__orbit,
    .plocal-evaluation-transparency__routes path,
    .plocal-evaluation-transparency__particle,
    .plocal-evaluation-transparency__copy,
    .plocal-evaluation-transparency__visual,
    .plocal-trust-promise__glow,
    .plocal-trust-promise__shield,
    .plocal-trust-promise li,
    .plocal-evaluation-transparency__floating-shield,
    .plocal-evaluation-transparency__shield-ring,
    .plocal-evaluation-transparency__shield-platform {
        animation: none !important;
    }


    .plocal-evaluation-transparency__copy,
    .plocal-evaluation-transparency__visual,
    .plocal-trust-promise li {
        opacity: 1;

        transform: none;
    }

}

/* ==========================================================
   PLOCAL — SAFER LOCAL HIRING CHECKLIST
========================================================== */

.plocal-safer-hiring {
    position: relative;

    overflow: hidden;

    isolation: isolate;

    background:
        radial-gradient(
            circle at 7% 20%,
            rgba(36, 189, 199, .045),
            transparent 26%
        ),
        radial-gradient(
            circle at 93% 78%,
            rgba(12, 44, 122, .025),
            transparent 30%
        ),
        var(--color-white);
}


/* ==========================================================
   BACKGROUND
========================================================== */

.plocal-safer-hiring__background {
    position: absolute;

    z-index: 0;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* ==========================================================
   LARGE SHIELD
========================================================== */

.plocal-safer-hiring__shield-bg {
    position: absolute;

    top: 20px;
    left: -45px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 240px;
    height: 280px;

    color:
        var(--theme-color);

    font-size: 180px;

    opacity: .035;

    transform:
        rotate(-6deg);

    animation:
        plocalSaferShieldFloat
        8s
        ease-in-out
        infinite;
}


@keyframes plocalSaferShieldFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(-6deg);
    }

    50% {
        transform:
            translateY(-12px)
            rotate(-3deg);
    }

}


/* ==========================================================
   DOT PATTERNS
========================================================== */

.plocal-safer-hiring__dots {
    position: absolute;

    width: 210px;
    height: 210px;

    opacity: .18;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .42) 1.4px,
            transparent 1.4px
        );

    background-size:
        18px 18px;

    animation:
        plocalSaferDots
        10s
        ease-in-out
        infinite;
}


.plocal-safer-hiring__dots--top {
    top: 3%;
    right: 2%;
}


.plocal-safer-hiring__dots--bottom {
    bottom: 1%;
    left: 1%;

    animation-delay: 5s;
}


@keyframes plocalSaferDots {

    0%,
    100% {
        opacity: .1;

        transform:
            translateY(0);
    }

    50% {
        opacity: .23;

        transform:
            translateY(-12px);
    }

}


/* ==========================================================
   LARGE ORBITS
========================================================== */

.plocal-safer-hiring__orbit {
    position: absolute;

    border:
        1px solid
        rgba(36, 189, 199, .08);

    border-radius: 50%;
}


.plocal-safer-hiring__orbit::before,
.plocal-safer-hiring__orbit::after {
    position: absolute;

    content: "";

    border:
        1px solid
        rgba(12, 44, 122, .035);

    border-radius: inherit;
}


.plocal-safer-hiring__orbit::before {
    inset: 55px;
}


.plocal-safer-hiring__orbit::after {
    inset: 110px;
}


.plocal-safer-hiring__orbit--one {
    top: -470px;
    left: -360px;

    width: 860px;
    height: 860px;

    animation:
        plocalSaferOrbit
        30s
        linear
        infinite;
}


.plocal-safer-hiring__orbit--two {
    right: -500px;
    bottom: -500px;

    width: 930px;
    height: 930px;

    animation:
        plocalSaferOrbitReverse
        36s
        linear
        infinite;
}


@keyframes plocalSaferOrbit {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes plocalSaferOrbitReverse {

    to {
        transform:
            rotate(-360deg);
    }

}


/* ==========================================================
   LIGHT PARTICLES
========================================================== */

.plocal-safer-hiring__light {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px
        var(--theme-color),
        0 0 20px
        rgba(36, 189, 199, .42);

    animation:
        plocalSaferLight
        4s
        ease-in-out
        infinite;
}


.plocal-safer-hiring__light--one {
    top: 8%;
    left: 17%;
}


.plocal-safer-hiring__light--two {
    top: 30%;
    right: 7%;

    animation-delay: 1.4s;
}


.plocal-safer-hiring__light--three {
    bottom: 6%;
    right: 8%;

    animation-delay: 2.8s;
}


@keyframes plocalSaferLight {

    0%,
    100% {
        opacity: .3;

        transform:
            scale(.7);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.45);
    }

}


/* ==========================================================
   ROUTES
========================================================== */

.plocal-safer-hiring__routes {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: .35;
}


.plocal-safer-hiring__routes path {
    fill: none;

    stroke:
        rgba(36, 189, 199, .14);

    stroke-width: 1;

    stroke-dasharray:
        4 18;

    vector-effect:
        non-scaling-stroke;

    animation:
        plocalSaferRoute
        28s
        linear
        infinite;
}


.plocal-safer-hiring__routes path:nth-child(2) {
    animation-direction:
        reverse;

    animation-duration:
        35s;
}


@keyframes plocalSaferRoute {

    to {
        stroke-dashoffset:
            -320;
    }

}


/* ==========================================================
   CONTAINER
========================================================== */

.plocal-safer-hiring__container {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 1650px;

    padding-right:
        clamp(20px, 5vw, 85px);

    padding-left:
        clamp(20px, 5vw, 85px);

    margin:
        0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.plocal-safer-hiring
.site-heading {
    margin-bottom: 0;
}


.plocal-safer-hiring
.site-title-tagline {
    margin-bottom: 16px;
}


.plocal-safer-hiring
.site-title {
    margin: 0;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size:
        var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        var(--heading-line-height);

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-safer-hiring
.site-title span {
    color:
        var(--theme-color);
}


/* SMALL HEADING LINE */

.plocal-safer-hiring__heading-line {
    position: relative;

    display: block;

    width: 52px;
    height: 2px;

    margin:
        18px auto 16px;

    border-radius: 50px;

    background:
        rgba(36, 189, 199, .32);
}


.plocal-safer-hiring__heading-line::after {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;

    content: "";

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 9px
        rgba(36, 189, 199, .6);

    transform:
        translate(-50%, -50%);

    animation:
        plocalSaferHeadingPulse
        3s
        ease-in-out
        infinite;
}


@keyframes plocalSaferHeadingPulse {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            scale(.7);
    }

    50% {
        transform:
            translate(-50%, -50%)
            scale(1.35);
    }

}


/* INTRO */

.plocal-safer-hiring
.plocal-section-intro {
    max-width: 740px;

    margin:
        0 auto
        clamp(55px, 6vw, 80px);

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 14px;

    line-height: 1.75;
}


/* ==========================================================
   STEPS GRID
========================================================== */

.plocal-safer-hiring
.plocal-trust-steps {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        25px 28px;

    width: 100%;

    max-width: 1440px;

    padding: 0;

    margin:
        0 auto
        45px;

    list-style: none;
}


/* ==========================================================
   STEP CARD
========================================================== */

.plocal-safer-hiring
.plocal-trust-step {
    position: relative;

    display: grid;

    grid-template-columns:
        64px
        96px
        1px
        minmax(0, 1fr);

    align-items: center;

    gap: 20px;

    min-height: 190px;

    padding:
        28px 30px;

    overflow: hidden;

    border:
        1px solid
        var(--border-info-color);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 251, 255, .95)
        );

    box-shadow:
        0 15px 38px
        rgba(8, 29, 77, .065);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


/* HOVER LIGHT */

.plocal-safer-hiring
.plocal-trust-step::before {
    position: absolute;

    top: -110px;
    right: -90px;

    width: 270px;
    height: 270px;

    content: "";

    border-radius: 50%;

    opacity: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .13),
            transparent 68%
        );

    transition:
        opacity .45s ease,
        transform .45s ease;
}


/* BOTTOM ACCENT */

.plocal-safer-hiring
.plocal-trust-step::after {
    position: absolute;

    right: 30px;
    bottom: 0;
    left: 30px;

    height: 3px;

    content: "";

    border-radius:
        50px 50px 0 0;

    background:
        linear-gradient(
            90deg,
            var(--theme-color2),
            var(--theme-color)
        );

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        transform .4s ease;
}


.plocal-safer-hiring
.plocal-trust-step:hover {
    border-color:
        rgba(36, 189, 199, .3);

    box-shadow:
        0 23px 50px
        rgba(8, 29, 77, .1);

    transform:
        translateY(-6px);
}


.plocal-safer-hiring
.plocal-trust-step:hover::before {
    opacity: 1;

    transform:
        scale(1.1);
}


.plocal-safer-hiring
.plocal-trust-step:hover::after {
    transform:
        scaleX(1);
}


/* ==========================================================
   NUMBER
========================================================== */

.plocal-safer-hiring
.plocal-trust-step__number {
    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size: 18px;

    font-weight: 700;

    line-height: 1;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 9px 20px
        rgba(36, 189, 199, .2);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.plocal-safer-hiring
.plocal-trust-step:hover
.plocal-trust-step__number {
    transform:
        scale(1.08);

    box-shadow:
        0 12px 26px
        rgba(36, 189, 199, .28);
}


/* ==========================================================
   ICON
========================================================== */

.plocal-trust-step__icon {
    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 92px;
    height: 92px;

    color:
        var(--theme-color2);

    font-size: 34px;

    border:
        1px solid
        rgba(36, 189, 199, .12);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--theme-color-light),
            rgba(255, 255, 255, .94)
        );

    box-shadow:
        inset 0 0 0 7px
        rgba(255, 255, 255, .55);

    transition:
        color .4s ease,
        background .4s ease,
        box-shadow .4s ease,
        transform .4s ease;
}


/* ROTATING SUBTLE RING */

.plocal-trust-step__icon-ring {
    position: absolute;

    inset: -7px;

    border:
        1px dashed
        rgba(36, 189, 199, .16);

    border-radius: 50%;

    animation:
        plocalStepIconRotate
        16s
        linear
        infinite;
}


@keyframes plocalStepIconRotate {

    to {
        transform:
            rotate(360deg);
    }

}


.plocal-safer-hiring
.plocal-trust-step:hover
.plocal-trust-step__icon {
    color:
        var(--color-white);

    background:
        linear-gradient(
            145deg,
            var(--theme-color2),
            var(--theme-color)
        );

    box-shadow:
        0 13px 27px
        rgba(36, 189, 199, .19);

    transform:
        scale(1.04)
        rotate(-2deg);
}


/* ==========================================================
   VERTICAL DIVIDER
========================================================== */

.plocal-trust-step__divider {
    display: block;

    width: 1px;
    height: 88px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(12, 44, 122, .14),
            transparent
        );
}


/* ==========================================================
   CONTENT
========================================================== */

.plocal-trust-step__content {
    position: relative;

    z-index: 3;

    min-width: 0;
}


.plocal-safer-hiring
.plocal-trust-step h3 {
    margin:
        0 0 7px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 19px;

    font-weight: 700;

    line-height: 1.25;
}


.plocal-safer-hiring
.plocal-trust-step p {
    max-width: 500px;

    margin: 0;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 13px;

    line-height: 1.7;
}


/* ==========================================================
   CARD ENTRANCE DETAIL
========================================================== */

.plocal-safer-hiring
.plocal-trust-step__icon i {
    animation:
        plocalStepIconFloat
        4.5s
        ease-in-out
        infinite;
}


.plocal-safer-hiring
.plocal-trust-step:nth-child(2)
.plocal-trust-step__icon i {
    animation-delay: .8s;
}


.plocal-safer-hiring
.plocal-trust-step:nth-child(3)
.plocal-trust-step__icon i {
    animation-delay: 1.6s;
}


.plocal-safer-hiring
.plocal-trust-step:nth-child(4)
.plocal-trust-step__icon i {
    animation-delay: 2.4s;
}


@keyframes plocalStepIconFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-4px);
    }

}


/* ==========================================================
   CTA
========================================================== */

.plocal-safer-hiring
.plocal-trust-center-action {
    margin-top: 10px;
}


.plocal-safer-hiring__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 58px;

    padding:
        8px 21px 8px 9px;

    border-radius: 50px;

    color:
        var(--color-white);

    background:
        linear-gradient(
            135deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    border:
        1px solid
        rgba(36, 189, 199, .16);

    box-shadow:
        0 14px 35px
        rgba(36, 189, 199, .22);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-safer-hiring__button:hover {
    color:
        var(--color-white);

    transform:
        translateY(-4px);

    box-shadow:
        0 20px 43px
        rgba(36, 189, 199, .3);
}


/* CTA ICON */

.plocal-safer-hiring__button-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color:
        var(--theme-color);

    border-radius: 50%;

    background:
        var(--color-white);

    box-shadow:
        0 6px 14px
        rgba(8, 29, 77, .08);

    transition:
        transform .35s ease;
}


.plocal-safer-hiring__button:hover
.plocal-safer-hiring__button-icon {
    transform:
        rotate(-8deg)
        scale(1.06);
}


.plocal-safer-hiring__button
> i:last-child {
    margin-left: 4px;

    transition:
        transform .35s ease;
}


.plocal-safer-hiring__button:hover
> i:last-child {
    transform:
        translateX(5px);
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (max-width: 1399px) {

    .plocal-safer-hiring
    .plocal-trust-step {
        grid-template-columns:
            55px
            80px
            1px
            minmax(0, 1fr);

        gap: 16px;

        padding:
            24px 22px;
    }


    .plocal-safer-hiring
    .plocal-trust-step__number {
        width: 52px;
        height: 52px;

        font-size: 16px;
    }


    .plocal-trust-step__icon {
        width: 77px;
        height: 77px;

        font-size: 28px;
    }


    .plocal-trust-step__divider {
        height: 75px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .plocal-safer-hiring
    .plocal-trust-steps {
        grid-template-columns: 1fr;

        max-width: 760px;
    }


    .plocal-safer-hiring
    .plocal-trust-step {
        grid-template-columns:
            60px
            90px
            1px
            minmax(0, 1fr);
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .plocal-safer-hiring__container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-safer-hiring
    .plocal-section-intro {
        margin-bottom: 45px;

        font-size: 12px;
    }


    .plocal-safer-hiring
    .plocal-trust-step {
        grid-template-columns:
            48px
            67px
            minmax(0, 1fr);

        gap: 13px;

        min-height: auto;

        padding:
            21px 16px;

        border-radius: 17px;
    }


    .plocal-trust-step__divider {
        display: none;
    }


    .plocal-safer-hiring
    .plocal-trust-step__number {
        width: 45px;
        height: 45px;

        font-size: 13px;
    }


    .plocal-trust-step__icon {
        width: 64px;
        height: 64px;

        font-size: 23px;
    }


    .plocal-trust-step__icon-ring {
        inset: -4px;
    }


    .plocal-safer-hiring
    .plocal-trust-step h3 {
        font-size: 16px;
    }


    .plocal-safer-hiring
    .plocal-trust-step p {
        font-size: 11px;
    }


    .plocal-safer-hiring__shield-bg {
        font-size: 130px;

        opacity: .025;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .plocal-safer-hiring
    .plocal-trust-step {
        grid-template-columns:
            45px
            minmax(0, 1fr);

        align-items: flex-start;
    }


    .plocal-trust-step__icon {
        grid-column: 1;

        width: 45px;
        height: 45px;

        font-size: 17px;
    }


    .plocal-trust-step__number {
        grid-row: 1;
    }


    .plocal-trust-step__content {
        grid-column: 2;
        grid-row:
            1 / span 2;
    }


    .plocal-safer-hiring__button {
        width: 100%;

        max-width: 390px;

        font-size: 12px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-safer-hiring__shield-bg,
    .plocal-safer-hiring__dots,
    .plocal-safer-hiring__orbit,
    .plocal-safer-hiring__light,
    .plocal-safer-hiring__routes path,
    .plocal-safer-hiring__heading-line::after,
    .plocal-trust-step__icon-ring,
    .plocal-trust-step__icon i {
        animation: none !important;
    }

}

/* ==========================================================
   PLOCAL — REPORT SUSPICIOUS ACTIVITY
========================================================== */

.plocal-trust-report-section {
    position: relative;
    overflow: hidden;

    background:
        var(--color-white);
}


/* ==========================================================
   SECTION CONTAINER
========================================================== */

.plocal-trust-report-container {
    width: 100%;
    max-width: 1700px;

    padding-right:
        clamp(22px, 4vw, 70px);

    padding-left:
        clamp(22px, 4vw, 70px);

    margin: 0 auto;
}


/* ==========================================================
   MAIN CTA
========================================================== */

.plocal-trust-report {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(430px, 1.15fr)
        minmax(300px, .72fr)
        minmax(280px, .68fr);

    align-items: center;

    gap:
        clamp(30px, 4vw, 60px);

    width: 100%;
    max-width: 1550px;

    min-height: 450px;

    padding:
        clamp(44px, 5vw, 70px);

    margin: 0 auto;

    overflow: hidden;

    border:
        1px solid
        rgba(98, 211, 218, .12);

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 64% 48%,
            rgba(36, 189, 199, .08),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #06173d 0%,
            var(--theme-color2) 47%,
            #041434 100%
        );

    box-shadow:
        0 25px 60px
        rgba(8, 29, 77, .14);

    isolation: isolate;
}


/* ==========================================================
   BACKGROUND
========================================================== */

.plocal-trust-report__background {
    position: absolute;
    z-index: 0;
    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* ==========================================================
   GLOWS
========================================================== */

.plocal-trust-report__glow {
    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background:
        var(--theme-color);

    filter:
        blur(90px);

    opacity: .12;

    animation:
        plocalReportGlow
        7s
        ease-in-out
        infinite;
}


.plocal-trust-report__glow--one {
    left: -260px;
    bottom: -200px;
}


.plocal-trust-report__glow--two {
    top: -260px;
    right: 18%;

    animation-delay: 3.5s;
}


@keyframes plocalReportGlow {

    0%,
    100% {
        opacity: .07;

        transform:
            scale(.85);
    }

    50% {
        opacity: .18;

        transform:
            scale(1.1);
    }

}


/* ==========================================================
   DOT MATRIX
========================================================== */

.plocal-trust-report__dots {
    position: absolute;

    width: 190px;
    height: 180px;

    opacity: .12;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .7) 1.2px,
            transparent 1.2px
        );

    background-size:
        17px 17px;

    animation:
        plocalReportDots
        9s
        ease-in-out
        infinite;
}


.plocal-trust-report__dots--one {
    top: 3%;
    left: 1%;
}


.plocal-trust-report__dots--two {
    right: 1%;
    bottom: 2%;

    animation-delay: 4.5s;
}


@keyframes plocalReportDots {

    0%,
    100% {
        opacity: .06;

        transform:
            translateY(0);
    }

    50% {
        opacity: .18;

        transform:
            translateY(-9px);
    }

}


/* ==========================================================
   ORBITS
========================================================== */

.plocal-trust-report__orbit {
    position: absolute;

    border:
        1px solid
        rgba(36, 189, 199, .075);

    border-radius: 50%;
}


.plocal-trust-report__orbit::before {
    position: absolute;

    inset: 42px;

    content: "";

    border:
        1px dashed
        rgba(36, 189, 199, .055);

    border-radius: inherit;
}


.plocal-trust-report__orbit--one {
    top: -330px;
    right: 23%;

    width: 660px;
    height: 660px;

    animation:
        plocalReportOrbit
        25s
        linear
        infinite;
}


.plocal-trust-report__orbit--two {
    bottom: -420px;
    left: 37%;

    width: 760px;
    height: 760px;

    animation:
        plocalReportOrbitReverse
        32s
        linear
        infinite;
}


@keyframes plocalReportOrbit {

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes plocalReportOrbitReverse {

    to {
        transform:
            rotate(-360deg);
    }

}


/* ==========================================================
   ROUTES
========================================================== */

.plocal-trust-report__route {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: .23;
}


.plocal-trust-report__route path {
    fill: none;

    stroke:
        rgba(36, 189, 199, .2);

    stroke-width: 1;

    stroke-dasharray:
        4 18;

    vector-effect:
        non-scaling-stroke;

    animation:
        plocalReportRoute
        26s
        linear
        infinite;
}


.plocal-trust-report__route path:nth-child(2) {
    animation-direction: reverse;

    animation-duration: 34s;
}


@keyframes plocalReportRoute {

    to {
        stroke-dashoffset: -300;
    }

}


/* ==========================================================
   LEFT CONTENT
========================================================== */

.plocal-trust-report__content {
    position: relative;
    z-index: 3;

    min-width: 0;
}


/* TAG */

.plocal-trust-report
.site-title-tagline {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding:
        5px 15px 5px 5px;

    margin-bottom: 20px;

    color:
        var(--theme-color);

    font-family:
        var(--body-font);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    border:
        1px solid
        rgba(36, 189, 199, .55);

    border-radius: 50px;

    background:
        rgba(36, 189, 199, .035);
}


.plocal-trust-report__tag-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    color:
        var(--theme-color);

    border-radius: 50%;

    background:
        rgba(36, 189, 199, .1);
}


/* ==========================================================
   TITLE
========================================================== */

.plocal-trust-report
.site-title {
    max-width: 660px;

    margin:
        0 0 18px;

    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size:
       var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        1.1;

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-trust-report
.site-title span {
    color:
        var(--theme-color);

    text-shadow:
        0 0 20px
        rgba(36, 189, 199, .11);
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.plocal-trust-report__content > p {
    max-width: 650px;

    margin:
        0 0 26px;

    color:
        rgba(255, 255, 255, .72);

    font-family:
        var(--body-font);

    font-size: 14px;

    line-height: 1.75;
}


/* ==========================================================
   BUTTONS
========================================================== */

.plocal-trust-report__actions {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* PRIMARY */

.plocal-trust-report__primary-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 52px;

    padding:
        12px 22px;

    color:
        var(--color-white);

    border:
        1px solid
        rgba(98, 211, 218, .3);

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 12px 27px
        rgba(36, 189, 199, .2);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-trust-report__primary-btn:hover {
    color:
        var(--color-white);

    transform:
        translateY(-4px);

    box-shadow:
        0 17px 34px
        rgba(36, 189, 199, .28);
}


/* SECONDARY */

.plocal-trust-report__secondary-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 52px;

    padding:
        12px 22px;

    color:
        var(--color-white) !important;

    border:
        1px solid
        rgba(255, 255, 255, .24) !important;

    border-radius: 11px;

    background:
        rgba(255, 255, 255, .025) !important;

    box-shadow: none;

    transition:
        color .35s ease,
        border-color .35s ease,
        background .35s ease,
        transform .35s ease;
}


.plocal-trust-report__secondary-btn:hover {
    color:
        var(--theme-color) !important;

    border-color:
        rgba(36, 189, 199, .5) !important;

    background:
        rgba(36, 189, 199, .06) !important;

    transform:
        translateY(-4px);
}


/* ==========================================================
   CENTER VISUAL
========================================================== */

.plocal-trust-report__visual {
    position: relative;
    z-index: 3;

    display: grid;

    place-items: center;

    min-width: 0;
}


.plocal-trust-report__visual-inner {
    position: relative;

    display: grid;

    place-items: center;

    width: 300px;
    height: 280px;
}


/* ==========================================================
   HALO
========================================================== */

.plocal-trust-report__visual-halo {
    position: absolute;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(36, 189, 199, .17),
            transparent 70%
        );

    filter:
        blur(12px);

    animation:
        plocalReportHalo
        4s
        ease-in-out
        infinite;
}


@keyframes plocalReportHalo {

    0%,
    100% {
        opacity: .45;

        transform:
            scale(.92);
    }

    50% {
        opacity: .9;

        transform:
            scale(1.08);
    }

}


/* ==========================================================
   DOCUMENT
========================================================== */

.plocal-trust-report__document {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    flex-direction: column;

    width: 155px;
    height: 205px;

    padding:
        28px 24px;

    border:
        1px solid
        rgba(98, 211, 218, .45);

    border-radius: 15px;

    background:
        linear-gradient(
            160deg,
            rgba(35, 91, 177, .38),
            rgba(8, 35, 84, .85)
        );

    box-shadow:
        0 22px 40px
        rgba(0, 0, 0, .18);

    transform:
        translateX(6px);

    animation:
        plocalReportDocumentFloat
        5s
        ease-in-out
        infinite;
}


@keyframes plocalReportDocumentFloat {

    0%,
    100% {
        transform:
            translate(6px, 0);
    }

    50% {
        transform:
            translate(6px, -7px);
    }

}


.plocal-trust-report__document-user {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 23px;

    color:
        #8bbcff;

    font-size: 22px;

    border-radius: 50%;

    background:
        rgba(100, 164, 255, .15);
}


.plocal-trust-report__document-line {
    display: block;

    width: 100%;
    height: 9px;

    margin-bottom: 12px;

    border-radius: 50px;

    background:
        rgba(75, 139, 234, .4);
}


.plocal-trust-report__document-line:nth-of-type(3) {
    width: 80%;
}


.plocal-trust-report__document-line:nth-of-type(4) {
    width: 93%;
}


.plocal-trust-report__document-line:nth-of-type(5) {
    width: 65%;
}


/* ==========================================================
   WARNING SHIELD
========================================================== */

.plocal-trust-report__warning-shield {
    position: absolute;

    z-index: 7;

    top: 10px;
    left: 28px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 68px;
    height: 78px;

    color:
        var(--color-white);

    font-size: 26px;

    clip-path:
        polygon(
            50% 0,
            94% 16%,
            88% 69%,
            50% 100%,
            12% 69%,
            6% 16%
        );

    background:
        linear-gradient(
            145deg,
            #174cb9,
            var(--theme-color2)
        );

    border:
        2px solid
        var(--color-white);

    filter:
        drop-shadow(
            0 7px 13px
            rgba(0, 0, 0, .2)
        );

    animation:
        plocalReportWarningShield
        4s
        ease-in-out
        infinite;
}


@keyframes plocalReportWarningShield {

    0%,
    100% {
        transform:
            rotate(-5deg)
            translateY(0);
    }

    50% {
        transform:
            rotate(-2deg)
            translateY(-5px);
    }

}


/* ==========================================================
   MEGAPHONE
========================================================== */

.plocal-trust-report__megaphone {
    position: absolute;

    z-index: 8;

    right: 11px;
    bottom: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 90px;
    height: 90px;

    color:
        var(--color-white);

    font-size: 61px;

    transform:
        rotate(-14deg);

    filter:
        drop-shadow(
            0 10px 13px
            rgba(0, 0, 0, .22)
        );

    animation:
        plocalReportMegaphone
        4.5s
        ease-in-out
        infinite;
}


@keyframes plocalReportMegaphone {

    0%,
    100% {
        transform:
            rotate(-14deg)
            translateY(0);
    }

    50% {
        transform:
            rotate(-10deg)
            translateY(-6px);
    }

}


/* SOUND WAVES */

.plocal-trust-report__megaphone-wave {
    position: absolute;

    width: 3px;

    border-radius: 20px;

    background:
        var(--theme-color);

    box-shadow:
        0 0 6px
        var(--theme-color);

    transform-origin:
        bottom center;

    animation:
        plocalReportSoundWave
        1.5s
        ease-in-out
        infinite;
}


.plocal-trust-report__megaphone-wave--one {
    top: 18px;
    right: -3px;

    height: 14px;

    transform:
        rotate(35deg);
}


.plocal-trust-report__megaphone-wave--two {
    top: 37px;
    right: -12px;

    height: 17px;

    transform:
        rotate(75deg);

    animation-delay: .25s;
}


.plocal-trust-report__megaphone-wave--three {
    top: 57px;
    right: -4px;

    height: 12px;

    transform:
        rotate(115deg);

    animation-delay: .5s;
}


@keyframes plocalReportSoundWave {

    0%,
    100% {
        opacity: .25;

        scale: .7;
    }

    50% {
        opacity: 1;

        scale: 1.15;
    }

}


/* ==========================================================
   ALERT DOT
========================================================== */

.plocal-trust-report__alert-dot {
    position: absolute;

    z-index: 8;

    bottom: 31px;
    left: 55px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color:
        var(--color-white);

    font-size: 17px;

    border:
        2px solid
        rgba(255, 255, 255, .75);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 0 20px
        rgba(36, 189, 199, .35);

    animation:
        plocalReportAlert
        2.5s
        ease-in-out
        infinite;
}


@keyframes plocalReportAlert {

    0%,
    100% {
        transform:
            scale(.95);
    }

    50% {
        transform:
            scale(1.08);
    }

}


/* ==========================================================
   PLATFORM
========================================================== */

.plocal-trust-report__platform {
    position: absolute;

    z-index: 1;

    bottom: 14px;

    width: 210px;
    height: 36px;

    border:
        1px solid
        rgba(36, 189, 199, .5);

    border-radius: 50%;

    box-shadow:
        0 0 20px
        rgba(36, 189, 199, .25),
        inset 0 0 18px
        rgba(36, 189, 199, .12);

    animation:
        plocalReportPlatform
        3.5s
        ease-in-out
        infinite;
}


.plocal-trust-report__platform::before {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 135px;
    height: 20px;

    content: "";

    border:
        1px solid
        rgba(36, 189, 199, .25);

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}


@keyframes plocalReportPlatform {

    0%,
    100% {
        opacity: .5;

        transform:
            scale(.94);
    }

    50% {
        opacity: 1;

        transform:
            scale(1.04);
    }

}


/* ==========================================================
   NOTE
========================================================== */

.plocal-trust-report__note {
    position: relative;
    z-index: 3;

    padding:
        26px 25px;

    border:
        1px solid
        rgba(255, 255, 255, .18);

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(9, 40, 92, .68),
            rgba(4, 24, 60, .84)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, .04);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);

    transition:
        border-color .35s ease,
        background .35s ease,
        transform .35s ease;
}


.plocal-trust-report__note:hover {
    border-color:
        rgba(36, 189, 199, .38);

    background:
        linear-gradient(
            145deg,
            rgba(10, 48, 105, .76),
            rgba(4, 27, 66, .9)
        );

    transform:
        translateY(-4px);
}


/* TITLE */

.plocal-trust-report__note-title {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 18px;
}


.plocal-trust-report__note-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    color:
        var(--color-white);

    font-size: 16px;

    border-radius: 50%;

    background:
        #176bf4;

    box-shadow:
        0 7px 17px
        rgba(23, 107, 244, .27);

    animation:
        plocalReportInfoPulse
        3.5s
        ease-in-out
        infinite;
}


@keyframes plocalReportInfoPulse {

    0%,
    100% {
        transform:
            scale(1);
    }

    50% {
        transform:
            scale(1.07);
    }

}


.plocal-trust-report__note-title strong {
    color:
        var(--color-white);

    font-family:
        var(--heading-font);

    font-size: 16px;

    font-weight: 700;
}


.plocal-trust-report__note p {
    margin: 0;

    color:
        rgba(255, 255, 255, .75);

    font-family:
        var(--body-font);

    font-size: 12px;

    line-height: 1.75;
}


/* ==========================================================
   INITIAL ANIMATIONS
========================================================== */

.plocal-trust-report__content {
    animation:
        plocalReportContentReveal
        .8s
        ease
        both;
}


@keyframes plocalReportContentReveal {

    from {
        opacity: 0;

        transform:
            translateX(-30px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


.plocal-trust-report__visual {
    animation:
        plocalReportVisualReveal
        .9s
        .2s
        ease
        both;
}


@keyframes plocalReportVisualReveal {

    from {
        opacity: 0;

        transform:
            translateY(22px)
            scale(.94);
    }

    to {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }

}


.plocal-trust-report__note {
    animation:
        plocalReportNoteReveal
        .8s
        .35s
        ease
        both;
}


@keyframes plocalReportNoteReveal {

    from {
        opacity: 0;

        transform:
            translateX(25px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* ==========================================================
   <= 1399PX
========================================================== */

@media (max-width: 1399px) {

    .plocal-trust-report {
        grid-template-columns:
            minmax(390px, 1.1fr)
            260px
            minmax(240px, .7fr);

        gap: 30px;

        padding:
            45px;
    }


    .plocal-trust-report__visual-inner {
        width: 260px;
        height: 250px;
    }


    .plocal-trust-report__document {
        width: 135px;
        height: 185px;
    }

}


/* ==========================================================
   <= 1199PX
========================================================== */

@media (max-width: 1199px) {

    .plocal-trust-report {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(240px, .55fr);

        gap: 35px;
    }


    .plocal-trust-report__content {
        grid-column: 1;
        grid-row: 1;
    }


    .plocal-trust-report__visual {
        grid-column: 2;
        grid-row: 1;
    }


    .plocal-trust-report__note {
        grid-column:
            1 / -1;

        display: grid;

        grid-template-columns:
            auto
            minmax(0, 1fr);

        align-items: center;

        gap: 17px;
    }


    .plocal-trust-report__note-title {
        margin: 0;
    }

}


/* ==========================================================
   <= 767PX
========================================================== */

@media (max-width: 767px) {

    .plocal-trust-report-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .plocal-trust-report-container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-trust-report {
        grid-template-columns: 1fr;

        gap: 22px;

        min-height: 0;

        padding:
            32px 20px;

        border-radius: 19px;
    }


    .plocal-trust-report__content,
    .plocal-trust-report__visual,
    .plocal-trust-report__note {
        grid-column: 1;
    }


    .plocal-trust-report__content {
        grid-row: 1;

        text-align: center;
    }


    .plocal-trust-report__visual {
        grid-row: 2;
    }


    .plocal-trust-report__note {
        grid-row: 3;

        display: block;

        text-align: left;
    }


    .plocal-trust-report
    .site-title {
        font-size:
            clamp(32px, 9vw, 42px);
    }


    .plocal-trust-report
    .site-title-tagline {
        margin-right: auto;
        margin-left: auto;
    }


    .plocal-trust-report__content > p {
        margin-right: auto;
        margin-left: auto;

        font-size: 12px;
    }


    .plocal-trust-report__actions {
        justify-content: center;
    }


    .plocal-trust-report__visual-inner {
        width: 270px;
        height: 250px;
    }


    .plocal-trust-report__note-title {
        margin-bottom: 15px;
    }

}


/* ==========================================================
   <= 480PX
========================================================== */

@media (max-width: 480px) {

    .plocal-trust-report__actions {
        display: grid;

        grid-template-columns: 1fr;

        width: 100%;
    }


    .plocal-trust-report__primary-btn,
    .plocal-trust-report__secondary-btn {
        width: 100%;
    }


    .plocal-trust-report__visual-inner {
        width: 235px;
        height: 225px;
    }


    .plocal-trust-report__document {
        width: 120px;
        height: 165px;
    }


    .plocal-trust-report__megaphone {
        right: 0;

        font-size: 50px;
    }


    .plocal-trust-report__warning-shield {
        left: 20px;

        width: 58px;
        height: 68px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-trust-report__glow,
    .plocal-trust-report__dots,
    .plocal-trust-report__orbit,
    .plocal-trust-report__route path,
    .plocal-trust-report__visual-halo,
    .plocal-trust-report__document,
    .plocal-trust-report__warning-shield,
    .plocal-trust-report__megaphone,
    .plocal-trust-report__megaphone-wave,
    .plocal-trust-report__alert-dot,
    .plocal-trust-report__platform,
    .plocal-trust-report__note-icon,
    .plocal-trust-report__content,
    .plocal-trust-report__visual,
    .plocal-trust-report__note {
        animation: none !important;
    }

}

/* ==========================================================
   PLOCAL — TRUST & SAFETY FAQ
========================================================== */

.plocal-trust-faq-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 6% 22%,
            rgba(36, 189, 199, .04),
            transparent 27%
        ),
        radial-gradient(
            circle at 93% 78%,
            rgba(12, 44, 122, .025),
            transparent 30%
        ),
        var(--color-white);
}


/* ==========================================================
   BACKGROUND
========================================================== */

.plocal-trust-faq-bg {
    position: absolute;
    z-index: 0;
    inset: 0;

    overflow: hidden;
    pointer-events: none;
}


/* ==========================================================
   BACKGROUND ORBITS
========================================================== */

.plocal-trust-faq-bg__orbit {
    position: absolute;

    border:
        1px dashed
        rgba(36, 189, 199, .07);

    border-radius: 50%;

    animation:
        plocalFaqBgOrbit
        30s
        linear
        infinite;
}


.plocal-trust-faq-bg__orbit::before,
.plocal-trust-faq-bg__orbit::after {
    position: absolute;

    content: "";

    border:
        1px solid
        rgba(12, 44, 122, .035);

    border-radius: inherit;
}


.plocal-trust-faq-bg__orbit::before {
    inset: 55px;
}


.plocal-trust-faq-bg__orbit::after {
    inset: 110px;
}


.plocal-trust-faq-bg__orbit--one {
    top: -520px;
    left: -420px;

    width: 920px;
    height: 920px;
}


.plocal-trust-faq-bg__orbit--two {
    right: -460px;
    bottom: -500px;

    width: 950px;
    height: 950px;

    animation-direction: reverse;
    animation-duration: 37s;
}


@keyframes plocalFaqBgOrbit {

    to {
        transform: rotate(360deg);
    }

}


/* ==========================================================
   DOT PATTERNS
========================================================== */

.plocal-trust-faq-bg__dots {
    position: absolute;

    width: 210px;
    height: 210px;

    opacity: .15;

    background-image:
        radial-gradient(
            rgba(36, 189, 199, .42) 1.3px,
            transparent 1.3px
        );

    background-size:
        18px 18px;

    animation:
        plocalFaqDots
        10s
        ease-in-out
        infinite;
}


.plocal-trust-faq-bg__dots--one {
    top: 2%;
    right: 2%;
}


.plocal-trust-faq-bg__dots--two {
    left: 1%;
    bottom: 3%;

    animation-delay: 5s;
}


@keyframes plocalFaqDots {

    0%,
    100% {
        opacity: .08;
        transform: translateY(0);
    }

    50% {
        opacity: .2;
        transform: translateY(-10px);
    }

}


/* ==========================================================
   BACKGROUND LIGHTS
========================================================== */

.plocal-trust-faq-bg__light {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px var(--theme-color),
        0 0 22px rgba(36, 189, 199, .4);

    animation:
        plocalFaqLight
        4s
        ease-in-out
        infinite;
}


.plocal-trust-faq-bg__light--one {
    top: 12%;
    left: 14%;
}


.plocal-trust-faq-bg__light--two {
    right: 6%;
    bottom: 12%;

    animation-delay: 2s;
}


@keyframes plocalFaqLight {

    0%,
    100% {
        opacity: .25;
        transform: scale(.65);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }

}


/* ==========================================================
   CONTAINER
========================================================== */

.plocal-trust-faq-container {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 1660px;

    padding-right:
        clamp(20px, 5vw, 80px);

    padding-left:
        clamp(20px, 5vw, 80px);

    margin: 0 auto;
}


/* ==========================================================
   HEADING
========================================================== */

.plocal-trust-faq-heading {
    margin-bottom: 0;
}


.plocal-trust-faq-section
.site-title-tagline {
    margin-bottom: 17px;
}


.plocal-trust-faq-section
.site-title {
    margin: 0;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size:
        var(--font-size-h2);

    font-weight:
        var(--heading-weight);

    line-height:
        var(--heading-line-height);

    letter-spacing:
        var(--heading-letter-spacing);
}


.plocal-trust-faq-section
.site-title span {
    color:
        var(--theme-color);
}


/* HEADING LINE */

.plocal-trust-faq-heading__line {
    position: relative;

    display: block;

    width: 95px;
    height: 3px;

    margin:
        20px auto
        clamp(45px, 5vw, 65px);

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            var(--theme-color),
            var(--color-skyblue)
        );
}


.plocal-trust-faq-heading__line::after {
    position: absolute;

    top: 50%;
    right: -9px;

    width: 7px;
    height: 7px;

    content: "";

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 8px
        rgba(36, 189, 199, .6);

    transform:
        translateY(-50%);

    animation:
        plocalFaqHeadingDot
        2.5s
        ease-in-out
        infinite;
}


@keyframes plocalFaqHeadingDot {

    0%,
    100% {
        opacity: .4;
        transform:
            translateY(-50%)
            scale(.7);
    }

    50% {
        opacity: 1;
        transform:
            translateY(-50%)
            scale(1.3);
    }

}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.plocal-trust-faq-layout {
    display: grid;

    grid-template-columns:
        minmax(300px, .72fr)
        minmax(600px, 1.55fr);

    align-items: center;

    gap:
        clamp(45px, 6vw, 95px);

    width: 100%;
    max-width: 1450px;

    margin: 0 auto;
}


/* ==========================================================
   LEFT VISUAL
========================================================== */

.plocal-trust-faq-visual {
    position: relative;

    min-width: 0;
}


/* ==========================================================
   VISUAL GRAPHIC
========================================================== */

.plocal-trust-faq-visual__graphic {
    position: relative;

    display: grid;
    place-items: center;

    width: 100%;
    max-width: 365px;
    height: 330px;

    margin:
        0 auto 28px;
}


/* ==========================================================
   VISUAL ORBITS
========================================================== */

.plocal-trust-faq-visual__orbit {
    position: absolute;

    border:
        1px dashed
        rgba(36, 189, 199, .23);

    border-radius: 50%;

    animation:
        plocalFaqVisualOrbit
        20s
        linear
        infinite;
}


.plocal-trust-faq-visual__orbit--one {
    width: 320px;
    height: 230px;

    transform:
        rotate(-8deg);
}


.plocal-trust-faq-visual__orbit--two {
    width: 265px;
    height: 285px;

    opacity: .45;

    animation-direction: reverse;
    animation-duration: 15s;
}


@keyframes plocalFaqVisualOrbit {

    to {
        rotate: 360deg;
    }

}


/* ==========================================================
   VISUAL DOTS
========================================================== */

.plocal-trust-faq-visual__dot {
    position: absolute;

    z-index: 5;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        var(--theme-color);

    box-shadow:
        0 0 9px
        rgba(36, 189, 199, .55);

    animation:
        plocalFaqVisualDot
        3s
        ease-in-out
        infinite;
}


.plocal-trust-faq-visual__dot--one {
    top: 75px;
    right: 25px;
}


.plocal-trust-faq-visual__dot--two {
    bottom: 62px;
    left: 32px;

    animation-delay: 1.5s;
}


@keyframes plocalFaqVisualDot {

    0%,
    100% {
        opacity: .35;
        transform: scale(.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }

}


/* ==========================================================
   MAIN SHIELD
========================================================== */

.plocal-trust-faq-visual__shield {
    position: relative;
    z-index: 5;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 165px;
    height: 195px;

    color:
        var(--color-white);

    font-size: 68px;

    clip-path:
        polygon(
            50% 0,
            93% 17%,
            87% 69%,
            50% 100%,
            13% 69%,
            7% 17%
        );

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--theme-color2)
        );

    filter:
        drop-shadow(
            0 18px 22px
            rgba(8, 29, 77, .16)
        );

    animation:
        plocalFaqShieldFloat
        5s
        ease-in-out
        infinite;
}


.plocal-trust-faq-visual__shield::before {
    position: absolute;

    inset: 15px;

    content: "";

    clip-path: inherit;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .13),
            rgba(255, 255, 255, .025)
        );
}


.plocal-trust-faq-visual__shield i {
    position: relative;
    z-index: 2;
}


@keyframes plocalFaqShieldFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(0);
    }

    50% {
        transform:
            translateY(-8px)
            rotate(1deg);
    }

}


/* ==========================================================
   MINI ICONS
========================================================== */

.plocal-trust-faq-visual__mini {
    position: absolute;
    z-index: 6;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 51px;
    height: 51px;

    color:
        var(--theme-color);

    font-size: 17px;

    border:
        1px solid
        rgba(36, 189, 199, .18);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .97);

    box-shadow:
        0 9px 20px
        rgba(8, 29, 77, .075);

    animation:
        plocalFaqMiniFloat
        4s
        ease-in-out
        infinite;
}


.plocal-trust-faq-visual__mini--user {
    top: 40px;
    left: 13px;
}


.plocal-trust-faq-visual__mini--business {
    top: 45px;
    right: 9px;

    animation-delay: 1.3s;
}


.plocal-trust-faq-visual__mini--verify {
    bottom: 48px;
    left: 6px;

    animation-delay: 2.6s;
}


@keyframes plocalFaqMiniFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

}


/* ==========================================================
   PLATFORM
========================================================== */

.plocal-trust-faq-visual__platform {
    position: absolute;

    z-index: 2;

    bottom: 28px;

    width: 210px;
    height: 38px;

    border:
        1px solid
        rgba(36, 189, 199, .22);

    border-radius: 50%;

    box-shadow:
        0 0 20px
        rgba(36, 189, 199, .08),
        inset 0 0 16px
        rgba(36, 189, 199, .07);

    animation:
        plocalFaqPlatform
        4s
        ease-in-out
        infinite;
}


@keyframes plocalFaqPlatform {

    0%,
    100% {
        opacity: .55;
        transform: scale(.94);
    }

    50% {
        opacity: 1;
        transform: scale(1.03);
    }

}


/* ==========================================================
   LEFT CONTENT
========================================================== */

.plocal-trust-faq-visual__content {
    max-width: 370px;

    margin: 0 auto;
}


.plocal-trust-faq-visual__content h3 {
    margin:
        0 0 13px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 20px;

    font-weight: 700;

    line-height: 1.35;
}


.plocal-trust-faq-visual__content h3 span {
    display: block;

    color:
        var(--theme-color2);
}


.plocal-trust-faq-visual__content p {
    margin:
        0 0 20px;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 12px;

    line-height: 1.75;
}


/* ==========================================================
   TRUST LINK
========================================================== */

.plocal-trust-faq-visual__link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color:
        var(--theme-color);

    font-family:
        var(--body-font);

    font-size: 11px;

    font-weight: 600;

    transition:
        gap .35s ease,
        color .35s ease;
}


.plocal-trust-faq-visual__link:hover {
    gap: 13px;

    color:
        var(--theme-color2);
}


.plocal-trust-faq-visual__link
i:first-child {
    font-size: 17px;
}


/* ==========================================================
   FAQ LIST
========================================================== */

.plocal-trust-faq-list {
    display: grid;

    gap: 11px;

    min-width: 0;
}


/* ==========================================================
   FAQ ITEM
========================================================== */

.plocal-trust-faq-section
.plocal-faq-item {
    position: relative;

    overflow: hidden;

    border:
        1px solid
        rgba(12, 44, 122, .075);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, .97);

    box-shadow:
        0 10px 27px
        rgba(8, 29, 77, .055);

    transition:
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease,
        background .35s ease;
}


.plocal-trust-faq-section
.plocal-faq-item:hover {
    border-color:
        rgba(36, 189, 199, .2);

    box-shadow:
        0 14px 32px
        rgba(8, 29, 77, .075);

    transform:
        translateY(-2px);
}


/* OPEN STATE */

.plocal-trust-faq-section
.plocal-faq-item.open {
    border-color:
        rgba(36, 189, 199, .8);

    background:
        linear-gradient(
            145deg,
            var(--color-white),
            rgba(217, 245, 247, .22)
        );

    box-shadow:
        0 17px 40px
        rgba(8, 29, 77, .085);
}


/* ==========================================================
   QUESTION BUTTON
========================================================== */

.plocal-trust-faq-section
.plocal-faq-q {
    display: grid;

    grid-template-columns:
        45px
        minmax(0, 1fr)
        44px;

    align-items: center;

    gap: 14px;

    width: 100%;

    min-height: 74px;

    padding:
        13px 17px;

    text-align: left;

    border: 0;

    background: transparent;

    cursor: pointer;
}


/* ==========================================================
   NUMBER
========================================================== */

.plocal-faq-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color:
        var(--theme-color);

    font-family:
        var(--heading-font);

    font-size: 15px;

    font-weight: 700;

    border:
        1px solid
        rgba(36, 189, 199, .17);

    border-radius: 50%;

    background:
        var(--theme-bg-light);

    transition:
        color .35s ease,
        background .35s ease,
        transform .35s ease;
}


.plocal-faq-item.open
.plocal-faq-number {
    color:
        var(--color-white);

    background:
        linear-gradient(
            145deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 8px 18px
        rgba(36, 189, 199, .2);

    transform:
        scale(1.05);
}


/* ==========================================================
   QUESTION TEXT
========================================================== */

.plocal-faq-question-text {
    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 14px;

    font-weight: 700;

    line-height: 1.4;
}


/* ==========================================================
   TOGGLE
========================================================== */

.plocal-faq-toggle {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    justify-self: end;

    color:
        var(--theme-color);

    font-size: 13px;

    border-radius: 50%;

    background:
        var(--theme-bg-light);

    transition:
        color .35s ease,
        background .35s ease,
        transform .4s ease;
}


.plocal-faq-item.open
.plocal-faq-toggle {
    color:
        var(--theme-color2);

    background:
        rgba(36, 189, 199, .08);

    transform:
        rotate(180deg);
}


/* ==========================================================
   ANSWER
   IMPORTANT: works with your existing .open JS state
========================================================== */

.plocal-trust-faq-section
.plocal-faq-a {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height .5s
        cubic-bezier(.22, 1, .36, 1),
        opacity .35s ease;
}


.plocal-trust-faq-section
.plocal-faq-item.open
.plocal-faq-a {
    max-height: 300px;

    opacity: 1;
}


/* INNER ANSWER */

.plocal-faq-a__inner {
    position: relative;

    display: grid;

    grid-template-columns:
        2px
        minmax(0, 1fr);

    gap: 22px;

    padding:
        3px 70px 27px 48px;
}


/* CYAN VERTICAL LINE */

.plocal-faq-a__line {
    display: block;

    width: 2px;
    height: 100%;

    min-height: 65px;

    border-radius: 50px;

    background:
        linear-gradient(
            180deg,
            var(--theme-color),
            rgba(36, 189, 199, .15)
        );
}


.plocal-faq-a__inner p {
    margin: 0;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 12px;

    line-height: 1.8;
}


/* ==========================================================
   SUPPORT BAR
========================================================== */

.plocal-trust-faq-support {
    display: grid;

    grid-template-columns:
        56px
        minmax(200px, 1fr)
        auto;

    align-items: center;

    gap: 17px;

    min-height: 85px;

    padding:
        13px 18px;

    margin-top: 9px;

    border:
        1px solid
        rgba(12, 44, 122, .06);

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(248, 251, 255, .98),
            var(--color-white)
        );

    box-shadow:
        0 10px 26px
        rgba(8, 29, 77, .055);
}


/* SUPPORT ICON */

.plocal-trust-faq-support__icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    color:
        var(--theme-color);

    font-size: 20px;

    border-radius: 50%;

    background:
        var(--theme-bg-light);

    animation:
        plocalFaqSupportIcon
        4s
        ease-in-out
        infinite;
}


@keyframes plocalFaqSupportIcon {

    0%,
    100% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-7deg);
    }

}


/* SUPPORT COPY */

.plocal-trust-faq-support__text strong {
    display: block;

    margin-bottom: 2px;

    color:
        var(--theme-color2);

    font-family:
        var(--heading-font);

    font-size: 12px;

    font-weight: 700;
}


.plocal-trust-faq-support__text span {
    display: block;

    color:
        var(--body-text-color);

    font-family:
        var(--body-font);

    font-size: 10px;
}


/* SUPPORT BUTTON */

.plocal-trust-faq-support__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 44px;

    padding:
        9px 17px;

    color:
        var(--color-white);

    font-family:
        var(--body-font);

    font-size: 10px;

    font-weight: 600;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            var(--theme-color),
            var(--color-skyblue)
        );

    box-shadow:
        0 8px 18px
        rgba(36, 189, 199, .16);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.plocal-trust-faq-support__button:hover {
    color:
        var(--color-white);

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 25px
        rgba(36, 189, 199, .24);
}


.plocal-trust-faq-support__button
i:last-child {
    transition:
        transform .3s ease;
}


.plocal-trust-faq-support__button:hover
i:last-child {
    transform:
        translateX(4px);
}


/* ==========================================================
   FAQ ENTRY ANIMATIONS
========================================================== */

.plocal-trust-faq-list
.plocal-faq-item {
    animation:
        plocalFaqItemReveal
        .65s
        ease
        both;
}


.plocal-trust-faq-list
.plocal-faq-item:nth-child(1) {
    animation-delay: .05s;
}


.plocal-trust-faq-list
.plocal-faq-item:nth-child(2) {
    animation-delay: .12s;
}


.plocal-trust-faq-list
.plocal-faq-item:nth-child(3) {
    animation-delay: .19s;
}


.plocal-trust-faq-list
.plocal-faq-item:nth-child(4) {
    animation-delay: .26s;
}


.plocal-trust-faq-list
.plocal-faq-item:nth-child(5) {
    animation-delay: .33s;
}


@keyframes plocalFaqItemReveal {

    from {
        opacity: 0;

        transform:
            translateX(24px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (max-width: 1399px) {

    .plocal-trust-faq-layout {
        grid-template-columns:
            minmax(280px, .65fr)
            minmax(570px, 1.45fr);

        gap: 50px;
    }


    .plocal-trust-faq-visual__graphic {
        max-width: 320px;
        height: 300px;
    }


    .plocal-trust-faq-visual__shield {
        width: 145px;
        height: 173px;

        font-size: 58px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .plocal-trust-faq-layout {
        grid-template-columns: 1fr;

        gap: 48px;

        max-width: 850px;
    }


    .plocal-trust-faq-visual {
        display: grid;

        grid-template-columns:
            300px
            minmax(0, 1fr);

        align-items: center;

        gap: 35px;
    }


    .plocal-trust-faq-visual__graphic {
        margin: 0;
    }


    .plocal-trust-faq-visual__content {
        margin: 0;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .plocal-trust-faq-container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .plocal-trust-faq-heading__line {
        margin-bottom: 40px;
    }


    .plocal-trust-faq-visual {
        display: block;

        text-align: center;
    }


    .plocal-trust-faq-visual__graphic {
        max-width: 290px;
        height: 270px;

        margin:
            0 auto 20px;
    }


    .plocal-trust-faq-visual__shield {
        width: 128px;
        height: 155px;

        font-size: 50px;
    }


    .plocal-trust-faq-visual__content {
        margin: 0 auto;
    }


    .plocal-trust-faq-visual__link {
        justify-content: center;
    }


    /* FAQ */

    .plocal-trust-faq-section
    .plocal-faq-q {
        grid-template-columns:
            37px
            minmax(0, 1fr)
            35px;

        gap: 10px;

        min-height: 68px;

        padding:
            11px 12px;
    }


    .plocal-faq-number {
        width: 34px;
        height: 34px;

        font-size: 12px;
    }


    .plocal-faq-question-text {
        font-size: 12px;
    }


    .plocal-faq-toggle {
        width: 33px;
        height: 33px;

        font-size: 11px;
    }


    .plocal-faq-a__inner {
        gap: 15px;

        padding:
            3px 18px 22px 23px;
    }


    .plocal-faq-a__inner p {
        font-size: 11px;
    }


    /* SUPPORT */

    .plocal-trust-faq-support {
        grid-template-columns:
            48px
            minmax(0, 1fr);

        gap: 12px;
    }


    .plocal-trust-faq-support__button {
        grid-column:
            1 / -1;

        width: 100%;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .plocal-trust-faq-visual__graphic {
        max-width: 255px;
        height: 245px;
    }


    .plocal-trust-faq-visual__mini {
        width: 42px;
        height: 42px;

        font-size: 14px;
    }


    .plocal-trust-faq-section
    .plocal-faq-q {
        grid-template-columns:
            34px
            minmax(0, 1fr)
            31px;
    }


    .plocal-faq-number {
        width: 31px;
        height: 31px;
    }


    .plocal-faq-toggle {
        width: 30px;
        height: 30px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .plocal-trust-faq-bg__orbit,
    .plocal-trust-faq-bg__dots,
    .plocal-trust-faq-bg__light,
    .plocal-trust-faq-heading__line::after,
    .plocal-trust-faq-visual__orbit,
    .plocal-trust-faq-visual__dot,
    .plocal-trust-faq-visual__shield,
    .plocal-trust-faq-visual__mini,
    .plocal-trust-faq-visual__platform,
    .plocal-trust-faq-support__icon,
    .plocal-trust-faq-list
    .plocal-faq-item {
        animation: none !important;
    }

}

