@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("manrope-latin.woff2") format("woff2");
}

:root {
  --ink: #171b26;
  --muted: #626b7b;
  --line: #dfe3eb;
  --soft: #f4f6fa;
  --paper: #ffffff;
  --deep: #171b24;
  --deep-2: #273247;
  --green: #2f6bff;
  --green-soft: #eaf0ff;
  --blue: #159b75;
  --blue-soft: #e5f7f1;
  --mint: #2bc792;
  --coral: #ef6459;
  --yellow: #d99422;
  --violet: #7058c9;
  --shadow: 0 24px 80px rgba(12, 18, 32, .2);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

html.is-navigating main {
  opacity: .35;
  transform: translateY(5px);
  transition: opacity .09s ease, transform .09s ease;
}

main {
  transition: opacity .2s ease, transform .2s ease;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #70a5ff;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 228, 233, .86);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background-color .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 30px rgba(21, 44, 52, .08);
}

.nav-shell {
  display: flex;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  border-radius: 8px;
}

.brand b {
  color: var(--green);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
}

.primary-nav a {
  color: #3c485a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

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

.primary-nav a.is-active {
  color: var(--green);
}

.nav-cta {
  margin-left: 4px;
}

.icon-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  gap: 9px;
  border: 1px solid var(--green);
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(47, 107, 255, .22);
  transition: transform .2s ease, background .2s ease;
}

.button:hover {
  background: #1f55dc;
  transform: translateY(-1px);
}

.button svg,
.text-link svg,
.light-link svg,
table a svg {
  width: 16px;
  height: 16px;
}

.button-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 14px;
}

.button-secondary {
  color: var(--deep);
  border-color: #cfd5df;
  background: #fff;
  box-shadow: none;
}

.button-secondary:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border-top: 4px solid var(--coral);
  color: #fff;
  background: var(--deep);
  isolation: isolate;
}

