:root {
  color-scheme: dark;
  --bg: #101416;
  --panel: #191f21;
  --panel-soft: #222a2c;
  --ink: #f5f7f6;
  --muted: #b1bcbc;
  --line: #343e40;
  --accent: #99e2c5;
  --accent-ink: #102b23;
  --cyan: #91d7e6;
  --amber: #edc28d;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font-size: inherit; }
button, summary, input[type="range"] { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
img { display: block; max-width: 100%; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.18; font-weight: 650; text-wrap: balance; }
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 20px; }
p { color: var(--muted); }
p + p { margin-top: 14px; }
.icon { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 650; margin-bottom: 14px; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; border: 1px solid transparent; border-radius: 6px; padding: 11px 18px; font-size: 14px; font-weight: 650; line-height: 1.4; text-align: center; text-decoration: none; transition: background 150ms ease, border-color 150ms ease; }
.primary { background: var(--accent); color: var(--accent-ink); }
.primary:hover { background: #b8eed9; color: var(--accent-ink); }
.ghost { border-color: #65716e; background: transparent; color: var(--ink); }
.ghost:hover { background: #26332e; border-color: var(--accent); color: var(--ink); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--accent); text-decoration: none; font-weight: 600; }
.text-link:hover { text-decoration: underline; }
.small-note { font-size: 13px; line-height: 1.6; }
.small-note a { color: var(--ink); }
.skip-link { position: fixed; top: -80px; left: 16px; padding: 12px 18px; background: var(--accent); color: var(--accent-ink); z-index: 100; }
.skip-link:focus { top: 12px; }
.skip-link:not(:focus) { width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
.site-header { width: min(1180px, calc(100% - 48px)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 32px; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-size: 21px; font-weight: 700; flex-shrink: 0; }
.brand-mark { width: 34px; height: 34px; background: var(--accent); color: var(--accent-ink); display: grid; place-items: center; border-radius: 6px; font-size: 21px; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { font-size: 14px; text-decoration: none; color: var(--muted); padding: 10px 0; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 9px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-demo { min-height: 42px; padding: 10px 14px; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 6px; }
.nav-toggle { display: none; }
.nav-toggle .icon:last-child { display: none; }
.nav-toggle[aria-expanded="true"] .icon:first-child { display: none; }
.nav-toggle[aria-expanded="true"] .icon:last-child { display: block; }
.section { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 72px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { max-width: 740px; margin-bottom: 32px; }
.section-head > p:last-child:not(.eyebrow) { margin-top: 16px; max-width: 630px; }
.hero { position: relative; background: #111615; isolation: isolate; }
.hero-visual { position: absolute; inset: 0 0 0 auto; width: min(100%, 1640px); z-index: -2; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 8%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101416 3%, rgba(16,20,22,.96) 23%, rgba(16,20,22,.7) 40%, rgba(16,20,22,0) 67%), linear-gradient(0deg, rgba(16,20,22,.65), transparent 24%); }
.hero-inner { position: relative; width: min(1120px, calc(100% - 48px)); margin: auto; min-height: 600px; padding: 60px 0 64px; display: flex; align-items: center; }
.hero-content { width: 51%; max-width: 535px; }
.hero h1 { font-size: 78px; font-weight: 650; line-height: 1; margin-bottom: 24px; }
.hero-tagline { font-size: 26px; line-height: 1.35; color: var(--ink); font-weight: 550; }
.hero-copy { margin-top: 18px; max-width: 430px; font-size: 16px; }
.hero-actions { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.call-preview { position: absolute; right: 0; bottom: 32px; width: 360px; padding: 16px 18px; border: 1px solid #5c6868; background: rgba(16,20,22,.94); border-radius: 8px; }
.call-top { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.call-top > span:last-child { margin-left: auto; color: var(--muted); }
.live-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); }
.call-lines { min-height: 138px; padding-top: 10px; font-size: 13px; line-height: 1.55; transition: opacity 180ms ease; }
.call-lines p + p { margin-top: 8px; }
.call-lines strong { color: var(--ink); font-weight: 600; }
.call-lines.is-changing { opacity: 0; }
.hero-metrics { width: min(1120px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.hero-metrics > div { display: flex; gap: 14px; align-items: center; }
.hero-metrics .icon { color: var(--accent); }
.hero-metrics strong, .hero-metrics small { display: block; }
.hero-metrics strong { font-size: 14px; font-weight: 600; }
.hero-metrics small { font-size: 12px; color: var(--muted); margin-top: 3px; }
.afterhours-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.image-story { position: relative; width: 100%; min-width: 0; min-height: 400px; aspect-ratio: 1.35; overflow: hidden; border-radius: 8px; isolation: isolate; }
.image-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.image-story::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(0deg, rgba(8,12,13,.96), rgba(8,12,13,.65) 50%, transparent); z-index: -1; }
.image-story > div { position: absolute; bottom: 0; left: 0; right: 0; padding: 26px; }
.image-story h3 { font-size: 27px; color: #fff; margin-bottom: 12px; }
.image-story p { font-size: 14px; color: #e0e5e3; max-width: 430px; }
.image-story .eyebrow { display: block; margin-bottom: 10px; }
.value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.value-card { min-width: 0; }
.value-card .icon { width: 25px; height: 25px; margin-bottom: 18px; color: var(--accent); }
.value-card:nth-child(2) .icon { color: var(--amber); }
.value-card:nth-child(3) .icon { color: var(--cyan); }
.value-card h3 { margin-bottom: 12px; }
.value-card p { font-size: 15px; }
.roi-section, .consultation-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; align-items: start; }
.roi-copy > p:not(.eyebrow), .consultation-copy > p:not(.eyebrow) { margin-top: 20px; }
.roi-tool { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.roi-tool label { display: block; margin-bottom: 22px; font-size: 14px; }
.roi-tool label > span { display: flex; justify-content: space-between; gap: 14px; }
.roi-tool label strong { color: var(--accent); white-space: nowrap; }
input[type="range"] { width: 100%; min-height: 28px; accent-color: var(--accent); margin: 8px 0 0; padding: 0; border: 0; }
.roi-output { padding-top: 20px; border-top: 1px solid var(--line); }
.roi-output > span { font-size: 13px; color: var(--muted); }
.roi-output > strong { display: block; font-size: 38px; color: var(--accent); line-height: 1.3; margin: 6px 0 10px; }
.roi-output p { font-size: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.process-step > span { display: block; font-size: 13px; color: var(--accent); border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 18px; }
.process-step h3 { font-size: 18px; margin-bottom: 10px; }
.process-step p { font-size: 14px; }
.dashboard-product { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); overflow: hidden; }
.dashboard-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; }
.dashboard-topbar strong, .dashboard-topbar div > span { display: block; }
.dashboard-topbar strong { font-size: 18px; margin-top: 3px; font-weight: 600; }
.dashboard-topbar div > span { color: var(--muted); font-size: 12px; }
.sample-label { color: var(--muted); font-size: 12px; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 6px 26px 24px; gap: 20px; }
.dashboard-kpis > div { border-left: 2px solid var(--accent); padding-left: 14px; }
.dashboard-kpis > div:nth-child(3) { border-color: var(--cyan); }
.dashboard-kpis > div:nth-child(4) { border-color: var(--amber); }
.dashboard-kpis strong, .dashboard-kpis span { display: block; }
.dashboard-kpis strong { font-size: 26px; line-height: 1.25; font-weight: 650; }
.dashboard-kpis span { font-size: 12px; margin-top: 4px; color: var(--muted); }
.dashboard-tabs { display: flex; padding: 0 26px; border-bottom: 1px solid var(--line); gap: 28px; }
.dashboard-tabs button { position: relative; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); padding: 13px 0; font-size: 14px; font-weight: 550; }
.dashboard-tabs [aria-selected="true"] { color: var(--accent); border-bottom-color: var(--accent); }
.dashboard-panel { padding: 22px 26px; min-height: 596px; }
.calendar-toolbar { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; align-items: center; font-size: 13px; }
.calendar-toolbar strong { font-weight: 550; }
.calendar-legend { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.calendar-legend i { width: 8px; height: 8px; background: var(--accent); }
.calendar-scroll { overflow: auto; max-width: 100%; overscroll-behavior-x: contain; }
.schedule-grid { display: grid; grid-template-columns: 48px repeat(5,minmax(130px,1fr)); min-width: 738px; }
.schedule-day { display: flex; justify-content: center; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); height: 42px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.schedule-day strong { font-size: 14px; color: var(--ink); }
.schedule-day.is-today { color: var(--accent); background: #20332d; }
.schedule-day.is-today strong { color: var(--accent); }
.time-scale { position: relative; height: 468px; display: flex; flex-direction: column; justify-content: space-between; color: var(--muted); font-size: 10px; padding-top: 0; padding-bottom: 0; }
.time-scale span { height: 0; line-height: 1; transform: translateY(-5px); }
.time-scale span:first-child { transform: none; }
.time-scale span:last-child { transform: translateY(-10px); }
.schedule-column { position: relative; height: 468px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: repeating-linear-gradient(0deg, transparent 0 51px, #303a3b 51px 52px); }
.schedule-column.is-today { background-color: #1c2925; }
.calendar-event { position: absolute; top: calc(var(--start) * 52px + 2px); height: calc(var(--duration) * 52px - 4px); left: 4px; right: 4px; padding: 6px 7px; background: #29493d; border-left: 2px solid var(--accent); border-radius: 3px; color: #d8f8e9; overflow: hidden; }
.calendar-event strong, .calendar-event span { display: block; font-size: 11px; line-height: 1.35; font-weight: 500; }
.calendar-event span { font-size: 10px; margin-top: 2px; color: #c4ded1; }
.calendar-event.muted { background: #2b353a; border-color: #94b0c1; color: #e0e7eb; }
.calendar-event.muted span { color: #bacbd5; }
.panel-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; gap: 14px; }
.panel-title h3 { font-size: 18px; }
.panel-title > span { color: var(--muted); font-size: 12px; }
.inbox-item { border-top: 1px solid var(--line); padding: 20px 0; }
.inbox-item > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 8px; }
.inbox-item p { max-width: 750px; font-size: 14px; }
.inbox-item small { display: block; color: var(--muted); font-size: 12px; margin-top: 8px; }
.status { font-size: 12px; color: var(--cyan); }
.good { color: var(--accent); }
.attention { color: var(--amber); }
.summary-lead { max-width: 720px; font-size: 15px; }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-top: 20px; }
.summary-grid article { display: flex; gap: 14px; padding: 22px 0; border-top: 1px solid var(--line); }
.summary-marker { font-size: 12px; padding-top: 2px; }
.summary-grid h3 { font-size: 17px; margin-bottom: 7px; }
.summary-grid p { font-size: 14px; }
.package-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.package { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 8px; }
.package.featured { border-color: #6cb596; background: #192924; }
.package-kicker { color: var(--accent); font-size: 14px; font-weight: 600; }
.package h3 { font-size: 38px; margin: 22px 0 16px; font-variant-numeric: tabular-nums; }
.package .price-prefix { font-size: 18px; font-weight: 400; color: var(--muted); }
.package h3 small { display: block; color: var(--muted); font-size: 12px; font-weight: 400; margin-top: 6px; }
.package > p { font-size: 14px; margin-bottom: 26px; min-height: 44px; }
.package > strong { font-size: 15px; font-weight: 550; }
.per-call { display: block; color: var(--muted); font-size: 13px; margin: 8px 0 24px; }
.package .button { margin-top: auto; }
.custom-pricing { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 28px 0 20px; }
.custom-pricing h3 { font-size: 18px; margin-bottom: 6px; }
.custom-pricing p { font-size: 14px; max-width: 690px; }
.custom-pricing .text-link { flex-shrink: 0; }
.pricing-note { font-size: 12px; color: var(--muted); max-width: 880px; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.check-list .icon { color: var(--accent); width: 18px; height: 18px; }
.consultation-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 26px; }
label { display: grid; gap: 7px; min-width: 0; }
label > span, fieldset legend, .demo-form > label { font-size: 13px; font-weight: 500; color: var(--ink); }
input:not([type="range"]):not([type="radio"]), select, textarea { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #4b5759; border-radius: 5px; background: #101618; color: var(--ink); padding: 11px 12px; line-height: 1.4; }
input::placeholder, textarea::placeholder { color: #9ba8a9; opacity: 1; }
input:disabled { opacity: .55; cursor: not-allowed; }
textarea { resize: vertical; }
select { padding-right: 28px; }
.field-wide { grid-column: 1 / -1; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
.contact-choice legend { margin-bottom: 10px; }
.contact-modes { display: flex; gap: 22px; margin-bottom: 14px; }
.contact-modes label { display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; }
input[type="radio"] { accent-color: var(--accent); width: 16px; height: 16px; margin: 0; }
.optional-fields { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.optional-fields summary { display: flex; align-items: center; gap: 8px; padding: 15px 0; list-style: none; font-size: 14px; }
.optional-fields summary::-webkit-details-marker { display: none; }
.optional-fields summary > span { color: var(--muted); font-size: 12px; }
.optional-fields summary .icon { margin-left: auto; }
.optional-fields[open] summary .icon { transform: rotate(180deg); }
.optional-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding-bottom: 20px; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-status { font-size: 13px; color: var(--muted); margin: 0; }
.form-status[data-status="error"] { color: #ffb4ab; }
.form-status[data-status="ok"] { color: var(--accent); }
.demo-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; align-items: start; }
.demo-copy h1 { font-size: 46px; max-width: 420px; }
.demo-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 16px; }
.demo-scene { width: 100%; height: auto; aspect-ratio: 1.8; object-fit: cover; border-radius: 6px; margin: 28px 0 18px; }
.demo-widget { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 28px; }
.demo-identity { display: flex; align-items: center; gap: 16px; }
.demo-identity img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; object-position: 65% 24%; }
.demo-identity h2 { font-size: 21px; }
.demo-identity .eyebrow { font-size: 11px; margin-bottom: 6px; }
.demo-identity p { font-size: 12px; margin-top: 5px; }
.demo-steps { padding: 22px 0; margin: 22px 0; display: flex; justify-content: space-between; gap: 10px; list-style: none; border-block: 1px solid var(--line); }
.demo-steps li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.demo-steps li > span { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #657773; display: grid; place-items: center; color: var(--accent); font-size: 11px; }
.demo-form { display: grid; gap: 12px; margin-bottom: 16px; }
.verification-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin-bottom: 6px; }
.demo-form > .button { margin-top: 6px; }
.demo-widget > .small-note { margin-top: 18px; font-size: 12px; }
.booking-strip { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.booking-strip h2 { font-size: 28px; margin-bottom: 12px; }
.booking-strip .button { flex-shrink: 0; }
.faq-page { max-width: 860px; }
.faq-page .section-head { margin-bottom: 36px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 0; border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 22px 0; font-size: 17px; font-weight: 550; }
.faq-item summary::marker { color: var(--accent); }
.faq-item p { padding: 0 0 24px; font-size: 15px; max-width: 760px; }
.faq-item a { color: var(--accent); }
.legal-section { min-height: 60vh; }
.legal-intro { max-width: 780px; margin-bottom: 36px; }
.legal-intro p:not(.eyebrow) { margin-top: 20px; }
.legal-intro h1 { font-size: 42px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.legal-card h3 { font-size: 20px; margin: 26px 0 12px; }
.legal-card h3:first-child { margin-top: 0; }
.legal-card p { font-size: 15px; }
.legal-card a { color: var(--accent); overflow-wrap: anywhere; }
.legal-document { max-width: 820px; }
.legal-document .legal-card > h3:first-child { display: none; }
.legal-card dl { margin: 0; }
.legal-card dl > div { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.legal-card dt { color: var(--muted); font-size: 14px; }
.legal-card dd { margin: 0; }
.legal-copy h4 { margin: 28px 0 10px; font-size: 18px; }
.legal-copy h4:first-child { margin-top: 0; }
.site-footer { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 36px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 40px; }
.site-footer .brand { font-size: 18px; }
.site-footer .brand-mark { width: 28px; height: 28px; font-size: 18px; }
.site-footer p { font-size: 12px; margin-top: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; max-width: 650px; justify-content: flex-end; align-content: center; }
.footer-links a { font-size: 12px; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
@media (min-width: 1800px) {
  .hero::before { background: linear-gradient(90deg, #101416 15%, rgba(16,20,22,.97) 31%, rgba(16,20,22,.1) 70%); }
}
@media (max-width: 1000px) {
  .site-header { gap: 20px; }
  .site-nav { gap: 18px; }
  .hero-inner { min-height: 560px; }
  .hero h1 { font-size: 68px; }
  .hero-content { width: 52%; }
  .hero-tagline { font-size: 23px; }
  .call-preview { width: 300px; }
  .call-lines { min-height: 166px; font-size: 12px; }
  .roi-section, .consultation-section, .demo-section { gap: 32px; }
  .package { padding: 22px; }
  .package .button { padding-inline: 10px; font-size: 13px; }
}
@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); min-height: 72px; gap: 12px; flex-wrap: wrap; }
  .brand { font-size: 19px; }
  .header-actions { margin-left: auto; }
  .header-demo { padding: 9px 12px; font-size: 13px; }
  .header-demo .icon { width: 16px; height: 16px; }
  .site-nav { width: 100%; order: 3; flex-wrap: wrap; justify-content: flex-start; padding-bottom: 16px; gap: 12px 22px; }
  .js .nav-toggle { display: grid; }
  .js .site-nav { display: none; }
  .js .site-nav[data-open="true"] { display: grid; position: absolute; top: calc(100% - 1px); left: -16px; right: -16px; width: auto; background: var(--panel); border-bottom: 1px solid var(--line); padding: 12px 24px 20px; gap: 0; box-shadow: 0 14px 20px #0004; }
  .js .site-nav a { padding: 13px 0; }
  .site-nav a[aria-current="page"] { text-underline-offset: 5px; }
  .section { width: calc(100% - 40px); padding: 48px 0; }
  h1 { font-size: 36px; }
  h2 { font-size: 29px; }
  h3 { font-size: 19px; }
  .section-head { margin-bottom: 24px; }
  .section-head > p:last-child:not(.eyebrow) { font-size: 15px; }
  .hero-visual { height: 300px; width: 100%; }
  .hero-visual img { object-position: 64% 22%; }
  .hero::before { background: linear-gradient(180deg, transparent 100px, rgba(16,20,22,.1) 150px, #101416 300px); }
  .hero-inner { min-height: 0; width: calc(100% - 40px); padding: 235px 0 28px; }
  .hero-content { width: 100%; max-width: none; }
  .hero .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .hero h1 { font-size: 54px; margin-bottom: 16px; }
  .hero-tagline { font-size: 22px; }
  .hero-copy { font-size: 15px; margin-top: 12px; max-width: 470px; }
  .hero-actions { gap: 10px; margin-top: 22px; flex-wrap: nowrap; }
  .hero-actions .button { flex: 1; padding: 10px 8px; font-size: 13px; }
  .hero-actions .icon { display: none; }
  .call-preview { display: none; }
  .hero-metrics { width: calc(100% - 40px); gap: 12px; padding: 22px 0; align-items: start; }
  .hero-metrics > div { align-items: flex-start; }
  .hero-metrics .icon { display: none; }
  .hero-metrics strong { font-size: 12px; line-height: 1.4; }
  .hero-metrics small { font-size: 10px; line-height: 1.5; margin-top: 6px; }
  .afterhours-grid { gap: 16px; }
  .image-story { min-height: 350px; }
  .image-story > div { padding: 20px; }
  .image-story h3 { font-size: 23px; }
  .value-grid { gap: 22px; }
  .value-card h3 { font-size: 17px; }
  .value-card p { font-size: 14px; }
  .roi-section, .consultation-section, .demo-section { grid-template-columns: 1fr; gap: 28px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .dashboard-topbar { padding: 18px; }
  .dashboard-topbar strong { font-size: 15px; }
  .sample-label { font-size: 11px; }
  .dashboard-kpis { padding: 0 18px 20px; gap: 18px; grid-template-columns: 1fr 1fr; }
  .dashboard-kpis strong { font-size: 23px; }
  .dashboard-kpis span { font-size: 11px; }
  .dashboard-tabs { padding: 0 18px; gap: 22px; }
  .dashboard-tabs button { font-size: 12px; min-height: 46px; }
  .dashboard-panel { padding: 18px; min-height: 620px; }
  .calendar-toolbar { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 14px; }
  .summary-grid { grid-template-columns: 1fr; margin-top: 16px; }
  .summary-grid article { padding: 17px 0; }
  .summary-grid p { font-size: 13px; }
  .inbox-item { padding: 18px 0; }
  .inbox-item > div { flex-wrap: wrap; gap: 4px 12px; }
  .package-row { grid-template-columns: 1fr; gap: 14px; }
  .package { padding: 24px; }
  .package h3 { margin: 14px 0; font-size: 34px; }
  .package h3 small { display: inline; margin-left: 6px; }
  .package > p { margin-bottom: 18px; min-height: 0; }
  .package .button { margin-top: 0; }
  .per-call { margin-bottom: 20px; }
  .custom-pricing { align-items: flex-start; flex-direction: column; gap: 16px; }
  .roi-tool, .consultation-form, .demo-widget { padding: 22px; }
  .consultation-copy > p:not(.eyebrow) { margin-top: 16px; }
  .demo-copy h1 { font-size: 34px; max-width: 500px; }
  .demo-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 16px; }
  .demo-scene { display: none; }
  .demo-copy > .text-link { margin-top: 16px; }
  .demo-identity img { width: 54px; height: 54px; }
  .demo-identity h2 { font-size: 19px; }
  .demo-steps { margin: 18px 0; padding: 16px 0; }
  .demo-steps li { gap: 6px; }
  .booking-strip { flex-direction: column; align-items: flex-start; gap: 20px; }
  .booking-strip h2 { font-size: 26px; }
  .faq-item summary { font-size: 16px; padding: 20px 0; }
  .faq-item p { font-size: 14px; }
  .legal-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-intro h1 { font-size: 32px; }
  .legal-card dl > div { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { width: calc(100% - 40px); flex-direction: column; gap: 24px; padding: 28px 0; }
  .footer-links { justify-content: flex-start; gap: 14px 20px; }
}
@media (max-width: 560px) {
  .afterhours-grid, .value-grid { grid-template-columns: 1fr; }
  .image-story { aspect-ratio: 1.1; min-height: 330px; }
  .value-grid { gap: 24px; }
  .value-card { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .value-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .value-card .icon { margin-bottom: 10px; }
  .value-card h3 { font-size: 19px; }
  .value-card p { font-size: 15px; }
  .consultation-form, .optional-grid { grid-template-columns: 1fr; }
  .consultation-form > label:has(#consultDate), .consultation-form > label:has(#consultTime) { grid-column: auto; }
  .verification-row { grid-template-columns: 1fr; }
  .verification-row .button { justify-self: start; }
}
@media (max-width: 370px) {
  .brand { font-size: 17px; gap: 7px; }
  .brand-mark { width: 29px; height: 29px; font-size: 18px; }
  .header-demo { font-size: 12px; padding: 9px 10px; }
  .header-demo .icon { display: none; }
  .header-actions { gap: 7px; }
  .hero h1 { font-size: 48px; }
  .hero-tagline { font-size: 20px; }
  .hero-actions .button { font-size: 12px; }
  .dashboard-tabs { padding-inline: 12px; gap: 14px; }
  .dashboard-tabs button { font-size: 11px; }
  .dashboard-panel { padding: 14px; }
  .roi-tool, .consultation-form, .demo-widget { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
