:root {
  color-scheme: light;
  --canvas: #f5f1e8;
  --paper: #fffdf8;
  --paper-soft: #efede7;
  --ink: #101b2d;
  --ink-soft: #5d6876;
  --ink-faint: #77818d;
  --line: #cbd2d8;
  --line-strong: #aeb8c2;
  --blue: #246bfd;
  --blue-dark: #1d59d8;
  --green: #137e5f;
  --signal: #16a977;
  --lime: #b8f34a;
  --violet: #7657ff;
  --coral: #a63b46;
  --amber: #a56805;
  --navy: #07111f;
  --obsidian: #07090d;
  --deep-navy: #0a1830;
  --raised-dark: #101923;
  --dark-line: #203552;
  --shadow: 0 24px 72px rgba(7, 17, 31, 0.14);
  --shadow-soft: 0 12px 36px rgba(7, 17, 31, 0.09);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.42);
  --shell: min(1280px, calc(100vw - 48px));
  --display: "Roboto Condensed", "Arial Narrow", "Space Grotesk", sans-serif;
  --headline: "Space Grotesk", "Segoe UI", sans-serif;
  --body: "Instrument Sans", "Segoe UI", sans-serif;
}

html {
  background: var(--obsidian);
  scroll-padding-top: 92px;
}

body {
  color: var(--ink);
  background: var(--canvas);
  text-rendering: optimizeLegibility;
}

body:has(.doc-page) {
  background: var(--canvas);
}

::selection {
  color: #fff;
  background: var(--blue);
}

.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;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(102, 161, 255, 0.96);
  outline-offset: 3px;
}

.doc-page a:focus-visible,
.site-home .business-section a:focus-visible,
.site-home .trust-section a:focus-visible {
  outline-color: var(--blue-dark);
}

.site-footer a:focus-visible {
  outline-color: #66a1ff;
}

.skip-link {
  z-index: 200;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #8db5ff;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
}

.topbar {
  min-width: 0;
  border-bottom: 1px solid rgba(141, 173, 216, 0.16);
  color: #fff;
  background: rgba(7, 9, 13, 0.94);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(130%);
}

.topbar-inner {
  min-height: 76px;
  gap: 28px;
}

.brand-mark {
  min-height: 48px;
  gap: 11px;
  border-radius: 10px;
}

.brand-emblem {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 11px;
  box-shadow: 0 10px 28px rgba(36, 107, 253, 0.3);
}

.topbar .brand-kicker {
  border-color: rgba(116, 161, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 46%),
    var(--blue);
}

.topbar .brand-copy strong {
  color: #fff;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.topbar .brand-copy span {
  color: #9eabc0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  gap: 8px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 9px;
  padding: 0 12px;
  color: #aeb9cc;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(116, 161, 255, 0.1);
}

.site-nav .nav-action {
  margin-left: 8px;
  border: 1px solid rgba(84, 137, 255, 0.72);
  padding: 0 16px;
  color: #fff;
  background: rgba(36, 107, 253, 0.12);
}