.hero-inner {
  padding: 76px 0 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin: 0 auto 54px;
  text-align: center;
  animation: hero-copy-enter .7s cubic-bezier(.22, 1, .36, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 15px;
  gap: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ff9188;
}

.status-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(239, 100, 89, .16);
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 760px;
  margin: 22px auto 0;
  color: #c4cbd7;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}

.hero .button {
  color: var(--deep);
  border-color: #fff;
  background: #fff;
}

.hero .button:hover {
  background: #edf2ff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hero-facts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 30px 0 0;
  gap: 14px 25px;
  color: #b7bfcc;
  font-size: 13px;
  list-style: none;
}

.hero-facts li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-facts svg {
  width: 16px;
  height: 16px;
  color: #7fa5ff;
}

.product-stage {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: var(--ink);
  background: #f6f8fa;
  box-shadow: var(--shadow);
  animation: product-stage-enter .9s .12s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes product-stage-enter {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stage-sidebar {
  padding: 22px 16px;
  color: #c8d4d4;
  background: #181e2a;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.sidebar-brand img {
  border-radius: 7px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 11px;
  margin-bottom: 4px;
  gap: 9px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.sidebar-item svg {
  width: 16px;
  height: 16px;
}

.sidebar-item.active {
  color: #fff;
  background: #29344a;
}

.stage-main {
  min-width: 0;
}

.stage-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 24px;
  border-bottom: 1px solid #e1e6ea;
  background: #fff;
}

.stage-toolbar > div {
  display: grid;
}

.stage-toolbar strong {
  font-size: 17px;
}

.stage-kicker {
  color: #7a8799;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.online-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  gap: 7px;
  border-radius: 999px;
  color: #176f55;
  background: #e5f7f1;
  font-size: 10px;
  font-weight: 800;
}

.online-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.workspace-grid {
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr) 240px;
  min-height: 354px;
}

.conversation-list {
  padding: 12px;
  border-right: 1px solid #e1e6ea;
  background: #fff;
}

.conversation-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  padding: 10px;
  gap: 9px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
  text-align: left;
}

.conversation-item.selected {
  background: #edf4f3;
}

.conversation-item span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.conversation-item b {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-item small {
  overflow: hidden;
  color: #7a8799;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-item time {
  align-self: start;
  color: #93a0b0;
  font-size: 8px;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.avatar.teal { background: #159b75; }
.avatar.blue { background: #3d71d7; }
.avatar.coral { background: #dd6a52; }

.inbox-stat {
  display: flex;
  align-items: center;
  padding: 14px 9px;
  margin-top: 8px;
  gap: 9px;
  border-top: 1px solid #e7ecef;
  color: #667489;
  font-size: 9px;
}

.inbox-stat svg {
  width: 17px;
  color: var(--green);
}

.chat-preview {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #f9fbfc;
}

.chat-header {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 11px 17px;
  gap: 9px;
  border-bottom: 1px solid #e6ebee;
  background: #fff;
}

.chat-header > div {
  display: grid;
  margin-right: auto;
}

.chat-header b {
  font-size: 11px;
}

.chat-header small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #778497;
  font-size: 8px;
}

.chat-header .status-dot {
  width: 5px;
  height: 5px;
  box-shadow: none;
}

.intent-chip {
  padding: 5px 8px;
  border-radius: 999px;
  color: #2954b7;
  background: var(--green-soft);
  font-size: 8px;
  font-weight: 800;
}

.chat-body {
  padding: 15px 18px;
}

.message {
  width: fit-content;
  max-width: 72%;
  padding: 9px 11px;
  margin-bottom: 9px;
  border-radius: 8px;
  font-size: 9px;
  line-height: 1.45;
}

.message.customer {
  margin-left: auto;
  color: #fff;
  background: var(--green);
  border-bottom-right-radius: 2px;
}

.message.assistant {
  border: 1px solid #e1e7eb;
  background: #fff;
  border-bottom-left-radius: 2px;
}

.lead-form {
  width: min(100%, 330px);
  padding: 12px;
  border: 1px solid #d9e2e6;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 42, 55, .05);
}

.lead-heading {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  gap: 8px;
}

.lead-heading svg {
  width: 17px;
  color: var(--green);
}

.lead-heading span {
  display: grid;
}

.lead-heading b {
  font-size: 10px;
}

.lead-heading small {
  color: #7a8799;
  font-size: 7px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.form-row span,
.form-field {
  padding: 7px 8px;
  border: 1px solid #dce3e7;
  border-radius: 4px;
  color: #9aa5b2;
  font-size: 7px;
}

.form-field {
  margin: 6px 0;
}

.lead-form button {
  width: 100%;
  padding: 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--green);
  font-size: 8px;
  font-weight: 800;
}

.chat-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 14px;
  border-top: 1px solid #e4e9ec;
  color: #929dac;
  background: #fff;
  font-size: 9px;
}

.chat-composer svg {
  width: 16px;
  color: var(--green);
}

.insight-panel {
  padding: 20px 17px;
  border-left: 1px solid #e1e6ea;
  background: #fff;
}

.insight-panel h3 {
  margin: 7px 0 6px;
  font-size: 15px;
  line-height: 1.25;
}

.insight-panel p {
  margin: 0 0 16px;
  color: #718094;
  font-size: 9px;
  line-height: 1.55;
}

.score-row {
  display: flex;
  justify-content: space-between;
  color: #647287;
  font-size: 8px;
}

.score-row b {
  color: var(--green);
}

.score-track {
  height: 5px;
  margin: 7px 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ecef;
}

.score-track span {
  display: block;
  height: 100%;
  background: #2b9a77;
}

.insight-panel dl {
  margin: 0;
  border-top: 1px solid #e5eaed;
}

.insight-panel dl div {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #e5eaed;
  font-size: 8px;
}

.insight-panel dt {
  color: #7a8798;
}

.insight-panel dd {
  margin: 0;
  font-weight: 800;
}

.outline-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: 15px;
  gap: 6px;
  border: 1px solid #ccd8dd;
  border-radius: 5px;
  color: #27464a;
  background: #fff;
  font-size: 8px;
  font-weight: 800;
}

.outline-action svg {
  width: 13px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid span {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  color: #6b788b;
  font-size: 12px;
  text-align: center;
}

.trust-grid span:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid b {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading h2,
.pricing-copy h2,
.privacy-copy h2,
.cta-band h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.pricing-copy > p,
.privacy-copy > p,
.heading-split > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  max-width: none;
  gap: 70px;
}

.heading-split > div .eyebrow {
  margin-bottom: 14px;
}

.heading-split > p {
  margin: 0 0 6px;
}

.tour-shell {
  overflow: hidden;
  border: 1px solid #cfdadd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(26, 36, 58, .12);
}

.tour-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px 22px;
  gap: 24px;
  color: #fff;
  background: #171c27;
}

.tour-console-head > div {
  display: grid;
  gap: 3px;
}

.tour-console-head > div > span,
.tour-live-state {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}

.tour-console-head > div > span svg {
  width: 17px;
  color: #75e0bb;
}

.tour-console-head small {
  color: #aebfc3;
  font-size: 11px;
}

.tour-live-state {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 5px;
  color: #c8d2dc;
  background: rgba(255,255,255,.05);
  font-size: 10px;
}

.tour-live-state svg {
  width: 14px;
  color: var(--mint);
}

.tour-workspace {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 520px;
}

.tab-list {
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 7px;
  border-right: 1px solid var(--line);
  background: #f4f6fa;
}

.tab-list button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 12px;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #536176;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tab-list button:hover {
  color: var(--ink);
  background: #fff;
}

.tab-list button[aria-selected="true"] {
  color: var(--ink);
  border-color: #cdd8ee;
  background: #fff;
  box-shadow: 0 9px 24px rgba(35, 59, 104, .09);
}

.tab-list button > b {
  display: none;
}

.tab-list button > svg:not(.tab-arrow) {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 5px;
  font-size: 10px;
  color: var(--green);
  background: var(--green-soft);
}

.tab-list button span {
  display: grid;
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
}

.tab-list button small {
  margin-top: 3px;
  color: #8490a0;
  font-size: 10px;
  font-weight: 600;
}

.tab-list .tab-arrow {
  width: 15px;
  color: #9aa6b5;
}

.tab-list button[aria-selected="true"] .tab-arrow {
  color: var(--green);
}

.tour-panels {
  min-width: 0;
  background: #fff;
}

.tab-panel {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(330px, 1.08fr);
  align-items: center;
  min-height: 520px;
  padding: 46px;
  gap: 44px;
}

.tab-panel[hidden] {
  display: none;
}

.panel-copy h3 {
  margin: 9px 0 14px;
  font-size: 30px;
  line-height: 1.2;
}

.panel-copy > p {
  color: var(--muted);
  font-size: 15px;
}

.feature-number {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 4px;
  color: #2954b7;
  background: var(--green-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.check-list {
  padding: 0;
  margin: 23px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  color: #455368;
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  top: .48em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
  content: "";
}

.answer-visual,
.metric-visual,
.product-visual {
  padding: 28px;
  border: 1px solid #d8e2e6;
  border-radius: 8px;
  background: rgba(247, 249, 252, .96);
  box-shadow: 0 20px 46px rgba(31, 48, 78, .11);
}

.quality-head,
.metric-top,
.metric-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #637186;
  font-size: 12px;
}

.quality-head span,
.metric-foot span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.quality-head svg,
.metric-foot svg {
  width: 17px;
  color: var(--green);
}

.quality-head b {
  padding: 5px 9px;
  border-radius: 999px;
  color: #176f55;
  background: #e5f7f1;
  font-size: 10px;
}

.visitor-question {
  width: fit-content;
  max-width: 86%;
  padding: 12px 15px;
  margin: 28px 0 15px auto;
  border-radius: 8px 8px 2px 8px;
  color: #fff;
  background: var(--deep-2);
  font-size: 13px;
}

.assistant-answer {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  padding: 16px;
  gap: 11px;
  border: 1px solid #dbe4e7;
  border-radius: 8px 8px 8px 2px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(33, 59, 69, .06);
}

.assistant-answer p {
  margin: 0;
  color: #334155;
  font-size: 13px;
}

.bot-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
}

.bot-mark svg {
  width: 17px;
}

.source-row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #738095;
  font-size: 10px;
}

.source-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.source-row svg {
  width: 14px;
}

.metric-number {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
  gap: 10px;
}

.metric-number b {
  font-size: 44px;
}

.metric-number span {
  color: #6d7a8e;
  font-size: 12px;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  height: 170px;
  padding: 20px 0 14px;
  gap: 10px;
  border-bottom: 1px solid #d9e2e6;
}

.bar-chart span {
  min-height: 12px;
  border-radius: 3px 3px 0 0;
  background: var(--green);
}

.metric-foot {
  margin-top: 14px;
}

.metric-foot b {
  color: var(--green);
}

.mobile-visual {
  width: min(100%, 310px);
  min-height: 430px;
  padding: 14px;
  margin: auto;
  border: 9px solid #17202d;
  border-radius: 28px;
  background: #f6f8f9;
  box-shadow: 0 24px 60px rgba(26, 42, 52, .2);
}

.phone-status,
.phone-heading,
.phone-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  padding: 0 6px 10px;
  font-size: 8px;
}

