:root {
  color-scheme: only light;
  --black: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --white: #ffffff;
  --gray: #f5f5f7;
  --gray-strong: #e8e8ed;
  --mint: #dff7ec;
  --line: rgba(0, 0, 0, 0.12);
  --max: 1200px;
}

/* 印捷批量打印产品页 */
.yinjie-page { background: #f8fbff; }
.yinjie-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 56px; align-items: center; max-width: 1260px; min-height: 680px; margin: 0 auto; padding: 76px 36px 92px; overflow: hidden; }
.yinjie-hero-copy { position: relative; z-index: 1; }
.yinjie-hero h1 { max-width: 560px; margin: 14px 0 24px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.075em; }
.yinjie-hero h1 em { color: var(--blue); font-style: normal; }
.yinjie-lead { max-width: 480px; color: #5e6672; font-size: 19px; line-height: 1.8; }
.yinjie-trust { display: flex; gap: 10px; margin-top: 42px; color: #6b7480; font-size: 12px; }
.yinjie-trust span { padding: 8px 12px; background: #fff; border: 1px solid #e1e8f1; border-radius: 7px; }
.yinjie-hero-visual { position: relative; min-height: 440px; }
.print-window { position: absolute; top: 30px; right: 0; width: min(100%, 620px); overflow: hidden; background: #fff; border: 1px solid #dce6f2; border-radius: 18px; box-shadow: 0 30px 70px rgba(40, 83, 130, .16); transform: rotate(2deg); }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 16px 18px; border-bottom: 1px solid #edf1f6; color: #8b96a4; font-size: 11px; }
.window-bar i { width: 8px; height: 8px; background: #d8e1ec; border-radius: 50%; }
.window-bar strong { margin-left: 12px; color: #293647; font-size: 13px; }.window-bar span { margin-left: auto; }
.window-body { display: grid; grid-template-columns: 150px 1fr; min-height: 330px; }.window-body aside { display: grid; align-content: start; gap: 7px; padding: 22px 12px; background: #f6f9fd; color: #8290a1; font-size: 11px; }.window-body aside b { padding: 0 10px 11px; color: #263547; font-size: 12px; }.window-body aside span { padding: 10px; border-radius: 7px; }.window-body aside .active { color: var(--blue); background: #e7f2ff; font-weight: 650; }.window-body aside small { float: right; color: #fff; background: var(--blue); border-radius: 10px; padding: 1px 5px; }
.queue { padding: 23px 22px; }.queue-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; color: #2b394b; font-size: 15px; }.queue-head button { padding: 8px 13px; color: #fff; background: var(--blue); border: 0; border-radius: 6px; font-size: 11px; }.file-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; padding: 13px 0; border-bottom: 1px solid #edf1f5; }.file-row b { font-size: 11px; font-weight: 600; }.file-row em { grid-column: 2; color: #9aa5b1; font-size: 10px; font-style: normal; }.file-row .ready { grid-column: 3; grid-row: 1 / span 2; color: #20a56c; font-size: 10px; }.file-icon { display: grid; place-items: center; width: 30px; height: 34px; color: #fff; border-radius: 5px; font-size: 8px; font-weight: 700; }.file-icon.pdf { background: #f06b6b; }.file-icon.xls { background: #3eb585; }.file-icon.doc { background: #4a86e8; }.print-progress { margin-top: 25px; color: #697687; font-size: 10px; }.print-progress b { float: right; color: var(--blue); }.print-progress div { height: 6px; margin-top: 10px; overflow: hidden; background: #eaf0f7; border-radius: 8px; }.print-progress i { display: block; width: 86%; height: 100%; background: var(--blue); border-radius: inherit; }
.paper-stack { position: absolute; right: -12px; bottom: 0; display: grid; width: 220px; padding: 22px; background: #fff; border: 1px solid #e0e8f1; border-radius: 8px; box-shadow: 0 18px 32px rgba(38, 80, 125, .1); transform: rotate(-7deg); }.paper-stack span { padding: 6px 0; border-bottom: 1px solid #e2e9f1; color: #61738a; font-size: 12px; }.paper-stack span:nth-child(2) { color: var(--blue); font-weight: 650; }
.yinjie-intro, .yinjie-scenes { max-width: 1160px; margin: 0 auto; padding: 112px 28px; }.yinjie-intro .section-title { max-width: 640px; }.yinjie-intro .section-title h2, .yinjie-scenes .section-title h2 { margin-bottom: 20px; }.yinjie-intro .section-title > p:last-child { color: #697687; line-height: 1.8; }.yinjie-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }.yinjie-feature-grid article { min-height: 230px; padding: 26px; background: #fff; border: 1px solid #e2e9f1; border-radius: 14px; }.feature-number { color: var(--blue); font-size: 12px; font-weight: 700; }.yinjie-feature-grid h3 { margin: 42px 0 10px; font-size: 21px; }.yinjie-feature-grid p { color: #6b7684; line-height: 1.75; }
.yinjie-showcase { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; max-width: 1160px; margin: 0 auto; padding: 112px 28px; }.showcase-copy h2 { margin: 12px 0 20px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.06em; }.showcase-copy > p:not(.kicker) { color: #687687; line-height: 1.8; }.showcase-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; color: #3d4d61; font-size: 13px; }.showcase-list b { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 8px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 10px; }.showcase-card { padding: 18px; background: #15263d; border-radius: 18px; box-shadow: 0 26px 50px rgba(20, 47, 79, .2); transform: rotate(-2deg); }.preview-head { display: flex; justify-content: space-between; padding: 6px 4px 18px; color: #fff; font-size: 12px; }.preview-head span { color: #96a9c0; }.invoice { padding: 34px; background: #fff; border-radius: 7px; }.invoice-title { padding-bottom: 24px; color: #1e3147; text-align: center; font-size: 24px; letter-spacing: .35em; }.invoice-meta { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #dce4ec; border-bottom: 1px solid #dce4ec; color: #66778a; font-size: 10px; }.invoice-table { display: grid; grid-template-columns: 1.6fr .7fr .7fr; margin-top: 16px; }.invoice-table i { height: 24px; border-right: 1px solid #e2e9f0; border-bottom: 1px solid #e2e9f0; }.invoice-table i:nth-child(3n+1) { border-left: 1px solid #e2e9f0; }.invoice-foot { display: flex; justify-content: space-between; padding-top: 18px; color: #65778b; font-size: 11px; }.invoice-foot b { color: var(--blue); }
.scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 54px; }.scene-grid article { display: grid; align-content: space-between; min-height: 165px; padding: 22px; background: #e9f3ff; border-radius: 12px; }.scene-grid article:nth-child(2) { background: #e8f8f2; }.scene-grid article:nth-child(3) { background: #fff3dd; }.scene-grid article:nth-child(4) { background: #f0eaff; }.scene-grid strong { font-size: 20px; }.scene-grid span { color: #687687; font-size: 12px; line-height: 1.6; }.yinjie-cta { display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: 1160px; margin: 0 auto 90px; padding: 56px 62px; color: #fff; background: #1678df; border-radius: 18px; }.yinjie-cta h2 { margin: 12px 0 14px; color: #fff; font-size: clamp(36px, 5vw, 58px); line-height: 1.05; letter-spacing: -.06em; }.yinjie-cta p:not(.kicker) { color: rgba(255,255,255,.76); }.button-light { color: #126acc; background: #fff; }.yinjie-cta .button { flex: 0 0 auto; }
@media (max-width: 900px) { .yinjie-hero, .yinjie-showcase { grid-template-columns: 1fr; gap: 40px; }.yinjie-hero { padding-top: 56px; }.yinjie-hero-visual { min-height: 430px; }.yinjie-feature-grid { grid-template-columns: 1fr; }.scene-grid { grid-template-columns: 1fr 1fr; }.yinjie-cta { margin-right: 20px; margin-left: 20px; } }
@media (max-width: 600px) { .yinjie-hero { padding: 44px 20px 64px; }.yinjie-hero h1 { font-size: 52px; }.yinjie-lead { font-size: 16px; }.yinjie-hero-visual { min-height: 330px; transform: scale(.88); transform-origin: top left; width: 114%; }.print-window { top: 0; }.window-body { grid-template-columns: 110px 1fr; }.window-body aside { padding-right: 6px; padding-left: 6px; }.queue { padding: 16px 12px; }.file-row b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.paper-stack { display: none; }.yinjie-intro, .yinjie-scenes, .yinjie-showcase { padding: 76px 20px; }.yinjie-feature-grid { margin-top: 34px; }.showcase-list { grid-template-columns: 1fr; }.invoice { padding: 22px 14px; }.invoice-meta { gap: 12px; flex-direction: column; }.scene-grid { grid-template-columns: 1fr; }.yinjie-cta { display: block; margin: 0 12px 50px; padding: 38px 26px; }.yinjie-cta .button { display: inline-flex; margin-top: 20px; } }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.48);
  outline-offset: 3px;
}

input::placeholder,
textarea::placeholder {
  color: #68686e;
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
}

/* VDP Express 独立产品页 */
.vdp-section {
  padding: 118px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  color: #0b1830;
  background:
    linear-gradient(rgba(25, 104, 218, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 104, 218, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 58%, #f7faff 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.vdp-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 88px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto 64px;
}

.vdp-copy {
  max-width: 690px;
}

.vdp-copy h1,
.vdp-copy h2 {
  margin: 14px 0 28px;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.vdp-lead {
  max-width: 610px;
  margin-bottom: 0;
  color: #5b6b7f;
  font-size: 18px;
  line-height: 1.9;
}

.vdp-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
}

.vdp-text-link {
  color: #126fd2;
  font-size: 14px;
  font-weight: 650;
}

.vdp-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.vdp-text-link:hover span {
  transform: translateX(4px);
}

.vdp-outcomes {
  margin: 0;
  border-top: 1px solid #cad8e9;
}

.vdp-outcomes > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #cad8e9;
}

.vdp-outcomes dt {
  padding-top: 3px;
  color: #1678df;
  font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.vdp-outcomes dd {
  margin: 0;
}

.vdp-outcomes strong,
.vdp-outcomes span {
  display: block;
}

.vdp-outcomes strong {
  margin-bottom: 5px;
  font-size: 19px;
}

.vdp-outcomes span {
  color: #68788b;
  font-size: 13px;
  line-height: 1.65;
}

.vdp-overview {
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #cfdbea;
  border-radius: 18px;
  box-shadow: 0 34px 86px rgba(25, 68, 119, 0.16);
}

.vdp-window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 18px;
  color: #7b899a;
  background: #eef4fb;
  border-bottom: 1px solid #d7e1ed;
  font-size: 11px;
}

.vdp-window-bar > span {
  width: 8px;
  height: 8px;
  background: #bdc9d7;
  border-radius: 50%;
}

.vdp-window-bar strong {
  margin-left: 8px;
  color: #33455a;
  font-size: 12px;
}

.vdp-window-bar em {
  margin-left: auto;
  font-style: normal;
}

.vdp-overview > img {
  width: 100%;
  aspect-ratio: 1283 / 827;
  object-fit: cover;
  object-position: top;
  background: #fff;
}

.vdp-overview figcaption {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d8e2ee;
}

.vdp-overview figcaption > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  min-height: 112px;
  padding: 22px 20px;
  border-right: 1px solid #d8e2ee;
}

.vdp-overview figcaption > div:last-child {
  border-right: 0;
}

.vdp-overview figcaption b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #1678df;
  border-radius: 50%;
  font-size: 10px;
}

.vdp-overview figcaption strong,
.vdp-overview figcaption span {
  display: block;
}

.vdp-overview figcaption strong {
  margin-bottom: 6px;
  color: #1e3047;
  font-size: 14px;
}

.vdp-overview figcaption span {
  color: #718094;
  font-size: 12px;
  line-height: 1.65;
}

.vdp-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: var(--max);
  margin: 74px auto 0;
}

.vdp-detail-card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5e0ed;
  border-radius: 16px;
}

.vdp-detail-image {
  height: 390px;
  padding: 20px 0 0 20px;
  overflow: hidden;
  background: #102035;
}

.vdp-detail-image img {
  width: 112%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 0;
  border-radius: 9px 0 0;
}

.vdp-preview-image {
  background: #eaf2fc;
}

.vdp-preview-image img {
  object-position: 52% 12%;
}

.vdp-detail-card figcaption {
  min-height: 210px;
  padding: 30px 34px 34px;
}

.vdp-detail-card figcaption > span {
  color: #1678df;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.vdp-detail-card h2,
.vdp-detail-card h3 {
  margin: 12px 0 14px;
  font-size: 27px;
  letter-spacing: -0.035em;
}

.vdp-detail-card p {
  margin: 0;
  color: #68788b;
  font-size: 14px;
  line-height: 1.8;
}

.vdp-tour {
  display: grid;
  gap: 34px;
  max-width: var(--max);
  margin: 0 auto;
}

.vdp-tour-step {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d3dfec;
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(27, 68, 113, 0.09);
}

.vdp-tour-step > header {
  display: grid;
  grid-template-columns: 140px minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 32px;
  align-items: start;
  padding: 38px 42px 34px;
  border-bottom: 1px solid #d8e3ef;
}

.vdp-tour-step > header > span {
  color: #1678df;
  font-size: 12px;
  font-weight: 700;
}

.vdp-tour-step h2 {
  margin: -5px 0 12px;
  font-size: clamp(28px, 3.3vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.vdp-tour-step header p {
  max-width: 650px;
  margin: 0;
  color: #627286;
  font-size: 15px;
  line-height: 1.8;
}

.vdp-tour-step ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #43546a;
  font-size: 13px;
  list-style: none;
}

.vdp-tour-step li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.vdp-tour-step li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1678df;
  border-radius: 50%;
  content: "";
}

.vdp-tour-step figure {
  margin: 0;
  padding: 20px 20px 0;
  background: #eaf1f9;
}

.vdp-tour-step figure img {
  width: 100%;
  border: 1px solid #c4d1df;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.vdp-tour-step figcaption {
  margin: 0 -20px;
  padding: 18px 42px 20px;
  color: #6c7b8e;
  background: #fff;
  border-top: 1px solid #d8e3ef;
  font-size: 12px;
  line-height: 1.7;
}

.vdp-scratch-guide {
  max-width: var(--max);
  margin: 96px auto 0;
  padding-top: 54px;
  border-top: 1px solid #cad8e9;
}

.vdp-scratch-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.vdp-scratch-heading h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.vdp-scratch-heading > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #627286;
  font-size: 15px;
  line-height: 1.85;
}

.vdp-scratch-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.vdp-scratch-step {
  display: flex;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d3dfec;
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(27, 68, 113, 0.08);
}

.vdp-scratch-step-front {
  grid-column: span 5;
  flex-direction: column;
  align-self: start;
}

.vdp-scratch-step-prizes {
  grid-column: span 7;
  flex-direction: column;
  align-self: start;
}

.vdp-scratch-step-output {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(290px, 0.68fr) minmax(0, 1.32fr);
}

.vdp-scratch-copy {
  padding: 32px 34px 30px;
}

.vdp-scratch-copy > span {
  color: #1678df;
  font-size: 12px;
  font-weight: 700;
}

.vdp-scratch-copy h3 {
  margin: 12px 0 14px;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.vdp-scratch-copy p {
  margin: 0;
  color: #627286;
  font-size: 14px;
  line-height: 1.8;
}

.vdp-scratch-copy ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  color: #43546a;
  font-size: 13px;
  list-style: none;
}

.vdp-scratch-copy li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.vdp-scratch-copy li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1678df;
  border-radius: 50%;
  content: "";
}

.vdp-scratch-step figure {
  margin: auto 0 0;
  padding: 14px 14px 0;
  overflow: hidden;
  background: #eaf1f9;
}

.vdp-scratch-step figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid #c4d1df;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.vdp-scratch-step figcaption {
  margin: 0 -14px;
  padding: 16px 22px 18px;
  color: #6c7b8e;
  background: #fff;
  border-top: 1px solid #d8e3ef;
  font-size: 12px;
  line-height: 1.7;
}

.vdp-scratch-step-output figure {
  margin-top: 0;
}

.vdp-scratch-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  color: #33455a;
  background: #e8f2ff;
  border: 1px solid rgba(22, 120, 223, 0.18);
  border-radius: 12px;
}

.vdp-scratch-note strong {
  color: #1678df;
}

.vdp-scratch-note p {
  margin: 0;
  line-height: 1.75;
}

.vdp-workflow {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 70px;
  align-items: end;
  max-width: var(--max);
  margin: 90px auto 0;
  padding-top: 48px;
  border-top: 1px solid #cad8e9;
}

.vdp-workflow-heading h2,
.vdp-workflow-heading h3 {
  max-width: 410px;
  margin: 12px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.vdp-workflow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #d6e1ed;
  border: 1px solid #d6e1ed;
  border-radius: 12px;
}

.vdp-workflow li {
  min-height: 132px;
  padding: 20px;
  background: #fff;
}

.vdp-workflow li span,
.vdp-workflow li strong,
.vdp-workflow li small {
  display: block;
}

.vdp-workflow li span {
  margin-bottom: 30px;
  color: #1678df;
  font: 700 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.vdp-workflow li strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.vdp-workflow li small {
  color: #8390a0;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .vdp-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .vdp-intro,
  .vdp-workflow {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .vdp-overview figcaption {
    grid-template-columns: 1fr 1fr;
  }

  .vdp-overview figcaption > div:nth-child(2) {
    border-right: 0;
  }

  .vdp-overview figcaption > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d8e2ee;
  }

  .vdp-detail-image {
    height: 300px;
  }

  .vdp-tour-step > header {
    grid-template-columns: 110px 1fr;
  }

  .vdp-tour-step ul {
    grid-column: 2;
  }

  .vdp-scratch-step-front,
  .vdp-scratch-step-prizes {
    grid-column: 1 / -1;
    align-self: stretch;
  }

  .vdp-scratch-step-output {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .vdp-section {
    padding: 72px 18px;
    background-size: 42px 42px, 42px 42px, auto;
  }

  .vdp-copy h1,
  .vdp-copy h2 {
    font-size: 48px;
  }

  .vdp-lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .vdp-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .vdp-overview {
    border-radius: 12px;
  }

  .vdp-window-bar strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .vdp-window-bar em {
    display: none;
  }

  .vdp-overview > img {
    aspect-ratio: 4 / 3;
    object-position: 48% top;
  }

  .vdp-overview figcaption,
  .vdp-detail-grid,
  .vdp-workflow ol {
    grid-template-columns: 1fr;
  }

  .vdp-overview figcaption > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d8e2ee;
  }

  .vdp-overview figcaption > div:last-child {
    border-bottom: 0;
  }

  .vdp-detail-grid {
    margin-top: 48px;
  }

  .vdp-detail-image {
    height: 250px;
    padding: 12px 0 0 12px;
  }

  .vdp-detail-card figcaption {
    min-height: 0;
    padding: 26px;
  }

  .vdp-detail-card h2,
  .vdp-detail-card h3 {
    font-size: 24px;
  }

  .vdp-tour {
    gap: 22px;
  }

  .vdp-tour-step {
    border-radius: 12px;
  }

  .vdp-tour-step > header {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px 24px;
  }

  .vdp-tour-step ul {
    grid-column: auto;
    margin-top: 4px;
  }

  .vdp-tour-step figure {
    padding: 10px 10px 0;
  }

  .vdp-tour-step figure img {
    width: 158%;
    max-width: none;
    transform: translateX(-18%);
  }

  .vdp-tour-step figcaption {
    margin: 0 -10px;
    padding: 16px 24px 18px;
  }

  .vdp-scratch-guide {
    margin-top: 64px;
    padding-top: 42px;
  }

  .vdp-scratch-heading {
    margin-bottom: 28px;
  }

  .vdp-scratch-heading h2 {
    font-size: 38px;
  }

  .vdp-scratch-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vdp-scratch-step-front,
  .vdp-scratch-step-prizes,
  .vdp-scratch-step-output {
    grid-column: auto;
  }

  .vdp-scratch-copy {
    padding: 26px 24px 24px;
  }

  .vdp-scratch-copy h3 {
    font-size: 26px;
  }

  .vdp-scratch-step {
    border-radius: 12px;
  }

  .vdp-scratch-step figure {
    padding: 9px 9px 0;
  }

  .vdp-scratch-step figure img {
    width: 154%;
    height: auto;
    max-width: none;
    transform: translateX(-18%);
  }

  .vdp-scratch-step figcaption {
    margin: 0 -9px;
    padding: 15px 20px 17px;
  }

  .vdp-scratch-note {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .vdp-workflow {
    margin-top: 64px;
  }

  .vdp-workflow li {
    min-height: 0;
  }

  .vdp-workflow li span {
    margin-bottom: 18px;
  }
}

/* VDP Express 2026 产品页重设计 */
.vdp2-main {
  color: #0b1830;
  background: #fff;
}

.vdp2-hero {
  padding: 48px max(24px, calc((100vw - var(--max)) / 2)) 0;
  background:
    linear-gradient(rgba(22, 120, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 223, 0.045) 1px, transparent 1px),
    #f4f8fe;
  background-size: 56px 56px;
}

.vdp2-hero-inner {
  display: grid;
  grid-template-columns: minmax(480px, 0.82fr) minmax(0, 1.18fr);
  gap: 40px;
  align-items: center;
  max-width: var(--max);
  min-height: 520px;
  margin: 0 auto;
}

.vdp2-kicker {
  margin: 0;
  color: #1678df;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vdp2-hero h1 {
  max-width: 610px;
  margin: 18px 0 24px;
  font-size: clamp(50px, 4.6vw, 64px);
  line-height: 0.99;
  letter-spacing: -0.07em;
}

.vdp2-lead {
  max-width: 590px;
  margin: 0;
  color: #5e6e82;
  font-size: 17px;
  line-height: 1.85;
}

.vdp2-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

.vdp2-text-link {
  color: #126fd2;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
}

.vdp2-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.vdp2-text-link:hover span {
  transform: translateX(4px);
}

.vdp2-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 54px 0 0;
}

.vdp2-results div {
  min-width: 0;
}

.vdp2-results dt,
.vdp2-results dd {
  margin: 0;
}

.vdp2-results dt {
  margin-bottom: 7px;
  color: #1678df;
  font-size: 13px;
  font-weight: 720;
}

.vdp2-results dd {
  color: #77869a;
  font-size: 11px;
  line-height: 1.55;
}

.vdp2-hero-visual {
  margin: 0;
  overflow: hidden;
  background: #101b2d;
  border: 1px solid #cbd9e8;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 30px 70px rgba(31, 71, 119, 0.17);
}

.vdp2-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 18px;
  color: #5f7084;
  background: #fff;
  border-bottom: 1px solid #d7e2ee;
  font-size: 12px;
}

.vdp2-window-bar strong {
  color: #26394f;
}

.vdp2-hero-visual img {
  width: 100%;
  height: auto;
}

.vdp2-process {
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: #fff;
  border-bottom: 1px solid #dce5ef;
}

.vdp2-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 0;
  list-style: none;
}

.vdp2-process li {
  position: relative;
  padding: 0 34px;
  border-right: 1px solid #dce5ef;
}

.vdp2-process li:first-child {
  padding-left: 0;
}

.vdp2-process li:last-child {
  padding-right: 0;
  border-right: 0;
}

.vdp2-process li:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: -5px;
  color: #1678df;
  background: #fff;
  content: "→";
}

