.dfao-exams-page {
  --dfao-ex-navy: #062958;
  --dfao-ex-navy-deep: #031b3d;
  --dfao-ex-blue: #2864ce;
  --dfao-ex-green: #70c77d;
  --dfao-ex-ink: #173656;
  --dfao-ex-muted: #5b718a;
  --dfao-ex-line: #d8e5f0;
  --dfao-ex-surface: #f3f8fb;
  width: 100%;
  overflow: hidden;
  color: var(--dfao-ex-ink);
  background: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

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

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

.dfao-exams-page h1,
.dfao-exams-page h2,
.dfao-exams-page h3,
.dfao-exams-page p,
.dfao-exams-page ul,
.dfao-exams-page figure {
  margin-top: 0;
}

.dfao-exams-hero__inner,
.dfao-exams-importance__inner,
.dfao-exams-cataract__inner,
.dfao-exams-retina__inner,
.dfao-exams-other__inner,
.dfao-exams-request__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.dfao-exams-section-eyebrow,
.dfao-exams-hero__eyebrow,
.dfao-exams-retina__eyebrow,
.dfao-exams-request__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #24703d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dfao-exams-section-eyebrow::before,
.dfao-exams-hero__eyebrow::before,
.dfao-exams-retina__eyebrow::before,
.dfao-exams-request__eyebrow::before {
  width: 30px;
  height: 2px;
  content: "";
  background: var(--dfao-ex-green);
}

.dfao-exams-page h2 {
  margin-bottom: 24px;
  color: var(--dfao-ex-navy);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -.04em;
}

.dfao-exams-page h3 {
  color: var(--dfao-ex-navy);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.dfao-exams-page p,
.dfao-exams-page li {
  font-size: 19px;
  line-height: 1.72;
}

.dfao-exams-hero {
  position: relative;
  min-height: 690px;
  padding: 78px 0 72px;
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 10%, rgba(112, 199, 125, .18), transparent 30%),
    linear-gradient(122deg, #fbfdff 0%, #f3f8fc 56%, #e9f2f9 100%);
}

.dfao-exams-hero::after {
  position: absolute;
  right: -9%;
  bottom: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(40, 100, 206, .12);
  border-radius: 50%;
  content: "";
}

.dfao-exams-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .76fr);
  align-items: center;
  gap: clamp(55px, 7vw, 108px);
}

.dfao-exams-hero__content {
  max-width: 710px;
}

.dfao-exams-hero h1 {
  margin-bottom: 28px;
  color: var(--dfao-ex-navy);
  font-size: clamp(52px, 6.3vw, 82px);
  font-weight: 850;
  line-height: .99;
  letter-spacing: -.058em;
}

.dfao-exams-hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--dfao-ex-muted);
  font-size: clamp(20px, 1.7vw, 24px) !important;
  line-height: 1.58 !important;
}

.dfao-exams-hero__visual {
  position: relative;
  width: min(100%, 440px);
  margin-inline: auto;
  padding: 17px;
}

.dfao-exams-hero__photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin-bottom: 0;
  border: 8px solid rgba(255, 255, 255, .84);
  border-radius: 210px 210px 42px 42px;
  background: #e9f2f4;
  box-shadow: 0 30px 80px rgba(6, 41, 88, .22);
}

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

.dfao-exams-hero__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 61%, rgba(3, 27, 61, .86));
}

.dfao-exams-hero__photo figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 23px;
  left: 26px;
  color: #fff;
}

.dfao-exams-hero__photo figcaption strong,
.dfao-exams-hero__photo figcaption span {
  display: block;
}

.dfao-exams-hero__photo figcaption strong {
  font-size: 18px;
  line-height: 1.35;
}

.dfao-exams-hero__photo figcaption span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .77);
  font-size: 14px;
}

.dfao-exams-hero__orbit,
.dfao-exams-hero__glow,
.dfao-exams-retina__orbit,
.dfao-exams-request__orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}

.dfao-exams-hero__orbit {
  z-index: 1;
  border: 1px solid rgba(40, 100, 206, .3);
}

.dfao-exams-hero__orbit::after,
.dfao-exams-retina__orbit::after,
.dfao-exams-request__orbit::after {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: var(--dfao-ex-green);
  box-shadow: 0 0 18px var(--dfao-ex-green);
}

.dfao-exams-hero__orbit--one {
  inset: -15px -10px 40px;
  animation: dfao-ex-spin 19s linear infinite;
}

.dfao-exams-hero__orbit--two {
  inset: 38px -53px -7px 50px;
  border-style: dashed;
  animation: dfao-ex-spin-reverse 25s linear infinite;
}