.phone-status span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.phone-status svg {
  width: 10px;
}

.phone-heading {
  padding: 10px 5px 14px;
  border-bottom: 1px solid #e0e5e8;
}

.phone-heading svg {
  width: 16px;
}

.phone-heading span {
  display: grid;
  text-align: center;
}

.phone-heading b {
  font-size: 11px;
}

.phone-heading small {
  color: var(--green);
  font-size: 8px;
}

.phone-chat {
  min-height: 290px;
  padding: 20px 4px;
}

.phone-message {
  width: fit-content;
  max-width: 80%;
  padding: 9px 11px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 9px;
  line-height: 1.45;
}

.phone-message.incoming {
  border: 1px solid #e0e5e8;
  border-bottom-left-radius: 3px;
  background: #fff;
}

.phone-message.outgoing {
  margin-left: auto;
  border-bottom-right-radius: 3px;
  color: #fff;
  background: var(--green);
}

.phone-message.short {
  max-width: 90px;
}

.phone-input {
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid #d9e1e5;
  border-radius: 7px;
  color: #8995a4;
  background: #fff;
  font-size: 9px;
}

.phone-input svg {
  width: 15px;
  color: var(--green);
}

.product-visual {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  background: #fff;
}

.product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 7px;
  color: #9a6319;
  background: #f6e7c8;
}

