:root {
  --navy: #0b1f33;
  --navy-2: #102b47;
  --lime: #c6ff38;
  --lime-soft: #e9ffad;
  --ink: #172333;
  --slate: #596a7f;
  --mist: #edf1f4;
  --soft: #f7f9fa;
  --white: #ffffff;
  --line: #dbe3e9;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(11, 31, 51, 0.16);
}

* { box-sizing: border-box; }
section[id], [id="workflow"] { scroll-margin-top: 100px; }
.work-map { margin: 40px 0 0; padding: clamp(20px,4vw,48px); background: var(--soft); border: 1px solid var(--line); border-radius: 28px; }
.work-map figcaption { margin-bottom: 30px; font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.map-step { display: flex; gap: 22px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.map-number { flex: 0 0 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: var(--lime); border-radius: 50%; font-weight: 900; }
.map-owner { margin: 0 0 6px; font-size: .875rem; font-weight: 800; letter-spacing: .06em; color: var(--slate); }
.map-step h3, .map-decision h3 { margin: 0 0 8px; font-size: 1.35rem; color: var(--navy); }
.map-step p:not(.map-owner), .map-branch p { margin: 0; font-size: 1rem; color: var(--slate); }
.map-step .map-detail { margin-top: 12px !important; padding-top: 12px; border-top: 1px solid var(--line); }
.map-connector { text-align: center; font-size: 1.7rem; color: var(--navy); line-height: 1.6; }
.map-decision { padding: 24px; border: 2px solid var(--navy); border-radius: 18px; }
.map-branches { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.map-branch { padding: 22px; background: white; border-radius: 12px; }
.map-branch b { display: block; color: var(--navy); margin-bottom: 8px; }
.map-branch span { display: block; margin-top: 14px; font-size: .875rem; font-weight: 800; }
.map-go { background: var(--lime-soft); }
.map-result { border-color: #779c20; }
.map-caption { margin: 24px 0 0; color: var(--navy); font-weight: 700; }
.stock-flow, .qr-steps { list-style: none; padding: 0; display: grid; gap: 20px; margin: 36px 0; }
.stock-flow { grid-template-columns: repeat(3,1fr); }
.stock-flow li { padding: 28px; border-top: 3px solid var(--navy); background: var(--soft); }
.stock-value { display: block; font-size: 3rem; font-weight: 900; color: var(--navy); }
.stock-flow h3, .qr-steps h3 { color: var(--navy); margin: 12px 0; font-size: 1.2rem; }
.stock-flow p, .qr-steps p, .explain-note p { color: var(--slate); font-size: 1rem; margin: 0; }
.explain-note { padding: 24px; border-left: 4px solid #779c20; background: var(--lime-soft); }
.explain-note strong { font-size: 1.15rem; color: var(--navy); }
.qr-section { background: var(--soft); }
.qr-offer { margin-top: 32px; padding: 32px; display: flex; gap: 32px; align-items: center; justify-content: space-between; background: var(--navy); color: white; border-radius: 24px; }
.qr-offer h3 { margin: 8px 0; font-size: 1.8rem; }
.qr-offer p { max-width: 650px; color: #c8d3df; margin: 0; }
.qr-offer .button { flex-shrink: 0; }
.offer-label { color: var(--lime); font-size: .875rem; font-weight: 800; letter-spacing: .06em; }
.qr-steps { grid-template-columns: repeat(4,1fr); }
.qr-steps li { padding: 24px 16px 24px 0; border-top: 1px solid var(--line); }
.qr-example { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 32px 0; }
.qr-example h3 { color: var(--navy); font-size: 1.4rem; }
.qr-example p, .qr-facts li { color: var(--slate); font-size: 1rem; }
.qr-facts { padding: 12px 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.qr-facts ul { padding-left: 20px; }
.details-list { margin-top: 32px; }
.details-list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.details-list summary { cursor: pointer; font-size: 1.15rem; font-weight: 800; color: var(--navy); }
.details-list p { max-width: 850px; font-size: 1rem; color: var(--slate); }
.scan-visual { margin: 36px 0; display: grid; grid-template-columns: 1.15fr .85fr; background: white; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.scan-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.scan-visual figcaption { padding: 32px; align-self: center; }
.scan-visual h3 { color: var(--navy); font-size: 1.6rem; margin: 0 0 16px; }
.scan-visual p { color: var(--slate); }
.scan-visual small { color: var(--slate); font-size: .8rem; }
.scan-visual ol { padding-left: 24px; color: var(--navy); }
.scan-visual li { padding: 6px 0; }
@media (min-width:981px) and (max-width:1200px) { .nav-shell { gap: 18px; } .desktop-nav { gap: 12px; } .brand img { width: 155px; } }
@media (max-width:760px) { .map-branches, .qr-example, .scan-visual { grid-template-columns: 1fr; } .stock-flow, .qr-steps { grid-template-columns: 1fr; } .qr-offer { flex-direction: column; align-items: flex-start; } .map-step { padding: 18px; gap: 12px; } .map-number { flex-basis: 34px; height: 34px; } .map-decision { padding: 16px; } .scan-visual img { min-height: 0; height: auto; } }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  background: var(--lime); color: var(--navy); padding: 12px 16px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(219,227,233,.9);
  backdrop-filter: blur(16px);
}
.nav-shell { height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 190px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { text-decoration: none; color: #405166; font-size: .92rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--navy); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); padding: 9px 12px; font-size: .78rem; font-weight: 900; cursor: pointer; }
.mobile-nav { display: none; }

.button {
  border: 0; border-radius: 999px; padding: 15px 22px; display: inline-flex; align-items: center;
  justify-content: center; text-decoration: none; font-weight: 900; line-height: 1.1; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(198,255,56,.65); outline-offset: 3px;
}
.button-small { padding: 11px 17px; font-size: .86rem; }
.button-dark { background: var(--navy); color: var(--white); }
.button-lime { background: var(--lime); color: var(--navy); box-shadow: 0 10px 30px rgba(144, 190, 31, .2); }

.hero {
  position: relative; overflow: hidden; padding: 82px 0 88px;
  background:
    radial-gradient(circle at 12% 16%, rgba(198,255,56,.14), transparent 25%),
    linear-gradient(180deg, #fafdff 0%, #ffffff 85%);
}
.hero::after {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  border: 1px solid rgba(11,31,51,.07); right: -170px; top: 80px; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.eyebrow { color: var(--navy); letter-spacing: .14em; font-size: .75rem; font-weight: 900; margin: 0 0 18px; }
.hero h1 { margin: 0; font-size: clamp(3.35rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.055em; color: var(--navy); }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--navy); }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: var(--slate); font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.install-button[hidden] { display: none; }
.text-link { font-weight: 850; color: var(--navy); text-underline-offset: 4px; }
.promise-row { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 30px; color: var(--slate); font-size: .86rem; font-weight: 800; }
.promise-row span { display: inline-flex; align-items: center; gap: 8px; }
.promise-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); border: 1px solid #9bc524; }

.product-window { background: var(--white); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.window-topbar { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: var(--navy); color: var(--white); }
.window-project { display: flex; align-items: center; gap: 12px; }
.window-project img { width: 39px; height: 39px; border-radius: 10px; }
.window-project strong, .window-project span { display: block; }
.window-project strong { font-size: .96rem; }
.window-project span { color: #b9c7d5; font-size: .76rem; margin-top: 2px; }
.role-switch { display: flex; gap: 4px; padding: 4px; background: rgba(255,255,255,.1); border-radius: 999px; }
.role-button { border: 0; border-radius: 999px; background: transparent; color: #c6d1dd; padding: 7px 13px; font-size: .75rem; font-weight: 900; cursor: pointer; }
.role-button.active { color: var(--navy); background: var(--lime); }
.demo-panel { display: none; min-height: 420px; padding: 30px; }
.demo-panel.active { display: block; animation: panel-in .28s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.demo-meta { display: flex; align-items: center; gap: 8px; color: var(--slate); font-size: .78rem; font-weight: 800; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px var(--lime-soft); }
.demo-counter { margin-left: auto; }
.micro-label { margin: 31px 0 10px; color: #718196; font-size: .7rem; letter-spacing: .12em; font-weight: 900; }
.demo-panel h2 { margin: 0; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.15; letter-spacing: -.025em; }
.task-details { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 22px 0 26px; padding: 15px 0; border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); color: var(--slate); font-size: .82rem; }
.task-details b { color: var(--navy); margin-right: 4px; }
.task-resources { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: -8px 0 16px; }
.task-resources .resource-button:nth-child(3) { grid-column: 1 / -1; }
.resource-button {
  display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 9px; text-align: left;
  border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy); padding: 10px; cursor: pointer;
}
.resource-button:hover, .resource-button[aria-expanded="true"] { border-color: var(--navy); background: var(--soft); }
.resource-button > span:nth-child(2) b, .resource-button > span:nth-child(2) small { display: block; }
.resource-button b { font-size: .72rem; }
.resource-button small { margin-top: 1px; color: var(--slate); font-size: .59rem; font-weight: 700; }
.resource-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: var(--navy); color: var(--lime); font-weight: 950; }
.task-resource-panel { margin: 0 0 16px; padding: 14px; border-radius: 13px; background: var(--navy); color: white; }
.task-resource-panel[hidden] { display: none; }
.resource-panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.resource-panel-head div > span, .resource-panel-head div > strong { display: block; }
.resource-panel-head div > span { color: #9eb0c1; font-size: .56rem; letter-spacing: .12em; font-weight: 900; }
.resource-panel-head div > strong { margin-top: 2px; font-size: .82rem; }
.current-badge, .live-badge { border-radius: 999px; padding: 4px 7px; font-size: .52rem; font-weight: 950; letter-spacing: .07em; }
.current-badge { background: var(--lime); color: var(--navy); }
.live-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,.1); color: white; }
.live-badge i, .live-location i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(198,255,56,.15); }
.drawing-preview { margin-top: 11px; padding: 7px; border-radius: 9px; background: #ecf2f5; color: #6c8092; }
.drawing-preview svg { display: block; width: 100%; height: 100px; }
.drawing-meta { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 9px; margin-top: 9px; color: #b9c8d5; font-size: .58rem; }
.drawing-meta span b { display: block; color: white; }
.drawing-meta button, .scan-actions button { border: 0; border-radius: 8px; padding: 8px 10px; background: var(--lime); color: var(--navy); font-size: .6rem; font-weight: 900; cursor: pointer; }
.tool-location-row { display: grid; grid-template-columns: 50px 1fr; gap: 12px; align-items: center; margin-top: 13px; padding: 11px; border-radius: 10px; background: rgba(255,255,255,.08); }
.tool-location-row div > span, .tool-location-row div > strong, .tool-location-row div > small { display: block; }
.tool-location-row div > span { color: #9eb0c1; font-size: .53rem; letter-spacing: .08em; font-weight: 900; }
.tool-location-row div > strong { margin-top: 2px; font-size: .75rem; }
.tool-location-row div > small { color: #b9c8d5; font-size: .58rem; }
.mini-qr, .qr-mark { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; background: white; }
.mini-qr { width: 50px; height: 50px; padding: 6px; border-radius: 7px; }
.mini-qr i, .qr-mark i { background: var(--navy); }
.mini-qr i:nth-child(2), .mini-qr i:nth-child(4), .mini-qr i:nth-child(8), .qr-mark i:nth-child(2), .qr-mark i:nth-child(4), .qr-mark i:nth-child(6), .qr-mark i:nth-child(8), .qr-mark i:nth-child(10) { opacity: .08; }
.scan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.scan-actions button:first-child { background: white; }
.quick-jha-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 12px 0 9px; }
.quick-jha-row span { padding: 8px; border-radius: 8px; background: rgba(255,255,255,.08); color: #d9e4eb; font-size: .59rem; font-weight: 800; }
.quick-jha-confirm { width: 100%; border: 0; border-radius: 8px; padding: 9px; background: var(--lime); color: var(--navy); font-size: .65rem; font-weight: 950; cursor: pointer; }
.task-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.task-button { min-height: 54px; border-radius: 13px; border: 2px solid var(--navy); font-weight: 900; cursor: pointer; }
.task-button.start { background: var(--navy); color: white; }
.task-button.done { background: var(--lime); color: var(--navy); }
.task-button.blocked { background: var(--white); color: var(--navy); }
.task-button:hover { transform: translateY(-1px); }
.block-reasons { margin-top: 17px; padding: 15px; background: var(--soft); border-radius: 13px; }
.block-reasons p { margin: 0 0 10px; color: var(--navy); font-size: .82rem; font-weight: 850; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.reason-grid button { background: white; border: 1px solid var(--line); border-radius: 9px; padding: 9px 5px; color: var(--navy); font-size: .72rem; font-weight: 800; cursor: pointer; }
.demo-message { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 13px 15px; background: #f3f7f9; border-radius: 12px; color: var(--slate); font-size: .76rem; }
.message-icon { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: var(--lime); color: var(--navy); font-weight: 900; }

.pm-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pm-summary div { background: var(--soft); padding: 14px; border-radius: 12px; }
.pm-summary span, .pm-summary strong { display: block; }
.pm-summary span { color: var(--slate); font-size: .69rem; font-weight: 750; }
.pm-summary strong { color: var(--navy); margin-top: 5px; font-size: 1.35rem; }
.lookahead-head { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 18px; }
.lookahead-head .micro-label { margin: 0 0 5px; }
.lookahead-head h2 { font-size: 1.55rem; }
.sync-button { border: 1px solid var(--navy); color: var(--navy); background: white; border-radius: 999px; padding: 8px 13px; font-size: .72rem; font-weight: 850; cursor: pointer; }
.schedule-list { margin-top: 14px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.schedule-row { display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center; padding: 12px; border-bottom: 1px solid var(--mist); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row strong, .schedule-row div span { display: block; }
.schedule-row strong { color: var(--navy); font-size: .76rem; }
.schedule-row div span { color: var(--slate); font-size: .65rem; margin-top: 2px; }
.task-state { width: 8px; height: 8px; border-radius: 50%; }
.state-progress { background: #3f82ff; }
.state-ready { background: var(--lime); }
.state-blocked { background: #f3a03d; }
.pill { border-radius: 999px; background: #e8f0ff; color: #2359a8; padding: 5px 8px; font-size: .61rem; font-weight: 850; }
.pill-ready { background: var(--lime-soft); color: #446600; }
.pill-blocked { background: #fff0df; color: #9d5507; }

.proof-strip { background: var(--navy); color: white; padding: 22px 0; }
.proof-grid { display: flex; align-items: center; gap: 40px; justify-content: space-between; }
.proof-grid p { margin: 0; font-weight: 850; }
.proof-points { display: flex; gap: 24px; color: #c8d3df; font-size: .82rem; }
.proof-points span { display: inline-flex; align-items: center; gap: 8px; }
.proof-points span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }

.section { padding: 106px 0; }
.section-heading { max-width: 700px; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4.8vw, 4.25rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .section-copy { color: var(--slate); font-size: 1.03rem; max-width: 620px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.step-card { position: relative; min-height: 265px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step-card.featured { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-14px); }
.step-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: .8rem; font-weight: 950; }
.step-card h3 { margin: 40px 0 13px; color: var(--navy); font-size: 1.25rem; }
.step-card.featured h3 { color: white; }
.step-card p { margin: 0; color: var(--slate); font-size: .93rem; }
.step-card.featured p { color: #c8d3df; }

.task-ready-section { background: var(--navy); color: white; overflow: hidden; }
.task-ready-heading { max-width: 850px; }
.task-ready-heading .eyebrow { color: var(--lime); }
.task-ready-section .section-heading h2 { color: white; }
.task-ready-section .section-heading > p:last-child { color: #bdcad6; max-width: 760px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.capability-card { min-width: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.055); }
.capability-copy { padding: 31px 31px 25px; }
.capability-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: .72rem; font-weight: 950; }
.capability-copy .micro-label { margin: 27px 0 8px; color: var(--lime); }
.capability-copy h3 { margin: 0; color: white; font-size: 1.65rem; line-height: 1.08; letter-spacing: -.025em; }
.capability-copy > p:last-child { margin: 14px 0 0; color: #bdcad6; font-size: .9rem; }
.blueprint-stage { position: relative; min-height: 335px; margin: 0 20px 20px; padding: 20px; background: #eaf0f3; color: #748697; border-radius: 19px; overflow: hidden; }
.blueprint-stage svg { display: block; width: 100%; height: auto; }
.sheet-chip { position: absolute; top: 30px; right: 30px; z-index: 1; display: flex; gap: 8px; align-items: center; padding: 8px 10px; border-radius: 8px; background: white; box-shadow: 0 8px 20px rgba(11,31,51,.12); }
.sheet-chip span { color: var(--navy); font-weight: 950; }
.sheet-chip b { border-radius: 999px; padding: 3px 6px; background: var(--lime); color: var(--navy); font-size: .55rem; }
.scope-callout { position: absolute; left: 34px; bottom: 28px; display: grid; grid-template-columns: 8px 1fr; column-gap: 8px; padding: 10px 13px; border-radius: 10px; background: var(--navy); color: white; box-shadow: 0 12px 26px rgba(11,31,51,.18); }
.scope-callout > span { grid-row: 1 / 3; align-self: center; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.scope-callout b { font-size: .66rem; }
.scope-callout small { color: #b9c8d5; font-size: .58rem; }
.tracker-stage { margin: 0 20px 20px; padding: 24px; background: white; color: var(--ink); border-radius: 19px; }
.tracker-tool { display: grid; grid-template-columns: 78px 1fr; gap: 16px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.qr-mark { width: 78px; height: 78px; grid-template-columns: repeat(4, 1fr); padding: 9px; gap: 4px; border: 1px solid var(--line); border-radius: 10px; }
.tracker-tool div > span, .tracker-tool div > strong, .tracker-tool div > small { display: block; }
.tracker-tool div > span { color: var(--slate); font-size: .6rem; letter-spacing: .12em; font-weight: 900; }
.tracker-tool div > strong { color: var(--navy); margin: 3px 0; font-size: 1.1rem; }
.tracker-tool div > small { display: flex; align-items: center; gap: 6px; color: #547125; font-size: .7rem; font-weight: 800; }
.tracker-tool div > small i { width: 7px; height: 7px; border-radius: 50%; background: #8ec91f; }
.handoff-flow { position: relative; list-style: none; padding: 0; margin: 23px 0; }
.handoff-flow::before { content: ""; position: absolute; left: 14px; top: 21px; bottom: 21px; width: 2px; background: var(--line); }
.handoff-flow li { position: relative; z-index: 1; display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; margin: 15px 0; }
.handoff-flow li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--mist); color: var(--navy); font-size: .65rem; font-weight: 950; }
.handoff-flow li.complete > span { background: var(--lime); }
.handoff-flow li.active > span { background: var(--navy); color: white; box-shadow: 0 0 0 5px rgba(198,255,56,.65); }
.handoff-flow b, .handoff-flow small { display: block; }
.handoff-flow b { color: var(--navy); font-size: .77rem; }
.handoff-flow small { color: var(--slate); font-size: .62rem; }
.live-location { padding: 14px; border-radius: 11px; background: var(--navy); color: white; }
.live-location span, .live-location strong { display: flex; align-items: center; gap: 7px; }
.live-location span { color: #aebdca; font-size: .55rem; letter-spacing: .11em; font-weight: 900; }
.live-location strong { margin-top: 4px; font-size: .82rem; }
.jha-memory-feature { grid-column: 1 / -1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; }
.jha-feature-stage { align-self: stretch; margin: 20px; padding: 24px; border-radius: 19px; background: white; color: var(--ink); }
.jha-feature-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.jha-feature-head span, .jha-feature-head strong { display: block; }
.jha-feature-head span { color: var(--slate); font-size: .58rem; letter-spacing: .11em; font-weight: 900; }
.jha-feature-head strong { margin-top: 3px; color: var(--navy); font-size: 1rem; }
.jha-feature-head > b { padding: 6px 8px; border-radius: 99px; background: var(--lime); color: var(--navy); font-size: .58rem; }
.jha-feature-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 17px 0; }
.jha-feature-controls span { padding: 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); font-size: .7rem; font-weight: 800; }
.field-help-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.field-help-row > div { padding: 13px; border-radius: 11px; background: var(--navy); color: white; }
.field-help-row > div:last-child { background: var(--lime); color: var(--navy); }
.field-help-row small, .field-help-row strong, .field-help-row span { display: block; }
.field-help-row small { color: #9fb1c0; font-size: .52rem; letter-spacing: .09em; font-weight: 900; }
.field-help-row > div:last-child small { color: #52650d; }
.field-help-row strong { margin: 4px 0 2px; font-size: .82rem; }
.field-help-row span { color: #b9c8d4; font-size: .6rem; }
.field-help-row > div:last-child span { color: #4c5c13; }

.field-section { background: var(--soft); }
.field-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.big-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.big-action { min-height: 210px; border-radius: 22px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; }
.big-action span { font-size: .72rem; font-weight: 900; opacity: .65; }
.big-action strong { font-size: 1.4rem; letter-spacing: -.02em; }
.big-action small { font-size: .76rem; font-weight: 750; opacity: .72; }
.big-action.dark { background: var(--navy); color: white; }
.big-action.lime { background: var(--lime); color: var(--navy); }
.big-action.outline { background: white; color: var(--navy); border: 2px solid var(--navy); }

.pilot-section { background: white; }
.pilot-card { display: grid; grid-template-columns: 1fr 300px; gap: 60px; background: var(--navy); color: white; border-radius: 34px; padding: 62px; overflow: hidden; position: relative; }
.pilot-card::after { content: "2"; position: absolute; color: rgba(255,255,255,.025); right: 220px; bottom: -180px; font-size: 420px; line-height: 1; font-weight: 950; }
.lime-text { color: var(--lime); }
.pilot-card h2 { color: white; font-size: clamp(2.35rem, 5vw, 4.35rem); }
.pilot-copy > p:not(.eyebrow) { color: #c8d3df; max-width: 650px; }
.pilot-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; list-style: none; padding: 0; margin: 28px 0 0; }
.pilot-copy li { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.pilot-copy li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--lime); color: var(--navy); font-weight: 950; }
.pilot-price { position: relative; z-index: 1; align-self: center; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.07); }
.pilot-price span, .pilot-price strong, .pilot-price small { display: block; }
.pilot-price span { color: #c8d3df; font-size: .78rem; font-weight: 850; }
.pilot-price strong { margin-top: 5px; font-size: 3.2rem; letter-spacing: -.05em; }
.pilot-price small { color: #c8d3df; margin: 2px 0 22px; }
.pilot-price .button { width: 100%; }
.install-link { display: block; margin-top: 14px; color: white; font-size: .82rem; text-align: center; }

.ai-section { padding-top: 0; background: var(--soft); }
.ai-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center; padding: 54px; border-radius: 30px; background: linear-gradient(135deg, #112d49, var(--navy)); color: white; }
.ai-card .eyebrow { color: var(--lime); }
.ai-card h2 { color: white; font-size: clamp(2.2rem, 4.6vw, 4rem); }
.ai-card p:not(.eyebrow) { max-width: 680px; color: #c8d3df; font-size: 1rem; }
.ai-card .ai-note { margin: 20px 0 0; color: var(--lime-soft); font-size: .87rem; font-weight: 750; }
.ai-flow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 9px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.ai-flow span { padding: 10px 12px; border-radius: 10px; background: white; color: var(--navy); font-size: .77rem; font-weight: 900; }
.ai-flow span:last-child { background: var(--lime); }
.ai-flow b { color: var(--lime); }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.contact-intro img { width: 70px; height: 70px; border-radius: 18px; margin-bottom: 28px; }
.contact-intro h2 { font-size: clamp(2.25rem, 4.5vw, 3.8rem); }
.contact-intro > p:not(.eyebrow) { color: var(--slate); font-size: 1rem; }
.contact-direct { margin-top: 32px; }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { color: var(--slate); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.contact-direct a { margin-top: 4px; color: var(--navy); font-size: 1.1rem; font-weight: 900; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: 0 18px 50px rgba(11,31,51,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; color: var(--navy); font-size: .82rem; font-weight: 850; margin-bottom: 17px; }
.contact-form label span { color: var(--slate); font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid #cdd7df; border-radius: 12px; background: #fbfcfd;
  padding: 13px 14px; color: var(--ink); font-size: .9rem; font-weight: 500;
}
.contact-form textarea { resize: vertical; min-height: 112px; }
.form-submit { width: 100%; min-height: 53px; }
.form-note { margin: 12px 0 0; color: var(--slate); font-size: .72rem; text-align: center; }

.site-footer { padding: 32px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: var(--slate); font-size: .8rem; }
.footer-grid img { width: 150px; }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { text-align: right; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-shell { justify-content: space-between; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; }
  .mobile-nav { padding: 0 24px 16px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
  .mobile-nav[data-open="true"] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .mobile-nav a { padding: 10px 8px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-size: .77rem; font-weight: 800; text-align: center; text-decoration: none; }
  .hero-grid, .field-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 48px; }
  .proof-grid, .proof-points { align-items: flex-start; }
  .proof-grid { flex-direction: column; gap: 12px; }
  .proof-points { flex-wrap: wrap; }
  .pilot-card { grid-template-columns: 1fr 260px; padding: 46px; }
  .capability-grid { grid-template-columns: 1fr; }
  .jha-memory-feature { grid-column: auto; grid-template-columns: 1fr; }
  .ai-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-shell { height: 68px; }
  .brand img { width: 152px; }
  .nav-shell > .button { padding: 9px 12px; font-size: .72rem; }
  .nav-cta { display: none; }
  .mobile-nav { padding: 0 15px 15px; }
  .mobile-nav[data-open="true"] { grid-template-columns: 1fr 1fr; }
  .hero { padding: 48px 0 62px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .hero h1 span { -webkit-text-stroke-width: 1.4px; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { text-align: center; }
  .promise-row { gap: 11px 16px; }
  .product-window { border-radius: 22px; }
  .window-topbar { padding: 14px; }
  .window-project img { width: 35px; height: 35px; }
  .demo-panel { padding: 22px 17px; min-height: 440px; }
  .task-actions { gap: 7px; }
  .task-resources { grid-template-columns: 1fr; }
  .drawing-meta { grid-template-columns: 1fr 1fr; }
  .drawing-meta button { grid-column: 1 / -1; }
  .task-button { min-height: 50px; font-size: .8rem; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-summary div { padding: 10px; }
  .pm-summary span { font-size: .58rem; }
  .pm-summary strong { font-size: 1.1rem; }
  .schedule-row { grid-template-columns: 8px 1fr; }
  .schedule-row .pill { grid-column: 2; justify-self: start; }
  .proof-points { display: grid; gap: 8px; }
  .section { padding: 76px 0; }
  .steps-grid, .big-actions { grid-template-columns: 1fr; }
  .capability-copy { padding: 25px 22px 20px; }
  .blueprint-stage, .tracker-stage { margin: 0 12px 12px; }
  .jha-feature-stage { margin: 0 12px 12px; padding: 18px; }
  .field-help-row { grid-template-columns: 1fr; }
  .blueprint-stage { min-height: 250px; padding: 12px; }
  .sheet-chip { top: 18px; right: 18px; }
  .step-card, .step-card.featured { min-height: auto; transform: none; }
  .step-card h3 { margin-top: 28px; }
  .big-action { min-height: 132px; }
  .pilot-card { grid-template-columns: 1fr; gap: 35px; padding: 30px 22px; border-radius: 24px; }
  .pilot-copy ul { grid-template-columns: 1fr; }
  .pilot-price { padding: 24px; }
  .ai-card { gap: 28px; padding: 30px 22px; border-radius: 24px; }
  .ai-flow { justify-content: flex-start; padding: 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid img { margin: 0 auto; }
  .footer-grid p:last-child { text-align: center; }
}

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