/* 解决方案详情：Hero 左文、上浮卡片、应用案例区�?*/

.g-solution-detail-page {
  --g-sd-accent: #f5a200;
  --g-sd-hero-h: clamp(320px, 42vw, 556px);
  /* �?.pc-nav__inner 同高：垂直居中时不把顶栏区域算进对齐范围 */
  --g-sd-header-offset: 72px;
}


/* Hero */
.g-solution-detail-hero {
  position: relative;
  min-height: var(--g-sd-hero-h);
  overflow: hidden;
}
@media (max-width: 1236px) {
 
  .g-solution-detail-hero__inner{
   padding-top: 0%!important;
  }
}
@media (max-width: 600px) {
  .g-solution-detail-page {
    --g-sd-header-offset: 56px;
  }
 .g-solution-detail-hero {
    margin-top: 58px;
  }
  .g-solution-cases-section__head-action {
    display: none;
  }
}

.g-solution-detail-hero__bg {
  position: absolute;
  inset: 0;
 
  z-index: 1;
}

.g-solution-detail-hero--cn .g-solution-detail-hero__bg {
  background: transparent;
}

.g-solution-detail-hero__overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.g-solution-detail-hero--cn .g-solution-detail-hero__text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.g-solution-detail-hero__image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.g-solution-detail-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.g-solution-detail-hero__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  z-index: 0;
}

.g-solution-detail-hero__inner {
  position: relative;
  z-index: 2;
  min-height: var(--g-sd-hero-h);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: var(--g-sd-header-offset);
 
}

.g-solution-detail-hero__text {
  max-width: min(720px, 100%);
  color: #fff;
}

.g-solution-detail-hero__title {
  margin: 0 0 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(21.60px, 3.2vw, 36px);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.g-solution-detail-hero__rule {
  width: 48px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  border-radius: 1px;
}

.g-solution-detail-hero__desc {
  margin: 0;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(15.20px, 1.8vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 680px;
}
@media (max-width: 768px) {
  .g-solution-detail-hero__desc {
    line-height: 1.2;
  }
}
/* 面包屑贴�?Hero 下，白底区之�?*/
.g-solution-detail-layout {
  background: #fff;
  padding-top: 60px;
  
}



/* 上浮卡片 */
.g-solution-detail-stack {
  margin-top: clamp(-56px, -8vw, -40px);
  position: relative;
  z-index: 2;
  width: 100%;
}

.g-solution-detail-card {


 
  overflow: hidden;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.g-solution-detail-card__media {
  position: relative;
  width: 100%;

  background: #fafafa;
  overflow: auto;
  border-radius: 8px;
}



.g-solution-detail-card__img {
 
  width: 100%;
  
  object-fit: cover;
}

/* 客户区块 - 中文样式 */
.g-solution-detail-card__kehu {
  padding: clamp(24px, 2vw, 32px) 0 clamp(32px, 2vw, 32px);
}

.g-solution-kehu-col {
  background: #f6f6f7;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 40px);
  transition: all 0.3s ease;
}

.g-solution-kehu-col:hover {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.g-solution-kehu-col__title {
  margin: 0 0 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
  color: #3d465c;
  line-height: 1.4;
  max-width: 420px;
  min-height: calc(2 * 1.4 * clamp(20px, 2vw, 24px));
  letter-spacing: 0.02em;
}

.g-solution-kehu-col__accent {
  position: relative;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 24px;
}

.g-solution-kehu-col__accent::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 4px;
  background: #f5a200;
  border-radius: 2px;
}

.g-solution-kehu-col__text {
  margin: 0;
  max-width: 420px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(15.20px, 1.5vw, 18px);
  line-height: 1.8;
  color: #6b7280;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* APPLICATION CASES */
.g-solution-cases-section {
  padding: 0 0 8px;
}

.g-solution-cases-section__head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.g-solution-cases-section__head-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.g-solution-cases-section__head-text {
  flex: 1;
  min-width: 0;
}

.g-solution-cases-section__head-action {
  flex-shrink: 0;
}

.g-solution-cases-section__head-action .g-solution-cases-section__more--inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: 'Source Han Sans SC', 'Source Han Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  background: transparent;
  border: 1px solid #9A9A9A;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.g-solution-cases-section__head-action .g-solution-cases-section__more-arrow {
  width: 20px;
  height: 20px;
}


.g-solution-cases-section__title {
  margin: 0 0 10px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 40px);
  letter-spacing: 0.06em;
  color: #424558;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: clamp(18px,1.2vw,24px);
}

.g-solution-cases-section__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92px;
  height: 6px;
  background: #f5a200;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
   transform: rotateX(180deg);
}

.g-solution-cases-section__subtitle {
  margin: 0;
  font-family: 'Source Han Sans', sans-serif;
  font-size: 24px;
  color: #2b2b2b;
 
  line-height: 1.5;
}

.g-solution-case-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.g-solution-case-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.g-solution-case-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.g-solution-case-card__media {
  position: relative;
  padding-top: 69.40%;
  background: #f0f0f0;
}

@media (max-width: 1236px) {
  .g-solution-case-card__media {
    padding-top: 76%;
  }
}

.g-solution-case-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-solution-case-card__body {
  padding: 25px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background:#f6f6f7;
  position: relative;
  box-sizing: border-box;
  min-height:120px;
}

.g-solution-case-card__float-btn {
  position: absolute;
  right: 32px;
  top: -28px;
  width: 56px;
  height: 56px;
  background: #f5a200;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
}

.g-solution-case-card__float-btn iconify-icon {
  font-size: 24px;
}

.g-solution-case-card:hover .g-solution-case-card__float-btn {
  opacity: 1;
  transform: translateY(0);
}

.g-solution-case-card__title {
  margin: 0 0 ;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(18px,1.2vw,24px);
  line-height: 1.35;
  transition: font-size 0.25s ease, color 0.25s ease;
}

.g-solution-case-card__title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.25s ease;
}

