/* Страница «О клинике» */
.page-about main {
  padding-top: var(--header-h);
}

.about-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.about-breadcrumbs a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.about-breadcrumbs a:hover {
  color: var(--cyan);
}

.about-breadcrumbs [aria-current='page'] {
  color: var(--cyan-dark);
  font-weight: 600;
}

.about-hero {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--cyan-light) 0%, var(--white) 55%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -15%;
  right: -8%;
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 74, 148, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about-hero__grid,
.about-why__grid,
.about-block__grid,
.about-licenses__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.about-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-dark);
}

.about-hero__text {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-body);
  max-width: 52ch;
}

.about-hero__text:last-child {
  margin-bottom: 0;
}

.about-media {
  margin: 0;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(50, 40, 85, 0.12);
  background: var(--white);
}

.about-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-media--hero img {
  aspect-ratio: 5 / 4;
}

.about-media--rounded {
  border-radius: calc(var(--radius) + 12px);
}

.about-media--doc img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about-media__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: clamp(220px, 32vw, 320px);
  padding: 2rem;
  background: linear-gradient(145deg, rgba(83, 66, 143, 0.06) 0%, rgba(211, 74, 148, 0.05) 100%);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

.about-media__placeholder svg {
  opacity: 0.45;
  color: var(--cyan);
}

.about-media__placeholder--doc {
  min-height: clamp(280px, 40vw, 400px);
}

.about-why {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.about-why .section-head__title {
  margin-bottom: 1.5rem;
}

.about-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.about-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-body);
}

.about-list__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(211, 74, 148, 0.12);
  color: var(--pink);
}

.about-cta-text {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-body);
}

.about-cta-text--sm {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.card-contacts {
  padding: 1.35rem 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--white);
  border: 1px solid rgba(83, 66, 143, 0.1);
  box-shadow: 0 8px 28px rgba(50, 40, 85, 0.06);
}

.about-contacts__row {
  margin-bottom: 1rem;
}

.about-contacts__row:last-of-type {
  margin-bottom: 1.25rem;
}

.about-contacts__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.about-contacts__row p {
  margin: 0;
  font-weight: 600;
  color: var(--text-dark);
}

.about-contacts__phone {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
}

.about-contacts__phone:hover {
  color: var(--pink);
}

.about-contacts__btn {
  width: 100%;
  max-width: 280px;
}

.about-block {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.about-block--alt {
  background: linear-gradient(180deg, var(--white) 0%, var(--cyan-light) 100%);
}

.about-block__grid--reverse .about-block__media {
  order: -1;
}

.about-block .section-head__title {
  margin: 0.35rem 0 1.25rem;
}

.about-prose {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-body);
  margin-bottom: 1.25rem;
}

.about-subtitle {
  margin: 1.5rem 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
}

.about-steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(83, 66, 143, 0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-body);
}

.about-steps__num {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--pink);
  letter-spacing: 0.04em;
}

.about-licenses {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.about-license-badge {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(83, 66, 143, 0.08) 0%, rgba(211, 74, 148, 0.06) 100%);
  border: 1px solid rgba(83, 66, 143, 0.12);
}

.about-license-badge__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.about-license-badge__code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 600;
  color: var(--cyan-dark);
  word-break: break-all;
  background: transparent;
  padding: 0;
}

@media (max-width: 900px) {
  .about-hero__grid,
  .about-why__grid,
  .about-block__grid,
  .about-licenses__grid {
    grid-template-columns: 1fr;
  }

  .about-block__grid--reverse .about-block__media {
    order: 0;
  }

  .about-hero__media {
    order: -1;
  }
}
