:root {
  --navy: #071120;
  --navy-2: #0d1a2d;
  --ink: #101a2c;
  --muted: #6e7b8f;
  --line: #dfe5ed;
  --surface: #f4f7fb;
  --white: #fff;
  --blue: #1684ff;
  --cyan: #24c8ed;
  --mint: #29c698;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 46px; }
.brand img { width: 182px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 13px; font-weight: 700; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-primary { color: #fff; background: linear-gradient(135deg, #1684ff, #0568e3); box-shadow: 0 14px 36px rgba(22,132,255,.28); }
.button-primary:hover { box-shadow: 0 17px 43px rgba(22,132,255,.38); }
.button-text { color: rgba(255,255,255,.8); padding-inline: 10px; }
.button-text span { color: var(--cyan); font-size: 17px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 820px; padding: 184px 0 112px; color: #fff; background: radial-gradient(circle at 70% 38%, #112b4a 0, #091626 32%, var(--navy) 67%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 42%, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; background: rgba(24,132,255,.18); right: 10%; top: 16%; }
.hero-glow-two { width: 240px; height: 240px; background: rgba(36,200,237,.12); left: -4%; bottom: -5%; }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.25fr; gap: 65px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.eyebrow span { width: 24px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow.dark { color: #0785c9; }
.hero h1, .section-heading h2, .offline-copy h2, .cta h2 { margin: 21px 0; font-size: clamp(45px, 5vw, 68px); line-height: 1.02; letter-spacing: -.052em; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 555px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin: 34px 0 45px; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: rgba(255,255,255,.42); font-size: 10px; }
.hero-visual { position: relative; min-width: 0; transform: perspective(1200px) rotateY(-3deg); transform-origin: left center; }
.window-glow { position: absolute; inset: 10% 4%; background: rgba(26,137,255,.28); filter: blur(55px); }
.app-window { position: relative; isolation: isolate; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; overflow: hidden; background: #eef3f9; box-shadow: 0 45px 90px rgba(0,0,0,.5); }
.window-bar { height: 42px; display: flex; align-items: center; padding: 0 14px; gap: 12px; color: #42536a; background: #f9fbfd; font-size: 10px; font-weight: 800; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d6dee8; }
.window-bar > span { border-left: 1px solid #dbe2ea; padding-left: 12px; }
.online-pill { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.online-pill b { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(41,198,152,.1); }
.app-window img { display: block; width: 100%; height: auto; object-fit: contain; }
.app-window > img { position: relative; z-index: 1; transform-origin: center; will-change: opacity, transform, filter; transition: opacity .18s ease, transform .18s ease, filter .18s ease; }
.app-window img.switching { opacity: 0; transform: scale(.972) translateY(8px); filter: blur(7px) saturate(.7); }
.app-window::after { content: ""; position: absolute; z-index: 2; inset: -35% auto -35% -45%; width: 28%; pointer-events: none; opacity: 0; transform: skewX(-17deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.52), rgba(36,200,237,.2), transparent); }
.app-window.is-entering > img { animation: interface-enter .56s cubic-bezier(.2,.78,.2,1) both; }
.app-window.is-entering::after { animation: interface-shine .68s ease-out both; }
.interface-tabs { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 13px; }
.interface-tab { min-width: 0; padding: 5px 5px 8px; overflow: hidden; color: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.045); cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.interface-tab:hover { color: #fff; border-color: rgba(36,200,237,.52); transform: translateY(-2px); }
.interface-tab.active { color: #fff; border-color: var(--cyan); background: rgba(36,200,237,.1); box-shadow: 0 0 0 1px rgba(36,200,237,.12), 0 10px 28px rgba(36,200,237,.14); animation: tab-selected .38s cubic-bezier(.2,.8,.2,1); }
.interface-tab img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; border-radius: 6px; opacity: .7; }
.interface-tab.active img, .interface-tab:hover img { opacity: 1; }
.interface-tab span { display: block; margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .02em; }
@keyframes interface-enter { 0% { opacity: 0; transform: scale(1.028) translateY(-5px); filter: blur(8px) saturate(.72); } 55% { opacity: 1; } 100% { opacity: 1; transform: none; filter: none; } }
@keyframes interface-shine { 0% { left: -45%; opacity: 0; } 18% { opacity: .78; } 100% { left: 125%; opacity: 0; } }
@keyframes tab-selected { 0% { transform: scale(.96); } 65% { transform: scale(1.025); } 100% { transform: none; } }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 12px; color: #142238; background: rgba(255,255,255,.95); box-shadow: 0 20px 44px rgba(0,0,0,.25); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #7b8795; font-size: 9px; }
.floating-card strong { margin-top: 2px; font-size: 11px; }
.mini-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--blue); font-size: 15px; }
.mini-icon.accent { background: var(--mint); }
.card-stock { left: -30px; top: 21%; }
.card-local { right: -25px; bottom: 12%; }

.trust-strip { background: #0a1728; color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.trust-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-row p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; }
.trust-items { display: flex; align-items: center; gap: 24px; font-size: 9px; font-weight: 800; letter-spacing: .18em; color: rgba(255,255,255,.7); }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section { padding: 120px 0; }
.platform { background: #fff; }
.section-heading { max-width: 780px; margin-bottom: 60px; }
.section-heading h2, .offline-copy h2, .cta h2 { font-size: clamp(38px, 4vw, 56px); }
.section-heading h2 em { color: #1684ff; }
.section-heading p { max-width: 600px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .7fr; gap: 100px; align-items: end; }
.section-heading.split p { margin-bottom: 24px; }
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.feature-card { position: relative; min-height: 350px; padding: 34px; border: 1px solid #e2e8ef; border-radius: 18px; background: #f8fafc; overflow: hidden; }
.feature-large { grid-row: span 2; min-height: 718px; display: grid; grid-template-columns: .8fr 1.15fr; gap: 25px; align-items: center; background: linear-gradient(140deg,#f7faff,#eef4fb); }
.number { position: absolute; right: 26px; top: 25px; color: #a4afbc; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin: 16px 0 12px; max-width: 340px; font-size: 25px; line-height: 1.2; letter-spacing: -.03em; }
.feature-card p { color: var(--muted); line-height: 1.75; font-size: 13px; }
.feature-copy ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; color: #34445b; font-size: 11px; font-weight: 700; }
.feature-copy li::before { content: "✓"; color: var(--mint); margin-right: 8px; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: rgba(22,132,255,.1); font-size: 24px; }
.pos-mock { padding: 16px; border: 1px solid #dfe6ef; border-radius: 14px; background: white; box-shadow: 0 25px 45px rgba(30,68,115,.15); }
.scan-line { padding: 15px; border: 1px solid #dae3ed; border-radius: 8px; color: #9aa5b2; font-size: 9px; }
.scan-line span { color: var(--blue); margin-right: 7px; }
.receipt-row { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 7px; min-height: 54px; border-bottom: 1px solid #edf0f4; font-size: 9px; }
.receipt-row b { color: #9da8b5; }.receipt-row strong { font-size: 9px; }
.receipt-total { padding: 23px 2px 15px; display: flex; justify-content: space-between; align-items: end; }
.receipt-total small { color: #8290a1; font-size: 9px; }.receipt-total strong { font-size: 21px; }
.pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.pay-grid button { border: 0; border-radius: 8px; padding: 13px; color: #fff; background: #13a87b; font-size: 9px; font-weight: 800; }
.pay-grid button:last-child { background: var(--blue); }
.stock-bars { height: 95px; margin-top: 28px; padding: 15px 0 0; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid #d7e0ea; }
.stock-bars span { flex: 1; height: var(--value); border-radius: 5px 5px 0 0; background: linear-gradient(#23c7ed,#1684ff); opacity: .85; }
.feature-dark { color: #fff; border-color: transparent; background: var(--navy-2); }
.feature-dark p { color: rgba(255,255,255,.52); }.feature-dark .feature-icon { color: var(--cyan); background: rgba(36,200,237,.11); }
.transfer-route { margin-top: 27px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; }
.transfer-route div { display: grid; justify-items: center; gap: 7px; color: rgba(255,255,255,.8); font-size: 9px; }
.transfer-route b { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); }
.transfer-route i { color: var(--cyan); text-align: center; font-style: normal; font-size: 22px; }.transfer-route small { display: block; color: rgba(255,255,255,.35); font-size: 7px; }

.modules { background: var(--surface); }
.module-list { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; }
.module-card { position: relative; min-height: 290px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-card:nth-child(3n) { border-right: 0; }.module-card:nth-child(n+4) { border-bottom: 0; }
.module-card > span { position: absolute; right: 25px; top: 24px; color: #a6b0bd; font-size: 9px; font-weight: 800; }
.module-symbol { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; color: #0f84dd; background: #eaf5ff; font-size: 22px; }
.module-card h3 { margin: 34px 0 13px; font-size: 18px; }.module-card p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 12px; }

.offline { color: #fff; background: var(--navy); overflow: hidden; }
.offline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.offline-visual { position: relative; min-height: 470px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(36,200,237,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 460px; height: 460px; }
.sync-node { position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #0e2035; box-shadow: 0 0 70px rgba(22,132,255,.25); transform: translate(-50%,-50%); }
.sync-node img { width: 64px; height: 64px; }.sync-node i { position: absolute; right: 7px; top: 8px; width: 10px; height: 10px; border: 2px solid #0e2035; border-radius: 50%; background: var(--mint); }
.device-card { position: absolute; width: 210px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(18,35,57,.9); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.device-card span { color: var(--cyan); font-size: 8px; }.device-card b, .device-card small { display: block; }.device-card b { margin: 10px 0 5px; font-size: 13px; }.device-card small { color: rgba(255,255,255,.42); font-size: 9px; }
.device-local { left: 0; top: 45px; }.device-cloud { right: 0; bottom: 40px; }
.offline-copy p { color: rgba(255,255,255,.56); line-height: 1.8; font-size: 14px; }
.check-list { display: grid; gap: 18px; margin-top: 34px; }
.check-list > div { display: flex; align-items: flex-start; gap: 14px; }
.check-list b { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; color: #071120; background: var(--mint); font-size: 12px; }
.check-list span, .check-list strong { display: block; }.check-list span { color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.6; }.check-list strong { color: #fff; font-size: 12px; }

.cta { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(120deg,#0b77ee,#18a8e5); overflow: hidden; }
.cta::before { content: "A"; position: absolute; right: 6%; top: -52%; color: rgba(255,255,255,.055); font-size: 560px; font-weight: 800; line-height: 1; }
.cta-content { position: relative; display: grid; grid-template-columns: 100px 1fr .65fr; gap: 45px; align-items: center; }
.cta-content > img { width: 88px; filter: drop-shadow(0 16px 25px rgba(0,0,0,.18)); }
.cta h2 { margin-bottom: 0; }.cta h2 em { color: #071120; }.cta .eyebrow { color: rgba(255,255,255,.72); }
.cta-side p { color: rgba(255,255,255,.75); line-height: 1.7; font-size: 12px; }
.button-white { margin-top: 15px; color: #0e69c2; background: #fff; box-shadow: 0 15px 32px rgba(0,47,100,.2); }

footer { color: rgba(255,255,255,.52); background: #050d18; }
.footer-grid { padding: 65px 0; display: grid; grid-template-columns: 1.4fr .6fr 1fr .7fr; gap: 55px; }
.footer-brand img { width: 180px; }.footer-brand p { margin: 18px 0 0; font-size: 11px; line-height: 1.65; }
footer h4 { margin: 0 0 17px; color: #fff; font-size: 11px; }footer a, footer span { display: block; margin: 9px 0; font-size: 10px; }footer a:hover { color: #fff; }
.footer-status { display: flex; align-items: center; align-self: start; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; }.footer-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }.footer-status span { margin: 0; }
.footer-bottom { padding: 20px 0 30px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); }.footer-bottom span { font-size: 9px; }

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

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.nav-wrap .button { margin-left: auto; }.hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 150px; }.hero-copy { max-width: 650px; }.hero-visual { width: 85%; margin: 25px auto 0; transform: none; }.feature-large { grid-template-columns: 1fr; }.pos-mock { max-width: 440px; }.offline-grid { grid-template-columns: 1fr; }.offline-copy { max-width: 650px; }.cta-content { grid-template-columns: 80px 1fr; }.cta-side { grid-column: 2; }.footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }.footer-status { display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }.nav-wrap { height: 72px; }.brand img { width: 154px; }.nav-wrap .button { display: none; }.menu-button { margin-left: auto; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: transparent; }.menu-button span { width: 18px; height: 2px; display: block; background: #fff; }.mobile-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #0d1a2d; box-shadow: 0 20px 35px rgba(0,0,0,.35); }.mobile-nav.open { display: grid; }.mobile-nav a { padding: 12px; color: #fff; font-size: 13px; }
  .hero { min-height: auto; padding: 130px 0 75px; }.hero h1 { font-size: 43px; }.hero-grid { gap: 35px; }.hero-actions { align-items: stretch; flex-direction: column; }.button-text { justify-content: flex-start; }.hero-proof { grid-template-columns: 1fr; gap: 12px; }.hero-visual { width: 100%; }.floating-card { display: none; }.interface-tabs { grid-template-columns: repeat(2, 1fr); }.interface-tab span { font-size: 10px; }
  .trust-row { padding: 22px 0; align-items: flex-start; flex-direction: column; }.trust-items { width: 100%; gap: 9px; justify-content: space-between; font-size: 7px; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .offline-copy h2, .cta h2 { font-size: 37px; }.section-heading.split { grid-template-columns: 1fr; gap: 0; }.feature-grid { grid-template-columns: 1fr; }.feature-large { grid-row: auto; min-height: auto; }.feature-card { min-height: 320px; padding: 25px; }.module-list { grid-template-columns: 1fr; }.module-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.module-card:last-child { border-bottom: 0 !important; }
  .offline-grid { gap: 40px; }.offline-visual { min-height: 380px; transform: scale(.82); margin: -35px; }.device-card { width: 185px; }.orbit-two { width: 400px; height: 400px; }
  .cta { padding: 70px 0; }.cta-content { grid-template-columns: 1fr; gap: 20px; }.cta-content > img { width: 70px; }.cta-side { grid-column: 1; }.button-white { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.app-window > img,.app-window.is-entering > img,.app-window.is-entering::after,.interface-tab.active { animation: none; transition: none; } }