.site-nav .nav-action:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.menu-toggle {
  min-width: 44px;
  min-height: 44px;
  border-color: rgba(145, 169, 203, 0.32);
  color: #fff;
  background: rgba(16, 25, 35, 0.96);
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-icon::before,
.menu-icon::after {
  transition: transform 160ms ease, top 160ms ease;
}

.hero {
  min-height: min(860px, calc(100svh - 76px));
  max-height: none;
  isolation: isolate;
  background:
    radial-gradient(circle at 79% 35%, rgba(36, 107, 253, 0.18), transparent 26%),
    radial-gradient(circle at 88% 86%, rgba(118, 87, 255, 0.13), transparent 28%),
    linear-gradient(112deg, #07090d 0%, #07111f 46%, #08172a 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.hero::before {
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(84, 137, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 137, 255, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
  transform: perspective(680px) rotateX(61deg) scale(1.5) translateY(24%);
  transform-origin: bottom center;
}

.hero::after {
  opacity: 0.52;
  background:
    repeating-radial-gradient(
      ellipse at 8% 98%,
      transparent 0 23px,
      rgba(118, 87, 255, 0.14) 24px 25px,
      transparent 26px 37px
    );
  mask-image: linear-gradient(90deg, #000, transparent 54%);
}

.hero-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(28px, 4vw, 64px);
  width: var(--shell);
  padding: clamp(68px, 8vh, 94px) 0;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

.hero .eyebrow,
.closing-cta .eyebrow {
  color: #66a1ff;
}

.hero h1 {
  max-width: 720px;
  font-family: var(--display);
  font-size: clamp(4.7rem, 6.4vw, 6.9rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.hero h1 span {
  color: #fff;
}

.hero-lede {
  max-width: 600px;
  margin-top: 26px;
  color: #aeb9cc;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.hero .cta-row {
  margin-top: 30px;
}

.button {
  min-height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(36, 107, 253, 0.28);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 18px 40px rgba(36, 107, 253, 0.34);
}

.hero .button-secondary,
.closing-cta .button-secondary {
  border-color: #45607f;
  color: #fff;
  background: rgba(7, 17, 31, 0.72);
}

.hero .button-secondary:hover,
.closing-cta .button-secondary:hover {
  border-color: #7c98bc;
  background: rgba(16, 25, 35, 0.96);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 660px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(105, 139, 184, 0.3);
  border-radius: 12px;
  background: rgba(7, 17, 31, 0.62);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 54px;
  padding: 0 14px;
  border-right: 1px solid rgba(105, 139, 184, 0.24);
  color: #d5ddec;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-proof li:last-child {
  border-right: 0;
}

.proof-signal {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid var(--signal);
  border-radius: 50%;
}

.hero-proof .proof-signal {
  display: block;
  width: 20px;
  height: 20px;
  min-height: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.proof-signal::before {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--signal);
  content: "";
}

.proof-signal-access {
  border-color: #66a1ff;
}

.proof-signal-access::before {
  background: #66a1ff;
}

.proof-signal-verified {
  border-radius: 6px;
}

.proof-signal-verified::before {
  inset: 4px 5px 6px;
  border-radius: 2px 2px 6px 6px;
}

.map-intelligence {
  position: relative;
  width: min(100%, 650px);
  height: clamp(510px, 43vw, 590px);
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 1px solid #314865;
  border-radius: 16px;
  background: var(--deep-navy);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    var(--shadow-dark);
}

.map-product-crop,
.map-grid {
  position: absolute;
  inset: 0;
}

.map-product-crop::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.25), rgba(7, 17, 31, 0.52)),
    linear-gradient(180deg, rgba(7, 17, 31, 0.4), rgba(7, 17, 31, 0.08) 44%, rgba(7, 17, 31, 0.74));
  content: "";
}

.map-product-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: brightness(0.6) saturate(0.85) contrast(1.12);
  transform: scale(1.08);
}

.map-grid {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(82, 131, 205, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 131, 205, 0.13) 1px, transparent 1px);
  background-size: 48px 48px;
  mix-blend-mode: screen;
}

.route-line {
  position: absolute;
  inset: 7% 2% 0;
  width: 96%;
  height: 90%;
  overflow: visible;
}

.route-line path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-line-glow {
  stroke: rgba(36, 107, 253, 0.6);
  stroke-width: 14;
  filter: blur(8px);
}

.route-line-core {
  stroke: #2c78ff;
  stroke-width: 4;
}

.route-line circle {
  fill: var(--blue);
  stroke: #d7e6ff;
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(36, 107, 253, 0.9));
}

.route-line .route-destination {
  fill: var(--signal);
  stroke: #caffec;
  filter: drop-shadow(0 0 10px rgba(22, 169, 119, 0.95));
}

