:root {
  color-scheme: dark;
  --bg: #050607;
  --panel: #0b0f10;
  --panel-2: #111719;
  --ink: #f7f4ea;
  --muted: #b9b4a8;
  --dim: #807a6c;
  --gold: #e5ae34;
  --gold-2: #ffcf5f;
  --line: rgba(229, 174, 52, 0.22);
  --steel: #29323a;
  --green: #89c56e;
  --blue: #75a7d8;
  --red: #f28475;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 174, 52, 0.12), transparent 34rem),
    linear-gradient(135deg, rgba(137, 197, 110, 0.05), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 7, 0.84);
  backdrop-filter: blur(18px);
}

.site-brand,
.hero-brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-brand img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.site-brand span {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 900;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.8vw, 26px);
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 750;
}

nav a {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

nav a:hover {
  color: var(--ink);
}

.nav-download,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.nav-download {
  border: 1px solid rgba(255, 207, 95, 0.72);
  color: var(--gold-2);
  background: rgba(229, 174, 52, 0.1);
}

.primary-action {
  color: #100c04;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 40px rgba(229, 174, 52, 0.22);
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 148px);
  padding: clamp(32px, 5vw, 60px) clamp(18px, 5vw, 76px) clamp(26px, 4vw, 42px);
}

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

.hero-brand-lockup {
  margin-bottom: 28px;
}

.hero-brand-lockup img {
  width: clamp(82px, 9vw, 110px);
  height: clamp(82px, 9vw, 110px);
  border-radius: 24px;
  box-shadow: 0 20px 58px rgba(229, 174, 52, 0.17);
}

.hero-brand-lockup strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
  line-height: 0.92;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.45vw, 5.05rem);
  line-height: 0.91;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.12rem, 2vw, 1.85rem);
  line-height: 1.12;
}

.hero-lede,
.section-heading p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.access-note {
  margin: 16px 0 0;
  color: var(--dim);
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.desktop-frame,
.phone-shell,
.hero-stat,
.capability-grid article,
.tool-rail,
.rocky-answer,
.report-options,
.audience-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 16, 18, 0.88);
  box-shadow: var(--shadow);
}

.desktop-frame {
  overflow: hidden;
  border-radius: 22px;
}

.hero-frame {
  position: absolute;
  top: 20px;
  right: 0;
  width: min(94%, 780px);
}

.desktop-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #101517;
}

.desktop-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

.phone-shell {
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(#050607, #050607) padding-box,
    linear-gradient(145deg, #36414a, #07090a 42%, #6f7d90) border-box;
  border: 7px solid transparent;
}

.hero-phone {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: min(45%, 305px);
  min-height: 500px;
  padding: 24px 18px;
}

.hero-phone-secondary {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: min(38%, 260px);
  min-height: 310px;
  padding: 20px 15px;
}

.phone-top {
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 950;
}

.map-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(26deg, transparent 47%, rgba(229, 174, 52, 0.58) 48%, rgba(229, 174, 52, 0.58) 51%, transparent 52%),
    linear-gradient(122deg, transparent 42%, rgba(117, 167, 216, 0.25) 43%, rgba(117, 167, 216, 0.25) 48%, transparent 49%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #0c1315;
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}

.big-map {
  min-height: 305px;
}

.route {
  position: absolute;
  left: 18%;
  top: 53%;
  width: 68%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--green));
  transform: rotate(-16deg);
  box-shadow: 0 0 24px rgba(137, 197, 110, 0.24);
}

.pin {
  position: absolute;
  min-width: 56px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #110d05;
  background: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
}

.pin.entry {
  left: 9%;
  bottom: 30%;
}

.pin.exit {
  right: 7%;
  top: 31%;
  background: var(--green);
}

.pin.ref {
  left: 34%;
  top: 23%;
  background: var(--blue);
}

.phone-readouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 14px 0;
}

