@import url("style.css");
.sub-hero {
  position: relative;
}
.sub-hero > img {
  display: block;
  width: 100%;
  height: auto;
}
.sub-heading {
  text-align: center;
  margin: 90px 0 60px;
}
.sub-heading h1,
.sub-heading h2 {
  font-size: 32px;
  margin: 0;
}
.sub-heading:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: var(--teal);
  margin: 18px auto;
}
.asset-center {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.three-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.three-cards img {
  width: 100%;
}
.remote-slider {
  background: #fafafa;
  padding: 80px 0;
}
.remote-slider article {
  background: #fff;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.remote-slider img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.icon-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 100px;
}
.icon-benefits article {
  text-align: center;
}
.icon-benefits b {
  display: inline-grid;
  width: 72px;
  height: 72px;
  border: 5px solid #333;
  border-radius: 20px;
  place-items: center;
  font-size: 34px;
}
.pharmacy-copy {
  position: absolute;
  inset: auto 15% 25%;
  background: rgba(13, 85, 88, 0.65);
  padding: 45px;
  color: #fff;
  text-align: center;
}
.pharmacy-list {
  display: grid;
  gap: 65px;
}
.pharmacy-list article {
  text-align: center;
}
.pharmacy-list img {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.recommend {
  background: #fafafa;
  padding: 80px 0;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.recommend-grid img {
  width: 100%;
  background: #fff;
}
.service-intro {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 20%;
  background: rgba(18, 70, 126, 0.45);
  padding: 45px;
  color: #fff;
  text-align: center;
}
.modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.modes article {
  min-height: 300px;
  background: #fafcff;
  padding: 55px 25px;
}
.modes article:first-child {
  grid-column: span 1;
}
.modes b {
  font-size: 120px;
  color: #f0f4fa;
  float: right;
}
.service-feature {
  background: #f8faff;
  border: 1px solid #dfe9ff;
  border-radius: 18px;
  padding: 55px;
  min-height: 390px;
}
.service-feature img {
  max-width: 540px;
  float: right;
  margin-top: -45px;
}
.service-texts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}
.service-texts article {
  background: #f7f9ff;
  padding: 45px;
  min-height: 310px;
}
.service-texts strong {
  font-size: 36px;
}
.clinic-map {
  width: 100%;
  display: block;
}
.culture-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.culture-row img {
  width: 100%;
}
.license {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: auto;
}
.about-map {
  display: block;
  width: 1100px;
  margin: auto;
}
.contact-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 45px 0 100px;
}
.contact-row article {
  text-align: center;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 24px;
  left: -20px;
  background: #fff;
  width: 155px;
  box-shadow: 0 6px 18px #999;
  padding-top: 12px;
  z-index: 10;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  display: block;
  padding: 14px 20px;
}
.site-header nav .dropdown-menu a {
  color: #666;
}
.site-header nav .dropdown-menu a:hover {
  background: #f2fafc;
  color: var(--teal);
}
@media (max-width: 600px) {
  .sub-heading {
    margin: 55px 0 35px;
  }
  .three-cards,
  .icon-benefits,
  .recommend-grid,
  .modes,
  .service-texts,
  .culture-row,
  .contact-row {
    grid-template-columns: 1fr;
  }
  .remote-slider article {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .pharmacy-copy,
  .service-intro {
    position: static;
    background: #397d83;
  }
  .service-feature img {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .about-map {
    width: 100%;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    width: auto;
  }
}

/* 客户反馈：所有内页首屏与首页保持一致 */
.inner-hero {
  height: 680px;
  overflow: hidden;
  isolation: isolate;
}
.inner-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 58, 55, .86), rgba(23, 58, 55, .46) 42%, rgba(23, 58, 55, .04) 75%);
}
.inner-hero-copy {
  position: absolute;
  z-index: 2;
  left: max(6%, calc((100% - 1280px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: min(650px, 48%);
  color: #fff;
}
.inner-hero-copy span {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 2px;
}
.inner-hero-copy h1 {
  margin: 24px 0 0;
  font-size: 52px;
  line-height: 1.3;
  text-shadow: 0 4px 18px rgba(0,0,0,.22);
}
.first-heading { margin-top: 10px; }
.flow-image {
  display: block;
  position: relative;
  left: 50%;
  width: min(1380px, calc(100vw - 32px));
  max-width: none;
  height: auto;
  margin: 0 auto 30px;
  transform: translateX(-50%);
}
.flow-steps { counter-reset: flow; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.flow-steps article { counter-increment: flow; position: relative; min-height: 150px; padding: 34px 34px 30px 105px; border: 1px solid #d8e8e5; border-radius: 16px; background: linear-gradient(135deg,#fff,#f4faf8); }
.flow-steps article:before { content: counter(flow, decimal-leading-zero); position: absolute; left: 30px; top: 36px; color: var(--teal); font-size: 30px; font-weight: 800; }
.flow-steps h3 { margin: 0 0 10px; }
.flow-steps p { margin: 0; line-height: 1.8; color: #60716d; }
@media (max-width: 600px) {
  .inner-hero { height: 520px; }
  .inner-hero > img { object-position: 62% center; }
  .inner-hero-copy { left: 7%; right: 7%; width: auto; top: auto; bottom: 58px; transform: none; }
  .inner-hero-copy h1 { font-size: 34px; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps article { padding: 28px 24px 26px 82px; }
  .flow-steps article:before { left: 22px; top: 28px; }
}