.vdp2-process strong,
.vdp2-process span {
  display: block;
}

.vdp2-process strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.vdp2-process span {
  color: #7a899c;
  font-size: 12px;
}

.vdp2-tour {
  max-width: var(--max);
  margin: 72px auto 36px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d7e2ed;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(25, 61, 103, 0.07);
}

.vdp2-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: center;
  padding: 26px 34px;
  border-bottom: 1px solid #d7e2ed;
}

.vdp2-feature:last-child {
  border-bottom: 0;
}

.vdp2-feature-reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  background: #f8fbff;
}

.vdp2-feature-reverse .vdp2-feature-copy {
  grid-column: 2;
}

.vdp2-feature-reverse .vdp2-shot {
  grid-column: 1;
  grid-row: 1;
}

.vdp2-feature-label {
  margin: 0 0 16px;
  color: #1678df;
  font-size: 13px;
  font-weight: 720;
}

.vdp2-feature-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.35vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.vdp2-feature-copy > p:not(.vdp2-feature-label) {
  margin: 0;
  color: #647489;
  font-size: 15px;
  line-height: 1.85;
}

.vdp2-feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: #3d4f65;
  font-size: 13px;
  list-style: none;
}

.vdp2-feature-copy li {
  position: relative;
  padding-left: 18px;
}

.vdp2-feature-copy li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1678df;
  border-radius: 50%;
  content: "";
}

.vdp2-shot {
  margin: 0;
  overflow: hidden;
  background: #eef4fb;
  border: 1px solid #cfdae7;
  border-radius: 12px;
}