.dfao-exams-hero__glow--one {
  top: 18%;
  left: 5%;
  width: 220px;
  height: 220px;
  opacity: .5;
  background: rgba(112, 199, 125, .22);
  filter: blur(70px);
  animation: dfao-ex-drift 8s ease-in-out infinite;
}

.dfao-exams-hero__glow--two {
  right: 8%;
  bottom: 6%;
  width: 270px;
  height: 270px;
  opacity: .4;
  background: rgba(40, 100, 206, .22);
  filter: blur(80px);
  animation: dfao-ex-drift 10s ease-in-out -2s infinite;
}

.dfao-exams-importance {
  padding: 110px 0;
  background: #fff;
}

.dfao-exams-importance__inner {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(500px, 1fr);
  gap: clamp(55px, 8vw, 120px);
}

.dfao-exams-importance__content {
  position: sticky;
  top: 150px;
  align-self: start;
}

.dfao-exams-importance__text p {
  margin-bottom: 17px;
  color: var(--dfao-ex-muted);
}

.dfao-exams-importance__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--dfao-ex-line);
  list-style: none;
}

.dfao-exams-importance__list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  min-height: 83px;
  border-bottom: 1px solid var(--dfao-ex-line);
}

.dfao-exams-importance__list span {
  color: var(--dfao-ex-blue);
  font-size: 13px;
  font-weight: 850;
}

.dfao-exams-importance__list p {
  margin-bottom: 0;
  color: var(--dfao-ex-ink);
  font-weight: 700;
}

.dfao-exams-cataract,
.dfao-exams-other {
  padding: 110px 0;
  background: var(--dfao-ex-surface);
}

.dfao-exams-other {
  background: #fff;
}

.dfao-exams-cataract__heading,
.dfao-exams-other__heading,
.dfao-exams-retina__heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.dfao-exams-cards {
  display: grid;
  gap: 20px;
}

.dfao-exams-cards--two {
  grid-template-columns: repeat(2, 1fr);
}

.dfao-exams-cards--three {
  grid-template-columns: repeat(3, 1fr);
}

.dfao-exams-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 305px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--dfao-ex-line);
  border-radius: 24px;
  color: var(--dfao-ex-ink);
  background: linear-gradient(145deg, #fff, #f4f8fc);
  box-shadow: 0 20px 50px rgba(6, 41, 88, .07);
  text-decoration: none;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.dfao-exams-card::after {
  position: absolute;
  right: -75px;
  bottom: -92px;
  width: 195px;
  height: 195px;
  border: 1px solid rgba(40, 100, 206, .17);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 26px rgba(40, 100, 206, .03), 0 0 0 52px rgba(40, 100, 206, .025);
}

.dfao-exams-card:hover {
  color: var(--dfao-ex-ink);
  border-color: rgba(40, 100, 206, .35);
  box-shadow: 0 28px 65px rgba(6, 41, 88, .13);
  transform: translateY(-8px);
}

.dfao-exams-card:focus-visible {
  outline: 3px solid var(--dfao-ex-blue);
  outline-offset: 4px;
}

.dfao-exams-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 45px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dfao-ex-blue);
  font-size: 12px;
  font-weight: 850;
}

.dfao-exams-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}

.dfao-exams-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  color: var(--dfao-ex-muted);
  font-size: 17px;
  line-height: 1.6;
}

.dfao-exams-card > i {
  position: relative;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: auto;
  place-items: center;
  border: 1px solid var(--dfao-ex-line);
  border-radius: 50%;
  color: var(--dfao-ex-blue);
  background: #fff;
  font-size: 20px;
  font-style: normal;
  transition: transform .2s ease;
}

.dfao-exams-card:hover > i {
  transform: translateX(5px);
}

.dfao-exams-retina {
  position: relative;
  padding: 110px 0;
  isolation: isolate;
  color: #fff;
  background: var(--dfao-ex-navy-deep);
}

.dfao-exams-retina::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .6;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

.dfao-exams-retina__eyebrow {
  color: #95e6a0;
}

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