.product-thumb svg {
  width: 48px;
  height: 48px;
}

.product-details .stock {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-details h4 {
  margin: 8px 0;
  font-size: 19px;
}

.product-details p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.product-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.product-details > div b {
  font-size: 24px;
}

.product-details button {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  gap: 6px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--deep);
  font-size: 10px;
  font-weight: 800;
}

.product-details button svg {
  width: 14px;
}

.capabilities {
  background: var(--soft);
}

.feature-bands {
  border-top: 1px solid #cfdade;
}

.feature-band {
  display: grid;
  grid-template-columns: 54px minmax(280px, 1.25fr) minmax(260px, .75fr);
  align-items: start;
  padding: 32px 0;
  gap: 28px;
  border-bottom: 1px solid #cfdade;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 7px;
}

.feature-icon svg {
  width: 22px;
}

.feature-icon.green { color: var(--green); background: var(--green-soft); }
.feature-icon.blue { color: var(--blue); background: var(--blue-soft); }
.feature-icon.coral { color: var(--coral); background: #fce9e5; }
.feature-icon.yellow { color: #9c6910; background: #f8ebc9; }
.feature-icon.violet { color: var(--violet); background: #eee9f8; }
.feature-icon.slate { color: #536277; background: #e6ebef; }

.feature-band h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.feature-band p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.feature-band ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 2px 0 0;
  gap: 9px 20px;
  color: #455368;
  font-size: 12px;
  list-style: none;
}

.feature-band li {
  position: relative;
  padding-left: 14px;
}

.feature-band li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.edition-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.edition-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 34px;
  gap: 24px;
}

.edition-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  border: 1px solid #cfdae0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(22, 49, 58, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.edition-card:hover {
  border-color: #aabdc3;
  box-shadow: 0 22px 55px rgba(22, 49, 58, .11);
  transform: translateY(-3px);
}

.pro-edition {
  border-color: #8eafff;
  background: #f7f9ff;
}

.recommended-label {
  position: absolute;
  top: -15px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  gap: 6px;
  border: 1px solid #84a7ff;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.recommended-label svg {
  width: 13px;
}

.edition-card-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.edition-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  color: var(--green);
  background: var(--green-soft);
}