.vdp2-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.2 / 1;
  object-fit: cover;
  object-position: center top;
}

.vdp2-shot figcaption {
  padding: 10px 16px 12px;
  color: #718095;
  background: #fff;
  border-top: 1px solid #d8e2ed;
  font-size: 11px;
  line-height: 1.6;
}

.vdp2-scratch {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  max-width: var(--max);
  margin: 0 auto 36px;
  padding: 34px;
  background: #edf5ff;
  border: 1px solid #d4e0ed;
  border-radius: 14px;
}

.vdp2-scratch-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.vdp2-scratch-copy > p:not(.vdp2-kicker) {
  margin: 0;
  color: #627286;
  line-height: 1.8;
}

.vdp2-scratch-copy dl {
  margin: 22px 0;
  border-top: 1px solid #cfdae7;
}

.vdp2-scratch-copy dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #cfdae7;
}

.vdp2-scratch-copy dt,
.vdp2-scratch-copy dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.vdp2-scratch-copy dt {
  color: #1678df;
  font-weight: 720;
}

.vdp2-scratch-copy dd {
  color: #536479;
}

.vdp2-scratch-media {
  display: grid;
  gap: 18px;
  align-content: center;
}

.vdp2-scratch-media figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfdae7;
  border-radius: 10px;
}

.vdp2-scratch-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.vdp2-scratch-media figcaption {
  padding: 12px 16px 14px;
  color: #718095;
  border-top: 1px solid #d8e2ed;
  font-size: 11px;
}

.vdp2-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: var(--max);
  margin: 0 auto 42px;
  padding: 28px 38px;
  color: #fff;
  background: #1678df;
  border-radius: 14px;
}

.vdp2-cta p {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.76);
}

.vdp2-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.vdp2-cta .button {
  flex: 0 0 auto;
}

@media (max-width: 1040px) {
  .vdp2-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 0;
  }

  .vdp2-hero-copy {
    max-width: 700px;
  }

  .vdp2-feature,
  .vdp2-feature-reverse,
  .vdp2-scratch {
    grid-template-columns: 1fr;
  }

  .vdp2-feature-reverse .vdp2-feature-copy,
  .vdp2-feature-reverse .vdp2-shot {
    grid-column: auto;
    grid-row: auto;
  }

  .vdp2-feature-reverse .vdp2-shot {
    order: 2;
  }

  .vdp2-scratch {
    margin-right: 18px;
    margin-left: 18px;
  }
}

@media (max-width: 720px) {
  .vdp2-hero {
    padding: 54px 18px 0;
    background-size: 42px 42px;
  }

  .vdp2-hero-inner {
    min-height: 0;
  }

  .vdp2-hero h1 {
    font-size: 40px;
  }

  .vdp2-lead {
    font-size: 16px;
  }

  .vdp2-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .vdp2-results {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .vdp2-hero-visual {
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .vdp2-window-bar {
    padding: 0 14px;
  }

  .vdp2-process {
    padding: 0 18px;
  }

  .vdp2-process ol {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 18px 0;
  }

  .vdp2-process li {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid #dce5ef;
  }

  .vdp2-process li:first-child {
    padding-left: 16px;
  }

  .vdp2-process li:nth-child(odd) {
    border-right: 1px solid #dce5ef;
  }

  .vdp2-process li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .vdp2-process li::after {
    display: none;
  }

  .vdp2-tour {
    margin: 46px 12px 28px;
    padding: 0;
  }

  .vdp2-feature {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 30px 22px;
  }

  .vdp2-feature-copy h3 {
    font-size: 31px;
  }

  .vdp2-shot {
    border-radius: 9px;
  }

  .vdp2-shot img,
  .vdp2-scratch-media img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    transform: none;
  }

  .vdp2-scratch {
    gap: 34px;
    margin: 0 12px 28px;
    padding: 34px 22px;
  }

  .vdp2-scratch-copy h2 {
    font-size: 36px;
  }

  .vdp2-scratch-copy dl div {
    grid-template-columns: 78px 1fr;
  }

  .vdp2-cta {
    display: block;
    margin: 0 12px 36px;
    padding: 38px 26px;
  }

  .vdp2-cta h2 {
    font-size: 34px;
  }

  .vdp2-cta .button {
    margin-top: 26px;
  }
}

.vdp-page .site-footer {
  color: #647489;
  background: #f7faff;
  border-top: 1px solid #dce5ef;
}

.vdp-page .site-footer a:hover {
  color: #1678df;
}

.vdp-page .footer-column h2,
.vdp-page .footer-contact-item strong {
  color: #10233e;
}

.vdp-page .footer-column a {
  color: #617187;
}

.vdp-page .footer-contact-item span,
.vdp-page .footer-contact p,
.vdp-page .footer-bottom {
  color: #7c8b9e;
}

.vdp-page .footer-bottom {
  border-top-color: #dce5ef;
}

.vdp-page {
  background: #f7faff;
}

.vdp-page .vdp-section {
  padding-top: 96px;
}

.vdp-page-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto 90px;
  padding: 58px 62px;
  color: #fff;
  background: #1678df;
  border-radius: 18px;
}

.vdp-page-cta h2 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.vdp-page-cta p:not(.kicker) {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.vdp-page-cta .button {
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .vdp-page .vdp-section {
    padding-top: 66px;
  }

  .vdp-page-cta {
    display: block;
    width: calc(100% - 24px);
    margin-bottom: 58px;
    padding: 38px 26px;
  }

  .vdp-page-cta .button {
    margin-top: 24px;
  }
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 52px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: saturate(180%) blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 36px, var(--max));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 14px;
}

.brand img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 7px;
}

.brand strong {
  font-weight: 650;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
}

.nav-links a {
  color: rgba(0, 0, 0, 0.78);
}

.nav-links a:hover,
.nav-trigger:hover {
  color: var(--black);
}

.nav-links .nav-current {
  color: var(--black);
  font-weight: 620;
}

.nav-item {
  position: relative;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0;
  color: rgba(0, 0, 0, 0.78);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: inherit;
}

.nav-trigger::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 160ms ease, margin-top 160ms ease;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  display: grid;
  min-width: 148px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(40, 61, 86, 0.12);
  transform: translate(-50%, -5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 8px;
  content: "";
}

.nav-submenu span,
.nav-submenu a {
  display: block;
  padding: 9px 12px;
  color: rgba(0, 0, 0, 0.82);
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  cursor: default;
}

.nav-submenu a {
  cursor: pointer;
}

.nav-submenu span:hover,
.nav-submenu a:hover {
  background: var(--gray);
}

.nav-item-product:hover .nav-submenu,
.nav-item-product:focus-within .nav-submenu,
.nav-item-product.product-open .nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-item-product.product-open .nav-trigger::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.header-action {
  justify-self: end;
  min-height: 30px;
  padding: 0 14px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.header-action:hover,
.button-primary:hover {
  background: var(--blue-hover);
}

.account-area {
  position: relative;
  justify-self: end;
}

.account-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  color: #505056;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 540;
}

.account-trigger:hover,
.account-trigger[aria-expanded="true"] {
  color: var(--black);
  background: var(--gray);
}

.account-avatar {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  overflow: hidden;
  background: #d2d2d7;
  border-radius: 50%;
}

.account-avatar::before {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 7px;
  height: 7px;
  background: #8e8e93;
  border-radius: 50%;
  content: "";
}

.account-avatar::after {
  position: absolute;
  bottom: -4px;
  left: 4px;
  width: 13px;
  height: 10px;
  background: #8e8e93;
  border-radius: 50% 50% 0 0;
  content: "";
}

.account-area.is-authenticated .account-avatar {
  background: #e3f0ff;
}

.account-area.is-authenticated .account-avatar::before,
.account-area.is-authenticated .account-avatar::after {
  background: var(--blue);
}

.account-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 70;
  display: grid;
  min-width: 190px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 14px 42px rgba(31, 48, 72, 0.16);
}

.account-menu[hidden] {
  display: none;
}

.account-menu strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.account-menu span {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
}

.account-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 8px;
  color: #1769ba;
  background: #eef4fb;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
  transition: background-color 160ms ease, color 160ms ease;
}

.account-menu-link:hover,
.account-menu-link:focus-visible {
  color: #0d4f93;
  background: #e1edf9;
}

.account-menu button {
  min-height: 34px;
  color: #d70015;
  background: var(--gray);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.menu-button {
  display: none;
}

.hero {
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(560px, 72dvh, 720px);
  min-height: 560px;
  padding: clamp(50px, 5.5vw, 78px) clamp(40px, 6vw, 120px);
  overflow: hidden;
  background-color: #eef4fb;
  background-image: url("assets/hero-scene-v4.webp");
  background-image: image-set(
    url("assets/hero-scene-v4.webp") type("image/webp"),
    url("assets/hero-scene-v4.webp") type("image/webp")
  );
  background-position: center 56%;
  background-size: cover;
  text-align: left;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 510px;
  margin: 0;
}

.hero-kicker {
  margin-bottom: 14px;
  color: #1769ba;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.kicker {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(36px, 2.95vw, 44px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  margin-bottom: 28px;
  color: var(--muted);
  max-width: 32em;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
}

.clarity-section {
  padding: 104px 24px;
  background: var(--white);
}

.clarity-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.clarity-copy h2 {
  max-width: 9.5em;
  margin-bottom: 20px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.clarity-copy > p:last-child {
  max-width: 32em;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.clarity-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.clarity-choice {
  display: flex;
  min-height: 270px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--gray);
  border-radius: 12px;
}

.clarity-choice > span {
  margin-bottom: 48px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.clarity-choice strong {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 650;
}

.clarity-choice p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.clarity-choice .about-link,
.clarity-choice .button-link {
  margin-top: auto;
}

.clarity-choice > a,
.clarity-choice > button {
  margin-top: auto;
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 560;
}

.clarity-choice > a:hover,
.clarity-choice > button:hover {
  text-decoration: underline;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.hero-contact-button {
  min-width: 128px;
  min-height: 48px;
  padding-right: 28px;
  padding-left: 28px;
  box-shadow: 0 10px 26px rgba(0, 113, 227, 0.22);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-download {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 113, 227, 0.32);
}

.button-download:hover {
  background: var(--white);
  border-color: var(--blue);
}

.button:active {
  transform: translateY(1px);
}

.button-link {
  padding-right: 6px;
  color: var(--blue);
  background: transparent;
}

.button-link span {
  font-size: 24px;
  line-height: 1;
}

.trust-section {
  padding: 34px 24px 38px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(430px, 1.5fr);
  gap: 24px 48px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.trust-heading h2 {
  margin-bottom: 6px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
}

.trust-heading p,
.trust-support p,
.trust-updated {
  margin-bottom: 0;
  color: #5d5d63;
  font-size: 13px;
  line-height: 1.6;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.trust-metrics div {
  min-height: 74px;
  padding: 4px 22px;
  border-left: 1px solid var(--line);
}

.trust-metrics dt {
  margin-bottom: 8px;
  color: #5d5d63;
  font-size: 13px;
}

.trust-metrics dd {
  margin: 0;
  color: var(--black);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 680;
  letter-spacing: -0.02em;
}

.trust-metrics div:last-child dd {
  font-size: 20px;
  white-space: nowrap;
}

.trust-metrics dd.metric-unavailable {
  font-size: 15px;
  font-weight: 600;
}

.trust-support {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.trust-support > span {
  color: var(--black);
  font-size: 13px;
  font-weight: 650;
}

.trust-support a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #005bb5;
  font-size: 13px;
  font-weight: 650;
}

.trust-updated {
  grid-column: 1 / -1;
  text-align: right;
}

.about-section,
.product-section,
.management-section,
.services-section,
.flow-section,
.faq-section {
  padding: 110px 24px;
}

.about-section {
  background: var(--white);
}

.home-about-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background: #f7faff;
}

.home-about-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.home-about-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.home-about-heading h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.home-about-heading > p:last-child {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}

.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 20px;
  align-items: stretch;
}

.home-about-story,
.home-about-facts {
  padding: 32px;
  background: var(--white);
  border: 1px solid #e4ebf4;
  border-radius: 14px;
}

.home-about-story p {
  margin: 0 0 18px;
  color: #526277;
  font-size: 16px;
  line-height: 1.9;
}

.home-about-story p:last-child {
  margin-bottom: 0;
}

.home-about-story h2 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.25;
}

.home-about-facts {
  display: grid;
  gap: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-about-facts div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.home-about-facts div:last-child {
  border-bottom: 0;
}

.home-about-facts span {
  color: var(--muted);
  font-size: 13px;
}

.home-about-facts strong {
  color: #22354c;
  font-size: 17px;
  line-height: 1.45;
}

.home-about-note {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.about-detail-section {
  padding: 104px 24px 116px;
  background: var(--white);
}

.about-detail-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.about-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-detail-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--gray);
  border-radius: 14px;
}

.about-detail-grid strong {
  display: block;
  margin-bottom: 16px;
  color: #22354c;
  font-size: 20px;
}

.about-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

/* Reference-inspired about page */
.about-reference-page {
  background: #fff;
}

.about-reference-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: #0c2442;
}

.about-reference-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 57, .96) 0%, rgba(8, 30, 57, .76) 42%, rgba(8, 30, 57, .18) 100%), url("assets/hero-scene-v4.webp") center / cover no-repeat;
  transform: scale(1.02);
}

