.about-page-shell {
  overflow: hidden;
  background: #ffffff;
}

.about-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 620px;
  align-items: center;
  padding: 70px var(--site-gutter) 88px;
  background: #f8fcfc url("assets/sliding/h1-rev-slider-img-11.jpg") no-repeat right center / auto 100%;
}

.about-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 24%, rgba(255, 255, 255, 0.18) 43%, rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.about-hero::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: -1px;
  height: 54px;
  content: "";
  background: #ffffff;
  clip-path: ellipse(70% 60% at 50% 100%);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.about-hero h1 {
  color: #0d2845;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.08;
}

.about-hero h1 span {
  color: var(--forest);
}

.about-hero-copy > p,
.about-intro-copy > p {
  max-width: 430px;
  margin-top: 22px;
  color: #243c4b;
  font-size: 16px;
  line-height: 1.75;
}

.about-intro-copy > p + p {
  margin-top: 14px;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
}

.about-primary-btn,
.about-play-btn,
.about-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.about-primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #06a99e, #20c8c4);
  box-shadow: 0 16px 34px rgba(17, 159, 159, 0.25);
}

.about-play-btn {
  color: #0d2845;
}

.about-play-btn i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

.about-hero-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 430px;
  overflow: hidden;
  border-bottom-left-radius: 120px;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(0.92);
}

.about-years-card {
  position: absolute;
  left: 24px;
  bottom: 42px;
  width: 170px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(49, 174, 181, 0.16);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(12px);
}

.about-years-card strong {
  display: block;
  color: var(--forest);
  font-size: 38px;
  line-height: 1;
}

.about-years-card span {
  display: block;
  margin-top: 8px;
  color: #0d2845;
  font-size: 13px;
  font-weight: 700;
}

.about-years-card p {
  margin-top: 9px;
  color: #48606d;
  font-size: 12px;
  line-height: 1.45;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 64px var(--site-gutter) 58px;
}

.about-clinic-photo {
  position: relative;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.about-clinic-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.about-patient-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  width: 150px;
  min-height: 86px;
  place-items: center;
  padding: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b9c98, #20c7c0);
  border-top-right-radius: 10px;
}

.about-patient-badge strong {
  font-size: 26px;
  line-height: 1;
}

.about-patient-badge span {
  font-size: 12px;
}

.about-intro-copy h2,
.about-section-heading h2,
.about-cta h2 {
  color: #0d2845;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
  margin-top: 28px;
}

.about-feature-grid article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
}

.about-feature-grid i,
.about-values-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--forest);
  background: #effafa;
  border: 1px solid rgba(49, 174, 181, 0.28);
  border-radius: 8px;
  font-size: 21px;
}

.about-feature-grid h3,
.about-values-grid h3 {
  color: #0d2845;
  font-size: 15px;
}

.about-feature-grid p,
.about-values-grid p {
  margin-top: 5px;
  color: #4f6170;
  font-size: 12px;
  line-height: 1.5;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 8px var(--site-gutter) 58px;
  overflow: hidden;
  color: #0d2845;
  background: #ffffff;
  border: 1px solid rgba(13, 59, 49, 0.08);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.about-stats article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 150px;
  align-items: start;
  padding: 26px 24px;
  border-right: 1px solid rgba(13, 59, 49, 0.08);
}

.about-stats article:last-child {
  border-right: 0;
}

.about-stats i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--forest);
  background: linear-gradient(135deg, #f2ffff, #e8f8f8);
  border: 1px solid rgba(49, 174, 181, 0.28);
  border-radius: 8px;
  font-size: 21px;
}

.about-stats h3 {
  color: #0d2845;
  font-size: 16px;
  line-height: 1.2;
}

.about-stats p {
  margin-top: 6px;
  color: #4f6170;
  font-size: 12px;
  line-height: 1.58;
}

.about-values,
.about-doctors {
  padding: 0 var(--site-gutter) 62px;
}

.about-section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about-values-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 18px;
  min-height: 118px;
  align-items: start;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid rgba(13, 59, 49, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 48, 55, 0.13);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}

.about-values-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 174, 181, 0.24);
  box-shadow: 0 26px 58px rgba(8, 48, 55, 0.18);
}

