/* ========================================================================
   Field Data Collector — clean product theme
   ======================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400;700&display=swap");

@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/open-sauce-one-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/open-sauce-one-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f6f8;
  --bg-2: #eef1f5;
  --surface: #ffffff;
  --surface-2: #f7f9fb;
  --border: #d8dee6;
  --border-strong: #c3ccd6;
  --text: #444444;
  --muted: #444444;
  --brand: #e2630e;
  --brand-dark: #0e3a5c;
  --brand-2: #e2630e;
  --accent: #4396e9;
  --danger: #c62828;
  --sand: #eef1f5;
  --maxw: 1160px;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(16, 24, 38, .08);
  --font: "Google Sans Text", sans-serif;
  --display: "Google Sans Text", sans-serif;
  --mono: "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: "Google Sans Text", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  background: var(--bg);
  color: #444444;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: #444444; text-decoration: none; font-weight: 400; font-family: inherit; }
a:hover { text-decoration: underline; color: #1b8fd4; }
img { max-width: 100%; display: block; }
strong { color: var(--text); }
code { font-family: var(--mono); font-size: .9em; }

:focus-visible {
  outline: 3px solid rgba(232, 93, 4, .4);
  outline-offset: 3px;
}

.ico {
  width: 40px;
  height: 40px;
  display: block;
  color: #3a3a3a;
  background: none;
  overflow: visible;
  flex-shrink: 0;
}
.ico use { pointer-events: none; }

/* Layout ---------------------------------------------------------------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 92px 0; }
.section--tight { padding: 56px 0; }
.section--sand { background: var(--bg-2); border-block: 1px solid var(--border); }
.section--forest { background: linear-gradient(135deg, #0e3a5c 0%, #1b8fd4 100%); color: #eef6fb; }
.section--forest p, .section--forest .text-muted { color: #d5e8f4; }
.section--forest h2, .section--forest h3, .section--forest strong { color: #fff; }
.section--photo {
  position: relative;
  isolation: isolate;
  background-color: #0e3a5c;
  background-image: url("../assets/market-defense.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.section--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(14, 58, 92, .88) 0%, rgba(14, 58, 92, .82) 42%, rgba(27, 143, 212, .80) 100%);
}
.section--photo > .container {
  position: relative;
  z-index: 1;
}
.section--cop-photo {
  position: relative;
  isolation: isolate;
  background-color: #0e3a5c;
  background-image: url("../assets/banners/cop-field.jpg");
  background-size: cover;
  background-position: 72% 40%;
  background-repeat: no-repeat;
}
.section--cop-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(14, 58, 92, .85) 0%, rgba(27, 143, 212, .85) 100%);
}
.section--cop-photo > .container {
  position: relative;
  z-index: 1;
}
.section--cop-photo .definition {
  background: rgba(8, 28, 46, .42);
  border-color: rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
}
.center { text-align: center; }

.eyebrow,
.pagehead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 15px;
}
.eyebrow::before,
.pagehead__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}
.section--forest .eyebrow { color: #ffd7b0; }
h1, h2, h3, h4 {
  font-family: "Google Sans Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  line-height: 1.12;
  margin: 0 0 .55em;
}
h1 { font-size: 60px; letter-spacing: -.03em; }
h1 strong { font-weight: 700; color: inherit; }
h2 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.02em; }
h3 { font-size: 20px; letter-spacing: -.01em; }
p { color: #444444; margin: 0 0 1em; font-family: "Google Sans Text", sans-serif; font-size: 17px; font-weight: 400; }
p.lead { font-size: 17px; color: #444444; line-height: 1.6; }
.section--forest p.lead { color: #d5e8f4; }
.gradient-text,
.accent-text {
  color: inherit;
  background: none;
  -webkit-text-fill-color: currentColor;
}

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 28px;
  border-radius: 6px;
  font-family: "Google Sans Text", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-style: normal;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: none;
}
.btn:hover { text-decoration: none; transform: none; color: #fff; }
.btn--primary { background: #e2630e; color: #fff; }
.btn--primary:hover { background: #c6560c; color: #fff; }
.btn--ghost { background: #4396e9; color: #fff; }
.btn--ghost:hover { background: #2f82d6; color: #fff; }
.btn--navy {
  background: #0e3a5c;
  color: #fff;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 14px 18px 14px 22px;
  min-width: 188px;
  justify-content: space-between;
}
.btn--navy:hover { background: #0a2d48; color: #fff; }
.btn__rule {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,.55);
  margin-left: 8px;
}
.section--forest .btn--ghost { color: #fff; border: 0; background: #4396e9; }
.section--forest .btn--ghost:hover { background: #2f82d6; color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }

.app-store-badge {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  min-width: 0;
  min-height: 0;
  line-height: 0;
  border-radius: 0;
}
.app-store-badge img {
  height: 52px;
  width: auto;
  display: block;
}
.app-store-badge:hover { transform: translateY(-2px); }

/* Top nav ---------------------------------------------------------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
.brand:hover { text-decoration: none; }
.brand__logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__logo > span,
.brand__logo { line-height: 1; }
.nav__links { display: flex; gap: 22px; align-items: center; }
.nav__links a { color: #444444; font-size: 17px; font-weight: 400; font-family: "Google Sans Text", sans-serif; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: #1b8fd4; text-decoration: none; }
.nav__cta { padding: 9px 18px; font-size: 17px; color: #fff !important; }
.nav__burger { display: none; background: none; border: 0; color: var(--text); font-size: 25px; cursor: pointer; }

@media (max-width: 1120px) {
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .nav__links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 18px 28px 24px;
    gap: 14px;
  }
  .nav__links.open a { padding: 6px 0; }
}

/* Photo banner ----------------------------------------------------------- */
.banner {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #1a1a1a;
}
.banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.banner__media picture {
  position: absolute;
  inset: 0;
  display: block;
}
.banner__media img {
  width: 100%;
  height: 130%;
  max-width: none;
  object-fit: cover;
  object-position: 68% 42%;
  display: block;
  will-change: transform;
}
.banner > .container {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 64px;
  display: flex;
  align-items: stretch;
  min-height: 560px;
}
.banner-panel {
  width: 50%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 44px 8% calc(28px + 1.5%) 8%;
  background: rgba(226, 99, 14, .90);
  color: #fff;
}
.banner-panel h1,
.banner-panel h1 strong,
.banner-panel .lead,
.banner-panel .breadcrumb,
.banner-panel .breadcrumb a {
  color: #fff;
}
.banner-panel .lead { color: rgba(255,255,255,.94); margin-bottom: 0; }
.banner-panel h1 {
  max-width: none;
  margin: 8px 0 18px;
  line-height: calc(1.12em - 1px);
}
.banner-panel .eyebrow,
.banner-panel .pagehead__eyebrow {
  color: #fff;
}
.banner-panel .eyebrow::before,
.banner-panel .pagehead__eyebrow::before {
  display: none;
}
.banner-panel .hero__sub { margin-top: 14px; }
.banner-panel .hero__cta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
}
.banner-panel .btn--ghost {
  background: #266eb7;
  color: #fff;
}
.banner-panel .btn--ghost:hover { background: #1f5c9a; color: #fff; }
.banner-panel .chip {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.35);
  color: #fff;
}

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(720px 380px at 92% 0%, rgba(232, 93, 4, .16), transparent 60%),
    radial-gradient(560px 320px at 8% 80%, rgba(27, 143, 212, .14), transparent 62%),
    #fff;
}
.hero::after,
.hero::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(232,93,4,.2), transparent 68%);
  animation: blob 9s ease-in-out infinite;
}
.hero::before {
  width: 360px;
  height: 360px;
  left: -90px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(27,143,212,.18), transparent 68%);
  animation: blob 11s ease-in-out infinite reverse;
}
@keyframes blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 30px) scale(1.12); }
}
.pagehead::before,
.cta-band::before { display: none; }
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
  padding: 64px 28px 72px;
}
.hero h1 { max-width: 760px; }
.hero__cta { margin-top: 30px; justify-content: flex-start; }
.hero__sub { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff4e8;
  border: 1px solid #ffd7b0;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #9a3412;
}
.highlight-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.highlight-band__item {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 5px solid var(--brand);
  padding: 22px 22px 20px;
}
.highlight-band__kicker {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #444444;
}
.highlight-band__item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #444444;
}
.highlight-band__item p { margin: 0; }
.highlight-band__item a { color: #1b8fd4; text-decoration: underline; }
@media (max-width: 880px) {
  .highlight-band { grid-template-columns: 1fr; }
}
.hero__visual {
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  aspect-ratio: auto;
  display: flex;
  justify-content: center;
  min-height: 0;
}
.hero__visual::after { content: none; }
.hero .device { animation: none; }
.hero__phones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
}
.hero__phones .device {
  --device-w: 292px;
  margin: 0;
  flex: 0 0 auto;
}
.hero__phones .device:first-child {
  margin-top: 36px;
  animation: phoneFloat 5.8s ease-in-out infinite;
}
.hero__phones .device:last-child {
  margin-bottom: 36px;
  animation: phoneFloat 6.4s ease-in-out infinite reverse;
}
@keyframes phoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero__visual iframe { width: 100%; height: 100%; border: 0; display: block; }
.hero__visual img,
.hero__visual video {
  width: auto;
  height: auto;
  object-fit: unset;
}

