:root {
  --kd-blue: #0758b8;
  --kd-blue-2: #0d88cf;
  --kd-orange: #f5a000;
  --kd-cyan: #14a5c7;
  --kd-ink: #1d2f3d;
  --kd-muted: #6b7d86;
  --kd-line: #d8e1e6;
  --kd-bg: #eef2f4;
  --kd-white: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--kd-ink);
  background: var(--kd-bg);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.kd-wrap,
.kd-container {
  width: min(1192px, calc(100% - 32px));
  margin: 0 auto;
}

.kd-header {
  position: relative;
  z-index: 50;
  background: #fff;
}

.kd-mainhead {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 106px;
}

.kd-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #137a75;
  text-decoration: none;
}

.kd-logo strong {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
}

.kd-logo span {
  margin-top: 6px;
  color: #647678;
  font-size: 14px;
  font-weight: 700;
}

.kd-head-contact {
  display: grid;
  justify-content: end;
  gap: 14px;
  color: #222;
  font-size: 14px;
}

.kd-menu-toggle {
  display: none;
}

.kd-nav {
  background: var(--kd-blue);
}

.kd-nav-inner {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: stretch;
}

.kd-nav-inner > strong {
  display: grid;
  place-items: center;
  min-height: 48px;
  color: #fff;
  background: #064fa6;
  font-size: 18px;
}

.kd-nav-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kd-nav-list a {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 0 22px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.kd-nav-list a:hover,
.kd-nav-list .current-menu-item > a {
  background: var(--kd-orange);
}

.kd-hero {
  min-height: 426px;
  background: #cce1f3 url("../images/banner_book.jpg") center / cover no-repeat;
}

.kd-hero__inner {
  width: min(1192px, calc(100% - 32px));
  min-height: 426px;
  margin: 0 auto;
  display: grid;
  align-items: center;
}

.kd-hero__copy {
  max-width: 520px;
  color: #101820;
}

.kd-hero__copy p {
  margin: 0 0 12px;
  font-size: 18px;
}

.kd-hero__copy h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.18;
}

.kd-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.kd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 700;
}

.kd-button--primary {
  color: #fff;
  background: var(--kd-orange);
}

.kd-button--ghost {
  color: var(--kd-blue);
  background: rgba(255, 255, 255, .86);
}

.kd-quick {
  margin-top: 10px;
}

.kd-quick__grid {
  display: grid;
  grid-template-columns: 1.15fr .95fr .9fr;
  gap: 10px;
}

.kd-quick__panel {
  min-height: 178px;
  padding: 24px;
  color: #fff;
}

.kd-quick__panel h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.kd-quick__panel p {
  margin: 8px 0;
  line-height: 1.75;
}

.kd-quick__panel--blue {
  background: var(--kd-blue);
}

.kd-quick__panel--orange {
  background: #ef7b20;
}

.kd-quick__panel--cyan {
  background: var(--kd-cyan);
}

.kd-question-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}

.kd-question-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.kd-inline-lead {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

.kd-inline-lead input,
.kd-consult-form input,
.kd-consult-form textarea,
.kd-lead-form input,
.kd-lead-form select,
.kd-lead-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--kd-line);
  padding: 9px 11px;
  font: inherit;
}

.kd-inline-lead button,
.kd-consult-form button {
  border: 0;
  padding: 0 18px;
  color: #fff;
  background: var(--kd-blue);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.kd-form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
}

.kd-section {
  padding: 44px 0;
}

