:root {
  --ink: #132238;
  --ink-soft: #33455f;
  --muted: #687991;
  --line: #dbe5ef;
  --blue: #2478ed;
  --blue-dark: #165fc8;
  --blue-soft: #eaf4ff;
  --blue-pale: #f5f9fd;
  --teal: #13a89a;
  --teal-soft: #def7f2;
  --yellow: #f4b740;
  --white: #ffffff;
  --code: #102239;
  --shadow: 0 24px 60px rgba(28, 70, 118, 0.16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 72px; background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(24, 60, 98, .06); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; line-height: 1; }
.brand img { border-radius: 8px; }
.brand span { font-size: 18px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.site-nav a { position: relative; transition: color .2s; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s; }
.site-nav a:hover { color: var(--blue); }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 9px 18px; color: #fff; background: var(--blue); border-radius: 6px; }
.nav-cta:hover { color: #fff !important; background: var(--blue-dark); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { min-height: calc(100vh - 64px); padding: 142px 0 42px; background: var(--blue-pale); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.18fr; align-items: center; gap: 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--blue-dark); font-size: 13px; line-height: 1.4; font-weight: 800; }
.eyebrow span { width: 26px; height: 2px; background: var(--teal); }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(46px, 5.3vw, 76px); line-height: 1.05; font-weight: 850; letter-spacing: 0; }
.hero-lead { max-width: 620px; margin: 24px 0 14px; color: var(--ink-soft); font-size: 27px; line-height: 1.5; }
.hero-lead strong { color: var(--ink); }
.hero-desc { max-width: 610px; margin: 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 750; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(36, 120, 237, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 30px rgba(36, 120, 237, .3); }
.button-secondary { color: var(--ink); background: #fff; border-color: #cfdce9; }
.button-secondary:hover { border-color: var(--blue); color: var(--blue-dark); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 20px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.hero-checks span { margin-right: 5px; color: var(--teal); }

.product-visual { position: relative; min-width: 0; background: #fff; border: 1px solid #cdd9e7; border-radius: 8px; box-shadow: var(--shadow); transform: perspective(1500px) rotateY(-2deg) rotateX(1deg); }
.window-bar { height: 43px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.window-title { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.window-title img { border-radius: 5px; }
.window-actions { display: flex; align-items: center; gap: 18px; }
.window-actions span { display: block; width: 10px; height: 1px; background: #7d8a9b; }
.window-actions span:nth-child(2) { height: 9px; border: 1px solid #7d8a9b; background: transparent; }
.window-actions span:nth-child(3) { width: 10px; height: 10px; background: linear-gradient(45deg, transparent 46%, #7d8a9b 47%, #7d8a9b 53%, transparent 54%), linear-gradient(-45deg, transparent 46%, #7d8a9b 47%, #7d8a9b 53%, transparent 54%); }
.app-toolbar { height: 54px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; }
.printer-select { width: 142px; padding: 7px 10px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 4px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--teal); border-radius: 50%; }
.toolbar-buttons { display: flex; gap: 6px; }
.toolbar-buttons span, .toolbar-buttons b { padding: 7px 9px; border: 1px solid var(--line); border-radius: 4px; font-weight: 500; }
.toolbar-buttons b { color: #fff; background: var(--blue); border-color: var(--blue); }
.app-body { display: grid; grid-template-columns: 23% 1fr 24%; height: 410px; padding: 14px; gap: 12px; background: #f1f5f9; border-radius: 0 0 8px 8px; }
.tool-panel, .property-panel { padding: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 5px; font-size: 9px; }
.tool-panel p, .property-panel p { margin: 0 0 13px; font-size: 11px; font-weight: 800; }
.tool-panel label, .property-panel label { display: block; margin: 11px 0 4px; color: var(--muted); }
.size-inputs, .tools, .property-row { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.size-inputs span, .tools span, .property-panel > span, .property-row span { padding: 6px; border: 1px solid var(--line); border-radius: 3px; }
.tools { margin-bottom: 12px; }
.tools span { text-align: center; }
.layer { display: flex; align-items: center; gap: 5px; margin-top: 5px; padding: 7px 6px; color: var(--ink-soft); border: 1px solid transparent; border-radius: 3px; }
.layer.active { color: var(--blue-dark); background: var(--blue-soft); border-color: #abcdf6; }
.layer i { width: 9px; height: 9px; border: 1px solid currentColor; }
.layer b { margin-left: auto; }
.canvas-area { display: grid; place-items: center; min-width: 0; background: #dfe7ef; border: 1px solid #d3dde8; border-radius: 5px; }
.label-sheet { position: relative; width: 84%; aspect-ratio: 1.5; padding: 8% 7%; color: #182334; background: #fff; border: 1px solid #b8c3cd; box-shadow: 0 8px 15px rgba(26, 47, 71, .11); }
.label-brand { margin-bottom: 7%; color: var(--teal); font-size: 7px; font-weight: 900; }
.label-sheet > strong { display: block; font-size: 18px; line-height: 1.2; }
.label-sheet > p { margin: 3px 0 9px; font-size: 6px; }
.barcode { width: 59%; height: 29%; background: repeating-linear-gradient(90deg, #172132 0, #172132 2px, transparent 2px, transparent 4px, #172132 4px, #172132 5px, transparent 5px, transparent 8px); }
.label-sheet > small { display: block; width: 59%; font-size: 5px; text-align: center; letter-spacing: 0; }
.qr { position: absolute; right: 8%; bottom: 15%; width: 22%; aspect-ratio: 1; background: repeating-linear-gradient(0deg, #172132 0, #172132 2px, #fff 2px, #fff 4px); border: 3px solid #172132; }
.qr i, .qr b, .qr span { position: absolute; width: 23%; aspect-ratio: 1; border: 2px solid #fff; background: #172132; }
.qr i { left: 8%; top: 8%; }.qr b { right: 8%; top: 8%; }.qr span { left: 8%; bottom: 8%; }
.label-sheet em { position: absolute; right: 7%; bottom: 7%; color: var(--muted); font-size: 5px; font-style: normal; }
.property-panel > span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.property-panel .input-focus { color: var(--blue-dark); background: var(--blue-soft); border-color: #9fc4f2; }
.property-row { margin-top: 12px; }
.api-toast { position: absolute; right: -24px; bottom: 32px; display: flex; align-items: center; gap: 9px; min-width: 164px; padding: 11px 13px; background: #fff; border: 1px solid #cde3de; border-radius: 6px; box-shadow: 0 12px 30px rgba(30, 70, 80, .16); transform: translateZ(30px); }
.api-toast > span { display: grid; place-items: center; width: 29px; height: 29px; color: #fff; background: var(--teal); border-radius: 50%; font-size: 13px; font-weight: 900; }
.api-toast div { display: flex; flex-direction: column; line-height: 1.3; }
.api-toast strong { font-size: 10px; }.api-toast small { color: var(--muted); font-size: 8px; }
.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; padding-top: 26px; border-top: 1px solid #d5e2ef; }
.proof-bar div { display: flex; flex-direction: column; padding: 0 24px; border-right: 1px solid #d5e2ef; }
.proof-bar div:first-child { padding-left: 0; }.proof-bar div:last-child { border-right: 0; }
.proof-bar strong { font-size: 22px; line-height: 1.3; }.proof-bar span { color: var(--muted); font-size: 12px; }

.section { padding: 108px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .printer-copy h2, .api-copy h2, .faq-title h2, .trial-layout h2 { margin: 0; font-size: 42px; line-height: 1.25; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.feature { position: relative; min-height: 334px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.feature:hover { border-color: #a9c9eb; box-shadow: 0 18px 40px rgba(27, 70, 113, .08); }
.feature-large { background: var(--blue-soft); border-color: #c7def5; }
.feature-wide { grid-column: 2 / 4; min-height: 210px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 26px; }
.feature-number { position: absolute; right: 20px; top: 16px; color: #c7d4e2; font-size: 44px; line-height: 1; font-weight: 900; }
.feature-icon { width: 52px; height: 52px; margin-bottom: 24px; color: var(--blue); background: #fff; border: 1px solid #c9dff7; border-radius: 7px; }
.icon-layout { position: relative; }.icon-layout i { position: absolute; inset: 11px; border: 2px solid currentColor; }.icon-layout b, .icon-layout span { position: absolute; top: 18px; width: 9px; height: 12px; background: currentColor; }.icon-layout b { left: 16px; }.icon-layout span { right: 16px; }
.icon-variable { display: grid; place-items: center; font-family: Consolas, monospace; font-size: 19px; font-weight: 800; }
.icon-queue { padding: 12px; }.icon-queue i { display: block; height: 4px; margin: 4px 0; background: currentColor; }.icon-queue i:nth-child(2) { width: 72%; }.icon-queue i:nth-child(3) { width: 48%; }
.feature h3 { max-width: 360px; margin: 0 0 12px; font-size: 21px; line-height: 1.4; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.feature ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.feature li { padding: 5px 9px; color: var(--blue-dark); background: rgba(255,255,255,.72); border: 1px solid #c7def5; border-radius: 4px; font-size: 11px; font-weight: 700; }
.job-list { border: 1px solid var(--line); border-radius: 6px; background: var(--blue-pale); }
.job-list div { display: grid; grid-template-columns: 70px 1fr 40px; align-items: center; gap: 8px; padding: 12px; border-bottom: 1px solid var(--line); font-size: 10px; }
.job-list div:last-child { border-bottom: 0; }
.job-list b { overflow: hidden; text-overflow: ellipsis; font-weight: 650; }
.job-list small { color: var(--muted); text-align: right; }
.job-list span { font-weight: 800; }.job-ok { color: #087d72; }.job-wait { color: #9a6810; }

.printer-section { padding-bottom: 72px; background: #f7fafc; border-block: 1px solid var(--line); overflow: hidden; }
.printer-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.printer-copy > p:not(.eyebrow) { color: var(--muted); }
.compatibility-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.compatibility-note > span { flex: 0 0 30px; display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--teal); border-radius: 50%; font-weight: 800; }
.compatibility-note p { margin: 0; color: var(--muted); font-size: 13px; }.compatibility-note strong { color: var(--ink); }
.printer-orbit { position: relative; height: 500px; }
.printer-orbit::before, .printer-orbit::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px dashed #bbcee0; border-radius: 50%; transform: translate(-50%, -50%); }
.printer-orbit::before { width: 400px; height: 400px; }.printer-orbit::after { width: 285px; height: 285px; }
.printer-center { position: absolute; left: 50%; top: 50%; z-index: 2; width: 205px; height: 205px; padding-top: 127px; background: #fff; border: 1px solid #cbdbe9; border-radius: 50%; box-shadow: 0 18px 45px rgba(31, 75, 119, .12); text-align: center; transform: translate(-50%, -50%); }
.printer-center b, .printer-center small { display: block; line-height: 1.4; }.printer-center b { font-size: 12px; }.printer-center small { color: var(--muted); font-size: 9px; }
.printer-paper { position: absolute; left: 72px; top: 22px; width: 62px; height: 73px; padding: 15px 10px; background: var(--blue-soft); border: 2px solid var(--blue); border-radius: 3px; }
.printer-paper i { display: block; height: 3px; margin: 7px 0; background: #8bb8ea; }
.printer-body { position: absolute; left: 52px; top: 71px; width: 102px; height: 57px; background: var(--blue); border-radius: 8px 8px 5px 5px; }
.printer-body::before { content: ""; position: absolute; left: 19px; bottom: -15px; width: 64px; height: 40px; background: #fff; border: 2px solid var(--blue-dark); }
.printer-body span { position: absolute; right: 14px; top: 12px; width: 9px; height: 9px; background: var(--teal-soft); border-radius: 50%; }
.device { position: absolute; z-index: 3; min-width: 165px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 10px 25px rgba(27, 66, 105, .07); }
.device strong, .device span { display: block; }.device strong { font-size: 13px; }.device span { color: var(--muted); font-size: 10px; }
.device-a { left: 1%; top: 13%; }.device-b { right: 1%; top: 14%; }.device-c { left: 4%; bottom: 10%; }.device-d { right: 0; bottom: 12%; }
.brand-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 22px; padding-top: 31px; border-top: 1px solid var(--line); color: #8190a4; font-size: 13px; font-weight: 750; }

.centered { max-width: 730px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { color: var(--muted); }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 50px rgba(26, 67, 108, .07); }
.comparison-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.comparison-wrap th, .comparison-wrap td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.comparison-wrap thead th { height: 84px; color: var(--ink-soft); background: #f7f9fb; font-size: 15px; }
.comparison-wrap thead th:first-child { width: 18%; }.comparison-wrap thead th:nth-child(2), .comparison-wrap thead th:nth-child(3) { width: 41%; }
.comparison-wrap .ez-col { color: var(--blue-dark); background: var(--blue-soft); }
.ez-col img { vertical-align: middle; margin-right: 7px; border-radius: 5px; }
.ez-col span { display: inline-block; margin-left: 8px; padding: 2px 6px; color: #087d72; background: var(--teal-soft); border-radius: 4px; font-size: 9px; }
.comparison-wrap tbody th { font-size: 13px; }.comparison-wrap tbody td { color: var(--muted); font-size: 13px; }
.comparison-wrap tbody td:nth-child(2) { background: #f8fbff; }
.comparison-wrap tbody strong, .comparison-wrap tbody small { display: block; }.comparison-wrap tbody strong { color: var(--ink); font-size: 14px; }.comparison-wrap tbody td:nth-child(2) strong::before { content: "✓"; margin-right: 8px; color: var(--teal); }.comparison-wrap tbody small { margin: 2px 0 0 22px; color: var(--muted); font-size: 10px; }
.comparison-wrap tr:last-child th, .comparison-wrap tr:last-child td { border-bottom: 0; }
.trademark-note { max-width: 930px; margin: 17px auto 0; color: #8794a4; font-size: 10px; text-align: center; }

.api-section { color: #fff; background: var(--code); }
.api-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 78px; }
.eyebrow-light { color: #91c7ff; }.api-copy h2 { color: #fff; }.api-copy > p:not(.eyebrow) { color: #adbed1; }
.api-points { margin-top: 31px; }
.api-points > div { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid #29405a; }
.api-points > div > span { flex: 0 0 34px; color: #7ebcff; font-family: Consolas, monospace; font-size: 11px; }
.api-points p { display: flex; flex-direction: column; margin: 0; }.api-points strong { font-size: 13px; }.api-points small { color: #8fa4bb; font-size: 11px; }
.api-doc-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 23px; color: #fff; border-bottom: 1px solid #55718f; font-size: 13px; font-weight: 750; transition: color .2s, border-color .2s; }
.api-doc-link:hover { color: #8ec7ff; border-color: #8ec7ff; }
.code-window { min-width: 0; overflow: hidden; background: #0b192b; border: 1px solid #314862; border-radius: 8px; box-shadow: 0 24px 55px rgba(0,0,0,.24); }
.code-header { height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; background: #182a40; border-bottom: 1px solid #2b4058; }
.code-header > div { display: flex; align-items: center; gap: 6px; }.code-header i { width: 8px; height: 8px; background: #f16c5b; border-radius: 50%; }.code-header i:nth-child(2) { background: var(--yellow); }.code-header i:nth-child(3) { background: var(--teal); }.code-header span { margin-left: 10px; color: #aebed0; font: 10px Consolas, monospace; }
.code-header button { padding: 5px 9px; color: #b9cae0; background: transparent; border: 1px solid #3b526c; border-radius: 4px; font-size: 10px; cursor: pointer; }.code-header button:hover { color: #fff; border-color: #7ebcff; }
.code-window pre { margin: 0; padding: 28px; overflow-x: auto; color: #c9d6e5; font: 12px/1.8 Consolas, "Courier New", monospace; white-space: pre; }
.code-method { color: #6ed2c5; }.code-key { color: #82bfff; }.code-value { color: #e7c17c; }.code-number { color: #dc9aff; }
.response-bar { padding: 12px 17px; display: flex; align-items: center; gap: 9px; color: #a8bbcf; background: #13253a; border-top: 1px solid #29405a; font-size: 10px; }
.response-bar > span { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }.response-bar strong { color: #6ed2c5; }.response-bar code { margin-left: auto; color: #7f94aa; }

.usecases-section { background: var(--blue-pale); }
.usecase-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.usecase-grid article { position: relative; min-height: 328px; padding: 31px 25px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.case-index { position: absolute; top: 18px; right: 18px; color: #b9c7d5; font-size: 11px; font-weight: 800; }
.case-art { height: 130px; margin: 22px 0 28px; color: var(--blue); }
.warehouse { position: relative; border-bottom: 7px solid currentColor; }.warehouse::before, .warehouse::after, .warehouse i { content: ""; position: absolute; bottom: 7px; width: 27%; height: 48px; background: var(--blue-soft); border: 3px solid currentColor; }.warehouse::before { left: 2%; }.warehouse i:nth-child(1) { left: 36%; }.warehouse::after { right: 2%; }.warehouse i:nth-child(2), .warehouse i:nth-child(3) { width: 16%; height: 18px; bottom: 16px; background: #fff; }.warehouse i:nth-child(2) { left: 7%; }.warehouse i:nth-child(3) { right: 7%; }
.factory { position: relative; }.factory i { position: absolute; left: 7%; right: 7%; bottom: 0; height: 70px; background: var(--blue-soft); border: 3px solid currentColor; }.factory i::before { content: ""; position: absolute; left: -3px; top: -30px; width: 70%; height: 30px; background: repeating-linear-gradient(135deg, transparent 0, transparent 18px, var(--blue-soft) 19px, var(--blue-soft) 36px); border-left: 3px solid currentColor; }.factory b { position: absolute; right: 17%; top: 4px; width: 20px; height: 70px; background: #fff; border: 3px solid currentColor; }.factory span { position: absolute; left: 20%; bottom: 17px; width: 13px; height: 18px; background: var(--teal); box-shadow: 32px 0 var(--teal); }
.retail { position: relative; }.retail i { position: absolute; left: 13%; top: 13px; width: 75%; height: 92px; background: var(--blue-soft); border: 3px solid currentColor; transform: skew(-7deg); }.retail i::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: -17px; height: 14px; background: #fff; border: 3px solid currentColor; transform: skew(7deg); }.retail b { position: absolute; left: 34%; top: 36px; width: 33%; height: 30px; border: 5px solid var(--teal); }
.developer { display: grid; place-items: center; height: 112px; margin-top: 31px; color: #fff; background: var(--blue); border-radius: 7px; font: 800 26px Consolas, monospace; box-shadow: 13px 13px 0 var(--teal-soft); }
.usecase-grid h3 { margin: 0 0 8px; font-size: 18px; }.usecase-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-title { position: sticky; top: 112px; align-self: start; }.faq-title > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 10px; top: 35px; width: 13px; height: 2px; background: var(--blue); transition: transform .2s; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 45px 24px 0; color: var(--muted); font-size: 14px; }.faq-list code { padding: 2px 5px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 3px; }

.trial-section { padding: 95px 0; color: #fff; background: var(--blue); overflow: hidden; }
.trial-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }.trial-layout h2 { color: #fff; font-size: 48px; }.trial-layout > div:first-child > p:not(.eyebrow) { max-width: 620px; color: #d7e9ff; }.trial-actions { display: flex; align-items: center; gap: 24px; margin: 28px 0 18px; }.button-white { color: var(--blue-dark); background: #fff; }.button-white:hover { color: var(--ink); box-shadow: 0 12px 28px rgba(10, 63, 128, .25); }.text-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 700; }.trial-layout > div:first-child > small { color: #bcdcff; }
.button.is-disabled { color: #6f7e90; background: #e8edf3; box-shadow: none; cursor: not-allowed; transform: none; }
.trial-ticket { position: relative; width: 360px; max-width: 100%; margin-left: auto; padding: 28px 32px 32px; color: var(--ink); background: #fff; border-radius: 8px; box-shadow: 0 28px 60px rgba(10, 52, 107, .28); }.trial-ticket::before, .trial-ticket::after { content: ""; position: absolute; left: -13px; top: 66%; width: 26px; height: 26px; background: var(--blue); border-radius: 50%; }.trial-ticket::after { left: auto; right: -13px; }.ticket-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px dashed #b8c7d6; }.ticket-top img { border-radius: 8px; }.ticket-top span { color: var(--muted); font-size: 10px; font-weight: 800; }.trial-ticket > strong { display: inline-block; margin-top: 22px; color: var(--blue); font-size: 84px; line-height: 1; }.trial-ticket > b { margin-left: 9px; font-size: 18px; }.trial-ticket ul { margin: 18px 0 0; padding: 0; color: var(--ink-soft); list-style: none; font-size: 13px; }.trial-ticket li { margin-top: 6px; }.ticket-cut { position: absolute; left: 25px; right: 25px; bottom: -7px; height: 14px; background: repeating-linear-gradient(135deg, #fff 0, #fff 7px, transparent 7px, transparent 14px); }

.site-footer { padding: 64px 0 24px; color: #acb9c9; background: #0b192b; }.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-bottom: 48px; }.footer-brand .brand { color: #fff; }.footer-brand p { max-width: 300px; font-size: 12px; }.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }.footer-links strong { margin-bottom: 5px; color: #fff; font-size: 13px; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #20344c; font-size: 10px; }

@media (max-width: 1040px) {
  .site-nav { gap: 17px; }
  .site-nav a:nth-child(2), .site-nav a:nth-child(5) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .product-visual { width: min(850px, 96%); margin-inline: auto; }
  .hero { padding-top: 130px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-large { grid-row: span 2; }.feature-wide { grid-column: auto; display: block; }.job-list { margin-top: 20px; }
  .printer-layout { gap: 25px; }.device { min-width: 145px; }
  .api-layout { gap: 38px; }.code-window pre { padding: 22px; font-size: 11px; }
  .usecase-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { height: 64px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 64px 0 auto; display: grid; gap: 0; padding: 12px 16px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(22, 51, 84, .12); transform: translateY(-130%); transition: transform .25s; }
  .site-nav.open { transform: translateY(0); }.site-nav a, .site-nav a:nth-child(2), .site-nav a:nth-child(5) { display: block; padding: 12px; }.site-nav a::after { display: none; }.nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; padding: 96px 0 26px; }
  .hero-grid { gap: 26px; }.hero h1 { font-size: 46px; }.hero-lead { margin-top: 17px; font-size: 21px; }.hero-desc { display: none; }.hero-actions { display: grid; margin-top: 22px; }.button { width: 100%; }.hero-checks { gap: 9px 15px; margin-top: 18px; }
  .product-visual { width: 112%; margin-left: 0; transform: none; }.app-toolbar { height: 42px; }.toolbar-buttons span { display: none; }.app-body { grid-template-columns: 28% 1fr; height: 182px; padding: 8px; gap: 8px; }.property-panel { display: none; }.tool-panel { padding: 8px; }.tool-panel label { margin-top: 7px; }.tools { grid-template-columns: 1fr; }.tools span:nth-child(n+3), .layer, .tool-panel label:nth-of-type(2) { display: none; }.canvas-area { min-width: 0; }.label-sheet { width: 74%; }.label-sheet > strong { font-size: 11px; }.api-toast { right: 10px; bottom: 10px; }.proof-bar { display: none; }
  .section { padding: 74px 0; }.section-heading h2, .printer-copy h2, .api-copy h2, .faq-title h2 { font-size: 32px; }.split-heading { grid-template-columns: 1fr; gap: 18px; }.section-heading { margin-bottom: 34px; }
  .feature-grid { grid-template-columns: 1fr; }.feature { min-height: 290px; }.feature-large { grid-row: auto; }.feature-wide { display: block; }.job-list { margin-top: 24px; }
  .printer-layout { grid-template-columns: 1fr; }.printer-orbit { height: 410px; }.printer-orbit::before { width: 330px; height: 330px; }.printer-orbit::after { width: 230px; height: 230px; }.printer-center { width: 170px; height: 170px; padding-top: 112px; }.printer-paper { left: 59px; top: 15px; width: 52px; height: 65px; }.printer-body { left: 44px; top: 61px; width: 82px; height: 51px; }.printer-body::before { left: 14px; width: 54px; }.device { min-width: 126px; padding: 10px; }.device-a { top: 5%; }.device-b { top: 7%; }.device-c { bottom: 4%; }.device-d { bottom: 6%; }.brand-strip { justify-content: flex-start; }
  .centered { text-align: left; }.centered .eyebrow { justify-content: flex-start; }.comparison-wrap { margin-right: -16px; border-radius: 6px 0 0 6px; }
  .api-layout { grid-template-columns: 1fr; }.code-window pre { font-size: 10px; }.response-bar code { display: none; }
  .usecase-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }.faq-title { position: static; }.faq-list summary { font-size: 14px; }
  .trial-layout { grid-template-columns: 1fr; gap: 50px; }.trial-layout h2 { font-size: 37px; }.trial-actions { align-items: stretch; flex-direction: column; gap: 14px; }.text-link { align-self: center; }.trial-ticket { margin: 0 auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 39px; }.hero-lead { font-size: 19px; }.product-visual { width: 116%; }.proof-bar strong { font-size: 18px; }.proof-bar div { padding: 0 12px; }.printer-orbit { transform: scale(.9); margin-inline: -18px; }.footer-main { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