/* Slim iPhone mockup -------------------------------------------------- */
.device {
  --device-w: 260px;
  position: relative;
  width: var(--device-w);
  margin: 0 auto;
  background: transparent;
  filter: drop-shadow(0 22px 36px rgba(16, 24, 38, .22));
}
.device::before,
.device::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #c8ccd1;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
}
.device::before {
  left: -2px;
  top: 96px;
  width: 2.5px;
  height: 52px;
  border-radius: 2px 0 0 2px;
}
.device::after {
  left: -2px;
  top: 72px;
  width: 2.5px;
  height: 14px;
  border-radius: 2px 0 0 2px;
}
.device--land {
  --device-w: 100%;
  max-width: 440px;
}
.device--land .device__bezel {
  border-radius: 28px;
  padding: 6px 6px 6px 20px;
}
.device--land .device__bezel::before {
  inset: 4px;
  border-radius: 24px;
}
.device--land .device__bezel::after {
  top: auto;
  bottom: -2px;
  right: 72px;
  width: 48px;
  height: 2.5px;
  border-radius: 2px 2px 0 0;
}
.device--land::before {
  left: 88px;
  top: auto;
  bottom: -2px;
  width: 52px;
  height: 2.5px;
  border-radius: 2px 2px 0 0;
}
.device--land::after {
  left: 64px;
  top: auto;
  bottom: -2px;
  width: 14px;
  height: 2.5px;
  border-radius: 2px 2px 0 0;
}
.device--land .device__island {
  top: 50%;
  left: 7px;
  width: 16px;
  height: 72px;
  transform: translateY(-50%);
  border-radius: 12px;
}
.device--land img {
  border-radius: 22px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
  object-position: top left;
}
.device__bezel {
  position: relative;
  background: #1a1b1d;
  border-radius: 36px;
  padding: 5px;
  overflow: hidden;
  box-shadow:
    0 0 0 1.5px #b8bcc2,
    0 0 0 2.5px #2a2c30,
    inset 0 1px 0 rgba(255,255,255,.28);
}
.device__bezel::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 32px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(125deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,0) 70%, rgba(255,255,255,.06) 100%);
  mix-blend-mode: screen;
}
.device__bezel::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 110px;
  width: 2.5px;
  height: 48px;
  border-radius: 0 2px 2px 0;
  background: #c8ccd1;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
}
.device__island {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 72px;
  height: 16px;
  transform: translateX(-50%);
  background: #0a0a0b;
  border-radius: 12px;
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 0 1.5px #1a1b1d;
}
.device img,
.device video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 31px;
  background: #111;
  position: relative;
  z-index: 1;
}
.inspect-form {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 31px;
  overflow: hidden;
  padding: 28px 0 10px;
  font-family: "Google Sans Text", sans-serif;
  color: #444444;
}
.inspect-form__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px 12px;
  border-bottom: 1px solid #eceff3;
}
.inspect-form__bar b {
  font-size: 15px;
  font-weight: 700;
  color: #101826;
}
.inspect-form__bar span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1565c0;
  background: #eef4fb;
  border: 1px solid #d3e2f3;
  border-radius: 999px;
  padding: 4px 8px;
}
.inspect-form__field {
  padding: 11px 14px;
  border-bottom: 1px solid #eceff3;
}
.inspect-form__field:last-child { border-bottom: 0; }
.inspect-form__field label {
  display: block;
  font-size: 12px;
  color: #5c6774;
  margin-bottom: 6px;
}
.inspect-form__val {
  background: #f4f6f8;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  padding: 9px 11px;
  color: #101826;
  font-size: 13px;
}
.inspect-form__seg { display: flex; gap: 7px; }
.inspect-form__seg span {
  flex: 1;
  text-align: center;
  background: #f4f6f8;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  padding: 8px 6px;
  font-size: 12px;
  color: #5c6774;
}
.inspect-form__seg span.is-on {
  border-color: #1565c0;
  color: #1565c0;
  background: #eef4fb;
}
.inspect-form__check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101826;
  font-size: 13px;
}
.inspect-form__check span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #1565c0;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  flex-shrink: 0;
}
.device__cap {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
}
.device__cap strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 14px;
}