.about-reference-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding: 132px 0 120px;
}

.about-eyebrow {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
}

.about-reference-hero .about-eyebrow {
  color: #86c4ff;
}

.about-reference-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6.3vw, 78px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.about-reference-hero h1 em {
  color: #9bd0ff;
  font-style: normal;
}

.about-reference-hero-content > p:not(.about-eyebrow) {
  margin-bottom: 32px;
  color: rgba(255,255,255,.76);
  font-size: 19px;
}

.about-section-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 0 24px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e8edf3;
  box-shadow: 0 8px 22px rgba(30, 56, 86, .05);
  backdrop-filter: blur(12px);
}

.about-section-nav a {
  position: relative;
  padding: 20px 0 18px;
  color: #657387;
  font-size: 14px;
  font-weight: 600;
}

.about-section-nav a:hover,
.about-section-nav a.active {
  color: var(--blue);
}

.about-section-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
}

.about-reference-section {
  padding: 112px 24px;
}

.about-reference-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.about-company-section {
  background: #fff;
}

.about-company-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.about-section-heading h2,
.about-centered-heading h2,
.about-contact-band h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.about-heading-line {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--blue);
}

.about-company-copy {
  color: #5d6b7d;
  font-size: 16px;
  line-height: 1.95;
}

.about-company-copy p {
  margin-bottom: 20px;
}

.about-company-copy .about-lead {
  color: #30445c;
  font-size: 20px;
  line-height: 1.75;
}

.about-company-copy .about-lead strong {
  color: var(--blue);
}

.about-fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.about-fact-row div {
  min-height: 110px;
  padding: 18px;
  background: #f3f7fc;
  border-radius: 10px;
}

.about-fact-row strong,
.about-fact-row span {
  display: block;
}

.about-fact-row strong {
  margin-bottom: 8px;
  color: #263b55;
  font-size: 15px;
}

.about-fact-row span {
  color: #748196;
  font-size: 12px;
  line-height: 1.55;
}

.about-culture-section {
  background: #f5f8fc;
}

.about-centered-heading {
  max-width: 680px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-centered-heading .about-eyebrow {
  margin-bottom: 14px;
}

.about-centered-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-culture-grid article {
  min-height: 240px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e2eaf3;
  border-radius: 12px;
}

.about-culture-grid article > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .12em;
}

.about-culture-grid h3 {
  margin: 52px 0 12px;
  color: #263b55;
  font-size: 22px;
}

.about-culture-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.about-direction-section {
  background: #fff;
}

.about-direction-list {
  margin-top: 52px;
  border-top: 1px solid var(--line);
}

.about-direction-list article {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.about-direction-list article > b {
  color: var(--blue);
  font-size: 14px;
  letter-spacing: .08em;
}

.about-direction-list h3 {
  margin-bottom: 6px;
  color: #253a54;
  font-size: 21px;
}

.about-direction-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-direction-list a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
}

.about-contact-band {
  padding: 86px 24px;
  color: #fff;
  background: #102d50;
}

.about-contact-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}

.about-contact-band h2 {
  margin-bottom: 14px;
}

.about-contact-band .about-eyebrow {
  color: #8fc8ff;
}

.about-contact-band p:not(.about-eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.about-contact-band .about-address {
  margin-top: 18px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

.about-contact-band .about-address strong {
  margin-right: 10px;
  color: #8fc8ff;
}

.about-contact-grid .button {
  flex: 0 0 auto;
}

/* News and article index */
.news-page {
  background: var(--white);
}

.news-inner {
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
}

.news-hero {
  padding: 112px 24px 96px;
  background: linear-gradient(135deg, #f4f8ff 0%, #edf5ff 58%, #f9fbff 100%);
}

.news-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
  letter-spacing: -.06em;
}

.news-hero-inner > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.news-list-section {
  padding: 76px 24px 112px;
  background: var(--white);
}

.news-list {
  display: grid;
  gap: 0;
}

.news-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  transition: padding-left 180ms ease, background-color 180ms ease;
}

.news-card:last-child {
  border-bottom: 1px solid var(--line);
}

.news-card:hover {
  padding-left: 14px;
  background: linear-gradient(90deg, #f6faff 0%, transparent 85%);
}

.news-card-index {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .1em;
}

.news-card-meta {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.news-card h2 {
  margin: 0 0 8px;
  color: #253a54;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.news-card h2 + p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.news-card-arrow {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(0, 113, 227, .22);
  border-radius: 50%;
  font-size: 20px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.news-card:hover .news-card-arrow {
  background: #eaf4ff;
  transform: translateX(4px);
}

.online-print-visual {
  padding: 76px 24px 86px;
  background: #fff;
}

.online-print-visual-inner {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.online-print-visual-inner > div {
  min-width: 0;
}

.online-print-visual img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(30, 64, 104, .13);
}

.online-print-visual .kicker {
  margin-bottom: 0;
}

.online-print-visual h2 {
  max-width: 560px;
  margin: 12px 0 18px;
  color: #253a54;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.online-print-visual-inner > div > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

@media (max-width: 820px) {
  .online-print-visual {
    padding: 52px 20px 62px;
  }

  .online-print-visual-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .online-print-visual img {
    max-height: 360px;
  }
}

@media (max-width: 820px) {
  .news-hero {
    padding: 78px 20px 70px;
  }

  .news-inner {
    width: min(100% - 40px, 680px);
  }

  .news-list-section {
    padding: 52px 20px 78px;
  }

  .news-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 24px 0;
  }
}

@media (max-width: 520px) {
  .news-card {
    grid-template-columns: 1fr auto;
  }

  .news-card-index {
    grid-column: 1 / -1;
  }

  .news-card-arrow {
    grid-column: 2;
    grid-row: 2;
  }
}

.intro-page {
  background: var(--white);
}

.intro-hero {
  padding: 104px 24px 96px;
  background: var(--gray);
}

.intro-hero-inner,
.intro-next-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.intro-hero h1 {
  max-width: 12em;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.intro-hero-inner > p:last-child {
  max-width: 35em;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.7;
}

.intro-story {
  padding-top: 96px;
}

.about-heading,
.visual-story-grid,
.about-scenes {
  max-width: var(--max);
  margin: 0 auto;
}

.about-heading {
  margin-bottom: 46px;
}

.about-heading h2 {
  max-width: 12em;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.about-heading > p:last-child {
  max-width: 38em;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.visual-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 20px;
}

.visual-story-card {
  align-self: start;
  margin: 0;
  overflow: hidden;
  background: var(--gray);
  border-radius: 12px;
}

.visual-story-card figure {
  margin: 0;
}

.visual-story-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.visual-story-copy {
  padding: 28px 30px 30px;
}

.story-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.visual-story-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.25;
  font-weight: 650;
}

.visual-story-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.about-scenes {
  margin-top: 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.intro-next {
  padding: 104px 24px 118px;
  background: var(--white);
}

.intro-next h2 {
  max-width: 12em;
  margin-bottom: 42px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.intro-next-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.intro-next-links a {
  display: grid;
  gap: 10px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.intro-next-links a:first-child {
  margin-right: 36px;
}

.intro-next-links a:last-child {
  margin-left: 36px;
}

.intro-next-links strong {
  font-size: 24px;
  line-height: 1.25;
}

.intro-next-links span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.intro-next-links a:hover strong {
  color: var(--blue);
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 560;
}

.about-link:hover {
  text-decoration: underline;
}

.section-title {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-title h2,
.demo-copy h2,
.promise-section h2,
.contact-section h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 650;
}

.section-title > p:last-child,
.demo-copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: var(--max);
  margin: 0 auto;
}

.product-tile {
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr);
  min-height: 620px;
  overflow: hidden;
  background: #eef5ff;
  border-radius: 8px;
}

.product-tile-warm {
  background: #fff4e6;
}

.tile-copy {
  padding: 48px 48px 20px;
  text-align: center;
}

.tile-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.tile-copy h3,
.service-card h3 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 650;
}

.tile-copy > p:last-child,
.service-card > p:not(.tile-label),
.service-card > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

.product-tile > img {
  align-self: end;
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: cover;
  object-position: center bottom;
}

.demo-section {
  padding: 110px 24px;
  color: var(--white);
  background: #151515;
}

.demo-inner {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: clamp(50px, 10vw, 150px);
  max-width: 1040px;
  margin: 0 auto;
}

.demo-copy .kicker {
  color: #a1a1a6;
}

.demo-copy > p:last-child {
  color: #a1a1a6;
}

.qr-panel {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 22px;
  color: var(--black);
  background: var(--white);
  border-radius: 8px;
  text-align: center;
}

.qr-panel img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.qr-panel strong {
  font-size: 18px;
}

.qr-panel span {
  color: var(--muted);
  font-size: 13px;
}

.management-section {
  background: var(--gray);
}

.dashboard-frame {
  width: min(92vw, 900px);
  height: min(58vw, 560px);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.16);
}

.dashboard-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.management-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 900px;
  margin: 56px auto 0;
  background: var(--gray-strong);
}

.management-points div {
  display: grid;
  gap: 8px;
  padding: 8px 24px;
  background: var(--gray);
  text-align: center;
}

.management-points strong {
  font-size: 22px;
}

.management-points span {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: var(--max);
  margin: 0 auto;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 540px;
  padding: 46px;
  overflow: hidden;
  background: var(--gray);
  border-radius: 8px;
}

.service-card-image {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 30px;
}

.service-card-image img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.service-visual {
  align-self: end;
  width: calc(100% + 92px);
  max-width: none;
  height: 330px;
  margin: 22px -46px -46px;
  object-fit: cover;
  object-position: center 58%;
}

.service-card-dark {
  color: var(--white);
  background: #1c1c1e;
}

.service-card-dark .tile-label,
.service-card-dark > p:not(.tile-label) {
  color: #a1a1a6;
}

.service-card-mint {
  background: var(--mint);
}


.flow-section {
  background: var(--gray);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-left: 1px solid var(--line);
}

.flow-list li:last-child {
  border-right: 1px solid var(--line);
}

.flow-list span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
}

.flow-list strong {
  font-size: clamp(24px, 2.5vw, 34px);
}

.promise-section {
  padding: 130px 24px;
  text-align: center;
}

.promise-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.promise-facts span {
  padding: 10px 14px;
  color: var(--muted);
  background: var(--gray);
  border-radius: 8px;
  font-size: 14px;
}

.faq-section {
  background: var(--gray);
}

.section-title-small h2 {
  font-size: clamp(38px, 4.5vw, 60px);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 25px 4px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
}

.faq-list p {
  max-width: 680px;
  margin: -6px 0 26px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 110px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: #151515;
}

.contact-section .kicker {
  color: #a1a1a6;
}

.contact-section h2 {
  margin-bottom: 0;
}

.button-light {
  flex: 0 0 auto;
  color: var(--black);
  background: var(--white);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  width: min(100%, 720px);
  max-height: calc(100vh - 44px);
  padding: 42px;
  overflow-y: auto;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.modal-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
}

.modal-intro {
  margin-bottom: 28px;
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--black);
  background: var(--gray);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--black);
  background: var(--gray);
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
}

.contact-form input[aria-invalid="true"] {
  border-color: #c81e32;
  background: #fff7f8;
}

.contact-method-help {
  margin: -8px 0 0;
  color: #5d5d63;
  font-size: 13px;
  font-weight: 500;
}

.contact-method-help.error {
  color: #b00020;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: var(--white);
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.14);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: #17833d;
  font-size: 14px;
}

.auth-panel {
  width: min(100%, 450px);
}

.auth-panel h2 {
  font-size: clamp(32px, 5vw, 44px);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 24px;
  padding: 4px;
  background: var(--gray);
  border-radius: 10px;
}

.auth-tabs[hidden] {
  display: none;
}

