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

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

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

.dfao-cataract-hero,
.dfao-cataract-definition,
.dfao-cataract-symptoms,
.dfao-cataract-decisions,
.dfao-cataract-procedure,
.dfao-cataract-lenses,
.dfao-cataract-recovery,
.dfao-cataract-faq-page {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.dfao-cataract-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-cataract-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-cataract-hero__content {
  position: relative;
  z-index: 3;
  padding: clamp(74px, 8vw, 116px) 0;
  animation: dfao-cataract-reveal .75s cubic-bezier(.22, .75, .28, 1) both;
}

.dfao-cataract-hero__eyebrow,
.dfao-cataract-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-cataract-hero__eyebrow::before,
.dfao-cataract-section-eyebrow::before {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--dfao-cataract-green-500);
  content: "";
}

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

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

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

.dfao-cataract-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-cataract-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-cataract-blue-900);
  box-shadow:
    0 32px 76px rgba(8, 38, 83, .26),
    0 0 0 10px rgba(255, 255, 255, .12);
  animation: dfao-cataract-float 7.5s ease-in-out infinite;
}

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

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

.dfao-cataract-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-cataract-hero__photo figcaption strong {
  font-size: 15.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.dfao-cataract-definition__inner,
.dfao-cataract-procedure__inner,
.dfao-cataract-recovery__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-cataract-definition h2,
.dfao-cataract-symptoms h2,
.dfao-cataract-decision-card h2,
.dfao-cataract-procedure h2,
.dfao-cataract-lenses h2,
.dfao-cataract-recovery h2,
.dfao-cataract-faq-page h2 {
  margin: 0;
  color: var(--dfao-cataract-blue-950);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.dfao-cataract-definition__text,
.dfao-cataract-procedure__text,
.dfao-cataract-recovery__text {
  max-width: 790px;
  margin-top: 28px;
}

.dfao-cataract-definition__text p,
.dfao-cataract-procedure__text p,
.dfao-cataract-recovery__text p,
.dfao-cataract-lenses__heading > p {
  margin: 0;
  color: var(--dfao-cataract-muted);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.74;
}

.dfao-cataract-definition__text p + p,
.dfao-cataract-procedure__text p + p,
.dfao-cataract-recovery__text p + p {
  margin-top: 17px;
}

.dfao-cataract-definition__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-cataract-definition__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

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

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

.dfao-cataract-definition__lens {
  position: relative;
  width: 136px;
  height: 136px;
  border: 16px solid rgba(111, 195, 119, .3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .9) 0 7%, transparent 9%),
    radial-gradient(circle, #c5d0d8 0 24%, #9eabb6 45%, #58718c 72%);
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, .1),
    0 0 48px rgba(111, 195, 119, .22);
  animation: dfao-cataract-lens-pulse 5.5s ease-in-out infinite;
}

.dfao-cataract-definition__lens span {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  filter: blur(1px);
}

.dfao-cataract-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-cataract-symptoms__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

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

.dfao-cataract-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-cataract-symptoms__eyebrow::before {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--dfao-cataract-green-500);
  content: "";
}

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

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

