:root {
  --navy: #07111f;
  --navy-2: #0c1d31;
  --navy-3: #112943;
  --paper: #f7fafc;
  --white: #ffffff;
  --ink: #091522;
  --muted: #667386;
  --line: #dce5ec;
  --green: #10c772;
  --green-dark: #087f4b;
  --blue: #2274f4;
  --blue-dark: #1258cb;
  --orange: #ff9f1c;
  --accent: #10c772;
  --accent-rgb: 16, 199, 114;
  --accent-ink: #001c10;
  --shadow: 0 28px 80px rgba(8, 28, 48, .15);
  --shadow-soft: 0 18px 55px rgba(8, 28, 48, .08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --header-h: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
}
body.store-theme {
  --accent: #2687f3;
  --accent-rgb: 38, 135, 243;
  --accent-ink: #031529;
}
body.lab-theme {
  --accent: #20d6c7;
  --accent-rgb: 32, 214, 199;
  --accent-ink: #031e1c;
}
body.inventory-theme {
  --accent: #0aa6b5;
  --accent-rgb: 10, 166, 181;
  --accent-ink: #021b1e;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--accent); }
:focus-visible { outline: 3px solid rgba(var(--accent-rgb), .65); outline-offset: 3px; }
.shell { width: min(1210px, calc(100% - 48px)); margin-inline: auto; }
.latin { direction: ltr; unicode-bidi: isolate; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Announcement and navigation */
.campaign-bar {
  min-height: 42px;
  position: relative;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  color: #dff9ec;
  background: #0a7c4a;
  font-size: 12px;
  text-align: center;
}
.campaign-bar strong { color: #fff; }
.campaign-bar .campaign-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #7ff0b8;
  box-shadow: 0 0 0 5px rgba(127, 240, 184, .15);
}
.store-theme .campaign-bar { color: #eaf5ff; background: #125bad; }
.store-theme .campaign-bar .campaign-dot { background: #8dccff; box-shadow: 0 0 0 5px rgba(141, 204, 255, .15); }

.site-header {
  position: sticky;
  z-index: 110;
  top: 0;
  height: var(--header-h);
  color: #fff;
  background: rgba(7, 17, 31, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.site-header .shell { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; direction: ltr; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand strong { font-size: 17px; letter-spacing: .13em; }
.brand small { color: #9fb1c4; font-size: 8px; letter-spacing: .42em; }
.brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--green), #35dfbd);
  box-shadow: 0 8px 24px rgba(16, 199, 114, .22);
}
.brand-mark::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 7px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  right: 2px;
  bottom: 5px;
  border-radius: 3px;
  background: #fff;
  transform: rotate(-35deg);
}
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); margin-inline-start: auto; }
.site-header nav a { position: relative; color: #bdcad8; font-size: 13px; transition: color .2s ease; }
.site-header nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  right: 50%;
  left: 50%;
  bottom: -9px;
  background: var(--accent);
  transition: right .2s ease, left .2s ease;
}
.site-header nav a:hover { color: #fff; }
.site-header nav a:hover::after { right: 0; left: 0; }
.header-cta {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  color: var(--accent-ink);
  background: var(--accent);
  font-size: 13px;
  font-weight: 700;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-inline-start: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: transparent;
}
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; }

/* Shared hero */
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 18%, rgba(var(--accent-rgb), .15), transparent 29%),
    radial-gradient(circle at 88% 72%, rgba(34, 116, 244, .18), transparent 32%),
    var(--navy);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 92%);
  mask-image: linear-gradient(180deg, #000, transparent 92%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 90px;
  left: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.hero .shell {
  min-height: inherit;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  padding-top: 72px;
  padding-bottom: 82px;
}
.hero .shell > *,
.hero-copy,
.ecosystem,
.window-stack,
.store-console,
.product-console,
.console-body > *,
.console-products,
.mini-products,
.mini-product { min-width: 0; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
}
.eyebrow {
  padding: 8px 13px;
  color: #c6f9e1;
  border: 1px solid rgba(var(--accent-rgb), .28);
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .09);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .12); }
.hero h1 {
  max-width: 680px;
  margin: 25px 0 22px;
  font-size: clamp(46px, 5.5vw, 76px);
  line-height: 1.16;
  letter-spacing: -.05em;
}
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 625px; margin: 0; color: #aab8c8; font-size: 17px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button {
  min-height: 51px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--accent-ink); background: var(--accent); box-shadow: 0 16px 36px rgba(var(--accent-rgb), .2); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(var(--accent-rgb), .33); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { color: #fff; background: var(--navy); }
.button-soft { color: var(--ink); border-color: var(--line); background: var(--white); }
.hero-stats { margin-top: 44px; padding-top: 24px; display: flex; gap: clamp(22px, 4vw, 48px); border-top: 1px solid rgba(255,255,255,.1); }
.hero-stats div { display: flex; flex-direction: column; gap: 5px; }
.hero-stats strong { color: #fff; font-size: 19px; line-height: 1.2; }
.hero-stats span { color: #7f92a6; font-size: 10px; }

/* Main-site ecosystem visual */
.ecosystem {
  position: relative;
  min-height: 490px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: space-between;
  gap: 175px 20px;
  direction: ltr;
}
.ecosystem::before, .ecosystem::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  inset: 58px 54px;
}
.ecosystem::after { inset: 118px 114px; border-style: dashed; }
.ecosystem-core {
  position: absolute;
  z-index: 3;
  width: 128px;
  height: 128px;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: 0 35px 80px rgba(0,0,0,.3);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ecosystem-core .brand-mark { width: 58px; height: 58px; border-radius: 18px; transform: rotate(-45deg); }
.ecosystem-core .brand-mark::before { width: 25px; height: 25px; top: 10px; left: 10px; border-width: 6px; }
.ecosystem-core .brand-mark::after { width: 22px; height: 10px; right: 3px; bottom: 8px; }
.orbit-app {
  position: relative;
  z-index: 4;
  width: auto;
  min-width: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  direction: rtl;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(14, 34, 56, .92);
  box-shadow: 0 25px 60px rgba(0,0,0,.28);
}
.orbit-app img { width: 58px; height: 58px; flex: 0 0 auto; object-fit: contain; border-radius: 15px; }
.orbit-app strong, .orbit-app span { display: block; }
.orbit-app strong { color: #fff; font-size: 14px; }
.orbit-app span { margin-top: 4px; color: #8fa2b6; font-size: 9px; }
.orbit-label {
  position: absolute;
  z-index: 5;
  right: 50%;
  top: calc(50% + 83px);
  padding: 9px 12px;
  direction: rtl;
  color: #c7d4e0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(7,17,31,.78);
  font-size: 10px;
  transform: translateX(50%);
  white-space: nowrap;
}

/* Sections and cards */
.section { padding: 106px 0; }
.section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-head h2, .split-copy h2, .download-copy h2 {
  margin: 12px 0 16px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.27;
  letter-spacing: -.04em;
}
.section-head p, .split-copy > p, .download-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.solution-card {
  --card-accent: var(--green);
  --card-rgb: 16, 199, 114;
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 45px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.solution-card.store { --card-accent: var(--blue); --card-rgb: 34, 116, 244; }
.solution-card.lab { --card-accent: #0fb9ad; --card-rgb: 15, 185, 173; }
.solution-card.inventory { --card-accent: #078d9a; --card-rgb: 7, 141, 154; }
.solution-card::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -145px;
  left: -120px;
  border-radius: 50%;
  background: rgba(var(--card-rgb), .1);
}
.solution-card:hover { transform: translateY(-5px); border-color: rgba(var(--card-rgb), .45); box-shadow: var(--shadow); }
.solution-top { position: relative; display: flex; align-items: center; gap: 18px; }
.solution-icon { width: 86px; height: 86px; padding: 7px; flex: 0 0 auto; border-radius: 23px; background: rgba(var(--card-rgb), .08); }
.solution-icon img { width: 100%; height: 100%; object-fit: contain; border-radius: 18px; }
.solution-label { color: var(--card-accent); font-size: 10px; font-weight: 700; }
.solution-card h3 { margin: 3px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.solution-card > p { margin: 24px 0 25px; color: var(--muted); line-height: 1.95; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 6px 10px; color: #3f5368; border: 1px solid var(--line); border-radius: 999px; background: #f8fafb; font-size: 10px; }
.check-list { margin: 27px 0 32px; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { position: relative; padding-inline-start: 27px; color: #405064; font-size: 13px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--card-accent);
  border-radius: 50%;
  background: rgba(var(--card-rgb), .11);
  font-size: 11px;
  font-weight: 700;
}
.solution-link { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--card-accent); font-size: 13px; font-weight: 700; }
.solution-link span:last-child { direction: ltr; font-size: 18px; }
.promise { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.promise-item { min-height: 190px; padding: 36px 26px; border-inline-start: 1px solid var(--line); }
.promise-item:first-child { border-inline-start: 0; }
.promise-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-dark); border-radius: 13px; background: #e8fbf2; font-size: 18px; }
.promise-item h3 { margin: 17px 0 7px; font-size: 15px; }
.promise-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.trial-section { color: #fff; background: var(--navy); }
.trial-box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 52px; padding: clamp(36px, 6vw, 72px); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(var(--accent-rgb),.15), rgba(34,116,244,.12)); }
.trial-box::after { content: "2027"; position: absolute; left: 36px; bottom: -55px; color: rgba(255,255,255,.035); font-size: 170px; font-weight: 800; line-height: 1; }
.trial-copy { position: relative; z-index: 2; }
.trial-copy h2 { margin: 10px 0 15px; font-size: clamp(35px, 4.4vw, 57px); line-height: 1.25; }
.trial-copy p { max-width: 670px; margin: 0; color: #aab8c8; }
.countdown { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; direction: ltr; }
.countdown div { min-height: 105px; padding: 20px 10px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(7,17,31,.45); }
.countdown strong { color: #fff; font-size: 29px; line-height: 1; }
.countdown span { margin-top: 9px; color: #8fa2b6; font-size: 9px; }

/* Product pages */
.product-hero .shell { grid-template-columns: minmax(420px, .9fr) minmax(530px, 1.1fr); }
.product-hero { min-height: 790px; }
.window-stack { position: relative; min-height: 520px; direction: ltr; }
.app-window { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.38); }
.app-window img { width: 100%; height: auto; }
.app-window.back { width: 78%; top: 7px; right: 0; opacity: .78; transform: rotate(1.5deg); }
.app-window.front { width: 94%; left: 0; bottom: 14px; z-index: 2; transform: rotate(-1deg); }
.window-bar { height: 29px; padding: 0 11px; display: flex; align-items: center; gap: 6px; color: #718194; border-bottom: 1px solid #e4ebf0; background: #f3f6f8; font-size: 8px; }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #ff6b63; }
.window-bar i:nth-child(2) { background: #f4b32d; }
.window-bar i:nth-child(3) { background: #22c978; }
.window-bar span { margin-left: 6px; }
.floating-note { position: absolute; z-index: 4; padding: 11px 14px; display: flex; align-items: center; gap: 9px; direction: rtl; color: var(--ink); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(1,12,25,.2); font-size: 10px; font-weight: 700; }
.floating-note::before { content: "✓"; width: 28px; height: 28px; display: grid; place-items: center; color: var(--accent-ink); border-radius: 8px; background: var(--accent); }
.floating-note.note-one { right: -9px; bottom: 68px; }
.floating-note.note-two { left: -12px; top: 165px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 12px 35px rgba(8,28,48,.045); }
.feature-number { width: 39px; height: 39px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(var(--accent-rgb), .22); border-radius: 12px; background: rgba(var(--accent-rgb), .08); font-size: 11px; font-weight: 700; }
.feature-card h3 { margin: 19px 0 9px; font-size: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.dark-section { color: #fff; background: var(--navy); }
.dark-section .section-head h2 { color: #fff; }
.dark-section .section-head p { color: #aab8c8; }
.dark-section .section-kicker { color: var(--accent); }
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); direction: rtl; }
.workflow-step { position: relative; min-height: 235px; padding: 22px 30px; border-inline-start: 1px solid rgba(255,255,255,.1); }
.workflow-step:first-child { border-inline-start: 0; }
.workflow-step .step-no { color: var(--accent); font-size: 11px; font-weight: 700; }
.workflow-step h3 { margin: 21px 0 9px; font-size: 17px; }
.workflow-step p { margin: 0; color: #8fa2b6; font-size: 12px; line-height: 1.9; }
.workflow-step::after { content: "←"; position: absolute; top: 25px; left: -10px; color: var(--accent); font-size: 17px; }
.workflow-step:last-child::after { display: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.gallery-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.gallery-image { aspect-ratio: 16 / 8.6; overflow: hidden; background: #eef3f6; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.gallery-card:hover .gallery-image img { transform: scale(1.025); }
.gallery-caption { padding: 22px 24px 25px; }
.gallery-caption small { color: var(--accent); font-weight: 700; }
.gallery-caption h3 { margin: 6px 0 7px; font-size: 18px; }
.gallery-caption p { margin: 0; color: var(--muted); font-size: 12px; }

/* Store application mockup */
.store-console { position: relative; min-height: 525px; direction: ltr; }
.console-window { position: absolute; inset: 18px 0 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #f5f9fd; box-shadow: 0 35px 100px rgba(0,0,0,.4); transform: rotate(-1deg); }
.console-top { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 8px; color: #52657a; border-bottom: 1px solid #dce7f1; background: #fff; font-size: 9px; }
.console-top img { width: 28px; height: 28px; object-fit: contain; }
.console-top strong { color: #16324e; font-size: 11px; }
.console-body { height: calc(100% - 48px); display: grid; grid-template-columns: 58px 1fr 35%; }
.console-side { padding: 13px 9px; display: grid; align-content: start; gap: 10px; background: #102941; }
.console-side i { height: 36px; border-radius: 10px; background: rgba(255,255,255,.1); }
.console-side i:first-child { background: var(--accent); }
.console-products { padding: 18px; }
.console-search { height: 34px; margin-bottom: 14px; border: 1px solid #d8e3ed; border-radius: 10px; background: #fff; }
.mini-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mini-product { padding: 8px; border: 1px solid #dce7f0; border-radius: 11px; background: #fff; }
.mini-product img { width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 8px; background: #f2f5f7; }
.mini-product span { display: block; height: 6px; margin-top: 8px; border-radius: 6px; background: #d7e1ea; }
.mini-product span:last-child { width: 58%; background: rgba(var(--accent-rgb), .45); }
.console-cart { padding: 18px 13px; border-left: 1px solid #dae5ee; background: #fff; }
.console-cart h4 { margin: 0 0 15px; color: #17324e; font-size: 11px; }
.cart-row { height: 52px; margin-bottom: 8px; border: 1px solid #e0e8ef; border-radius: 9px; background: linear-gradient(90deg, #f5f8fb 28%, #fff 28%); }
.cart-total { height: 45px; margin-top: 20px; border-radius: 11px; background: var(--accent); }
.store-badge { position: absolute; z-index: 4; right: 0; top: 5px; width: 105px; height: 105px; padding: 10px; border-radius: 28px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.store-badge img { width: 100%; height: 100%; object-fit: contain; }
.sales-toast { position: absolute; z-index: 4; left: 0; bottom: 2px; padding: 12px 15px; direction: rtl; color: var(--ink); border-radius: 13px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.28); font-size: 10px; font-weight: 700; }
.sales-toast small { display: block; margin-top: 2px; color: var(--muted); font-weight: 400; }
.store-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.store-showcase { min-height: 470px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); }
.store-showcase .console-window { position: relative; inset: auto; height: 390px; box-shadow: 0 20px 55px rgba(8,28,48,.14); transform: none; }
.store-summary { display: grid; gap: 18px; }
.summary-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.summary-card small { color: var(--accent); font-weight: 700; }
.summary-card h3 { margin: 8px 0; font-size: 18px; }
.summary-card p { margin: 0; color: var(--muted); font-size: 12px; }

/* Laboratory and inventory application mockups */
.product-console { position: relative; min-height: 525px; direction: ltr; }
.system-window {
  position: absolute;
  inset: 18px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: #f4f8fb;
  box-shadow: 0 35px 100px rgba(0,0,0,.4);
  transform: rotate(-1deg);
}
.system-top { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 9px; color: #607287; border-bottom: 1px solid #dce7ef; background: #fff; font-size: 9px; }
.system-top img { width: 29px; height: 29px; object-fit: contain; border-radius: 8px; }
.system-top strong { color: #16324e; font-size: 11px; }
.system-status { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .12); }
.system-body { height: calc(100% - 48px); display: grid; grid-template-columns: 68px 1fr; }
.system-side { padding: 13px 9px; display: grid; align-content: start; gap: 10px; background: #102941; }
.system-side i { height: 37px; border-radius: 10px; background: rgba(255,255,255,.1); }
.system-side i:first-child { background: var(--accent); }
.system-main { min-width: 0; padding: 18px; }
.system-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.system-heading strong { color: #17324e; font-size: 12px; }
.system-heading span { width: 92px; height: 27px; border-radius: 8px; background: var(--accent); }
.metric-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.metric { height: 68px; padding: 11px; border: 1px solid #dbe6ee; border-radius: 11px; background: #fff; }
.metric::before, .metric::after { content: ""; display: block; height: 7px; border-radius: 7px; background: #d8e3eb; }
.metric::after { width: 58%; height: 12px; margin-top: 13px; background: rgba(var(--accent-rgb), .45); }
.data-panel { margin-top: 11px; padding: 13px; border: 1px solid #dbe6ee; border-radius: 12px; background: #fff; }
.data-head { height: 26px; margin-bottom: 9px; border-radius: 7px; background: rgba(var(--accent-rgb), .11); }
.data-row { height: 31px; margin-top: 7px; border-radius: 7px; background: linear-gradient(90deg, #edf3f7 18%, transparent 18% 21%, #edf3f7 21% 55%, transparent 55% 58%, #edf3f7 58%); }
.system-badge { position: absolute; z-index: 4; right: 0; top: 3px; width: 104px; height: 104px; padding: 10px; border-radius: 28px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.system-badge img { width: 100%; height: 100%; object-fit: contain; border-radius: 20px; }
.system-toast { position: absolute; z-index: 4; left: 0; bottom: 2px; padding: 12px 15px; direction: rtl; color: var(--ink); border-radius: 13px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.28); font-size: 10px; font-weight: 700; }
.system-toast small { display: block; margin-top: 2px; color: var(--muted); font-weight: 400; }
.download-stack { display: grid; gap: 16px; }
.download-stack .download-card { padding: 24px; }
.download-stack .file-meta { margin: 18px 0; }

/* Download, requirements and FAQ */
.download-section { color: #fff; background: var(--navy); }
.download-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.download-copy h2 { color: #fff; }
.download-copy > p { color: #aab8c8; }
.download-points { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.download-points li { display: flex; align-items: center; gap: 11px; color: #c8d4df; font-size: 12px; }
.download-points li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; color: var(--accent-ink); border-radius: 7px; background: var(--accent); font-size: 10px; font-weight: 700; }
.download-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.download-card::before { content: ""; position: absolute; width: 190px; height: 190px; top: -110px; left: 0; border-radius: 50%; background: rgba(var(--accent-rgb), .16); }
.download-file { position: relative; display: flex; align-items: center; gap: 15px; }
.download-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; color: var(--accent); border-radius: 16px; background: rgba(var(--accent-rgb), .13); font-size: 24px; }
.download-file strong, .download-file span { display: block; }
.download-file strong { color: #fff; direction: ltr; text-align: right; overflow-wrap: anywhere; font-size: 13px; }
.download-file span { margin-top: 4px; color: #8fa2b6; font-size: 9px; }
.file-meta { margin: 25px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.file-meta div { padding: 12px 8px; text-align: center; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; background: rgba(7,17,31,.4); }
.file-meta strong, .file-meta span { display: block; }
.file-meta strong { color: #fff; font-size: 12px; }
.file-meta span { margin-top: 3px; color: #7f92a6; font-size: 8px; }
.download-card .button { width: 100%; }
.hash { margin: 16px 0 0; color: #75899d; direction: ltr; text-align: left; overflow-wrap: anywhere; font: 8px/1.7 Consolas, monospace; }
.free-note { margin: 14px 0 0; color: #9eb0c0; text-align: center; font-size: 9px; }
.requirements-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 50px; }
.requirements-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.requirement-card { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.requirement-card strong { display: block; margin-bottom: 5px; font-size: 13px; }
.requirement-card span { color: var(--muted); font-size: 11px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(42px, 7vw, 90px); }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin: 12px 0 14px; font-size: clamp(33px, 4vw, 50px); line-height: 1.25; }
.faq-intro p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-list { display: grid; gap: 11px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-question { width: 100%; padding: 21px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; cursor: pointer; text-align: right; background: transparent; font-size: 13px; font-weight: 700; }
.faq-question i { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: var(--accent); border-radius: 8px; background: rgba(var(--accent-rgb), .09); font-style: normal; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 22px 21px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

/* Footer */
footer { color: #9babbc; background: #050d17; }
.footer-main { padding: 55px 0 38px; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 45px; }
.footer-about p { max-width: 410px; margin: 18px 0 0; color: #75889a; font-size: 12px; }
.footer-col strong { display: block; margin-bottom: 13px; color: #fff; font-size: 12px; }
.footer-col a { display: block; margin-top: 8px; color: #8fa0b1; font-size: 11px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero .shell, .product-hero .shell { grid-template-columns: 1fr; padding-top: 84px; }
  .hero-copy { max-width: 760px; }
  .ecosystem, .window-stack, .store-console, .product-console { width: min(680px, 100%); margin-inline: auto; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-item:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .promise-item:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow-step:nth-child(3) { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .workflow-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .workflow-step:nth-child(2)::after { display: none; }
  .store-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .site-header .shell { gap: 18px; }
  .site-header nav { gap: 14px; }
  .site-header nav a { font-size: 11px; }
  .header-cta { padding-inline: 13px; font-size: 11px; }
}

@media (max-width: 820px) {
  :root { --header-h: 68px; }
  html { scroll-padding-top: 120px; }
  .shell { width: min(1210px, calc(100% - 32px)); }
  .site-header .shell { gap: 15px; }
  .site-header nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 13px 20px 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(7,17,31,.98);
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 11px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-header nav a::after { display: none; }
  .menu-toggle { display: block; }
  .site-header > .shell > .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero .shell { padding-top: 70px; padding-bottom: 75px; }
  .solution-grid, .download-layout, .requirements-grid, .faq-layout, .trial-box { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .trial-box { gap: 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .campaign-bar { min-height: 48px; padding-inline: 13px; font-size: 10px; }
  .brand-copy { display: none; }
  .hero .shell { gap: 45px; padding-top: 58px; }
  .hero::after { display: none; }
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { justify-content: space-between; gap: 12px; }
  .hero-stats strong { font-size: 15px; }
  .hero-stats span { font-size: 8px; }
  .ecosystem { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-block: 0; }
  .ecosystem::before, .ecosystem::after, .ecosystem-core { display: none; }
  .orbit-app { padding: 9px; gap: 8px; border-radius: 14px; }
  .orbit-app img { width: 43px; height: 43px; border-radius: 11px; }
  .orbit-app strong { font-size: 10px; }
  .orbit-app span { font-size: 7px; }
  .orbit-label { display: none; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 37px; }
  .section-head h2, .split-copy h2, .download-copy h2 { font-size: 34px; }
  .solution-card { min-height: auto; padding: 26px 22px; border-radius: 23px; }
  .solution-top { align-items: flex-start; }
  .solution-icon { width: 70px; height: 70px; border-radius: 19px; }
  .solution-card h3 { font-size: 27px; }
  .promise-grid, .feature-grid, .workflow, .gallery-grid, .requirements-list { grid-template-columns: 1fr; }
  .promise-item, .promise-item:nth-child(2), .promise-item:nth-child(4) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .promise-item:first-child { border-top: 0; }
  .trial-box { padding: 30px 22px; border-radius: 23px; }
  .countdown strong { font-size: 22px; }
  .window-stack { min-height: 330px; }
  .floating-note { padding: 8px 10px; font-size: 8px; }
  .floating-note.note-two { top: 95px; }
  .floating-note.note-one { bottom: 25px; }
  .workflow-step, .workflow-step:nth-child(2), .workflow-step:nth-child(4) { min-height: auto; padding: 25px 10px 30px; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .workflow-step:first-child { border-top: 0; }
  .workflow-step::after { display: none; }
  .store-console { min-height: 390px; }
  .product-console { min-height: 390px; }
  .console-window { inset: 15px 3px; transform: none; }
  .system-window { inset: 15px 3px; transform: none; }
  .system-body { grid-template-columns: 44px 1fr; }
  .system-main { padding: 12px; }
  .system-badge { width: 78px; height: 78px; right: -5px; border-radius: 21px; }
  .system-toast { left: -5px; }
  .console-body { grid-template-columns: 44px 1fr; }
  .console-cart { display: none; }
  .store-badge { width: 78px; height: 78px; right: -6px; border-radius: 21px; }
  .sales-toast { left: -5px; }
  .store-showcase { padding: 12px; min-height: auto; border-radius: 20px; }
  .store-showcase .console-window { height: 330px; }
  .download-card { padding: 24px 19px; }
  .download-card::before { display: none; }
  .download-file, .download-file > div { min-width: 0; }
  .download-file strong { word-break: break-all; }
  .download-file { align-items: flex-start; }
  .file-meta { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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