:root {
    --navy-950: #050d1c;
    --navy-900: #07152d;
    --navy-800: #0b2448;
    --blue-600: #1687f8;
    --blue-500: #2a9aff;
    --cyan-400: #38d9e6;
    --violet-400: #9b8cff;
    --ink: #0c1b33;
    --muted: #5e6e85;
    --line: #dbe6f2;
    --surface: #ffffff;
    --soft: #f2f7fc;
    --shell: min(1180px, calc(100% - 40px));
    --shadow: 0 28px 80px rgba(7, 28, 60, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
    margin: 0;
    color: var(--ink);
    background: #f8fbfe;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; border-radius: 8px; background: white; color: var(--navy-900); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: white; transition: background .25s, box-shadow .25s, color .25s;
}
.site-header.scrolled { background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 10px 35px rgba(9,30,60,.09); backdrop-filter: blur(18px); border-color: rgba(13,48,88,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(145deg,var(--blue-500),var(--blue-600)); color: white; font-size: 14px; font-weight: 950; letter-spacing: -.02em; box-shadow: 0 8px 25px rgba(22,135,248,.3); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 21px; letter-spacing: -.04em; }
.brand small { margin-top: 6px; opacity: .66; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { font-size: 14px; font-weight: 700; text-decoration: none; opacity: .8; transition: opacity .2s, color .2s; }
.main-nav > a:not(.button):hover { opacity: 1; color: var(--blue-500); }
.nav-toggle { display: none; border: 0; background: transparent; color: currentColor; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid var(--blue-500); border-radius: 10px; background: var(--blue-600); color: white; font-weight: 850; font-size: 14px; text-decoration: none; box-shadow: 0 12px 30px rgba(22,135,248,.25); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(22,135,248,.35); background: #0879e9; }
.button-small { min-height: 40px; padding-inline: 17px; }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.button-light { background: white; color: var(--navy-900); border-color: white; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-light:hover { background: #eaf5ff; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; background: var(--navy-950); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .88; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,10,24,.98) 0%,rgba(3,15,34,.91) 30%,rgba(4,22,48,.44) 61%,rgba(2,12,28,.12) 100%), linear-gradient(0deg,rgba(2,9,20,.68),transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: end; gap: 78px; padding-top: 150px; padding-bottom: 90px; }
.hero-copy { align-self: center; max-width: 720px; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #b8d9ff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 2px; background: var(--cyan-400); box-shadow: 0 0 12px var(--cyan-400); }
.eyebrow.dark { color: var(--blue-600); }
.eyebrow.light { color: #bfe5ff; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(46px,6vw,78px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: #79c7ff; font-style: normal; }
.hero-copy > p { max-width: 660px; margin: 28px 0 0; color: #c3d4e8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #9eb1c8; font-size: 12px; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { color: var(--cyan-400); }
.hero-pulse { align-self: end; min-width: 0; max-width: 100%; padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(7,26,56,.68); box-shadow: 0 30px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.pulse-head { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); color: #9fb2ca; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.live { display: inline-flex; align-items: center; gap: 6px; color: #a6f4d9; }
.live i { width: 6px; height: 6px; border-radius: 50%; background: #42e7ab; box-shadow: 0 0 10px #42e7ab; }
.pulse-stat { display: flex; align-items: baseline; gap: 9px; padding: 20px 0 16px; }
.pulse-stat strong { font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.pulse-stat span { color: #a9bfd9; font-size: 13px; }
.pulse-flow { display: flex; align-items: center; }
.flow-node { flex: 0 0 55px; height: 55px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.05); text-align: center; }
.flow-node.active { border-color: #32b9ff; background: rgba(22,135,248,.2); box-shadow: 0 0 22px rgba(22,135,248,.33); }
.flow-node b { font-size: 10px; }.flow-node small { margin-top: 2px; color: #839ab4; font-size: 7px; }
.flow-line { flex: 1; height: 1px; background: rgba(255,255,255,.13); position: relative; overflow: hidden; }
.flow-line span { position: absolute; width: 25px; height: 100%; background: linear-gradient(90deg,transparent,#4fd9ff,transparent); animation: flow 2.4s infinite linear; }
@keyframes flow { from{left:-30px} to{left:100%} }
.pulse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.pulse-grid div { padding: 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: rgba(255,255,255,.035); }
.pulse-grid span,.pulse-grid strong { display: block; }.pulse-grid span { color: #8097b2; font-size: 8px; text-transform: uppercase; }.pulse-grid strong { margin-top: 5px; font-size: 11px; }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 88px; display: grid; grid-template-columns: 1.4fr repeat(5,1fr); align-items: center; gap: 18px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.proof-grid span { color: #24405e; font-size: 13px; font-weight: 850; text-align: center; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading.centered { max-width: 820px; margin-inline: auto; margin-bottom: 58px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2,.story-copy h2,.multi-copy h2,.security-copy h2,.cta-card h2 { margin: 0; font-size: clamp(34px,4.3vw,57px); line-height: 1.06; letter-spacing: -.055em; }
.section-heading > p,.section-heading.split > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.centered > p { max-width: 680px; margin: 22px auto 0; }
.section-heading.split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.section-heading.split p { margin: 0 0 3px; }

.platform-section { overflow: hidden; background: linear-gradient(#f7fbff,#edf5fb); }
.product-stage { position: relative; }
.stage-glow { position: absolute; inset: 8% 14%; border-radius: 50%; background: rgba(22,135,248,.21); filter: blur(80px); }
.browser-frame { position: relative; overflow: hidden; border: 1px solid rgba(16,62,105,.18); border-radius: 18px; background: white; box-shadow: 0 35px 90px rgba(8,39,78,.18); }
.browser-top { height: 45px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #f7f9fc; border-bottom: 1px solid #e2e9f1; }
.browser-dot { width: 9px; height: 9px; border-radius: 50%; background: #d6e0e9; }
.browser-title { margin-inline: auto; padding: 6px 80px; border-radius: 7px; background: white; color: #8593a5; font-size: 9px; }
.demo-app { min-height: 510px; display: grid; grid-template-columns: 76px 1fr; background: #eef4f9; }
.demo-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 26px; background: var(--navy-900); }
.mini-brand { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-600); color: white; font-size: 11px; font-weight: 900; margin-bottom: 12px; }
.demo-sidebar i { width: 24px; height: 24px; border-radius: 7px; background: #172b4c; }
.demo-sidebar i.active { background: var(--blue-600); box-shadow: 0 0 0 7px rgba(22,135,248,.12); }
.demo-content { padding: 22px; }
.demo-topbar { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-radius: 12px; background: white; box-shadow: 0 5px 18px rgba(30,60,90,.06); }
.demo-topbar small,.demo-topbar strong { display: block; }.demo-topbar small { color: #7c8ba0; font-size: 8px; }.demo-topbar strong { margin-top: 3px; font-size: 17px; }
.clinic-pills { display: flex; gap: 7px; }.clinic-pills span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; color: #5e7188; font-size: 9px; font-weight: 850; }.clinic-pills .on { background: var(--blue-600); border-color: var(--blue-600); color: white; }
.demo-title { display: flex; justify-content: space-between; align-items: center; padding: 28px 3px 16px; }.demo-title small,.demo-title strong { display: block; }.demo-title small { color: var(--blue-600); font-size: 9px; font-weight: 900; text-transform: uppercase; }.demo-title strong { margin-top: 4px; font-size: 22px; }.demo-live { color: #319a78; font-size: 9px; font-weight: 800; }
.demo-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.demo-kpis > div { position: relative; padding: 16px; border-radius: 11px; border-left: 4px solid var(--blue-600); background: white; box-shadow: 0 5px 18px rgba(30,60,90,.05); }
.demo-kpis small,.demo-kpis b { display: block; }.demo-kpis small { color: #738298; font-size: 8px; font-weight: 800; text-transform: uppercase; }.demo-kpis b { margin-top: 10px; font-size: 19px; }.demo-kpis em { position: absolute; right: 14px; top: 14px; color: #57b7ff; font-size: 11px; font-style: normal; }
.demo-panels { display: grid; grid-template-columns: 1.5fr .8fr; gap: 12px; margin-top: 12px; }
.demo-chart,.demo-status { min-height: 194px; padding: 17px; border-radius: 12px; background: white; }
.panel-label { display: flex; align-items: center; justify-content: space-between; }.panel-label b { font-size: 11px; }.panel-label span { color: #8391a2; font-size: 8px; }
.bars { height: 125px; display: flex; align-items: end; gap: 9px; padding-top: 20px; border-bottom: 1px solid #e5edf5; background: repeating-linear-gradient(to bottom,transparent 0,transparent 30px,#edf2f7 31px); }
.bars i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(#4fc7ff,#1687f8); }
.demo-status ul { margin: 19px 0 0; padding: 0; list-style: none; }.demo-status li { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid #edf2f7; font-size: 9px; }.demo-status li i { width: 7px; height: 7px; border-radius: 50%; }.demo-status li .cyan { background: var(--cyan-400); }.demo-status li .blue { background: var(--blue-600); }.demo-status li .violet { background: var(--violet-400); }.demo-status li b { color: #5e7188; font-size: 8px; }
.privacy-caption { position: relative; margin: 18px 0 0; color: #728195; font-size: 11px; text-align: center; }
.privacy-caption span { color: var(--blue-600); }

.screenshots-section { overflow: hidden; background: #07152d; color: white; }
.screenshots-section .section-heading h2 { color: white; }
.screenshots-section .section-heading > p { color: #a8bbd1; }
.screenshot-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.screenshot-card { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.05); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.screenshot-card.screenshot-wide { grid-column: 1 / -1; }
.screenshot-card button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: #dce6ef; cursor: zoom-in; }
.screenshot-card button::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 70%,rgba(2,10,22,.4)); opacity:0; transition:opacity .25s; }
.screenshot-card button:hover::after { opacity:1; }
.screenshot-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.screenshot-wide img { aspect-ratio: 16/8.7; }
.screenshot-card button:hover img { transform: scale(1.018); }
.zoom-label { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 8px 11px; border-radius: 8px; background: rgba(5,18,40,.8); color: white; font-size: 9px; font-weight: 900; opacity: 0; transform: translateY(4px); transition: opacity .2s,transform .2s; backdrop-filter: blur(10px); }
.screenshot-card button:hover .zoom-label,.screenshot-card button:focus-visible .zoom-label { opacity: 1; transform: none; }
.screenshot-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: #9fb4cc; font-size: 11px; line-height: 1.5; }
.screenshot-card figcaption b { display: block; margin-bottom: 3px; color: white; font-size: 14px; }
.screenshot-card figcaption i { color: #4fc7ff; font-size: 10px; font-style: normal; font-weight: 900; }
.synthetic-notice { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 24px 0 0; color: #829ab5; font-size: 10px; text-align: center; }
.synthetic-notice span { color: #47e3b0; }
.lightbox { position: fixed; inset: 0; z-index: 500; display: none; place-items: center; padding: 60px 24px 24px; background: rgba(2,8,18,.93); backdrop-filter: blur(14px); }
.lightbox.open { display: grid; }
.lightbox figure { width: min(1400px,100%); max-height: calc(100vh - 84px); margin: 0; }
.lightbox img { width: 100%; max-height: calc(100vh - 115px); object-fit: contain; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #e9f0f6; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.lightbox figcaption { padding-top: 10px; color: #b8c7d8; font-size: 11px; text-align: center; }
.lightbox-close { position: absolute; right: 22px; top: 18px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-size: 25px; }

.capabilities-section { background: white; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cap-card { position: relative; min-height: 285px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fbfdff; transition: transform .25s,border-color .25s,box-shadow .25s; }
.cap-card:hover { transform: translateY(-5px); border-color: #9dccfa; box-shadow: 0 20px 50px rgba(17,66,110,.1); }
.cap-card.featured { grid-row: span 2; min-height: 584px; background: linear-gradient(145deg,var(--navy-900),#0e3468); color: white; border: 0; }
.cap-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #e7f3ff; color: var(--blue-600); font-size: 22px; font-weight: 900; }
.featured .cap-icon { background: rgba(255,255,255,.1); color: #79d8ff; }
.cap-number { position: absolute; right: 24px; top: 25px; color: #a7b4c4; font-size: 10px; font-weight: 900; }
.cap-card h3 { margin: 27px 0 11px; font-size: 22px; letter-spacing: -.035em; }.cap-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }.featured p { color: #a9bdd5; }
.mini-agenda { position: absolute; inset: auto 24px 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); }
.mini-agenda span { height: 58px; border-radius: 5px; background: rgba(255,255,255,.035); }.mini-agenda .booked { height: 43px; background: rgba(22,135,248,.52); border-left: 3px solid #69c5ff; }.mini-agenda .cyan { background: rgba(56,217,230,.3); border-color: #4ce8e9; }.mini-agenda .violet { background: rgba(155,140,255,.3); border-color: #ad9cff; }.mini-agenda .wide { grid-column: span 2; }

.visual-story { background: #f1f7fc; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.story-image { margin: 0; overflow: hidden; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.story-image img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.story-image figcaption { padding: 12px 17px; color: #718197; font-size: 10px; text-align: right; }
.story-copy > p { margin: 23px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { display: grid; gap: 17px; margin: 28px 0 0; padding: 0; list-style: none; }.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: #4e6077; font-size: 13px; line-height: 1.55; }.check-list i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #dff4ff; color: var(--blue-600); font-style: normal; font-weight: 900; }.check-list b { color: var(--ink); }

.ai-native-section { overflow: hidden; background: radial-gradient(circle at 90% 8%,rgba(119,88,255,.3),transparent 31%),linear-gradient(145deg,#08142d,#101f47 55%,#13295b); color: white; }
.ai-native-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.ai-native-copy h2 { margin: 28px 0 0; font-size: clamp(36px,4.3vw,57px); line-height: 1.05; letter-spacing: -.055em; }
.ai-native-copy > p { margin: 23px 0 0; color: #aebed4; font-size: 16px; line-height: 1.75; }
.native-badge { display: inline-flex; align-items: center; gap: 11px; padding: 9px 14px 9px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); }
.native-badge > i { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(145deg,var(--blue-500),#7c5cff); color: white; font-size: 11px; font-style: normal; font-weight: 950; box-shadow: 0 8px 24px rgba(93,102,255,.32); }
.native-badge b,.native-badge span { display: block; }.native-badge b { margin-bottom: 3px; color: white; font-size: 11px; }.native-badge span { color: #9fb3ce; font-size: 8px; }
.ai-principles { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.ai-principles span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: rgba(255,255,255,.04); color: #c7d6e8; font-size: 9px; font-weight: 800; }.ai-principles i { color: #58e0c0; font-style: normal; }
.ai-function-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ai-function-grid article { min-height: 240px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); backdrop-filter: blur(10px); transition: transform .25s,border-color .25s; }.ai-function-grid article:hover { transform: translateY(-4px); border-color: rgba(91,194,255,.45); }
.ai-card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(52,161,255,.14); color: #65c9ff; font-size: 19px; }
.ai-function-grid small { display: block; margin-top: 25px; color: #68c9ff; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }.ai-function-grid h3 { margin: 8px 0 9px; font-size: 17px; letter-spacing: -.025em; }.ai-function-grid p { margin: 0; color: #9dafc6; font-size: 12px; line-height: 1.6; }
.ai-implementation { margin-top: 85px; padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: rgba(4,13,32,.45); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.implementation-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }.implementation-head h2 { margin: 0; font-size: clamp(31px,3.7vw,48px); line-height: 1.06; letter-spacing: -.05em; }.implementation-head p { margin: 0 0 3px; color: #9fb1c9; font-size: 13px; line-height: 1.7; }
.implementation-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 10px; margin-top: 37px; }.implementation-flow article { position: relative; min-height: 195px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.045); }.implementation-flow article > i { position: absolute; right: 15px; top: 15px; color: #586e8a; font-size: 9px; font-style: normal; font-weight: 900; }.flow-symbol { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg,rgba(22,135,248,.23),rgba(155,140,255,.2)); color: #7bd4ff; font-size: 17px; font-weight: 900; }.implementation-flow h3 { margin: 17px 0 8px; font-size: 15px; }.implementation-flow p { margin: 0; color: #92a5be; font-size: 10px; line-height: 1.6; }.implementation-arrow { align-self: center; color: #57718e; font-size: 18px; }
.implementation-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 16px; padding: 13px 16px; border-radius: 9px; background: linear-gradient(90deg,rgba(22,135,248,.13),rgba(74,226,196,.08)); }.implementation-note span { color: #73d1ff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.implementation-note p { margin: 0; color: #a7b9cf; font-size: 10px; }

.multiclinic-section { overflow: hidden; background: radial-gradient(circle at 75% 50%,#123f7d 0%,var(--navy-900) 38%,var(--navy-950) 75%); color: white; }
.multiclinic-grid { min-height: 570px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; }
.multi-copy p { max-width: 500px; margin: 24px 0; color: #aabbd0; font-size: 16px; line-height: 1.75; }
.multi-points { display: grid; gap: 10px; margin-top: 30px; }.multi-points span { display: flex; align-items: center; gap: 12px; color: #c7d6e8; font-size: 13px; font-weight: 750; }.multi-points i { color: #62c9ff; font-style: normal; font-size: 10px; }
.orbit { position: relative; min-height: 520px; }
.orbit-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(102,202,255,.24); border-radius: 50%; transform: translate(-50%,-50%); }.ring-one { width: 360px; height: 360px; }.ring-two { width: 520px; height: 520px; border-style: dashed; animation: rotate 35s linear infinite; }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
.orbit-core,.orbit-node { position: absolute; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(10,37,76,.72); backdrop-filter: blur(14px); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.orbit-core { left: 50%; top: 50%; width: 170px; height: 170px; transform: translate(-50%,-50%); }.orbit-core span { width: 42px; height: 42px; display: grid; place-items: center; justify-self: center; border-radius: 12px; background: var(--blue-600); font-size: 12px; font-weight: 900; }.orbit-core strong { margin-top: 10px; font-size: 20px; }.orbit-core small,.orbit-node small { color: #8199b7; font-size: 9px; }
.orbit-node { width: 100px; height: 100px; }.orbit-node b { color: #79d9ff; font-size: 14px; }.node-a { left: 6%; top: 20%; }.node-b { right: 5%; top: 22%; }.node-c { left: 51%; bottom: 0; transform: translateX(-50%); }

.security-section { background: white; }
.security-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.security-panel { position: relative; min-height: 410px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg,#ecf7ff,#d7ecfc); border: 1px solid #cfe1f1; }
.shield { position: relative; z-index: 2; width: 145px; height: 165px; display: grid; place-items: center; clip-path: polygon(50% 0,94% 16%,88% 72%,50% 100%,12% 72%,6% 16%); background: linear-gradient(145deg,#1687f8,#0b4f9d); box-shadow: 0 24px 50px rgba(22,135,248,.28); }.shield span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); color: white; font-size: 24px; font-weight: 900; }
.security-lines { position: absolute; inset: 0; }.security-lines i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 14px var(--cyan-400); }.security-lines i::before { content:""; position: absolute; width: 150px; height: 1px; background: linear-gradient(90deg,rgba(22,135,248,.35),transparent); transform-origin: left; }.security-lines i:nth-child(1){left:15%;top:25%}.security-lines i:nth-child(1)::before{transform:rotate(16deg)}.security-lines i:nth-child(2){right:14%;top:24%}.security-lines i:nth-child(2)::before{transform:rotate(164deg)}.security-lines i:nth-child(3){left:16%;bottom:23%}.security-lines i:nth-child(3)::before{transform:rotate(-18deg)}.security-lines i:nth-child(4){right:13%;bottom:24%}.security-lines i:nth-child(4)::before{transform:rotate(198deg)}
.secure-label { position: absolute; bottom: 30px; padding: 8px 13px; border-radius: 99px; background: white; color: #34709f; box-shadow: 0 8px 25px rgba(30,70,110,.11); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.security-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.security-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.security-tags span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; color: #48617d; background: #f9fcff; font-size: 10px; font-weight: 850; }

.cta-section { padding: 30px 0 100px; background: white; }
.cta-card { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 54px; border-radius: 22px; background: linear-gradient(125deg,#0879e9,#1154aa 62%,#102d61); color: white; box-shadow: 0 30px 70px rgba(12,81,162,.24); }
.cta-card h2 { max-width: 790px; font-size: clamp(34px,4.2vw,54px); }.cta-card p { margin: 17px 0 0; color: #cbe6ff; }
.cta-card .button { flex: none; }
.site-footer { padding: 35px 0; background: var(--navy-950); color: #94a7bf; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.15fr 1.8fr auto; align-items: center; gap: 35px; }.brand-footer { color: white; }.footer-grid p { margin: 0; font-size: 11px; line-height: 1.5; }.footer-note { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.12); }.footer-grid > span { font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .16s; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 30px, 760px); }
    .hero { min-height: 900px; }.hero-grid { grid-template-columns: minmax(0,1fr); gap: 42px; padding-top: 140px; }.hero-pulse { width: min(100%,500px); }
    .proof-grid { grid-template-columns: repeat(3,1fr); padding: 22px 0; }.proof-grid p { grid-column: 1/-1; text-align: center; }
    .section-heading.split,.story-grid,.security-grid { grid-template-columns: minmax(0,1fr); gap: 45px; }.section-heading.split { align-items: start; }.section-heading.split > p { max-width: 660px; }
    .capability-grid { grid-template-columns: 1fr 1fr; }.cap-card.featured { grid-row: span 2; }
    .screenshot-gallery { grid-template-columns: 1fr; }.screenshot-card.screenshot-wide { grid-column: auto; }.screenshot-wide img { aspect-ratio: 16/10; }
    .ai-native-grid { grid-template-columns: minmax(0,1fr); }.implementation-head { grid-template-columns: minmax(0,1fr); gap: 25px; }.implementation-flow { grid-template-columns: 1fr 1fr; }.implementation-arrow { display: none; }
    .multiclinic-grid { grid-template-columns: minmax(0,1fr); padding-top: 10px; }.multi-copy { max-width: 650px; }.orbit { min-height: 500px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-note { border: 0; padding: 0; }
}

@media (max-width: 720px) {
    :root { --shell: calc(100% - 24px); }
    .site-header { background: rgba(5,13,28,.9); backdrop-filter: blur(16px); }.site-header.scrolled { color: var(--ink); }
    .nav-wrap { min-height: 66px; }.nav-toggle { display: block; }.main-nav { position: absolute; left: 12px; right: 12px; top: 72px; display: none; padding: 16px; border-radius: 14px; background: white; color: var(--ink); box-shadow: var(--shadow); }.main-nav.open { display: grid; gap: 10px; }.main-nav a { padding: 10px; }.main-nav .button { margin-top: 4px; }
    .hero { min-height: auto; }.hero-image { object-position: 62% center; }.hero-overlay { background: linear-gradient(90deg,rgba(3,12,28,.98),rgba(3,17,38,.82)),linear-gradient(0deg,rgba(2,9,20,.74),transparent); }.hero-grid { padding: 128px 0 55px; }.hero h1 { font-size: clamp(42px,13vw,62px); }.hero-copy > p { font-size: 16px; }.hero-actions { display: grid; }.trust-list { gap: 13px; flex-direction: column; }.hero-pulse { padding: 16px; }
    .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid p { grid-column: 1/-1; }.proof-grid span:last-child { grid-column: 1/-1; }
    .section { padding: 76px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2,.story-copy h2,.multi-copy h2,.security-copy h2 { font-size: 37px; }
    .browser-title { padding: 6px 20px; }.demo-app { grid-template-columns: 42px 1fr; min-height: 430px; }.demo-sidebar { gap: 15px; }.demo-sidebar i { width: 19px; height: 19px; }.mini-brand { width: 30px; height: 30px; }.demo-content { padding: 10px; }.demo-topbar { padding: 12px; }.demo-topbar strong { font-size: 12px; }.clinic-pills span { padding: 6px; }.demo-title { padding: 18px 2px 10px; }.demo-title strong { font-size: 15px; }.demo-kpis { grid-template-columns: 1fr 1fr; }.demo-kpis > div { padding: 11px; }.demo-kpis b { font-size: 14px; }.demo-panels { grid-template-columns: 1fr; }.demo-status { display: none; }.demo-chart { min-height: 145px; }.bars { height: 90px; }
    .capability-grid { grid-template-columns: 1fr; }.cap-card,.cap-card.featured { min-height: 270px; grid-row: auto; }.cap-card.featured { min-height: 480px; }
    .screenshot-card figcaption { padding: 14px; }.zoom-label { opacity: 1; transform: none; }
    .ai-native-grid { gap: 45px; }.ai-function-grid { grid-template-columns: 1fr; }.ai-function-grid article { min-height: 210px; }.ai-implementation { margin-top: 55px; padding: 27px 18px; }.implementation-flow { grid-template-columns: 1fr; }.implementation-flow article { min-height: 165px; }.implementation-note { align-items: flex-start; flex-direction: column; gap: 6px; }
    .story-grid { gap: 35px; }.story-image img { aspect-ratio: 1.25; }
    .multiclinic-grid { min-height: 0; }.orbit { min-height: 390px; transform: scale(.82); margin: -35px; }.ring-one { width: 280px;height:280px}.ring-two {width:400px;height:400px}.node-a{left:1%}.node-b{right:1%}
    .security-grid { gap: 32px; }.security-panel { min-height: 320px; }
    .cta-section { padding-bottom: 70px; }.cta-card { align-items: start; flex-direction: column; padding: 35px 25px; }.cta-card h2 { font-size: 36px; }
    .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

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