:root {
  --ink: #14211c;
  --muted: #66736d;
  --forest: #103c35;
  --green: #176b5b;
  --mint: #dff2e9;
  --cream: #f7f7f2;
  --paper: #ffffff;
  --gold: #d99a2b;
  --line: #dce3df;
  --danger: #c84b4b;
  --shadow: 0 24px 80px rgba(17, 51, 43, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(23,107,91,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000, transparent 55%);
}
a { color: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--paper); padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,247,242,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,227,223,.76); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 8px 24px rgba(16,60,53,.18); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { color: var(--green); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #47544e; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-cta { padding: 11px 17px; border-radius: 12px; background: var(--forest); color: #fff !important; }
.menu-button { display: none; border: 0; background: var(--paper); border-radius: 11px; width: 44px; height: 44px; font: inherit; font-size: 21px; cursor: pointer; }

.hero { padding: 88px 0 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--green); text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 6.1vw, 83px); line-height: .98; letter-spacing: -.058em; font-weight: 900; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 21px; border-radius: 13px; background: var(--green); color: white; text-decoration: none; font-weight: 800; border: 1px solid var(--green); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23,107,91,.2); }
.button.secondary { color: var(--forest); background: transparent; border-color: #bfcac4; box-shadow: none; }
.button.dark { background: var(--forest); border-color: var(--forest); }
.button[aria-disabled="true"] { cursor: default; opacity: .72; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 31px; color: #4d5b54; font-size: 13px; font-weight: 700; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.phone-stage { position: relative; min-height: 655px; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(23,107,91,.17); }
.orbit.one { width: 585px; height: 585px; }
.orbit.two { width: 450px; height: 450px; border-style: dashed; animation: turn 30s linear infinite; }
.glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: #bfe5d7; filter: blur(1px); opacity: .72; }
.phone { position: relative; width: 318px; height: 645px; border-radius: 48px; padding: 10px; background: #0b1713; box-shadow: 0 36px 80px rgba(11,35,28,.34), inset 0 0 0 1px rgba(255,255,255,.1); transform: rotate(3deg); }
.phone-screen { height: 100%; border-radius: 39px; overflow: hidden; background: #f7f7f4; padding: 31px 18px 18px; }
.phone-notch { position: absolute; z-index: 2; top: 17px; left: 50%; width: 88px; height: 22px; transform: translateX(-50%); border-radius: 20px; background: #0b1713; }
.mock-top { display: flex; align-items: center; gap: 9px; margin-top: 4px; }
.mock-icon { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; }
.mock-brand { flex: 1; font-size: 8px; font-weight: 900; letter-spacing: .09em; color: var(--green); }
.mock-bell { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: white; }
.mock-head { display: flex; justify-content: space-between; align-items: end; margin: 25px 0 13px; }
.mock-head h3 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.mock-head p { margin: 4px 0 0; font-size: 9px; color: var(--muted); }
.offline-pill { background: var(--mint); color: var(--green); padding: 6px 7px; border-radius: 7px; font-size: 8px; font-weight: 850; }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.kpi { min-height: 86px; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 9px; }
.kpi i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: var(--mint); color: var(--green); font-style: normal; font-size: 13px; }
.kpi strong { display: block; margin-top: 7px; font-size: 19px; }
.kpi span { color: var(--muted); font-size: 8px; }
.quick-card { margin-top: 8px; border-radius: 13px; padding: 12px; background: var(--forest); color: white; display: flex; align-items: center; gap: 8px; }
.quick-card div { flex: 1; }
.quick-card strong { display: block; font-size: 11px; }
.quick-card small { opacity: .65; font-size: 8px; }
.scan { background: var(--green); padding: 9px; border-radius: 8px; font-size: 9px; font-weight: 850; }
.mock-section-title { margin: 17px 0 8px; font-size: 11px; font-weight: 850; }
.chart { height: 105px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: flex-end; gap: 6px; }
.chart span { flex: 1; min-height: 10%; background: var(--mint); border-radius: 4px 4px 2px 2px; }
.chart span:nth-child(3), .chart span:nth-child(6) { background: var(--green); }
.float-card { position: absolute; z-index: 3; padding: 14px 16px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 18px 45px rgba(16,60,53,.14); backdrop-filter: blur(12px); }
.float-card strong { display: block; font-size: 19px; }
.float-card small { color: var(--muted); font-weight: 650; }
.float-card.left { left: -14px; top: 155px; }
.float-card.right { right: -25px; bottom: 120px; }
.float-card .up { color: var(--green); font-size: 12px; }

.logo-strip { padding: 0 0 72px; }
.proof { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.7); padding: 20px 25px; display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; color: #52605a; font-size: 13px; font-weight: 750; }
.proof span { display: inline-flex; align-items: center; gap: 9px; }
.proof b { color: var(--green); font-size: 19px; }

.promo-showcase { padding-top: 28px; padding-bottom: 35px; }
.promo-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 46px; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: 0 20px 55px rgba(16,60,53,.08); }
.promo-copy h2 { margin: 0; font-size: clamp(34px,4vw,52px); line-height: 1.02; letter-spacing: -.045em; }
.promo-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.68; }
.promo-player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 20px; background: var(--forest); box-shadow: 0 18px 40px rgba(16,60,53,.18); }
.promo-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-toggle { position: absolute; right: 13px; bottom: 13px; min-width: 76px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; background: rgba(11,23,19,.78); backdrop-filter: blur(10px); color: white; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.video-toggle:hover { background: rgba(11,23,19,.94); }
.video-toggle:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

section { scroll-margin-top: 95px; }
.section { padding: 100px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2, .content-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.03; letter-spacing: -.045em; }
.section-head p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 280px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); transition: transform .25s, border-color .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #b9cbc2; box-shadow: var(--shadow); }
.feature-card.featured { background: var(--forest); color: white; border-color: var(--forest); }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); color: var(--green); font-weight: 900; font-size: 19px; }
.featured .feature-icon { background: rgba(255,255,255,.12); color: #fff; }
.feature-card h3 { margin: 54px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.feature-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.featured p { color: rgba(255,255,255,.7); }
.feature-link { display: inline-block; margin-top: 18px; color: var(--green); text-decoration: none; font-weight: 800; font-size: 13px; }
.featured .feature-link { color: #9fe1c7; }

.privacy-band { background: var(--forest); color: white; overflow: hidden; }
.privacy-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 85px; align-items: center; }
.privacy-copy h2 { margin: 0; font-size: clamp(41px, 5vw, 67px); line-height: 1; letter-spacing: -.05em; }
.privacy-copy p { color: rgba(255,255,255,.68); line-height: 1.75; font-size: 17px; }
.privacy-list { display: grid; gap: 10px; }
.privacy-item { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 18px; border-radius: 15px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.privacy-item b { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: rgba(159,225,199,.13); color: #9fe1c7; }
.privacy-item h3 { margin: 2px 0 4px; font-size: 15px; }
.privacy-item p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.5; font-size: 13px; }

.workflow { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.workflow-copy h2 { font-size: clamp(42px,5vw,66px); letter-spacing: -.05em; line-height: 1; margin: 0; }
.workflow-copy > p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.steps { margin-top: 30px; display: grid; gap: 22px; }
.step { display: grid; grid-template-columns: 40px 1fr; gap: 15px; }
.step-num { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--green); font-weight: 900; }
.step h3 { margin: 1px 0 4px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }
.report-panel { padding: 25px; border-radius: 28px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(-2deg); }
.report-head { display: flex; justify-content: space-between; align-items: center; }
.report-head strong { font-size: 21px; }
.report-head span { color: var(--green); font-size: 12px; font-weight: 800; }
.report-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 22px; }
.report-kpi { padding: 17px; background: var(--cream); border-radius: 14px; }
.report-kpi small { display: block; color: var(--muted); font-size: 10px; }
.report-kpi strong { display: block; margin-top: 8px; font-size: 23px; }
.bars { margin-top: 28px; display: grid; gap: 16px; }
.bar-label { display: flex; justify-content: space-between; font-size: 12px; font-weight: 750; margin-bottom: 6px; }
.bar-track { height: 9px; border-radius: 8px; background: #e9eeeb; overflow: hidden; }
.bar-fill { height: 100%; border-radius: inherit; background: var(--green); }

.cta { padding: 35px 0 105px; }
.cta-box { position: relative; overflow: hidden; padding: 69px; border-radius: 32px; background: var(--mint); border: 1px solid #cbe1d7; }
.cta-box::after { content: ""; position: absolute; right: -80px; top: -110px; width: 360px; height: 360px; border-radius: 50%; border: 70px solid rgba(23,107,91,.08); }
.cta-box h2 { max-width: 750px; margin: 0; font-size: clamp(37px, 5vw, 61px); line-height: 1.02; letter-spacing: -.05em; }
.cta-box p { max-width: 620px; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 55px 0 30px; background: #0b2c27; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.footer-intro p { max-width: 320px; color: rgba(255,255,255,.58); line-height: 1.65; font-size: 13px; }
.footer-col h3 { margin: 3px 0 17px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #9fe1c7; }
.footer-col a { display: block; width: fit-content; margin: 11px 0; color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: 12px; }

.content-hero { padding: 82px 0 52px; }
.content-hero .eyebrow { margin-bottom: 16px; }
.content-hero p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0,740px); gap: 75px; align-items: start; padding: 20px 0 110px; }
.legal-nav { position: sticky; top: 110px; padding: 20px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.legal-nav strong { display: block; margin-bottom: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--green); }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); text-decoration: none; font-size: 13px; }
.legal-copy { min-width: 0; }
.notice { margin: 0 0 34px; padding: 18px 20px; border-left: 4px solid var(--green); background: var(--mint); border-radius: 0 12px 12px 0; color: #345048; line-height: 1.6; font-size: 14px; }
.legal-copy h2 { margin: 46px 0 13px; font-size: 27px; letter-spacing: -.03em; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy h3 { margin: 27px 0 8px; font-size: 17px; }
.legal-copy p, .legal-copy li { color: #53615b; line-height: 1.78; font-size: 15px; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li + li { margin-top: 6px; }
.updated { color: var(--muted); font-size: 13px; font-weight: 700; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; padding: 15px 0 110px; }
.support-card { padding: 27px; border-radius: 20px; background: white; border: 1px solid var(--line); }
.support-card h2 { margin: 0 0 9px; font-size: 20px; }
.support-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.support-card details { border-top: 1px solid var(--line); padding: 15px 0; }
.support-card details:first-of-type { margin-top: 16px; }
.support-card summary { cursor: pointer; font-weight: 800; }
.support-card details p { margin-top: 9px; }
.support-card.wide { grid-column: 1 / -1; }

/* App screen gallery */
.screens-hero { padding-bottom: 34px; }
.screen-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.screen-filter a { padding: 9px 13px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 800; }
.screen-filter a:hover { color: var(--green); border-color: #a9c7ba; }
.screen-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 30px 0 110px; }
.screen-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.78); }
.screen-card-copy { min-height: 137px; padding: 24px 24px 20px; }
.screen-card-copy small { color: var(--green); font-size: 10px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.screen-card-copy h2 { margin: 8px 0 7px; font-size: 21px; letter-spacing: -.03em; }
.screen-card-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.screen-stage { height: 500px; display: grid; place-items: end center; padding-top: 25px; background: linear-gradient(145deg, #e5f0ed, #f8f5e9); border-top: 1px solid var(--line); }
.screen-card:nth-child(3n+2) .screen-stage { background: linear-gradient(145deg, #edf0ec, #e8f1ff); }
.screen-card:nth-child(3n+3) .screen-stage { background: linear-gradient(145deg, #fbf1df, #e4efe9); }
.mini-phone { width: 252px; height: 480px; padding: 8px; border-radius: 35px 35px 0 0; background: #0c1713; box-shadow: 0 22px 50px rgba(14,53,44,.24); }
.mini-screen { position: relative; height: 100%; overflow: hidden; border-radius: 28px 28px 0 0; background: #f7f7f4; padding: 27px 14px 15px; color: #202522; font-size: 9px; }
.mini-screen.dark-screen { background: #08130f; color: #f3f7f5; }
.mini-island { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 65px; height: 16px; border-radius: 14px; background: #0c1713; z-index: 2; }
.dark-screen .mini-island { background: #000; }
.s-top { display: flex; align-items: center; gap: 6px; min-height: 27px; }
.s-logo { width: 25px; height: 25px; border-radius: 7px; }
.s-brand { flex: 1; color: var(--green); font-size: 6.8px; font-weight: 900; letter-spacing: .08em; }
.s-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #dde2de; border-radius: 7px; background: white; color: #56635d; font-size: 11px; }
.dark-screen .s-icon { background: #101d18; border-color: #26382f; color: #9eada5; }
.s-title { margin: 17px 0 3px; font-size: 20px; line-height: 1; letter-spacing: -.04em; }
.s-subtitle { color: #69736e; font-size: 8px; margin-bottom: 12px; }
.dark-screen .s-subtitle, .dark-screen .s-muted { color: #9eada5; }
.s-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.s-metric { padding: 9px; min-height: 69px; border-radius: 9px; background: white; border: 1px solid #dde2de; }
.dark-screen .s-metric, .dark-screen .s-panel, .dark-screen .s-list { background: #101d18; border-color: #26382f; }
.s-metric i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: #e5f0ed; color: var(--green); font-style: normal; font-weight: 900; }
.s-metric strong { display: block; font-size: 15px; margin-top: 6px; }
.s-metric span { color: #69736e; font-size: 6.5px; }
.s-action { margin-top: 7px; padding: 10px; border-radius: 10px; background: var(--forest); color: white; display: flex; align-items: center; justify-content: space-between; }
.s-action b { padding: 7px 9px; border-radius: 6px; background: var(--green); }
.s-section { margin: 13px 0 6px; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.s-list { overflow: hidden; border-radius: 10px; border: 1px solid #dde2de; background: white; }
.s-row { min-height: 42px; padding: 7px 8px; display: flex; align-items: center; gap: 7px; border-top: 1px solid #edf0ee; }
.s-row:first-child { border-top: 0; }
.dark-screen .s-row { border-color: #26382f; }
.s-avatar { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: #e5f0ed; color: var(--green); font-weight: 900; }
.s-row-copy { flex: 1; min-width: 0; }
.s-row-copy strong, .s-row-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-row-copy strong { font-size: 8px; }
.s-row-copy span { margin-top: 2px; color: #7a8580; font-size: 6.5px; }
.s-qty { font-size: 8px; font-weight: 900; }
.s-pill { padding: 4px 6px; border-radius: 5px; background: #e5f0ed; color: var(--green); font-size: 6px; font-weight: 900; }
.s-tabs { position: absolute; left: 0; right: 0; bottom: 0; height: 43px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #dde2de; background: rgba(255,255,255,.96); }
.dark-screen .s-tabs { background: #101d18; border-color: #26382f; }
.s-tab { display: grid; gap: 2px; place-items: center; color: #8b9590; font-size: 5.5px; }
.s-tab b { font-size: 11px; line-height: 1; }
.s-tab.active { color: var(--green); font-weight: 900; }
.s-scan-tab { width: 37px; height: 37px; margin-top: -18px; display: grid; place-items: center; border-radius: 11px; background: var(--green); color: white; font-size: 16px; box-shadow: 0 5px 12px rgba(23,107,91,.3); }
.s-search { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 9px; border-radius: 8px; border: 1px solid #dde2de; background: white; color: #7a8580; }
.s-chips { display: flex; gap: 5px; margin: 8px 0; overflow: hidden; }
.s-chip { padding: 5px 7px; border-radius: 6px; white-space: nowrap; background: white; border: 1px solid #dde2de; color: #69736e; font-size: 6px; font-weight: 800; }
.s-chip.active { background: var(--green); color: white; border-color: var(--green); }
.scanner-view { height: 292px; margin: 10px -14px 0; position: relative; overflow: hidden; background: radial-gradient(circle at 54% 36%, #576b61 0 12%, #20352d 45%, #091711 100%); }
.scanner-view::before, .scanner-view::after { content: ""; position: absolute; width: 53px; height: 53px; border-color: white; border-style: solid; opacity: .9; }
.scanner-view::before { left: 38px; top: 62px; border-width: 3px 0 0 3px; border-radius: 12px 0 0; }
.scanner-view::after { right: 38px; bottom: 62px; border-width: 0 3px 3px 0; border-radius: 0 0 12px; }
.scan-line { position: absolute; left: 40px; right: 40px; top: 49%; height: 2px; background: #52d18b; box-shadow: 0 0 12px #52d18b; }
.scanner-copy { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; color: white; }
.scanner-copy strong { display: block; font-size: 12px; }
.scanner-copy span { display: block; opacity: .67; font-size: 7px; margin-top: 3px; }
.product-visual { height: 132px; margin: 8px 0 12px; display: grid; place-items: center; border-radius: 12px; background: #dfece7; }
.product-box { width: 70px; height: 76px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: white; font-size: 21px; font-weight: 900; box-shadow: 0 10px 24px rgba(23,107,91,.22); }
.s-product-head { display: flex; justify-content: space-between; align-items: start; }
.s-product-head h3 { margin: 0; font-size: 17px; }
.s-stock { color: var(--green); font-size: 16px; font-weight: 900; }
.s-segment { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin-top: 10px; border-radius: 8px; background: #eef1ef; }
.s-segment span { padding: 7px; border-radius: 6px; text-align: center; font-weight: 900; }
.s-segment span:first-child { background: var(--green); color: white; }
.s-field { margin-top: 8px; }
.s-field label { display: block; color: #6f7b75; margin-bottom: 4px; font-size: 6px; font-weight: 900; letter-spacing: .07em; }
.s-input { min-height: 32px; display: flex; align-items: center; padding: 0 8px; border-radius: 7px; border: 1px solid #dde2de; background: white; font-size: 8px; font-weight: 700; }
.s-button { margin-top: 11px; padding: 10px; border-radius: 8px; background: var(--green); color: white; text-align: center; font-weight: 900; }
.s-chart { height: 91px; padding: 10px; display: flex; align-items: flex-end; gap: 6px; border-radius: 10px; background: white; border: 1px solid #dde2de; }
.s-chart i { flex: 1; border-radius: 3px 3px 1px 1px; background: #d5e7df; }
.s-chart i:nth-child(3), .s-chart i:nth-child(6) { background: var(--green); }
.s-bar { margin-top: 10px; }
.s-bar-head { display: flex; justify-content: space-between; margin-bottom: 4px; font-size: 7px; font-weight: 800; }
.s-bar-track { height: 6px; border-radius: 5px; overflow: hidden; background: #e4e9e6; }
.s-bar-fill { height: 100%; background: var(--green); border-radius: inherit; }
.label-sheet { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }
.mini-label { height: 76px; padding: 7px; display: grid; place-items: center; border-radius: 7px; background: white; border: 1px solid #dde2de; text-align: center; }
.fake-code { width: 75px; height: 28px; background: repeating-linear-gradient(90deg,#111 0 2px,transparent 2px 4px,#111 4px 5px,transparent 5px 8px); }
.fake-qr { width: 35px; height: 35px; background: repeating-conic-gradient(#111 0 25%,#fff 0 50%) 0/8px 8px; border: 4px solid white; outline: 1px solid #111; }
.backup-shield { width: 82px; height: 82px; margin: 24px auto 18px; display: grid; place-items: center; border-radius: 26px 26px 34px 34px; background: var(--mint); color: var(--green); font-size: 32px; }
.s-center { text-align: center; }
.s-center h3 { font-size: 16px; margin: 0 0 7px; }
.s-center p { color: #69736e; line-height: 1.5; font-size: 7px; }
.faq-row { padding: 11px 0; border-top: 1px solid #dde2de; display: flex; justify-content: space-between; gap: 6px; font-size: 8px; font-weight: 800; }
.faq-row:first-of-type { margin-top: 10px; }

@media (max-width: 980px) { .screen-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .screen-gallery { grid-template-columns: 1fr; } .screen-stage { height: 510px; } .screen-card-copy { min-height: 0; } }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes turn { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero-grid, .privacy-grid, .workflow { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; gap: 27px; }
  .hero { padding-top: 64px; }
  .hero-grid { gap: 35px; }
  .hero-copy { font-size: 16px; }
  .phone-stage { min-height: 660px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .privacy-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 2; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 0 20px; }
  .legal-nav strong { width: 100%; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px 20px 24px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .menu-button { display: block; }
  .brand-copy small { display: none; }
  h1 { font-size: clamp(45px, 15vw, 68px); }
  .hero { padding: 52px 0 58px; }
  .phone-stage { min-height: 570px; transform: scale(.88); margin: -34px -20px; }
  .phone { width: 300px; height: 610px; }
  .float-card.left { left: 0; }
  .float-card.right { right: 0; }
  .orbit.one { width: 510px; height: 510px; }
  .orbit.two { width: 405px; height: 405px; }
  .section { padding: 75px 0; }
  .promo-showcase { padding-top: 15px; padding-bottom: 15px; }
  .promo-grid { padding: 20px; border-radius: 22px; }
  .promo-player { border-radius: 14px; }
  .section-head { display: block; }
  .section-head p { margin-top: 17px; }
  .cards, .support-grid { grid-template-columns: 1fr; }
  .support-card.wide { grid-column: auto; }
  .feature-card { min-height: 235px; }
  .feature-card h3 { margin-top: 38px; }
  .privacy-band { padding-block: 76px; }
  .workflow { gap: 40px; }
  .cta-box { padding: 42px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: block; line-height: 1.7; }
  .content-hero { padding-top: 55px; }
}
