:root {
  --ink: #26282d;
  --muted: #6d717a;
  --faint: #f6f6f5;
  --line: #dedfdf;
  --blue: #2457dc;
  --blue-dark: #1946bd;
  --green: #2c9c63;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { text-decoration: none; }
.wrap { width: min(100% - 32px, 608px); margin-inline: auto; }

.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.brand { width: 92px; height: 24px; display: block; transition: opacity .2s ease; }
.brand:hover { opacity: .72; }
.brand img { display: block; width: 100%; height: 100%; }
nav { display: flex; gap: 12px; align-items: center; font-size: 14px; }
nav > a:not(.button) { text-decoration: underline; }
.menu-button { display: none; border: 0; background: transparent; align-items: center; gap: 6px; color: var(--muted); cursor: pointer; }
.menu-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d3d5d8; border-radius: 7px; padding: 7px 12px; text-decoration: none; font-weight: 600; font-size: 13px; letter-spacing: .01em; background: linear-gradient(#fff, #f6f6f6); box-shadow: 0 1px 2px rgb(0 0 0 / .06); transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 3px 8px rgb(0 0 0 / .09); }
.button-primary { width: 100%; min-height: 43px; margin-top: 18px; color: #fff; border-color: var(--blue-dark); background: linear-gradient(#3165ed, var(--blue)); box-shadow: inset 0 1px rgb(255 255 255 / .2), 0 2px 4px rgb(31 68 178 / .22); }
.button-primary:hover { background: linear-gradient(#2c60e8, var(--blue-dark)); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button-small { padding: 5px 10px; color: var(--ink); }

main { padding-top: 48px; }
.hero { padding-bottom: 48px; }
.announcement { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 9px 12px; margin-bottom: 34px; border: 1px solid #e1e3e7; border-radius: 8px; background: #f8f9fb; color: #525660; text-decoration: none; font-size: 13px; transition: background .2s ease, transform .2s ease; }
.announcement:hover { background: #f2f4f8; transform: translateY(-1px); }
.announcement strong { color: var(--ink); }
.announcement svg { width: 17px; min-width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.eyebrow { margin: 0 0 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
h1, h2 { font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif; font-weight: 400; letter-spacing: -.018em; text-wrap: balance; }
h1 { max-width: 570px; margin: 0 0 16px; font-size: clamp(36px, 7.4vw, 52px); line-height: 1.05; }
h2 { margin: 0; font-size: 24px; line-height: 1.22; }
.lede { margin: 0 0 11px; color: #42454c; font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.fine-print { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.section-intro { max-width: 540px; margin: 0 0 26px; color: #4b4e55; font-size: 16px; }

.section { padding: 42px 0; scroll-margin-top: 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.text-button { flex: none; color: #52565f; font-size: 12px; font-weight: 600; text-decoration: none; border: 1px solid #d8dadd; border-radius: 6px; padding: 5px 9px; background: #fff; }
.text-button span { padding-left: 3px; }
.status { color: var(--muted); font-size: 11px; white-space: nowrap; }
.status i, .chart-foot i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgb(44 156 99 / .12); }
.metric-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 12px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.metric-summary div { padding: 14px; border-right: 1px solid var(--line); }
.metric-summary div:last-child { border: 0; }
.metric-summary strong, .metric-summary span { display: block; }
.metric-summary strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 17px; font-weight: 500; }
.metric-summary span { margin-top: 1px; color: var(--muted); font-size: 10px; }
.chart-card { border: 1px solid var(--line); border-radius: 9px; padding: 18px 16px 12px; }
.chart-labels { display: flex; justify-content: space-between; color: #9699a0; font-size: 8px; letter-spacing: .08em; }
.chart { position: relative; height: 170px; margin-top: 8px; }
.chart-grid { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0, transparent 41px, #ececed 42px); }
.chart svg { position: relative; width: 100%; height: 100%; overflow: visible; }
.chart .area { fill: url(#area); }
.chart .line { fill: none; stroke: var(--blue); stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart circle { fill: #fff; stroke: var(--blue); stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart-foot { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.chart-foot i { background: var(--blue); box-shadow: none; }

.function-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.function-list article { display: grid; grid-template-columns: 32px 1fr; gap: 4px; min-height: 118px; padding: 18px 16px; border-bottom: 1px solid var(--line); }
.function-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.function-list article:nth-last-child(-n + 2) { border-bottom: 0; }
.function-list article > span, .process-list > li > span { padding-top: 3px; color: #a1a4aa; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.function-list h3, .process-list h3 { margin: 0 0 5px; font-size: 14px; }
.function-list p, .process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; padding: 21px 0; border-bottom: 1px solid var(--line); }
.process-list h3 { font-size: 15px; }
.process-list p { max-width: 520px; font-size: 14px; line-height: 1.55; }
.process-list strong { color: var(--ink); }

.video-length { color: var(--muted); font-size: 11px; }
.video-placeholder { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #d9dce4; border-radius: 10px; background: linear-gradient(145deg, #f7f8fc, #e9edf7); }
.mock-window { position: absolute; display: grid; grid-template-columns: 22% 1fr; width: 78%; height: 78%; overflow: hidden; border: 1px solid #d3d7e2; border-radius: 7px; background: #fff; box-shadow: 0 18px 42px rgb(50 63 99 / .13); transform: rotate(-1.5deg) translateY(7%); }
.mock-sidebar { padding: 20px 12px; border-right: 1px solid #e5e7ed; background: #f8f9fb; }
.mock-sidebar i { display: block; width: 75%; height: 6px; margin-bottom: 13px; border-radius: 4px; background: #d9dce5; }
.mock-sidebar i:first-child { width: 42%; background: #7695e8; }
.mock-content { padding: 22px; }
.mock-title { width: 45%; height: 10px; margin-bottom: 20px; border-radius: 5px; background: #31343b; }
.mock-row { display: flex; justify-content: space-between; margin-bottom: 8px; padding: 10px; border: 1px solid #e2e4e9; border-radius: 5px; color: #7a7e87; font-size: 8px; }
.mock-row b { color: #34373e; font-size: 9px; }
.mock-row.selected { border-color: #9fb4ed; background: #f2f5fd; }
.play-button { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--blue-dark); border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 7px 18px rgb(36 87 220 / .3); transition: transform .18s ease, background .18s ease; }
.play-button:hover { transform: scale(1.06); background: var(--blue-dark); }
.play-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.video-caption { margin: 10px 0 0; color: var(--muted); font-size: 11px; }

.proof > p:not(.eyebrow) { max-width: 555px; margin: 16px 0 12px; color: #4b4e55; }
.customer-quote { margin: 24px 0 14px; }
.customer-quote > p { margin: 0; }
.customer-quote footer { gap: 7px; }
.customer-quote footer strong { padding-right: 7px; border-right: 1px solid #d5d7da; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 600; }
.final-cta { text-align: center; }
.final-cta h2 { max-width: 480px; margin-inline: auto; font-size: 30px; }
.final-cta .button { max-width: 320px; }

.terminal { padding: 14px; border-radius: 10px; background: #f3f3f2; }
.terminal > * { background: #fff; }
.terminal-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px 7px 0 0; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.terminal-dots { display: flex; gap: 5px; }
.terminal-dots i { width: 9px; height: 9px; border-radius: 50%; background: #efaaa8; }
.terminal-dots i:nth-child(2) { background: #ead792; }
.terminal-dots i:nth-child(3) { background: #9dd5ad; }
.copy-button { justify-self: end; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; cursor: pointer; }
pre { margin: 0; padding: 18px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 7px 7px; overflow-x: auto; font: 12px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }
pre span { color: #8b8e94; }
.steps { margin: 28px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 2px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { color: #a1a4aa; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; padding-top: 4px; }
.steps h3 { margin: 0 0 3px; font-size: 15px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.wordmarks { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 26px 4px; color: #8a8d92; font: 700 11px/1.2 ui-sans-serif, sans-serif; letter-spacing: .04em; }
.wordmarks span:nth-child(2) { font-family: Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: -.02em; }
.wordmarks span:nth-child(3) { font-weight: 500; letter-spacing: .1em; }
blockquote { margin: 4px 0 0; padding: 20px; border: 1px solid #e3e4e5; border-radius: 11px; background: #f8f8f7; color: #4b4e55; font-size: 16px; }
blockquote footer { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #dfe4f2; color: #4d5b7d; font-size: 9px; font-weight: 700; }
blockquote footer strong { color: var(--ink); font-weight: 600; }

.faq-list { margin-top: 20px; }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 17px 30px 17px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 3px; color: #8a8d93; font-size: 20px; font-weight: 300; line-height: 1; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: -7px 0 18px; padding-right: 32px; color: var(--muted); font-size: 14px; }
.about > p { max-width: 560px; margin: 0; color: #4b4e55; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 34px; padding-bottom: 44px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.site-footer p { margin: 0; }
.site-footer p:nth-child(2) { text-align: right; }
.site-footer p:last-child { grid-column: 1 / -1; }
.footer-links { display: flex; gap: 12px; font-size: 12px; }

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 608px); }
  .site-header { position: relative; min-height: 64px; }
  .menu-button { display: flex; }
  nav { display: none; position: absolute; z-index: 5; top: 55px; right: 0; width: 190px; padding: 10px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 14px 30px rgb(0 0 0 / .09); }
  nav.open { display: flex; }
  nav a { padding: 8px; }
  nav .button { margin-top: 4px; }
  main { padding-top: 32px; }
  .hero { padding-bottom: 38px; }
  .section { padding: 36px 0; }
  .metric-summary { grid-template-columns: 1fr; }
  .metric-summary div { border-right: 0; border-bottom: 1px solid var(--line); }
  .wordmarks { display: grid; grid-template-columns: 1fr 1fr; row-gap: 24px; text-align: center; }
  .function-list { grid-template-columns: 1fr; }
  .function-list article, .function-list article:nth-child(odd), .function-list article:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .function-list article:last-child { border-bottom: 0; }
  .mock-window { width: 88%; height: 80%; }
}

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