:root{--ink:#102b49;--ink-soft:#46617a;--blue:#1367b8;--blue-deep:#0d3157;--blue-pale:#edf6ff;--orange:#edaa54;--paper:#fbfcfe;--line:#dfe9f1;--white:#fff;--shadow:0 20px 50px rgba(28,70,108,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1160px,calc(100% - 48px));margin:0 auto}
.section{padding:112px 0}
.skip-link{position:fixed;z-index:100;top:-4rem;left:1rem;padding:.65rem 1rem;border-radius:8px;background:var(--blue-deep);color:#fff}
.skip-link:focus{top:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid transparent;background:rgba(251,252,254,.82);backdrop-filter:blur(15px);transition:.25s}
.site-header.is-scrolled{border-color:rgba(21,67,104,.1);box-shadow:0 8px 24px rgba(36,74,108,.05)}
.nav-wrap{display:flex;min-height:78px;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--blue-deep);font-size:21px;font-weight:750;letter-spacing:-.7px}
.primary-nav{display:flex;align-items:center;gap:30px;font-size:14px;color:#38536c}
.primary-nav a{transition:color .2s}
.primary-nav a:hover,.primary-nav a:focus-visible{color:var(--blue);outline:none}
.primary-nav .nav-contact{padding:9px 17px;border:1px solid #bfd4e5;border-radius:8px;color:var(--blue-deep)}
.menu-toggle{display:none;border:0;background:transparent}
.hero{position:relative;overflow:hidden;padding:96px 0 112px;background:radial-gradient(circle at 79% 23%,#e2f3ff 0,rgba(226,243,255,.38) 20%,transparent 40%),linear-gradient(145deg,#f9fcff 0%,#f3f9fe 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:54px}
.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 17px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.08em}
.eyebrow span{width:25px;height:2px;background:var(--orange)}
h1,h2,h3,p{margin-top:0}
h1{max-width:650px;margin-bottom:23px;color:#0b2c4a;font-size:clamp(39px,4vw,57px);line-height:1.18;letter-spacing:-2.7px}
h2{margin-bottom:16px;color:#0c2d4d;font-size:clamp(31px,3vw,42px);line-height:1.28;letter-spacing:-1.7px}
.hero-description{max-width:570px;margin-bottom:32px;color:var(--ink-soft);font-size:17px}
.hero-actions{display:flex;gap:12px}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:20px;padding:0 21px;border:1px solid transparent;border-radius:8px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}
.button:focus-visible,.text-link:focus-visible{outline:3px solid rgba(19,103,184,.3);outline-offset:3px}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 20px rgba(19,103,184,.2)}
.button-ghost{border-color:#c6d9e9;background:#fff;color:var(--blue-deep)}
.hero-notes{display:flex;flex-wrap:wrap;gap:17px;margin-top:31px;color:#5c7388;font-size:13px}
.hero-notes span{display:flex;align-items:center;gap:7px}
.hero-notes span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange)}
.hero-visual{position:relative;min-height:440px}
.glow{position:absolute;border-radius:50%;filter:blur(3px)}
.glow-one{width:240px;height:240px;top:5px;right:12%;background:#c1e5ff;opacity:.55}
.glow-two{width:170px;height:170px;bottom:22px;left:3%;background:#f9deb9;opacity:.55}
.dashboard-card{position:absolute;z-index:2;top:37px;right:13px;width:min(100%,460px);overflow:hidden;border:1px solid rgba(255,255,255,.78);border-radius:15px;background:rgba(255,255,255,.93);box-shadow:0 30px 50px rgba(30,80,120,.2);transform:rotate(2.3deg)}
.dash-header{display:flex;height:45px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e6eef4}
.mini-brand{display:flex;align-items:center;gap:5px;color:#31516d;font-size:11px;font-weight:700}
.dash-dot{width:18px;height:5px;border-radius:5px;background:#d7e3ec}
.dash-content{display:flex;min-height:280px}
.dash-side{display:flex;width:57px;flex-direction:column;align-items:center;gap:18px;padding-top:23px;border-right:1px solid #e7eef4;background:#f9fbfd}
.dash-side span{width:17px;height:4px;border-radius:3px;background:#d7e2ea}
.dash-side .active{height:20px;border-radius:5px;background:#dceeff}
.dash-main{flex:1;padding:21px}
.welcome{display:flex;align-items:center;justify-content:space-between;padding:17px 17px 16px;border-radius:9px;background:linear-gradient(110deg,#e2f3ff,#f2f9ff)}
.welcome small,.data-row small{display:block;color:#668099;font-size:10px}
.welcome strong{display:block;margin-top:3px;color:#204b70;font-size:15px}
.sun-icon{color:#e5a44e;font-size:25px}
.data-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.data-row>div{padding:12px;border:1px solid #e8eff4;border-radius:8px}
.data-row b{display:block;margin:3px 0;color:#25496a;font-size:21px}
.data-row em{color:#59a084;font-size:9px;font-style:normal}
.chart{margin-top:13px;padding:11px 13px 0;border:1px solid #e8eff4;border-radius:8px}
.chart-title{display:flex;justify-content:space-between;color:#36526b;font-size:11px}
.chart-title small{color:#8fa1b0}
.chart-bars{display:flex;height:65px;align-items:end;justify-content:space-between;gap:8px;padding:8px 2px 0}
.chart-bars i{width:100%;border-radius:3px 3px 0 0;background:linear-gradient(#76b9ec,#d5ecff)}
.chart-bars i:nth-child(1){height:32%}
.chart-bars i:nth-child(2){height:50%}
.chart-bars i:nth-child(3){height:40%}
.chart-bars i:nth-child(4){height:70%}
.chart-bars i:nth-child(5){height:61%}
.chart-bars i:nth-child(6){height:85%}
.chart-bars i:nth-child(7){height:76%}
.floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid rgba(255,255,255,.9);border-radius:10px;background:rgba(255,255,255,.95);box-shadow:0 13px 27px rgba(39,83,120,.16)}
.floating-card small{display:block;color:#72879a;font-size:10px}
.floating-card b{display:block;color:#345470;font-size:12px}
.floating-store{top:8px;left:0}
.floating-order{right:-4px;bottom:15px}
.float-icon{display:grid;width:31px;height:31px;place-items:center;border-radius:8px;font-weight:700}
.store-icon{background:#e0f1ff;color:#2572b5}
.order-icon{background:#fff0dc;color:#d78d31}
.section-heading{max-width:660px;margin-bottom:43px}
.section-heading>p:last-child{margin:0;color:var(--ink-soft)}
.capabilities{background:#fff}
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.capability-card{min-height:224px;padding:27px 25px;border:1px solid #e3ebf1;border-radius:12px;background:#fff;transition:transform .22s,box-shadow .22s,border-color .22s}
.capability-card:hover{border-color:#c9dfef;box-shadow:var(--shadow);transform:translateY(-4px)}
.capability-card.feature-card{border-color:#c4deef;background:linear-gradient(145deg,#f0f9ff,#fff)}
.line-icon{display:grid;width:38px;height:38px;place-items:center;margin-bottom:22px;border:1px solid #bdd7e9;border-radius:10px;color:var(--blue);font-size:21px}
.capability-card p{margin-bottom:7px;color:#89a2b6;font-size:12px}
.capability-card h3{margin-bottom:8px;color:#163b5d;font-size:19px}
.capability-card div{color:#60778b;font-size:14px}
.process-section{background:#f0f7fb}
.process-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}
.process-intro p:not(.eyebrow){max-width:360px;margin-bottom:25px;color:var(--ink-soft)}
.text-link{display:inline-flex;gap:14px;align-items:center;color:var(--blue);font-size:14px;font-weight:700}
.process-list{display:grid;grid-template-columns:1fr 1fr;gap:0 39px;margin:0;padding:0;list-style:none}
.process-list li{display:flex;gap:16px;min-height:120px;padding:21px 0;border-top:1px solid #cfdfeb}
.process-list li:nth-last-child(-n+2){border-bottom:1px solid #cfdfeb}
.process-list span{display:grid;width:31px;height:31px;flex:none;place-items:center;border-radius:8px;background:#d9edfc;color:#2873b4;font-size:12px;font-weight:700}
.process-list h3{margin:2px 0 5px;color:#183c5e;font-size:17px}
.process-list p{margin:0;color:#668096;font-size:13px}
.businesses-section{background:#fff}
.centered{text-align:center;margin-right:auto;margin-left:auto}
.centered .eyebrow{justify-content:center}
.business-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.business-grid article{min-height:166px;padding:24px 16px;border:1px solid #e3ebf1;border-radius:11px;text-align:center}
.business-icon{display:grid;width:40px;height:40px;place-items:center;margin:0 auto 14px;border-radius:50%;background:#edf7ff;color:#2b78b9;font-size:20px}
.business-grid h3{margin-bottom:5px;color:#1c4162;font-size:16px}
.business-grid p{margin:0;color:#7a8e9f;font-size:12px;line-height:1.5}
.advantage-section{overflow:hidden;background:#0d3157}
.advantage-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:110px}
.advantage-content h2{color:#fff}
.advantage-content .eyebrow{color:#86c7f5}
.advantage-content .eyebrow span{background:var(--orange)}
.advantage-visual{position:relative;width:415px;height:415px;margin:auto}
.advantage-circle{position:absolute;top:50%;left:50%;border:1px solid rgba(146,203,241,.27);border-radius:50%;transform:translate(-50%,-50%)}
.circle-outer{width:100%;height:100%}
.circle-middle{width:70%;height:70%;border-style:dashed}
.circle-inner{display:flex;width:39%;height:39%;flex-direction:column;align-items:center;justify-content:center;border:0;background:#f7fbff;box-shadow:0 0 0 13px rgba(98,177,229,.13)}
.orbit{position:absolute;padding:6px 12px;border:1px solid rgba(160,215,248,.25);border-radius:20px;background:#16456f;color:#d4edfd;font-size:12px}
.orbit-a{top:5%;left:13%}
.orbit-b{top:16%;right:-2%}
.orbit-c{bottom:14%;right:1%}
.orbit-d{bottom:6%;left:10%}
.advantage-list{display:grid;grid-template-columns:1fr 1fr;gap:26px 28px;margin-top:38px}
.advantage-list article{display:flex;gap:13px}
.advantage-list>article>b{color:#6cadde;font-size:12px}
.advantage-list h3{margin:0 0 4px;color:#eef8ff;font-size:16px}
.advantage-list p{margin:0;color:#a9c7db;font-size:13px;line-height:1.6}
.about-section{background:#fff}
.about-card{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;padding:59px 65px;border-radius:16px;background:linear-gradient(105deg,#edf8ff,#f8fcff);box-shadow:0 15px 40px rgba(29,71,106,.07)}
.about-copy{padding-left:42px;border-left:1px solid #c8dfef}
.about-copy p{color:#587187;font-size:16px}
.about-copy p:last-child{margin-bottom:0}
.contact-section{padding-top:0;background:#fff}
.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:66px 65px;border-radius:16px;background:var(--blue-deep);color:#d1e6f4}
.contact-card h2{color:#fff}
.contact-card>div>p:not(.eyebrow){max-width:400px;margin:0;color:#b9d4e7}
.contact-card .eyebrow{color:#8ac8f3}
.contact-card .eyebrow span{background:var(--orange)}
.contact-status{align-self:center;padding:28px 29px;border:1px dashed rgba(177,220,245,.42);border-radius:12px;background:rgba(255,255,255,.05)}
.contact-icon{display:grid;width:39px;height:39px;place-items:center;margin-bottom:16px;border-radius:9px;background:#1c5b8c;color:#b9e1fc}
.contact-status h3{margin-bottom:8px;color:#fff;font-size:19px}
.contact-status p{margin-bottom:11px;color:#bdd6e7;font-size:14px}
.contact-details{display:flex;flex-direction:column;gap:7px;margin-top:15px}
.contact-detail{color:#fff;font-size:14px;font-weight:600;line-height:1.5}
a.contact-detail:hover,a.contact-detail:focus-visible{color:#8ed1fa;text-decoration:underline}
.contact-status small{color:#82b3d3;font-size:12px}
.site-footer{padding:33px 0 24px;background:#fff}
.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between}
.footer-top{padding-bottom:25px;border-bottom:1px solid #e8eef3}
.footer-brand{font-size:18px}
.footer-links{display:flex;gap:25px;color:#61778a;font-size:13px}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{padding-top:19px;color:#90a0ad;font-size:12px}
@media(max-width:900px){.section{padding:82px 0}
.hero{padding:70px 0 82px}
.hero-grid,.process-layout,.advantage-layout,.about-card,.contact-card{grid-template-columns:1fr;gap:46px}
.hero-copy{max-width:650px}
.hero-visual{width:min(580px,100%);min-height:410px;margin:0 auto}
.process-intro p:not(.eyebrow){max-width:600px}
.business-grid{grid-template-columns:repeat(3,1fr)}
.advantage-layout{gap:55px}
.advantage-visual{order:2}
.about-card,.contact-card{padding:48px}
.about-copy{padding-left:0;border-left:0}
.contact-card{gap:30px}
}
@media(max-width:680px){.container{width:min(100% - 32px,1160px)}
.nav-wrap{min-height:67px}
.menu-toggle{display:flex;width:40px;height:40px;flex-direction:column;align-items:center;justify-content:center;gap:6px}
.menu-toggle span:not(.sr-only){display:block;width:20px;height:2px;border-radius:2px;background:var(--blue-deep);transition:transform .2s}
.primary-nav{position:absolute;top:67px;right:16px;left:16px;display:none;align-items:stretch;gap:0;padding:8px;border:1px solid #dce8f0;border-radius:12px;background:#fff;box-shadow:var(--shadow)}
.primary-nav.is-open{display:flex;flex-direction:column}
.primary-nav a{padding:12px}
.primary-nav .nav-contact{margin:4px;border:0;background:#edf6fd;text-align:center}
.section{padding:63px 0}
h1{font-size:37px;letter-spacing:-1.8px}
.hero-description{font-size:15px}
.hero-visual{min-height:326px}
.dashboard-card{top:25px;right:0;width:94%}
.dash-content{min-height:232px}
.dash-main{padding:14px}
.floating-store{top:2px}
.floating-order{right:0;bottom:0}
.hero-notes{gap:9px 15px}
.capability-grid{grid-template-columns:1fr}
.capability-card{min-height:auto;padding:24px}
.section-heading{margin-bottom:30px}
.process-list{grid-template-columns:1fr}
.process-list li{min-height:auto;padding:18px 0}
.process-list li:nth-last-child(-n+2){border-bottom:0}
.process-list li:last-child{border-bottom:1px solid #cfdfeb}
.business-grid{grid-template-columns:repeat(2,1fr);gap:9px}
.business-grid article{min-height:143px;padding:19px 8px}
.advantage-visual{width:300px;height:300px}
.advantage-list{grid-template-columns:1fr;gap:19px}
.about-card,.contact-card{padding:34px 25px;border-radius:12px}
.contact-card{gap:27px}
.footer-top,.footer-bottom{align-items:flex-start;gap:18px;flex-direction:column}
.footer-links{flex-wrap:wrap;gap:10px 20px}
.footer-bottom{padding-top:16px}
.footer-bottom span{display:block}
.button{min-height:45px;padding:0 16px}
.hero-actions{gap:9px}
.hero-actions .button{flex:1}
.orbit{padding:4px 8px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.site-header,.button,.capability-card{transition:none}
}