.edition-mark svg {
  width: 22px;
}

.edition-card-head > div {
  min-width: 0;
}

.edition-card-head p {
  margin: 0;
  color: #718094;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.edition-card-head h3 {
  margin: 2px 0 0;
  font-size: 21px;
  line-height: 1.25;
}

.edition-price {
  color: var(--deep);
  font-size: 25px;
  font-weight: 800;
  white-space: nowrap;
}

.edition-price small {
  color: #718094;
  font-size: 10px;
}

.edition-summary {
  min-height: 78px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.edition-highlights {
  display: grid;
  padding: 20px 0 22px;
  margin: 0 0 auto;
  gap: 15px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.edition-highlights li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.edition-highlights li > svg {
  width: 18px;
  margin-top: 2px;
  color: var(--green);
}

.edition-highlights li span {
  display: grid;
}

.edition-highlights b {
  font-size: 12px;
}

.edition-highlights small {
  color: #718094;
  font-size: 10px;
  line-height: 1.5;
}

.edition-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(23, 52, 61, .05);
}

.edition-table {
  min-width: 820px;
}

.edition-table thead th:first-child {
  width: 54%;
}

.edition-table thead th:not(:first-child) {
  width: 23%;
}

.edition-table thead th span,
.edition-table thead th small {
  display: block;
}

.edition-table thead th span {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.edition-table thead th small {
  margin-top: 2px;
  color: #7b8797;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.edition-table tbody th {
  width: auto;
  color: #354357;
  font-size: 11px;
  font-weight: 700;
}

.edition-table tbody td:nth-child(3) {
  background: #f7f9ff;
}

.edition-table .group-row th {
  padding: 11px 18px;
  color: #2954b7;
  background: #edf2ff;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.included,
.pro-included {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #16805e;
  font-size: 10px;
  font-weight: 800;
}

.included svg,
.pro-included svg {
  width: 14px;
}

.pro-included {
  color: var(--green);
}

.not-included,
.limited {
  color: #7b8797;
  font-size: 10px;
}

.limited {
  color: #8a641d;
}

.edition-note {
  margin: 14px 0 0;
  color: #7b8797;
  font-size: 10px;
}

.workflow {
  color: #f4f8f8;
  background: #11151d;
}

.workflow .section-heading h2 {
  color: #fff;
}

.workflow .heading-split > p {
  color: #aebcc2;
}

.workflow .eyebrow {
  color: #73ddb8;
}

.automation-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
  gap: 12px;
}

.automation-principles > article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  min-height: 136px;
  padding: 24px;
  gap: 15px;
  border: 1px solid #343b4c;
  border-radius: 8px;
  background: #1a202c;
}

.principle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(115, 221, 184, .25);
  border-radius: 7px;
  background: rgba(115, 221, 184, .09);
}

.automation-principles svg {
  width: 21px;
  color: #73ddb8;
}

.automation-principles h3 {
  margin: 1px 0 7px;
  color: #fff;
  font-size: 14px;
}

.automation-principles p {
  margin: 0;
  color: #9daeb5;
  font-size: 12px;
  line-height: 1.6;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
}

.workflow-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 26px;
  border: 1px solid #343b4c;
  border-radius: 8px;
  background: #1a202c;
}

.workflow-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}

.workflow-step-head span {
  color: #73ddb8;
  font-size: 11px;
  font-weight: 800;
}

.workflow-step-head svg {
  width: 25px;
  color: #7f949c;
}

.workflow-steps h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.workflow-steps p {
  margin: 0;
  color: #aab8be;
  font-size: 13px;
}

.workflow-steps li > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.workflow-steps li > div:last-child small {
  display: block;
  padding-top: 18px;
  margin-top: auto;
  color: #73ddb8;
  border-top: 1px solid #343b4c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.privacy-section {
  color: var(--ink);
  background: #eef3fb;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr);
  align-items: center;
  gap: 80px;
}

.eyebrow.light {
  color: #8ed5ba;
}

.privacy-section .eyebrow.light {
  color: var(--green);
}

