:root {
  --ink: #16323a;
  --muted: #5d737a;
  --line: #d9e6e8;
  --bg: #f7fbfb;
  --panel: #ffffff;
  --primary: #0b6f87;
  --primary-dark: #074f61;
  --accent: #20a278;
  --warm: #f0a34a;
  --shadow: 0 20px 60px rgba(16, 57, 67, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main, main section, .site-footer { scroll-margin-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #e5edf0;
  box-shadow: 0 2px 10px rgba(15, 45, 53, 0.08);
}
.header-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: none;
  min-height: 74px;
  margin: 0;
  padding: 0 clamp(36px, 5vw, 74px);
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 260px; }
.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  font-weight: 800;
}
.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-wordmark { gap: 9px; }
.brand-name {
  display: inline-flex;
  align-items: center;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #111827;
  font-size: 16px;
}
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 0 28px;
  white-space: nowrap;
}
.site-nav a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 4px;
  background: transparent;
}
.site-nav a:hover,
.site-nav a.is-active {
  color: #0787d8;
}
.site-nav a.is-active::after {
  background: #0787d8;
}
.header-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 40px;
  padding: 0 18px;
  color: #fff;
  background: #0b7f95;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(11, 127, 149, 0.2);
}
.header-contact:hover {
  background: #0787d8;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
}.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 75px);
  padding: clamp(56px, 8vw, 92px) clamp(20px, 5vw, 72px) 64px;
  background: linear-gradient(135deg, rgba(11, 111, 135, 0.08), rgba(32, 162, 120, 0.06)), radial-gradient(circle at top right, rgba(240, 163, 74, 0.12), transparent 34%);
}
.eyebrow { margin: 0 0 12px; color: var(--primary); font-size: 14px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(38px, 5.2vw, 68px); line-height: 1.08; letter-spacing: 0; }
h2 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 42px); line-height: 1.18; letter-spacing: 0; }
h3 { margin-bottom: 8px; font-size: 20px; }
.hero-slide[data-slide="0"] .hero-copy {
  max-width: 680px;
}
.hero-slide[data-slide="0"] .hero-copy h1 {
  max-width: 680px;
  font-size: clamp(42px, 3.1vw, 52px);
  font-weight: 500;
  line-height: 1.42;
}
.hero-slide[data-slide="0"] .hero-lead {
  color: #23384f;
  font-size: 15px;
  line-height: 1.8;
  white-space: nowrap;
}
.hero-slide[data-slide="0"] .hero-tags {
  margin-top: 22px;
  color: #23445d;
  font-size: 15px;
}
.hero-slide[data-slide="1"] .hero-copy,
.hero-slide[data-slide="2"] .hero-copy,
.hero-slide[data-slide="3"] .hero-copy {
  max-width: 680px;
}
.hero-slide[data-slide="1"] .hero-copy h2,
.hero-slide[data-slide="2"] .hero-copy h2,
.hero-slide[data-slide="3"] .hero-copy h2 {
  max-width: 680px;
  font-size: clamp(42px, 3.1vw, 52px);
  font-weight: 500;
  line-height: 1.42;
}
.hero-slide[data-slide="1"] .hero-lead,
.hero-slide[data-slide="2"] .hero-lead,
.hero-slide[data-slide="3"] .hero-lead {
  color: #23384f;
  font-size: 15px;
  line-height: 1.8;
  white-space: nowrap;
}
.hero-slide[data-slide="1"] .hero-tags,
.hero-slide[data-slide="2"] .hero-tags,
.hero-slide[data-slide="3"] .hero-tags {
  margin-top: 22px;
  color: #23445d;
  font-size: 15px;
}
.hero-lead { max-width: 680px; color: #415f67; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 22px; }
.button.primary { color: #fff; background: var(--primary); border: 0; cursor: pointer; }
.button.secondary { color: var(--primary-dark); background: #fff; border: 1px solid var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; color: #406068; font-size: 14px; }
.trust-list li { padding: 7px 11px; background: rgba(255, 255, 255, 0.72); border: 1px solid var(--line); border-radius: 999px; }
.product-visual { min-height: 520px; padding: 18px; background: #eef7f8; border: 1px solid #cae0e4; border-radius: 8px; box-shadow: var(--shadow); }
.visual-topbar { display: flex; gap: 8px; margin-bottom: 18px; }
.visual-topbar span { width: 11px; height: 11px; background: #94b7bf; border-radius: 999px; }
.dashboard-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.dashboard-card p { margin-bottom: 8px; color: var(--muted); }
.dashboard-card strong { display: block; font-size: 26px; }
.main-metric { margin-bottom: 16px; }
.main-metric strong { font-size: 46px; color: var(--primary-dark); }
.main-metric em { color: var(--accent); font-style: normal; font-weight: 700; }
.visual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.flow-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 18px; }
.flow-line span { padding: 12px 10px; color: #fff; text-align: center; background: var(--primary-dark); border-radius: 6px; font-weight: 700; }
.hero-carousel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 166, 214, 0.12), transparent 28%),
    linear-gradient(180deg, #f4fbfe 0%, #e9f7fb 52%, #f8fbfd 100%);
  border-bottom: 1px solid #d8edf3;
}
.hero-carousel::before,
.hero-carousel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 120px;
  background: rgba(0, 136, 204, 0.06);
  transform: skew(-34deg) rotate(-8deg);
  pointer-events: none;
}
.hero-carousel::before { right: 6vw; top: 170px; }
.hero-carousel::after { left: 39vw; bottom: 70px; }
.hero-track {
  position: relative;
  min-height: 760px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  padding: 68px clamp(72px, 10vw, 180px) 86px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(36px);
  transition: opacity 480ms ease, transform 480ms ease, visibility 480ms ease;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 1;
}
.hero-copy { max-width: 560px; }
.hero-copy h1,
.hero-copy h2 {
  margin-bottom: 24px;
  color: #1f2c35;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.26;
}
.hero-lead {
  max-width: 620px;
  color: #415f67;
  font-size: 18px;
}
.hero-tags {
  margin: 26px 0 32px;
  color: #23445d;
  font-size: 15px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}
.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
}
.mock-window {
  width: min(720px, 100%);
  min-height: 500px;
  overflow: hidden;
  background: #eef8fb;
  border: 1px solid #b8dce5;
  border-radius: 6px;
  box-shadow: 0 26px 54px rgba(35, 68, 93, 0.2);
}
.pc-dashboard-preview {
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.mock-systembar {
  display: grid;
  grid-template-columns: 1fr 58px 58px;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(100deg, #075777 0%, #008ec3 100%);
}
.mock-systembar strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}
.mock-systembar span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
.mock-systembar i {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}
.mock-body { display: grid; grid-template-columns: 96px 1fr; min-height: 424px; }
.mock-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px 10px;
  background: #edf8fb;
  border-right: 1px solid #cce8ef;
}
.mock-sidebar b {
  display: block;
  padding: 8px 9px;
  color: #075777;
  background: #dff5fa;
  border: 1px solid #9dd5e4;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
}
.mock-sidebar b:first-child {
  color: #15323b;
  background: linear-gradient(180deg, #fff3bf, #ffd866);
  border-color: #f0a800;
}
.mock-content { padding: 16px 18px 18px; background: #f8fcfd; }
.mock-breadcrumb { margin-bottom: 14px; color: #78909a; font-size: 13px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.mock-kpis div {
  min-height: 82px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #cfe5ec;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(35, 68, 93, 0.06);
}
.mock-kpis div:first-child,
.mock-kpis div:nth-child(3) { background: #eafaf6; border-color: #bdebdc; }
.mock-kpis span { display: block; color: #6b8390; font-size: 12px; }
.mock-kpis strong { display: block; margin-top: 7px; color: #1f2c35; font-size: 24px; line-height: 1; }
.mock-kpis em {
  display: block;
  margin-top: 10px;
  color: #7a9099;
  font-size: 11px;
  font-style: normal;
}
.exposed-area {
  position: relative;
  z-index: 1;
}.mock-analysis { display: grid; grid-template-columns: 1.5fr 0.9fr; gap: 12px; }
.mock-chart-card,
.mock-side-list {
  min-height: 166px;
  padding: 17px 18px;
  background: #fff;
  border: 1px solid #d8e8ef;
  border-radius: 6px;
}
.mock-chart-card p,
.mock-side-list p { margin: 0 0 12px; color: #23445d; font-size: 13px; font-weight: 800; }
.line-chart {
  position: relative;
  height: 108px;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, #fff, #fff 25px, #edf3f6 26px), repeating-linear-gradient(90deg, transparent, transparent 72px, #edf3f6 73px);
  border-bottom: 2px solid #ff365f;
}
.line-chart span:first-child {
  position: absolute;
  left: 10px;
  right: 14px;
  top: 32px;
  height: 60px;
  border-top: 4px solid #12aee8;
  border-radius: 50% 50% 0 0;
  transform: skewX(-10deg);
}
.line-chart span:last-child {
  position: absolute;
  left: 42%;
  top: 20px;
  width: 18px;
  height: 18px;
  background: #16a9e6;
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(22, 169, 230, 0.24);
}
.mock-side-list { display: grid; align-content: start; gap: 8px; }
.mock-side-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 26px;
  padding: 5px 8px;
  color: #324b57;
  border: 1px solid #d6e7ee;
  border-radius: 4px;
  background: #fbfdfe;
  font-size: 11px;
}
.ui-placeholder {
  display: inline-block;
  height: 10px;
  min-width: 56px;
  background: linear-gradient(90deg, #b8d9e4 0%, #dcebf1 100%);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(18, 63, 78, 0.08);
  vertical-align: middle;
}
.ui-placeholder.short { width: 52px; }
.ui-placeholder.mid { width: 74px; }
.ui-placeholder.wide { width: 88px; }
.ui-placeholder.long { width: 112px; }
.mock-side-list span b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.mock-side-list span em { color: #1f2c35; font-style: normal; font-weight: 800; }
.mock-bottom {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 12px;
  margin-top: 12px;
}
.mock-bar-card,
.mock-return-card {
  min-height: 96px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #d8e8ef;
  border-radius: 6px;
}
.mock-bar-card p,
.mock-return-card p {
  margin: 0 0 12px;
  color: #23445d;
  font-size: 12px;
  font-weight: 800;
}
.mock-bar-card i {
  display: block;
  height: 20px;
  margin: 10px 0;
  background: #ff7a18;
  border-radius: 4px;
}
.mock-bar-card i:first-of-type { width: 78%; }
.mock-bar-card i:last-of-type { width: 24%; }
.mock-return-card span {
  display: block;
  padding: 9px 10px;
  color: #516875;
  background: #fbfdfe;
  border: 1px solid #dce9ee;
  border-radius: 4px;
  font-size: 11px;
}
.mosaic-title,
.mosaic-subtitle,
.mosaic-line,
.mosaic-text,
.mosaic-number,
.mosaic-heading,
.mosaic-sidebar b {
  position: relative;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
}
.mosaic-title,
.mosaic-subtitle,
.mosaic-line,
.mosaic-text,
.mosaic-number,
.mosaic-heading {
  display: block;
  background: linear-gradient(90deg, #b8d9e4 0%, #d8e7ee 100%);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(18, 63, 78, 0.08);
}
.mosaic-title {
  width: 305px;
  height: 26px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}
.mosaic-subtitle {
  width: 250px;
  height: 10px;
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.44);
}
.mosaic-sidebar b {
  min-height: 30px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.mosaic-sidebar b::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #27b9c2;
  opacity: 0.9;
}
.mosaic-sidebar b::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  left: 31px;
  height: 10px;
  border-radius: 999px;
  background: #b9dce6;
}
.mosaic-sidebar b:nth-child(1)::before { background: #ffd55d; }
.mosaic-sidebar b:nth-child(2)::before { background: #c582ef; }
.mosaic-sidebar b:nth-child(3)::before { background: #58d46e; }
.mosaic-sidebar b:nth-child(4)::before { background: #28b9c8; }
.mosaic-sidebar b:nth-child(5)::before { background: #74d779; }
.mosaic-line {
  width: 170px;
  height: 14px;
  background: #cbdce5;
  opacity: 0.72;
}
.mosaic-heading { width: 120px; height: 14px; background: #405866; opacity: 0.88; }
.slide-badge {
  position: absolute;
  right: 12%;
  bottom: 34px;
  z-index: 2;
  min-width: 116px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #22b6e8, #0787d8);
  border: 3px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(7, 135, 216, 0.28);
  font-size: 19px;
  font-weight: 900;
}
.app-screenshot-scene {
  min-height: 540px;
}
.mobile-screenshot-frame.iphone-14-pro {
  position: relative;
  width: min(366px, 82%);
  height: 640px;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #203c52 0%, #0f2738 48%, #274a61 100%);
  border: 1px solid #31566e;
  border-radius: 54px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 0 8px #132d40,
    0 30px 62px rgba(35, 68, 93, 0.3);
}
.mobile-screenshot-frame.iphone-14-pro::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 5;
  width: 106px;
  height: 30px;
  background: radial-gradient(circle at 78px 15px, #263f50 0 4px, #081a26 5px 8px, transparent 9px), #071925;
  border-radius: 999px;
  transform: translateX(-50%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.08), 0 1px 3px rgba(0, 0, 0, 0.22);
}
.mobile-screenshot-frame.iphone-14-pro::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 43px;
  pointer-events: none;
}
.iphone-screen {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f7fbfd;
  border-radius: 42px;
}
.iphone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.iphone-button {
  display: none;
}
.iphone-button.volume-up { left: -4px; top: 126px; height: 54px; }
.iphone-button.volume-down { left: -4px; top: 194px; height: 72px; }
.iphone-button.power { right: -4px; top: 168px; height: 92px; }
.mobile-ui-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  background: #1768ad;
}
.mobile-ui-card,
.mobile-ui-grid > div,
.mobile-ui-section,
.mobile-ui-two > div,
.mobile-ui-remind {
  background: #fff;
  border: 1px solid #d9e7ee;
  border-radius: 5px;
}
.mobile-ui-card.large {
  display: grid;
  gap: 8px;
  min-height: 78px;
  padding: 12px;
  border-color: #bfe7d8;
}
.mobile-ui-card span,
.mobile-ui-grid span,
.mobile-ui-section p,
.mobile-ui-two p,
.mobile-ui-remind p,
.mobile-ui-card b,
.mobile-ui-grid b,
.mobile-ui-card i,
.mobile-ui-grid i,
.mobile-ui-two span,
.mobile-ui-remind span {
  display: block;
  background: linear-gradient(90deg, #b8d9e4 0%, #dcebf1 100%);
  border-radius: 999px;
}
.mobile-ui-card span,
.mobile-ui-grid span { width: 72px; height: 9px; }
.mobile-ui-card b,
.mobile-ui-grid b { width: 92px; height: 20px; background: #162133; border-radius: 4px; }
.mobile-ui-card i,
.mobile-ui-grid i { width: 116px; height: 8px; }
.mobile-ui-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.mobile-ui-grid > div { display: grid; gap: 8px; min-height: 78px; padding: 12px; }
.mobile-ui-section { margin-top: 10px; padding: 12px; }
.mobile-ui-section p,
.mobile-ui-two p,
.mobile-ui-remind p { width: 88px; height: 12px; margin: 0 0 10px; background: #263746; }
.mobile-ui-section nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 10px; }
.mobile-ui-section nav span { height: 24px; background: #f9fcfd; border: 1px solid #d6e7ee; border-radius: 4px; }
.mobile-ui-section nav span:first-child { background: #1768ad; border-color: #1768ad; }
.mobile-ui-bars { display: grid; gap: 8px; padding: 10px 6px; background: #fbfdfe; border: 1px solid #e0ebef; border-radius: 5px; }
.mobile-ui-bars i { display: block; height: 5px; border-radius: 999px; background: #14aae7; }
.mobile-ui-bars i:first-child { width: 88%; }
.mobile-ui-bars i:last-child { width: 55%; }
.mobile-ui-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.mobile-ui-two > div { min-height: 112px; padding: 10px; }
.mobile-ui-two span { height: 9px; margin: 9px 0; }
.mobile-ui-two span:nth-child(2) { width: 78%; }
.mobile-ui-two span:nth-child(3) { width: 52%; }
.mobile-ui-two span:nth-child(4) { width: 68%; }
.mobile-ui-two span:nth-child(5) { width: 48%; }
.mobile-ui-remind { margin-top: 10px; padding: 12px; }
.mobile-ui-remind span { height: 10px; margin: 14px 0; }
.mobile-ui-remind span:nth-child(2) { width: 88%; }
.mobile-ui-remind span:nth-child(3) { width: 72%; }
.mobile-ui-remind span:nth-child(4) { width: 64%; }
.mobile-ui-placeholder {
  height: 100%;
  overflow: hidden;
  padding: 44px 12px 14px;
  background: #f7fbfd;
}
.mobile-ui-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  background: #1768ad;
}
.mobile-ui-card,
.mobile-ui-grid > div,
.mobile-ui-section,
.mobile-ui-two > div,
.mobile-ui-remind {
  background: #fff;
  border: 1px solid #d9e7ee;
  border-radius: 5px;
}
.mobile-ui-card.large {
  display: grid;
  gap: 8px;
  min-height: 78px;
  padding: 12px;
  border-color: #bfe7d8;
}
.mobile-ui-card span,
.mobile-ui-grid span,
.mobile-ui-section p,
.mobile-ui-two p,
.mobile-ui-remind p,
.mobile-ui-card b,
.mobile-ui-grid b,
.mobile-ui-card i,
.mobile-ui-grid i,
.mobile-ui-two span,
.mobile-ui-remind span {
  display: block;
  background: linear-gradient(90deg, #b8d9e4 0%, #dcebf1 100%);
  border-radius: 999px;
}
.mobile-ui-card span,
.mobile-ui-grid span { width: 72px; height: 9px; }
.mobile-ui-card b,
.mobile-ui-grid b { width: 92px; height: 20px; background: #162133; border-radius: 4px; }
.mobile-ui-card i,
.mobile-ui-grid i { width: 116px; height: 8px; }
.mobile-ui-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.mobile-ui-grid > div { display: grid; gap: 8px; min-height: 78px; padding: 12px; }
.mobile-ui-section { margin-top: 10px; padding: 12px; }
.mobile-ui-section p,
.mobile-ui-two p,
.mobile-ui-remind p { width: 88px; height: 12px; margin: 0 0 10px; background: #263746; }
.mobile-ui-section nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 10px; }
.mobile-ui-section nav span { height: 24px; background: #f9fcfd; border: 1px solid #d6e7ee; border-radius: 4px; }
.mobile-ui-section nav span:first-child { background: #1768ad; border-color: #1768ad; }
.mobile-ui-bars { display: grid; gap: 8px; padding: 10px 6px; background: #fbfdfe; border: 1px solid #e0ebef; border-radius: 5px; }
.mobile-ui-bars i { display: block; height: 5px; border-radius: 999px; background: #14aae7; }
.mobile-ui-bars i:first-child { width: 88%; }
.mobile-ui-bars i:last-child { width: 55%; }
.mobile-ui-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.mobile-ui-two > div { min-height: 112px; padding: 10px; }
.mobile-ui-two span { height: 9px; margin: 9px 0; }
.mobile-ui-two span:nth-child(2) { width: 78%; }
.mobile-ui-two span:nth-child(3) { width: 52%; }
.mobile-ui-two span:nth-child(4) { width: 68%; }
.mobile-ui-two span:nth-child(5) { width: 48%; }
.mobile-ui-remind { margin-top: 10px; padding: 12px; }
.mobile-ui-remind span { height: 10px; margin: 14px 0; }
.mobile-ui-remind span:nth-child(2) { width: 88%; }
.mobile-ui-remind span:nth-child(3) { width: 72%; }
.mobile-ui-remind span:nth-child(4) { width: 64%; }
.mobile-screenshot-frame.mini-preview { transform: none; }
.miniapp-scene .slide-badge {
  right: 10%;
  bottom: 42px;
  z-index: 4;
}
.app-screenshot-scene .slide-badge {
  right: 13%;
  bottom: 34px;
}
.phone-frame,
.mini-shell {
  width: 250px;
  min-height: 500px;
  padding: 22px 18px;
  background: #ffffff;
  border: 8px solid #213447;
  border-radius: 34px;
  box-shadow: 0 28px 52px rgba(35, 68, 93, 0.2);
}
.phone-header { width: 74px; height: 8px; margin: 0 auto 24px; border-radius: 999px; background: #223549; }
.phone-card { display: grid; gap: 8px; padding: 18px; color: #fff; background: linear-gradient(135deg, #0787d8, #25c5d4); border-radius: 14px; }
.phone-card strong { font-size: 30px; }
.phone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.phone-grid span { height: 78px; border-radius: 14px; background: #eef8fb; border: 1px solid #caeaf2; }
.phone-list { display: grid; gap: 10px; }
.phone-list i { height: 13px; border-radius: 999px; background: #c7e6ee; }
.phone-note {
  position: absolute;
  right: 18%;
  top: 115px;
  display: grid;
  gap: 2px;
  min-width: 130px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #c9e7ef;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(35, 68, 93, 0.16);
}
.phone-note strong { color: #0b6f87; font-size: 34px; line-height: 1; }
.mini-shell { border-color: #0c7891; }
.mini-user { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.mini-user span { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #ff2b86, #ff6aa2); }
.mini-status { padding: 20px; color: #fff; background: linear-gradient(135deg, #0b6f87, #20a278); border-radius: 14px; font-weight: 900; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.mini-grid span { display: grid; place-items: center; min-height: 72px; background: #eef8fb; border: 1px solid #caeaf2; border-radius: 14px; font-weight: 800; }
.mini-banner { height: 96px; border-radius: 16px; background: linear-gradient(135deg, #dff5fa, #ffffff); border: 1px solid #c9e7ef; }
.gsp-scene {
  min-height: 520px;
}
.gsp-dashboard-preview {
  width: min(760px, 100%);
  min-height: 500px;
  overflow: hidden;
  background: #edf8fb;
  border: 1px solid #b8dce5;
  border-radius: 7px;
  box-shadow: 0 26px 54px rgba(35, 68, 93, 0.2);
}
.gsp-topbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 74px;
  padding: 14px 20px;
  background: linear-gradient(100deg, #075777 0%, #008ec3 100%);
}
.gsp-brand-mask { display: grid; gap: 9px; width: 290px; }
.gsp-brand-mask span,
.gsp-brand-mask i,
.gsp-user-mask span,
.gsp-user-mask i,
.gsp-page-head span,
.gsp-page-head b,
.gsp-side-mask span,
.gsp-icon-grid i::after,
.gsp-quality-panel .panel-title {
  display: block;
  background: linear-gradient(90deg, #b8d9e4 0%, #dcebf1 100%);
  border-radius: 999px;
}
.gsp-brand-mask span { width: 280px; height: 24px; background: rgba(255, 255, 255, 0.86); border-radius: 4px; }
.gsp-brand-mask i { width: 245px; height: 9px; background: rgba(255, 255, 255, 0.42); }
.gsp-user-mask { display: flex; align-items: center; gap: 14px; }
.gsp-user-mask span { width: 72px; height: 34px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 4px; }
.gsp-user-mask i { width: 120px; height: 18px; background: rgba(255, 255, 255, 0.42); }
.gsp-layout { display: grid; grid-template-columns: 92px 1fr; min-height: 426px; }
.gsp-side-mask {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 16px 10px;
  background: #f4fbfd;
  border-right: 1px solid #d4eaf0;
}
.gsp-side-mask span { height: 24px; background: #c1e1eb; }
.gsp-side-mask span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 0 0 5px;
  background: #24b8c7;
  border-radius: 4px;
}
.gsp-side-mask span:nth-child(8) { background: linear-gradient(180deg, #fff3bf, #ffd866); }
.gsp-main-mask { padding: 18px 22px 24px; }
.gsp-page-head { display: grid; gap: 20px; width: 150px; margin-bottom: 20px; }
.gsp-page-head span { width: 132px; height: 12px; background: #c7dce5; }
.gsp-page-head b { width: 108px; height: 20px; background: #263746; border-radius: 4px; }
.gsp-feature-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-bottom: 28px; }
.gsp-icon-grid i {
  position: relative;
  display: block;
  min-height: 74px;
}
.gsp-icon-grid i::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  background: #e9f8fb;
  border: 1px solid #cceaf1;
  border-radius: 14px;
}
.gsp-icon-grid i:nth-child(5n + 2)::before { background: #fff5e8; border-color: #ffe2bf; }
.gsp-icon-grid i:nth-child(5n + 3)::before { background: #f4edff; border-color: #e3d4ff; }
.gsp-icon-grid i::after { content: ""; width: 72px; height: 10px; margin: 0 auto; }
.gsp-exposed-features article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 94px;
}
.gsp-exposed-features article i {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 16px;
  background: #e9f8fb;
  border: 1px solid #cceaf1;
}
.gsp-exposed-features article i::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 4px solid #0787d8;
  border-radius: 4px;
}
.gsp-exposed-features article strong {
  color: #263746;
  font-size: 13px;
  line-height: 1.22;
  text-align: center;
  font-weight: 900;
}
.gsp-exposed-features article[data-icon="product"] i { background: #fff5e8; border-color: #ffe2bf; }
.gsp-exposed-features article[data-icon="product"] i::before { border-color: #ef6c00; transform: rotate(30deg); }
.gsp-exposed-features article[data-icon="trace"] i { background: #f4edff; border-color: #e3d4ff; }
.gsp-exposed-features article[data-icon="trace"] i::before { border-color: #884ee8; border-style: dotted; border-radius: 7px; }
.gsp-exposed-features article[data-icon="license"] i { background: #e9fbef; border-color: #c8f0d6; }
.gsp-exposed-features article[data-icon="license"] i::before { border-color: #009b72; border-radius: 50%; }
.gsp-exposed-features article[data-icon="ledger"] i { background: #eef6ff; border-color: #d5e8ff; }
.gsp-exposed-features article[data-icon="ledger"] i::before { width: 24px; height: 20px; border-width: 0 0 4px 4px; border-color: #2d6cdf; border-radius: 0; }
.gsp-exposed-features article[data-icon="transport"] i { background: #fff0f1; border-color: #ffd8dc; }
.gsp-exposed-features article[data-icon="transport"] i::before { width: 26px; height: 26px; border-color: #df2755; border-radius: 50%; border-style: double; }
.gsp-quality-panel { padding-top: 16px; border-top: 1px solid #d9eef3; }
.gsp-quality-panel .panel-title { width: 118px; height: 18px; margin-bottom: 22px; background: #263746; border-radius: 4px; }
.gsp-icon-grid { display: grid; grid-template-columns: repeat(7, 1fr); column-gap: 16px; row-gap: 26px; }
.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 72px;
  padding: 0;
  color: #fff;
  background: rgba(31, 44, 53, 0.28);
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-size: 46px;
  line-height: 1;
  transform: translateY(-50%);
}
.carousel-control.next { right: 0; border-radius: 6px 0 0 6px; }
.carousel-control.prev { left: 0; }
.carousel-control:hover { background: rgba(7, 135, 216, 0.78); }
.carousel-dots {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #b7c6cf;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}
.carousel-dots button.is-active { width: 22px; background: #0787d8; }
.section { padding: 86px clamp(20px, 5vw, 72px); }
.section-lead {
  max-width: 980px;
  margin: 12px 0 0;
  color: #48636b;
  font-size: 18px;
  line-height: 1.9;
}
.solution-showcase {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 29, 34, 0.9) 0%, rgba(18, 42, 48, 0.82) 48%, rgba(15, 40, 46, 0.68) 100%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.3) 0 2px, transparent 3px),
    linear-gradient(135deg, #182f35 0%, #5f6f70 52%, #253c40 100%);
}
.solution-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0 34%, rgba(255, 255, 255, 0.12) 34% 35%, transparent 35% 100%),
    repeating-linear-gradient(0deg, transparent 0 86px, rgba(255, 255, 255, 0.13) 87px, transparent 89px),
    repeating-linear-gradient(90deg, transparent 0 220px, rgba(255, 255, 255, 0.1) 221px, transparent 223px);
  opacity: 0.5;
}
.solution-showcase::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 440px;
  height: 280px;
  background:
    radial-gradient(ellipse at 35% 64%, rgba(255, 255, 255, 0.16) 0 16px, transparent 17px),
    radial-gradient(ellipse at 64% 62%, rgba(255, 255, 255, 0.14) 0 18px, transparent 19px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 5px, transparent 6px);
  opacity: 0.65;
}
.solution-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.solution-showcase .eyebrow,
.solution-showcase h2,
.solution-showcase p {
  color: #fff;
}
.solution-showcase h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(34px, 2.45vw, 42px);
  font-weight: 500;
  line-height: 1.42;
}
.solution-showcase p {
  margin-bottom: 18px;
  font-size: 18px;
}
.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 62px;
}
.solution-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 18px;
  background: #0f98e8;
  border-radius: 999px;
  font-weight: 800;
}
.solution-icons {
  display: grid;
  grid-template-columns: repeat(4, 132px);
  gap: 34px 42px;
  margin-bottom: 46px;
}
.solution-icons a {
  display: grid;
  place-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
}
.solution-icons span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.solution-icons strong {
  font-size: 16px;
  font-weight: 700;
}
.solution-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
}
.section-heading { max-width: 840px; margin-bottom: 34px; }
.scenarios-section .section-heading { max-width: 1120px; }
.scenarios-section .section-heading h2 { white-space: nowrap; font-size: clamp(30px, 2.7vw, 42px); }
.pain-grid, .feature-grid, .scenario-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pain-grid article, .feature-grid article, .scenario-list article { padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.pain-grid span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 18px; color: var(--primary); background: #e8f5f7; border-radius: 6px; font-weight: 800; }
.feature-section { background: #fff; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid .icon { margin-bottom: 18px; background: var(--accent); }
.service-showcase {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 64px clamp(20px, 5vw, 72px) 78px;
  background: linear-gradient(90deg, #eaf5fb 0%, #eaf5fb 45%, rgba(234, 245, 251, 0.82) 66%, rgba(234, 245, 251, 0.42) 100%);
}
.service-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(234, 245, 251, 0.92) 0 58%, rgba(234, 245, 251, 0.62) 72%, rgba(234, 245, 251, 0.12) 100%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.76) 0 12%, transparent 13%),
    linear-gradient(135deg, transparent 0 58%, rgba(9, 87, 116, 0.14) 58% 60%, transparent 60% 100%);
  z-index: 1;
}
.service-showcase h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 72px;
  color: #0b1720;
  text-align: center;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.2;
}
.service-showcase-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 0.62fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}
.service-offerings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 70px;
}
.service-offerings article {
  min-height: 92px;
}
.service-offerings h3 {
  margin-bottom: 10px;
  color: #0b1720;
  font-size: 20px;
  font-weight: 900;
}
.service-offerings p {
  margin: 0;
  color: #102938;
  font-size: 16px;
  line-height: 1.62;
}
.service-visual {
  position: absolute;
  top: -18px;
  right: -96px;
  bottom: -78px;
  width: min(46vw, 560px);
  opacity: 0.72;
}
.consultant-figure {
  position: absolute;
  right: 86px;
  bottom: 0;
  width: 270px;
  height: 500px;
}
.consultant-figure::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 86px;
  width: 116px;
  height: 116px;
  background: linear-gradient(145deg, #f3dccd, #c9d5df);
  border-radius: 46% 54% 50% 50%;
  box-shadow: 0 0 0 12px rgba(30, 55, 66, 0.08);
}
.consultant-figure span {
  position: absolute;
  top: 128px;
  left: 50px;
  width: 210px;
  height: 300px;
  background: linear-gradient(135deg, rgba(65, 85, 103, 0.9), rgba(122, 141, 155, 0.72));
  border-radius: 70px 84px 18px 18px;
  transform: skewX(-6deg);
}
.consultant-figure i {
  position: absolute;
  top: 158px;
  left: 128px;
  width: 34px;
  height: 252px;
  background: rgba(33, 89, 136, 0.72);
  border-radius: 20px;
  transform: rotate(-6deg);
}
.consultant-figure b {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 116px;
  height: 28px;
  background: rgba(77, 96, 109, 0.5);
  border-radius: 999px;
  transform: rotate(18deg);
}
.service-board {
  position: absolute;
  top: 90px;
  right: 16px;
  display: grid;
  gap: 8px;
  width: 120px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}
.service-board span {
  height: 8px;
  background: rgba(15, 111, 135, 0.28);
  border-radius: 999px;
}
.service-board span:nth-child(2) { width: 74%; background: rgba(240, 163, 74, 0.34); }
.service-board span:nth-child(3) { width: 86%; background: rgba(32, 162, 120, 0.3); }
.service-board span:nth-child(4) { width: 62%; }
.gsp-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr); gap: 40px; align-items: center; color: #fff; background: #123c46; }
.gsp-copy p:not(.eyebrow) { color: #d4e7ea; }
.gsp-section .eyebrow { color: #87e0c3; }
.text-link { display: inline-flex; margin-top: 12px; color: #9ce6cd; font-weight: 800; }
.compliance-list { display: grid; gap: 14px; }
.compliance-list div { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; }
.compliance-list span { color: #d4e7ea; text-align: right; }
.contact-section { position: relative; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr); gap: 48px; align-items: start; padding: 86px clamp(20px, 5vw, 72px); background: linear-gradient(135deg, #eaf6f7, #ffffff); }
.section-anchor {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 88px;
}
.about-copy {
  max-width: 880px;
  padding-top: 8px;
}
.about-copy h2 {
  max-width: 1120px;
  margin-bottom: 22px;
  font-size: clamp(32px, 2.55vw, 44px);
  font-weight: 800;
  line-height: 1.22;
  white-space: nowrap;
}
.about-copy p {
  max-width: 820px;
  color: #24444d;
  font-size: 18px;
  line-height: 1.92;
}
.about-lead {
  margin-bottom: 16px;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 30px;
}
.about-points span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  color: #12323b;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #cfe3e8;
  border-left: 4px solid #0b7f95;
  border-radius: 8px;
  font-weight: 800;
}
.contact-form { display: grid; gap: 16px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 44px rgba(16, 57, 67, 0.1); }
label { display: grid; gap: 7px; color: #35535b; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid #cbdde1; border-radius: 6px; font: inherit; }
textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 36px clamp(20px, 5vw, 72px); color: #d6e7ea; background: #0f2d35; }
.site-footer p { margin-bottom: 0; }
.contact-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.contact-qr-modal.is-open {
  display: flex;
}
.contact-qr-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 30, 0.56);
  backdrop-filter: blur(4px);
}
.contact-qr-dialog {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  padding: 28px 28px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e6e8;
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(8, 24, 30, 0.24);
}
.contact-qr-dialog h2 {
  margin-bottom: 8px;
  color: #12323b;
  font-size: 24px;
  line-height: 1.25;
}
.contact-qr-dialog p {
  margin-bottom: 18px;
  color: #5d737a;
  font-size: 14px;
}
.contact-qr-dialog img {
  display: block;
  width: min(236px, 100%);
  height: auto;
  margin: 0 auto;
  border: 1px solid #eef3f5;
}
.contact-qr-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #5d737a;
  background: #f3f8f9;
  border: 1px solid #d9e6e8;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.contact-qr-close:hover {
  color: #fff;
  background: #0b7f95;
  border-color: #0b7f95;
}
.copyright { grid-column: 1 / -1; color: #9db8bf; font-size: 13px; }
@media (max-width: 980px) {

.header-inner {
    display: flex;
    min-height: 68px;
    justify-content: space-between;
    gap: 14px;
    padding: 0 20px;
  }
  .brand { min-width: 0; }
  .brand-name { font-size: 19px; }
  .brand-logo { width: 38px; height: 38px; }
    .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 68px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 44px; padding: 0 14px; }
  .site-nav a::after { display: none; }
  .header-contact { display: none; }
  .hero, .gsp-section, .contact-section, .site-footer { grid-template-columns: 1fr; }
  .product-visual { min-height: auto; }
  .pain-grid, .feature-grid, .scenario-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .brand-name { font-size: 16px; }
  .brand-logo { width: 34px; height: 34px; }
  .hero { padding-top: 44px; }
  .hero-actions, .hero-actions .button, .contact-form .button { width: 100%; }
  .pain-grid, .feature-grid, .scenario-list, .visual-grid, .flow-line { grid-template-columns: 1fr; }
  .scenarios-section .section-heading h2 { white-space: normal; font-size: 26px; }
  .main-metric strong { font-size: 36px; }
  .compliance-list div { display: grid; }
  .compliance-list span { text-align: left; }
  .about-copy h2 { font-size: 28px; white-space: normal; }
  .about-copy p { font-size: 16px; line-height: 1.8; }
  .about-points { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) {
  .hero-carousel,
  .hero-track { min-height: 900px; }
  .hero-slide {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: center;
    padding: 54px 58px 82px;
  }
  .hero-copy { max-width: 720px; }
  .hero-media { min-height: 360px; }
  .mock-window { width: min(620px, 100%); }
.slide-badge { right: 50%; transform: translateX(50%); bottom: 24px; }
}

@media (max-width: 620px) {
  .hero-carousel,
  .hero-track { min-height: 820px; }
  .hero-carousel::before,
  .hero-carousel::after { display: none; }
  .hero-slide { padding: 38px 22px 76px; }
  .hero-copy h1,
  .hero-copy h2 { font-size: 34px; line-height: 1.22; }
  .hero-lead { font-size: 16px; }
  .hero-tags { margin: 18px 0 24px; font-size: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 300px; }
  .mock-window { min-height: 310px; }
  .mock-body { grid-template-columns: 74px 1fr; min-height: 250px; }
  .mock-sidebar { padding: 10px 7px; } .mock-sidebar b { padding: 7px 6px; font-size: 10px; }
  .mock-content { padding: 12px; } .mock-systembar { min-height: 58px; padding: 12px 14px; grid-template-columns: 1fr 38px 38px; } .mock-systembar strong { font-size: 16px; } .mock-systembar span { display: none; } .mock-kpis { grid-template-columns: 1fr; gap: 7px; } .mock-kpis div { min-height: 48px; padding: 10px; } .mock-kpis strong { font-size: 18px; } .mock-analysis { grid-template-columns: 1fr; } .mock-side-list { display: none; } .mock-chart-card { min-height: 110px; } .line-chart { height: 70px; }
  .app-screenshot-scene { min-height: 430px; }
.phone-frame,
  .mini-shell { width: 210px; min-height: 400px; border-width: 7px; }
  .phone-note { right: 4%; top: 78px; min-width: 108px; padding: 12px 14px; }
  .gsp-dashboard-preview { min-height: 360px; }
  .gsp-topbar { min-height: 52px; padding: 10px 12px; }
  .gsp-brand-mask { width: 180px; }
  .gsp-brand-mask span { width: 170px; height: 16px; }
  .gsp-brand-mask i { width: 138px; }
  .gsp-user-mask span { display: none; }
  .gsp-user-mask i { width: 64px; }
  .gsp-layout { grid-template-columns: 54px 1fr; min-height: 300px; }
  .gsp-side-mask { gap: 8px; padding: 10px 7px; }
  .gsp-side-mask span { height: 18px; }
  .gsp-side-mask span::before { width: 10px; height: 10px; margin-top: 4px; }
  .gsp-main-mask { padding: 12px; }
  .gsp-feature-row { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
  .gsp-feature-row i { min-height: 54px; }  .gsp-icon-grid i::before { width: 30px; height: 30px; border-radius: 10px; margin-bottom: 8px; }  .gsp-icon-grid i::after { width: 46px; height: 8px; }
  .gsp-exposed-features article { min-height: 62px; gap: 7px; }
  .gsp-exposed-features article i { width: 34px; height: 34px; border-radius: 11px; }
  .gsp-exposed-features article i::before { width: 16px; height: 16px; border-width: 3px; }
  .gsp-exposed-features article strong { font-size: 10px; }  .gsp-quality-panel .panel-title { height: 13px; margin-bottom: 14px; }
  .gsp-icon-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .gsp-icon-grid i { min-height: 50px; }
.carousel-control { width: 36px; height: 58px; font-size: 36px; }
}








































@media (max-width: 980px) {
  .solution-showcase { min-height: auto; }
  .solution-content { max-width: none; }
  .solution-icons { grid-template-columns: repeat(4, minmax(96px, 1fr)); gap: 26px 18px; }
}

@media (max-width: 620px) {
  .solution-showcase { padding-top: 64px; padding-bottom: 64px; }
  .solution-showcase::after { display: none; }
  .solution-showcase h2 { font-size: 26px; }
  .solution-showcase p { font-size: 16px; }
  .solution-tags { gap: 8px; margin-bottom: 34px; }
  .solution-tags span { min-height: 32px; padding: 4px 13px; font-size: 14px; }
  .solution-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .solution-icons strong { font-size: 14px; }
  .solution-more { width: 100%; min-width: 0; }
}


@media (max-width: 980px) {
  .service-showcase { min-height: auto; padding: 58px 28px 66px; }
  .service-showcase h2 { margin-bottom: 44px; }
  .service-showcase-inner { grid-template-columns: 1fr; }
  .service-offerings { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
  .service-visual { right: -140px; width: 360px; opacity: 0.22; }
}

@media (max-width: 620px) {
  .service-showcase { padding: 46px 22px 54px; }
  .service-showcase h2 { margin-bottom: 34px; font-size: 26px; }
  .service-offerings { grid-template-columns: 1fr; gap: 24px; }
  .service-offerings article { min-height: 0; }
  .service-offerings h3 { font-size: 18px; }
  .service-offerings p { font-size: 15px; }
  .service-visual { display: none; }
}

