:root {
  --paper: #f7f8fa;
  --surface: #ffffff;
  --ink: #111318;
  --muted: #636a78;
  --faint: #9298a4;
  --line: #dfe2e8;
  --line-strong: #c9ced8;
  --blue: #2657ff;
  --blue-dark: #173bb9;
  --blue-soft: #eaf0ff;
  --coral: #ff6b57;
  --mint: #77e0be;
  --code: #0d172b;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(17, 19, 24, 0.1);
  --ease: cubic-bezier(0.2, 0, 0, 1);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); }
body, button, a { letter-spacing: 0; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
code, pre { font-family: "IBM Plex Mono", ui-monospace, monospace; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Sora, ui-sans-serif, sans-serif; text-wrap: balance; }
p { text-wrap: pretty; }
.page-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); transition: transform 160ms var(--ease); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 65%, white); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; min-height: 72px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(201, 206, 216, 0.72); background: rgba(247, 248, 250, 0.94); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: Sora, sans-serif; font-weight: 700; }
.wordmark img { width: 34px; height: 34px; border-radius: 7px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
.site-header nav:not(.mobile-nav), .site-footer nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.site-header nav a, .site-footer nav a { transition: color 150ms var(--ease); }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--ink); }
.site-header > .button { justify-self: end; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--surface); }
.mobile-nav { position: absolute; top: 64px; right: 16px; display: grid; width: 220px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 12px; border-radius: 5px; font-weight: 650; }
.mobile-nav a:hover { background: var(--blue-soft); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 7px; font-weight: 750; transition: color 160ms var(--ease), background-color 160ms var(--ease), border-color 160ms var(--ease), transform 160ms var(--ease), box-shadow 160ms var(--ease); }
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(0.96); }
.button-small { min-height: 40px; padding-inline: 14px; font-size: 13px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 8px 20px rgba(38, 87, 255, 0.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(38, 87, 255, 0.26); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #2a2d34; }
.button-quiet, .button-outline { border-color: var(--line-strong); color: var(--ink); background: var(--surface); }
.button-quiet:hover, .button-outline:hover { border-color: var(--ink); }

.hero { min-height: calc(100vh - 72px); padding-top: 76px; }
.hero-copy { width: min(930px, 100%); margin: 0 auto 52px; text-align: center; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0 auto 24px; font-size: 66px; line-height: 1.04; }
.hero-lede { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-lede code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: white; font-size: 0.82em; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.hero-meta { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 18px 0 0; color: var(--faint); font-size: 12px; font-weight: 650; }
.hero-meta span { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.hero-enter { opacity: 0; filter: blur(4px); transform: translateY(12px); animation: enter 520ms var(--ease) forwards; }
.hero-enter:nth-child(2) { animation-delay: 70ms; }
.hero-enter:nth-child(3) { animation-delay: 140ms; }
.hero-enter:nth-child(4) { animation-delay: 210ms; }
.hero-enter:nth-child(5) { animation-delay: 280ms; }
.product-video-shell.hero-enter { animation-delay: 340ms; }
.product-video-shell { width: min(1080px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.video-bar { display: flex; min-height: 44px; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: var(--faint); font-family: "IBM Plex Mono", monospace; font-size: 10px; text-transform: uppercase; }
.video-bar span { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 600; }
.video-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255, 107, 87, 0.14); }
.video-stage { position: relative; overflow: hidden; background: var(--code); }
.product-video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.product-video-shell figcaption { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; }
.product-video-shell figcaption strong { font-family: Sora, sans-serif; font-size: 13px; }
.product-video-shell figcaption span { max-width: 570px; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: right; }

.trust-line { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { display: flex; align-items: center; gap: 14px; min-height: 104px; margin: 0; padding: 20px 34px; border-right: 1px solid var(--line); }
.trust-grid p:first-child { border-left: 1px solid var(--line); }
.trust-grid svg { width: 24px; color: var(--blue); }
.trust-grid span { display: grid; gap: 3px; color: var(--muted); font-size: 12px; }
.trust-grid strong { color: var(--ink); font-family: Sora, sans-serif; font-size: 14px; }

.section { padding-block: 120px; }
.section-heading { max-width: 700px; margin-bottom: 54px; }
.section-heading h2, .closing-layout h2 { margin-bottom: 0; font-size: 44px; line-height: 1.12; }
.section-heading > p:last-child { margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { display: grid; max-width: none; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.workflow-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); list-style: none; }
.workflow-list li { position: relative; min-width: 0; padding: 34px 28px 0; border-right: 1px solid var(--line-strong); }
.workflow-list li:first-child { border-left: 1px solid var(--line-strong); }
.step-number { position: absolute; top: 14px; right: 16px; color: var(--faint); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.step-icon { display: grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--blue); background: white; }
.step-icon svg { width: 20px; }
.workflow-list h3 { margin-bottom: 12px; font-size: 19px; }
.workflow-list p { min-height: 70px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.step-visual { position: relative; display: flex; min-height: 180px; align-items: center; justify-content: center; margin: 28px -28px 0; overflow: hidden; border-top: 1px solid var(--line); background: white; }
.capture-visual { align-items: stretch; flex-direction: column; gap: 8px; padding: 22px 28px; }
.capture-visual span { display: flex; min-height: 34px; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 9px; }
.capture-visual span:nth-child(2) { border-color: #f0a99f; color: #8d3428; background: #fff6f4; }
.capture-visual svg { width: 14px; }
.artifact-visual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 26px; }
.artifact-visual span { display: grid; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 8px; font-weight: 600; }
.artifact-visual span:nth-child(4) { border-color: #adc0ff; color: var(--blue); background: var(--blue-soft); }
.agent-visual { gap: 18px; }
.agent-visual img { width: 42px; height: 42px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 0 0 1px rgba(0,0,0,.1); }

.output-section { border-block: 1px solid var(--line); background: var(--surface); }
.output-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.output-copy h2 { margin-bottom: 20px; font-size: 44px; }
.output-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.output-copy ul { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.output-copy li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; }
.output-copy li svg { width: 17px; color: var(--blue); }
.output-copy code { font-size: .88em; }
.file-stack { border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper); box-shadow: 12px 12px 0 var(--blue-soft); }
.file-stack article { display: grid; min-height: 74px; grid-template-columns: 48px 1fr 22px; align-items: center; gap: 14px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.file-stack article:last-child { border-bottom: 0; }
.file-stack article > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 600; }
.file-stack article div { display: grid; min-width: 0; gap: 4px; }
.file-stack strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.file-stack small { color: var(--muted); }
.file-stack svg { width: 17px; color: var(--faint); }
.file-stack .is-featured { background: var(--blue-soft); }
.file-stack .is-featured > span { border-color: #b7c6ff; color: var(--blue); }
.file-stack .is-featured svg { color: var(--blue); }

.video-section .section-heading { margin-bottom: 38px; }
.feature-showcase { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .5fr); align-items: start; gap: 18px; }
.feature-video { width: 100%; }
.feature-evidence { display: grid; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); }
.feature-evidence article { display: grid; min-height: 91px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.feature-evidence article:last-child { border-bottom: 0; }
.feature-evidence article > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--blue); background: var(--blue-soft); font-family: "IBM Plex Mono", monospace; font-size: 8px; font-weight: 600; }
.feature-evidence strong { font-family: Sora, sans-serif; font-size: 12px; }
.feature-evidence p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.pricing-section { border-block: 1px solid var(--line); background: #eff2f7; }
.pricing-heading { margin-inline: auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; min-width: 0; min-height: 470px; flex-direction: column; padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: white; }
.price-card.is-recommended { border: 2px solid var(--blue); box-shadow: 0 14px 38px rgba(38,87,255,.13); }
.popular-label { position: absolute; top: -14px; right: 18px; padding: 7px 10px; border-radius: 5px; color: white; background: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.plan-name { color: var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 8px; }
.price strong { font-family: Sora, sans-serif; font-size: 48px; line-height: 1; }
.price span { color: var(--muted); font-size: 13px; font-weight: 650; }
.price-card small { color: var(--muted); line-height: 1.5; }
.price-card ul { display: grid; gap: 14px; margin: 34px 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 20px; font-size: 13px; line-height: 1.5; }
.price-card li::before { position: absolute; top: 7px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 1px rgba(0,0,0,.12); content: ""; }
.price-button { width: 100%; margin-top: auto; }
.lifetime-card { border-top: 5px solid var(--coral); }
.checkout-notice { max-width: 680px; margin: 24px auto 0; padding: 13px 16px; border: 1px solid #f0b5ac; border-radius: 6px; color: #743328; background: #fff0ed; font-size: 13px; text-align: center; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: Sora, sans-serif; font-size: 15px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 19px; flex: 0 0 auto; transition: transform 180ms var(--ease); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -2px 44px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.closing-section { padding-block: 96px; color: white; background: var(--ink); }
.closing-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; }
.closing-layout .eyebrow { color: var(--mint); }
.closing-layout p:not(.eyebrow) { margin-bottom: 24px; color: #abb0ba; font-size: 16px; line-height: 1.65; }
.closing-layout .button-primary { background: var(--coral); box-shadow: none; }
.closing-layout .button-primary:hover { background: #e95442; }

.site-footer { display: grid; min-height: 150px; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; color: var(--muted); font-size: 12px; }
.site-footer > span { grid-column: 3; }
.site-footer nav { justify-self: end; }

.js .reveal { opacity: 0; filter: blur(3px); transform: translateY(18px); transition: opacity 520ms var(--ease), filter 620ms var(--ease), transform 620ms var(--ease); }
.js .reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

@keyframes enter { to { opacity: 1; filter: blur(0); transform: translateY(0); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav:not(.mobile-nav), .site-header > .button { display: none; }
  .menu-button { display: grid; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 50px; }
  .trust-grid, .workflow-list, .pricing-grid { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .trust-grid p:last-child { border-bottom: 0; }
  .workflow-list li { border-left: 1px solid var(--line-strong); }
  .split-heading, .output-layout, .faq-section, .closing-layout { grid-template-columns: 1fr; gap: 44px; }
  .output-layout { gap: 64px; }
  .feature-showcase { grid-template-columns: 1fr; }
  .feature-evidence { grid-template-columns: 1fr 1fr; }
  .feature-evidence article:nth-child(odd) { border-right: 1px solid var(--line); }
  .price-card { min-height: 430px; }
}

@media (max-width: 620px) {
  .page-width { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 64px; padding-inline: 14px; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero-copy { margin-bottom: 36px; text-align: left; }
  .hero h1 { font-size: 39px; line-height: 1.08; }
  .hero-lede { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-meta { align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; line-height: 1.5; }
  .product-video-shell { border-radius: 6px; }
  .product-video-shell figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .product-video-shell figcaption span { text-align: left; }
  .section { padding-block: 84px; }
  .section-heading h2, .closing-layout h2, .output-copy h2 { font-size: 34px; }
  .split-heading { gap: 28px; }
  .workflow-list li { padding-inline: 22px; }
  .step-visual { margin-inline: -22px; }
  .output-layout { gap: 48px; }
  .file-stack { box-shadow: 7px 7px 0 var(--blue-soft); }
  .file-stack article { grid-template-columns: 43px minmax(0, 1fr) 18px; padding-inline: 12px; }
  .feature-evidence { grid-template-columns: 1fr; }
  .feature-evidence article:nth-child(odd) { border-right: 0; }
  .pricing-grid { gap: 24px; }
  .price-card { min-height: 420px; padding: 26px; }
  .faq-section { gap: 20px; }
  .closing-section { padding-block: 76px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding-block: 42px; }
  .site-footer nav { justify-self: start; flex-wrap: wrap; }
  .site-footer > span { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
