:root {
  --brand: #3e4ebc;
  --brand-dark: #293378;
  --brand-soft: #eef0fb;
  --ink: #172033;
  --ink-2: #475569;
  --ink-3: #6b778a;
  --line: #dde3ea;
  --line-strong: #cbd3df;
  --canvas: #f6f8fa;
  --green: #168447;
  --green-soft: #e9f6ed;
  --amber: #a9600b;
  --amber-soft: #fff4df;
  --red: #b73545;
  --red-soft: #fbeaec;
  --claude: #d97757;
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { min-width: 320px; margin: 0; background: #fff; color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid rgb(62 78 188 / 22%);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 50%;
  display: grid;
  width: min(980px, calc(100% - 32px));
  height: 60px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  border: 1px solid rgb(203 211 223 / 78%);
  border-radius: 8px;
  background: rgb(255 255 255 / 94%);
  padding: 0 14px;
  box-shadow: 0 12px 32px -26px rgb(15 23 42 / 42%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand { display: inline-flex; width: fit-content; align-items: center; }
.brand img { width: 112px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 22px; color: var(--ink-2); font-size: 12px; }
.desktop-nav a:hover, .text-button:hover, footer a:hover { color: var(--brand); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; font-size: 13px; }
.text-button { color: var(--ink-2); font-weight: 650; }
.mobile-nav { display: none; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--brand);
  border-radius: 7px;
  background: var(--brand);
  padding: 11px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 9px 20px -14px rgb(41 51 120 / 70%);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.button:hover { border-color: var(--brand-dark); background: var(--brand-dark); transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.button-small { min-height: 34px; padding: 7px 12px; font-size: 12px; }
.button-secondary { border-color: var(--line-strong); background: #fff; color: var(--ink); box-shadow: none; }
.button-secondary:hover { border-color: var(--brand); background: var(--brand-soft); color: var(--brand-dark); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
  padding: 110px 24px 0;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(#dfe4eb 1px, transparent 1px), linear-gradient(90deg, #dfe4eb 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 58%);
}
.hero::after { content: ""; position: absolute; inset: 0; background: rgb(246 248 250 / 76%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(920px, 100%); margin: 0 auto; text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; }
.hero-copy .eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgb(22 132 71 / 10%); }
h1 { margin: 0; color: #141b2a; font-size: 52px; font-weight: 750; line-height: 1.12; }
.hero-detail { margin: 20px auto 0; color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-top: 17px; color: var(--ink-3); font-size: 12px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.product-stage {
  position: relative;
  z-index: 3;
  width: min(1160px, 100%);
  height: 380px;
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid #d5dce6;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 34px 64px -38px rgb(30 39 74 / 38%);
}
.console-window { display: grid; min-height: 560px; grid-template-columns: 192px minmax(0, 1fr); background: #f7f9fb; color: #475569; font-size: 11px; text-align: left; }
.console-sidebar { position: relative; border-right: 1px solid #e2e7ed; background: #fff; padding: 21px 13px; }
.console-logo { width: 96px; margin: 3px 6px 26px; }
.workspace-switcher { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 8px; border: 1px solid #e1e6ed; border-radius: 7px; padding: 8px; }
.workspace-switcher > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 5px; background: var(--brand-soft); color: var(--brand); font-weight: 800; }
.workspace-switcher div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.workspace-switcher small { color: #94a3b8; font-size: 8px; }
.workspace-switcher strong { overflow: hidden; color: #334155; font-size: 10px; text-overflow: ellipsis; }
.workspace-switcher b { color: #94a3b8; font-weight: 500; }
.console-nav { display: flex; align-items: center; gap: 10px; margin-top: 7px; border-radius: 6px; padding: 10px 12px; color: #64748b; font-weight: 650; }
.console-nav i { width: 10px; color: #94a3b8; font-size: 8px; font-style: normal; text-align: center; }
.console-nav.is-active { margin-top: 18px; background: var(--brand-soft); color: var(--brand); }
.console-nav.is-active i { color: var(--brand); }
.console-user { position: absolute; right: 13px; bottom: 18px; left: 13px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #edf0f4; padding-top: 14px; }
.console-user > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #e7eaf7; color: var(--brand); font-weight: 700; }
.console-user small { overflow: hidden; color: #64748b; text-overflow: ellipsis; }
.console-main { min-width: 0; padding: 30px 32px; }
.console-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.console-heading small { color: #8b98aa; }
.console-heading h2 { margin: 4px 0 3px; color: #2f3a4b; font-size: 21px; }
.console-heading p { margin: 0; color: #8b98aa; }
.console-heading button { flex: 0 0 auto; border: 1px solid var(--brand); border-radius: 6px; background: var(--brand); padding: 8px 12px; color: #fff; font-size: 10px; font-weight: 700; }
.console-verdict { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 21px; border: 1px solid #efd8ac; border-radius: 7px; background: #fffbf3; padding: 14px 16px; }
.verdict-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 6px; }
.verdict-copy > strong { color: #394354; font-size: 12px; }
.verdict-copy > small { color: #7b8798; font-size: 9px; }
.verdict-score { display: grid; min-width: 86px; grid-template-columns: 1fr; padding-left: 12px; text-align: right; }
.verdict-score small, .verdict-score span { color: #8b98aa; font-size: 8px; }
.verdict-score strong { margin: 2px 0; color: var(--green); font-size: 19px; }
.status { display: inline-flex; width: fit-content; align-items: center; gap: 6px; border-radius: 999px; padding: 4px 8px; font-size: 9px; font-weight: 750; white-space: nowrap; }
.status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status.warning { background: var(--amber-soft); color: var(--amber); }
.status.ok { background: var(--green-soft); color: var(--green); }
.signal-table { margin-top: 14px; overflow: hidden; border: 1px solid #e0e5ec; border-radius: 7px; background: #fff; }
.signal-head, .signal-row { display: grid; grid-template-columns: 1.45fr .8fr .8fr .72fr; align-items: center; gap: 14px; padding: 0 16px; }
.signal-head { min-height: 32px; background: #fafbfc; color: #8b98aa; font-size: 8px; font-weight: 700; }
.signal-row { min-height: 61px; border-top: 1px solid #edf0f4; }
.signal-row > span:first-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.signal-row b { color: #475569; font-size: 10px; }
.signal-row small { color: #94a3b8; font-size: 8px; }
.signal-row code { color: #4a5668; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.signal-value { color: #596679; font-size: 9px; }
.signal-ok { color: var(--green) !important; }
.signal-warn { color: var(--amber) !important; }
.signal-bad { color: var(--red) !important; }
.console-footer { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 13px; color: #8b98aa; font-size: 8px; }
.console-footer b { margin-left: 4px; color: #556173; font-weight: 700; }

.protocol-strip { display: flex; min-height: 90px; align-items: center; justify-content: center; gap: 38px; border-bottom: 1px solid var(--line); padding: 20px 24px; color: #64748b; font-size: 13px; }
.protocol-label { color: #8b98aa; }
.protocol-strip strong { display: inline-flex; align-items: center; gap: 9px; color: #3f4b5d; font-weight: 650; white-space: nowrap; }
.protocol-strip img { width: 21px; height: 21px; object-fit: contain; }

.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 116px 0; }
.section-heading { max-width: 760px; }
.section-heading h2, .claude-copy h2, .evidence-copy h2, .final-cta h2 { margin: 0; color: var(--ink); font-size: 36px; font-weight: 700; line-height: 1.25; }
.section-heading > p:last-child, .claude-copy > p:not(.eyebrow):not(.scope-note), .evidence-copy > p { margin: 18px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { min-width: 0; padding: 34px 34px 36px; border-left: 1px solid var(--line); }
.feature-grid article:first-child { border-left: 0; padding-left: 0; padding-right: 46px; }
.feature-grid article:last-child { padding-right: 0; padding-left: 46px; }
.feature-number { color: var(--brand); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; }
.feature-grid h3 { margin: 22px 0 11px; font-size: 19px; font-weight: 700; }
.feature-grid article > p { min-height: 100px; margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.8; }
.baseline-visual, .identity-visual, .history-visual { min-height: 132px; margin-top: 25px; border: 1px solid var(--line); border-radius: 7px; background: var(--canvas); padding: 17px; }
.baseline-visual { display: grid; align-content: center; gap: 11px; }
.baseline-days, .baseline-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.baseline-days span { color: #7a8798; font-size: 8px; text-align: center; }
.baseline-days span.is-change { color: var(--amber); font-weight: 700; }
.baseline-line i { height: 20px; border-radius: 3px; background: #83b995; }
.baseline-line i.is-change { background: #d6a355; }
.baseline-visual small { color: #7c8898; font-size: 9px; text-align: center; }
.identity-visual, .history-visual { display: grid; align-content: center; gap: 0; }
.identity-visual div, .history-visual div { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e1e6ec; }
.identity-visual div:first-child, .history-visual div:first-child { border-top: 0; }
.identity-visual span, .history-visual span { color: #687588; font-size: 10px; }
.identity-visual b, .history-visual b { color: #475569; font-size: 9px; }
.ok-dot { color: var(--green); }.warn-dot { color: var(--amber); }.bad-dot { color: var(--red); }
.history-visual b { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

.claude-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f4f6f8; padding: 112px 24px; }
.claude-inner { display: grid; width: min(1160px, 100%); grid-template-columns: .83fr 1.17fr; align-items: center; gap: 78px; margin: 0 auto; }
.claude-copy .eyebrow { display: flex; align-items: center; gap: 9px; color: var(--brand); }
.model-icons { display: inline-flex; align-items: center; }
.model-icons img { width: 18px; height: 18px; margin-left: -3px; border: 2px solid #f4f6f8; border-radius: 50%; background: #fff; padding: 1px; }
.model-icons img:first-child { margin-left: 0; }
.claude-points { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.claude-points li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-top: 1px solid var(--line); padding: 15px 0; }
.claude-points li:first-child { border-top: 0; }
.claude-points li > span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #d8c6c0; border-radius: 50%; color: #b45c3c; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.claude-points div { display: flex; flex-direction: column; gap: 5px; }
.claude-points strong { font-size: 14px; }
.claude-points small { color: var(--ink-3); font-size: 12px; line-height: 1.65; }
.scope-note { margin: 19px 0 0; color: var(--ink-3); font-size: 11px; line-height: 1.65; }
.claude-inspector { overflow: hidden; border: 1px solid #d2d9e2; border-radius: 8px; background: #fff; box-shadow: 0 24px 54px -42px rgb(15 23 42 / 38%); color: #485467; font-size: 11px; }
.inspector-head { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 14px 18px; }
.inspector-head > span:first-child { display: inline-flex; align-items: center; gap: 10px; }
.inspector-head img { width: 25px; height: 25px; }
.inspector-head b { color: #344054; font-size: 13px; }
.inspector-meta { display: flex; flex-wrap: wrap; gap: 20px; border-bottom: 1px solid var(--line); background: #fafbfc; padding: 10px 18px; color: #8793a4; font-size: 9px; }
.inspector-row { display: grid; min-height: 62px; grid-template-columns: 1fr .9fr .9fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #edf0f4; padding: 10px 18px; }
.inspector-row > span { color: #485467; font-weight: 700; }
.inspector-row > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.inspector-row small { color: #96a1b0; font-size: 8px; }
.inspector-row code { overflow: hidden; color: #566274; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.inspector-row > b { min-width: 38px; text-align: right; font-size: 9px; }
.inspector-row.is-ok > b { color: var(--green); }
.inspector-row.is-warning { background: #fffcf7; }.inspector-row.is-warning > b { color: var(--amber); }
.inspector-row.is-critical { background: #fffafb; }.inspector-row.is-critical > b { color: var(--red); }
.inspector-verdict { display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; background: var(--red-soft); padding: 16px 18px; }
.inspector-verdict > span { grid-row: 1 / 3; color: var(--red); font-size: 9px; font-weight: 800; }
.inspector-verdict strong { color: #5b3540; font-size: 11px; }
.inspector-verdict small { color: #865b65; font-size: 9px; line-height: 1.55; }

.evidence-section { padding: 116px 24px; background: #fff; }
.evidence-inner { display: grid; width: min(1160px, 100%); grid-template-columns: .82fr 1.18fr; align-items: center; gap: 78px; margin: 0 auto; }
.evidence-copy ul { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 14px; }
.evidence-copy li { display: flex; align-items: center; gap: 10px; }
.evidence-copy li span { color: var(--green); font-weight: 800; }
.evidence-panel { overflow: hidden; border: 1px solid #d4dbe4; border-radius: 8px; background: var(--canvas); color: #475569; box-shadow: 0 26px 56px -44px rgb(15 23 42 / 35%); font-size: 11px; }
.evidence-top { display: flex; min-height: 60px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); background: #fff; padding: 14px 18px; }
.evidence-top > strong { color: #334155; font-size: 13px; }
.evidence-id { color: #94a3b8; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.evidence-top .status { margin-left: auto; }
.evidence-tabs { display: flex; gap: 25px; border-bottom: 1px solid var(--line); background: #fff; padding: 0 18px; }
.evidence-tabs span, .evidence-tabs b { position: relative; padding: 13px 0; font-weight: 650; }
.evidence-tabs b { color: var(--brand); }
.evidence-tabs b::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--brand); }
.evidence-body { padding-bottom: 16px; }
.evidence-panel dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-bottom: 1px solid var(--line); background: #fff; }
.evidence-panel dl div { display: flex; min-width: 0; flex-direction: column; gap: 5px; border-left: 1px solid var(--line); padding: 12px 14px; }
.evidence-panel dl div:first-child { border-left: 0; }
.evidence-panel dt, .evidence-panel dd { margin: 0; }
.evidence-panel dt { color: #94a3b8; font-size: 8px; }.evidence-panel dd { overflow: hidden; color: #334155; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.change-heading { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px 9px; }
.change-heading strong { color: #3b4658; }.change-heading span { color: #94a3b8; font-size: 9px; }
.change-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--line); }
.change-timeline span { display: flex; min-width: 0; min-height: 78px; flex-direction: column; gap: 5px; background: #fff; padding: 12px; }
.change-timeline i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.change-timeline span.is-current i { background: var(--amber); }
.change-timeline b { color: #465267; font-size: 9px; }
.change-timeline small { color: #8490a1; font-size: 8px; line-height: 1.5; }
.evidence-observations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 14px 18px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--line); }
.evidence-observations div { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; background: #fff; padding: 10px 12px; }
.evidence-observations span { overflow: hidden; color: #8490a1; font-size: 9px; text-overflow: ellipsis; }
.evidence-observations strong { color: #475569; font-size: 9px; }

.security-section { display: grid; width: min(1160px, calc(100% - 48px)); grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.security-stat { display: grid; grid-template-columns: 34px 1fr; column-gap: 16px; padding: 58px 34px; border-left: 1px solid var(--line); }
.security-stat:first-child { border-left: 0; padding-left: 0; }
.security-stat:last-child { padding-right: 0; }
.security-stat > span { grid-row: 1 / 3; color: #a0a9b7; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.security-stat strong { font-size: 15px; }
.security-stat small { margin-top: 10px; color: var(--ink-3); font-size: 12px; line-height: 1.7; }

.deployment-section .section-heading { margin: 0 auto; text-align: center; }
.deployment-grid { display: grid; max-width: 980px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 58px auto 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 50px -40px rgb(15 23 42 / 30%); }
.deployment-grid article { padding: 42px; }
.deployment-grid article + article { border-left: 1px solid var(--line); background: var(--canvas); }
.deployment-label { margin: 0; color: var(--brand); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.deployment-grid h3 { margin: 12px 0 14px; font-size: 27px; }
.deployment-grid article > p:not(.deployment-label) { min-height: 76px; margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.75; }
.deployment-grid ul { display: grid; gap: 11px; min-height: 112px; margin: 25px 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 13px; }
.deployment-grid li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 800; }
.button-dark { border-color: #1d2635; background: #1d2635; }
.button-dark:hover { border-color: #303c4e; background: #303c4e; }
.button-dark:disabled:hover { border-color: #1d2635; background: #1d2635; }
.waitlist-form { position: relative; display: grid; gap: 9px; }
.waitlist-form > label:first-child { color: var(--ink-2); font-size: 12px; font-weight: 700; }
.waitlist-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.waitlist-row input { width: 100%; min-width: 0; min-height: 46px; border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 10px 12px; color: var(--ink); font-size: 13px; }
.waitlist-row input:focus { border-color: var(--brand); outline: 3px solid rgb(62 78 188 / 12%); }
.waitlist-row input::placeholder { color: #a0a9b7; }
.waitlist-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--ink-3); font-size: 11px; line-height: 1.55; }
.waitlist-consent input { width: 15px; height: 15px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--brand); }
.waitlist-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.waitlist-message { min-height: 17px; margin: 0; color: var(--red); font-size: 11px; line-height: 1.55; }
.waitlist-message.is-success { color: var(--green); }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 1px solid var(--line); padding: 72px max(24px, calc((100vw - 1160px) / 2)); background: var(--canvas); }
.final-cta .eyebrow { color: var(--brand); }
.final-cta h2 { max-width: 700px; }
.final-cta > div:last-child { display: flex; flex: 0 0 auto; align-items: center; gap: 22px; font-size: 13px; }
.final-cta > div:last-child > a:not(.button) { color: var(--ink-2); font-weight: 650; }
.final-cta > div:last-child > a:not(.button):hover { color: var(--brand); }

footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding: 24px max(24px, calc((100vw - 1160px) / 2)); background: #fff; color: #657286; font-size: 12px; }
.footer-brand img { width: 120px; }
footer p { margin: 0; color: #8a95a5; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; }
  .protocol-strip { gap: 24px; font-size: 12px; }
  .console-main { padding: 27px 24px; }
  .claude-inner, .evidence-inner { gap: 48px; }
}

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .site-header { top: 10px; width: min(680px, calc(100% - 24px)); height: 58px; grid-template-columns: 1fr auto; padding: 0 12px; }
  .header-actions { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { display: grid; width: 38px; height: 38px; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; width: 16px; border-top: 1.5px solid var(--ink); }
  .mobile-nav nav { position: absolute; top: 46px; right: 0; width: 236px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 6px; box-shadow: 0 16px 40px -18px rgb(15 23 42 / 35%); }
  .mobile-nav-links { display: grid; gap: 2px; }
  .mobile-nav-links a { border-radius: 5px; padding: 11px 12px; color: var(--ink-2); font-size: 14px; }
  .mobile-nav-links a:hover { background: var(--canvas); color: var(--brand); }
  .mobile-nav-actions { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; margin-top: 6px; border-top: 1px solid var(--line); padding: 10px 6px 4px; }
  .mobile-login { padding: 8px 6px; color: var(--ink-2); font-size: 13px; font-weight: 700; text-align: center; }
  .mobile-nav-actions .button { min-height: 38px; padding: 8px 10px; color: #fff; font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:first-child, .feature-grid article:last-child { padding: 32px 0; border-top: 1px solid var(--line); border-left: 0; }
  .feature-grid article:first-child { border-top: 0; }
  .feature-grid h3 { margin-top: 16px; }
  .feature-grid article > p { min-height: 0; max-width: 720px; }
  .baseline-visual, .identity-visual, .history-visual { max-width: 520px; min-height: 120px; }
  .claude-inner, .evidence-inner { grid-template-columns: 1fr; }
  .claude-copy, .evidence-copy { max-width: 720px; }
  .security-section { grid-template-columns: 1fr; }
  .security-stat, .security-stat:first-child, .security-stat:last-child { padding: 30px 0; border-top: 1px solid var(--line); border-left: 0; }
  .security-stat:first-child { border-top: 0; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 780px) {
  .console-window { grid-template-columns: 1fr; }
  .console-sidebar { display: none; }
  .protocol-strip { display: grid; grid-template-columns: repeat(2, auto); gap: 18px 28px; justify-content: center; }
  .protocol-label { grid-column: 1 / 3; text-align: center; }
  .deployment-grid { max-width: 560px; grid-template-columns: 1fr; }
  .deployment-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .deployment-grid article > p:not(.deployment-label), .deployment-grid ul { min-height: 0; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .site-header { top: 8px; width: calc(100% - 16px); height: 56px; padding: 0 10px; }
  .brand img { width: 108px; }
  .hero { padding: 96px 16px 0; }
  h1 { font-size: 34px; line-height: 1.16; }
  .hero-detail { font-size: 14px; line-height: 1.7; }
  .hero-facts { gap: 9px 15px; line-height: 1.6; }
  .product-stage { width: calc(100% + 32px); height: 250px; margin-top: 32px; margin-left: -16px; border-right: 0; border-left: 0; border-radius: 0; }
  .console-main { padding: 20px 16px; }
  .console-heading h2 { font-size: 18px; }
  .console-heading button { display: none; }
  .console-verdict { grid-template-columns: 1fr; gap: 10px; margin-top: 16px; padding: 12px; }
  .verdict-copy > small { line-height: 1.45; }
  .verdict-score { grid-template-columns: auto auto auto; justify-content: start; gap: 8px; align-items: baseline; border-left: 0; padding-left: 0; text-align: left; }
  .verdict-score strong { font-size: 15px; }
  .signal-head, .signal-row { grid-template-columns: minmax(0, 1.2fr) .85fr .72fr; gap: 8px; padding: 0 11px; }
  .signal-head > :nth-child(2), .signal-row > :nth-child(2) { display: none; }
  .signal-row { min-height: 58px; }
  .signal-row code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .console-footer { display: none; }
  .protocol-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: start; gap: 16px 20px; padding: 24px 20px; }
  .protocol-label { grid-column: 1 / -1; margin-bottom: 4px; text-align: left; }
  .protocol-strip strong { white-space: normal; }
  .section { width: calc(100% - 32px); padding: 82px 0; }
  .section-heading h2, .claude-copy h2, .evidence-copy h2, .final-cta h2 { font-size: 28px; }
  .claude-copy h2 { font-size: 27px; }
  .feature-grid { margin-top: 42px; }
  .claude-section, .evidence-section { padding: 82px 16px; }
  .claude-inner, .evidence-inner { gap: 44px; }
  .claude-inspector { width: 100%; max-width: 560px; margin: 0 auto; }
  .evidence-panel { width: 100%; max-width: 560px; margin: 0 auto; }
  .inspector-row { grid-template-columns: 1fr .9fr .9fr auto; gap: 8px; padding: 10px 14px; }
  .inspector-meta { gap: 10px 16px; padding: 10px 14px; }
  .inspector-verdict { grid-template-columns: 1fr; }
  .inspector-verdict > span { grid-row: auto; }
  .evidence-panel dl { grid-template-columns: repeat(2, 1fr); }
  .evidence-panel dl div:nth-child(3) { border-left: 0; }
  .evidence-panel dl div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .evidence-top { gap: 9px; padding: 14px; }
  .evidence-id { display: none; }
  .evidence-tabs { gap: 20px; padding: 0 14px; }
  .change-heading { padding: 15px 14px 8px; }
  .security-section { width: calc(100% - 32px); }
  .deployment-grid { margin-top: 42px; }
  .deployment-grid article { padding: 28px 24px; }
  .final-cta { padding: 62px 16px; }
  footer { align-items: flex-start; flex-direction: column; padding: 30px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

@media (max-width: 360px) {
  h1 { font-size: 30px; }
  .waitlist-row { grid-template-columns: 1fr; }
  .waitlist-row .button { width: 100%; }
  .final-cta > div:last-child { align-items: flex-start; flex-direction: column; }
}