.phone-readouts span,
.job-row,
.survey-panel span,
.utility-list b,
.format-list span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.phone-readouts span {
  padding: 11px 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.phone-shell button,
.survey-panel button {
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  color: #110d05;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 950;
}

.job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding: 13px;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 850;
}

.job-row span {
  color: var(--gold-2);
  font-size: 0.7rem;
}

.job-row.active {
  border-color: rgba(255, 207, 95, 0.52);
  background: rgba(229, 174, 52, 0.12);
}

.hero-stat {
  position: absolute;
  left: 30%;
  bottom: 34px;
  max-width: 340px;
  padding: 18px 20px;
  border-radius: 20px;
}

.hero-stat strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.hero-stat span {
  color: var(--muted);
  line-height: 1.45;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 22px clamp(18px, 5vw, 76px);
  border-block: 1px solid var(--line);
  background: rgba(229, 174, 52, 0.045);
}

.trust-strip span {
  padding: 10px 15px;
  border: 1px solid rgba(255, 207, 95, 0.2);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 900;
}

.section {
  padding: clamp(62px, 8vw, 110px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 890px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.feature-overview {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
}

.capability-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.capability-grid article,
.audience-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 22px;
}

.capability-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #120e05;
  background: var(--gold-2);
  font-weight: 950;
}

.capability-grid p,
.audience-grid span,
.report-options p,
.rocky-answer p,
.wide-shot figcaption,
.mini-shot-stack figcaption {
  color: var(--muted);
  line-height: 1.55;
}

.mobile-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(137, 197, 110, 0.09), transparent 50%),
    #070909;
}

.phone-stage {
  position: relative;
  min-height: 680px;
}

.phone-main {
  width: min(76%, 390px);
  min-height: 620px;
  padding: 26px 20px;
}

.phone-overlap {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: min(55%, 300px);
  min-height: 390px;
  padding: 22px 16px;
}

.survey-panel {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.survey-panel strong {
  font-size: 1.05rem;
}

.survey-panel span {
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 800;
}

.mini-profile {
  position: relative;
  height: 170px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(#0d1416 0 36%, #222015 36% 58%, #272b24 58% 77%, #131819 77%);
}

.mini-profile i {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.mini-profile i:nth-child(1) {
  top: 36%;
}

.mini-profile i:nth-child(2) {
  top: 58%;
}

.mini-profile i:nth-child(3) {
  top: 77%;
}

.mini-profile span {
  position: absolute;
  left: 12%;
  top: 54%;
  width: 78%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--green));
  transform: rotate(11deg);
}

.utility-list {
  display: grid;
  gap: 9px;
  margin-top: 13px;
}

.utility-list b {
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.82rem;
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  line-height: 1.48;
  font-weight: 760;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  color: #100c04;
  background: var(--gold-2);
  content: "✓";
  font-size: 0.85rem;
  font-weight: 950;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.wide-shot,
.mini-shot-stack figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.wide-shot img,
.mini-shot-stack img {
  width: 100%;
  object-fit: cover;
  object-position: left top;
}

.feature-shot-large img {
  aspect-ratio: 16 / 10;
}

.mini-shot-stack {
  display: grid;
  gap: 18px;
}

.mini-shot-stack img {
  aspect-ratio: 16 / 9;
}

figcaption {
  padding: 13px 15px 16px;
  font-weight: 760;
}

.field-tools-section {
  background:
    linear-gradient(180deg, rgba(255, 207, 95, 0.05), transparent 48%),
    #060808;
}

.tool-layout,
.report-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.tool-rail {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
}

.tool-rail div {
  padding: 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.tool-rail span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 950;
}

.tool-rail strong {
  font-size: 1.08rem;
}

.rocky-answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(24px, 4vw, 52px);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(229, 174, 52, 0.1), rgba(117, 167, 216, 0.07)),
    var(--panel-2);
}

