:root {
  --bg: #f8faf9;
  --surface: #ffffff;
  --ink: #15211d;
  --muted: #5d6b66;
  --line: #dfe7e3;
  --accent: #0f766e;
  --accent-dark: #0b5d57;
  --accent-soft: #e6f4f1;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 10px 16px; background: var(--ink); color: white; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(248, 250, 249, .88); border-bottom: 1px solid rgba(223, 231, 227, .8); backdrop-filter: blur(14px); }
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; gap: 2px; border-radius: 7px; background: var(--ink); }
.brand-mark span { display: block; width: 3px; border-radius: 3px; background: #8de0d4; }
.brand-mark span:nth-child(1) { height: 8px; }.brand-mark span:nth-child(2) { height: 15px; }.brand-mark span:nth-child(3) { height: 11px; }
.nav-links { display: flex; gap: 32px; color: var(--muted); font-size: 14px; font-weight: 550; }
.nav-links a:hover, .footer a:hover { color: var(--accent); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--accent); border-radius: 8px; background: var(--accent); color: #fff; font-weight: 700; box-shadow: 0 1px 2px rgba(15, 118, 110, .18); transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); background: var(--accent-dark); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(15,118,110,.3); outline-offset: 3px; }
.button-small { min-height: 38px; padding-inline: 17px; font-size: 14px; }

.framed { position: relative; border-inline: 1px solid var(--line); }
.dot { position: absolute; width: 9px; height: 9px; border: 1px solid #aebdb7; border-radius: 50%; background: var(--bg); }
.dot-tl { left: -5px; top: -5px; }.dot-tr { right: -5px; top: -5px; }.dot-bl { left: -5px; bottom: -5px; }.dot-br { right: -5px; bottom: -5px; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; padding: 80px 64px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #21a179; box-shadow: 0 0 0 4px rgba(33, 161, 121, .12); }
h1 { margin: 0; font-size: clamp(54px, 6vw, 80px); line-height: .98; letter-spacing: -.065em; font-weight: 720; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 590px; margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--ink); font-weight: 700; }
.text-link span { margin-left: 5px; color: var(--accent); }

.product-demo { overflow: hidden; border: 1px solid #cfdad5; border-radius: 14px; background: var(--surface); box-shadow: 0 24px 60px rgba(25, 55, 45, .1); transform: rotate(1deg); }
.demo-bar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cad4d0; }
.local-badge { justify-self: end; padding: 3px 8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.demo-content { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px; }
.waveform { height: 76px; display: flex; align-items: center; gap: 7px; }
.waveform span { width: 5px; height: 22px; border-radius: 5px; background: var(--accent); opacity: .28; animation: pulse 1.35s ease-in-out infinite; }
.waveform span:nth-child(2n) { height: 46px; animation-delay: -.4s; }.waveform span:nth-child(3n) { height: 65px; opacity: .8; animation-delay: -.8s; }.waveform span:nth-child(5n) { height: 34px; opacity: .55; animation-delay: -.2s; }
.listening { margin: 14px 0 0; font-size: 18px; font-weight: 750; }.listening span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #d84949; }
.demo-hint { margin: 5px 0 24px; color: var(--muted); font-size: 12px; }
.shortcut { display: flex; align-items: center; gap: 6px; color: #7a8782; }.shortcut kbd { min-width: 42px; padding: 6px 9px; border: 1px solid #d6dedb; border-bottom-width: 2px; border-radius: 6px; background: #f7f9f8; color: #45534e; font: 600 11px ui-monospace, monospace; text-align: center; }.shortcut b { font-size: 11px; }
.transcript { display: flex; gap: 13px; align-items: flex-start; padding: 18px 20px; border-top: 1px solid var(--line); background: #fbfcfc; }.check { width: 24px; height: 24px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 800; }.transcript small { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.transcript p { margin: 2px 0 0; font-family: Georgia, serif; font-size: 14px; color: #40504a; }

.trust { display: flex; min-height: 108px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.trust > p { font-weight: 700; color: #394741; }.trust div { display: flex; gap: 34px; }.trust span::before { content: "✓"; margin-right: 8px; color: var(--accent); font-weight: 900; }
.section { padding-block: 120px; }
.section-heading { max-width: 670px; margin-bottom: 66px; }.section-heading h2, .cta h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.feature-row article { padding: 42px 38px 42px 0; }.feature-row article + article { padding-left: 38px; border-left: 1px solid var(--line); }.feature-number { color: var(--accent); font: 700 11px ui-monospace, monospace; letter-spacing: .08em; }.feature-row h3 { margin: 52px 0 12px; font-size: 21px; letter-spacing: -.02em; }.feature-row p { margin: 0; color: var(--muted); font-size: 14px; }

.workflow-wrap { padding-block: 0 120px; }.workflow { padding: 78px 64px; border-block: 1px solid var(--line); }.section-heading.compact { margin-bottom: 52px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }.steps li { display: flex; gap: 16px; }.steps li > span { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border: 1px solid #a7c8c2; border-radius: 50%; color: var(--accent); font: 700 12px ui-monospace, monospace; }.steps h3 { margin: 2px 0 5px; font-size: 17px; }.steps p { margin: 0; color: var(--muted); font-size: 13px; }.pipeline { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 62px; padding: 20px; border: 1px dashed #bccac5; border-radius: 9px; background: rgba(255,255,255,.55); font: 650 11px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .04em; }.pipeline i { color: var(--accent); font-style: normal; }
.cta { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid var(--line); }.cta h2 { max-width: 680px; }
.footer { border-top: 1px solid var(--line); background: #f1f5f3; }.footer .container { min-height: 128px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }.footer p { color: var(--muted); font-size: 13px; }.footer div div { justify-self: end; display: flex; gap: 24px; color: var(--muted); font-size: 13px; }

@keyframes pulse { 0%, 100% { transform: scaleY(.55); } 50% { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .waveform span { animation: none; } .button { transition: none; } }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 56px; padding: 68px 40px; }.product-demo { width: min(570px, 100%); transform: none; }.trust { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }.trust p { margin: 0; }.trust div { flex-wrap: wrap; gap: 8px 22px; }.feature-row { grid-template-columns: 1fr; }.feature-row article, .feature-row article + article { padding: 30px 0; border-left: 0; }.feature-row article + article { border-top: 1px solid var(--line); }.feature-row h3 { margin-top: 24px; }.steps { grid-template-columns: 1fr; gap: 26px; }.pipeline { flex-wrap: wrap; }.cta { align-items: flex-start; flex-direction: column; justify-content: center; }.footer .container { grid-template-columns: 1fr; gap: 12px; padding-block: 28px; }.footer p { margin: 0; }.footer div div { justify-self: start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1160px); }.nav-links { display: none; }.hero { min-height: auto; padding: 58px 22px; } h1 { font-size: 52px; }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }.demo-content { min-height: 270px; padding: 24px 14px; }.waveform { gap: 5px; transform: scale(.82); }.transcript { padding: 15px; }.section { padding-block: 86px; }.section-heading { margin-bottom: 44px; }.workflow-wrap { padding-bottom: 86px; }.workflow { padding: 58px 22px; }.pipeline { justify-content: flex-start; gap: 10px; }.pipeline i:nth-of-type(2) { display: none; }.pipeline span { flex: 1 0 40%; }.cta { padding-block: 72px; }.cta h2 { font-size: 39px; }
}