.g-solution-case-card:hover .g-solution-case-card__title {
  
}

.g-solution-case-card:hover .g-solution-case-card__title a {
  color: var(--g-sd-accent);
}

.g-solution-case-card__title a:hover {
  color: var(--g-sd-accent);
}

@media (max-width: 1236px) {
  .g-solution-case-card__title a:hover {
    color: inherit;
  }
}

.g-solution-case-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1px;
  flex-wrap: wrap;
}

.g-solution-case-card__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.g-solution-case-card__spec-icon {
  position: relative;
  display: inline-flex;
  color: #5F6279;
  font-size: 21.60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.g-solution-case-card__spec-icon img {
  width: 24px;
  height: 24px;
}
.g-solution-case-card__spec-icon iconify-icon.g-solution-case-card__bolt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #5F6279;
}

.g-solution-case-card__spec-text {
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #5F6279;
}

.g-solution-case-card__spec-text--muted {
  color: #999;
  font-weight: 500;
}

.g-solution-case-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #9799a3;
  border: 1px solid #e3e3e6;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.g-solution-case-card__cta:hover {
  background: var(--g-sd-accent);
  border-color: var(--g-sd-accent);
  color: #fff;
}

.g-solution-cases-section__more-wrap {
  text-align: center;
  margin-top: clamp(28px, 5vw, 44px);
}

.g-solution-cases-section__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 15.20px;
  color: #fff;
  background: #424558;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}



@media (max-width: 767px) {
  .g-solution-detail-stack {
    margin-top: -32px;
  }
  .g-solution-kehu-col__title{
    min-height:auto;
    font-size: 18px;
  }
  .g-solution-cases-section__subtitle{
    font-size: 16px;
  }
  .g-solution-kehu-col__text{
    font-size: 14px;
  }
}


@media (max-width: 1236px) {
  .g-solution-case-card__float-btn {
    display: none;
  }
}