:root {
  --navy-950: #061523;
  --navy-900: #0a1d2f;
  --navy-800: #102a43;
  --blue-600: #1268d6;
  --blue-500: #2379e8;
  --blue-100: #e7f1ff;
  --ink: #102238;
  --muted: #5f7185;
  --line: #d8e1eb;
  --line-dark: #274056;
  --surface: #ffffff;
  --surface-muted: #f3f6f9;
  --green: #16825d;
  --amber: #d68a17;
  --shadow: 0 22px 60px rgba(6, 21, 35, .1);
  --font-display: "Bahnschrift", "Aptos Display", "Segoe UI Variable Display", sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(35, 121, 232, .42); outline-offset: 3px; }

.site-header { position: sticky; z-index: 50; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 10px clamp(24px, 5vw, 88px); border-bottom: 1px solid rgba(216, 225, 235, .82); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.site-brand { display: flex; align-items: center; gap: 16px; text-decoration: none; min-width: 180px; }
.site-brand img { width: 104px; height: 54px; object-fit: contain; }
.site-brand span { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav > a, .nav-link { padding: 10px 12px; border: 0; background: none; color: #3f5164; text-decoration: none; font-weight: 650; cursor: pointer; }
.site-nav > a:hover, .nav-link:hover { color: var(--blue-600); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: .62; cursor: wait; transform: none; }
.button-primary { background: var(--blue-600); color: #fff; box-shadow: 0 8px 22px rgba(18, 104, 214, .2); }
.button-primary:hover { background: #0d5fca; box-shadow: 0 10px 28px rgba(18, 104, 214, .27); }
.button-outline, .button-quiet { border-color: var(--line); background: #fff; color: var(--ink); }
.button-outline:hover, .button-quiet:hover { border-color: #aebfd1; background: var(--surface-muted); }
.button-large { min-height: 50px; padding: 14px 21px; }
.button-full { width: 100%; }
.button-light { background: #fff; color: var(--navy-900); }
.button-light:hover { background: #eaf3ff; }
.button-dark-outline { border-color: #3d5b75; color: #fff; background: transparent; }
.button-dark-outline:hover { border-color: #7fa6c8; background: rgba(255, 255, 255, .06); }
.button.is-loading::before { content: ""; width: 15px; height: 15px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: clamp(48px, 6vw, 110px); padding: clamp(76px, 9vw, 142px) clamp(24px, 7vw, 132px); background: linear-gradient(90deg, #fff 0 55%, #f1f5f9 55%); overflow: hidden; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.eyebrow-light { color: #6faaf0; }
.hero h1 { margin: 0; font: 700 clamp(54px, 5.4vw, 88px)/.98 var(--font-display); letter-spacing: -.055em; color: var(--navy-950); }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, auto); gap: 26px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; }
.hero-proof strong { color: var(--ink); font-size: 13px; }

.hero-console { position: relative; width: min(100%, 780px); margin-inline: auto; border: 1px solid #1f3a50; border-radius: 18px; color: #fff; background: var(--navy-950); box-shadow: 0 38px 90px rgba(6, 21, 35, .28); transform: perspective(1300px) rotateY(-2deg); }
.hero-console::after { content: ""; position: absolute; z-index: -1; right: -62px; bottom: -62px; width: 230px; height: 230px; border: 1px solid #c9d6e4; border-radius: 50%; }
.console-topbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid var(--line-dark); }
.console-brand { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.console-brand img { width: 35px; height: 35px; padding: 4px; border-radius: 8px; background: #fff; object-fit: contain; }
.live-indicator { display: flex; align-items: center; gap: 7px; color: #a8b9c9; font-size: 12px; }
.live-indicator i { width: 8px; height: 8px; border-radius: 50%; background: #31c78b; box-shadow: 0 0 0 5px rgba(49, 199, 139, .12); }
.console-body { padding: 26px; }
.console-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.console-heading div { display: flex; flex-direction: column; }
.console-heading small { color: #6f8aa1; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.console-heading strong { margin-top: 4px; font: 650 23px var(--font-display); }
.console-heading > span { color: #9fb1c2; font-size: 12px; }
.flow-rail { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: start; margin: 34px 8px 30px; }
.flow-stop { display: grid; justify-items: center; gap: 7px; }
.flow-stop span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #355068; border-radius: 11px; color: #bdd0e1; background: #102539; font: 700 16px var(--font-display); }
.flow-stop small { color: #8da1b4; }
.flow-stop.is-active span { border-color: #2e82eb; color: #fff; background: #1164cd; }
.flow-stop.is-ready span { border-color: #278265; color: #b9f1db; background: #123a32; }
.flow-line { height: 1px; margin-top: 22px; background: #355068; }
.console-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.console-grid article { min-height: 126px; padding: 18px; border: 1px solid #294258; border-radius: 12px; background: #0c2133; }
.card-label { display: flex; align-items: center; gap: 8px; color: #91a7ba; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; }
.status-dot.amber { background: #f1a52f; }.status-dot.blue { background: #4b9aff; }
.console-grid strong { display: block; margin-top: 18px; font: 650 18px var(--font-display); }
.console-grid p { margin: 5px 0 0; color: #91a7ba; font-size: 12px; }
.job-snapshot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 14px 16px; border: 1px solid #294258; border-radius: 12px; background: #102539; }
.job-snapshot > div { display: flex; align-items: center; gap: 12px; }
.vehicle-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #dcecff; color: #155cae; font-size: 11px; font-weight: 800; }
.job-snapshot p { display: flex; flex-direction: column; margin: 0; }.job-snapshot small { color: #8fa5b8; }
.status-chip { padding: 6px 9px; border-radius: 999px; color: #9ce2c6; background: rgba(22, 130, 93, .2); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.outcome-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 132px); border-block: 1px solid var(--line); }
.outcome-strip div { display: flex; flex-direction: column; gap: 3px; padding: 25px clamp(18px, 3vw, 44px); border-right: 1px solid var(--line); }
.outcome-strip div:first-child { padding-left: 0; }.outcome-strip div:last-child { border-right: 0; }
.outcome-strip strong { font-size: 14px; }.outcome-strip span { color: var(--muted); font-size: 12px; }

.section { padding: clamp(76px, 8vw, 126px) clamp(24px, 7vw, 132px); }
.section-intro { max-width: 790px; }
.section-intro h2, .why-copy h2, .workflow-copy h2, .plans-section h2, .trial-cta h2 { margin: 0; font: 680 clamp(38px, 4vw, 62px)/1.04 var(--font-display); letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 330px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.capability-card:hover { z-index: 1; box-shadow: var(--shadow); }
.capability-primary { color: #fff; border-color: var(--navy-800); background: var(--navy-900); }
.capability-primary p { color: #adc0d1 !important; }
.capability-number { position: absolute; right: 24px; top: 24px; color: #9badbf; font: 650 12px var(--font-display); }
.capability-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 10px; color: var(--blue-600); background: var(--blue-100); }
.capability-primary .capability-icon { color: #79b4ff; background: #183650; }
.capability-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.capability-card h3 { margin: 54px 0 12px; font: 650 22px var(--font-display); }
.capability-card p { margin: 0; color: var(--muted); }

.workflow-section { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(48px, 8vw, 140px); padding: clamp(82px, 9vw, 140px) clamp(24px, 7vw, 132px); color: #fff; background: var(--navy-950); }
.workflow-copy { align-self: start; position: sticky; top: 120px; }
.workflow-copy p:not(.eyebrow) { max-width: 510px; margin: 24px 0; color: #a9bdce; font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; color: #78b5ff; background: none; font-weight: 750; cursor: pointer; }
.text-link:hover { color: #fff; }
.workflow-track { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.workflow-track li { min-height: 98px; display: grid; grid-template-columns: 54px minmax(140px, .7fr) 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line-dark); }
.workflow-track li > span { color: #6b8aa4; font: 650 12px var(--font-display); }
.workflow-track strong { font: 620 20px var(--font-display); }
.workflow-track small { color: #91a8bc; font-size: 14px; }
.workflow-track li:hover { background: linear-gradient(90deg, transparent, rgba(35, 121, 232, .09)); }

.why-section { display: grid; grid-template-columns: minmax(390px, .9fr) minmax(460px, 1.1fr); align-items: center; gap: clamp(55px, 8vw, 150px); background: var(--surface-muted); }
.why-visual { min-height: 480px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.why-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#edf2f7 1px, transparent 1px), linear-gradient(90deg, #edf2f7 1px, transparent 1px); background-size: 44px 44px; }
.paper-stack, .digital-record, .transition-line { position: absolute; z-index: 1; }
.paper-stack { left: 10%; width: 33%; height: 45%; }
.paper-stack span { position: absolute; inset: 0; border: 1px solid #c4cfdb; background: #f7f9fb; box-shadow: 0 9px 22px rgba(16, 34, 56, .08); transform: rotate(-7deg); }
.paper-stack span:nth-child(2) { transform: translate(12px, 11px) rotate(1deg); }.paper-stack span:nth-child(3) { transform: translate(25px, 22px) rotate(7deg); }
.paper-stack span:nth-child(3)::after { content: "JOB CARD\A\A Customer ______\A Vehicle ________\A Work __________"; white-space: pre; position: absolute; inset: 35px 25px; color: #7f91a3; font: 600 11px/2 var(--font-body); }
.transition-line { width: 22%; height: 2px; background: var(--blue-500); }.transition-line i { position: absolute; right: -5px; top: -4px; width: 10px; height: 10px; border: 2px solid var(--blue-500); border-left: 0; border-bottom: 0; transform: rotate(45deg); }
.digital-record { right: 8%; width: 34%; aspect-ratio: .82; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: var(--navy-900); box-shadow: 0 25px 45px rgba(6, 21, 35, .2); }
.digital-record img { width: 82px; height: 82px; padding: 9px; border-radius: 13px; background: #fff; object-fit: contain; }
.digital-record strong { margin-top: 22px; font: 650 22px var(--font-display); }.digital-record span { color: #99b0c5; font-size: 12px; }
.why-list { margin-top: 38px; border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.why-list article > span { color: var(--blue-600); font: 650 12px var(--font-display); }
.why-list h3 { margin: 0; font: 620 18px/1.35 var(--font-display); }.why-list p { margin: 7px 0 0; color: var(--muted); }

.plans-section { padding: clamp(80px, 9vw, 140px) clamp(24px, 10vw, 190px); }
.section-intro-centered { margin-inline: auto; text-align: center; }
.section-intro-centered .eyebrow { justify-content: center; }
.section-intro-centered > p:last-child { margin-inline: auto; }
.plan-grid { max-width: 1060px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 58px auto 0; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.plan-recommended { border: 2px solid var(--blue-600); box-shadow: 0 22px 60px rgba(18, 104, 214, .12); }
.recommended-badge { position: absolute; right: 24px; top: 24px; padding: 6px 9px; border-radius: 999px; color: var(--blue-600); background: var(--blue-100); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-heading > p { margin: 0 0 12px; color: var(--blue-600); font-weight: 800; }.plan-heading h3 { margin: 0; font: 650 25px var(--font-display); }.plan-heading > span { display: block; min-height: 50px; margin-top: 8px; color: var(--muted); }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin: 32px 0 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.plan-price strong { font: 700 46px var(--font-display); letter-spacing: -.04em; }.plan-price span { color: var(--muted); }
.plan-card ul { flex: 1; display: grid; gap: 13px; margin: 0 0 32px; padding: 0; list-style: none; }.plan-card li { position: relative; padding-left: 25px; }.plan-card li::before { content: ""; position: absolute; left: 2px; top: .55em; width: 7px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.commercial-note { margin: 22px 0 0; text-align: center; color: var(--muted); font-weight: 650; }
.comparison-panel { max-width: 1060px; margin: 38px auto 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.comparison-panel summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 22px; cursor: pointer; list-style: none; background: var(--surface-muted); }.comparison-panel summary::-webkit-details-marker { display: none; }.comparison-panel summary span { display: flex; flex-direction: column; }.comparison-panel summary small { color: var(--muted); }.comparison-panel summary i { width: 12px; height: 12px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); transition: transform .2s ease; }.comparison-panel[open] summary i { transform: rotate(225deg); }
.comparison-content { padding: 10px 22px 22px; overflow-x: auto; }
.comparison-content table { width: 100%; border-collapse: collapse; min-width: 620px; }.comparison-content th, .comparison-content td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; }.comparison-content thead th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }.comparison-content tbody th { font-weight: 600; }.comparison-group th { padding-top: 24px; color: var(--blue-600); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; background: #fff; }

.trial-cta { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: clamp(66px, 7vw, 100px) clamp(24px, 7vw, 132px); color: #fff; background: var(--blue-600); }
.trial-cta > div:first-child { max-width: 820px; }.trial-cta h2 { max-width: 760px; }.trial-cta p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: #d8e9ff; font-size: 18px; }.trial-actions { display: flex; flex-direction: column; gap: 10px; min-width: 235px; }

.site-footer { display: grid; grid-template-columns: 1.5fr .65fr .8fr; gap: 60px; padding: 58px clamp(24px, 7vw, 132px) 25px; color: #c0cfdb; background: var(--navy-950); }
.footer-brand img { width: 145px; height: 88px; padding: 7px; border-radius: 9px; background: #fff; object-fit: contain; }.footer-brand p { max-width: 360px; color: #90a6b9; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-links strong { margin-bottom: 8px; color: #fff; }.footer-links a, .footer-links button { padding: 0; border: 0; color: #9db1c2; background: none; text-decoration: none; cursor: pointer; }.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line-dark); color: #708ba1; font-size: 12px; }

.site-dialog { width: min(calc(100% - 32px), 760px); max-height: min(90dvh, 820px); padding: 0; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(6, 21, 35, .28); overflow: auto; }
.site-dialog::backdrop { background: rgba(4, 16, 27, .67); backdrop-filter: blur(5px); }
.sign-in-dialog { width: min(calc(100% - 32px), 570px); }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 28px 30px 22px; border-bottom: 1px solid var(--line); }.dialog-header .eyebrow { margin-bottom: 10px; }.dialog-header h2 { margin: 0; font: 660 29px var(--font-display); letter-spacing: -.03em; }.dialog-header p:last-child { margin: 8px 0 0; color: var(--muted); }
.dialog-close { flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 25px; line-height: 1; cursor: pointer; }.dialog-close:hover { background: var(--surface-muted); }
.enquiry-form, .workspace-form { padding: 25px 30px 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.enquiry-form label, .workspace-form label { display: grid; gap: 7px; }.enquiry-form label > span, .workspace-form label > span { color: #405368; font-size: 13px; font-weight: 750; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea, .workspace-address-field { width: 100%; min-height: 46px; border: 1px solid #bdcad7; border-radius: 9px; color: var(--ink); background: #fff; }.enquiry-form input, .enquiry-form select, .enquiry-form textarea { padding: 10px 12px; }.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus, .workspace-address-field:focus-within { border-color: var(--blue-500); outline: 3px solid rgba(35, 121, 232, .14); }
.message-field { margin-top: 17px; }.privacy-note, .workspace-help { margin: 14px 0 0; color: var(--muted); font-size: 12px; }.form-status { min-height: 23px; margin: 13px 0 0; color: var(--muted); }.form-status.is-error { color: #b72c3a; }.form-status.is-success { color: var(--green); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.dialog-success { padding: 45px 30px; text-align: center; }.dialog-success > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--green); font-size: 26px; }.dialog-success h3 { margin: 0; font: 650 26px var(--font-display); }.dialog-success p { color: var(--muted); }.dialog-success .button { margin-top: 12px; }
.workspace-address-field { display: flex; align-items: center; overflow: hidden; }.workspace-address-field > span { align-self: stretch; display: flex; align-items: center; padding: 0 12px; border-right: 1px solid var(--line); color: var(--muted); background: var(--surface-muted); }.workspace-address-field input { min-width: 0; flex: 1; padding: 10px 12px; border: 0; outline: 0; }

@media (max-width: 1120px) {
  .site-header { padding-inline: 28px; }
  .site-brand span { display: none; }
  .site-nav > a, .nav-link { padding-inline: 8px; }
  .hero { grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 42px; padding-inline: 48px; }
  .hero h1 { font-size: clamp(50px, 6vw, 70px); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-section { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .why-section { gap: 60px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .site-header { min-height: 70px; padding: 8px 20px; }
  .site-brand img { width: 92px; height: 49px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .nav-link { min-height: 44px; display: flex; align-items: center; padding: 10px; text-align: left; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 76px 32px; background: linear-gradient(#fff 0 48%, #f1f5f9 48%); }
  .hero-copy { max-width: 760px; }.hero-console { max-width: 720px; transform: none; }.hero-console::after { display: none; }
  .outcome-strip { padding-inline: 32px; }
  .workflow-section { grid-template-columns: 1fr; }.workflow-copy { position: static; }
  .why-section { grid-template-columns: 1fr; }.why-visual { order: 2; }.why-copy { order: 1; }
  .trial-cta { align-items: start; flex-direction: column; }.trial-actions { width: min(100%, 420px); flex-direction: row; }.trial-actions .button { flex: 1; }
}

@media (max-width: 700px) {
  .hero { padding: 58px 20px; gap: 52px; background: linear-gradient(#fff 0 52%, #f1f5f9 52%); }
  .hero h1 { font-size: clamp(44px, 13vw, 60px); }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }.hero-proof span { flex-direction: row; gap: 8px; }
  .console-topbar { padding: 12px 14px; }.console-body { padding: 18px 14px; }.console-heading > span { display: none; }.flow-rail { margin-inline: 0; }.flow-stop span { width: 38px; height: 38px; }.flow-line { margin-top: 19px; }.console-grid { grid-template-columns: 1fr; }.bay-card { display: none; }.job-snapshot { align-items: start; }.status-chip { display: none; }
  .outcome-strip { grid-template-columns: 1fr; padding: 0 20px; }.outcome-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }.outcome-strip div:last-child { border-bottom: 0; }
  .section, .workflow-section, .plans-section { padding: 70px 20px; }
  .section-intro h2, .why-copy h2, .workflow-copy h2, .plans-section h2, .trial-cta h2 { font-size: clamp(35px, 10vw, 47px); }
  .capability-grid { grid-template-columns: 1fr; margin-top: 38px; }.capability-card { min-height: 250px; padding: 26px; }.capability-card h3 { margin-top: 40px; }
  .workflow-track li { min-height: 90px; grid-template-columns: 40px 1fr; gap: 12px; padding: 14px 0; }.workflow-track small { grid-column: 2; margin-top: -12px; }
  .why-visual { min-height: 360px; }.digital-record { right: 5%; width: 38%; }.paper-stack { left: 5%; width: 37%; }.transition-line { width: 18%; }.paper-stack span:nth-child(3)::after { inset: 22px 13px; font-size: 8px; }.digital-record img { width: 58px; height: 58px; }.digital-record strong { font-size: 16px; }
  .plan-grid { grid-template-columns: 1fr; margin-top: 38px; }.plan-card { padding: 28px 23px; }.plan-heading > span { min-height: 0; }.comparison-content { padding-inline: 12px; }
  .trial-cta { padding: 62px 20px; gap: 32px; }.trial-actions { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding: 44px 20px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-meta { align-items: flex-start; flex-direction: column; }
  .site-dialog { width: 100%; max-width: none; max-height: 94dvh; margin: auto 0 0; border-radius: 16px 16px 0 0; }.dialog-header { padding: 23px 18px 18px; }.dialog-header h2 { font-size: 25px; }.enquiry-form, .workspace-form { padding: 20px 18px 24px; }.form-grid { grid-template-columns: 1fr; }.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }.dialog-actions .button { width: 100%; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .site-brand img { width: 82px; }
  .hero, .section, .workflow-section, .plans-section, .trial-cta { padding-inline: 16px; }
  .hero h1 { font-size: 43px; }
  .hero-console { border-radius: 13px; }
  .console-brand span { font-size: 13px; }.live-indicator { font-size: 10px; }
  .plan-card { border-radius: 12px; }
  .recommended-badge { position: static; align-self: flex-start; margin-bottom: 15px; }
  .site-footer { padding-inline: 16px; }
  .dialog-actions { grid-template-columns: 1fr; }
}

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