.privacy-copy > p {
  color: #536779;
}

.light-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.privacy-section .light-link {
  color: var(--deep);
}

.architecture {
  display: grid;
  grid-template-columns: 1fr auto 1.3fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.architecture > div {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 18px;
  gap: 8px;
  border: 1px solid #d2d9e7;
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  text-align: center;
  box-shadow: 0 14px 35px rgba(30, 48, 84, .08);
}

.architecture > div > svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

.architecture span {
  font-size: 12px;
  font-weight: 800;
}

.architecture small {
  color: #71827f;
  font-size: 10px;
}

.architecture-core {
  min-height: 205px !important;
  color: #fff;
  border-color: var(--deep) !important;
  background: var(--deep) !important;
}

.architecture-core small {
  color: #a9c0bd;
}

.architecture-core img {
  border-radius: 8px;
}

.flow-arrow {
  width: 18px;
  color: var(--green);
}

.compare-section {
  background: #fff;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(23, 52, 61, .06);
}

table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  background: #fff;
  font-size: 12px;
}

th,
td {
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

thead th {
  color: #536176;
  background: #f3f6f7;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

tbody th {
  width: 170px;
  font-size: 13px;
}

tbody td {
  color: #526074;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.featured-row th,
.featured-row td {
  background: #edf2ff;
}

.table-product,
table a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 800;
}

.table-product img {
  border-radius: 6px;
}

table a svg {
  color: var(--green);
}

.comparison-note {
  margin: 14px 0 0;
  color: #7b8797;
  font-size: 10px;
}

.pricing-section {
  background: var(--soft);
}

.pricing-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1180px;
  align-items: stretch;
  margin-inline: auto;
  gap: 18px;
}

.price-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  border: 1px solid #cfdadd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 46, 75, .08);
}

.price-panel-featured {
  border: 2px solid var(--green);
  box-shadow: 0 24px 56px rgba(47, 107, 255, .14);
}

.pricing-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 9px;
  margin: -15px 0 22px;
  color: #fff;
  border-radius: 4px;
  background: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.plan-label {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 16px 0 10px;
}

.price sup {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 800;
}

.price strong {
  font-size: 60px;
  line-height: .95;
}

.price span {
  margin: 18px 0 0 12px;
  color: #68768a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.price-panel > p {
  min-height: 58px;
  color: var(--muted);
  font-size: 13px;
}

.pricing-features {
  display: grid;
  padding: 20px 0 4px;
  margin: 0;
  gap: 12px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #344354;
  font-size: 12px;
  font-weight: 700;
}

.pricing-features svg {
  flex: 0 0 auto;
  width: 16px;
  color: var(--green);
}

.button-full {
  width: 100%;
  margin-top: 15px;
}

.price-panel > small {
  display: block;
  min-height: 26px;
  margin-top: 13px;
  color: #7b8796;
  font-size: 9px;
  text-align: center;
}

.price-panel .button-full {
  margin-top: auto;
}

.lifetime-note {
  display: flex;
  align-items: flex-start;
  max-width: 850px;
  padding: 18px 20px;
  margin: 28px auto 0;
  gap: 12px;
  border: 1px solid #cfdadd;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.lifetime-note svg {
  flex: 0 0 auto;
  width: 20px;
  color: var(--green);
}

.lifetime-note p {
  margin: 0;
  color: #566579;
  font-size: 11px;
}

.payment-note {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  margin-top: 20px;
  gap: 7px;
  border-top: 1px solid var(--line);
  color: #546278;
  font-size: 10px;
}

.payment-note svg {
  width: 15px;
  color: var(--green);
}

.faq-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 90px;
}

.faq-layout .section-heading {
  position: sticky;
  top: 110px;
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 20px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  flex: 0 0 auto;
  width: 20px;
  transition: transform .2s ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -5px 0 24px;
  color: var(--muted);
}

