:root {
  --ink: #071629;
  --ink-2: #0b2139;
  --muted: #66788a;
  --line: rgba(7, 22, 41, .12);
  --paper: #f5f8f9;
  --white: #fff;
  --aqua: #42e7d3;
  --aqua-2: #7cf3e3;
  --blue: #3b82f6;
  --orange: #ff9b63;
  --purple: #a78bfa;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(7, 22, 41, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.site-noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header {
  position: fixed;
  inset: 18px 28px auto;
  z-index: 50;
  height: 66px;
  max-width: 1400px;
  margin: auto;
  padding: 0 14px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 19, 35, .58);
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(5, 19, 35, .92); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; }
.brand-mark { position: relative; width: 39px; height: 39px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; color: var(--ink); background: var(--aqua); }
.brand-mark i { position: absolute; width: 38px; height: 38px; left: -22px; top: -16px; border: 1px solid rgba(7,22,41,.35); border-radius: 50%; }
.brand-mark b { position: relative; font-size: 12px; letter-spacing: -.8px; }
.brand-name { font-size: 17px; letter-spacing: -.4px; }
.brand-name strong { font-weight: 800; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: rgba(255,255,255,.74); }
.desktop-nav a, .text-link { transition: color .2s; }
.desktop-nav a:hover, .text-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 17px; color: var(--ink); background: var(--aqua); }
.button-primary { color: var(--ink); background: var(--aqua); box-shadow: 0 16px 45px rgba(66,231,211,.2); }
.button-primary:hover { box-shadow: 0 20px 55px rgba(66,231,211,.32); }
.button-quiet { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.button-light { color: var(--ink); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.25); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 180px max(5vw, 40px) 120px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 4vw;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 82% 45%, #12375a 0, #081d33 35%, var(--ink) 70%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .48; }
.hero-glow-a { width: 540px; height: 540px; right: -300px; top: 90px; background: radial-gradient(circle, rgba(66,231,211,.25), transparent 68%); }
.hero-glow-b { width: 450px; height: 450px; left: -280px; bottom: -160px; background: radial-gradient(circle, rgba(59,130,246,.28), transparent 70%); }
.hero-copy, .product-stage { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--aqua-2); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--aqua); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; }
.hero h1 { max-width: 650px; font-size: clamp(52px, 5.6vw, 91px); line-height: .96; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.66); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; gap: 42px; margin-top: 56px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { font-family: Manrope, sans-serif; font-size: 24px; }
.hero-proof span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.product-stage { min-width: 650px; perspective: 1400px; }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; color: var(--ink); background: #eef3f5; box-shadow: 0 50px 100px rgba(0,0,0,.35); transform: rotateY(-5deg) rotateX(2deg); }
.window-topbar { height: 56px; padding: 0 16px; display: flex; align-items: center; border-bottom: 1px solid #dfe6e9; background: #fff; }
.window-brand { display: flex; align-items: center; gap: 8px; width: 180px; font-size: 11px; }
.mini-mark { display: grid; place-items: center; width: 25px; height: 25px; color: #071629; background: var(--aqua); border-radius: 7px; font-size: 8px; font-weight: 800; }
.window-search { width: 190px; margin: auto; padding: 8px 12px; border-radius: 8px; color: #81909d; background: #f2f5f6; font-size: 9px; }
.window-avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff; background: var(--ink-2); font-size: 8px; font-weight: 700; }
.window-body { display: grid; grid-template-columns: 150px 1fr; min-height: 460px; }
.preview-nav { padding: 19px 11px; display: flex; flex-direction: column; gap: 5px; color: #87949f; background: #fff; }
.preview-nav-label { margin: 13px 9px 3px; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.preview-nav button { padding: 8px 9px; border: 0; border-radius: 7px; text-align: left; color: #62717d; background: transparent; font-size: 8px; }
.preview-nav button i { display: inline-block; width: 18px; font-style: normal; }
.preview-nav button.active { color: var(--ink); background: #e7fbf8; font-weight: 700; }
.preview-main { padding: 25px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; }
.preview-heading small { color: #8b98a2; font-size: 8px; }
.preview-heading h2 { margin-top: 4px; font-size: 21px; letter-spacing: -.04em; }
.live-chip { display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: #2d766c; background: #dcf8f4; border-radius: 20px; font-size: 7px; font-weight: 700; }
.live-chip i { width: 5px; height: 5px; border-radius: 50%; background: #36c7b5; box-shadow: 0 0 0 3px rgba(54,199,181,.15); }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 20px 0 12px; }
.preview-metrics article, .preview-grid article { padding: 15px; border: 1px solid #e3e9eb; border-radius: 12px; background: #fff; }
.preview-metrics span { display: block; color: #7c8994; font-size: 7px; }
.preview-metrics strong { display: block; margin: 5px 0 2px; font: 700 18px Manrope, sans-serif; }
.preview-metrics small { color: #9aa5ad; font-size: 6px; }
.preview-metrics .positive { color: #32a493; }
.preview-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; }
.preview-card-head { display: flex; justify-content: space-between; align-items: flex-start; }
.preview-card-head small { display: block; color: #98a2aa; font-size: 6px; text-transform: uppercase; letter-spacing: .08em; }
.preview-card-head strong { font-size: 10px; }
.preview-card-head > span, .preview-card-head > b { padding: 4px 6px; border-radius: 5px; color: #74818b; background: #f2f5f5; font-size: 6px; }
.chart { height: 102px; margin-top: 17px; display: flex; align-items: flex-end; gap: 5px; border-bottom: 1px solid #e6ebed; background: repeating-linear-gradient(to bottom, transparent 0, transparent 32px, #f0f3f4 33px); }
.chart i { flex: 1; min-height: 6px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, #2fb7a6, var(--aqua)); }
.chart-labels { display: flex; justify-content: space-between; margin-top: 5px; color: #9aa4ab; font-size: 5px; }
.movement { display: flex; align-items: center; gap: 7px; padding: 10px 0; border-bottom: 1px solid #edf0f1; }
.movement:last-child { border: 0; }
.movement-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; font-size: 9px; }
.movement-icon.stay { color: #258e81; background: #dff8f4; }.movement-icon.car { color: #397ad1; background: #e5efff; }.movement-icon.tour { color: #9d6923; background: #fff0d9; }
.movement div { min-width: 0; flex: 1; }.movement strong, .movement small { display: block; white-space: nowrap; }.movement strong { font-size: 7px; }.movement small { margin-top: 2px; color: #9aa4ab; font-size: 5px; }
.movement > i { padding: 4px 5px; border-radius: 5px; color: #298778; background: #def8f4; font-size: 5px; font-style: normal; }.movement > i.warn { color: #b17426; background: #fff1dd; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.floating-note > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #247e72; background: #dff8f4; font-weight: 700; }.floating-note strong, .floating-note small { display: block; white-space: nowrap; }.floating-note strong { font-size: 9px; }.floating-note small { margin-top: 2px; color: #84919a; font-size: 7px; }
.note-one { left: -28px; bottom: -28px; }.note-two { right: -20px; top: 95px; }
.stage-orbit { position: absolute; border: 1px solid rgba(66,231,211,.12); border-radius: 50%; }.orbit-one { width: 650px; height: 650px; right: -260px; top: -120px; }.orbit-two { width: 440px; height: 440px; right: -150px; top: -15px; }

.signal-strip { min-height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: center; gap: 28px; color: #7d8a94; border-bottom: 1px solid var(--line); background: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--aqua); }
.section { padding: 130px max(6vw, 40px); }
.section-heading { max-width: 1350px; margin: 0 auto 70px; display: grid; grid-template-columns: 170px 1fr; align-items: start; }
.section-heading h2 { max-width: 850px; font-size: clamp(42px, 5vw, 74px); line-height: 1.04; letter-spacing: -.055em; }
.section-number { padding-top: 10px; color: #73828e; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro-section { background: #fff; }
.intro-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; }
.intro-lead { margin: 0; font: 600 clamp(25px, 2.6vw, 38px)/1.35 Manrope, sans-serif; letter-spacing: -.04em; }
.intro-points { display: grid; gap: 0; }
.intro-points > div { padding: 23px 0; display: grid; grid-template-columns: 45px 1fr; border-top: 1px solid var(--line); }
.intro-points span { color: #9aa5ac; font-size: 10px; }.intro-points p { margin: 0; color: #637380; line-height: 1.6; }.intro-points strong { display: block; margin-bottom: 5px; color: var(--ink); }

.modules-section { color: #fff; background: var(--ink); }
.section-heading.light { grid-template-columns: 170px 1fr 300px; }.section-heading.light .section-number { color: rgba(255,255,255,.42); }.section-heading.light p { margin: 11px 0 0; color: rgba(255,255,255,.55); line-height: 1.6; }
.module-cards { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.module-card { min-height: 570px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); transition: transform .25s, border .25s; }
.module-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.3); }.module-top { display: flex; justify-content: space-between; }.module-index { color: rgba(255,255,255,.35); font-size: 11px; }.module-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; font-size: 25px; }
.module-stay .module-icon { color: #071629; background: var(--aqua); }.module-car .module-icon { background: var(--blue); }.module-tour .module-icon { color: #071629; background: var(--orange); }
.module-label { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.module-card h3 { margin: 10px 0 14px; font-size: 36px; letter-spacing: -.045em; }.module-card p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }.module-card ul { margin: 30px 0; padding: 0; list-style: none; }.module-card li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); font-size: 13px; }.module-card li::before { content: "+"; margin-right: 10px; color: var(--aqua); }.module-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 700; }.module-card a span { font-size: 18px; }

.operations-section { background: #eef3f4; }.bento-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.bento { min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid rgba(7,22,41,.08); border-radius: 25px; background: #fff; }.bento-wide { grid-column: span 2; }.bento > span, .bento-copy > span { color: #7f8e98; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.bento h3 { max-width: 470px; margin: 17px 0 12px; font-size: 27px; line-height: 1.15; letter-spacing: -.04em; }.bento p { max-width: 530px; margin: 0; color: #6d7c87; line-height: 1.6; }.command-bento { display: grid; grid-template-columns: 1.2fr .8fr; color: #fff; background: #102b47; }.command-bento p { color: rgba(255,255,255,.55); }.command-bento .bento-copy > span { color: var(--aqua); }.radar { position: relative; width: 220px; height: 220px; align-self: center; justify-self: end; border: 1px solid rgba(66,231,211,.18); border-radius: 50%; background: radial-gradient(circle, rgba(66,231,211,.1), transparent 67%); }.radar > i { position: absolute; inset: 20%; border: 1px solid rgba(66,231,211,.16); border-radius: 50%; }.radar > i + i { inset: 38%; }.radar > i + i + i { inset: 50%; width: 50%; height: 1px; border: 0; border-top: 1px solid rgba(66,231,211,.22); border-radius: 0; transform-origin: left; transform: rotate(-32deg); }.radar > span { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }.radar b { font: 700 26px Manrope, sans-serif; }.radar small { color: rgba(255,255,255,.5); }.dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(66,231,211,.12); }.d1{left:32px;top:72px}.d2{right:38px;top:106px}.d3{left:101px;bottom:25px}.avatar-stack { margin-top: 45px; display: flex; }.avatar-stack i { width: 42px; height: 42px; margin-right: -8px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #2e5979; font-size: 10px; font-style: normal; }.avatar-stack i:nth-child(2){background:#845d9d}.avatar-stack i:nth-child(3){background:#d07c57}.avatar-stack i:last-child{color:var(--ink);background:var(--aqua)}.dark-bento { color: #fff; background: #071629; }.dark-bento p { color: rgba(255,255,255,.52); }.finance-line { margin-top: 45px; }.finance-line span { color: var(--aqua); font: 700 30px Manrope,sans-serif; }.finance-line i { display: block; height: 1px; margin: 9px 0; background: linear-gradient(to right, var(--aqua), rgba(66,231,211,.06)); }.finance-line b { color: rgba(255,255,255,.45); font-size: 10px; }.automation-flow { margin-top: 52px; display: flex; align-items: center; gap: 7px; color: #73838e; font-size: 9px; }.automation-flow i { padding: 8px; border-radius: 7px; background: #edf5f5; font-style: normal; }.mobile-bento { display: grid; grid-template-columns: 1.4fr .6fr; min-height: 390px; background: #dff8f4; }.platform-pills { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }.platform-pills i { padding: 7px 10px; border: 1px solid rgba(7,22,41,.12); border-radius: 20px; font-size: 9px; font-style: normal; }.phone-shell { width: 175px; padding: 16px 13px; justify-self: end; align-self: end; border: 5px solid #10283e; border-bottom: 0; border-radius: 27px 27px 0 0; background: #fff; box-shadow: 0 20px 40px rgba(7,22,41,.15); }.phone-top { width: 50px; height: 5px; margin: -8px auto 15px; border-radius: 8px; background: #10283e; }.phone-shell > strong, .phone-shell > small { display: block; }.phone-shell > strong { font-size: 12px; }.phone-shell > small { color: #8c979f; font-size: 7px; }.phone-stat { margin: 13px 0; padding: 12px; border-radius: 12px; color: #fff; background: #102b47; }.phone-stat b, .phone-stat span { display: block; }.phone-stat b { font: 700 22px Manrope; }.phone-stat span { color: rgba(255,255,255,.5); font-size: 7px; }.phone-row { padding: 9px 0; display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 5px; border-bottom: 1px solid #edf0f1; font-size: 6px; }.phone-row i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); }.phone-row b { color: #218276; }

.demo-band { padding: 100px max(7vw, 40px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; color: #fff; background: #286f68; }.demo-band h2 { margin: 24px 0 22px; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }.demo-band h2 em { color: #baf9f0; }.demo-band p { max-width: 590px; margin: 0 0 30px; color: rgba(255,255,255,.7); line-height: 1.7; }.demo-terminal { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; color: var(--ink); background: #edf5f4; box-shadow: 0 40px 90px rgba(0,0,0,.18); transform: rotate(2deg); }.terminal-bar { height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 5px; background: #fff; }.terminal-bar span { width: 8px; height: 8px; border-radius: 50%; background: #dfe5e6; }.terminal-bar span:first-child { background: #ff8c7c; }.terminal-bar i { margin-left: 16px; color: #9ba6ac; font-size: 8px; font-style: normal; }.terminal-body { padding: 36px; }.terminal-body > small { color: #44847e; font-weight: 700; letter-spacing: .12em; }.terminal-body h3 { margin: 10px 0 24px; font-size: 27px; }.terminal-body button { width: 100%; margin: 8px 0; padding: 13px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; border: 1px solid #d8e3e3; border-radius: 12px; color: var(--ink); background: #fff; text-align: left; }.terminal-body button > i { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; color: #206c64; background: #dff8f4; font-style: normal; }.terminal-body button span { font-size: 11px; font-weight: 700; }.terminal-body button small { display: block; margin-top: 2px; color: #99a4aa; font-size: 7px; font-weight: 400; }.terminal-body button b { color: #83a19e; }

.security-section { background: #fff; }.security-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }.security-grid article { min-height: 250px; padding: 30px 28px; border-right: 1px solid var(--line); }.security-grid article:last-child { border: 0; }.security-grid span { color: #8a98a1; font-size: 10px; }.security-grid h3 { margin: 40px 0 12px; font-size: 19px; }.security-grid p { margin: 0; color: #6c7c87; line-height: 1.6; font-size: 14px; }.final-cta { position: relative; padding: 140px 40px; overflow: hidden; color: #fff; text-align: center; background: #071629; }.final-cta > div:not(.cta-glow) { position: relative; z-index: 2; }.final-cta > div > span { color: var(--aqua); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.final-cta h2 { margin: 24px auto; font-size: clamp(48px, 6vw, 84px); line-height: 1; letter-spacing: -.06em; }.final-cta p { max-width: 600px; margin: 0 auto 34px; color: rgba(255,255,255,.58); line-height: 1.7; }.final-cta > div > div { display: flex; justify-content: center; gap: 10px; }.cta-glow { position: absolute; width: 700px; height: 700px; left: 50%; top: 25%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(66,231,211,.16), transparent 66%); }
.site-footer { padding: 60px max(6vw, 40px) 28px; color: #fff; background: #050f1d; }.footer-brand { margin-bottom: 22px; }.site-footer > p { color: rgba(255,255,255,.42); }.site-footer > nav { margin: 42px 0; display: flex; flex-wrap: wrap; gap: 28px; color: rgba(255,255,255,.65); font-size: 13px; }.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.product-window,.demo-terminal { transform: none; } }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }.menu-toggle { display: grid; width: 39px; height: 39px; padding: 10px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: transparent; }.menu-toggle span { width: 17px; height: 1px; background: #fff; }.mobile-nav { position: absolute; left: 0; right: 0; top: 76px; padding: 20px; flex-direction: column; gap: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: rgba(255,255,255,.8); background: rgba(5,19,35,.98); }.mobile-nav:not([hidden]) { display: flex; }.hero { min-height: 0; padding-top: 150px; grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.product-stage { width: 90%; margin: 55px auto 20px; }.section-heading, .section-heading.light { grid-template-columns: 130px 1fr; }.section-heading.light p { grid-column: 2; }.bento-grid { grid-template-columns: repeat(2,1fr); }.security-grid { grid-template-columns: repeat(2,1fr); }.security-grid article:nth-child(2) { border-right:0; }
}
@media (max-width: 760px) {
  .site-header { inset: 10px 12px auto; height: 58px; }.site-header .text-link { display:none; }.brand-mark { width:34px;height:34px }.brand-name { font-size:15px }.button-small { display:none }.hero { padding: 125px 20px 80px; }.hero h1 { font-size: 53px; }.hero-actions { display:grid }.hero-proof { gap:18px; justify-content:space-between }.hero-proof strong { font-size:20px }.hero-proof span { font-size:8px }.product-stage { width: 100%; min-width: 620px; margin-left: -16px; transform: scale(.59); transform-origin: left top; margin-bottom: -170px; }.note-two { display:none }.signal-strip { padding: 23px 20px; flex-wrap:wrap; gap:14px; }.section { padding: 85px 20px; }.section-heading,.section-heading.light { margin-bottom:45px; display:block }.section-number { display:block;margin-bottom:20px }.section-heading h2 { font-size:43px }.section-heading.light p { margin-top:20px }.intro-grid,.module-cards,.demo-band { grid-template-columns:1fr }.intro-grid { gap:45px }.module-card { min-height:510px }.bento-grid { grid-template-columns:1fr }.bento-wide { grid-column:auto }.command-bento { grid-template-columns:1fr }.radar { margin-top:25px; justify-self:center }.mobile-bento { grid-template-columns:1fr; }.phone-shell { margin-top:25px; justify-self:center }.demo-band { padding:85px 20px; }.demo-terminal { margin-top:25px; transform:none }.terminal-body { padding:25px 18px }.security-grid { grid-template-columns:1fr }.security-grid article { border-right:0;border-bottom:1px solid var(--line) }.final-cta { padding:100px 20px }.final-cta > div > div { flex-direction:column }.site-footer { padding:50px 20px 25px }.footer-bottom { gap:15px; flex-direction:column }
}