.kd-eyebrow {
  margin: 0 0 6px;
  color: var(--kd-blue-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kd-section-title {
  margin-bottom: 24px;
  text-align: center;
}

.kd-section-title h2,
.kd-about h2,
.kd-consult h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.kd-section-title--left {
  text-align: left;
}

.kd-about {
  background: #fff;
}

.kd-about__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
}

.kd-about p {
  color: var(--kd-muted);
  line-height: 1.9;
}

.kd-link-more {
  display: inline-flex;
  margin-top: 8px;
  color: var(--kd-blue);
  text-decoration: none;
  font-weight: 800;
}

.kd-about__media {
  min-height: 238px;
  overflow: hidden;
  background: #dae7ee;
}

.kd-about__media img {
  display: block;
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.kd-about__placeholder {
  display: grid;
  height: 238px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0d68b8, #14a5c7);
  font-size: 24px;
  font-weight: 800;
}

.kd-services {
  background: #f5f7f8;
}

.kd-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid var(--kd-line);
}

.kd-service-card {
  display: grid;
  align-content: center;
  min-height: 210px;
  border-right: 1px solid var(--kd-line);
  padding: 22px 18px;
  text-align: center;
  text-decoration: none;
}

.kd-service-card:last-child {
  border-right: 0;
}

.kd-service-card span {
  display: block;
  color: var(--kd-blue);
  font-size: 19px;
  font-weight: 800;
}

.kd-service-card p {
  margin: 12px 0 0;
  color: var(--kd-muted);
  line-height: 1.65;
}

.kd-service-card:hover {
  color: #fff;
  background: var(--kd-blue);
}

.kd-service-card:hover span,
.kd-service-card:hover p {
  color: #fff;
}

.kd-video-news {
  background: #fff;
}

.kd-video-news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.kd-video-box,
.kd-news-box {
  border: 1px solid var(--kd-line);
  padding: 24px;
  background: #fff;
}

.kd-video-box video,
.kd-video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.kd-video-box video {
  display: block;
  background: #000;
}

.kd-video-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0964af, #15a7ca);
  font-weight: 800;
}

.kd-news-list {
  display: grid;
  gap: 12px;
}

.kd-news-list a {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--kd-line);
  padding-bottom: 12px;
  text-decoration: none;
}

.kd-news-list span {
  color: var(--kd-muted);
}

.kd-news-list strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kd-doctors {
  background: #f5f7f8;
}

.kd-doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kd-doctor-card {
  min-height: 246px;
  padding: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--kd-line);
}

.kd-doctor-photo {
  display: grid;
  width: 132px;
  height: 132px;
  margin: 0 auto 16px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: var(--kd-blue);
  font-weight: 800;
}

.kd-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kd-doctor-card__photo {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--kd-blue);
  font-size: 34px;
  font-weight: 800;
}

.kd-doctor-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.kd-doctor-card p {
  margin: 0 0 10px;
  color: var(--kd-blue);
  font-weight: 700;
}

.kd-doctor-card span {
  display: block;
  min-height: 44px;
  margin-bottom: 12px;
  color: var(--kd-muted);
  line-height: 1.6;
}

.kd-doctor-card a,
.kd-doctor-profile button {
  display: inline-flex;
  border: 0;
  padding: 10px 18px;
  color: #fff;
  background: var(--kd-blue);
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.kd-doctor-archive .kd-section-title p {
  margin: 8px auto 0;
  max-width: 720px;
  color: var(--kd-muted);
}

.kd-doctor-profile {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  margin: 24px 0;
  padding: 22px;
  background: #f5f8fa;
  border: 1px solid var(--kd-line);
}

.kd-doctor-profile figure {
  display: grid;
  min-height: 320px;
  margin: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  font-weight: 800;
}

.kd-doctor-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kd-public {
  background: #fff;
}

.kd-public-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.kd-public-card {
  min-height: 170px;
  padding: 26px;
  color: #fff;
  background: var(--kd-blue);
  text-decoration: none;
}

.kd-public-card:nth-child(2) {
  background: #1294d8;
}

.kd-public-card:nth-child(3) {
  background: #ef7b20;
}

.kd-public-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.kd-public-card p {
  margin: 0;
  line-height: 1.75;
}

.kd-consult {
  color: #fff;
  background: var(--kd-blue);
}

.kd-consult__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.kd-consult .kd-eyebrow {
  color: #abd8ff;
}

.kd-consult p {
  line-height: 1.8;
}

.kd-consult-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kd-consult-form textarea,
.kd-consult-form button,
.kd-consult-form .kd-form-status {
  grid-column: 1 / -1;
}

.kd-consult-form textarea {
  min-height: 104px;
}

.kd-footer {
  padding: 32px 0;
  color: #dce8ef;
  background: #12344f;
}

.kd-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: start;
}

