/* 美餐宝 · shared tokens, semantic HTML, no runtime framework */
:root{--ink:#1d3028;--muted:#627163;--green:#23853d;--green-dark:#257a40;--mint:#f2f8f2;--line:#e6ece7;--white:#fff;--ease:cubic-bezier(.22,1,.36,1);--radius:22px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;font:16px/1.7 var(--font);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}svg{display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:600;line-height:1.35;letter-spacing:-.035em}h2{font-size:clamp(29px,3vw,39px)}h3{font-size:21px}em{font-style:normal;color:var(--green-dark)}p{color:var(--muted)}::selection{background:#d4efd8;color:#174d2c}:focus-visible{outline:3px solid #259d47;outline-offset:5px;border-radius:4px}[hidden]{display:none!important}.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.icon{width:24px;height:24px;flex:none}.skip-link{position:fixed;left:16px;top:-70px;padding:10px 20px;background:var(--ink);color:#fff;z-index:200}.skip-link:focus{top:12px}.eyebrow{display:block;color:var(--green-dark);font-size:12px;line-height:1.5;letter-spacing:.14em;font-weight:600;margin-bottom:17px}.tiny-label{font-size:10px;letter-spacing:.13em;color:#667360}.section{padding-block:94px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}.section-heading p{font-size:15px;margin-top:15px}.section-heading>.text-link{margin-bottom:5px;white-space:nowrap}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:var(--green-dark)}.text-link .icon{width:19px;height:19px;transition:transform .25s}.text-link:hover .icon{transform:translateX(4px)}.text-link:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:13px 24px;border:1px solid transparent;border-radius:9px;font-size:15px;font-weight:550;line-height:1.5;transition:transform .25s var(--ease),background .2s,box-shadow .2s}.button .icon{width:20px;height:20px}.button:hover{transform:translateY(-2px)}.primary{background:var(--green);color:#fff;box-shadow:0 8px 22px #259d4710}.primary:hover{background:#21883d;box-shadow:0 10px 25px #259d4725}.primary>span{display:grid;place-items:center;width:32px;height:32px;background:#ffffff25;border-radius:50%}.button.primary:has(>span){padding:10px 10px 10px 25px;border-radius:40px;gap:23px}.secondary{background:#fff;border-color:#d6e3d8;color:var(--ink)}.secondary:hover{background:var(--mint)}.light{background:#fff;color:var(--ink)}.button-row{display:flex;flex-wrap:wrap;gap:23px;align-items:center;margin-top:30px}
/* Navigation */
.site-header{height:88px;background:#ffffffed;backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{flex-shrink:0}.brand img{width:143px;height:48px}.desktop-nav{display:flex;gap:29px;height:100%;align-items:center}.desktop-nav>a{height:100%;display:flex;align-items:center;position:relative;font-size:14px;font-weight:500;white-space:nowrap;color:#526158}.desktop-nav>a::after{content:"";position:absolute;bottom:20px;left:0;right:0;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav>a:hover,.desktop-nav>a[aria-current]{color:var(--green-dark)}.desktop-nav>a:hover::after,.desktop-nav>a[aria-current]::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:25px}.login-link{display:flex;align-items:center;gap:8px;font-size:13px;white-space:nowrap}.login-link .icon{width:15px;height:15px}.header-cta{background:var(--green);color:#fff;min-height:42px;padding:10px 17px;font-size:13px;gap:13px;border-radius:8px}.header-cta:hover{background:#21883d}.header-cta .icon{width:17px;height:17px}.menu-toggle{display:none;padding:8px;border:0;background:transparent;color:var(--ink)}.menu-toggle .icon:last-child{display:none}.menu-toggle[aria-expanded=true] .icon:first-child{display:none}.menu-toggle[aria-expanded=true] .icon:last-child{display:block}.mobile-nav{padding:16px 28px 24px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 16px 24px #14321b0a}.mobile-nav a{display:flex;justify-content:space-between;align-items:center;padding:12px 2px;border-bottom:1px solid var(--line);font-size:15px}.mobile-nav a[aria-current]{color:var(--green-dark)}.mobile-nav .icon{width:17px;height:17px}
/* Banner, with native SVG motion */
.hero{background:linear-gradient(180deg,#fff 64%,#fdfefc);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1.12fr;align-items:center;gap:28px;min-height:653px;padding-block:32px 40px}.hero-copy{padding:4px 0 16px}.hero-kicker{display:flex;align-items:center;gap:9px;font-size:13px;letter-spacing:.045em;color:#577361;margin-bottom:30px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #edf8ee}.hero h1{font-size:clamp(38px,3.9vw,54px);font-weight:650;letter-spacing:-.035em;line-height:1.3;white-space:nowrap}.hero-highlight{display:inline-block;position:relative;color:var(--green-dark)}.hero-highlight>svg{position:absolute;width:92%;left:1%;height:19px;bottom:-10px;color:#c9e9ca}.hero-copy>p{font-size:17px;line-height:1.9;margin-top:36px;color:#657264}.hero .button-row{margin-top:31px;gap:27px}.hero .primary{font-size:16px}.hero-secondary{display:inline-flex;align-items:center;gap:10px;font-size:14px}.hero-secondary .icon{width:18px;height:18px}.hero-assurance{display:flex;flex-wrap:wrap;gap:23px;row-gap:10px;margin-top:25px;font-size:12px;color:#697664}.hero-assurance>span{display:flex;gap:6px;align-items:center;white-space:nowrap}.hero-assurance .icon{width:14px;height:14px;color:#79a183}.orbit{position:relative;aspect-ratio:1;width:100%;max-width:590px;justify-self:end}.orbit-glow{position:absolute;inset:4%;background:radial-gradient(ellipse,#eaf6e7 0,rgba(241,248,237,.62) 34%,#fff0 70%)}.orbit-network{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.orbit-ring{stroke:#d8ecd5;stroke-width:1;stroke-dasharray:3 11;opacity:.8}.orbit-ring.outer{stroke:#dfeddc}.connection{stroke:#d3e9d0;stroke-width:1.5}.connection-flow{stroke:#73c583;stroke-width:2;stroke-linecap:round;stroke-dasharray:5 95;animation:line-flow 7s linear var(--delay) infinite;opacity:.65}.orbit-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:136px;height:140px;border:1px solid #d3e9d0;border-radius:36px;background:#fff;box-shadow:0 0 0 13px #dbeed930,0 18px 50px #537d5010;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:box-shadow .25s}.orbit-hub:hover{box-shadow:0 0 0 18px #dbeed950,0 18px 50px #537d5015}.orbit-hub img{width:76px;height:76px}.orbit-hub>span{font-size:9px;letter-spacing:.07em;color:#849880}.orbit-node{position:absolute;left:var(--x);top:var(--y);width:86px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;animation:node-drift 7s ease-in-out var(--delay) infinite}.orbit-tile{display:grid;place-items:center;width:80px;height:80px;border-radius:24px;background:#fff;border:1px solid #e4eae4;box-shadow:0 12px 32px #33432e08;transition:box-shadow .25s,border-color .25s}.orbit-tile>.icon{width:34px;height:34px;color:#469b60;stroke-width:1.45}.orbit-node:hover .orbit-tile{border-color:#acd2af;box-shadow:0 14px 32px #33432e12}.node-label{position:absolute;top:calc(100% + 10px);white-space:nowrap;font-size:12px;color:#657460;letter-spacing:.04em}.orbit-chart .icon{color:#74a75a}.orbit-wallet .icon{color:#b09a53}.orbit-qr .icon{color:#419373}.orbit-users .icon{color:#7c99ae}.orbit-note{position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:10px;white-space:nowrap;letter-spacing:.06em;color:#8d9d8b;display:flex;align-items:center;gap:7px}.orbit-note i{width:4px;height:4px;border-radius:50%;background:#90c191}@keyframes line-flow{to{stroke-dashoffset:-200}}@keyframes node-drift{0%,100%{translate:0 0}50%{translate:0 -7px}}
/* Homepage */
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr)}.steps li{padding:16px 30px 6px;border-left:1px solid var(--line)}.steps li:first-child{padding-left:0;border-left:0}.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.step-number{font-size:13px;letter-spacing:.1em;color:#9ca79c}.step-top .icon{color:var(--green-dark);width:31px;height:31px;stroke-width:1.3}.steps h3{font-size:19px;margin-bottom:12px}.steps p{font-size:13px;line-height:1.8;max-width:210px}.soft-section{background:var(--mint)}.product-split{display:grid;grid-template-columns:1.05fr 1fr;gap:100px;align-items:center}.phone-scene{position:relative;min-height:580px;background:#e5f0e1;border-radius:26px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding-top:100px}.scene-caption{position:absolute;left:30px;top:29px;font-size:14px;color:#5a775b;z-index:2}.phone-device{position:relative;z-index:2;width:220px;border:7px solid #fff;border-bottom:0;border-radius:34px 34px 0 0;overflow:hidden;box-shadow:0 20px 65px #254a2920;transform:rotate(-7deg) translateY(44px)}.phone-device img{width:100%;height:auto}.floating-note{position:absolute;z-index:3;display:flex;gap:12px;align-items:center;padding:15px 19px;background:#fffffff5;border:1px solid #fff;border-radius:13px;box-shadow:0 12px 30px #36543b08;transform:rotate(-4deg)}.floating-note>.icon{width:30px;height:30px;color:var(--green);padding:6px;border-radius:50%;background:#edf7e9}.floating-note strong{display:block;font-size:12px;font-weight:550}.floating-note span{display:block;font-size:9px;color:#899687;margin-top:2px}.note-booked{top:170px;right:17px}.note-kitchen{bottom:90px;left:14px;transform:rotate(5deg)}.scene-label{position:absolute;right:19px;bottom:17px;z-index:3;font-size:9px;color:#749171;writing-mode:vertical-rl;letter-spacing:.08em}.scene-ring{position:absolute;top:138px;left:-35%;width:150%;aspect-ratio:1;border:1px solid #cfdfc9;border-radius:50%}.scene-ring.second{width:110%;top:240px;left:-10%}.product-copy h2{font-size:40px;line-height:1.5}.section-intro{margin-top:22px;line-height:1.9;font-size:15px}.benefit-row{display:flex;gap:21px;padding:25px 0;border-bottom:1px solid #dfe8dc;align-items:center}.benefit-row>span{font-size:11px;color:#7b917a}.benefit-row>div{flex:1}.benefit-row h3{font-size:17px;letter-spacing:-.025em;margin-bottom:7px}.benefit-row p{font-size:12px}.benefit-row>.icon{width:18px;height:18px;color:#638260;transition:translate .2s}.benefit-row:hover>.icon{translate:4px 0}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.scenario-card{padding:28px 27px 29px;border:1px solid var(--line);border-radius:15px;transition:background .25s,transform .25s,border-color .25s}.scenario-card:hover{background:#f6faf4;border-color:#c9deca;transform:translateY(-4px)}.scenario-top{display:flex;align-items:center;gap:13px;margin-bottom:27px}.icon-box{width:45px;height:45px;display:grid;place-items:center;background:#f0f6ed;border-radius:11px;color:#619562}.icon-box .icon{width:26px;height:26px}.card-arrow{margin-left:auto;width:18px;height:18px;color:#9ca99a}.scenario-card h3{font-size:19px;margin-bottom:9px}.scenario-card p{font-size:13px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.story-card{display:block;min-width:0;border:1px solid var(--line);border-radius:19px;overflow:hidden;transition:transform .25s,box-shadow .25s}.story-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px #19342308}.story-image,.story-illustration{height:260px;position:relative;overflow:hidden}.story-image>img{width:100%;height:100%;object-fit:cover;object-position:center 55%;transition:transform .6s}.story-card:hover .story-image>img{transform:scale(1.04)}.story-image>span,.story-category{position:absolute;top:20px;left:22px;font-size:11px;padding:5px 10px;border-radius:5px;background:#fff;z-index:2;color:#4b6050}.story-body{padding:27px 30px 30px}.meta{display:flex;gap:17px;font-size:11px;color:#657460;letter-spacing:.04em}.meta>span{color:#6b7567}.story-body h3{font-size:25px;line-height:1.55;margin-block:17px 13px}.story-body>p{font-size:12px;margin-bottom:23px}.story-illustration{background:#eaf2ea;display:flex;align-items:center;justify-content:center;gap:90px}.hospital-symbol{display:grid;place-items:center;width:94px;height:105px;border:1px solid #d4e3d3;border-radius:21px;background:#fff;z-index:1;box-shadow:0 15px 30px #4465450a;transform:rotate(-8deg)}.hospital-symbol>.icon{width:49px;height:49px;color:#709d78;stroke-width:1.3}.mini-phone{display:grid;place-items:center;width:67px;height:86px;background:#f8fbf6;border:1px solid #d4e3d3;border-radius:18px;transform:rotate(10deg);z-index:1}.mini-phone>.icon{width:38px;height:38px;color:#86aa7c}.mini-connection{position:absolute;width:220px;height:94px;border:1px dashed #a6cba1;border-radius:50%;transform:rotate(-20deg)}.story-art-label{position:absolute;bottom:25px;font-size:12px;color:#729070;letter-spacing:.12em}
/* Shared end of page */
.cta-wrap{padding-block:28px 88px}.cta{position:relative;overflow:hidden;background:#edf5e8;border-radius:24px;padding:52px 56px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta>div{z-index:1}.cta .eyebrow{font-size:11px;color:#719069}.cta h2{font-size:34px;color:#234b2d}.cta p{font-size:13px;margin-top:15px;color:#74876d}.cta-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.cta-actions .button{min-height:50px;font-size:13px;padding:12px 18px;gap:13px}.cta-lines{position:absolute;right:-30px;height:100%;top:0;stroke:#d9e8d1;stroke-width:1;pointer-events:none}.site-footer{border-top:1px solid var(--line);padding-top:57px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:45px;padding-bottom:48px}.footer-brand img{width:132px;height:auto}.footer-brand p{font-size:15px;line-height:1.9;margin-top:21px;color:#6c7d6d}.footer-phone{font-size:19px;display:block;margin-top:21px;letter-spacing:.02em;font-weight:550}.footer-brand>span{font-size:10px;color:#6b7567;display:block;margin-top:4px}.footer-column{padding-top:8px;display:flex;flex-direction:column;gap:13px}.footer-column h2{font-size:13px;letter-spacing:0;margin-bottom:7px}.footer-column>a{font-size:12px;color:#667360}.footer-column>a:hover{color:var(--green-dark)}.footer-qr{padding-top:5px;display:flex;flex-direction:column;align-items:center;gap:13px}.footer-qr img{width:104px;height:104px;object-fit:contain;background:#fff}.footer-qr>span{font-size:10px;color:#6b7567;white-space:nowrap}.footer-bottom{padding:20px 0 23px;border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;font-size:10px;color:#6b7567;letter-spacing:.025em}.footer-motto{margin-left:auto}.demo-dialog{width:min(440px,calc(100% - 32px));padding:43px 34px 32px;border:1px solid var(--line);border-radius:24px;color:var(--ink);text-align:center;box-shadow:0 30px 100px #112b1e30}.demo-dialog::backdrop{background:#142a2566;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:14px;top:14px;border:0;background:#f1f6ef;border-radius:50%;padding:7px;color:#61745e}.dialog-close .icon{width:19px;height:19px}.demo-dialog .eyebrow{font-size:10px;margin-bottom:12px}.demo-dialog h2{font-size:28px}.demo-dialog>p{font-size:13px;margin-top:13px}.demo-dialog>img{margin:25px auto 8px;width:220px;height:220px;object-fit:contain}.demo-dialog .dialog-note{font-size:11px;color:#919b8c;margin-bottom:24px}.demo-dialog .text-link{font-size:12px}
/* Inner page language */
.breadcrumb{display:flex;align-items:center;gap:10px;font-size:11px;color:#657264;margin-bottom:48px}.breadcrumb .icon{width:12px;height:12px}.breadcrumb a:hover{color:var(--green-dark)}.breadcrumb span{color:#60785f}.page-hero{padding:28px 0 65px;background:linear-gradient(120deg,#f9fbf6,#fff);border-bottom:1px solid #edf1e9}.page-hero-content{display:flex;align-items:center;justify-content:space-between;gap:70px;min-height:220px}.page-hero h1{font-size:clamp(38px,4vw,54px);line-height:1.4;letter-spacing:-.045em}.lead{margin-top:24px;max-width:625px;font-size:16px;line-height:1.9}.page-hero .eyebrow{font-size:11px;margin-bottom:16px}.hero-icon-art{width:235px;height:235px;position:relative;flex-shrink:0;display:grid;place-items:center}.hero-icon-art::before,.hero-icon-art::after{content:"";position:absolute;inset:0;border:1px dashed #d8e5d3;border-radius:50%}.hero-icon-art::after{inset:28px;border-style:solid}.hero-icon-art>.icon{height:88px;width:88px;color:#82ab72;stroke-width:1.1;background:#f5f9f0;border-radius:16px;padding:10px}.hero-icon-art .art-dot{position:absolute;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#a3c78e;top:41px;right:18px}.subnav{position:sticky;top:88px;background:#ffffffef;backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid var(--line)}.subnav>.container{display:flex;justify-content:center;gap:36px;padding-block:18px}.subnav a{font-size:13px;color:#5f7059;white-space:nowrap}.subnav a:hover{color:var(--green-dark)}.detail-split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.detail-split.reverse>.detail-copy{order:2}.detail-copy h2{font-size:35px;line-height:1.45}.detail-copy>p{font-size:15px;line-height:1.95;margin:22px 0;max-width:445px}.check-list{padding:0;margin:25px 0;list-style:none;display:grid;gap:14px}.check-list>li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#64765e}.check-list .icon{width:17px;height:17px;color:#71a262;margin-top:3px}.detail-copy .text-link{margin-top:13px}.detail-split .phone-scene{min-height:520px}.detail-split .phone-device{width:205px}.dashboard-demo{border:1px solid #dde7d7;border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 18px 50px #233b1e08;transform:rotate(-2deg)}.demo-top{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e6ede1;font-size:11px;background:#fafcf8}.demo-top>span{display:flex;align-items:center;gap:9px}.demo-pill{font-size:9px;color:#5d714f;background:#eef4e8;border-radius:5px;padding:3px 7px}.demo-body{padding:25px}.demo-heading{display:flex;align-items:center;justify-content:space-between}.demo-heading span{font-size:10px;color:#88997e}.demo-heading h3{font-size:17px;margin-top:4px}.demo-heading>.icon{color:#a4b797;width:19px;height:19px}.demo-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0 18px}.demo-metrics>div{border-right:1px solid #e7eee1}.demo-metrics>div:last-child{border:0}.demo-metrics span{display:block;font-size:10px;color:#60764f}.demo-metrics strong{font-size:30px;font-weight:500;line-height:1.6;color:#4b793d;font-variant-numeric:tabular-nums}.demo-metrics small{font-size:10px;font-weight:400}.demo-chart{height:150px;background:repeating-linear-gradient(to top,#eaf0e6 0,#eaf0e6 1px,transparent 1px,transparent 37px)}.chart-bars{height:100%;display:flex;gap:15px;align-items:flex-end;justify-content:space-around;padding:0 10px 22px}.bar-column{height:100%;position:relative;display:flex;align-items:flex-end;gap:3px;width:34px}.bar-column>span,.bar-column>i{display:block;width:15px;height:var(--bar);background:#87b76a;border-radius:4px 4px 0 0}.bar-column>i{background:#d7e7cb}.bar-column small{position:absolute;bottom:-20px;left:13px;font-size:9px;color:#637654}.demo-bottom{display:flex;gap:15px;align-items:center;padding-top:23px;font-size:9px;color:#5d714f}.demo-bottom>span{display:flex;align-items:center;gap:4px;white-space:nowrap}.demo-bottom i{width:5px;height:5px;background:#8eb874;border-radius:50%}.demo-bottom>span:nth-child(2) i{background:#d7e7cb}.demo-bottom>small{font-size:8px;margin-left:auto}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.feature-card{padding:30px;border:1px solid var(--line);border-radius:17px}.feature-card>.icon-box{margin-bottom:25px}.feature-card h3{font-size:19px}.feature-card p{font-size:13px;margin-top:13px;line-height:1.85}.feature-card .text-link{margin-top:20px;font-size:12px}.number-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.number-list>li{padding:28px 0;border-top:1px solid #dce6d5}.number-list>li>span{font-size:12px;color:#8da47c;display:block;margin-bottom:25px}.number-list h3{font-size:21px;margin-bottom:14px}.number-list p{font-size:14px;line-height:1.9}.scenario-overview .scenario-card{padding:35px}.scenario-overview .scenario-card p{margin-top:11px;max-width:90%;line-height:1.85}.scenario-overview .scenario-card h3{font-size:23px}.scenario-overview .scenario-top{margin-bottom:35px}.scenario-overview .scenario-top .icon-box{width:58px;height:58px}.scenario-overview .text-link{margin-top:25px}.inline-note{font-size:12px;margin-top:22px;color:#65775e}.faq-section{max-width:900px}.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:24px 0;cursor:pointer;list-style:none;font-size:16px;font-weight:500}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>.icon{width:18px;height:18px;color:#7d9571;transition:transform .25s}.faq-list details[open] summary>.icon{transform:rotate(45deg)}.faq-answer{padding:0 45px 24px 0;color:#607052;font-size:14px;line-height:1.9}.faq-answer a{color:var(--green-dark);text-decoration:underline;text-underline-offset:3px}.qr-scene{min-height:320px;position:relative;background:#f0f6e9;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:27px;overflow:hidden}.qr-card{background:white;border:1px solid #dfebd6;padding:26px;border-radius:22px;width:145px;height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transform:rotate(-7deg);box-shadow:0 15px 30px #657e4c10}.qr-card>.icon{width:63px;height:63px;color:#6d965d;stroke-width:1.25}.qr-card>span{font-size:10px;color:#8fa280}.verify-pill{display:flex;align-items:center;gap:9px;background:white;border:1px solid #e2edd8;border-radius:12px;padding:15px 17px;transform:rotate(5deg);font-size:12px}.verify-pill>.icon{color:var(--green);width:22px;height:22px}.visual-label{position:absolute;left:25px;bottom:20px;font-size:9px;color:#8d9e7e;letter-spacing:.1em}
/* Prices, equipment, editorial and contact */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;align-items:stretch}.price-card{position:relative;border:1px solid var(--line);border-radius:20px;padding:32px;display:flex;flex-direction:column;align-items:flex-start}.price-card.featured{border-color:#a5cc98;background:#f6faf2;box-shadow:0 12px 30px #31572406}.price-badge{position:absolute;right:23px;top:-13px;padding:4px 13px;font-size:10px;border-radius:20px;background:#629c4d;color:#fff}.price-card h2{font-size:23px}.price-card>p{font-size:12px;margin-top:10px}.price{margin:30px 0 0;font-size:43px;line-height:1.2;font-weight:550;letter-spacing:-.05em}.price>sup{font-size:20px;font-weight:400;margin-right:5px;vertical-align:12px}.price>span{font-size:12px;color:#637259;font-weight:400;letter-spacing:0;margin-left:8px}.price.custom{font-size:33px;line-height:1.55}.price-card .check-list{border-top:1px solid #e4ebdd;padding-top:26px;width:100%;gap:14px;margin-top:28px;margin-bottom:32px}.price-card .check-list>li{font-size:13px}.price-card .button{width:100%;margin-top:auto;min-height:47px;font-size:13px}.pricing-note{text-align:center;margin-top:25px;font-size:11px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.comparison{width:100%;border-collapse:collapse;min-width:630px;text-align:center;font-size:13px}.comparison caption{text-align:left;padding:22px 26px;font-size:16px;font-weight:550;color:var(--ink)}.comparison th,.comparison td{padding:16px 25px;border-top:1px solid var(--line)}.comparison thead{background:#f5f8f1}.comparison tbody th{text-align:left;font-weight:400;color:#75866b}.comparison thead th:first-child{text-align:left}.comparison td:nth-child(3){background:#f9fbf7}.comparison .icon{display:inline-block;width:17px;height:17px;color:#61a449;vertical-align:middle}.hardware-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.hardware-card{border:1px solid var(--line);border-radius:21px;overflow:hidden}.hardware-image{padding:30px;height:280px;background:#f7f9f5;display:flex;align-items:center;justify-content:center}.hardware-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.hardware-info{padding:30px}.hardware-info h2{font-size:24px}.hardware-info p{font-size:13px;margin-top:13px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.tag-list>span{font-size:10px;border-radius:5px;padding:5px 9px;background:#f0f5ea;color:#5d714f}.customer-names{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.customer-names>div{padding:30px 20px;border-bottom:1px solid var(--line);text-align:center;display:flex;flex-direction:column;gap:10px}.customer-names strong{font-size:15px;font-weight:500}.customer-names span{font-size:11px;color:#95a08d}.article-layout{display:grid;grid-template-columns:minmax(0,770px) 250px;gap:80px;align-items:start;padding-block:60px 80px}.article-body{min-width:0}.article-body .intro{font-size:18px;color:#65775b;line-height:1.95;margin-bottom:36px}.article-body h2{font-size:26px;margin:36px 0 18px}.article-body p{font-size:15px;line-height:2.05;margin:16px 0}.article-body ul,.article-body ol{padding-left:23px;color:#64735a;font-size:15px;line-height:2}.article-body li{padding-left:5px;margin-bottom:11px}.article-body figure{margin:32px 0}.article-body figure>img{width:100%;height:auto;border-radius:13px}.article-body figcaption{font-size:11px;color:#62745b;margin-top:10px;text-align:center}.article-aside{position:sticky;top:125px;background:#f2f7ed;padding:26px;border-radius:15px}.article-aside>.icon-box{background:#e6efdc;margin-bottom:22px}.article-aside h2{font-size:19px;margin-bottom:13px}.article-aside p{font-size:12px;line-height:1.85;margin-bottom:24px}.article-aside img{width:145px;height:145px;object-fit:contain;background:white;margin:auto;border-radius:5px}.article-aside .text-link{font-size:12px;margin-top:22px}.article-source{padding:21px 0;border-top:1px solid var(--line);margin-top:38px!important;font-size:11px!important;color:#637259!important}.article-hero h1{font-size:clamp(32px,3.6vw,46px);max-width:900px}.article-hero .meta{margin-top:24px}.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.guide-card{padding:33px;border:1px solid var(--line);border-radius:18px;transition:background .2s,border-color .2s}.guide-card:hover{background:#f6faf2;border-color:#bed6ad}.guide-card .icon-box{margin-bottom:29px}.guide-card h2{font-size:22px;line-height:1.55}.guide-card p{font-size:13px;line-height:1.9;margin-top:15px}.guide-card>.text-link{font-size:12px;margin-top:27px}.about-intro{max-width:795px}.about-intro p{font-size:19px;line-height:2.15;margin-top:27px}.about-mark{width:190px;height:190px;background:#f0f7e9;border:1px solid #e2ecd9;display:grid;place-items:center;border-radius:46px;transform:rotate(-8deg);flex-shrink:0;margin-right:30px}.about-mark img{width:106px;height:106px}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}.contact-main h2{font-size:33px;line-height:1.55}.contact-main>p{margin-top:19px;font-size:15px}.contact-phone{display:flex;align-items:center;gap:18px;font-size:36px;letter-spacing:.015em;font-weight:500;margin:34px 0 12px}.contact-phone .icon{width:29px;height:29px;color:var(--green)}.contact-hours{font-size:12px;color:#65775e;margin-left:48px}.contact-details{display:grid;gap:21px;margin-top:35px;padding-top:30px;border-top:1px solid var(--line);font-size:13px}.contact-details>div,.contact-details>a{display:flex;align-items:flex-start;gap:16px;color:#708363}.contact-details .icon{width:19px;height:19px;margin-top:2px;color:#8da67c}.contact-qr-card{padding:36px;background:#f0f6e9;border-radius:22px;text-align:center}.contact-qr-card .eyebrow{font-size:10px;margin-bottom:12px}.contact-qr-card h2{font-size:24px}.contact-qr-card>img{width:195px;height:195px;object-fit:contain;background:white;border-radius:7px;margin:27px auto 18px}.contact-qr-card p{font-size:12px}.contact-tip{display:flex;gap:18px;align-items:center;margin-top:37px;padding:19px 23px;background:#f6f9f2;border-radius:12px;font-size:12px;color:#5f7053}.contact-tip>.icon{color:#799d64;width:23px;height:23px}.contact-tip strong{font-weight:500;color:#557447}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.experience-grid .phone-scene{min-height:570px}.experience-code{width:190px;height:190px;object-fit:contain;margin-top:27px}.experience-copy h2{font-size:35px}.experience-copy p{font-size:14px;margin-top:20px;max-width:410px}.experience-copy .qr-help{font-size:11px;max-width:320px;color:#617456}.not-found{text-align:center;padding-block:95px}.not-found>span{font-size:100px;line-height:1.5;font-weight:600;color:#a7c994}.not-found h1{font-size:36px}.not-found p{margin-top:18px}.not-found .button-row{justify-content:center}.news-list{display:grid;gap:28px}.news-item{display:grid;grid-template-columns:260px 1fr;gap:35px;border-bottom:1px solid var(--line);padding-bottom:28px;align-items:center}.news-item img{width:260px;height:170px;object-fit:cover;border-radius:13px}.news-item .story-illustration{height:170px;border-radius:13px;gap:30px}.news-item .story-illustration .hospital-symbol{width:65px;height:76px}.news-item .mini-phone{width:49px;height:65px}.news-item .story-art-label,.news-item .story-category{display:none}.news-item h2{font-size:24px;margin:13px 0}.news-item p{font-size:13px;max-width:700px}.news-item .text-link{font-size:12px;margin-top:19px}
/* Mobile and reduced motion are first-class, all content stays in the HTML. */
@media(min-width:1600px){.hero-inner{min-height:710px}.hero h1{font-size:56px}.container{width:min(1280px,calc(100% - 112px))}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.desktop-nav{gap:20px}.header-inner{gap:22px}.header-actions{gap:18px}.login-link{font-size:0;gap:0}.login-link>.icon{width:19px;height:19px}.hero-inner{min-height:600px;gap:16px}.hero h1{font-size:44px}.hero-copy>p{font-size:15px}.hero-assurance{display:grid;grid-template-columns:repeat(2,max-content);row-gap:10px}.orbit-hub{width:117px;height:121px;border-radius:30px}.orbit-hub img{width:65px;height:65px}.orbit-tile{width:69px;height:69px;border-radius:20px}.orbit-tile>.icon{width:30px;height:30px}.product-split{gap:60px}.phone-scene{min-height:555px}.section{padding-block:75px}.section-heading h2{font-size:34px}.scenario-card{padding:25px 22px}.tiny-label{font-size:8px}.scenario-top{gap:10px}.cta{padding:42px 36px}.cta h2{font-size:29px}.cta-actions{flex-direction:column;align-items:stretch}.footer-main{gap:30px}.footer-column a{font-size:11px}.detail-split{gap:45px}.pricing-grid{gap:16px}.price-card{padding:27px 24px}.article-layout{gap:45px}.contact-grid{gap:45px}}
@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:block}.site-header{height:76px}.header-inner{gap:20px}.brand img{width:132px;height:44px}.header-actions{gap:20px}.login-link{font-size:12px;gap:6px}.hero-inner{grid-template-columns:1fr 1fr;min-height:560px;gap:5px}.hero h1{font-size:clamp(32px,4.6vw,40px)}.hero-kicker{font-size:11px;letter-spacing:0;margin-bottom:26px}.hero-copy>p{font-size:13px}.hero .button-row{gap:16px}.hero .primary{font-size:14px}.hero-secondary{font-size:12px;gap:5px}.hero .primary:has(>span){gap:13px;padding-left:18px}.hero-assurance{font-size:10px;gap:15px}.orbit-node{width:65px}.orbit-tile{width:58px;height:58px;border-radius:17px}.orbit-tile>.icon{width:26px;height:26px}.orbit-hub{width:99px;height:103px;border-radius:27px;gap:6px}.orbit-hub img{width:53px;height:53px}.orbit-hub>span{font-size:7px}.node-label{font-size:10px;top:calc(100% + 7px)}.orbit-note{font-size:8px}.steps li{padding-inline:22px}.steps h3{font-size:17px}.steps p{font-size:12px}.product-split{gap:43px}.phone-scene{min-height:500px}.phone-device{width:192px}.note-booked{right:10px;top:145px}.note-kitchen{left:8px;bottom:64px}.floating-note{padding:10px 13px;gap:8px}.floating-note strong{font-size:10px}.floating-note span{font-size:8px}.product-copy h2{font-size:33px}.section-intro{font-size:13px}.benefit-row{padding-block:21px;gap:12px}.benefit-row h3{font-size:16px}.benefit-row p{font-size:11px}.scenario-grid{grid-template-columns:1fr 1fr}.story-image,.story-illustration{height:215px}.story-body{padding:23px}.story-body h3{font-size:22px}.story-body>p{font-size:11px}.story-grid{gap:22px}.story-illustration{gap:55px}.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:25px}.footer-qr{display:none}.footer-main .footer-brand p{font-size:13px}.footer-phone{font-size:16px}.footer-bottom{font-size:9px;gap:17px}.subnav{top:76px}.subnav>.container{gap:25px}.detail-split{gap:35px}.detail-copy h2{font-size:29px}.detail-copy>p{font-size:13px}.check-list>li{font-size:12px}.feature-grid{gap:16px}.feature-card{padding:23px}.feature-card h3{font-size:17px}.feature-card p{font-size:12px}.price-card{padding:25px 20px}.price-card .check-list>li{font-size:11px;gap:6px}.price{font-size:34px}.price>sup{font-size:15px;vertical-align:9px}.price>span{font-size:10px;margin-left:3px}.price.custom{font-size:27px}.price-card>p{font-size:10px}.pricing-note{font-size:10px}.article-layout{grid-template-columns:1fr 200px;gap:30px}.article-aside{padding:22px}.page-hero-content{gap:30px}.hero-icon-art{width:190px;height:190px}.lead{font-size:14px}.guides-grid{gap:17px}.guide-card{padding:25px}.guide-card h2{font-size:19px}.about-mark{width:145px;height:145px;border-radius:35px;margin:0}.about-mark img{width:90px;height:90px}.experience-grid{gap:50px}.contact-phone{font-size:28px}.contact-main h2{font-size:28px}.contact-qr-card{padding:29px 22px}.contact-qr-card h2{font-size:21px}}
@media(max-width:680px){.container{width:calc(100% - 40px)}.site-header{height:72px}.brand img{width:122px;height:41px}.header-actions{gap:10px}.header-cta{min-height:37px;padding:8px 13px;font-size:12px}.header-cta .icon{display:none}.login-link{display:none}.menu-toggle{padding:7px}.header-inner{gap:12px}.hero-inner{grid-template-columns:1fr;gap:13px;padding-top:42px;padding-bottom:32px;min-height:0}.hero-copy{padding:0 3px}.hero-kicker{font-size:11px;margin-bottom:24px}.hero h1{font-size:clamp(30px,9vw,40px)}.hero-highlight>svg{height:15px;bottom:-10px}.hero-copy>p{font-size:14px;margin-top:29px;line-height:1.9}.hero .button-row{margin-top:26px;gap:26px}.hero .primary{font-size:14px}.hero .primary:has(>span){gap:23px;padding-left:21px}.hero-assurance{margin-top:22px;font-size:10px;gap:21px;row-gap:11px}.hero-secondary{font-size:13px;gap:9px}.orbit{width:min(100%,430px);justify-self:center;margin-top:6px;aspect-ratio:1}.orbit-network{height:100%;width:100%;object-fit:contain}.orbit-hub{width:110px;height:113px;border-radius:29px;gap:7px}.orbit-hub img{width:62px;height:62px}.orbit-hub>span{font-size:8px}.orbit-tile{width:61px;height:61px;border-radius:19px}.orbit-tile>.icon{width:28px;height:28px}.orbit-node{width:67px}.node-label{font-size:10px;top:calc(100% + 6px)}.orbit-note{font-size:8px;bottom:-3px}.section{padding-block:59px}.section-heading{display:block;margin-bottom:31px}.eyebrow{font-size:10px;margin-bottom:13px}.section-heading h2{font-size:28px;line-height:1.5;letter-spacing:-.04em}.section-heading p{font-size:12px;line-height:1.9;margin-top:13px}.section-heading>.text-link{font-size:12px;margin-top:20px}.steps{grid-template-columns:1fr 1fr;row-gap:30px}.steps li{padding:10px 20px 0}.steps li:nth-child(odd){border:0;padding-left:0}.step-top{margin-bottom:20px}.step-top .icon{width:26px;height:26px}.step-number{font-size:11px}.steps h3{font-size:18px}.steps p{font-size:12px;line-height:1.85}.product-split{grid-template-columns:1fr;gap:37px}.phone-scene{min-height:470px;width:100%;max-width:470px;margin:auto;border-radius:20px}.phone-device{width:200px;transform:rotate(-7deg) translateY(52px)}.scene-caption{left:25px;top:25px;font-size:12px}.note-booked{right:15px;top:139px}.note-kitchen{left:16px;bottom:70px}.floating-note{padding:14px;gap:10px}.floating-note strong{font-size:11px}.floating-note span{font-size:9px}.product-copy h2{font-size:32px;line-height:1.5}.section-intro{font-size:14px;margin-top:16px}.benefit-row{padding-block:22px;gap:20px}.benefit-row h3{font-size:17px}.benefit-row p{font-size:12px}.scenario-grid{gap:12px}.scenario-card{padding:22px 19px}.scenario-top{gap:0;margin-bottom:22px}.scenario-top .tiny-label{display:none}.icon-box{width:40px;height:40px}.icon-box .icon{width:24px;height:24px}.card-arrow{width:16px;height:16px}.scenario-card h3{font-size:17px}.scenario-card p{font-size:11px;line-height:1.85}.story-grid{grid-template-columns:1fr;gap:24px}.story-image,.story-illustration{height:230px}.story-body{padding:25px}.story-body h3{font-size:24px;line-height:1.5}.story-body>p{font-size:11px}.story-illustration{gap:85px}.cta-wrap{padding-block:10px 52px}.cta{padding:33px 27px;display:block;border-radius:19px}.cta h2{font-size:28px;line-height:1.5}.cta p{font-size:12px;line-height:1.9;margin-top:12px;max-width:245px}.cta .eyebrow{font-size:10px}.cta-actions{margin-top:27px;display:flex;flex-direction:row;gap:9px;flex-wrap:wrap}.cta-actions .button{font-size:12px;min-height:44px;padding:10px 15px;gap:8px}.cta-actions .primary:has(>span){gap:11px;padding:8px 8px 8px 18px}.cta-actions .primary>span{width:28px;height:28px}.cta-lines{right:-50px;opacity:.7}.site-footer{padding-top:37px}.footer-main{grid-template-columns:repeat(3,1fr);gap:27px 15px;padding-bottom:30px}.footer-brand{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:5px}.footer-brand img{width:120px}.footer-brand p{grid-column:2;grid-row:1/3;margin-top:3px;font-size:13px!important;justify-self:end}.footer-brand .footer-phone{grid-column:1;margin-top:15px;font-size:17px}.footer-brand>span{grid-column:1/-1;font-size:9px}.footer-column{padding-top:3px;gap:12px}.footer-column h2{font-size:12px;margin-bottom:4px}.footer-column>a{font-size:11px}.footer-bottom{gap:7px 13px;flex-wrap:wrap;padding-block:20px;font-size:8px;line-height:1.8}.footer-motto{display:none}.breadcrumb{font-size:10px;margin-bottom:30px;gap:7px}.page-hero{padding:23px 0 43px}.page-hero-content{display:block;min-height:0}.page-hero h1{font-size:36px;line-height:1.45}.page-hero .eyebrow{font-size:10px;margin-bottom:13px}.lead{font-size:14px;line-height:1.95;margin-top:20px}.hero-icon-art,.about-mark{display:none}.page-hero .button-row{gap:12px}.page-hero .button{font-size:12px;gap:10px;min-height:46px;padding:11px 16px}.page-hero .button.primary:has(>span){gap:10px;padding:8px 8px 8px 17px}.subnav{top:72px}.subnav>.container{gap:22px;justify-content:flex-start;overflow-x:auto;padding-block:15px;scrollbar-width:none}.subnav a{font-size:12px}.detail-split{grid-template-columns:1fr;gap:35px}.detail-split.reverse>.detail-copy{order:0}.detail-copy h2{font-size:29px;line-height:1.5}.detail-copy>p{font-size:14px;line-height:1.9;margin:20px 0}.check-list>li{font-size:13px}.detail-split .phone-scene{min-height:440px}.detail-split .phone-device{width:200px}.dashboard-demo{transform:none;border-radius:14px}.demo-body{padding:22px}.demo-heading h3{font-size:17px}.demo-metrics{gap:12px}.demo-metrics strong{font-size:32px}.demo-bottom>small{font-size:7px}.demo-bottom{gap:10px}.feature-grid{grid-template-columns:1fr}.feature-card{padding:27px}.feature-card h3{font-size:20px}.feature-card p{font-size:13px}.feature-card>.icon-box{margin-bottom:22px}.number-list{grid-template-columns:1fr;gap:3px}.number-list>li{padding-block:25px}.number-list>li>span{margin-bottom:15px}.number-list h3{font-size:21px}.number-list p{font-size:14px}.scenario-overview .scenario-grid{grid-template-columns:1fr}.scenario-overview .scenario-card{padding:28px}.scenario-overview .scenario-top{margin-bottom:25px;gap:15px}.scenario-overview .tiny-label{display:block}.scenario-overview .scenario-card h3{font-size:23px}.scenario-overview .scenario-card p{font-size:13px}.faq-list summary{font-size:14px;padding-block:21px}.faq-answer{font-size:13px;padding-right:17px}.qr-scene{min-height:295px;gap:20px}.qr-card{width:133px;height:146px}.verify-pill{font-size:11px;padding:12px}.pricing-grid{grid-template-columns:1fr;gap:29px}.price-card{padding:30px}.price-card h2{font-size:25px}.price-card>p{font-size:12px}.price{font-size:43px}.price>sup{font-size:18px;vertical-align:12px}.price>span{font-size:12px}.price.custom{font-size:34px}.price-card .check-list>li{font-size:13px}.price-card .check-list{gap:14px;margin-top:25px}.price-card .button{font-size:14px}.pricing-note{text-align:left;line-height:1.9;font-size:11px}.hardware-grid{grid-template-columns:1fr;gap:25px}.hardware-image{height:235px}.hardware-info{padding:26px}.hardware-info h2{font-size:23px}.customer-names{grid-template-columns:1fr 1fr}.customer-names>div{padding:23px 12px}.customer-names strong{font-size:12px}.customer-names span{font-size:10px}.article-layout{display:block;padding-block:36px 50px}.article-body .intro{font-size:16px;line-height:2}.article-body h2{font-size:24px}.article-body p,.article-body ul,.article-body ol{font-size:14px}.article-body figure{margin-block:26px}.article-body figcaption{font-size:10px}.article-aside{position:static;margin-top:35px;padding:29px}.article-aside img{width:155px;height:155px;margin-left:0}.article-aside h2{font-size:23px}.article-aside p{font-size:13px}.article-hero h1{font-size:30px}.article-hero .meta{font-size:10px;gap:12px}.guides-grid{grid-template-columns:1fr;gap:20px}.guide-card{padding:29px}.guide-card h2{font-size:23px}.guide-card p{font-size:13px}.about-intro p{font-size:16px;line-height:2}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-main h2{font-size:29px}.contact-phone{font-size:29px;gap:14px}.contact-phone .icon{width:25px;height:25px}.contact-main>p{font-size:14px}.contact-hours{margin-left:40px;font-size:11px}.contact-details{font-size:12px}.contact-qr-card{padding:32px 25px}.contact-qr-card h2{font-size:24px}.contact-tip{font-size:11px;padding:18px;gap:14px;align-items:flex-start}.experience-grid{grid-template-columns:1fr;gap:40px}.experience-copy{order:-1}.experience-copy h2{font-size:29px}.experience-grid .phone-scene{min-height:450px}.experience-copy p{font-size:13px}.experience-code{width:190px;height:190px}.news-item{grid-template-columns:1fr;gap:20px}.news-item img{width:100%;height:220px}.news-item h2{font-size:24px;line-height:1.6}.news-item .story-illustration{height:210px}.not-found{padding-block:65px}.not-found h1{font-size:28px}.not-found>span{font-size:80px}.not-found p{font-size:13px}}
@media(max-width:365px){.container{width:calc(100% - 32px)}.header-cta{font-size:11px;padding-inline:10px}.brand img{width:113px;height:38px}.header-actions{gap:6px}.orbit-tile{width:54px;height:54px;border-radius:16px}.orbit-hub{width:94px;height:98px;border-radius:25px}.orbit-hub img{width:54px;height:54px}.orbit-node{width:60px}.orbit-hub>span{font-size:7px}.scenario-card{padding:20px 15px}.scenario-card p{font-size:10px}.contact-phone{font-size:26px}.scene-caption{font-size:11px}.demo-bottom>small{max-width:75px}.price-card{padding:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.orbit-node{translate:none!important}}

/* Let the full company address use the available content width. */
.detail-copy>p.company-address{max-width:none}

/* Keep the expanded navigation accessible on short mobile screens. */
@media(max-width:900px){.mobile-nav{max-height:calc(100vh - 76px);max-height:calc(100dvh - 76px);overflow-y:auto;overscroll-behavior:contain}}
@media(max-width:680px){.mobile-nav{max-height:calc(100vh - 72px);max-height:calc(100dvh - 72px)}}