.dfao-cataract-symptoms__grid li {
  display: grid;
  min-height: 142px;
  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-cataract-symptoms__grid li:hover {
  background: rgba(255, 255, 255, .11);
  transform: translateY(-3px);
}

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

.dfao-cataract-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-cataract-symptoms__note {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

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

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

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

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

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

.dfao-cataract-decisions__inner {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dfao-cataract-decision-card {
  position: relative;
  min-height: 470px;
  padding: 82px 38px 38px;
  overflow: hidden;
  border: 1px solid rgba(43, 95, 197, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 48px rgba(8, 38, 83, .08);
}

.dfao-cataract-decision-card::after {
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(43, 95, 197, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(43, 95, 197, .025);
  content: "";
}

.dfao-cataract-decision-card__number {
  position: absolute;
  top: 34px;
  left: 38px;
  color: var(--dfao-cataract-blue-700);
  font-size: 13px;
  font-weight: 830;
  letter-spacing: .09em;
}

.dfao-cataract-decision-card h2 {
  font-size: clamp(35px, 3.3vw, 48px);
}

.dfao-cataract-decision-card p {
  margin: 25px 0 0;
  color: var(--dfao-cataract-muted);
  font-size: clamp(17.5px, 1.3vw, 19px);
  line-height: 1.72;
}

.dfao-cataract-decision-card p + p {
  margin-top: 16px;
}

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

.dfao-cataract-procedure__inner {
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
}

.dfao-cataract-procedure__steps {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 42px 28px;
  border: 1px solid var(--dfao-cataract-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 8%, rgba(111, 195, 119, .16), transparent 10rem),
    #f4f8fb;
  box-shadow: 0 28px 66px rgba(8, 38, 83, .1);
  grid-template-columns: 1fr 68px 1fr;
}

.dfao-cataract-procedure__steps > div {
  display: grid;
  gap: 22px;
  place-items: center;
}

.dfao-cataract-procedure__steps span {
  color: var(--dfao-cataract-blue-700);
  font-size: 12px;
  font-weight: 830;
  letter-spacing: .08em;
}

.dfao-cataract-procedure__steps > b {
  position: relative;
  width: 48px;
  height: 2px;
  margin-inline: auto;
  background: linear-gradient(90deg, var(--dfao-cataract-blue-700), var(--dfao-cataract-green-500));
}

.dfao-cataract-procedure__steps > b::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--dfao-cataract-green-500);
  border-right: 2px solid var(--dfao-cataract-green-500);
  content: "";
  transform: rotate(45deg);
}

.dfao-cataract-procedure__lens {
  display: block;
  width: 112px;
  height: 112px;
  border: 14px solid rgba(111, 195, 119, .24);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(8, 38, 83, .14);
}

.dfao-cataract-procedure__lens--cloudy {
  background: radial-gradient(circle at 38% 34%, #f2f3f3 0 9%, #c9d1d5 16% 45%, #7b8f9f 76%);
  animation: dfao-cataract-cloudy 4.8s ease-in-out infinite;
}

.dfao-cataract-procedure__lens--clear {
  background: radial-gradient(circle at 38% 34%, #fff 0 7%, #4f8bd6 9% 54%, #153f7b 76%);
  animation: dfao-cataract-clear 4.8s ease-in-out infinite;
}

.dfao-cataract-lenses {
  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-cataract-lenses__inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.dfao-cataract-lenses__heading {
  max-width: 820px;
  margin-bottom: 45px;
}

.dfao-cataract-lenses__heading > p {
  margin-top: 24px;
}

.dfao-cataract-lenses__heading > p + p {
  margin-top: 8px;
  color: var(--dfao-cataract-blue-950);
  font-weight: 720;
}

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

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

.dfao-cataract-lenses__list li:hover {
  box-shadow: 0 20px 46px rgba(8, 38, 83, .1);
  transform: translateY(-3px);
}

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

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

.dfao-cataract-lenses__note {
  max-width: 760px;
  margin: 29px 0 0;
  color: var(--dfao-cataract-muted);
  font-size: 17px;
  line-height: 1.65;
}

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

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

.dfao-cataract-recovery__orbit {
  border-color: rgba(255, 255, 255, .18);
}

.dfao-cataract-recovery__orbit--one {
  inset: 28px;
  animation: dfao-cataract-orbit 22s linear infinite;
}

.dfao-cataract-recovery__orbit--two {
  inset: 67px;
  border-color: rgba(111, 195, 119, .24);
  animation: dfao-cataract-orbit-reverse 17s linear infinite;
}

.dfao-cataract-recovery__focus {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 15px solid rgba(111, 195, 119, .26);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #fff 0 7%, #4d88d2 9% 54%, #153f7b 76%);
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, .1),
    0 0 44px rgba(111, 195, 119, .22);
  animation: dfao-cataract-clear 5.5s ease-in-out infinite;
}

.dfao-cataract-recovery__focus span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
}

.dfao-cataract-faq-page {
  padding: clamp(92px, 9vw, 144px) 0;
  background:
    radial-gradient(circle at 95% 8%, rgba(111, 195, 119, .14), transparent 22rem),
    #f3f7fa;
}

.dfao-cataract-faq-page__inner {
  width: min(980px, calc(100% - 48px));
  margin-inline: auto;
}

.dfao-cataract-faq-page__heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.dfao-cataract-faq-page__items {
  display: grid;
  gap: 11px;
}

.dfao-cataract-faq-page details {
  overflow: hidden;
  border: 1px solid rgba(43, 95, 197, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(8, 38, 83, .05);
}

.dfao-cataract-faq-page summary {
  position: relative;
  display: grid;
  min-height: 78px;
  align-items: center;
  padding: 20px 70px 20px 25px;
  color: var(--dfao-cataract-blue-950);
  cursor: pointer;
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 740;
  line-height: 1.4;
  list-style: none;
}

.dfao-cataract-faq-page summary::-webkit-details-marker {
  display: none;
}

.dfao-cataract-faq-page summary i {
  position: absolute;
  right: 24px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--dfao-cataract-green-100);
}

.dfao-cataract-faq-page summary i::before,
.dfao-cataract-faq-page summary i::after {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--dfao-cataract-blue-700);
  content: "";
  transition: transform .2s ease;
}

.dfao-cataract-faq-page summary i::after {
  transform: rotate(90deg);
}

.dfao-cataract-faq-page details[open] summary i::after {
  transform: rotate(0);
}

.dfao-cataract-faq-page details > div {
  padding: 0 70px 23px 25px;
}

.dfao-cataract-faq-page details p {
  max-width: 820px;
  margin: 0;
  color: var(--dfao-cataract-muted);
  font-size: clamp(16.5px, 1.25vw, 18px);
  line-height: 1.68;
}

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

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

.dfao-cataract-faq-page__button:hover {
  color: #fff;
  background: var(--dfao-cataract-blue-900);
  box-shadow: 0 19px 40px rgba(18, 59, 115, .25);
  transform: translateY(-2px);
}

.dfao-cataract-faq-page__button:focus-visible,
.dfao-cataract-faq-page summary:focus-visible {
  outline: 3px solid rgba(43, 95, 197, .32);
  outline-offset: 4px;
}

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

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

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

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

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

@keyframes dfao-cataract-lens-pulse {
  0%,
  100% {
    filter: blur(0);
    transform: scale(1);
  }
  50% {
    filter: blur(.7px);
    transform: scale(1.035);
  }
}

@keyframes dfao-cataract-cloudy {
  0%,
  100% {
    filter: blur(0);
    opacity: .88;
  }
  50% {
    filter: blur(1.2px);
    opacity: .72;
  }
}

@keyframes dfao-cataract-clear {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(8, 38, 83, .14);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 15px 36px rgba(43, 95, 197, .24);
    transform: scale(1.04);
  }
}

@media (max-width: 980px) {
  .dfao-cataract-hero__inner,
  .dfao-cataract-definition__inner,
  .dfao-cataract-procedure__inner,
  .dfao-cataract-recovery__inner {
    width: min(100% - 38px, 740px);
    grid-template-columns: 1fr;
  }

  .dfao-cataract-symptoms__inner,
  .dfao-cataract-decisions__inner,
  .dfao-cataract-lenses__inner,
  .dfao-cataract-faq-page__inner {
    width: min(100% - 38px, 740px);
  }

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

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

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

  .dfao-cataract-definition__inner,
  .dfao-cataract-recovery__inner {
    gap: 58px;
  }

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

  .dfao-cataract-decisions__inner {
    grid-template-columns: 1fr;
  }

  .dfao-cataract-decision-card {
    min-height: 0;
  }

  .dfao-cataract-procedure__steps {
    width: min(100%, 560px);
  }
}

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

@media (max-width: 540px) {
  .dfao-cataract-hero__inner,
  .dfao-cataract-definition__inner,
  .dfao-cataract-symptoms__inner,
  .dfao-cataract-decisions__inner,
  .dfao-cataract-procedure__inner,
  .dfao-cataract-lenses__inner,
  .dfao-cataract-recovery__inner,
  .dfao-cataract-faq-page__inner {
    width: min(100% - 32px, 740px);
  }

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

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

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

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

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

  .dfao-cataract-definition,
  .dfao-cataract-symptoms,
  .dfao-cataract-decisions,
  .dfao-cataract-procedure,
  .dfao-cataract-lenses,
  .dfao-cataract-recovery,
  .dfao-cataract-faq-page {
    padding: 78px 0;
  }

  .dfao-cataract-definition h2,
  .dfao-cataract-symptoms h2,
  .dfao-cataract-decision-card h2,
  .dfao-cataract-procedure h2,
  .dfao-cataract-lenses h2,
  .dfao-cataract-recovery h2,
  .dfao-cataract-faq-page h2 {
    font-size: clamp(37px, 10.9vw, 48px);
  }

  .dfao-cataract-definition__visual,
  .dfao-cataract-recovery__visual {
    width: min(320px, 82vw);
  }

  .dfao-cataract-symptoms__grid {
    grid-template-columns: 1fr;
  }

  .dfao-cataract-symptoms__grid li {
    min-height: 118px;
  }

  .dfao-cataract-decision-card {
    padding: 74px 25px 30px;
  }

  .dfao-cataract-decision-card__number {
    left: 25px;
  }

  .dfao-cataract-procedure__steps {
    padding: 34px 17px;
    grid-template-columns: 1fr 44px 1fr;
  }

  .dfao-cataract-procedure__lens {
    width: 82px;
    height: 82px;
    border-width: 11px;
  }

  .dfao-cataract-faq-page summary {
    padding: 18px 60px 18px 20px;
  }

  .dfao-cataract-faq-page summary i {
    right: 18px;
  }

  .dfao-cataract-faq-page details > div {
    padding: 0 20px 21px;
  }

  .dfao-cataract-faq-page__button {
    width: 100%;
    text-align: center;
  }
}

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