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

/* Design tokens. No framework, build step, or remote stylesheet. */
:root {
  --paper: #fcfdf9;
  --white: #fff;
  --ink: #183e34;
  --text: #4f5c55;
  --muted: #607052;
  --green: #42694d;
  --lime: #d5f695;
  --line: #dfe5da;
  --wash: #f1f5ec;
  --deep: #153b31;
  --radius: 18px;
  --font: Manrope, Arial, sans-serif;
  --shadow: 0 20px 60px -30px #173d3530;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #638846;
  outline-offset: 5px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
svg {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  border: 0;
}
[hidden] {
  display: none !important;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-icon {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  fill: none;
}
.container {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 108px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 21px;
  color: var(--green);
}
h2 {
  font-size: clamp(32px, 3.5vw, 45px);
  letter-spacing: -1.85px;
  line-height: 1.2;
}
.section-copy {
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
  max-width: 435px;
  margin-top: 24px;
}
.section-heading {
  margin-bottom: 48px;
}
.section-heading > p:last-child {
  color: var(--text);
  margin-top: 20px;
  font-size: 16px;
}
.centered {
  text-align: center;
}
.heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.heading-row > p:last-child {
  max-width: 300px;
  margin: 0 0 5px;
  line-height: 1.85;
  font-size: 14px;
}
.accent-text {
  color: var(--green);
}
.muted-heading {
  color: #899182;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button .icon,
.text-link .icon {
  transition: transform 0.2s;
}
.button:hover .icon,
.text-link:hover .icon {
  transform: translateX(3px);
}
.button-dark {
  background: var(--deep);
  color: var(--white);
  box-shadow: 0 3px 6px #173f3510;
}
.button-dark:hover {
  background: #285344;
  box-shadow: 0 8px 20px #153b3120;
}
.button-lime {
  background: var(--lime);
  color: var(--deep);
}
.button-lime:hover {
  background: #e0ffac;
  box-shadow: 0 8px 24px #00000014;
}
.button-outline {
  background: transparent;
  border-color: #d6ddd1;
  color: var(--ink);
}
.button-outline:hover {
  background: #f0f4ea;
  border-color: #bdcbb5;
}
.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 11px;
  gap: 16px;
}
.text-link,
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 13px;
}
.text-link:hover {
  color: #568247;
}
.text-button {
  background: transparent;
  padding: 8px 0;
}
.text-button:hover {
  color: #59833e;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  padding: 10px 20px;
  border-radius: 6px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  z-index: 100;
}
.skip-link:focus {
  transform: translateY(0);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #75a655;
  flex-shrink: 0;
}

/* Header and first impression. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fcfdf9ed;
  border-bottom: 1px solid #e4e8df;
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
}
.brand-period {
  color: #80a866;
  margin-left: -8px;
}
.brand .brand-icon {
  width: 28px;
  height: 32px;
}
.main-nav {
  display: flex;
  gap: 27px;
  margin-left: 34px;
}
.main-nav a {
  font-size: 11px;
  font-weight: 600;
  color: #60685e;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: var(--ink);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.login-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
}
.login-link .icon {
  width: 15px;
  height: 15px;
}
.menu-toggle {
  display: none;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 11px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
  transition: transform 0.2s;
}
.hero {
  position: relative;
  padding: 43px 0 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 64%, #eaf0df80, transparent 64%);
}
.hero-copy {
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px;
  margin-bottom: 20px;
  border: 1px solid #d9e5cc;
  background: #f3f7ed;
  border-radius: 100px;
  font-size: 9px;
  letter-spacing: 1.3px;
}
.hero h1 {
  font-size: clamp(44px, 5.55vw, 76px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -3.4px;
}
.highlight-word {
  position: relative;
  white-space: nowrap;
}
.highlight-word > svg {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 12px;
  fill: none;
  stroke: #b4d67b;
  stroke-width: 7;
  stroke-linecap: round;
  z-index: 0;
}
.hero-description {
  max-width: 605px;
  margin: 23px auto 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
}
.hero-description strong {
  font-weight: 600;
  color: var(--ink);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.play-icon {
  width: 16px;
  height: 16px;
}
.reassurance {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 10px;
  color: #6b7766;
}
.reassurance li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reassurance .icon {
  width: 13px;
  height: 13px;
  color: #64854b;
}
.hero-product {
  max-width: 1064px;
  margin: 34px auto 0;
  position: relative;
  padding: 14px 14px 0;
  border: 1px solid #e0e7d7;
  border-radius: 21px 21px 0 0;
  background: #eaf0e3;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: -80px 18% 0;
  z-index: -1;
  filter: blur(45px);
  background: #dce9c3;
}
.product-shell {
  overflow: hidden;
  border: 1px solid #d5dece;
  border-radius: 11px;
  background: white;
  box-shadow: 0 15px 40px -20px #30422a3d;
}
.browser-bar {
  height: 38px;
  background: #f9faf7;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: #607052;
  font-size: 9px;
}
.browser-bar > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.browser-bar .icon {
  width: 10px;
  height: 10px;
}
.window-dots {
  display: flex;
  gap: 5px;
  width: 95px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4dacd;
}
.browser-bar .demo-label {
  font-size: 7px;
  letter-spacing: 1.2px;
}
.product-grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  padding: 10px;
  gap: 13px;
}
.meeting-window {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #24493e;
  color: #fff;
  min-height: 348px;
  display: flex;
  flex-direction: column;
}
.meeting-top {
  display: flex;
  justify-content: space-between;
  padding: 17px 19px;
  font-size: 9px;
  color: #d2dfd4;
  position: relative;
  z-index: 1;
}
.meeting-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.meeting-top .status-dot {
  background: #ceee98;
  width: 5px;
  height: 5px;
}
.speaker-visual {
  position: absolute;
  inset: 35px 0 70px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 48% 70%, #58725850, transparent 67%);
}
.speaker-orbit {
  position: absolute;
  border: 1px solid #a0c38c17;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  transform: translateY(-18px);
}
.orbit-two {
  width: 250px;
  height: 250px;
}
.orbit-three {
  width: 345px;
  height: 345px;
}
.speaker-avatar {
  width: 90px;
  height: 90px;
  background: linear-gradient(140deg, #dce9bc, #a5c48b);
  border: 5px solid #63836950;
  background-clip: padding-box;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  font-weight: 400;
  color: #234535;
  position: relative;
  transform: translateY(-18px);
  box-shadow: 0 0 0 9px #8faa7120;
}
.speaker-wave {
  position: absolute;
  bottom: -1px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 26px;
  height: 26px;
  background: #d5f695;
  border: 3px solid #294d3f;
  border-radius: 50%;
}
.speaker-wave i {
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 3px;
  background: #315034;
}
.speaker-wave i:nth-child(2) {
  height: 13px;
}
.speaker-wave i:nth-child(3) {
  height: 6px;
}
.self-view {
  position: absolute;
  right: 15px;
  top: 24px;
  width: 80px;
  height: 64px;
  border-radius: 6px;
  background: #5c7062;
  box-shadow: 0 2px 3px #142e2420;
  display: grid;
  place-items: center;
}
.self-view > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #c5c4ad;
  color: #4a5843;
  font-size: 13px;
}
.self-view small {
  position: absolute;
  bottom: 4px;
  left: 7px;
  font-size: 7px;
}
.customer-speech {
  position: relative;
  z-index: 1;
  margin: auto 24px 13px;
  text-align: center;
}
.speaker-label {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #b3c7b7;
}
.customer-speech p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: -0.25px;
}
.meeting-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;
  padding: 12px 0;
  border-top: 1px solid #b7c9b51f;
  font-size: 8px;
  color: #c4d4c6;
}
.meeting-bottom > .icon {
  width: 14px;
  height: 14px;
}
.call-controls {
  display: flex;
  gap: 7px;
  margin-right: 45px;
}
.call-controls > span {
  width: 29px;
  height: 26px;
  border-radius: 6px;
  background: #ffffff12;
  display: grid;
  place-items: center;
}
.call-controls .icon {
  width: 13px;
  height: 13px;
  color: #e2e9dd;
}
.call-controls > .end-call {
  background: #cc7462;
  width: 37px;
}
.copilot-window {
  padding: 11px 12px 7px 3px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.copilot-top,
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.65px;
}
.mini-brand .brand-icon {
  width: 22px;
  height: 24px;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  color: #52703f;
  padding: 4px 8px;
  background: #f2f7e9;
  border: 1px solid #e4eddb;
  border-radius: 100px;
  white-space: nowrap;
}
.live-pill .status-dot {
  width: 4px;
  height: 4px;
}
.listening {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #607052;
  font-size: 9px;
}
.waveform {
  height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
.waveform i {
  width: 2px;
  height: 5px;
  background: #76975a;
  border-radius: 3px;
  animation: soundwave 1.25s ease-in-out 3 alternate;
  transform-origin: center;
}
.waveform i:nth-child(2n) {
  height: 12px;
  animation-delay: 0.15s;
}
.waveform i:nth-child(3n) {
  height: 17px;
  animation-delay: 0.3s;
}
.waveform i:nth-child(4n) {
  height: 9px;
  animation-delay: 0.5s;
}
.hero-suggestion {
  background: #f2f7e9;
  border: 1px solid #dce8cf;
  border-radius: 9px;
  padding: 15px 17px;
}
.suggestion-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 9px;
  color: #547740;
}
.suggestion-tag .icon {
  width: 14px;
  height: 14px;
}
.hero-suggestion > p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 9px;
  color: #48613d;
}
.hero-suggestion > p strong {
  font-weight: 600;
  color: #2d4b28;
}
.hero-suggestion blockquote {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
  background: #ffffffa3;
  border-left: 2px solid #97b675;
  margin: 12px 0;
  padding: 9px 11px;
  color: #3b5135;
}
.document-source {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 8px;
  color: #607052;
}
.document-source .icon {
  width: 12px;
  height: 12px;
}
.mock-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 7px 7px 13px;
  border: 1px solid #e3e7df;
  border-radius: 7px;
  font-size: 10px;
  color: #607052;
  margin-top: auto;
}
.mock-prompt:hover {
  border-color: #abc38e;
}
.prompt-send {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  background: var(--ink);
  color: white;
}
.prompt-send .icon {
  width: 15px;
  height: 15px;
}
.hero-product figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 10px;
  font-size: 9px;
  color: #607052;
}
.hero-product figcaption > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526444;
  font-weight: 600;
}
.hero-product figcaption .icon {
  width: 13px;
  height: 13px;
}
.compatibility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.compatibility p {
  font-size: 11px;
  color: #607052;
}
.compatibility > div {
  display: flex;
  gap: 29px;
}
.compatibility > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  color: #69735e;
}
.compatibility .icon {
  width: 16px;
  height: 16px;
}

/* Problem and the interactive product demonstration. */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.problem h2 {
  font-size: 44px;
}
.problem .section-copy {
  font-size: 14px;
  max-width: 335px;
}
.problem-scene {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.problem-scene:first-child {
  padding-top: 0;
}
.scene-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7f8f2;
  color: #7d856f;
}
.scene-icon .icon {
  width: 19px;
  height: 19px;
}
.problem-scene h3 {
  font-size: 14px;
  letter-spacing: -0.25px;
}
.problem-scene p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px;
}
.scene-number {
  margin-left: auto;
  font-size: 9px;
  color: #607052;
}
.problem-resolution {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 23px;
  font-size: 12px;
  font-weight: 600;
  color: #567449;
}
.problem-resolution .icon {
  width: 23px;
  height: 23px;
  stroke: none;
}
.demo-section {
  background: var(--wash);
  border-block: 1px solid #e4e9dc;
}
.demo-section .section-heading {
  margin-bottom: 31px;
}
.scenario-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}
.scenario-button {
  padding: 10px 18px;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #d9e2cf;
  background: transparent;
  color: #607052;
  font-size: 11px;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.scenario-button:hover {
  background: #e8efde;
}
.scenario-button.is-active {
  color: var(--ink);
  background: white;
  border-color: #aabd96;
  box-shadow: 0 3px 6px #56703d09;
}
.interactive-demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #dbe3d2;
  border-radius: 14px;
  overflow: hidden;
  max-width: 980px;
  margin: auto;
  box-shadow: var(--shadow);
  min-height: 344px;
}
.transcript-panel {
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
  background: #fcfdf9;
  border-right: 1px solid var(--line);
}
.panel-heading {
  min-height: 25px;
  font-size: 11px;
  color: #587049;
  font-weight: 600;
}
.panel-heading > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
}
.panel-heading .icon {
  width: 16px;
  height: 16px;
}
.simulation-badge {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #607052;
}
.transcript-message {
  display: flex;
  gap: 12px;
  margin-top: 33px;
}
.message-avatar {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ebeee2;
  color: #607052;
  font-size: 10px;
  font-weight: 600;
}
.customer .message-avatar {
  color: #3f5930;
  background: #e3edcf;
}
.message-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #536448;
}
.message-name time {
  font-weight: 400;
  font-size: 8px;
  color: #607052;
}
.transcript-message p {
  font-size: 13px;
  line-height: 1.85;
  color: #65705b;
  margin-top: 5px;
  min-height: 48px;
}
.customer p {
  font-size: 15px;
  font-weight: 500;
  color: #2c4825;
}
.transcript-footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  color: #607052;
}
.demo-copilot {
  padding: 27px 30px;
  position: relative;
  min-height: 350px;
}
.demo-result {
  margin-top: 29px;
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.demo-result.is-entering {
  animation: result-enter 0.4s ease both;
}
.demo-guidance {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 12px;
  color: #536946;
}
.question-label {
  font-size: 8px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: #607052;
  margin-top: 24px;
}
.demo-result blockquote {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 13px;
  margin-block: 11px 21px;
  border-left: 3px solid #b7d588;
  letter-spacing: -0.3px;
}
.demo-result .document-source {
  font-size: 9px;
}
.demo-thinking {
  position: absolute;
  inset: 75px 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #607052;
  font-size: 12px;
  text-align: center;
}
.demo-thinking > .icon {
  width: 24px;
  height: 24px;
}
.demo-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 980px;
  margin: 15px auto 0;
}
.demo-bottom p {
  font-size: 9px;
  color: #607052;
}
.demo-bottom .text-button {
  font-size: 10px;
  color: #607052;
}
.demo-bottom .icon {
  width: 13px;
  height: 13px;
}
.center-cta {
  text-align: center;
  margin-top: 37px;
}