.about-values-grid i {
  grid-row: 1 / span 2;
  width: 66px;
  height: 66px;
  background: linear-gradient(135deg, #f5ffff, #edfafa);
  border-color: rgba(49, 174, 181, 0.22);
  border-radius: 10px;
  font-size: 29px;
}

.about-values-grid h3 {
  grid-column: 2;
  margin-top: 0;
  font-size: 16px;
}

.about-values-grid p {
  grid-column: 2;
  max-width: 230px;
  margin-top: 0;
  line-height: 1.6;
}

.about-stats .reveal-card:nth-child(1),
.about-values-grid .reveal-card:nth-child(1) {
  transition-delay: 80ms;
}

.about-stats .reveal-card:nth-child(2),
.about-values-grid .reveal-card:nth-child(2) {
  transition-delay: 170ms;
}

.about-stats .reveal-card:nth-child(3),
.about-values-grid .reveal-card:nth-child(3) {
  transition-delay: 260ms;
}

.about-stats .reveal-card:nth-child(4),
.about-values-grid .reveal-card:nth-child(4) {
  transition-delay: 350ms;
}

.about-doctors {
  display: grid;
  gap: 18px;
  padding-top: 54px;
  background: linear-gradient(180deg, #effbfc 0%, #ffffff 100%);
}

.about-doctors.reveal-section,
.about-doctor-profile.reveal-card {
  opacity: 1;
  transform: none;
}

.about-doctor-profile {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 52px;
  background: #ffffff;
  border: 1px solid rgba(13, 59, 49, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.about-doctor-photo {
  align-self: center;
  overflow: hidden;
  width: 160px;
  height: 160px;
  justify-self: center;
  padding: 6px;
  background: #ffffff;
  border: 3px solid rgba(49, 174, 181, 0.48);
  border-radius: 50%;
}

.about-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.about-doctor-info {
  display: grid;
  align-content: start;
  gap: 9px;
  max-width: 1050px;
}

.about-doctor-info h3 {
  color: var(--forest);
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 600;
  line-height: 1.12;
}

.about-doctor-info > p:first-of-type {
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.about-doctor-info > span {
  color: #53616a;
  font-size: 13px;
  line-height: 1.4;
}

.about-doctor-summary {
  max-width: 900px;
  color: #53616a;
  font-size: 13px;
  line-height: 1.6;
}

.about-doctor-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 18px;
  margin-top: 4px;
}

.about-doctor-meta p {
  color: #53616a;
  font-size: 12px;
  line-height: 1.5;
}

.about-doctor-meta strong {
  color: var(--forest);
  font-weight: 600;
}

.about-center-btn {
  width: max-content;
  margin: 28px auto 0;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(240px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px var(--site-gutter);
  color: #ffffff;
  background: linear-gradient(135deg, #088f8b, #0fb8b3);
}

.about-cta h2,
.about-cta p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

.about-cta p {
  max-width: 420px;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

.about-cta a {
  color: var(--forest);
  background: #ffffff;
}

.about-page .footer {
  margin-top: 0;
}

@media (max-width: 980px) {
  .about-hero,
  .about-intro,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 54px;
    background-position: center bottom;
    background-size: auto 100%;
  }

  .about-hero-visual {
    min-height: 340px;
  }

  .about-clinic-photo img {
    max-height: 520px;
  }

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

  .about-doctor-profile {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
    text-align: center;
  }

  .about-doctor-photo {
    width: 150px;
    height: 150px;
  }

  .about-doctor-info,
  .about-doctor-summary {
    margin-inline: auto;
  }

  .about-doctor-meta {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .about-hero,
  .about-intro,
  .about-values,
  .about-doctors {
    padding-inline: 18px;
  }

  .about-hero {
    min-height: 590px;
    align-items: start;
    padding-top: 36px;
    padding-bottom: 82px;
    background-position: 76% center;
    background-size: auto 100%;
  }

  .about-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(255, 255, 255, 0.22) 100%);
  }

  .about-hero-copy {
    max-width: 330px;
    padding-top: 0;
  }

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

  .about-hero-copy > p {
    max-width: 320px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-primary-btn,
  .about-play-btn,
  .about-cta a {
    width: 100%;
  }

  .about-feature-grid,
  .about-stats,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    max-width: 340px;
    margin-inline: auto;
  }

  .about-stats {
    margin-inline: 18px;
  }

  .about-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 59, 49, 0.08);
  }

  .about-stats article:last-child {
    border-bottom: 0;
  }

  .about-values-grid article {
    grid-template-columns: 66px 1fr;
    min-height: 112px;
    padding: 20px;
  }

  .about-values-grid p {
    max-width: none;
  }

  .about-doctor-profile {
    gap: 18px;
    padding: 24px 18px;
  }

  .about-doctor-photo {
    width: 136px;
    height: 136px;
  }
}
