:root {
  --ink: #0c0d0f;
  --ink-soft: #202329;
  --muted: #6b7280;
  --line: #e4e6e9;
  --soft: #f5f6f7;
  --paper: #ffffff;
  --orange: #ce8352;
  --orange-dark: #9d5427;
  --green: #079b6f;
  --blue: #3379ee;
  --purple: #8d42e8;
  --red: #d93636;
  --yellow: #c98a00;
  --shadow-phone: 0 24px 60px rgba(13, 16, 22, 0.18), 0 5px 14px rgba(13, 16, 22, 0.12);
  --shell: 1180px;
  --gutter: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
h1, h2, h3, p { margin: 0; }
h2[id] { scroll-margin-top: 96px; }
button { border: 0; background: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(100% - (var(--gutter) * 2), var(--shell)); margin-inline: auto; }
.section { padding: 92px 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,.96);
}
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { display: flex; height: 72px; align-items: center; justify-content: space-between; }
.brand img { width: 148px; height: auto; }
.menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; cursor: pointer; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.site-nav {
  position: fixed;
  inset: 72px 0 auto;
  display: none;
  padding: 18px var(--gutter) 30px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.site-nav.is-open { display: grid; }
.site-nav a, .site-nav button { padding: 17px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 18px; font-weight: 700; cursor: pointer; }
.site-nav > :last-child { border-bottom: 0; color: var(--orange-dark); }

.hero { padding: 64px 0 84px; }
.hero-copy { position: relative; z-index: 5; text-align: left; }
.orange-rule { display: block; width: 42px; height: 4px; margin-bottom: 24px; background: var(--orange); }
.hero h1, .section-copy h2, .scan-copy h2, .onboarding-copy h2, .enterprise h2 {
  max-width: 760px;
  font-size: clamp(44px, 12vw, 66px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: .99;
}
.hero-copy > p { max-width: 560px; margin-top: 24px; color: var(--muted); font-size: 20px; line-height: 1.45; }
.actions { display: grid; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--ink); border-radius: 10px; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:active { transform: translateY(1px); }
.button--dark { background: var(--ink); color: #fff; }
.button--outline { background: #fff; }
.button:focus-visible, .site-nav a:focus-visible, .site-nav button:focus-visible { outline: 3px solid rgba(206,131,82,.35); outline-offset: 3px; }

.product-stage {
  position: relative;
  width: min(100%, 1240px);
  height: 550px;
  margin: 52px auto 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(250,248,246,0) 0%, #faf8f6 100%);
}
.product-stage::before { position: absolute; inset: 28% 10% 0; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(206,131,82,.13), rgba(206,131,82,0) 68%); content: ""; }
.phone {
  position: relative;
  width: min(64vw, 244px);
  aspect-ratio: 390 / 844;
  overflow: hidden;
  border: 7px solid #151618;
  border-radius: 40px;
  background: #fff;
  box-shadow: var(--shadow-phone);
}
.phone::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 32px; content: ""; pointer-events: none; }
.phone-island { position: absolute; z-index: 6; top: 9px; left: 50%; width: 30%; height: 18px; border-radius: 16px; background: #050505; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; background: #fbfcfd; color: #18212e; }
.phone-status { display: flex; height: 38px; align-items: end; justify-content: space-between; padding: 0 16px 7px; font-size: 7px; font-weight: 700; }
.app-heading { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid #dfe2e6; background: #fbfcfd; }
.app-heading b { font-size: 13px; }
.app-heading span { font-size: 15px; }
.app-search { margin: 13px 13px 10px; padding: 9px 10px; border: 1px solid #d9dde2; border-radius: 8px; color: #a0a7b2; font-size: 8px; background: #fff; }
.mini-tabs { display: flex; gap: 8px; padding: 0 13px 11px; font-size: 7px; }
.mini-tabs b, .mini-tabs span { padding: 5px 9px; border: 1px solid #d9dde2; border-radius: 14px; }
.mini-tabs b { border-color: var(--orange); background: var(--orange); color: #fff; }
.category-row { margin: 0 12px 9px; padding: 11px; border-radius: 9px; background: #fff; box-shadow: 0 3px 11px rgba(15,20,28,.07); }
.category-row strong, .category-row small { display: block; }
.category-row strong { font-size: 9px; }
.category-row small { margin-top: 1px; color: #7d8591; font-size: 7px; }
.category-row div { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
.category-row em, .scan-list em { padding: 3px 6px; border-radius: 8px; font-size: 6px; font-style: normal; }
.green { background: #e8f8f1; color: var(--green); }
.blue { background: #eaf2ff; color: var(--blue); }
.red { background: #fff0f0; color: var(--red); }

.phone--inventory, .phone--scan, .phone--calls { position: absolute; top: 8px; left: 50%; }
.phone--inventory, .phone--scan { top: 48px; width: min(60vw, 226px); transform-origin: bottom center; }
.phone--inventory { z-index: 1; transform: translateX(-96%) scale(.84) rotate(-4deg); }
.phone--scan { z-index: 1; transform: translateX(-4%) scale(.84) rotate(4deg); }
.phone--calls { z-index: 3; transform: translateX(-50%); }
.queue-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 10px 13px; border-bottom: 1px solid #e1e4e8; }
.queue-tabs button { padding: 7px 3px; border-radius: 6px; color: #616976; font-size: 7px; cursor: pointer; }
.queue-tabs button.is-active { border: 1px solid var(--orange); background: #fff4ed; color: var(--orange-dark); }
.queue-tabs button span { font-weight: 800; }
.call-stack { padding: 10px 12px 36px; }
.call-card { position: relative; margin-bottom: 8px; padding: 10px 11px 11px; border-left: 3px solid; border-radius: 8px; background: #fff; box-shadow: 0 3px 9px rgba(15,20,28,.09); }
.call-card > div:first-child { display: flex; justify-content: space-between; gap: 8px; }
.call-card strong { font-size: 8px; }
.call-card small, .call-card time { color: #737b87; font-size: 6px; }
.call-card > em, .call-tags em { display: inline-block; margin: 5px 0 3px; padding: 2px 4px; border: 1px solid currentColor; border-radius: 3px; font-size: 6px; font-style: normal; }
.call-card p { margin-top: 3px; font-size: 6px; }
.call-card time { position: absolute; right: 8px; bottom: 7px; }
.call-card--green { border-color: var(--green); color: var(--green); }
.call-card--blue { border-color: var(--blue); color: var(--blue); }
.call-card--purple { border-color: var(--purple); color: var(--purple); }
.call-card p, .call-card time, .call-card small { color: #4e5661; }
.call-tags { display: flex; gap: 3px; }
.app-bottom { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,1fr); padding: 9px 7px 12px; border-top: 1px solid #e1e4e8; background: rgba(255,255,255,.98); color: #8a9098; font-size: 6px; text-align: center; }
.app-bottom b { color: var(--orange-dark); }
.scan-target { display: grid; min-height: 150px; margin: 18px 13px 10px; place-content: center; justify-items: center; gap: 12px; border: 1px dashed var(--orange); border-radius: 10px; color: var(--orange-dark); }
.scan-target svg { width: 32px; height: 32px; }
.scan-target strong { font-size: 9px; }
.manual-label { padding: 2px 15px 8px; color: #7b838e; font-size: 7px; }
.scan-list { display: flex; align-items: center; justify-content: space-between; margin: 0 12px 7px; padding: 9px; border: 1px solid #e0e3e7; border-radius: 8px; background: #fff; }
.scan-list b, .scan-list small { display: block; }
.scan-list b { font-size: 7px; }
.scan-list small { margin-top: 2px; color: #7b838e; font-size: 6px; }

.hero-features { position: relative; z-index: 4; margin-top: 22px; padding: 8px 18px; border: 1px solid #e5dfda; border-radius: 18px; background: #faf8f6; box-shadow: 0 16px 40px rgba(38,29,23,.07); }
.hero-features > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 20px 0; border-bottom: 1px solid #e5dfda; }
.hero-features > div:last-child { border-bottom: 0; }
.hero-features svg { width: 44px; height: 44px; padding: 10px; border: 1px solid #eadfd7; border-radius: 50%; background: #fff; color: var(--orange); }
.hero-features p { display: grid; gap: 5px; }
.hero-features strong { font-size: 17px; }
.hero-features span { color: #626a75; font-size: 14px; line-height: 1.45; }

.workflow { overflow: hidden; background: var(--paper); }
.workflow-grid, .scan-grid, .team-grid, .onboarding-grid { display: grid; gap: 58px; }
.section-copy h2, .scan-copy h2, .onboarding-copy h2 { font-size: clamp(42px, 11vw, 64px); }
.section-copy > p, .scan-copy > p, .onboarding-copy > p { max-width: 600px; margin-top: 24px; color: var(--muted); font-size: 18px; }
.flow-steps { display: grid; grid-template-columns: repeat(4, minmax(92px, 1fr)); margin: 42px calc(var(--gutter) * -1) 0; padding: 0 var(--gutter) 10px; overflow-x: auto; list-style: none; scrollbar-width: none; }
.flow-steps::-webkit-scrollbar { display: none; }
.flow-steps li { position: relative; min-width: 92px; color: #777d85; }
.flow-steps li:not(:last-child)::after { position: absolute; top: 24px; right: 0; left: 48px; height: 2px; background: #d8dadd; content: ""; }
.flow-steps span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--orange); border-radius: 50%; background: #fff; color: var(--orange); }
.flow-steps svg { width: 21px; height: 21px; }
.flow-steps b { display: block; margin-top: 12px; font-size: 12px; white-space: nowrap; }
.flow-steps .is-active { color: var(--orange-dark); }
.flow-steps .is-active span { background: var(--orange); color: #fff; }

.phone--detail, .phone--setup { width: min(88vw, 350px); justify-self: center; }
.detail-back { padding: 12px 16px 3px; font-size: 8px; }
.detail-title { display: flex; align-items: center; justify-content: space-between; padding: 8px 16px 10px; }
.detail-title b { font-size: 14px; }
.detail-title em { padding: 4px 7px; border-radius: 9px; background: #f1eaff; color: var(--purple); font-size: 6px; font-style: normal; }
.detail-panel { margin: 0 12px 8px; padding: 11px; border: 1px solid #e0e3e7; border-radius: 9px; background: #fff; }
.detail-panel > div { display: flex; justify-content: space-between; font-size: 8px; }
.detail-panel > div small { color: #747c88; font-size: 6px; }
.detail-panel dl { margin: 10px 0 0; }
.detail-panel dl div { display: grid; grid-template-columns: 70px 1fr; margin-top: 6px; font-size: 7px; }
.detail-panel dt { color: #7b838e; }
.detail-panel dd { margin: 0; font-weight: 600; }
.detail-panel ul { margin: 8px 0 0; padding: 0; list-style: none; }
.detail-panel li { display: grid; grid-template-columns: 1fr 52px 55px; align-items: center; padding: 6px 0; border-top: 1px solid #eef0f2; font-size: 7px; }
.detail-panel li span { color: #7b838e; }
.detail-panel li em { color: var(--green); font-style: normal; text-align: right; }
.app-primary { display: block; width: calc(100% - 24px); margin: 10px 12px; padding: 9px; border-radius: 6px; background: var(--blue); color: #fff; font-size: 8px; font-weight: 700; }

.scan-section { overflow: hidden; background: #0d1117; color: #fff; }
.scan-copy > svg { width: 44px; height: 44px; margin-bottom: 30px; color: var(--orange); }
.scan-copy > p { color: #b8bdc6; }
.lookup-card { margin-top: 36px; padding: 18px; border: 1px solid #303640; border-radius: 12px; background: #171c24; }
.lookup-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #333943; color: #8f98a6; font-size: 11px; }
.lookup-tabs b, .lookup-tabs span { padding: 0 4px 10px; }
.lookup-tabs b { border-bottom: 2px solid var(--orange); color: #fff; }
.lookup-field { margin-top: 14px; padding: 12px; border: 1px solid #3b424d; border-radius: 8px; color: #aab1ba; }
.lookup-field strong { margin-left: 8px; color: #fff; }
.lookup-result { display: grid; grid-template-columns: 48px 1fr auto; gap: 11px; align-items: center; margin-top: 12px; padding: 11px; border-radius: 9px; background: #202631; }
.equipment-thumb { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 7px; background: #fff; color: var(--ink); font-size: 24px; }
.lookup-result p { display: grid; }
.lookup-result b { font-size: 12px; }
.lookup-result small { color: #a7aeba; font-size: 10px; }
.lookup-result em { color: #65d49b; font-size: 10px; font-style: normal; }
.phone--scanner-dark { width: min(88vw, 350px); justify-self: center; border-color: #050607; }
.phone--scanner-dark .phone-screen { background: #f7f8fa; }
.camera-view { position: relative; display: grid; height: 220px; margin: 0 12px; place-items: center; overflow: hidden; background: linear-gradient(135deg, #232a31, #646b6d 55%, #2c3338); }
.camera-view::before, .camera-view::after { position: absolute; background: rgba(255,255,255,.08); content: ""; }
.camera-view::before { width: 180px; height: 70px; transform: rotate(-14deg); }
.camera-view::after { width: 90px; height: 220px; transform: rotate(28deg); }
.camera-corner { position: absolute; z-index: 2; width: 34px; height: 34px; border-color: var(--orange); }
.camera-corner--a { top: 28px; left: 28px; border-top: 3px solid; border-left: 3px solid; }
.camera-corner--b { top: 28px; right: 28px; border-top: 3px solid; border-right: 3px solid; }
.camera-corner--c { bottom: 28px; left: 28px; border-bottom: 3px solid; border-left: 3px solid; }
.camera-corner--d { right: 28px; bottom: 28px; border-right: 3px solid; border-bottom: 3px solid; }
.qr-label { position: relative; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 5px; background: #f6f6f4; color: #222; transform: rotate(-1deg); }
.fake-qr { font-size: 32px; }
.qr-label p { display: grid; }
.qr-label b { font-size: 12px; }
.qr-label small { font-size: 6px; }
.scan-result { margin: 0 12px; padding: 14px 13px; border-radius: 0 0 12px 12px; background: #fff; }
.scan-result > div { display: flex; align-items: center; justify-content: space-between; }
.scan-result > div b { font-size: 10px; }
.scan-result > div em { padding: 4px 7px; border-radius: 10px; background: #e8f8f1; color: var(--green); font-size: 6px; font-style: normal; }
.scan-result dl { margin: 12px 0; }
.scan-result dl div { display: grid; grid-template-columns: 1fr 1.4fr; padding: 4px 0; font-size: 7px; }
.scan-result dt { color: #7b838e; }
.scan-result dd { margin: 0; font-weight: 600; text-align: right; }
.scan-result button { width: 100%; padding: 9px; border-radius: 6px; background: var(--orange); color: #fff; font-size: 8px; font-weight: 700; cursor: pointer; }
.scan-result.is-viewed button { background: var(--green); }

.team-section { overflow: hidden; background: #fff; }
.section-icon { width: 44px; height: 44px; margin-bottom: 28px; color: var(--orange); }
.team-device { width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 20px 20px 0 0; background: #fff; box-shadow: 0 26px 60px rgba(15,20,28,.12); }
.team-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 18px 14px; }
.team-toolbar b { font-size: 18px; }
.team-toolbar button { padding: 9px 12px; border-radius: 7px; background: var(--blue); color: #fff; font-size: 12px; }
.team-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-tabs button { padding: 12px 4px; color: #767e89; font-size: 10px; cursor: pointer; }
.team-tabs button.is-active { border-bottom: 2px solid var(--blue); color: var(--ink); }
.member { display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.avatar { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 800; }
.avatar--one { background: #f8e7db; color: #8d4c25; }.avatar--two { background: #e7f2ff; color: #2563a7; }.avatar--three { background: #ecf8ef; color: #26733b; }.avatar--four { background: #f2eafa; color: #6b3b8a; }.avatar--five { background: #eceff3; color: #49515e; }
.member p { display: grid; min-width: 0; }
.member b { font-size: 13px; }
.member small { color: var(--muted); font-size: 10px; }
.member em { padding: 4px 6px; border-radius: 8px; background: #f2efff; color: #6850b8; font-size: 8px; font-style: normal; }
.member i { display: none; color: var(--green); font-size: 9px; font-style: normal; }

.onboarding { overflow: hidden; background: var(--soft); }
.setup-steps { position: relative; display: grid; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.setup-steps::before { position: absolute; top: 31px; bottom: 31px; left: 28px; width: 1px; background: #a5a9af; content: ""; }
.setup-steps li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 0 0 30px; }
.setup-steps li:last-child { padding-bottom: 0; }
.setup-steps > li > span { z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #f8e9df; color: var(--orange-dark); }
.setup-steps svg { width: 26px; height: 26px; }
.setup-steps p { display: grid; gap: 3px; align-content: center; }
.setup-steps b { font-size: 20px; }
.setup-steps small { color: var(--muted); font-size: 14px; }
.phone--setup .phone-screen { background: #f7f8fa; }
.setup-row { display: grid; grid-template-columns: 38px 1fr 10px; gap: 10px; align-items: center; margin: 0 12px 9px; padding: 12px; border-radius: 9px; background: #fff; box-shadow: 0 3px 11px rgba(15,20,28,.06); }
.setup-row > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 8px; background: #f9ebe2; color: var(--orange-dark); }
.setup-row > span svg { width: 19px; height: 19px; }
.setup-row p { display: grid; }
.setup-row b { font-size: 8px; }
.setup-row small { color: var(--muted); font-size: 6px; }
.setup-row em { margin-top: 3px; color: var(--green); font-size: 6px; font-style: normal; }
.setup-row em.in-progress { color: var(--orange-dark); }
.setup-row em.not-started { color: #9298a1; }
.setup-row i { color: #9097a0; font-size: 16px; font-style: normal; }

.enterprise { padding: 82px 0; background: var(--orange); text-align: center; }
.enterprise-inner { display: grid; justify-items: center; }
.enterprise h2 { max-width: 820px; font-size: clamp(40px, 10vw, 64px); }
.enterprise p { max-width: 650px; margin-top: 22px; font-size: 19px; }
.enterprise .button { width: 100%; max-width: 410px; margin-top: 34px; }
.enterprise small { margin-top: 18px; font-size: 14px; }

.site-footer { padding: 72px 0 30px; background: #0b0d10; color: #fff; }
.footer-brand img { width: 184px; height: auto; }
.footer-brand p { margin-top: 18px; color: #aeb3bb; }
.footer-nav { display: grid; margin-top: 48px; }
.footer-nav a, .footer-nav button { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #2c3036; color: #fff; font-size: 17px; text-align: left; cursor: pointer; }
.footer-nav span { font-size: 26px; font-weight: 300; }
.copyright { margin-top: 42px; color: #777e87; font-size: 12px; }

.contact-dialog { width: min(100% - 24px, 560px); max-height: calc(100dvh - 24px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 18px; color: var(--ink); }
.contact-dialog::backdrop { background: rgba(0,0,0,.64); }
.dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 26px 22px 22px; border-bottom: 1px solid var(--line); }
.dialog-head span { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-head h2 { margin-top: 7px; font-size: 30px; letter-spacing: -.035em; line-height: 1.05; }
.dialog-head > button { font-size: 34px; line-height: 1; cursor: pointer; }
.contact-body { display: grid; gap: 20px; padding: 24px 22px 26px; }
.contact-body > p { color: var(--muted); font-size: 17px; line-height: 1.55; }
.contact-address { width: fit-content; border-bottom: 1px solid var(--orange); color: var(--orange-dark); font-size: clamp(18px,5vw,24px); font-weight: 760; letter-spacing: -.02em; }
.contact-body .button { width: 100%; }
.contact-body small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }

@media (min-width: 640px) {
  :root { --gutter: 32px; }
  .actions { display: flex; }
  .button { min-width: 190px; }
  .product-stage { height: 660px; }
  .phone--calls { width: 300px; }
  .phone--inventory, .phone--scan { top: 54px; width: 270px; }
  .phone--inventory { transform: translateX(-111%) scale(.88) rotate(-3.5deg); }
  .phone--scan { transform: translateX(11%) scale(.88) rotate(3.5deg); }
  .hero-features { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-features > div { padding: 22px 20px; }
  .hero-features > div:nth-child(odd) { padding-left: 4px; padding-right: 24px; }
  .hero-features > div:nth-child(even) { padding-right: 4px; padding-left: 24px; border-left: 1px solid #e5dfda; }
  .hero-features > div:nth-child(-n+2) { border-bottom: 1px solid #e5dfda; }
  .hero-features > div:nth-child(n+3) { border-bottom: 0; }
  .enterprise .button { width: auto; }
  .member { grid-template-columns: 44px 1fr auto 48px; }
  .member i { display: block; }
}

@media (min-width: 900px) {
  :root { --gutter: 40px; }
  .section { padding: 130px 0; }
  .site-header, .header-inner { height: 84px; }
  .brand img { width: 174px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 36px; padding: 0; border: 0; background: transparent; }
  .site-nav a, .site-nav button { padding: 8px 0; border: 0; font-size: 15px; font-weight: 650; }
  .site-nav > :last-child { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 8px; color: var(--ink); }
  .hero { padding-top: 96px; }
  .hero-copy { text-align: center; }
  .orange-rule { margin-inline: auto; }
  .hero h1 { max-width: 940px; margin-inline: auto; font-size: clamp(72px, 8vw, 112px); }
  .hero-copy > p { margin-inline: auto; font-size: 22px; }
  .actions { justify-content: center; }
  .product-stage { height: 744px; margin-top: 68px; }
  .phone--calls { top: 10px; width: 334px; }
  .phone--inventory, .phone--scan { top: 62px; width: 300px; }
  .phone--inventory { transform: translateX(-110%) rotate(-3deg); }
  .phone--scan { transform: translateX(10%) rotate(3deg); }
  .hero-features { grid-template-columns: repeat(4,1fr); }
  .hero-features > div { padding: 26px 22px !important; border-bottom: 0 !important; border-left: 1px solid #e5dfda; }
  .hero-features > div:first-child { border-left: 0; }
  .workflow-grid, .scan-grid, .team-grid, .onboarding-grid { grid-template-columns: minmax(0,1fr) minmax(350px,.82fr); align-items: center; gap: 90px; }
  .flow-steps { margin-inline: 0; padding-inline: 0; }
  .scan-grid { direction: rtl; }
  .scan-grid > * { direction: ltr; }
  .phone--scanner-dark { justify-self: start; }
  .team-grid { grid-template-columns: .72fr 1.28fr; }
  .team-device { border-radius: 28px 28px 0 0; }
  .team-toolbar { padding: 28px 26px 18px; }
  .team-toolbar b { font-size: 24px; }
  .team-toolbar button { padding: 11px 16px; }
  .member { padding: 17px 24px; }
  .onboarding-grid { grid-template-columns: 1fr .8fr; }
  .enterprise { padding: 112px 0; }
  .footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
  .footer-nav { margin-top: 0; }
  .copyright { grid-column: 1 / -1; }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: 112px; }
  .product-stage { height: 760px; }
  .phone--calls { width: 342px; }
  .phone--inventory, .phone--scan { width: 310px; }
  .workflow-grid, .scan-grid, .team-grid, .onboarding-grid { gap: 130px; }
  .section-copy h2, .scan-copy h2, .onboarding-copy h2 { font-size: 72px; }
  .phone--detail, .phone--setup, .phone--scanner-dark { width: 390px; }
  .team-device { min-width: 660px; }
}

@media (max-width: 370px) {
  :root { --gutter: 16px; }
  .hero h1 { font-size: 41px; }
  .hero-copy > p { font-size: 18px; }
  .product-stage { height: 520px; }
  .phone--calls { width: min(64vw, 232px); }
  .team-toolbar b { font-size: 16px; }
  .team-tabs button { font-size: 9px; }
}

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