/* The before / during / after journey. */
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.journey-card {
  background: #f6f8f1;
  border: 1px solid #e2e8d9;
  padding: 28px 25px 0;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.journey-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.journey-featured {
  background: #edf4e1;
  border-color: #d6e4bf;
}
.step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #607052;
}
.step-label > span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #ccd8be;
  border-radius: 50%;
  font-size: 8px;
  letter-spacing: 0;
}
.journey-card h3 {
  margin-top: 22px;
  font-size: 25px;
  letter-spacing: -0.9px;
  line-height: 1.3;
}
.journey-card > p {
  margin: 17px 0 29px;
  font-size: 12px;
  line-height: 1.9;
  color: #607052;
  min-height: 91px;
}
.mini-ui {
  border: 1px solid #dfe6d5;
  border-radius: 8px 8px 0 0;
  background: white;
  padding: 17px 15px;
  box-shadow: 0 5px 20px #2f4a2110;
  min-height: 219px;
  margin-top: auto;
}
.mini-ui-header {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 600;
  color: #50663e;
  margin-bottom: 14px;
}
.mini-ui-header .icon {
  width: 14px;
  height: 14px;
}
.mini-file {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid #f0f3eb;
  padding: 12px 0;
  font-size: 8px;
  font-weight: 600;
}
.mini-file small {
  display: block;
  font-size: 7px;
  color: #607052;
  font-weight: 400;
  margin-top: 2px;
}
.file-badge {
  border: 1px solid #ebd7c7;
  background: #fff5ed;
  color: #856044;
  border-radius: 4px;
  padding: 5px;
  font-size: 6px;
}
.file-badge.sage {
  border-color: #dce4d4;
  background: #f1f6e9;
  color: #607052;
}
.mini-file > .icon {
  width: 11px;
  height: 11px;
  color: #92ab6c;
  margin-left: auto;
}
.ready-label {
  font-size: 7px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #607052;
  margin-top: 13px;
}
.ready-label .status-dot {
  width: 4px;
  height: 4px;
}
.small-suggestion {
  padding: 12px;
  background: #f2f7e9;
  border: 1px solid #e0eace;
  border-radius: 6px;
}
.small-suggestion > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  color: #607052;
}
.small-suggestion .icon {
  width: 12px;
  height: 12px;
}
.small-suggestion p {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 9px;
  font-weight: 600;
  color: #526a39;
}
.mini-prompt {
  margin-top: 12px;
  border: 1px solid #e8ecdf;
  border-radius: 5px;
  padding: 7px 9px;
  font-size: 8px;
  color: #607052;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-prompt .icon {
  width: 12px;
  height: 12px;
}
.mini-success {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf3df;
  color: #6e8e4c;
}
.mini-success .icon {
  width: 12px;
  height: 12px;
}
.summary-row {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-block: 8px;
  font-size: 8px;
  border-bottom: 1px solid #f1f4eb;
  color: #607052;
}
.summary-row .icon {
  width: 11px;
  height: 11px;
  color: #9baf7d;
}
.summary-row > span {
  margin-left: auto;
  font-size: 6px;
  color: #607052;
  background: #f2f7ea;
  border-radius: 3px;
  padding: 2px 5px;
}
.followup-preview {
  margin-top: 15px;
}
.followup-preview > span {
  font-size: 6px;
  letter-spacing: 0.8px;
  color: #607052;
}
.followup-preview p {
  font-size: 8px;
  line-height: 1.8;
  margin-top: 6px;
  color: #607052;
}
.interface-note {
  font-size: 8px;
  color: #607052;
  text-align: right;
  margin-top: 12px;
}

