:root {
  --ge-ink: #132033;
  --ge-muted: #526278;
  --ge-line: #e7edf4;
  --ge-soft: #f5f8fb;
  --ge-paper: #ffffff;
  --ge-brand: #0f4c75;
  --ge-brand-2: #123d5a;
  --ge-accent: #f59e0b;
  --ge-sky: #38bdf8;
  --ge-shadow: 0 18px 45px rgba(19, 32, 51, .08);
  --ge-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ge-page {
  margin: 0;
  color: var(--ge-ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 42%, #f3f7fb 100%);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.ge-wrap { width: 1200px; max-width: calc(100% - 32px); margin: 0 auto; }

.ge-top {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--ge-line);
  backdrop-filter: blur(14px);
}
.ge-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.ge-brand {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.ge-brand strong {
  max-width: 340px;
  overflow: hidden;
  color: var(--ge-brand);
  font-size: 23px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ge-brand span {
  color: var(--ge-muted);
  font-size: 12px;
}
.ge-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.ge-menu a:hover { color: var(--ge-brand); }
.ge-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--ge-brand);
  font-weight: 900;
  white-space: nowrap;
}

.ge-hero {
  padding: 68px 0 58px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 20% 12%, rgba(56, 189, 248, .22), transparent 36%),
    linear-gradient(135deg, var(--ge-brand-2), #0d5677);
}
.ge-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .10);
  font-size: 14px;
  font-weight: 900;
}
.ge-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.25;
  font-weight: 900;
}
.ge-hero h1 span,
.ge-hero h1 em {
  display: block;
}
.ge-hero h1 em {
  margin-top: 8px;
  color: var(--ge-accent);
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -.02em;
  font-style: normal;
}
.ge-hero-sub {
  max-width: 880px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  font-weight: 600;
}
.ge-hero-line {
  display: block;
  max-width: 980px;
  margin: 16px auto 0;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  font-size: 15px;
  font-weight: 900;
}
.ge-hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
  text-align: left;
}
.ge-hero-feature-grid article {
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(10px);
}
.ge-hero-feature-grid i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--ge-accent), #fbbf24);
  color: #fff;
  font-size: 17px;
  font-style: normal;
}
.ge-hero-feature-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}
.ge-hero-feature-grid span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ge-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.ge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
}
.ge-btn-primary {
  color: #132033;
  background: var(--ge-accent);
}
.ge-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .10);
}
.ge-entity-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.ge-entity-strip span {
  padding: 10px 16px;
  border-radius: 14px;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .12);
  font-weight: 800;
}