.kd-footer strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.kd-footer span {
  display: block;
  color: #9fc5db;
}

.kd-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.kd-footer-legal {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #9fc5db;
  text-align: center;
  line-height: 1.7;
}

.kd-head-contact img {
  display: block;
  max-width: 260px;
}

.kd-side-toolbar {
  position: fixed;
  right: 14px;
  top: 34%;
  z-index: 270;
  display: grid;
  width: 60px;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(16, 48, 72, .22);
}

.kd-side-toolbar a,
.kd-side-toolbar button {
  display: grid;
  min-height: 60px;
  place-items: center;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: 8px 6px;
  color: #fff;
  background: #1294d8;
  text-align: center;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
}

.kd-side-toolbar .kd-toolbar-consult {
  background: #ff781c;
}

.kd-side-toolbar .kd-toolbar-top {
  background: #666;
}

.kd-lead-mask {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 24, 42, .55);
}

.kd-lead-mask.is-open {
  display: flex;
}

.kd-lead-dialog {
  width: min(430px, 100%);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.kd-lead-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  color: #fff;
  background: var(--kd-blue);
}

.kd-lead-head button {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 20px;
}

.kd-lead-form {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.kd-lead-form label {
  display: grid;
  gap: 6px;
  color: #455c59;
  font-size: 14px;
}

.kd-lead-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.kd-lead-actions a,
.kd-lead-actions button {
  border: 0;
  padding: 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.kd-lead-actions a {
  background: #d96b2c;
}

.kd-lead-actions button {
  background: var(--kd-blue);
}

.kd-lead-status {
  min-height: 20px;
  margin: 0;
  color: var(--kd-blue);
}

.kd-ai-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;
}

.kd-ai-button {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  color: #fff;
  background: #735cff;
  box-shadow: 0 12px 32px rgba(92, 71, 220, .28);
  font-weight: 800;
  cursor: pointer;
}

.kd-ai-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  display: none;
  width: min(360px, calc(100vw - 24px));
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 70px rgba(19, 43, 44, .24);
}

.kd-ai-chat.is-open .kd-ai-panel {
  display: block;
}

.kd-ai-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  color: #fff;
  background: var(--kd-blue);
}

.kd-ai-close {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.kd-ai-body {
  min-height: 150px;
  max-height: 280px;
  overflow: auto;
  padding: 14px;
  background: #f5f8f8;
  line-height: 1.7;
}

.kd-ai-message {
  margin: 0 0 8px;
  border-radius: 6px;
  padding: 9px 10px;
  background: #fff;
}

.kd-ai-message.user {
  color: #fff;
  background: var(--kd-blue);
}

.kd-ai-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px;
}

.kd-ai-form input {
  min-width: 0;
  border: 1px solid var(--kd-line);
  padding: 10px;
}

.kd-ai-form button {
  border: 0;
  padding: 0 14px;
  color: #fff;
  background: var(--kd-blue);
}

.kd-empty {
  padding: 20px;
  background: #fff;
}

.kd-pc-home {
  background: #f4f6f7;
}

