/* Omnlink enterprise website. Isolated from the existing gateway application. */
:root{--ink:#102b40;--navy:#071e36;--blue:#007eaa;--cyan:#25b7d1;--muted:#60717f;--line:#dce5e9;--pale:#f3f7f8;--mint:#eaf5f4;--white:#fff;--radius:20px;--width:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}img,video{max-width:100%;display:block}img{height:auto}p,h1,h2,h3{margin:0}button{border:0}ul{margin:0;padding:0;list-style:none}::selection{background:#b9e9ed;color:#062550}:focus-visible{outline:3px solid #0c98b9;outline-offset:5px}a,button{touch-action:manipulation}.wrap{width:min(var(--width),calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-100px;z-index:100;background:#fff;padding:12px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(220,229,233,.75);backdrop-filter:blur(18px)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0}.brand img{width:46px;height:46px;object-fit:contain}.brand strong{display:block;font-size:22px;line-height:1.3;letter-spacing:1px}.brand small{display:block;font-size:9px;letter-spacing:3.4px;line-height:1.7;font-weight:650;color:var(--muted)}.site-nav{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:550}.site-nav>a:not(.button){padding-block:10px;transition:color .2s}.site-nav>a:hover{color:var(--blue)}.console-link{margin-left:22px}.console-link span{margin-left:4px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--navy);color:#fff;padding:15px 23px;border:1px solid var(--navy);border-radius:6px;font-weight:550;font-size:15px;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{background:#0b3c57;color:#fff;box-shadow:0 6px 20px #071e3614;transform:translateY(-2px)}.button span{font-size:20px;line-height:1}.button-small{padding:11px 17px;font-size:13px;gap:16px}.menu-toggle{display:none}.eyebrow{font-size:11px;font-weight:650;letter-spacing:1.9px;color:var(--blue);line-height:1.5;margin-bottom:26px;display:flex;align-items:center;gap:10px}.dot{width:6px;height:6px;display:inline-block;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 5px #25b7d112}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding-top:77px;padding-bottom:72px}.hero h1{font-size:clamp(44px,4.25vw,64px);font-weight:650;line-height:1.22;letter-spacing:-2px}.accent-text{color:#138ca4}.hero-description{margin-top:28px;color:var(--muted);font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:32px}.text-link{font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:22px}.text-link>span{font-size:21px;font-weight:400;transition:transform .2s}.text-link:hover{color:var(--blue)}.text-link:hover>span{transform:translate(3px,-2px)}.hero-bottom{display:flex;align-items:center;gap:12px;margin-top:40px;font-size:12px;line-height:1.85}.hero-bottom p{font-weight:550}.hero-bottom p span{color:var(--muted);font-weight:400;font-size:11px}.mini-symbol{display:flex;width:35px;height:35px;border:1px solid var(--line);align-items:center;justify-content:center;border-radius:9px;font-size:20px;color:#19829c}.routing-visual{height:468px;position:relative;isolation:isolate;overflow:hidden;border-radius:var(--radius);color:#ecf8fe;background:radial-gradient(ellipse at 66% 30%,#174667 0,transparent 55%),linear-gradient(135deg,#09233e,#05172b 80%);box-shadow:0 25px 65px -35px #04183280}.routing-visual::before{position:absolute;inset:0;content:"";z-index:-1;background-image:linear-gradient(#8cd1df08 1px,transparent 1px),linear-gradient(90deg,#8cd1df08 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(transparent,#000 30%,#000)}.visual-top{display:flex;align-items:center;justify-content:space-between;padding:25px 26px;font-size:8px;letter-spacing:1.7px;color:#a2c4d8}.visual-top>span:first-child{display:flex;align-items:center;gap:8px}.visual-top i{width:5px;height:5px;border-radius:50%;background:#6ce0ed}.visual-tag{border:1px solid #55799069;border-radius:4px;padding:3px 6px;letter-spacing:1px;color:#a1bed1}.routing-caption{font-size:27px;line-height:1.5;font-weight:500;margin:7px 0 0 32px;letter-spacing:.5px}.routing-caption span{color:#9ec5d9}.route-stage{position:relative;height:226px;margin:3px 24px 0}.route-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.route-lines path{fill:none;stroke:url(#route-gradient);stroke-width:1.5;opacity:.6}.route-lines .flow-line{stroke:#5fd7e3;opacity:.9;stroke-dasharray:5 160;animation:flow 7s linear infinite}@keyframes flow{to{stroke-dashoffset:-330}}.source-nodes,.model-nodes{display:flex;flex-direction:column;justify-content:space-around;position:absolute;top:13px;bottom:18px;width:24%}.source-nodes{left:0}.model-nodes{right:0;width:23%}.source-nodes>span,.model-nodes>span{font-size:11px;height:39px;display:flex;align-items:center;justify-content:center;gap:9px;background:#0d2b44;border:1px solid #38556c8c;border-radius:6px;box-shadow:0 6px 15px #0312252e}.source-nodes i{font-style:normal;color:#73c9dc;font-size:15px}.model-nodes i{width:6px;height:6px;transform:rotate(45deg);background:#7fbbd0}.gateway-node{position:absolute;top:58px;left:50%;transform:translateX(-50%);width:110px;height:110px;border:1px solid #5dd0e195;border-radius:20px;background:linear-gradient(130deg,#1d5872,#092c46);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 7px #2aa8c509,0 0 0 18px #36bdd008,0 0 45px #1c91b328}.gateway-node strong{font-size:18px;line-height:1.6;letter-spacing:-.6px}.gateway-node>span{font-size:7px;letter-spacing:2px;color:#a8d3e3}.gateway-symbol{display:flex;align-items:end;gap:3px;height:22px;margin-bottom:6px;transform:skewY(-10deg)}.gateway-symbol i{width:5px;height:15px;border-radius:3px;background:#83e1ec}.gateway-symbol i:nth-child(2){height:22px}.gateway-symbol i:nth-child(3){height:17px}.gateway-symbol i:nth-child(4){height:11px}.route-label{position:absolute;bottom:3px;left:50%;transform:translateX(-50%);font-size:8px;letter-spacing:1.2px;color:#8cb8cf;white-space:nowrap}.visual-footer{position:absolute;bottom:0;left:26px;right:26px;height:58px;border-top:1px solid #55799040;display:flex;align-items:center;gap:23px;font-size:9px;color:#adc7d7;letter-spacing:1px}.visual-footer b{margin-left:auto;font-size:24px;font-weight:400;color:#68d9e8}.service-strip{display:grid;grid-template-columns:1.2fr repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0;gap:0;align-items:center}.service-strip>span{font-size:10px;color:var(--muted);line-height:1.9}.service-strip strong{font-size:12px;font-weight:500;color:var(--ink)}.service-strip a{display:flex;gap:14px;align-items:center;justify-content:center;font-size:14px;font-weight:550;border-left:1px solid var(--line);padding:9px}.service-strip b{color:#5d8798;font-size:10px;font-weight:400}.service-strip i{margin-left:12px;font-style:normal;color:#8599a5;font-size:18px}.service-strip a:hover{color:var(--blue)}.section{padding-top:106px;padding-bottom:104px;scroll-margin-top:8px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:48px}.section-heading .eyebrow,.faq-heading .eyebrow{margin-bottom:19px}.section h2{font-size:40px;line-height:1.4;letter-spacing:-1.5px;font-weight:600}.section-intro{font-size:14px;line-height:1.9;color:var(--muted);max-width:440px;margin-bottom:5px}.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.solution{border-radius:16px;padding:35px 37px 0;position:relative;overflow:hidden}.solution-api{background:#f0f6f8;border:1px solid #e5eef1}.solution-deploy{background:#eff5f2;border:1px solid #e3ece8}.solution-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.small-label{font-size:11px;letter-spacing:1.4px;font-weight:600;color:#42697a}.line-icon{width:35px;height:35px;border:1px solid #c4d7df;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:23px;color:#397586}.solution h3{font-size:28px;line-height:1.5;letter-spacing:-.5px;font-weight:600}.solution>p{font-size:13px;line-height:1.9;color:#5c7380;margin-top:16px;max-width:430px}.check-list{display:grid;gap:8px;margin:25px 0 27px;font-size:13px}.check-list li{display:flex;gap:10px;align-items:center}.check-list li::before{content:"✓";color:#198b98;font-size:12px;font-weight:700}.api-illustration{height:102px;display:flex;align-items:center;gap:22px;margin-top:22px;border-top:1px solid #d7e6ec}.api-illustration>span{font-size:9px;letter-spacing:1.3px;color:#74909e}.api-illustration i{color:#69adbf;font-style:normal;font-size:22px}.api-illustration strong{font-size:17px;font-weight:500;letter-spacing:-.3px;border:1px solid #cee0e7;background:#fff;padding:9px 23px;border-radius:7px;box-shadow:0 7px 15px #38557006}.deploy-illustration{border:1px dashed #accabc;border-radius:10px 10px 0 0;margin-top:29px;padding:9px 15px 17px;background:#ffffff55}.deploy-illustration>span{font-size:8px;letter-spacing:1.5px;color:#718f84}.deploy-illustration>div{display:flex;gap:20px;align-items:center;justify-content:center;font-size:11px}.deploy-illustration b{font-weight:500;border:1px solid #d7e5df;padding:7px 25px;background:#fff;border-radius:5px}.deploy-illustration i{font-size:18px;color:#64a795;font-style:normal}.section-note{font-size:11px;line-height:1.9;color:#71818d;margin-top:20px}.product-section{background:var(--pale);border-top:1px solid #e7eeef;border-bottom:1px solid #e7eeef}.product-layout{display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}.product-sidebar{padding-top:3px}.feature-summary{padding:0 0 27px;border-bottom:1px solid #d8e2e5}.feature-number{font-size:10px;letter-spacing:1px;color:#568797;display:block;margin-bottom:10px}.feature-summary h3,.product-tab strong{font-size:17px;font-weight:600}.feature-summary p,.product-tab>span:last-child{font-size:12px;color:#697c89;line-height:1.85;display:block;margin-top:9px}.product-tab{display:block;text-align:left;background:transparent;padding:22px 16px 22px 0;width:100%;border-bottom:1px solid #d8e2e5;transition:background .2s,padding .2s}.product-tab strong{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-tab strong i{font-style:normal;font-weight:400;color:#8ea4ad}.js-ready .product-tab[aria-selected=true]{background:#e6eff1;padding-left:16px;border-radius:0 8px 8px 0;border-left:3px solid #0e819d}.product-tab:hover{background:#eaf1f3}.product-display{min-width:0;background:#fff;border-radius:12px;border:1px solid #d9e4e8;box-shadow:0 22px 55px -30px #29414f38;overflow:hidden}.display-chrome{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 19px;border-bottom:1px solid #e7edef;color:#617986;font-size:8px;letter-spacing:1.1px}.display-chrome>span:first-child{display:flex;gap:5px}.display-chrome i{display:block;width:5px;height:5px;background:#cfdbdf;border-radius:50%}.display-chrome b{font-size:9px;font-weight:400;letter-spacing:.5px;color:#647e8a}.screenshot-scroll{overflow:auto}.screenshot-scroll img{width:100%;height:auto}.screenshot-caption{display:flex;align-items:center;justify-content:space-between;padding:19px 22px;border-top:1px solid #edf1f2;font-size:11px}.screenshot-caption>span{font-weight:550}.screenshot-caption a{color:#487b8e}.product-disclaimer{padding:0 22px 18px;font-size:10px;line-height:1.8;color:#7a8c97}.video-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:24px}.video-card{position:relative;text-align:left;display:block;overflow:hidden;border-radius:14px;background:var(--navy);color:#fff;width:100%}.video-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s;opacity:.85}.video-card:hover>img{transform:scale(1.03)}.video-shade{position:absolute;inset:0;background:linear-gradient(180deg,#04182d70 0,transparent 40%,#03142fe8 100%)}.video-main{min-height:428px}.video-topline{position:absolute;top:25px;left:26px;right:26px;font-size:9px;letter-spacing:1.3px;display:flex;justify-content:space-between;color:#d5e7f1}.video-topline>span{letter-spacing:1px}.play-button{position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);width:65px;height:65px;background:#ffffffee;color:#0b2d46;border-radius:50%;font-size:18px;display:flex;justify-content:center;align-items:center;padding-left:4px;box-shadow:0 0 0 12px #ffffff13;transition:box-shadow .3s}.video-card:hover .play-button{box-shadow:0 0 0 17px #ffffff20}.video-title{position:absolute;left:29px;right:29px;bottom:26px;display:flex;flex-direction:column;gap:7px}.video-title>span{font-size:10px;color:#b7d0df;display:flex;justify-content:space-between}.video-title strong{font-size:22px;line-height:1.5;font-weight:500}.video-title i{font-style:normal;font-size:21px;color:#e3f6ff}.video-secondary{display:grid;grid-template-rows:1fr 1fr;gap:20px}.video-small{min-height:194px}.video-small>img{opacity:.62;object-position:center 40%}.video-small .video-title{bottom:20px;left:24px;right:24px}.video-small .video-title strong{font-size:18px}.video-small .video-topline{top:19px;left:24px;right:24px}.cost-card{padding:24px;background:#eef4f3;color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;gap:15px;border:1px solid #e1eae7}.cost-card>.small-label{display:flex;justify-content:space-between;font-size:9px;color:#607d78}.cost-card>strong{font-size:24px;font-weight:500;line-height:1.45;letter-spacing:-.5px}.cost-line{display:flex;align-items:center;justify-content:space-between;color:#627970;font-size:11px}.round-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #c5dad2;border-radius:50%;color:#3b7769;font-size:20px}.delivery-section{background:#fafbfc;border-block:1px solid #e9eff1}.delivery-steps{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:52px 0 58px;padding:0;gap:33px}.delivery-steps li{position:relative;border-top:1px solid #cfdfe4;padding-top:27px}.delivery-steps li::before{content:"";position:absolute;top:-4px;left:0;background:#4e94a5;border:4px solid #fafbfc;box-shadow:0 0 0 1px #82adb9;border-radius:50%;height:0;width:0}.delivery-steps li>span{display:block;font-size:12px;font-weight:500;letter-spacing:1px;color:#7b99a7;margin-bottom:19px}.delivery-steps h3{font-size:19px;font-weight:600;line-height:1.5}.delivery-steps p{margin-top:11px;font-size:12px;line-height:1.9;color:#6c7e8a;max-width:237px}.pricing-band{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:34px 39px;border:1px solid #dae8ed;background:#edf4f6;border-radius:13px}.pricing-band .eyebrow{font-size:9px;margin-bottom:12px}.pricing-band h3{font-size:23px;font-weight:550;letter-spacing:-.6px}.pricing-band p:last-child{font-size:12px;color:#687e8b;line-height:1.95;margin-top:12px}.pricing-band .button{flex-shrink:0;font-size:13px}.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:95px}.faq-heading .text-link{margin-top:29px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font-weight:550;font-size:14px;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:22px;font-weight:300;line-height:1;color:#758e9b;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{font-size:12px;color:#677e8d;line-height:1.95;padding:0 32px 23px 0}.contact-section{background:var(--navy);color:#fff;position:relative;overflow:hidden}.contact-section::after{content:"";position:absolute;border:1px solid #649ebb17;border-radius:50%;width:850px;height:850px;top:130px;left:-200px;pointer-events:none;box-shadow:0 0 0 90px #598fb308,0 0 0 180px #598fb305}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-top:78px;padding-bottom:69px;position:relative;z-index:1}.contact-section .eyebrow{color:#64c8d9;font-size:10px;margin-bottom:23px}.contact-copy h2{font-size:41px;line-height:1.45;letter-spacing:-1.1px;font-weight:500}.contact-copy>p:not(.eyebrow){color:#a7bdcd;margin-top:22px;font-size:13px;line-height:1.9}.contact-tags{display:flex;gap:11px;margin-top:28px}.contact-tags span{border:1px solid #3d5d735e;color:#b3cbd9;padding:4px 11px;font-size:9px;letter-spacing:.5px;border-radius:4px}.contact-methods{padding-top:2px}.contact-method{position:relative;display:flex;flex-direction:column;gap:6px;padding:16px 70px 22px 0;border-bottom:1px solid #4c687b65}.contact-method>span{font-size:10px;color:#89aabc}.contact-method strong{font-family:Inter,"Segoe UI",sans-serif;font-size:25px;line-height:1.6;letter-spacing:.3px;font-weight:450;overflow-wrap:anywhere}.contact-method>i{position:absolute;right:0;top:34px;font-style:normal;font-size:23px;color:#9fc9d9}.contact-method:hover>i{color:#55dbea}.copy-button{position:absolute;right:0;top:42px;padding:4px 0 4px 8px;background:none;color:#99c7d7;font-size:11px;display:flex;gap:12px;align-items:center}.copy-button:hover{color:#fff}.copy-button span{font-size:20px}.copy-status{font-size:10px;line-height:1.8;color:#829fb2;margin-top:19px;min-height:35px}.site-footer{padding-top:45px;color:var(--ink)}.footer-main{display:flex;align-items:start;justify-content:space-between;gap:45px;padding-bottom:35px}.footer-main .brand strong{font-size:19px}.footer-main .brand img{width:40px;height:40px}.footer-main .brand small{font-size:8px;letter-spacing:3px}.footer-main p{font-size:11px;color:#788994;line-height:1.9;margin-top:16px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 47px;font-size:12px;padding-top:10px}.footer-links a:hover,.footer-legal a:hover{color:var(--blue)}.back-top{font-size:10px;padding-top:11px;color:#6c8493}.footer-legal{border-top:1px solid #e2e9ed;display:flex;align-items:center;gap:24px;padding:22px 0;font-size:10px;color:#7d8d98}.footer-legal>span:last-child{margin-left:auto;font-size:8px;letter-spacing:1.3px}.video-dialog{border:1px solid #315268;border-radius:14px;padding:0;background:#071e36;color:#fff;width:min(1000px,calc(100% - 32px));max-height:94dvh;overflow:auto;box-shadow:0 30px 100px #0006}.video-dialog::backdrop{background:#031423cf;backdrop-filter:blur(8px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;gap:20px}.dialog-head h2{font-size:15px;font-weight:500}.dialog-head button{display:flex;align-items:center;gap:15px;background:transparent;color:#b6d1de;font-size:12px;padding:5px}.dialog-head button span{font-size:24px;line-height:1}.video-dialog video{width:100%;max-height:72dvh;background:#000;margin-inline:auto}.video-dialog>p{font-size:10px;padding:12px 22px;color:#94adbd}.video-dialog:not([open]){display:none}[hidden]{display:none!important}
@media(min-width:1600px){:root{--width:1320px}.hero{gap:83px;padding-top:90px;padding-bottom:86px}.routing-visual{height:496px}.route-stage{height:246px}}
@media(max-width:1199px){.wrap{width:calc(100% - 72px)}.site-nav{gap:19px;font-size:12px}.console-link{margin-left:4px}.brand strong{font-size:20px}.hero{gap:30px;padding-top:60px;padding-bottom:59px}.hero h1{font-size:48px}.hero-description{font-size:15px}.hero-actions{gap:17px}.hero-actions .button{padding:14px 17px;font-size:13px;gap:15px}.hero-actions .text-link{font-size:12px;gap:11px}.routing-visual{height:445px}.route-stage{margin-inline:17px;height:218px}.visual-top{padding-inline:20px;font-size:7px}.routing-caption{margin-left:24px;font-size:25px}.gateway-node{width:94px;height:104px;top:54px}.source-nodes>span,.model-nodes>span{font-size:9px;gap:5px}.source-nodes i{font-size:12px}.visual-footer{gap:19px}.hero-bottom p span{font-size:10px}.section{padding-block:85px}.section h2{font-size:35px}.section-intro{font-size:12px}.product-layout{grid-template-columns:235px 1fr;gap:30px}.product-tab strong,.feature-summary h3{font-size:15px}.product-tab{padding-block:18px}.feature-summary{padding-bottom:20px}.product-disclaimer{font-size:9px}.video-main{min-height:397px}.solution{padding:29px 29px 0}.solution h3{font-size:26px}.video-title strong{font-size:20px}.faq-section{gap:65px}.contact-inner{gap:60px}.contact-copy h2{font-size:37px}}
@media(max-width:960px){.header-inner{height:74px}.brand img{height:40px;width:40px}.brand strong{font-size:19px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;background:#f0f5f7;border-radius:5px;padding:12px}.menu-toggle span{display:block;background:var(--ink);width:18px;height:1px;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.site-nav{position:absolute;top:74px;left:0;right:0;background:#fff;padding:22px 36px 28px;box-shadow:0 20px 25px #061b3020;display:flex;flex-direction:column;align-items:stretch;gap:7px}.js-ready .site-nav{display:none}.js-ready .site-nav.is-open{display:flex}.site-nav .button{margin-top:8px}.site-nav>a:not(.button){padding:10px 0}.site-nav .console-link{margin-left:0;border-top:1px solid var(--line);padding-top:16px}.hero{gap:28px}.hero h1{font-size:42px}.hero .eyebrow{font-size:10px;letter-spacing:1px}.hero-description{font-size:14px}.hero-actions{align-items:start;flex-direction:column;gap:16px}.hero-bottom{margin-top:24px;font-size:11px}.routing-visual{height:432px}.visual-top{padding:22px 18px;font-size:6px;letter-spacing:1px}.visual-tag{font-size:7px}.routing-caption{font-size:23px;margin-left:21px}.gateway-node{width:84px;height:94px;top:61px;border-radius:16px}.gateway-node strong{font-size:15px}.gateway-node>span{font-size:6px}.source-nodes>span,.model-nodes>span{font-size:8px}.source-nodes{width:24%}.model-nodes{width:24%}.source-nodes i{display:none}.visual-footer{font-size:8px;gap:15px;left:19px;right:19px;height:53px}.route-stage{margin-inline:13px}.service-strip{grid-template-columns:repeat(4,1fr)}.service-strip>span{display:none}.service-strip a:first-of-type{border:0}.service-strip a{font-size:12px;gap:9px}.service-strip i{margin-left:5px}.section-intro{max-width:320px}.section h2{font-size:31px}.section-heading{gap:35px}.solution{padding-inline:25px}.solution h3{font-size:24px}.solution>p,.check-list{font-size:12px}.api-illustration{gap:13px}.api-illustration>span{font-size:7px}.api-illustration strong{font-size:14px;padding:8px 16px}.product-layout{grid-template-columns:1fr;gap:28px}.product-sidebar{display:grid;grid-template-columns:1fr 2fr;gap:20px}.feature-summary{padding:15px 10px 15px 0;border:0}.product-tabs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product-tab{border:1px solid #dce6e9;border-radius:8px;padding:15px}.js-ready .product-tab[aria-selected=true]{border-radius:8px;padding-left:15px}.feature-summary h3,.product-tab strong{font-size:14px}.feature-summary p,.product-tab>span:last-child{font-size:11px}.product-tab strong i{font-size:13px}.video-grid{gap:18px;grid-template-columns:1.4fr 1fr}.video-main{min-height:379px}.video-title{left:22px;right:22px}.video-title strong{font-size:18px}.video-small .video-title strong{font-size:15px}.cost-card>strong{font-size:21px}.cost-card{padding:19px}.video-small{min-height:178px}.video-small .video-title{left:19px;right:19px}.video-small .video-topline{left:19px;right:19px;font-size:8px}.video-secondary{gap:18px}.delivery-steps{gap:23px}.delivery-steps h3{font-size:17px}.pricing-band{padding:27px;gap:25px}.pricing-band h3{font-size:21px}.pricing-band .button{gap:15px;padding:13px 17px}.faq-section{gap:50px;grid-template-columns:1fr 1.3fr}.contact-inner{gap:38px}.contact-copy h2{font-size:33px}.contact-method strong{font-size:21px}.contact-tags{gap:7px}.contact-tags span{padding:4px 7px}.footer-legal{gap:17px}.footer-legal>span:last-child{display:none}}
@media(max-width:680px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 40px)}.header-inner{height:68px}.brand img{width:37px;height:37px}.brand strong{font-size:18px}.brand small{font-size:8px;letter-spacing:3px}.site-nav{top:68px;padding:18px 20px 24px}.hero{grid-template-columns:1fr;gap:36px;padding-top:42px;padding-bottom:34px}.hero .eyebrow{font-size:10px;margin-bottom:22px}.hero h1{font-size:clamp(37px,9.6vw,57px);letter-spacing:-1.8px;line-height:1.25}.hero-description{margin-top:22px;font-size:14px;line-height:1.9}.hero-actions{flex-direction:row;align-items:center;gap:18px;margin-top:26px}.hero-actions .button{padding:14px 16px;font-size:12px;gap:13px}.hero-actions .text-link{font-size:11px;gap:10px}.hero-actions .text-link>span{font-size:17px}.hero-bottom{margin-top:25px;gap:10px}.hero-bottom p span{font-size:10px}.routing-visual{height:391px;border-radius:15px}.routing-caption{font-size:25px;line-height:1.4;margin-top:0;margin-left:25px}.visual-top{padding:20px 23px;font-size:7px}.route-stage{margin:0 19px;height:208px}.gateway-node{top:51px;width:95px;height:99px}.gateway-node strong{font-size:17px}.gateway-symbol{height:18px;margin-bottom:4px}.source-nodes>span,.model-nodes>span{font-size:10px;height:35px}.source-nodes i{display:inline;font-size:12px}.visual-footer{height:46px;left:23px;right:23px;font-size:8px;gap:22px}.route-label{bottom:9px}.service-strip{padding:17px 0;grid-template-columns:1fr 1fr;row-gap:14px}.service-strip a{font-size:12px;justify-content:start;padding:4px 13px;gap:13px}.service-strip a:nth-of-type(3){border:0}.service-strip i{margin-left:auto}.service-strip b{font-size:9px}.section{padding-block:58px}.section-heading{display:block;margin-bottom:30px}.section-heading .eyebrow,.faq-heading .eyebrow{font-size:9px;margin-bottom:14px;letter-spacing:1.6px}.section h2{font-size:29px;letter-spacing:-1px;line-height:1.45}.section-intro{font-size:12px;margin-top:20px;max-width:none;line-height:1.95}.desktop-break{display:none}.solutions-grid{grid-template-columns:1fr;gap:18px}.solution{padding:25px 25px 0;border-radius:12px}.solution-top{margin-bottom:14px}.solution h3{font-size:25px}.solution>p{font-size:12px;margin-top:15px}.check-list{margin:22px 0 25px;gap:9px}.solution .text-link{font-size:13px}.api-illustration{height:90px;gap:21px}.api-illustration>span{font-size:8px}.api-illustration strong{font-size:15px;padding:9px 19px}.deploy-illustration{margin-top:25px}.section-note{font-size:10px;margin-top:15px}.product-sidebar{display:block}.feature-summary{padding:0 0 20px}.feature-summary h3,.product-tab strong{font-size:14px}.feature-summary p,.product-tab>span:last-child{font-size:11px}.feature-summary .feature-number{margin-bottom:7px}.product-tabs{gap:12px}.product-tab{padding:13px}.js-ready .product-tab[aria-selected=true]{padding-left:13px}.product-tab strong i{display:none}.product-tab .feature-number{margin-bottom:6px}.product-tab>span:last-child{font-size:10px}.product-layout{gap:23px}.display-chrome{padding:13px;font-size:6px;gap:5px}.display-chrome b{font-size:7px}.screenshot-scroll{scrollbar-width:thin}.screenshot-scroll img{min-width:660px}.screenshot-caption{padding:14px;font-size:10px}.product-disclaimer{font-size:9px;padding:0 14px 15px}.screenshot-scroll::after{content:"横向滑动查看界面 →";display:block;font-size:9px;color:#718693;padding:5px 14px;border-top:1px solid #edf1f2;position:sticky;left:0}.video-grid{grid-template-columns:1fr;gap:15px}.video-main{min-height:280px}.video-topline{left:21px;right:21px;top:20px;font-size:8px}.video-title{bottom:21px;left:21px;right:21px;gap:6px}.video-title strong{font-size:18px}.play-button{width:52px;height:52px;font-size:15px;top:44%}.video-secondary{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:13px}.video-small{min-height:190px}.video-small .video-title{left:16px;right:16px;bottom:15px}.video-small .video-title strong{font-size:14px}.video-small .video-title>span{font-size:8px;gap:4px}.video-small .video-topline{left:16px;right:16px;font-size:6px;letter-spacing:.5px;top:17px}.cost-card{padding:16px;gap:13px}.cost-card>.small-label{font-size:6px;letter-spacing:.6px;gap:3px}.cost-card>strong{font-size:19px;letter-spacing:-.6px}.cost-line{font-size:8px;gap:4px}.round-arrow{width:25px;height:25px;flex-shrink:0;font-size:17px}.delivery-steps{grid-template-columns:1fr 1fr;gap:34px 26px;margin-top:37px;margin-bottom:33px}.delivery-steps li{padding-top:19px}.delivery-steps li>span{margin-bottom:11px;font-size:10px}.delivery-steps h3{font-size:16px}.delivery-steps p{font-size:11px;margin-top:9px;line-height:1.85}.pricing-band{display:block;padding:25px 23px}.pricing-band h3{font-size:21px;line-height:1.5}.pricing-band p:last-child{font-size:11px;margin-top:12px}.pricing-band .eyebrow{font-size:8px;letter-spacing:1.3px}.pricing-band .button{margin-top:22px;font-size:12px;padding:12px 18px}.faq-section{display:block}.faq-heading .text-link{font-size:12px;margin-top:18px}.faq-list{margin-top:29px}.faq-list summary{font-size:13px;padding:19px 0}.faq-list details p{font-size:11px;padding-bottom:20px;padding-right:17px}.contact-inner{grid-template-columns:1fr;gap:28px;padding-top:48px;padding-bottom:37px}.contact-copy h2{font-size:32px;line-height:1.45}.contact-section .eyebrow{font-size:9px;margin-bottom:18px}.contact-copy>p:not(.eyebrow){font-size:12px;margin-top:18px}.contact-tags{margin-top:21px;gap:10px}.contact-tags span{font-size:9px;padding:4px 9px}.contact-method{padding-bottom:18px;padding-top:15px}.contact-method strong{font-size:24px}.contact-method>span{font-size:9px}.contact-method>i{top:30px}.copy-button{top:37px}.copy-status{font-size:9px;min-height:16px}.site-footer{padding-top:31px}.footer-main{flex-wrap:wrap;gap:25px;padding-bottom:24px}.footer-main .brand strong{font-size:18px}.footer-main .brand img{width:36px;height:36px}.footer-main p{font-size:10px;margin-top:13px}.footer-links{font-size:11px;gap:11px 28px;padding-top:5px}.back-top{display:none}.footer-legal{flex-wrap:wrap;gap:7px 20px;padding:17px 0;font-size:9px}.video-dialog{width:calc(100% - 20px);border-radius:9px}.dialog-head{padding:12px 15px}.dialog-head h2{font-size:13px}.video-dialog>p{font-size:9px;padding:10px 15px}}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:35px}.hero-actions{gap:12px}.hero-actions .button{font-size:11px;padding:13px;gap:10px}.hero-actions .text-link{font-size:10px;gap:5px}.visual-tag{display:none}.routing-visual{height:368px}.route-stage{margin-inline:11px;height:195px}.source-nodes>span,.model-nodes>span{font-size:8px}.gateway-node{width:80px;height:90px}.routing-caption{font-size:23px}.contact-method strong{font-size:20px}.product-tab strong{font-size:12px}.video-secondary{grid-template-columns:1fr}.video-small{min-height:180px}.cost-card>strong{font-size:22px}.cost-card>.small-label{font-size:9px}.cost-line{font-size:11px}.api-illustration{gap:13px}.api-illustration>span{font-size:7px}}
.video-dialog[data-video-format=portrait]{width:min(480px,calc(100% - 32px))}.video-dialog video{object-fit:contain}
/* The supplied posters contain captions; an opaque lower area avoids doubled titles. */
.video-main .video-shade{background:linear-gradient(180deg,#04182d65 0,transparent 28%,#03142f80 48%,#03142f 75%)}
/* Keep supporting copy and registration information readable at every size. */
.section-note,.product-disclaimer,.footer-legal,.footer-main p,.feature-summary p,.product-tab>span:last-child{color:#5f7380}.section-note,.product-disclaimer,.footer-legal{font-size:11px}.solution>p,.check-list,.feature-summary p,.product-tab>span:last-child,.delivery-steps p,.pricing-band p:last-child,.faq-list details p{font-size:13px}.footer-main p{font-size:12px}.contact-method>span,.copy-status{font-size:11px}.contact-copy>p:not(.eyebrow){font-size:14px}
@media(max-width:680px){.solution>p,.check-list,.feature-summary p,.product-tab>span:last-child,.delivery-steps p,.pricing-band p:last-child,.faq-list details p{font-size:12px}.product-disclaimer{font-size:10px}.section-note,.footer-legal{font-size:11px}.footer-legal{display:grid;gap:7px}.contact-copy>p:not(.eyebrow){font-size:13px}.contact-method>span,.copy-status{font-size:10px}.product-tab strong{font-size:13px}.product-tab strong+span{line-height:1.75}}
@media(max-width:960px){body:not(.js-ready) .header-inner{height:auto;min-height:74px;flex-wrap:wrap;padding-block:15px}body:not(.js-ready) .menu-toggle{display:none}body:not(.js-ready) .site-nav{position:static;box-shadow:none;padding:8px 0 0;width:100%;display:grid;grid-template-columns:1fr 1fr}body:not(.js-ready) .console-link{border:0}body:not(.js-ready) .site-header{position:relative}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.site-header,.hero-actions,.video-grid,.menu-toggle,.copy-button,.back-top{display:none}.wrap{width:100%}.section{padding:25px 0}.hero{padding:20px 0}.routing-visual{print-color-adjust:exact}.contact-section{background:#fff;color:#102b40}.contact-method strong{color:#102b40}.product-tabs{display:none}.contact-inner{padding:30px 0}.video-dialog{display:none!important}}