.phone-shot,
.feature__media.phone-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  overflow: visible;
}
.feature__media video,
.media-video {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  background: #0e3a5c;
  border-radius: 14px;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 18px;
  align-items: start;
  background: transparent;
}
.shot-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  margin: 0;
}
.shot-card .device { --device-w: 100%; max-width: 240px; }
.shot-card--land {
  grid-column: span 2;
}
.shot-card--land .device {
  max-width: 100%;
}
.shot-card img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: unset;
  background: transparent;
}
.shot-card figcaption,
.shot-card .device__cap {
  padding: 0;
  margin-top: 14px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.video-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #0e3a5c;
  border-radius: 14px;
}
.video-card .video-card__meta { padding: 14px 2px 0; }
.video-card h3 { margin: 0 0 6px; font-size: 16px; }
.video-card p { margin: 0; font-size: 16px; color: #444444; }
@media (max-width: 1020px) {
  .shot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; padding-block: 48px; }
  .hero__visual { order: -1; aspect-ratio: auto; }
  .hero__phones .device { --device-w: 230px; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shot-grid { grid-template-columns: 1fr; }
  .shot-card--land { grid-column: auto; }
  .device { --device-w: 230px; }
}

/* Stat strip ------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #0e3a5c 0%, #1b8fd4 100%);
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(27, 143, 212, .22);
}
.stats > div { padding: 28px 26px; border-right: 1px solid rgba(255, 255, 255, .22); }
.stats > div:last-child { border-right: 0; }
.stat__num { font-family: var(--display); font-size: 38px; font-weight: 750; color: #fff; }
.stat__num span { color: #fff; }
.stat__label { color: rgba(255, 255, 255, .92); font-size: 13px; }
@media (max-width: 720px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .1); }
}

/* Feature grid ----------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1020px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 880px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .grid--4 { grid-template-columns: 1fr; } }

.type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.type-card {
  background: #fff;
  border: 0;
  border-radius: 16px;
  padding: 26px 14px 20px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(16, 24, 38, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 24, 38, .12);
}
.type-card .ico {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: inherit;
  padding: 0;
  background: none;
  border-radius: 0;
}
.type-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Google Sans Text", sans-serif;
  color: #444444;
}
@media (max-width: 1020px) { .type-grid { grid-template-columns: repeat(2, 1fr); } }

.aoi-stage {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #e7eef3;
  box-shadow: 0 18px 40px rgba(16, 24, 38, .12);
}
.aoi-stage canvas {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 420;
}
.aoi-stage__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #fff;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(16, 24, 38, .12);
}

.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 8px 22px rgba(67, 50, 27, .07);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
a.card { color: inherit; }
.card:hover { transform: translateY(-4px); border-color: var(--brand); background: var(--surface); box-shadow: var(--shadow); text-decoration: none; }
.card--map { isolation: isolate; overflow: hidden; }
.card--map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card--map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, .95) 0%,
    rgba(255, 255, 255, .95) 55%,
    rgba(255, 255, 255, .75) 100%
  );
  pointer-events: none;
}
.card--map > * { position: relative; z-index: 1; }
.card--map-world::before { background-image: url("../assets/maps/tile-world.png"); }
.card--map-quito::before { background-image: url("../assets/maps/tile-quito.png"); }
.card--map-xyz::before { background-image: url("../assets/maps/tile-assen.png"); }
.card--map-usa::before { background-image: url("../assets/maps/tile-usa.png"); }
.card.card--map:hover { background: #fff; }
.card__icon {
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  background: none;
  border: 0;
  color: #3a3a3a;
  margin-bottom: 16px;
  padding: 0;
}
.card__icon .ico { width: 44px; height: 44px; color: #3a3a3a; }
.card__icon .ico--lg { width: 80px; height: 80px; }
.section--forest .card__icon { background: none; }
.section--forest .card__icon .ico,
.section--forest .ico { color: #ececec; }
.card__kicker,
a.card .card__kicker,
.tool-group__head .card__kicker {
  display: block;
  margin-bottom: 8px;
  color: #444444;
  font-family: "Google Sans Text", sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.card h3 { color: var(--text); margin-bottom: 9px; font-size: 16px; font-weight: 400; }
.card p { margin: 0; font-size: 16px; color: #444444; }
.card--shot { overflow: hidden; padding-top: 0; }
.card__media {
  margin: 0 -28px 20px;
  height: 240px;
  background: #eef1f5;
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.card__body p { margin-bottom: 12px; }
.card__link { margin-top: 17px; display: inline-block; font-size: 16px; font-weight: 400; color: #444444; }

/* Feature highlight ------------------------------------------------------ */
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.feature > * { min-width: 0; }
.feature--rev .feature__media { order: 2; }
.feature__media {
  border-radius: var(--radius);
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
}
.feature__media iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  display: block;
  border-radius: 0;
}
.feature__media--phones {
  overflow: visible;
  background: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__media--phones .hero__phones .device { --device-w: 210px; }
.feature__media--slider {
  overflow: visible;
  display: flex;
  justify-content: center;
}
.feature--cop {
  grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
  gap: 64px;
}
.feature--cop .feature__media--phones {
  justify-content: flex-end;
  justify-self: end;
  width: max-content;
  transform: translateX(48px);
}
.feature--cop .hero__phones {
  justify-content: flex-end;
  width: auto;
  gap: 16px;
}
.feature--cop .hero__phones .device { --device-w: 248px; }
.section--forest .hero__phones .device { animation: none; }
ul.check,
ul.check li {
  list-style: none !important;
  list-style-type: none !important;
}
ul.check {
  padding: 0;
  margin: 18px 0 0;
}
ul.check li {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #444444;
}
ul.check li::marker { content: none; display: none; }
ul.check li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: .35em;
  width: 7px;
  height: 12px;
  border: solid var(--brand);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.section--forest ul.check li { color: #d5dde6; }
.section--forest ul.check li::before { border-color: #8ec5ff; }
@media (max-width: 880px) {
  .feature { grid-template-columns: 1fr; gap: 34px; }
  .feature--cop { grid-template-columns: 1fr; }
  .feature--rev .feature__media { order: 0; }
  .feature--cop .hero__phones { justify-content: center; }
  .feature--cop .feature__media--phones { transform: none; width: auto; justify-self: stretch; }
}

/* Workflow, definitions & capability maps ------------------------------- */
.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
}
.workflow__step { position: relative; padding: 28px 24px; border-right: 1px solid var(--border); }
.workflow__step:last-child { border-right: 0; }
.workflow__num { display: block; color: #444444; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.workflow__step h3 { margin-top: 10px; font-size: 16px; font-weight: 400; }
.workflow__step p { margin: 0; font-size: 16px; color: #444444; }

.definition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.definition {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 26px;
  border-radius: var(--radius);
}
.definition__term { font-family: var(--display); font-size: 34px; color: #8ec5ff; line-height: 1; }
.definition h3 { margin-top: 10px; }

.data-flow {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  align-items: stretch;
  gap: 12px;
}
.data-flow__node { display: grid; place-items: center; text-align: center; min-height: 128px; padding: 22px; background: var(--surface); border: 1px solid var(--border-strong); border-radius: 8px; }
.data-flow__node strong { display: block; margin-bottom: 4px; }
.data-flow__node span { color: var(--muted); font-size: 13px; }
.data-flow__node--core { background: var(--brand); }
.data-flow__node--core strong, .data-flow__node--core span { color: #fff; }
.data-flow__arrow { align-self: center; color: var(--brand-2); font-size: 26px; font-weight: 800; }

.field-note {
  position: relative;
  padding: 24px 26px 24px 31px;
  background: #eef4fb;
  border: 1px solid #d3e2f3;
  border-left: 5px solid var(--brand);
  border-radius: 6px;
}
.field-note h3 { font-size: 16px; margin-bottom: 6px; }
.field-note p { margin: 0; font-size: 16px; color: #444444; }
.section--forest .field-note { background: #fff; }
.section--forest .field-note h3 { color: var(--text); }
.section--forest .field-note p { color: var(--muted); }

.faq-list { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 5px 14px rgba(67, 50, 27, .05); }
.faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; color: #444444; font-weight: 400; font-size: 16px; font-family: "Google Sans Text", sans-serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 14px; right: 19px; color: var(--brand); font-size: 29px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { border-bottom: 1px solid var(--border); }
.faq-item__answer { padding: 19px 22px 22px; font-size: 16px; }
.faq-item__answer p:last-child, .faq-item__answer ul:last-child { margin-bottom: 0; }
.faq-item__answer ul { color: #444444; }

.tool-index { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: start; }
.tool-index__nav { position: sticky; top: 94px; background: var(--surface); border: 1px solid var(--border); padding: 18px; border-radius: 8px; }
.tool-index__nav strong { display: block; margin-bottom: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #444444; font-weight: 700; }
.tool-index__nav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 17px; font-weight: 400; color: #444444; }
.tool-index__nav a:hover { color: #1b8fd4; text-decoration: none; }
.tool-index__nav a:last-child { border-bottom: 0; }
.tool-group { scroll-margin-top: 92px; margin-bottom: 58px; }
.tool-group:last-child { margin-bottom: 0; }
.tool-group__head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.tool-group__icon { width: auto; height: auto; flex: 0 0 auto; display: block; background: none; color: #3a3a3a; border-radius: 0; padding: 0; }
.tool-group__icon .ico { width: 40px; height: 40px; color: #3a3a3a; }
.tool-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tool-list__item { padding: 18px 19px; background: rgba(255, 250, 240, .8); border: 1px solid var(--border); border-radius: 8px; font-size: 16px; }
.tool-list__item strong { display: block; margin-bottom: 4px; font-size: 16px; font-weight: 400; }
.tool-list__item span { color: #444444; font-size: 16px; }

@media (max-width: 880px) {
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow__step:nth-child(2) { border-right: 0; }
  .workflow__step:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .definition-grid { grid-template-columns: 1fr; }
  .data-flow { grid-template-columns: 1fr; }
  .data-flow__arrow { transform: rotate(90deg); justify-self: center; }
  .tool-index { grid-template-columns: 1fr; }
  .tool-index__nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .tool-index__nav strong { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .workflow { grid-template-columns: 1fr; }
  .workflow__step { border-right: 0; border-bottom: 1px solid var(--border); }
  .workflow__step:last-child { border-bottom: 0; }
  .tool-list { grid-template-columns: 1fr; }
}

/* Format badges ---------------------------------------------------------- */
.fmt-row { display: flex; flex-wrap: wrap; gap: 9px; }
.fmt {
  background: #eef4fb;
  border: 1px solid #d3e2f3;
  padding: 7px 12px;
  border-radius: 3px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}
.fmt--accent { border-color: var(--brand); color: var(--brand); background: #e7f1fb; }

/* CTA band --------------------------------------------------------------- */
.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(232, 93, 4, .12), transparent 60%),
    radial-gradient(480px 200px at 0% 100%, rgba(27, 143, 212, .12), transparent 62%),
    #fff;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 60px 42px;
  text-align: center;
  box-shadow: var(--shadow);
}

/* Footer ----------------------------------------------------------------- */
.footer { border-top: 1px solid #184a6e; background: linear-gradient(180deg, #0e3a5c 0%, #15608a 100%); padding: 54px 0; color: #d5e8f4; font-size: 17px; font-family: "Google Sans Text", sans-serif; font-weight: 400; }
.footer .brand, .footer h4 { color: #fff; }
.footer p { color: #c7c9bf; }
.footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 38px; }
.footer a { color: #b8c2ce; }
.footer a:hover { color: #fff; }
.footer__col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 8px; }
.footer__bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
@media (max-width: 680px) { .footer__grid { grid-template-columns: 1fr; } }

/* Pill badges ------------------------------------------------------------ */
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--brand);
  border: 1px solid #d3e2f3;
}
.badge--roadmap { background: #fff4e5; color: #9a3412; border-color: #fdba74; }
.badge--danger { background: #fdecea; color: var(--danger); border-color: #f5c2c0; }

/* Page header (subpages) ------------------------------------------------- */
.pagehead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 54px;
  border-bottom: 1px solid var(--border-strong);
  background: #fff;
}
.pagehead::before { opacity: .34; }
.pagehead h1 { margin: 10px 0 14px; max-width: 900px; }
.breadcrumb { font-size: 17px; color: #444444; font-weight: 400; }
.breadcrumb a { color: #444444; }

/* Code block ------------------------------------------------------------- */
.code {
  background: var(--brand-dark);
  border: 1px solid #1a2433;
  border-radius: var(--radius);
  padding: 22px 24px;
  font-family: var(--mono);
  font-size: 13.5px;
  color: #e8eef5;
  overflow-x: auto;
  box-shadow: var(--shadow);
}
.code .k { color: #8ec5ff; }
.code .s { color: #b9d5ad; }
.code .c { color: #9fb09f; }

.shot-grid--2 { grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; }
.shot-grid--1 {
  grid-template-columns: minmax(0, 280px);
  justify-content: center;
  justify-items: center;
}
.shot-grid--1 .shot-card { width: 100%; text-align: center; }
.shot-grid--1 .shot-card .device { margin-inline: auto; }

/* Phone slider ----------------------------------------------------------- */
.phone-slider {
  position: relative;
  width: min(280px, 100%);
  margin: 0 auto;
}
.phone-slider .device { --device-w: 100%; }
.phone-slider__viewport { overflow: hidden; }
.phone-slider__track {
  display: flex;
  transition: transform .5s ease;
}
.phone-slider__slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.phone-slider__btn {
  position: absolute;
  top: 42%;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 24, 38, .16);
}
.phone-slider__btn:hover { background: var(--brand); color: #fff; }
.phone-slider__btn--prev { left: -18px; }
.phone-slider__btn--next { right: -18px; }
.phone-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.phone-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8dee6;
  cursor: pointer;
}
.phone-slider__dot.is-active {
  width: 22px;
  background: var(--brand);
}
.phone-slider__cap {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}

/* Tabs ------------------------------------------------------------------- */
.tabset { margin-top: 32px; }
.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.tabs__btn {
  font-family: "Google Sans Text", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: #fff;
  color: #444444;
  cursor: pointer;
}
.tabs__btn:hover { border-color: #1b8fd4; color: #1b8fd4; }
.tabs__btn.is-active {
  background: #1b8fd4;
  border-color: #1b8fd4;
  color: #fff;
}
.tab-panel { display: none; animation: tabIn .35s ease; }
.tab-panel.is-active { display: block; }
@keyframes tabIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.video-stage video {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: block;
  border-radius: 14px;
  background: #0e3a5c;
  min-height: 280px;
}
.video-stage__meta {
  max-width: 640px;
  margin: 18px auto 0;
  text-align: center;
}
.video-stage__meta h3 { margin-bottom: 6px; }
.video-stage__meta p { margin: 0; color: var(--muted); }

/* Reveal animation ------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(18px); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
  [data-reveal].revealed { transition: none; }
  .hero::before, .hero::after, .hero__phones .device { animation: none; }
  .phone-slider__track, .tab-panel { animation: none; transition: none; }
}

/* Utility ---------------------------------------------------------------- */
.mt-0{margin-top:0}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}
.mb-0{margin-bottom:0}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}
.text-muted{color:var(--muted)}

@media (max-width: 940px) {
  h1 { font-size: 40px; }
  .pagehead { padding: 56px 0 40px; }
  .banner,
  .banner > .container,
  .banner-panel { min-height: 0; }
  .banner-panel {
    width: 100%;
    padding: 36px 24px;
  }
  .banner > .container { padding-bottom: 28px; }
  .hero__phones { gap: 14px; }
  .hero__phones .device {
    max-width: calc(50% - 8px);
    width: 100%;
    --device-w: 100%;
  }
}

@media (max-width: 720px) {
  .tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .tabs::-webkit-scrollbar { display: none; }
  .tabs__btn {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 14px;
  }
  .shot-grid--2 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { padding-inline: 16px; }
  .section { padding-block: 56px; }
  .hero__grid { padding-inline: 16px; padding-block: 36px; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .cta-band { padding: 36px 18px; }
  .btn { width: 100%; }
  .nav__links.open .btn { width: 100%; }
  .app-store-badge { width: 100%; justify-content: center; }
  .hero__cta { justify-content: stretch; }
  .hero__phones { gap: 10px; }
  .hero__phones .device:first-child,
  .hero__phones .device:last-child { margin-top: 0; margin-bottom: 0; }
  .phone-slider__btn--prev { left: 0; }
  .phone-slider__btn--next { right: 0; }
  .type-grid { gap: 10px; }
  .type-card { padding: 16px 8px 12px; }
  .type-card h3 { font-size: 14px; }
  .shot-grid--2 { grid-template-columns: 1fr; }
  .code { font-size: 12px; padding: 16px; }
  .brand { font-size: 15px; }
  .feature__media iframe { min-height: 280px; }
}

@media (max-width: 380px) {
  .hero__phones { flex-direction: column; }
  .hero__phones .device { max-width: 220px; }
}
