.dr-about-page {
  --about-navy: #102e4d;
  --about-blue: #137bb5;
  --about-blue-dark: #0b6598;
  --about-ink: #183653;
  --about-muted: #5e7388;
  --about-line: rgba(19, 123, 181, 0.17);
  --about-surface: #ffffff;
  --about-soft: #f0f7fc;
  color: var(--about-ink);
  background: #fff;
  overflow: hidden;
}

.dr-about-page,
.dr-about-page * {
  box-sizing: border-box;
}

.dr-about-page h1,
.dr-about-page h2,
.dr-about-page h3,
.dr-about-page p {
  margin: 0;
  padding: 0;
  color: inherit;
}

.dr-about-page a {
  text-decoration: none;
}

.dr-about-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.dr-about-hero {
  position: relative;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(80, 181, 224, 0.23), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(131, 202, 231, 0.20), transparent 27%),
    linear-gradient(135deg, #f8fbfe 0%, #eaf5fb 100%);
}

.dr-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image: linear-gradient(rgba(19, 123, 181, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(19, 123, 181, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.dr-about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.dr-about-hero-copy {
  padding-block: 48px 112px;
}

.dr-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--about-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dr-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.dr-about-page[dir="rtl"] .dr-about-eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

.dr-about-hero h1 {
  max-width: 720px;
  color: var(--about-navy);
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.dr-about-page[dir="rtl"] .dr-about-hero h1 {
  font-size: clamp(39px, 4.8vw, 64px);
  letter-spacing: 0;
  line-height: 1.22;
}

.dr-about-hero h2 {
  max-width: 700px;
  margin-top: 22px;
  color: var(--about-blue);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.5;
}

.dr-about-hero-copy > p {
  max-width: 650px;
  margin-top: 20px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.85;
}

.dr-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.dr-about-primary,
.dr-about-secondary,
.dr-about-whatsapp {
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.page-id-16 .dr-about-page .dr-about-actions a,
body.page-id-1478 .dr-about-page .dr-about-actions a {
  display: inline-flex !important;
}

.dr-about-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--about-blue), #1598cb);
  box-shadow: 0 12px 26px rgba(19, 123, 181, .24);
}

.dr-about-secondary {
  color: var(--about-navy) !important;
  border-color: rgba(16, 46, 77, .18);
  background: rgba(255, 255, 255, .72);
}

.dr-about-primary:hover,
.dr-about-secondary:hover,
.dr-about-whatsapp:hover {
  transform: translateY(-2px);
}

.dr-about-photo-card {
  position: relative;
  align-self: end;
  height: 590px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .78);
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
  background: #6e4bb7;
  box-shadow: 0 28px 70px rgba(16, 46, 77, .22);
}

.dr-about-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.dr-about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -95px 80px -80px rgba(16, 46, 77, .45);
  pointer-events: none;
}

.dr-about-photo-accent {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 8px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
}

.dr-about-page[dir="rtl"] .dr-about-photo-accent {
  right: auto;
  left: 18px;
}

.dr-about-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -54px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 24px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 20px 55px rgba(16, 46, 77, .14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.dr-about-stats > div {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 18px;
  padding: 26px 34px;
}

.dr-about-stats > div + div {
  border-inline-start: 1px solid var(--about-line);
}

.dr-about-stats strong {
  flex: 0 0 auto;
  color: var(--about-blue);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1;
}

.dr-about-stats span {
  color: var(--about-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.dr-about-profile,
.dr-about-expertise,
.dr-about-approach,
.dr-about-clinic {
  padding: 104px 0;
}

.dr-about-heading {
  max-width: 800px;
}

.dr-about-heading h2,
.dr-about-clinic h2 {
  color: var(--about-navy);
  font-size: clamp(30px, 3.7vw, 48px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.03em;
}

.dr-about-page[dir="rtl"] .dr-about-heading h2,
.dr-about-page[dir="rtl"] .dr-about-clinic h2 {
  letter-spacing: 0;
  line-height: 1.45;
}

.dr-about-heading > p {
  margin-top: 20px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.9;
}

.dr-about-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.dr-about-credential {
  min-height: 164px;
  padding: 28px;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: var(--about-surface);
  box-shadow: 0 12px 38px rgba(16, 46, 77, .07);
}

.dr-about-credential span {
  display: block;
  margin-bottom: 13px;
  color: var(--about-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dr-about-page[dir="rtl"] .dr-about-credential span {
  letter-spacing: 0;
  text-transform: none;
}

.dr-about-credential h3 {
  color: var(--about-ink);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.55;
}

.dr-about-expertise {
  background: var(--about-soft);
}

.dr-about-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.dr-about-area {
  position: relative;
  min-height: 242px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(19, 123, 181, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  transition: transform .2s ease, box-shadow .2s ease;
}

.dr-about-area:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(16, 46, 77, .10);
}

.dr-about-area-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  border-radius: 14px;
  color: #fff !important;
  background: var(--about-blue);
  font-size: 13px;
  font-weight: 800;
}

.dr-about-area h3 {
  color: var(--about-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.42;
}

.dr-about-area p {
  margin-top: 12px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.75;
}

.dr-about-approach-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.dr-about-approach .dr-about-heading {
  position: sticky;
  top: 120px;
}

.dr-about-steps {
  display: grid;
  gap: 14px;
}

.dr-about-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 25px 26px;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: #fff;
}

.dr-about-step > strong {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: var(--about-blue);
  background: var(--about-soft);
  font-size: 16px;
  font-weight: 800;
}

.dr-about-step h3 {
  color: var(--about-navy);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
}

.dr-about-step p {
  margin-top: 7px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.75;
}

.dr-about-clinic {
  padding-top: 10px;
}

.dr-about-clinic-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(38px, 6vw, 68px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(78, 201, 239, .34), transparent 31%),
    linear-gradient(135deg, #102e4d, #0b6598);
  box-shadow: 0 26px 60px rgba(16, 46, 77, .20);
}

.dr-about-clinic .dr-about-eyebrow {
  color: #8edcf7;
}

.dr-about-clinic h2 {
  max-width: 720px;
  color: #fff !important;
}

body.page-id-16 .dr-about-page .dr-about-clinic-card h2,
body.page-id-1478 .dr-about-page .dr-about-clinic-card h2 {
  color: #fff !important;
}

.dr-about-clinic-card p {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .80);
  font-size: 16px;
  line-height: 1.8;
}

.dr-about-clinic-card .dr-about-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.dr-about-clinic-card .dr-about-primary {
  color: var(--about-navy) !important;
  background: #fff;
  box-shadow: none;
}

.dr-about-whatsapp {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
}

.dr-about-source {
  width: min(1120px, calc(100% - 48px));
  margin: 18px auto 0 !important;
  color: #788a9b !important;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

body.page-id-16 #main-content,
body.page-id-1478 #main-content {
  background: #fff;
}

body.page-id-16,
body.page-id-1478 {
  margin: 0 !important;
}

body.page-id-16 header.dr-site-header,
body.page-id-1478 header.dr-site-header {
  box-sizing: border-box;
}

body.page-id-16 footer,
body.page-id-1478 footer {
  margin-top: 0 !important;
}

.dr-about-footer {
  padding: 70px 24px 0;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 12% 15%, rgba(34, 143, 195, .24), transparent 28%),
    #102e4d;
}

.dr-about-footer,
.dr-about-footer * {
  box-sizing: border-box;
}

.dr-about-footer-shell {
  display: grid;
  grid-template-columns: 1.25fr 1fr .55fr;
  gap: clamp(42px, 7vw, 90px);
  width: min(1180px, 100%);
  margin-inline: auto;
}

.dr-about-footer h2,
.dr-about-footer h3 {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-weight: 800;
}

.dr-about-footer h2 {
  font-size: 27px;
  line-height: 1.35;
}

.dr-about-footer h3 {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.45;
}

.dr-about-footer p {
  max-width: 480px;
  margin: 14px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .70) !important;
  font-size: 14px;
  line-height: 1.85;
}

.dr-about-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.dr-about-footer[dir="rtl"] nav {
  align-items: flex-start;
}

.dr-about-footer a {
  color: #fff !important;
  text-decoration: none !important;
}

.dr-about-footer nav a {
  display: inline-block !important;
  font-size: 14px;
  font-weight: 650;
  opacity: .78;
}

.dr-about-footer nav a:hover,
.dr-about-footer-bottom a:hover {
  opacity: 1;
}

.dr-about-footer-phone {
  display: inline-block;
  margin-top: 18px;
  color: #8edcf7 !important;
  font-size: 19px;
  font-weight: 800;
}

.dr-about-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.dr-about-footer-social a {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 750;
}

.dr-about-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, 100%);
  margin: 52px auto 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
}

.dr-about-footer-bottom a {
  display: inline-block !important;
  opacity: .64;
}

@media (max-width: 980px) {
  .dr-about-shell {
    width: min(760px, calc(100% - 36px));
  }

  .dr-about-hero {
    padding-top: 34px;
  }

  .dr-about-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dr-about-hero-copy {
    padding: 42px 8px 12px;
  }

  .dr-about-photo-card {
    justify-self: center;
    width: min(100%, 520px);
    height: 600px;
    border-bottom: 10px solid rgba(255, 255, 255, .78);
    border-radius: 30px;
  }

  .dr-about-stats {
    margin-top: 24px;
  }

  .dr-about-stats > div {
    min-height: 108px;
    padding: 22px;
  }

  .dr-about-profile,
  .dr-about-expertise,
  .dr-about-approach,
  .dr-about-clinic {
    padding: 78px 0;
  }

  .dr-about-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-about-approach-grid,
  .dr-about-clinic-card {
    grid-template-columns: 1fr;
  }

  .dr-about-approach .dr-about-heading {
    position: static;
  }

  .dr-about-clinic-card .dr-about-actions {
    justify-content: flex-start;
  }

  .dr-about-page[dir="rtl"] .dr-about-clinic-card .dr-about-actions {
    justify-content: flex-start;
  }

  .dr-about-footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .dr-about-footer nav {
    grid-column: 1 / -1;
    flex-flow: row wrap;
    gap: 12px 20px;
  }

  .dr-about-footer nav h3 {
    flex-basis: 100%;
  }
}

@media (max-width: 640px) {
  .dr-about-shell,
  .dr-about-source {
    width: calc(100% - 28px);
  }

  .dr-about-hero-copy {
    padding: 30px 2px 8px;
  }

  .dr-about-hero h1 {
    font-size: 38px;
  }

  .dr-about-page[dir="rtl"] .dr-about-hero h1 {
    font-size: 36px;
  }

  .dr-about-hero h2 {
    margin-top: 16px;
    font-size: 18px;
  }

  .dr-about-hero-copy > p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.75;
  }

  .dr-about-actions {
    align-items: stretch;
  }

  .dr-about-actions a {
    flex: 1 1 150px;
  }

  .dr-about-photo-card {
    width: 100%;
    height: 470px;
    border-width: 7px;
    border-radius: 24px;
  }

  .dr-about-stats {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .dr-about-stats > div {
    min-height: 86px;
    padding: 18px 22px;
  }

  .dr-about-stats > div + div {
    border-inline-start: 0;
    border-top: 1px solid var(--about-line);
  }

  .dr-about-profile,
  .dr-about-expertise,
  .dr-about-approach,
  .dr-about-clinic {
    padding: 62px 0;
  }

  .dr-about-heading h2,
  .dr-about-clinic h2 {
    font-size: 30px;
  }

  .dr-about-heading > p {
    font-size: 15px;
    line-height: 1.8;
  }

  .dr-about-credentials,
  .dr-about-areas {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .dr-about-credential,
  .dr-about-area {
    min-height: auto;
    padding: 24px;
  }

  .dr-about-area-number {
    margin-bottom: 24px;
  }

  .dr-about-approach-grid {
    gap: 34px;
  }

  .dr-about-step {
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 20px;
  }

  .dr-about-step > strong {
    width: 48px;
    height: 48px;
  }

  .dr-about-clinic {
    padding-top: 2px;
  }

  .dr-about-clinic-card {
    gap: 28px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .dr-about-footer {
    padding: 52px 22px 0;
  }

  .dr-about-footer-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dr-about-footer nav {
    grid-column: auto;
  }

  .dr-about-footer-bottom {
    flex-direction: column;
    margin-top: 40px;
  }
}
