.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 72px; color: var(--ink-900); border-bottom: 1px solid rgb(223 233 246 / 92%); background: #fff; box-shadow: 0 3px 15px rgb(22 58 111 / 6%); }
.nav-wrap { display: flex; align-items: center; height: 100%; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 4px 7px; border-radius: 6px; background: #fff; }
.brand-logo { display: block; width: auto; height: 36px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 32px; margin: 0 auto; }
.main-nav a, .nav-contact { position: relative; font-size: 14px; font-weight: 500; }
.main-nav a { padding: 26px 0; color: var(--ink-700); }
.main-nav a::after { position: absolute; bottom: 18px; left: 50%; width: 0; height: 2px; content: ""; background: var(--brand-600); transform: translateX(-50%); transition: width .2s var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink-900); }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 18px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-contact { color: var(--ink-900); }.nav-contact:hover { color: var(--brand-600); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 20px; font-weight: 600; line-height: 1.3; border: 1px solid transparent; border-radius: 8px; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s; }
.button svg { width: 18px; height: 18px; }.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(105deg, var(--brand-600), #1687ff); box-shadow: 0 10px 22px rgb(0 107 223 / 25%); }.button-primary:hover { box-shadow: 0 14px 30px rgb(0 107 223 / 34%); }
.button-small { min-height: 40px; padding: 8px 15px; font-size: 14px; }.button-large { min-width: 158px; min-height: 52px; padding: 13px 22px; }
.button-ghost { color: #fff; border-color: rgb(255 255 255 / 42%); background: rgb(255 255 255 / 6%); }.button-ghost:hover { background: rgb(255 255 255 / 14%); }
.menu-toggle { display: none; padding: 7px; color: inherit; border: 0; background: transparent; }.menu-toggle svg { width: 25px; height: 25px; }

.hero { position: relative; min-height: 755px; padding: 174px 0 31px; overflow: hidden; color: #fff; background: radial-gradient(circle at 73% 26%, rgb(37 173 255 / 36%), transparent 26%), radial-gradient(circle at 94% 79%, rgb(0 204 234 / 21%), transparent 22%), linear-gradient(124deg, #071b43 0%, #0a3579 49%, #006fdf 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgb(255 255 255 / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 9%) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000 0%, transparent 80%); }
.hero::after { position: absolute; right: -18%; bottom: -50%; width: 760px; height: 760px; content: ""; border: 1px solid rgb(166 231 255 / 28%); border-radius: 50%; box-shadow: 0 0 0 60px rgb(153 226 255 / 5%), 0 0 0 120px rgb(153 226 255 / 4%), 0 0 0 180px rgb(153 226 255 / 3%); }
.hero-orbit { position: absolute; border: 1px solid rgb(141 217 255 / 18%); border-radius: 50%; }.hero-orbit-one { top: 86px; left: -176px; width: 490px; height: 490px; }.hero-orbit-two { top: 252px; left: -56px; width: 310px; height: 310px; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--brand-600); font-size: 15px; font-weight: 700; letter-spacing: .12em; }.eyebrow span { width: 23px; height: 2px; background: currentColor; }.eyebrow-light { color: #a7dcff; }
.hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(42px, 4.25vw, 61px); line-height: 1.2; letter-spacing: -.04em; }.hero h1 em { color: #82dcff; font-style: normal; }
.hero-description { max-width: 532px; color: rgb(237 249 255 / 85%); font-size: 18px; line-height: 1.85; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; margin-top: 35px; }.hero-points li { padding: 0 13px; color: rgb(226 245 255 / 75%); font-size: 13px; border-left: 1px solid rgb(198 235 255 / 28%); }.hero-points li:first-child { padding-left: 0; border-left: 0; }

.hero-visual { position: relative; height: 410px; perspective: 1000px; }.visual-glow { position: absolute; top: 40px; left: 58px; width: 370px; height: 310px; border-radius: 50%; background: #2ec7f7; filter: blur(70px); opacity: .28; }
.dashboard-card { position: absolute; top: 15px; right: 0; width: min(100%, 518px); height: 335px; overflow: hidden; border: 1px solid rgb(175 229 255 / 49%); border-radius: 12px; background: linear-gradient(145deg, rgb(17 67 137 / 94%), rgb(7 37 91 / 94%)); box-shadow: 0 28px 70px rgb(0 10 48 / 35%), inset 0 1px 0 rgb(255 255 255 / 14%); transform: rotateY(-8deg) rotateX(2deg); }
.dash-topbar { display: flex; align-items: center; height: 43px; padding: 0 15px; color: rgb(211 239 255 / 83%); font-size: 10px; border-bottom: 1px solid rgb(178 225 255 / 15%); background: rgb(9 36 84 / 42%); }.dash-logo { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; }.dash-logo > i { width: 8px; height: 8px; border-radius: 2px; background: #38c9ff; }.dash-topbar > span:nth-child(2) { margin-left: auto; opacity: .62; }.dash-topbar > b { display: flex; align-items: center; gap: 4px; margin-left: 12px; padding: 2px 5px; color: #8bf0d1; font-size: 9px; font-weight: 500; background: rgb(20 180 117 / 15%); border-radius: 3px; }.dash-topbar b i { width: 4px; height: 4px; background: #70eac3; border-radius: 50%; }
.dash-body { display: flex; height: calc(100% - 43px); }.dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; width: 43px; padding-top: 21px; background: rgb(6 27 69 / 33%); border-right: 1px solid rgb(178 225 255 / 11%); }.dash-sidebar i { width: 14px; height: 14px; border: 1px solid rgb(184 232 255 / 37%); border-radius: 3px; }.dash-sidebar i.active { background: #2dbeff; border-color: #2dbeff; box-shadow: 0 0 10px #2dbeff; }
.dash-content { flex: 1; padding: 20px; }.dash-heading { display: flex; align-items: end; justify-content: space-between; }.dash-heading small, .dash-kpis small, .chart-title small { color: rgb(190 224 250 / 56%); font-size: 9px; }.dash-heading strong { display: block; margin-top: 2px; color: #f0f9ff; font-size: 16px; }.dash-heading > span { padding: 3px 7px; color: #75d6ff; font-size: 9px; border: 1px solid rgb(81 200 255 / 32%); border-radius: 3px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; }.dash-kpis article { padding: 9px 10px; border: 1px solid rgb(154 216 255 / 12%); border-radius: 5px; background: linear-gradient(135deg, rgb(75 158 239 / 17%), rgb(85 210 255 / 4%)); }.dash-kpis b { display: block; margin: 2px 0; color: #fff; font-size: 17px; line-height: 1.2; }.dash-kpis span { color: #68e5c7; font-size: 8px; }.dash-kpis .warn { color: #ffcc72; }
.dash-bottom { display: grid; grid-template-columns: 1.8fr 1fr; gap: 10px; margin-top: 12px; }.trend-chart, .risk-chart { min-height: 122px; padding: 8px; border: 1px solid rgb(154 216 255 / 12%); border-radius: 5px; background: rgb(3 26 71 / 25%); }.chart-title { display: flex; justify-content: space-between; color: rgb(222 242 255 / 91%); font-size: 9px; }.trend-chart svg { width: 100%; height: 72px; margin-top: 4px; overflow: visible; }.chart-grid { stroke: rgb(190 229 255 / 13%); stroke-width: 1; }.chart-area { fill: url(#trend-fill); }.chart-line { fill: none; stroke: #42c6ff; stroke-width: 2; filter: drop-shadow(0 3px 2px rgb(19 203 255 / 35%)); }.chart-days { display: flex; justify-content: space-between; color: rgb(190 224 250 / 46%); font-size: 7px; }
.progress-ring { display: grid; width: 56px; height: 56px; margin: 9px auto 3px; color: #fff; font-size: 16px; font-weight: 700; place-items: center; border: 7px solid #38c5ff; border-top-color: #b5edff; border-right-color: #6e7bd4; border-radius: 50%; }.progress-ring small { margin-top: -8px; color: #b8e9ff; font-size: 7px; }.risk-chart p { color: rgb(210 236 255 / 64%); font-size: 7px; line-height: 1.4; text-align: center; }.risk-chart p i { display: inline-block; width: 4px; height: 4px; margin-right: 2px; vertical-align: 1px; background: #6be8c7; border-radius: 50%; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 12px; color: #eaf8ff; border: 1px solid rgb(175 229 255 / 48%); border-radius: 8px; background: linear-gradient(135deg, rgb(15 91 171 / 91%), rgb(11 53 121 / 91%)); box-shadow: 0 12px 28px rgb(0 12 52 / 25%); backdrop-filter: blur(8px); }.floating-card > span, .floating-card > i { display: grid; width: 27px; height: 27px; color: #7ee7ff; place-items: center; border-radius: 6px; background: rgb(74 211 255 / 16%); }.floating-card > span svg { width: 15px; height: 15px; }.floating-card small { display: block; color: rgb(200 232 251 / 68%); font-size: 9px; }.floating-card strong { display: block; font-size: 11px; }.floating-card > i { width: 16px; height: 16px; margin-left: 5px; color: #7cf0cb; background: rgb(50 223 163 / 18%); border-radius: 50%; }.floating-card > i svg { width: 11px; height: 11px; }.float-person { top: 260px; left: -24px; }.float-pay { top: -4px; right: -12px; }.float-pay > span { color: #fff; background: linear-gradient(145deg, #36c7f6, #2871e6); }
.hero-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; margin-top: 47px; color: rgb(203 232 255 / 66%); font-size: 13px; }.hero-note i { flex: 1; height: 1px; background: linear-gradient(to right, rgb(204 235 255 / 28%), transparent); }.hero-note a { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }.hero-note svg { width: 15px; height: 15px; transform: rotate(90deg); }

.trust-strip { position: relative; z-index: 2; background: #fff; }.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 105px; border-left: 1px solid var(--line); }.trust-grid > div:last-child { border-right: 1px solid var(--line); }.trust-grid svg { width: 32px; height: 32px; color: var(--brand-600); stroke-width: 1.5; }.trust-grid span { display: flex; flex-direction: column; }.trust-grid b { color: var(--ink-900); font-size: 15px; }.trust-grid small { margin-top: 1px; color: var(--ink-500); font-size: 12px; }

.section { padding: 110px 0; }.section-heading { margin-bottom: 51px; }.section-heading.centered { max-width: 740px; margin-right: auto; margin-left: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading h2, .value-copy h2, .flow-copy h2, .faq-copy h2, .consult-copy h2 { margin-bottom: 15px; font-size: clamp(30px, 3vw, 42px); line-height: 1.28; letter-spacing: -.04em; }.section-heading > p:last-child { color: var(--ink-500); font-size: 17px; }
.pain-section { background: var(--surface-50); }.pain-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.pain-card { position: relative; min-height: 252px; padding: 24px 21px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: transform .25s var(--ease), border-color .25s, box-shadow .25s; }.pain-card:hover { z-index: 1; border-color: rgb(68 155 255 / 44%); box-shadow: var(--card-shadow); transform: translateY(-5px); }.pain-card > span { position: absolute; top: 17px; right: 17px; color: #c5d3e6; font-size: 12px; font-weight: 700; }.pain-icon { display: grid; width: 48px; height: 48px; color: var(--brand-600); place-items: center; border-radius: 12px; background: linear-gradient(135deg, #e2f3ff, #f1f8ff); }.pain-icon svg { width: 25px; height: 25px; stroke-width: 1.5; }.pain-card h3 { margin: 20px 0 7px; font-size: 18px; }.pain-card p { position: relative; z-index: 1; color: var(--ink-500); font-size: 13px; line-height: 1.65; }.pain-mark { position: absolute; right: -9px; bottom: -30px; color: #edf5ff; font-size: 113px; font-style: normal; font-weight: 700; line-height: 1; }.pain-card-highlight { color: #fff; border: 0; background: linear-gradient(145deg, #0875db, #0876b5); }.pain-card-highlight .pain-icon { color: #fff; background: rgb(255 255 255 / 16%); }.pain-card-highlight h3 { color: #fff; }.pain-card-highlight p { color: rgb(236 250 255 / 78%); }.pain-card-highlight > span { color: rgb(255 255 255 / 46%); }.pain-card-highlight .pain-mark { color: rgb(255 255 255 / 8%); }

.value-section { overflow: hidden; background: linear-gradient(145deg, #fbfdff, #f1f8ff); }.value-layout { display: grid; grid-template-columns: .82fr .92fr 1fr; align-items: stretch; gap: 34px; }.value-copy { display: flex; flex-direction: column; justify-content: center; }.value-copy > p:not(.eyebrow), .flow-copy > p:not(.eyebrow), .faq-copy > p:not(.eyebrow) { max-width: 358px; color: var(--ink-500); font-size: 16px; }.text-arrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--brand-600); font-size: 14px; font-weight: 700; }.text-arrow svg { width: 17px; height: 17px; transition: transform .2s var(--ease); }.text-arrow:hover svg { transform: translateX(3px); }
.value-stage { position: relative; min-height: 360px; padding: 24px; overflow: hidden; color: #eefdff; border: 1px solid rgb(105 195 255 / 35%); border-radius: 15px; background: radial-gradient(circle at 77% 17%, rgb(39 175 255 / 55%), transparent 29%), linear-gradient(142deg, #092a60, #0759af); box-shadow: 0 22px 42px rgb(28 91 160 / 17%); }.stage-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgb(210 244 255 / 34%) 1px, transparent 1px), linear-gradient(90deg, rgb(210 244 255 / 34%) 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(135deg, #000, transparent 78%); }.value-stage::after { position: absolute; right: -46px; bottom: -66px; width: 218px; height: 218px; content: ""; border: 1px solid rgb(172 234 255 / 37%); border-radius: 50%; box-shadow: 0 0 0 24px rgb(172 234 255 / 6%), 0 0 0 48px rgb(172 234 255 / 5%); }.stage-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }.stage-head > span { color: rgb(190 236 255 / 72%); font-size: 14px; font-weight: 700; letter-spacing: .08em; }.stage-head > div { display: grid; width: 43px; height: 43px; color: #8de9ff; place-items: center; border: 1px solid rgb(190 240 255 / 36%); border-radius: 12px; background: rgb(255 255 255 / 10%); }.stage-head svg { width: 23px; height: 23px; stroke-width: 1.45; }.stage-main { position: relative; z-index: 1; max-width: 254px; margin-top: 70px; }.stage-main p { color: #8fdbff; font-size: 11px; letter-spacing: .12em; }.stage-main strong { display: block; margin: 7px 0; color: #fff; font-size: 25px; line-height: 1.3; }.stage-main span { display: block; color: rgb(221 244 255 / 78%); font-size: 13px; line-height: 1.7; }.stage-status { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 7px; color: #8de9ff; font-size: 11px; }.stage-status i { width: 6px; height: 6px; background: #72efd1; border-radius: 50%; box-shadow: 0 0 0 5px rgb(114 239 209 / 13%); animation: live-pulse 1.65s ease-out infinite; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.value-item { position: relative; display: grid; grid-template-columns: 30px 40px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 114px; padding: 15px; color: var(--ink-700); text-align: left; border: 1px solid #dceaf8; border-radius: 11px; background: #fff; transition: border-color .25s, box-shadow .25s, background .25s; }.value-item:hover, .value-item.is-active { border-color: #6ebcff; background: linear-gradient(145deg, #fff, #edf8ff); box-shadow: 0 13px 26px rgb(28 108 192 / 12%); }.value-item b { align-self: start; color: #8da4c1; font-size: 11px; }.value-item.is-active b { color: var(--brand-600); }.value-item > span { display: grid; width: 38px; height: 38px; color: var(--brand-600); place-items: center; border-radius: 9px; background: #edf7ff; }.value-item > span svg { width: 20px; height: 20px; }.value-item strong { display: block; color: currentColor; font-size: 14px; line-height: 1.45; }.value-item small { display: block; margin-top: 4px; color: var(--ink-500); font-size: 10px; line-height: 1.4; }.value-item.is-active small { color: #4185c7; }

.feature-section { background: var(--surface-50); }.feature-heading { display: flex; align-items: end; justify-content: space-between; max-width: none; }.feature-heading > p { max-width: 400px; margin: 0 0 6px; text-align: right; }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.feature-card { position: relative; min-height: 240px; padding: 27px 24px; overflow: hidden; color: var(--ink-700); text-align: left; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s, color .25s, background .25s; }.feature-card:hover { z-index: 1; border-color: rgb(68 155 255 / 44%); box-shadow: var(--card-shadow); transform: translateY(-5px); }.feature-card.is-active, .feature-card.feature-accent { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0d6fd7, #057eba); }.feature-card.is-active::after, .feature-card.feature-accent::after { position: absolute; right: -22px; bottom: -45px; width: 160px; height: 160px; content: ""; border: 24px solid rgb(255 255 255 / 8%); border-radius: 50%; }.feature-wide { display: flex; grid-column: span 2; align-items: flex-start; gap: 18px; }.feature-icon { display: grid; flex: 0 0 auto; width: 48px; height: 48px; color: var(--brand-600); place-items: center; border-radius: 12px; background: linear-gradient(135deg, #e2f3ff, #f1f8ff); }.feature-icon svg { width: 25px; height: 25px; stroke-width: 1.5; }.feature-card h3 { margin: 20px 0 7px; color: currentColor; font-size: 18px; line-height: 1.4; }.feature-wide h3 { margin-top: 1px; }.feature-card p { position: relative; z-index: 1; max-width: 210px; color: var(--ink-500); font-size: 13px; line-height: 1.65; }.feature-card b { position: absolute; top: 16px; right: 17px; color: #c5d3e6; font-size: 12px; }.feature-card.is-active .feature-icon, .feature-card.feature-accent .feature-icon { color: #fff; background: rgb(255 255 255 / 16%); }.feature-card.is-active p, .feature-card.feature-accent p { color: rgb(236 250 255 / 76%); }.feature-card.is-active b, .feature-card.feature-accent b { color: rgb(255 255 255 / 46%); }
.mini-profile { position: absolute; right: 21px; bottom: 20px; width: 100px; height: 62px; padding: 9px; border: 1px solid #cae8fb; border-radius: 7px; background: linear-gradient(145deg, #f9fdff, #ddf3ff); transform: rotate(-5deg); }.mini-profile em { float: left; width: 27px; height: 27px; margin-right: 8px; border-radius: 50%; background: linear-gradient(145deg, #41c9f0, #327fe4); }.mini-profile span { display: block; width: 50px; height: 5px; margin: 4px 0; background: #94caec; border-radius: 2px; }.mini-profile span:last-child { width: 34px; }.mini-bars { position: absolute; right: 23px; bottom: 23px; display: flex; align-items: end; gap: 5px; height: 62px; }.mini-bars em { width: 10px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, #1d85ef, #8cdcff); }.mini-bars em:nth-child(1) { height: 26px; }.mini-bars em:nth-child(2) { height: 45px; }.mini-bars em:nth-child(3) { height: 36px; }.mini-bars em:nth-child(4) { height: 55px; }.mini-nodes { position: absolute; right: 28px; bottom: 25px; width: 92px; height: 64px; background: linear-gradient(#9fd6f8, #9fd6f8) 50% 15px / 1px 33px no-repeat, linear-gradient(#9fd6f8, #9fd6f8) 15px 47px / 62px 1px no-repeat; }.mini-nodes em { position: absolute; width: 15px; height: 15px; border: 3px solid #5ab4ed; border-radius: 50%; background: #fff; }.mini-nodes em:nth-child(1) { top: 0; left: 39px; }.mini-nodes em:nth-child(2) { bottom: 0; left: 7px; }.mini-nodes em:nth-child(3) { bottom: 0; left: 39px; }.mini-nodes em:nth-child(4) { right: 7px; bottom: 0; }.mini-line { position: absolute; right: 18px; bottom: 21px; width: 142px; height: 65px; background: linear-gradient(to top, transparent 48%, #dcecf9 49% 50%, transparent 51%), linear-gradient(130deg, transparent 0 16%, #55bdf2 17% 19%, transparent 20% 33%, #55bdf2 34% 36%, transparent 37% 48%, #55bdf2 49% 51%, transparent 52% 65%, #55bdf2 66% 68%, transparent 69%); }.mini-device { position: absolute; right: 24px; bottom: 20px; display: grid; width: 62px; height: 82px; color: #51c7ff; font-size: 19px; font-style: normal; font-weight: 700; place-items: center; border: 3px solid rgb(172 239 255 / 70%); border-radius: 9px; background: rgb(255 255 255 / 8%); }

.solution-section { background: #fff; }.solution-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; grid-template-rows: repeat(2, 244px); gap: 14px; }.solution-card { position: relative; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-50); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }.solution-card:hover { z-index: 1; border-color: #84c7fb; box-shadow: var(--card-shadow); transform: translateY(-4px); }.solution-main { grid-row: span 2; color: #fff; border: 0; background: linear-gradient(145deg, #0b72d6, #075dac); }.solution-card:nth-child(4) { grid-column: 2; }.solution-card:nth-child(5) { grid-column: 3; }.solution-index { color: #98abc4; font-size: 12px; font-weight: 700; }.solution-icon { display: grid; width: 44px; height: 44px; margin-top: 22px; color: var(--brand-600); place-items: center; border-radius: 11px; background: #e5f4ff; }.solution-icon svg { width: 23px; height: 23px; }.solution-card h3 { margin: 17px 0 7px; color: var(--ink-900); font-size: 20px; line-height: 1.37; }.solution-card p { position: relative; z-index: 1; max-width: 245px; color: var(--ink-500); font-size: 13px; line-height: 1.65; }.solution-main .solution-index { color: rgb(255 255 255 / 52%); }.solution-main .solution-icon { color: #fff; background: rgb(255 255 255 / 16%); }.solution-main h3 { margin-top: 25px; color: #fff; font-size: 28px; }.solution-main p { color: rgb(235 249 255 / 78%); font-size: 14px; }.solution-dark { color: #fff; border: 0; background: linear-gradient(145deg, #082f69, #05689b); }.solution-dark .solution-index { color: rgb(255 255 255 / 53%); }.solution-dark .solution-icon { color: #8feaff; background: rgb(255 255 255 / 12%); }.solution-dark h3 { color: #fff; }.solution-dark p { color: rgb(231 247 255 / 72%); }.solution-shape { position: absolute; right: 17px; bottom: 16px; font-style: normal; }.shape-layer { width: 145px; height: 112px; }.shape-layer em { position: absolute; right: 0; width: 105px; height: 48px; border: 1px solid rgb(180 235 255 / 41%); border-radius: 50%; background: rgb(255 255 255 / 4%); }.shape-layer em:nth-child(1) { top: 0; }.shape-layer em:nth-child(2) { top: 24px; right: 16px; }.shape-layer em:nth-child(3) { top: 48px; right: 32px; }.shape-clock { width: 96px; height: 96px; border: 12px solid #d9efff; border-top-color: #4daef2; border-radius: 50%; }.shape-clock::before, .shape-clock::after { position: absolute; left: 41px; width: 3px; content: ""; background: #4daef2; transform-origin: bottom; }.shape-clock::before { top: 21px; height: 28px; }.shape-clock::after { top: 44px; height: 21px; transform: rotate(123deg); }.shape-shield { width: 102px; height: 102px; border: 11px solid #d8f0ff; border-radius: 50% 50% 45% 45%; }.shape-shield::before { position: absolute; top: 23px; left: 34px; width: 25px; height: 12px; content: ""; border-bottom: 7px solid #4aaef0; border-left: 7px solid #4aaef0; transform: rotate(-45deg); }.shape-grow { display: flex; align-items: end; gap: 7px; width: 106px; height: 92px; }.shape-grow em { width: 20px; background: linear-gradient(to top, #54bcf3, #c5eaff); border-radius: 4px 4px 0 0; }.shape-grow em:nth-child(1) { height: 35px; }.shape-grow em:nth-child(2) { height: 58px; }.shape-grow em:nth-child(3) { height: 82px; }.shape-refresh { color: rgb(138 229 255 / 28%); font-size: 136px; line-height: .7; }

.flow-section { padding: 96px 0; background: linear-gradient(120deg, #f4faff, #eef7ff); }.flow-layout { display: grid; grid-template-columns: .95fr 1.35fr; align-items: center; gap: 70px; }.flow-copy .button { margin-top: 28px; }.flow-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }.flow-steps::before { position: absolute; z-index: 0; top: 60px; right: 12%; left: 12%; height: 1px; content: ""; background: linear-gradient(to right, #9ed8fc, #5ab9f6, #9ed8fc); }.flow-steps li { position: relative; z-index: 1; text-align: center; }.flow-steps li > span { display: block; margin-bottom: 7px; color: #82a2bf; font-size: 11px; font-weight: 700; }.flow-steps i { display: grid; width: 54px; height: 54px; margin: 0 auto; color: var(--brand-600); place-items: center; border: 1px solid #cce9fc; border-radius: 15px; background: #fff; box-shadow: 0 8px 19px rgb(36 120 201 / 10%); }.flow-steps svg { width: 26px; height: 26px; }.flow-steps strong { display: block; margin-top: 15px; color: var(--ink-900); font-size: 14px; line-height: 1.45; }.flow-steps small { display: block; margin-top: 4px; color: var(--ink-500); font-size: 11px; }

.faq-section { background: #fff; }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }.faq-copy { padding-top: 9px; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 21px 0; color: var(--ink-900); font-size: 17px; font-weight: 600; text-align: left; border: 0; background: transparent; }.faq-item button > span { display: grid; width: 28px; height: 28px; color: var(--brand-600); place-items: center; border: 1px solid #d6eafb; border-radius: 50%; transition: transform .25s var(--ease), color .25s, background .25s; }.faq-item button svg { width: 15px; height: 15px; }.faq-item.is-open button > span { color: #fff; background: var(--brand-600); transform: rotate(45deg); }.faq-answer { padding: 0 46px 21px 0; color: var(--ink-500); font-size: 14px; line-height: 1.85; }

.consult-section { position: relative; padding: 94px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 25%, rgb(31 168 255 / 43%), transparent 24%), linear-gradient(125deg, #07234e, #0765bb); }.consult-section::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: linear-gradient(rgb(255 255 255 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 14%) 1px, transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(to right, transparent, #000 70%); }.consult-orb { position: absolute; border: 1px solid rgb(159 231 255 / 23%); border-radius: 50%; }.consult-orb-one { top: -182px; right: 4%; width: 570px; height: 570px; }.consult-orb-two { right: 13%; bottom: -221px; width: 480px; height: 480px; }.consult-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 405px; align-items: center; gap: 112px; }.consult-copy h2 { max-width: 620px; color: #fff; }.consult-copy > p:not(.eyebrow) { max-width: 530px; color: rgb(227 246 255 / 78%); }.consult-copy ul { display: grid; gap: 11px; margin-top: 26px; }.consult-copy li { display: flex; align-items: center; gap: 9px; color: rgb(232 249 255 / 90%); font-size: 14px; }.consult-copy li svg { width: 18px; height: 18px; color: #89edda; }.consult-card { padding: 35px 34px; color: var(--ink-700); border: 1px solid rgb(202 237 255 / 62%); border-radius: 16px; background: rgb(255 255 255 / 96%); box-shadow: 0 25px 55px rgb(0 23 75 / 26%); }.consult-card > p { margin-bottom: 7px; color: var(--brand-600); font-size: 13px; font-weight: 700; letter-spacing: .08em; }.consult-card h3 { margin-bottom: 7px; font-size: 26px; }.consult-card > span { display: block; color: var(--ink-500); font-size: 14px; }.consult-card .button { width: 100%; margin: 27px 0 16px; }.consult-card small { display: block; color: var(--ink-400); font-size: 11px; text-align: center; }

.site-footer { color: var(--ink-500); background: #fff; border-top: 1px solid var(--line); }.footer-main { display: grid; grid-template-columns: 112px 278px minmax(0, 1fr); gap: 42px; padding: 42px 0 34px; }.brand-footer { padding: 0; background: transparent; }.brand-footer .brand-logo { width: 104px; height: auto; }.footer-phone { display: inline-block; color: #e19a00; font-size: 30px; font-weight: 700; letter-spacing: .01em; line-height: 1.1; }.footer-phone:hover { color: #b77900; }.footer-service-note { margin: 8px 0 12px; font-size: 11px; }.footer-addresses { display: grid; gap: 5px; }.footer-addresses li { position: relative; padding-left: 10px; color: var(--ink-500); font-size: 11px; line-height: 1.35; }.footer-addresses li::before { position: absolute; top: .55em; left: 0; width: 3px; height: 3px; content: ""; background: #8da0b8; border-radius: 50%; }.footer-links-panel { display: grid; align-content: start; gap: 17px; padding: 4px 0 0 21px; border-left: 1px solid var(--line); }.footer-link-group h2 { margin: 0 0 4px; color: var(--ink-900); font-size: 13px; line-height: 1.4; }.footer-link-group p { color: var(--ink-500); font-size: 11px; line-height: 1.65; }.footer-link-group a:hover { color: var(--brand-600); }.footer-bottom { position: relative; display: flex; align-items: center; justify-content: center; min-height: 47px; color: var(--ink-400); border-top: 1px solid var(--line); }.footer-bottom p, .footer-bottom > a { font-size: 10px; }.footer-bottom > a { position: absolute; right: max(20px, calc((100vw - var(--container)) / 2)); display: inline-flex; align-items: center; gap: 4px; color: var(--ink-500); }.footer-bottom > a:hover { color: var(--brand-600); }.footer-bottom svg { width: 13px; height: 13px; }
.online-consult { position: fixed; z-index: 25; top: 58%; right: 0; width: 140px; padding: 0; cursor: pointer; border: 0; background: transparent; transition: transform .2s var(--ease); }.online-consult:hover { transform: translateX(-4px); }.online-consult img { display: block; width: 100%; height: auto; }.back-to-top { position: fixed; z-index: 20; right: 22px; bottom: 25px; display: grid; width: 43px; height: 43px; color: var(--brand-600); visibility: hidden; place-items: center; border: 1px solid #d8e9fb; border-radius: 8px; opacity: 0; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 23px rgb(31 87 150 / 15%); transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }.back-to-top.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }.back-to-top svg { width: 20px; height: 20px; transform: rotate(-90deg); }
/* Persistent selection makes card groups visibly respond to a click. */
.pain-card, .solution-card { cursor: pointer; }
.pain-card.is-active { z-index: 2; color: #fff; border: 0; background: linear-gradient(145deg, #0875db, #0876b5); box-shadow: 0 20px 38px rgb(0 118 222 / 34%), 0 0 0 3px rgb(112 218 255 / 29%); transform: translateY(-6px); }
.pain-card.is-active .pain-icon { color: #fff; background: rgb(255 255 255 / 16%); }.pain-card.is-active h3 { color: #fff; }.pain-card.is-active p { color: rgb(236 250 255 / 78%); }.pain-card.is-active > span { color: rgb(255 255 255 / 46%); }.pain-card.is-active .pain-mark { color: rgb(255 255 255 / 8%); }
.solution-card.is-active { z-index: 2; color: #fff; border-color: #a1e9ff; background: linear-gradient(145deg, #0b7ce5, #0567a4); box-shadow: 0 21px 40px rgb(0 104 202 / 31%), 0 0 0 3px rgb(105 222 255 / 24%); transform: translateY(-6px); }
.solution-card.is-active .solution-index { color: rgb(255 255 255 / 56%); }.solution-card.is-active .solution-icon { color: #fff; background: rgb(255 255 255 / 17%); }.solution-card.is-active h3 { color: #fff; }.solution-card.is-active p { color: rgb(233 249 255 / 80%); }
/* Core modules and implementation advantages stay neutral until selected. */
.feature-card.feature-accent { color: var(--ink-700); border: 1px solid var(--line); background: #fff; box-shadow: none; }
.feature-card.feature-accent::after { display: none; }.feature-card.feature-accent .feature-icon { color: var(--brand-600); background: linear-gradient(135deg, #e2f3ff, #f1f8ff); }.feature-card.feature-accent p { color: var(--ink-500); }.feature-card.feature-accent b { color: #c5d3e6; }
/* The native Baidu Bridge launcher is transparent and sits over the branded entry. */
#aff-im-root .embed-icon { cursor: pointer !important; opacity: 0 !important; pointer-events: auto !important; }
#aff-im-root .embed-icon-default, #aff-im-root .embed-icon-pcIcon0, #aff-im-root .embed-icon-pcIcon1, #aff-im-root .embed-icon-pcIcon2 { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; opacity: 0 !important; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); } [data-reveal].is-revealed { opacity: 1; transform: none; }.hero-copy.is-revealed > * { animation: copy-in .65s var(--ease) both; }.hero-copy.is-revealed > :nth-child(2) { animation-delay: .09s; }.hero-copy.is-revealed > :nth-child(3) { animation-delay: .18s; }.hero-copy.is-revealed > :nth-child(4) { animation-delay: .27s; }.hero-copy.is-revealed > :nth-child(5) { animation-delay: .36s; }.hero-visual.is-revealed .dashboard-card { animation: dashboard-float 7s ease-in-out .55s infinite; }.hero-visual.is-revealed .float-person { animation: panel-drift 4.5s ease-in-out .55s infinite; }.hero-visual.is-revealed .float-pay { animation: panel-drift 5.1s ease-in-out 1.05s infinite reverse; }.hero-visual.is-revealed .chart-line { stroke-dasharray: 500; stroke-dashoffset: 500; animation: chart-draw 1.7s var(--ease) .45s forwards; }.hero-orbit-one { animation: orbit-breathe 7s ease-in-out infinite; }.hero-orbit-two { animation: orbit-breathe 8.5s ease-in-out -2s infinite reverse; }.value-stage.is-swapping .stage-main, .value-stage.is-swapping .stage-head, .value-stage.is-swapping .stage-status { animation: stage-refresh .42s var(--ease); }
@keyframes copy-in { from { opacity: 0; transform: translateY(19px); } to { opacity: 1; transform: translateY(0); } } @keyframes dashboard-float { 0%,100% { transform: rotateY(-8deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-8deg) rotateX(2deg) translateY(-7px); } } @keyframes panel-drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes chart-draw { to { stroke-dashoffset: 0; } } @keyframes orbit-breathe { 50% { opacity: .42; transform: scale(1.05); } } @keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgb(114 239 209 / 40%); } 70% { box-shadow: 0 0 0 7px rgb(114 239 209 / 0%); } 100% { box-shadow: 0 0 0 0 rgb(114 239 209 / 0%); } } @keyframes stage-refresh { 0% { opacity: .25; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) { .pain-grid { grid-template-columns: repeat(3, 1fr); }.value-layout { grid-template-columns: .8fr 1.2fr; }.value-copy { grid-column: span 2; align-items: center; text-align: center; }.value-copy > p:not(.eyebrow) { max-width: 600px; }.value-copy .eyebrow { justify-content: center; }.value-list { grid-template-columns: repeat(4, 1fr); }.value-item { grid-template-columns: 1fr; align-content: center; min-height: 130px; }.value-item b { position: absolute; top: 11px; left: 12px; }.value-item > span { margin-top: 6px; }.value-item small { font-size: 9px; }.solution-grid { grid-template-columns: repeat(3, 1fr); }.flow-layout { gap: 35px; }.faq-layout { gap: 50px; } }
@media (max-width: 767px) { html { scroll-padding-top: 64px; }.site-header { height: 64px; }.nav-wrap { justify-content: space-between; }.brand-logo { height: 31px; }.nav-contact, .nav-actions > .button { display: none; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 64px; right: 16px; left: 16px; display: block; padding: 9px 20px; visibility: hidden; border: 1px solid var(--line); border-radius: 10px; opacity: 0; color: var(--ink-900); background: rgb(255 255 255 / 98%); box-shadow: var(--card-shadow); transform: translateY(-9px); transition: opacity .2s, transform .2s, visibility .2s; }.main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.main-nav a { display: block; padding: 11px 0; }.main-nav a::after { display: none; }.container { width: min(calc(100% - 40px), var(--container)); }
  .hero { min-height: 735px; padding: 118px 0 24px; }.hero-layout { display: block; }.hero h1 { font-size: clamp(35px, 10vw, 43px); }.hero-description { font-size: 16px; }.hero-actions { margin-top: 26px; }.button-large { flex: 1; min-width: 0; padding-right: 13px; padding-left: 13px; }.hero-points { margin-top: 27px; }.hero-points li { padding: 0 8px; font-size: 11px; }.hero-visual { height: 286px; margin: 28px -9px 0; }.dashboard-card { top: 0; right: 50%; width: 490px; height: 315px; transform: translateX(50%) scale(.71) rotateY(-8deg) rotateX(2deg); transform-origin: center top; }.float-person { top: 198px; left: 0; transform: scale(.8); transform-origin: left top; }.float-pay { top: -3px; right: 7px; transform: scale(.78); transform-origin: right top; }.visual-glow { top: 32px; left: 20%; width: 260px; height: 180px; }.hero-note { display: none; }.trust-grid { grid-template-columns: 1fr; padding: 10px 0; }.trust-grid > div, .trust-grid > div:last-child { justify-content: flex-start; min-height: 69px; padding-left: 15%; border: 0; }.trust-grid > div:not(:last-child) { border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }.section-heading { margin-bottom: 32px; }.section-heading h2, .value-copy h2, .flow-copy h2, .faq-copy h2, .consult-copy h2 { font-size: 29px; }.section-heading > p:last-child { font-size: 15px; }.pain-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.pain-card { min-height: 209px; padding: 18px 16px; }.pain-card:last-child { grid-column: span 2; }.pain-card h3 { margin-top: 14px; font-size: 16px; }.pain-card p { font-size: 12px; }.pain-icon { width: 42px; height: 42px; }.pain-icon svg { width: 22px; height: 22px; }.pain-mark { font-size: 89px; }
  .value-layout { grid-template-columns: 1fr; gap: 26px; }.value-copy { grid-column: auto; align-items: flex-start; text-align: left; }.value-copy .eyebrow { justify-content: flex-start; }.value-list { grid-template-columns: 1fr; gap: 8px; }.value-item { grid-template-columns: 28px 38px minmax(0, 1fr); min-height: 73px; padding: 11px 13px; }.value-item b { position: static; }.value-item > span { width: 38px; height: 38px; margin: 0; }.value-stage { min-height: 252px; }.stage-main { margin-top: 40px; }.stage-main strong { font-size: 21px; }.stage-status { right: 16px; bottom: 16px; max-width: 170px; text-align: right; }
  .feature-heading { display: block; }.feature-heading > p { margin-top: 13px; text-align: left; }.feature-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.feature-card { min-height: 218px; padding: 19px 16px; }.feature-wide { display: block; grid-column: span 2; min-height: 184px; }.feature-wide .feature-icon { margin-bottom: 14px; }.feature-icon { width: 42px; height: 42px; }.feature-icon svg { width: 22px; height: 22px; }.feature-card h3 { margin: 14px 0 6px; font-size: 17px; }.feature-wide h3 { margin-top: 0; }.feature-card p { font-size: 12px; }.feature-card b { top: 12px; right: 13px; }.mini-profile { right: 15px; bottom: 17px; transform: scale(.78) rotate(-5deg); transform-origin: right bottom; }.mini-bars { right: 15px; bottom: 15px; transform: scale(.72); transform-origin: right bottom; }.mini-nodes, .mini-line { transform: scale(.72); transform-origin: right bottom; }.mini-nodes { right: 13px; bottom: 15px; }.mini-line { right: 10px; bottom: 11px; }.mini-device { right: 15px; bottom: 13px; transform: scale(.72); transform-origin: right bottom; }
  .solution-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 10px; }.solution-card, .solution-main, .solution-card:nth-child(4), .solution-card:nth-child(5) { grid-column: auto; grid-row: auto; min-height: 230px; padding: 19px 16px; }.solution-main { grid-column: span 2; min-height: 280px; }.solution-card h3 { margin-top: 14px; font-size: 17px; }.solution-main h3 { margin-top: 20px; font-size: 24px; }.solution-card p { font-size: 11px; }.solution-icon { width: 40px; height: 40px; margin-top: 17px; }.solution-shape { transform: scale(.72); transform-origin: right bottom; }
  .flow-section { padding: 70px 0; }.flow-layout { grid-template-columns: 1fr; gap: 34px; }.flow-steps { grid-template-columns: 1fr 1fr; gap: 28px 12px; }.flow-steps::before { display: none; }.flow-steps i { width: 49px; height: 49px; }.flow-steps strong { margin-top: 11px; font-size: 13px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }.faq-item button { padding: 17px 0; font-size: 15px; }.faq-answer { padding-right: 4px; padding-bottom: 17px; font-size: 13px; }
  .consult-section { padding: 70px 0; }.consult-layout { grid-template-columns: 1fr; gap: 34px; }.consult-card { padding: 25px 20px; }.consult-card h3 { font-size: 23px; }.consult-copy li { font-size: 13px; }
  .footer-main { grid-template-columns: 88px 1fr; gap: 25px 18px; padding: 36px 0 28px; }.brand-footer .brand-logo { width: 82px; height: auto; }.footer-phone { font-size: 25px; }.footer-service-note { margin: 7px 0 11px; }.footer-addresses { gap: 4px; }.footer-addresses li { font-size: 10px; }.footer-links-panel { grid-column: span 2; gap: 15px; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }.footer-link-group p { font-size: 10px; }.footer-bottom { justify-content: flex-start; min-height: 52px; }.footer-bottom > a { position: static; margin-left: auto; }.online-consult { top: auto; right: 13px; bottom: 64px; width: 68px; }.back-to-top { right: 14px; bottom: 14px; width: 39px; height: 39px; }.hero-visual.is-revealed .dashboard-card { animation: none; }
}
