:root {
  --ink: #050506;
  --muted: #5f6368;
  --line: #e8eaed;
  --soft: #f5f7fb;
  --blue: #2f72f6;
  --deep-blue: #10213b;
  --green: #34c759;
  --orange: #ff9f0a;
  --violet: #8b5cf6;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  margin: 0 auto;
  max-width: var(--max);
  padding: 34px 28px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
}

.brand {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand span,
h1 span {
  color: var(--blue);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  font-size: 15px;
  font-weight: 760;
  justify-content: center;
}

.site-nav a {
  color: #25282d;
}

.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.nav-cta {
  font-size: 18px;
  font-weight: 850;
  justify-self: end;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 34px;
  padding: 0;
  width: 34px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 7px 0;
  width: 24px;
}

.hero {
  margin: 0 auto;
  max-width: var(--max);
  padding: 160px 28px 74px;
  text-align: center;
}

.home-hero {
  padding-top: 190px;
}

.hero.compact {
  padding-bottom: 92px;
}

.pricing-hero {
  padding-top: 120px;
}

.pricing-hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-hero .hero-copy {
  max-width: 760px;
}

.eyebrow {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(58px, 8.3vw, 118px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: .92;
  margin-bottom: 30px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 930;
  letter-spacing: -0.052em;
  line-height: .92;
  margin-bottom: 22px;
}

h3 {
  font-size: 30px;
  font-weight: 880;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 14px;
}

.hero-copy {
  color: #44474d;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 650;
  line-height: 1.18;
  margin: 0 auto 34px;
  max-width: 850px;
}

.hero-actions,
.platform-row,
.logo-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.button {
  align-items: center;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 17px;
  font-weight: 820;
  min-height: 52px;
  padding: 0 24px;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: #c7dcff;
  border-color: #7ca8f8;
  color: #071f42;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .68), 0 8px 22px rgba(47, 114, 246, .12);
}

.button.secondary:hover {
  background: #b8d2ff;
  border-color: #5f94f4;
}

.capture-stage {
  margin: 0 auto 120px;
  max-width: 1320px;
  overflow: hidden;
  padding: 0 28px;
}

.radar-panel,
.event-panel,
.device-card,
.pricing-grid article {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(232, 234, 237, .9);
  border-radius: var(--radius);
}

.radar-panel {
  align-items: center;
  background:
    radial-gradient(circle at center, rgba(32, 190, 94, .08) 0 10%, transparent 11%),
    radial-gradient(circle at center, transparent 0 24%, rgba(32, 190, 94, .16) 25% 25.4%, transparent 26%),
    radial-gradient(circle at center, transparent 0 45%, rgba(32, 190, 94, .14) 46% 46.4%, transparent 47%),
    radial-gradient(circle at center, transparent 0 66%, rgba(32, 190, 94, .12) 67% 67.4%, transparent 68%),
    #fff;
  border: 1px solid #dceee2;
  border-radius: 50%;
  box-shadow: 0 28px 90px rgba(9, 43, 22, .08);
  display: flex;
  justify-content: center;
  height: min(78vw, 820px);
  margin: 0 auto;
  max-height: 820px;
  max-width: 820px;
  min-height: 520px;
  min-width: 520px;
  overflow: hidden;
  position: relative;
  width: min(78vw, 820px);
}

.radar-grid {
  background:
    linear-gradient(rgba(32, 190, 94, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 190, 94, .06) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  opacity: .48;
  position: absolute;
}

.radar-sweep {
  background: conic-gradient(from 235deg, rgba(32, 190, 94, .22), rgba(32, 190, 94, .05) 34deg, transparent 76deg);
  border-radius: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.radar-ring {
  border: 2px solid rgba(32, 190, 94, .16);
  border-radius: 50%;
  position: absolute;
}

.ring-one {
  height: 28%;
  width: 28%;
}

.ring-two {
  height: 52%;
  width: 52%;
}

.ring-three {
  height: 76%;
  width: 76%;
}

.radar-axis {
  background: rgba(32, 190, 94, .12);
  position: absolute;
}

.axis-x {
  height: 1px;
  width: 100%;
}

.axis-y {
  height: 100%;
  width: 1px;
}

.radar-core {
  align-items: center;
  background: #f5fff8;
  border: 2px solid rgba(32, 190, 94, .38);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(32, 190, 94, .07), 0 16px 38px rgba(9, 43, 22, .08);
  color: #071f42;
  display: flex;
  font-size: 20px;
  font-weight: 950;
  height: 132px;
  justify-content: center;
  letter-spacing: -0.04em;
  position: relative;
  width: 132px;
  z-index: 5;
}

.radar-device {
  background: #fff;
  border: 1px solid #cfe6d5;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(9, 43, 22, .08);
  color: #10213b;
  display: grid;
  gap: 8px;
  max-width: 220px;
  padding: 12px 14px 12px 34px;
  position: absolute;
  z-index: 6;
}

.radar-device::before {
  background: #20be5e;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(32, 190, 94, .12);
  content: "";
  height: 10px;
  left: 14px;
  position: absolute;
  top: 16px;
  width: 10px;
}

.radar-device b {
  font-size: 13px;
  font-weight: 900;
}

.radar-device span {
  color: #4d5968;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.device-mac { left: 8%; top: 18%; }
.device-win { right: 7%; top: 25%; }
.device-linux { right: 17%; bottom: 16%; }
.device-vm { left: 10%; bottom: 24%; }

.event-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 18px;
}

.event-row {
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  display: grid;
  gap: 5px;
  padding: 15px 16px;
}

.event-row b {
  font-size: 13px;
}

.event-row span {
  color: #34383e;
  font-size: 15px;
  font-weight: 720;
}

.event-row.green { border-color: var(--green); background: #effbf2; }
.event-row.blue { border-color: var(--blue); background: #eef4ff; }
.event-row.orange { border-color: var(--orange); background: #fff6e8; }
.event-row.violet { border-color: var(--violet); background: #f5f0ff; }

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 112px 28px;
}

.split,
.product-layout {
  display: grid;
  gap: 64px;
  grid-template-columns: .95fr 1.05fr;
}

.copy-stack p,
.section-center p,
.cta-panel p {
  color: #42464d;
  font-size: 24px;
  font-weight: 620;
  line-height: 1.28;
}

.platform-row {
  justify-content: flex-start;
}

.platform-row span,
.logo-strip span {
  background: #e7edf6;
  border: 1px solid #cbd6e4;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
  padding: 12px 18px;
}

.platform-pill {
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
  display: inline-flex;
  gap: 10px;
}

.platform-pill i {
  align-items: center;
  color: #111827;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 18px;
}

.platform-pill.mac i {
  background: #111827;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
}

.platform-pill.win i {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, 1fr);
}

.platform-pill.win i::before,
.platform-pill.win i::after {
  background: #2f72f6;
  content: "";
}

.platform-pill.win i::before {
  box-shadow: 10px 0 #2f72f6;
}

.platform-pill.win i::after {
  box-shadow: 10px 0 #2f72f6;
}

.platform-pill.linux i {
  background: #111827;
  border-radius: 6px;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  width: 24px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid article,
.review-grid article,
.target-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.metric {
  color: var(--blue);
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.feature-grid p,
.review-grid p,
.target-grid span {
  color: #53575e;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.35;
}

.results-hero h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.results-flow {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
}

.results-flow article {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 360px;
  padding: 28px 24px;
  position: relative;
}

.results-flow article:last-child {
  border-right: 1px solid var(--line);
}

.results-flow article::after {
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(47, 114, 246, .22);
  content: "";
  height: 18px;
  left: 24px;
  position: absolute;
  top: -13px;
  width: 18px;
}

.results-flow article:not(:last-child)::before {
  border-right: 2px solid var(--blue);
  border-top: 2px solid var(--blue);
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: -6px;
  transform: rotate(45deg);
  width: 10px;
  z-index: 2;
}

.results-flow p {
  color: #53575e;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.38;
}

.timeline-section,
.integrations-band {
  max-width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.section-center {
  margin: 0 auto 54px;
  max-width: 900px;
  text-align: center;
}

.timeline {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.timeline div {
  background: var(--ink);
  color: #fff;
  min-height: 220px;
  padding: 34px;
}

.timeline div:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.timeline div:last-child { border-radius: 0 var(--radius) var(--radius) 0; }

.timeline b {
  display: block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.timeline span {
  color: #d8dde7;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.35;
}

.integrations-band {
  background: #f7f9fc;
  text-align: center;
}

.integrations-band h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.logo-strip {
  margin: 36px auto 0;
  max-width: 920px;
}

.section-heading {
  max-width: 780px;
}

.review-grid,
.pricing-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.review-grid article {
  min-height: 240px;
}

.review-grid p {
  color: var(--ink);
  font-size: 24px;
  font-weight: 780;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.review-grid b,
.review-grid span {
  display: block;
}

.review-grid b {
  font-size: 16px;
  margin-top: 28px;
}

.review-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.cta-panel {
  text-align: center;
}

.cta-panel h2,
.cta-panel p {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.device-card {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  padding: 44px;
}

.laptop {
  max-width: 430px;
  width: 100%;
}

.laptop-screen {
  background: #111827;
  border: 12px solid #050506;
  border-radius: 18px 18px 8px 8px;
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 34px;
}

.laptop-screen span {
  background: #2f72f6;
  border-radius: var(--radius);
}

.laptop-screen span:nth-child(2) { background: #34c759; width: 74%; }
.laptop-screen span:nth-child(3) { background: #ff9f0a; width: 48%; }

.laptop-base {
  background: #d8dce3;
  border-radius: 0 0 22px 22px;
  height: 26px;
  margin: 0 auto;
  width: 112%;
  transform: translateX(-5.5%);
}

.check-list {
  color: #34383e;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.55;
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  padding: 13px 0;
}

.integration-map {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: .55fr 40px 1fr;
}

.source-node {
  background: var(--ink);
  border-radius: var(--radius);
  color: #fff;
  font-size: 34px;
  font-weight: 930;
  letter-spacing: -0.04em;
  min-height: 280px;
  padding: 34px;
  display: flex;
  align-items: center;
}

.connector-lines {
  background: linear-gradient(180deg, var(--blue), var(--green), var(--orange), var(--violet));
  border-radius: 999px;
  height: 260px;
  width: 8px;
  justify-self: center;
}

.target-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, 1fr);
}

.target-grid b {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}

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

.pricing-grid article {
  padding: 34px;
}

.pricing-grid p {
  color: #42464d;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.32;
}

.pricing-grid h2 {
  font-size: 48px;
}

.pricing-grid article > b {
  display: block;
  font-size: 58px;
  font-weight: 950;
  letter-spacing: -0.055em;
  margin: 26px 0;
}

.featured-price {
  background: #f7fbff;
  border-color: #c9dcff;
}

.pricing-calculator {
  display: flex;
  flex-direction: column;
}

.price-label {
  display: grid;
  gap: 10px;
  margin-bottom: 36px;
}

.price-label span {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-label strong {
  color: var(--ink);
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: .9;
}

.price-label small {
  color: #525760;
  font-size: 20px;
  font-weight: 760;
}

.slider-label,
.slider-scale {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.slider-label {
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 14px;
}

.slider-label output {
  color: var(--blue);
}

.machine-slider {
  accent-color: var(--blue);
  margin: 0;
  width: 100%;
}

.machine-slider::-webkit-slider-runnable-track {
  background: #dce8ff;
  border-radius: 999px;
  height: 8px;
}

.machine-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(47, 114, 246, .28);
  height: 28px;
  margin-top: -10px;
  width: 28px;
}

.machine-slider::-moz-range-track {
  background: #dce8ff;
  border-radius: 999px;
  height: 8px;
}

.machine-slider::-moz-range-thumb {
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(47, 114, 246, .28);
  height: 20px;
  width: 20px;
}

.slider-scale {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: var(--max);
  padding: 34px 28px 54px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 760;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 22px 20px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .nav-cta {
    display: none;
  }

  .nav-open .site-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    justify-items: start;
    padding: 18px 0 6px;
  }

  .hero,
  .home-hero {
    padding: 98px 20px 54px;
    text-align: left;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 22px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .capture-stage,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split,
  .product-layout,
  .integration-map,
  .feature-grid,
  .results-flow,
  .review-grid,
  .pricing-grid,
  .target-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .radar-panel {
    height: min(86vw, 640px);
    max-width: 640px;
    min-height: 430px;
    min-width: 430px;
    width: min(86vw, 640px);
  }

  .radar-device {
    max-width: 180px;
    padding: 10px 12px 10px 30px;
  }

  .device-mac { left: 8%; top: 15%; }
  .device-win { right: 5%; top: 24%; }
  .device-linux { right: 12%; bottom: 13%; }
  .device-vm { left: 7%; bottom: 20%; }

  .timeline div,
  .timeline div:first-child,
  .timeline div:last-child {
    border-radius: var(--radius);
  }

  .results-flow article,
  .results-flow article:last-child {
    border-left: 0;
    border-right: 0;
  }

  .results-flow article:not(:last-child)::before {
    display: none;
  }

  .connector-lines {
    height: 8px;
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .button {
    justify-content: center;
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .radar-core {
    font-size: 15px;
    height: 104px;
    width: 104px;
  }

  .radar-device b {
    font-size: 12px;
  }

  .copy-stack p,
  .section-center p,
  .cta-panel p {
    font-size: 20px;
  }
}