.ge-section { padding: 72px 0; }
.ge-soft { background: var(--ge-soft); }
.ge-title {
  max-width: 820px;
  margin-bottom: 30px;
}
.ge-title p,
.ge-eyebrow {
  margin: 0 0 8px;
  color: var(--ge-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.ge-title h2,
.ge-about-copy h2,
.ge-boundary h2,
.ge-detail h2,
.ge-contact h2 {
  margin: 0;
  color: var(--ge-ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.3;
  font-weight: 900;
}
.ge-title span {
  display: block;
  margin-top: 8px;
  color: var(--ge-muted);
}
.ge-title-center {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}
.ge-news-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(56, 189, 248, .16), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(245, 158, 11, .12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
}
.ge-news-section::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(15, 76, 117, .08);
  border-radius: 34px;
  pointer-events: none;
}
.ge-news-section .ge-wrap {
  position: relative;
}
.ge-news-section .ge-title {
  max-width: 920px;
  margin-bottom: 34px;
}
.ge-news-section .ge-title p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e7f3fa;
}
.ge-news-section .ge-title h2 {
  margin-top: 12px;
  letter-spacing: -.02em;
}

.ge-about {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 30px;
  align-items: stretch;
}
.ge-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.ge-about-copy,
.ge-entity-card,
.ge-boundary,
.ge-detail,
.ge-contact {
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: var(--ge-paper);
  box-shadow: var(--ge-shadow);
}
.ge-about-copy {
  padding: 34px;
}
.ge-certifications {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--ge-line);
}
.ge-certifications > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ge-brand);
  font-size: 15px;
}
.ge-certifications > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ge-certifications span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid rgba(15, 76, 117, .16);
  border-radius: 999px;
  color: var(--ge-brand-2);
  background: #eef7fb;
  font-size: 13px;
  font-weight: 800;
}
.ge-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--ge-line);
}
.ge-stat-strip span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px 10px;
  border-radius: 18px;
  color: #b8862b;
  background: linear-gradient(180deg, #fffaf0, #fff);
  box-shadow: inset 0 0 0 1px rgba(184, 134, 43, .16);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.ge-about-copy p:not(.ge-eyebrow),
.ge-detail p,
.ge-contact p,
.ge-boundary p {
  color: #334155;
}
.ge-entity-card {
  padding: 28px;
}
.ge-entity-card h3 {
  margin: 0 0 16px;
  color: var(--ge-brand);
  font-size: 20px;
}
.ge-side-card {
  position: sticky;
  top: 98px;
}
.ge-entity-card dl,
.ge-detail dl,
.ge-contact dl {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px 14px;
  margin: 0;
}
.ge-entity-card dt,
.ge-detail dt,
.ge-contact dt {
  color: var(--ge-muted);
  font-weight: 800;
}
.ge-entity-card dd,
.ge-detail dd,
.ge-contact dd {
  margin: 0;
  font-weight: 700;
}
.ge-entity-card a,
.ge-contact a {
  color: var(--ge-brand);
  font-weight: 900;
}

.ge-product-grid,
.ge-service-grid,
.ge-fact-grid,
.ge-case-grid,
.ge-article-grid,
.ge-info-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ge-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ge-scenario-grid,
.ge-compare-grid,
.ge-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.ge-scenario-grid article,
.ge-compare-grid article,
.ge-process-grid article {
  min-height: 180px;
  padding: 26px 24px;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 32, 51, .07);
}
.ge-scenario-grid i {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-sky));
}
.ge-scenario-grid strong,
.ge-compare-grid strong,
.ge-process-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ge-ink);
  font-size: 18px;
}
.ge-scenario-grid span,
.ge-compare-grid span,
.ge-process-grid span {
  color: var(--ge-muted);
  font-size: 14px;
  line-height: 1.75;
}
.ge-compare-section {
  background: #fff;
}
.ge-compare-grid article {
  border-top: 4px solid var(--ge-accent);
}
.ge-compare-grid b,
.ge-process-grid b {
  display: block;
  margin-bottom: 14px;
  color: var(--ge-accent);
  font-size: 24px;
  line-height: 1;
}
.ge-process-section {
  color: #fff;
  background: var(--ge-brand-2);
}
.ge-process-section .ge-title p,
.ge-process-section .ge-title h2 {
  color: #fff;
}
.ge-process-section .ge-title span {
  color: rgba(255, 255, 255, .72);
}
.ge-process-grid article {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}
.ge-process-grid strong { color: #fff; }
.ge-process-grid span { color: rgba(255, 255, 255, .72); }
.ge-product-card,
.ge-service-grid article,
.ge-fact-grid article,
.ge-info-panels article,
.ge-faq article,
.ge-news-list a,
.ge-article-grid a,
.ge-case-grid a,
.ge-contact-tips {
  overflow: hidden;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(19, 32, 51, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ge-product-card:hover,
.ge-news-list a:hover,
.ge-article-grid a:hover,
.ge-case-grid a:hover {
  transform: translateY(-4px);
  box-shadow: var(--ge-shadow);
}
.ge-product-media,
.ge-case-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-brand-2));
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.ge-product-media {
  aspect-ratio: 1 / 1;
}
.ge-case-media {
  aspect-ratio: 4 / 3;
}
.ge-product-media img,
.ge-case-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
.ge-product-media img {
  background: #fff;
  object-fit: contain;
}
.ge-case-media img {
  object-fit: cover;
}
.ge-product-media.is-empty span,
.ge-case-media.is-empty span {
  padding: 0 18px;
}
.ge-product-body { padding: 22px; }
.ge-product-body h3 {
  margin: 0 0 8px;
  color: var(--ge-ink);
  font-size: 20px;
}
.ge-product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}
.ge-product-specs span {
  display: inline-flex;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--ge-brand-2);
  background: #edf6fa;
  font-size: 11px;
  line-height: 1.35;
}
.ge-product-specs b {
  margin-right: 4px;
  white-space: nowrap;
}
.ge-product-specs em {
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ge-product-body p {
  min-height: 52px;
  margin: 0 0 14px;
  color: var(--ge-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ge-card-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ge-brand);
  font-size: 14px;
  font-weight: 900;
}
.ge-card-action i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--ge-brand);
  font-style: normal;
  transition: transform .2s ease, background .2s ease;
}
.ge-product-card:hover .ge-card-action i {
  background: var(--ge-brand-2);
  transform: translateX(4px);
}
.ge-product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr);
  gap: 32px;
  align-items: stretch;
}
.ge-product-detail-media,
.ge-product-detail-card {
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
  box-shadow: var(--ge-shadow);
}
.ge-product-detail-media {
  min-height: 420px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-brand-2));
  font-size: 28px;
  font-weight: 900;
}
.ge-product-detail-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  background: #fff;
  object-fit: contain;
}
.ge-product-detail-card {
  padding: 34px;
}
.ge-product-detail-card h2 {
  margin: 0 0 16px;
  color: var(--ge-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.25;
}
.ge-product-detail-card p:not(.ge-eyebrow) {
  color: var(--ge-muted);
  margin: 0 0 18px;
}
.ge-product-detail-card dl {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px 18px;
  margin: 22px 0;
  padding-top: 18px;
  border-top: 1px solid var(--ge-line);
}
.ge-product-detail-card dt {
  color: var(--ge-muted);
  font-weight: 900;
}
.ge-product-detail-card dd {
  margin: 0;
  font-weight: 800;
}
.ge-product-detail-card a {
  color: var(--ge-brand);
}
.ge-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ge-product-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}
.ge-spec-panel,
.ge-feature-panel {
  padding: 30px;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
  box-shadow: var(--ge-shadow);
}
.ge-spec-panel h2,
.ge-feature-panel h2 {
  margin: 0 0 20px;
  font-size: 25px;
}
.ge-spec-panel dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.ge-spec-panel dl > div {
  display: grid;
  grid-template-columns: minmax(100px, .7fr) minmax(0, 1.3fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ge-line);
}
.ge-spec-panel dl > div:last-child { border-bottom: 0; }
.ge-spec-panel dt {
  color: var(--ge-muted);
  font-weight: 800;
}
.ge-spec-panel dd {
  margin: 0;
  color: var(--ge-ink);
  font-weight: 700;
}
.ge-feature-panel > div {
  display: grid;
  gap: 12px;
}
.ge-feature-panel section {
  padding: 15px 16px;
  border-radius: 12px;
  background: var(--ge-soft);
}
.ge-feature-panel section strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ge-ink);
}
.ge-feature-panel section span {
  color: var(--ge-muted);
  font-size: 14px;
}
.ge-product-scenarios {
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: var(--ge-soft);
}
.ge-product-scenarios > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ge-brand);
}
.ge-product-scenarios > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ge-product-scenarios span {
  padding: 7px 13px;
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}
.ge-btn-light {
  border: 1px solid var(--ge-line);
  color: var(--ge-ink);
  background: #fff;
}
.ge-point-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 28px;
  padding: 0;
  list-style: none;
}
.ge-point-list li {
  padding: 12px 14px;
  border: 1px solid var(--ge-line);
  border-radius: 12px;
  color: #334155;
  background: var(--ge-soft);
  font-weight: 700;
}
.ge-detail h2 + .ge-keyword-cloud,
.ge-detail h2 + .ge-point-list,
.ge-detail h2 + p {
  margin-bottom: 26px;
}

