:root {
  --ink: #071b2b;
  --ink-soft: #102f43;
  --paper: #f8fbfc;
  --mist: #eaf4f5;
  --white: #ffffff;
  --cyan: #28dec3;
  --cyan-deep: #0fae9c;
  --blue: #4975ff;
  --lime: #c8f06a;
  --muted: #5d7380;
  --line: rgba(7, 27, 43, 0.12);
  --display: "Avenir Next", "Segoe UI Variable Display", "Trebuchet MS", system-ui, sans-serif;
  --body: Inter, "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(4, 24, 37, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 14px; color: var(--ink); background: var(--cyan); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled, .header-solid { background: rgba(7, 27, 43, .9); border-color: rgba(255, 255, 255, .1); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-family: var(--display); font-size: 19px; font-weight: 500; letter-spacing: -.025em; text-decoration: none; }
.brand strong { color: var(--cyan); font-weight: 750; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; color: var(--ink) !important; background: var(--cyan); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--white); }

.section { padding: 118px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { background: var(--paper); }
.section-mist { background: var(--mist); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--cyan); }
.eyebrow-dark { color: var(--muted); }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: 1.08; letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4vw, 4.2rem); }
p { margin-top: 0; }
.lead { font-size: 1.24rem; line-height: 1.55; }

