@font-face {
  font-family: "Inter";
  src: url("/static/fonts/inter-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/inter-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/inter-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/static/fonts/inter-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #FCFCFC;
  --surface: #F1F1F1;
  --ink: #0E0E0E;
  --ink-2: #1A1C1F;
  --body: #434447;
  --muted: #8B8C8E;
  --muted-2: #A3A4A6;
  --line: #E6E6E6;
  --line-2: #DDDDDD;
  --blue: #4E81EE;
  --cta: #539AF8;
  --track: #EBEBEB;
  --wrap: 1160px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  hyphens: none;
}

img, svg { display: block; }
.nowrap { white-space: nowrap; }

a { color: var(--blue); }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
  background: var(--page);
  color: var(--ink);
  padding: 0.4rem 0.65rem;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin: 0 auto;
}

/* ---------- header ---------- */
.site-header {
  background: var(--page);
  padding: 1.35rem 0 1.15rem;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  color: var(--ink-2);
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.brand:hover { color: var(--ink); }

.mark {
  width: 1.72rem;
  height: 1.72rem;
  flex: 0 0 auto;
  color: var(--ink-2);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.85rem;
  font-size: 0.95rem;
  font-weight: 400;
}

.nav a {
  color: var(--ink-2);
  text-decoration: none;
}

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

.nav-cta {
  padding-bottom: 0.22rem;
  border-bottom: 3px solid var(--blue);
}

/* ---------- CTA ---------- */
.cta,
a.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  padding: 1.15rem 1.55rem;
  border-radius: 3px;
  line-height: 1;
  border: 0;
}

.cta:hover,
a.btn:hover {
  background: var(--blue);
  color: #fff;
}

.cta-arrow {
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(-0.5px);
}

/* ---------- hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.hero-left {
  background: var(--page);
  display: flex;
  justify-content: flex-end;
  padding: 5rem 4.5rem 6rem max(1.25rem, calc((100vw - var(--wrap)) / 2));
}

.hero-copy {
  width: 100%;
  max-width: 30.5rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.55;
}

.hero-eyebrow {
  max-width: 15.4rem;
}

.hero h1 {
  margin: 1.7rem 0 1.55rem;
  font-size: clamp(2.4rem, 3.9vw, 3.55rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.038em;
  color: var(--ink);
}

.hero-lede {
  margin: 0 0 2.1rem;
  max-width: 28.5rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--body);
}

.hero-actions { margin: 0; }

.hero-right {
  background: var(--surface);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4.4rem max(1.25rem, calc((100vw - var(--wrap)) / 2)) 4.4rem 2.6rem;
}

.ledger {
  width: 100%;
  max-width: 32.5rem;
}

.ledger-kicker {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.95rem 1.15rem 0.85rem;
  border-bottom: 1px solid var(--line);
}

.ledger-card {
  background: #fff;
  border: 1px solid var(--line-2);
}

.ledger-sample {
  margin: 0;
  padding: 0.95rem 1.15rem 0.85rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.cell {
  padding: 1.35rem 1.15rem 1.55rem;
  min-height: 7.1rem;
  position: relative;
}

.cell:nth-child(1),
.cell:nth-child(2) {
  border-bottom: 1px solid var(--line);
}

.cell:nth-child(1),
.cell:nth-child(3) {
  border-right: 1px solid var(--line);
}

.num {
  font-size: 2.35rem;
  font-weight: 650;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
}

.lbl {
  margin-top: 0.55rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.cell.rating { padding-bottom: 1.7rem; }

.signal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: var(--blue);
}

.arr {
  position: absolute;
  z-index: 1;
  color: #C5C5C5;
  font-size: 0.72rem;
  line-height: 1;
  background: #fff;
  padding: 0 0.22rem;
  pointer-events: none;
}

.arr-h1 {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arr-v {
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.arr-h2 {
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ledger-note {
  margin: 0;
  padding: 1.05rem 1.15rem 1.15rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--body);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bars { padding: 0.35rem 1.15rem 0.2rem; }

.bar-row {
  display: grid;
  grid-template-columns: 7.4rem 1fr 2.4rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line);
}

.bar-row:last-child { border-bottom: 0; }

.bar-label {
  font-size: 0.82rem;
  color: var(--ink);
}

.bar-track {
  display: block;
  height: 8px;
  background: var(--track);
  position: relative;
}

.bar-fill {
  display: block;
  height: 100%;
  background: var(--ink);
}

.bar-fill.self { background: var(--blue); }

.bar-val {
  font-size: 0.82rem;
  text-align: right;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.ledger-foot {
  margin: 0;
  padding: 1.1rem 1.15rem 1.2rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

/* ---------- sections ---------- */
.section {
  padding: 6.25rem 0 5.5rem;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: 11.75rem minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 3.4rem;
}

.section-main { max-width: 38rem; }

.section h2 {
  margin: 0 0 1.05rem;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-main p,
.intel-lede,
.early-left p,
.early-right p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--body);
}