.map-search-module,
.map-live-module,
.map-detail-module,
.map-offline-module {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(91, 126, 174, 0.46);
  border-radius: 12px;
  color: #eef5ff;
  background: rgba(7, 17, 31, 0.9);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.map-search-module {
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  width: min(55%, 310px);
  min-height: 48px;
  padding: 0 14px;
  color: #aeb9cc;
  font-size: 0.86rem;
}

.search-glyph {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 2px solid #9fb0c9;
  border-radius: 50%;
}

.search-glyph::after {
  display: block;
  width: 7px;
  height: 2px;
  margin: 11px 0 0 11px;
  background: #9fb0c9;
  transform: rotate(45deg);
  content: "";
}

.filter-glyph {
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-left: 1px solid #2d4668;
}

.filter-glyph::before,
.filter-glyph::after {
  display: block;
  width: 13px;
  height: 1px;
  margin: 8px 0 0 11px;
  background: #9fb0c9;
  box-shadow: 0 5px #9fb0c9;
  content: "";
}

.map-live-module {
  top: 82px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 13px;
}

.map-live-module > span:last-child,
.map-offline-module > span:nth-child(2),
.detail-heading span {
  display: grid;
}

.map-live-module strong,
.map-offline-module strong,
.detail-heading strong {
  font-size: 0.82rem;
}

.map-live-module small,
.map-offline-module small,
.detail-heading small {
  color: #9eabc0;
  font-size: 0.7rem;
}

.status-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 6px rgba(22, 169, 119, 0.12), 0 0 18px rgba(22, 169, 119, 0.8);
}

.map-detail-module {
  top: 154px;
  right: 18px;
  width: min(48%, 278px);
  padding: 16px;
}

.detail-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid #263d5a;
}

.detail-heading img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.map-detail-module ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.map-detail-module li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c4cede;
  font-size: 0.76rem;
}

.map-detail-module li span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(22, 169, 119, 0.45);
  border-radius: 6px;
  color: #71e5bc;
  background: rgba(22, 169, 119, 0.08);
}

.map-offline-module {
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  width: min(60%, 350px);
  min-height: 62px;
  padding: 10px 12px;
}

.offline-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(36, 107, 253, 0.4);
  border-radius: 9px;
  color: #74a1ff;
  background: rgba(36, 107, 253, 0.12);
  font-size: 1.18rem;
  font-weight: 800;
}

.ready-label {
  margin-left: auto;
  border: 1px solid rgba(22, 169, 119, 0.38);
  border-radius: 6px;
  padding: 4px 7px;
  color: #5ee0b1;
  background: rgba(22, 169, 119, 0.08);
  font-size: 0.67rem;
  font-weight: 800;
}

.credibility-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.credibility-grid {
  border-color: var(--line);
}

.credibility-grid p {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  border-color: var(--line);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.credibility-grid p span {
  color: var(--blue-dark);
  font-family: var(--headline);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.section {
  padding: clamp(76px, 8vw, 112px) 0;
}

.product-section,
.trust-section {
  background:
    linear-gradient(rgba(16, 27, 45, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 27, 45, 0.025) 1px, transparent 1px),
    var(--canvas);
  background-size: 32px 32px;
}

.split-layout,
.business-layout,
.trust-layout {
  gap: clamp(40px, 6vw, 80px);
}

.section h2,
.closing-cta h2 {
  color: var(--ink);
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-copy p:not(.eyebrow),
.section-heading p {
  color: var(--ink-soft);
}

.feature-list,
.trust-links {
  gap: 16px;
}

.feature-card,
.showcase-tile,
.link-card,
.panel-card,
.faq-card,
.support-card,
.doc-card {
  border-color: var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.feature-card {
  position: relative;
  min-height: 170px;
  padding: 26px 26px 26px 82px;
  overflow: hidden;
}

.feature-card::before {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(36, 107, 253, 0.28);
  border-radius: 10px;
  background: rgba(36, 107, 253, 0.08);
  content: "";
}

.feature-card:nth-child(2)::before {
  border-color: rgba(118, 87, 255, 0.3);
  background: rgba(118, 87, 255, 0.08);
}

.feature-card:nth-child(3)::before {
  border-color: rgba(22, 169, 119, 0.3);
  background: rgba(22, 169, 119, 0.08);
}

.feature-index {
  color: var(--blue);
  letter-spacing: 0.12em;
}

.feature-card .feature-index,
.link-card span {
  color: var(--blue-dark);
}

.feature-card:nth-child(2) .feature-index,
.showcase-tile:nth-child(3) .feature-index,
.link-card:nth-child(3) span {
  color: var(--violet);
}

.feature-card:nth-child(3) .feature-index,
.link-card:nth-child(4) span {
  color: var(--green);
}

.showcase-tile:nth-child(2) .feature-index {
  color: var(--signal);
}

.feature-card h3,
.showcase-tile h3,
.link-card strong,
.panel-card h3,
.support-card strong,
.faq-card h3 {
  color: var(--ink);
  letter-spacing: -0.025em;
}

.showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 0%, rgba(36, 107, 253, 0.15), transparent 28%),
    radial-gradient(circle at 94% 100%, rgba(118, 87, 255, 0.12), transparent 28%),
    var(--obsidian);
}

.showcase-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      ellipse at 80% 120%,
      transparent 0 25px,
      rgba(118, 87, 255, 0.16) 26px 27px,
      transparent 28px 41px
    );
  content: "";
}