.ge-service-grid article {
  padding: 24px;
}
.ge-service-grid i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-sky));
}
.ge-service-grid h3,
.ge-fact-grid strong,
.ge-faq h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--ge-ink);
  font-size: 19px;
  font-weight: 900;
}
.ge-service-grid p,
.ge-fact-grid span,
.ge-faq p {
  margin: 0;
  color: var(--ge-muted);
}
.ge-fact-grid article { padding: 24px; }
.ge-info-panels article {
  padding: 28px;
}
.ge-info-panels h2 {
  margin: 0 0 12px;
  color: var(--ge-ink);
  font-size: 22px;
}
.ge-info-panels p {
  margin: 0;
  color: var(--ge-muted);
}

.ge-detail,
.ge-contact {
  padding: 34px;
}
.ge-service-scope {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: start;
  gap: 38px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(15, 76, 117, .10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 5%, rgba(56, 189, 248, .18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f9fd 56%, #edf7fc 100%);
  box-shadow: 0 24px 60px rgba(19, 32, 51, .09);
}
.ge-service-scope::before {
  position: absolute;
  top: -88px;
  right: -62px;
  width: 220px;
  height: 220px;
  border: 36px solid rgba(15, 76, 117, .045);
  border-radius: 50%;
  content: "";
}
.ge-scope-copy,
.ge-scope-catalog {
  position: relative;
  z-index: 1;
}
.ge-scope-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--ge-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ge-scope-kicker::before {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--ge-accent);
  content: "";
}
.ge-scope-copy h2 {
  margin: 0;
  color: var(--ge-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.025em;
}
.ge-scope-summary {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.9;
}
.ge-scope-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.ge-scope-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 14px 7px 9px;
  border: 1px solid rgba(15, 76, 117, .10);
  border-radius: 999px;
  color: #27445a;
  background: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}
.ge-scope-points b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: var(--ge-brand);
  font-size: 11px;
}
.ge-scope-catalog {
  display: flex;
  align-self: start;
  flex-direction: column;
  width: 100%;
  max-height: 326px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 38px rgba(19, 32, 51, .08);
  backdrop-filter: blur(10px);
}
.ge-scope-catalog-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ge-line);
}
.ge-scope-catalog-head strong {
  color: var(--ge-ink);
  font-size: 18px;
  font-weight: 900;
}
.ge-scope-catalog-head span {
  color: var(--ge-muted);
  font-size: 12px;
}
.ge-scope-catalog .ge-keyword-cloud {
  align-content: flex-start;
  gap: 10px;
  max-height: 214px;
  margin-top: 18px;
  padding: 2px 6px 4px 0;
  overflow-y: auto;
  scrollbar-color: rgba(15, 76, 117, .28) transparent;
  scrollbar-width: thin;
}
.ge-scope-catalog .ge-keyword-cloud span {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 9px 14px 9px 28px;
  border-color: rgba(15, 76, 117, .10);
  color: #28475e;
  background: #f8fbfd;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ge-scope-catalog .ge-keyword-cloud span::before {
  position: absolute;
  left: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ge-sky);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .12);
  content: "";
}
.ge-keyword-cloud,
.ge-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 20px;
}
.ge-keyword-cloud span,
.ge-link-grid a {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid var(--ge-line);
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}
.ge-link-grid a:hover {
  color: #fff;
  border-color: var(--ge-brand);
  background: var(--ge-brand);
}
.ge-related-compact {
  padding: 48px 0;
  background:
    linear-gradient(180deg, rgba(245, 248, 251, .9), rgba(255, 255, 255, .96));
}
.ge-related-compact .ge-title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 2px 18px;
}
.ge-related-compact .ge-title p {
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  background: var(--ge-brand);
  font-size: 12px;
  letter-spacing: .08em;
}
.ge-related-compact .ge-title h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
}
.ge-related-compact .ge-title span {
  color: var(--ge-muted);
  font-size: 13px;
}
.ge-related-compact .ge-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-height: 286px;
  margin-top: 22px;
  padding: 14px;
  overflow-y: auto;
  border: 1px solid var(--ge-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px 0 #fff, 0 12px 32px rgba(19, 32, 51, .05);
  scrollbar-color: rgba(15, 76, 117, .32) transparent;
  scrollbar-width: thin;
}
.ge-related-compact .ge-link-grid a {
  min-width: 0;
  justify-content: center;
  overflow: hidden;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ge-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ge-faq-section {
  background:
    linear-gradient(180deg, rgba(245, 248, 251, .42), rgba(255, 255, 255, 0));
}
.ge-faq article {
  position: relative;
  min-height: 156px;
  padding: 26px 26px 26px 76px;
  background:
    linear-gradient(145deg, #ffffff 0%, #fbfdff 100%);
}
.ge-faq article::before {
  position: absolute;
  top: 26px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-sky));
  box-shadow: 0 10px 20px rgba(15, 76, 117, .18);
  content: "Q";
  font-size: 15px;
  font-weight: 900;
}
.ge-faq article:nth-child(2n)::before {
  background: linear-gradient(135deg, var(--ge-brand-2), var(--ge-brand));
}
.ge-faq h3 {
  font-size: 17px;
  line-height: 1.55;
}
.ge-faq p {
  font-size: 14px;
  line-height: 1.85;
}

