:root {
  color-scheme: light;
  --ink: #17122d;
  --violet: #2d2156;
  --violet-2: #49367f;
  --orange: #ff9d5c;
  --orange-soft: #fff0e5;
  --blue: #7fc8ff;
  --blue-soft: #e8f6ff;
  --mint: #8bdfc1;
  --mint-soft: #e8faf3;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: #dedbe8;
  --muted: #68627a;
  --shadow: 0 32px 80px rgba(35, 25, 73, 0.16);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(rgba(45, 33, 86, 0.055) 0.8px, transparent 0.8px);
  background-size: 16px 16px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

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

[data-website-url] {
  cursor: pointer;
}

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

button {
  font: inherit;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding-block: 120px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--violet);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background: rgba(251, 250, 247, 0.88);
  border-color: rgba(45, 33, 86, 0.09);
  box-shadow: 0 12px 32px rgba(31, 24, 61, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.brand img {
  border-radius: 12px;
}

.brand strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.site-nav a,
.footer-links a {
  color: #544e65;
  font-size: 14px;
  font-weight: 650;
  transition: color 150ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--violet);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-picker {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(45, 33, 86, 0.12);
  background: rgba(255, 255, 255, 0.64);
  border-radius: 10px;
}

.language-picker button {
  width: 30px;
  height: 27px;
  padding: 0;
  color: #6a647b;
  border: 0;
  background: transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.language-picker button[aria-pressed="true"] {
  color: white;
  background: var(--violet);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 780;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 12px;
  font-size: 12px;
}

.button-ink,
.button-primary {
  color: white;
  background: var(--violet);
  box-shadow: 0 12px 24px rgba(45, 33, 86, 0.2);
}

.button-primary:hover,
.button-ink:hover {
  background: #3a2a6b;
  box-shadow: 0 16px 30px rgba(45, 33, 86, 0.25);
}

.button-light {
  color: var(--violet);
  background: white;
  box-shadow: 0 16px 28px rgba(15, 10, 40, 0.22);
}

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 176px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.7;
}

.hero-glow-one {
  top: -230px;
  left: -190px;
  background: radial-gradient(circle, rgba(255, 157, 92, 0.24), transparent 69%);
}

.hero-glow-two {
  right: -170px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(127, 200, 255, 0.28), transparent 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(590px, 1.14fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--violet-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow > span:first-child {
  width: 28px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

.eyebrow.light {
  color: #d9d0ff;
}

.hero h1,
.section-heading h2,
.offline-copy h2,
.import-copy h2,
.pricing-copy h2,
.split-heading h2,
.closing-card h2 {
  margin: 0;
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(64px, 7.4vw, 106px);
}

.hero-lede {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--violet);
  font-size: 14px;
  font-weight: 780;
}

.text-link span:last-child {
  font-size: 18px;
  transition: transform 150ms ease;
}

.text-link:hover span:last-child {
  transform: translate(3px, 3px);
}

.platform-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 0;
  color: #777185;
  font-size: 12px;
  font-weight: 600;
}

.platform-dots {
  display: flex;
}

.platform-dots i {
  width: 20px;
  height: 20px;
  margin-left: -5px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--orange);
}

.platform-dots i:nth-child(2) { background: var(--blue); }
.platform-dots i:nth-child(3) { background: var(--mint); }

.product-stage {
  position: relative;
  min-height: 610px;
}

.product-stage::before {
  position: absolute;
  top: 26px;
  right: -60px;
  width: 540px;
  height: 540px;
  content: "";
  background: var(--orange);
  border-radius: 48% 52% 42% 58% / 58% 42% 58% 42%;
  opacity: 0.16;
  transform: rotate(-12deg);
}

.app-window {
  position: absolute;
  top: 74px;
  right: 0;
  width: 650px;
  overflow: hidden;
  border: 1px solid rgba(45, 33, 86, 0.14);
  background: #f7f7fa;
  border-radius: 25px;
  box-shadow: var(--shadow);
  transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
}

.app-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 55px;
  padding: 0 16px;
  border-bottom: 1px solid #e7e5ed;
  background: white;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8d5e0;
}

.mesh-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--mint-soft);
  border-radius: 20px;
  color: #2f6351;
  font-size: 8px;
}

