:root {
  --night: #08111f;
  --night-2: #111c2c;
  --ink: #101621;
  --muted: #5e6a78;
  --paper: #f4f7fa;
  --white: #fff;
  --finder-blue: #0a84ff;
  --finder-blue-dark: #006bd6;
  --cyan: #65d5ff;
  --line: rgba(16, 22, 33, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; padding: 10px 14px; color: var(--white); background: var(--finder-blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1220px, calc(100% - 48px));
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  color: rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  transform: translateX(-50%);
}

.product-mark { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 18px; font-weight: 800; text-decoration: none; }
.product-mark img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 7px 20px rgba(0, 0, 0, .3); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--white); }
.nav-buy { padding: 9px 13px; color: var(--white); border: 1px solid rgba(255, 255, 255, .28); border-radius: 9px; background: rgba(255, 255, 255, .08); }

.hero {
  position: relative;
  display: grid;
  min-height: 880px;
  grid-template-columns: minmax(360px, .82fr) minmax(550px, 1.18fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  overflow: hidden;
  padding: 130px max(24px, calc((100vw - 1220px) / 2)) 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 28%, rgba(10, 132, 255, .35), transparent 31%),
    radial-gradient(circle at 92% 76%, rgba(101, 213, 255, .18), transparent 25%),
    linear-gradient(135deg, #07101d 0%, #0c1727 54%, #07111f 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(255, 255, 255, .35) .7px, transparent .7px);
  background-size: 13px 13px;
  -webkit-mask-image: linear-gradient(90deg, black, transparent 60%);
  mask-image: linear-gradient(90deg, black, transparent 60%);
}

.hero-copy, .hero-demo { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--finder-blue); font: 600 11px/1 "IBM Plex Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 26px; font-size: clamp(60px, 7vw, 102px); line-height: .93; letter-spacing: -.065em; }
h1 em { color: var(--cyan); font-style: normal; }
.lede { max-width: 610px; margin-bottom: 0; color: rgba(255, 255, 255, .73); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--finder-blue); box-shadow: 0 14px 36px rgba(10, 132, 255, .29); }
.button.primary:hover { background: #2693ff; box-shadow: 0 18px 44px rgba(10, 132, 255, .37); }
.button.secondary { color: var(--white); border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .08); }
.fine { margin: 14px 0 0; color: rgba(255, 255, 255, .45); font-size: 11px; }
.command-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.command-strip code, .workflow-copy code { font-family: "IBM Plex Mono", monospace; }
.command-strip code { padding: 7px 10px; color: rgba(255, 255, 255, .67); border: 1px solid rgba(255, 255, 255, .14); border-radius: 7px; background: rgba(0, 0, 0, .18); font-size: 11px; }

