:root {
  --navy-980: #030b18;
  --navy-950: #061224;
  --navy-900: #071830;
  --navy-850: #0a1d3c;
  --navy-800: #0d2a55;
  --blue-700: #075ce8;
  --blue-650: #1266ff;
  --blue-550: #2f80ff;
  --blue-400: #63a7ff;
  --cyan-300: #83dcff;
  --slate-800: #27344e;
  --slate-700: #364766;
  --slate-500: #68748b;
  --slate-300: #c6d0df;
  --slate-200: #e6ebf3;
  --slate-100: #f4f7fb;
  --white: #ffffff;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-xl: 0 28px 90px rgba(2, 10, 28, .38);
  --shadow-lg: 0 18px 50px rgba(2, 10, 28, .22);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy-900);
  background: #fff;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, ul { margin: 0; }
.skip-link { position: absolute; left: -999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 20px; top: 20px; width: auto; height: auto; padding: 10px 14px; z-index: 99; background: white; border-radius: 10px; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 94px 0; }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-soft { background: linear-gradient(180deg, #f7f9fc 0%, #edf3fa 100%); }
.section-white { background: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(3, 11, 24, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255, 255, 255, .0); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 750; }
.nav-links a:hover { color: white; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 12px 18px; border-radius: 999px; font-weight: 850; letter-spacing: -0.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; border: 1px solid transparent; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.btn-primary { background: linear-gradient(135deg, var(--blue-700), var(--blue-550)); color: white; }
.btn-outline { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.btn-outline-dark { color: var(--navy-900); border-color: rgba(7,24,48,.18); background: rgba(255,255,255,.84); }
.btn-subtle { color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.08); }
.btn-large { min-height: 56px; padding: 16px 25px; font-size: 16px; }
.text-link { color: var(--blue-650); font-weight: 850; display: inline-flex; margin-top: 22px; }
.hero { position: relative; overflow: hidden; min-height: 790px; display: flex; align-items: stretch; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,11,24,.92) 0%, rgba(6,22,45,.78) 34%, rgba(6,18,36,.18) 70%), radial-gradient(circle at 78% 18%, rgba(18,102,255,.18), transparent 28%), url("assets/hero-building.png") right center / cover no-repeat; }
.hero-bg::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 76% 18%, black 0%, transparent 66%); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,11,24,.04), rgba(3,11,24,.26)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.08fr; gap: 32px; align-items: center; padding: 92px 0 70px; }
.hero-copy { max-width: 665px; }
.eyebrow { color: var(--blue-400); text-transform: uppercase; letter-spacing: .15em; font-size: 13px; font-weight: 950; margin-bottom: 20px; }
.eyebrow.dark { color: var(--blue-650); }
.hero h1, .section-heading h2, .innovation-copy h2, .floor-copy h2, .cta-card h2 { margin: 0; letter-spacing: -0.058em; line-height: .96; }
.hero h1 { font-size: clamp(52px, 7vw, 91px); max-width: 900px; }
.hero-lede { margin-top: 26px; font-size: clamp(19px, 2vw, 24px); line-height: 1.36; color: rgba(255,255,255,.86); max-width: 660px; }
.hero-proof { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof span { border: 1px solid rgba(130,220,255,.22); color: rgba(255,255,255,.88); background: rgba(18,102,255,.12); border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.audience-note { margin-top: 18px; padding: 14px 16px; max-width: 660px; border: 1px solid rgba(130,221,255,.28); background: rgba(24, 93, 183, .16); color: rgba(255,255,255,.88); border-radius: var(--radius-md); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-products { position: relative; height: min(640px, 61vw); min-height: 520px; }
.hero-products::before { 
  width: 80vw;
  content: ""; position: absolute; left: 0; right: 0; bottom: -80%; top: 26%; background: linear-gradient(180deg, rgba(3,11,24,0) 0%, rgba(5,18,40,.40) 18%, rgba(4,15,34,.78) 42%, rgba(3,11,24,.92) 100%); border-radius: 0; z-index: 1; 
}
.product-float { position: absolute; filter: drop-shadow(0 30px 40px rgba(0,0,0,.38)); }
.product-float img { width: 100%; height: auto; }
.product-id6 { left: 5%; bottom: 1%; width: 19%; z-index: 6; }
.product-platekey { left: 19%; bottom: 1%; width: 34%; z-index: 7; transform: rotate(-1deg); }
.product-verentry { left: 50%; bottom: 3%; width: 29%; z-index: 5; }
.product-core { right: 5%; bottom: 2%; width: 11%; z-index: 8; }
.product-shadow { position: absolute; left: 10%; right: 3%; bottom: -1%; height: 110px; background: radial-gradient(ellipse at center, rgba(0,0,0,.58) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,0) 72%); z-index: 2; }
.access-modes { padding: 16px 0; border-bottom: 1px solid #e6edf6; }
.mode-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; align-items: center; }
.mode-strip span { min-height: 56px; display: inline-flex; gap: 10px; align-items: center; justify-content: center; color: var(--navy-900); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; border: 1px solid #e4ebf5; border-radius: 999px; background: white; }
.icon { width: 22px; height: 22px; display: inline-block; border: 2px solid var(--blue-650); border-radius: 6px; position: relative; }
.icon.bluetooth::after { content: "↯"; color: var(--blue-650); position:absolute; left:4px; top:-4px; font-weight:900; }
.icon.face::after { content: "◎"; color: var(--blue-650); position:absolute; left:1px; top:-3px; font-weight:900; }
.icon.qr { box-shadow: inset 6px 0 0 var(--blue-650), inset -6px 0 0 rgba(18,102,255,.26); }
.icon.pin::after { content: "••"; color: var(--blue-650); position:absolute; left:4px; top:-2px; font-weight:900; }
.icon.card { border-radius: 4px; }
.icon.card::after { content: ""; position:absolute; left:3px; right:3px; top:5px; height:2px; background:var(--blue-650); }
.icon.plate::after { content: "LPR"; font-size:7px; color:var(--blue-650); position:absolute; left:2px; top:5px; font-weight:950; }
.section-heading { max-width: 880px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.inverse p { color: rgba(255,255,255,.72); }
.section-heading h2, .innovation-copy h2, .floor-copy h2, .cta-card h2 { font-size: clamp(34px, 4.8vw, 58px); }
.section-heading p:not(.eyebrow), .innovation-copy p, .floor-copy p, .cta-card p { margin-top: 18px; color: var(--slate-500); font-size: 18px; }
.inverse .eyebrow, .innovation-copy .eyebrow { color: var(--cyan-300); }
.inverse h2, .innovation-copy h2 { color: white; }
.journey-flow { margin-top: 48px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.journey-card { position: relative; padding: 28px 20px 26px; min-height: 256px; border-radius: var(--radius-lg); background: white; border: 1px solid #e7edf6; box-shadow: 0 10px 30px rgba(7,24,48,.08); }
.journey-card::after { content: "→"; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); color: var(--blue-650); font-size: 26px; font-weight: 900; z-index: 2; }
.journey-card:last-child::after { display: none; }
.emphasis-card { border-color: rgba(18,102,255,.28); box-shadow: 0 18px 46px rgba(18,102,255,.12); }
.journey-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; color: white; font-weight: 950; background: linear-gradient(135deg, var(--navy-800), var(--blue-650)); }
.journey-card h3, .workflow-grid h3, .product-card h3, .innovation-panel h3 { margin: 18px 0 10px; color: var(--navy-900); letter-spacing: -.03em; line-height: 1.08; font-size: 22px; }
.journey-card p, .workflow-grid p, .product-card p, .innovation-panel p { color: var(--slate-500); font-size: 15.5px; }
.innovation-section { position: relative; overflow: hidden; }
.innovation-bg { position: absolute; inset:0; background: radial-gradient(circle at 12% 8%, rgba(18,102,255,.28), transparent 28%), radial-gradient(circle at 86% 54%, rgba(131,220,255,.12), transparent 30%); }
.innovation-bg::after { content:""; position:absolute; inset:0; opacity:.16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; }
.innovation-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: start; }
.innovation-copy p { color: rgba(255,255,255,.78); }
.patent-callout { margin-top: 26px; padding: 22px; border-radius: var(--radius-lg); border: 1px solid rgba(130,221,255,.26); background: rgba(255,255,255,.07); color: rgba(255,255,255,.88); }
.innovation-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.innovation-panel article { padding: 26px; border-radius: var(--radius-lg); background: rgba(255,255,255,.94); box-shadow: 0 18px 52px rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.12); }
.floor-section { background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%); }
.floor-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.floor-visual { border-radius: var(--radius-xl); padding: 18px 10px; background: transparent; border: none; box-shadow: none; display:flex; align-items:center; justify-content:center; min-height: 320px; }
.floor-visual-minimal picture { display:flex; justify-content:center; width:100%; }
.floor-visual img { max-height: 260px; width: auto; margin: auto; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(7,24,48,.16)); }
.floor-copy p { color: var(--slate-500); }
.check-list { margin-top: 22px; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--slate-700); font-weight: 700; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; color: var(--blue-650); font-weight: 950; }
.workflow-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.workflow-grid article { background: white; border-radius: var(--radius-lg); border: 1px solid #e2e9f4; padding: 28px; box-shadow: 0 10px 30px rgba(7,24,48,.07); }
.product-section { position: relative; overflow: hidden; }
.product-section::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 18% 8%, rgba(18,102,255,.18), transparent 30%); opacity: .9; }
.product-section .container { position: relative; z-index: 1; }
.product-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.product-card { min-height: 360px; padding: 26px 20px 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 14px 36px rgba(0,0,0,.18); display: flex; flex-direction: column; justify-content: flex-end; }
.product-card picture { height: 210px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.product-card img { max-height: 205px; width: auto; object-fit: contain; filter: drop-shadow(0 16px 26px rgba(0,0,0,.34)); }
.product-card.product-card-wide img { max-height: 150px; max-width: 100%; }
.product-card.small-hardware img { max-height: 96px; }
.product-card.floor-hardware-card img { max-height: 120px; }
.product-card h3 { color: white; }
.product-card p { color: rgba(255,255,255,.70); }
.cta-section { background: linear-gradient(180deg, #f8fbff, #edf4ff); }
.cta-card { display: grid; grid-template-columns: 1fr .45fr; gap: 34px; align-items: center; padding: 46px; border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow-lg); border: 1px solid #e0e9f5; }
.event-details { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.event-details span { padding: 9px 12px; border-radius: 999px; background: #f0f5fb; color: var(--navy-900); font-size: 13px; font-weight: 800; }
.cta-actions { display: grid; gap: 12px; }
.footer { padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .8fr 1fr; gap: 34px; align-items: start; }
.footer-logo img { height: 72px; width: auto; }
.footer h2 { margin: 0 0 12px; font-size: 18px; }
.footer p, .footer a { color: rgba(255,255,255,.72); }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; font-size: 12px; }
.footer-bottom p:first-child { max-width: 760px; }
@media (max-width: 1060px) { .nav-links { display: none; } .hero-grid, .innovation-grid, .floor-grid, .cta-card { grid-template-columns: 1fr; } .hero-products { height: 560px; } .journey-flow { grid-template-columns: repeat(2, 1fr); } .journey-card::after { display: none; } .mode-strip { grid-template-columns: repeat(3, 1fr); } .workflow-grid { grid-template-columns: repeat(2, 1fr); } .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .container { width: min(100% - 28px, var(--max)); } .section { padding: 70px 0; } .header-actions .btn-subtle { display: none; } .brand img { height: 42px; width: auto; } .hero { min-height: auto; } .hero-grid { padding: 64px 0 54px; } .hero h1 { font-size: clamp(45px, 13vw, 68px); } .hero-products { min-height: 420px; height: 430px; } .product-id6 { width: 21%; left: 2%; bottom: 1%; } .product-platekey { width: 46%; left: 11%; bottom: 1%; } .product-verentry { width: 36%; left: 39%; bottom: 2%; } .product-core { width: 16%; right: 5%; bottom: 2%; } .mode-strip, .journey-flow, .innovation-panel, .workflow-grid, .product-grid, .footer-grid { grid-template-columns: 1fr; } .mode-strip span { justify-content: flex-start; padding-left: 18px; } .cta-card { padding: 30px 22px; } .footer-bottom { flex-direction: column; } }
#promo-banner a{font-weight: 900;}
