/* 国外站 — 服务说明（服务宗旨 + 服务内容） */

.g-service-banner .g-service-banner__desc {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.55;
  max-width: 672.00px;
  margin: -8.00px auto 0;
  padding: 0 16.00px 48px;
}

@media (max-width: 767px) {
  .g-service-banner .g-products-banner__title {
    font-size: clamp(28.00px, 6vw, 48px);
    padding-top: 160px;
  }

  .g-service-banner .g-service-banner__desc {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 32px;
  }
}

.g-service-page .g-main {
  background: #fff;
 
}


:root {
  --g-service-accent: #f5a200;
  --g-service-dark-panel: #3c3f4d;
  --g-service-light-panel: #f5f5f5;
  --g-service-philosophy-bg: #fff;
  --g-service-text: #1a1a1a;
  --g-service-muted: #555;
}

/* ---------- 服务宗旨 ---------- */
.g-service-philosophy {
  background: var(--g-service-philosophy-bg);
  padding: clamp(36px, 6vw, 72.00px) 0;
}

.g-service-philosophy .container {
  
  padding-left: 20px;
  padding-right: 20px;
}

.g-service-philosophy__title {
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(28.00px, 4vw, 40px);
  color: #424558;
  margin: 0 0 32px;
  line-height: 1.2;
}

.g-service-philosophy__lead {
  max-width: 1400px;
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--g-service-muted);
}

/* 布局：Bootstrap .row + row-cols-2 / row-cols-md-5（service.hbs） */
.g-service-philosophy__stats {
  padding-bottom: 4.00px;
  display: flex;
  
}

.g-service-philosophy__stat {
  min-width: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #ddd;
  min-width:240px;
  margin-bottom: 20px;
}
.g-service-philosophy__stat:first-child{
  justify-content: flex-start;
  width: 240px;
}
.g-service-philosophy__stat .content{
  min-width: 0;
  padding: 0;
  display: flex;
  padding-left: 20px;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
 
}
.g-service-philosophy__stat:last-child {
  border-right: none;
}

.g-service-philosophy__value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.40px;
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(24.00px, 3.5vw, 48px);
  color: var(--g-service-accent);
  line-height: 1.15;
  margin-bottom: 1.60px;
}


@media (min-width: 761px) and (max-width: 1236px) {
  .g-service-philosophy__value {
    align-items: center;
  }

  .g-service-philosophy__stat:first-child {
    justify-content: center;
    min-width: 214px;
  }
}

@media (min-width: 768px) {
  .g-service-philosophy__stat:first-child {
    text-align: left;
  }

  .g-service-philosophy__stat:first-child .g-service-philosophy__value {
    align-items: flex-start;
  }

  .g-service-philosophy__stat:last-child {
    text-align: right;
  }

  .g-service-philosophy__stat:last-child .g-service-philosophy__value {
    align-items: flex-end;
  }
}

.g-service-philosophy__value-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: inherit;
  gap: 0.05em;
}

/* 图1：主数字 | 右侧列（上 +、下 Millions，与数字等高、底对齐） */
.g-service-philosophy__value-line--suffix-stack {
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.06em;
}

.g-service-philosophy__value-num-wrap {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.g-service-philosophy__suffix-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
  min-height: 0;
}

.g-service-philosophy__suffix--stack-top {
  font-size: 0.52em;
  font-weight: 600;
  line-height: 1;
  color: inherit;
}

.g-service-philosophy__sub-suffix--stack {
  display: block;
  font-size: 0.38em;
  font-weight: 600;
  line-height: 1.05;
  color: inherit;
  margin: 0;
}

.g-service-philosophy__suffix {
  font-weight: 600;
  color: inherit;
  font-size: 32px;
  position: relative;
  top:-14px;
}

@media (max-width: 1236px) {
  .g-service-philosophy__suffix {
    display: none!important;
  }
  .g-service-philosophy__sub-suffix{
     display: none!important;
  }
}
.g-service-philosophy__stat:last-child .g-service-philosophy__value .g-service-philosophy__suffix-stack .g-service-philosophy__suffix{
  top:0;
}
.g-service-philosophy__suffix--sup {
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
  top:0px;
}
@media (max-width: 1236px) {
  .g-service-philosophy__suffix--sup {
    top:0;
  }
}
.g-service-philosophy__sub-suffix {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  margin-top: 0.05em;
}

.g-service-philosophy__label {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.35;
  text-align: left;
}

