:root {
  color-scheme: dark;
  --bg: #171a17;
  --surface: #20241f;
  --lime: #dcf87a;
  --muted: #a3aba0;
  --ink: #f5f7ef;
  --border: #353b32;
  font:
    16px/1.6 Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
button,
a,
summary {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #9bb844;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(64px, 6.7vw, 108px);
  font-weight: 620;
}
h1 > span {
  color: var(--lime);
}
h2 {
  font-size: clamp(34px, 3.8vw, 60px);
  font-weight: 580;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  line-height: 1.18;
}
p {
  color: var(--muted);
}
.wrap {
  max-width: 1440px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.skip {
  position: absolute;
  left: 12px;
  top: -90px;
  background: var(--lime);
  color: var(--bg);
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  gap: 36px;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #c5cbbe;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--lime);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 730;
  font-size: 25px;
  letter-spacing: -1.3px;
}
.brand-product {
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.03em;
  display: inline-block;
  color: var(--muted);
  margin-left: 9px;
}
.brand-mark {
  height: 39px;
  width: 43px;
  font-weight: 850;
  font-size: 29px;
  line-height: 33px;
  position: relative;
  letter-spacing: -5px;
}
.brand-mark > span {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: -4px;
  letter-spacing: 0;
  color: var(--lime);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--lime);
  color: #1e2517;
  font-weight: 670;
  font-size: 14px;
  min-height: 53px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #e8ff9e;
  transform: translateY(-2px);
}
.button > span {
  font-size: 19px;
}
.button.small {
  padding: 10px 17px;
  min-height: 43px;
  font-size: 13px;
}
.button.outline {
  border-color: #49523f;
  color: var(--ink);
  background: transparent;
}
.button.outline:hover {
  border-color: var(--lime);
}
.button.dark {
  color: var(--ink);
  background: #20261b;
}
.button.dark:hover {
  background: #39452c;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 49px;
  padding-bottom: 93px;
  align-items: center;
}
.lead {
  font-size: 16px;
  max-width: 440px;
  margin-top: 29px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 31px;
}
.text-link {
  font-size: 13px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.pilot-note {
  font-size: 10px;
  margin-top: 15px;
  letter-spacing: 0.015em;
  color: #99a18f;
}
.hero-visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.visual-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(#7587600d 1px, transparent 1px),
    linear-gradient(90deg, #7587600d 1px, transparent 1px),
    radial-gradient(ellipse at 45% 48%, #91b55224, transparent 63%);
  background-size:
    37px 37px,
    37px 37px,
    100% 100%;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 74%);
}
.mini-label {
  position: absolute;
  right: 65px;
  top: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  transform: rotate(5deg);
  padding: 9px 13px;
  background: #262d20;
  border: 1px solid #435330;
  border-radius: 30px;
  font-size: 11px;
  color: #cdddaf;
}
.chat-window {
  width: 365px;
  border: 1px solid #435039;
  border-radius: 24px;
  overflow: hidden;
  background: #edf0e7;
  color: #333d30;
  transform: rotate(-3deg);
  box-shadow: 0 30px 100px #0007;
}
.chat-header {
  padding: 19px 21px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
}
.chat-header img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  background: #f4ece0;
}
.chat-header strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
.chat-header div > span {
  display: block;
  font-size: 10px;
  color: #8a9484;
}
.chat-menu {
  margin-left: auto;
  font-size: 22px;
  letter-spacing: 2px;
}
.chat-body {
  padding: 17px 19px 24px;
  min-height: 360px;
}
.chat-date {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #959d8c;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}
.bubble {
  font-size: 12px;
  line-height: 1.65;
  padding: 12px 15px;
  border-radius: 14px;
  margin-bottom: 14px;
  max-width: 88%;
  box-shadow: 0 2px 1px #34472208;
}
.bubble.received {
  background: white;
  border-bottom-left-radius: 3px;
}
.bubble.sent {
  background: #ddedbc;
  margin-left: auto;
  border-bottom-right-radius: 3px;
}
.bubble small {
  display: block;
  text-align: right;
  font-size: 8px;
  color: #7c866f;
  margin-top: 4px;
}
.activity-pill {
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  color: #71815f;
  margin-top: 23px;
}
.activity-pill .dot {
  background: #879b62;
  width: 5px;
  height: 5px;
}
.chat-bottom {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: #f7f9f3;
  color: #9ca68f;
  font-size: 10px;
}
.chat-bottom > span:last-child {
  color: #617546;
  font-size: 16px;
}
.owner-card {
  position: absolute;
  bottom: 49px;
  right: -10px;
  display: flex;
  gap: 13px;
  align-items: center;
  max-width: 340px;
  background: #fff;
  color: #263022;
  padding: 18px 23px;
  border-radius: 15px;
  transform: rotate(2deg);
  box-shadow: 0 20px 40px #0003;
}
.owner-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  background: var(--lime);
  border-radius: 50%;
}
.owner-card small {
  font-size: 7px;
  letter-spacing: 0.09em;
  color: #89947d;
  display: block;
}
.owner-card strong {
  font-size: 14px;
  display: block;
}
.owner-card p {
  font-size: 9px;
  color: #8a9480;
}
.orbit-note {
  position: absolute;
  left: 8px;
  bottom: -2px;
  font-size: 11px;
  color: #b4c795;
  display: flex;
  gap: 12px;
  align-items: center;
  transform: rotate(-8deg);
  line-height: 1.4;
}
.orbit-note > span:last-child {
  font-size: 29px;
}
.benefit-strip {
  border-block: 1px solid var(--border);
  background: #1d211b;
}
.benefit-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 27px;
}
.benefit-strip .wrap > span {
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
}
.benefit-strip strong {
  color: var(--ink);
  font-weight: 550;
}
.benefit-strip p {
  font-size: 14px;
  color: #c5ccbd;
  display: flex;
  gap: 36px;
  align-items: center;
}
.benefit-strip p > span {
  color: #7c8e64;
  font-size: 24px;
}
.section {
  padding-block: 104px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 47px;
}
.section-heading p {
  font-size: 13px;
  line-height: 1.9;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.feature {
  padding: 30px;
  position: relative;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #9eaa91;
}
.feature-symbol {
  font-size: 37px;
  color: var(--lime);
  margin-top: 42px;
  margin-bottom: 22px;
  line-height: 1;
}
.feature h3 {
  font-size: 25px;
  line-height: 1.18;
}
.feature p {
  font-size: 12px;
  line-height: 1.95;
  margin: 19px 0 36px;
}
.feature-foot {
  font-size: 8px;
  letter-spacing: 0.14em;
  padding-top: 19px;
  border-top: 1px solid #3c4634;
  margin-top: auto;
  color: #a3b092;
}
.feature-highlight {
  background: #2d3723;
  border-color: #435338;
}
.demo-section {
  padding-block: 91px;
  background: #e9ede2;
  color: #26311f;
  scroll-margin-top: 0;
}
.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.demo-copy h2 {
  font-size: clamp(35px, 3.7vw, 59px);
}
.demo-copy h2 > span {
  color: #76845e;
}
.demo-copy > .eyebrow {
  color: #526247;
}
.demo-copy > p {
  color: #526247;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 25px;
  max-width: 360px;
}
.demo-tabs {
  margin-top: 26px;
  display: grid;
  max-width: 390px;
}
.demo-tabs button {
  border: 0;
  border-bottom: 1px solid #cdd5c3;
  display: flex;
  align-items: center;
  gap: 17px;
  text-align: left;
  padding: 19px 0;
  font-size: 11px;
  color: #526247;
  background: transparent;
}
.demo-tabs button > span:first-child {
  font-size: 15px;
  color: #526247;
  flex: 1;
}
.demo-tabs button > span:last-child {
  font-size: 18px;
}
.demo-tabs button[aria-selected="true"] {
  border-color: #6b804c;
  color: #384c28;
}
.demo-tabs button[aria-selected="true"] > span {
  color: #283e18;
  font-weight: 630;
}
.demo-copy > p.demo-note {
  font-size: 10px;
  max-width: 390px;
  color: #526247;
}
.demo-panel {
  background: #fff;
  border: 1px solid #d1dbc6;
  border-radius: 20px;
  min-height: 550px;
  box-shadow: 0 20px 40px #5264360a;
  overflow: hidden;
}
.demo-top {
  background: #f5f7f0;
  padding: 20px 25px;
  font-size: 9px;
  letter-spacing: 0.06em;
  font-weight: 660;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf0e7;
}
.demo-top .dot {
  background: #7e995b;
  width: 6px;
  height: 6px;
}
.demo-top > span:last-child {
  margin-left: auto;
  color: #526247;
  border: 1px solid #d2dbc6;
  border-radius: 20px;
  font-size: 8px;
  padding: 3px 8px;
}
#demo-content {
  padding: 29px;
}
.demo-category,
.demo-label {
  font-size: 8px;
  letter-spacing: 0.09em;
  color: #526247;
  display: block;
  margin-bottom: 16px;
}
#demo-content h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
.demo-incoming {
  margin-left: 20px;
  background: #eaf1df;
  border-radius: 13px 13px 2px 13px;
  padding: 18px;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.demo-answer {
  white-space: pre-line;
  background: #f4f6ef;
  border-radius: 2px 13px 13px 13px;
  padding: 18px;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.demo-explanation {
  font-size: 11px;
  line-height: 1.8;
  color: #526247;
  margin-bottom: 25px;
}
.demo-label {
  margin-bottom: 8px;
}
.demo-success {
  background: #e9f4d8;
  color: #526e30;
  padding: 13px 16px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 13px;
}
.demo-reset {
  display: block;
  border: 0;
  background: transparent;
  color: #526247;
  font-size: 11px;
  padding: 17px 0 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.steps article {
  border-top: 1px solid var(--border);
  padding-top: 21px;
}
.steps article > span {
  font-size: 11px;
  color: var(--lime);
  display: block;
  margin-bottom: 42px;
}
.steps h3 {
  font-size: 20px;
  line-height: 1.2;
}
.steps p {
  font-size: 12px;
  line-height: 1.95;
  margin-top: 17px;
}
.modules-section {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 51px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: #1d211b;
}
.modules-section h2 {
  font-size: 38px;
}
.modules-section > div > p {
  font-size: 12px;
  line-height: 1.95;
  max-width: 340px;
  margin-top: 25px;
}
.module-stack article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #384030;
}
.module-stack article > div {
  display: flex;
  gap: 14px;
  align-items: center;
}
.module-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid #404b35;
  color: var(--lime);
}
.module-stack h3 {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.module-stack p {
  font-size: 10px;
  margin-top: 4px;
}
.status {
  font-size: 8px;
  border: 1px solid #425132;
  background: #29351f;
  color: #b4c99b;
  border-radius: 20px;
  padding: 4px 7px;
  white-space: nowrap;
}
.status.muted {
  color: #939e85;
  background: transparent;
  border-color: #3f4837;
}
.module-stack p.module-disclaimer {
  font-size: 9px;
  margin-top: 16px;
  max-width: 100%;
  color: #89967d;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
}
.faqs details {
  border-bottom: 1px solid var(--border);
}
.faqs summary {
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  padding: 23px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary span {
  font-size: 23px;
  line-height: 1;
  color: #7f906a;
}
.faqs details[open] summary span {
  transform: rotate(45deg);
}
.faqs p {
  font-size: 12px;
  line-height: 1.95;
  margin-bottom: 24px;
  max-width: 500px;
}
.closing {
  background: var(--lime);
  color: #293719;
  padding: 61px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.closing .eyebrow {
  color: #778852;
}
.closing h2 {
  font-size: clamp(45px, 5vw, 78px);
  position: relative;
  z-index: 1;
}
.closing .button {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.closing-mark {
  position: absolute;
  right: 40px;
  top: -40px;
  font-size: 350px;
  line-height: 1;
  color: #8dab442e;
  pointer-events: none;
}
footer {
  padding-block: 54px 28px;
}
.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-top p {
  font-size: 11px;
}
.footer-top > a:last-child {
  color: #afbd9d;
  font-size: 11px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 23px;
  margin-top: 36px;
  font-size: 9px;
  color: #7f8c72;
}
.footer-bottom nav {
  display: flex;
  gap: 24px;
}
.footer-bottom nav a:hover {
  color: var(--lime);
}
@media (min-width: 1500px) {
  .hero {
    gap: 85px;
  }
  .hero-visual {
    min-height: 680px;
  }
  .chat-window {
    width: 395px;
  }
  .chat-body {
    min-height: 385px;
  }
  .owner-card {
    right: 8px;
    bottom: 38px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  h1 {
    font-size: 76px;
  }
  .hero {
    gap: 20px;
    padding-top: 35px;
    padding-bottom: 76px;
  }
  .hero-visual {
    min-height: 605px;
  }
  .chat-window {
    width: 315px;
  }
  .chat-body {
    padding-inline: 15px;
    min-height: 345px;
  }
  .owner-card {
    right: -10px;
    bottom: 50px;
    padding: 17px;
  }
  .hero-actions {
    gap: 18px;
  }
  .lead {
    font-size: 14px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .feature {
    padding: 24px;
  }
  .feature h3 {
    font-size: 22px;
  }
  .demo-grid {
    gap: 50px;
  }
  .modules-section {
    padding: 35px;
    gap: 35px;
  }
  .module-stack article > div {
    gap: 9px;
  }
  .module-stack p {
    font-size: 9px;
  }
  .module-stack h3 {
    font-size: 12px;
  }
  .faq-section {
    gap: 55px;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 88px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
  }
  .hero-copy {
    padding-top: 17px;
  }
  h1 {
    font-size: 65px;
  }
  .hero-visual {
    min-height: 550px;
    margin-top: 35px;
  }
  .mini-label {
    right: 0;
    top: 0;
    font-size: 9px;
  }
  .chat-window {
    width: 280px;
    border-radius: 18px;
  }
  .chat-body {
    min-height: 320px;
  }
  .bubble {
    font-size: 10px;
  }
  .chat-header {
    padding: 15px;
  }
  .owner-card {
    right: -10px;
    bottom: 10px;
    gap: 8px;
    padding: 13px;
  }
  .owner-card strong {
    font-size: 11px;
  }
  .owner-card small {
    font-size: 6px;
  }
  .owner-card p {
    font-size: 8px;
  }
  .owner-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .orbit-note {
    display: none;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .hero .lead {
    font-size: 13px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .benefit-strip p {
    font-size: 11px;
    gap: 16px;
  }
  .section {
    padding-block: 75px;
  }
  .section-heading p {
    max-width: 240px;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature {
    padding: 21px;
  }
  .feature h3 {
    font-size: 21px;
  }
  .feature p {
    font-size: 11px;
  }
  .demo-grid {
    gap: 30px;
  }
  .demo-panel {
    min-height: 520px;
  }
  #demo-content {
    padding: 24px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .steps article > span {
    margin-bottom: 23px;
  }
  .modules-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .modules-section > div > p {
    max-width: 100%;
  }
  .module-stack h3 {
    font-size: 14px;
  }
  .module-stack p {
    font-size: 11px;
  }
  .faq-section {
    gap: 35px;
  }
  .faqs summary {
    font-size: 12px;
  }
  .closing {
    padding: 43px;
  }
  .footer-top p {
    display: none;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 85px;
    gap: 16px;
  }
  .site-header nav {
    display: none;
  }
  .brand {
    font-size: 23px;
    gap: 7px;
  }
  .brand-product {
    font-size: 10px;
    margin-left: 7px;
  }
  .brand-mark {
    width: 37px;
  }
  .site-header .button {
    padding: 8px 12px;
    font-size: 11px;
    gap: 13px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 22px;
    gap: 0;
    padding-bottom: 51px;
  }
  .hero-copy {
    padding-top: 0;
    width: 100%;
  }
  .hero .eyebrow {
    font-size: 8px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(58px, 15vw, 84px);
    letter-spacing: -0.055em;
  }
  h1 > span br {
    display: none;
  }
  .hero .lead {
    font-size: 14px;
    max-width: 440px;
    margin-top: 23px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 21px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 14px 17px;
    font-size: 12px;
    gap: 17px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .pilot-note {
    font-size: 9px;
    margin-top: 14px;
  }
  .hero-visual {
    min-height: 547px;
    width: 100%;
    margin-top: 28px;
  }
  .chat-window {
    width: 305px;
    max-width: 90%;
  }
  .chat-body {
    min-height: 328px;
  }
  .bubble {
    font-size: 11px;
  }
  .owner-card {
    bottom: 4px;
    right: 0;
    padding: 16px;
  }
  .owner-card strong {
    font-size: 12px;
  }
  .owner-card p {
    font-size: 9px;
  }
  .owner-card small {
    font-size: 6px;
  }
  .owner-icon {
    width: 33px;
    height: 33px;
  }
  .mini-label {
    font-size: 10px;
    right: 12px;
    top: 4px;
  }
  .benefit-strip .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 25px;
    gap: 20px;
  }
  .benefit-strip p {
    font-size: 11px;
    gap: 12px;
  }
  .benefit-strip p > span {
    font-size: 17px;
  }
  .section {
    padding-block: 63px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .section-heading p {
    margin-top: 19px;
    max-width: 100%;
    font-size: 12px;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 19px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature {
    padding: 25px;
  }
  .feature-symbol {
    margin-top: 26px;
    margin-bottom: 17px;
  }
  .feature h3 {
    font-size: 29px;
  }
  .feature p {
    font-size: 12px;
    max-width: 420px;
    margin-bottom: 25px;
  }
  .feature-foot {
    font-size: 7px;
  }
  .demo-section {
    padding-block: 58px;
  }
  .demo-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .demo-copy h2 {
    font-size: 40px;
  }
  .demo-copy > p {
    max-width: 100%;
    font-size: 12px;
  }
  .demo-tabs {
    max-width: 100%;
  }
  .demo-tabs button {
    padding-block: 17px;
  }
  .demo-copy > p.demo-note {
    max-width: 100%;
    font-size: 9px;
  }
  .demo-panel {
    min-height: 470px;
  }
  .demo-top {
    font-size: 8px;
    padding: 18px 20px;
  }
  #demo-content {
    padding: 23px;
  }
  #demo-content h3 {
    font-size: 25px;
  }
  .demo-incoming {
    font-size: 12px;
    margin-left: 12px;
  }
  .demo-answer {
    font-size: 11px;
  }
  .demo-panel .button {
    font-size: 12px;
    padding: 13px 19px;
  }
  .steps {
    gap: 29px 24px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .steps p {
    font-size: 11px;
  }
  .steps article > span {
    font-size: 10px;
    margin-bottom: 23px;
  }
  .modules-section {
    padding: 26px;
    gap: 17px;
  }
  .modules-section h2 {
    font-size: 32px;
  }
  .module-stack article {
    gap: 12px;
  }
  .module-stack h3 {
    font-size: 11px;
  }
  .module-stack p {
    font-size: 9px;
  }
  .module-icon {
    width: 27px;
    height: 27px;
    font-size: 13px;
  }
  .status {
    font-size: 7px;
    padding: 3px 5px;
  }
  .module-stack p.module-disclaimer {
    font-size: 8px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faqs summary {
    font-size: 13px;
  }
  .faqs p {
    font-size: 11px;
  }
  .closing {
    padding: 29px;
    border-radius: 16px;
  }
  .closing h2 {
    font-size: 43px;
  }
  .closing .button {
    font-size: 11px;
    gap: 15px;
    padding: 14px 16px;
  }
  .closing-mark {
    font-size: 260px;
    right: -70px;
    top: 12px;
  }
  footer {
    padding-block: 40px 23px;
  }
  .footer-top {
    align-items: start;
    gap: 20px;
  }
  .footer-top > a:last-child {
    font-size: 9px;
    max-width: 93px;
  }
  .footer-bottom {
    align-items: start;
    gap: 24px;
    font-size: 8px;
    margin-top: 27px;
  }
  .footer-bottom > span {
    max-width: 80px;
  }
  .footer-bottom nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Native motion layer. All content is visible before and without JavaScript. */
html {
  /* Entrance offsets may extend beyond a narrow screen for a few frames. */
  overflow-x: clip;
}
.page-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 100;
  pointer-events: none;
}
.page-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
}
.headline-line {
  display: block;
  overflow: clip;
  padding-bottom: 0.075em;
  margin-bottom: -0.075em;
}
h1 > .headline-line {
  color: var(--ink);
}
.headline-line > span {
  display: block;
}
h1 > .headline-accent {
  color: var(--lime);
}
.hero-visual {
  perspective: 1100px;
}
.chat-window,
.owner-card,
.mini-label {
  backface-visibility: hidden;
}
.button {
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}
.button:active {
  transform: translateY(0) scale(0.98);
}
.button > span {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.button:hover > span {
  transform: translate(2px, -2px);
}
.hero-actions .text-link > span {
  transition: transform 240ms ease;
}
.hero-actions .text-link:hover > span {
  transform: translateY(4px);
}

/* The three everyday tasks become a native, manually controlled slide sequence. */
.feature-carousel {
  min-width: 0;
}
.carousel-toolbar,
.carousel-controls,
.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.carousel-toolbar {
  margin: -8px 0 20px;
}
.carousel-toolbar p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b7c3ab;
  font-size: 12px;
}
.carousel-toolbar p > span {
  font-size: 21px;
  color: var(--lime);
}
.swipe-hint {
  color: #a5b098;
  font-size: 11px;
}
.feature-carousel .feature-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #596947 #20241f;
  padding: 3px 0 18px;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
}
.feature-carousel .feature-grid::-webkit-scrollbar {
  height: 5px;
}
.feature-carousel .feature-grid::-webkit-scrollbar-track {
  background: #20241f;
}
.feature-carousel .feature-grid::-webkit-scrollbar-thumb {
  background: #596947;
  border-radius: 8px;
}
.feature-carousel .feature-grid:focus-visible {
  outline-offset: 7px;
}
.feature-carousel .feature {
  flex: 0 0 88%;
  min-width: 0;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  gap: clamp(25px, 4vw, 60px);
  align-items: center;
  padding: clamp(27px, 3.2vw, 49px);
  border-radius: 24px;
  min-height: 445px;
}
.feature-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.feature-carousel .feature h3 {
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.feature-carousel .feature-number {
  font-size: 10px;
  color: #b0bea1;
}
.feature-carousel .feature-symbol {
  margin-top: 29px;
  margin-bottom: 22px;
  font-size: 42px;
}
.feature-carousel .feature p {
  font-size: 13px;
  line-height: 1.85;
  margin: 20px 0 32px;
  color: #b4bea8;
}
.feature-carousel .feature-foot {
  font-size: 9px;
  display: block;
  width: 100%;
  color: #bfceb0;
}
.slide-art {
  min-width: 0;
  background: #e9ede2;
  color: #293622;
  border-radius: 17px;
  padding: 24px;
  box-shadow: 0 16px 35px #0002;
  transform: rotate(2deg);
}
.slide-art-caption {
  display: block;
  color: #526247;
  font-size: 8px;
  letter-spacing: 0.09em;
  margin-bottom: 27px;
  line-height: 1.7;
}
.slide-chat-user,
.slide-chat-assist,
.slide-board-row {
  display: flex;
  gap: 11px;
  align-items: center;
  background: white;
  padding: 15px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 600;
}
.slide-chat-assist {
  background: #d3e6b0;
  margin-left: 16px;
}
.slide-avatar {
  display: inline-grid;
  place-items: center;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  background: #e7ecdf;
  color: #4c623c;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.nova-avatar {
  overflow: hidden;
}
.nova-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-art small {
  display: block;
  font-size: 10px;
  line-height: 1.7;
  color: #536449;
  margin-top: 4px;
  font-weight: 450;
}
.slide-connector {
  display: block;
  font-size: 20px;
  margin: 8px 0 8px 28px;
  color: #60794b;
}
.slide-result {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #536449;
  margin-top: 26px;
}
.slide-result > span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #d1e3b6;
  flex-shrink: 0;
}
.slide-art-board {
  transform: rotate(-2deg);
}
.slide-board-title {
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.slide-board-title > span:last-child {
  color: #62774e;
}
.slide-board-row {
  padding: 14px 0;
  border-radius: 0;
  border-top: 1px solid #cbd6bf;
  background: transparent;
}
.slide-board-row .slide-avatar {
  background: #dae4cd;
}
.mini-state {
  padding: 3px 7px;
  background: #d2e3b9;
  color: #445f2d;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 550;
  margin-left: auto;
}
.slide-board-footer {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 15px;
  color: #526247;
  font-size: 10px;
}
.slide-art-approval {
  transform: rotate(2deg);
  position: relative;
}
.slide-art-approval > strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  max-width: 190px;
  margin: 17px 0 24px;
}
.approval-stamp {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: #d4e5b9;
  color: #4e6937;
  border-radius: 50%;
  font-size: 23px;
}
.approval-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  padding: 9px 0;
  border-top: 1px solid #ccd5c2;
}
.approval-line > span:first-child {
  color: #526247;
}
.approval-line > span:last-child {
  font-weight: 650;
  text-align: right;
}
.approval-preview {
  padding: 13px;
  background: #fff;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 12px;
}
.approval-choice {
  display: block;
  font-size: 9px;
  color: #526247;
  margin-top: 13px;
}
.carousel-controls {
  margin-top: 13px;
}
.carousel-controls[hidden],
.page-progress[hidden] {
  display: none;
}
.slide-dots {
  display: flex;
  gap: 4px;
}
.slide-dots button {
  display: grid;
  place-items: center;
  width: 43px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
}
.slide-dots button > span {
  width: 23px;
  height: 3px;
  background: #899a74;
  border-radius: 3px;
  opacity: 0.5;
  transform: scaleX(0.5);
  transition:
    transform 250ms ease,
    opacity 250ms ease;
}
.slide-dots button[aria-current="true"] > span {
  background: var(--lime);
  opacity: 1;
  transform: scaleX(1);
}
.carousel-navigation {
  justify-content: end;
  gap: 10px;
}
.slide-counter {
  font-size: 13px;
  color: var(--lime);
  margin-right: 12px;
  font-variant-numeric: tabular-nums;
}
.slide-counter > span {
  color: #a7b399;
  margin-left: 8px;
}
.carousel-arrow {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #667650;
  color: var(--lime);
  background: #252e1d;
  font-size: 22px;
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}
.carousel-arrow:hover:not(:disabled) {
  transform: translateY(-2px);
}
.carousel-arrow:active:not(:disabled) {
  transform: scale(0.93);
}
.carousel-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.demo-tabs button:disabled {
  cursor: default;
}

@media (max-width: 1100px) {
  .feature-carousel .feature {
    flex-basis: 91%;
    gap: 30px;
    padding: 30px;
  }
  .slide-art {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .feature-carousel .feature {
    flex-basis: 95%;
    gap: 22px;
    min-height: 430px;
    padding: 25px;
  }
  .feature-carousel .feature h3 {
    font-size: 29px;
  }
  .slide-art {
    padding: 18px;
  }
  .slide-chat-user,
  .slide-chat-assist {
    padding: 11px;
    gap: 8px;
    font-size: 11px;
  }
  .slide-art small {
    font-size: 9px;
  }
}
@media (max-width: 620px) {
  .headline-line {
    overflow: clip;
  }
  .headline-accent br {
    display: none;
  }
  .carousel-toolbar {
    align-items: start;
    margin-top: 0;
  }
  .carousel-toolbar p {
    font-size: 11px;
    max-width: 215px;
    line-height: 1.65;
  }
  .swipe-hint {
    max-width: 65px;
    text-align: right;
    line-height: 1.6;
    font-size: 10px;
  }
  .feature-carousel .feature-grid {
    gap: 16px;
  }
  .feature-carousel .feature {
    flex-basis: 94%;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 25px;
    gap: 29px;
    align-content: start;
    border-radius: 19px;
  }
  .feature-carousel .feature h3 {
    font-size: 31px;
  }
  .feature-carousel .feature-symbol {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 33px;
  }
  .feature-carousel .feature p {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .feature-carousel .feature-foot {
    font-size: 8px;
    padding-top: 15px;
  }
  .slide-art {
    padding: 20px;
    border-radius: 13px;
  }
  .slide-art-caption {
    margin-bottom: 20px;
    font-size: 8px;
  }
  .slide-chat-user,
  .slide-chat-assist {
    padding: 12px;
    gap: 9px;
    font-size: 11px;
  }
  .slide-chat-assist {
    margin-left: 9px;
  }
  .slide-avatar {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }
  .slide-art small {
    font-size: 10px;
  }
  .slide-result {
    font-size: 10px;
    line-height: 1.65;
    margin-top: 19px;
  }
  .slide-board-row {
    padding-block: 14px;
  }
  .carousel-controls {
    gap: 10px;
    margin-top: 8px;
  }
  .slide-dots button {
    width: 34px;
  }
  .carousel-navigation {
    gap: 8px;
  }
  .slide-counter {
    margin-right: 3px;
    font-size: 11px;
  }
  .slide-counter > span {
    margin-left: 4px;
  }
  .carousel-arrow {
    width: 44px;
    height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html,
  .feature-carousel .feature-grid {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .page-progress {
    display: none;
  }
  .button:hover,
  .button:active,
  .button:hover > span,
  .hero-actions .text-link:hover > span,
  .carousel-arrow:hover:not(:disabled),
  .carousel-arrow:active:not(:disabled) {
    transform: none;
  }
}

/* Product-stage information stays legible at every breakpoint. */
.demo-copy > p.demo-note,
.module-stack p.module-disclaimer {
  font-size: 12px;
  line-height: 1.8;
}