.ge-news-list {
  display: grid;
  gap: 12px;
}
.ge-news-list a {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px 22px;
}
.ge-news-list strong {
  color: var(--ge-ink);
}
.ge-news-list span {
  color: var(--ge-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ge-home-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.ge-home-news-list .ge-home-news-item {
  display: flex;
  min-height: 176px;
  padding: 24px 26px;
  flex-direction: column;
  gap: 12px;
}
.ge-home-news-list .ge-home-news-item:first-child {
  grid-column: 1 / -1;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(15, 76, 117, .98), rgba(13, 91, 126, .92)),
    #0f4c75;
}
.ge-home-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ge-home-news-list .ge-home-news-meta span {
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ge-brand);
  background: #e7f3fa;
  font-size: 11px;
  font-weight: 900;
}
.ge-home-news-meta time {
  color: #7a8798;
  font-size: 12px;
  font-weight: 700;
}
.ge-home-news-list .ge-home-news-item > strong {
  color: var(--ge-ink);
  font-size: 18px;
  line-height: 1.55;
}
.ge-home-news-list .ge-home-news-item > span {
  display: -webkit-box;
  color: var(--ge-muted);
  line-height: 1.75;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ge-home-news-list .ge-home-news-item > em {
  margin-top: auto;
  color: var(--ge-brand);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.ge-home-news-list .ge-home-news-item > em i {
  font-style: normal;
  transition: transform .2s ease;
}
.ge-home-news-list .ge-home-news-item:hover > em i { transform: translateX(4px); }
.ge-home-news-list .ge-home-news-item:first-child strong,
.ge-home-news-list .ge-home-news-item:first-child > span,
.ge-home-news-list .ge-home-news-item:first-child > em,
.ge-home-news-list .ge-home-news-item:first-child .ge-home-news-meta time {
  color: #fff;
}
.ge-home-news-list .ge-home-news-item:first-child .ge-home-news-meta span {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}
.ge-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ge-article-grid a {
  position: relative;
  min-height: 188px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-color: rgba(15, 76, 117, .12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(240, 248, 252, .9)),
    #fff;
  box-shadow: 0 18px 45px rgba(15, 76, 117, .09);
}
.ge-article-grid a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ge-brand), var(--ge-sky));
}
.ge-article-grid a::after {
  content: "→";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ge-brand);
  font-weight: 900;
  transform: translateX(4px);
  opacity: .92;
  transition: transform .2s ease, background .2s ease;
}
.ge-article-grid a:hover::after {
  transform: translateX(0);
  background: var(--ge-brand-2);
}
.ge-article-grid span {
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--ge-brand);
  background: #eaf5fb;
  font-size: 12px;
  font-weight: 900;
}
.ge-article-grid strong {
  margin: 16px 42px 18px 0;
  color: var(--ge-ink);
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: -.01em;
}
.ge-article-grid em {
  color: var(--ge-muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}
.ge-case-grid a {
  display: grid;
  grid-template-rows: auto 1fr;
}
.ge-case-grid a > div:last-child {
  padding: 22px;
}
.ge-case-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ge-ink);
  font-size: 19px;
}
.ge-case-grid p {
  margin: 0;
  color: var(--ge-muted);
}