@media (min-width: 768px) {
  .g-service-philosophy__stat:first-child .g-service-philosophy__label {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .g-service-philosophy__lead {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .g-service-philosophy__stats {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 12.00px;
    --bs-gutter-y: 12.00px;
  }

  .g-service-philosophy__stat {
    border-right: none;
    padding: 6px 4.00px;
    text-align: center;
    justify-content: center;
    width: 160px;
    /* min-width: 160px; */
    
    
  }

  .g-service-philosophy__stat:first-child {
    justify-content: center;
    padding-right: 0;
  }

  .g-service-philosophy__stat:nth-child(2),
  .g-service-philosophy__stat:nth-child(3),
  .g-service-philosophy__stat:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }

  .g-service-philosophy__stat:last-child {
    padding-left: 0;
  }

  /* 统计为 5 条时末行仅一项，占满一行并居中 */
  .g-service-philosophy__stats.row-cols-2 > .g-service-philosophy__stat:nth-child(5):last-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .g-service-philosophy__stat .g-service-philosophy__value,
  .g-service-philosophy__stat:first-child .g-service-philosophy__value,
  .g-service-philosophy__stat:last-child .g-service-philosophy__value {
    align-items: center;
  }

  .g-service-philosophy__value {
    font-size: clamp(20.80px, 5.5vw, 30.40px);
  }

  .g-service-philosophy__label {
    font-size: 12px;
    word-break: break-word;
  }
}

/* ---------- 服务内容总标题 ---------- */
.g-service-content {
  padding:0 0 48.00px;
}
.g-service-content .g-section-title{
  color: #424558;
  font-size: clamp(28.00px, 4vw, 40px);
}

@media (max-width: 767px) {
  .g-service-content{
    background:#fff;
    padding-bottom: 0;
  }
.g-service-content .g-section-title{
  font-size: clamp(28.00px, 6vw, 48px);
}
}
.g-service-content .container {

  padding-left: 20px;
  padding-right: 20px;
}

.g-service-content__title {
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(24.00px, 3.5vw, 48px);
  color: var(--g-service-text);
  margin: 0 0 52px;
  line-height: 1.2;
}

/* ---------- 双栏卡片 ---------- */
.g-service-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 12px;
  margin-bottom: clamp(24.00px, 4vw, 48px);
  overflow: hidden;

}

.g-service-card:last-of-type {
  margin-bottom: 0;
}

.g-service-card__media {
  flex: 1 1 55%;
  min-height: 280px;
  aspect-ratio: 856/600;
  position: relative;
  background: #e8eaef;

}

.g-service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

.g-service-card__img--placeholder {
  background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%);
}

.g-service-card__panel {
  flex: 1 1 45%;
  position: relative;
  padding: clamp(24.00px, 4vw, 44.00px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

/* 奇数项：图左文右（DOM：media → panel）；偶数项：文左图右 */
.g-service-card--img-left {
  flex-direction: row;
}

.g-service-card--img-right {
  flex-direction: row-reverse;
}

@media (max-width: 1399.98px) {
  .g-service-card {
    flex-direction: column;
  }

  .g-service-card__media,
  .g-service-card__panel {
    flex: 1 1 100%;
  }
  .g-service-philosophy__stat {

  border-right: none;

}
}

@media (max-width: 980px) {
  .g-service-card--img-left,
  .g-service-card--img-right {
    flex-direction: column;
  }
}

.g-service-card--dark .g-service-card__panel {
  background: var(--g-service-dark-panel);
  color: #fff;

}

.g-service-card--light .g-service-card__panel {
  background: #f5f5f5;
  color: var(--g-service-text);
}

.g-service-card__big-title {
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 2.8vw, 32px);
  color: var(--g-service-accent);
  margin: 0 0 clamp(18px, 1.5vw, 32px);
  line-height: 1.25;
}

.g-service-card--light .g-service-card__big-title {
  color: var(--g-service-accent);
}

.g-service-card__blocks {
  flex: 1;
}

.g-service-card__sub-title {
  font-family: 'Exo','Noto Sans JP', system-ui, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 24px 0;
  line-height: 1.35;
}

.g-service-card--dark .g-service-card__sub-title {
  color: #fff;
}

.g-service-card--light .g-service-card__sub-title {
  color: var(--g-service-text);
}

.g-service-card__sub-title--second {
  margin-top: 32px;
}

.g-service-card__text--second-block {
  margin-top: 32px;
}

.g-service-card__text {
  margin: 0 0 12.00px;
  font-size: 16px;
  line-height: 1.65;
}

.g-service-card--dark .g-service-card__text {
  color: rgba(255, 255, 255, 0.92);
}

.g-service-card--light .g-service-card__text {
  color: #333;
}

.g-service-card__text--standalone {
  margin-bottom: 0;
}

.g-service-card__accent {
  position: absolute;
  bottom: 32px;
  width: 48px;
  height: 4px;
  background: var(--g-service-accent);
  border-radius: 2px;
}

.g-service-card--dark .g-service-card__accent {
  right: clamp(32px, 4vw, 44.00px);
  left: auto;
}

.g-service-card--light .g-service-card__accent {
  left: clamp(32px, 4vw, 44.00px);
  right: auto;
}

@media (max-width: 767px) {
  .g-service-card,
  .g-service-card--img-left,
  .g-service-card--img-right {
    flex-direction: column;
  }

  .g-service-card__media {
    flex: 0 0 auto;
    min-height: 220px;
    order: -1;
  }

  .g-service-card__panel {
    min-height: 0;
    padding-bottom: 48px;
  }

  .g-service-card__accent {
    bottom: 32x;
  }
}

@media (max-width:750px) {
  .g-service-page .g-main {
    margin-top: 57px;
  }
  .g-service-card__big-title{
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom:8px;
  }
  .g-service-card__sub-title{
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .g-global-map-cn .container{
    padding: 0 20px;
  }
  .g-service-card__accent{
    display: none;
  }
  .g-service-philosophy__title{
    margin-bottom: 20px;
  }
  .g-service-philosophy{
    padding-bottom: 0;
  }
}