.showcase-section .shell {
  position: relative;
}

.showcase-section .eyebrow {
  color: #79a8ff;
}

.showcase-section .section-heading h2,
.showcase-section .showcase-tile h3 {
  color: #f7f9fd;
}

.showcase-section .section-heading p,
.showcase-section .showcase-tile p {
  color: #aeb9cc;
}

.showcase-grid {
  gap: 18px;
}

.showcase-tile {
  border-color: #263f5f;
  background: rgba(10, 24, 48, 0.86);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    0 22px 56px rgba(0, 0, 0, 0.3);
}

.showcase-tile img {
  border-color: #314c70;
  border-radius: 12px;
  filter: saturate(0.9);
}

.business-section {
  background: var(--paper);
}

.business-visual {
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 24% 18%, rgba(36, 107, 253, 0.12), transparent 34%),
    linear-gradient(135deg, #eef2f8, #e8e6df);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.business-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
  content: "";
}

.product-crop,
.dashboard-preview {
  border-radius: 12px;
  border-color: rgba(16, 27, 45, 0.18);
  box-shadow: 0 24px 52px rgba(7, 17, 31, 0.22);
}

.product-crop {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 27, 45, 0.18);
  background: #101923;
}

.product-crop-verified {
  top: 46px;
  left: 28px;
  width: min(56%, 310px);
  height: 462px;
}

.product-crop-verified img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.business-points span {
  min-height: 38px;
  border-radius: 9px;
  color: var(--ink);
  border-color: var(--line);
  background: #f2f3f1;
}

.trust-links {
  gap: 16px;
}

.link-card {
  position: relative;
  min-height: 218px;
  padding: 27px;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.link-card::after {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
  content: "";
}

.link-card:hover {
  border-color: #94a9c5;
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.12);
}

.closing-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.96), rgba(7, 17, 31, 0.78)),
    url("/assets/product/offline-route-mode.png") center 35% / cover;
}

.closing-cta::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(83, 129, 198, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 129, 198, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.closing-layout {
  position: relative;
  z-index: 1;
}

.closing-cta h2 {
  color: #fff;
}

.site-footer,
.footer {
  border-color: #1c304a;
  color: #fff;
  background: var(--obsidian);
}

.site-footer .brand-copy strong {
  color: #fff;
}

.site-footer .brand-copy span,
.site-footer p,
.footer-meta {
  color: #8f9db1;
}

.site-footer .brand-emblem {
  box-shadow: none;
}

.footer-nav a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #aeb9cc;
}

.footer-nav a:hover,
.footer-links a:hover {
  color: #fff;
}

.doc-page {
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 6vw, 78px) 0 clamp(72px, 8vw, 112px);
  background:
    linear-gradient(rgba(16, 27, 45, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 27, 45, 0.026) 1px, transparent 1px),
    var(--canvas);
  background-size: 32px 32px;
}

.doc-shell {
  gap: 22px;
  max-width: 1020px;
}

.doc-card {
  padding: clamp(24px, 4vw, 46px);
}

.doc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: #2d4666;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.95), rgba(7, 17, 31, 0.78)),
    url("/assets/product/map-home.png") center 48% / cover;
  box-shadow: var(--shadow-dark);
}

