/*
Theme Name: JXBFTKQ
Theme URI: https://www.jxbftkq.com/
Author: Codex
Description: A lightweight local dental clinic theme for Jiexiu Bofeite Dental.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: jxbftkq
*/

:root {
  --brand: #007f8f;
  --brand-dark: #075766;
  --brand-soft: #e7f7f8;
  --accent: #f2b84b;
  --text: #1f2933;
  --muted: #64748b;
  --line: #d9e4e8;
  --bg: #f7fbfc;
  --white: #ffffff;
  --shadow: 0 8px 18px rgba(15, 77, 87, 0.08);
  --radius: 16px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99;
  padding: 8px 14px;
  color: var(--white);
  background: var(--brand-dark);
}

.skip-link:focus {
  left: 12px;
}

.site-topbar {
  color: var(--white);
  background: var(--brand-dark);
  font-size: 14px;
}

.site-topbar__inner,
.site-header__inner,
.site-footer__inner,
.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.visit-strip {
  display: grid;
  grid-template-columns: 1.08fr 1.28fr 1.08fr 1.08fr;
  gap: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 16px;
}

.visit-point {
  min-height: 142px;
  padding: 22px 24px;
  border-right: 1px solid rgba(217, 228, 232, 0.78);
}

.visit-point:last-child {
  border-right: 0;
}

.visit-point span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.visit-point strong {
  display: block;
  color: #102a2f;
  font-size: 19px;
  line-height: 1.35;
}

.visit-point p {
  max-width: 30ch;
  margin: 8px 0 0;
  color: #3f5661;
  line-height: 1.7;
}

.visit-point--primary {
  background: linear-gradient(180deg, rgba(231, 247, 248, 0.72), rgba(255, 255, 255, 0.92));
}

.site-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 228, 232, 0.9);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-brand__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-brand__name {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.site-brand__tagline {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.site-header__right {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #334155;
  font-size: 15px;
}

.primary-nav a {
  padding: 8px 0;
}

.primary-nav a:hover {
  color: var(--brand);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--brand);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 127, 143, 0.2);
}

.button:hover {
  background: var(--brand-dark);
}

.button--light {
  color: var(--brand-dark);
  background: var(--white);
}

