  /* ========== 服务页面专属样式 ========== */
  /* Banner服务标签 */
  .banner-service-tags {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
  }

  .banner-service-tag {
    padding: 6px 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    font-size: var(--font-size-16);
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
  }

  /* ========== 服务快速导航 ========== */
  .service-quicknav {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: -36px;
    position: relative;
    z-index: 20;
    padding: 0 24px;
    flex-wrap: wrap;
  }

  .service-quicknav-inner {
    display: flex;
    background: #fff;
    border-radius: 50px;
    box-shadow: var(--shadow-lg);
    padding: 6px;
    border: 1px solid rgba(26, 148, 68, 0.06);
  }

  .service-quicknav a {
    padding: 12px 28px;
    font-size: var(--font-size-16);
    font-weight: 500;
    color: var(--text-body);
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .service-quicknav a:hover { color: var(--brand-green); }

  .service-quicknav a.active {
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-mid));
    color: #fff;
    box-shadow: 0 4px 12px rgba(26, 148, 68, 0.25);
  }

  .service-quicknav-num {
    font-family: var(--font-family-number);
    font-size: var(--font-size-16);
    font-weight: 500;
    opacity: 0.7;
  }

  /* ========== IPM品牌服务路径（治虫-控虫-管虫） ========== */
  .philosophy-strip {
    padding: 88px 0 76px;
    background:
      radial-gradient(circle at 10% 0%, rgba(45,184,90,0.09), transparent 30%),
      linear-gradient(180deg, #f8fcf9 0%, #ffffff 100%);
    overflow: hidden;
  }

  .philosophy-strip .section-header { margin-bottom: 38px; }

  .philosophy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--brand-green);
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
  }

  .philosophy-eyebrow::before,
  .philosophy-eyebrow::after {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--brand-green);
    opacity: 0.55;
  }

  .philosophy-shell {
    margin: 0 auto;
    border-radius: 28px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(26,148,68,0.12);
    box-shadow: 0 28px 70px rgba(8,82,36,0.13);
  }

  .philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.14);
  }

  .philosophy-grid::before {
    content: 'IPM';
    position: absolute;
    right: 20px;
    bottom: -46px;
    color: rgba(255,255,255,0.035);
    font: 500 var(--font-size-180)/1 var(--font-family-number);
    letter-spacing: -12px;
    pointer-events: none;
  }

  .philosophy-card {
    min-height: 330px;
    padding: 42px 38px 36px;
    position: relative;
    color: #fff;
    background: linear-gradient(145deg, #0d7235 0%, #095426 100%);
    transition: transform 0.35s ease, background 0.35s ease;
  }

  .philosophy-card:nth-child(2) {
    background: linear-gradient(145deg, #11813d 0%, #09602b 100%);
  }

  .philosophy-card:nth-child(3) {
    background: linear-gradient(145deg, #199447 0%, #0b6c31 100%);
  }

  .philosophy-card:hover {
    transform: translateY(-4px);
    background: linear-gradient(145deg, #22a852 0%, #0b6b31 100%);
    z-index: 2;
  }

  .philosophy-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 12%, rgba(255,255,255,0.12), transparent 28%);
    pointer-events: none;
  }

  .philosophy-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 52px;
    width: 24px;
    height: 24px;
    background: #fff;
    clip-path: polygon(0 0, 42% 0, 100% 50%, 42% 100%, 0 100%, 58% 50%);
    opacity: 0.9;
    z-index: 3;
  }

  .philosophy-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
  }

  .philosophy-step {
    color: var(--gold-light);
    font: 500 var(--font-size-16)/1.2 var(--font-family-number);
    letter-spacing: 1.5px;
  }

  .philosophy-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.26);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.08);
  }

  .philosophy-icon svg { width: 21px; height: 21px; }

  .philosophy-title-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }

  .philosophy-title {
    font-size: var(--font-size-38);
    line-height: 1;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
    margin: 0;
  }

  .philosophy-title-en {
    padding-bottom: 3px;
    color: rgba(255,255,255,0.48);
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .philosophy-lead {
    margin-bottom: 10px;
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
  }

  .philosophy-desc {
    max-width: 250px;
    font-size: var(--font-size-16);
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
    position: relative;
    z-index: 1;
  }

  .philosophy-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    color: #718277;
    font-size: var(--font-size-16);
    letter-spacing: 1px;
  }

  .philosophy-foot::before,
  .philosophy-foot::after {
    content: '';
    width: 54px;
    height: 1px;
    background: rgba(26,148,68,0.22);
  }

  /* ========== 通用服务版块 ========== */
  .service-section {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
  }

  .service-section.alt {
    background: var(--bg-light);
  }

  .service-section.hero-dark {
    background: linear-gradient(135deg, var(--brand-green-deep) 0%, var(--brand-green-dark) 60%, var(--brand-green) 100%);
    color: #fff;
    padding: 104px 0;
  }

  .service-section.hero-dark::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200,150,62,0.08) 0%, transparent 65%);
    border-radius: 50%;
  }

  .service-section.hero-dark::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 65%);
    border-radius: 50%;
  }

  .service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .service-grid.reverse { direction: rtl; }
  .service-grid.reverse > * { direction: ltr; }

  /* 服务编号大字 */
  .service-num {
    font-size: var(--font-size-160);
    font-weight: 500;
    font-family: var(--font-family-number);
    line-height: 1;
    letter-spacing: -4px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-mid));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.12;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 0;
  }

  .service-section.hero-dark .service-num {
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.5;
  }

  .service-content { position: relative; z-index: 1; }

  .service-section.hero-dark .service-tag { color: var(--gold-light); }
  .service-section.hero-dark .service-tag::before { background: linear-gradient(90deg, transparent, var(--gold-light)); }
  .service-section.hero-dark .service-tag::after { background: linear-gradient(90deg, var(--gold-light), transparent); }

  .service-section.hero-dark .service-title { color: #fff; }
  .service-section.hero-dark .service-desc { color: rgba(255,255,255,0.7); }

  .service-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: var(--font-size-16);
    color: var(--brand-green);
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .service-tag::before,
  .service-tag::after {
    content: '';
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand-green));
  }

  .service-tag::after {
    background: linear-gradient(90deg, var(--brand-green), transparent);
  }

  .service-title {
    font-size: var(--font-size-36);
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .service-title-en {
    font-size: var(--font-size-16);
    color: var(--text-faint);
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
  }

  .service-content.fade-left .service-title,.service-content.fade-left .service-title-en,.service-content.fade-left .service-title-en{text-align:right;}
  .service-content.fade-right .service-num{right:-10px;left:auto;}

  .service-section.hero-dark .service-title-en { color: rgba(255,255,255,0.4); }

  .service-desc {
    font-size: var(--font-size-16);
    color: var(--text-body);
    line-height: 2;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
  }

  /* 子服务标签 */
  .service-subtags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
  }

  .service-subtag {
    padding: 8px 18px;
    background: var(--brand-green-pale);
    color: var(--brand-green-dark);
    font-size: var(--font-size-16);
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid rgba(26, 148, 68, 0.08);
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
  }

  .service-subtag:hover {
    background: var(--brand-green);
    color: #fff;
    border-color: var(--brand-green);
    transform: translateY(-2px);
  }

  .service-section.hero-dark .service-subtag {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.12);
  }

  .service-section.hero-dark .service-subtag:hover {
    background: var(--gold);
    color: var(--brand-green-deep);
    border-color: var(--gold);
  }

  /* 服务亮点 */
  .service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--bg-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-soft);
    transition: all 0.3s ease;
  }

  .service-feature:hover {
    border-color: rgba(26, 148, 68, 0.15);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
  }

  .service-section.hero-dark .service-feature {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.08);
  }

  .service-section.hero-dark .service-feature:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(200,150,62,0.3);
  }

  .service-feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-mid));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .service-section.hero-dark .service-feature-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--brand-green-deep);
  }

  .service-feature-icon svg { width: 18px; height: 18px; }

  .service-feature-text h5 {
    font-size: var(--font-size-16);
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 3px;
  }

  .service-section.hero-dark .service-feature-text h5 { color: #fff; }

  .service-feature-text p {
    font-size: var(--font-size-16);
    color: var(--text-muted);
    line-height: 1.6;
  }

  .service-section.hero-dark .service-feature-text p { color: rgba(255,255,255,0.6); }

  /* 服务视觉区域 */
  .service-visual {
    position: relative;
    width: 100%;
    height: 400px;
    aspect-ratio: auto;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 服务1视觉：虫害综合防制 - 图片六宫格 */
  .svc-pest {
    aspect-ratio: 3/2;
    overflow: visible;
    border-radius: 0;
  }

  .svc-pest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
  }

  .pest-target {
    aspect-ratio: 1;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #0a5224;
    box-shadow: 0 8px 24px rgba(3, 44, 19, 0.18);
    isolation: isolate;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .pest-target:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(3, 44, 19, 0.28);
  }

  .pest-target img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .pest-target:hover img { transform: scale(1.06); }

  .pest-target::after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(4,47,21,0.82) 100%);
    pointer-events: none;
  }

  .pest-target-name {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 1px;
  }

  .pest-target-name::after {
    content: '＋';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #fff;
    font-size: var(--font-size-16);
    line-height: 1;
  }

  /* 服务2视觉：公共卫生应急品牌指挥舱 */
  .emergency-visual {
    height: auto;
    display: block;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .emergency-image-stage {
    position: relative;
    height: 286px;
    overflow: hidden;
    border-radius: 14px;
    background: #062d19;
    border: 1px solid rgba(43,184,91,0.26);
    box-shadow: 0 22px 52px rgba(5,45,22,0.24);
    isolation: isolate;
  }

  .emergency-image-stage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 61%;
    display: block;
  }

  .emergency-image-stage::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(circle at 76% 34%, rgba(113, 220, 119, 0.04) 0 20%, transparent 44%),
      linear-gradient(90deg, rgba(3,35,18,0.91) 0%, rgba(3,35,18,0.40) 42%, rgba(3,35,18,0.08) 74%),
      linear-gradient(0deg, rgba(3,35,18,0.44) 0%, rgba(3,35,18,0.10) 58%, rgba(3,35,18,0.28) 100%);
    pointer-events: none;
  }

  .emergency-image-stage::after {
    content: '';
    position: absolute;
    inset: 12px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 9px;
    background:
      linear-gradient(#8ddf77, #8ddf77) left top / 38px 2px no-repeat,
      linear-gradient(#8ddf77, #8ddf77) left top / 2px 38px no-repeat,
      linear-gradient(#8ddf77, #8ddf77) right bottom / 38px 2px no-repeat,
      linear-gradient(#8ddf77, #8ddf77) right bottom / 2px 38px no-repeat;
    opacity: 0.8;
    pointer-events: none;
  }

  .emergency-gridline {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
      linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
    pointer-events: none;
  }

  .emergency-badge {
    position: absolute;
    z-index: 4;
    top: 26px;
    right: 26px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f24b4d, #cb1f2d);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255,255,255,0.14);
    outline: 1px solid rgba(255,255,255,0.42);
    outline-offset: 5px;
    box-shadow: 0 14px 30px rgba(201,31,45,0.38);
  }

  .emergency-badge svg { width: 20px; height: 20px; margin-bottom: 1px; }
  .emergency-badge strong { font-size: var(--font-size-20); line-height: 1.05; letter-spacing: 0; }
  .emergency-badge small { font-size: var(--font-size-16); opacity: 0.9; }

  .emergency-copy {
    position: absolute;
    z-index: 4;
    top: 36px;
    left: 34px;
    color: #fff;
  }

  .emergency-copy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9ce689;
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 2px;
  }

  .emergency-copy span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9ce689;
    box-shadow: 0 0 0 5px rgba(156,230,137,0.14), 0 0 16px rgba(156,230,137,0.8);
  }

  .emergency-copy strong {
    display: block;
    margin-top: 13px;
    max-width: 270px;
    font-size: var(--font-size-28);
    line-height: 1.32;
    letter-spacing: 2px;
    text-shadow: 0 3px 18px rgba(0,0,0,0.26);
  }

  .emergency-list {
    position: relative;
    margin-top: 16px;
    padding: 17px 18px 18px;
    border: 1px solid rgba(13,111,49,0.13);
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #f5faf6);
    box-shadow: 0 12px 32px rgba(16,72,37,0.09);
  }

  .emergency-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    width: 44px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #149444;
  }

  .emergency-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 13px;
  }

  .emergency-list-head strong { color: #123d24; font-size: var(--font-size-16); letter-spacing: 1px; }
  .emergency-list-head span { color: #899a8f; font-size: var(--font-size-16); letter-spacing: .5px; }

  .emergency-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .emergency-item {
    min-height: 82px;
    padding: 11px 12px 10px;
    border: 1px solid #e1ebe4;
    border-radius: 10px;
    background: #fff;
    color: #173c25;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  }

  .emergency-item:hover {
    transform: translateY(-3px);
    border-color: rgba(41,157,76,.34);
    box-shadow: 0 10px 22px rgba(16,91,43,.09);
  }

  .emergency-item-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }

  .emergency-item-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #0b7837;
    background: #e4f6e8;
  }

  .emergency-item-icon svg { width: 19px; height: 19px; }
  .emergency-item-no { color: #b6c6bc; font: 500 var(--font-size-16)/1 var(--font-family-number); letter-spacing: 1px; }
  .emergency-item strong { display: block; color: #153d25; font-size: var(--font-size-16); line-height: 1.2; letter-spacing: .7px; }
  .emergency-item small { display: block; margin-top: 4px; color: #89988f; font-size: var(--font-size-16); font-weight: 400; letter-spacing: .4px; }

  /* 服务3视觉：纯净成果图 + 图下品牌流程卡 */
  .healthycity-visual {
    height: auto;
    display: block;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .healthycity-image {
    position: relative;
    height: 286px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(13,115,51,0.12);
    box-shadow: 0 20px 46px rgba(22,86,45,0.16);
  }

  .healthycity-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    display: block;
    transition: transform .7s ease;
  }

  .healthycity-visual:hover .healthycity-image > img { transform: scale(1.018); }

  .healthycity-badge,
  .support-service-badge {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 27px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.66);
    outline: 1px solid rgba(255,255,255,.4);
    outline-offset: 6px;
  }

  .healthycity-badge {
    background: linear-gradient(145deg, #21a44e, #087136);
    box-shadow: 0 0 0 10px rgba(255,255,255,.19), 0 14px 30px rgba(8,102,46,.28);
  }

  .healthycity-badge svg,
  .support-service-badge svg { width: 25px; height: 25px; margin-bottom: 4px; }
  .healthycity-badge strong,
  .support-service-badge strong { font-size: var(--font-size-16); line-height: 1.1; letter-spacing: 1px; }
  .healthycity-badge small,
  .support-service-badge small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: var(--font-size-16); letter-spacing: .4px; }

  .healthycity-panel {
    position: relative;
    margin-top: 16px;
    padding: 18px 20px 17px;
    border: 1px solid rgba(14,119,52,0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(19,78,40,0.09);
  }

  .healthycity-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #149444;
  }

  .healthycity-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .healthycity-panel-head strong { color: #083f20; font-size: var(--font-size-16); letter-spacing: 1px; }
  .healthycity-panel-head span { color: #8a9b90; font-size: var(--font-size-16); letter-spacing: .5px; }

  .healthy-path {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    counter-reset: healthy-step;
  }

  .healthy-step {
    position: relative;
    min-width: 0;
    padding: 7px 12px 5px;
    color: #5e7666;
    counter-increment: healthy-step;
  }

  .healthy-step:not(:first-child) { border-left: 1px solid #e4ede7; }

  .healthy-step::before {
    content: '0' counter(healthy-step);
    position: absolute;
    top: 8px;
    right: 10px;
    color: #b7c9bd;
    font: 500 var(--font-size-16)/1 var(--font-family-number);
    letter-spacing: .5px;
  }

  .healthy-step:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 2;
    right: -5px;
    top: 20px;
    width: 10px;
    height: 18px;
    color: #8fc09d;
    background: #fff;
    font: 400 var(--font-size-18)/var(--font-size-18) var(--font-family-number);
    text-align: center;
  }

  .healthy-step-icon {
    width: 32px;
    height: 32px;
    margin: 0 0 10px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #158744;
    background: #edf8f0;
  }

  .healthy-step-icon svg { width: 17px; height: 17px; }
  .healthy-step b { display: block; color: #173d26; font-size: var(--font-size-16); line-height: 1.3; }
  .healthy-step small { display: block; margin-top: 4px; color: #93a298; font-size: var(--font-size-16); line-height: 1.3; }

  .healthy-step:last-child {
    margin: -4px 0 -4px 7px;
    padding: 11px 12px 9px;
    border: 0;
    border-radius: 10px;
    color: rgba(255,255,255,0.72);
    background: linear-gradient(145deg, #128642, #07672f);
    box-shadow: 0 8px 18px rgba(9,111,49,0.18);
  }

  .healthy-step:last-child::before { top: 12px; color: rgba(255,255,255,0.48); }
  .healthy-step:last-child .healthy-step-icon { color: #8d6516; background: #f5dda0; }
  .healthy-step:last-child b { color: #fff; }
  .healthy-step:last-child small { color: rgba(255,255,255,0.65); }

  /* 服务4视觉：净化脉冲主视觉 + 治理闭环 */
  .air-visual {
    height: auto;
    display: block;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .air-image-stage {
    position: relative;
    height: 286px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(45,161,174,0.18);
    background: #eaf8f8;
    box-shadow: 0 20px 48px rgba(35,114,123,0.16);
    isolation: isolate;
  }

  .air-image-stage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 76%;
    display: block;
    transition: transform .7s ease;
  }

  .air-visual:hover .air-image-stage > img { transform: scale(1.018); }

  .air-image-stage::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(circle at 75% 48%, rgba(94,231,222,0.34), transparent 17%),
      linear-gradient(90deg, transparent 42%, rgba(226,251,250,0.16) 62%, rgba(222,250,249,0.62) 100%);
    pointer-events: none;
  }

  .air-image-stage::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 32px;
    top: 60px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(42,189,190,0.23);
    border-radius: 50%;
    box-shadow:
      0 0 0 22px rgba(67,202,199,0.06),
      0 0 0 45px rgba(67,202,199,0.045),
      inset 0 0 42px rgba(68,211,204,0.11);
    transform: rotate(-8deg);
    pointer-events: none;
  }

  .air-streams {
    position: absolute;
    z-index: 3;
    left: 37%;
    right: 7%;
    top: 57px;
    height: 112px;
    pointer-events: none;
  }

  .air-streams i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 44px;
    border-top: 2px solid rgba(31,173,181,0.56);
    border-radius: 50%;
    filter: drop-shadow(0 0 5px rgba(68,208,207,0.28));
  }

  .air-streams i:nth-child(1) { top: 4px; transform: rotate(-4deg); }
  .air-streams i:nth-child(2) { top: 36px; left: 7%; width: 90%; transform: rotate(2deg); opacity: .72; }
  .air-streams i:nth-child(3) { top: 70px; left: 15%; width: 77%; transform: rotate(7deg); opacity: .48; }

  .air-streams span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #35bfc1;
    box-shadow: 46px 22px 0 rgba(53,191,193,.72), 95px -8px 0 rgba(53,191,193,.48), 151px 31px 0 rgba(53,191,193,.32);
  }

  .air-streams span:nth-of-type(1) { left: 5%; top: 21px; }
  .air-streams span:nth-of-type(2) { left: 31%; top: 67px; transform: scale(.7); opacity: .58; }

  .air-pulse {
    position: absolute;
    z-index: 4;
    right: 47px;
    top: 75px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, rgba(19,152,166,.94), rgba(9,112,137,.96));
    border: 1px solid rgba(255,255,255,.66);
    box-shadow: 0 0 0 9px rgba(255,255,255,.32), 0 14px 32px rgba(17,114,129,.26);
  }

  .air-pulse svg { width: 27px; height: 27px; margin-bottom: 5px; }
  .air-pulse strong { font-size: var(--font-size-16); letter-spacing: 1px; }
  .air-pulse small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: var(--font-size-16); }

  .air-dashboard {
    position: relative;
    margin-top: 16px;
    padding: 17px 20px 18px;
    border-radius: 14px;
    color: #fff;
    background:
      radial-gradient(circle at 10% 0, rgba(107,232,218,.22), transparent 30%),
      linear-gradient(135deg, #087f91 0%, #0b8f83 58%, #087342 100%);
    box-shadow: 0 14px 34px rgba(9,112,119,.19);
    overflow: hidden;
  }

  .air-dashboard-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .air-dashboard-head strong { font-size: var(--font-size-16); letter-spacing: 1px; }
  .air-dashboard-head span { color: rgba(255,255,255,.62); font-size: var(--font-size-16); }

  .air-process {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
  }

  .air-process-step {
    position: relative;
    min-width: 0;
    padding: 10px 10px 9px 42px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 9px;
    background: rgba(255,255,255,.08);
  }

  .air-process-step:not(:last-child)::after {
    content: '›';
    position: absolute;
    z-index: 2;
    right: -8px;
    top: 17px;
    color: rgba(255,255,255,.7);
    font: var(--font-size-20)/1 var(--font-family-number);
  }

  .air-process-step b {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #086e7e;
    background: #baf0e8;
    font: 500 var(--font-size-16)/1 var(--font-family-number);
  }

  .air-process-step strong { display: block; font-size: var(--font-size-16); letter-spacing: .4px; }
  .air-process-step small { display: block; margin-top: 3px; color: rgba(255,255,255,.57); font-size: var(--font-size-16); line-height: 1.2; }
  .air-process-step:last-child { border-color: rgba(255,226,150,.42); background: rgba(255,230,157,.13); }
  .air-process-step:last-child b { color: #805b10; background: #f7d98b; }

  /* 服务5视觉：药械产品与培训双服务目录 */
  .service-title-cn { color: #789083; letter-spacing: 1px; text-transform: none; }

  .support-visual {
    height: auto;
    display: block;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .support-image-stage {
    position: relative;
    height: 286px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(10,91,42,0.15);
    box-shadow: 0 20px 48px rgba(8,63,30,0.17);
  }

  .support-image-stage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
    display: block;
    transition: transform .7s ease;
  }

  .support-visual:hover .support-image-stage > img { transform: scale(1.018); }

  .support-service-badge {
    background: linear-gradient(145deg, #d6aa45, #ad791b);
    box-shadow: 0 0 0 10px rgba(255,255,255,.17), 0 14px 30px rgba(101,68,10,.28);
  }

  .support-service-badge svg { color: #fff8df; }

  .support-catalog {
    position: relative;
    margin-top: 16px;
    padding: 17px 18px 18px;
    border-radius: 14px;
    border: 1px solid rgba(13,111,49,0.13);
    background: linear-gradient(135deg, #ffffff, #f5faf6);
    box-shadow: 0 12px 32px rgba(16,72,37,0.09);
  }

  .support-catalog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    width: 44px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #149444;
  }

  .support-catalog-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
  .support-catalog-head { color: #123d24; font-size: var(--font-size-16); font-weight: 500; letter-spacing: 1px; }

  .support-hotline { display: flex; align-items: center; gap: 9px; color: #7b5a14; }
  .support-hotline::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #d1a13a; box-shadow: 0 0 0 4px rgba(209,161,58,.12); }
  .support-hotline small { font-size: var(--font-size-16); color: #9a8a68; }
  .support-hotline strong { margin-left: 3px; color: #875e0c; font-size: var(--font-size-16); letter-spacing: .6px; }

  .support-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .support-option {
    position: relative;
    min-width: 0;
    padding: 12px 13px 11px 49px;
    border: 1px solid #e1ebe4;
    border-radius: 10px;
    background: #fff;
  }

  .support-option-icon { position: absolute; left: 12px; top: 12px; width: 29px; height: 29px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(145deg, #1ba34b, #087437); }
  .support-option-icon svg { width: 17px; height: 17px; }
  .support-option:nth-child(2) .support-option-icon { color: #694a0a; background: #f0ce77; }
  .support-option strong { display: block; color: #143b24; font-size: var(--font-size-16); letter-spacing: .5px; }
  .support-option p { margin: 5px 0 0; color: #829087; font-size: var(--font-size-16); line-height: 1.45; }
  .support-option-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 7px; }
  .support-option-tags i { padding: 3px 6px; border-radius: 4px; background: #edf7f0; color: #397450; font-size: var(--font-size-16); font-style: normal; }
  .support-option:nth-child(2) .support-option-tags i { background: #faf5e7; color: #866b2c; }

  /* ========== 服务流程条 ========== */
  .process-strip {
    position: relative;
    padding: 112px 0 122px;
    overflow: hidden;
    background:
      radial-gradient(circle at 7% 20%, rgba(69, 205, 102, .13), transparent 25%),
      radial-gradient(circle at 93% 82%, rgba(184, 231, 54, .12), transparent 25%),
      linear-gradient(180deg, #f1fbf4 0%, #fbfefc 100%);
  }

  .process-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .36;
    pointer-events: none;
    background-image: radial-gradient(rgba(15, 125, 55, .22) .7px, transparent .7px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, #000, transparent 32%, transparent 68%, #000);
  }

  .process-strip .page-content { position: relative; z-index: 1; }

  .process-heading { margin-bottom: 46px; }

  .process-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #13823b;
    font-size: var(--font-size-16);
    font-weight: 500;
    letter-spacing: 2.7px;
  }

  .process-kicker::before {
    content: '';
    width: 28px;
    height: 2px;
    background: #8edb32;
  }

  .process-heading .section-title { font-size: clamp(var(--font-size-28), 3vw, var(--font-size-42)); letter-spacing: 1px; }
  .process-heading .section-title em { color: #159342; font-style: normal; }

  .process-shell {
    position: relative;
    padding: 52px 42px 42px;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, #07542a 0%, #087638 50%, #109546 100%);
    box-shadow: 0 30px 75px rgba(4, 83, 37, .22);
  }

  /* .process-shell::before {
    content: 'STANDARD SERVICE';
    position: absolute;
    right: -10px;
    top: -26px;
    color: rgba(255,255,255,.045);
    font: 500 clamp(var(--font-size-56), 7vw, var(--font-size-112))/1 var(--font-family-number);
    letter-spacing: -4px;
    white-space: nowrap;
  } */

  .process-shell-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 44px;
  }

  .process-shell-top strong { display: block; color: #fff; font-size: var(--font-size-18); letter-spacing: .7px; }
  .process-shell-top span { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font-size: var(--font-size-16); letter-spacing: 1px; }

  .process-loop-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 9px 15px 9px 10px;
    border: 1px solid rgba(208, 241, 105, .28);
    border-radius: 30px;
    color: #e4f7a2;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
    font-size: var(--font-size-16);
    font-weight: 500;
  }

  .process-loop-badge i {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #145e2f;
    background: #c9ee52;
    font-style: normal;
    font-size: var(--font-size-16);
  }

  .process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    position: relative;
    z-index: 2;
  }

  .process-track,
  .process-track-fill {
    position: absolute;
    left: 7.5%;
    right: 7.5%;
    top: 38px;
    height: 2px;
    border-radius: 2px;
  }

  .process-track { background: rgba(255,255,255,.18); }
  .process-track-fill {
    right: auto;
    width: 0;
    background: linear-gradient(90deg, #a9e63f, #dcf57e);
    box-shadow: 0 0 14px rgba(202, 241, 91, .6);
    transition: width 1.8s cubic-bezier(.2,.75,.2,1) .2s;
  }

  .process-shell.is-active .process-track-fill { width: 85%; }

  .process-step {
    --delay: 0s;
    min-width: 0;
    position: relative;
    z-index: 2;
    padding: 0 5px;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease var(--delay), transform .65s cubic-bezier(.2,.75,.2,1) var(--delay);
  }

  .process-step:nth-child(4) { --delay: .10s; }
  .process-step:nth-child(5) { --delay: .20s; }
  .process-step:nth-child(6) { --delay: .30s; }
  .process-step:nth-child(7) { --delay: .40s; }
  .process-step:nth-child(8) { --delay: .50s; }
  .process-step:nth-child(9) { --delay: .60s; }
  .process-shell.is-active .process-step { opacity: 1; transform: translateY(0); }

  .process-dot {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    position: relative;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 23px;
    color: #d7f47b;
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 26px rgba(0, 48, 21, .18);
    backdrop-filter: blur(9px);
    transform: rotate(45deg);
    transition: transform .4s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease;
  }

  .process-dot svg { width: 25px; height: 25px; transform: rotate(-45deg); transition: transform .4s ease; }
  .process-dot b {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border: 3px solid #08763a;
    border-radius: 50%;
    color: #155f30;
    background: #c9ee52;
    font: 500 var(--font-size-16)/1 var(--font-family-number);
    transform: rotate(-45deg);
    font-size: 12px;
  }

  .process-step:hover .process-dot {
    border-color: rgba(218,246,125,.75);
    background: linear-gradient(145deg, rgba(206,239,92,.30), rgba(255,255,255,.09));
    transform: translateY(-7px) rotate(45deg) scale(1.04);
  }
  .process-step:hover .process-dot svg { transform: rotate(-45deg) scale(1.08); }

  .process-card {
    min-height: 150px;
    padding: 22px 16px 18px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    background: rgba(1, 57, 26, .28);
    transition: transform .35s ease, background .35s ease, border-color .35s ease;
  }

  .process-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: #c9ee52;
    transition: height .35s ease;
  }

  .process-step:hover .process-card { transform: translateY(-4px); border-color: rgba(217,246,121,.3); background: rgba(0, 49, 22, .44); }
  .process-step:hover .process-card::after { height: 100%; }

  .process-step-name { color: #fff; font-size: var(--font-size-16); font-weight: 500; letter-spacing: .6px; }
  .process-step-en { margin-top: 4px; color: rgba(213,244,119,.56); font: 500 var(--font-size-16)/1.2 var(--font-family-number); letter-spacing: 1.2px; text-transform: uppercase; }
  .process-step-desc { margin-top: 18px; color: rgba(255,255,255,.62); font-size: var(--font-size-16); line-height: 1.75; }

  .process-step:not(:last-child) .process-card::before {
    content: '›';
    position: absolute;
    right: 8px;
    bottom: 4px;
    color: rgba(206,239,92,.22);
    font: 300 var(--font-size-36)/1 var(--font-family-number);
  }

  .process-proof {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 13px;
    background: rgba(255,255,255,.12);
  }

  .process-proof-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: rgba(255,255,255,.72);
    background: rgba(2, 66, 30, .72);
    font-size: var(--font-size-16);
  }
  .process-proof-item i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #c9ee52; box-shadow: 0 0 0 5px rgba(201,238,82,.10); }
  .process-proof-item b { color: #fff; margin-right: 4px; }

  /* ========== 响应式 ========== */
  @media (max-width: 1024px) {
    .service-grid { grid-template-columns: 1fr; gap: 48px; }
    .service-grid.reverse { direction: ltr; }
    .service-visual { max-width: 620px; height: 400px; margin: 0 auto; }
    .emergency-visual, .healthycity-visual, .air-visual, .support-visual { height: auto; }
    .svc-pest { height: auto; }
    .service-features { grid-template-columns: 1fr; }
    .process-shell { padding: 44px 28px 32px; }
    .process-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }
    .process-track, .process-track-fill { display: none; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .philosophy-card { min-height: 0; }
    .philosophy-card:not(:last-child)::after {
      right: 50%;
      top: auto;
      bottom: -12px;
      transform: translateX(50%) rotate(90deg);
    }
  }

  @media (max-width: 768px) {
    .service-section { padding: 56px 0; }
    .service-section.hero-dark { padding: 64px 0; }
    .service-title { font-size: var(--font-size-26); letter-spacing: 1px; }
    .service-num { font-size: var(--font-size-80); top: -10px; }
    .service-features { grid-template-columns: 1fr; }
    .service-quicknav { margin-top: -28px; }
    .service-quicknav-inner { padding: 4px; flex-wrap: wrap; border-radius: 16px; width: 100%; justify-content: center; gap: 2px; }
    .service-quicknav a { padding: 9px 14px; font-size: var(--font-size-16); }
    .philosophy-strip { padding: 52px 0 40px; }
    .philosophy-strip .section-header { margin-bottom: 26px; }
    .philosophy-shell { border-radius: 20px; }
    .philosophy-grid { border-radius: 14px; }
    .philosophy-card { padding: 30px 26px 28px; }
    .philosophy-topline { margin-bottom: 30px; }
    .philosophy-title { font-size: var(--font-size-32); }
    .philosophy-desc { max-width: none; }
    .process-strip { padding: 76px 0 82px; }
    .process-heading { margin-bottom: 32px; }
    .process-shell { padding: 34px 18px 20px; border-radius: 22px; }
    .process-shell-top { align-items: flex-start; margin-bottom: 32px; }
    .process-loop-badge { padding-right: 10px; }
    .process-loop-badge span { display: none; }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }
    .process-dot { width: 66px; height: 66px; margin-bottom: 17px; border-radius: 19px; }
    .process-card { min-height: 140px; padding: 18px 13px 15px; }
    .process-proof { grid-template-columns: 1fr; }
    .banner-service-tags { margin-top: 20px; }
    .banner-service-tag { font-size: var(--font-size-16); padding: 5px 12px; }
    .svc-pest-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .pest-target-name { left: 10px; right: 10px; bottom: 9px; font-size: var(--font-size-16); }
    .pest-target-name::after { width: 18px; height: 18px; font-size: var(--font-size-16); }
    .service-visual { height: 360px; }
    .emergency-visual { height: auto; }
    .emergency-image-stage { height: 260px; }
    .healthycity-visual { height: auto; }
    .healthycity-image { height: 260px; }
    .healthycity-panel { padding: 16px 14px 15px; }
    .healthycity-panel-head { margin-bottom: 12px; }
    .healthy-step { padding-left: 9px; padding-right: 9px; }
    .healthy-step small { display: none; }
    .air-visual { height: auto; }
    .air-image-stage { height: 260px; }
    .air-dashboard { padding-left: 14px; padding-right: 14px; }
    .air-process-step { padding-left: 37px; padding-right: 7px; }
    .support-visual { height: auto; }
    .support-image-stage { height: 260px; }
    .svc-pest { height: auto; }
  }

  @media (max-width: 480px) {
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-shell-top strong { font-size: var(--font-size-16); }
    .process-shell-top span { font-size: var(--font-size-16); }
    .process-proof-item { padding: 13px 15px; }
    .svc-pest { aspect-ratio: auto; }
    .svc-pest-grid { grid-template-columns: repeat(2, 1fr); }
    .emergency-copy { top: 28px; left: 24px; }
    .emergency-copy span { font-size: var(--font-size-16); letter-spacing: 1.4px; }
    .emergency-copy strong { margin-top: 10px; font-size: var(--font-size-22); }
    .emergency-badge { top: 23px; right: 23px; width: 100px; height: 100px; outline-offset: 3px; }
    .emergency-badge svg { width: 15px; height: 15px; }
    .emergency-badge strong { font-size: var(--font-size-18); }
    .emergency-badge small { font-size: var(--font-size-16); }
    .emergency-visual { height: auto; }
    .emergency-image-stage { height: 210px; }
    .emergency-list { margin-top: 12px; padding: 15px 12px 13px; }
    .emergency-list-head { margin-bottom: 11px; }
    .emergency-list-head span { display: none; }
    .emergency-items { grid-template-columns: 1fr; gap: 7px; }
    .emergency-item { min-height: 72px; padding: 9px 10px 8px; }
    .emergency-item-top { margin-bottom: 7px; }
    .emergency-item-icon { width: 27px; height: 27px; border-radius: 7px; }
    .emergency-item-icon svg { width: 16px; height: 16px; }
    .emergency-item strong { font-size: var(--font-size-16); letter-spacing: .4px; }
    .emergency-item small { font-size: var(--font-size-16); line-height: 1.35; }
    .service-visual { height: 330px; }
    .emergency-visual { height: auto; }
    .svc-pest { height: auto; }
    .healthycity-visual { height: auto; }
    .healthycity-image { height: 210px; }
    .healthycity-badge, .support-service-badge { top: 20px; right: 21px; width: 100px; height: 100px; outline-offset: 4px; }
    .healthycity-badge svg, .support-service-badge svg { width: 20px; height: 20px; margin-bottom: 2px; }
    .healthycity-badge strong, .support-service-badge strong { font-size: var(--font-size-16); }
    .healthycity-badge small, .support-service-badge small { font-size: var(--font-size-16); }
    .healthycity-panel { margin-top: 12px; padding: 15px 12px 13px; }
    .healthycity-panel-head { margin: 0 4px 12px; }
    .healthycity-panel-head span { display: none; }
    .healthy-path { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .healthy-step, .healthy-step:not(:first-child) { min-height: 76px; padding: 10px; border: 1px solid #e5eee8; border-radius: 9px; }
    .healthy-step:not(:last-child)::after { display: none; }
    .healthy-step-icon { width: 29px; height: 29px; margin-bottom: 7px; }
    .healthy-step-icon svg { width: 15px; height: 15px; }
    .healthy-step b { font-size: var(--font-size-16); }
    .healthy-step small { display: none; }
    .healthy-step:last-child { grid-column: 1 / -1; min-height: 66px; margin: 0; padding-left: 52px; }
    .healthy-step:last-child .healthy-step-icon { position: absolute; left: 12px; top: 17px; }
    .air-visual { height: auto; }
    .air-image-stage { height: 210px; }
    .air-pulse { right: 25px; top: 54px; width: 100px; height: 100px; }
    .air-pulse svg { width: 22px; height: 22px; }
    .air-streams { left: 30%; right: 4%; top: 42px; transform: scale(.88); }
    .air-dashboard { margin-top: 12px; padding: 15px 12px 13px; }
    .air-dashboard-head { margin-bottom: 12px; }
    .air-dashboard-head span { display: none; }
    .air-process { grid-template-columns: repeat(2, 1fr); gap: 7px; }
    .air-process-step { min-height: 55px; padding: 10px 8px 9px 42px; }
    .air-process-step:not(:last-child)::after { display: none; }
    .support-visual { height: auto; }
    .support-image-stage { height: 210px; }
    .support-catalog { margin-top: 12px; padding: 15px 12px 13px; }
    .support-catalog-top { align-items: flex-start; margin-bottom: 12px; }
    .support-hotline { display: block; text-align: right; }
    .support-hotline::before { display: none; }
    .support-hotline small, .support-hotline strong { display: block; }
    .support-options { grid-template-columns: 1fr; gap: 7px; }
    .support-option { padding-right: 9px; }
  }

/* ========== 全站字体规范适配 ========== */
.service-title,
.philosophy-title,
.process-heading .section-title {
  font-size: var(--type-section-title);
}

.service-desc,
.philosophy-lead {
  font-size: var(--type-section-subtitle);
}

@media (max-width: 768px) {
  .service-title,
  .philosophy-title,
  .process-heading .section-title {
    font-size: var(--type-section-title-mobile);
  }

  .service-desc,
  .philosophy-lead {
    font-size: var(--type-section-subtitle-mobile);
  }
}

@media (max-width: 480px) {
  .service-title,
  .philosophy-title,
  .process-heading .section-title {
    font-size: var(--type-section-title-small);
  }
}

/* 服务05：药械销售 — 产品矩阵与供应能力 */
.sales-visual,
.training-visual {
  height: auto;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sales-image-stage,
.training-image-stage {
  position: relative;
  height: 286px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--brand-green-light);
  box-shadow: var(--shadow-lg);
}

.sales-image-stage > img,
.training-image-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.sales-image-stage > img { object-position: 50% 56%; }
.training-image-stage > img { object-position: 50% 58%; }
.sales-visual:hover .sales-image-stage > img,
.training-visual:hover .training-image-stage > img { transform: scale(1.018); }

.sales-badge,
.training-badge {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 27px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--bg-white);
  border: 1px solid var(--bg-white);
  outline: 1px solid var(--border-soft);
  outline-offset: 7px;
  box-shadow: var(--shadow-lg);
}

.sales-badge { background: linear-gradient(145deg,var(--brand-green),var(--brand-green-dark)); }
.training-badge { color: var(--brand-green-deep); background: linear-gradient(145deg,var(--gold),var(--gold-light)); }
.sales-badge svg,
.training-badge svg { width: 25px; height: 25px; margin-bottom: 5px; }
.sales-badge strong,
.training-badge strong { font-size: var(--type-body); line-height: 1.15; letter-spacing: .6px; }
.sales-badge small,
.training-badge small { margin-top: 4px; color: inherit; font-size: var(--type-caption); }

.sales-catalog,
.training-map {
  position: relative;
  margin-top: 16px;
  padding: 17px 18px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg,var(--bg-white) 0%,var(--brand-green-pale) 100%);
  box-shadow: var(--shadow-md);
}

.sales-catalog::before,
.training-map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  width: 44px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--brand-green);
}

.training-map::before { background: var(--gold); }
.sales-catalog-top,
.training-map-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.sales-catalog-top > div { display: flex; align-items: baseline; gap: 10px; }
.sales-catalog-top strong,
.training-map-head strong { color: var(--text-dark); font-size: var(--type-body); letter-spacing: .6px; }
.sales-catalog-top span { color: var(--text-muted); font-size: var(--type-caption); }
.sales-catalog-top > small,
.training-map-head span { color: var(--text-muted); font-size: var(--type-caption); letter-spacing: 1.4px; }

.sales-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.sales-product {
  position: relative;
  min-width: 0;
  padding: 13px 9px 11px 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-white);
}
.sales-product b {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: var(--bg-white);
  background: var(--brand-green);
  font-family: var(--font-family-number);
  font-size: var(--type-caption);
}
.sales-product strong { display: block; color: var(--text-dark); font-size: var(--type-body); }
.sales-product span { display: block; margin-top: 4px; color: var(--text-muted); font-size: var(--type-caption); white-space: nowrap; }

/* 服务06：虫害培训 — 能力进阶路径 */
.training-map { border-color: var(--border); background: linear-gradient(135deg,var(--bg-white) 0%,var(--gold-pale) 100%); }
.training-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.training-step {
  position: relative;
  min-width: 0;
  padding: 34px 7px 10px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--bg-white);
}
.training-step:not(:last-child)::after {
  content: '›';
  position: absolute;
  z-index: 2;
  top: 22px;
  right: -7px;
  color: var(--brand-green);
  font-size: var(--font-size-18);
  font-weight: 500;
}
.training-step b {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--brand-green);
  font-family: var(--font-family-number);
  font-size: var(--type-caption);
  letter-spacing: 1px;
}
.training-step strong { display: block; color: var(--text-dark); font-size: var(--type-body); }
.training-step small { display: block; margin-top: 4px; color: var(--text-muted); font-size: var(--type-caption); }

@media (max-width: 1024px) {
  .sales-visual,
  .training-visual { max-width: 620px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .sales-image-stage,
  .training-image-stage { height: 260px; }
}

@media (max-width: 480px) {
  .sales-image-stage,
  .training-image-stage { height: 210px; }
  .sales-badge,
  .training-badge { top: 20px; right: 21px; width: 96px; height: 96px; outline-offset: 4px; }
  .sales-badge svg,
  .training-badge svg { width: 20px; height: 20px; margin-bottom: 2px; }
  .sales-badge small,
  .training-badge small { font-size: var(--type-caption); }
  .sales-catalog,
  .training-map { margin-top: 12px; padding: 15px 12px 13px; }
  .sales-catalog-top span,
  .sales-catalog-top > small,
  .training-map-head span { display: none; }
  .sales-product-grid { grid-template-columns: 1fr; gap: 7px; }
  .sales-product { padding: 11px 8px 10px 44px; }
  .training-steps { grid-template-columns: repeat(2,1fr); }
  .training-step:not(:last-child)::after { display: none; }
}