.problem-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.problem-rows li {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: baseline;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--line);
}

.problem-rows .n {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0.02em;
}

.problem-rows .point {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.problem-rows .aside {
  font-size: 0.95rem;
  color: var(--muted);
  text-align: right;
  white-space: nowrap;
  padding-left: 1.5rem;
}

/* ---------- responsibility panel ---------- */
.panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line-2);
}

.panel-col {
  padding: 1.7rem 1.7rem 0.4rem;
}

.panel-col.you { background: var(--surface); }

.panel-col.us { background: #fff; }

.panel-col h3 {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.panel-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-col li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0 0.15rem;
  padding: 1.15rem 0.15rem;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.35;
}

.panel-col.you li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.32rem;
  flex: 0 0 auto;
  border: 1.4px solid var(--ink);
  background: transparent;
}

.panel-col.us li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.35rem;
  flex: 0 0 auto;
  background: var(--blue);
}

/* ---------- reputation intelligence ---------- */
.intel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.intel-left h2 {
  margin-top: 1.35rem;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
}

.intel-left .blue { color: var(--blue); }

.intel-lede {
  max-width: 28rem;
  margin-bottom: 2.4rem;
}

.intel-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.intel-rows li {
  display: grid;
  grid-template-columns: 0.7rem minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.intel-rows .sq {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--blue);
}

.intel-rows .event {
  font-size: 1.02rem;
  color: var(--ink);
}

.intel-rows .act {
  font-size: 0.92rem;
  color: var(--muted);
}

/* ---------- early access ---------- */
.early {
  padding: 4.7rem 0 4.15rem;
}

.early-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.25rem;
  align-items: stretch;
}

.early-left h2 {
  margin: 1rem 0 0.85rem;
}

.early-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  border-top: 7px solid var(--ink);
}

.early-right h3 {
  margin: 1rem 0 0.55rem;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

/* ---------- final CTA ---------- */
.final-cta {
  background: var(--surface);
  padding: 7.5rem 0 7.25rem;
  text-align: center;
}

.final-inner { max-width: 44rem; }

.final-cta .eyebrow {
  letter-spacing: 0.14em;
}

.final-cta h2 {
  margin: 1.15rem 0 2.1rem;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--page);
  padding: 1.7rem 0 2.4rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  gap: 0.85rem;
  font-size: 0.78rem;
  opacity: 0.9;
}

.footer-nav a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.footer-nav a:hover,
.site-footer a:hover { color: var(--ink); }

.footer-tag {
  margin-left: auto;
}

/* ---------- legal / utility pages ---------- */
.legal {
  padding: 3.4rem 0 5rem;
}

.legal .wrap { max-width: 40rem; margin: 0 auto; width: min(40rem, calc(100% - 2.5rem)); }

.legal h1 {
  margin: 0 0 0.4rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.legal .intro {
  color: var(--muted);
  margin: 0 0 2rem;
}

.legal h2 {
  margin: 2.1rem 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 650;
  font-weight: 600;
}

.legal p { margin: 0 0 0.85rem; color: var(--body); }

.legal ul {
  margin: 0.4rem 0 1rem;
  padding: 0 0 0 1.15rem;
  color: var(--body);
}

.legal li { margin: 0 0 0.4rem; }

.quiet {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 2.4rem;
}

.note { color: var(--muted); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-left,
  .hero-right {
    padding: 3.2rem 1.4rem;
    justify-content: center;
  }
  .hero-copy,
  .ledger {
    max-width: 36rem;
    margin: 0 auto;
  }
  .hero h1 { font-size: 2.55rem; }
  .section-head,
  .intel-grid,
  .early-grid,
  .panel {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .section { padding: 4.2rem 0; }
  .section-head { margin-bottom: 2.2rem; }
  .intel-left h2,
  .early-left h2 { max-width: none; }
  .final-cta { padding: 4.8rem 0; }
}

@media (max-width: 640px) {
  .wrap { width: calc(100% - 2rem); }
  .header-inner { align-items: flex-start; }
  .nav {
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.78rem;
  }
  .site-header { padding: 1rem 0 0.9rem; }
  .mark { width: 1.45rem; height: 1.45rem; }
  .brand { font-size: 0.98rem; gap: 0.45rem; }
  .hero-eyebrow { max-width: 14.5rem; }
  .hero h1 { font-size: 2.15rem; }
  .problem-rows li {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.7rem 0.9rem;
  }
  .problem-rows .aside {
    grid-column: 2;
    text-align: left;
    padding-left: 0;
    white-space: normal;
  }
  .bar-row {
    grid-template-columns: 5.6rem 1fr 2.1rem;
    gap: 0.45rem;
  }
  .cell { min-height: 6.2rem; padding: 1rem 0.85rem 1.3rem; }
  .num { font-size: 1.85rem; }
  .panel-col { padding: 1.3rem 1.15rem 0.2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-tag { margin-left: 0; }
}

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