.button--outline {
  color: var(--brand-dark);
  background: transparent;
  border: 1px solid rgba(7, 87, 102, 0.22);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 52px;
  background:
    radial-gradient(circle at top left, rgba(242, 184, 75, 0.24), transparent 32%),
    linear-gradient(135deg, #eaf9fa 0%, #ffffff 55%, #f8fcfd 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.hero h1 {
  margin: 0 0 18px;
  color: #102a2f;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero__lead {
  max-width: 660px;
  margin: 0 0 24px;
  color: #3b5260;
  font-size: 18px;
}

.hero__lead--mobile {
  display: none;
}

.hero__actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hero__meta-item,
.info-card,
.service-card,
.doctor-card,
.faq-card,
.article-card,
.content-card {
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero__meta-item {
  padding: 16px;
}

.hero__meta-item strong,
.info-card strong {
  display: block;
  color: var(--brand-dark);
}

.hero__visual {
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.section {
  padding: 64px 0;
}

.section--tight {
  padding-top: 32px;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section__head h2 {
  margin: 0;
  color: #102a2f;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.section__head p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
}

.info-grid,
.service-grid,
.doctor-grid,
.faq-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.service-card,
.doctor-card,
.faq-card,
.article-card {
  padding: 22px;
}

.service-card,
.doctor-card,
.faq-card {
  box-shadow: none;
}

.service-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
}

.service-card::after {
  position: absolute;
  right: -18px;
  bottom: -36px;
  color: rgba(0, 127, 143, 0.06);
  content: "铂";
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.service-tags span {
  padding: 7px 12px;
  color: var(--brand-dark);
  background: rgba(231, 247, 248, 0.85);
  border: 1px solid rgba(0, 127, 143, 0.14);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.info-card span,
.service-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 14px;
  font-size: 22px;
}

.service-card h3,
.doctor-card h3,
.faq-card h3,
.article-card h2,
.content-card h1 {
  margin: 0 0 8px;
  color: #102a2f;
  line-height: 1.35;
}

.service-card p,
.doctor-card p,
.faq-card p,
.article-card p {
  margin: 0;
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.gallery figure:first-child {
  grid-row: span 2;
}

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

.gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  color: var(--white);
  background: rgba(7, 87, 102, 0.82);
  border-radius: 999px;
  font-size: 13px;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}

.doctor-card__photo {
  width: 100%;
  height: clamp(320px, 25vw, 356px);
  object-fit: cover;
  object-position: bottom center;
  border-bottom: 1px solid var(--line);
}

.doctor-card h3,
.doctor-card__role,
.doctor-card ul {
  margin-right: 0;
  margin-left: 0;
  padding-right: 22px;
  padding-left: 22px;
}

.doctor-card h3 {
  min-height: 30px;
  margin-top: 18px;
  margin-bottom: 4px;
  line-height: 1.35;
}

.doctor-card__role {
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--brand);
  font-weight: 700;
  line-height: 1.6;
}

.doctor-card ul {
  margin-top: 4px;
  margin-bottom: 22px;
  padding-left: 40px;
  color: var(--muted);
}

.cta {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(242, 184, 75, 0.35), transparent 30%),
    linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.cta__box {
  padding: 22px;
  color: var(--text);
  background: var(--white);
  border-radius: 14px;
}

.visit-steps {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.visit-steps li::marker {
  color: var(--brand);
  font-weight: 800;
}

.mobile-callbar {
  display: none;
}

.site-main {
  min-height: 52vh;
}

.content-wrap {
  width: min(calc(100% - 32px), 880px);
  margin: 0 auto;
  padding: 56px 0;
}

.content-card {
  padding: clamp(24px, 4vw, 44px);
}

.subpage-hero {
  padding: 58px 0 36px;
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 184, 75, 0.18), transparent 28%),
    linear-gradient(135deg, #eefafb 0%, #ffffff 58%, #f6fbfc 100%);
}

.subpage-hero--plain {
  padding-bottom: 24px;
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #102a2f;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.14;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.subpage-hero p {
  max-width: 720px;
  margin: 0 0 24px;
  color: #3b5260;
  font-size: 18px;
}

.subpage-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 40px;
  align-items: center;
}

.subpage-hero__media {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.9);
  border-radius: 16px;
}

.subpage-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.profile-list {
  display: grid;
  gap: 18px;
}

.profile-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.9);
  border-radius: 16px;
}

.profile-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  background: var(--brand-soft);
  border-radius: 12px;
}

.profile-card h2 {
  margin: 2px 0 10px;
  color: #102a2f;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.25;
}

.profile-card ul {
  margin: 0;
  padding-left: 20px;
  color: #465c68;
}

.profile-card li + li {
  margin-top: 4px;
}

.profile-card__role,
.profile-card__note {
  margin: 0;
}

.profile-card__role {
  color: var(--brand);
  font-weight: 700;
}

.profile-card__note {
  margin-top: 14px;
  color: #526b76;
  font-size: 14px;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-feature {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 16px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.service-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 127, 143, 0.35);
}

.service-feature span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-radius: 12px;
  font-weight: 800;
}

.service-feature h2 {
  margin: 0 0 10px;
  color: #102a2f;
  font-size: 25px;
  line-height: 1.25;
}

.service-feature p {
  margin: 0;
  color: #526b76;
}

.service-feature strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--brand-dark);
}

.process-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  padding: clamp(24px, 4vw, 40px);
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), #0a7080);
  border-radius: 16px;
}

.process-panel .eyebrow {
  color: #063f49;
  background: #d9f5f7;
}

.process-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}

.process-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.process-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-steps li {
  position: relative;
  padding: 16px 18px 16px 58px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.process-steps li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--brand-dark);
  background: var(--accent);
  border-radius: 50%;
  content: counter(process);
  counter-increment: process;
  font-size: 14px;
  font-weight: 800;
}

.process-steps strong,
.process-steps span {
  display: block;
}

.process-steps span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
}

.contact-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 16px;
}

.contact-card p {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  color: #334b57;
  font-size: 16px;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.contact-card p > * {
  min-width: 0;
}

.contact-card p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 228, 232, 0.75);
}

.contact-card strong {
  color: var(--brand-dark);
}