.doc-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background:
    linear-gradient(rgba(95, 142, 213, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 142, 213, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.doc-hero .eyebrow {
  color: #73a6ff;
}

.doc-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.doc-meta {
  max-width: 760px;
  color: #b5c0d1;
}

.doc-section {
  padding: 26px 0;
  border-color: var(--line);
}

.doc-section h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  letter-spacing: -0.03em;
}

.doc-section p,
.doc-list {
  color: var(--ink-soft);
}

.doc-list {
  padding-left: 24px;
}

.doc-list li {
  padding-left: 4px;
}

.doc-list li::marker {
  color: var(--blue);
}

.text-link {
  color: var(--blue-dark);
  text-decoration-thickness: 1.5px;
}

.text-link:hover {
  color: #123f9f;
}

.panel-grid,
.faq-grid,
.support-card-grid {
  gap: 16px;
}

.panel-card,
.faq-card,
.support-card {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.07);
}

.panel-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
}

.panel-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--blue);
  content: "";
}

.panel-card:nth-child(3n + 2)::before {
  background: var(--violet);
}

.panel-card:nth-child(3n)::before {
  background: var(--signal);
}

.panel-index {
  color: var(--blue-dark);
  letter-spacing: 0.12em;
}

.support-card {
  min-height: 286px;
}

.support-link-list a {
  min-height: 46px;
  border-color: var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: #f2f3f1;
}

.support-link-list a:hover {
  border-color: #91a7c2;
  background: #fff;
}

.signal-chip {
  min-height: 40px;
  border-color: rgba(137, 166, 207, 0.42);
  border-radius: 9px;
  color: #dce5f3;
  background: rgba(7, 17, 31, 0.72);
}

.signal-dot-blue {
  background: #5b91ff;
}

.signal-dot-amber {
  background: #efb441;
}

.signal-dot-green {
  background: var(--signal);
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(36, 107, 253, 0.2), transparent 32%),
    radial-gradient(circle at 14% 92%, rgba(118, 87, 255, 0.14), transparent 34%),
    var(--obsidian);
  font-family: var(--body);
}

.redirect-page .redirect-card {
  width: min(100%, 580px);
  margin: 0;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid #2d4668;
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 17, 31, 0.9);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    var(--shadow-dark);
  text-align: left;
}

.redirect-card > img {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 12px;
}

.redirect-card .eyebrow {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: #70a4ff;
  background: transparent;
}

.redirect-card h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--headline);
  font-size: clamp(2.1rem, 6vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.redirect-card p {
  margin: 0;
  color: #aeb9cc;
  line-height: 1.7;
}

.redirect-card a {
  color: #8eb5ff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legacy-doc-page {
  max-width: none;
  margin: 0;
  padding: clamp(24px, 6vw, 72px) 16px;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 27, 45, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 27, 45, 0.026) 1px, transparent 1px),
    var(--canvas);
  background-size: 32px 32px;
  font-family: var(--body);
  line-height: 1.7;
}

.legacy-doc-card {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.legacy-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--headline);
  font-size: 1.15rem;
  text-decoration: none;
}

.legacy-brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.legacy-doc-card h1 {
  margin: 0;
  padding: 0 0 18px;
  border-color: var(--blue);
  color: var(--ink);
  font-family: var(--headline);
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.legacy-doc-card h2 {
  margin-top: 34px;
  color: var(--ink);
  font-family: var(--headline);
  letter-spacing: -0.025em;
}

.legacy-doc-card p {
  color: var(--ink-soft);
}

.legacy-doc-card a {
  color: var(--blue-dark);
}

[data-reveal].reveal-ready {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-reveal].reveal-ready.is-visible {
  animation: reveal-in 520ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

@keyframes reveal-in {
  from {
    opacity: 0.08;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 40px, 1040px);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 7vw, 5.6rem);
  }

  .map-intelligence {
    height: 520px;
  }

  .hero-proof li {
    padding: 0 10px;
    font-size: 0.73rem;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
  }

  .hero-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 72px 0;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(4.5rem, 11vw, 6.2rem);
  }

  .map-intelligence {
    width: min(100%, 720px);
    height: 520px;
    margin: 0;
  }
}