.dfao-exams-card--dark {
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.dfao-exams-card--dark::after {
  border-color: rgba(112, 199, 125, .19);
  box-shadow: 0 0 0 26px rgba(112, 199, 125, .025), 0 0 0 52px rgba(112, 199, 125, .02);
}

.dfao-exams-card--dark:hover {
  color: #fff;
  border-color: rgba(112, 199, 125, .5);
  background: rgba(255, 255, 255, .095);
  box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
}

.dfao-exams-card--dark h3 {
  color: #fff;
}

.dfao-exams-card--dark p {
  color: rgba(255, 255, 255, .7);
}

.dfao-exams-card--dark > span {
  color: var(--dfao-ex-navy);
  background: var(--dfao-ex-green);
}

.dfao-exams-card--dark > i {
  border-color: rgba(255, 255, 255, .18);
  color: #a4edaf;
  background: rgba(255, 255, 255, .06);
}

.dfao-exams-card--dark:focus-visible {
  outline-color: #a4edaf;
}

.dfao-exams-retina__orbit,
.dfao-exams-request__orbit {
  border: 1px solid rgba(112, 199, 125, .16);
}

.dfao-exams-retina__orbit--one {
  top: -230px;
  right: -180px;
  width: 510px;
  height: 510px;
  animation: dfao-ex-spin 31s linear infinite;
}

.dfao-exams-retina__orbit--two {
  bottom: -290px;
  left: -250px;
  width: 530px;
  height: 530px;
  animation: dfao-ex-spin-reverse 35s linear infinite;
}

.dfao-exams-request {
  position: relative;
  padding: 112px 0;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(125deg, var(--dfao-ex-navy-deep), #0c3f83);
}

.dfao-exams-request__inner {
  max-width: 900px;
  text-align: center;
}

.dfao-exams-request__eyebrow {
  justify-content: center;
  color: #9be9a6;
}

.dfao-exams-request h2 {
  color: #fff;
}

.dfao-exams-request__text {
  max-width: 760px;
  margin: 0 auto 34px;
}

.dfao-exams-request__text p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .76);
}

.dfao-exams-request__text p:last-child {
  margin-bottom: 0;
}

.dfao-exams-request__button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 27px;
  border: 1px solid #8ee49a;
  border-radius: 12px;
  color: var(--dfao-ex-navy);
  background: #91e29c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .17);
  transition: transform .22s ease, background .22s ease;
}

.dfao-exams-request__button::after {
  width: 18px;
  height: 14px;
  margin-left: 12px;
  background: currentColor;
  clip-path: polygon(0 42%, 60% 42%, 60% 0, 100% 50%, 60% 100%, 60% 58%, 0 58%);
  content: "";
}

.dfao-exams-request__button:hover {
  color: var(--dfao-ex-navy);
  background: #b0f0b8;
  transform: translateY(-3px);
}

.dfao-exams-request__button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.dfao-exams-request__orbit--one {
  top: -250px;
  right: -170px;
  width: 540px;
  height: 540px;
  animation: dfao-ex-spin 29s linear infinite;
}

.dfao-exams-request__orbit--two {
  bottom: -310px;
  left: -200px;
  width: 580px;
  height: 580px;
  animation: dfao-ex-spin-reverse 35s linear infinite;
}

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

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

@keyframes dfao-ex-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -16px, 0) scale(1.08); }
}

@media (max-width: 1024px) {
  .dfao-exams-hero {
    min-height: auto;
  }

  .dfao-exams-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
    gap: 45px;
  }

  .dfao-exams-importance__inner {
    grid-template-columns: .8fr 1fr;
    gap: 55px;
  }

  .dfao-exams-cards--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dfao-exams-hero__inner,
  .dfao-exams-importance__inner,
  .dfao-exams-cataract__inner,
  .dfao-exams-retina__inner,
  .dfao-exams-other__inner,
  .dfao-exams-request__inner {
    width: min(100% - 34px, 600px);
  }

  .dfao-exams-page h2 {
    font-size: clamp(33px, 10.5vw, 46px);
  }

  .dfao-exams-page p,
  .dfao-exams-page li {
    font-size: 17px;
    line-height: 1.65;
  }

  .dfao-exams-hero {
    padding: 68px 0 62px;
  }

  .dfao-exams-hero__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dfao-exams-hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .dfao-exams-hero__lead {
    font-size: 19px !important;
  }

  .dfao-exams-hero__visual {
    width: min(91%, 390px);
  }

  .dfao-exams-importance,
  .dfao-exams-cataract,
  .dfao-exams-retina,
  .dfao-exams-other,
  .dfao-exams-request {
    padding: 82px 0;
  }

  .dfao-exams-importance__inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dfao-exams-importance__content {
    position: static;
  }

  .dfao-exams-cards--two,
  .dfao-exams-cards--three {
    grid-template-columns: 1fr;
  }

  .dfao-exams-card {
    min-height: 285px;
    padding: 29px;
  }

  .dfao-exams-request__button {
    width: 100%;
  }
}

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