:root {
    --ink: #10162f;
    --muted: #56627a;
    --line: #e5e8f3;
    --paper: #ffffff;
    --soft: #f6f7ff;
    --accent: #6755ff;
    --accent-dark: #4d3fe0;
    --mint: #a7eccf;
    --peach: #ffba91;
    --max: 1220px;
    --radius: 24px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
summary { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(103,85,255,.38); outline-offset: 4px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.centered { text-align: center; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(229,232,243,.9);
    backdrop-filter: blur(18px);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.brand-image { display: block; width: 32px; height: 32px; border-radius: 8px; }
.brand-mark { position: relative; width: 32px; height: 32px; display: inline-block; color: var(--accent); }
.brand-mark i { position: absolute; width: 10px; height: 10px; border-color: currentColor; border-style: solid; }
.brand-mark i:nth-child(1) { left: 0; top: 0; border-width: 3px 0 0 3px; border-radius: 7px 0 0; }
.brand-mark i:nth-child(2) { right: 0; top: 0; border-width: 3px 3px 0 0; border-radius: 0 7px 0 0; }
.brand-mark i:nth-child(3) { left: 0; bottom: 0; border-width: 0 0 3px 3px; border-radius: 0 0 0 7px; }
.brand-mark i:nth-child(4) { right: 0; bottom: 0; border-width: 0 3px 3px 0; border-radius: 0 0 7px; }
.brand-mark b { position: absolute; inset: 10px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px #eeebff; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.desktop-nav a, .nav-link { color: #343c54; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover, .nav-link:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 18px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid var(--accent);
    border-radius: 12px;
    background: var(--accent);
    color: #fff;
    font-weight: 750;
    box-shadow: 0 10px 26px rgba(103,85,255,.2);
    transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; border-radius: 10px; }
.button-secondary { background: #fff; color: var(--accent); box-shadow: none; }
.button-secondary:hover { background: var(--soft); color: var(--accent-dark); }
.button-light { background: #fff; color: var(--accent-dark); border-color: #fff; box-shadow: none; }

.hero { padding: 104px 0 92px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.announcement { display: inline-flex; align-items: center; gap: 14px; color: var(--muted); font-size: 14px; font-weight: 650; }
.announcement span, .eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f0eeff;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 28px 0 26px; max-width: 680px; font-size: clamp(54px, 5.7vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 650px; color: var(--muted); font-size: 21px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-note { margin: 13px 0 0; color: #747e92; font-size: 13px; }

.capture-demo { position: relative; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(16,22,47,.14); overflow: hidden; transform: rotate(1deg); }
.capture-demo::before { content: ""; position: absolute; inset: auto 12% -22px; height: 42px; background: rgba(103,85,255,.28); filter: blur(26px); }
.browser-chrome { display: flex; align-items: center; gap: 8px; height: 52px; padding: 0 18px; background: #f4f5f9; border-bottom: 1px solid var(--line); }
.browser-dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #ff8686; }.dot-yellow { background: #ffd48a; }.dot-green { background: #bada8b; }
.address-bar { margin-left: 12px; min-width: 0; flex: 1; padding: 8px 13px; color: #7a8395; background: #fff; border: 1px solid #e8eaf0; border-radius: 8px; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.captured-page { min-height: 365px; padding: 24px; background: linear-gradient(135deg, #f5f3ff 0%, #fff 48%, #effdf8 100%); }
.demo-nav { display: flex; align-items: center; gap: 18px; }
.demo-nav span:not(.demo-logo) { width: 42px; height: 5px; border-radius: 4px; background: #d8dbea; }
.demo-logo { width: 26px; height: 26px; margin-right: auto; border: 7px solid var(--accent); border-radius: 9px; }
.demo-content { display: grid; grid-template-columns: 1fr .8fr; gap: 28px; align-items: center; min-height: 290px; }
.demo-content small { color: var(--accent-dark); font-weight: 800; letter-spacing: .12em; }
.demo-content h2 { margin: 14px 0 12px; font-size: 36px; line-height: 1.03; letter-spacing: -.05em; }
.demo-content p { color: var(--muted); line-height: 1.5; }
.vision-card { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; overflow: hidden; color: #fff; border-radius: 18px; background: linear-gradient(155deg, #151c43, #6755ff); }
.vision-card::before, .vision-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; }
.vision-card::before { inset: 22px 28px 62px; }
.vision-card::after { inset: 42px 48px 82px; background: rgba(255,255,255,.08); }
.vision-card b, .vision-card small { position: relative; z-index: 2; }
.vision-card small { margin-top: 6px; color: #dcd8ff; letter-spacing: 0; }
.scan-line { position: absolute; z-index: 3; left: 22px; right: 22px; top: 56px; height: 2px; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.request-strip { position: relative; display: flex; align-items: center; gap: 12px; padding: 19px 22px; background: #151a39; color: #d5d8ee; }
.request-strip span { color: var(--mint); font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.request-strip code { color: #fff; font-size: 14px; }
.request-strip b { margin-left: auto; color: #b8afff; font-size: 12px; }

.proof-strip { padding: 0 0 100px; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d9dcff; border-radius: var(--radius); background: linear-gradient(180deg,#f0f1ff,#fbfbff); overflow: hidden; }
.proof-grid article { padding: 34px; text-align: center; }
.proof-grid article + article { border-left: 1px solid #d9dcff; }
.proof-grid span { color: var(--accent); font: 800 11px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid strong { display: block; margin: 13px 0 8px; font-size: 23px; letter-spacing: -.03em; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.section { padding: 110px 0; }
.section-tint { background: var(--soft); }
.split-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.section-copy h2, .section-heading h2, .page-hero h1, .cta-panel h2 {
    margin: 20px 0;
    font-size: clamp(40px,4.5vw,62px);
    line-height: 1.04;
    letter-spacing: -.055em;
}
.section-copy > p, .section-heading > p, .page-hero p { color: var(--muted); font-size: 19px; line-height: 1.7; }
.feature-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 22px; }
.feature-list li { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.feature-list span { color: var(--muted); line-height: 1.55; }
.code-window { overflow: hidden; border: 1px solid #252c56; border-radius: 20px; background: #131936; color: #f5f6ff; box-shadow: 0 28px 55px rgba(16,22,47,.16); }
.code-tabs { display: flex; gap: 22px; padding: 16px 22px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.code-tabs b { color: var(--mint); }.code-tabs span { color: #8790ad; }
pre { margin: 0; overflow-x: auto; }
.code-window pre { padding: 28px; font: 14px/1.9 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-muted { color: #8e97ba; }.code-key { color: #c7c1ff; }.code-string { color: #ffd095; }.code-bool,.code-ok { color: var(--mint); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow { margin: 0 auto; }
.feature-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-cards article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-cards h3 { margin: 38px 0 14px; font-size: 24px; letter-spacing: -.035em; }
.feature-cards p { color: var(--muted); line-height: 1.65; }
.feature-number { color: var(--accent); font: 800 12px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.featured-card { box-shadow: inset 0 4px 0 var(--accent), 0 20px 50px rgba(16,22,47,.08); }
.workflow-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; padding: 0; margin: 0; counter-reset: none; }
.workflow-steps li { display: flex; gap: 18px; padding: 26px; border-top: 1px solid var(--line); }
.workflow-steps li > b { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff; }
.workflow-steps strong, .workflow-steps span { display: block; }
.workflow-steps span { margin-top: 8px; color: var(--muted); line-height: 1.5; }
.cta-section { padding: 0 0 110px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px; border-radius: var(--radius); background: linear-gradient(135deg,#4d3fe0,#765eff); color: #fff; }
.cta-panel .eyebrow { color: #fff; background: rgba(255,255,255,.14); }
.cta-panel h2 { max-width: 700px; margin-bottom: 0; }

.page-hero { padding: 100px 0 64px; }
.page-hero .centered { max-width: 850px; }
.page-hero p { max-width: 760px; }
.compact-hero p, .docs-hero p { margin-left: auto; margin-right: auto; }
.pricing-preview { padding-top: 20px; }
.pricing-preview article strong { display: block; margin-top: 30px; }
.docs-hero { padding-bottom: 76px; background: radial-gradient(circle at 82% 18%,rgba(167,236,207,.3),transparent 22%), linear-gradient(180deg,#f7f6ff,#fff); }
.docs-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 74px; align-items: center; }
.docs-hero h1 { max-width: 760px; }
.docs-hero p { max-width: 720px; margin-bottom: 0; }
.docs-breadcrumb { display: block; width: fit-content; margin-bottom: 26px; color: var(--muted); font-size: 13px; font-weight: 750; }
.docs-breadcrumb::before { content: "←"; margin-right: 8px; color: var(--accent); }
.docs-contract-card { display: grid; gap: 13px; padding: 30px; border: 1px solid #2a3261; border-radius: 20px; background: linear-gradient(145deg,#111732,#242a58); color: #fff; box-shadow: 0 24px 55px rgba(16,22,47,.18); }
.docs-contract-card span { color: var(--mint); font: 800 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.docs-contract-card strong { overflow-wrap: anywhere; font: 750 18px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.docs-contract-card small { color: #aeb6d8; line-height: 1.55; }
.docs-preview-strip { border-block: 1px solid #d9dcff; background: #f4f2ff; }
.docs-preview-strip .shell { min-height: 64px; display: flex; align-items: center; gap: 16px; color: #4b5670; font-size: 13px; }
.docs-preview-strip strong { color: var(--accent-dark); }
.docs-preview-strip span { line-height: 1.5; }
.docs-preview-strip a { margin-left: auto; white-space: nowrap; color: var(--accent-dark); font-weight: 800; }
.docs-layout { padding-top: 78px; }
.docs-grid { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 82px; align-items: start; }
.docs-sidebar { position: sticky; top: 104px; align-self: start; display: grid; gap: 28px; max-height: calc(100vh - 128px); overflow-y: auto; padding-right: 10px; font-size: 13px; }
.docs-nav-group { display: grid; gap: 9px; }
.docs-nav-group strong { margin-bottom: 3px; color: var(--ink); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.docs-nav-group a { padding: 7px 10px; border-left: 2px solid transparent; color: var(--muted); line-height: 1.4; }
.docs-nav-group a:hover { color: var(--accent-dark); }
.docs-nav-group a[aria-current="page"] { border-left-color: var(--accent); background: #f3f1ff; color: var(--accent-dark); font-weight: 800; }
.docs-on-page { padding-top: 22px; border-top: 1px solid var(--line); }
.docs-on-page a { font-size: 12px; }
.docs-content { min-width: 0; max-width: 920px; }
.docs-content article { scroll-margin-top: 110px; padding: 0 0 68px; margin-bottom: 68px; border-bottom: 1px solid var(--line); }
.docs-content h2 { margin: 18px 0; font-size: clamp(32px,4vw,42px); line-height: 1.08; letter-spacing: -.045em; }
.docs-content p, .docs-content li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.docs-bullets { display: grid; gap: 10px; margin: 25px 0 0; padding-left: 22px; }
.docs-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.docs-steps li { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.docs-steps li > b { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; }
.docs-steps strong, .docs-steps span { display: block; }
.docs-steps span { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.docs-code { margin-top: 28px; overflow: hidden; border: 1px solid #29315d; border-radius: 16px; background: #111732; color: #f5f6ff; box-shadow: 0 18px 40px rgba(16,22,47,.1); }
.docs-code > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 19px; border-bottom: 1px solid rgba(255,255,255,.1); }
.docs-code > div strong { color: var(--mint); font-size: 12px; }
.docs-code > div span { color: #939cbd; font: 700 11px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.docs-code pre { margin: 0; padding: 22px; background: transparent; color: #f5f6ff; font: 13px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; }
.docs-table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.docs-table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
.docs-table th, .docs-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.docs-table th { background: var(--soft); color: var(--ink); font-size: 12px; letter-spacing: .02em; }
.docs-table td { color: var(--muted); font-size: 13px; line-height: 1.55; }
.docs-table td:first-child { color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 750; }
.docs-table tr:last-child td { border-bottom: 0; }
.docs-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.docs-card-grid a { display: flex; min-height: 230px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.docs-card-grid a:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(16,22,47,.08); }
.docs-card-grid span { color: var(--accent); font: 800 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.docs-card-grid strong { margin: 24px 0 12px; font-size: 20px; line-height: 1.25; letter-spacing: -.03em; }
.docs-card-grid p { margin: 0; font-size: 13px; line-height: 1.6; }
.docs-card-grid small { margin-top: auto; padding-top: 20px; color: var(--accent-dark); font-weight: 800; }
.docs-callout { margin-top: 28px; padding: 20px 22px; border: 1px solid #d9dcff; border-radius: 14px; background: #f5f4ff; }
.docs-callout-warning { border-color: #f1d69a; background: #fff9eb; }
.docs-callout strong { display: block; margin-bottom: 7px; }
.docs-callout p { margin: 0; font-size: 14px; }
.docs-footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 38px; border-radius: 20px; background: var(--soft); }
.docs-footer-cta h2 { margin: 16px 0 10px; font-size: 34px; letter-spacing: -.04em; }
.docs-footer-cta p { max-width: 590px; margin: 0; color: var(--muted); line-height: 1.65; }

.use-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.use-case-grid article { display: flex; flex-direction: column; min-height: 310px; padding: 32px; border: 1px solid #dfe2f4; border-radius: 20px; background: #fff; }
.use-case-grid article > span { color: var(--accent); font: 800 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.use-case-grid h3 { margin: 34px 0 14px; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.use-case-grid p { color: var(--muted); line-height: 1.65; }
.use-case-grid a { margin-top: auto; color: var(--accent-dark); font-weight: 750; }
.text-link { display: inline-block; margin-top: 12px; color: var(--accent-dark); font-weight: 750; }
.faq-preview { align-items: start; }
.compact-faq { padding-top: 14px; }

.editorial-hero { max-width: 1000px; text-align: center; }
.editorial-hero .eyebrow { margin-inline: auto; }
.editorial-hero h1 { margin-bottom: 24px; }
.editorial-hero h1 em { color: var(--accent); font-style: normal; }
.editorial-hero p { margin-inline: auto; }
.editorial-section { padding: 30px 0 120px; }
.editorial-tracks { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 50px; }
.editorial-tracks span, .editorial-tracks a { padding: 10px 14px; border: 1px solid #d9dcff; border-radius: 999px; background: #f7f6ff; color: var(--accent-dark); font-size: 12px; font-weight: 800; }
.editorial-tracks a:hover { border-color: var(--accent); }
.editorial-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.editorial-heading h2 { margin: 18px 0 0; font-size: 48px; letter-spacing: -.05em; }
.editorial-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.blog-card { display: flex; min-height: 350px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(16,22,47,.09); }
.blog-card-featured { grid-column: 1 / -1; min-height: 390px; color: #fff; border-color: #252c56; background: radial-gradient(circle at 82% 15%,rgba(167,236,207,.25),transparent 27%), linear-gradient(135deg,#131936,#33277c); }
.blog-card-meta, .blog-card-footer, .article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.blog-card-meta { color: var(--accent-dark); font: 800 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; text-transform: uppercase; }
.blog-card-featured .blog-card-meta { color: var(--mint); }
.blog-card h2 { max-width: 820px; margin: 34px 0 18px; font-size: clamp(29px,3.3vw,46px); line-height: 1.08; letter-spacing: -.05em; }
.blog-card p { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.blog-card-featured p { color: #ccd1ec; }
.blog-card-footer { justify-content: space-between; margin-top: auto; padding-top: 30px; color: #737d94; font-size: 13px; }
.blog-card-footer a { color: var(--accent-dark); font-weight: 800; }
.blog-card-featured .blog-card-footer { color: #aeb6d8; }
.blog-card-featured .blog-card-footer a { color: var(--mint); }

.article-shell { padding-bottom: 120px; }
.article-hero { max-width: 980px; padding-top: 90px; padding-bottom: 70px; }
.article-back { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 14px; font-weight: 700; }
.article-hero h1 { max-width: 940px; margin: 24px 0; font-size: clamp(48px,6vw,78px); line-height: 1.01; letter-spacing: -.065em; }
.article-hero > p { max-width: 800px; color: var(--muted); font-size: 21px; line-height: 1.65; }
.article-byline { margin-top: 28px; color: #737d94; font-size: 13px; }
.article-byline > * + *::before { content: "·"; margin-right: 14px; color: #b2b7c5; }
.article-share { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.article-share a { padding: 9px 13px; border: 1px solid #d9dcff; border-radius: 999px; background: #fafaff; color: var(--accent-dark); font-size: 12px; font-weight: 750; }
.article-share a:hover { border-color: var(--accent); background: #f0eeff; }
.preview-disclosure { margin-top: 30px; padding: 16px 18px; border: 1px solid #d9dcff; border-radius: 12px; background: #f5f4ff; color: #4b5670; font-size: 14px; line-height: 1.6; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: center; gap: 80px; align-items: start; }
.article-aside { position: sticky; top: 110px; padding-top: 8px; }
.article-aside strong { display: block; margin-bottom: 18px; font-size: 13px; }
.article-aside nav { display: grid; gap: 12px; }
.article-aside a { color: var(--muted); font-size: 13px; line-height: 1.45; }
.article-aside a:hover { color: var(--accent); }
.article-content > section { scroll-margin-top: 110px; padding-bottom: 58px; margin-bottom: 58px; border-bottom: 1px solid var(--line); }
.article-content h2 { margin-bottom: 22px; font-size: 36px; line-height: 1.15; letter-spacing: -.045em; }
.article-content p, .article-content li { color: #46526a; font-size: 17px; line-height: 1.82; }
.article-content ul { display: grid; gap: 10px; padding-left: 22px; }
.article-content > .article-takeaways { padding: 30px; border: 1px solid #d9dcff; border-radius: 18px; background: linear-gradient(145deg,#f4f2ff,#f4fffb); }
.article-takeaways h2 { margin-top: 18px; }
.article-takeaways ul { margin-bottom: 0; }
.article-code { margin: 30px 0; overflow: hidden; border: 1px solid #252c56; border-radius: 16px; background: #131936; color: #f4f5ff; }
.article-code > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--mint); font-size: 12px; font-weight: 800; }
.article-code small { color: #8e97ba; font-weight: 600; }
.article-code pre { padding: 24px; font: 13px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; }
.article-table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.article-table { width: 100%; border-collapse: collapse; text-align: left; }
.article-table th, .article-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.55; }
.article-table th { background: var(--soft); font-size: 13px; }
.article-table td { color: var(--muted); font-size: 14px; }
.article-table tr:last-child td { border-bottom: 0; }
.article-next { padding: 42px; border-radius: 20px; background: var(--soft); }
.article-next h2 { margin: 20px 0 12px; }
.article-next p { max-width: 620px; }
.related-guides { padding-top: 100px; }
.related-guides .section-heading { margin-bottom: 34px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-grid a { display: flex; min-height: 220px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.related-grid a:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(16,22,47,.08); }
.related-grid span { color: var(--accent); font: 800 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; text-transform: uppercase; }
.related-grid strong { margin: 24px 0; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; }
.related-grid small { margin-top: auto; color: var(--muted); }

.about-hero { padding-bottom: 90px; }
.about-section { padding-top: 30px; }
.about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.about-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.about-grid h2 { margin: 30px 0 16px; font-size: 30px; line-height: 1.1; letter-spacing: -.04em; }
.about-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.about-status { align-items: start; }
.about-links { display: grid; gap: 14px; }
.about-links a { display: grid; gap: 8px; padding: 24px; border: 1px solid #d9dcff; border-radius: 16px; background: #fff; }
.about-links a:hover { border-color: var(--accent); }
.about-links strong { font-size: 18px; }
.about-links span { color: var(--muted); line-height: 1.5; }

.faq-hub { max-width: 980px; padding: 20px 0 120px; }
.faq-group { display: grid; grid-template-columns: 190px 1fr; gap: 40px; padding: 44px 0; border-top: 1px solid var(--line); }
.faq-group-title span, .faq-group-title small { display: block; }
.faq-group-title span { font-weight: 800; }
.faq-group-title small { margin-top: 8px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-list summary { position: relative; padding: 20px 52px 20px 20px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 16px; color: var(--accent); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.7; }
.article-faq { margin-top: 30px; }
.faq-contact { max-width: 850px; padding-top: 0; }
.faq-contact h2 { margin: 20px 0; font-size: 48px; letter-spacing: -.05em; }
.faq-contact p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.error-page { min-height: 62vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 90px; }
.error-page > span { color: var(--accent); font: 800 13px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.error-page h1 { max-width: 760px; margin: 20px 0 14px; font-size: clamp(46px,6vw,76px); line-height: 1; letter-spacing: -.06em; }
.error-page p { color: var(--muted); font-size: 18px; }
.error-page .button { margin-top: 18px; }

.site-footer { padding: 70px 0; border-top: 1px solid var(--line); background: #fafaff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; }
.footer-grid strong { color: var(--ink); }
.footer-grid p { max-width: 360px; line-height: 1.6; }
.footer-brand { color: var(--ink); }

@media (max-width: 900px) {
    .desktop-nav { display: none; }
    .nav-actions { margin-left: auto; }
    .hero { padding-top: 72px; }
    .hero-grid, .split-section { grid-template-columns: 1fr; gap: 60px; }
    .capture-demo { transform: none; }
    .proof-grid, .feature-cards, .workflow-steps, .use-case-grid, .about-grid { grid-template-columns: 1fr; }
    .proof-grid article + article { border-left: 0; border-top: 1px solid #d9dcff; }
    .docs-hero-grid, .docs-grid { grid-template-columns: 1fr; }
    .docs-contract-card { max-width: 520px; }
    .docs-sidebar { position: static; max-height: none; grid-template-columns: repeat(3,1fr); overflow: visible; padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
    .docs-on-page { display: none; }
    .docs-steps, .docs-card-grid { grid-template-columns: 1fr; }
    .docs-card-grid a { min-height: 190px; }
    .editorial-heading, .article-layout { grid-template-columns: 1fr; gap: 40px; }
    .article-aside { position: static; padding: 24px; border: 1px solid var(--line); border-radius: 14px; }
    .article-aside nav { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .shell { width: min(calc(100% - 28px), var(--max)); }
    .site-header .nav-link { display: none; }
    .brand { font-size: 17px; }
    .brand-mark { width: 28px; height: 28px; }
    .brand-image { width: 28px; height: 28px; }
    .hero { padding: 56px 0 70px; }
    .hero h1 { font-size: 48px; }
    .hero-lede { font-size: 18px; }
    .hero-actions .button { width: 100%; }
    .demo-content { grid-template-columns: 1fr; padding-top: 38px; }
    .vision-card { min-height: 150px; }
    .request-strip { align-items: flex-start; flex-wrap: wrap; }
    .request-strip b { width: 100%; margin-left: 0; }
    .section { padding: 78px 0; }
    .feature-list li { grid-template-columns: 1fr; gap: 8px; }
    .cta-panel { padding: 34px 24px; flex-direction: column; align-items: flex-start; }
    .editorial-hero, .article-hero { padding-top: 64px; }
    .editorial-heading { display: block; }
    .editorial-heading > p { margin-top: 18px; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-card-featured { grid-column: auto; min-height: 360px; }
    .blog-card { padding: 26px; }
    .article-hero h1 { font-size: 46px; }
    .article-hero > p { font-size: 18px; }
    .article-byline { align-items: flex-start; flex-direction: column; }
    .article-byline > * + *::before { content: none; }
    .article-aside nav { grid-template-columns: 1fr; }
    .article-content h2 { font-size: 31px; }
    .article-next { padding: 30px 24px; }
    .faq-group { grid-template-columns: 1fr; gap: 20px; }
    .footer-grid { grid-template-columns: 1fr; }
    .docs-preview-strip .shell { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 16px; }
    .docs-preview-strip a { margin-left: 0; }
    .docs-sidebar { grid-template-columns: 1fr; }
    .docs-footer-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .docs-footer-cta .button { width: 100%; }
}