@media (max-width: 920px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .topbar-inner {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .topbar .brand-copy span {
    display: none;
  }

  .topbar .brand-emblem {
    width: 38px;
    height: 38px;
  }

  .site-nav {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-basis: 100%;
    gap: 4px;
    width: 100%;
    padding: 8px 0 12px;
  }

  .site-nav a {
    width: 100%;
    padding: 0 12px;
  }

  .site-nav .nav-action {
    grid-column: 1 / -1;
    justify-content: center;
    margin: 2px 0 0;
  }

  .menu-toggle {
    display: none;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    width: auto;
    max-width: calc(100vw - 32px);
    padding: 8px;
    border: 1px solid #2d4668;
    border-radius: 12px;
    background: rgba(7, 17, 31, 0.98);
    box-shadow: var(--shadow-dark);
  }

  .js .site-nav.is-open {
    display: grid;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(84, 137, 255, 0.13);
  }

  .hero-layout {
    padding: 58px 0 64px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 15vw, 5.2rem);
  }

  .hero-lede {
    max-width: 560px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof li {
    min-height: 48px;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(105, 139, 184, 0.24);
    font-size: 0.8rem;
  }

  .hero-proof li:last-child {
    border-bottom: 0;
  }

  .map-intelligence {
    height: 430px;
  }

  .map-search-module {
    width: calc(100% - 40px);
  }

  .map-live-module {
    top: 82px;
    left: 20px;
    right: auto;
  }

  .map-detail-module {
    top: 148px;
    right: 18px;
    width: min(62%, 278px);
  }

  .map-offline-module {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .feature-card {
    padding: 24px 22px 24px 72px;
  }

  .feature-card::before {
    left: 21px;
    top: 27px;
  }

  .showcase-tile,
  .tile-large {
    border-radius: 14px;
  }

  .business-visual {
    border-radius: 14px;
  }

  .doc-page {
    padding-top: 32px;
  }

  .doc-card {
    border-radius: 14px;
  }

  .doc-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  .footer-nav,
  .footer-links {
    align-items: stretch;
    gap: 0;
  }
}

@media (max-width: 520px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .shell {
    width: var(--shell);
    max-width: var(--shell);
  }

  .brand-mark {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .menu-toggle {
    width: 44px;
    min-height: 44px;
  }

  .menu-toggle::before {
    display: none;
  }

  .menu-toggle .menu-icon {
    display: block;
  }

  .hero {
    min-height: 0;
  }

  .hero-layout {
    padding: 48px 0 54px;
    gap: 42px;
  }

  .site-home .hero-copy {
    width: 100%;
    margin: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.25rem, 16.2vw, 4.25rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .button {
    width: 100%;
  }

  .map-intelligence {
    display: block;
    height: 350px;
  }

  .map-search-module {
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
  }

  .map-live-module {
    top: 74px;
    left: 14px;
  }

  .map-detail-module {
    display: none;
  }

  .map-offline-module {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 58px;
  }

  .map-offline-module small {
    max-width: 134px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ready-label {
    display: none;
  }

  .credibility-grid p {
    padding: 20px;
  }

  .section {
    padding: 68px 0;
  }

  .section h2,
  .closing-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .feature-card {
    padding: 22px;
  }

  .feature-card::before {
    display: none;
  }

  .business-visual {
    min-height: 400px;
  }

  .product-crop-verified {
    top: 28px;
    left: 18px;
    width: 54%;
    height: 330px;
  }

  .link-card {
    min-height: 0;
    padding: 24px 24px 56px;
  }

  .doc-card {
    padding: 24px 20px;
  }

  .doc-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    overflow-wrap: break-word;
  }

  .panel-card {
    min-height: 0;
  }

  .support-card {
    min-height: 0;
  }
}

@media (max-width: 350px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .topbar .brand-emblem {
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .hero .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .map-intelligence {
    height: 320px;
  }

  .map-offline-module {
    gap: 8px;
    padding: 8px;
  }

  .offline-icon {
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal].reveal-ready.is-visible {
    animation: none;
  }
}

@media (forced-colors: active) {
  .button,
  .site-nav a,
  .support-link-list a,
  .hero-proof,
  .map-intelligence {
    border: 1px solid CanvasText;
  }

  .status-pulse,
  .proof-signal::before,
  .signal-dot {
    forced-color-adjust: none;
  }
}