.kd-pc-hero {
  position: relative;
  min-height: 426px;
  background: linear-gradient(90deg, #054384, #0b8ec5);
}

.kd-pc-hero.has-custom-banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.kd-pc-hero-link {
  position: absolute;
  inset: 0;
  display: block;
}

.kd-pc-hero-copy {
  display: grid;
  align-content: center;
  min-height: 426px;
  color: #fff;
}

.kd-pc-hero-copy span {
  font-size: 20px;
  font-weight: 800;
}

.kd-pc-hero-copy h1 {
  margin: 12px 0;
  font-size: 58px;
  line-height: 1.1;
}

.kd-pc-hero-copy p {
  margin: 0;
  font-size: 24px;
}

.kd-pc-hero-copy a {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  padding: 13px 28px;
  color: #fff;
  background: #ef7b20;
  text-decoration: none;
  font-weight: 800;
}

.kd-pc-intro {
  display: grid;
  grid-template-columns: 305px 1fr 305px;
  gap: 18px;
  margin-top: 28px;
}

.kd-pc-box {
  min-height: 270px;
  padding: 18px;
  background: #fff;
  border: 1px solid #d9e2e7;
}

.kd-pc-box h2,
.kd-pc-title h2,
.kd-pc-problems h2,
.kd-pc-milestones h2 {
  margin: 0 0 14px;
  color: #0758b8;
  font-size: 24px;
  line-height: 1.25;
}

.kd-pc-brand img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
  margin-bottom: 12px;
}

.kd-pc-brand-placeholder {
  display: grid;
  width: 100%;
  height: 110px;
  margin-bottom: 12px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  font-size: 22px;
  font-weight: 800;
}

.kd-pc-brand p,
.kd-pc-video-box p,
.kd-pc-feature-news p {
  color: #596b75;
  line-height: 1.8;
}

.kd-pc-box a {
  color: #0758b8;
  text-decoration: none;
  font-weight: 700;
}

.kd-pc-feature-news {
  padding-bottom: 12px;
  border-bottom: 1px dashed #c8d3da;
}

.kd-pc-feature-news strong {
  display: block;
  font-size: 18px;
}

.kd-pc-newsbox ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.kd-pc-newsbox li {
  padding: 7px 0;
  border-bottom: 1px dashed #e0e6ea;
}

.kd-pc-video-box video,
.kd-pc-video-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
  background: #0a4d92;
  color: #fff;
}

.kd-pc-problems {
  margin-top: 28px;
  padding: 34px 0 42px;
  background: #fff;
}

.kd-pc-problem-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  min-height: 260px;
  padding: 28px;
  background: #e8f4fb;
  border: 1px solid #cce0eb;
}

.kd-pc-problem-board a,
.kd-pc-problem-board button {
  display: grid;
  min-height: 88px;
  place-items: center;
  border: 0;
  padding: 12px;
  color: #0758b8;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(7, 88, 184, .08);
  cursor: pointer;
}

.kd-pc-problem-board button {
  grid-column: span 2;
  color: #fff;
  background: #f28b1e;
}

.kd-pc-problem-board button span {
  display: block;
  font-size: 18px;
}

.kd-pc-services {
  padding: 38px 0;
  background: #f4f6f7;
}

.kd-pc-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7e1e7;
  background: #fff;
}

.kd-pc-service {
  display: grid;
  align-content: center;
  min-height: 220px;
  padding: 22px 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.kd-pc-service img {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, .24);
}

.kd-pc-service h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.kd-pc-service p {
  min-height: 58px;
  margin: 0;
  line-height: 1.7;
}

.kd-pc-service span {
  margin-top: 14px;
  font-weight: 800;
}

.kd-pc-service-1,
.kd-pc-service-4 {
  background: #0d88cf;
}

.kd-pc-service-2,
.kd-pc-service-5 {
  background: #0758b8;
}

.kd-pc-service-3,
.kd-pc-service-6 {
  background: #18a9c2;
}

.kd-pc-doctors {
  padding: 44px 0;
  background: #fff;
}

.kd-pc-title {
  margin-bottom: 22px;
  text-align: center;
}

.kd-pc-title p {
  margin: 0;
  color: #667982;
}

