/* 响应式适配 */
@media (max-width: 1200px) {
/* 响应式（max-width: 1200px）：.service-grid { */
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

/* 响应式（max-width: 1200px）：.service-card { */
  .service-card {
    grid-template-columns: 220px 1fr;
  }

}

@media (max-width: 992px) {
/* 响应式（max-width: 992px）：.explore-grid { */
  .explore-grid {
    grid-template-columns: repeat(3, 1fr);
  }

/* 响应式（max-width: 992px）：.service-features { */
  .service-features {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 992px）：.service-feature-item { */
  .service-feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

/* 响应式（max-width: 992px）：.service-feature-item:last-child { */
  .service-feature-item:last-child {
    border-bottom: none;
  }

/* 响应式（max-width: 992px）：.service-card { */
  .service-card {
    grid-template-columns: 180px 1fr;
  }

/* 响应式（max-width: 992px）：.service-card-body { */
  .service-card-body {
    padding: 20px;
  }

/* 响应式（max-width: 992px）：.news-grid */
  .news-grid,
  .card-grid-3,
  .card-grid-4,
  .expert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

/* 响应式（max-width: 992px）：.detail-layout { */
  .detail-layout {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 992px）：.detail-sidebar { */
  .detail-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }

/* 响应式（max-width: 992px）：.detail-sidebar .sidebar-card { */
  .detail-sidebar .sidebar-card {
    flex: 1 1 calc(50% - 12px);
  }

/* 响应式（max-width: 992px）：.hero-title { */
  .hero-title {
    font-size: 2.5rem;
  }

/* 响应式（max-width: 992px）：.core-service-card { */
  .core-service-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

/* 响应式（max-width: 992px）：.video-grid { */
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

/* 响应式（max-width: 992px）：.chain-showcase-main { */
  .chain-showcase-main {
    aspect-ratio: 16 / 9;
  }

/* 响应式（max-width: 992px）：.chain-showcase-overlay { */
  .chain-showcase-overlay {
    padding: 32px;
  }

/* 响应式（max-width: 992px）：.chain-showcase-en { */
  .chain-showcase-en {
    font-size: 2.75rem;
  }

/* 响应式（max-width: 992px）：.chain-showcase-overlay h3 { */
  .chain-showcase-overlay h3 {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }

/* 响应式（max-width: 992px）：.chain-thumb { */
  .chain-thumb {
    flex: 0 0 132px;
  }

/* 响应式（max-width: 992px）：.core-services-prev { */
  .core-services-prev {
    left: 0;
  }

/* 响应式（max-width: 992px）：.core-services-next { */
  .core-services-next {
    right: 0;
  }

/* 响应式（max-width: 992px）：.footer-grid { */
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

/* 响应式（max-width: 992px）：.footer-brand { */
  .footer-brand {
    grid-column: 1 / -1;
  }

/* 响应式（max-width: 992px）：.footer-contact { */
  .footer-contact {
    align-items: center;
    text-align: center;
  }

/* 响应式（max-width: 992px）：.footer-qr { */
  .footer-qr {
    align-items: center;
  }

/* 响应式（max-width: 992px）：.footer-qr img { */
  .footer-qr img {
    width: 120px;
  }
}

@media (max-width: 768px) {
/* 响应式（max-width: 768px）：:root { */
  :root {
    --header-height: 64px;
  }

/* 响应式（max-width: 768px）：.explore-grid { */
  .explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }

/* 响应式（max-width: 768px）：.explore-card { */
  .explore-card {
    padding: 16px 8px;
  }

/* 响应式（max-width: 768px）：.explore-icon { */
  .explore-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

/* 响应式（max-width: 768px）：.explore-icon svg { */
  .explore-icon svg {
    width: 18px;
    height: 18px;
  }

/* 响应式（max-width: 768px）：.explore-card h3 { */
  .explore-card h3 {
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.explore-card p { */
  .explore-card p {
    font-size: 0.6875rem;
  }

/* 响应式（max-width: 768px）：.service-grid { */
  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

/* 响应式（max-width: 768px）：.service-card { */
  .service-card {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 768px）：.service-card-image { */
  .service-card-image {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }

/* 响应式（max-width: 768px）：.service-card-body { */
  .service-card-body {
    padding: 20px;
  }

/* 响应式（max-width: 768px）：.service-card-title { */
  .service-card-title {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }

/* 响应式（max-width: 768px）：.service-card-desc { */
  .service-card-desc {
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.service-card-actions { */
  .service-card-actions {
    gap: 12px;
  }

/* 响应式（max-width: 768px）：.core-services-track { */
  .core-services-track {
    gap: 16px;
    padding: 12px 0 42px;
  }

/* 响应式（max-width: 768px）：.core-service-card { */
  .core-service-card {
    flex: 0 0 85%;
  }

/* 响应式（max-width: 768px）：.video-grid { */
  .video-grid {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 768px）：.chain-showcase { */
  .chain-showcase {
    padding: 16px;
    border-radius: 20px;
  }

/* 响应式（max-width: 768px）：.chain-showcase-main { */
  .chain-showcase-main {
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
  }

/* 响应式（max-width: 768px）：.chain-showcase-overlay { */
  .chain-showcase-overlay {
    justify-content: flex-end;
    padding: 24px;
    align-items: center;
    text-align: center;
    background: linear-gradient(to top, rgba(7, 31, 77, 0.8) 0%, rgba(7, 31, 77, 0.4) 45%, transparent 72%);
  }

/* 响应式（max-width: 768px）：.chain-showcase-en { */
  .chain-showcase-en {
    font-size: 2rem;
  }

/* 响应式（max-width: 768px）：.chain-showcase-overlay h3 { */
  .chain-showcase-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

/* 响应式（max-width: 768px）：.chain-btn-group { */
  .chain-btn-group {
    margin-top: 12px;
    gap: 10px;
  }

/* 响应式（max-width: 768px）：.chain-booking-btn { */
  .chain-booking-btn {
    padding: 12px 22px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.chain-booking-btn svg { */
  .chain-booking-btn svg {
    width: 18px;
    height: 18px;
  }

/* 响应式（max-width: 768px）：.chain-showcase-prev */
  .chain-showcase-prev,
  .chain-showcase-next {
    width: 36px;
    height: 36px;
  }

/* 响应式（max-width: 768px）：.chain-showcase-prev { */
  .chain-showcase-prev {
    left: 10px;
  }

/* 响应式（max-width: 768px）：.chain-showcase-next { */
  .chain-showcase-next {
    right: 10px;
  }

/* 响应式（max-width: 768px）：通用按钮尺寸缩放 { */
  .btn {
    padding: 10px 22px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：专家团队首页行动按钮 { */
  .experts-hero-actions .btn-hero-primary,
  .experts-hero-actions .btn-hero-secondary {
    padding: 10px 22px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：CTA 按钮与浅色边框按钮 { */
  .btn-cta,
  .btn-outline-light {
    padding: 10px 24px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：诊疗项目卡片按钮 { */
  .service-card-btn {
    padding: 6px 14px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：筛选标签按钮 { */
  .filter-tab,
  .expert-filter .filter-tab {
    padding: 6px 16px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：预约表单提交按钮 { */
  .booking-form-submit {
    padding: 10px 36px;
    font-size: 0.9375rem;
  }

/* 响应式（max-width: 768px）：诊疗项目优势区块 { */
  .service-features {
    margin-bottom: 40px;
  }

/* 响应式（max-width: 768px）：诊疗项目优势项 { */
  .service-feature-item {
    padding: 28px 24px;
  }

/* 响应式（max-width: 768px）：诊疗项目优势图标 { */
  .service-feature-icon {
    width: 40px;
    height: 40px;
  }

/* 响应式（max-width: 768px）：诊疗项目优势标题 { */
  .service-feature-title {
    font-size: 1.125rem;
  }

/* 响应式（max-width: 768px）：诊疗项目优势描述 { */
  .service-feature-desc {
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：chain-thumb { */
  .chain-thumb {
    flex: 0 0 120px;
    padding: 8px;
  }

/* 响应式（max-width: 768px）：.chain-thumb-en */
  .chain-thumb-en,
  .chain-thumb-loc {
    display: none;
  }

/* 响应式（max-width: 768px）：.chain-thumb-name { */
  .chain-thumb-name {
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：.chain-thumb-en */
  .chain-thumb-en,
  .chain-thumb-loc {
    display: none;
  }

/* 响应式（max-width: 768px）：.core-service-text h3 { */
  .core-service-text h3 {
    font-size: 1.25rem;
  }

/* 响应式（max-width: 768px）：.core-services-prev */
  .core-services-prev,
  .core-services-next {
    width: 40px;
    height: 40px;
  }

/* 响应式（max-width: 768px）：.footer-grid { */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

/* 响应式（max-width: 768px）：.footer-brand */
  .footer-brand,
  .footer-contact {
    grid-column: auto;
    align-items: center;
    text-align: center;
  }

/* 响应式（max-width: 768px）：.footer-brand .logo { */
  .footer-brand .logo {
    justify-content: center;
  }

/* 响应式（max-width: 768px）：.footer-phone { */
  .footer-phone {
    justify-content: center;
    font-size: 1.125rem;
  }

/* 响应式（max-width: 768px）：.footer-nav-group { */
  .footer-nav-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

/* 响应式（max-width: 768px）：.footer-nav-list { */
  .footer-nav-list {
    align-items: center;
    gap: 10px;
  }

/* 响应式（max-width: 768px）：.footer-nav-list a { */
  .footer-nav-list a {
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.footer-qr { */
  .footer-qr {
    align-items: center;
  }

/* 响应式（max-width: 768px）：.footer-qr img { */
  .footer-qr img {
    width: 120px;
  }

/* 响应式（max-width: 768px）：.footer { */
  .footer {
    padding: 48px 0 24px;
  }

/* 响应式（max-width: 768px）：.footer-title { */
  .footer-title {
    font-size: 1rem;
    margin-bottom: 14px;
  }

/* 响应式（max-width: 768px）：.footer-bottom { */
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

/* 响应式（max-width: 768px）：.footer-legal { */
  .footer-legal {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

/* 响应式（max-width: 768px）：.service-card { */
  .service-card {
    padding: 18px 12px;
  }

/* 响应式（max-width: 768px）：.service-card h3 { */
  .service-card h3 {
    font-size: 0.9375rem;
  }

/* 响应式（max-width: 768px）：.service-card p { */
  .service-card p {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }

/* 响应式（max-width: 768px）：.service-card .link { */
  .service-card .link {
    font-size: 0.75rem;
  }

/* 响应式（max-width: 768px）：.section { */
  .section {
    padding: 48px 0;
  }

/* 响应式（max-width: 768px）：.section-title { */
  .section-title {
    font-size: 1.5rem;
  }

/* 响应式（max-width: 768px）：.container { */
  .container {
    padding: 0 16px;
  }

/* 响应式（max-width: 768px）：.nav */
  .nav,
  .header-phone {
    display: none;
  }

/* 响应式（max-width: 768px）：.menu-toggle { */
  .menu-toggle {
    display: flex;
  }

/* 响应式（max-width: 768px）：.header-actions .btn { */
  .header-actions .btn {
    display: none;
  }

/* 响应式（max-width: 768px）：.hero { */
  .hero {
    height: auto;
    min-height: auto;
    padding: var(--header-height) 0 0;
  }

/* 响应式（max-width: 768px）：.hero-title { */
  .hero-title {
    font-size: 2rem;
  }

/* 响应式（max-width: 768px）：.hero-desc { */
  .hero-desc {
    font-size: 1rem;
  }

/* 响应式（max-width: 768px）：.hero-actions { */
  .hero-actions {
    flex-direction: column;
  }

/* 响应式（max-width: 768px）：.hero-actions .btn { */
  .hero-actions .btn {
    width: 100%;
  }

/* 响应式（max-width: 768px）：.news-grid */
  .news-grid,
  .card-grid-2,
  .card-grid-3,
  .card-grid-4,
  .expert-grid,
  .branch-marker-list {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 768px）：.chain-card { */
  .chain-card {
    flex: 0 0 280px;
  }

/* 响应式（max-width: 768px）：.page-hero { */
  .page-hero {
    padding: 48px 0;
  }

/* 响应式（max-width: 768px）：.page-hero h1 { */
  .page-hero h1 {
    font-size: 1.875rem;
  }

/* 响应式（max-width: 768px）：.detail-main { */
  .detail-main {
    padding: 24px;
  }

/* 响应式（max-width: 768px）：.detail-layout { */
  .detail-layout {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 768px）：.detail-main、.detail-sidebar { */
  .detail-main,
  .detail-sidebar {
    min-width: 0;
  }

/* 响应式（max-width: 768px）：.detail-sidebar { */
  .detail-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
  }

/* 响应式（max-width: 768px）：.detail-sidebar .sidebar-card { */
  .detail-sidebar .sidebar-card {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

/* 响应式（max-width: 768px）：.service-process-grid { */
  .service-process-grid,
  .service-process-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }

/* 响应式（max-width: 768px）：.news-card-body { */
  .news-card-body {
    padding: 16px;
  }

/* 响应式（max-width: 768px）：.filter-tabs { */
  .filter-tabs {
    gap: 8px;
  }

/* 响应式（max-width: 768px）：.filter-tab { */
  .filter-tab {
    padding: 6px 14px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.footer-grid { */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

/* 响应式（max-width: 768px）：.footer-brand */
  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

/* 响应式（max-width: 768px）：.footer-bottom { */
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

/* 响应式（max-width: 768px）：.footer-legal { */
  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

/* 响应式（max-width: 768px）：.map-container { */
  .map-container {
    height: 320px;
  }

/* 响应式（max-width: 768px）：.cta-section { */
  .cta-section {
    padding: 32px 0;
  }

/* 响应式（max-width: 768px）：.cta-section .section-title { */
  .cta-section .section-title {
    font-size: 1.25rem;
  }

/* 响应式（max-width: 768px）：.cta-section .section-subtitle { */
  .cta-section .section-subtitle {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }

/* 响应式（max-width: 768px）：.cta-section .btn { */
  .cta-section .btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.chat-widget { */
  .chat-widget {
    right: 16px;
    bottom: 16px;
  }

/* 响应式（max-width: 768px）：.chat-panel { */
  .chat-panel {
    width: calc(100vw - 32px);
  }

/* 响应式（max-width: 768px）：.back-top { */
  .back-top {
    right: 24px;
    bottom: 80px;
  }

/* 响应式（max-width: 768px）：.data-table { */
  .data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

/* 响应式（max-width: 768px）：.experts-hero { */
  .experts-hero {
    min-height: 360px;
    padding: 64px 0 80px;
    background-position: center center;
    background-size: cover;
  }

/* 响应式（max-width: 768px）：.experts-hero-title { */
  .experts-hero-title {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }

/* 响应式（max-width: 768px）：.experts-hero-subtitle { */
  .experts-hero-subtitle {
    font-size: 0.75rem;
  }

/* 响应式（max-width: 768px）：.experts-hero-desc { */
  .experts-hero-desc {
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.experts-hero-actions { */
  .experts-hero-actions {
    flex-direction: row;
    gap: 0;
  }

/* 响应式（max-width: 768px）：.experts-hero-actions .btn-hero-primary */
  .experts-hero-actions .btn-hero-primary,
  .experts-hero-actions .btn-hero-secondary {
    padding: 10px 22px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 768px）：.expert-filter { */
  .expert-filter {
    gap: 8px;
  }

/* 响应式（max-width: 768px）：.expert-filter .filter-tab { */
  .expert-filter .filter-tab {
    padding: 5px 12px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：.expert-grid */
  .expert-grid,
  .home-expert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

/* 响应式（max-width: 768px）：.expert-card .expert-info { */
  .expert-card .expert-info {
    padding: 12px;
  }

/* 响应式（max-width: 768px）：.expert-card .expert-header h3 { */
  .expert-card .expert-header h3 {
    font-size: 0.9375rem;
  }

/* 响应式（max-width: 768px）：.expert-card .expert-title { */
  .expert-card .expert-title {
    font-size: 0.75rem;
  }

/* 响应式（max-width: 768px）：.expert-card .expert-meta li */
  .expert-card .expert-meta li,
  .expert-card .expert-summary,
  .expert-card .expert-link {
    font-size: 0.75rem;
  }

/* 响应式（max-width: 768px）：.home-expert-grid .expert-card .expert-header h3 { */
  .home-expert-grid .expert-card .expert-header h3 {
    font-size: 1rem;
  }

/* 响应式（max-width: 768px）：.home-expert-grid .expert-card .expert-title { */
  .home-expert-grid .expert-card .expert-title {
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：.home-expert-grid .expert-card .expert-meta li */
  .home-expert-grid .expert-card .expert-meta li,
  .home-expert-grid .expert-card .expert-summary,
  .home-expert-grid .expert-card .expert-link {
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：.expert-actions { */
  .expert-actions .btn {
    padding: 8px 16px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 768px）：.chain-hero { */
  .chain-hero {
    aspect-ratio: 16 / 9;
    min-height: auto;
    align-items: center;
  }

/* 响应式（max-width: 768px）：.chain-hero-bg { */
  .chain-hero-bg {
    background-position: center center;
    background-size: cover;
    opacity: 0.45;
  }

/* 响应式（max-width: 768px）：.chain-hero-inner { */
  .chain-hero-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

/* 响应式（max-width: 768px）：.chain-hero-text { */
  .chain-hero-text {
    max-width: 100%;
  }

/* 响应式（max-width: 768px）：.chain-hero-text h1 { */
  .chain-hero-text h1 {
    font-size: 2rem;
  }

/* 响应式（max-width: 768px）：.chain-hero-map { */
  .chain-hero-map {
    max-width: 100%;
  }

/* 响应式（max-width: 768px）：.chain-stats-list { */
  .chain-stats-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

/* 响应式（max-width: 768px）：.chain-stat-item { */
  .chain-stat-item {
    justify-content: flex-start;
  }

/* 响应式（max-width: 768px）：.branch-grid { */
  .branch-grid {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 768px）：.branch-card-h { */
  .branch-card-h {
    flex-direction: column;
  }

/* 响应式（max-width: 768px）：.branch-card-media { */
  .branch-card-media {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

/* 响应式（max-width: 768px）：.branch-card-media img { */
  .branch-card-media img {
    height: 100%;
  }

/* 响应式（max-width: 768px）：.branch-card-body { */
  .branch-card-body {
    padding: 18px;
  }
}

@media (max-width: 480px) {
/* 响应式（max-width: 480px）：.footer-title { */
  .footer-title {
    font-size: 1rem;
  }

/* 响应式（max-width: 480px）：.footer-phone { */
  .footer-phone {
    font-size: 1rem;
  }

/* 响应式（max-width: 480px）：.footer-legal { */
  .footer-legal {
    gap: 12px;
  }

/* 响应式（max-width: 480px）：.hero-title { */
  .hero-title {
    font-size: 1.75rem;
  }

/* 响应式（max-width: 480px）：.logo-mark { */
  .logo-mark {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

/* 响应式（max-width: 480px）：.logo-name { */
  .logo-name {
    font-size: 0.8rem;
  }

/* 响应式（max-width: 480px）：.btn { */
  .btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

/* 响应式（max-width: 480px）：.expert-grid */
  .expert-grid,
  .home-expert-grid {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 480px）：.service-process-grid { */
  .service-process-grid,
  .service-process-grid.cols-4 {
    grid-template-columns: 1fr;
  }

/* 响应式（max-width: 480px）：诊疗项目优势区块 { */
  .service-features {
    margin-bottom: 32px;
    border-radius: var(--radius);
  }

/* 响应式（max-width: 480px）：诊疗项目优势项 { */
  .service-feature-item {
    padding: 22px 18px;
  }

/* 响应式（max-width: 480px）：诊疗项目优势图标 { */
  .service-feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

/* 响应式（max-width: 480px）：诊疗项目优势标题 { */
  .service-feature-title {
    font-size: 1rem;
  }

/* 响应式（max-width: 480px）：诊疗项目优势描述 { */
  .service-feature-desc {
    font-size: 0.75rem;
  }

/* 响应式（max-width: 480px）：.chain-btn-group { */
  .chain-btn-group {
    gap: 8px;
    margin-top: 10px;
  }

/* 响应式（max-width: 480px）：.chain-booking-btn { */
  .chain-booking-btn {
    padding: 10px 18px;
    font-size: 0.75rem;
  }

/* 响应式（max-width: 480px）：.chain-booking-btn svg { */
  .chain-booking-btn svg {
    width: 16px;
    height: 16px;
  }

/* 响应式（max-width: 480px）：通用按钮尺寸进一步缩小 { */
  .btn {
    padding: 8px 18px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 480px）：专家团队卡片操作区按钮 { */
  .expert-actions .btn {
    padding: 6px 12px;
    font-size: 0.75rem;
  }

/* 响应式（max-width: 480px）：专家团队首页行动按钮 { */
  .experts-hero-actions .btn-hero-primary,
  .experts-hero-actions .btn-hero-secondary {
    padding: 8px 18px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 480px）：CTA 按钮与浅色边框按钮 { */
  .btn-cta,
  .btn-outline-light {
    padding: 8px 20px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 480px）：诊疗项目卡片按钮 { */
  .service-card-btn {
    padding: 5px 12px;
    font-size: 0.75rem;
  }

/* 响应式（max-width: 480px）：筛选标签按钮 { */
  .filter-tab,
  .expert-filter .filter-tab {
    padding: 5px 14px;
    font-size: 0.8125rem;
  }

/* 响应式（max-width: 480px）：预约表单提交按钮 { */
  .booking-form-submit {
    padding: 8px 28px;
    font-size: 0.875rem;
  }
}