.finder-capture { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .17); border-radius: 17px; background: #111; box-shadow: 0 35px 90px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .04); }
.finder-capture img { width: 100%; height: auto; }
.capture-label { position: absolute; z-index: 2; top: 14px; right: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; color: rgba(255, 255, 255, .74); border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(5, 9, 15, .74); backdrop-filter: blur(14px); font: 600 9px/1 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #30d158; box-shadow: 0 0 0 3px rgba(48, 209, 88, .14); }
.finder-capture figcaption { padding: 12px 15px; color: rgba(255, 255, 255, .6); background: #10151c; font-size: 11px; text-align: center; }
.hero-demo { transform: perspective(1500px) rotateY(-2deg) rotateX(1deg); }

.proof-bar { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1220px; margin: -1px auto 0; padding: 28px 0; border-bottom: 1px solid var(--line); }
.proof-bar p { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0 28px; border-left: 1px solid var(--line); }
.proof-bar p:first-child { border-left: 0; }
.proof-bar strong { font-size: 13px; }
.proof-bar span { color: var(--muted); font-size: 11px; }

.workflow { max-width: 1220px; margin: auto; padding: 130px 0 150px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 100px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 20px; }
.section-heading h2, .capabilities h2, .local-first h2, .closing h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.section-heading p { max-width: 430px; margin: 0 0 7px auto; color: var(--muted); line-height: 1.7; }
.workflow-row { display: grid; grid-template-columns: minmax(280px, .38fr) minmax(560px, .62fr); gap: clamp(46px, 7vw, 100px); align-items: center; margin-top: 110px; }
.workflow-row.reverse { grid-template-columns: minmax(560px, .62fr) minmax(280px, .38fr); }
.workflow-row.reverse .workflow-copy { order: 2; }
.workflow-row.reverse .finder-capture { order: 1; }
.workflow-row .finder-capture { border-color: rgba(16, 22, 33, .22); box-shadow: 0 28px 70px rgba(17, 28, 44, .2); }
.workflow-copy .step { display: block; margin-bottom: 24px; color: var(--finder-blue); font: 600 12px "IBM Plex Mono", monospace; }
.workflow-copy code { display: inline-block; margin-bottom: 24px; padding: 8px 11px; color: var(--finder-blue-dark); border: 1px solid rgba(10, 132, 255, .2); border-radius: 8px; background: rgba(10, 132, 255, .07); font-size: 12px; }
.workflow-copy h3 { margin-bottom: 15px; font-size: clamp(31px, 3vw, 44px); line-height: 1.05; letter-spacing: -.045em; }
.workflow-copy p { color: var(--muted); line-height: 1.7; }

.capabilities { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 120px max(24px, calc((100vw - 1220px) / 2)); background: #e9eff5; }
.capabilities .eyebrow { margin-bottom: 24px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.capability-list article > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--finder-blue); border: 1px solid rgba(10, 132, 255, .2); border-radius: 12px; background: rgba(10, 132, 255, .07); font: 600 17px "IBM Plex Mono", monospace; }
.capability-list h3 { margin-bottom: 5px; font-size: 17px; }
.capability-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.local-first { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 130px max(24px, calc((100vw - 1220px) / 2)); color: var(--white); background: var(--night); }
.local-copy > p { margin-top: 25px; color: rgba(255, 255, 255, .55); }
.local-first ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .13); }
.local-first li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.local-first li > span { color: var(--cyan); font: 600 11px "IBM Plex Mono", monospace; }
.local-first strong { font-size: 16px; }
.local-first li p { margin: 6px 0 0; color: rgba(255, 255, 255, .53); font-size: 13px; line-height: 1.6; }

.closing { display: grid; grid-template-columns: 210px 1fr; gap: 70px; align-items: center; max-width: 1040px; margin: auto; padding: 130px 24px; }
.closing > img { width: 190px; height: auto; margin-top: 31px; align-self: start; aspect-ratio: 1; object-fit: cover; border-radius: 42px; box-shadow: 0 28px 60px rgba(55, 77, 101, .24); }
.closing .eyebrow { margin-bottom: 20px; }
.closing p { margin: 22px 0 0; color: var(--muted); }
.closing .button.primary { min-width: 145px; }
.closing .text-link { color: var(--finder-blue-dark); font-size: 14px; font-weight: 800; text-decoration: none; }

footer { display: flex; max-width: 1220px; min-height: 105px; align-items: center; justify-content: space-between; margin: auto; padding: 25px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--ink); }

@media (max-width: 1100px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-demo { width: min(900px, 100%); transform: none; }
  .workflow, .proof-bar, footer { width: calc(100% - 48px); }
}

@media (max-width: 760px) {
  .site-nav { width: calc(100% - 36px); }
  .nav-links > a:not(.nav-buy) { display: none; }
  .hero { gap: 54px; padding: 128px 18px 70px; }
  h1 { font-size: clamp(54px, 16vw, 74px); }
  .hero .actions { align-items: stretch; flex-direction: column; }
  .hero .button { width: 100%; }
  .capture-label { top: 8px; right: 8px; }
  .proof-bar { grid-template-columns: 1fr; padding: 10px 0; }
  .proof-bar p, .proof-bar p:first-child { padding: 18px 4px; border-top: 1px solid var(--line); border-left: 0; }
  .proof-bar p:first-child { border-top: 0; }
  .workflow { padding: 90px 0; }
  .section-heading, .workflow-row, .workflow-row.reverse, .capabilities, .local-first { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; margin-bottom: 72px; }
  .section-heading p { margin-left: 0; }
  .workflow-row, .workflow-row.reverse { gap: 34px; margin-top: 80px; }
  .workflow-row.reverse .workflow-copy, .workflow-row.reverse .finder-capture { order: initial; }
  .workflow-copy { padding: 0 3px; }
  .capabilities, .local-first { gap: 60px; padding-top: 90px; padding-bottom: 90px; }
  .closing { grid-template-columns: 90px 1fr; gap: 26px; padding-top: 90px; padding-bottom: 90px; }
  .closing > img { width: 90px; border-radius: 22px; align-self: start; }
  .closing h2 { font-size: 45px; }
  footer { min-height: 90px; }
}

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