.hero { position: relative; min-height: 850px; padding: 170px 0 90px; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(2,17,28,.42)); z-index: -1; }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.orb { position: absolute; z-index: -2; border-radius: 50%; filter: blur(10px); opacity: .8; }
.orb-one { width: 520px; height: 520px; right: -130px; top: 20px; background: radial-gradient(circle at 30% 30%, rgba(40,222,195,.5), rgba(73,117,255,.2) 55%, transparent 72%); }
.orb-two { width: 330px; height: 330px; left: 25%; bottom: -210px; background: rgba(200,240,106,.15); filter: blur(55px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 76px; }
.hero h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.7rem, 7vw, 7rem); }
.hero h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.24rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cyan); box-shadow: 0 14px 36px rgba(40,222,195,.2); }
.button-primary:hover { background: #5ce9d5; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }
.trust-row { display: flex; gap: 38px; margin: 64px 0 0; padding: 27px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.trust-row li { display: grid; gap: 2px; }
.trust-row strong { font-family: var(--display); font-size: 17px; }
.trust-row span { color: rgba(255,255,255,.5); font-size: 12px; }
.hero-visual { position: relative; min-height: 540px; }
.signal-card { position: absolute; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.signal-card-main { inset: 55px 15px 50px 40px; padding: 26px; border-radius: 38px; transform: rotate(2deg); }
.signal-top { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.signal-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(200,240,106,.1); }
.signal-mark { display: grid; place-items: center; height: 340px; }
.signal-card-main > p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; text-align: center; letter-spacing: .08em; }
.signal-card-small { z-index: 2; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 18px; }
.signal-card-small p { margin: 0; font-size: 12px; }
.signal-code { top: 22px; left: 0; transform: rotate(-5deg); }
.signal-code span { color: var(--cyan); font-family: var(--display); font-weight: 800; }
.signal-live { right: -10px; bottom: 22px; transform: rotate(4deg); }
.pulse { width: 10px; height: 10px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 8px rgba(40,222,195,.1); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading p:not(.eyebrow), .section-copy > p:not(.lead) { color: var(--muted); }
.section-copy { padding-top: 50px; }
.company-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 45px 0 0; border-top: 1px solid var(--line); }
.company-facts div { padding: 22px 12px 22px 0; border-bottom: 1px solid var(--line); }
.company-facts dt { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.company-facts dd { margin: 4px 0 0; font-family: var(--display); font-size: 17px; font-weight: 650; }
.section-intro { max-width: 750px; margin-bottom: 55px; }
.section-intro > p:last-child { max-width: 620px; color: var(--muted); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability-card { position: relative; min-height: 315px; padding: 34px; overflow: hidden; background: rgba(255,255,255,.7); border: 1px solid rgba(7,27,43,.08); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.capability-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: 0 22px 60px rgba(7,27,43,.1); }
.card-number { position: absolute; top: 24px; right: 26px; color: rgba(7,27,43,.25); font-family: var(--display); font-size: 13px; font-weight: 800; }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 45px; color: var(--ink); background: var(--cyan); border-radius: 15px; font-size: 26px; font-weight: 700; }
.capability-card:nth-child(2) .card-icon { background: var(--blue); color: white; }
.capability-card:nth-child(3) .card-icon { background: var(--lime); }
.capability-card:nth-child(4) .card-icon { background: var(--ink); color: var(--cyan); }
.capability-card h3 { margin-bottom: 14px; font-size: 1.55rem; }
.capability-card p { max-width: 470px; color: var(--muted); }
.card-code { color: var(--cyan-deep); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.product-section { position: relative; overflow: hidden; }
.product-lines { position: absolute; inset: 0; opacity: .1; background: repeating-radial-gradient(circle at 80% 50%, transparent 0 42px, rgba(255,255,255,.4) 43px 44px); }
.product-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.product-name { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; font-family: var(--display); font-size: 20px; font-weight: 760; }
.product-app-icon { width: 52px; height: 52px; border-radius: 14px; box-shadow: 0 10px 26px rgba(58, 28, 147, .34); }
.product-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.67); }
.product-panel { padding: 20px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); border-radius: 34px; transform: rotate(1.5deg); }
.map-window { overflow: hidden; background: #dff0ed; border-radius: 23px; box-shadow: var(--shadow); }
.map-header { display: flex; align-items: center; gap: 6px; height: 48px; padding: 0 17px; color: var(--muted); background: rgba(255,255,255,.88); }
.map-header > span { width: 7px; height: 7px; background: #a9b9bb; border-radius: 50%; }
.map-header p { margin: 0 0 0 auto; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.map-area { position: relative; min-height: 430px; overflow: hidden; background-image: linear-gradient(33deg, transparent 45%, rgba(255,255,255,.7) 46% 50%, transparent 51%), linear-gradient(-28deg, transparent 45%, rgba(255,255,255,.72) 46% 51%, transparent 52%); background-size: 190px 160px, 260px 210px; }
.route { position: absolute; height: 9px; background: rgba(73,117,255,.5); border-radius: 999px; transform-origin: left; }
.route-a { width: 330px; top: 145px; left: 115px; transform: rotate(25deg); }
.route-b { width: 250px; top: 280px; left: 210px; transform: rotate(-38deg); }
.map-node { position: absolute; width: 34px; height: 34px; display: grid; place-items: center; color: var(--cyan-deep); background: white; border-radius: 50%; box-shadow: 0 8px 18px rgba(7,27,43,.18); }
.node-a { top: 90px; left: 20%; }.node-b { top: 210px; right: 20%; }.node-c { bottom: 55px; left: 30%; }
.map-person { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; }
.map-person span { display: grid; place-items: center; width: 72px; height: 72px; color: var(--ink); background: var(--cyan); border: 8px solid rgba(255,255,255,.85); border-radius: 50%; font-family: var(--display); font-weight: 850; box-shadow: 0 14px 30px rgba(7,27,43,.18); }
.map-person p { margin: 10px 0 0; padding: 5px 11px; color: white; background: var(--ink); border-radius: 999px; font-size: 11px; }

.trust-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--cyan-deep); font-family: var(--display); font-size: 12px; font-weight: 800; }
.principle h3 { margin-bottom: 8px; font-size: 1.35rem; }
.principle p { margin: 0; color: var(--muted); }

.contact-section { padding: 45px 0 110px; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: 70px; color: var(--white); background: linear-gradient(135deg, #0a2537, #092f3c 58%, #0d3e46); border-radius: 34px; box-shadow: var(--shadow); }
.contact-card h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.3rem, 4.2vw, 4rem); }
.contact-actions { display: grid; align-content: center; gap: 14px; }
.contact-link { display: grid; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.contact-link span { color: var(--cyan); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.contact-link strong { font-size: 15px; overflow-wrap: anywhere; }
.contact-actions > p { margin: 12px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.site-footer { color: rgba(255,255,255,.65); background: #04131f; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 52px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-footer { color: white; }
.footer-top p { margin: 0; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-end; }
.footer-top nav a { font-size: 13px; text-decoration: none; }
.footer-top nav a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 23px 0 34px; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--cyan); }

.legal-page { background: var(--paper); }
.legal-main { padding: 150px 0 90px; }
.legal-document { max-width: 850px; }
.legal-document h1 { margin-bottom: 10px; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-document h2 { margin: 48px 0 12px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-document p { color: var(--ink-soft); }
.legal-document a { color: #087f75; font-weight: 700; }
.legal-updated { margin-bottom: 46px; color: var(--muted) !important; font-size: 13px; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 35px; text-align: center; }
.not-found main { max-width: 580px; }
.not-found img { margin: 0 auto 24px; }
.not-found .error-code { margin: 0; color: var(--cyan); font-family: var(--display); font-weight: 800; letter-spacing: .2em; }
.not-found h1 { margin: 10px 0 18px; font-size: clamp(2.8rem, 8vw, 5rem); }
.not-found main > p:not(.error-code) { color: rgba(255,255,255,.65); }
.not-found .button { margin-top: 18px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.capability-card:nth-child(2), .principle:nth-child(2) { transition-delay: .08s; }
.capability-card:nth-child(3), .principle:nth-child(3) { transition-delay: .14s; }
.capability-card:nth-child(4), .principle:nth-child(4) { transition-delay: .2s; }

@media (max-width: 960px) {
  .hero-layout, .split-layout, .product-layout, .trust-layout, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-layout { gap: 30px; }
  .hero-visual { min-height: 480px; max-width: 590px; width: 100%; margin: 0 auto; }
  .split-layout, .trust-layout { gap: 45px; }
  .section-copy { padding-top: 0; }
  .product-layout { gap: 60px; }
  .contact-card { gap: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 85px 0; }
  .header-inner { min-height: 70px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 70px; left: 14px; right: 14px; display: none; align-items: stretch; padding: 17px; background: rgba(7,27,43,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px; }
  .nav-cta { margin-top: 5px; }
  .hero { min-height: auto; padding: 128px 0 72px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.5rem); }
  .hero-lead { font-size: 1.08rem; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
  .hero-visual { min-height: 390px; }
  .signal-card-main { inset: 45px 6px 32px 18px; }
  .signal-mark { height: 245px; }
  .signal-live { right: 0; }
  .company-facts, .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 285px; }
  .product-panel { padding: 10px; }
  .map-area { min-height: 340px; }
  .contact-card { width: min(100% - 28px, 1160px); padding: 40px 24px; border-radius: 26px; }
  .footer-top, .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .footer-top { gap: 20px; }
  .footer-top nav { grid-column: auto; }
  .legal-main { padding-top: 125px; }
}

@media (max-width: 440px) {
  .brand { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row li { grid-template-columns: 80px 1fr; align-items: baseline; }
  .signal-code { left: 2px; }
  .signal-live { right: 2px; }
  .map-area { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