.auth-tabs button {
  min-height: 44px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.auth-tabs button.active {
  color: var(--black);
  background: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form[hidden] {
  display: none;
}

.auth-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.auth-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--black);
  background: var(--gray);
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
}

.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 66px;
}

.password-field button {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 52px;
  min-height: 44px;
  padding: 0 9px;
  color: #005bb5;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
}

.password-field button:hover {
  background: #e7f1fc;
}

.forgot-password-link {
  justify-self: end;
  min-height: 44px;
  margin-top: -12px;
  padding: 0 2px;
  color: #005bb5;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 13px;
}

.auth-form input:focus {
  background: var(--white);
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.14);
}

.auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.auth-code-row button {
  min-width: 112px;
  min-height: 48px;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  background: #edf5ff;
  color: var(--blue);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.auth-code-row button:hover:not(:disabled) {
  background: #e2efff;
}

.auth-code-row button:disabled {
  color: #8a8a8f;
  cursor: not-allowed;
  opacity: 0.8;
}

@media (max-width: 420px) {
  .auth-code-row {
    grid-template-columns: 1fr;
  }
}

.auth-form .button {
  width: 100%;
  margin-top: 2px;
  border: 0;
}

.auth-switch {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.auth-switch button {
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.auth-form .form-message {
  color: #d70015;
  text-align: center;
}

.auth-form .form-message.success {
  color: #17833d;
}

.site-footer {
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  color: #b8b8ba;
  background: #151515;
  font-size: 13px;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 1.15fr 1fr;
  gap: clamp(42px, 7vw, 110px);
  padding: 44px 0 40px;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 650;
}

.footer-column nav {
  display: grid;
  gap: 11px;
}

.footer-column a {
  width: fit-content;
  color: #d3d3d5;
  line-height: 1.45;
  transition: color 160ms ease;
}

.footer-contact-item {
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
}

.footer-contact-item span {
  color: #a4a4a7;
  font-size: 12px;
}

.footer-contact-item strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  user-select: all;
}

.footer-contact p {
  margin: 2px 0 0;
  color: #8b8b8f;
  font-size: 12px;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 22px;
  color: #77777b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

/* Search landing pages */
.seo-hero {
  padding: 108px 24px 92px;
  background: linear-gradient(145deg, #f8fbff 0%, #edf4ff 56%, #ffffff 100%);
}

.seo-hero-inner,
.seo-content,
.seo-related-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 13px;
}

.seo-breadcrumbs a:hover {
  color: var(--blue);
}

.seo-hero h1 {
  max-width: 830px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.seo-hero-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.7;
}

.seo-content {
  padding: 96px 24px 110px;
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(38px, 8vw, 100px);
  padding: 68px 0;
  border-bottom: 1px solid var(--line);
}

.seo-section:first-child {
  padding-top: 0;
}

.seo-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.seo-section h2 {
  margin-bottom: 0;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 650;
}

.seo-prose p,
.seo-prose li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.seo-prose p:last-child {
  margin-bottom: 0;
}

.seo-prose ul,
.seo-prose ol {
  margin: 0;
  padding-left: 22px;
}

.seo-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-card {
  padding: 26px;
  background: var(--gray);
  border-radius: 12px;
}

.seo-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.seo-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.seo-faq details {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.seo-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 620;
}

.seo-faq details p {
  margin: 14px 0 0;
}

.seo-related {
  padding: 82px 24px;
  background: var(--gray);
}

.seo-related h2 {
  margin-bottom: 30px;
  font-size: clamp(27px, 3vw, 38px);
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-related-grid a {
  padding: 25px;
  background: var(--white);
  border-radius: 12px;
}

.seo-related-grid strong,
.seo-related-grid span {
  display: block;
}

.seo-related-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.download-section {
  padding: 96px 24px;
  background: var(--white);
}

.download-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.download-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.download-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.download-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.download-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  background: var(--gray);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.download-app-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, #2997ff, #0066d6);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(0, 113, 227, 0.2);
  font-size: 25px;
  font-weight: 700;
}

.download-card-copy h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.download-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.download-button {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 20px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.download-button:hover {
  background: #0077ed;
  transform: translateY(-1px);
}

.download-button:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.24);
  outline-offset: 3px;
}

.download-button:disabled {
  color: #7a7a80;
  background: #e5e5e7;
  cursor: not-allowed;
  transform: none;
}

.download-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 150px;
}

.download-password {
  margin: 0;
  padding: 9px 14px;
  color: #313136;
  background: #e8f2ff;
  border: 1px solid rgba(0, 113, 227, 0.2);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 560;
  text-align: center;
}

.download-password strong {
  color: var(--blue);
  font-size: 17px;
  letter-spacing: 0.08em;
}

.download-page {
  background: var(--white);
}

.download-hero {
  padding: 76px 24px 78px;
  background: var(--gray);
}

.download-hero-inner,
.download-product-inner,
.download-prepare-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.download-hero h1 {
  max-width: 820px;
  margin: 12px 0 22px;
  font-size: clamp(46px, 6.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.download-hero-inner > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.download-product {
  padding: 96px 24px 82px;
}

.download-card-featured {
  padding: 34px;
  background: #f6f8fb;
}

.download-card-featured .download-app-icon {
  width: 74px;
  height: 74px;
  font-size: 30px;
}

.download-meta {
  margin: 0 0 7px !important;
  color: var(--blue) !important;
  font-size: 13px;
  font-weight: 700;
}

.download-card-featured h2 {
  margin: 0 0 9px;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.download-status {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.download-prepare {
  padding: 88px 24px 104px;
  background: var(--gray);
}

.download-prepare-inner > header {
  max-width: 640px;
}

.download-prepare h2 {
  margin: 10px 0 42px;
  font-size: clamp(36px, 4.3vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.download-prepare-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 38px;
  border-top: 1px solid var(--line);
}

.download-prepare-list > div {
  min-height: 150px;
  padding: 24px 28px 24px 0;
  border-bottom: 1px solid var(--line);
}

.download-prepare-list > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.download-prepare-list strong,
.download-prepare-list span {
  display: block;
}

.download-prepare-list strong {
  margin-bottom: 12px;
  font-size: 20px;
}

.download-prepare-list span {
  color: var(--muted);
  line-height: 1.7;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 820px) {
  body {
    padding-bottom: 62px;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .account-trigger {
    min-width: 44px;
    min-height: 44px;
    padding: 0 7px;
  }

  .account-trigger > [data-account-label] {
    display: none;
  }

  .header-action {
    display: none;
  }

  .menu-button {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 15px 13px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-button span {
    width: 18px;
    height: 1px;
    background: var(--black);
  }

  .nav-links {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 24px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .menu-open .nav-links {
    display: grid;
    gap: 18px;
  }

  .nav-links a {
    font-size: 18px;
    font-weight: 600;
  }

  .nav-item {
    width: 100%;
  }

  .nav-trigger {
    width: 100%;
    min-height: 28px;
    justify-content: space-between;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }

  .nav-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin-top: 10px;
    padding: 5px 0 0 14px;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .nav-item-product:hover .nav-submenu,
  .nav-item-product:focus-within .nav-submenu {
    display: none;
    transform: none;
  }

  .nav-item-product.product-open .nav-submenu {
    display: grid;
  }

  .nav-submenu span {
    padding: 8px 10px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 500;
  }

  .hero {
    height: 720px;
    min-height: 0;
    align-items: flex-start;
    padding: 54px 20px 0;
    background-image: url("assets/hero-scene-v4.webp");
    background-position: 85% calc(100% - 20px);
    background-size: auto 430px;
    background-repeat: no-repeat;
    text-align: center;
  }

  .hero h1 {
    color: #1d1d1f;
  }

  .hero-subtitle {
    color: #4d4d52;
    font-weight: 540;
  }

  .hero-copy {
    max-width: 600px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(31px, 7.8vw, 38px);
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-kicker {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .clarity-section {
    padding: 76px 20px;
  }

  .clarity-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .clarity-copy h2 {
    font-size: clamp(32px, 8vw, 42px);
  }

  .clarity-choices {
    grid-template-columns: 1fr;
  }

  .clarity-choice {
    min-height: 230px;
    padding: 26px;
  }

  .hero-actions {
    justify-content: center;
  }

  .trust-section {
    padding: 34px 20px;
  }

  .trust-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .trust-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-metrics div {
    min-height: 68px;
    padding: 2px 12px;
  }

  .trust-support {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trust-support a {
    width: fit-content;
  }

  .about-section,
  .product-section,
  .management-section,
  .services-section,
  .flow-section,
  .faq-section {
    padding: 76px 16px;
  }

  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .home-about-story,
  .home-about-facts {
    padding: 24px;
  }

  .about-detail-section {
    padding: 76px 16px 86px;
  }

  .about-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-reference-hero {
    min-height: 460px;
  }

  .about-reference-hero-content {
    padding-top: 108px;
    padding-bottom: 92px;
  }

  .about-company-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-culture-grid {
    grid-template-columns: 1fr;
  }

  .about-contact-grid {
    display: grid;
    align-items: start;
  }

  .about-contact-grid .button {
    width: fit-content;
  }

  .about-section-nav {
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .about-reference-section {
    padding: 78px 20px;
  }

  .about-fact-row {
    grid-template-columns: 1fr;
  }

  .about-direction-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .about-direction-list article a {
    grid-column: 2;
  }

  .intro-hero {
    padding: 72px 20px 68px;
  }

  .intro-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .intro-story {
    padding-top: 72px;
  }

  .visual-story-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-heading {
    margin-bottom: 32px;
  }

  .about-heading > p:last-child {
    font-size: 16px;
  }

  .visual-story-copy {
    padding: 24px;
  }

  .about-scenes {
    margin-top: 22px;
  }

  .intro-next {
    padding: 76px 20px 88px;
  }

  .intro-next-links {
    grid-template-columns: 1fr;
  }

  .intro-next-links a:first-child,
  .intro-next-links a:last-child {
    margin: 0;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2,
  .demo-copy h2,
  .promise-section h2,
  .contact-section h2 {
    font-size: clamp(32px, 8vw, 42px);
  }

  .product-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .product-tile {
    min-height: 510px;
  }

  .tile-copy {
    padding: 36px 22px 14px;
  }

  .product-tile > img {
    max-height: 310px;
  }

  .demo-section {
    padding: 78px 20px;
  }

  .demo-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .qr-panel {
    width: min(100%, 310px);
    margin: 0 auto;
  }

  .qr-panel img {
    width: 230px;
    height: 230px;
  }

  .dashboard-frame {
    width: 100%;
    height: min(118vw, 520px);
    padding: 8px;
  }

  .management-points {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .management-points div {
    padding: 22px;
  }

  .service-card,
  .service-card-image {
    grid-column: auto;
    min-height: 440px;
    padding: 34px 24px;
  }

  .service-card-image {
    grid-template-columns: 1fr;
  }

  .service-card-image img {
    align-self: end;
  }

  .service-visual {
    width: calc(100% + 48px);
    height: 260px;
    margin: 20px -24px -34px;
  }

  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-list li:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .flow-list li:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .promise-section {
    padding: 90px 18px;
  }

  .contact-section {
    display: grid;
    align-items: start;
    padding: 82px 24px;
  }

  .contact-section .button {
    justify-self: start;
  }

  .modal-backdrop {
    align-items: end;
    padding: 12px;
  }

  .modal-panel {
    max-height: calc(100vh - 24px);
    padding: 34px 20px 22px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
    padding: 42px 0 36px;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
    gap: 8px;
    padding-bottom: 86px;
  }

  .seo-hero {
    padding: 72px 20px 68px;
  }

  .seo-content {
    padding: 68px 20px 82px;
  }

  .seo-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 50px 0;
  }

  .seo-cards,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .download-section {
    padding: 72px 20px;
  }

  .download-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 22px;
  }

  .download-button {
    width: 100%;
  }

  .download-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .download-hero {
    padding: 78px 20px 72px;
  }

  .download-hero h1 {
    font-size: 42px;
  }

  .download-hero-inner > p:last-child {
    font-size: 17px;
  }

  .download-product {
    padding: 68px 20px 58px;
  }

  .download-card-featured {
    padding: 24px;
  }

  .download-card-featured h2 {
    font-size: 23px;
  }

  .download-prepare {
    padding: 68px 20px 82px;
  }

  .download-prepare-list {
    grid-template-columns: 1fr;
  }

  .download-prepare-list > div,
  .download-prepare-list > div + div {
    min-height: auto;
    padding: 22px 0;
    border-left: 0;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(18px);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 0 12px;
    color: var(--black);
    background: var(--gray);
    border: 0;
    border-radius: 7px;
    font-weight: 600;
  }

  .mobile-action-bar button {
    color: var(--white);
    background: var(--blue);
  }
}

@media (max-width: 430px) {
  .clarity-choice {
    min-height: 210px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-contact-button {
    min-width: 0;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }

  .trust-metrics div {
    min-height: auto;
    padding: 12px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .button {
    min-height: 42px;
    padding: 0 17px;
    font-size: 14px;
  }

  .kicker {
    font-size: 16px;
  }

  .flow-list li {
    padding: 22px 16px;
  }

  .flow-list strong {
    font-size: 23px;
  }
}

/* Print API product page */
.print-api-page {
  --api-ink: #111827;
  --api-muted: #5d6878;
  --api-line: #dfe6ef;
  --api-blue: #0878e8;
  --api-blue-dark: #075eb5;
  background: #fff;
  color: var(--api-ink);
}

.api-product-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 88px;
  background:
    radial-gradient(circle at 77% 19%, rgba(34, 134, 238, .16), transparent 27%),
    linear-gradient(135deg, #f7fbff 0%, #edf5ff 58%, #e7f1fe 100%);
}

.api-product-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(73, 123, 177, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 123, 177, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.api-product-hero-inner,
.api-section-inner,
.api-narrow,
.api-cta > div {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.api-product-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.api-product-copy h1 {
  max-width: 780px;
  margin: 22px 0 24px;
  color: #101824;
  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: 1.08;
  white-space: nowrap;
}

.api-product-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: #526174;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.78;
}

.api-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.api-product-actions .button {
  min-width: 146px;
  white-space: nowrap;
}

.api-secondary-button {
  border: 1px solid #b9c9dc;
  background: rgba(255, 255, 255, .68);
  color: #1c3f67;
}

.api-secondary-button:hover {
  border-color: #8eacd0;
  background: #fff;
}

.api-product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  color: #526174;
  font-size: 14px;
  list-style: none;
}

.api-product-points li {
  position: relative;
  padding-left: 17px;
}

.api-product-points li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--api-blue);
  border-radius: 50%;
  content: "";
}

.api-code-window {
  overflow: hidden;
  border: 1px solid rgba(61, 92, 129, .24);
  border-radius: 16px;
  background: #101826;
  box-shadow: 0 30px 80px rgba(31, 69, 113, .22);
  color: #e6edf7;
}

.api-code-topbar {
  display: flex;
  align-items: center;
  min-height: 49px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #172233;
}

.api-code-topbar b {
  color: #cbd7e7;
  font: 600 12px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .02em;
}

.api-code-window pre {
  min-height: 300px;
  margin: 0;
  padding: 36px 34px 28px;
  overflow: auto;
  font: 14px/2 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.api-code-window .code-muted {
  color: #83b9ff;
}

.api-code-window .code-green {
  color: #93dfb5;
}

.api-response-line {
  display: grid;
  grid-template-columns: 10px auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #0c1420;
  font-size: 13px;
}

.api-response-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42c97a;
  box-shadow: 0 0 0 4px rgba(66, 201, 122, .12);
}

.api-response-line span {
  color: #dce7f4;
}

.api-response-line code {
  justify-self: end;
  color: #8e9cae;
}

.api-definition {
  padding: 112px 24px 104px;
}

.api-narrow {
  max-width: 900px;
}

.api-definition h2,
.api-section-heading h2,
.api-capabilities h2,
.api-cta h2 {
  margin: 16px 0 0;
  color: var(--api-ink);
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -.045em;
  line-height: 1.13;
}

.api-definition-lead {
  margin: 36px 0 0;
  color: var(--api-muted);
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.75;
}

.api-benefits,
.api-scenarios {
  padding: 104px 24px;
  background: #f6f8fb;
}

.api-section-heading {
  max-width: 780px;
  margin-bottom: 54px;
}

.api-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cfd8e4;
  border-left: 1px solid #cfd8e4;
}

.api-benefit-grid article {
  min-height: 240px;
  padding: 38px 42px 42px;
  border-right: 1px solid #cfd8e4;
  border-bottom: 1px solid #cfd8e4;
}

.api-benefit-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--api-blue);
  font: 650 13px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.api-benefit-grid h3,
.api-scenario-grid h3 {
  margin: 0 0 14px;
  color: var(--api-ink);
  font-size: 25px;
  letter-spacing: -.025em;
}

.api-benefit-grid p,
.api-scenario-grid p {
  max-width: 420px;
  margin: 0;
  color: var(--api-muted);
  font-size: 17px;
  line-height: 1.75;
}

.api-workflow {
  padding: 112px 24px;
}

.api-workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.api-workflow-list li {
  position: relative;
  padding: 0 26px 0 0;
}

.api-workflow-list li:not(:last-child)::after {
  position: absolute;
  top: 23px;
  right: 0;
  left: 52px;
  height: 1px;
  background: #cbd7e4;
  content: "";
}

.api-workflow-list li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid #9abbe0;
  border-radius: 50%;
  background: #fff;
  color: var(--api-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.api-workflow-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.api-workflow-list p {
  margin: 0;
  color: var(--api-muted);
  font-size: 15px;
  line-height: 1.7;
}

.api-capabilities {
  padding: 106px 24px;
  background: #edf5fe;
}

.api-capabilities-inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.api-capabilities-inner > div > p:not(.kicker) {
  max-width: 520px;
  margin: 25px 0 0;
  color: var(--api-muted);
  font-size: 18px;
  line-height: 1.75;
}

.api-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 28px;
  color: var(--api-blue-dark);
  font-weight: 700;
}

.api-text-link span {
  transition: transform .18s ease;
}

.api-text-link:hover span {
  transform: translateX(4px);
}

.api-capabilities dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #a9c2df;
  border-left: 1px solid #a9c2df;
}

.api-capabilities dl div {
  min-height: 116px;
  padding: 25px 28px;
  border-right: 1px solid #a9c2df;
  border-bottom: 1px solid #a9c2df;
}

.api-capabilities dt {
  margin-bottom: 11px;
  color: #14599f;
  font: 700 14px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.api-capabilities dd {
  margin: 0;
  color: #26374c;
  font-size: 16px;
}

.api-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.api-scenario-grid article {
  min-height: 280px;
  padding: 32px 28px;
  border: 1px solid #d7e0ea;
  border-radius: 16px;
  background: #fff;
}

.api-scenario-grid article > div {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 52px;
  place-items: center;
  border: 1px solid #b9cde4;
  border-radius: 12px;
  background: #edf5fe;
  color: var(--api-blue-dark);
  font-size: 18px;
  font-weight: 750;
}

.api-cta {
  padding: 112px 24px 118px;
  text-align: center;
}

.api-cta > div {
  max-width: 900px;
}

.api-cta p:not(.kicker) {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--api-muted);
  font-size: 19px;
  line-height: 1.7;
}

.api-cta .api-product-actions {
  justify-content: center;
}

@media (max-width: 1000px) {
  .api-product-hero-inner {
    grid-template-columns: 1fr;
  }

  .api-product-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 7vw, 58px);
  }

  .api-code-window {
    width: min(100%, 720px);
  }

  .api-workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .api-workflow-list li:not(:last-child)::after {
    display: none;
  }

  .api-capabilities-inner {
    grid-template-columns: 1fr;
  }

  .api-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .api-product-hero {
    padding: 44px 20px 58px;
  }

  .api-product-copy h1 {
    margin-top: 18px;
    font-size: clamp(34px, 10vw, 46px);
    white-space: normal;
  }

  .api-product-copy > p:not(.kicker) {
    font-size: 17px;
  }

  .api-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .api-product-actions .button {
    width: 100%;
  }

  .api-product-points {
    display: grid;
  }

  .api-code-window pre {
    min-height: 0;
    padding: 25px 20px;
    font-size: 12px;
  }

  .api-response-line {
    grid-template-columns: 10px 1fr;
    padding: 12px 20px;
  }

  .api-response-line code {
    grid-column: 2;
    justify-self: start;
  }

  .api-definition,
  .api-benefits,
  .api-workflow,
  .api-capabilities,
  .api-scenarios,
  .api-cta {
    padding: 76px 20px;
  }

  .api-benefit-grid,
  .api-capabilities dl,
  .api-scenario-grid,
  .api-workflow-list {
    grid-template-columns: 1fr;
  }

  .api-benefit-grid article {
    min-height: 0;
    padding: 30px 26px 34px;
  }

  .api-benefit-grid span {
    margin-bottom: 28px;
  }

  .api-workflow-list {
    gap: 28px;
  }

  .api-workflow-list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 0;
  }

  .api-workflow-list li > span {
    margin: 0;
  }

  .api-scenario-grid article {
    min-height: 0;
  }

  .api-scenario-grid article > div {
    margin-bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .api-text-link span {
    transition: none;
  }
}

/* Keep the final clean-flow layout above legacy visual overrides. */
.clean-flow-visual,
.remote-clean-flow {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
}

/* Final image-led service cards. Keep this block last so legacy flow styles cannot shrink the artwork. */
.product-tile .image-flow-visual,
.product-tile .remote-image-flow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: stretch;
  min-height: 0;
  height: auto;
  margin: 0 24px 24px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 78, 122, .08);
}

.image-flow-visual > .flow-art {
  display: block;
  width: 100%;
  max-width: none;
  height: 260px;
  margin: 0;
  padding: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.image-flow-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 16px 12px 18px;
  list-style: none;
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid #e7eff7;
}

.image-flow-legend li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 8px;
  align-items: center;
  min-width: 0;
  padding: 0 12px;
  text-align: left;
}

.image-flow-legend li + li {
  border-left: 1px solid #e5edf5;
}

.image-flow-legend span {
  grid-row: 1 / 3;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #1478e6;
  background: #eaf4ff;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
}

.image-flow-legend strong {
  overflow: hidden;
  color: #29445f;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-flow-legend small {
  overflow: hidden;
  color: #778b9e;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-image-flow .image-flow-legend {
  border-top-color: #f3e4d9;
}

.remote-image-flow .image-flow-legend li + li {
  border-left-color: #f0e2d7;
}

.remote-image-flow .image-flow-legend span {
  color: #df6b34;
  background: #fff0e7;
}

@media (max-width: 700px) {
  .product-tile .image-flow-visual,
  .product-tile .remote-image-flow {
    margin: 0 16px 16px;
    border-radius: 14px;
  }

  .image-flow-visual > .flow-art {
    height: 190px;
  }

  .image-flow-legend {
    padding: 12px 6px 14px;
  }

  .image-flow-legend li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 0 5px;
    text-align: center;
  }

  .image-flow-legend span {
    grid-row: auto;
    width: 24px;
    height: 24px;
  }

  .image-flow-legend strong { font-size: 11px; }
  .image-flow-legend small { font-size: 9px; }
}

/* Generated hero illustrations for the two service cards. */
.image-flow-visual {
  display: block;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.image-flow-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

@media (max-width: 700px) {
  .image-flow-visual {
    margin-right: 16px;
    margin-left: 16px;
  }

  .image-flow-visual img {
    border-radius: 14px;
  }
}

/* Refined homepage service cards: compact, editorial, and flow-first. */
.product-grid {
  gap: 24px;
}

.product-tile {
  min-height: 0;
  grid-template-rows: auto auto;
  border: 1px solid rgba(22, 82, 138, .08);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(28, 66, 105, .08);
}

.product-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 76px;
  height: 4px;
  background: #1478e6;
  border-radius: 0 0 6px 6px;
}

.product-tile-warm {
  border-color: rgba(206, 106, 49, .1);
  box-shadow: 0 18px 48px rgba(159, 101, 55, .08);
}

.product-tile-warm::before {
  background: #ed7235;
}

.tile-copy {
  padding: 40px 38px 24px;
}

.tile-label {
  margin-bottom: 11px;
  color: #6a8198;
  font-size: 13px;
  letter-spacing: .02em;
}

.tile-copy h3 {
  margin-bottom: 9px;
  color: #1d2f43;
  font-size: clamp(30px, 3vw, 40px);
  letter-spacing: -.045em;
}

.tile-copy > p:last-child {
  color: #6c8095;
  font-size: 16px;
}

.tile-visual {
  min-height: 274px;
  margin: 0 24px 24px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 120, 230, .12), transparent 25%),
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(238,247,255,.94));
  box-shadow: inset 0 0 0 1px rgba(20, 120, 230, .09), inset 0 -18px 34px rgba(20, 120, 230, .04);
}

.remote-flow-visual {
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 122, 59, .12), transparent 25%),
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,246,237,.96));
  box-shadow: inset 0 0 0 1px rgba(241, 122, 59, .11), inset 0 -18px 34px rgba(241, 122, 59, .04);
}

