.dfao-retina-treatments {
  --dfao-retina-blue-950: #061d3f;
  --dfao-retina-blue-900: #0a2b59;
  --dfao-retina-blue-700: #2b5fc5;
  --dfao-retina-green-500: #6fc377;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(92px, 10vw, 154px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(111, 195, 119, .13), transparent 25rem),
    radial-gradient(circle at 91% 77%, rgba(43, 95, 197, .22), transparent 30rem),
    linear-gradient(145deg, #0d376d 0%, #082653 48%, #061d3f 100%);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dfao-retina-treatments *,
.dfao-retina-treatments *::before,
.dfao-retina-treatments *::after {
  box-sizing: border-box;
}

.dfao-retina-treatments__inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(64px, 8vw, 118px);
}

.dfao-retina-treatments__content {
  min-width: 0;
}

.dfao-retina-treatments h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.dfao-retina-treatments__text {
  max-width: 650px;
  margin-top: 28px;
}

.dfao-retina-treatments__text p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17.5px;
  line-height: 1.74;
}

.dfao-retina-treatments__text p + p {
  margin-top: 16px;
}

.dfao-retina-treatments__text p:last-child {
  color: rgba(255, 255, 255, .92);
  font-weight: 720;
}

.dfao-retina-treatments__button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 31px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 11px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 14px 34px rgba(2, 16, 38, .18);
  font-size: 14.5px;
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.dfao-retina-treatments__button::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.dfao-retina-treatments__button:hover {
  border-color: var(--dfao-retina-green-500);
  color: #fff;
  background: rgba(111, 195, 119, .13);
  transform: translateY(-2px);
}

.dfao-retina-treatments__button:focus-visible {
  outline: 3px solid rgba(111, 195, 119, .35);
  outline-offset: 3px;
}

.dfao-retina-treatments__panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 30%, rgba(80, 142, 213, .2), transparent 30%),
    rgba(255, 255, 255, .045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 28px 75px rgba(2, 16, 38, .23);
  backdrop-filter: blur(14px);
}

.dfao-retina-treatments__focus {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 330px;
  height: 330px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  opacity: .58;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.dfao-retina-treatments__focus::before,
.dfao-retina-treatments__focus::after {
  position: absolute;
  border: 1px solid rgba(111, 195, 119, .13);
  border-radius: 50%;
  content: "";
}

.dfao-retina-treatments__focus::before {
  width: 230px;
  height: 230px;
  animation: dfao-retina-rotate 18s linear infinite;
}

.dfao-retina-treatments__focus::after {
  width: 126px;
  height: 126px;
  border-color: rgba(255, 255, 255, .12);
  animation: dfao-retina-pulse 5s ease-in-out infinite;
}

.dfao-retina-treatments__focus > span:nth-child(1) {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #7bc882, #2360b5 38%, #092b59 72%);
  box-shadow: 0 0 45px rgba(59, 124, 206, .4);
}

.dfao-retina-treatments__focus > span:nth-child(2) {
  position: absolute;
  top: 51px;
  left: 95px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dfao-retina-green-500);
  box-shadow: 0 0 20px rgba(111, 195, 119, .7);
  animation: dfao-retina-orbit 11s linear infinite;
  transform-origin: 70px 112px;
}

.dfao-retina-treatments__focus > span:nth-child(3) {
  position: absolute;
  width: 2px;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .2), transparent);
  animation: dfao-retina-scan 4.5s ease-in-out infinite;
}

.dfao-retina-treatments__list {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.dfao-retina-treatments__list li {
  display: grid;
  min-height: 118px;
  align-content: space-between;
  margin: 0;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 13px;
  background: rgba(7, 31, 68, .7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.dfao-retina-treatments__list li:hover {
  border-color: rgba(111, 195, 119, .32);
  background: rgba(10, 43, 89, .9);
  transform: translateY(-3px);
}

.dfao-retina-treatments__list li > span {
  color: #92d99a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
}

.dfao-retina-treatments__list p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15.5px;
  font-weight: 680;
  line-height: 1.4;
}

.dfao-retina-treatments__orbital {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  pointer-events: none;
}

.dfao-retina-treatments__orbital--one {
  top: -240px;
  right: -180px;
  width: 620px;
  height: 620px;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, .012),
    0 0 0 140px rgba(255, 255, 255, .008);
  animation: dfao-retina-rotate 34s linear infinite;
}

.dfao-retina-treatments__orbital--two {
  bottom: -310px;
  left: -230px;
  width: 570px;
  height: 570px;
  border-color: rgba(111, 195, 119, .06);
  animation: dfao-retina-rotate-reverse 29s linear infinite;
}

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

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

@keyframes dfao-retina-pulse {
  0%,
  100% {
    opacity: .5;
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes dfao-retina-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dfao-retina-scan {
  0%,
  100% {
    opacity: .25;
    transform: translateX(-55px) rotate(20deg);
  }
  50% {
    opacity: .8;
    transform: translateX(55px) rotate(20deg);
  }
}

@media (max-width: 980px) {
  .dfao-retina-treatments__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .dfao-retina-treatments__content {
    max-width: 760px;
  }

  .dfao-retina-treatments__panel {
    width: min(100%, 760px);
  }
}

@media (max-width: 620px) {
  .dfao-retina-treatments {
    padding: 76px 0;
  }

  .dfao-retina-treatments__inner {
    width: min(100% - 32px, 1220px);
    gap: 44px;
  }

  .dfao-retina-treatments h2 {
    font-size: clamp(40px, 11.4vw, 52px);
  }

  .dfao-retina-treatments__panel {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .dfao-retina-treatments__list {
    grid-template-columns: 1fr;
  }

  .dfao-retina-treatments__list li {
    min-height: 94px;
  }

  .dfao-retina-treatments__button {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dfao-retina-treatments *,
  .dfao-retina-treatments *::before,
  .dfao-retina-treatments *::after {
    animation: none !important;
    transition: none !important;
  }
}

