:root {
  --navy-950: #061333;
  --navy-900: #081b46;
  --navy-850: #0b255e;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;
  --cyan-400: #22d3ee;
  --text: #0f172a;
  --text-soft: #475569;
  --text-muted: #64748b;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --white: #ffffff;
  --green: #10b981;
  --orange: #f59e0b;
  --rose: #f43f5e;
  --violet: #8b5cf6;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .05);
  --shadow-md: 0 20px 50px rgba(15, 23, 42, .12);
  --shadow-blue: 0 20px 50px rgba(37, 99, 235, .28);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; background: #fff; color: #0f172a; padding: 10px 14px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 15px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled { background: rgba(6, 19, 51, .92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); padding: 10px 0; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -.5px; }
.brand img { width: 39px; height: 39px; object-fit: contain; filter: drop-shadow(0 5px 14px rgba(14, 165, 233, .26)); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: rgba(255, 255, 255, .68); font-size: 13px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 17px; border-radius: 11px; border: 1px solid transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn svg { width: 16px; height: 16px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); box-shadow: 0 10px 24px rgba(37, 99, 235, .3); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(37, 99, 235, .4); }
.btn-ghost { color: rgba(255, 255, 255, .82); border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .32); }
.btn-light { background: #fff; color: var(--navy-900); box-shadow: 0 12px 30px rgba(6, 19, 51, .16); }
.btn-outline-light { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .06); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .12); }
.btn-lg { min-height: 52px; padding: 0 23px; border-radius: 13px; font-size: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 11px; background: rgba(255, 255, 255, .06); align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle svg { width: 20px; stroke: #fff; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 870px; padding: 155px 0 65px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 8%, #123c91 0, transparent 38%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 48%, #123b91 100%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(to bottom, transparent, rgba(5, 18, 48, .45)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .22; 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; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; background: #22d3ee; left: -230px; top: 120px; }
.hero-glow-two { width: 360px; height: 360px; background: #6366f1; right: 4%; bottom: 10%; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 58px; }
.hero-copy { padding-top: 8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; margin-bottom: 20px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 700; letter-spacing: .25px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 5px rgba(52, 211, 153, .12); }
.hero h1 { max-width: 610px; margin: 0 0 22px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(46px, 5.2vw, 72px); line-height: .99; letter-spacing: -3.4px; }
.hero h1 span { display: block; color: #6ee7f9; background: linear-gradient(100deg, #67e8f9, #60a5fa); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { max-width: 590px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 18px; margin-top: 23px; flex-wrap: wrap; }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .58); font-size: 11px; font-weight: 600; }
.hero-points svg { width: 15px; color: #5eead4; }

.hero-visual { position: relative; min-width: 0; perspective: 1300px; }
.app-window { position: relative; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; overflow: hidden; background: #f8fafc; box-shadow: 0 45px 100px rgba(0, 0, 0, .42), 0 0 0 8px rgba(255, 255, 255, .03); transform: rotateY(-5deg) rotateX(2deg); transform-origin: center; }
.window-topbar { height: 38px; padding: 0 12px; display: grid; grid-template-columns: 70px 1fr 28px; align-items: center; gap: 10px; background: #fff; border-bottom: 1px solid #e2e8f0; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #cbd5e1; }
.window-dots span:first-child { background: #fb7185; }.window-dots span:nth-child(2) { background: #fbbf24; }.window-dots span:last-child { background: #34d399; }
.window-address { justify-self: center; width: min(68%, 270px); padding: 5px 10px; color: #94a3b8; background: #f1f5f9; border-radius: 6px; font-size: 8px; text-align: center; }
.window-avatar { width: 23px; height: 23px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #2563eb, #60a5fa); color: #fff; font-size: 7px; font-weight: 800; }
.dashboard-shell { display: grid; grid-template-columns: 128px 1fr; min-height: 430px; color: var(--text); }
.mock-sidebar { padding: 14px 9px; background: #08152f; color: #fff; }
.mock-brand { display: flex; align-items: center; gap: 6px; margin: 0 4px 13px; font-size: 10px; }
.mock-brand img { width: 22px; height: 22px; }
.mock-role { display: block; margin: 0 4px 11px; padding: 4px 6px; border-radius: 4px; color: #6ee7b7; background: rgba(16, 185, 129, .12); font-size: 5.5px; font-weight: 800; letter-spacing: .4px; }
.mock-nav { display: flex; align-items: center; gap: 6px; padding: 7px 8px; margin: 2px 0; border-radius: 5px; color: rgba(255, 255, 255, .43); font-size: 7px; font-weight: 600; }
.mock-nav svg { width: 10px; height: 10px; }
.mock-nav.active { color: #fff; background: rgba(37, 99, 235, .45); }
.mock-main { padding: 15px 16px; background: #f8fafc; min-width: 0; }
.mock-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mock-heading small { display: block; color: #94a3b8; font-size: 6px; }
.mock-heading h3 { margin: 2px 0 0; font-size: 12px; }
.mock-heading button { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; }
.mock-heading button svg { width: 10px; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-stats > div { position: relative; min-height: 78px; padding: 10px; border: 1px solid #e8edf5; border-radius: 8px; background: #fff; }
.mock-stats small { display: block; margin-top: 18px; color: #64748b; font-size: 6px; }
.mock-stats strong { display: block; margin-top: 3px; font-family: 'Space Grotesk', sans-serif; font-size: 11px; }
.mock-stats em { display: block; margin-top: 3px; color: #10b981; font-size: 5.5px; font-style: normal; font-weight: 700; }
.stat-icon { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.stat-icon svg { width: 10px; }
.stat-icon.blue { color: #2563eb; background: #eff6ff; }.stat-icon.green { color: #059669; background: #ecfdf5; }.stat-icon.orange { color: #d97706; background: #fffbeb; }
.mock-content-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 8px; margin-top: 8px; }
.mock-chart-card, .mock-side-card, .mock-table-card { padding: 10px; border: 1px solid #e8edf5; border-radius: 8px; background: #fff; }
.mock-card-title { display: flex; align-items: center; justify-content: space-between; color: #1e293b; font-size: 7px; font-weight: 800; }
.mock-card-title small { color: #94a3b8; font-size: 5px; font-weight: 500; }
.bars { height: 74px; padding-top: 12px; display: flex; align-items: flex-end; gap: 6px; }
.bars span { flex: 1; min-height: 5px; border-radius: 3px 3px 1px 1px; background: #bfdbfe; }
.bars span.today { background: #2563eb; }
.bar-labels { display: flex; gap: 6px; margin-top: 4px; }
.bar-labels span { flex: 1; color: #94a3b8; font-size: 4.5px; text-align: center; }
.rank-row { display: grid; grid-template-columns: 15px 1fr auto; gap: 5px; align-items: center; padding: 8px 0; border-bottom: 1px solid #f1f5f9; }
.rank-row:last-child { border-bottom: 0; }
.rank-row b { width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; border-radius: 4px; color: #2563eb; background: #eff6ff; font-size: 6px; }
.rank-row span { font-size: 6px; font-weight: 700; }.rank-row span small { display: block; color: #94a3b8; font-size: 4.5px; font-weight: 500; }.rank-row strong { color: #2563eb; font-size: 6px; }
.mock-table-card { margin-top: 8px; }
.mock-table-row { display: grid; grid-template-columns: 1.4fr .7fr .8fr .55fr; gap: 6px; align-items: center; padding: 6px 2px; border-top: 1px solid #f1f5f9; color: #475569; font-size: 5.5px; }
.mock-table-row.head { margin-top: 6px; color: #94a3b8; text-transform: uppercase; font-size: 4.5px; font-weight: 800; }
.mock-table-row .paid { width: fit-content; padding: 2px 5px; border-radius: 99px; color: #047857; background: #d1fae5; font-weight: 800; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 135px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 11px; background: rgba(255, 255, 255, .92); color: #0f172a; box-shadow: 0 18px 35px rgba(0, 0, 0, .22); backdrop-filter: blur(10px); }
.floating-card > svg { width: 20px; padding: 4px; border-radius: 6px; color: #2563eb; background: #dbeafe; }
.floating-card small, .floating-card strong { display: block; }.floating-card small { color: #64748b; font-size: 7px; }.floating-card strong { margin-top: 1px; font-size: 10px; }
.floating-card-one { left: -28px; bottom: 55px; animation: float 5s ease-in-out infinite; }.floating-card-two { right: -22px; top: 76px; animation: float 5s ease-in-out 1.2s infinite; }
.visual-orbit { position: absolute; border: 1px solid rgba(103, 232, 249, .15); border-radius: 50%; pointer-events: none; }.orbit-one { width: 420px; height: 420px; right: -120px; top: -90px; }.orbit-two { width: 260px; height: 260px; left: -80px; bottom: -70px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-bottom { position: relative; z-index: 3; margin-top: 65px; padding-top: 27px; border-top: 1px solid rgba(255, 255, 255, .1); text-align: center; }
.hero-bottom p { margin: 0 0 16px; color: rgba(255, 255, 255, .38); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.business-types { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; }.business-types span { display: flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .62); font-size: 12px; font-weight: 700; }.business-types svg { width: 17px; }

.section { padding: 105px 0; }.section-light { background: var(--surface); }
.section-heading { max-width: 730px; margin-bottom: 48px; }.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker { display: inline-flex; margin-bottom: 12px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }.section-kicker.light { color: #67e8f9; }
.section-heading h2, .workflow-copy h2, .demo-copy h2, .faq-intro h2, .cta-card h2 { margin: 0; font-family: 'Space Grotesk', sans-serif; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -1.8px; }
.section-heading p, .workflow-copy > p, .demo-copy > p, .faq-intro > p, .cta-card p { margin: 17px 0 0; color: var(--text-muted); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 1px 0 rgba(15, 23, 42, .02); transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.feature-card::after { content: ''; position: absolute; width: 130px; height: 130px; top: -80px; right: -70px; border-radius: 50%; background: #dbeafe; opacity: .3; }
.feature-card:hover { transform: translateY(-5px); border-color: #bfdbfe; box-shadow: var(--shadow-md); }
.feature-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 13px; }.feature-icon svg { width: 21px; }.feature-icon.blue { color: #2563eb; background: #dbeafe; }.feature-icon.violet { color: #7c3aed; background: #ede9fe; }.feature-icon.green { color: #059669; background: #d1fae5; }.feature-icon.orange { color: #d97706; background: #fef3c7; }.feature-icon.cyan { color: #0891b2; background: #cffafe; }.feature-icon.rose { color: #e11d48; background: #ffe4e6; }
.feature-card h3 { margin: 20px 0 9px; font-size: 17px; }.feature-card p { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.75; }.feature-card > span { position: absolute; bottom: 23px; display: inline-flex; align-items: center; gap: 6px; color: var(--blue-600); font-size: 11px; font-weight: 800; }.feature-card > span svg { width: 13px; }

.workflow-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #061333, #0a2760); }.workflow-section::before { content: ''; position: absolute; width: 580px; height: 580px; right: -250px; top: -210px; border-radius: 50%; background: rgba(37, 99, 235, .18); filter: blur(30px); }
.workflow-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: center; }.workflow-copy > p { color: rgba(255, 255, 255, .58); }
.workflow-list { margin-top: 31px; }.workflow-list > div { display: grid; grid-template-columns: 39px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .09); }.workflow-list > div:last-child { border-bottom: 0; }.workflow-list > div > span { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 9px; color: #67e8f9; background: rgba(34, 211, 238, .09); border: 1px solid rgba(34, 211, 238, .17); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 800; }.workflow-list h3 { margin: 0 0 4px; font-size: 13px; }.workflow-list p { margin: 0; color: rgba(255, 255, 255, .49); font-size: 11px; line-height: 1.6; }
.pos-preview { overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; background: #fff; color: var(--text); box-shadow: 0 35px 70px rgba(0, 0, 0, .3); transform: rotate(1.4deg); }
.pos-preview-head { height: 50px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e2e8f0; }.pos-preview-head span { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }.pos-preview-head span svg { width: 15px; color: #2563eb; }.pos-preview-head small { color: #94a3b8; font-size: 9px; }
.pos-preview-body { display: grid; grid-template-columns: 1fr 205px; min-height: 390px; }.pos-products { padding: 16px; background: #f8fafc; }.search-box { height: 34px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; color: #94a3b8; font-size: 9px; }.search-box svg { width: 13px; }.category-pills { display: flex; gap: 6px; margin: 11px 0; }.category-pills span { padding: 4px 8px; border: 1px solid #e2e8f0; border-radius: 99px; background: #fff; color: #64748b; font-size: 7px; font-weight: 700; }.category-pills .active { color: #fff; border-color: #2563eb; background: #2563eb; }
.mini-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.mini-product-grid > div { min-height: 85px; padding: 11px 8px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #e2e8f0; border-radius: 9px; background: #fff; text-align: center; }.mini-product-grid b { font-size: 8px; }.mini-product-grid strong { margin-top: 5px; color: #2563eb; font-size: 9px; }.mini-product-grid small { margin-top: 5px; color: #94a3b8; font-size: 6px; }
.pos-cart-preview { padding: 16px; border-left: 1px solid #e2e8f0; }.pos-cart-preview h4 { display: flex; justify-content: space-between; margin: 0 0 18px; font-size: 11px; }.pos-cart-preview h4 span { padding: 2px 6px; border-radius: 99px; color: #fff; background: #2563eb; font-size: 7px; }.cart-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 8px; }.cart-line span { font-weight: 700; }.cart-line small { display: block; margin-top: 3px; color: #94a3b8; font-size: 6px; font-weight: 500; }.cart-line strong { font-size: 8px; }.promo-line { display: flex; align-items: center; gap: 6px; margin-top: 13px; padding: 8px; border-radius: 7px; color: #047857; background: #ecfdf5; font-size: 7px; font-weight: 700; }.promo-line svg { width: 11px; }.cart-total { display: flex; align-items: center; justify-content: space-between; margin: 16px 0; font-size: 10px; }.cart-total strong { color: #2563eb; font-family: 'Space Grotesk', sans-serif; font-size: 15px; }.pos-cart-preview button { width: 100%; height: 36px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #2563eb, #3b82f6); font-size: 8px; font-weight: 800; }.pos-cart-preview button svg { width: 12px; }

.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }.role-card { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-sm); }.role-card.featured { border: 2px solid #3b82f6; box-shadow: var(--shadow-blue); transform: translateY(-10px); }.popular-label { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 5px 12px; border-radius: 99px; color: #fff; background: #2563eb; font-size: 8px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.role-top { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 8px; font-size: 8px; font-weight: 800; letter-spacing: .5px; }.role-top svg { width: 15px; }.role-top.super { color: #b45309; background: #fef3c7; }.role-top.admin { color: #1d4ed8; background: #dbeafe; }.role-top.cashier { color: #047857; background: #d1fae5; }
.role-card h3 { margin: 21px 0 10px; font-size: 19px; }.role-card > p { min-height: 66px; margin: 0; color: var(--text-muted); font-size: 12px; line-height: 1.75; }.role-card ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid #eef2f7; list-style: none; }.role-card li { display: flex; align-items: center; gap: 8px; margin: 10px 0; color: #475569; font-size: 11px; font-weight: 600; }.role-card li svg { width: 14px; color: #10b981; }

.demo-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0a2052, #153e91); }.demo-section::after { content: ''; position: absolute; width: 540px; height: 540px; right: -220px; top: -280px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018); }
.demo-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; }.demo-copy > p { color: rgba(255, 255, 255, .62); }.demo-note { display: flex; gap: 9px; margin: 22px 0 27px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 11px; background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .65); font-size: 10px; line-height: 1.6; }.demo-note svg { width: 17px; flex: none; color: #67e8f9; }
.demo-accounts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.demo-card { padding: 22px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(255, 255, 255, .095); backdrop-filter: blur(16px); box-shadow: 0 22px 45px rgba(0, 0, 0, .18); }.demo-card-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }.demo-card-head small { color: rgba(255, 255, 255, .48); font-size: 8px; text-transform: uppercase; letter-spacing: .8px; }.demo-card-head h3 { margin: 2px 0 0; font-size: 16px; }.demo-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 11px; }.demo-icon svg { width: 19px; }.demo-icon.admin { color: #bfdbfe; background: rgba(59, 130, 246, .24); }.demo-icon.cashier { color: #a7f3d0; background: rgba(16, 185, 129, .22); }
.credential-row { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; padding: 10px 11px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 9px; background: rgba(5, 18, 48, .25); }.credential-row span { min-width: 0; }.credential-row small { display: block; margin-bottom: 3px; color: rgba(255, 255, 255, .42); font-size: 7px; }.credential-row code { display: block; overflow: hidden; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.credential-row button { width: 29px; height: 29px; flex: none; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 7px; background: rgba(255, 255, 255, .06); cursor: pointer; transition: background .2s; }.credential-row button:hover { background: rgba(255, 255, 255, .14); }.credential-row button svg { width: 13px; color: rgba(255, 255, 255, .76); }
.demo-login-btn { height: 40px; margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; color: #0b255e; background: #fff; font-size: 10px; font-weight: 800; transition: transform .2s, box-shadow .2s; }.demo-login-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 0, 0, .2); }.demo-login-btn svg { width: 14px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }.faq-intro { position: sticky; top: 120px; }.text-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; color: #2563eb; font-size: 12px; font-weight: 800; }.text-link svg { width: 14px; }
.accordion { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: 13px; font-weight: 800; }.faq-item button svg { width: 18px; color: #64748b; transition: transform .25s; }.faq-item.open button svg { transform: rotate(45deg); color: #2563eb; }.faq-answer { max-height: 0; overflow: hidden; transition: max-height .32s ease; }.faq-answer p { margin: -2px 0 21px; padding-right: 35px; color: var(--text-muted); font-size: 12px; line-height: 1.75; }.faq-item.open .faq-answer { max-height: 160px; }

.cta-section { padding: 36px 0 90px; background: var(--surface); }.cta-card { position: relative; overflow: hidden; padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #061333, #16469e); box-shadow: 0 30px 70px rgba(15, 41, 97, .25); }.cta-glow { position: absolute; width: 330px; height: 330px; right: -100px; top: -180px; border-radius: 50%; background: #22d3ee; opacity: .16; filter: blur(50px); }.cta-card > div:not(.cta-glow) { position: relative; z-index: 2; }.cta-card h2 { max-width: 650px; font-size: clamp(30px, 4vw, 43px); }.cta-card p { max-width: 650px; color: rgba(255, 255, 255, .6); }.cta-actions { display: flex; gap: 10px; flex: none; flex-wrap: wrap; }

.site-footer { padding: 65px 0 22px; color: rgba(255, 255, 255, .68); background: #050f26; }.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }.footer-brand p { max-width: 330px; margin: 18px 0 0; font-size: 11px; line-height: 1.75; }.footer-links { display: flex; flex-direction: column; gap: 11px; }.footer-links h3 { margin: 0 0 5px; color: #fff; font-size: 11px; }.footer-links a, .footer-links span { color: rgba(255, 255, 255, .48); font-size: 10px; transition: color .2s; }.footer-links a:hover { color: #fff; }.footer-bottom { margin-top: 47px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .36); font-size: 9px; }
.copy-toast { position: fixed; z-index: 999; right: 20px; bottom: 20px; padding: 10px 14px; display: flex; align-items: center; gap: 7px; border-radius: 10px; background: #0f172a; color: #fff; box-shadow: 0 15px 35px rgba(0, 0, 0, .25); font-size: 11px; font-weight: 700; transform: translateY(90px); opacity: 0; transition: transform .3s, opacity .3s; }.copy-toast.show { transform: translateY(0); opacity: 1; }.copy-toast svg { width: 14px; color: #34d399; }

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

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }.hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(850px, 100%); margin-inline: auto; }.app-window { transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-layout, .demo-layout { grid-template-columns: 1fr; }.workflow-copy, .demo-copy { max-width: 700px; }.pos-preview { transform: none; }
  .faq-layout { gap: 45px; }
  .cta-card { align-items: flex-start; flex-direction: column; }.cta-actions { flex: auto; }
}

@media (max-width: 820px) {
  .desktop-nav, .desktop-only { display: none; }.menu-toggle { display: flex; }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; display: block; padding: 0 0 14px; background: rgba(6, 19, 51, .97); backdrop-filter: blur(18px); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .22s, transform .22s; }.mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.mobile-menu-inner { display: flex; flex-direction: column; gap: 4px; }.mobile-menu a:not(.btn) { padding: 10px; color: rgba(255, 255, 255, .72); font-size: 13px; font-weight: 600; }.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 8px; }
  .hero { padding-top: 130px; }.hero h1 { letter-spacing: -2.5px; }.floating-card { display: none; }
  .role-grid { grid-template-columns: 1fr; }.role-card.featured { transform: none; }.role-card > p { min-height: auto; }
  .faq-layout { grid-template-columns: 1fr; }.faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid .footer-links:last-child { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .hero { padding: 118px 0 52px; }.hero h1 { font-size: 43px; letter-spacing: -2.2px; }.hero-lead { font-size: 14px; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-points { align-items: flex-start; flex-direction: column; width: fit-content; margin-inline: auto; }
  .dashboard-shell { grid-template-columns: 82px 1fr; min-height: 340px; }.mock-sidebar { padding-inline: 6px; }.mock-brand strong { display: none; }.mock-role { font-size: 4px; }.mock-nav { padding-inline: 6px; font-size: 0; }.mock-nav svg { width: 13px; height: 13px; }.mock-main { padding: 10px; }.mock-stats { grid-template-columns: 1fr 1fr; }.mock-stats > div:last-child { display: none; }.mock-content-grid { grid-template-columns: 1fr; }.mock-side-card, .mock-table-card { display: none; }.app-window { border-radius: 13px; }
  .business-types { gap: 18px; }.business-types span { font-size: 10px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 235px; }
  .pos-preview-body { grid-template-columns: 1fr; }.pos-cart-preview { border-top: 1px solid #e2e8f0; border-left: 0; }.mini-product-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-accounts { grid-template-columns: 1fr; }.demo-card { padding: 19px; }
  .cta-card { padding: 35px 25px; }.cta-actions { width: 100%; flex-direction: column; }.cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1 / -1; }.footer-grid .footer-links:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; 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; }
}