.ge-page-hero {
  padding: 42px 0;
  color: var(--ge-ink);
  background: #fff;
  border-bottom: 1px solid var(--ge-line);
}
.ge-page-hero p {
  margin: 0 0 8px;
  color: var(--ge-brand);
  font-weight: 900;
}
.ge-page-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.25;
}
.ge-catalog-hero,
.ge-news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 92px) 0 clamp(50px, 6vw, 78px);
  border-bottom: 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(56, 189, 248, .26), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(245, 158, 11, .14), transparent 28%),
    linear-gradient(135deg, #0b2033 0%, var(--ge-brand-2) 52%, #0d5b7e 100%);
}
.ge-catalog-hero::before,
.ge-news-hero::before {
  position: absolute;
  z-index: -1;
  top: -150px;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, .028),
    0 0 0 108px rgba(255, 255, 255, .018);
  content: "";
}
.ge-news-hero::after {
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: -48px;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(245, 158, 11, .08);
  border-radius: 38px;
  content: "";
  transform: rotate(22deg);
}
.ge-page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(30px, 5vw, 54px);
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 800;
}
.ge-page-breadcrumb a { color: #fff; }
.ge-page-breadcrumb i {
  color: var(--ge-accent);
  font-style: normal;
}
.ge-page-hero-copy {
  max-width: 850px;
}
.ge-page-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 13px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}
.ge-page-kicker::before {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--ge-accent);
  content: "";
}
.ge-catalog-hero h1,
.ge-news-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -.035em;
}
.ge-page-hero-copy > span {
  display: block;
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.85;
}
.ge-page-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.ge-page-hero-pills b {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.ge-catalog-section {
  background: #fff;
}
.ge-catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}
.ge-catalog-heading > div { min-width: 0; }
.ge-catalog-heading p {
  margin: 0 0 8px;
  color: var(--ge-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ge-catalog-heading h2 {
  margin: 0;
  color: var(--ge-ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.28;
  letter-spacing: -.03em;
}
.ge-catalog-heading > span {
  max-width: 460px;
  color: var(--ge-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}
.ge-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ge-catalog-grid .ge-product-card {
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(19, 32, 51, .07);
}
.ge-catalog-grid .ge-product-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.ge-catalog-grid .ge-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 75% 18%, rgba(56, 189, 248, .34), transparent 28%),
    linear-gradient(135deg, var(--ge-brand), var(--ge-brand-2));
}
.ge-catalog-grid .ge-product-media img {
  padding: 10px;
  transition: transform .35s ease;
}
.ge-catalog-grid .ge-product-card:hover .ge-product-media img {
  transform: scale(1.035);
}
.ge-product-media small {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 32, 49, .58);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.ge-catalog-grid .ge-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.ge-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
  color: var(--ge-brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}
.ge-product-meta span:last-child {
  color: var(--ge-muted);
  letter-spacing: 0;
}
.ge-catalog-grid .ge-product-body h3 {
  font-size: 21px;
  line-height: 1.45;
}
.ge-catalog-grid .ge-product-body p { flex: 1; }
.ge-catalog-empty,
.ge-news-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 34px;
  border: 1px dashed rgba(15, 76, 117, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(56, 189, 248, .12), transparent 30%),
    var(--ge-soft);
  text-align: center;
}
.ge-catalog-empty {
  flex-direction: column;
}
.ge-catalog-empty > i,
.ge-news-empty > i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ge-brand), var(--ge-sky));
  box-shadow: 0 14px 28px rgba(15, 76, 117, .2);
  font-style: normal;
  font-weight: 900;
}
.ge-catalog-empty strong,
.ge-news-empty strong {
  display: block;
  margin-top: 16px;
  color: var(--ge-ink);
  font-size: 20px;
}
.ge-catalog-empty span,
.ge-news-empty span {
  display: block;
  max-width: 620px;
  margin-top: 6px;
  color: var(--ge-muted);
}
.ge-catalog-empty a {
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--ge-brand);
  font-weight: 900;
}
.ge-buying-guide .ge-info-panels { counter-reset: buying-step; }
.ge-buying-guide .ge-info-panels article {
  position: relative;
  min-height: 190px;
  padding: 66px 28px 28px;
  counter-increment: buying-step;
}
.ge-buying-guide .ge-info-panels article::before {
  position: absolute;
  top: 24px;
  left: 28px;
  color: var(--ge-brand);
  content: "0" counter(buying-step);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ge-buying-guide .ge-info-panels article::after {
  position: absolute;
  top: 29px;
  left: 72px;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--ge-accent);
  content: "";
}

