:root {
  --ink: #111827;
  --ink-muted: #667085;
  --paper: #ffffff;
  --white: #ffffff;
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --orange: #f59e0b;
  --lime: #b6e46e;
  --line: #e4e7ec;
  --dark-line: #e4e7ec;
  --page-pad: clamp(24px, 5vw, 80px);
}

body {
  background: #eef1f5;
  color: var(--ink);
}

.site-header {
  height: 64px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.brand-mark {
  width: 18px;
  height: 18px;
  gap: 2px;
  padding: 3px;
  background: var(--blue);
}

.desktop-nav {
  gap: 26px;
}

.desktop-nav a,
.text-action {
  color: #667085;
  font-size: 13px;
}

.desktop-nav a:hover,
.text-action:hover {
  color: var(--ink);
}

.desktop-nav a::after {
  background: var(--blue);
}

.header-cta {
  min-height: 34px;
  padding: 0 13px;
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  font-size: 13px;
}

.header-cta:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  min-height: 660px;
  grid-template-columns: minmax(390px, 0.8fr) minmax(560px, 1.2fr);
  color: var(--ink);
  background: #eaf2ff;
  border: 0;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-copy {
  padding: 116px 56px 80px 0;
}

.eyebrow,
.hero .eyebrow {
  margin-bottom: 15px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h1,
h2,
h3 {
  color: var(--ink);
}

h1 {
  max-width: 550px;
  margin-bottom: 21px;
  font-size: clamp(42px, 4.25vw, 58px);
  line-height: 1.03;
  font-weight: 760;
}

h1 span {
  color: inherit;
}

.hero-lead {
  max-width: 440px;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 680;
  line-height: 1.5;
}

.hero-description {
  max-width: 430px;
  margin-bottom: 29px;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.75;
}

.primary-action {
  min-height: 44px;
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: none;
  font-size: 14px;
}

.primary-action:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
  transform: none;
}

.secondary-action {
  color: var(--ink);
  font-size: 14px;
}

.secondary-action:hover {
  color: var(--blue);
}

.hero-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 52px;
  color: var(--ink-muted);
  font-size: 13px;
}

.hero-price strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 760;
}

.hero-price em {
  font-style: normal;
}

.hero-meta,
.screen-intro,
.hero-screen,
.screen-caption {
  display: none;
}

.hero-visual {
  min-height: 0;
  align-self: center;
  padding: 64px 0 64px 24px;
}

.hero-visual::before,
.hero-visual::after {
  display: none;
}

.automation-board {
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 6px;
  background: #f7faff;
  box-shadow: 0 16px 38px rgba(30, 64, 120, 0.12);
}

.automation-board-head,
.automation-board-foot {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  color: var(--ink-muted);
  border-bottom: 1px solid #d7e2f1;
  background: #f0f6ff;
  font-size: 12px;
}

.automation-board-head > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
}

.automation-board-head > span {
  color: #4d7f1b;
}

.live-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--lime);
  border: 1px solid #6b9d34;
}

.automation-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.automation-stage {
  min-height: 295px;
  position: relative;
  padding: 24px 20px 20px;
  border-right: 1px solid #d7e2f1;
  background: #f7faff;
}

.automation-stage:nth-child(2) {
  background: #f4f8f2;
}

.automation-stage:nth-child(3) {
  background: #fff7ef;
}

.automation-stage:last-child {
  border-right: 0;
}

.automation-stage:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: var(--blue);
  background: #f3f7fc;
  font-size: 18px;
}

.stage-number {
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
}

.automation-stage h2 {
  margin: 42px 0 9px;
  font-size: 19px;
  font-weight: 730;
}

.automation-stage p {
  min-height: 42px;
  margin-bottom: 20px;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.65;
}

.chat-preview {
  display: grid;
  gap: 7px;
}

.chat-preview span {
  width: fit-content;
  max-width: 100%;
  padding: 7px 9px;
  color: #40516a;
  background: #f3f6fb;
  border-radius: 3px;
  font-size: 11px;
}

.chat-preview span:last-child {
  margin-left: 16px;
  color: #1e4fb3;
  background: #eaf1ff;
}

.screening-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 4px;
}

.screening-preview span {
  padding: 6px 7px;
  color: #445570;
  border: 1px solid #d9e2ee;
  border-radius: 3px;
  font-size: 10px;
}

.screening-preview span:last-child {
  color: #3e7418;
  border-color: #b9d893;
  background: #f3fae9;
}

.match-preview {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 8px;
  padding: 11px;
  border-left: 3px solid var(--blue);
  background: #f7f9fc;
}

.match-preview > span {
  font-size: 13px;
  font-weight: 700;
}

.match-preview strong {
  color: var(--blue);
  font-size: 25px;
}

.match-preview strong span {
  font-size: 12px;
}

.match-preview small {
  color: #3c7416;
  font-size: 10px;
}

.automation-board-foot {
  min-height: 49px;
  border-top: 1px solid #d7e2f1;
  border-bottom: 0;
}

.automation-board-foot strong {
  color: var(--ink);
  font-size: 12px;
}

.signal-strip {
  color: #3c4c62;
  background: #d8e7ff;
  border-top: 1px solid #c6daf9;
  border-bottom: 1px solid #c6daf9;
}

.signal-strip-inner {
  min-height: 62px;
}

.signal-tag {
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
}

.signal-list span::before {
  background: var(--blue);
}

.capabilities {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #eef1f5;
}

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

