:root {
  --ink: #0c1729;
  --navy: #08111f;
  --navy-2: #0d1b30;
  --blue: #3c82f6;
  --blue-light: #75a9ff;
  --mint: #38ddb3;
  --paper: #ffffff;
  --muted: #68758a;
  --line: #dfe6ef;
  --tint: #f2f6fb;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(5, 17, 35, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 22px; letter-spacing: -.6px; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: var(--mint); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; gap: 34px; color: #c7d0de; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 12px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 17px; font-size: 14px; }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.05); }
.button-outline:hover { background: rgba(255,255,255,.12); }
.button-primary { padding: 16px 22px; color: #05111f; background: var(--mint); box-shadow: 0 12px 35px rgba(56,221,179,.23); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(56,221,179,.32); }

.hero { min-height: 820px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 58% 32%, #173b69 0, #0a1a31 33%, var(--navy) 67%); padding: 158px 0 105px; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: -160px; top: 70px; background: rgba(42,122,246,.12); }
.hero-glow-two { width: 360px; height: 360px; left: 20%; bottom: -260px; background: rgba(56,221,179,.11); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.15fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #9db0c9; font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--mint); }
.eyebrow.dark { color: #66768c; }
.hero h1 { margin: 0; font-size: clamp(49px, 5vw, 76px); line-height: .99; letter-spacing: -4.2px; font-weight: 820; }
.hero h1 em { color: var(--blue-light); font-style: normal; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #b9c5d4; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { color: #e7ecf3; font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 7px; color: var(--mint); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #9eacbf; font-size: 12px; }
.trust-row i { font-style: normal; color: var(--mint); margin-right: 5px; }

.product-visual { position: relative; perspective: 1200px; }
.app-window { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: #f3f6fa; box-shadow: var(--shadow); transform: rotateY(-3deg) rotateX(1deg); }
.window-bar { height: 42px; display: flex; align-items: center; padding: 0 14px; background: #111e31; color: #8290a4; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #4c5a6e; }
.window-title { margin: auto; }
.live-badge { display: flex; align-items: center; gap: 5px; color: #9be9d5; font-weight: 800; letter-spacing: .8px; }
.live-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(56,221,179,.12); }
.app-body { height: 400px; display: grid; grid-template-columns: 125px 1fr; color: var(--ink); }
.app-sidebar { padding: 18px 12px; background: #0d192a; color: #7e8da1; }
.mini-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 26px; color: #fff; font-size: 12px; }
.mini-brand b { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); }
.side-item { display: flex; align-items: center; gap: 9px; margin: 5px 0; padding: 9px 8px; border-radius: 7px; font-size: 8px; font-weight: 650; }
.side-item span { width: 13px; text-align: center; }
.side-item.active { color: #fff; background: rgba(65,132,244,.18); }
.app-content { padding: 23px 23px; }
.app-heading { display: flex; justify-content: space-between; align-items: center; }
.app-heading small { color: #8b96a7; font-size: 8px; }
.app-heading h3 { margin: 3px 0 0; font-size: 17px; }
.app-heading button { border: 0; border-radius: 7px; padding: 8px 11px; color: #fff; background: #3478e5; font-size: 8px; font-weight: 700; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 19px; }
.stat-card { min-height: 92px; padding: 13px; border: 1px solid #e3e8ef; border-radius: 10px; background: #fff; }
.stat-card span { display: block; color: #7d8999; font-size: 8px; }
.stat-card strong { display: block; margin: 8px 0 5px; font-size: 24px; letter-spacing: -1px; }
.stat-card small { color: #8b96a7; font-size: 7px; }
.stat-card small.positive { color: #23a885; }
.stat-card.accent { color: #fff; border-color: #3478e5; background: linear-gradient(145deg, #3478e5, #275fb8); }
.stat-card.accent span, .stat-card.accent small { color: #cfe0ff; }
.activity-card { margin-top: 14px; overflow: hidden; border: 1px solid #e3e8ef; border-radius: 10px; background: #fff; }
.activity-head { display: flex; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #edf0f4; font-size: 8px; }
.activity-head span { color: #3478e5; }
.activity-row { display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; padding: 9px 14px; border-bottom: 1px solid #f0f2f6; }
.activity-row:last-child { border-bottom: 0; }
.avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; color: #2767cc; background: #e9f1ff; font-size: 7px; font-weight: 800; }
.activity-row b { display: block; font-size: 8px; }
.activity-row small { display: block; margin-top: 2px; color: #909aaa; font-size: 6px; }
.status { padding: 4px 7px; border-radius: 10px; font-size: 6px; font-weight: 800; }
.status.returned { color: #16886c; background: #e2f8f1; }
.status.issued { color: #2767cc; background: #e6efff; }
.status.damaged { color: #bd6338; background: #fff0e7; }
.float-card { position: absolute; right: -15px; bottom: -33px; display: grid; grid-template-columns: 36px 1fr auto; gap: 11px; align-items: center; min-width: 242px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(0,0,0,.23); }
.scan-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: #2468d3; background: #e8f1ff; font-size: 18px; }
.float-card strong, .float-card span { display: block; }
.float-card strong { font-size: 11px; }
.float-card span { margin-top: 3px; color: #778397; font-size: 8px; }
.float-card > b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #2bc49c; }

.problem-strip { color: #fff; background: #102039; }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; min-height: 132px; }
.problem-grid > p { margin: 0; color: #b8c5d7; font-size: 15px; line-height: 1.55; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.mini-metrics div { padding: 10px 26px; border-left: 1px solid rgba(255,255,255,.12); }
.mini-metrics strong, .mini-metrics span { display: block; }
.mini-metrics strong { color: var(--mint); font-size: 15px; }
.mini-metrics span { margin-top: 5px; color: #8291a6; font-size: 11px; }

.section { padding: 112px 0; }
.section-tint { background: var(--tint); }
.section-heading { max-width: 700px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .features-copy h2, .cta-inner h2 { margin: 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.08; letter-spacing: -2.6px; }
.section-heading > p:last-child { max-width: 610px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 294px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(21,47,79,.1); }
.step-number { position: absolute; top: 20px; right: 24px; color: #e2e8f0; font-size: 38px; font-weight: 850; letter-spacing: -2px; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 44px; border-radius: 16px; font-size: 25px; }
.badge-icon { color: #246edc; background: #e9f1ff; }
.asset-icon { color: #149876; background: #e3f8f2; }
.tick-icon { color: #7354d9; background: #efeaff; }
.step-card h3 { margin: 0; font-size: 21px; }
.step-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.feature-visual { position: relative; min-height: 615px; display: grid; place-items: center; }
.feature-visual::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, #dce8f8, transparent 68%); }
.phone { position: relative; z-index: 2; width: 282px; padding: 10px; border: 1px solid #17263c; border-radius: 42px; background: #101b2a; box-shadow: 0 35px 70px rgba(18,38,66,.25); transform: rotate(-2deg); }
.phone-top { position: absolute; z-index: 3; top: 16px; left: 50%; width: 85px; height: 21px; border-radius: 14px; background: #101b2a; transform: translateX(-50%); }
.phone-screen { min-height: 548px; overflow: hidden; border-radius: 33px; background: #f7f9fc; }
.mobile-head { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; padding: 41px 17px 14px; color: #fff; background: #15335b; font-size: 12px; text-align: center; }
.scanner { position: relative; height: 246px; margin: 23px 18px 0; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #172231, #314863); }
.scan-corners i { position: absolute; width: 30px; height: 30px; border-color: #fff; border-style: solid; }
.scan-corners i:nth-child(1) { top: 21px; left: 21px; border-width: 3px 0 0 3px; border-radius: 6px 0 0; }
.scan-corners i:nth-child(2) { top: 21px; right: 21px; border-width: 3px 3px 0 0; border-radius: 0 6px 0 0; }
.scan-corners i:nth-child(3) { left: 21px; bottom: 21px; border-width: 0 0 3px 3px; border-radius: 0 0 0 6px; }
.scan-corners i:nth-child(4) { right: 21px; bottom: 21px; border-width: 0 3px 3px 0; border-radius: 0 0 6px; }
.barcode { position: absolute; left: 50%; top: 50%; display: flex; align-items: stretch; gap: 4px; width: 126px; height: 72px; padding: 13px; background: #fff; transform: translate(-50%,-50%); }
.barcode span { flex: 1; background: #172231; }
.barcode span:nth-child(2n) { flex-grow: .45; }
.scan-line { position: absolute; left: 18px; right: 18px; top: 50%; height: 2px; background: var(--mint); box-shadow: 0 0 13px var(--mint); animation: scan 2.5s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateY(-72px); } 50% { transform: translateY(72px); } }
.scan-prompt { margin: 15px 0 0; text-align: center; font-size: 12px; font-weight: 700; }
.manual-entry { width: calc(100% - 36px); margin: 14px auto; padding: 12px; border: 1px solid #dbe2ec; border-radius: 10px; color: #536277; background: #fff; font-size: 10px; text-align: center; }
.last-scan { display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: center; margin: 20px 18px 0; padding-top: 18px; border-top: 1px solid #e2e7ee; }
.last-scan > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #16886c; background: #e1f7f0; }
.last-scan small, .last-scan strong { display: block; }
.last-scan small { color: #8c98a8; font-size: 7px; }
.last-scan strong { margin-top: 2px; font-size: 9px; }
.last-scan b { padding: 5px 7px; border-radius: 9px; color: #16886c; background: #e1f7f0; font-size: 7px; }
.feature-pop { position: absolute; z-index: 3; padding: 14px 17px; border: 1px solid #e1e7ef; border-radius: 13px; background: #fff; box-shadow: 0 18px 40px rgba(20,42,72,.13); }
.feature-pop b, .feature-pop span { display: block; }
.feature-pop b { color: #246edc; font-size: 17px; }
.feature-pop span { margin-top: 3px; color: #7c899a; font-size: 8px; }
.pop-one { left: 8px; top: 150px; }
.pop-two { right: 5px; bottom: 118px; }
.features-copy h2 { max-width: 610px; }
.feature-list { margin-top: 43px; }
.feature-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; margin: 25px 0; }
.feature-list > div > span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #dce4ee; border-radius: 12px; color: #236bd4; background: #fff; font-size: 19px; font-weight: 700; }
.feature-list section h3 { margin: 0; font-size: 17px; }
.feature-list section p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.use-card { min-height: 245px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.use-card > div { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 30px; border-radius: 14px; background: #f0f5fb; font-size: 23px; filter: grayscale(.2); }
.use-card h3 { margin: 0; font-size: 18px; }
.use-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.cta-section { position: relative; overflow: hidden; padding: 108px 0; color: #fff; background: var(--navy); text-align: center; }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; }
.cta-glow { position: absolute; left: 50%; top: -250px; width: 700px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(48,125,242,.25), transparent 66%); transform: translateX(-50%); }
.cta-inner { position: relative; z-index: 2; }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner h2 { font-size: clamp(46px, 5vw, 70px); }
.cta-inner > p:not(.eyebrow) { margin: 22px 0 32px; color: #aebcce; font-size: 17px; }

footer { padding: 42px 0; color: #728197; background: #060d17; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.5fr auto auto; gap: 35px; align-items: center; }
.footer-brand { color: #fff; }
footer p { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 22px; color: #a8b4c5; font-size: 12px; }
footer small { font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-bottom: 120px; }
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 80px; }
  .hero-copy { max-width: 680px; }
  .product-visual { max-width: 680px; }
  .problem-grid { grid-template-columns: 1fr; gap: 20px; padding: 30px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 230px; }
  .step-icon { margin-bottom: 30px; }
  .split-grid { gap: 55px; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 70px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 29px; height: 29px; }
  .hero { padding: 125px 0 94px; }
  .hero h1 { font-size: 48px; letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { flex-direction: column; gap: 9px; }
  .app-window { transform: none; }
  .app-body { height: 325px; grid-template-columns: 82px 1fr; }
  .app-sidebar { padding: 12px 7px; }
  .side-item { padding: 7px 4px; font-size: 6px; }
  .mini-brand span { display: none; }
  .app-content { padding: 16px 11px; }
  .stat-grid { gap: 6px; }
  .stat-card { min-height: 78px; padding: 9px; }
  .stat-card strong { font-size: 17px; }
  .activity-row { padding: 7px 9px; }
  .float-card { right: 3px; bottom: -43px; min-width: 224px; }
  .mini-metrics { grid-template-columns: 1fr; }
  .mini-metrics div { padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }
  .section-heading h2, .features-copy h2 { letter-spacing: -2px; }
  .feature-visual { min-height: 590px; }
  .feature-pop { transform: scale(.88); }
  .pop-one { left: -10px; }
  .pop-two { right: -10px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 200px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scan-line { animation: none; }
}
