.about-page {
  background: linear-gradient(180deg, #f8fcff 0%, #fff 34%, #f7fbff 100%);
  color: #001f5f;
  overflow: hidden;
}

.about-page .container {
  z-index: 1;
}

.about-hero {
  min-height: 640px;
  padding: 160px 0 106px;
  background: #edf7ff;
  position: relative;
  display: flex;
  align-items: center;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.38), rgba(248, 252, 255, 0.82)); */
  z-index: 1;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.about-hero > .container {
  position: relative;
}

.about-hero-content {
  position: relative;
  z-index: 2;
}

.about-hero-content {
  max-width: 760px;
}

.eyebrow {
  display: inline-block;
  width: fit-content;
  margin-bottom: 18px;
  color: #0756ca;
  background: transparent;
  border-bottom: 3px solid #ff0000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.6;
  text-transform: uppercase;
}

.about-hero-content h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #001f5f;
  font-size: 48px;
  line-height: 1.16;
}

.about-hero-content h1 span {
  color: #ff0000;
}

.about-hero-content p:not(.eyebrow) {
  max-width: 690px;
  color: #1f2e46;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.hero-actions a,
.about-cta a {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: 0.2s ease-out;
}

.hero-actions a:first-child {
  color: #fff;
  background: #0756ca;
  box-shadow: 0 12px 28px rgba(7, 86, 202, 0.22);
}

.hero-actions a:last-child {
  color: #001f5f;
  background: #fff;
  border: 2px solid #0756ca;
}

.hero-actions a:hover,
.about-cta a:hover {
  transform: translateY(-3px);
}

.about-stat-card {
  margin: -66px auto 64px;
  padding: 26px 30px;
  background: #fff;
  border: 1px solid #d7e8fb;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(0, 31, 95, 0.13);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 3;
}

.about-stat-card div {
  min-height: 84px;
  padding: 0 24px;
  border-right: 1px solid #c9d7e8;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-content: center;
  column-gap: 18px;
}

.about-stat-card div:last-child {
  border-right: 0;
}

.about-stat-card i {
  width: 60px;
  height: 60px;
  color: #fff;
  background: #0756ca;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  font-size: 24px;
}

.about-stat-card div:nth-child(2) i {
  background: #6f42d9;
}

.about-stat-card div:nth-child(3) i {
  background: #ffaa00;
}

.about-stat-card div:nth-child(4) i {
  background: #159947;
}

.about-stat-card strong {
  color: #001f5f;
  font-size: 21px;
  line-height: 1.2;
}

.about-stat-card span {
  color: #1f2e46;
  font-size: 15px;
  line-height: 1.45;
}

.rockfort-section {
  padding-bottom: 70px;
}

.rockfort-section h2 {
  color: #001f5f;
  font-size: 34px;
  line-height: 1.18;
  margin-bottom: 22px;
}

.about-copy h2,
.centered-section h2,
.split-list-section h2 {
  position: relative;
}

.about-copy h2::after,
.centered-section h2::after,
.split-list-section h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 13px;
  background: #ff0000;
  border-radius: 99px;
}

.centered-section h2 {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-section h2::after {
  margin-right: auto;
  margin-left: auto;
}

.rockfort-section p,
.rockfort-section li {
  color: #1f2e46;
  font-size: 16px;
  line-height: 1.58;
}

.specialized-section {
  margin-bottom: 52px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dceaf7;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 31, 95, 0.06);
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 42px;
  align-items: center;
}

.about-copy h2 {
  max-width: 560px;
}

.icon-grid,
.specialty-grid,
.community-grid,
.check-list,
.doctor-highlights {
  padding: 0;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 14px;
}

.icon-grid li,
.specialty-grid li {
  min-height: 72px;
  margin: 0;
  padding: 13px 18px;
  color: #001f5f;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #d6e4f2;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 26px rgba(0, 31, 95, 0.04);
  transition: 0.2s ease-out;
}

.icon-grid li:hover,
.specialty-grid li:hover,
.community-grid li:hover {
  border-color: #bdd8f5;
  box-shadow: 0 16px 34px rgba(0, 31, 95, 0.08);
  transform: translateY(-2px);
}

.icon-grid span,
.specialty-grid span,
.community-grid > li > span {
  width: 48px;
  height: 48px;
  color: #0756ca;
  background: #eff7ff;
  border: 1px solid #d2e5fa;
  border-radius: 50%;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}

.about-image {
  height: 420px;
  background: #f8fcff;
  border: 1px solid #d7e8fb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 31, 95, 0.1);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-illustration img {
  object-fit: cover;
  object-position: center;
}

