@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(fonts/inter-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(fonts/inter-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Geist Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(fonts/geist-mono-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Geist Mono Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(fonts/geist-mono-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  /* Synced from insurepro-front/src/index.css (.dark). Keep these semantic roles
     aligned with the app; this standalone site intentionally has no build dependency. */
  color-scheme: dark;
  --background: #111214;
  --foreground: #e8e9ec;
  --card: #17181b;
  --dialog: #1c1d21;
  --muted: rgb(255 255 255 / 0.055);
  --muted-foreground: #959aa4;
  --border: rgb(255 255 255 / 0.08);
  --input: rgb(255 255 255 / 0.12);
  --primary: #5a66cf;
  --primary-hover: #606bd3;
  --primary-foreground: #ffffff;
  --secondary: rgb(255 255 255 / 0.07);
  --accent: rgb(255 255 255 / 0.075);
  --ring: #6e78e0;
  --link: #8b94f2;
  --indicator: var(--foreground);
  --overlay: rgb(0 0 0 / 0.6);
  --sidebar: #0b0b0d;
  --success: #4cc38a;
  --success-soft: color-mix(in oklab, var(--success) 14%, transparent);
  --warning: #e2ad4b;
  --warning-soft: color-mix(in oklab, var(--warning) 14%, transparent);
  --shadow-surface: 0 1px 2px rgb(0 0 0 / 0.3);
  --font-display: 'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'Geist Mono Variable', ui-monospace, SFMono-Regular, monospace;
  --fs-h1: clamp(46px, 5.6vw, 80px);
  --fs-h2: clamp(32px, 3.6vw, 50px);
  --fs-h3: 22px; --fs-body: 16px; --fs-meta: 12px; --fs-lead: 18px;
  --gap-xs: 8px; --gap-sm: 12px; --gap-md: 20px; --gap-lg: 32px;
  --gap-xl: 56px; --gap-2xl: 120px; --container: 1440px;
  --gutter: clamp(20px, 4.2vw, 64px); --radius: 6px; --radius-lg: 10px;
}
*, *::before, *::after { box-sizing: border-box; }
::selection { background: color-mix(in oklab, var(--primary) 45%, transparent); color: var(--foreground); }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; opacity: .52; }
p { text-wrap: pretty; margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); text-wrap: balance; margin: 0; }
h1 { font-size: var(--fs-h1); line-height: 1.02; font-weight: 500; letter-spacing: -.045em; color: var(--foreground); }
h2 { font-size: var(--fs-h2); line-height: 1.1; font-weight: 450; letter-spacing: -.045em; }
h3 { font-size: var(--fs-h3); line-height: 1.3; font-weight: 500; letter-spacing: -.015em; }
strong { font-weight: 600; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--ring); outline-offset: 4px; }
.document :focus-visible, dialog :focus-visible { outline-color: var(--ring); outline-offset: 3px; }
.module-rail :focus-visible { outline-color: var(--ring); }
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, var(--gap-2xl)); }
.section + .section { border-top: 1px solid var(--border); }
.row { display: flex; align-items: center; gap: var(--gap-md); }
.row-between { display: flex; align-items: center; justify-content: space-between; gap: var(--gap-md); }
.meta, .num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-weight: 400; }
.meta { font-size: var(--fs-meta); color: var(--muted-foreground); }
.lead { font-size: var(--fs-lead); color: var(--muted-foreground); max-width: 56ch; line-height: 1.55; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-foreground); margin-bottom: 23px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 11px 20px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-weight: 500; line-height: 1.3; transition: background 160ms, border-color 160ms, transform 160ms; }
.btn:active { transform: translateY(1px); }
.btn-primary { color: var(--primary-foreground); background: var(--primary); border-color: var(--primary); min-height: 54px; padding-inline: 24px; font-size: 15px; }
.btn-primary:hover { color: var(--primary-foreground); background: var(--primary-hover); border-color: var(--primary-hover); }
.arrow { font-size: 20px; font-weight: 400; line-height: 1; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 30; padding: 12px 20px; background: var(--card); color: var(--foreground); }
.skip:focus { top: 12px; }
.topnav { background: var(--background); }
.topnav-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.logo { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; font-size: 25px; font-weight: 500; letter-spacing: -.055em; color: var(--foreground); }
.logo svg { flex: none; }
.topnav nav { display: flex; align-items: center; gap: 36px; }
.topnav nav a { min-height: 44px; display: inline-flex; gap: 13px; align-items: center; font-size: 14px; }
.topnav nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-login { border: 1px solid var(--input); border-radius: 6px; padding-inline: 18px; }
.nav-login:hover { background: var(--card); color: var(--foreground); border-color: var(--foreground); }
.hero { padding-top: clamp(48px, 4.5vw, 66px); padding-bottom: 54px; }
.hero-center { max-width: var(--container); text-align: center; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-family: var(--font-mono); letter-spacing: .09em; margin-bottom: 24px; }
.hero .eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--muted-foreground); }
.hero h1 span { display: block; }
.hero h1 span:last-child { font-weight: 400; color: var(--muted-foreground); }
.hero-bottom { margin-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 25px; }
.hero-bottom .lead { max-width: 52ch; font-size: 17px; }
.hero-cta { display: inline-flex; align-items: center; gap: 27px; flex-wrap: wrap; justify-content: center; }
.hero-cta .btn-primary { box-shadow: var(--shadow-surface); }
.hero-explore { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; font-size: 14px; color: var(--foreground); }
.hero-explore:hover { color: var(--foreground); text-decoration: underline; text-underline-offset: 5px; }
.hero-explore svg { width: 18px; height: 18px; }
.workspace-section { padding-bottom: 96px; scroll-margin-top: 24px; }
.workspace-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; padding-top: 28px; border-top: 1px solid var(--border); }
.workspace-caption > p { font-size: 13px; color: var(--muted-foreground); }
.section-index { display: inline-flex; align-items: center; gap: 12px; color: var(--muted-foreground); font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.section-index > span { color: var(--foreground); }
.workspace-caption h2 { font-size: clamp(24px, 2.5vw, 32px); font-weight: 450; }
.workspace-caption > p { max-width: 36ch; }
.demo-label { display: inline-flex; align-items: center; gap: 9px; }
.demo-label::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.workspace-frame { border: 1px solid var(--border); border-radius: 12px; background: var(--sidebar); box-shadow: 0 24px 64px -24px rgb(0 0 0 / .55); }
.workspace-masthead { border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 23px; border-radius: 11px 11px 0 0; background: var(--sidebar); color: var(--foreground); }
.workspace-masthead strong { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.workspace-masthead svg { width: 16px; height: 16px; }
.workspace-masthead .demo-label { color: var(--muted-foreground); font-family: var(--font-mono); font-size: 10px; }
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); background: var(--card); border-bottom: 1px solid var(--border); }
.workflow button { position: relative; text-align: left; display: flex; align-items: center; gap: 14px; min-height: 66px; background: transparent; color: var(--muted-foreground); border: 0; border-right: 1px solid var(--border); padding: 16px 24px; font-size: 14px; transition: background 160ms, color 160ms; }
.workflow button:last-child { border-right: 0; }
.workflow button .step-number { font-family: var(--font-mono); font-size: 11px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--border); border-radius: 50%; flex: none; }
.workflow button .step-arrow { margin-left: auto; font-size: 18px; }
.workflow button:hover { color: var(--foreground); background: var(--muted); }
.workflow button[aria-selected="true"] { color: var(--foreground); background: var(--accent); font-weight: 600; }
.workflow button[aria-selected="true"]:hover { color: var(--foreground); }
.workflow button[aria-selected="true"] .step-number { background: var(--secondary); border-color: var(--input); color: var(--foreground); }
.workflow button[data-complete="true"] .step-number { border-color: var(--foreground); color: var(--foreground); }
.workflow button[data-complete="true"][aria-selected="true"] .step-number { color: var(--foreground); }
.workflow button[aria-selected="true"]::after { content: ''; position: absolute; height: 2px; background: var(--indicator); inset: auto 0 0; }
.workflow button:focus-visible { outline-color: var(--foreground); outline-offset: -6px; }
.workflow button[aria-selected="true"]:focus-visible { outline-color: var(--ring); }
.workbench { display: grid; grid-template-columns: 164px minmax(0,1fr); background: var(--card); border-radius: 0 0 11px 11px; color: var(--foreground); }
.module-rail { padding: 28px 12px 22px; border-right: 0; border-radius: 0 0 0 11px; background: var(--sidebar); }
.rail-heading { margin: 0 10px 18px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-foreground); }
.module-rail button { display: flex; align-items: center; gap: 9px; width: 100%; min-height: 44px; padding: 10px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; text-align: left; color: var(--foreground); background: transparent; margin-bottom: 7px; transition: border-color 160ms, background 160ms; }
.module-rail button:hover { border-color: transparent; background: var(--secondary); }
.module-rail button[aria-pressed="true"] { background: var(--accent); color: var(--foreground); border-color: transparent; font-weight: 500; }
.module-rail button[aria-pressed="true"]:hover { color: var(--foreground); background: var(--secondary); }
.rail-icon { font-family: var(--font-mono); font-size: 15px; width: 18px; text-align: center; }
.rail-note { margin: 100px 10px 0; border-top: 1px solid var(--border); padding-top: 15px; font-size: 11px; line-height: 1.6; color: var(--muted-foreground); }
.document { min-width: 0; color: var(--foreground); }
.document-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-bottom: 1px solid var(--border); padding: 14px 28px; }
.document-head .meta { color: var(--muted-foreground); font-size: 11px; }
.quiet-tag { border: 1px solid var(--border); color: var(--muted-foreground); padding: 4px 8px; border-radius: 3px; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.document-grid { display: grid; grid-template-columns: minmax(0,1fr) 270px; min-height: 402px; }
.document-main { padding: 30px 28px 24px; min-width: 0; }
.document-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.document-title h2 { font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.document-title p { font-size: 12px; margin-top: 6px; color: var(--muted-foreground); }
.doc-btn { color: var(--foreground); background: transparent; border-color: var(--input); min-height: 44px; padding: 9px 13px; font-size: 12px; gap: 12px; flex-shrink: 0; }
.doc-btn:hover { color: var(--foreground); border-color: var(--foreground); background: transparent; }
.doc-btn.solid { color: var(--primary-foreground); background: var(--primary); border-color: var(--primary); }
.doc-btn.solid:hover { background: var(--primary-hover); border-color: var(--primary-hover); color: var(--primary-foreground); }
.ds-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.ds-table th, .ds-table td { padding: 14px 8px; text-align: left; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; }
.ds-table th:first-child, .ds-table td:first-child { padding-left: 0; }
.ds-table th:last-child, .ds-table td:last-child { padding-right: 0; }
.ds-table thead th { font-size: 11px; font-weight: 400; color: var(--muted-foreground); }
.ds-table tbody th { font-weight: 500; }
.ds-table .num-col { text-align: right; font-family: var(--font-mono); font-size: 12px; }
.ds-table .status-col { text-align: right; width: 25%; }
.ds-table .row-selected { background: var(--accent); }
.ds-table .row-selected th { padding-left: 8px; }
.ds-table .row-selected td:last-child { padding-right: 8px; }
.status { font-size: 11px; display: inline-flex; padding: 4px 7px; border: 1px solid var(--border); border-radius: 4px; line-height: 1.4; color: var(--muted-foreground); }
.status.strong { background: var(--warning-soft); color: var(--warning); border-color: currentColor; }
.status.matched { background: var(--success-soft); color: var(--success); border-color: transparent; }
.table-link { border: 0; background: transparent; padding: 9px 0; min-height: 44px; color: var(--link); text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 4px; font-family: var(--font-mono); font-size: 11px; }
.table-link:hover { color: var(--foreground); text-decoration-color: var(--foreground); }
.table-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 17px; font-size: 11px; color: var(--muted-foreground); }
.table-total strong { font-family: var(--font-mono); color: var(--foreground); font-weight: 400; }
.inspector { padding: 30px 24px; border-left: 1px solid var(--border); background: var(--background); display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.inspector .meta { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-foreground); }
.inspector h3 { font-size: 25px; font-weight: 450; line-height: 1.18; letter-spacing: -.03em; }
.inspector p { font-size: 13px; line-height: 1.65; color: var(--muted-foreground); }
.inspector .large-num { font-size: 29px; letter-spacing: -.045em; line-height: 1.2; }
.inspector .doc-btn { margin-top: auto; width: 100%; justify-content: space-between; }
.inspector .mini-rule { border: 0; border-top: 1px solid var(--border); width: 100%; margin: 1px 0; }
.document-foot { display: flex; justify-content: space-between; gap: 16px; align-items: center; border-top: 1px solid var(--border); padding: 11px 28px; font-size: 10px; color: var(--muted-foreground); }
.reset-btn { color: inherit; background: transparent; border: 0; min-height: 44px; padding: 4px 0; font-size: 11px; }
.reset-btn:hover { text-decoration: underline; text-underline-offset: 4px; }
.recon-summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin: 0 0 20px; padding-bottom: 23px; border-bottom: 1px solid var(--border); }
.recon-summary dt { color: var(--muted-foreground); font-size: 11px; margin-bottom: 8px; }
.recon-summary dd { margin: 0; font-family: var(--font-mono); font-size: clamp(17px,1.7vw,24px); letter-spacing: -.055em; }
.recon-summary dd small { font-size: 10px; letter-spacing: 0; margin-left: 4px; }
.workspace-after { display: flex; justify-content: space-between; align-items: baseline; gap: 28px; padding-top: 22px; color: var(--muted-foreground); font-size: 12px; }
.workspace-after > p:last-child { text-align: right; font-size: 11px; max-width: 39ch; }
.guide-status { display: flex; gap: 12px; align-items: baseline; }
.guide-status .num { flex: none; color: var(--foreground); font-size: 11px; }
.guide-status strong { color: var(--foreground); font-weight: 500; }
.case-trace { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,2fr); gap: 48px; margin-top: 52px; padding-top: 35px; border-top: 1px solid var(--border); }
.case-trace h3 { font-size: 23px; font-weight: 450; max-width: 24ch; }
.trace-stages { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; list-style: none; padding: 0; margin: 0; }
.trace-stages li { position: relative; padding: 26px 16px 0 0; border-top: 1px solid var(--border); min-width: 0; }
.trace-stages li::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--background); border: 1px solid var(--muted-foreground); }
.trace-stages li[data-complete="true"]::before { background: var(--foreground); border-color: var(--foreground); }
.trace-stages strong { display: block; font-size: 13px; font-weight: 500; color: var(--foreground); }
.trace-stages span { display: block; margin-top: 5px; font-size: 11px; color: var(--muted-foreground); overflow-wrap: anywhere; }
.record-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; gap: 21px 28px; }
.record-fields dt { font-size: 11px; color: var(--muted-foreground); margin-bottom: 4px; }
.record-fields dd { margin: 0; font-size: 14px; }
.record-note { margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--border); font-size: 11px; color: var(--muted-foreground); }
.notice { padding: 14px 16px; border: 1px solid var(--border); background: var(--background); color: var(--foreground); border-radius: 4px; font-size: 12px; line-height: 1.6; margin-bottom: 20px; }
.invoice-amount { font-size: 36px; letter-spacing: -.055em; margin: 16px 0 24px; }
.invoice-amount small { font-size: 13px; letter-spacing: 0; }
.document .field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.field label { font-size: 12px; }
.input{ width: 100%; min-height: 44px; padding: 11px 13px; background: var(--card); color: var(--foreground); border: 1px solid var(--input); border-radius: var(--radius); font: inherit; font-size: 16px; }
.input::placeholder{ color: var(--muted-foreground); opacity: 1; }
.module-list { display: grid; gap: 0; }
.module-row { display: flex; gap: 18px; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); padding: 12px 0; font-size: 12px; }
.module-row small { color: var(--muted-foreground); }
.pricing { border-top: 1px solid var(--border); background: var(--card); }
.section-intro { max-width: 720px; }
.section-intro p { margin-top: 18px; }
.pricing-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.billing { flex: none; display: inline-flex; padding: 4px; border: 1px solid var(--border); border-radius: 7px; background: var(--background); }
.billing button { min-height: 44px; color: var(--foreground); background: transparent; border: 0; border-radius: 4px; padding: 10px 15px; font-size: 13px; }
.billing button[aria-pressed="true"] { background: var(--secondary); color: var(--foreground); }
.billing button:hover:not([aria-pressed="true"]) { text-decoration: underline; text-underline-offset: 4px; }
.pricing-matrix { display: grid; grid-template-columns: minmax(140px,1.15fr) repeat(3,minmax(0,1fr)); }
.pricing-matrix > [role="row"] { display: contents; }
.pricing-matrix > [role="row"] > div { padding: 18px 24px; border-bottom: 1px solid var(--border); min-width: 0; }
.pricing-matrix .matrix-label { color: var(--muted-foreground); padding-left: 0; font-size: 13px; display: flex; align-items: center; }
.plan-header { display: flex; flex-direction: column; padding-top: 26px !important; padding-bottom: 30px !important; border-top: 1px solid var(--border); }
.plan-header h3 { font-size: 20px; margin-bottom: 8px; }
.plan-description { font-size: 12px; color: var(--muted-foreground); margin-bottom: 24px; min-height: 38px; max-width: 25ch; }
.plan-header .price { margin-top: auto; font-family: var(--font-mono); font-size: clamp(25px,3vw,42px); letter-spacing: -.06em; line-height: 1.2; }
.plan-header small { display: block; color: var(--muted-foreground); font-size: 12px; margin-top: 12px; }
.pricing-matrix .standard { background: var(--background); }
.pricing-matrix .matrix-label.plan-header { justify-content: center; align-items: flex-start; }
.plan-header.standard { border-top: 2px solid var(--foreground); padding-top: 25px !important; }
.matrix-cell { font-size: 14px; }
.matrix-cell .mobile-label { display: none; }
.price-note { display: flex; gap: 40px; justify-content: space-between; margin-top: 22px; font-size: 12px; color: var(--muted-foreground); }
.price-note p { max-width: 63ch; }
.pricing details { margin-top: 23px; border-top: 1px solid var(--border); }
summary { cursor: pointer; min-height: 52px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 25px; font-weight: 300; }
details[open] > summary::after { content: '−'; }
summary:hover { color: var(--foreground); text-decoration: underline; text-underline-offset: 5px; }
.terms { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 48px; padding: 10px 0 24px; font-size: 13px; color: var(--muted-foreground); }
.faq-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.4fr); gap: clamp(32px,7vw,112px); align-items: start; }
.faq-intro .lead { margin-top: 20px; font-size: 16px; max-width: 32ch; }
.faq-contact { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; margin-top: 24px; font-size: 14px; color: var(--foreground); }
.faq-contact:hover { color: var(--foreground); text-decoration: underline; text-underline-offset: 5px; }
.log-row { border-top: 1px solid var(--border); padding: 0; }
.log-row:last-child { border-bottom: 1px solid var(--border); }
.log-row summary { padding: 20px 0; font-size: 16px; }
.log-row p { font-size: 14px; color: var(--muted-foreground); padding-bottom: 22px; max-width: 65ch; }
.closing { padding-block: 0 56px; }
.closing .row-between { align-items: center; background: var(--card); padding: clamp(28px,4vw,56px); border-radius: 10px; }
.closing h2 { font-size: clamp(28px,3.6vw,46px); color: var(--foreground); }
.closing p { margin-top: 14px; color: var(--muted-foreground); font-size: 15px; max-width: 50ch; }
.closing .container { padding-inline: var(--gutter); background: none; }
.closing .closing-panel { border: 1px solid var(--border); box-shadow: var(--shadow-surface); padding: clamp(28px,4vw,56px); background: var(--card); }
.closing a { flex: none; }
.pagefoot { padding-block: 28px; border-top: 1px solid var(--border); color: var(--muted-foreground); font-size: 12px; }
.pagefoot .row-between { flex-wrap: wrap; }
.pagefoot a { display: inline-flex; align-items: center; min-height: 44px; }
.pagefoot a:hover { color: var(--foreground); text-decoration: underline; text-underline-offset: 4px; }
dialog { box-shadow: 0 8px 40px rgb(0 0 0 / .64); padding: 0; width: min(580px,calc(100% - 32px)); max-height: calc(100dvh - 40px); border: 1px solid var(--border); border-radius: 12px; color: var(--foreground); background: var(--dialog); overflow-y: auto; }
dialog::backdrop { background: var(--overlay); }
.dialog-head { padding: 23px 28px; border-bottom: 1px solid var(--border); display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.dialog-head h2 { font-size: 24px; }
.dialog-close { background: transparent; color: var(--foreground); border: 1px solid var(--border); min-height: 44px; min-width: 44px; font-size: 24px; border-radius: 4px; }
.dialog-close:hover { border-color: var(--foreground); background: var(--card); }
.dialog-body { padding: 26px 28px 30px; }
.dialog-body > p { font-size: 14px; margin-bottom: 22px; }
.dialog-body .record-fields { margin-bottom: 24px; }
.dialog-body .doc-btn { width: 100%; }
.dialog-body .note { font-size: 12px; margin-top: 14px; margin-bottom: 0; }
.contact-options { margin: 18px 0 24px; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 14px; }
.contact-options li { display: flex; gap: 12px; }
.contact-options span { font-family: var(--font-mono); }
.email-text { display: block; text-align: center; padding: 14px; font-family: var(--font-mono); font-size: 13px; }
@media (prefers-reduced-motion: no-preference) { .panel-enter { animation: panel-in 180ms ease-out; } @keyframes panel-in { from { opacity: .6; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } } }
@media (max-width: 1180px) {
  .document-grid { grid-template-columns: minmax(0,1fr) 220px; }
  .workbench { grid-template-columns: 126px minmax(0,1fr); }
  .document-main { padding: 24px 20px 18px; }
  .inspector { padding: 26px 18px; }
  .document-title { flex-wrap: wrap; margin-bottom: 14px; }
  .workflow button { padding: 18px; gap: 11px; }
}
@media (max-width: 1000px) {
  .document-grid { grid-template-columns: minmax(0,1fr); }
  .inspector { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; border-left: 0; border-top: 1px solid var(--border); gap: 12px 28px; padding: 20px; }
  .inspector .meta, .inspector .mini-rule { grid-column: 1/-1; }
  .inspector .doc-btn { margin: 0; }
  .document-title { flex-wrap: nowrap; }
  .rail-note { margin-top: 60px; }
  .pricing-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 920px) {
  .hero h1 { font-size: clamp(44px,7vw,64px); max-width: 22ch; margin-inline: auto; }
  .hero-bottom { align-items: center; }
  .hero-bottom .lead { max-width: 47ch; }
  .faq-layout { grid-template-columns: minmax(0,1fr); }
  .case-trace { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .case-trace h3 { max-width: none; }
  .pricing-matrix > [role="row"] > div { padding-inline: 16px; }
  .closing .row-between { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .topnav-inner { min-height: 68px; gap: 15px; }
  .logo { font-size: 23px; gap: 8px; }
  .logo svg { width: 26px; height: 26px; }
  .topnav nav { gap: 19px; }
  .topnav nav .nav-extra { display: none; }
  .nav-login { padding-inline: 12px; }
  .topnav nav a { font-size: 13px; gap: 8px; }
  .hero { padding-top: 44px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(41px,8.5vw,54px); line-height: 1.06; max-width: 15ch; }
  .hero h1 span { display: block; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .04em; gap: 9px; }
  .hero .eyebrow::before { width: 12px; }
  .hero-bottom { flex-direction: column; gap: 24px; margin-top: 21px; }
  .hero-bottom .lead { max-width: 40ch; font-size: 16px; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; letter-spacing: .08em; }
  .hero-cta { width: 100%; gap: 12px; flex-direction: column; }
  .hero-cta .btn { width: 100%; max-width: 340px; }
  .hero-cta .btn { justify-content: space-between; }
  .workspace-caption { align-items: flex-start; flex-direction: column; gap: 12px; }
  .workspace-caption > p { font-size: 13px; max-width: 42ch; }
  .workspace-caption .meta { font-size: 10px; text-align: right; }
  .workspace-masthead { border-bottom: 1px solid var(--border); padding: 14px 15px; gap: 12px; }
  .workspace-masthead strong { font-size: 12px; }
  .workspace-masthead .demo-label { font-size: 9px; }
  .workflow button { flex-direction: column; justify-content: center; align-items: flex-start; padding: 12px 10px; gap: 5px; font-size: 12px; min-height: 70px; }
  .workflow button[aria-selected="true"]::after { inset-inline: 0; }
  .workflow button .step-arrow { display: none; }
  .workflow button .step-number { font-size: 9px; width: 22px; height: 22px; }
  .workbench { grid-template-columns: minmax(0,1fr); }
  .module-rail { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 8px; gap: 2px; border: 0; border-radius: 0; }
  .rail-heading, .rail-note, .rail-icon { display: none; }
  .module-rail button { min-height: 44px; text-align: center; justify-content: center; font-size: 11px; padding: 8px 4px; margin: 0; }
  .document-head { padding: 14px 16px; gap: 12px; }
  .document-head .meta { font-size: 9px; }
  .document-main { padding: 21px 16px; }
  .document-title { flex-direction: column; gap: 13px; margin-bottom: 18px; }
  .document-title h2 { font-size: 24px; }
  .document-title .doc-btn { width: 100%; justify-content: space-between; }
  .ds-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .ds-table, .ds-table tbody { display: block; }
  .ds-table tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 13px 0; border-bottom: 1px solid var(--border); gap: 10px; }
  .ds-table th, .ds-table td, .ds-table .row-selected th, .ds-table .row-selected td:last-child { padding: 0; border: 0; width: auto; }
  .ds-table tbody th { grid-column: 1/-1; font-family: var(--font-mono); font-size: 12px; }
  .ds-table .num-col { text-align: left; font-size: 12px; }
  .ds-table td[data-label]::before { content: attr(data-label); display: block; font-family: var(--font-body); font-size: 10px; color: var(--muted-foreground); margin-bottom: 4px; }
  .ds-table .status-col { grid-column: 1/-1; text-align: left; }
  .ds-table .row-selected { margin-top: 4px; padding: 13px 10px; }
  .table-link { min-height: 44px; padding: 4px 0; font-size: 12px; }
  .table-total { flex-wrap: wrap; }
  .recon-summary { gap: 12px; padding-bottom: 18px; margin-bottom: 12px; }
  .recon-summary dd { font-size: clamp(16px,4.2vw,21px); }
  .recon-summary dd small { display: block; margin: 3px 0 0; }
  .inspector { padding: 22px 16px; grid-template-columns: minmax(0,1fr); gap: 14px; }
  .inspector .doc-btn { margin-top: 6px; }
  .document-foot { align-items: flex-start; padding: 12px 16px; font-size: 9px; }
  .document-foot > span { max-width: 23ch; }
  .reset-btn { flex-shrink: 0; font-size: 10px; }
  .workspace-after { flex-direction: column; gap: 8px; font-size: 11px; }
  .workspace-after > p:last-child { text-align: left; }
  .case-trace { margin-top: 34px; padding-top: 28px; gap: 24px; }
  .case-trace h3 { font-size: 22px; }
  .trace-stages { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 0; }
  .trace-stages li { padding-top: 18px; }
  .workspace-section { padding-bottom: 48px; }
  .record-fields { gap: 18px; }
  .record-fields dd { font-size: 13px; overflow-wrap: anywhere; }
  .record-fields .num { font-size: 12px; }
  .pricing-head { margin-bottom: 28px; gap: 26px; }
  .pricing-matrix { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pricing-matrix .matrix-label { display: none; }
  .pricing-matrix > [role="row"] > div { padding: 16px 10px; }
  .plan-header h3 { font-size: 16px; }
  .plan-description { font-size: 10px; min-height: 48px; margin-bottom: 18px; }
  .plan-header .price { font-size: clamp(20px,5.5vw,30px); letter-spacing: -.08em; }
  .plan-header small { font-size: 10px; }
  .matrix-cell { font-size: 11px; }
  .matrix-cell .mobile-label { display: block; color: var(--muted-foreground); font-size: 9px; margin-bottom: 6px; }
  .price-note, .terms { display: flex; flex-direction: column; gap: 16px; }
  .price-note { font-size: 11px; }
  .pricing summary { font-size: 13px; }
  .billing { width: 100%; }
  .billing button { flex: 1; font-size: 12px; }
  .section-intro .lead { font-size: 16px; }
  .dialog-head { padding: 18px 20px; }
  .dialog-head h2 { font-size: 21px; }
  .dialog-body { padding: 22px 20px; }
  .dialog-body .record-fields { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
  