.flow-node,
.remote-node {
  gap: 7px;
  color: #3d5b78;
}

.flow-node small,
.remote-node small {
  color: #55718d;
  font-size: 11px;
  letter-spacing: .01em;
}

.node-index {
  width: 24px;
  height: 24px;
  box-shadow: 0 5px 12px rgba(20, 120, 230, .18);
  font-size: 9px;
}

.phone-node { top: 25px; left: 7%; }
.client-node { top: 46px; left: 37%; }
.printer-node { top: 68px; right: 7%; }

.phone-screen {
  width: 78px;
  height: 132px;
  gap: 6px;
  padding: 18px 8px 8px;
  border-width: 3px;
  border-radius: 15px;
  box-shadow: 0 10px 21px rgba(32, 83, 137, .13);
}

.phone-screen i {
  width: 20px;
  height: 3px;
  margin: -11px 0 0 20px;
}

.phone-screen b { font-size: 10px; }
.phone-screen em { font-size: 8px; }
.phone-screen strong { padding: 6px 2px; font-size: 8px; }

.client-screen {
  width: 132px;
  height: 88px;
  gap: 6px;
  padding: 8px;
  border-width: 4px;
  box-shadow: 0 10px 21px rgba(32, 83, 137, .11);
  font-size: 9px;
}

