.dfao-retina-page {
  --dfao-retina-blue-950: #082653;
  --dfao-retina-blue-900: #123b73;
  --dfao-retina-blue-700: #2b5fc5;
  --dfao-retina-green-500: #6fc377;
  --dfao-retina-green-100: #eaf8ed;
  --dfao-retina-ink: #122033;
  --dfao-retina-muted: #5f7188;
  --dfao-retina-line: #dce6ef;
  width: 100%;
  overflow: hidden;
  color: var(--dfao-retina-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dfao-managed-retina-page .entry-title,
.dfao-managed-retina-page .page-title {
  display: none;
}

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

.dfao-retina-hero,
.dfao-retina-function,
.dfao-retina-symptoms,
.dfao-retina-conditions,
.dfao-retina-evaluation,
.dfao-retina-treatments-page,
.dfao-retina-followup {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.dfao-retina-hero {
  background:
    radial-gradient(circle at 7% 10%, rgba(111, 195, 119, .17), transparent 25rem),
    linear-gradient(125deg, #fff 0%, #f7fafc 60%, #edf5f8 100%);
}

.dfao-retina-hero__inner {
  display: grid;
  width: min(1240px, calc(100% - 48px));
  min-height: clamp(660px, calc(100svh - 129px), 780px);
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  gap: clamp(54px, 8vw, 112px);
}

.dfao-retina-hero__content {
  position: relative;
  z-index: 3;
  padding: clamp(74px, 8vw, 116px) 0;
  animation: dfao-retina-reveal .75s cubic-bezier(.22, .75, .28, 1) both;
}

.dfao-retina-hero__eyebrow,
.dfao-retina-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 0 0 21px;
  color: #287039;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dfao-retina-hero__eyebrow::before,
.dfao-retina-section-eyebrow::before {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--dfao-retina-green-500);
  content: "";
}

.dfao-retina-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--dfao-retina-blue-950);
  font-size: clamp(47px, 4.7vw, 70px);
  font-weight: 780;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.dfao-retina-hero__lead {
  max-width: 700px;
  margin: 27px 0 0;
  color: var(--dfao-retina-muted);
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.68;
}

.dfao-retina-hero__visual {
  position: relative;
  display: grid;
  min-height: 650px;
  align-self: end;
  place-items: end center;
  isolation: isolate;
}

.dfao-retina-hero__visual::before {
  position: absolute;
  z-index: -3;
  right: -23%;
  bottom: -12%;
  width: 128%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 37% 33%, rgba(89, 153, 226, .58), transparent 24%),
    linear-gradient(145deg, #24538f, #082653);
  box-shadow: 0 34px 90px rgba(8, 38, 83, .2);
  content: "";
}

.dfao-retina-hero__photo {
  position: relative;
  z-index: 2;
  width: min(355px, 86%);
  height: 540px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 190px 190px 30px 30px;
  background: var(--dfao-retina-blue-900);
  box-shadow:
    0 32px 76px rgba(8, 38, 83, .26),
    0 0 0 10px rgba(255, 255, 255, .12);
  animation: dfao-retina-float 7.5s ease-in-out infinite;
}

.dfao-retina-hero__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 28, 63, .75) 0%, transparent 34%);
  content: "";
  pointer-events: none;
}

.dfao-retina-hero__photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 17%;
}

.dfao-retina-hero__photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  gap: 4px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
}

.dfao-retina-hero__photo figcaption strong {
  font-size: 15.5px;
}

.dfao-retina-hero__photo figcaption span {
  color: rgba(255, 255, 255, .76);
  font-size: 13.5px;
}

.dfao-retina-hero__orbit,
.dfao-retina-symptoms__orbit,
.dfao-retina-followup__orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  pointer-events: none;
}

.dfao-retina-hero__orbit::after,
.dfao-retina-symptoms__orbit::after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid rgba(255, 255, 255, .74);
  border-radius: 50%;
  background: var(--dfao-retina-green-500);
  box-shadow: 0 0 22px rgba(111, 195, 119, .7);
  content: "";
}