.kd-pc-doctor-slider {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kd-pc-doctor {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 20px;
  min-height: 250px;
  padding: 18px;
  background: #f5f8fa;
  border: 1px solid #dce6eb;
}

.kd-pc-doctor img {
  width: 210px;
  height: 250px;
  object-fit: cover;
}

.kd-doctor-photo-placeholder {
  display: grid;
  width: 210px;
  height: 250px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  font-weight: 800;
}

.kd-pc-doctor h3 {
  margin: 0 0 8px;
  color: #0758b8;
  font-size: 24px;
}

.kd-pc-doctor b {
  display: block;
  margin-bottom: 12px;
  color: #ef7b20;
}

.kd-pc-doctor p {
  color: #556973;
  line-height: 1.8;
}

.kd-pc-doctor a {
  display: inline-flex;
  padding: 10px 20px;
  color: #fff;
  background: #0758b8;
  text-decoration: none;
  font-weight: 800;
}

.kd-pc-milestones {
  padding: 38px 0;
  background: #f4f6f7;
  text-align: center;
}

.kd-pc-milestone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.kd-pc-milestone-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  background: #fff;
  color: #21313b;
  text-align: left;
  text-decoration: none;
  border: 1px solid #dce6eb;
}

.kd-pc-milestone-grid strong {
  color: #0758b8;
  font-size: 20px;
}

.kd-pc-public {
  padding: 44px 0;
  background: #fff;
}

.kd-pc-public-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.kd-pc-public-grid a {
  min-height: 180px;
  padding: 20px;
  color: #fff;
  background: #0758b8;
  text-decoration: none;
}

.kd-pc-public-grid img {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 50%;
  object-fit: cover;
}

.kd-pc-public-grid a:nth-child(even) {
  background: #0d88cf;
}

.kd-pc-public-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.kd-pc-public-grid p {
  margin: 0;
  line-height: 1.7;
}

.kd-pc-facilities {
  padding: 38px 0;
  background: #f4f6f7;
}

.kd-pc-facilities .kd-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.kd-pc-facilities a {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  color: #fff;
  text-decoration: none;
}

.kd-pc-facilities img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.kd-pc-facility-placeholder {
  display: grid;
  height: 170px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  font-size: 22px;
  font-weight: 800;
}

.kd-pc-facilities span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: rgba(7, 88, 184, .86);
  font-weight: 800;
}

.kd-pc-consult {
  padding: 38px 0;
  color: #fff;
  background: #0758b8;
}

.kd-pc-consult h2 {
  margin: 0 0 18px;
}

.kd-m-shell,
.kd-mobile-page {
  background: #f4f6f7;
}

.kd-m-shell {
  width: min(640px, 100%);
  margin: 0 auto;
  padding-bottom: 64px;
}

.kd-m-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  min-height: 54px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.kd-m-menu-btn,
.kd-m-consult-btn {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.kd-m-menu-btn::before {
  content: "☰";
  color: #0758b8;
  font-size: 24px;
}

.kd-m-consult-btn::before {
  content: "☎";
  color: #ef7b20;
  font-size: 22px;
}

.kd-m-logo {
  display: grid;
  place-items: center;
  color: #0758b8;
  text-align: center;
  text-decoration: none;
}

.kd-m-logo strong {
  font-size: 18px;
  line-height: 1.1;
}

.kd-m-logo span {
  color: #607782;
  font-size: 10px;
}

.kd-m-menu {
  display: none;
  padding: 14px;
  background: #0758b8;
  color: #fff;
}

.kd-m-menu.is-open {
  display: block;
}

.kd-m-menu h3 {
  margin: 0 0 10px;
}

.kd-m-menu p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
}

.kd-m-menu a {
  color: #fff;
  text-decoration: none;
}

.kd-m-banner img {
  display: block;
  width: 100%;
}