.rocky-answer > span {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 207, 95, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 950;
}

.rocky-answer p {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.reports-section {
  background: #080a0a;
}

.report-layout {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.76fr);
}

.report-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.report-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 22px;
}

.format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.format-list span {
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.operator-section {
  background: linear-gradient(180deg, transparent, rgba(137, 197, 110, 0.055));
}

.audience-grid article {
  min-height: 170px;
}

.audience-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-size: 1.25rem;
}

.closing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
  margin: 0 clamp(18px, 5vw, 76px) clamp(48px, 7vw, 86px);
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid rgba(255, 207, 95, 0.25);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(229, 174, 52, 0.13), rgba(137, 197, 110, 0.07)),
    #0b0d0d;
}

.closing img {
  width: clamp(74px, 10vw, 120px);
  border-radius: 24px;
}

.closing h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3.4vw, 3.55rem);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 22px;
  padding: 28px clamp(18px, 5vw, 76px) 38px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 0.92rem;
  font-weight: 750;
}

footer span:first-child {
  color: var(--ink);
}

@media (max-width: 1100px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .mobile-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 690px;
  }

  .hero-frame {
    width: 100%;
  }

  .hero-phone {
    width: min(50%, 320px);
  }

  .hero-phone-secondary {
    width: min(40%, 270px);
  }

  .capability-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenshot-grid,
  .tool-layout,
  .report-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .site-brand img {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  nav {
    gap: 8px;
    font-size: 0.85rem;
  }

  nav a:not(.nav-download) {
    display: none;
  }

  .nav-download,
  .primary-action,
  .secondary-action {
    min-height: 43px;
    padding-inline: 15px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 30px 16px 48px;
  }

  .hero-brand-lockup {
    margin-bottom: 20px;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-visual {
    min-height: 680px;
  }

  .hero-frame {
    top: 0;
    border-radius: 18px;
  }

  .hero-phone {
    left: 3px;
    bottom: 116px;
    width: min(74%, 305px);
    min-height: 455px;
    padding: 20px 14px;
  }

  .hero-phone-secondary {
    right: 0;
    bottom: 0;
    width: min(58%, 230px);
    min-height: 250px;
    padding: 17px 12px;
  }

  .map-card {
    min-height: 196px;
  }

  .phone-readouts {
    grid-template-columns: 1fr;
  }

  .hero-stat {
    left: 18px;
    right: 12px;
    bottom: 64px;
    max-width: none;
    padding: 14px;
    transform: translateY(-260px);
  }

  .trust-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-inline: 16px;
  }

  .section {
    padding: 54px 16px;
  }

  .capability-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .audience-grid article {
    min-height: auto;
    padding: 21px;
  }

  .mobile-section {
    gap: 20px;
  }

  .phone-stage {
    display: grid;
    gap: 16px;
    min-height: auto;
  }

  .phone-main {
    width: min(86%, 360px);
    min-height: 585px;
  }

  .phone-overlap {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: end;
    width: min(78%, 300px);
    min-height: 330px;
  }

  .big-map {
    min-height: 250px;
  }

  .tool-rail,
  .rocky-answer,
  .report-options {
    padding: 17px;
  }

  .rocky-answer {
    min-height: auto;
  }

  .closing {
    grid-template-columns: 1fr;
    margin-inline: 16px;
    border-radius: 24px;
  }

  footer {
    flex-direction: column;
    padding-inline: 16px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.75rem;
  }

  .hero-visual {
    min-height: 640px;
  }

  .hero-phone {
    width: 78%;
    min-height: 430px;
  }

  .hero-phone-secondary {
    width: 61%;
  }

  .phone-main {
    width: 100%;
  }

  .phone-overlap {
    width: 86%;
  }

  .phone-top {
    font-size: 1.05rem;
  }

  .job-row {
    font-size: 0.75rem;
  }

  .hero-stat {
    font-size: 0.86rem;
  }
}
