.dfao-managed-topography-page .entry-title,
.dfao-managed-topography-page .page-title {
  display: none !important;
}

.dfao-topography-page .dfao-biometry-hero {
  background:
    radial-gradient(circle at 8% 12%, rgba(112, 199, 125, .18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(42, 100, 202, .13), transparent 25%),
    linear-gradient(122deg, #fbfdff 0%, #f2f8fc 57%, #e7f1f8 100%);
}

.dfao-topography-page .dfao-biometry-hero__photo img {
  object-position: 52% center;
}

.dfao-topography-purposes {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.dfao-topography-purposes li {
  position: relative;
  padding: 13px 18px 13px 49px;
  border: 1px solid #dce7ef;
  border-radius: 14px;
  color: #425f79;
  background: #f8fbfd;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.dfao-topography-purposes li::before {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  background: #70c77d;
  box-shadow: 0 0 0 3px rgba(112, 199, 125, .2);
  transform: translateY(-50%);
}

.dfao-topography-purposes li:hover {
  border-color: rgba(42, 100, 202, .25);
  background: #fff;
  transform: translateX(5px);
}

.dfao-topography-map {
  background:
    radial-gradient(circle at 44% 48%, #ed554f 0 8%, #f39c42 15%, #efd94a 25%, #79c96e 38%, #2eb5a1 51%, #3287c8 67%, #123e7c 82%, #061d3e 100%);
}

.dfao-topography-map::before {
  inset: 8%;
  border: 1px dashed rgba(255, 255, 255, .28);
  animation: dfao-topography-spin 23s linear infinite;
}

.dfao-topography-map::after {
  display: none;
}

.dfao-topography-map__ring,
.dfao-topography-map__core,
.dfao-topography-map__scan {
  position: absolute;
  border-radius: 50%;
}

.dfao-topography-map__ring {
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, .04);
}

.dfao-topography-map__ring--one {
  width: 280px;
  height: 280px;
}

.dfao-topography-map__ring--two {
  width: 205px;
  height: 205px;
}

.dfao-topography-map__ring--three {
  width: 125px;
  height: 125px;
}

.dfao-topography-map__core {
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background: #153d79;
  box-shadow: 0 0 24px rgba(255, 255, 255, .8);
}

.dfao-topography-map__scan {
  width: 315px;
  height: 315px;
  border: 2px dashed rgba(255, 255, 255, .38);
  animation: dfao-topography-spin-reverse 18s linear infinite;
}

.dfao-topography-map__scan::after {
  position: absolute;
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, .9);
}

.dfao-topography-page .dfao-biometry-methods {
  background:
    radial-gradient(circle at 84% 18%, rgba(112, 199, 125, .17), transparent 27%),
    linear-gradient(137deg, #062856, #031a38);
}

.dfao-topography-page .dfao-biometry-method-card:first-child::after {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px dashed rgba(112, 199, 125, .2);
  border-radius: 50%;
  content: "";
  animation: dfao-topography-spin 28s linear infinite;
}

.dfao-topography-page .dfao-biometry-method-card__scan {
  top: -35%;
  bottom: -35%;
  width: 20%;
  opacity: .3;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: dfao-topography-scan 5s ease-in-out infinite;
}

.dfao-topography-lenses {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 82%, rgba(112, 199, 125, .14), transparent 25%),
    #f3f8fb;
}

.dfao-topography-lenses__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(310px, .7fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.dfao-topography-lenses__marker {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(112, 199, 125, .26), transparent 15%),
    linear-gradient(145deg, #082e61, #041c3e);
  box-shadow: 0 25px 60px rgba(6, 41, 88, .17);
}

.dfao-topography-lenses__marker::before,
.dfao-topography-lenses__marker::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.dfao-topography-lenses__marker::before {
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, .04),
    0 0 0 76px rgba(255, 255, 255, .03);
}

.dfao-topography-lenses__marker::after {
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(112, 199, 125, .56);
  animation: dfao-topography-spin 15s linear infinite;
}

.dfao-topography-lenses__marker span {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #70c77d;
  box-shadow: 0 0 24px rgba(112, 199, 125, .9);
}

.dfao-topography-lenses__content {
  max-width: 720px;
}

.dfao-topography-lenses__content h2 {
  margin-bottom: 27px;
}

.dfao-topography-lenses__content > p:not(.dfao-biometry-section-eyebrow) {
  margin-bottom: 18px;
  color: #5d728a;
}

.dfao-topography-lenses__orbit {
  position: absolute;
  top: -230px;
  right: -170px;
  width: 480px;
  height: 480px;
  border: 1px dashed rgba(42, 100, 202, .12);
  border-radius: 50%;
  animation: dfao-topography-spin-reverse 31s linear infinite;
}

.dfao-topography-page .dfao-biometry-cta__inner {
  background:
    radial-gradient(circle at 90% 15%, rgba(112, 199, 125, .25), transparent 25%),
    linear-gradient(135deg, #073066, #031b3d);
}

@keyframes dfao-topography-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dfao-topography-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes dfao-topography-scan {
  0%,
  12% {
    left: -30%;
  }

  72%,
  100% {
    left: 115%;
  }
}

@media (max-width: 980px) {
  .dfao-topography-lenses__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .dfao-topography-lenses__marker {
    width: min(100%, 590px);
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .dfao-topography-lenses {
    padding-block: 78px;
  }

  .dfao-topography-lenses__inner {
    width: min(100% - 32px, 1240px);
  }

  .dfao-topography-purposes li {
    padding-left: 45px;
    font-size: 16px;
  }

  .dfao-topography-map__ring--one {
    width: 230px;
    height: 230px;
  }

  .dfao-topography-map__ring--two {
    width: 168px;
    height: 168px;
  }

  .dfao-topography-map__ring--three {
    width: 102px;
    height: 102px;
  }

  .dfao-topography-map__scan {
    width: 270px;
    height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dfao-topography-page *,
  .dfao-topography-page *::before,
  .dfao-topography-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