.dfao-retina-hero__orbit--one {
  top: 11%;
  right: -5%;
  width: 420px;
  height: 420px;
  animation: dfao-retina-orbit 23s linear infinite;
}

.dfao-retina-hero__orbit--one::after {
  top: 16%;
  left: 13%;
}

.dfao-retina-hero__orbit--two {
  right: 10%;
  bottom: 3%;
  width: 270px;
  height: 270px;
  animation: dfao-retina-orbit-reverse 18s linear infinite;
}

.dfao-retina-hero__orbit--two::after {
  right: 12%;
  bottom: 15%;
}

.dfao-retina-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.dfao-retina-hero__glow--one {
  top: 12%;
  left: 4%;
  width: 110px;
  height: 110px;
  background: rgba(111, 195, 119, .12);
  animation: dfao-retina-drift 9s ease-in-out infinite;
}

.dfao-retina-hero__glow--two {
  right: 40%;
  bottom: 8%;
  width: 145px;
  height: 145px;
  background: rgba(43, 95, 197, .08);
  animation: dfao-retina-drift 11s ease-in-out -3s infinite reverse;
}

.dfao-retina-function {
  padding: clamp(90px, 9vw, 142px) 0;
  background: #fff;
}

.dfao-retina-function__inner,
.dfao-retina-evaluation__inner {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(350px, .84fr) minmax(0, 1.16fr);
  gap: clamp(64px, 9vw, 126px);
}

.dfao-retina-function h2,
.dfao-retina-symptoms h2,
.dfao-retina-conditions h2,
.dfao-retina-evaluation h2,
.dfao-retina-treatments-page h2,
.dfao-retina-followup h2 {
  margin: 0;
  color: var(--dfao-retina-blue-950);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.dfao-retina-function__text,
.dfao-retina-evaluation__text {
  max-width: 790px;
  margin-top: 28px;
}

.dfao-retina-function__text p,
.dfao-retina-evaluation__text p {
  margin: 0;
  color: var(--dfao-retina-muted);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.74;
}

.dfao-retina-function__text p + p,
.dfao-retina-evaluation__text p + p {
  margin-top: 17px;
}

.dfao-retina-function__visual {
  position: relative;
  display: grid;
  width: min(380px, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(90, 154, 226, .66), transparent 23%),
    linear-gradient(145deg, #24538f, #082653);
  box-shadow: 0 30px 72px rgba(8, 38, 83, .2);
  isolation: isolate;
}

.dfao-retina-function__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.dfao-retina-function__ring--one {
  inset: 30px;
  animation: dfao-retina-orbit 22s linear infinite;
}

.dfao-retina-function__ring--two {
  inset: 70px;
  border-color: rgba(111, 195, 119, .25);
  animation: dfao-retina-orbit-reverse 17s linear infinite;
}

.dfao-retina-function__eye {
  position: relative;
  display: grid;
  width: 170px;
  height: 112px;
  place-items: center;
  overflow: hidden;
  border: 12px solid rgba(111, 195, 119, .25);
  border-radius: 60% 8% 60% 8%;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 17px rgba(255, 255, 255, .08);
  transform: rotate(45deg);
  animation: dfao-retina-eye 5.8s ease-in-out infinite;
}

.dfao-retina-function__eye span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle at 39% 34%, #fff 0 7%, #4d88d2 9% 52%, #153f7b 75%);
  transform: rotate(-45deg);
}

.dfao-retina-function__eye i {
  position: absolute;
  right: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--dfao-retina-green-500);
  box-shadow: 0 0 20px rgba(111, 195, 119, .7);
}