/* The knowledge base, expressed as a simple visual flow. */
.knowledge {
  padding-top: 46px;
}
.knowledge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.knowledge .section-copy {
  font-size: 14px;
  max-width: 395px;
}
.knowledge-benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  font-size: 11px;
  color: #607052;
}
.knowledge-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.knowledge-benefits .icon {
  width: 14px;
  height: 14px;
}
.knowledge-visual {
  position: relative;
  background: radial-gradient(ellipse at center, #e8efd9, transparent 72%);
  padding: 30px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.document-cloud {
  display: flex;
  gap: 14px;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.document-cloud > span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #e1e7d5;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 10px;
  box-shadow: 0 3px 8px #435b2810;
  transform: rotate(-7deg);
}
.document-cloud > span:nth-child(2) {
  transform: translateY(-15px) rotate(3deg);
}
.document-cloud > span:nth-child(3) {
  transform: rotate(8deg);
}
.document-cloud .icon {
  width: 17px;
  height: 17px;
  color: #899f68;
}
.knowledge-connector {
  width: 65%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.knowledge-connector > span {
  height: 44px;
  width: 50%;
  border: 1px solid #c7d7ad;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 20px;
}
.knowledge-connector > span:nth-child(2) {
  width: 1px;
  border: 0;
  border-left: 1px solid #c7d7ad;
  height: 60px;
}
.knowledge-connector > span:nth-child(3) {
  border-left: 0;
  border-right: 1px solid #c7d7ad;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}
.knowledge-core {
  width: 77px;
  height: 77px;
  border-radius: 20px;
  background: var(--ink);
  color: #d5f695;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 9px #e3edcf,
    0 0 0 10px #d4e0c1,
    0 18px 30px #35542b20;
  position: relative;
  z-index: 1;
}
.knowledge-core svg {
  width: 40px;
  height: 40px;
}
.knowledge-stem {
  height: 43px;
  width: 1px;
  background: #c7d7ad;
}
.knowledge-answer {
  width: 100%;
  max-width: 360px;
  padding: 21px;
  background: #fff;
  border: 1px solid #dce7c9;
  border-radius: 10px;
  box-shadow: 0 10px 25px #29451d0c;
}
.knowledge-answer > p {
  font-size: 15px;
  margin: 12px 0 19px;
  line-height: 1.75;
  font-weight: 400;
}
.knowledge-answer strong {
  font-weight: 600;
}
.knowledge-answer .document-source {
  font-size: 8px;
}
.screenshot-trigger {
  font-size: 9px;
  color: #607052;
  gap: 6px;
  margin-top: 22px;
}
.screenshot-trigger .icon {
  width: 13px;
  height: 13px;
}

/* Comparison, audience, pricing. */
.comparison-section {
  background: #f4f6ef;
  border-block: 1px solid #e8ebdf;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  margin: auto;
  gap: 22px;
}
.comparison {
  padding: 36px 38px;
  border: 1px solid #e0e5d6;
  border-radius: 13px;
  background: #f9faf6;
}
.comparison h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: -0.7px;
}
.comparison h3 .icon {
  width: 23px;
  height: 23px;
}
.without h3 {
  color: #607052;
}
.without h3 .icon {
  width: 19px;
  height: 19px;
}
.comparison > p {
  margin-top: 13px;
  font-size: 10px;
  color: #607052;
}
.comparison ul {
  margin-top: 28px;
  display: grid;
  gap: 17px;
  font-size: 11px;
}
.comparison li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #607052;
}
.comparison li::before {
  content: "−";
  color: #607052;
  font-size: 13px;
}
.with {
  position: relative;
  background: var(--ink);
  border-color: var(--ink);
  color: #eff7e6;
  box-shadow: 0 10px 30px #163e3415;
}
.with h3 .icon {
  color: var(--lime);
  stroke: none;
}
.with > p {
  color: #b0c0a5;
}
.with li {
  color: #d8e2ce;
}
.with li::before {
  content: "✓";
  color: #c4e998;
}
.comparison-note {
  position: absolute;
  right: 25px;
  top: -12px;
  background: var(--lime);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 7px;
  font-weight: 600;
  color: var(--ink);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.audience-card {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.audience-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: #f1f5e8;
  border: 1px solid #e1e9d5;
  border-radius: 11px;
  margin-bottom: 22px;
  color: #749251;
}
.audience-icon .icon {
  width: 23px;
  height: 23px;
}
.audience-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
  margin-bottom: 14px;
}
.audience-card h3 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.7px;
}
.audience-card > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: #607052;
  margin-top: 15px;
  max-width: 310px;
}
.audience-card .text-link {
  font-size: 10px;
  margin-top: auto;
  padding-top: 24px;
}
.audience-card .text-link .icon {
  width: 15px;
  height: 15px;
}
.pricing-section {
  background: #f4f6ee;
  border-block: 1px solid #e7ebde;
}
.pricing-section .section-heading > p:last-child {
  font-size: 13px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 63px;
}
.pricing-card {
  position: relative;
  border: 1px solid #dfe5d5;
  background: #fcfdf9;
  padding: 32px 29px;
  border-radius: 12px;
}
.plan-label {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #607052;
}
.pricing-card h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
  margin-top: 15px;
}
.plan-description {
  font-size: 10px;
  color: #607052;
  margin-top: 9px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 51px;
  font-weight: 600;
  letter-spacing: -2.3px;
  line-height: 1.2;
  margin-block: 32px;
}
.price > span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.price .price-period {
  font-size: 10px;
  letter-spacing: 0;
  color: #607052;
  margin-left: 3px;
}
.pricing-card > .button {
  width: 100%;
  min-height: 44px;
  font-size: 10px;
  justify-content: space-between;
  padding-inline: 15px;
  border-radius: 6px;
}
.pricing-card > .button .icon {
  width: 15px;
  height: 15px;
}
.included-label {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #e6ebdd;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #607052;
}
.plan-features {
  display: grid;
  gap: 15px;
  margin-top: 18px;
}
.plan-features li {
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  color: #607052;
}
.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #84a65e;
  font-size: 12px;
}
.plan-features strong {
  font-weight: 600;
}
.pro {
  background: var(--ink);
  border-color: var(--ink);
  color: #f1f8e9;
  box-shadow: 0 12px 25px #173f351a;
}
.popular-label {
  position: absolute;
  top: -27px;
  left: -1px;
  right: -1px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: var(--ink);
  height: 37px;
  border-radius: 10px 10px 0 0;
  font-size: 9px;
  font-weight: 600;
}
.popular-label .icon {
  width: 13px;
  height: 13px;
}
.pro .plan-label {
  color: #abc59a;
}
.pro .plan-description {
  color: #b4c8a6;
}
.pro .price-period {
  color: #b7caa9;
}
.pro .included-label {
  color: #c1d3b2;
  border-color: #3b5944;
}
.pro .plan-features li {
  color: #dfead5;
}
.pro .plan-features li::before {
  color: #ceecab;
}
.plan-footnote {
  font-size: 8px;
  margin-top: 25px;
  color: #a2bb90;
}
.custom-price {
  font-size: 32px;
  letter-spacing: -1.1px;
  min-height: 61px;
  align-items: center;
}
.privacy-section {
  padding: 48px 0;
  background: #eaf0df;
  border-bottom: 1px solid #dde6d0;
}
.privacy-inner {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  max-width: 960px;
}
.privacy-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border: 1px solid #cbdab6;
  background: #f1f6e8;
  border-radius: 12px;
  flex-shrink: 0;
}
.privacy-icon .icon {
  width: 23px;
  height: 23px;
}
.privacy-inner .eyebrow {
  font-size: 8px;
  margin-bottom: 9px;
}
.privacy-inner h2 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.privacy-inner p:not(.eyebrow) {
  font-size: 11px;
  line-height: 1.9;
  color: #607052;
  max-width: 750px;
  margin-top: 15px;
}
.privacy-inner .text-link {
  font-size: 10px;
  margin-top: 15px;
}
.privacy-inner .text-link .icon {
  width: 14px;
  height: 14px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 100px;
}
.faq-grid .section-copy {
  font-size: 13px;
}
.faq-grid > div > .text-link {
  margin-top: 25px;
  font-size: 11px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 22px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background: #809465;
  left: 4px;
  right: 4px;
  top: 8px;
  height: 1px;
  transition: transform 0.2s;
}
.faq-toggle::after {
  transform: rotate(90deg);
}
details[open] .faq-toggle::after {
  transform: rotate(0);
}
.faq-answer {
  padding: 0 29px 23px 0;
  font-size: 11px;
  color: #607052;
  line-height: 1.95;
}
.faq-answer p + p {
  margin-top: 12px;
}
.faq-answer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #526e3d;
  overflow-wrap: anywhere;
}