.mesh-pill strong { font-size: 9px; }

.live-dot {
  width: 6px;
  height: 6px;
  background: #44b88c;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(68, 184, 140, 0.13);
}

.avatar {
  justify-self: end;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: white;
  background: var(--violet);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
}

.app-body {
  display: grid;
  grid-template-columns: 54px 1fr 180px;
  min-height: 442px;
}

.app-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding-top: 16px;
  border-right: 1px solid #e7e5ed;
  background: white;
}

.app-sidebar img {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 8px;
}

.app-sidebar i {
  width: 18px;
  height: 18px;
  background: #e7e5ed;
  border-radius: 6px;
}

.app-sidebar i.active {
  background: var(--violet);
  box-shadow: 0 0 0 6px rgba(45, 33, 86, 0.08);
}

.pos-workspace {
  padding: 22px 18px;
}

.workspace-heading,
.order-title,
.order-total,
.ticket-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workspace-heading span,
.order-title span,
.ticket-head span {
  display: block;
  color: #8b8697;
  font-size: 8px;
}

.workspace-heading strong,
.order-title strong,
.ticket-head strong {
  display: block;
  margin-top: 2px;
  font-size: 15px;
}

.search-shape {
  width: 64px;
  height: 23px;
  border: 1px solid #e2dfe9;
  background: white;
  border-radius: 8px;
}

.category-row {
  display: flex;
  gap: 6px;
  margin: 18px 0 14px;
}

.category-row span {
  padding: 5px 10px;
  color: #777181;
  background: white;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 700;
}

.category-row span.selected {
  color: white;
  background: var(--violet);
}

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

.menu-card {
  position: relative;
  min-height: 136px;
  padding: 12px;
  overflow: hidden;
  border-radius: 15px;
}