.client-screen b { font-size: 9px; }
.client-screen em { padding: 5px; font-size: 8px; }
.client-screen span { font-size: 7px; }

.printer-shape {
  width: 108px;
  height: 67px;
  margin-top: 12px;
  border-width: 2px;
  box-shadow: 0 10px 21px rgba(32, 83, 137, .12);
}

.printer-shape::before {
  top: 20px;
  left: 17px;
  width: 70px;
  height: 27px;
  border-width: 1px;
}

.printer-shape i { top: 8px; right: 10px; width: 7px; height: 7px; }
.printer-shape b { top: 29px; left: 29px; width: 45px; height: 2px; }
.printer-shape em { bottom: -9px; left: 15px; width: 76px; height: 8px; }

.flow-connector {
  top: 126px;
  width: 25%;
  background: linear-gradient(90deg, #8dc4f7, #5da8ee);
}

.flow-connector span {
  top: -20px;
  color: #6c91b2;
  font-size: 9px;
}

.remote-phone-node { top: 24px; left: 7%; }
.remote-package-node { top: 52px; left: 43%; }
.remote-truck-node { top: 64px; right: 7%; }

.remote-route {
  top: 134px;
  left: 16%;
  right: 16%;
  opacity: .82;
}

.package-shape {
  width: 88px;
  height: 68px;
  margin-top: 16px;
  box-shadow: 0 10px 21px rgba(137, 89, 54, .1);
}

.package-shape::before { left: 38px; width: 10px; }
.package-shape i { left: 43px; height: 54px; }
.package-shape b { top: 14px; left: 14px; width: 25px; }

.truck-shape {
  width: 112px;
  height: 59px;
  margin-top: 17px;
  box-shadow: 0 10px 21px rgba(137, 89, 54, .12);
}

.truck-shape::before { top: 10px; right: 6px; width: 30px; height: 22px; }
.truck-shape i, .truck-shape b { bottom: -8px; width: 16px; height: 16px; border-width: 3px; }
.truck-shape i { left: 16px; }
.truck-shape b { right: 17px; }
.truck-shape em { top: 21px; left: 12px; width: 42px; }

.remote-note {
  bottom: 14px;
  color: #b66a43;
  font-size: 11px;
  letter-spacing: .02em;
}

@media (max-width: 700px) {
  .product-tile::before { left: 24px; }
  .tile-copy { padding: 34px 24px 20px; }
  .tile-visual { min-height: 262px; margin: 0 16px 16px; }
  .phone-node { left: 3%; }
  .client-node { left: 34%; }
  .printer-node { right: 2%; }
  .remote-phone-node { left: 3%; }
  .remote-package-node { left: 39%; }
  .remote-truck-node { right: 2%; }
}

/* Clean service-flow layout: typography and rhythm over decorative device drawings. */
.clean-flow-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 220px;
  padding: 30px 34px 24px;
}

.clean-flow-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-flow-list::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: #bdd9f3;
  z-index: -1;
}

.clean-flow-list li {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.flow-step-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #1478e6;
  background: #fff;
  border: 1px solid #bcdaf5;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(20, 120, 230, .12);
  font-size: 10px;
  font-weight: 750;
}

.clean-flow-list strong {
  color: #2d4964;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.clean-flow-list small {
  color: #72879b;
  font-size: 11px;
  white-space: nowrap;
}

.clean-flow-caption {
  margin: 0;
  color: #6b8297;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.remote-clean-flow {
  background: rgba(255, 255, 255, .58);
}

.remote-clean-flow .clean-flow-list::before {
  background: #f1c7ad;
}

.remote-clean-flow .flow-step-number {
  color: #e16f35;
  border-color: #f0c6aa;
  box-shadow: 0 4px 12px rgba(225, 111, 53, .1);
}

.remote-clean-flow .clean-flow-caption {
  color: #b36b49;
}

@media (max-width: 700px) {
  .clean-flow-visual {
    min-height: 212px;
    padding: 26px 14px 22px;
  }

  .clean-flow-list {
    gap: 14px;
  }

  .clean-flow-list::before {
    right: 7%;
    left: 7%;
  }

  .clean-flow-list strong { font-size: 12px; }
  .clean-flow-list small { font-size: 10px; }
}

/* Final direction: replace the faux device illustrations with a clean workflow diagram. */
.tile-visual {
  min-height: 222px;
  padding: 24px 22px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, .56);
  box-shadow: inset 0 0 0 1px rgba(20, 120, 230, .09);
}

.remote-flow-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  background: rgba(255, 255, 255, .56);
  box-shadow: inset 0 0 0 1px rgba(241, 122, 59, .1);
}

.flow-node,
.remote-node {
  position: static;
  z-index: 2;
  width: 100%;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
}

.node-index {
  width: 26px;
  height: 22px;
  border-radius: 7px;
  box-shadow: none;
  font-size: 9px;
  font-weight: 750;
}