.kd-m-banner-default {
  min-height: 172px;
  padding: 28px 18px;
  color: #fff;
  background: linear-gradient(135deg, #0552a6, #0ea5c2);
}

.kd-m-banner-default span {
  display: block;
  font-weight: 800;
}

.kd-m-banner-default strong {
  display: block;
  margin: 8px 0;
  font-size: 30px;
  line-height: 1.1;
}

.kd-m-banner-default p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.kd-m-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-bottom: 1px solid #dce6eb;
}

.kd-m-tabs a {
  padding: 12px 4px;
  color: #0758b8;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.kd-m-itemgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 8px;
  background: #e2e8ed;
}

.kd-m-itemgrid a {
  display: grid;
  gap: 8px;
  min-height: 86px;
  place-items: center;
  padding: 10px 4px;
  background: #fff;
  color: #3c4e59;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.kd-m-itemgrid img {
  height: 28px;
}

.kd-m-block {
  margin-top: 10px;
  padding: 16px 12px;
  background: #fff;
}

.kd-m-block h2 {
  margin: 0 0 12px;
  color: #22333d;
  text-align: center;
  font-size: 21px;
}

.kd-m-block h2 span {
  color: #0758b8;
}

.kd-m-news {
  display: grid;
  gap: 10px;
}

.kd-m-news a {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d3dde3;
  color: #43545d;
  text-decoration: none;
}

.kd-m-news img,
.kd-m-news-placeholder {
  width: 78px;
  height: 58px;
  object-fit: cover;
  grid-row: span 2;
}

.kd-m-news-placeholder,
.kd-m-craft-placeholder,
.kd-m-doctor-placeholder,
.kd-m-public-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  text-align: center;
  font-weight: 800;
}

.kd-m-news strong {
  color: #25343c;
}

.kd-m-news p {
  margin: 0;
  line-height: 1.6;
}

.kd-m-craft {
  display: grid;
  gap: 10px;
}

.kd-m-craft a {
  display: grid;
  grid-template-columns: 45% minmax(0, 1fr);
  background: #f4f7f9;
  color: #3d505a;
  text-decoration: none;
}