.doctor-panel {
  margin: 0 auto 56px;
  padding: 0 40px;
  min-height: 360px;
  background:
    radial-gradient(circle at 28% 40%, rgba(19, 197, 208, 0.1), transparent 30%),
    linear-gradient(110deg, #eaf6ff 0%, #f9fdff 62%, #eaf6ff 100%);
  border: 1px solid #d7e8fb;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 46px;
  align-items: end;
  overflow: hidden;
}

.doctor-photo {
  height: 360px;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.doctor-content {
  padding: 42px 0 28px;
}

.doctor-content .eyebrow {
  margin-bottom: 12px;
  color: #0756ca;
  border-bottom-color: #13c5d0;
  font-size: 13px;
}

.doctor-content h2 {
  margin-bottom: 12px;
  color: #001f5f;
  font-size: 30px;
}

.doctor-content h2::after {
  display: none;
}

.doctor-content p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 24px;
}

.doctor-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.doctor-highlights li {
  min-height: 76px;
  margin: 0;
  padding: 16px 18px;
  color: #001f5f;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.doctor-highlights span {
  width: 44px;
  height: 44px;
  color: #0756ca;
  background: #eff7ff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.doctor-highlights li:first-child span {
  color: #ffaa00;
  background: #fff6df;
}

.doctor-highlights li:last-child span {
  color: #ff304f;
  background: #fff0f3;
}

.about-list-section {
  margin: 0 auto 48px;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.community-grid li {
  min-height: 144px;
  margin: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 31, 95, 0.05);
  display: grid;
  grid-template-columns: 58px 1fr;
  align-content: center;
  column-gap: 16px;
}

.community-grid > li > span {
  width: 58px;
  height: 58px;
  grid-row: span 2;
  font-size: 25px;
}

.community-grid li:nth-child(2) > span {
  color: #159947;
  background: #e9f8ef;
}

.community-grid li:nth-child(3) > span {
  color: #ff304f;
  background: #fff0f3;
}

.community-grid li:nth-child(4) > span {
  color: #ff7700;
  background: #fff3e8;
}

.community-grid strong {
  color: #001f5f;
  font-size: 15px;
}

.community-grid p {
  margin: 6px 0 0;
  font-size: 14px;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
}

.specialty-grid li {
  min-height: 88px;
}

.specialty-grid li:nth-child(2) span,
.specialty-grid li:nth-child(4) span {
  color: #ff304f;
  background: #fff0f3;
}

.split-list-section {
  margin: 58px auto 42px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0, 31, 95, 0.06);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}

.split-list-section .about-list-section {
  margin: 0;
}

.split-list-section .about-list-section:first-child {
  padding-right: 44px;
  border-right: 1px dashed #b8c8dc;
}

.split-list-section h2 {
  margin-bottom: 28px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
}

.accent-list {
  grid-template-columns: 1fr;
}

.check-list li {
  margin: 0;
  color: #1f2e46;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.check-list span {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #0756ca;
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.accent-list span {
  background: #ffaa00;
}

.about-cta {
  padding: 26px 34px;
  color: #fff;
  background: linear-gradient(135deg, #0756ca, #003b91);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(0, 59, 145, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.about-cta > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-cta > div > i {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
}

.about-cta h2 {
  margin-bottom: 6px;
  color: #fff;
}

.about-cta p {
  margin: 0;
  color: #fff;
}

.about-cta a {
  color: #001f5f;
  background: #fff;
  box-shadow: none;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .about-stat-card,
  .specialized-section,
  .doctor-panel,
  .community-grid,
  .specialty-grid,
  .split-list-section,
  .about-cta {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .about-stat-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .about-stat-card div:nth-child(2) {
    border-right: 0;
  }

  .specialized-section {
    grid-template-columns: 390px 1fr;
    gap: 34px;
  }

  .icon-grid {
    grid-template-columns: 1fr;
  }

  .community-grid,
  .specialty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .about-hero {
    min-height: auto;
    padding: 150px 0 82px;
  }

  .specialized-section,
  .doctor-panel,
  .split-list-section {
    grid-template-columns: 1fr;
  }

  .about-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.5) 100%),
      linear-gradient(180deg, rgba(248, 252, 255, 0.54), rgba(248, 252, 255, 0.9));
  }

  .about-hero-content,
  .about-hero-content h1,
  .about-hero-content p:not(.eyebrow) {
    max-width: 100%;
  }

  .about-stat-card {
    margin-top: -42px;
  }

  .about-image {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .doctor-panel {
    padding: 32px;
  }

  .doctor-photo {
    height: 330px;
    order: 2;
  }

  .doctor-content {
    padding: 0;
  }

  .doctor-highlights,
  .check-list {
    grid-template-columns: 1fr;
  }

  .split-list-section {
    gap: 36px;
  }

  .split-list-section .about-list-section:first-child {
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px dashed #b8c8dc;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .about-page .container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-hero {
    padding: 140px 0 74px;
  }

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

  .about-hero-content p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions a,
  .about-cta a {
    width: 100%;
  }

  .about-stat-card {
    grid-template-columns: 1fr;
    padding: 20px 22px;
  }

  .about-stat-card div {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #bfd8f0;
  }

  .about-stat-card div:last-child {
    border-bottom: 0;
  }

  .rockfort-section h2 {
    font-size: 28px;
  }

  .community-grid,
  .specialty-grid {
    grid-template-columns: 1fr;
  }

  .split-list-section {
    padding: 28px 22px;
  }

  .about-cta > div {
    align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .about-hero-content h1 {
    font-size: 30px;
  }

  .hero-actions {
    gap: 12px;
  }

  .about-image {
    height: 270px;
  }

  .icon-grid li,
  .specialty-grid li,
  .community-grid li {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .doctor-panel {
    padding: 24px 18px;
  }

  .about-cta {
    padding: 24px 20px;
  }

  .about-cta > div {
    flex-direction: column;
  }
}