.flow-node small,
.remote-node small {
  color: #4c6781;
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.phone-screen,
.client-screen,
.printer-shape,
.package-shape,
.truck-shape {
  position: relative;
  margin: 0;
  transform: none;
  box-shadow: none;
}

.phone-screen {
  width: min(100%, 88px);
  height: 104px;
  gap: 5px;
  padding: 19px 9px 9px;
  border: 1px solid #c8dbef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(27, 87, 143, .08);
}

.phone-screen i {
  width: 20px;
  height: 3px;
  margin: -11px 0 0 22px;
  background: #8eabc5;
}

.phone-screen b { color: #176fca; font-size: 10px; }
.phone-screen em { color: #7189a0; font-size: 8px; }
.phone-screen strong { padding: 6px 2px; border-radius: 5px; font-size: 8px; }

.client-screen {
  width: min(100%, 124px);
  height: 76px;
  gap: 6px;
  padding: 9px;
  border: 1px solid #c8dbef;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(27, 87, 143, .07);
}

.client-bar { height: 5px; background: #e8f1f9; }
.client-screen b { color: #315d83; font-size: 9px; }
.client-screen em { padding: 4px 5px; color: #56718a; background: #f1f7fc; font-size: 8px; }
.client-screen span { color: #36916d; font-size: 7px; }

.printer-shape {
  width: min(100%, 100px);
  height: 59px;
  border: 1px solid #b3c9dc;
  border-radius: 11px;
  background: #e6f0f8;
}

.printer-shape::before {
  top: 20px;
  left: 15px;
  width: calc(100% - 30px);
  height: 25px;
  border: 1px solid #aac1d5;
  border-radius: 3px;
}

.printer-shape i { top: 8px; right: 9px; width: 6px; height: 6px; }
.printer-shape b { top: 28px; left: 27px; width: 42px; height: 2px; }
.printer-shape em { bottom: -7px; left: 13px; width: calc(100% - 26px); height: 6px; background: #a3bbcf; }

.flow-connector {
  position: relative;
  top: auto;
  left: auto !important;
  width: 100%;
  height: 1px;
  background: #9ac9f3;
}

.flow-connector::after {
  top: -3px;
  width: 7px;
  height: 7px;
  border-width: 1px;
}

.flow-connector span {
  top: -18px;
  color: #6c8cac;
  font-size: 9px;
  white-space: nowrap;
}

.remote-route {
  z-index: 0;
  top: 50%;
  left: 13%;
  right: 13%;
  height: 1px;
  transform: none;
  opacity: .7;
}

.remote-route .route-dot { display: none; }

.remote-phone-node { top: auto; left: auto; }
.remote-package-node { top: auto; left: auto; }
.remote-truck-node { top: auto; right: auto; }

.remote-flow-visual .phone-screen { border-color: #efd5c5; }
.remote-flow-visual .phone-screen b { color: #da6a36; }
.remote-flow-visual .phone-screen strong { background: #ed7235; }

.package-shape {
  width: min(100%, 84px);
  height: 59px;
  border: 1px solid #dec8b9;
  border-radius: 8px;
  background: #fffaf5;
}

.package-shape::before { left: 36px; width: 10px; }
.package-shape i { left: 41px; height: 47px; }
.package-shape b { top: 14px; left: 12px; width: 24px; }

.truck-shape {
  width: min(100%, 104px);
  height: 53px;
  border-radius: 9px 13px 5px 5px;
  background: #f18348;
}

.truck-shape::before { top: 9px; right: 6px; width: 28px; height: 20px; }
.truck-shape i, .truck-shape b { bottom: -7px; width: 14px; height: 14px; border-width: 3px; }
.truck-shape i { left: 14px; }
.truck-shape b { right: 15px; }
.truck-shape em { top: 20px; left: 11px; width: 38px; }

.remote-note {
  right: 0;
  bottom: 12px;
  left: 0;
  font-size: 10px;
}

@media (max-width: 700px) {
  .tile-visual,
  .remote-flow-visual {
    min-height: 214px;
    padding-right: 12px;
    padding-left: 12px;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  }

  .phone-screen { width: 76px; height: 98px; }
  .client-screen { width: 108px; }
  .printer-shape { width: 86px; }
  .package-shape { width: 72px; }
  .truck-shape { width: 90px; }
}

/* Self-service printing product page */
.self-print-page {
  background: #fff;
}

.sp-shell {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
}

.sp-hero {
  min-height: calc(100dvh - 52px);
  padding: 32px 0 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 56%, rgba(91, 157, 234, 0.14), transparent 45%),
    linear-gradient(180deg, #f9fbfe 0%, #eef5fd 100%);
}

.sp-hero .seo-breadcrumbs {
  margin-bottom: 20px;
}

.sp-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 12px;
  text-align: center;
  animation: sp-enter 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.sp-hero-copy .kicker {
  margin-bottom: 12px;
}

.sp-hero-copy h1 {
  margin-bottom: 16px;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.05;
  font-weight: 680;
  letter-spacing: -0.045em;
}

.sp-hero-copy > p:not(.kicker) {
  max-width: 700px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.sp-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sp-flow-visual {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  animation: sp-visual-enter 820ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.sp-flow-visual img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(50, 91, 137, 0.13);
}

.sp-flow-visual figcaption {
  margin-top: 10px;
  color: rgba(29, 29, 31, 0.58);
  font-size: 13px;
  text-align: center;
}

@keyframes sp-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sp-visual-enter {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.sp-section {
  padding: 112px 0;
}

.sp-section h2,
.sp-final-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.12;
  font-weight: 660;
  letter-spacing: -0.035em;
}

.sp-section-heading {
  max-width: 720px;
  margin-bottom: 54px;
}

.sp-section-heading > p:last-child,
.sp-intro-copy p,
.sp-access-grid > div > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.sp-intro {
  background: #fff;
}

.sp-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(56px, 9vw, 130px);
  align-items: start;
}

.sp-intro-copy p:last-child {
  margin-bottom: 0;
}

.sp-role-section {
  background: #f5f7fa;
}

.sp-role-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.11);
  border-radius: 16px;
  background: #fff;
}

.sp-role {
  min-height: 480px;
  padding: clamp(36px, 5vw, 62px);
}

.sp-role-store {
  background: #eaf3ff;
  border-left: 1px solid rgba(0, 113, 227, 0.13);
}

.sp-role-label {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
}

.sp-role h3 {
  max-width: 400px;
  margin-bottom: 34px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.2;
}

.sp-role ol {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sp-role-step;
}

.sp-role li {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 38px;
  counter-increment: sp-role-step;
}

.sp-role li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--blue);
  background: rgba(0, 113, 227, 0.1);
  border-radius: 50%;
  content: counter(sp-role-step);
  font-size: 12px;
  font-weight: 700;
}

.sp-role li strong {
  font-size: 17px;
}

.sp-role li span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.sp-tech {
  background: #fff;
}

.sp-tech-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.sp-tech-flow > div {
  position: relative;
  min-height: 230px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
}

.sp-tech-flow > div:last-child {
  border-right: 0;
  background: #eef6ff;
}

.sp-tech-flow > div:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -13px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(0, 113, 227, 0.2);
  border-radius: 50%;
  content: "›";
  transform: translateY(-50%);
}

.sp-tech-flow span {
  display: block;
  margin-bottom: 50px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.sp-tech-flow strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.sp-tech-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.sp-tech-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.sp-scenes {
  background: #f5f7fa;
}

.sp-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(29, 29, 31, 0.12);
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 16px;
}

.sp-scene-grid article {
  min-height: 190px;
  padding: 38px;
  background: #fff;
}

.sp-scene-grid article:nth-child(2) {
  background: #edf5ff;
}

.sp-scene-grid article:nth-child(3) {
  background: #f8fbff;
}

.sp-scene-grid h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.sp-scene-grid p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.sp-access {
  background: #fff;
}

.sp-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.sp-access-grid > div > p {
  max-width: 520px;
  margin-bottom: 28px;
}

.sp-access dl {
  margin: 0;
}

.sp-access dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.sp-access dt {
  font-weight: 650;
}

.sp-access dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.sp-faq {
  background: #f5f7fa;
}

.sp-faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 130px);
}

.sp-faq .seo-faq details:first-child {
  border-top: 0;
  padding-top: 0;
}

.sp-faq .seo-faq summary {
  line-height: 1.45;
}

.sp-faq .seo-faq p {
  color: var(--muted);
  line-height: 1.8;
}

.sp-final-cta {
  padding: 76px 0;
  background: #eaf3ff;
}

.sp-final-cta .sp-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sp-final-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .sp-shell {
    width: min(100% - 36px, 1240px);
  }

  .sp-hero {
    min-height: auto;
    padding-top: 24px;
  }

  .sp-intro-grid,
  .sp-access-grid,
  .sp-faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sp-role-grid {
    grid-template-columns: 1fr;
  }

  .sp-role {
    min-height: 0;
  }

  .sp-role-store {
    border-top: 1px solid rgba(0, 113, 227, 0.13);
    border-left: 0;
  }

  .sp-tech-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-tech-flow > div:nth-child(2) {
    border-right: 0;
  }

  .sp-tech-flow > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .sp-tech-flow > div:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .self-print-page .site-header .nav-links {
    display: none;
  }

  .self-print-page .header-inner {
    grid-template-columns: 1fr auto;
  }

  .sp-shell {
    width: min(100% - 28px, 1240px);
  }

  .sp-hero {
    min-height: calc(100dvh - 52px);
    padding: 18px 0 28px;
  }

  .sp-hero .seo-breadcrumbs {
    margin-bottom: 16px;
  }

  .sp-hero-copy {
    text-align: left;
  }

  .sp-hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .sp-hero-copy > p:not(.kicker) {
    font-size: 16px;
  }

  .sp-actions {
    justify-content: flex-start;
  }

  .sp-flow-visual {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-top: 22px;
    overflow-x: auto;
    border-radius: 12px;
    scroll-snap-type: x mandatory;
  }

  .sp-flow-visual img {
    width: 820px;
    max-width: none;
    border-radius: 12px;
    scroll-snap-align: start;
  }

  .sp-flow-visual figcaption {
    position: sticky;
    left: 0;
    width: calc(100vw - 28px);
    padding: 0 14px;
    text-align: left;
  }

  .sp-section {
    padding: 76px 0;
  }

  .sp-section-heading {
    margin-bottom: 36px;
  }

  .sp-section h2,
  .sp-final-cta h2 {
    font-size: 32px;
  }

  .sp-role {
    padding: 32px 24px;
  }

  .sp-role h3 {
    font-size: 26px;
  }

  .sp-tech-flow,
  .sp-scene-grid {
    grid-template-columns: 1fr;
  }

  .sp-tech-flow > div,
  .sp-tech-flow > div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sp-tech-flow > div:last-child {
    border-bottom: 0;
  }

  .sp-tech-flow > div:not(:last-child)::after {
    top: auto;
    right: 28px;
    bottom: -13px;
    transform: rotate(90deg);
  }

  .sp-tech-flow > div:nth-child(2)::after {
    display: grid;
  }

  .sp-tech-flow span {
    margin-bottom: 28px;
  }

  .sp-scene-grid article {
    min-height: 0;
    padding: 30px 26px;
  }

  .sp-access dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sp-final-cta {
    padding: 62px 0;
  }

  .sp-final-cta .sp-shell {
    display: grid;
    justify-items: start;
  }
}

/* Homepage print-mode visuals: explain the service relationship at a glance. */
.product-tile {
  position: relative;
}

.tile-visual {
  position: relative;
  min-height: 330px;
  margin: 0 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 106, 204, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .58);
}

.remote-flow-visual {
  border-color: rgba(235, 108, 44, .16);
  background: rgba(255, 255, 255, .52);
}

.flow-node,
.remote-node {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #24415f;
  font-size: 12px;
  font-weight: 700;
}

.flow-node small,
.remote-node small {
  color: #506b86;
  font-size: 12px;
  font-weight: 700;
}

.node-index {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: #1478e6;
  border-radius: 50%;
  box-shadow: 0 5px 13px rgba(20, 120, 230, .22);
  font-size: 10px;
  letter-spacing: .03em;
}

.phone-node { top: 30px; left: 7%; }
.client-node { top: 42px; left: 36%; }
.printer-node { top: 74px; right: 7%; }

.phone-screen {
  display: grid;
  align-content: start;
  width: 92px;
  height: 155px;
  gap: 8px;
  padding: 21px 10px 10px;
  overflow: hidden;
  color: #273e59;
  background: #fff;
  border: 4px solid #172d45;
  border-radius: 17px;
  box-shadow: 0 13px 25px rgba(32, 83, 137, .15);
}

.phone-screen i {
  position: absolute;
  width: 24px;
  height: 4px;
  margin: -13px 0 0 24px;
  background: #172d45;
  border-radius: 10px;
}

.phone-screen b { color: #1478e6; font-size: 11px; }
.phone-screen em { color: #7890a8; font-size: 9px; font-style: normal; }
.phone-screen strong {
  margin-top: auto;
  padding: 7px 3px;
  color: #fff;
  background: #1478e6;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 650;
}

.client-screen {
  display: grid;
  align-content: start;
  width: 144px;
  height: 105px;
  gap: 9px;
  padding: 10px;
  color: #23415e;
  background: #fff;
  border: 5px solid #b9cde1;
  border-radius: 7px;
  box-shadow: 0 13px 25px rgba(32, 83, 137, .13);
  font-size: 10px;
}

.client-bar { width: 100%; height: 7px; background: #eaf3fc; border-radius: 3px; }
.client-screen b { color: #1478e6; font-size: 10px; }
.client-screen em { padding: 6px; color: #315978; background: #eef6ff; border-radius: 4px; font-style: normal; }
.client-screen span { color: #2d9c73; font-size: 8px; }

.printer-shape {
  position: relative;
  width: 122px;
  height: 78px;
  margin-top: 18px;
  background: linear-gradient(#ecf4fb 0 34%, #9db3c8 35% 42%, #d7e5f1 43%);
  border: 3px solid #617d98;
  border-radius: 10px 10px 8px 8px;
  box-shadow: 0 13px 25px rgba(32, 83, 137, .15);
}

.printer-shape::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 20px;
  width: 78px;
  height: 31px;
  background: #fff;
  border: 2px solid #acc1d4;
  border-radius: 3px;
}

.printer-shape i { position: absolute; top: 10px; right: 12px; width: 8px; height: 8px; background: #2d9c73; border-radius: 50%; }
.printer-shape b { position: absolute; z-index: 1; top: 33px; left: 34px; width: 48px; height: 3px; background: #b5c9da; }
.printer-shape em { position: absolute; bottom: -11px; left: 17px; width: 87px; height: 10px; background: #8ea6bc; border-radius: 0 0 5px 5px; }

.flow-connector {
  position: absolute;
  top: 142px;
  width: 27%;
  height: 2px;
  background: #79b8f4;
}

.flow-connector::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1478e6;
  border-right: 2px solid #1478e6;
  transform: rotate(45deg);
}

.flow-connector span {
  position: absolute;
  top: -23px;
  left: 50%;
  color: #5f88ae;
  font-size: 10px;
  transform: translateX(-50%);
}

.phone-node + .flow-connector { left: 25%; }
.client-node + .flow-connector { left: 62%; }

.remote-phone-node { top: 28px; left: 9%; }
.remote-package-node { top: 57px; left: 43%; }
.remote-truck-node { top: 70px; right: 8%; }
.remote-flow-visual .node-index { background: #f17a3b; box-shadow: 0 5px 13px rgba(241, 122, 59, .22); }
.remote-flow-visual .phone-screen { border-color: #574b43; }
.remote-flow-visual .phone-screen b { color: #ed7235; }
.remote-flow-visual .phone-screen strong { background: #ed7235; }

.remote-route {
  position: absolute;
  top: 151px;
  left: 17%;
  right: 17%;
  height: 3px;
  background: repeating-linear-gradient(90deg, #f2a274 0 8px, transparent 8px 15px);
  transform: rotate(-6deg);
}

.route-dot {
  position: absolute;
  top: -5px;
  width: 13px;
  height: 13px;
  background: #f17a3b;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(241, 122, 59, .3);
}
.route-dot-start { left: -1px; }
.route-dot-end { right: -1px; }

.package-shape {
  position: relative;
  width: 100px;
  height: 78px;
  margin-top: 20px;
  background: linear-gradient(135deg, #fff 0 52%, #f2e3d4 53%);
  border: 2px solid #d7c1af;
  border-radius: 5px;
  box-shadow: 0 13px 25px rgba(137, 89, 54, .12);
}
.package-shape::before { content: ""; position: absolute; top: 0; bottom: 0; left: 43px; width: 12px; background: #f17a3b; opacity: .9; }
.package-shape i { position: absolute; top: 7px; left: 51px; width: 2px; height: 61px; background: #d36431; }
.package-shape b { position: absolute; top: 16px; left: 16px; width: 28px; height: 2px; background: #dac6b7; }

.truck-shape {
  position: relative;
  width: 126px;
  height: 67px;
  margin-top: 23px;
  background: #f17a3b;
  border-radius: 8px 18px 5px 5px;
  box-shadow: 0 13px 25px rgba(137, 89, 54, .15);
}
.truck-shape::before { content: ""; position: absolute; top: 12px; right: 7px; width: 34px; height: 25px; background: #fff1e8; border-radius: 3px 10px 3px 3px; }
.truck-shape i, .truck-shape b { position: absolute; bottom: -9px; width: 18px; height: 18px; background: #5c5149; border: 4px solid #fff4e6; border-radius: 50%; }
.truck-shape i { left: 18px; }
.truck-shape b { right: 19px; }
.truck-shape em { position: absolute; top: 23px; left: 14px; width: 48px; height: 2px; background: #ffb389; }

.remote-note {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: 0;
  color: #b2653d;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .tile-visual { min-height: 305px; margin: 0 16px 16px; }
  .phone-node { left: 3%; }
  .client-node { left: 34%; }
  .printer-node { right: 2%; }
  .phone-screen { transform: scale(.9); transform-origin: top center; }
  .client-screen { transform: scale(.86); transform-origin: top center; }
  .printer-shape { transform: scale(.86); transform-origin: top center; }
  .remote-phone-node { left: 4%; }
  .remote-package-node { left: 39%; }
  .remote-truck-node { right: 3%; }
  .truck-shape { transform: scale(.85); transform-origin: top center; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sp-hero-copy,
  .sp-flow-visual {
    animation: none;
  }
}

/* Final clean workflow wins over earlier legacy visual rules. */
.clean-flow-visual,
.remote-clean-flow {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
}
/* Header safety net: legacy page copies must never expose the retired
   subscription entry in the public navigation. */
.nav-links > a[href="software-license.html"],
.nav-links > a[href="/software-license.html"] {
  display: none !important;
}
