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

.dfao-tonometry-page {
  --dfao-tono-cyan: #58cde0;
  --dfao-tono-green: #72cf88;
}

.dfao-tonometry-page .dfao-biometry-hero {
  background:
    radial-gradient(circle at 8% 14%, rgba(88, 205, 224, .18), transparent 29%),
    radial-gradient(circle at 91% 79%, rgba(42, 100, 202, .14), transparent 27%),
    linear-gradient(122deg, #fbfdff 0%, #f0f7fb 57%, #e3eff7 100%);
}

.dfao-tonometry-page .dfao-biometry-hero__photo img {
  object-position: 51% center;
}

.dfao-tonometry-page .dfao-biometry-hero__photo::before {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 36%;
  width: 30%;
  aspect-ratio: 1;
  border: 2px solid rgba(106, 221, 238, .58);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  box-shadow: 0 0 24px rgba(88, 205, 224, .52);
  animation: dfao-tono-photo-focus 5.8s ease-in-out infinite;
}

.dfao-tonometry-page .dfao-biometry-hero__signals li::before {
  background: var(--dfao-tono-cyan);
  box-shadow: 0 0 0 4px rgba(88, 205, 224, .18), 0 0 14px rgba(88, 205, 224, .44);
}

.dfao-tonometry-gauge {
  background:
    radial-gradient(circle at 50% 47%, rgba(88, 205, 224, .25), transparent 28%),
    linear-gradient(145deg, #082e61, #031a39);
}

.dfao-tonometry-gauge::before {
  inset: 9%;
  border: 1px dashed rgba(255, 255, 255, .2);
  animation: dfao-tono-spin 26s linear infinite;
}

.dfao-tonometry-gauge::after {
  display: none;
}

.dfao-tonometry-gauge__eye {
  position: absolute;
  width: 274px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 72% 28% 70% 30% / 55% 45% 55% 45%;
  background:
    radial-gradient(circle at 51% 50%, #031b3b 0 13%, #2b8baa 14% 25%, rgba(126, 224, 223, .77) 26% 34%, transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .035));
  box-shadow:
    inset 0 0 35px rgba(255, 255, 255, .08),
    0 26px 55px rgba(0, 0, 0, .26);
  transform: rotate(-4deg);
}

.dfao-tonometry-gauge__ring {
  position: absolute;
  z-index: 2;
  width: 102px;
  height: 102px;
  border: 3px solid rgba(115, 228, 239, .66);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(88, 205, 224, .07),
    0 0 25px rgba(88, 205, 224, .42);
}

.dfao-tonometry-gauge__needle {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 2px;
  margin-left: 49px;
  background: linear-gradient(90deg, #fff, var(--dfao-tono-green));
  transform-origin: left center;
  animation: dfao-tono-needle 5.4s ease-in-out infinite;
}

.dfao-tonometry-gauge__contact {
  position: absolute;
  z-index: 4;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--dfao-tono-green);
  box-shadow: 0 0 22px rgba(114, 207, 136, .8);
  animation: dfao-tono-contact 4.4s ease-in-out infinite;
}

.dfao-tonometry-method {
  background:
    radial-gradient(circle at 85% 18%, rgba(88, 205, 224, .19), transparent 27%),
    linear-gradient(137deg, #052b5d, #031936);
}

.dfao-tonometry-method .dfao-biometry-method-card:first-child::after {
  position: absolute;
  right: -78px;
  bottom: -93px;
  width: 255px;
  height: 255px;
  border: 1px dashed rgba(88, 205, 224, .22);
  border-radius: 50%;
  content: "";
  animation: dfao-tono-spin 28s linear infinite;
}

.dfao-tonometry-method__drop {
  position: absolute;
  right: 44px;
  bottom: 38px;
  width: 24px;
  height: 34px;
  border-radius: 60% 40% 62% 38% / 70% 40% 60% 30%;
  opacity: .75;
  background: linear-gradient(145deg, #98edf5, #39aac5);
  box-shadow: 0 0 22px rgba(88, 205, 224, .55);
  transform: rotate(42deg);
  animation: dfao-tono-drop 4.8s ease-in-out infinite;
}

.dfao-tonometry-method .dfao-biometry-method-card__scan {
  background: linear-gradient(90deg, transparent, rgba(104, 220, 235, .9), transparent);
  box-shadow: 0 0 15px rgba(88, 205, 224, .58);
}

.dfao-tonometry-guidance {
  background:
    radial-gradient(circle at 10% 88%, rgba(114, 207, 136, .12), transparent 25%),
    #f7fafc;
}

.dfao-tonometry-guidance__inner {
  align-items: stretch;
}

.dfao-tonometry-guidance .dfao-biometry-guidance__card {
  background:
    radial-gradient(circle at 91% 10%, rgba(88, 205, 224, .13), transparent 26%),
    #fff;
}

.dfao-tonometry-guidance__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at center, rgba(88, 205, 224, .23), transparent 29%),
    linear-gradient(145deg, #092f62, #041c3e);
  box-shadow: 0 23px 55px rgba(6, 41, 88, .16);
}

.dfao-tonometry-guidance__prism {
  position: relative;
  z-index: 3;
  width: 98px;
  height: 98px;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .92) 0 7%, rgba(88, 205, 224, .45) 8% 28%, transparent 29%);
  box-shadow:
    0 0 0 28px rgba(88, 205, 224, .07),
    0 0 31px rgba(88, 205, 224, .55);
  animation: dfao-tono-prism 5.3s ease-in-out infinite;
}

.dfao-tonometry-guidance__wave {
  position: absolute;
  width: 158px;
  height: 158px;
  border: 1px solid rgba(115, 228, 239, .38);
  border-radius: 50%;
  animation: dfao-tono-wave 4.8s ease-out infinite;
}

.dfao-tonometry-guidance__wave--two {
  animation-delay: 1.6s;
}

.dfao-tonometry-guidance__wave--three {
  animation-delay: 3.2s;
}

.dfao-tonometry-guidance__visual p {
  position: absolute;
  right: 25px;
  bottom: 18px;
  left: 25px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.dfao-tonometry-page .dfao-biometry-cta__inner {
  background:
    radial-gradient(circle at 89% 13%, rgba(88, 205, 224, .27), transparent 26%),
    linear-gradient(135deg, #073166, #031b3d);
}

@keyframes dfao-tono-photo-focus {
  0%,
  100% {
    opacity: .28;
    transform: scale(.92);
  }

  50% {
    opacity: .9;
    transform: scale(1.06);
  }
}

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

@keyframes dfao-tono-needle {
  0%,
  100% {
    transform: rotate(-38deg);
  }

  50% {
    transform: rotate(29deg);
  }
}

@keyframes dfao-tono-contact {
  0%,
  100% {
    opacity: .4;
    transform: scale(.76);
  }

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

@keyframes dfao-tono-drop {
  0%,
  100% {
    opacity: .35;
    transform: translateY(-16px) rotate(42deg);
  }

  50% {
    opacity: .9;
    transform: translateY(12px) rotate(42deg);
  }
}

@keyframes dfao-tono-prism {
  0%,
  100% {
    transform: scale(.96);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes dfao-tono-wave {
  0% {
    opacity: .65;
    transform: scale(.48);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 680px) {
  .dfao-tonometry-gauge__eye {
    width: 235px;
    height: 150px;
  }

  .dfao-tonometry-guidance__visual {
    min-height: 330px;
  }
}

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