:root {
  --ink: #142238;
  --ink-soft: #4f6075;
  --muted: #64758a;
  --brand: #164a96;
  --brand-deep: #0d3475;
  --brand-soft: #eaf1fb;
  --surface: #f7f9fc;
  --surface-blue: #eef4fb;
  --white: #fefefe;
  --line: #dbe3ec;
  --line-soft: #e8edf3;
  --shadow-sm: 0 8px 24px rgba(27, 55, 91, 0.07);
  --shadow-lg: 0 24px 64px rgba(27, 55, 91, 0.13);
  --radius: 16px;
  --button-radius: 10px;
  --max: 1240px;
  --nav-h: 72px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --font: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; background: var(--surface); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { border: 0; cursor: pointer; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--surface-blue); }
.section-white { background: var(--white); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { margin-bottom: 14px; color: var(--brand); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 720; line-height: 1.18; }
h1 { font-size: clamp(2.9rem, 5vw, 4.8rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.5rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.025em; }
.lead { margin-top: 18px; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.9; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .78rem 1.4rem; border: 1px solid transparent; border-radius: var(--button-radius); font-size: .9rem; font-weight: 680; white-space: nowrap; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(22, 74, 150, .22); }
.btn-primary:hover { background: var(--brand-deep); box-shadow: 0 14px 30px rgba(22, 74, 150, .28); }
.btn-secondary { border-color: #aebdce; background: rgba(255,255,255,.75); color: var(--ink); }
.btn-secondary:hover { border-color: var(--brand); color: var(--brand); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: .9rem; font-weight: 680; }
.text-link::after { content: "↗"; transition: transform .2s var(--ease); }
.text-link:hover::after { transform: translate(2px, -2px); }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--nav-h); border-bottom: 1px solid rgba(22, 74, 150, .09); background: rgba(254,254,254,.92); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-nav.scrolled { box-shadow: 0 10px 30px rgba(27,55,91,.08); }
.nav-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; padding: 0; border: 0; background: transparent; box-shadow: none; }
.brand img { width: 124px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { display: block; padding: 8px 13px; border-radius: 8px; color: #506176; font-size: .9rem; font-weight: 580; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); background: var(--brand-soft); }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 9px; background: var(--brand-soft); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { position: relative; display: block; width: 20px; height: 2px; margin: auto; background: var(--brand-deep); content: ""; }
.nav-toggle span::before { position: absolute; top: -6px; }.nav-toggle span::after { position: absolute; top: 6px; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 100dvh; display: flex; align-items: center; overflow: hidden; padding: calc(var(--nav-h) + 46px) 0 64px; background: linear-gradient(135deg, #f7f9fc 0%, #edf3fb 100%); }
.hero::before { position: absolute; width: 560px; height: 560px; right: -260px; top: -150px; border: 1px solid rgba(22,74,150,.09); border-radius: 50%; box-shadow: 0 0 0 86px rgba(22,74,150,.018), 0 0 0 172px rgba(22,74,150,.012); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.hero-copy h1 { max-width: 12em; font-size: clamp(2.75rem, 4.5vw, 4.4rem); letter-spacing: -.035em; }
.hero-copy h1 span { color: var(--brand); }
.hero-copy .lead { max-width: 520px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.hero-media { position: relative; min-height: 520px; }
.hero-photo { position: absolute; inset: 0 0 40px 40px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-screen { position: absolute; width: 57%; left: 0; bottom: 0; overflow: hidden; border: 6px solid #fff; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 54px rgba(27, 55, 91, .18); }
.hero-screen img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; }
.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .55fr); align-items: center; min-height: 112px; gap: 28px; }
.proof-copy { color: var(--ink-soft); font-size: .94rem; }
.proof-item strong { display: block; color: var(--brand); font-size: 1.55rem; line-height: 1.1; }.proof-item span { color: var(--muted); font-size: .76rem; }

.product-launch-section { border-bottom: 1px solid var(--line-soft); }
.launch-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 20px; align-items: stretch; }
.launch-card { display: grid; grid-template-rows: 318px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s ease; }
.launch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.launch-visual { position: relative; display: grid; overflow: hidden; place-items: center; border-bottom: 1px solid var(--line); background: #eaf1fb; }
.launch-visual::after { position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(234,241,251,.92)); content: ""; pointer-events: none; }
.launch-visual img { position: relative; z-index: 1; cursor: zoom-in; transition: transform .45s var(--ease); }
.launch-card:hover .launch-visual img { transform: scale(1.025); }
.launch-commerce-stage { isolation: isolate; background: linear-gradient(145deg, #eef4fc, #dce9f8); }
.launch-commerce-stage::after { height: 24%; background: linear-gradient(180deg, transparent, rgba(220,233,248,.9)); }
.launch-commerce-dashboard { position: absolute; top: 28px; left: 7%; z-index: 1; width: 86%; overflow: hidden; border: 6px solid #fff; border-radius: 13px; background: #fff; box-shadow: 0 18px 46px rgba(27,55,91,.16); }
.launch-commerce-dashboard img { display: block; width: 100%; height: auto; }
.launch-commerce-phone { position: absolute; z-index: 3; overflow: hidden; border: 6px solid #fff; border-radius: 22px; background: #fff; box-shadow: 0 20px 48px rgba(27,55,91,.22); }
.launch-commerce-phone img { display: block; width: 100%; height: auto; }
.launch-commerce-phone-main { bottom: -22px; left: 10%; width: 24%; height: 238px; }
.launch-commerce-phone-side { right: 9%; bottom: -30px; width: 21%; height: 205px; }
.launch-visual-desktop { padding: 28px; background: #f1f5fa; }
.launch-visual-desktop img { width: 100%; height: auto; border: 6px solid #fff; border-radius: 12px; box-shadow: 0 18px 44px rgba(27,55,91,.15); }
.launch-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; }
.launch-audience { color: var(--brand); font-size: .72rem; font-weight: 720; }
.launch-copy h3 { max-width: 15em; margin-top: 12px; font-size: clamp(1.45rem, 2vw, 2.05rem); line-height: 1.28; }
.launch-copy > p:not(.launch-audience) { margin-top: 14px; color: var(--ink-soft); font-size: .84rem; }
.launch-capabilities { display: flex; flex-wrap: wrap; gap: 1px; width: 100%; margin: 22px 0 0; padding: 1px; background: var(--line-soft); list-style: none; }
.launch-capabilities li { flex: 1 1 120px; padding: 11px 12px; background: #f8fafc; color: var(--ink); font-size: .72rem; font-weight: 680; text-align: center; }
.launch-copy .btn { margin-top: 24px; }

.service-bento { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.service-card { position: relative; min-height: 300px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s var(--ease), box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-card.large { grid-row: span 2; min-height: 618px; padding-bottom: 0; background: linear-gradient(150deg, #fefefe, #edf3fb); }
.service-card.media { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; background: #eaf1fb; }
.service-card h3 { margin-top: 18px; }.service-card p { max-width: 430px; margin-top: 12px; color: var(--ink-soft); font-size: .9rem; }
.service-card .text-link { margin-top: 22px; }
.service-number { color: var(--brand); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.service-shot { margin: 34px 0 26px 36px; overflow: hidden; border: 5px solid rgba(255,255,255,.92); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 42px rgba(27, 55, 91, .14); }
.service-shot img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; }
.service-shot.service-mobile-proof { display: grid; min-height: 350px; place-items: center; margin-left: 0; padding: 22px; background: #f2f5f9; }
.service-shot.service-mobile-proof img { width: 158px; height: auto; aspect-ratio: 375/812; border: 7px solid #fff; border-radius: 24px; object-fit: cover; object-position: top; box-shadow: 0 15px 36px rgba(27,55,91,.15); }
.service-shot.service-wide-proof { margin-left: 0; }
.service-shot.service-wide-proof img { height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: center; }
.service-card.media img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: 0 14px 34px rgba(27, 55, 91, .12); }

.case-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.case-feature-media { position: relative; z-index: 1; min-height: 480px; }
.case-feature-media > img { position: relative; width: 88%; height: auto; aspect-ratio: 1800/1012; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow-lg); transition: transform .32s var(--ease), box-shadow .32s ease; }
.case-feature-shot { position: absolute; right: 0; bottom: 0; width: 58%; overflow: hidden; border: 6px solid #fff; border-radius: var(--radius); box-shadow: 0 20px 52px rgba(27, 55, 91, .17); transition: transform .32s var(--ease), box-shadow .32s ease; }
.case-feature-shot img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; object-position: center; }
.case-feature-shot.mobile-proof { width: 33%; border-radius: 28px; }
.case-feature-shot.mobile-proof img { aspect-ratio: 760/1412; object-fit: cover; object-position: top; }
.hero-screen,
.service-shot,
.service-card.media > img,
.case-feature-media > img,
.case-feature-shot {
  cursor: zoom-in;
  transform-origin: center;
  transition: transform .32s var(--ease), box-shadow .32s ease;
}
.hero-screen:hover,
.service-shot:hover,
.service-card.media > img:hover,
.case-feature-media > img:hover {
  z-index: 4;
  transform: scale(1.12);
  box-shadow: 0 30px 76px rgba(27, 55, 91, .22);
}
.case-feature-shot:hover {
  z-index: 5;
  transform: scale(1.16);
  box-shadow: 0 28px 70px rgba(27, 55, 91, .24);
}
.image-hover-preview {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  visibility: hidden;
  place-items: center;
  padding: clamp(20px, 4vw, 64px);
  background: rgba(20, 34, 56, .32);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity .2s ease, visibility .2s ease;
}
.image-hover-preview.visible { visibility: visible; opacity: 1; }
.image-hover-preview img {
  width: auto;
  height: auto;
  max-width: min(92vw, 1600px);
  max-height: 88vh;
  padding: 10px;
  border: 8px solid rgba(255, 255, 255, .96);
  border-radius: var(--radius);
  background: #f3f6fa;
  box-shadow: 0 36px 100px rgba(20, 34, 56, .34);
  object-fit: contain;
  transform: scale(.96);
  transition: transform .24s var(--ease);
}
.image-hover-preview.visible img { transform: scale(1); }
.case-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 30px; background: var(--line); border: 1px solid var(--line); }
.case-points div { min-height: 120px; padding: 20px; background: #fff; }.case-points strong { display: block; font-size: .95rem; }.case-points span { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; }

.method { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; }
.method-copy { position: sticky; top: 120px; align-self: start; }
.method-list { list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.method-list b { color: var(--brand); font-size: .75rem; }.method-list p { margin-top: 8px; color: var(--ink-soft); font-size: .88rem; }

.cta { padding: 82px 0; }
.cta-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; padding: 54px; border: 1px solid rgba(22,74,150,.17); border-radius: var(--radius); background: linear-gradient(130deg, #e7effa, #f9fbfd); }
.cta-box h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }.cta-side p { margin-bottom: 22px; color: var(--ink-soft); }

.page-hero { padding: calc(var(--nav-h) + 54px) 0 64px; background: linear-gradient(135deg, #edf3fb, #f9fbfd); }
.page-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.page-hero h1 { max-width: 10em; font-size: clamp(2.55rem, 4vw, 4rem); letter-spacing: -.035em; }.page-hero .lead { max-width: 600px; }
.page-hero-image { overflow: hidden; height: auto; aspect-ratio: 16/10; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-products .page-hero-image img { object-position: center 48%; }
.page-hero-about .page-hero-image img { object-position: center 46%; }
.page-hero-contact .page-hero-image img { object-position: center 44%; }
.page-hero-system { padding: 14px; border: 1px solid var(--line); background: #eef2f7; }
.page-hero-system img { object-fit: contain; object-position: center; background: #fff; }

.product-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.product-row + .product-row { margin-top: 84px; }
.product-row.reverse .product-media { order: 2; }
.product-media { overflow: hidden; border: 1px solid rgba(22,74,150,.12); border-radius: var(--radius); background: var(--surface-blue); box-shadow: 0 18px 46px rgba(27, 55, 91, .1); }
.product-media img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; object-position: center; }
.product-media.mobile-system { display: grid; min-height: 470px; place-items: center; padding: 28px; background: #f1f4f8; }
.product-media.mobile-system img { width: 188px; height: auto; aspect-ratio: 375/812; border: 7px solid #fff; border-radius: 25px; object-fit: cover; object-position: top; box-shadow: 0 16px 38px rgba(27,55,91,.15); }
.product-media.mobile-system.mobile-system-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 32px 38px; }
.product-media.mobile-system.mobile-system-duo img { width: 100%; max-width: 260px; }
.product-copy h2 { font-size: clamp(2rem, 3.3vw, 3.25rem); }.product-copy p { margin-top: 18px; color: var(--ink-soft); }
.product-copy .product-category { margin-top: 0; margin-bottom: 12px; color: var(--brand); font-size: .82rem; font-weight: 720; }
.feature-clusters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.feature-clusters div { padding: 16px; border: 1px solid var(--line-soft); border-radius: 12px; background: #fff; }.feature-clusters strong { display: block; font-size: .88rem; }.feature-clusters span { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.product-copy .btn { margin-top: 24px; }
.featured-offers-section { border-bottom: 1px solid var(--line-soft); }
.featured-offers { display: grid; gap: 84px; }
.featured-offer { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; scroll-margin-top: calc(var(--nav-h) + 26px); }
.featured-offer-reverse .offer-media { order: 2; }
.offer-media { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(22,74,150,.13); border-radius: var(--radius); background: #eaf1fb; box-shadow: 0 18px 46px rgba(27,55,91,.1); }
.offer-media img { cursor: zoom-in; }
.offer-media-commerce .offer-desktop { position: absolute; top: 52px; left: 7%; width: 86%; height: auto; border: 6px solid #fff; border-radius: 13px; box-shadow: 0 20px 48px rgba(27,55,91,.17); }
.offer-media-commerce .offer-phone { position: absolute; right: 8%; bottom: -130px; z-index: 2; width: 24%; height: auto; border: 7px solid #fff; border-radius: 24px; box-shadow: 0 22px 54px rgba(27,55,91,.2); }
.offer-media-agent { background: #edf3fb; }
.offer-agent-main { position: absolute; top: 42px; left: 5%; width: 88%; height: auto; border: 6px solid #fff; border-radius: 13px; box-shadow: 0 20px 48px rgba(27,55,91,.16); }
.offer-agent-secondary { position: absolute; right: 5%; bottom: 38px; z-index: 2; width: 58%; height: auto; border: 6px solid #fff; border-radius: 12px; box-shadow: 0 22px 54px rgba(27,55,91,.2); }
.offer-copy h2 { max-width: 12em; font-size: clamp(2rem, 3.2vw, 3.15rem); }
.offer-copy > p:not(.product-category):not(.offer-note) { margin-top: 18px; color: var(--ink-soft); }
.offer-copy .product-category { margin-bottom: 12px; color: var(--brand); font-size: .82rem; font-weight: 720; }
.offer-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 26px; border: 1px solid var(--line-soft); background: var(--line-soft); }
.offer-benefits div { min-height: 112px; padding: 17px; background: #fff; }
.offer-benefits strong, .offer-benefits span { display: block; }
.offer-benefits strong { font-size: .83rem; }
.offer-benefits span { margin-top: 6px; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.offer-note { margin-top: 18px; padding-left: 13px; border-left: 2px solid #a9bdd8; color: var(--muted); font-size: .7rem; line-height: 1.65; }
.offer-copy .btn { margin-top: 22px; }
.solution-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); gap: 1px; }
.solution-strip div { min-height: 150px; padding: 25px; background: #fff; }.solution-strip h3 { font-size: 1.08rem; }.solution-strip p { margin-top: 8px; color: var(--muted); font-size: .78rem; }
.product-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.product-compact { display: flex; height: 100%; flex-direction: column; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.product-compact + .product-compact { margin-top: 0; }
.product-compact .product-media { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.product-compact .product-copy { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.product-compact .product-copy h2 { font-size: clamp(1.8rem, 2.6vw, 2.55rem); }
.product-compact .feature-clusters { margin-top: 22px; }
.product-compact .product-copy .btn { align-self: flex-start; }

.pricing-section { border-top: 1px solid var(--line-soft); }
.pricing-table-mobile-note { display: none; margin: -22px 0 14px; color: var(--muted); font-size: .72rem; }
.pricing-table-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.pricing-table-scroll { overflow-x: auto; outline: none; scrollbar-color: #aabbd0 #edf2f7; scrollbar-width: thin; }
.pricing-table-scroll:focus-visible { box-shadow: inset 0 0 0 3px rgba(22,74,150,.22); }
.pricing-table { width: 100%; min-width: 1080px; border-collapse: separate; border-spacing: 0; table-layout: fixed; color: var(--ink-soft); font-size: .78rem; }
.pricing-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pricing-table .pricing-feature-column { width: 176px; }
.pricing-table th, .pricing-table td { vertical-align: top; text-align: left; }
.pricing-table thead th { position: relative; padding: 24px 20px 22px; border-bottom: 1px solid var(--line); background: #f7f9fc; color: var(--ink); }
.pricing-table thead th + th { border-left: 1px solid var(--line-soft); }
.pricing-table thead strong, .pricing-table thead small, .pricing-table thead span { display: block; }
.pricing-table thead strong { margin-top: 8px; font-size: 1.2rem; line-height: 1.25; }
.pricing-table thead small { margin-top: 7px; color: var(--muted); font-size: .67rem; font-weight: 520; line-height: 1.55; }
.pricing-plan-label { color: var(--brand); font-size: .67rem; font-weight: 720; }
.pricing-recommend-label { color: var(--brand); font-size: .67rem; font-weight: 760; }
.pricing-table .pricing-feature-heading { position: sticky; z-index: 4; left: 0; color: var(--ink-soft); font-size: .78rem; }
.pricing-table tbody th, .pricing-table tbody td { padding: 18px 20px; border-bottom: 1px solid var(--line-soft); background: var(--white); line-height: 1.7; }
.pricing-table tbody tr:last-child th, .pricing-table tbody tr:last-child td { border-bottom: 0; }
.pricing-table tbody th { position: sticky; z-index: 3; left: 0; color: var(--ink); font-size: .76rem; font-weight: 720; box-shadow: 10px 0 18px -18px rgba(27,55,91,.5); }
.pricing-table tbody td + td { border-left: 1px solid var(--line-soft); }
.pricing-table tbody tr:hover th, .pricing-table tbody tr:hover td { background: #f9fbfe; }
.pricing-table .pricing-column-recommended { background: #eef4fc; }
.pricing-table thead .pricing-column-recommended { border-top: 3px solid var(--brand); padding-top: 21px; background: #e7f0fb; }
.pricing-table tbody tr:hover .pricing-column-recommended { background: #e9f2fd; }
.pricing-table td small { color: var(--muted); font-size: .66rem; }
.pricing-price-row td { color: var(--ink); }
.pricing-price-row td strong, .pricing-price-row td span { display: block; }
.pricing-price-row td strong { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.pricing-price-row td span { margin-top: 5px; color: var(--brand); font-size: .7rem; font-weight: 700; }
.pricing-status-muted { color: #8795a7; }
.pricing-table th, .pricing-table td { transition: background-color .2s ease, box-shadow .2s ease; }
.pricing-table .pricing-column-selected { background: #e4effc; box-shadow: inset 2px 0 0 rgba(22,74,150,.22), inset -2px 0 0 rgba(22,74,150,.22); }
.pricing-table thead .pricing-column-selected { border-top: 3px solid var(--brand); padding-top: 21px; background: #dceafb; }
.pricing-table tbody tr:hover .pricing-column-selected { background: #deebfa; }
.pricing-select-row th, .pricing-select-row td { vertical-align: middle; }
.pricing-select-button { width: 100%; min-height: 40px; padding: 9px 12px; border: 1px solid #b9c9db; border-radius: 9px; background: #fff; color: var(--brand); font-size: .72rem; font-weight: 720; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.pricing-select-button:hover { border-color: var(--brand); transform: translateY(-1px); }
.pricing-select-button.active { border-color: var(--brand); background: var(--brand); color: #fff; }
.pricing-select-button:focus-visible { outline: 3px solid rgba(22,74,150,.2); outline-offset: 2px; }
.pricing-table-action { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 24px; border-top: 1px solid var(--line); background: #f8fafc; }
.pricing-table-action p strong, .pricing-table-action p span { display: block; }
.pricing-table-action p strong { color: var(--ink); font-size: .86rem; }
.pricing-table-action p span { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.pricing-notes { display: grid; grid-template-columns: .58fr 1.42fr; gap: 42px; margin-top: 26px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pricing-notes-intro p { margin-top: 12px; color: var(--ink-soft); font-size: .84rem; }
.pricing-note-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line-soft); background: var(--line-soft); }
.pricing-note-list div { min-height: 112px; padding: 20px; background: var(--white); }
.pricing-note-list strong { display: block; font-size: .86rem; }
.pricing-note-list span { display: block; margin-top: 7px; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.pricing-note-list .pricing-note-wide { grid-column: span 2; min-height: 96px; }

.case-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.case-card { grid-column: span 6; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s ease; }
.case-card.wide { grid-column: span 7; }.case-card.narrow { grid-column: span 5; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.case-card img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; object-position: center; }
.scene-photo { height: auto; transition: transform .55s var(--ease); }
.scene-photo.scene-ui { object-fit: contain !important; object-position: center !important; padding: 10px; background: #f3f6fa; }
.case-card:hover .scene-photo, .product-row:hover .product-media .scene-photo { transform: scale(1.025); }
.scene-commerce { object-position: center 48% !important; }
.scene-tourism { object-position: center 52% !important; }
.scene-engineering { object-position: center 46% !important; }
.scene-analytics { object-position: center 44% !important; }
.scene-logistics { object-position: center 46% !important; }
.scene-settlement { object-position: center 48% !important; }
.case-body { padding: 24px; }.case-body small { color: var(--brand); font-weight: 700; }.case-body h3 { margin-top: 8px; }.case-body p { margin-top: 10px; color: var(--ink-soft); font-size: .86rem; }
.case-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }.case-tags span { padding: 5px 9px; border-radius: 7px; background: var(--brand-soft); color: var(--brand-deep); font-size: .7rem; }
.case-group + .case-group { margin-top: 76px; padding-top: 76px; border-top: 1px solid var(--line); }
.case-group .section-head { margin-bottom: 36px; }

.case-center-preview { border-top: 1px solid var(--line); background: var(--surface-blue); }
.case-center-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; align-items: stretch; }
.case-center-intro { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.case-center-intro h3 { font-size: clamp(1.7rem, 2.7vw, 2.55rem); }
.case-center-intro > p { margin-top: 15px; color: var(--ink-soft); font-size: .88rem; }
.case-center-intro .btn { margin-top: 28px; }
.case-center-proof { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }
.case-center-proof div { min-width: 0; padding: 16px 12px; background: var(--surface); }
.case-center-proof strong, .case-center-proof span { display: block; }
.case-center-proof strong { color: var(--brand); font-size: 1.25rem; line-height: 1.2; }
.case-center-proof span { margin-top: 5px; color: var(--muted); font-size: .67rem; line-height: 1.45; }
.case-center-main-screen, .case-center-screen { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.case-center-main-screen { padding: 14px; }
.case-center-main-screen > a, .case-center-screen > a { display: block; overflow: hidden; background: #eef2f7; }
.case-center-main-screen > a:focus-visible, .case-center-screen > a:focus-visible { outline: 3px solid rgba(22,74,150,.34); outline-offset: 3px; }
.case-center-main-screen > a { aspect-ratio: 16/9; border: 1px solid #d3dce7; }
.case-center-main-screen img, .case-center-screen img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s var(--ease); }
.case-center-main-screen a:hover img, .case-center-screen a:hover img { transform: scale(1.012); }
.case-center-main-screen figcaption, .case-center-screen figcaption { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 4px 3px; }
.case-center-main-screen figcaption strong, .case-center-main-screen figcaption span, .case-center-screen figcaption strong, .case-center-screen figcaption span { display: block; }
.case-center-main-screen figcaption strong, .case-center-screen figcaption strong { font-size: .8rem; }
.case-center-main-screen figcaption span, .case-center-screen figcaption span { color: var(--muted); font-size: .68rem; text-align: right; }
.case-center-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.case-center-screen { padding: 12px; }
.case-center-screen > a { aspect-ratio: 16/9; border: 1px solid #d3dce7; }
.screen-span-4 { grid-column: span 4; }
.screen-span-5 { grid-column: span 5; }
.screen-span-7 { grid-column: span 7; }
.screen-span-8 { grid-column: span 8; }
.case-center-mobile > a { display: grid; min-height: 410px; aspect-ratio: auto; place-items: center; padding: 24px; border: 0; background: #f2f5f9; }
.case-center-mobile > a img { width: 170px; height: auto; aspect-ratio: 375/812; border: 7px solid #fff; border-radius: 24px; object-fit: cover; object-position: top; box-shadow: 0 15px 34px rgba(27,55,91,.15); }

.about-story { display: grid; grid-template-columns: .94fr 1.06fr; gap: 80px; align-items: center; }
.about-photo { overflow: hidden; min-height: 0; border-radius: var(--radius); box-shadow: var(--shadow-lg); }.about-photo img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; object-position: center; }
.about-copy p { margin-top: 18px; color: var(--ink-soft); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }.metrics div { padding: 22px; background: #fff; }.metrics strong { display: block; color: var(--brand); font-size: 1.55rem; }.metrics span { color: var(--muted); font-size: .75rem; }
.values { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }.value { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.value:first-child { background: var(--brand); }.value:first-child h3, .value:first-child p { color: #fff; }.value p { margin-top: 12px; color: var(--ink-soft); font-size: .88rem; }
.partner-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 64px; align-items: start; }
.partner-copy { position: sticky; top: 116px; }
.partner-note { margin-top: 24px; padding-left: 14px; border-left: 2px solid rgba(22,74,150,.28); color: var(--muted); font-size: .74rem; line-height: 1.75; }
.partner-side { min-width: 0; }
.partner-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.partner-block { min-height: 230px; padding: 28px; background: #fff; }
.partner-block:nth-child(2), .partner-block:nth-child(3) { background: #f7f9fc; }
.partner-block span { color: var(--brand); font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.partner-block h3 { margin-top: 42px; font-size: 1.22rem; }
.partner-block p { margin-top: 11px; color: var(--ink-soft); font-size: .82rem; }
.ecosystem-platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.ecosystem-platforms span { display: flex; min-height: 70px; align-items: center; justify-content: center; padding: 12px; background: #fff; color: #52657b; font-size: .75rem; font-weight: 680; text-align: center; }
.team-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.team-photo { overflow: hidden; margin-top: 28px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.team-photo img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: center; }
.team-background { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.team-background div { padding: 22px; background: #fff; }
.team-background strong { display: block; font-size: .9rem; }
.team-background span { display: block; margin-top: 4px; color: var(--muted); font-size: .76rem; }
.team-roles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.team-role { min-height: 225px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s var(--ease), box-shadow .25s ease; }
.team-role:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.team-role:nth-child(1) { background: var(--brand); }
.team-role:nth-child(1) b, .team-role:nth-child(1) h3, .team-role:nth-child(1) p { color: #fff; }
.team-role b { color: var(--brand); font-size: .72rem; }
.team-role h3 { margin-top: 34px; font-size: 1.14rem; }
.team-role p { margin-top: 10px; color: var(--ink-soft); font-size: .8rem; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.contact-panel h2 { font-size: clamp(2.1rem, 3.6vw, 3.7rem); }.contact-panel > p { margin-top: 18px; color: var(--ink-soft); }
.contact-list { margin-top: 34px; border-top: 1px solid var(--line); }.contact-item { padding: 19px 0; border-bottom: 1px solid var(--line); }.contact-item small { display: block; color: var(--muted); }.contact-item strong, .contact-item a { color: var(--ink); font-size: .95rem; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-card > p { margin: 8px 0 24px; color: var(--muted); font-size: .83rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { margin-bottom: 17px; }.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .8rem; font-weight: 680; }.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c8d3df; border-radius: 9px; background: #fbfcfe; color: var(--ink); outline: none; }.field textarea { min-height: 128px; resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: #64758a; opacity: 1; }.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(22,74,150,.1); }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 680; }.faq-list p { margin-top: 10px; color: var(--ink-soft); font-size: .85rem; }

.footer { padding: 64px 0 20px; border-top: 1px solid var(--line); background: #e9eff7; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .72fr .72fr .95fr 1.25fr; gap: clamp(24px, 3vw, 48px); align-items: start; padding-bottom: 36px; }
.footer-brand { display: block; width: fit-content; padding: 0; border: 0; background: transparent; box-shadow: none; }.footer-brand img { width: 152px; height: auto; }
.footer-about p { max-width: 300px; margin-top: 18px; color: var(--ink-soft); font-size: .82rem; line-height: 1.8; }
.footer h3 { margin-bottom: 16px; font-size: .88rem; }.footer a, .footer p { display: block; color: var(--ink-soft); font-size: .8rem; line-height: 2; }.footer a:hover { color: var(--brand); }
.footer-follow { display: grid; grid-template-columns: 94px minmax(0, 1fr); gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(22,74,150,.12); border-radius: 14px; background: rgba(254,254,254,.58); }
.footer-follow > img { width: 94px; height: auto; padding: 4px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.footer-follow h3 { margin-bottom: 7px; }.footer-follow strong { display: block; color: var(--ink); font-size: .78rem; line-height: 1.5; }.footer-follow p { margin-top: 4px; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.footer-social { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; padding: 28px 0; border-top: 1px solid rgba(22,74,150,.12); border-bottom: 1px solid rgba(22,74,150,.12); }
.footer-social-head h3 { margin-bottom: 8px; }.footer-social-head p { color: var(--muted); font-size: .75rem; line-height: 1.65; }
.footer-social-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; }
.footer-social-item { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 10px; align-items: baseline; min-width: 0; padding: 9px 0; border-bottom: 1px solid rgba(22,74,150,.09); }
.footer-social-item span { color: var(--brand); font-size: .68rem; font-weight: 700; white-space: nowrap; }.footer-social-item strong { min-width: 0; color: var(--ink-soft); font-size: .73rem; font-weight: 580; line-height: 1.55; overflow-wrap: anywhere; }
.footer-friendly { display: flex; align-items: center; gap: 16px; padding: 15px 0; }.footer-friendly span { color: var(--muted); font-size: .72rem; font-weight: 700; }.footer-friendly a { display: inline-flex; color: var(--ink-soft); font-size: .74rem; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(22,74,150,.12); color: var(--muted); font-size: .72rem; }.footer-bottom a { display: inline; font-size: inherit; line-height: inherit; }.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }.gongan-beian { display: inline-flex !important; align-items: center; gap: 6px; }.gongan-beian img { width: 16px; height: 16px; flex: 0 0 16px; object-fit: contain; }
.contact-dock-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 94px; }
.contact-popover { position: absolute; right: calc(100% + 10px); bottom: 0; width: min(246px, calc(100vw - 150px)); max-height: calc(100dvh - 44px); overflow-y: auto; overscroll-behavior: contain; padding: 16px; border: 1px solid rgba(22,74,150,.16); border-radius: var(--radius); background: rgba(254,254,254,.98); box-shadow: var(--shadow-lg); animation: contact-popover-in .22s var(--ease); }
.contact-popover[hidden] { display: none; }
.contact-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-panel-head strong { font-size: .88rem; }
.contact-panel-close { padding: 4px 7px; border-radius: 7px; background: var(--brand-soft); color: var(--brand); font-size: .7rem; }
.online-chat-panel img { width: min(184px, 100%); height: auto; margin: 12px auto 0; border: 1px solid var(--line-soft); border-radius: 10px; background: var(--white); }
.online-chat-panel > p { margin-top: 10px; color: var(--muted); font-size: .72rem; line-height: 1.6; text-align: center; }
.phone-contact-number { display: block; margin-top: 15px; color: var(--brand-deep); font-size: 1.32rem; font-weight: 760; letter-spacing: .02em; line-height: 1.3; }
.phone-contact-hours { margin-top: 5px; color: var(--muted); font-size: .74rem; }
.phone-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 14px; }
.phone-call, .phone-copy { display: flex; min-height: 38px; align-items: center; justify-content: center; padding: 8px 7px; border: 1px solid rgba(22,74,150,.2); border-radius: 8px; font-size: .72rem; font-weight: 680; line-height: 1.2; white-space: nowrap; }
.phone-call { border-color: var(--brand); background: var(--brand); color: #fff; }
.phone-call:hover { background: var(--brand-deep); }
.phone-copy { background: var(--white); color: var(--brand); }
.phone-copy:hover { background: var(--brand-soft); color: var(--brand-deep); }
.phone-copy-status { min-height: 1.25em; margin-top: 7px; color: var(--brand-deep); font-size: .7rem; line-height: 1.4; }
.contact-dock { display: flex; width: 100%; flex-direction: column; overflow: hidden; border: 1px solid rgba(22,74,150,.16); border-radius: 10px; background: var(--white); box-shadow: var(--shadow-lg); }
.contact-dock a, .contact-dock button { display: flex; min-height: 50px; align-items: center; justify-content: center; padding: 11px 8px; border: 0; background: transparent; color: var(--brand); font-size: .75rem; font-weight: 680; line-height: 1.2; text-align: center; white-space: nowrap; transition: background .18s ease, color .18s ease, transform .18s var(--ease); }
.contact-dock > * + * { border-top: 1px solid rgba(22,74,150,.12); }
.contact-dock a:hover, .contact-dock button:hover, .contact-dock button[aria-expanded="true"] { background: var(--brand-soft); color: var(--brand-deep); }
.contact-dock a:last-child { background: var(--brand); color: #fff; }
.contact-dock a:last-child:hover { background: var(--brand-deep); color: #fff; }
.contact-dock a:active, .contact-dock button:active, .phone-call:active, .phone-copy:active, .contact-panel-close:active { transform: scale(.98); }
.contact-dock a:focus-visible, .contact-dock button:focus-visible { outline: 3px solid rgba(22,74,150,.24); outline-offset: -3px; }
.contact-popover a:focus-visible, .contact-popover button:focus-visible { outline: 3px solid rgba(22,74,150,.24); outline-offset: 2px; }
@keyframes contact-popover-in { from { opacity: 0; transform: translateX(8px) scale(.98); } to { opacity: 1; transform: none; } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }.reveal.visible { opacity: 1; transform: none; }
.form-context { margin: 0 0 18px; padding: 14px 16px; border: 1px solid #bfd2ea; border-radius: 10px; background: #eef5fd; }
.form-context[hidden] { display: none; }
.form-context small { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; }
.form-context > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.form-context span { padding: 5px 9px; border-radius: 6px; background: #fff; color: var(--brand); font-size: .72rem; font-weight: 700; }
.form-response-note { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin-bottom: 20px; padding: 13px 15px; border-left: 3px solid var(--brand); background: #f5f8fc; }
.form-response-note strong { color: var(--brand); font-size: .76rem; white-space: nowrap; }
.form-response-note span { color: var(--ink-soft); font-size: .72rem; line-height: 1.65; }
.privacy-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 2px 0 0; color: var(--ink-soft); cursor: pointer; font-size: .71rem; line-height: 1.65; }
.privacy-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--brand); }
.privacy-consent .form-error { grid-column: 1 / -1; }
.privacy-consent input.input-error { outline: 2px solid #b42318; outline-offset: 2px; }
.privacy-details { margin: 8px 0 18px 27px; color: var(--muted); font-size: .69rem; }
.privacy-details summary { width: fit-content; cursor: pointer; color: var(--brand); }
.privacy-details p { margin-top: 7px; line-height: 1.65; }
.form-submit-button { width: 100%; }
.form-submit-error { margin-bottom: 14px; padding: 12px 14px; border: 1px solid #f0b7b1; border-radius: 9px; background: #fff3f2; color: #912018; font-size: .74rem; line-height: 1.65; }
.form-submit-error[hidden] { display: none; }
.form-error { display: block; margin-top: 5px; color: #b42318; font-size: .74rem; }.input-error { border-color: #b42318 !important; }
.form-success { padding: 28px 2px 12px; text-align: center; }.form-success h3 { margin-top: 12px; color: var(--brand); }.form-success p { max-width: 500px; margin: 12px auto 0; color: var(--ink-soft); }
.form-success-mark { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #e8f2ee; color: #247153; font-size: 1.35rem; font-weight: 800; }
.form-success-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; padding: 0; list-style: none; text-align: left; counter-reset: conversion-step; }
.form-success-steps li { position: relative; min-height: 108px; padding: 34px 14px 14px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; counter-increment: conversion-step; }
.form-success-steps li::before { position: absolute; top: 11px; left: 14px; color: var(--brand); content: "0" counter(conversion-step); font-size: .65rem; font-weight: 800; }
.form-success-steps strong, .form-success-steps span { display: block; }
.form-success-steps strong { font-size: .76rem; }
.form-success-steps span { margin-top: 5px; color: var(--muted); font-size: .66rem; line-height: 1.55; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }.nav-toggle { display: block; }
  .mobile-nav { position: fixed; inset: var(--nav-h) 0 0; z-index: 95; display: none; padding: 28px 24px; background: rgba(254,254,254,.98); }.mobile-nav.open { display: flex; flex-direction: column; gap: 7px; }.mobile-nav a { padding: 13px; border-radius: 9px; color: var(--ink); }.mobile-nav .btn { margin-top: 10px; }
  .hero-grid, .page-hero-grid, .product-row, .featured-offer, .case-feature, .about-story, .contact-layout, .faq, .partner-layout, .team-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 52px); }.hero-grid { gap: 44px; }.hero-copy { max-width: 680px; }.hero-media { min-height: 500px; }
  .page-hero-grid { gap: 36px; }
  .product-row { gap: 40px; }.product-row + .product-row { margin-top: 72px; }.product-compact { gap: 0; }.product-compact + .product-compact { margin-top: 0; }
  .product-pair { grid-template-columns: 1fr; gap: 20px; }
  .pricing-notes { grid-template-columns: 1fr; gap: 24px; }
  .case-center-feature { grid-template-columns: 1fr; }
  .case-center-gallery .case-center-screen { grid-column: span 6; }
  .case-feature, .about-story, .contact-layout, .partner-layout, .team-layout { gap: 40px; }
  .faq { gap: 30px; }
  .service-bento { grid-template-columns: 1fr; }.service-card.large { grid-row: auto; min-height: 560px; }
  .launch-grid { grid-template-columns: 1fr; }
  .launch-card { grid-template-columns: .9fr 1.1fr; grid-template-rows: none; }
  .featured-offers { gap: 68px; }
  .featured-offer { gap: 36px; }
  .featured-offer-reverse .offer-media { order: 0; }
  .offer-media { min-height: 440px; }
  .method { grid-template-columns: 1fr; gap: 48px; }.method-copy { position: static; }
  .cta-box { grid-template-columns: 1fr; gap: 28px; }
  .product-row.reverse .product-media { order: 0; }
  .solution-strip { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr 1fr; }.value:first-child { grid-column: span 2; }
  .partner-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 42px; }.footer-about { grid-column: span 2; }.footer-social { grid-template-columns: 1fr; gap: 18px; }.footer-social-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .wrap { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 64px 0; }.section-head { margin-bottom: 34px; }.cta { padding: 60px 0; }
  h1 { font-size: clamp(2.2rem, 10.5vw, 2.75rem); letter-spacing: -.03em; }h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .btn { width: 100%; }
  .hero { padding: calc(var(--nav-h) + 34px) 0 48px; }.hero-grid { gap: 30px; }.hero-media { min-height: 0; aspect-ratio: 4/3; }.hero-photo { inset: 0 0 34px 20px; }.hero-screen { width: 68%; border-width: 5px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); padding: 22px 0; }.proof-copy { grid-column: span 3; }.proof-item strong { font-size: 1.25rem; }
  .service-card { min-height: 260px; padding: 24px; }.service-card.large { min-height: 500px; }.service-card.media { grid-template-columns: 1fr; }
  .launch-card { grid-template-columns: 1fr; grid-template-rows: 270px 1fr; }
  .launch-copy { padding: 25px 22px 32px; }
  .launch-commerce-dashboard { top: 24px; left: 5%; width: 90%; }
  .launch-commerce-phone-main { left: 8%; width: 27%; height: 210px; }
  .launch-commerce-phone-side { right: 7%; width: 24%; height: 182px; }
  .launch-visual-desktop { padding: 22px; }
  .launch-copy .btn { width: 100%; }
  .offer-media { min-height: 340px; }
  .offer-media-commerce .offer-desktop, .offer-agent-main { top: 36px; }
  .offer-media-commerce .offer-phone { right: 7%; bottom: -94px; width: 26%; border-width: 5px; border-radius: 18px; }
  .offer-agent-secondary { right: 4%; bottom: 28px; width: 62%; border-width: 5px; }
  .offer-benefits { grid-template-columns: 1fr; }
  .offer-benefits div { min-height: 0; }
  .case-feature-media { min-height: 0; }.case-feature-media > img { width: 94%; height: auto; }.case-feature-shot { width: 68%; }
  .case-feature-shot.mobile-proof { width: 42%; }
  .case-points, .feature-clusters, .solution-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }.case-points div, .solution-strip div { min-height: 0; padding: 16px; }.form-row { grid-template-columns: 1fr; }
  .method-list li { grid-template-columns: 45px 1fr; }
  .cta-box { padding: 34px 24px; }
  .page-hero { padding: calc(var(--nav-h) + 38px) 0 52px; }.page-hero-grid { gap: 26px; }.page-hero-image { height: auto; aspect-ratio: 16/10; }
  .product-row + .product-row { margin-top: 60px; }.product-compact + .product-compact { margin-top: 0; }.product-compact .product-copy { padding: 26px; }
  .product-media.mobile-system { min-height: 420px; }
  .pricing-table-mobile-note { display: block; }
  .pricing-table-shell { border-radius: 12px; }
  .pricing-table { min-width: 960px; }
  .pricing-table .pricing-feature-column { width: 142px; }
  .pricing-table thead th { padding: 20px 16px; }
  .pricing-table tbody th, .pricing-table tbody td { padding: 16px; }
  .pricing-table-action { align-items: stretch; flex-direction: column; padding: 20px; }
  .pricing-table-action .btn { width: 100%; }
  .pricing-notes { padding: 24px 20px; }
  .pricing-note-list { grid-template-columns: 1fr; }
  .pricing-note-list .pricing-note-wide { grid-column: 1; }
  .case-card, .case-card.wide, .case-card.narrow { grid-column: span 12; }
  .case-group + .case-group { margin-top: 56px; padding-top: 56px; }.case-group .section-head { margin-bottom: 30px; }
  .case-center-intro { padding: 28px 24px; }
  .case-center-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-center-gallery { grid-template-columns: 1fr; }
  .case-center-gallery .case-center-screen { grid-column: 1; }
  .case-center-main-screen figcaption, .case-center-screen figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .case-center-main-screen figcaption span, .case-center-screen figcaption span { text-align: left; }
  .metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }.metrics div { padding: 16px 10px; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }.value:first-child { grid-column: span 2; }
  .partner-map, .team-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }.partner-block, .team-role, .value { min-height: 0; }.partner-block h3, .team-role h3 { margin-top: 20px; }
  .team-background { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-layout-conversion .form-card { order: -1; }
  .form-card { padding: 25px 20px; }
  .form-response-note { grid-template-columns: 1fr; gap: 5px; }
  .form-success-steps { grid-template-columns: 1fr; }
  .form-success-steps li { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-about, .footer-follow { grid-column: span 2; }.footer-friendly { align-items: flex-start; flex-direction: column; gap: 5px; }.footer-bottom { flex-direction: column; }.footer-legal { justify-content: flex-start; }
  .contact-dock-wrap { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: 92px; }
  .contact-popover { right: calc(100% + 8px); width: min(240px, calc(100vw - 132px)); max-height: calc(100dvh - 28px); }
}
@media (max-width: 480px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 112px; }.footer-brand img { width: 130px; }
  .page-hero h1 { font-size: clamp(2.15rem, 10vw, 2.55rem); }
  .hero-media { aspect-ratio: 1/1; }.hero-photo { inset: 0 0 30px 12px; }.hero-screen { width: 76%; }
  .service-card.large { min-height: 440px; }.service-shot { margin: 28px 0 22px 12px; }
  .launch-card { grid-template-rows: 240px 1fr; }
  .launch-commerce-dashboard { top: 18px; border-width: 4px; border-radius: 10px; }
  .launch-commerce-phone { border-width: 4px; border-radius: 16px; }
  .launch-commerce-phone-main { bottom: -18px; width: 29%; height: 185px; }
  .launch-commerce-phone-side { bottom: -24px; width: 25%; height: 160px; }
  .launch-capabilities { display: grid; grid-template-columns: 1fr; }
  .offer-media { min-height: 285px; }
  .offer-media-commerce .offer-desktop, .offer-agent-main { top: 28px; border-width: 4px; }
  .offer-media-commerce .offer-phone { bottom: -74px; width: 28%; }
  .offer-agent-secondary { bottom: 22px; border-width: 4px; }
  .feature-clusters { grid-template-columns: 1fr; }
  .product-compact .product-copy { padding: 22px; }
  .case-body { padding: 20px; }
  .values, .partner-map, .team-roles, .team-background, .footer-grid { grid-template-columns: 1fr; }
  .value:first-child, .footer-about, .footer-follow { grid-column: auto; }
  .footer-follow { grid-template-columns: 86px minmax(0, 1fr); }.footer-follow > img { width: 86px; }.footer-social-list { grid-template-columns: 1fr; }
  .ecosystem-platforms { grid-template-columns: repeat(2, 1fr); }
  .form-card { padding: 22px 16px; }
  .contact-dock-wrap { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: 88px; }
  .contact-popover { width: min(232px, calc(100vw - 120px)); padding: 14px; }
  .online-chat-panel img { width: min(164px, 100%); }
  .contact-dock a, .contact-dock button { min-height: 48px; padding: 10px 6px; font-size: .7rem; }
}

/* v2.5 case solution gallery */
.solution-scenes { overflow: hidden; background: #f3f7fc; }
.solution-scenes-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: end; }
.solution-scenes-head .section-head { margin-bottom: 0; }
.solution-proof { display: grid; grid-template-columns: repeat(3, minmax(106px, 1fr)); overflow: hidden; border: 1px solid #d8e2ee; border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.solution-proof div { min-height: 108px; display: flex; align-items: center; justify-content: center; padding: 18px; text-align: center; flex-direction: column; }
.solution-proof div + div { border-left: 1px solid #e1e8f0; }
.solution-proof strong { color: var(--brand); font-size: 1.55rem; line-height: 1.1; }
.solution-proof span { margin-top: 7px; color: var(--muted); font-size: .72rem; }
.solution-scene-browser { display: grid; grid-template-columns: .7fr 1.3fr; gap: 0; margin-top: 40px; overflow: hidden; border: 1px solid #d7e2ee; border-radius: 16px; background: #fff; box-shadow: 0 18px 52px rgba(31,60,96,.1); }
.solution-scene-list { display: grid; align-content: stretch; border-right: 1px solid #dce5ef; background: #fff; }
.solution-scene-tab { position: relative; display: flex; min-height: 112px; align-items: flex-start; justify-content: center; padding: 18px 25px 18px 28px; border-bottom: 1px solid #e3eaf2; background: #fff; color: var(--ink); text-align: left; flex-direction: column; transition: background .22s ease, color .22s ease; }
.solution-scene-tab:last-child { border-bottom: 0; }
.solution-scene-tab::before { position: absolute; inset: 18px auto 18px 0; width: 3px; background: transparent; content: ""; transition: background .22s ease; }
.solution-scene-tab:hover, .solution-scene-tab:focus-visible, .solution-scene-tab.active { background: #edf4fd; outline: none; }
.solution-scene-tab.active::before { background: var(--brand); }
.solution-scene-tab span, .solution-scene-tab strong, .solution-scene-tab small { display: block; }
.solution-scene-tab span { color: var(--brand); font-size: .68rem; font-weight: 740; }
.solution-scene-tab strong { margin-top: 6px; font-size: .98rem; line-height: 1.35; }
.solution-scene-tab small { margin-top: 5px; color: var(--muted); font-size: .67rem; line-height: 1.5; }
.solution-scene-preview { min-width: 0; background: #edf3fa; }
.solution-scene-panel { display: none; min-height: 672px; grid-template-rows: minmax(0, 1fr) auto; }
.solution-scene-panel.active { display: grid; animation: scene-panel-in .32s var(--ease) both; }
.solution-preview-canvas { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(145deg, #e5edf7 0%, #f7faff 100%); }
.scene-preview-device { position: absolute; overflow: hidden; border: 7px solid #fff; border-radius: 20px; background: #fff; box-shadow: 0 24px 54px rgba(25,51,85,.15); transition: transform .35s var(--ease), box-shadow .35s ease; }
.scene-preview-device img { width: 100%; height: 100%; object-fit: contain; object-position: top; background: #fff; }
.scene-preview-device-main { z-index: 3; width: 35%; height: 86%; top: 7%; left: 32.5%; }
.scene-preview-device-secondary { z-index: 2; width: 29%; height: 70%; top: 18%; left: 5%; transform: rotate(-2deg); }
.scene-preview-device-tertiary { z-index: 1; width: 29%; height: 72%; top: 14%; right: 5%; transform: rotate(2deg); }
.solution-scene-panel.active .scene-preview-device-main { box-shadow: 0 30px 66px rgba(25,51,85,.2); }
.solution-preview-canvas:hover .scene-preview-device-secondary { transform: translateX(-5px) rotate(-2deg); }
.solution-preview-canvas:hover .scene-preview-device-main { transform: translateY(-5px); }
.solution-preview-canvas:hover .scene-preview-device-tertiary { transform: translateX(5px) rotate(2deg); }
.scene-panel-finance .scene-preview-device-main { width: 72%; height: 49%; top: 9%; left: 14%; border-radius: 14px; }
.scene-panel-finance .scene-preview-device-secondary { width: 24%; height: 50%; top: 45%; left: 13%; }
.scene-panel-finance .scene-preview-device-tertiary { width: 24%; height: 50%; top: 44%; right: 13%; }
.solution-scene-panel figcaption { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; border-top: 1px solid #d9e3ee; background: #fff; }
.solution-scene-panel figcaption strong, .solution-scene-panel figcaption span { display: block; }
.solution-scene-panel figcaption strong { font-size: .9rem; }
.solution-scene-panel figcaption span { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.solution-scene-panel figcaption a { flex: 0 0 auto; color: var(--brand); font-size: .74rem; font-weight: 720; }
.solution-scene-panel figcaption a::after { margin-left: 6px; content: "→"; }
@keyframes scene-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.solution-scenes-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 28px 30px; border: 1px solid #d9e3ee; border-radius: 14px; background: #fff; }
.solution-scenes-action strong, .solution-scenes-action span { display: block; }
.solution-scenes-action strong { font-size: 1rem; }
.solution-scenes-action span { margin-top: 5px; color: var(--muted); font-size: .77rem; }

@media (max-width: 980px) {
  .solution-scenes-head { grid-template-columns: 1fr; gap: 32px; }
  .solution-proof { max-width: 520px; }
  .solution-scene-browser { grid-template-columns: 1fr; }
  .solution-scene-list { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid #dce5ef; }
  .solution-scene-tab { min-height: 108px; border-right: 1px solid #e3eaf2; }
  .solution-scene-tab:nth-child(3n) { border-right: 0; }
  .solution-scene-tab:nth-last-child(-n+3) { border-bottom: 0; }
}

@media (max-width: 700px) {
  .solution-proof { grid-template-columns: repeat(3, 1fr); width: 100%; }
  .solution-proof div { min-width: 0; min-height: 92px; padding: 12px 8px; }
  .solution-proof strong { font-size: 1.3rem; }
  .solution-proof span { font-size: .64rem; }
  .solution-scene-browser { margin-top: 28px; }
  .solution-scene-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .solution-scene-list::-webkit-scrollbar { display: none; }
  .solution-scene-tab { flex: 0 0 220px; min-height: 104px; border-right: 1px solid #e3eaf2; border-bottom: 0; scroll-snap-align: start; }
  .solution-scene-panel { min-height: 520px; }
  .solution-preview-canvas { min-height: 440px; }
  .scene-preview-device-main { width: 43%; left: 28.5%; }
  .scene-preview-device-secondary, .scene-preview-device-tertiary { width: 34%; }
  .scene-preview-device-secondary { left: 2%; }
  .scene-preview-device-tertiary { right: 2%; }
  .scene-panel-finance .scene-preview-device-main { width: 86%; left: 7%; }
  .scene-panel-finance .scene-preview-device-secondary { width: 29%; left: 9%; }
  .scene-panel-finance .scene-preview-device-tertiary { width: 29%; right: 9%; }
  .solution-scenes-action { align-items: stretch; flex-direction: column; padding: 24px; }
  .solution-scenes-action .btn { width: 100%; }
}

@media (max-width: 480px) {
  .solution-scene-panel { min-height: 450px; }
  .solution-preview-canvas { min-height: 370px; }
  .scene-preview-device { border-width: 5px; border-radius: 14px; }
  .solution-scene-panel figcaption { align-items: flex-start; flex-direction: column; gap: 8px; padding: 16px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .solution-scene-panel.active { animation: none; }
  .scene-preview-device { transition: none; }
}