.ge-news-main {
  background: #fff;
}
.ge-news-heading > span { text-align: right; }
.ge-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ge-news-card {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
  min-height: 254px;
  overflow: hidden;
  border: 1px solid var(--ge-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(19, 32, 51, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ge-news-card:hover {
  border-color: rgba(15, 76, 117, .24);
  box-shadow: 0 24px 54px rgba(15, 76, 117, .13);
  transform: translateY(-4px);
}
.ge-news-card-media {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .92);
  background:
    radial-gradient(circle at 75% 20%, rgba(56, 189, 248, .42), transparent 30%),
    linear-gradient(145deg, #0a253a, var(--ge-brand));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .24em;
}
.ge-news-card-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  transition: transform .35s ease;
}
.ge-news-card:hover .ge-news-card-media img { transform: scale(1.04); }
.ge-news-card-body {
  display: flex;
  min-width: 0;
  padding: 24px;
  flex-direction: column;
}
.ge-news-meta,
.ge-news-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ge-news-meta span,
.ge-news-card-foot > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--ge-brand);
  background: #eaf5fb;
  font-size: 11px;
  font-weight: 900;
}
.ge-news-meta time {
  color: #7a8798;
  font-size: 12px;
  font-weight: 700;
}
.ge-news-card h2 {
  margin: 15px 0 9px;
  color: var(--ge-ink);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -.015em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ge-news-card-body > p {
  flex: 1;
  margin: 0 0 18px;
  overflow: hidden;
  color: var(--ge-muted);
  font-size: 13px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ge-news-card-foot {
  padding-top: 14px;
  border-top: 1px solid var(--ge-line);
}
.ge-news-card-foot b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ge-brand);
  font-size: 12px;
  font-weight: 900;
}
.ge-news-card-foot i { font-style: normal; transition: transform .2s ease; }
.ge-news-card:hover .ge-news-card-foot i { transform: translateX(4px); }
.ge-news-empty {
  justify-content: flex-start;
  min-height: 148px;
  gap: 20px;
  text-align: left;
}
.ge-news-empty strong { margin-top: 0; }
.ge-news-section {
  position: relative;
}
.ge-detail,
.ge-contact {
  max-width: 960px;
}
.ge-about-detail {
  max-width: none;
}
.ge-about-detail .ge-eyebrow {
  margin-bottom: 10px;
}
.ge-about-detail p:not(.ge-eyebrow) {
  font-size: 16px;
  line-height: 2;
}
.ge-empty {
  padding: 28px;
  border: 1px dashed var(--ge-line);
  border-radius: var(--ge-radius);
  color: var(--ge-muted);
  background: #fff;
  text-align: center;
}
.ge-contact > a {
  display: inline-flex;
  margin: 10px 0 22px;
  padding: 11px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--ge-brand);
}
.ge-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 28px;
  align-items: start;
}
.ge-contact-tips {
  padding: 30px;
}
.ge-contact-tips h2 {
  margin: 0 0 12px;
  color: var(--ge-ink);
  font-size: 24px;
}
.ge-contact-tips p {
  margin: 0;
  color: var(--ge-muted);
}

