:root {
  --ink: #0a1d33;
  --ink-soft: #243950;
  --muted: #617084;
  --line: #dce5ed;
  --paper: #f7f9fb;
  --white: #fff;
  --navy: #071a2d;
  --navy-2: #0b2743;
  --blue: #247cff;
  --blue-light: #e8f1ff;
  --violet: #7168ec;
  --teal: #1baaa0;
  --amber: #eaa236;
  --red: #df685b;
  --font: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 100; background: var(--blue); color: white; padding: 10px 14px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; top: 0; z-index: 20; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { height: 80px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 152px; }
.brand > span:last-child { display: grid; line-height: 1; gap: 5px; }
.brand b { font-size: 18px; letter-spacing: -.5px; font-weight: 800; }
.brand small { font-size: 10px; opacity: .68; letter-spacing: 1.6px; }
.brand-mark { position: relative; display: inline-flex; width: 30px; height: 30px; align-items: flex-end; gap: 3px; padding: 6px 5px; overflow: hidden; border-radius: 9px; background: linear-gradient(145deg, #3390ff, #1859cd); box-shadow: inset 0 1px 1px rgba(255,255,255,.38); }
.brand-mark:after { content: ""; position: absolute; width: 15px; height: 15px; right: -5px; top: -5px; border: 2px solid rgba(255,255,255,.46); border-radius: 50%; }
.brand-mark i { display: block; width: 4px; border-radius: 4px; background: white; }
.brand-mark i:nth-child(1) { height: 9px; opacity: .7; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 11px; opacity: .84; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; font-size: 14px; color: rgba(255,255,255,.74); transition: color .2s; }
.main-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #82b9ff; transition: right .2s; }
.main-nav a:hover { color: white; }.main-nav a:hover:after { right: 0; }
.nav-contact { display: grid; gap: 2px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.22); line-height: 1.15; }
.nav-contact span { font-size: 10px; letter-spacing: 1px; color: rgba(255,255,255,.57); }.nav-contact b { font-family: var(--mono); font-size: 13px; letter-spacing: -.3px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 790px; overflow: hidden; padding: 182px 0 96px; color: #fff; background: radial-gradient(circle at 73% 27%, rgba(30,113,211,.32), transparent 26%), radial-gradient(circle at 96% 80%, rgba(75,70,184,.22), transparent 26%), linear-gradient(112deg, #061625 0%, #092642 59%, #0b2f50 100%); }
.hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,12,23,.4), transparent 58%); pointer-events: none; }
.hero-grid { position: absolute; z-index: 0; inset: 0; opacity: .24; background-image: linear-gradient(rgba(146,198,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(146,198,255,.17) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(90deg, transparent, black 48%, transparent); mask-image: linear-gradient(90deg, transparent, black 48%, transparent); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 44px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #a7c9f5; font-family: var(--mono); font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: currentColor; }.eyebrow.dark { color: #2d74d5; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(46px, 5vw, 68px); font-weight: 800; line-height: 1.14; letter-spacing: -3px; }
.hero h1 span { color: #66aaff; }.hero-summary { max-width: 545px; margin: 27px 0 0; color: rgba(235,246,255,.77); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 21px; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 600; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }.button-primary { color: #fff; background: #287ff6; box-shadow: 0 10px 24px rgba(20,111,236,.28); }.button-primary:hover { background: #4291ff; box-shadow: 0 12px 28px rgba(20,111,236,.42); }.button-primary span { font-size: 20px; font-weight: 400; }.button-ghost { color: #dbeeff; border-color: rgba(193,221,255,.37); background: rgba(255,255,255,.06); }.button-ghost:hover { background: rgba(255,255,255,.13); }
.hero-trust { display: flex; gap: 23px; margin-top: 51px; }.hero-trust > div { display: grid; gap: 7px; padding-right: 23px; border-right: 1px solid rgba(190,217,246,.22); }.hero-trust > div:last-child { border: 0; padding: 0; }.hero-trust strong { font-size: 14px; font-weight: 600; }.hero-trust span { color: rgba(218,236,255,.58); font-size: 11px; white-space: nowrap; }

.hero-product { position: relative; min-width: 0; padding: 38px 0 25px; }.product-glow { position: absolute; z-index: -1; width: 390px; height: 390px; right: 65px; top: 31px; border-radius: 50%; background: rgba(76,151,255,.22); filter: blur(54px); }
.product-window { overflow: hidden; border: 1px solid rgba(173,210,255,.38); border-radius: 10px; background: #edf4fb; color: #18304a; box-shadow: 0 28px 70px rgba(0,0,0,.36), 0 0 0 4px rgba(153,204,255,.04); }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 45px; padding: 0 16px; background: #fff; border-bottom: 1px solid #dae6f1; }.mini-brand { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; color: #264562; }.mini-brand-icon { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 5px; color: #fff; background: #267df6; }.window-status { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #428c72; }.window-status i,.live-tag i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.window-status i { box-shadow: 0 0 0 3px #e5f7ef; }
.product-body { display: flex; min-height: 405px; }.product-sidebar { display: flex; width: 51px; flex: 0 0 51px; align-items: center; flex-direction: column; gap: 15px; padding-top: 17px; background: #f9fbfd; border-right: 1px solid #dfe8f0; }.side-logo { display: grid; width: 21px; height: 21px; margin-bottom: 9px; place-items: center; border-radius: 6px; color: #fff; background: #226ff4; font-size: 10px; font-weight: 800; }.side-item { width: 14px; height: 14px; border: 1.5px solid #8ca2b9; border-radius: 3px; }.side-item.active { position: relative; border-color: #2780fc; background: #e1efff; }.side-item.active:before { content: ""; position: absolute; left: -9px; top: -4px; width: 3px; height: 19px; border-radius: 0 3px 3px 0; background: #2580fa; }.side-line { width: 17px; height: 1px; margin: 3px 0; background: #d9e2ea; }
.product-content { width: calc(100% - 51px); padding: 22px 22px 19px; }.content-head { display: flex; justify-content: space-between; align-items: flex-start; }.content-label { color: #3b7ed7; font-family: var(--mono); font-size: 9px; letter-spacing: .7px; }.content-head h2 { margin: 6px 0 0; color: #122f4a; font-size: 18px; letter-spacing: -.5px; }.live-tag { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border-radius: 3px; color: #d45155; background: #fff0f1; font-family: var(--mono); font-size: 8px; }.live-tag i { animation: pulse 1.7s infinite; }
.call-layout { display: grid; grid-template-columns: 1.25fr .9fr; gap: 12px; margin-top: 17px; }.call-card,.copilot-card { border: 1px solid #d7e2ec; border-radius: 6px; background: #fff; }.call-card { padding: 13px; }.call-card-head { display: flex; align-items: center; gap: 8px; }.avatar { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; border-radius: 50%; color: #995d39; background: #fdebdc; font-size: 11px; font-weight: 700; }.call-card-head > span:nth-child(2) { display: grid; gap: 3px; min-width: 0; }.call-card-head b { font-size: 11px; }.call-card-head small { overflow: hidden; color: #8b9cab; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }.level-b { margin-left: auto; padding: 3px 5px; border-radius: 3px; color: #b27a1d; background: #fff3d8; font-size: 8px; white-space: nowrap; }
.waveform { display: flex; height: 34px; align-items: center; justify-content: space-between; gap: 2px; margin: 12px 0 6px; padding: 0 3px; background: #f7fbff; }.waveform i { display: block; width: 2px; height: 8px; border-radius: 2px; background: #55a1fa; }.waveform i:nth-child(2n) { height: 18px; }.waveform i:nth-child(3n) { height: 25px; }.waveform i:nth-child(5n) { height: 14px; }.waveform i:nth-child(7n) { height: 30px; }
.transcript { display: flex; gap: 7px; margin-top: 9px; }.transcript span { display: inline-flex; height: 16px; align-items: center; padding: 0 4px; border-radius: 2px; color: #3478cf; background: #e7f1ff; font-size: 8px; }.transcript p { margin: 0; color: #536a80; font-size: 9px; line-height: 1.65; }.signal-row { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; margin-top: 11px; padding-top: 9px; border-top: 1px solid #e7edf2; }.signal-row span { margin-right: 2px; color: #899aaa; font-size: 8px; }.signal-row b { padding: 3px 4px; border-radius: 2px; color: #bd5b38; background: #fff0e9; font-size: 8px; font-weight: 500; }
.copilot-card { padding: 13px; background: linear-gradient(155deg, #f1f8ff, #fff); }.copilot-title { color: #3479d3; font-size: 10px; font-weight: 700; }.copilot-title span { margin-right: 3px; }.copilot-card p { margin: 11px 0 14px; color: #4e657d; font-size: 9px; line-height: 1.7; }.copilot-card button { width: 100%; padding: 7px 5px; border: 0; border-radius: 3px; color: #fff; background: #267cf5; font-size: 9px; cursor: default; }.copilot-card button span { margin-left: 4px; }
.metrics-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 13px; }.metrics-row div { padding: 9px 10px; border-radius: 5px; background: #fff; }.metrics-row span { display: block; color: #8295a8; font-size: 8px; }.metrics-row b { display: inline-block; margin-top: 4px; color: #21425e; font-size: 14px; }.metrics-row em { margin-left: 4px; color: #389071; font-size: 8px; font-style: normal; }.metrics-row em.warm { color: #c78131; }
.floating-note { position: absolute; z-index: 2; display: grid; grid-template-columns: 22px auto; column-gap: 7px; padding: 10px 13px; border: 1px solid rgba(196,223,250,.72); border-radius: 6px; color: #284862; background: rgba(255,255,255,.94); box-shadow: 0 14px 24px rgba(2,32,61,.17); }.floating-note > span { display: grid; width: 22px; height: 22px; grid-row: span 2; place-items: center; border-radius: 6px; color: #397fdd; background: #e5f0ff; font-size: 11px; }.floating-note b { font-size: 10px; }.floating-note small { color: #8093a6; font-size: 8px; }.note-one { right: -20px; top: 2px; }.note-two { left: -13px; bottom: 0; }.note-two > span { color: #2d9e80; background: #e1f5ee; }

.value-strip { background: #eaf2fa; color: #29445e; }.strip-items { min-height: 74px; display: flex; gap: 20px; align-items: center; justify-content: center; }.strip-items p { margin: 0; font-size: 13px; }.strip-items p b { color: #1e70dd; }.strip-items > span { width: 1px; height: 14px; background: #b9c9d7; }.strip-product { color: #7790a7; font-family: var(--mono); font-size: 10px !important; letter-spacing: .5px; }

.section { padding: 120px 0; }.problem-section { background: #fff; }.section-intro { margin-bottom: 58px; }.split-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 78px; align-items: end; }.section-intro h2 { max-width: 680px; margin: 0; color: #102b45; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.25; letter-spacing: -2px; }.section-intro h2 em { color: #3180ef; font-style: normal; }.section-intro > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.9; }.centered { text-align: center; }.centered .eyebrow { justify-content: center; }.centered h2 { margin: 0 auto; }.centered > p:last-child { max-width: 620px; margin: 19px auto 0; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.pain-card { position: relative; min-height: 235px; overflow: hidden; padding: 28px; border: 1px solid #e0e8ef; border-radius: 4px; background: #fbfcfd; transition: transform .25s, box-shadow .25s, border .25s; }.pain-card:hover { transform: translateY(-5px); border-color: #bdd9fc; background: #fff; box-shadow: 0 17px 30px rgba(26,79,131,.1); }.pain-card > span { color: #66a1e6; font-family: var(--mono); font-size: 12px; }.pain-card h3 { margin: 31px 0 11px; font-size: 20px; letter-spacing: -.7px; }.pain-card p { position: relative; z-index: 1; max-width: 275px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.line-icon { position: absolute; right: 22px; bottom: 22px; width: 62px; height: 62px; opacity: .52; }.list-icon { background: linear-gradient(#b4d7ff 0 0) 0 8px/44px 4px no-repeat, linear-gradient(#b4d7ff 0 0) 0 27px/58px 4px no-repeat, linear-gradient(#b4d7ff 0 0) 0 46px/32px 4px no-repeat; }.focus-icon { border: 2px solid #afd4ff; border-radius: 50%; }.focus-icon:before,.focus-icon:after { content: ""; position: absolute; border: 2px solid #afd4ff; border-radius: 50%; }.focus-icon:before { inset: 9px; }.focus-icon:after { inset: 20px; }.spark-icon { transform: rotate(45deg); border: 2px solid #afd4ff; border-radius: 16px; }.spark-icon:after { content: ""; position: absolute; width: 22px; height: 22px; left: 18px; top: 18px; border-radius: 50%; background: #afd4ff; }

.feature-section { background: var(--paper); }.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.feature-card { position: relative; min-height: 266px; padding: 27px; border: 1px solid #e1e9f0; border-radius: 4px; background: #fff; transition: transform .25s, box-shadow .25s; }.feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(21,59,96,.1); }.feature-card.feature-lead { color: #fff; border: 0; background: linear-gradient(135deg, #0b2e58, #11549b); }.feature-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 8px; font-size: 18px; }.feature-icon.blue { color: #2b7cf3; background: #e5f0ff; }.feature-icon.violet { color: #756cea; background: #eeecff; }.feature-icon.teal { color: #229b92; background: #e4f7f3; }.feature-icon.amber { color: #d89026; background: #fff4df; }.feature-icon.red { color: #d96054; background: #ffebe8; }.feature-icon.navy { color: #335b82; background: #eaf0f6; }.feature-lead .feature-icon { color: #fff; background: rgba(255,255,255,.14); }.feature-index { margin: 25px 0 8px; color: #728398; font-family: var(--mono); font-size: 10px; letter-spacing: .8px; }.feature-card h3 { margin: 0; color: #15304b; font-size: 19px; letter-spacing: -.6px; }.feature-card > p:last-of-type { max-width: 310px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.feature-lead .feature-index { color: #a6cafb; }.feature-lead h3 { color: #fff; }.feature-lead > p:last-of-type { color: rgba(231,244,255,.73); }.mini-chart { position: absolute; right: 23px; bottom: 23px; left: 27px; display: flex; height: 44px; gap: 5px; align-items: end; }.mini-chart span { display: block; width: 10px; border-radius: 2px 2px 0 0; background: rgba(140,196,255,.4); }.mini-chart span:nth-child(1) { height: 13px; }.mini-chart span:nth-child(2) { height: 21px; }.mini-chart span:nth-child(3) { height: 17px; }.mini-chart span:nth-child(4) { height: 32px; }.mini-chart span:nth-child(5) { height: 27px; }.mini-chart span:nth-child(6) { height: 40px; background: #64aaff; }.mini-chart span:nth-child(7) { height: 35px; }.mini-chart span:nth-child(8) { height: 42px; }.mini-chart i { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: rgba(206,231,255,.28); }

.workflow-section { color: #fff; background: #091d33; }.workflow-layout { display: grid; grid-template-columns: .77fr 1.23fr; gap: 106px; padding: 114px 0; }.workflow-copy { position: sticky; top: 35px; align-self: start; }.workflow-copy h2 { margin: 0; font-size: clamp(37px, 4vw, 56px); line-height: 1.22; letter-spacing: -2.5px; }.workflow-copy h2 + p { margin: 26px 0 0; color: #a5bbcf; font-size: 15px; line-height: 1.95; }.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 31px; padding-bottom: 7px; border-bottom: 1px solid #498de1; color: #8fc1ff; font-size: 13px; }.text-link span { font-size: 20px; }.workflow-list { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.workflow-list:before { content: ""; position: absolute; left: 20px; top: 20px; bottom: 20px; width: 1px; background: #31506e; }.workflow-list li { position: relative; z-index: 1; display: grid; grid-template-columns: 41px 1fr 20px; gap: 21px; padding: 0 0 42px; }.workflow-list li:last-child { padding: 0; }.workflow-list li > span { display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid #4778a6; border-radius: 50%; color: #93c4ff; background: #0b2845; font-family: var(--mono); font-size: 10px; }.workflow-list li h3 { margin: 6px 0 8px; font-size: 18px; }.workflow-list li p { max-width: 510px; margin: 0; color: #9fb2c5; font-size: 13px; line-height: 1.8; }.workflow-list li > i { align-self: center; color: #78b1ee; font-size: 17px; font-style: normal; }

.industries-section { padding: 89px 0; background: #eef5fb; }.industries-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }.industries-layout h2 { margin: 0; color: #14314d; font-size: clamp(30px, 3vw, 40px); line-height: 1.3; letter-spacing: -1.5px; }.industry-tags { display: flex; flex-wrap: wrap; gap: 9px; }.industry-tags span { padding: 12px 17px; border: 1px solid #d2e0ec; border-radius: 3px; color: #466078; background: #fff; font-size: 13px; transition: color .2s, background .2s, transform .2s; }.industry-tags span:hover { transform: translateY(-2px); color: #fff; border-color: #277cf4; background: #277cf4; }

.compliance-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 43%, rgba(46,118,221,.35), transparent 29%), #07182b; }.compliance-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; min-height: 525px; }.compliance-copy h2 { margin: 0; font-size: clamp(39px, 4.1vw, 58px); line-height: 1.2; letter-spacing: -2.5px; }.compliance-copy h2 span { color: #7ab6ff; }.compliance-copy > p { margin: 25px 0 0; color: #a8bdd0; font-size: 14px; line-height: 1.95; }.compliance-copy .compliance-note { color: #7991a7; font-size: 11px; }.compliance-panel { position: relative; padding: 35px; border: 1px solid rgba(174,208,246,.23); border-radius: 7px; background: linear-gradient(140deg, rgba(35,76,121,.52), rgba(13,39,66,.48)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }.shield { position: absolute; display: grid; right: 30px; top: -42px; width: 84px; height: 97px; place-items: center; clip-path: polygon(50% 0, 92% 17%, 92% 55%, 50% 100%, 8% 55%, 8% 17%); color: #75b3ff; background: linear-gradient(135deg, #1e62b4, #2d87ff); box-shadow: 0 15px 30px #071a32; font-size: 32px; }.shield span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); }.guard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(166,203,240,.16); background: rgba(166,203,240,.16); }.guard-grid div { min-height: 126px; padding: 20px; background: rgba(6,28,51,.56); }.guard-grid span { display: block; color: #6da9ec; font-family: var(--mono); font-size: 10px; }.guard-grid b { display: block; margin-top: 12px; font-size: 15px; }.guard-grid p { margin: 7px 0 0; color: #96aec5; font-size: 11px; }

.deployment-section { background: #fff; }.deploy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.deploy-card { position: relative; padding: 37px 38px; border: 1px solid #dbe5ed; border-radius: 5px; background: #fbfcfd; }.deploy-card h3 { margin: 16px 0 12px; color: #15304b; font-size: 24px; letter-spacing: -1px; }.deploy-card > p:not(.feature-index) { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.deploy-card ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }.deploy-card li { color: #466178; font-size: 13px; }.deploy-card li:before { content: "✓"; display: inline-grid; width: 17px; height: 17px; place-items: center; margin-right: 9px; border-radius: 50%; color: #2d82f5; background: #e7f1ff; font-size: 10px; }.deploy-card.highlighted { overflow: hidden; color: #fff; border-color: #174c85; background: linear-gradient(136deg, #092d56, #155b9f); }.deploy-card.highlighted .feature-index,.deploy-card.highlighted > p:not(.feature-index),.deploy-card.highlighted li { color: #b9d9fb; }.deploy-card.highlighted h3 { color: #fff; }.deploy-card.highlighted li:before { color: #fff; background: rgba(255,255,255,.14); }.recommended { position: absolute; right: -25px; top: 20px; width: 114px; padding: 5px; transform: rotate(45deg); color: #19599a; background: #b7ddff; text-align: center; font-size: 9px; font-weight: 700; }.deploy-card.highlighted a { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid #8dbff4; color: #fff; font-size: 13px; }.deploy-card.highlighted a span { font-size: 17px; }

.contact-section { padding: 114px 0; background: var(--paper); }.contact-card { position: relative; overflow: hidden; padding: 67px 55px; color: #fff; background: linear-gradient(118deg, #092a4c, #115a9f); }.contact-card:before { content: ""; position: absolute; right: -100px; top: -90px; width: 480px; height: 400px; border: 1px solid rgba(160,209,255,.18); border-radius: 50%; }.contact-card .eyebrow { position: relative; }.contact-card h2 { position: relative; margin: 0; font-size: clamp(32px, 3.7vw, 50px); line-height: 1.27; letter-spacing: -2px; }.contact-card > p { position: relative; max-width: 545px; margin: 22px 0 0; color: #bddaf7; font-size: 14px; line-height: 1.8; }.contact-phone { position: relative; display: grid; width: max-content; grid-template-columns: auto auto; column-gap: 20px; align-items: center; margin-top: 34px; padding: 13px 15px 13px 19px; border: 1px solid rgba(211,235,255,.35); background: rgba(255,255,255,.08); }.contact-phone small { grid-column: 1 / -1; color: #a8cef5; font-size: 10px; letter-spacing: 1px; }.contact-phone strong { font-family: var(--mono); font-size: 21px; letter-spacing: -.7px; }.contact-phone span { padding: 8px 10px; color: #165291; background: #c2e1ff; font-size: 11px; font-weight: 700; }.contact-orbit { position: absolute; border: 1px solid rgba(183,220,255,.14); border-radius: 50%; }.orbit-one { width: 465px; height: 465px; right: -72px; top: -39px; }.orbit-two { width: 320px; height: 320px; right: 30px; top: 32px; }

.site-footer { color: #b2c2d1; background: #061626; }.footer-top { display: flex; min-height: 114px; gap: 36px; align-items: center; border-bottom: 1px solid rgba(185,212,238,.14); }.footer-top .brand { color: #fff; }.footer-top p { margin: 0; font-size: 12px; }.footer-top > a { margin-left: auto; color: #e0effe; font-family: var(--mono); font-size: 14px; }.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 23px; color: #71869a; font-family: var(--mono); font-size: 10px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.is-visible { opacity: 1; transform: none; }[data-delay="1"] { transition-delay: .12s; }[data-delay="2"] { transition-delay: .24s; }
@keyframes pulse { 50% { opacity: .25; transform: scale(1.5); } }

@media (max-width: 980px) {
  .main-nav { gap: 20px; }.nav-contact { padding-left: 17px; }.hero { min-height: auto; padding-top: 150px; }.hero-layout { grid-template-columns: 1fr; gap: 22px; }.hero-copy { max-width: 660px; }.hero-product { max-width: 700px; margin: 0 auto; }.split-intro,.workflow-layout,.compliance-layout { gap: 48px; }.workflow-layout { grid-template-columns: 1fr; }.workflow-copy { position: static; }.industries-layout,.compliance-layout { grid-template-columns: 1fr; }.compliance-layout { padding: 100px 0 80px; }.compliance-panel { max-width: 680px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card.feature-lead { grid-column: span 2; }.pain-grid { gap: 13px; }.pain-card { padding: 24px; }.hero-trust { gap: 15px; }.hero-trust > div { padding-right: 15px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 36px, var(--container)); }.site-header { position: absolute; }.nav-wrap { height: 66px; gap: 13px; }.brand { min-width: 0; }.brand b { font-size: 16px; }.brand-mark { width: 27px; height: 27px; }.nav-contact { display: none; }.menu-toggle { display: grid; width: 43px; height: 37px; gap: 4px; align-content: center; margin-left: auto; border: 0; color: #fff; background: transparent; cursor: pointer; }.menu-toggle span { display: block; width: 19px; height: 1px; margin-left: auto; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }.main-nav { position: absolute; top: 66px; right: 18px; left: 18px; display: grid; gap: 0; overflow: hidden; max-height: 0; border: 1px solid transparent; background: #0b2743; box-shadow: 0 14px 25px rgba(0,0,0,.2); transition: max-height .25s, border .25s; }.main-nav.is-open { max-height: 230px; border-color: rgba(194,222,252,.16); }.main-nav a { padding: 15px 17px; border-bottom: 1px solid rgba(194,222,252,.1); color: #dfedfb; }.main-nav a:last-child { border: 0; }.main-nav a:after { display: none; }.hero { padding: 122px 0 62px; }.hero h1 { font-size: clamp(39px, 11vw, 55px); letter-spacing: -2.2px; }.hero-summary { font-size: 14px; line-height: 1.85; }.hero-actions { margin-top: 26px; }.button { min-height: 46px; font-size: 13px; }.hero-trust { display: grid; grid-template-columns: 1fr 1fr; margin-top: 37px; gap: 17px; }.hero-trust > div { padding: 0; border: 0; }.hero-trust > div:last-child { grid-column: 1 / -1; }.hero-trust span { white-space: normal; }.hero-product { padding: 22px 0 22px; }.product-content { padding: 16px 12px; }.product-body { min-height: 365px; }.product-sidebar { width: 37px; flex-basis: 37px; }.product-content { width: calc(100% - 37px); }.product-sidebar .side-item { width: 12px; height: 12px; }.side-logo { margin-bottom: 5px; }.content-head h2 { font-size: 15px; }.call-layout { grid-template-columns: 1fr; }.copilot-card { display: none; }.metrics-row { margin-top: 9px; }.floating-note { display: none; }.value-strip { display: none; }.section { padding: 76px 0; }.section-intro { margin-bottom: 37px; }.split-intro { grid-template-columns: 1fr; gap: 18px; }.section-intro h2 { font-size: 32px; letter-spacing: -1.4px; }.section-intro > p { font-size: 14px; }.pain-grid,.feature-grid,.deploy-grid { grid-template-columns: 1fr; }.pain-card { min-height: 200px; }.feature-card.feature-lead { grid-column: auto; }.feature-card { min-height: 230px; }.workflow-layout { gap: 38px; padding: 76px 0; }.workflow-copy h2 { font-size: 39px; }.workflow-list li { grid-template-columns: 38px 1fr; gap: 14px; padding-bottom: 29px; }.workflow-list li > i { display: none; }.workflow-list:before { left: 19px; }.workflow-list li > span { width: 38px; height: 38px; }.industries-section { padding: 68px 0; }.industries-layout { gap: 34px; }.industry-tags { gap: 7px; }.industry-tags span { padding: 10px 12px; font-size: 12px; }.compliance-layout { gap: 54px; padding: 78px 0 67px; }.compliance-copy h2 { font-size: 40px; letter-spacing: -1.8px; }.compliance-panel { padding: 18px; }.shield { right: 18px; top: -33px; width: 66px; height: 77px; font-size: 24px; }.shield span { width: 30px; height: 30px; }.guard-grid div { min-height: 113px; padding: 17px 14px; }.guard-grid b { font-size: 13px; }.guard-grid p { font-size: 10px; line-height: 1.45; }.deploy-card { padding: 29px 24px; }.contact-section { padding: 75px 0; }.contact-card { padding: 48px 24px; }.contact-card h2 { font-size: 32px; letter-spacing: -1.4px; }.contact-phone { grid-template-columns: 1fr; width: 100%; gap: 8px; }.contact-phone strong { font-size: 20px; }.contact-phone span { width: max-content; }.orbit-one { right: -220px; }.orbit-two { right: -140px; }.footer-top { min-height: 130px; display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 24px 0; }.footer-top p { grid-column: 1 / -1; font-size: 11px; }.footer-top > a { margin: 0; font-size: 12px; }.footer-bottom { display: grid; gap: 7px; font-size: 9px; }.centered { text-align: left; }.centered .eyebrow { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* 禾众信达企业官网扩展模块 */
.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.about-card { min-height: 220px; padding: 28px; border: 1px solid #dfe8f0; border-radius: 5px; background: #fbfcfd; transition: transform .25s, box-shadow .25s; }
.about-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(21,59,96,.1); }
.about-card-main { grid-column: span 2; color: #fff; border: 0; background: linear-gradient(135deg, #0b2e58, #11549b); }
.about-card strong { display: block; color: #277cf4; font-family: var(--mono); font-size: 30px; letter-spacing: -1px; }
.about-card h3 { margin: 20px 0 10px; color: #15304b; font-size: 20px; letter-spacing: -.7px; }
.about-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-card-main h3 { margin-top: 15px; color: #fff; font-size: 26px; line-height: 1.35; }
.about-card-main p { max-width: 440px; color: rgba(231,244,255,.76); }
.about-card-main .feature-index { color: #a6cafb; }
.product-grid .feature-card { min-height: 248px; }
.product-compliance { margin: 28px 0 0; color: #708298; font-size: 12px; text-align: center; }
.qualification-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 40%, rgba(46,118,221,.35), transparent 31%), #07182b; }
.qualification-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; min-height: 580px; }
.qualification-copy h2 { margin: 0; font-size: clamp(39px, 4.1vw, 58px); line-height: 1.2; letter-spacing: -2.5px; }
.qualification-copy h2 span { color: #7ab6ff; }
.qualification-copy > p { max-width: 430px; margin: 25px 0 0; color: #a8bdd0; font-size: 14px; line-height: 1.95; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(166,203,240,.16); background: rgba(166,203,240,.16); }
.credential-grid article { min-height: 142px; padding: 22px; background: rgba(6,28,51,.62); }
.credential-grid span { display: block; color: #6da9ec; font-family: var(--mono); font-size: 10px; }
.credential-grid b { display: block; margin-top: 13px; font-size: 15px; line-height: 1.55; }
.credential-grid p { margin: 8px 0 0; color: #96aec5; font-size: 11px; line-height: 1.55; }
@media (max-width: 980px) { .about-grid { grid-template-columns: repeat(2, 1fr); } .qualification-layout { grid-template-columns: 1fr; gap: 54px; padding: 95px 0 80px; } }
@media (max-width: 720px) { .about-grid { grid-template-columns: 1fr; } .about-card-main { grid-column: auto; } .about-card { min-height: 190px; padding: 24px; } .about-card-main h3 { font-size: 23px; } .product-grid .feature-card { min-height: 220px; } .qualification-layout { padding: 78px 0 67px; } .qualification-copy h2 { font-size: 40px; letter-spacing: -1.8px; } .credential-grid article { min-height: 128px; padding: 17px 14px; } .credential-grid b { font-size: 13px; } }
#products .section-intro h2 { max-width: 900px; }
@media (max-width: 1200px) and (min-width: 981px) {
  .main-nav { gap: 18px; }
  .nav-contact { padding-left: 12px; }
  .nav-contact span { display: none; }
  .nav-contact b { font-size: 12px; }
}