:root {
  --ink: #121714;
  --muted: #69736d;
  --green: #117c4d;
  --green-dark: #07552f;
  --mint: #e8f4ec;
  --line: #e4e8e4;
  --paper: #fff;
  --tint: #f6f8f5;
  --radius: 22px;
  --font: "Inter", "Helvetica Neue", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
button {
  border: 0;
  background: none;
}
button:disabled {
  cursor: default;
}
svg {
  flex-shrink: 0;
}
button svg,
a svg {
  vertical-align: middle;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #238456;
  outline-offset: 5px;
}
input:focus-visible {
  outline-offset: 1px;
}
.wrap {
  width: min(1184px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.65px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #208653;
  display: inline-block;
  flex-shrink: 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;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  z-index: 100;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.wordmark {
  font-family: "Arial Rounded MT Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -4.5px;
  line-height: 1;
  display: inline-block;
  color: #101714;
}
.brand-i {
  position: relative;
  display: inline-block;
}
.brand-dot {
  position: absolute;
  width: 0.12em;
  height: 0.12em;
  background: #20a264;
  top: 0.17em;
  left: 50%;
  transform: translateX(-13%);
  border-radius: 50%;
}
.brand-by {
  font-size: 12px;
  color: #6c746e;
  border-left: 1px solid var(--line);
  padding-left: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.brand-by strong {
  color: #3c4640;
  font-size: 14px;
  letter-spacing: -0.4px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 19px;
  flex-shrink: 0;
}
.site-header {
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 236, 231, 0.5);
}
.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: #59635c;
}
.desktop-nav a:hover {
  color: var(--green);
}
.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 23px;
  border-radius: 100px;
  font-weight: 550;
  font-size: 14px;
  line-height: 1.4;
  min-height: 48px;
  white-space: nowrap;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.button .icon {
  width: 17px;
  height: 17px;
}
.button-dark {
  background: #141b17;
  color: #fff;
  border: 1px solid #141b17;
}
.button-dark:hover {
  background: #264334;
  box-shadow: 0 5px 18px #1124191a;
  transform: translateY(-2px);
}
.button-sm {
  font-size: 12px;
  min-height: 39px;
  padding: 9px 17px;
  gap: 12px;
}
.button-outline {
  border: 1px solid #cfd7d1;
  background: transparent;
}
.button-outline:hover {
  background: #e8f0e9;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 550;
  padding: 0;
  min-height: 42px;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.18s;
}
.text-link:hover .icon {
  transform: translateX(3px);
}
.icon-button {
  height: 36px;
  width: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
}
.icon-button:hover {
  background: #eaf0eb;
}
.menu-button {
  display: none;
}
.mobile-nav {
  padding: 8px 0 20px;
}
.mobile-nav a {
  display: block;
  padding: 10px 0;
}
.hero {
  padding-top: 58px;
}
.hero-eyebrow {
  justify-content: center;
  color: #56695d;
  margin-bottom: 24px;
  gap: 9px;
}
.concept-pill {
  font-size: 9px;
  letter-spacing: 1px;
  border: 1px solid #dee7df;
  border-radius: 5px;
  padding: 3px 7px;
  color: #69776d;
  margin-left: 6px;
  font-weight: 500;
}
.hero h1 {
  text-align: center;
  font-size: clamp(64px, 7vw, 100px);
  line-height: 1.005;
  font-weight: 550;
  letter-spacing: -6.2px;
}
.hero-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: #626c65;
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
}
.hero-actions .text-link {
  font-size: 13px;
  color: #506256;
}
.hero-sculpture {
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  isolation: isolate;
}
.sculpture-glow {
  position: absolute;
  width: 390px;
  height: 180px;
  background: radial-gradient(ellipse, #b9e4c856, transparent 70%);
  top: 30px;
  z-index: -1;
}
.sculpture-platform {
  position: absolute;
  bottom: 24px;
  width: 172px;
  height: 30px;
  background: radial-gradient(ellipse, #416c5040, transparent 70%);
  filter: blur(7px);
}
.sculpture-tile {
  position: relative;
  width: 144px;
  height: 144px;
  background: linear-gradient(145deg, #fff 5%, #fafffc 38%, #e1eee3 80%, #bfd0c2);
  border-radius: 36px;
  box-shadow:
    inset 0 0 0 1px #dfe6df,
    inset 3px 4px 3px #fff,
    inset -4px -5px 8px #c6d6c9,
    12px 15px 0 -2px #bdcec0,
    14px 17px 0 -2px #e4eee5,
    17px 28px 30px #193c2724;
  transform: perspective(700px) rotateX(14deg) rotateY(-19deg) rotateZ(-9deg);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 7s ease-in-out infinite;
}
.ai-mark {
  font-family: "Arial Rounded MT Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -2.7px;
  line-height: 1;
  white-space: nowrap;
}
.ai-mark .brand-dot {
  top: 0.14em;
  left: 50%;
}
.sculpture-tile .ai-mark {
  font-size: 96px;
  letter-spacing: -10px;
  color: #13251c;
  margin-left: -10px;
  transform: translateY(-2px);
  text-shadow: 0 1px 1px #fff;
}
.sculpture-tile .brand-dot {
  background: #1daa64;
  box-shadow: 0 1px 2px #fff;
}
.float-label {
  position: absolute;
  top: 98px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #738276;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.float-label .icon {
  width: 14px;
  height: 14px;
}
.label-left {
  left: calc(50% - 283px);
  transform: rotate(-8deg);
}
.label-right {
  right: calc(50% - 285px);
  transform: rotate(8deg);
}
@keyframes float {
  0%,
  100% {
    transform: perspective(700px) translateY(0) rotateX(14deg) rotateY(-19deg) rotateZ(-9deg);
  }
  50% {
    transform: perspective(700px) translateY(-9px) rotateX(11deg) rotateY(-14deg) rotateZ(-6deg);
  }
}
.demo-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 13px 14px;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 10% 0%, #e0f4bd 0, transparent 43%),
    radial-gradient(ellipse at 90% 90%, #91b495 0, transparent 54%),
    linear-gradient(135deg, #cee4d2, #ecf5e9 55%, #b2cdb8);
  box-shadow: 0 36px 70px -40px #24442b50;
  position: relative;
  scroll-margin-top: 110px;
}
.demo-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  background: #b5cdb733;
  border-radius: 100px;
  padding: 4px;
}
.demo-tabs button {
  flex: 1;
  min-height: 42px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #465c4d;
  border-radius: 100px;
  transition: all 0.2s;
}
.demo-tabs button .icon {
  width: 16px;
  height: 16px;
}
.demo-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 2px 7px #34543612;
  color: #173123;
}
.demo-tabs button:hover {
  background: #ffffff88;
}
.demo-window {
  background: #fff;
  border: 1px solid #d7e4d9;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  text-align: left;
  height: 505px;
}
.demo-sidebar {
  background: #f7f9f6;
  padding: 22px 16px 16px;
  border-right: 1px solid #e6eae5;
  display: flex;
  flex-direction: column;
}
.sidebar-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 4px 20px;
}
.sidebar-brand .wordmark {
  font-size: 29px;
  letter-spacing: -2.7px;
}
.tiny-tag {
  font-size: 9px;
  color: #8b938d;
}
.new-chat {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #e0e5df;
  border-radius: 8px;
  font-size: 10px;
  text-align: left;
}
.new-chat .icon {
  width: 14px;
  height: 14px;
}
.new-chat:hover {
  background: #edf3eb;
}
.sidebar-caption {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #8a958c;
  margin: 24px 9px 9px;
}
.sidebar-nav {
  padding: 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  border-radius: 7px;
}
.sidebar-nav .icon {
  width: 13px;
  height: 13px;
}
.sidebar-nav.active {
  background: #e8eee6;
  color: #334936;
}
.sidebar-nav.muted {
  color: #849087;
  margin-top: 6px;
}
.sidebar-divider {
  height: 1px;
  background: #e4e8e1;
  margin: 22px 8px 0;
}
.sidebar-divider + .sidebar-caption {
  margin-top: 18px;
}
.sidebar-product {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  margin-left: 9px;
  font-weight: 550;
}
.demo-sidebar > p {
  font-size: 10px;
  color: #879188;
  line-height: 1.6;
  margin: 9px 9px 0;
}
.sidebar-bottom {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  font-size: 10px;
}
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7ede2;
  border: 1px solid #dde3d8;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 11px;
}
.sidebar-bottom small {
  display: block;
  font-size: 8px;
  color: #889188;
  margin-top: 2px;
}
.chat-workspace {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-topbar {
  height: 55px;
  border-bottom: 1px solid #f0f2ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 0 24px;
  font-size: 10px;
  color: #8b948e;
  gap: 6px;
}
.chat-topbar strong {
  font-weight: 600;
  color: #344138;
  font-size: 12px;
}
.workspace-separator {
  margin: 0 10px;
  color: #ccd4cd;
}
.demo-badge {
  font-size: 8px;
  letter-spacing: 1.2px;
  border: 1px solid #d9e3da;
  border-radius: 4px;
  padding: 3px 6px;
  color: #66816d;
  white-space: nowrap;
}
.chat-scroll {
  padding: 25px 28px 0;
  flex: 1;
  overflow: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #d6e2d8 transparent;
}
.user-message {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 27px;
  font-size: 12px;
}
.user-message > span:first-child {
  background: #f4f7f2;
  border: 1px solid #eef2e9;
  padding: 11px 15px;
  border-radius: 13px 13px 2px 13px;
  max-width: 90%;
  overflow-wrap: anywhere;
}
.user-avatar {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf0e5;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  flex-shrink: 0;
}
.assistant-message {
  display: flex;
  gap: 14px;
}
.assistant-avatar {
  width: 27px;
  flex-shrink: 0;
  padding-top: 0;
}
.assistant-avatar .ai-mark {
  font-size: 23px;
  letter-spacing: -3px;
}
.answer-eyebrow {
  font-size: 8px;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #355541;
}
.answer-eyebrow span {
  font-weight: 400;
  color: #8c968e;
}
.answer-content {
  min-width: 0;
  max-width: 565px;
}
.answer-content h4 {
  font-size: 17px;
  letter-spacing: -0.4px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 550;
}
.answer-content p {
  font-size: 11px;
  line-height: 1.85;
  color: #6b766f;
}
.answer-steps {
  display: flex;
  gap: 8px;
  margin: 15px 0 4px;
}
.answer-steps > div {
  flex: 1;
  background: #fbfcfa;
  border: 1px solid #e9ede6;
  border-radius: 8px;
  padding: 10px 11px;
  font-size: 10px;
  color: #657269;
}
.answer-steps b {
  font-size: 8px;
  background: #ebf1e7;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #55705b;
  margin-right: 5px;
}
.answer-steps strong {
  display: block;
  font-size: 10px;
  margin-top: 6px;
  color: #2f4435;
  font-weight: 550;
}
.answer-steps small {
  display: block;
  font-size: 9px;
  line-height: 1.5;
  margin-top: 3px;
  color: #7d8980;
}
.inline-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f5ed;
  border: 1px solid #e3ebdf;
  padding: 10px 12px;
  border-radius: 8px;
  margin-top: 12px;
  font-size: 10px;
  color: #3e6647;
  text-align: left;
  width: 100%;
}
.inline-proof .icon {
  width: 15px;
  height: 15px;
}
.inline-proof .proof-arrow {
  margin-left: auto;
}
.composer-area {
  padding: 14px 27px 10px;
  flex-shrink: 0;
  background: #fff;
}
.prompt-suggestions {
  display: flex;
  gap: 7px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.prompt-suggestions button {
  font-size: 9px;
  border: 1px solid #e3e8de;
  background: #fff;
  padding: 5px 9px;
  border-radius: 6px;
  color: #798578;
  transition: background 0.15s;
}
.prompt-suggestions button:hover,
.prompt-suggestions button.active {
  background: #eef3e9;
  color: #3e6544;
  border-color: #cbdcc7;
}
.composer {
  border: 1px solid #dae2d6;
  border-radius: 13px;
  padding: 10px 12px;
  box-shadow: 0 3px 5px #20372503;
}
.composer input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 2px 8px;
  color: #374b3b;
  font-size: 11px;
  min-width: 0;
}
.composer input::placeholder {
  color: #949f92;
}
.composer-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.composer-left {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.composer .icon-button {
  height: 26px;
  width: 26px;
}
.composer .icon-button .icon {
  height: 16px;
  width: 16px;
  color: #889683;
}
.composer select {
  background: #f4f7ef;
  border: 0;
  border-radius: 5px;
  color: #50634d;
  font-size: 10px;
  max-width: 170px;
  padding: 4px 8px;
  min-height: 27px;
}
.composer select[hidden] {
  display: none;
}
.source-mode {
  font-size: 10px;
  color: #527250;
  display: flex;
  align-items: center;
  gap: 6px;
}
.source-mode[hidden] {
  display: none;
}
.source-mode .icon {
  height: 13px;
  width: 13px;
}
.send-button {
  background: #243f2b;
  color: white;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.send-button:hover {
  background: #3b6444;
}
.send-button .icon {
  width: 16px;
  height: 16px;
}
.demo-disclaimer {
  text-align: center;
  font-size: 8px;
  color: #8b9589;
  line-height: 1.5;
  margin-top: 8px;
}
.promise-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: left;
  padding-bottom: 0;
}
.promise-row .icon {
  width: 18px;
  height: 18px;
  color: #3f5b46;
  margin-bottom: 10px;
}
.promise-row h3 {
  font-size: 13px;
  font-weight: 550;
  letter-spacing: -0.2px;
}
.promise-row p {
  font-size: 12px;
  color: #7c857e;
  margin-top: 4px;
}
.products-section {
  padding-top: 125px;
  padding-bottom: 85px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 42px;
}
.section-heading h2,
h2 {
  font-weight: 500;
  font-size: 51px;
  line-height: 1.06;
  letter-spacing: -2.5px;
}
.section-heading .eyebrow {
  margin-bottom: 22px;
  color: #6a776d;
}
.section-heading > p {
  font-size: 14px;
  color: #737f75;
  line-height: 1.7;
  margin-bottom: 3px;
  min-width: 240px;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-card {
  border: 1px solid #e2e8e1;
  border-radius: 20px;
  display: block;
  padding: 25px 24px 0;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px -20px #2f523546;
  border-color: #a6c5ae;
}
.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.product-icon {
  height: 37px;
  width: 37px;
  border-radius: 10px;
  background: #eef5ec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b6c4a;
}
.product-icon .icon {
  width: 19px;
  height: 19px;
}
.one-card .product-icon {
  background: #1c2b20;
  color: #fff;
}
.research-card .product-icon {
  background: #f0eee8;
  color: #646459;
}
.card-number {
  font-size: 8px;
  letter-spacing: 1px;
  color: #889288;
}
.product-card h3 {
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 550;
}
.product-card > p {
  font-size: 14px;
  color: #7a837c;
  line-height: 1.65;
  margin-top: 11px;
}
.card-illustration {
  height: 111px;
  position: relative;
  margin-top: 20px;
}
.citation-mini {
  display: flex;
  align-items: center;
  gap: 12px;
}
.citation-mini::before {
  content: "";
  position: absolute;
  inset: 18px -7px;
  border: 1px solid #e4ebe0;
  background: #f8faf5;
  border-radius: 11px;
  z-index: -1;
}
.mini-doc-icon {
  width: 36px;
  height: 45px;
  border: 1px solid #d9e3d4;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f5e9;
  color: #739467;
  margin-left: 9px;
}
.citation-mini strong {
  font-weight: 550;
  font-size: 11px;
}
.citation-mini small {
  display: block;
  font-size: 9px;
  color: #99a092;
  margin-top: 4px;
}
.mini-check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2efda;
  color: #5d8d4c;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 6px;
}
.mini-check .icon {
  height: 12px;
  width: 12px;
}
.mode-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.mode-mini > span {
  border: 1px solid #e6eae2;
  border-radius: 9px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 11px;
  box-shadow: 0 5px 10px #18372008;
}
.mode-mini > span.mode-auto {
  background: #223b29;
  color: #fff;
  border-color: #223b29;
}
.mode-mini .icon {
  width: 13px;
  height: 13px;
}
.research-mini {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stack-paper {
  height: 59px;
  width: 84%;
  border: 1px solid #e0e3d9;
  border-radius: 9px;
  position: absolute;
  background: #fff;
}
.paper-back {
  transform: rotate(-7deg) translateY(-7px);
  background: #eef0e8;
}
.paper-mid {
  transform: rotate(5deg) translateY(-4px);
  background: #f6f7f1;
}
.paper-front {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  color: #777e69;
  box-shadow: 0 5px 10px #24371e08;
}
.paper-front .icon {
  height: 17px;
  width: 17px;
}
.card-foot {
  border-top: 1px solid #edf0e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 20px;
  font-size: 11px;
  font-weight: 550;
}
.card-foot .icon {
  width: 16px;
  height: 16px;
}
.feature-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 105px;
}
.feature-copy .eyebrow {
  color: #54705b;
  margin-bottom: 24px;
  font-size: 10px;
}
.product-small-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small-icon .icon {
  width: 17px;
  height: 17px;
}
.feature-copy h2 {
  font-size: 53px;
  letter-spacing: -2.65px;
}
.feature-copy > p {
  font-size: 14px;
  line-height: 1.85;
  color: #788279;
  margin-top: 25px;
  max-width: 414px;
}
.principle-line {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 24px 0 28px;
  font-size: 12px;
  color: #80907f;
  line-height: 1.5;
}
.principle-line .icon {
  width: 23px;
  height: 23px;
  color: #598561;
}
.principle-line strong {
  font-weight: 500;
  color: #526650;
}
.feature-copy .text-link {
  margin-top: 7px;
}
.feature-visual {
  border-radius: 22px;
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.source-visual {
  background: radial-gradient(circle at 100% 0, #e4f2d5, transparent 70%), #f2f6ed;
  padding: 26px;
  min-height: 468px;
}
.source-visual-header,
.router-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.soft-pill {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  border: 1px solid #d4e3cd;
  border-radius: 100px;
  padding: 6px 10px;
  color: #618453;
  background: #f7faf1bb;
}
.soft-pill .icon {
  width: 13px;
  height: 13px;
}
.visual-kicker {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #919d87;
}
.source-question {
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
  color: #77866d;
  margin: 25px 6px 18px;
}
.source-answer-card {
  border: 1px solid #e0e8d7;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 20px -15px #677d4b22;
  padding: 22px;
  position: relative;
}
.answer-card-icon {
  position: absolute;
  right: 21px;
  top: 22px;
}
.source-card-label {
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #618652;
}
.source-answer-card h4 {
  font-size: 19px;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin-top: 10px;
}
.source-answer-card > p {
  font-size: 11px;
  line-height: 1.8;
  color: #7f8977;
  margin-top: 9px;
}
.source-document {
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid #e2e9d8;
  border-radius: 9px;
  margin-top: 17px;
  background: #fcfdf8;
  padding: 14px;
}
.doc-cover {
  width: 54px;
  height: 77px;
  background: linear-gradient(120deg, #aab99d, #e4eacb);
  border-radius: 3px 5px 5px 3px;
  box-shadow:
    inset 3px 0 3px #586b3733,
    2px 2px 0 #8ca1744d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: #3d5531;
  flex-shrink: 0;
}
.doc-cover > span {
  font-size: 5px;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
}
.source-document strong {
  font-size: 11px;
  font-weight: 550;
  color: #667854;
}
.source-document p {
  font-size: 9px;
  line-height: 1.6;
  color: #8d9b7f;
  margin-top: 3px;
}
.source-open {
  font-size: 8px;
  padding: 4px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #567c40;
  margin-top: 4px;
  min-height: 24px;
}
.source-open .icon {
  width: 11px;
  height: 11px;
}
.source-card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  line-height: 1.5;
  color: #849471;
  margin-top: 17px;
}
.source-card-footer .icon {
  height: 12px;
  width: 12px;
}
.visual-caption {
  text-align: center;
  font-size: 8px;
  color: #8a9a7d;
  line-height: 1.6;
  margin-top: 15px;
}
.router-section {
  grid-template-columns: 1.1fr 1fr;
  padding-top: 70px;
  padding-bottom: 120px;
}
.router-visual {
  background: radial-gradient(circle at 50% 40%, #e4eadf, transparent 72%), #f6f7f3;
  min-height: 440px;
  padding: 26px;
}
.router-visual .soft-pill {
  color: #6c7b63;
  border-color: #dde4d6;
  background: #fafbf8;
}
.router-prompt {
  background: white;
  border: 1px solid #e0e6d9;
  border-radius: 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 17px 18px;
  max-width: 321px;
  margin: 33px auto 0;
  font-size: 11px;
  color: #7f8e70;
  box-shadow: 0 3px 8px #30412105;
}
.router-prompt .icon {
  width: 16px;
  height: 16px;
}
.top-line {
  width: 1px;
  background: #c4d0b9;
  height: 31px;
  margin: auto;
}
.router-core {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #253b28;
  color: #fff;
  border: 1px solid #416142;
  max-width: 240px;
  padding: 18px 25px;
  border-radius: 14px;
  margin: auto;
  box-shadow: 0 6px 16px #14392218;
}
.router-core .ai-mark {
  font-size: 36px;
  letter-spacing: -4px;
}
.router-core .brand-dot {
  background: #98da80;
}
.router-core > span:last-child {
  font-size: 8px;
  letter-spacing: 1px;
  color: #b6d1a8;
}
.router-core strong {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-top: 4px;
  color: #e3f0dd;
}
.router-branches {
  display: flex;
  position: relative;
  width: 72%;
  height: 31px;
  margin: auto;
}
.router-branches:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 1px;
  background: #c9d4be;
}
.router-branches span {
  position: relative;
  width: 33.3%;
}
.router-branches span:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #c9d4be;
  top: 16px;
  left: 50%;
}
.router-branches span:nth-child(2):before {
  top: 0;
  height: 31px;
}
.routing-options {
  display: flex;
  gap: 9px;
}
.routing-options > div {
  border: 1px solid #dfe5d9;
  background: #fcfdf9;
  flex: 1;
  padding: 13px 5px;
  text-align: center;
  border-radius: 9px;
}
.routing-options .icon {
  display: block;
  margin: auto;
  height: 16px;
  width: 16px;
  color: #82996e;
}
.routing-options strong {
  display: block;
  font-size: 10px;
  margin-top: 7px;
  font-weight: 550;
  color: #536547;
}
.routing-options small {
  display: block;
  font-size: 7px;
  color: #8c9b80;
  margin-top: 2px;
}
.provider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 25px;
  font-size: 10px;
  color: #7d8772;
  flex-wrap: wrap;
}
.provider-row > span {
  font-size: 7px;
  color: #8d9a80;
}
.provider-row strong {
  font-size: 11px;
  font-weight: 550;
  letter-spacing: -0.1px;
}
.router-visual .visual-caption {
  font-size: 7px;
  margin-top: 10px;
}
.mode-benefit-row {
  display: flex;
  gap: 14px;
  margin-top: 21px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.mode-benefit-row span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #5e775b;
}
.mode-benefit-row .icon {
  width: 13px;
  height: 13px;
}
.feature-copy > p.feature-microcopy {
  font-size: 10px;
  line-height: 1.7;
  color: #909c8b;
  border-top: 1px solid #e8eee3;
  padding-top: 18px;
  margin-top: 20px;
  max-width: 350px;
}
.knowledge-section {
  background: #111d16;
  color: #fff;
  overflow: hidden;
  padding-top: 90px;
}
.knowledge-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 90px;
  align-items: center;
  padding-bottom: 75px;
}
.knowledge-copy .eyebrow {
  font-size: 10px;
  color: #a2b5a5;
  margin-bottom: 25px;
}
.knowledge-copy h2 {
  font-size: 56px;
  letter-spacing: -2.8px;
  line-height: 1.08;
}
.knowledge-copy h2 span {
  color: #9dca9e;
}
.knowledge-copy > p {
  color: #9daea1;
  font-size: 14px;
  line-height: 1.9;
  max-width: 400px;
  margin-top: 25px;
}
.light-link {
  color: #d5ecd5;
  margin-top: 23px;
}
.knowledge-core-label {
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #2b3c2e;
  padding-top: 23px;
}
.knowledge-core-label .live-dot {
  background: #92c997;
}
.knowledge-core-label small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #657b68;
  display: block;
}
.knowledge-core-label strong {
  font-weight: 450;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: #b0c9b4;
}
.knowledge-visual {
  position: relative;
  padding: 15px 0;
  isolation: isolate;
}
.archive-window {
  background: #f8faf4;
  color: #1a2f1c;
  border: 1px solid #a3bb9d;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 22px 38px #07100b66;
}
.archive-back {
  position: absolute;
  inset: 15px 0;
  border: 1px solid #456349;
  border-radius: 17px;
  background: #253a29;
  z-index: -1;
}
.archive-back-one {
  transform: rotate(5deg) translateY(-2px);
  opacity: 0.8;
}
.archive-back-two {
  transform: rotate(-4deg) translateY(-4px);
  background: #47623b;
  opacity: 0.55;
}
.archive-window-header {
  padding: 14px 18px;
  border-bottom: 1px solid #e2e9dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  color: #768570;
  background: #eef4e8;
}
.archive-window-header > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.archive-window-header .icon {
  width: 13px;
  height: 13px;
}
.dark-demo {
  font-size: 7px;
  color: #73856a;
  border-color: #ccd8c2;
}
.archive-query {
  font-size: 20px;
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 24px 20px;
}
.archive-query .icon {
  height: 17px;
  width: 17px;
  color: #74996c;
}
.archive-filters {
  display: flex;
  gap: 8px;
  font-size: 8px;
  padding: 0 24px 16px;
  color: #9ba890;
}
.archive-filters > span {
  padding: 4px 10px;
  border-radius: 100px;
}
.archive-filters .active {
  background: #e4eddc;
  color: #698257;
}
.archive-record {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 24px;
  padding: 16px 0;
  border-top: 1px solid #e4eadc;
}
.archive-icon {
  width: 35px;
  height: 40px;
  border: 1px solid #dce5d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #8ba47b;
  background: #f0f4e9;
}
.archive-icon .icon {
  width: 17px;
  height: 17px;
}
.archive-record small {
  font-size: 6px;
  letter-spacing: 1px;
  color: #96a786;
}
.archive-record strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  color: #4b6742;
}
.archive-record p {
  font-size: 9px;
  color: #8b9c7c;
  margin-top: 4px;
}
.archive-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #edf3e6;
  margin-top: 8px;
  border-top: 1px solid #dfe8d5;
  padding: 13px 24px;
  font-size: 8px;
  color: #778e65;
}
.archive-footer .icon {
  width: 13px;
  height: 13px;
}
.contribution-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2a3e2d;
  gap: 32px;
  padding-block: 34px;
}
.contribution-bar > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contribution-icon {
  height: 38px;
  width: 38px;
  border: 1px solid #496746;
  background: #273e29;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #9dc68f;
}
.contribution-bar h3 {
  font-size: 13px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #c7ddc3;
}
.contribution-bar p {
  font-size: 10px;
  margin-top: 5px;
  color: #738e75;
  max-width: 540px;
  line-height: 1.7;
}
.button-outline-light {
  background: transparent;
  border: 1px solid #426543;
  color: #c6e3bf;
  font-size: 11px;
  padding: 11px 15px;
  min-height: 40px;
}
.button-outline-light:hover {
  background: #2b4d2e;
}
.masa-section {
  padding-top: 130px;
  padding-bottom: 115px;
  gap: 85px;
}
.masa-section .feature-copy h2 {
  font-size: 53px;
}
.access-rules {
  margin: 22px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.access-rules > div {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  color: #74806b;
}
.access-rules .icon {
  height: 14px;
  width: 14px;
  color: #6a995b;
}
.masa-visual {
  height: 465px;
  background: radial-gradient(ellipse at 70% 60%, #d6e5c8, transparent 60%), #f4f6f0;
  position: relative;
  overflow: visible;
}
.web-preview {
  position: absolute;
  width: 79%;
  left: -5%;
  top: 105px;
  border: 1px solid #d7dfce;
  border-radius: 11px;
  overflow: hidden;
  background: white;
  box-shadow: 0 15px 30px -20px #40502d33;
  transform: rotate(-3deg);
}
.web-preview-top {
  height: 31px;
  border-bottom: 1px solid #e8ede2;
  background: #fafcf7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 7px;
  color: #92a283;
}
.window-dots {
  font-size: 6px;
  letter-spacing: 2px;
  color: #c2ceb6;
}
.web-preview-top > .icon {
  height: 11px;
  width: 11px;
}
.web-preview-body {
  padding: 30px 25px 26px;
}
.web-preview-body > .wordmark {
  font-size: 27px;
  letter-spacing: -3px;
}
.web-preview-body > strong {
  display: block;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-top: 14px;
  font-weight: 450;
}
.web-search-box {
  font-size: 7px;
  border: 1px solid #e3e9dc;
  border-radius: 7px;
  margin-top: 19px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #91a080;
}
.web-search-box .icon {
  width: 12px;
  height: 12px;
}
.web-preview-pills {
  display: flex;
  gap: 6px;
  margin-top: 11px;
  font-size: 6px;
  color: #839873;
}
.web-preview-pills > span {
  background: #f4f7ef;
  padding: 4px 7px;
  border-radius: 3px;
}
.phone-preview {
  position: absolute;
  right: 4%;
  top: 24px;
  width: 215px;
  height: 415px;
  border: 6px solid #1c2820;
  background: #fff;
  border-radius: 36px;
  box-shadow: 6px 15px 35px #21391c25;
  overflow: hidden;
  transform: rotate(5deg);
  padding: 0 14px;
}
.phone-speaker {
  position: absolute;
  width: 73px;
  height: 19px;
  border-radius: 0 0 12px 12px;
  background: #1c2820;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.phone-status {
  font-size: 7px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: #333e2c;
}
.phone-app-title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #347e4b;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.phone-app-title > span {
  font-size: 5px;
  font-weight: 400;
  letter-spacing: 0;
  color: #a4b295;
}
.phone-greeting {
  font-size: 8px;
  color: #8c9e7c;
  margin-top: 20px;
}
.phone-greeting > strong {
  display: block;
  font-size: 23px;
  line-height: 1.12;
  color: #263d23;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.phone-product {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e6ecdf;
  padding: 11px 8px;
  margin-top: 8px;
  border-radius: 11px;
  text-align: left;
  background: #fff;
}
.phone-product:hover {
  background: #f2f7ec;
}
.phone-product > .icon {
  width: 10px;
  height: 10px;
  margin-left: auto;
  color: #829474;
}
.phone-icon {
  height: 27px;
  width: 27px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-icon .icon {
  height: 14px;
  width: 14px;
}
.phone-icon.green {
  color: #6b9858;
  background: #eaf3df;
}
.phone-icon.black {
  background: #273e25;
  color: #d9ead1;
}
.phone-product strong {
  font-size: 10px;
  color: #506547;
  font-weight: 550;
  display: block;
}
.phone-product small {
  font-size: 6px;
  color: #99a88c;
  margin-top: 2px;
  display: block;
}
.phone-note {
  font-size: 7px;
  line-height: 1.5;
  color: #a1b08f;
  margin: 17px 2px 0;
}
.phone-home-bar {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  height: 3px;
  border-radius: 9px;
  background: #263e23;
}
.access-section {
  background: #f5f7f2;
  padding-top: 85px;
  padding-bottom: 70px;
}
.access-section .section-heading {
  margin-bottom: 38px;
}
.access-section h2 {
  font-size: 47px;
}
.draft-inline {
  font-size: 10px;
  color: #8b9b81;
  display: inline-block;
  margin-top: 8px;
}
.access-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #dce4d4;
  border-radius: 17px;
  background: #fff;
  overflow: hidden;
}
.access-card {
  padding: 29px 28px 28px;
  display: flex;
  flex-direction: column;
}
.access-card + .access-card {
  border-left: 1px solid #e0e7d9;
}
.access-card-name {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #748869;
  font-size: 11px;
}
.access-card-name .icon {
  width: 17px;
  height: 17px;
}
.access-card h3 {
  font-size: 23px;
  letter-spacing: -0.75px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 27px;
}
.access-card > p {
  font-size: 12px;
  line-height: 1.9;
  color: #929c88;
  margin-top: 14px;
  min-height: 70px;
}
.access-highlight {
  font-size: 9px;
  color: #9da88f;
  margin: 26px 0 28px;
}
.access-highlight > strong {
  display: block;
  color: #596e4c;
  font-size: 18px;
  font-weight: 450;
  letter-spacing: -0.5px;
  margin-top: 6px;
}
.access-highlight strong > span {
  font-size: 11px;
  color: #96a285;
  letter-spacing: 0;
  margin-left: 5px;
}
.access-card .button {
  font-size: 10px;
  padding: 12px 14px;
  justify-content: space-between;
  min-height: 41px;
  margin-top: auto;
}
.access-card .button .icon {
  height: 14px;
  width: 14px;
}
.pricing-note {
  font-size: 9px;
  line-height: 1.8;
  color: #93a184;
  margin-top: 20px;
  max-width: 840px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 85px;
  padding-top: 100px;
  padding-bottom: 105px;
}
.faq-section .eyebrow {
  color: #8a987c;
  font-size: 10px;
  margin-bottom: 20px;
}
.faq-section h2 {
  font-size: 40px;
  letter-spacing: -1.8px;
}
.faq-section > div > p {
  font-size: 13px;
  color: #8e9c83;
  margin-top: 20px;
  line-height: 1.8;
}
.faq-list details {
  border-bottom: 1px solid #e3e9dd;
}
.faq-list details:first-child {
  border-top: 1px solid #e3e9dd;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #526648;
  font-size: 13px;
  font-weight: 450;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 16px;
  height: 16px;
  color: #96aa88;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  color: #89967d;
  line-height: 1.85;
  padding: 0 28px 23px 0;
}
.closing-section {
  padding-bottom: 70px;
}
.closing-inner {
  position: relative;
  border: 1px solid #d8e8cb;
  border-radius: 26px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0, #edfadf, transparent 68%), #f3f9e9;
  padding: 48px 20px 50px;
  overflow: hidden;
}
.closing-inner:before,
.closing-inner:after {
  position: absolute;
  content: "";
  border: 1px solid #dbebcc;
  border-radius: 50%;
  width: 530px;
  height: 530px;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  pointer-events: none;
}
.closing-inner:after {
  width: 800px;
  height: 800px;
  top: -150px;
  border-color: #e4efd7;
}
.closing-mark {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  background: #fff;
  border: 1px solid #dce9cf;
  box-shadow: 0 5px 8px #4c733323;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.closing-mark .ai-mark {
  font-size: 35px;
  letter-spacing: -4px;
  margin-left: -4px;
}
.closing-inner > .eyebrow {
  position: relative;
  z-index: 1;
  justify-content: center;
  font-size: 8px;
  color: #809568;
  letter-spacing: 1px;
}
.closing-inner h2 {
  position: relative;
  z-index: 1;
  font-size: 66px;
  line-height: 1.03;
  letter-spacing: -3.8px;
  color: #284322;
  margin-top: 22px;
  margin-bottom: 26px;
}
.closing-inner .button {
  position: relative;
  z-index: 1;
  background: #243d24;
  border-color: #243d24;
  font-size: 12px;
  padding: 12px 18px;
  min-height: 44px;
}
.closing-inner > p {
  position: relative;
  z-index: 1;
  font-size: 10px;
  color: #8ba274;
  margin-top: 17px;
}
.site-footer {
  padding-bottom: 27px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 33px;
}
.footer-top .wordmark {
  font-size: 39px;
  letter-spacing: -4px;
}
.footer-top .brand-by {
  font-size: 11px;
}
.footer-links {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 11px;
  color: #8a967e;
}
.footer-links button {
  padding: 0;
  font-size: 11px;
}
.footer-links a:hover,
.footer-links button:hover {
  color: #40643d;
}
.footer-bottom {
  border-top: 1px solid #e7ede1;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #9da892;
}
dialog {
  border: 1px solid #d4e0cb;
  border-radius: 22px;
  max-width: 560px;
  width: calc(100% - 36px);
  padding: 40px;
  color: var(--ink);
  box-shadow: 0 35px 130px #12251344;
  background: #fff;
  max-height: 85vh;
  overflow: auto;
}
dialog::backdrop {
  background: rgba(14, 26, 17, 0.42);
  backdrop-filter: blur(4px);
}
.modal-close {
  position: absolute;
  right: 13px;
  top: 13px;
  color: #809471;
}
.dialog-eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #80a06b;
  margin-bottom: 20px;
}
dialog h2 {
  font-size: 32px;
  letter-spacing: -1.3px;
  line-height: 1.15;
  margin-bottom: 22px;
}
#dialog-body p {
  font-size: 13px;
  color: #7d8e70;
  line-height: 1.9;
  margin-top: 15px;
}
#dialog-body strong {
  font-weight: 550;
  color: #456039;
}
#dialog-body .modal-plan {
  padding: 16px;
  border: 1px solid #deead4;
  border-radius: 12px;
  margin-top: 12px;
  background: #f6faf0;
  font-size: 12px;
  color: #647f50;
}
#dialog-body .modal-plan strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}
#dialog-body .modal-note {
  font-size: 10px;
  color: #92a77e;
  margin-top: 20px;
  border-top: 1px solid #e2ecd8;
  padding-top: 14px;
}
.dialog-done {
  margin-top: 27px;
  font-size: 12px;
}
.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 35px);
  width: max-content;
  background: #203c27;
  color: #fff;
  border: 1px solid #456d44;
  z-index: 60;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 12px;
  box-shadow: 0 4px 18px #10271533;
  text-align: center;
}
.toast[hidden] {
  display: none;
}
@media (min-width: 1500px) {
  .hero h1 {
    font-size: 105px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 83px;
    letter-spacing: -5px;
  }
  .feature-section,
  .knowledge-layout {
    gap: 50px;
  }
  .feature-copy h2,
  .masa-section .feature-copy h2 {
    font-size: 45px;
  }
  .feature-copy > p {
    font-size: 13px;
  }
  .knowledge-copy h2 {
    font-size: 47px;
  }
  .mode-mini {
    gap: 5px;
  }
  .mode-mini > span {
    font-size: 8px;
    padding: 10px 8px;
  }
  .source-visual,
  .router-visual {
    padding: 23px;
  }
  .source-answer-card {
    padding: 19px;
  }
  .provider-row {
    gap: 12px;
  }
  .access-card {
    padding: 25px 21px;
  }
  .access-card h3 {
    font-size: 21px;
  }
  .access-highlight > strong {
    font-size: 16px;
  }
  .phone-preview {
    right: 1%;
    width: 201px;
    transform: rotate(4deg);
  }
  .demo-window {
    height: 512px;
    grid-template-columns: 184px minmax(0, 1fr);
  }
  .chat-topbar {
    padding-inline: 20px;
  }
  .chat-scroll {
    padding-inline: 22px;
  }
  .composer-area {
    padding-inline: 22px;
  }
  .promise-row {
    gap: 35px;
    padding-inline: 8px;
  }
  .source-question {
    font-size: 12px;
  }
  .source-document {
    padding: 12px;
    gap: 12px;
  }
  .source-open {
    font-size: 7px;
  }
  .faq-section {
    gap: 40px;
  }
  .section-heading h2,
  .access-section h2 {
    font-size: 46px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 78px;
  }
  .desktop-nav {
    gap: 19px;
    font-size: 12px;
  }
  .brand-lockup {
    gap: 14px;
  }
  .brand-by {
    padding-left: 12px;
  }
  .wordmark {
    font-size: 40px;
    letter-spacing: -4px;
  }
  .hero {
    padding-top: 48px;
  }
  .hero h1 {
    font-size: 70px;
    letter-spacing: -4.2px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-sculpture {
    height: 193px;
  }
  .sculpture-tile {
    width: 126px;
    height: 126px;
    border-radius: 32px;
  }
  .sculpture-tile .ai-mark {
    font-size: 86px;
  }
  .label-left {
    left: calc(50% - 235px);
  }
  .label-right {
    right: calc(50% - 235px);
  }
  .demo-window {
    grid-template-columns: 160px minmax(0, 1fr);
    height: 515px;
  }
  .demo-sidebar {
    padding: 17px 11px;
  }
  .sidebar-brand {
    gap: 6px;
    padding-left: 3px;
  }
  .sidebar-brand .wordmark {
    font-size: 26px;
  }
  .tiny-tag {
    font-size: 7px;
  }
  .new-chat {
    font-size: 9px;
    padding: 8px;
  }
  .sidebar-nav {
    font-size: 8px;
    padding: 7px;
  }
  .sidebar-caption {
    font-size: 7px;
    margin-left: 7px;
  }
  .sidebar-product {
    font-size: 10px;
  }
  .demo-sidebar > p {
    font-size: 9px;
  }
  .sidebar-bottom {
    font-size: 9px;
  }
  .sidebar-bottom small {
    font-size: 7px;
  }
  .sidebar-bottom .avatar {
    height: 24px;
    width: 24px;
    font-size: 9px;
  }
  .chat-topbar {
    padding-inline: 16px;
    font-size: 9px;
  }
  .chat-topbar strong {
    font-size: 11px;
  }
  #workspace-label {
    display: none;
  }
  .chat-scroll {
    padding: 22px 17px 0;
  }
  .composer-area {
    padding-inline: 17px;
  }
  .assistant-message {
    gap: 9px;
  }
  .answer-content h4 {
    font-size: 16px;
  }
  .answer-steps {
    gap: 5px;
  }
  .answer-steps > div {
    padding: 9px 8px;
  }
  .answer-steps small {
    font-size: 8px;
  }
  .promise-row {
    gap: 24px;
  }
  .promise-row h3 {
    font-size: 11px;
  }
  .promise-row p {
    font-size: 10px;
  }
  .section {
    padding-block: 75px;
  }
  .products-section {
    padding-top: 105px;
  }
  .section-heading h2,
  .access-section h2 {
    font-size: 41px;
    letter-spacing: -2px;
  }
  .section-heading > p {
    font-size: 12px;
    min-width: 190px;
  }
  .product-cards {
    gap: 13px;
  }
  .product-card {
    padding: 19px 17px 0;
  }
  .card-number {
    font-size: 6px;
  }
  .product-icon {
    height: 31px;
    width: 31px;
    border-radius: 8px;
  }
  .product-icon .icon {
    width: 16px;
    height: 16px;
  }
  .product-card h3 {
    font-size: 23px;
    letter-spacing: -0.8px;
  }
  .product-card > p {
    font-size: 12px;
  }
  .card-illustration {
    height: 100px;
  }
  .citation-mini {
    gap: 8px;
  }
  .mini-doc-icon {
    width: 29px;
    height: 39px;
    margin-left: 0;
  }
  .citation-mini strong {
    font-size: 9px;
  }
  .citation-mini small {
    font-size: 7px;
  }
  .mini-check {
    height: 16px;
    width: 16px;
    margin-right: 0;
  }
  .mini-check .icon {
    height: 10px;
    width: 10px;
  }
  .mode-mini {
    gap: 4px;
    flex-wrap: wrap;
    align-content: center;
  }
  .mode-mini > span {
    padding: 7px;
    font-size: 8px;
  }
  .mode-mini > span.mode-auto {
    width: 100%;
    justify-content: center;
    margin-inline: 27px;
  }
  .paper-front {
    font-size: 9px;
    gap: 6px;
  }
  .card-foot {
    font-size: 10px;
  }
  .feature-section,
  .knowledge-layout {
    gap: 35px;
  }
  .feature-copy h2,
  .masa-section .feature-copy h2 {
    font-size: 39px;
    letter-spacing: -2px;
  }
  .feature-copy > p {
    font-size: 12px;
    line-height: 1.85;
    margin-top: 20px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .principle-line {
    font-size: 11px;
  }
  .feature-copy .text-link {
    font-size: 12px;
  }
  .source-visual {
    padding: 17px;
    min-height: 430px;
  }
  .source-visual-header .visual-kicker {
    display: none;
  }
  .source-answer-card {
    padding: 17px;
  }
  .source-answer-card h4 {
    font-size: 16px;
  }
  .source-answer-card > p {
    font-size: 10px;
  }
  .source-question {
    font-size: 11px;
    margin-top: 20px;
  }
  .source-document {
    gap: 10px;
    padding: 10px;
  }
  .doc-cover {
    height: 65px;
    width: 45px;
  }
  .source-document strong {
    font-size: 9px;
  }
  .source-document p {
    font-size: 8px;
  }
  .source-open {
    font-size: 7px;
    line-height: 1.5;
    text-align: left;
  }
  .source-open .icon {
    display: none;
  }
  .source-card-footer {
    font-size: 7px;
    align-items: flex-start;
  }
  .router-visual {
    padding: 18px;
    min-height: 419px;
  }
  .router-header .visual-kicker {
    display: none;
  }
  .router-prompt {
    font-size: 10px;
    padding: 14px 12px;
  }
  .router-core {
    max-width: 212px;
    padding: 16px 20px;
  }
  .routing-options {
    gap: 6px;
  }
  .routing-options strong {
    font-size: 8px;
  }
  .routing-options small {
    font-size: 6px;
  }
  .provider-row {
    gap: 10px;
  }
  .provider-row > span {
    width: 100%;
    text-align: center;
  }
  .mode-benefit-row {
    gap: 7px;
  }
  .mode-benefit-row span {
    font-size: 9px;
  }
  .knowledge-section {
    padding-top: 74px;
  }
  .knowledge-layout {
    padding-bottom: 56px;
  }
  .knowledge-copy h2 {
    font-size: 41px;
    letter-spacing: -2px;
  }
  .knowledge-copy > p {
    font-size: 12px;
  }
  .knowledge-core-label strong {
    font-size: 11px;
  }
  .archive-query {
    font-size: 17px;
    padding: 23px 19px 16px;
  }
  .archive-window-header {
    padding: 12px 14px;
  }
  .archive-filters {
    padding: 0 18px 12px;
    font-size: 7px;
    gap: 4px;
  }
  .archive-record {
    margin-inline: 18px;
    gap: 11px;
  }
  .archive-record strong {
    font-size: 11px;
  }
  .archive-record p {
    font-size: 8px;
  }
  .archive-record small {
    font-size: 5px;
  }
  .contribution-bar {
    padding-block: 29px;
  }
  .contribution-bar p {
    font-size: 9px;
  }
  .contribution-bar h3 {
    font-size: 12px;
  }
  .contribution-bar > div {
    gap: 12px;
  }
  .button-outline-light {
    font-size: 9px;
    padding: 10px 13px;
    gap: 8px;
  }
  .masa-visual {
    height: 415px;
  }
  .phone-preview {
    width: 184px;
    height: 376px;
    padding: 0 10px;
    top: 18px;
    right: 0;
    border-width: 5px;
  }
  .phone-app-title {
    font-size: 22px;
  }
  .phone-app-title > span {
    font-size: 4px;
  }
  .phone-greeting {
    margin-top: 18px;
  }
  .phone-greeting > strong {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .phone-product {
    padding: 10px 6px;
    gap: 6px;
  }
  .phone-product strong {
    font-size: 9px;
  }
  .phone-product small {
    font-size: 5px;
  }
  .phone-icon {
    height: 25px;
    width: 25px;
  }
  .phone-note {
    font-size: 6px;
  }
  .web-preview {
    left: -4%;
    top: 97px;
    width: 80%;
  }
  .web-preview-body {
    padding: 25px 18px;
  }
  .web-preview-body > strong {
    font-size: 24px;
  }
  .web-preview-pills {
    font-size: 5px;
    gap: 4px;
  }
  .web-search-box {
    font-size: 6px;
    gap: 4px;
  }
  .access-rules > div {
    font-size: 10px;
    align-items: flex-start;
  }
  .access-card {
    padding: 23px 18px;
  }
  .access-card h3 {
    font-size: 20px;
    min-height: 48px;
  }
  .access-card > p {
    font-size: 11px;
    min-height: 84px;
  }
  .access-highlight {
    margin-top: 18px;
  }
  .access-highlight > strong {
    font-size: 14px;
  }
  .access-card .button {
    font-size: 9px;
    padding: 10px 12px;
    gap: 8px;
  }
  .access-card .button .icon {
    height: 12px;
    width: 12px;
  }
  .faq-section h2 {
    font-size: 36px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .faq-list details > p {
    font-size: 11px;
  }
  .closing-inner h2 {
    font-size: 60px;
  }
  .footer-links {
    gap: 16px;
    font-size: 10px;
  }
  .footer-links button {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .footer-top .wordmark {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 72px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-button {
    display: flex;
  }
  .header-actions {
    gap: 3px;
  }
  .header-actions .button {
    font-size: 10px;
    min-height: 35px;
    padding: 8px 12px;
    gap: 8px;
  }
  .header-actions .button .icon {
    width: 14px;
    height: 14px;
  }
  .brand-lockup {
    gap: 11px;
  }
  .brand-by {
    font-size: 9px;
    padding-left: 10px;
  }
  .brand-by strong {
    font-size: 11px;
  }
  .wordmark {
    font-size: 36px;
    letter-spacing: -3.8px;
  }
  .hero {
    padding-top: 42px;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    gap: 7px;
    margin-bottom: 21px;
  }
  .concept-pill {
    font-size: 7px;
    letter-spacing: 0.6px;
    padding: 3px 5px;
    margin-left: 3px;
  }
  .hero h1 {
    font-size: clamp(40px, 8.8vw, 61px);
    line-height: 1.055;
    letter-spacing: -2.55px;
    font-weight: 550;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.75;
    margin: 20px auto 0;
    max-width: 345px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 23px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 12px 16px;
    min-height: 42px;
    gap: 9px;
  }
  .hero-actions .button .icon {
    height: 15px;
    width: 15px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 7px;
  }
  .hero-actions .text-link .icon {
    height: 13px;
    width: 13px;
  }
  .hero-sculpture {
    height: 167px;
    margin-top: 10px;
  }
  .sculpture-tile {
    height: 105px;
    width: 105px;
    border-radius: 26px;
    box-shadow:
      inset 0 0 0 1px #dfe6df,
      inset 3px 4px 3px #fff,
      inset -4px -5px 8px #c6d6c9,
      8px 11px 0 -2px #bdcec0,
      11px 14px 0 -2px #e4eee5,
      14px 20px 23px #193c2724;
  }
  .sculpture-tile .ai-mark {
    font-size: 71px;
    letter-spacing: -8px;
  }
  .float-label {
    font-size: 8px;
    gap: 5px;
    top: 88px;
  }
  .float-label .icon {
    height: 11px;
    width: 11px;
  }
  .label-left {
    left: calc(50% - 169px);
  }
  .label-right {
    right: calc(50% - 169px);
  }
  .sculpture-glow {
    height: 170px;
    width: 300px;
    top: 10px;
  }
  .sculpture-platform {
    bottom: 20px;
    height: 24px;
  }
  .demo-shell {
    padding: 8px;
    border-radius: 18px;
  }
  .demo-tabs {
    padding: 3px;
    gap: 2px;
    margin-bottom: 8px;
    border-radius: 100px;
  }
  .demo-tabs button {
    font-size: 10px;
    min-height: 37px;
    gap: 5px;
  }
  .demo-tabs button .icon {
    height: 13px;
    width: 13px;
  }
  .demo-window {
    display: block;
    height: 500px;
    border-radius: 12px;
  }
  .demo-sidebar {
    display: none;
  }
  .chat-workspace {
    height: 100%;
  }
  .chat-topbar {
    height: 45px;
    padding-inline: 14px;
  }
  .chat-topbar strong {
    font-size: 11px;
  }
  .chat-topbar .workspace-separator {
    display: none;
  }
  .demo-badge {
    font-size: 7px;
    padding: 3px 5px;
  }
  .chat-scroll {
    padding: 20px 13px 0;
  }
  .user-message {
    font-size: 10px;
    gap: 7px;
    margin-bottom: 24px;
  }
  .user-message > span:first-child {
    padding: 10px 12px;
  }
  .user-avatar {
    height: 23px;
    width: 23px;
    font-size: 9px;
  }
  .assistant-message {
    gap: 9px;
  }
  .assistant-avatar {
    width: 23px;
  }
  .assistant-avatar .ai-mark {
    font-size: 20px;
    letter-spacing: -2.6px;
  }
  .answer-eyebrow {
    font-size: 7px;
    margin-bottom: 8px;
  }
  .answer-content h4 {
    font-size: 16px;
    line-height: 1.35;
  }
  .answer-content p {
    font-size: 10px;
    line-height: 1.8;
  }
  .answer-steps {
    gap: 6px;
    margin-top: 13px;
  }
  .answer-steps > div {
    font-size: 8px;
    padding: 9px 7px;
  }
  .answer-steps b {
    width: 15px;
    height: 15px;
    font-size: 7px;
  }
  .answer-steps strong {
    font-size: 9px;
  }
  .answer-steps small {
    font-size: 7px;
    margin-top: 3px;
    line-height: 1.5;
  }
  .composer-area {
    padding: 12px 12px 9px;
  }
  .prompt-suggestions {
    gap: 5px;
    margin-bottom: 8px;
  }
  .prompt-suggestions button {
    font-size: 8px;
    padding: 5px 7px;
  }
  .composer {
    padding: 10px;
    border-radius: 11px;
  }
  .composer input {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .composer select {
    font-size: 8px;
    padding: 4px 6px;
    max-width: 133px;
  }
  .composer select#manual-provider {
    max-width: 122px;
  }
  .demo-disclaimer {
    font-size: 7px;
    line-height: 1.65;
  }
  .inline-proof {
    font-size: 9px;
    padding: 9px 10px;
    margin-top: 11px;
    align-items: flex-start;
  }
  .inline-proof .icon {
    height: 13px;
    width: 13px;
    margin-top: 1px;
  }
  .promise-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    padding-inline: 7px;
  }
  .promise-row > div {
    position: relative;
    padding: 17px 0 17px 34px;
    border-bottom: 1px solid #e9eee4;
  }
  .promise-row > div:last-child {
    border-bottom: 0;
  }
  .promise-row .icon {
    position: absolute;
    left: 1px;
    top: 20px;
    width: 16px;
    height: 16px;
  }
  .promise-row h3 {
    font-size: 12px;
  }
  .promise-row p {
    font-size: 10px;
  }
  .section {
    padding-block: 55px;
  }
  .products-section {
    padding-top: 67px;
    padding-bottom: 38px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
  }
  .section-heading h2,
  .access-section h2 {
    font-size: 39px;
    letter-spacing: -2px;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 19px;
    line-height: 1.65;
  }
  .section-heading > p br {
    display: none;
  }
  .product-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-card {
    padding: 22px 24px 0;
    position: relative;
  }
  .card-topline {
    margin-bottom: 18px;
  }
  .card-number {
    font-size: 8px;
  }
  .product-icon {
    height: 34px;
    width: 34px;
  }
  .product-icon .icon {
    height: 18px;
    width: 18px;
  }
  .product-card h3 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .product-card > p {
    font-size: 13px;
    margin-top: 10px;
  }
  .card-illustration {
    height: 93px;
    margin-top: 12px;
  }
  .citation-mini {
    max-width: 310px;
    gap: 14px;
  }
  .mini-doc-icon {
    width: 34px;
    height: 44px;
    margin-left: 8px;
  }
  .citation-mini strong {
    font-size: 11px;
  }
  .citation-mini small {
    font-size: 9px;
  }
  .mini-check {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  .mini-check .icon {
    height: 12px;
    width: 12px;
  }
  .mode-mini {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .mode-mini > span {
    padding: 11px 13px;
    font-size: 10px;
  }
  .mode-mini > span.mode-auto {
    width: auto;
    margin: 0;
  }
  .paper-front {
    font-size: 11px;
    gap: 12px;
  }
  .stack-paper {
    height: 52px;
    width: 87%;
  }
  .card-foot {
    font-size: 11px;
    padding: 15px 0 18px;
  }
  .feature-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 51px;
    padding-bottom: 42px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .feature-copy h2,
  .masa-section .feature-copy h2 {
    font-size: 42px;
    letter-spacing: -2.1px;
    line-height: 1.07;
  }
  .feature-copy h2 br:nth-child(2) {
    display: initial;
  }
  .feature-copy > p {
    font-size: 13px;
    line-height: 1.85;
    max-width: none;
    margin-top: 21px;
  }
  .principle-line {
    font-size: 11px;
    margin-block: 20px;
  }
  .feature-copy .text-link {
    font-size: 12px;
  }
  .feature-visual {
    border-radius: 18px;
  }
  .source-visual {
    padding: 20px;
    min-height: 432px;
  }
  .source-visual-header .visual-kicker {
    display: block;
    font-size: 6px;
  }
  .source-visual-header .soft-pill {
    font-size: 8px;
  }
  .source-question {
    font-size: 12px;
    margin-top: 22px;
    line-height: 1.75;
  }
  .source-answer-card {
    padding: 20px;
  }
  .source-answer-card h4 {
    font-size: 17px;
  }
  .source-answer-card > p {
    font-size: 11px;
  }
  .source-document {
    gap: 15px;
    padding: 12px;
  }
  .doc-cover {
    width: 48px;
    height: 68px;
  }
  .source-document strong {
    font-size: 10px;
  }
  .source-document p {
    font-size: 8px;
  }
  .source-open {
    font-size: 7px;
  }
  .source-card-footer {
    font-size: 7px;
    align-items: center;
  }
  .source-visual .visual-caption {
    font-size: 7px;
  }
  .router-section {
    padding-top: 58px;
    padding-bottom: 68px;
  }
  .router-section .feature-copy {
    order: 0;
  }
  .router-section .router-visual {
    order: 1;
  }
  .router-section .feature-copy h2 br:nth-child(2) {
    display: initial;
  }
  .router-visual {
    min-height: 425px;
    padding: 22px;
  }
  .router-header .soft-pill {
    font-size: 9px;
  }
  .router-prompt {
    font-size: 11px;
    margin-top: 26px;
    padding: 15px 14px;
  }
  .router-core {
    max-width: 224px;
    padding: 17px 21px;
  }
  .routing-options strong {
    font-size: 9px;
  }
  .routing-options small {
    font-size: 6px;
  }
  .provider-row {
    gap: 16px;
  }
  .provider-row > span {
    width: auto;
    font-size: 6px;
  }
  .provider-row strong {
    font-size: 10px;
  }
  .mode-benefit-row {
    gap: 14px;
  }
  .mode-benefit-row span {
    font-size: 10px;
  }
  .feature-copy > p.feature-microcopy {
    font-size: 10px;
    max-width: none;
  }
  .knowledge-section {
    padding-top: 59px;
  }
  .knowledge-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 34px;
  }
  .knowledge-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .knowledge-copy h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .knowledge-copy > p {
    font-size: 13px;
    line-height: 1.9;
    max-width: none;
    margin-top: 22px;
  }
  .knowledge-copy .text-link {
    font-size: 12px;
    margin-top: 17px;
  }
  .knowledge-core-label {
    margin-top: 23px;
    padding-top: 18px;
  }
  .knowledge-core-label strong {
    font-size: 12px;
  }
  .knowledge-visual {
    padding: 10px 0;
    margin-inline: 5px;
  }
  .archive-window-header {
    font-size: 8px;
    padding: 13px 17px;
  }
  .archive-query {
    font-size: 20px;
    padding: 24px 20px 18px;
  }
  .archive-record {
    margin-inline: 20px;
    padding: 16px 0;
    gap: 13px;
  }
  .archive-record small {
    font-size: 6px;
  }
  .archive-record strong {
    font-size: 12px;
  }
  .archive-record p {
    font-size: 9px;
  }
  .archive-filters {
    padding-inline: 20px;
    font-size: 8px;
  }
  .contribution-bar {
    display: block;
    padding-block: 28px 31px;
  }
  .contribution-bar > div {
    gap: 12px;
    align-items: flex-start;
  }
  .contribution-bar h3 {
    font-size: 12px;
  }
  .contribution-bar p {
    font-size: 10px;
    line-height: 1.85;
  }
  .contribution-icon {
    height: 34px;
    width: 34px;
  }
  .contribution-bar .button {
    margin-top: 20px;
    margin-left: 46px;
    font-size: 10px;
  }
  .masa-section {
    padding-top: 65px;
    padding-bottom: 68px;
    gap: 31px;
  }
  .access-rules {
    gap: 12px;
  }
  .access-rules > div {
    font-size: 11px;
  }
  .masa-visual {
    height: 413px;
    margin-inline: 6px;
    overflow: hidden;
  }
  .web-preview {
    left: 8px;
    top: 93px;
    width: 75%;
  }
  .phone-preview {
    width: 180px;
    right: 7px;
    height: 367px;
    top: 23px;
    transform: rotate(4deg);
  }
  .phone-greeting {
    margin-top: 16px;
  }
  .phone-product {
    padding: 10px 6px;
  }
  .phone-app-title {
    margin-top: 18px;
    font-size: 23px;
  }
  .phone-note {
    margin-top: 14px;
  }
  .access-section {
    padding-top: 55px;
    padding-bottom: 42px;
  }
  .access-cards {
    grid-template-columns: 1fr;
  }
  .access-card {
    padding: 28px 24px;
  }
  .access-card + .access-card {
    border-left: 0;
    border-top: 1px solid #dfe7d5;
  }
  .access-card-name {
    font-size: 11px;
  }
  .access-card h3 {
    font-size: 27px;
    min-height: 0;
    margin-top: 19px;
  }
  .access-card > p {
    font-size: 12px;
    min-height: 0;
    margin-top: 13px;
  }
  .access-highlight {
    margin: 22px 0;
  }
  .access-highlight > strong {
    font-size: 19px;
  }
  .access-card .button {
    font-size: 11px;
    padding: 12px 17px;
    min-height: 42px;
  }
  .pricing-note {
    font-size: 8px;
    line-height: 1.9;
    margin-top: 17px;
  }
  .draft-inline {
    font-size: 9px;
    margin-top: 6px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .faq-section > div > p {
    font-size: 12px;
    margin-top: 15px;
  }
  .faq-section > div > p br {
    display: none;
  }
  .faq-list summary {
    font-size: 12px;
    line-height: 1.6;
    padding: 20px 0;
    gap: 18px;
  }
  .faq-list details > p {
    font-size: 12px;
    line-height: 1.85;
  }
  .closing-section {
    padding-bottom: 47px;
  }
  .closing-inner {
    border-radius: 20px;
    padding: 37px 15px 39px;
  }
  .closing-inner > .eyebrow {
    font-size: 6px;
    letter-spacing: 0.75px;
    white-space: nowrap;
  }
  .closing-inner h2 {
    font-size: 49px;
    letter-spacing: -2.8px;
    margin-top: 21px;
    margin-bottom: 25px;
  }
  .closing-inner:before {
    width: 380px;
    height: 380px;
    top: -5px;
  }
  .closing-inner:after {
    width: 530px;
    height: 530px;
    top: -78px;
  }
  .closing-inner > .button {
    font-size: 11px;
  }
  .closing-inner > p {
    font-size: 9px;
  }
  .footer-top {
    display: block;
    padding-bottom: 24px;
  }
  .footer-top .wordmark {
    font-size: 35px;
  }
  .footer-top .brand-by {
    font-size: 9px;
  }
  .footer-links {
    gap: 17px;
    font-size: 9px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .footer-links button {
    font-size: 9px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
    padding-top: 16px;
  }
  .site-footer {
    padding-bottom: 23px;
  }
  dialog {
    padding: 34px 26px;
  }
  dialog h2 {
    font-size: 28px;
  }
  #dialog-body p {
    font-size: 12px;
  }
  .dialog-eyebrow {
    font-size: 8px;
  }
  .dialog-done {
    font-size: 11px;
  }
  .toast {
    font-size: 10px;
    padding: 11px 15px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .brand-by {
    display: none;
  }
  .hero h1 {
    font-size: 36px;
    letter-spacing: -1.9px;
  }
  .hero-description {
    font-size: 12px;
  }
  .label-left {
    left: 0;
  }
  .label-right {
    right: 0;
  }
  .float-label {
    font-size: 7px;
  }
  .demo-tabs button {
    font-size: 9px;
    gap: 4px;
  }
  .demo-tabs button .icon {
    height: 11px;
    width: 11px;
  }
  .demo-window {
    height: 512px;
  }
  .answer-steps small {
    display: none;
  }
  .provider-row {
    gap: 10px;
  }
  .feature-copy h2,
  .masa-section .feature-copy h2 {
    font-size: 37px;
  }
  .knowledge-copy h2 {
    font-size: 37px;
    letter-spacing: -1.9px;
  }
  .access-section h2 {
    font-size: 36px;
  }
  .source-visual {
    padding: 17px;
  }
  .source-answer-card {
    padding: 17px;
  }
  .source-document {
    gap: 11px;
  }
  .phone-preview {
    width: 170px;
    right: 4px;
  }
  .footer-links {
    gap: 12px;
  }
  .concept-pill {
    display: none;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .text-link {
    font-size: 9px;
  }
  .hero-actions .button {
    padding-inline: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* Readability pass: stronger contrast for substantive copy and concept disclaimers. */
.feature-copy,
.knowledge-copy,
.knowledge-visual {
  min-width: 0;
}
.feature-copy > p,
.section-heading > p,
.product-card > p {
  color: #65715f;
}
.access-card > p,
.faq-list details > p,
.faq-section > div > p {
  color: #67755e;
}
.pricing-note,
.draft-inline,
.feature-copy > p.feature-microcopy {
  color: #6a7c5b;
}
.access-highlight {
  color: #708260;
}
.access-card-name {
  color: #617752;
}
.footer-links,
.footer-links button,
.footer-bottom {
  color: #6b795f;
}
.demo-disclaimer {
  font-size: 9px;
  color: #697a61;
}
.visual-caption {
  color: #718563;
}
.knowledge-copy > p {
  color: #acbcab;
}
.contribution-bar p {
  color: #9bb297;
}
@media (max-width: 680px) {
  .demo-disclaimer {
    font-size: 8px;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .hero-sculpture {
    height: 180px;
  }
  .sculpture-tile {
    animation: none;
  }
  .menu-button,
  .toast,
  dialog {
    display: none !important;
  }
  .section {
    break-inside: avoid;
    padding-block: 50px;
  }
  .knowledge-section {
    print-color-adjust: exact;
  }
  .wrap {
    width: 100%;
  }
  .demo-shell {
    break-inside: avoid;
  }
  .button {
    box-shadow: none;
  }
  .closing-section {
    padding-bottom: 30px;
  }
}