.dfao-retina-symptoms {
  padding: clamp(92px, 9vw, 144px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(111, 195, 119, .16), transparent 24rem),
    linear-gradient(135deg, #123b73 0%, #082653 72%);
  isolation: isolate;
}

.dfao-retina-symptoms__inner,
.dfao-retina-conditions__inner,
.dfao-retina-treatments-page__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.dfao-retina-symptoms__heading,
.dfao-retina-conditions__heading,
.dfao-retina-treatments-page__heading {
  max-width: 840px;
  margin-bottom: clamp(42px, 5vw, 64px);
}

.dfao-retina-symptoms__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 21px;
  color: #bce7c2;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dfao-retina-symptoms__eyebrow::before {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--dfao-retina-green-500);
  content: "";
}

.dfao-retina-symptoms h2 {
  color: #fff;
}

.dfao-retina-symptoms__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.dfao-retina-symptoms__grid li {
  display: grid;
  min-height: 148px;
  align-content: space-between;
  margin: 0;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
  transition: background .25s ease, transform .25s ease;
}

.dfao-retina-symptoms__grid li:hover {
  background: rgba(255, 255, 255, .11);
  transform: translateY(-3px);
}

.dfao-retina-symptoms__grid span {
  color: #bce7c2;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .09em;
}

.dfao-retina-symptoms__grid p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16.5px, 1.2vw, 18px);
  font-weight: 680;
  line-height: 1.45;
}

