:root {
  --ink: #061827;
  --ink-soft: #163447;
  --teal: #32cbbd;
  --teal-deep: #16a99d;
  --mint: #dff8f3;
  --paper: #f5f8f7;
  --white: #ffffff;
  --line: rgba(6, 24, 39, 0.12);
  --muted: #5d6f79;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(2, 22, 36, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, video { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; color: var(--ink); background: var(--white); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; border-bottom: 1px solid transparent; background: rgba(245, 248, 247, .94); -webkit-backdrop-filter: blur(20px) saturate(130%); backdrop-filter: blur(20px) saturate(130%); transition: border-color .2s, box-shadow .2s, background .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(6,24,39,.06); }
main section[id], #privacy-note { scroll-margin-top: 96px; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.04em; font-size: 20px; }
.brand img { border-radius: 11px; box-shadow: 0 7px 20px rgba(5,30,49,.16); }
.brand span span { color: var(--teal-deep); }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { text-decoration: none; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--teal-deep); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-control { position: relative; display: inline-flex; align-items: center; }
.language-control::after { content: "⌄"; position: absolute; right: 10px; top: 50%; color: var(--muted); font-size: 11px; pointer-events: none; transform: translateY(-58%); }
.language-control select { min-width: 69px; height: 36px; padding: 0 27px 0 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: rgba(255,255,255,.72); appearance: none; cursor: pointer; font-size: 11px; font-weight: 850; }
.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; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border-radius: 12px; text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .language-control select:focus-visible, .video-lang:focus-visible { outline: 3px solid rgba(50,203,189,.45); outline-offset: 3px; }

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .language-control::after { right: auto; left: 10px; }
html[dir="rtl"] .language-control select { padding: 0 12px 0 27px; }
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .trust-list,
html[dir="rtl"] .mini-brand,
html[dir="rtl"] .appointment-card,
html[dir="rtl"] .safety-list article,
html[dir="rtl"] .integration-note { direction: rtl; }
html[dir="rtl"] .message.bot-message { align-self: flex-end; border-bottom-left-radius: 17px; border-bottom-right-radius: 5px; }
html[dir="rtl"] .message.user-message { align-self: flex-start; border-bottom-right-radius: 17px; border-bottom-left-radius: 5px; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button-ghost { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 16px 35px rgba(6,24,39,.2); }
.button-primary:hover { background: #0b2639; box-shadow: 0 20px 42px rgba(6,24,39,.28); }
.button-link { padding-inline: 4px; color: var(--ink); }

.hero { position: relative; min-height: 700px; padding: 126px 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 76px 0 0; background-image: linear-gradient(rgba(6,24,39,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(6,24,39,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 520px; height: 520px; right: -220px; top: 50px; background: radial-gradient(circle, rgba(50,203,189,.2), rgba(50,203,189,0) 68%); }
.glow-two { width: 420px; height: 420px; left: -250px; bottom: -130px; background: radial-gradient(circle, rgba(51,137,177,.13), rgba(51,137,177,0) 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-copy { min-width: 0; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--teal-deep); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 28px; height: 2px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(48px, 5.2vw, 72px); line-height: .98; letter-spacing: -.062em; font-weight: 720; }
h1 em { color: var(--teal-deep); font-style: normal; }
.hero-lede { max-width: 640px; margin-bottom: 26px; color: var(--muted); font-size: clamp(18px, 1.7vw, 20px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-list { display: flex; gap: 22px; padding: 0; margin: 35px 0 0; list-style: none; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list li span:first-child { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 11px; }

.product-card { position: relative; min-height: 520px; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; color: var(--white); background: radial-gradient(circle at 82% 4%, rgba(50,203,189,.2), transparent 34%), linear-gradient(150deg, #0a2d41 0%, #061827 72%); box-shadow: var(--shadow); }
.product-card::after { content: ""; position: absolute; inset: -12px 18px 12px -18px; z-index: -1; border: 1px solid rgba(6,24,39,.1); border-radius: 30px; background: rgba(255,255,255,.48); }
.product-card-top { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 11px; }
.mini-brand img { border-radius: 12px; }
.mini-brand div { display: flex; flex-direction: column; line-height: 1.2; }
.mini-brand strong { font-size: 15px; }
.mini-brand span { color: #8fded6; font-size: 11px; }
.live-badge { display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(110,230,216,.25); border-radius: 99px; color: #9ce8de; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.live-badge > span:first-child { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(50,203,189,.12); }
.conversation { display: flex; flex-direction: column; gap: 16px; margin-top: 56px; }
.message { max-width: 83%; padding: 15px 17px; border-radius: 17px; font-size: 14px; line-height: 1.5; }
.bot-message { align-self: flex-start; color: #dff5f2; background: rgba(255,255,255,.08); border-bottom-left-radius: 5px; }
.user-message { align-self: flex-end; color: #032228; background: var(--teal); border-bottom-right-radius: 5px; font-weight: 650; }
.choices { display: flex; gap: 7px; flex-wrap: wrap; }
.choices span { padding: 7px 11px; border: 1px solid rgba(97,224,210,.25); border-radius: 99px; color: #a9e8e1; background: rgba(50,203,189,.06); font-size: 11px; font-weight: 700; }
.appointment-card { display: flex; align-items: center; gap: 12px; width: 88%; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.07); }
.appointment-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 11px; color: #032228; background: var(--teal); font-weight: 900; }
.appointment-card div:last-child { display: flex; flex-direction: column; }
.appointment-card span { color: #9db1bd; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.appointment-card strong { margin-top: 2px; font-size: 14px; }
.handoff-row { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); color: #8ea5b2; font-size: 11px; }
.avatars { display: flex; }
.avatars i { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -7px; border: 2px solid #0a2638; border-radius: 50%; color: #05202b; background: var(--teal); font-size: 8px; font-style: normal; font-weight: 900; }
.avatars i:last-child { color: var(--ink); background: var(--white); }

.dashboard-preview { isolation: isolate; }
.dashboard-preview::before { content: ""; position: absolute; width: 230px; height: 230px; right: -110px; bottom: -120px; z-index: -1; border-radius: 50%; background: rgba(50,203,189,.1); filter: blur(4px); }
.dashboard-badge { letter-spacing: .04em; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.dashboard-metrics > div { min-width: 0; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.055); }
.dashboard-metrics span { display: block; overflow: hidden; margin-bottom: 10px; color: #8fa7b4; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.dashboard-metrics strong { font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.dashboard-metrics small { margin-left: 6px; color: #82ddd3; font-size: 10px; font-weight: 750; }
.funnel-panel { margin-top: 12px; padding: 17px 18px 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(3,18,29,.38); }
.funnel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.funnel-heading span { color: #dbe9ee; font-size: 12px; font-weight: 720; }
.funnel-heading strong { color: #82ddd3; font-size: 12px; letter-spacing: .01em; }
.funnel-chart { display: flex; align-items: flex-end; gap: 10px; height: 94px; }
.funnel-chart div { display: flex; flex: 1; min-width: 0; height: 100%; flex-direction: column; justify-content: flex-end; gap: 7px; }
.funnel-chart i { display: block; width: 100%; height: var(--bar); min-height: 16px; border-radius: 8px 8px 4px 4px; background: linear-gradient(180deg, #43d6c7, #168f8a); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.funnel-chart span { color: #8fa7b4; font-size: 9px; font-weight: 750; text-align: center; }
.dashboard-lead { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 11px; margin-top: 12px; padding: 13px; border: 1px solid rgba(111,230,217,.18); border-radius: 17px; background: rgba(50,203,189,.08); }
.lead-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #062332; background: linear-gradient(145deg, #a8f2e9, #36cabc); font-size: 10px; font-weight: 850; }
.lead-copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.lead-copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.lead-copy span { color: #8fa7b4; font-size: 10px; }
.lead-status { display: flex; align-items: center; gap: 6px; max-width: 128px; padding: 7px 9px; border-radius: 99px; color: #a8eee6; background: rgba(50,203,189,.11); font-size: 9px; font-weight: 750; line-height: 1.2; }
.lead-status i { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #55dbc9; box-shadow: 0 0 0 4px rgba(50,203,189,.1); }
.dashboard-footer { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: #8ea5b2; font-size: 10px; }
.dashboard-avatars { display: flex; padding-left: 7px; }
.dashboard-avatars i { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -7px; border: 2px solid #0a2638; border-radius: 50%; color: #05202b; background: var(--teal); font-size: 8px; font-style: normal; font-weight: 900; }
.dashboard-avatars i:last-child { color: var(--ink); background: var(--white); }

.two-card-showcase { width: min(540px, 100%); min-width: 0; }
.showcase-viewport { overflow: hidden; border-radius: 30px; box-shadow: 0 32px 90px rgba(6,24,39,.17); }
.showcase-track { display: flex; direction: ltr; transition: transform .58s cubic-bezier(.22,.78,.25,1); will-change: transform; }
.showcase-slide { min-width: 100%; flex: 0 0 100%; }
html[dir="rtl"] .showcase-slide { direction: rtl; }
.showcase-slide .product-card { width: 100%; box-shadow: none; }
.showcase-slide .product-card::after { display: none; }
.showcase-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 17px; }
.showcase-arrow { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid rgba(6,24,39,.12); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.82); box-shadow: 0 8px 22px rgba(6,24,39,.08); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.showcase-arrow:hover { border-color: rgba(27,156,147,.42); background: #fff; transform: translateY(-2px); }
.showcase-arrow:focus-visible, .showcase-dots button:focus-visible { outline: 3px solid rgba(50,203,189,.35); outline-offset: 3px; }
.showcase-dots { display: flex; align-items: center; gap: 7px; }
.showcase-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(6,24,39,.2); cursor: pointer; transition: width .28s ease, background .28s ease; }
.showcase-dots button.is-active { width: 28px; background: var(--teal-deep); }

.assistant-chat-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(6,24,39,.1); border-radius: 30px; color: var(--ink); background: #eaf1f2; }
.assistant-device-bar { display: flex; align-items: center; justify-content: space-between; height: 27px; padding: 0 18px; color: #687a80; background: #fff; font-size: 8px; font-weight: 750; }
.assistant-chat-head { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 11px; height: 66px; padding: 0 17px; border-top: 1px solid #eef2f3; border-bottom: 1px solid #dfe7e8; background: rgba(255,255,255,.97); }
.assistant-clinic-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #07313a; background: linear-gradient(145deg, #a2eee5, #39cabc); font-size: 10px; font-weight: 900; }
.assistant-chat-head > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.assistant-chat-head strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.assistant-chat-head small { color: #279e94; font-size: 9px; }
.assistant-chat-head > i { color: #84959b; font-size: 13px; font-style: normal; letter-spacing: .08em; }
.assistant-conversation { display: flex; min-height: 377px; padding: 20px 17px 70px; flex-direction: column; align-items: flex-start; gap: 11px; background-color: #eaf1f2; background-image: radial-gradient(rgba(15,82,91,.045) 1px, transparent 1px); background-size: 17px 17px; }
.assistant-time { align-self: center; padding: 4px 9px; border-radius: 99px; color: #75858b; background: rgba(255,255,255,.76); font-size: 8px; }
.assistant-message { max-width: 82%; padding: 12px 14px; border-radius: 16px; font-size: 11px; line-height: 1.45; box-shadow: 0 4px 15px rgba(6,24,39,.06); }
.assistant-message.bot { border-bottom-left-radius: 5px; background: #fff; }
.assistant-message.patient { display: flex; align-self: flex-end; flex-direction: column; align-items: flex-end; border-bottom-right-radius: 5px; color: #07343a; background: #a9ece4; font-weight: 650; }
.assistant-message.patient small { margin-top: 4px; color: #478c87; font-size: 7px; }
.assistant-options { display: flex; max-width: 95%; gap: 6px; flex-wrap: wrap; }
.assistant-options span { padding: 7px 10px; border: 1px solid #b9d8d5; border-radius: 99px; color: #176f6b; background: rgba(255,255,255,.82); font-size: 8px; font-weight: 750; }
.assistant-booking { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid #c6e7e3; border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 4px 15px rgba(6,24,39,.05); }
.assistant-booking > b { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-deep); font-size: 10px; }
.assistant-booking > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.assistant-booking strong { font-size: 10px; }
.assistant-booking small { color: #718187; font-size: 8px; }
.assistant-compose { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 29px 1fr 31px; align-items: center; gap: 8px; height: 54px; padding: 0 14px; border-top: 1px solid #dce5e6; background: rgba(255,255,255,.96); color: #318f88; }
.assistant-compose i { height: 30px; border: 1px solid #dbe4e5; border-radius: 99px; background: #f6f8f8; }
.assistant-compose b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-deep); font-size: 10px; }

.outcome-strip { position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.outcome-grid article { display: flex; gap: 17px; min-height: 150px; padding: 36px 28px; border-right: 1px solid var(--line); }
.outcome-grid article:first-child { border-left: 1px solid var(--line); }
.outcome-grid article > span { color: var(--teal-deep); font-size: 11px; font-weight: 850; }
.outcome-grid strong { display: block; margin-bottom: 7px; font-size: 17px; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.section { padding: 116px 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-kicker { margin-bottom: 16px; }
.section-kicker.light { color: #75e2d5; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.3vw, 61px); line-height: 1.03; letter-spacing: -.05em; font-weight: 700; }
.split-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.video-frame { overflow: hidden; border: 1px solid rgba(6,24,39,.12); border-radius: 25px; background: var(--ink); box-shadow: 0 30px 80px rgba(6,24,39,.15); }
.video-topbar { display: flex; align-items: center; gap: 7px; height: 52px; padding: 0 17px; color: #8ca1ad; background: #0a2131; }
.video-topbar > span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.video-topbar strong { margin-left: 8px; font-size: 11px; font-weight: 650; }
.video-langs { display: flex; gap: 4px; margin-left: auto; }
.video-lang { padding: 4px 8px; border: 0; border-radius: 7px; color: #9eb0bb; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.video-lang.active { color: var(--ink); background: var(--teal); }
.video-frame video { display: block; width: 100%; max-height: 665px; background: #071824; }
.pilot-fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pilot-fit-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(6,24,39,.07); }
.pilot-fit-card > span { display: inline-grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: var(--teal-deep); background: var(--mint); font-size: 12px; font-weight: 850; }
.pilot-fit-card h3 { margin: 19px 0 9px; font-size: 18px; }
.pilot-fit-card p { margin: 0; color: var(--muted); }

.results-section { color: var(--white); background: var(--ink); }
.results-section .section-kicker { color: #78e1d6; }
.results-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 14px; }
.result-heading { padding-right: 30px; }
.result-heading h2 { margin-bottom: 24px; }
.result-heading p { max-width: 330px; color: #9fb0ba; }
.result-card { min-height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
.result-card.featured { color: var(--ink); background: var(--teal); border-color: var(--teal); }
.result-number { margin-bottom: 125px; font-size: 43px; line-height: 1; font-weight: 780; letter-spacing: -.05em; }
.result-symbol { margin-bottom: 125px; color: #70ddcf; font-size: 43px; line-height: 1; }
.result-card h3 { margin-bottom: 9px; font-size: 18px; }
.result-card p { margin: 0; color: #9db0ba; font-size: 13px; }
.result-card.featured p { color: rgba(4,30,38,.72); }

.center-heading { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.center-heading .section-kicker { justify-content: center; }
.center-heading h2 { margin-bottom: 21px; }
.center-heading p { max-width: 600px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.feature-index { display: inline-flex; margin-bottom: 63px; color: var(--teal-deep); font-size: 11px; font-weight: 850; }
.feature-grid h3 { margin-bottom: 10px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.integration-note { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 16px 20px; border-radius: 12px; color: var(--muted); background: var(--mint); font-size: 13px; }
.integration-note > span:first-child { font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.integration-note strong { color: var(--ink); }
.integration-note i { width: 1px; height: 20px; background: rgba(6,24,39,.15); }

.safety-section { padding-top: 20px; }
.safety-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; padding: 70px; border-radius: 28px; color: var(--white); background: linear-gradient(135deg, #092a3d, #061827 68%); box-shadow: var(--shadow); }
.safety-copy h2 { max-width: 470px; margin-bottom: 24px; }
.safety-copy p { max-width: 480px; color: #9eb2bd; font-size: 16px; }
.text-link { display: inline-block; margin-top: 10px; color: #77e2d5; font-size: 13px; font-weight: 750; text-underline-offset: 4px; }
.safety-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.safety-list article { padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.045); }
.safety-list article > span { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 34px; border-radius: 8px; color: var(--ink); background: var(--teal); font-size: 12px; font-weight: 900; }
.safety-list strong { display: block; margin-bottom: 6px; font-size: 15px; }
.safety-list p { margin: 0; color: #94a8b3; font-size: 12px; }

.privacy-note { padding: 0 0 95px; }
.privacy-inner { display: grid; grid-template-columns: .35fr .65fr; gap: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.privacy-inner strong { font-size: 14px; }
.privacy-inner p { margin: 0; color: var(--muted); font-size: 13px; }

.contact-section { padding: 0 0 90px; }
.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 66px 70px; border-radius: 28px; color: var(--white); background: var(--teal-deep); }
.contact-panel h2 { max-width: 690px; margin-bottom: 22px; }
.contact-panel p { max-width: 620px; margin: 0; color: rgba(3,34,40,.75); font-size: 16px; }
.contact-panel .section-kicker { color: rgba(3,34,40,.7); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 22px; }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 15px 35px rgba(4,39,45,.14); }
.pilot-form { display: flex; flex-direction: column; gap: 12px; }
.pilot-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.pilot-form label { min-width: 0; }
.pilot-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(4,35,41,.18); border-radius: 10px; color: var(--ink); background: rgba(255,255,255,.92); font: inherit; font-size: 13px; outline: none; }
.pilot-form input:focus { border-color: rgba(4,35,41,.5); box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
.pilot-form input::placeholder { color: #66807e; }
.pilot-form .pilot-consent { display: flex; align-items: flex-start; gap: 9px; color: rgba(3,34,40,.78); font-size: 12px; line-height: 1.4; }
.pilot-form .pilot-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 1px 0 0; accent-color: var(--teal-deep); }
.pilot-form-wide { grid-column: 1 / -1; }
.pilot-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.pilot-form .button { width: 100%; border: 0; cursor: pointer; }
.pilot-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.pilot-form-status { min-height: 20px; margin: 0; color: rgba(3,34,40,.8); font-size: 12px; font-weight: 650; }
.pilot-form-status.is-success { color: #053f39; }
.pilot-form-status.is-error { color: #812b2b; }
.contact-demo-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-email { display: flex; flex-direction: column; color: var(--ink); text-decoration: none; }
.contact-email span { color: rgba(4,35,41,.68); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-email strong { margin-top: 3px; font-size: 15px; }
.pilot-email-fallback { color: rgba(3,34,40,.72); font-size: 12px; font-weight: 700; text-underline-offset: 3px; }

footer { padding: 30px 0 42px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: var(--muted); font-size: 12px; }
.footer-inner > span:last-child { justify-self: end; }
.footer-inner p { margin: 0; }
.footer-brand { color: var(--ink); font-size: 17px; }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 780px; }
  .two-card-showcase { width: min(620px, 100%); margin: 0 auto; }
  .product-card { width: min(620px, 100%); margin: 0 auto; transform: none; }
  .results-grid { grid-template-columns: repeat(3, 1fr); }
  .result-heading { grid-column: 1 / -1; padding: 0 0 25px; }
  .result-heading br { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-panel { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), 1180px); }
  html { scroll-padding-top: 82px; }
  .site-header { height: 66px; border-color: rgba(6,24,39,.1); background: rgba(245,248,247,.985); -webkit-backdrop-filter: blur(24px) saturate(125%); backdrop-filter: blur(24px) saturate(125%); box-shadow: 0 8px 24px rgba(6,24,39,.055); }
  main section[id], #privacy-note { scroll-margin-top: 82px; }
  .brand img { width: 34px; height: 34px; }
  .button-ghost { display: none; }
  .nav-actions { gap: 6px; }
  .hero { min-height: auto; padding: 125px 0 72px; }
  h1 { font-size: clamp(36px, 10.3vw, 48px); letter-spacing: -.045em; overflow-wrap: normal; hyphens: none; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .button-primary { width: 100%; padding-inline: 16px; font-size: 14px; line-height: 1.25; text-align: center; white-space: normal; }
  .trust-list { flex-direction: column; gap: 10px; }
  .product-card { min-height: 510px; padding: 19px; border-radius: 22px; }
  .product-card::after { display: none; }
  .conversation { margin-top: 42px; }
  .handoff-row { left: 19px; right: 19px; }
  .dashboard-metrics { gap: 7px; margin-top: 26px; }
  .dashboard-metrics > div { padding: 13px 11px; }
  .dashboard-metrics span { font-size: 8px; letter-spacing: .015em; }
  .dashboard-lead { grid-template-columns: 38px minmax(0,1fr); }
  .lead-avatar { width: 38px; height: 38px; }
  .lead-status { grid-column: 1 / -1; justify-self: start; max-width: none; margin-left: 49px; }
  .dashboard-footer { left: 19px; right: 19px; }
  .showcase-viewport { border-radius: 22px; }
  .assistant-chat-card { min-height: 510px; border-radius: 22px; }
  .assistant-conversation { min-height: 367px; padding-inline: 13px; }
  .assistant-message { font-size: 10px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article, .outcome-grid article:first-child { min-height: 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .video-frame { border-radius: 16px; }
  .video-topbar strong { display: none; }
  .results-grid { grid-template-columns: 1fr; }
  .result-card { min-height: 240px; }
  .result-number, .result-symbol { margin-bottom: 70px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 205px; }
  .feature-index { margin-bottom: 45px; }
  .integration-note { align-items: flex-start; flex-wrap: wrap; }
  .integration-note i { display: none; }
  .safety-panel { gap: 45px; padding: 42px 24px; border-radius: 21px; }
  .safety-list { grid-template-columns: 1fr; }
  .safety-list article > span { margin-bottom: 22px; }
  .privacy-inner { grid-template-columns: 1fr; gap: 12px; }
  .contact-panel { padding: 44px 24px; border-radius: 21px; }
  .pilot-form-grid, .contact-demo-links, .pilot-fit-grid { grid-template-columns: 1fr; }
  .pilot-form-wide { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .footer-inner > span:last-child { justify-self: start; }
}

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

/* Partner validation page */
.partner-page { background: #f5f8f7; }
.partner-language-link { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 36px; padding: 0 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink-soft); background: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; font-weight: 850; }
.partner-language-link:hover { color: var(--teal-deep); border-color: rgba(22,169,157,.35); background: #fff; }
.partner-language-link:focus-visible { outline: 3px solid rgba(50,203,189,.35); outline-offset: 3px; }
.partner-hero { position: relative; min-height: 790px; overflow: hidden; padding: 178px 0 104px; }
.partner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 84px; }
.partner-hero-copy h1 { max-width: 760px; }
.partner-brief { padding: 26px; border: 1px solid rgba(6,24,39,.1); border-radius: 26px; background: #fff; box-shadow: 0 32px 90px rgba(6,24,39,.14); }
.partner-brief-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.partner-brief-head span { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.partner-brief-head strong { padding: 7px 10px; border-radius: 99px; color: #106e66; background: var(--mint); font-size: 10px; }
.partner-brief dl { display: grid; margin: 0; }
.partner-brief dl > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.partner-brief dt { color: var(--muted); font-size: 12px; }
.partner-brief dd { margin: 0; font-size: 14px; font-weight: 750; }
.partner-brief > p { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.partner-strip { color: #fff; background: var(--ink); }
.partner-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.partner-strip article { min-height: 260px; padding: 38px 34px; border-right: 1px solid rgba(255,255,255,.1); }
.partner-strip article:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.partner-strip article > span { color: #72ddd0; font-size: 11px; font-weight: 850; }
.partner-strip h2 { margin: 68px 0 13px; font-size: 23px; letter-spacing: -.035em; }
.partner-strip p { margin: 0; color: #9fb2bc; font-size: 13px; }
.partner-boundaries { padding-top: 10px; }
.partner-boundary-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; padding: 70px; border-radius: 28px; color: #fff; background: linear-gradient(135deg,#092a3d,#061827 68%); }
.partner-boundary-panel h2 { max-width: 560px; }
.partner-boundary-grid { display: grid; gap: 14px; }
.partner-boundary-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.045); }
.partner-boundary-grid strong { display: block; margin-bottom: 10px; color: #74dfd2; font-size: 15px; }
.partner-boundary-grid p { margin: 0; color: #9fb2bc; font-size: 13px; }
.partner-cta { padding-top: 10px; }

@media (max-width: 1020px) {
  .partner-hero-grid, .partner-boundary-panel { grid-template-columns: 1fr; }
  .partner-hero-grid { gap: 58px; }
}

@media (max-width: 720px) {
  .partner-hero { min-height: auto; padding: 120px 0 72px; }
  .partner-hero-grid { gap: 42px; }
  .partner-brief { padding: 20px; border-radius: 20px; }
  .partner-brief dl > div { grid-template-columns: 1fr; gap: 7px; }
  .partner-strip-grid { grid-template-columns: 1fr; }
  .partner-strip article, .partner-strip article:first-child { min-height: 0; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .partner-strip h2 { margin-top: 34px; }
  .partner-boundary-panel { gap: 42px; padding: 42px 24px; border-radius: 21px; }
}