.cta-band {
  padding: 72px 0;
  color: #fff;
  background: var(--green);
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.cta-band h2 {
  max-width: 760px;
}

.cta-actions {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.button-light {
  color: #1c2432;
  border-color: #fff;
  background: #fff;
}

.button-light:hover {
  background: #edf2ff;
}

.cta-actions .light-link {
  margin: 0;
}

.site-footer {
  overflow: hidden;
  padding: 70px 0 26px;
  color: #b9c7ca;
  border-top: 1px solid #303746;
  background: #0d1118;
}

html.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s cubic-bezier(.22, 1, .36, 1),
    transform .65s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(600px, 1.7fr);
  align-items: start;
  gap: 120px;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}

.footer-brand img {
  border-radius: 8px;
}

.footer-brand-lockup span {
  display: grid;
}

.footer-brand-lockup b {
  font-size: 16px;
}

.footer-brand-lockup small {
  margin-top: 1px;
  color: #84939f;
  font-size: 10px;
}

.footer-brand p {
  max-width: 330px;
  margin: 17px 0 0;
  color: #97a6af;
  font-size: 13px;
}

.footer-version {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  margin-top: 22px;
  border: 1px solid #2b3443;
  border-radius: 4px;
  color: #8795a2;
  background: #141923;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}

.footer-links h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 13px;
}

.footer-links nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links nav a {
  margin: 7px 0;
  color: #8f9da8;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-main a:hover {
  color: #fff;
}

.footer-links nav a:hover {
  transform: translateX(3px);
}

.footer-wordmark {
  width: 100%;
  margin: 92px 0 18px;
  color: #181e2a;
  font-size: clamp(86px, 16vw, 238px);
  font-weight: 800;
  line-height: .72;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #72808b;
  font-size: 11px;
}

.legal-page {
  background: #f4f6fa;
}

.legal-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.legal-header .nav-shell {
  justify-content: space-between;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal-back svg {
  width: 16px;
}

.legal-hero {
  padding: 88px 0 58px;
  color: #fff;
  background: #171b24;
}

.legal-hero .eyebrow {
  color: #73ddb8;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
}

.legal-hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: #aeb9c5;
  font-size: 18px;
  line-height: 1.6;
}

.legal-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  justify-content: center;
  padding: 64px 0 94px;
  gap: 72px;
}

.legal-toc {
  position: sticky;
  top: 104px;
  align-self: start;
}

.legal-toc span {
  display: block;
  margin-bottom: 14px;
  color: #7c8797;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 8px 0;
  color: #596679;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--green);
}

.legal-document {
  min-width: 0;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 46, 75, .07);
}

.legal-notice {
  padding: 16px 18px;
  margin: 0 0 34px;
  border-left: 3px solid var(--green);
  color: #526074;
  background: #f1f5ff;
  font-size: 14px;
  line-height: 1.65;
}

.legal-document section {
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid var(--line);
}

.legal-document section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-document h2 {
  margin: 0 0 13px;
  font-size: 26px;
  line-height: 1.3;
}

.legal-document h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.legal-document p,
.legal-document li {
  color: #566477;
  font-size: 16px;
  line-height: 1.8;
}

.legal-document p {
  margin: 0 0 12px;
}

.legal-document ul {
  padding-left: 20px;
}

.legal-document a {
  color: var(--green);
  font-weight: 700;
}

.legal-mini-footer {
  padding: 28px 0;
  color: #82909b;
  background: #0d1118;
  font-size: 13px;
}

.legal-mini-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-mini-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-mini-footer a {
  color: #aab6bf;
  text-decoration: none;
}