.section-heading h2,
.workflow-copy h2,
.pricing h2,
.closing h2 {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
}

.capability-grid {
  gap: 0;
  margin-top: 54px;
  border: 1px solid #d9dfe7;
  background: #d9dfe7;
}

.capability-item {
  min-height: 355px;
  padding: 26px;
  border: 0;
  border-radius: 0;
  background: #e8f1ff;
  transition: background 160ms ease;
}

.capability-item:hover {
  border: 0;
  background: #dceaff;
  box-shadow: none;
  transform: none;
}

.capability-item h3 {
  margin-top: 38px;
  font-size: 26px;
}

.capability-item p {
  min-height: 48px;
}

.capability-orange {
  background: #fff0e1;
}

.capability-orange:hover {
  background: #ffe5c9;
}

.capability-lime {
  background: #edf6e4;
}

.capability-lime:hover {
  background: #e0efd0;
}

.workflow {
  background: #e8f3ec;
  color: var(--ink);
}

.workflow-inner {
  min-height: 620px;
}

.workflow-copy .eyebrow {
  color: var(--blue);
}

.workflow-copy > p:not(.eyebrow) {
  color: var(--ink-muted);
}

.underlined-action {
  color: var(--ink);
  border-color: var(--ink);
}

.underlined-action:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.workflow-board {
  border-color: var(--line);
  background: #f8fcf9;
  box-shadow: none;
}

.board-head,
.board-foot {
  color: var(--ink-muted);
  border-color: var(--line);
}

.board-title,
.workflow-steps strong {
  color: var(--ink);
}

.workflow-steps li {
  border-color: #edf0f5;
}

.workflow-steps small,
.step-state,
.step-index {
  color: var(--ink-muted);
}

.workflow-steps .active {
  background: #e4f1e8;
}

.workflow-steps .active .step-index,
.workflow-steps .active .step-state,
.board-foot strong {
  color: var(--blue);
}

.data-preview {
  padding-top: 82px;
  padding-bottom: 82px;
  background: #eef3fa;
}

.data-preview-heading {
  margin-bottom: 34px;
}

.data-preview-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.12;
}

.data-carousel {
  width: min(100%, 880px);
  margin: 0 auto;
}

.data-carousel-window {
  position: relative;
  min-height: 378px;
  overflow: hidden;
  border: 1px solid #d8e0ec;
  background: #ffffff;
}

.data-carousel-slide {
  display: none;
  margin: 0;
}

.data-carousel-slide.is-active {
  display: block;
}

.data-carousel-slide figcaption {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid #e4e9f1;
}

.data-carousel-slide figcaption span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
}

.data-carousel-slide figcaption small {
  color: var(--ink-muted);
  font-size: 13px;
}

.data-carousel-slide img {
  display: block;
  width: 100%;
  height: 326px;
  object-fit: contain;
  background: #f8fafc;
}

.data-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
}

.carousel-arrow,
.carousel-dot {
  border: 0;
  cursor: pointer;
}

.carousel-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.carousel-arrow:hover {
  color: var(--blue);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: #b8c3d2;
}

.carousel-dot.is-active {
  width: 22px;
  border-radius: 99px;
  background: var(--blue);
}

.proof {
  background: #ececf8;
}

.pricing {
  background: #fff0df;
}

.pricing {
  border-top: 1px solid #f2d4b7;
}

.price-card {
  border-color: #cfd8e6;
  background: #fff8f0;
  box-shadow: none;
}

.price-card-main {
  border-color: var(--line);
}

.price-lockup {
  color: var(--blue);
}

.closing {
  background: var(--ink);
}

.closing h2 {
  color: var(--white);
}

.closing .eyebrow {
  color: var(--lime);
}

.closing-action {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.site-footer {
  background: #0c1524;
}

@media (max-width: 860px) {
  .site-header {
    height: 60px;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding-top: 66px;
    padding-right: 0;
    padding-bottom: 44px;
  }

  .hero-visual {
    padding: 0 0 54px;
  }

  .data-preview {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .automation-stage {
    min-height: 266px;
  }

  .automation-stage h2 {
    margin-top: 32px;
    font-size: 17px;
  }

  .automation-stage p {
    font-size: 12px;
  }

  .automation-board-head,
  .automation-board-foot {
    padding-left: 15px;
    padding-right: 15px;
  }

  .automation-board-foot strong {
    display: none;
  }
}

@media (max-width: 520px) {
  :root {
    --page-pad: 22px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-price {
    margin-top: 40px;
  }

  .data-preview-heading h2 {
    font-size: 34px;
  }

  .data-carousel-window {
    min-height: 252px;
  }

  .data-carousel-slide figcaption {
    display: block;
    padding: 15px 16px;
  }

  .data-carousel-slide figcaption small {
    display: block;
    margin-top: 6px;
    line-height: 1.5;
  }

  .data-carousel-slide img {
    height: 190px;
  }

  .automation-board-head {
    min-height: 47px;
    font-size: 11px;
  }

  .automation-flow {
    display: block;
  }

  .automation-stage {
    min-height: 0;
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .automation-stage:not(:last-child)::after {
    display: none;
  }

  .automation-stage h2 {
    margin: 12px 0 5px;
    font-size: 18px;
  }

  .automation-stage p {
    min-height: 0;
    margin-bottom: 12px;
  }

  .chat-preview,
  .screening-preview,
  .match-preview {
    margin-bottom: 0;
  }

  .signal-strip-inner {
    gap: 10px;
  }

  .signal-list {
    gap: 14px;
  }
}