.contact-card a {
  color: var(--brand);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.map-placeholder {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 16px;
}

.map-placeholder img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.map-placeholder div {
  padding: 18px 20px 20px;
}

.map-placeholder strong,
.map-placeholder span {
  display: block;
}

.map-placeholder strong {
  color: #102a2f;
  font-size: 20px;
}

.map-placeholder span {
  margin-top: 4px;
  color: #526b76;
}

.contact-side {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(217, 228, 232, 0.95);
  border-radius: 16px;
}

.contact-side h2 {
  margin: 0 0 16px;
  color: #102a2f;
  font-size: 26px;
  line-height: 1.25;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #465c68;
}

.check-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  content: "";
}

.entry-content a {
  color: var(--brand);
  text-decoration: underline;
}

.entry-content h2,
.entry-content h3 {
  color: #102a2f;
  line-height: 1.35;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-card__meta {
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  color: #d7eef1;
  background: #073f49;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
  padding: 44px 0;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 10px;
  color: var(--white);
}

.site-footer p,
.site-footer li {
  margin: 0 0 8px;
  color: #b9dce1;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 14px 0;
  color: #a6c9ce;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header__inner,
  .section__head,
  .site-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-nav {
    flex-wrap: wrap;
  }

  .site-header__right {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__grid,
  .cta__grid,
  .subpage-hero__grid,
  .process-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .info-grid,
  .doctor-grid,
  .faq-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-feature-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
  }

  .site-topbar__inner {
    gap: 4px;
    font-size: 13px;
    line-height: 1.5;
  }

  .site-header {
    position: static;
  }

  .site-header__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
  }

  .site-brand {
    min-width: 0;
  }

  .site-brand__logo {
    width: 42px;
    height: 42px;
  }

  .site-brand__name {
    display: block;
    max-width: 210px;
    overflow: hidden;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-brand__tagline {
    font-size: 11px;
  }

  .site-header__right {
    flex: 0 0 auto;
  }

  .primary-nav {
    display: none;
  }

  .header-call {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .mobile-callbar {
    position: fixed;
    right: auto;
    bottom: 12px;
    left: 10px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 20px);
    min-height: 52px;
    gap: 10px;
    padding: 10px 14px;
    color: var(--white);
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(7, 87, 102, 0.22);
  }

  .mobile-callbar span {
    font-weight: 700;
  }

  .mobile-callbar strong {
    font-size: 15px;
    white-space: nowrap;
  }

  .hero {
    padding: 34px 0 36px;
  }

  .hero h1,
  .subpage-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 38px);
    letter-spacing: -0.025em;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .hero__lead,
  .subpage-hero p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero__lead--desktop {
    display: none;
  }

  .hero__lead--mobile {
    display: block;
  }

  .hero__actions {
    gap: 10px;
  }

  .hero__actions .button {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .hero__meta {
    margin-top: 24px;
  }

  .hero__meta,
  .info-grid,
  .service-grid,
  .doctor-grid,
  .faq-grid,
  .article-grid,
  .gallery,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .gallery figure:first-child {
    grid-row: auto;
  }

  .section {
    padding: 46px 0;
  }

  .subpage-hero {
    padding: 34px 0 28px;
  }

  .section--tight {
    padding-top: 28px;
  }

  .info-card,
  .service-card,
  .doctor-card,
  .faq-card,
  .article-card,
  .service-feature,
  .contact-card,
  .contact-side {
    padding: 18px;
  }

  .profile-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .profile-card img {
    aspect-ratio: 16 / 10;
  }

  .process-panel {
    padding: 20px;
  }

  .process-steps li {
    padding-right: 14px;
  }

  .contact-card p {
    display: block;
  }

  .contact-card p strong,
  .contact-card p a {
    display: block;
  }


  .visit-strip {
    grid-template-columns: 1fr;
  }

  .visit-point {
    min-height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 228, 232, 0.78);
  }

  .visit-point:last-child {
    border-bottom: 0;
  }

  .visit-point strong {
    font-size: 18px;
  }
  .doctor-card {
    padding: 0;
  }

  .doctor-card__photo {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }

  .service-card::after {
    display: none;
  }

  .service-tags {
    gap: 8px;
  }

  .service-tags span {
    padding: 6px 10px;
    font-size: 13px;
  }

  .info-card span,
  .service-card span {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 19px;
  }
}