@media (max-width: 1060px) {
  .primary-nav {
    gap: 16px;
  }

  .product-stage {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .workspace-grid {
    grid-template-columns: 190px minmax(300px, 1fr);
  }

  .insight-panel {
    display: none;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pricing-grid {
    gap: 16px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-nav {
    position: fixed;
    z-index: 99;
    inset: 73px 0 auto;
    display: none;
    align-items: stretch;
    padding: 22px 20px 26px;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 40px rgba(14, 33, 42, .12);
  }

  .primary-nav.open {
    display: grid;
  }

  .primary-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner {
    padding-top: 60px;
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

  .stage-sidebar {
    display: none;
  }

  .heading-split,
  .pricing-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tour-shell {
    grid-template-columns: 1fr;
  }

  .tour-workspace {
    grid-template-columns: 1fr;
  }

  .tab-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    overflow-x: auto;
    padding: 9px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .tab-list button {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 66px;
    border: 1px solid transparent;
  }

  .tab-list button[aria-selected="true"] {
    border-color: #cdd8ee;
    box-shadow: 0 8px 18px rgba(35, 59, 104, .08);
  }

  .tab-list .tab-arrow {
    display: none;
  }

  .tab-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 38px;
    gap: 35px;
  }

  .feature-band {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .feature-band ul {
    grid-column: 2;
  }

  .edition-overview {
    grid-template-columns: 1fr;
  }

  .edition-summary {
    min-height: 0;
  }

  .workflow-steps {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-steps li,
  .workflow-steps li:nth-child(2),
  .workflow-steps li:nth-child(-n+2) {
    border: 1px solid #343b4c;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .price-panel {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
  }

  .faq-layout .section-heading {
    position: static;
  }

  .cta-layout {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .legal-shell {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 40px;
  }

}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav-shell {
    min-height: 64px;
  }

  .brand {
    font-size: 15px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .primary-nav {
    inset: 65px 0 auto;
  }

  .hero {
    min-height: 730px;
  }

  .hero-inner {
    padding-top: 46px;
  }

  .hero-copy {
    margin-bottom: 40px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    justify-items: center;
  }

  .hero-facts {
    display: grid;
    justify-items: start;
    width: fit-content;
    margin-inline: auto;
  }

  .product-stage {
    min-height: 340px;
  }

  .stage-toolbar {
    min-height: 62px;
    padding: 0 14px;
  }

  .online-pill {
    display: none;
  }

  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .conversation-list {
    display: none;
  }

  .chat-preview {
    min-height: 300px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid span {
    border-bottom: 1px solid var(--line);
  }

  .trust-grid span:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .pricing-copy h2,
  .privacy-copy h2,
  .cta-band h2 {
    font-size: 35px;
  }

  .section-heading > p:last-child,
  .pricing-copy > p,
  .privacy-copy > p,
  .heading-split > p {
    font-size: 15px;
  }

  .tab-list {
    grid-template-columns: repeat(4, 150px);
  }

  .tour-console-head {
    align-items: flex-start;
    padding: 16px 18px;
  }

  .tour-console-head small {
    display: none;
  }

  .tab-panel {
    padding: 28px 20px;
  }

  .panel-copy h3 {
    font-size: 25px;
  }

  .answer-visual,
  .metric-visual,
  .product-visual {
    padding: 19px;
  }

  .source-row {
    display: grid;
    gap: 6px;
  }

  .product-visual {
    grid-template-columns: 1fr;
  }

  .product-thumb {
    max-width: 140px;
  }

  .feature-band {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-band ul {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .edition-card {
    padding: 25px 20px;
  }

  .edition-card-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .edition-mark {
    width: 42px;
    height: 42px;
  }

  .edition-price {
    grid-column: 2;
    font-size: 20px;
  }

  .recommended-label {
    right: 14px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-steps li,
  .workflow-steps li:nth-child(2),
  .workflow-steps li:nth-child(-n+2) {
    min-height: 0;
    border: 1px solid #343b4c;
  }

  .workflow-step-head {
    margin-bottom: 34px;
  }

  .automation-principles {
    grid-template-columns: 1fr;
  }

  .automation-principles > article {
    min-height: 0;
  }

  .architecture {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .architecture-core {
    min-height: 175px !important;
  }

  .price-panel {
    padding: 26px 22px;
  }

  .faq-list summary {
    font-size: 14px;
  }

  .footer-main {
    gap: 32px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .footer-bottom {
    display: grid;
    gap: 6px;
  }

  .footer-wordmark {
    margin-top: 62px;
    font-size: clamp(60px, 18vw, 110px);
  }

  .legal-hero {
    padding: 64px 0 44px;
  }

  .legal-shell {
    grid-template-columns: 1fr;
    padding: 44px 0 70px;
    gap: 28px;
  }

  .legal-toc {
    position: static;
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 18px;
  }

  .legal-toc span {
    display: none;
  }

  .legal-toc a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .legal-document {
    padding: 28px 22px;
  }

  .legal-mini-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-copy,
  .product-stage,
  html.reveal-ready .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