.menu-card.orange { background: var(--orange-soft); }
.menu-card.blue { background: var(--blue-soft); }
.menu-card.mint { background: var(--mint-soft); }
.menu-card.cream { background: #f5eedf; }

.menu-card strong,
.menu-card > span {
  position: relative;
  z-index: 2;
  display: block;
}

.menu-card strong {
  max-width: 86px;
  margin-top: 70px;
  font-size: 9px;
  line-height: 1.25;
}

.menu-card > span {
  margin-top: 4px;
  color: #6f687c;
  font-size: 8px;
  font-weight: 700;
}

.dish-art {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(35, 26, 68, 0.08);
}

.dish-art::before {
  position: absolute;
  inset: 9px;
  content: "";
  border: 3px solid rgba(45, 33, 86, 0.12);
  border-radius: 50%;
}

.dish-art i {
  position: absolute;
  z-index: 2;
  display: block;
  width: 15px;
  height: 9px;
  background: var(--orange);
  border-radius: 50%;
  transform: rotate(24deg);
}

.dish-art i:first-child { top: 22px; left: 18px; }
.dish-art i:nth-child(2) { top: 34px; left: 30px; background: var(--mint); }
.dish-art i:nth-child(3) { top: 19px; left: 38px; width: 8px; background: var(--blue); }

.dish-two i { width: 27px; height: 12px; background: #d79259; }
.dish-three i { width: 25px; height: 25px; background: #f4d76c; }
.dish-four i { background: #71bb83; }

.order-panel {
  padding: 20px 16px;
  border-left: 1px solid #e7e5ed;
  background: white;
}

.order-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeecf2;
}

.order-line {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 4px;
  padding: 13px 0;
  border-bottom: 1px solid #f0eef4;
  font-size: 8px;
}

.order-line span { color: #8b8596; }
.order-line strong { font-size: 8px; }
.order-line b { font-size: 8px; }

.order-note {
  margin-top: 10px;
  padding: 9px;
  color: #8a633e;
  background: #fff7e8;
  border-radius: 8px;
  font-size: 7px;
}

.order-total {
  margin-top: 72px;
  font-size: 9px;
}

.order-total strong { font-size: 13px; }

.order-panel button,
.kds-ticket button {
  width: 100%;
  height: 35px;
  margin-top: 13px;
  color: white;
  border: 0;
  background: var(--violet);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 800;
}

.kds-ticket {
  position: absolute;
  right: -26px;
  bottom: -2px;
  z-index: 4;
  width: 254px;
  padding: 18px;
  border: 1px solid rgba(45, 33, 86, 0.13);
  background: white;
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(39, 30, 74, 0.22);
  transform: rotate(2.5deg);
}

.ticket-head {
  padding-bottom: 12px;
  border-bottom: 1px solid #eceaf0;
}

.ticket-head strong { font-size: 11px; }

.status {
  display: flex !important;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  color: #875220 !important;
  background: var(--orange-soft);
  border-radius: 10px;
  font-weight: 750;
}

.status i {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.ticket-time {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 13px 0;
}

.ticket-time strong { font-size: 21px; letter-spacing: -0.04em; }
.ticket-time span { color: #8b8596; font-size: 7px; }

.ticket-items {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 8px;
  margin-top: 10px;
}

.ticket-items > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--violet);
  background: #efedf5;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 800;
}

.ticket-items p { margin: 0; }
.ticket-items strong { display: block; font-size: 8px; }
.ticket-items small { display: block; color: #9b6d3f; font-size: 7px; }
.kds-ticket button { background: #3fa77f; }

.capability-bar {
  overflow: hidden;
  color: white;
  background: var(--violet);
}

.capability-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.capability-track i {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.section-heading {
  max-width: 800px;
}

.section-heading h2,
.offline-copy h2,
.import-copy h2,
.pricing-copy h2,
.split-heading h2,
.closing-card h2 {
  font-size: clamp(44px, 5.6vw, 76px);
}

.section-heading > p:last-child,
.split-heading > p,
.import-copy > p,
.pricing-copy > p,
.offline-copy > p {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.workflow-card {
  position: relative;
  min-height: 440px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(45, 33, 86, 0.08);
  border-radius: var(--radius-md);
}

.orange-card { background: var(--orange-soft); }
.blue-card { background: var(--blue-soft); }
.mint-card { background: var(--mint-soft); }

.card-number {
  color: rgba(45, 33, 86, 0.42);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.workflow-card h3 {
  margin: 32px 0 10px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.workflow-card p {
  margin: 0;
  color: #625c70;
  font-size: 14px;
}

.mini-visual {
  position: relative;
  height: 180px;
  margin-top: 28px;
}

.pos-mini {
  display: grid;
  grid-template-columns: repeat(2, 80px);
  grid-auto-rows: 70px;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  transform: rotate(-4deg);
}

.pos-mini i {
  border: 1px solid rgba(45, 33, 86, 0.09);
  background: white;
  border-radius: 14px;
  box-shadow: 0 8px 16px rgba(45, 33, 86, 0.07);
}

.pos-mini i:nth-child(2) { background: #ffd8bf; }
.pos-mini i:nth-child(3) { background: #ffe7d5; }
.pos-mini span {
  position: absolute;
  right: 56px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--violet);
  border-radius: 13px;
  box-shadow: 0 9px 18px rgba(45, 33, 86, 0.2);
  font-size: 21px;
}

.kds-mini {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 9px;
  transform: rotate(3deg);
}

.kds-mini span {
  width: 82px;
  height: 136px;
  border-top: 8px solid var(--orange);
  background: white;
  border-radius: 13px;
  box-shadow: 0 12px 20px rgba(45, 33, 86, 0.08);
}

.kds-mini span:nth-child(2) { height: 160px; border-color: var(--blue); }
.kds-mini span:nth-child(3) { height: 118px; border-color: var(--mint); }

.sync-mini i {
  position: absolute;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 9px solid white;
  background: var(--violet);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(45, 33, 86, 0.13);
}

.sync-mini i:first-child { top: 0; left: calc(50% - 31px); }
.sync-mini i:nth-child(2) { right: 42px; bottom: 6px; background: var(--blue); }
.sync-mini i:nth-child(3) { bottom: 6px; left: 42px; background: var(--orange); }
.sync-mini::before,
.sync-mini::after,
.sync-mini span {
  position: absolute;
  height: 2px;
  content: "";
  background: rgba(45, 33, 86, 0.22);
  transform-origin: left center;
}
.sync-mini::before { top: 60px; left: 50%; width: 104px; transform: rotate(57deg); }
.sync-mini::after { top: 60px; left: 50%; width: 104px; transform: rotate(123deg); }
.sync-mini span { bottom: 37px; left: 50%; width: 118px; transform: translateX(-50%); }

.offline-section {
  color: white;
  background: var(--violet);
  overflow: hidden;
}

.offline-grid,
.import-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 92px;
}

.network-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  box-shadow: 0 32px 70px rgba(12, 7, 34, 0.28);
  backdrop-filter: blur(10px);
}

.network-topline,
.network-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-size: 11px;
}

.network-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.network-topline > span { font-weight: 800; }
.network-topline strong,
.network-footer > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--mint);
  font-size: 10px;
}
.network-topline i,
.network-footer i {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(139, 223, 193, 0.1);
}

.network-map {
  position: relative;
  min-height: 350px;
}

.network-map svg {
  position: absolute;
  inset: 12px 4% 0;
  width: 92%;
  height: 310px;
}

.network-map path {
  fill: none;
  stroke: rgba(139, 223, 193, 0.32);
  stroke-dasharray: 7 7;
  stroke-width: 1.5;
}

.network-node {
  position: absolute;
  display: grid;
  width: 76px;
  min-height: 62px;
  place-items: center;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #473a70;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(8, 5, 24, 0.22);
}

.network-node span {
  color: white;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.network-node small { color: #c7bfdf; font-size: 8px; }
.node-pos { top: 62px; left: 13%; border-color: rgba(255, 157, 92, 0.45); }
.node-kds-one { top: 20px; left: 43%; border-color: rgba(127, 200, 255, 0.5); }
.node-kds-two { top: 80px; right: 10%; border-color: rgba(127, 200, 255, 0.5); }
.node-office { bottom: 24px; left: 29%; border-color: rgba(139, 223, 193, 0.5); }
.node-print { right: 20%; bottom: 37px; border-color: rgba(255, 157, 92, 0.45); }

.network-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #bdb5d2;
}

.network-footer strong { color: #c9c1dd; font-size: 9px; font-weight: 650; }

.offline-copy p { color: #c9c1dc; }

.check-list,
.feature-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  color: #eeeafd;
  font-size: 14px;
}

.check-list i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  color: #173d30;
  background: var(--mint);
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.import-section {
  overflow: hidden;
}

.import-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list > li > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
}

.feature-list strong { font-size: 14px; }
.feature-list p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.import-demo {
  position: relative;
  min-height: 520px;
  padding: 38px;
  background: #eeeaf8;
  border-radius: 38px;
}

.import-demo::before {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 150px;
  height: 150px;
  content: "";
  border: 28px solid rgba(127, 200, 255, 0.28);
  border-radius: 50%;
}

.upload-stack {
  position: relative;
  z-index: 2;
  width: 72%;
}

.upload-file {
  display: grid;
  grid-template-columns: 52px 1fr 26px;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  margin-bottom: 10px;
  padding: 11px 14px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(45, 33, 86, 0.09);
}

.upload-file > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #7b421d;
  background: var(--orange-soft);
  border-radius: 12px;
  font-size: 9px;
  font-weight: 900;
}

.file-sheet > span { color: #235543; background: var(--mint-soft); }
.file-pdf > span { color: #285374; background: var(--blue-soft); }
.upload-file strong,
.upload-file small { display: block; }
.upload-file strong { font-size: 11px; }
.upload-file small { color: #8c8698; font-size: 9px; }
.upload-file > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: white;
  background: #43af86;
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
}

.agent-card {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 3;
  width: 72%;
  padding: 20px;
  background: var(--violet);
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(45, 33, 86, 0.28);
}

.agent-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.agent-head img { width: 40px; height: 40px; border-radius: 12px; }
.agent-head strong,
.agent-head span { display: block; }
.agent-head strong { color: white; font-size: 12px; }
.agent-head span { color: #cfc7e8; font-size: 8px; }
.agent-head span span { display: inline; }
.agent-head i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; background: var(--mint); border-radius: 50%; }
.agent-card > p { margin: 17px 0; color: #f4f1fb; font-size: 12px; line-height: 1.65; }
.agent-actions { display: flex; gap: 7px; }
.agent-actions button { padding: 7px 9px; color: white; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 8px; font-size: 8px; }
.agent-actions button:first-child { color: var(--violet); background: var(--mint); border-color: var(--mint); font-weight: 800; }

.pricing-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0edf8 0%, #fff5ec 100%);
}

.pricing-section::before {
  position: absolute;
  top: -220px;
  left: -180px;
  width: 520px;
  height: 520px;
  content: "";
  border: 80px solid rgba(127, 200, 255, 0.14);
  border-radius: 50%;
}

.pricing-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  align-items: center;
  gap: 80px;
}

.pricing-copy h2 {
  max-width: 560px;
}

.pricing-card {
  padding: 38px;
  color: white;
  background: var(--violet);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  box-shadow: 0 34px 80px rgba(45, 33, 86, 0.24);
}

.pricing-card-head,
.price-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.pricing-card-head span,
.pricing-card-head strong {
  display: block;
}

.pricing-card-head > div > span {
  color: #cfc7e8;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card-head > div > strong {
  margin-top: 5px;
  font-size: 18px;
}

.pricing-badge {
  padding: 7px 10px;
  color: #183d31;
  background: var(--mint);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.price-line {
  align-items: baseline;
  justify-content: flex-start;
  margin: 34px 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.price-line strong {
  font-size: clamp(52px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.price-line span {
  max-width: 120px;
  color: #cfc7e8;
  font-size: 12px;
  line-height: 1.35;
}

.pricing-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f4f1fb;
  font-size: 14px;
}

.pricing-list i {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  color: #183d31;
  background: var(--mint);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.pricing-button {
  width: 100%;
  color: #39200f;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(9, 5, 29, 0.25);
}

.pricing-button:hover {
  background: #ffad76;
}

.pricing-note {
  margin: 14px 0 0;
  color: #cfc7e8;
  text-align: center;
  font-size: 11px;
}

.hardware-section {
  padding-top: 20px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
}

.split-heading > p { margin-bottom: 6px; }

.hardware-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.hardware-card {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-md);
}

.hardware-card h3 { margin: 28px 0 8px; font-size: 20px; letter-spacing: -0.03em; }
.hardware-card p { margin: 0; color: var(--muted); font-size: 13px; }

.hardware-icon {
  position: relative;
  width: 100%;
  height: 135px;
  overflow: hidden;
  background: #f1eef8;
  border-radius: 16px;
}

.network-icon i {
  position: absolute;
  top: 38px;
  width: 54px;
  height: 54px;
  border: 8px solid white;
  background: var(--violet);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(45, 33, 86, 0.18);
}
.network-icon i:first-child { left: 22%; }
.network-icon i:nth-child(2) { right: 22%; background: var(--blue); }
.network-icon i:nth-child(3) { top: 75px; left: calc(50% - 27px); background: var(--orange); }
.bluetooth-icon { display: grid; place-items: center; background: var(--blue-soft); }
.bluetooth-icon span { display: grid; width: 68px; height: 68px; place-items: center; color: white; background: #4e9dd8; border-radius: 22px; font-size: 38px; }
.route-icon { background: var(--mint-soft); }
.route-icon i { position: absolute; top: 38px; width: 66px; height: 66px; background: white; border-radius: 18px; box-shadow: 0 8px 18px rgba(45,33,86,.08); }
.route-icon i:first-child { left: 18%; }
.route-icon i:nth-child(2) { right: 18%; }
.route-icon span { position: absolute; top: 53px; left: calc(50% - 20px); z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; color: white; background: #46a782; border-radius: 50%; font-weight: 900; }

.closing-section {
  padding: 110px 0 60px;
}

.closing-card {
  position: relative;
  min-height: 520px;
  padding: 86px 10%;
  overflow: hidden;
  color: white;
  background: var(--violet);
  border-radius: var(--radius-lg);
}

.closing-card::before,
.closing-card::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.closing-card::before { right: -90px; bottom: -200px; width: 500px; height: 500px; border: 80px solid rgba(127,200,255,.13); }
.closing-card::after { top: -180px; right: 190px; width: 360px; height: 360px; border: 60px solid rgba(255,157,92,.12); }
.closing-card > img { position: absolute; right: 9%; top: 50%; width: 250px; height: 250px; border-radius: 54px; transform: translateY(-50%) rotate(8deg); box-shadow: 0 30px 65px rgba(9,5,29,.3); }
.closing-card h2 { position: relative; z-index: 2; max-width: 600px; }
.closing-card > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 520px; margin: 25px 0 30px; color: #d2cae8; }
.closing-card .button { position: relative; z-index: 2; }

.site-footer {
  padding: 34px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.footer-grid > p { margin: 0; color: var(--muted); text-align: center; font-size: 12px; }
.footer-links { display: flex; gap: 20px; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.75,.25,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-short { transition-delay: 90ms; }
.reveal-delay { transition-delay: 170ms; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: auto 1fr auto; gap: 20px; }
  .site-nav { gap: 17px; }
  .header-actions .button { display: none; }
  .hero-grid { grid-template-columns: 0.85fr 1.15fr; gap: 28px; }
  .app-window { right: -80px; transform: scale(.9) perspective(1400px) rotateY(-4deg) rotateX(2deg); transform-origin: center right; }
  .kds-ticket { right: -12px; }
  .offline-grid, .import-grid { gap: 50px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section-pad { padding-block: 88px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav {
    position: absolute;
    top: 70px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.97);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 8px; }
  .header-actions { position: absolute; top: 17px; right: 70px; }
  .hero { padding-top: 138px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .product-stage { min-height: 620px; }
  .app-window { right: 2%; width: 680px; transform: scale(.94); transform-origin: top right; }
  .kds-ticket { right: 2%; }
  .workflow-grid, .hardware-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 370px; }
  .workflow-grid .workflow-card { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; column-gap: 30px; }
  .workflow-card .card-number { position: absolute; top: 24px; left: 26px; }
  .workflow-card .mini-visual { grid-row: 1 / span 3; grid-column: 1; width: 100%; }
  .workflow-card h3, .workflow-card p { grid-column: 2; }
  .offline-grid, .import-grid, .pricing-grid { grid-template-columns: 1fr; }
  .offline-copy { grid-row: 1; }
  .network-card { max-width: 650px; }
  .import-demo { min-height: 540px; }
  .pricing-card { max-width: 680px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .hardware-grid { grid-template-columns: repeat(3, 1fr); }
  .hardware-card { min-height: 275px; padding: 18px; }
  .closing-card { padding-left: 7%; }
  .closing-card > img { width: 190px; height: 190px; opacity: .55; }
  .closing-card h2, .closing-card > p:not(.eyebrow) { max-width: 68%; }
}

@media (max-width: 680px) {
  .header-actions { display: flex; right: 68px; }
  .header-actions > .button { display: none; }
  .hero { min-height: auto; padding-top: 126px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-stage { min-height: 510px; margin-top: 15px; }
  .app-window { top: 40px; right: 50%; width: 660px; transform: translateX(50%) scale(.7); transform-origin: top center; }
  .kds-ticket { right: -4px; bottom: -18px; width: 220px; }
  .capability-track { justify-content: flex-start; width: max-content; animation: marquee 18s linear infinite; }
  .capability-track span { margin-left: 26px; }
  .section-heading h2, .offline-copy h2, .import-copy h2, .pricing-copy h2, .split-heading h2, .closing-card h2 { font-size: 46px; }
  .workflow-grid .workflow-card { display: block; }
  .workflow-card { min-height: 440px; }
  .workflow-card .mini-visual { width: 100%; }
  .workflow-card h3 { margin-top: 25px; }
  .network-map { min-height: 310px; transform: scale(.88); transform-origin: center; }
  .network-footer { align-items: flex-start; flex-direction: column; gap: 6px; }
  .import-demo { min-height: 560px; padding: 22px; }
  .upload-stack { width: 94%; }
  .agent-card { right: 13px; width: 90%; }
  .pricing-card { padding: 28px 22px; }
  .price-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .price-line span { max-width: none; }
  .hardware-grid { grid-template-columns: 1fr; }
  .hardware-card { min-height: 290px; }
  .closing-card { min-height: 590px; padding: 70px 28px; text-align: left; }
  .closing-card > img { top: auto; right: -40px; bottom: -30px; width: 220px; height: 220px; transform: rotate(8deg); opacity: .35; }
  .closing-card h2, .closing-card > p:not(.eyebrow) { max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .footer-grid > p { text-align: left; }
  .footer-links { flex-wrap: wrap; }
  .footer-brand { display: none; }
}

@media (max-width: 430px) {
  .site-header .brand > span { display: none; }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

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