.ge-footer {
  padding: 34px 0 82px;
  color: rgba(255, 255, 255, .82);
  background: #0f172a;
}
.ge-footer p {
  margin: 6px 0;
}
.ge-footer strong,
.ge-footer a {
  color: #fff;
}
.ge-mobile-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--ge-brand);
  box-shadow: 0 12px 30px rgba(15, 76, 117, .35);
  font-weight: 900;
}

@media (max-width: 980px) {
  .ge-top { height: auto; }
  .ge-nav {
    min-height: 68px;
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .ge-menu {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 2px;
  }
  .ge-phone { display: none; }
  .ge-about,
  .ge-page-layout,
  .ge-stat-strip,
  .ge-service-grid,
  .ge-fact-grid,
  .ge-case-grid,
  .ge-article-grid,
  .ge-info-panels,
  .ge-faq,
  .ge-service-scope,
  .ge-contact-layout,
  .ge-product-detail-shell,
  .ge-news-list a {
    grid-template-columns: 1fr;
  }
  .ge-product-grid,
  .ge-hero-feature-grid,
  .ge-scenario-grid,
  .ge-compare-grid,
  .ge-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ge-home-news-list { grid-template-columns: 1fr; }
  .ge-product-facts { grid-template-columns: 1fr; }
  .ge-news-grid { grid-template-columns: 1fr; }
  .ge-news-card { grid-template-columns: minmax(190px, .58fr) minmax(0, 1.42fr); }
  .ge-news-section::before {
    inset: 12px;
    border-radius: 24px;
  }
  .ge-side-card {
    position: static;
  }
  .ge-related-compact .ge-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ge-mobile-call { display: inline-flex; }
}

@media (max-width: 640px) {
  .ge-wrap { max-width: calc(100% - 24px); }
  .ge-hero { padding: 58px 0 62px; }
  .ge-catalog-hero,
  .ge-news-hero { padding: 42px 0 48px; }
  .ge-page-breadcrumb { margin-bottom: 30px; }
  .ge-page-hero-copy > span { font-size: 15px; }
  .ge-page-hero-pills {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ge-page-hero-pills b { width: fit-content; }
  .ge-catalog-heading {
    display: block;
    margin-bottom: 26px;
  }
  .ge-catalog-heading > span {
    display: block;
    margin-top: 12px;
    text-align: left;
  }
  .ge-product-grid,
  .ge-hero-feature-grid,
  .ge-scenario-grid,
  .ge-compare-grid,
  .ge-process-grid { grid-template-columns: 1fr; }
  .ge-news-card { grid-template-columns: 1fr; }
  .ge-news-card-media { aspect-ratio: 16 / 8.5; }
  .ge-news-card-body { padding: 20px; }
  .ge-news-empty {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 26px;
  }
  .ge-section { padding: 48px 0; }
  .ge-hero-line {
    align-items: flex-start;
    border-radius: 18px;
    text-align: left;
  }
  .ge-about-copy,
  .ge-entity-card,
  .ge-detail,
  .ge-contact {
    padding: 24px;
  }
  .ge-service-scope {
    gap: 24px;
    padding: 24px;
    border-radius: 22px;
  }
  .ge-scope-catalog { max-height: 300px; padding: 20px; }
  .ge-scope-catalog .ge-keyword-cloud { max-height: 190px; }
  .ge-scope-points {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ge-faq article {
    min-height: 0;
    padding: 68px 22px 22px;
  }
  .ge-faq article::before {
    top: 20px;
    left: 22px;
  }
  .ge-related-compact .ge-title {
    display: block;
  }
  .ge-related-compact .ge-title p {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .ge-related-compact .ge-title span {
    display: block;
    margin-top: 6px;
  }
  .ge-related-compact .ge-link-grid {
    grid-template-columns: 1fr;
    max-height: 310px;
    padding: 10px;
  }
  .ge-entity-card dl,
  .ge-detail dl,
  .ge-contact dl {
    grid-template-columns: 1fr;
  }
  .ge-spec-panel dl > div { grid-template-columns: 1fr; gap: 4px; }
}