.dfao-retina-symptoms__note {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.dfao-retina-symptoms__orbit--one {
  top: -190px;
  right: -140px;
  width: 450px;
  height: 450px;
  animation: dfao-retina-orbit 28s linear infinite;
}

.dfao-retina-symptoms__orbit--one::after {
  bottom: 18%;
  left: 14%;
}

.dfao-retina-symptoms__orbit--two {
  bottom: -220px;
  left: -170px;
  width: 420px;
  height: 420px;
  animation: dfao-retina-orbit-reverse 24s linear infinite;
}

.dfao-retina-symptoms__orbit--two::after {
  top: 17%;
  right: 15%;
}

.dfao-retina-conditions {
  padding: clamp(92px, 9vw, 144px) 0;
  background:
    radial-gradient(circle at 96% 8%, rgba(111, 195, 119, .14), transparent 21rem),
    #f3f7fa;
}

.dfao-retina-conditions__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.dfao-retina-conditions__grid li {
  display: grid;
  min-height: 150px;
  align-content: space-between;
  margin: 0;
  padding: 23px;
  border: 1px solid rgba(43, 95, 197, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(8, 38, 83, .06);
  transition: box-shadow .25s ease, transform .25s ease;
}

.dfao-retina-conditions__grid li:hover {
  box-shadow: 0 21px 48px rgba(8, 38, 83, .11);
  transform: translateY(-3px);
}

.dfao-retina-conditions__grid span {
  color: var(--dfao-retina-blue-700);
  font-size: 11px;
  font-weight: 830;
  letter-spacing: .09em;
}

.dfao-retina-conditions__grid p {
  margin: 25px 0 0;
  color: #41536a;
  font-size: clamp(16.5px, 1.2vw, 18px);
  font-weight: 680;
  line-height: 1.45;
}

.dfao-retina-evaluation {
  padding: clamp(92px, 9vw, 144px) 0;
  background: #fff;
}

.dfao-retina-evaluation__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

.dfao-retina-evaluation__exams {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--dfao-retina-line);
  border-radius: 25px;
  background:
    radial-gradient(circle at 88% 6%, rgba(111, 195, 119, .17), transparent 10rem),
    #f4f8fb;
  box-shadow: 0 28px 66px rgba(8, 38, 83, .1);
}

.dfao-retina-evaluation__exams a,
.dfao-retina-evaluation__exams div {
  display: grid;
  min-height: 72px;
  align-items: center;
  padding: 13px 18px;
  border: 1px solid rgba(43, 95, 197, .11);
  border-radius: 14px;
  color: var(--dfao-retina-blue-950);
  background: rgba(255, 255, 255, .88);
  grid-template-columns: 42px 1fr;
  gap: 13px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dfao-retina-evaluation__exams a:hover {
  border-color: rgba(43, 95, 197, .28);
  color: var(--dfao-retina-blue-950);
  box-shadow: 0 13px 28px rgba(8, 38, 83, .08);
  transform: translateX(3px);
}

.dfao-retina-evaluation__exams a:focus-visible,
.dfao-retina-followup__button:focus-visible {
  outline: 3px solid rgba(43, 95, 197, .32);
  outline-offset: 4px;
}

.dfao-retina-evaluation__exams span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 5px solid var(--dfao-retina-green-100);
  border-radius: 50%;
  color: #fff;
  background: var(--dfao-retina-blue-700);
  font-size: 10px;
  font-weight: 820;
}

.dfao-retina-evaluation__exams strong {
  font-size: 17px;
  line-height: 1.35;
}

.dfao-retina-treatments-page {
  padding: clamp(92px, 9vw, 144px) 0;
  background:
    radial-gradient(circle at 4% 10%, rgba(111, 195, 119, .15), transparent 23rem),
    radial-gradient(circle at 97% 88%, rgba(43, 95, 197, .1), transparent 27rem),
    #f2f7fa;
}

.dfao-retina-treatments-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dfao-retina-treatments-page article {
  position: relative;
  display: grid;
  min-height: 300px;
  align-content: end;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(43, 95, 197, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(8, 38, 83, .07);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.dfao-retina-treatments-page article::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(43, 95, 197, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(43, 95, 197, .025);
  content: "";
}

.dfao-retina-treatments-page article:hover {
  border-color: rgba(43, 95, 197, .27);
  box-shadow: 0 26px 60px rgba(8, 38, 83, .12);
  transform: translateY(-4px);
}

.dfao-retina-treatments-page article > span {
  position: absolute;
  top: 30px;
  left: 34px;
  color: var(--dfao-retina-blue-700);
  font-size: 13px;
  font-weight: 830;
  letter-spacing: .09em;
}

.dfao-retina-treatments-page h3 {
  max-width: 470px;
  margin: 0;
  color: var(--dfao-retina-blue-950);
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.dfao-retina-treatments-page article p {
  max-width: 510px;
  margin: 17px 0 0;
  color: var(--dfao-retina-muted);
  font-size: clamp(16.5px, 1.2vw, 18px);
  line-height: 1.62;
}

.dfao-retina-treatments-page__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  margin-top: 22px;
  color: var(--dfao-retina-blue-700);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.dfao-retina-treatments-page__link span {
  transition: transform .25s ease;
}

.dfao-retina-treatments-page__link:hover span {
  transform: translateX(5px);
}

.dfao-retina-treatments-page__link:focus-visible {
  outline: 3px solid #f2b441;
  outline-offset: 4px;
}

.dfao-retina-followup {
  padding: clamp(94px, 9vw, 148px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 14%, rgba(111, 195, 119, .16), transparent 24rem),
    linear-gradient(135deg, #123b73 0%, #082653 72%);
  isolation: isolate;
}

.dfao-retina-followup__inner {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  margin-inline: auto;
  text-align: center;
}

.dfao-retina-followup__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 21px;
  color: #bce7c2;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dfao-retina-followup__eyebrow::before,
.dfao-retina-followup__eyebrow::after {
  width: 22px;
  height: 1px;
  background: rgba(188, 231, 194, .62);
  content: "";
}

.dfao-retina-followup h2 {
  color: #fff;
}

.dfao-retina-followup__text {
  max-width: 820px;
  margin: 28px auto 0;
}

.dfao-retina-followup__text p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.72;
}

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

.dfao-retina-followup__button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 11px;
  color: var(--dfao-retina-blue-950);
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.25;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}

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

.dfao-retina-followup__button:hover {
  color: var(--dfao-retina-blue-950);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}

.dfao-retina-followup__orbit--one {
  top: -190px;
  right: -130px;
  width: 460px;
  height: 460px;
  border-color: rgba(255, 255, 255, .07);
  animation: dfao-retina-orbit 28s linear infinite;
}

.dfao-retina-followup__orbit--two {
  bottom: -220px;
  left: -160px;
  width: 420px;
  height: 420px;
  border-color: rgba(255, 255, 255, .07);
  animation: dfao-retina-orbit-reverse 24s linear infinite;
}

@keyframes dfao-retina-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

@keyframes dfao-retina-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(13px, -15px, 0) scale(1.08);
  }
}

@keyframes dfao-retina-eye {
  0%,
  100% {
    box-shadow: 0 0 0 17px rgba(255, 255, 255, .08);
    transform: rotate(45deg) scale(1);
  }
  50% {
    box-shadow: 0 0 0 23px rgba(255, 255, 255, .05);
    transform: rotate(45deg) scale(1.035);
  }
}

@media (max-width: 980px) {
  .dfao-retina-hero__inner,
  .dfao-retina-function__inner,
  .dfao-retina-evaluation__inner {
    width: min(100% - 38px, 740px);
    grid-template-columns: 1fr;
  }

  .dfao-retina-symptoms__inner,
  .dfao-retina-conditions__inner,
  .dfao-retina-treatments-page__inner,
  .dfao-retina-followup__inner {
    width: min(100% - 38px, 740px);
  }

  .dfao-retina-hero__inner {
    gap: 0;
  }

  .dfao-retina-hero__content {
    padding: 68px 0 32px;
  }

  .dfao-retina-hero__visual {
    min-height: 590px;
  }

  .dfao-retina-function__inner,
  .dfao-retina-evaluation__inner {
    gap: 58px;
  }

  .dfao-retina-symptoms__grid,
  .dfao-retina-conditions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dfao-retina-treatments-page__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .dfao-retina-hero__inner,
  .dfao-retina-function__inner,
  .dfao-retina-symptoms__inner,
  .dfao-retina-conditions__inner,
  .dfao-retina-evaluation__inner,
  .dfao-retina-treatments-page__inner,
  .dfao-retina-followup__inner {
    width: min(100% - 32px, 740px);
  }

  .dfao-retina-hero__content {
    padding-top: 52px;
  }

  .dfao-retina-hero h1 {
    font-size: clamp(40px, 11.7vw, 52px);
  }

  .dfao-retina-hero__lead {
    font-size: 18px;
  }

  .dfao-retina-hero__visual {
    min-height: 510px;
  }

  .dfao-retina-hero__photo {
    width: min(320px, 84vw);
    height: 470px;
    margin-bottom: 24px;
    border-radius: 170px 170px 26px 26px;
  }

  .dfao-retina-function,
  .dfao-retina-symptoms,
  .dfao-retina-conditions,
  .dfao-retina-evaluation,
  .dfao-retina-treatments-page,
  .dfao-retina-followup {
    padding: 78px 0;
  }

  .dfao-retina-function h2,
  .dfao-retina-symptoms h2,
  .dfao-retina-conditions h2,
  .dfao-retina-evaluation h2,
  .dfao-retina-treatments-page h2,
  .dfao-retina-followup h2 {
    font-size: clamp(37px, 10.9vw, 48px);
  }

  .dfao-retina-function__visual {
    width: min(320px, 82vw);
  }

  .dfao-retina-symptoms__grid,
  .dfao-retina-conditions__grid {
    grid-template-columns: 1fr;
  }

  .dfao-retina-symptoms__grid li,
  .dfao-retina-conditions__grid li {
    min-height: 118px;
  }

  .dfao-retina-evaluation__exams {
    padding: 18px;
  }

  .dfao-retina-treatments-page article {
    min-height: 285px;
    padding: 30px 24px;
  }

  .dfao-retina-treatments-page article > span {
    top: 25px;
    left: 24px;
  }

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

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