/* Closing and supporting components. */
.final-cta {
  padding: 0 24px 24px;
}
.final-inner {
  width: 100%;
  max-width: 1392px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--deep);
  color: #f4faec;
  padding: 72px 30px 67px;
  isolation: isolate;
}
.final-inner > .eyebrow {
  color: #bed1a9;
  font-size: 8px;
  margin-bottom: 19px;
}
.final-mark {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 29px;
  width: 49px;
  height: 49px;
  border: 1px solid #93b17444;
  background: #ffffff06;
  border-radius: 12px;
  color: #d5f695;
}
.final-mark .brand-icon {
  width: 29px;
  height: 29px;
}
.final-inner h2 {
  font-size: 44px;
  letter-spacing: -1.7px;
  line-height: 1.25;
}
.final-inner > p:not(.eyebrow) {
  color: #aec3a0;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 22px;
}
.final-inner > .button {
  margin-top: 28px;
  font-size: 12px;
}
.final-inner .reassurance {
  font-size: 8px;
  color: #b6caa8;
  gap: 13px;
}
.final-inner .reassurance li + li::before {
  content: "·";
  margin-right: 8px;
  color: #7f9b70;
}
.final-orbits {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  opacity: 0.4;
}
.final-orbits i {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid #97b97325;
  border-radius: 50%;
}
.final-orbits i:nth-child(2) {
  width: 830px;
  height: 830px;
}
.final-orbits i:nth-child(3) {
  width: 1040px;
  height: 1040px;
}
.final-orbits i:nth-child(4) {
  width: 1250px;
  height: 1250px;
}
.site-footer {
  padding: 57px 0 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-top .brand {
  font-size: 24px;
}
.footer-top > div > p {
  margin-top: 18px;
  font-size: 11px;
  color: #607052;
  line-height: 1.8;
}
.footer-top nav {
  display: flex;
  gap: 100px;
}
.footer-top nav > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  color: #607052;
}
.footer-top nav > div > span {
  font-size: 8px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #607052;
  margin-bottom: 5px;
}
.footer-top nav .icon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.footer-top a:hover {
  color: #8bab61;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  font-size: 8px;
  color: #607052;
}
.footer-bottom > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-bottom .icon {
  width: 16px;
  height: 16px;
  stroke: none;
}
.mobile-cta {
  display: none;
}
.screenshot-dialog {
  border: 1px solid #d5dfcb;
  border-radius: 15px;
  width: min(1100px, 92vw);
  max-height: 90dvh;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px #0b211555;
  overscroll-behavior: contain;
}
.screenshot-dialog::backdrop {
  background: #142b24b8;
  backdrop-filter: blur(6px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}
.dialog-header h2 {
  font-size: 22px;
  letter-spacing: -0.8px;
}
.dialog-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: #edf2e4;
  border-radius: 50%;
}
.screenshot-dialog img {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.screenshot-dialog > p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
}
.customer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 36px;
}
.customer-logos img {
  max-width: 130px;
  max-height: 45px;
  object-fit: contain;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
}
.testimonial-card blockquote {
  font-size: 15px;
  line-height: 1.8;
}
.testimonial-card figcaption {
  display: grid;
  gap: 3px;
  margin-top: 22px;
  font-size: 11px;
}
.testimonial-role {
  color: var(--muted);
}
@keyframes soundwave {
  0%,
  100% {
    transform: scaleY(0.65);
  }
  50% {
    transform: scaleY(1.15);
  }
}
@keyframes result-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet. */
@media (min-width: 1500px) {
  .hero {
    padding-top: 77px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero-product {
    margin-top: 53px;
  }
  .hero-description {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 20px;
  }
  .main-nav {
    gap: 20px;
    margin-left: 0;
  }
  .header-actions {
    gap: 17px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .problem-grid {
    gap: 60px;
  }
  .problem h2 {
    font-size: 39px;
  }
  .knowledge-grid {
    gap: 40px;
  }
  .faq-grid {
    gap: 60px;
  }
  .pricing-card {
    padding: 29px 23px;
  }
  .audience-grid {
    gap: 25px;
  }
  .journey-card {
    padding: 25px 19px 0;
  }
  .journey-card h3 {
    font-size: 23px;
  }
  .hero-product {
    padding: 10px 10px 0;
  }
  .copilot-window {
    padding-right: 9px;
  }
  .hero-suggestion {
    padding: 14px;
  }
  .document-cloud {
    gap: 9px;
  }
  .document-cloud > span {
    padding: 12px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 17px;
  }
  .main-nav a {
    font-size: 10px;
  }
  .header-actions .login-link {
    display: none;
  }
  .header-inner {
    height: 72px;
  }
  .brand {
    font-size: 23px;
  }
  .hero {
    padding-top: 48px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -2.5px;
  }
  .hero-product {
    margin-top: 37px;
  }
  .hero-description {
    max-width: 550px;
    font-size: 14px;
  }
  .hero-eyebrow {
    font-size: 8px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 8px;
  }
  .copilot-window {
    padding-left: 4px;
  }
  .hero-suggestion > p {
    font-size: 13px;
  }
  .hero-suggestion blockquote {
    font-size: 10px;
  }
  .customer-speech p {
    font-size: 16px;
  }
  .hero-product figcaption {
    font-size: 8px;
  }
  .hero-product figcaption > span:last-child {
    font-size: 7px;
  }
  .compatibility {
    flex-direction: column;
    gap: 18px;
    padding-block: 27px;
  }
  .section {
    padding-block: 78px;
  }
  .problem-grid {
    gap: 35px;
  }
  .problem h2 {
    font-size: 34px;
  }
  .problem-scene h3 {
    font-size: 12px;
  }
  .problem-scene p {
    font-size: 10px;
  }
  .scene-icon {
    width: 35px;
    height: 35px;
  }
  .problem-resolution {
    font-size: 10px;
  }
  .heading-row {
    gap: 30px;
  }
  .heading-row > p:last-child {
    font-size: 12px;
  }
  .journey-grid {
    gap: 12px;
  }
  .journey-card {
    padding: 21px 16px 0;
  }
  .journey-card h3 {
    font-size: 21px;
  }
  .journey-card > p {
    font-size: 11px;
    min-height: 104px;
  }
  .mini-ui {
    padding: 13px 10px;
  }
  .mini-ui-header {
    font-size: 8px;
  }
  .small-suggestion p {
    font-size: 10px;
  }
  .knowledge {
    padding-top: 10px;
  }
  .knowledge-grid {
    gap: 25px;
  }
  .knowledge-visual {
    padding-inline: 0;
  }
  .knowledge h2 {
    font-size: 34px;
  }
  .knowledge .section-copy {
    font-size: 12px;
  }
  .document-cloud > span {
    font-size: 8px;
    gap: 5px;
    padding: 11px;
  }
  .knowledge-answer {
    max-width: 320px;
  }
  .comparison {
    padding: 30px;
  }
  .comparison li {
    font-size: 10px;
  }
  .comparison > p {
    font-size: 9px;
  }
  .audience-card h3 {
    font-size: 19px;
  }
  .audience-card > p:not(.eyebrow) {
    font-size: 11px;
  }
  .audience-card .text-link {
    font-size: 9px;
    gap: 5px;
  }
  .pricing-card {
    padding: 25px 19px;
  }
  .plan-description {
    min-height: 34px;
  }
  .price {
    font-size: 44px;
    min-height: 53px;
    margin-block: 23px;
  }
  .custom-price {
    font-size: 27px;
  }
  .plan-features li {
    font-size: 9px;
  }
  .included-label {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .pricing-card > .button {
    font-size: 9px;
    padding-inline: 12px;
    gap: 7px;
  }
  .faq-grid {
    gap: 45px;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .footer-top nav {
    gap: 65px;
  }
}

/* Mobile: full readable content, a native disclosure menu, and a reachable CTA. */
@media (max-width: 700px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 66px;
  }
  .site-header {
    backdrop-filter: blur(10px);
  }
  .header-inner {
    height: 68px;
    gap: 10px;
  }
  .brand {
    font-size: 24px;
  }
  .brand .brand-icon {
    width: 25px;
    height: 28px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .button {
    font-size: 10px;
    min-height: 37px;
    padding: 9px 12px;
    gap: 10px;
  }
  .header-actions .button .icon {
    width: 14px;
    height: 14px;
  }
  .menu-toggle {
    display: block;
    width: 35px;
    padding: 7px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 20px;
    box-shadow: 0 12px 20px #1b3d2b0a;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-nav a {
    padding: 12px 10px;
    font-size: 14px;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero {
    padding-top: 43px;
  }
  .hero-eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
    padding: 6px 10px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(35px, 7.3vw, 49px);
    letter-spacing: -1.8px;
    line-height: 1.15;
  }
  .highlight-word > svg {
    height: 8px;
    bottom: -6px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.85;
    max-width: 420px;
    margin-top: 25px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 47px;
    padding: 12px 17px;
    gap: 12px;
  }
  .hero-actions .icon {
    width: 15px;
    height: 15px;
  }
  .reassurance {
    gap: 13px;
    font-size: 8px;
    margin-top: 15px;
  }
  .reassurance .icon {
    width: 11px;
    height: 11px;
  }
  .hero-product {
    margin-top: 33px;
    padding: 7px 7px 0;
    border-radius: 13px 13px 0 0;
  }
  .browser-bar {
    height: 31px;
    padding-inline: 10px;
    font-size: 7px;
  }
  .window-dots {
    width: 29px;
    gap: 3px;
  }
  .window-dots i {
    width: 4px;
    height: 4px;
  }
  .browser-bar .demo-label {
    font-size: 5px;
    letter-spacing: 0.4px;
  }
  .browser-bar > span {
    gap: 3px;
  }
  .browser-bar .icon {
    width: 8px;
    height: 8px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    padding: 7px;
    gap: 0;
  }
  .meeting-window {
    min-height: 249px;
  }
  .meeting-top {
    padding: 13px 14px;
    font-size: 8px;
  }
  .speaker-visual {
    inset: 25px 0 35px;
  }
  .speaker-avatar {
    width: 62px;
    height: 62px;
    font-size: 25px;
    transform: translateY(-29px);
  }
  .speaker-orbit {
    transform: translateY(-29px);
  }
  .orbit-one {
    width: 116px;
    height: 116px;
  }
  .orbit-two {
    width: 185px;
    height: 185px;
  }
  .orbit-three {
    width: 251px;
    height: 251px;
  }
  .speaker-wave {
    width: 23px;
    height: 23px;
    border-width: 2px;
  }
  .self-view {
    width: 59px;
    height: 48px;
    top: 12px;
    right: 13px;
  }
  .self-view > span {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .self-view small {
    font-size: 6px;
  }
  .customer-speech {
    margin-bottom: 11px;
  }
  .speaker-label {
    font-size: 6px;
  }
  .customer-speech p {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 7px;
  }
  .meeting-bottom {
    padding: 9px 0;
    font-size: 7px;
  }
  .call-controls > span {
    height: 24px;
    width: 26px;
  }
  .call-controls > .end-call {
    width: 34px;
  }
  .copilot-window {
    padding: 18px 10px 8px;
    gap: 12px;
  }
  .copilot-top {
    padding-inline: 2px;
  }
  .mini-brand {
    font-size: 14px;
  }
  .hero-suggestion {
    padding: 14px 15px;
  }
  .hero-suggestion > p {
    font-size: 14px;
    line-height: 1.5;
  }
  .hero-suggestion > p br {
    display: none;
  }
  .hero-suggestion blockquote {
    font-size: 12px;
    padding-block: 8px;
    margin-block: 12px;
  }
  .hero-suggestion .suggestion-tag {
    font-size: 9px;
  }
  .hero-suggestion .document-source {
    font-size: 8px;
  }
  .listening {
    font-size: 8px;
  }
  .listening .waveform {
    height: 16px;
  }
  .mock-prompt {
    font-size: 10px;
  }
  .hero-product figcaption {
    padding: 11px 4px;
    font-size: 8px;
    justify-content: center;
  }
  .hero-product figcaption > span:last-child {
    display: none;
  }
  .compatibility {
    padding: 26px 0;
    gap: 14px;
  }
  .compatibility p {
    font-size: 9px;
  }
  .compatibility > div {
    gap: 17px;
  }
  .compatibility > div > span {
    font-size: 8px;
    gap: 5px;
  }
  .compatibility .icon {
    width: 12px;
    height: 12px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .problem h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .problem h2 .muted-heading br {
    display: none;
  }
  .problem .section-copy {
    font-size: 13px;
    max-width: 400px;
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
  }
  .problem-scene {
    padding-block: 21px;
    gap: 13px;
  }
  .scene-icon {
    width: 38px;
    height: 38px;
  }
  .problem-scene h3 {
    font-size: 13px;
  }
  .problem-scene p {
    font-size: 11px;
  }
  .problem-resolution {
    font-size: 11px;
    margin-top: 20px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .section-heading {
    margin-bottom: 33px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 18px;
  }
  .demo-section .section-heading {
    margin-bottom: 24px;
  }
  .scenario-tabs {
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .scenario-button {
    font-size: 9px;
    padding: 8px 11px;
    min-height: 38px;
  }
  .interactive-demo {
    grid-template-columns: 1fr;
    border-radius: 11px;
  }
  .transcript-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 21px;
  }
  .transcript-message {
    margin-top: 22px;
    gap: 10px;
  }
  .transcript-message p {
    min-height: 0;
    font-size: 12px;
  }
  .customer p {
    font-size: 14px;
  }
  .transcript-footer {
    padding-top: 20px;
  }
  .demo-copilot {
    padding: 22px 21px;
    min-height: 323px;
  }
  .demo-guidance {
    font-size: 13px;
  }
  .demo-result {
    margin-top: 23px;
  }
  .demo-result blockquote {
    font-size: 17px;
  }
  .question-label {
    margin-top: 19px;
  }
  .demo-bottom {
    align-items: flex-start;
    gap: 13px;
  }
  .demo-bottom p {
    font-size: 8px;
    max-width: 230px;
  }
  .demo-bottom .text-button {
    white-space: nowrap;
    font-size: 8px;
    gap: 5px;
    padding-top: 0;
  }
  .demo-bottom .icon {
    width: 12px;
    height: 12px;
  }
  .center-cta {
    margin-top: 29px;
  }
  .center-cta .text-link {
    font-size: 11px;
  }
  .heading-row {
    display: block;
  }
  .heading-row > p:last-child {
    margin-top: 20px;
    font-size: 12px;
    max-width: none;
  }
  .heading-row > p:last-child br {
    display: none;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .journey-card {
    padding: 26px 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .step-label {
    grid-column: 1/-1;
    font-size: 8px;
  }
  .journey-card h3 {
    font-size: 22px;
    align-self: start;
    line-height: 1.35;
    margin-top: 21px;
  }
  .journey-card > p {
    font-size: 11px;
    min-height: 0;
    margin: 16px 0 25px;
    grid-column: 1;
  }
  .mini-ui {
    grid-column: 2;
    grid-row: 2/4;
    align-self: end;
    padding: 13px 12px;
    min-height: 198px;
    margin-top: 23px;
    margin-right: -8px;
    margin-left: -7px;
  }
  .mini-ui-header {
    font-size: 7px;
    gap: 5px;
  }
  .mini-ui-header .icon {
    width: 12px;
    height: 12px;
  }
  .mini-file {
    gap: 5px;
    font-size: 7px;
  }
  .mini-file small {
    font-size: 6px;
  }
  .file-badge {
    font-size: 5px;
    padding: 4px;
  }
  .ready-label {
    font-size: 6px;
  }
  .small-suggestion {
    padding: 10px;
  }
  .small-suggestion p {
    font-size: 9px;
  }
  .small-suggestion > span {
    font-size: 7px;
  }
  .mini-prompt {
    font-size: 7px;
    padding: 7px 5px;
  }
  .summary-row {
    font-size: 7px;
    gap: 4px;
  }
  .summary-row > span {
    font-size: 5px;
    padding: 2px 3px;
  }
  .followup-preview p {
    font-size: 7px;
  }
  .interface-note {
    font-size: 7px;
    margin-top: 12px;
    text-align: center;
  }
  .knowledge {
    padding-top: 10px;
  }
  .knowledge-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .knowledge-copy h2 {
    font-size: 36px;
  }
  .knowledge-copy h2 > br:first-of-type {
    display: none;
  }
  .knowledge .section-copy {
    font-size: 13px;
  }
  .knowledge-benefits {
    font-size: 11px;
    gap: 10px;
    margin-block: 21px 24px;
  }
  .knowledge-copy > .text-link {
    font-size: 12px;
  }
  .knowledge-visual {
    max-width: 440px;
    width: 100%;
    margin-inline: auto;
    padding-top: 37px;
  }
  .document-cloud {
    gap: 17px;
  }
  .document-cloud > span {
    font-size: 10px;
    padding: 12px 14px;
  }
  .knowledge-answer {
    max-width: 350px;
  }
  .knowledge-core {
    width: 70px;
    height: 70px;
  }
  .screenshot-trigger {
    font-size: 9px;
    margin-top: 18px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .comparison {
    padding: 30px;
  }
  .comparison h3 {
    font-size: 20px;
  }
  .comparison > p {
    font-size: 11px;
  }
  .comparison ul {
    gap: 14px;
    margin-top: 24px;
  }
  .comparison li {
    font-size: 12px;
  }
  .comparison-note {
    font-size: 7px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .audience-card {
    padding: 0 0 30px;
    border-bottom: 1px solid var(--line);
  }
  .audience-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .audience-icon {
    margin-bottom: 20px;
  }
  .audience-card h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .audience-card h3 br {
    display: none;
  }
  .audience-card > p:not(.eyebrow) {
    max-width: none;
    font-size: 12px;
  }
  .audience-card .eyebrow {
    font-size: 8px;
  }
  .audience-card .text-link {
    font-size: 11px;
    padding-top: 20px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }
  .pricing-card {
    padding: 29px;
  }
  .pro {
    margin-top: 18px;
  }
  .plan-label {
    font-size: 8px;
  }
  .pricing-card h3 {
    font-size: 28px;
  }
  .plan-description {
    min-height: 0;
    font-size: 12px;
  }
  .price {
    font-size: 49px;
    margin-block: 26px;
  }
  .price .price-period {
    font-size: 11px;
  }
  .custom-price {
    font-size: 33px;
  }
  .pricing-card > .button {
    font-size: 12px;
    min-height: 47px;
    padding-inline: 18px;
  }
  .included-label {
    font-size: 8px;
    letter-spacing: 0.8px;
    margin-top: 25px;
    padding-top: 24px;
  }
  .plan-features li {
    font-size: 12px;
  }
  .plan-features {
    gap: 14px;
  }
  .plan-footnote {
    font-size: 9px;
    margin-top: 23px;
  }
  .popular-label {
    font-size: 10px;
  }
  .privacy-section {
    padding-block: 32px;
  }
  .privacy-inner {
    gap: 16px;
  }
  .privacy-icon {
    width: 37px;
    height: 37px;
    border-radius: 9px;
  }
  .privacy-icon .icon {
    width: 18px;
    height: 18px;
  }
  .privacy-inner .eyebrow {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .privacy-inner h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .privacy-inner p:not(.eyebrow) {
    font-size: 11px;
    line-height: 1.9;
  }
  .privacy-inner .text-link {
    font-size: 10px;
    gap: 7px;
  }
  .privacy-inner .text-link .icon {
    flex-shrink: 0;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq-grid .section-copy {
    font-size: 13px;
    margin-top: 18px;
  }
  .faq-grid .section-copy br {
    display: none;
  }
  .faq-grid > div > .text-link {
    margin-top: 15px;
  }
  .faq-list summary {
    font-size: 12px;
    padding-block: 21px;
  }
  .faq-answer {
    font-size: 12px;
    padding-right: 13px;
  }
  .final-cta {
    padding: 0 12px 12px;
  }
  .final-inner {
    padding: 51px 19px 44px;
    border-radius: 13px;
  }
  .final-inner > .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .final-inner h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .final-inner h2 br {
    display: none;
  }
  .final-inner > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.85;
    margin-top: 19px;
  }
  .final-inner > .button {
    font-size: 11px;
    padding: 13px 18px;
    gap: 13px;
    min-height: 49px;
    margin-top: 25px;
  }
  .final-inner .reassurance {
    font-size: 7px;
    gap: 10px;
  }
  .final-mark {
    margin-bottom: 24px;
  }
  .site-footer {
    padding: 43px 0 105px;
  }
  .footer-top {
    flex-direction: column;
    gap: 35px;
    padding-bottom: 35px;
  }
  .footer-top > div > p {
    font-size: 11px;
  }
  .footer-top nav {
    gap: 40px;
    justify-content: space-between;
  }
  .footer-top nav > div {
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 15px;
    padding-top: 20px;
  }
  .footer-bottom > span {
    display: none;
  }
  .footer-bottom > p {
    width: 100%;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 25;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fcfdf9f5;
    backdrop-filter: blur(15px);
    border-top: 1px solid #dce5d2;
    padding: 11px 20px max(11px, env(safe-area-inset-bottom));
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transform: translateY(110%);
    transition: transform 0.25s;
    box-shadow: 0 -4px 25px #1e3c2410;
  }
  .mobile-cta.is-visible {
    transform: translateY(0);
  }
  .mobile-cta > span {
    font-size: 9px;
    line-height: 1.6;
    color: #7c8d6a;
  }
  .mobile-cta strong {
    font-weight: 600;
    color: #466535;
  }
  .mobile-cta > .button {
    font-size: 10px;
    padding: 10px 13px;
    gap: 12px;
    min-height: 40px;
  }
  .mobile-cta .icon {
    width: 14px;
    height: 14px;
  }
  .screenshot-dialog {
    padding: 15px;
    width: 95vw;
  }
  .dialog-header h2 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .dialog-header {
    gap: 10px;
  }
  .screenshot-dialog > p {
    font-size: 9px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }
  .header-actions .button {
    font-size: 9px;
    padding-inline: 10px;
  }
  .header-actions .button .icon {
    display: none;
  }
  .brand {
    font-size: 22px;
  }
  .hero h1 {
    font-size: 33px;
    letter-spacing: -1.5px;
  }
  .hero-eyebrow {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .hero-actions .button {
    padding-inline: 12px;
    font-size: 10px;
    gap: 9px;
  }
  .reassurance {
    font-size: 7px;
    gap: 9px;
  }
  .compatibility > div {
    gap: 11px;
  }
  .compatibility > div > span {
    font-size: 7px;
  }
  .journey-card {
    display: flex;
    padding: 25px 23px 0;
  }
  .journey-card h3 {
    font-size: 25px;
  }
  .journey-card > p {
    font-size: 12px;
    margin: 15px 0 23px;
  }
  .mini-ui {
    width: 100%;
    margin: 0;
    min-height: 210px;
    padding: 17px;
  }
  .mini-ui-header {
    font-size: 9px;
  }
  .mini-file {
    font-size: 8px;
  }
  .small-suggestion p {
    font-size: 11px;
  }
  .summary-row {
    font-size: 9px;
  }
  .followup-preview p {
    font-size: 9px;
  }
  .document-cloud {
    gap: 10px;
  }
  .document-cloud > span {
    font-size: 9px;
    padding: 10px 12px;
  }
  .demo-bottom {
    flex-direction: column;
    gap: 9px;
  }
  .demo-bottom p {
    max-width: none;
  }
  .final-inner h2 {
    font-size: 29px;
  }
  .mobile-cta > span {
    font-size: 8px;
  }
  .mobile-cta > .button {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .journey-card:hover {
    transform: none;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .mobile-cta,
  .scenario-tabs,
  #replay-demo,
  .screenshot-trigger,
  .final-orbits {
    display: none !important;
  }
  body {
    font-size: 11pt;
    color: #000;
    background: #fff;
  }
  .container {
    width: 100%;
  }
  .section {
    padding-block: 25px;
  }
  .hero {
    padding-top: 20px;
  }
  h1,
  h2,
  h3 {
    break-after: avoid;
  }
  .journey-card,
  .pricing-card,
  .comparison {
    break-inside: avoid;
  }
  .final-cta {
    padding: 0;
  }
  .site-footer {
    padding-bottom: 0;
  }
}

/* Keep informational copy comfortable to read outside the illustrative UI. */
.main-nav a,
.login-link {
  font-size: 12px;
}
.hero .reassurance {
  font-size: 11px;
}
.problem-scene p {
  font-size: 12px;
}
.journey-card > p,
.audience-card > p:not(.eyebrow) {
  font-size: 13px;
}
.plan-description,
.plan-features li,
.comparison li {
  font-size: 13px;
}
.pricing-card > .button {
  font-size: 12px;
}
.plan-label,
.included-label {
  font-size: 9px;
}
.comparison > p {
  font-size: 12px;
}
.privacy-inner p:not(.eyebrow) {
  font-size: 13px;
}
.faq-list summary {
  font-size: 14px;
}
.faq-answer {
  font-size: 13px;
}
.footer-top > div > p,
.footer-top nav > div {
  font-size: 12px;
}
.footer-bottom {
  font-size: 10px;
}
.hero-product figcaption,
.demo-bottom p,
.interface-note {
  font-size: 10px;
}
.screenshot-trigger {
  font-size: 11px;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .main-nav {
    gap: 15px;
  }
  .main-nav a {
    font-size: 11px;
  }
  .plan-label,
  .included-label {
    font-size: 8px;
  }
  .pricing-card > .button {
    font-size: 10px;
  }
  .plan-features li {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .main-nav a {
    font-size: 14px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero .reassurance {
    font-size: 9px;
  }
  .hero-product figcaption {
    font-size: 9px;
  }
  .demo-bottom p {
    font-size: 10px;
  }
  .demo-bottom {
    flex-wrap: wrap;
  }
  .demo-bottom .text-button {
    font-size: 10px;
  }
  .journey-card > p {
    font-size: 12px;
  }
  .audience-card > p:not(.eyebrow) {
    font-size: 14px;
  }
  .privacy-inner p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-answer {
    font-size: 14px;
  }
  .interface-note {
    font-size: 9px;
  }
  .screenshot-trigger {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .footer-top nav {
    gap: 24px;
  }
}
@media (max-width: 380px) {
  .hero .reassurance {
    font-size: 8px;
  }
  .hero-description {
    font-size: 13px;
  }
}