.kd-m-craft img,
.kd-m-craft-placeholder {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.kd-m-craft a > div:not(.kd-m-craft-placeholder) {
  padding: 12px;
}

.kd-m-craft h3 {
  margin: 0 0 6px;
  color: #0758b8;
  font-size: 17px;
}

.kd-m-craft p {
  margin: 0 0 8px;
  line-height: 1.5;
}

.kd-m-craft span {
  color: #ef7b20;
  font-weight: 800;
}

.kd-m-hotline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.kd-m-hotline a,
.kd-m-hotline button {
  border: 0;
  padding: 14px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
}

.kd-m-hotline a {
  background: #0758b8;
}

.kd-m-hotline button {
  background: #ef7b20;
}

.kd-m-doctors article {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 12px;
  background: #eef5f8;
}

.kd-m-doctors article img,
.kd-m-doctor-placeholder {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.kd-m-doctors article div {
  padding: 12px;
}

.kd-m-doctors h3 {
  margin: 0 0 8px;
  color: #0758b8;
  font-size: 22px;
}

.kd-m-doctors p,
.kd-m-doctors span {
  display: block;
  color: #4f626c;
  line-height: 1.6;
}

.kd-m-doctor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.kd-m-doctor-list span {
  padding: 9px;
  background: #0758b8;
  color: #fff;
  font-weight: 800;
}

.kd-m-doctor-list em {
  display: block;
  margin-top: 4px;
  color: #cfe8ff;
  font-style: normal;
  font-size: 12px;
}

.kd-m-testimonials a {
  display: grid;
  gap: 8px;
  color: #3d505a;
  text-decoration: none;
}

.kd-m-testimonials img {
  width: 100%;
}

.kd-m-testimonial-placeholder {
  display: grid;
  min-height: 112px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0758b8, #18a9c2);
  font-size: 22px;
  font-weight: 800;
}

.kd-m-public > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.kd-m-public a {
  position: relative;
  min-height: 108px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.kd-m-public img,
.kd-m-public-placeholder {
  width: 100%;
  height: 108px;
  object-fit: cover;
}

.kd-m-public span {
  position: absolute;
  inset: auto 0 0 0;
  padding: 8px;
  background: rgba(7, 88, 184, .86);
  text-align: center;
  font-weight: 800;
}

.kd-m-consult {
  margin-top: 10px;
  padding: 18px 12px;
  background: #0758b8;
  color: #fff;
}

.kd-m-consult h2 {
  margin: 0 0 12px;
  text-align: center;
}

.kd-m-consult form {
  display: grid;
  gap: 10px;
}

.kd-m-consult input,
.kd-m-consult textarea {
  width: 100%;
  border: 0;
  padding: 11px;
  font: inherit;
}

.kd-m-consult textarea {
  min-height: 84px;
}

.kd-m-consult button {
  border: 0;
  padding: 12px;
  color: #fff;
  background: #ef7b20;
  font: inherit;
  font-weight: 800;
}

.kd-m-footer {
  padding: 24px 12px;
  background: #f4f6f7;
  color: #6a7a82;
  text-align: center;
}

.kd-m-footer strong {
  display: block;
  margin: 8px 0;
  color: #0758b8;
  font-size: 26px;
}

.kd-m-footer small {
  display: block;
  margin-top: 6px;
  line-height: 1.6;
}

.kd-m-bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(640px, 100%);
  transform: translateX(-50%);
  background: #0758b8;
}

.kd-m-bottom a {
  padding: 12px 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .kd-nav-list a {
    padding: 0 12px;
    font-size: 15px;
  }

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

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

  .kd-pc-intro,
  .kd-pc-doctor-slider,
  .kd-pc-milestone-grid,
  .kd-pc-facilities .kd-wrap {
    grid-template-columns: 1fr;
  }

  .kd-pc-service-grid,
  .kd-pc-public-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .kd-mainhead,
  .kd-quick__grid,
  .kd-about__grid,
  .kd-video-news__grid,
  .kd-consult__grid,
  .kd-footer-grid {
    grid-template-columns: 1fr;
  }

  .kd-mainhead {
    min-height: 0;
    padding: 14px 0;
  }

  .kd-logo strong {
    font-size: 28px;
  }

  .kd-head-contact {
    justify-content: start;
  }

  .kd-menu-toggle {
    display: inline-flex;
    width: fit-content;
    border: 1px solid var(--kd-line);
    padding: 8px 12px;
    background: #fff;
  }

  .kd-nav {
    display: none;
  }

  .kd-nav.is-open {
    display: block;
  }

  .kd-nav-inner {
    grid-template-columns: 1fr;
  }

  .kd-nav-list {
    display: grid;
  }

  .kd-hero,
  .kd-hero__inner {
    min-height: 300px;
  }

  .kd-hero__copy h1 {
    font-size: 34px;
  }

  .kd-hero__actions,
  .kd-inline-lead,
  .kd-consult-form {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .kd-service-grid,
  .kd-doctor-grid,
  .kd-public-grid,
  .kd-question-list {
    grid-template-columns: 1fr;
  }

  .kd-side-toolbar {
    right: 10px;
    top: 28%;
    bottom: auto;
    width: auto;
    grid-template-columns: repeat(4, auto);
    transform: translateY(-50%);
  }

  .kd-side-toolbar a,
  .kd-side-toolbar button {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .kd-ai-chat {
    right: 12px;
    bottom: 16px;
  }

  .kd-pc-hero {
    min-height: 260px;
  }

  .kd-pc-intro,
  .kd-pc-problem-board,
  .kd-pc-service-grid,
  .kd-pc-doctor-slider,
  .kd-pc-public-grid,
  .kd-pc-facilities .kd-wrap {
    grid-template-columns: 1fr;
  }

  .kd-pc-doctor {
    grid-template-columns: 1fr;
  }

  .kd-pc-doctor img {
    width: 100%;
  }
}
