:root {
  color-scheme: light;
  --medical-ink: #0b1b2f;
  --medical-ink-soft: #213853;
  --medical-muted: #5e7085;
  --medical-blue: #147ae8;
  --medical-blue-dark: #075eba;
  --medical-cyan: #14bad2;
  --medical-teal: #08a899;
  --medical-mint: #dffaf5;
  --medical-sky: #e9f5ff;
  --medical-paper: #f6f9fc;
  --medical-white: #ffffff;
  --medical-line: #dce7f0;
  --medical-line-strong: #cbd9e6;
  --medical-dark: #071524;
  --medical-shadow: 0 24px 70px rgba(24, 67, 109, .13);
  --medical-shadow-soft: 0 14px 40px rgba(24, 67, 109, .08);
  --medical-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--medical-ink);
  background: var(--medical-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;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--medical-dark);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(24, 63, 99, .09);
  background: rgba(252, 254, 255, .88);
  box-shadow: 0 8px 28px rgba(20, 61, 96, .035);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

.nav-shell {
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--medical-ink);
  text-decoration: none;
}

.brand img,
.footer-brand img,
.app-identity img,
.security-visual > img,
.final-card > img {
  border-radius: 24%;
  box-shadow: 0 10px 26px rgba(12, 154, 191, .22);
}

.brand-copy,
.footer-brand span {
  display: grid;
  line-height: 1.02;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.brand-copy small,
.footer-brand small {
  margin-top: 4px;
  color: var(--medical-blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  color: #53667a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--medical-ink);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  color: #fff;
  background: linear-gradient(135deg, #1584ef, #0863c9);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 13px;
  box-shadow: 0 11px 25px rgba(20, 122, 232, .22);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav-cta:hover {
  box-shadow: 0 14px 30px rgba(20, 122, 232, .28);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: clamp(78px, 8.5vw, 122px) 0 88px;
  background:
    linear-gradient(rgba(33, 108, 170, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 108, 170, .035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdff 0%, #edf7ff 100%);
  background-size: 52px 52px, 52px 52px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .44));
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.hero-glow-one {
  width: 620px;
  height: 620px;
  top: -250px;
  right: -90px;
  background: radial-gradient(circle, rgba(24, 192, 220, .21), rgba(24, 122, 232, .06) 48%, transparent 72%);
}

.hero-glow-two {
  width: 520px;
  height: 520px;
  bottom: -290px;
  left: -180px;
  background: radial-gradient(circle, rgba(6, 181, 157, .15), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0c62bc;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  padding: 9px 13px;
  color: #154f82;
  background: rgba(255, 255, 255, .74);
  border: 1px solid #cce3f5;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(27, 92, 142, .055);
  letter-spacing: .075em;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--medical-blue), var(--medical-teal));
  box-shadow: 0 0 0 5px rgba(20, 122, 232, .09);
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  color: var(--medical-ink);
  font-weight: 800;
  letter-spacing: -.057em;
  line-height: .99;
}

.hero h1 {
  max-width: 660px;
  margin-top: 22px;
  font-size: clamp(50px, 5.75vw, 78px);
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #52677c;
  font-size: clamp(18px, 1.62vw, 21px);
  letter-spacing: -.018em;
  line-height: 1.56;
}

.hero-actions,
.security-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 32px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #1587f3, #0863c9);
  box-shadow: 0 17px 33px rgba(20, 122, 232, .23);
}

.button-primary:hover {
  background: linear-gradient(135deg, #0f78dd, #075ab6);
  box-shadow: 0 20px 38px rgba(20, 122, 232, .29);
}

.button-secondary {
  color: #223a53;
  background: rgba(255, 255, 255, .78);
  border-color: #d0dfeb;
  box-shadow: 0 10px 25px rgba(27, 65, 100, .05);
}

.button-secondary:hover {
  background: #fff;
  border-color: #b9cede;
}

.conversion-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5b7084;
  font-size: 13px;
}

.conversion-note .check {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #087765;
  background: #ddf7f1;
  border: 1px solid #bcecdf;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.conversion-note p {
  margin: 0;
}

.conversion-note strong {
  color: #304a62;
}

.hero-facts {
  max-width: 650px;
  margin-top: 32px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(84, 118, 148, .19);
}

.hero-facts div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding-right: 16px;
}

.hero-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(84, 118, 148, .18);
}

.hero-facts strong {
  color: #173652;
  font-size: 14px;
  font-weight: 820;
}

.hero-facts span {
  color: #718297;
  font-size: 11px;
  line-height: 1.35;
}

.hero-product {
  position: relative;
  min-height: 615px;
}

.product-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 430px;
  height: 430px;
  top: 55px;
  right: -25px;
  border: 1px solid rgba(20, 122, 232, .12);
  box-shadow: inset 0 0 90px rgba(19, 181, 207, .055);
}

.orbit-two {
  width: 300px;
  height: 300px;
  top: 121px;
  right: 38px;
  border: 1px dashed rgba(8, 168, 153, .18);
}

.dictation-card,
.ehr-note-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(43, 85, 123, .14);
  background: rgba(255, 255, 255, .93);
  border-radius: 25px;
  box-shadow: 0 28px 75px rgba(24, 67, 109, .17);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.dictation-card {
  z-index: 2;
  top: 8px;
  right: 0;
  width: 88%;
  padding: 18px;
  transform: rotate(1.3deg);
}

.app-bar,
.app-identity,
.ehr-top,
.note-footer,
.recording-meta {
  display: flex;
  align-items: center;
}

.app-bar,
.ehr-top,
.note-footer {
  justify-content: space-between;
}

.app-identity {
  gap: 11px;
}

.app-identity div {
  display: grid;
  gap: 2px;
}

.app-identity strong {
  color: #132d47;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -.02em;
}

.app-identity span {
  color: #75879a;
  font-size: 11px;
}

.secure-status,
.ready-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #087765;
  background: #e5f9f4;
  border: 1px solid #c9eee6;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}

.secure-status {
  padding: 7px 9px;
}

.secure-status i,
.note-footer i {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #10a889;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(16, 168, 137, .1);
}

.recording-panel {
  margin-top: 16px;
  padding: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(38, 212, 206, .2), transparent 35%),
    linear-gradient(145deg, #0b2239, #102f4e);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 19px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.recording-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dffaf5;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #25e0c3;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(37, 224, 195, .12);
  animation: medical-pulse 2s ease-in-out infinite;
}

.waveform {
  height: 65px;
  margin: 20px 0 17px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.waveform i {
  width: 4px;
  height: 24%;
  display: block;
  background: linear-gradient(180deg, #6ee8f0, #1ad9ba);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(27, 222, 198, .22);
  animation: medical-wave 1.8s ease-in-out infinite;
}

.waveform i:nth-child(2n) { height: 45%; animation-delay: -1.2s; }
.waveform i:nth-child(3n) { height: 78%; animation-delay: -.8s; }
.waveform i:nth-child(4n) { height: 95%; animation-delay: -.4s; }
.waveform i:nth-child(5n) { height: 60%; animation-delay: -1.55s; }

.recording-panel p {
  margin: 0;
  color: rgba(235, 248, 255, .82);
  font-size: 13px;
  line-height: 1.55;
}

.recording-meta {
  margin-top: 17px;
  gap: 7px;
}

.recording-meta span {
  padding: 6px 8px;
  color: rgba(228, 249, 255, .72);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 7px;
  font-size: 9px;
  font-weight: 750;
}

.ehr-note-card {
  z-index: 3;
  bottom: 2px;
  left: 0;
  width: 83%;
  transform: rotate(-1deg);
}

.ehr-top {
  padding: 17px 19px;
  background: #fff;
  border-bottom: 1px solid #e2ebf2;
}

.ehr-top > div {
  display: grid;
  gap: 3px;
}

.ehr-kicker {
  color: #8291a1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ehr-top strong {
  color: #19334c;
  font-size: 13px;
}

.ready-badge {
  padding: 6px 8px;
}

.note-copy {
  padding: 20px 21px 17px;
  color: #50657a;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.58;
}

.note-copy strong {
  display: block;
  margin: 11px 0 3px;
  color: #18314a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.note-copy strong:first-child {
  margin-top: 0;
}

.note-copy p {
  margin: 0;
}

.note-copy ol {
  margin: 3px 0 0;
  padding-left: 17px;
}

.note-footer {
  gap: 12px;
  padding: 10px 18px;
  color: #77899a;
  background: #f4f8fb;
  border-top: 1px solid #e1eaf1;
  font-size: 9px;
  font-weight: 700;
}

.note-footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #23816e;
}

.trust-ribbon {
  position: relative;
  z-index: 3;
  color: #fff;
  background:
    radial-gradient(circle at 20% 120%, rgba(23, 161, 166, .24), transparent 32%),
    linear-gradient(110deg, #071525, #0c2137);
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid > div {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 28px 22px;
}

.trust-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.trust-icon {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #9af4e8;
  background: rgba(41, 214, 191, .09);
  border: 1px solid rgba(115, 236, 221, .16);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

.trust-grid p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.trust-grid strong {
  color: #fff;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.35;
}

.trust-grid small {
  color: rgba(226, 240, 250, .58);
  font-size: 10px;
  line-height: 1.45;
}

.section {
  padding: clamp(88px, 9vw, 136px) 0;
}

.section h2,
.final-cta h2 {
  font-size: clamp(40px, 4.55vw, 64px);
}

.section-intro {
  max-width: 790px;
}

.centered-intro {
  margin-inline: auto;
  text-align: center;
}

.section-intro h2,
.split-heading h2,
.compatibility-copy h2,
.dragon-heading h2,
.security-copy h2,
.faq-heading h2 {
  margin-top: 18px;
}

.section-intro p,
.split-heading > p,
.compatibility-copy > p,
.dragon-heading > p,
.security-copy > p,
.faq-heading > p {
  color: var(--medical-muted);
  font-size: 18px;
  line-height: 1.68;
}

.workflow-section {
  background: #fff;
}

.workflow-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workflow-card {
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f7fafc);
  border: 1px solid var(--medical-line);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(28, 65, 100, .055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.workflow-card:hover {
  border-color: #c4d9e9;
  box-shadow: 0 22px 48px rgba(28, 65, 100, .1);
  transform: translateY(-4px);
}

.featured-workflow {
  background:
    radial-gradient(circle at 85% 5%, rgba(19, 190, 200, .12), transparent 35%),
    linear-gradient(180deg, #fbfdff, #eef7ff);
  border-color: #bedbef;
}

.step-number {
  display: block;
  color: #8aa0b4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}

.step-visual {
  height: 124px;
  margin: 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf5fb;
  border: 1px solid #dce9f2;
  border-radius: 18px;
}

.shortcut-visual {
  position: relative;
  gap: 12px;
}

.shortcut-visual span {
  color: #6a7f92;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.shortcut-visual kbd,
.dictation-preview kbd {
  color: #fff;
  background: linear-gradient(145deg, #18354f, #0d2439);
  border: 1px solid #31516d;
  border-bottom-width: 4px;
  border-radius: 10px;
  box-shadow: 0 9px 20px rgba(11, 40, 65, .18);
  font-family: inherit;
  font-weight: 800;
}

.shortcut-visual kbd {
  padding: 13px 17px 10px;
  font-size: 13px;
}

.shortcut-visual i {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 19px;
  right: 22px;
  background: #16b49b;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(22, 180, 155, .11);
}

.transform-visual {
  gap: 13px;
  color: #6d8194;
  background: linear-gradient(135deg, #eaf5ff, #e9faf7);
}

.transform-visual span {
  padding: 11px 13px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid #cfe1ed;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(38, 79, 113, .07);
  font-size: 11px;
  font-weight: 800;
}

.transform-visual span:last-child {
  color: #087765;
  border-color: #bfe7dd;
}

.transform-visual b {
  color: #2587d4;
}

.review-visual {
  flex-direction: column;
  gap: 10px;
}

.review-visual i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #16b893, #078f83);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(8, 154, 134, .23);
  font-style: normal;
  font-weight: 900;
}

.review-visual span {
  color: #4b637a;
  font-size: 11px;
  font-weight: 800;
}

.workflow-card h3,
.mode-card h3,
.platform-heading h3 {
  margin: 0;
  color: var(--medical-ink);
  font-size: 23px;
  font-weight: 790;
  letter-spacing: -.038em;
  line-height: 1.1;
}

.workflow-card p {
  margin: 13px 0 0;
  color: var(--medical-muted);
  font-size: 14px;
  line-height: 1.68;
}

.modes-section {
  color: #fff;
  background:
    radial-gradient(circle at 86% 9%, rgba(16, 178, 169, .19), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(20, 122, 232, .17), transparent 28%),
    linear-gradient(130deg, #071523, #0a2136 55%, #0a2937);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  align-items: end;
  gap: 70px;
}

.split-heading h2,
.security-copy h2 {
  color: #fff;
}

.split-heading > p,
.security-copy > p {
  margin: 0;
  color: rgba(222, 239, 250, .67);
}

.light-label {
  color: #8dece2;
}

.mode-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mode-card {
  position: relative;
  padding: clamp(28px, 4vw, 43px);
  overflow: hidden;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(201, 226, 240, .14);
  border-radius: 27px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.ambient-mode {
  background:
    radial-gradient(circle at 90% 0, rgba(21, 200, 184, .11), transparent 35%),
    rgba(255, 255, 255, .075);
}

.mode-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mode-chip {
  padding: 7px 10px;
  color: #a5f5eb;
  background: rgba(74, 224, 205, .09);
  border: 1px solid rgba(121, 238, 223, .14);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mode-time {
  color: rgba(228, 243, 251, .45);
  font-size: 10px;
  font-weight: 750;
}

.mode-card h3 {
  margin-top: 27px;
  color: #fff;
  font-size: clamp(28px, 3vw, 37px);
}

.mode-card > p {
  margin: 14px 0 0;
  color: rgba(220, 237, 248, .66);
  font-size: 15px;
  line-height: 1.68;
}

.mode-card ul,
.price-card ul {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.mode-card li,
.price-card li {
  position: relative;
  padding-left: 23px;
}

.mode-card li {
  color: rgba(235, 247, 253, .82);
  font-size: 13px;
}

.mode-card li + li,
.price-card li + li {
  margin-top: 11px;
}

.mode-card li::before,
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #55dec9;
  font-weight: 900;
}

.mode-preview {
  min-height: 78px;
  margin-top: 35px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(2, 11, 20, .38);
  border: 1px solid rgba(218, 239, 250, .1);
  border-radius: 16px;
}

.mode-preview > div {
  flex: 1;
  display: grid;
  gap: 2px;
}

.mode-preview strong {
  color: #fff;
  font-size: 12px;
}

.mode-preview small {
  color: rgba(220, 239, 249, .46);
  font-size: 9px;
}

.mini-mic {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #66e7d5;
  background: rgba(68, 225, 203, .09);
  border: 1px solid rgba(100, 231, 213, .14);
  border-radius: 11px;
  font-size: 10px;
}

.dictation-preview kbd {
  padding: 8px 10px 6px;
  color: #bdebe8;
  border-color: rgba(136, 213, 212, .19);
  font-size: 9px;
}

.ambient-ring {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: conic-gradient(from 20deg, #36dfca, #1787e8, #36dfca);
  border-radius: 50%;
}

.ambient-ring i {
  width: 27px;
  height: 27px;
  background: #0d293b;
  border-radius: 50%;
}

.ambient-lines {
  width: 42px;
  display: grid;
  gap: 4px;
}

.ambient-lines i {
  height: 3px;
  display: block;
  background: rgba(105, 228, 213, .62);
  border-radius: 999px;
}

.ambient-lines i:nth-child(2) { width: 76%; }
.ambient-lines i:nth-child(3) { width: 48%; }

.compatibility-section {
  background: #f7fafc;
}

.compatibility-grid {
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(55px, 8vw, 105px);
}

.compatibility-copy > p {
  margin: 22px 0 0;
}

.app-cloud {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.app-cloud span {
  padding: 9px 12px;
  color: #415b72;
  background: #fff;
  border: 1px solid #d7e3ec;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(23, 61, 94, .035);
  font-size: 11px;
  font-weight: 760;
}

.text-link {
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0967c5;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.remote-demo {
  position: relative;
  min-height: 445px;
  padding: 28px;
  background:
    radial-gradient(circle at 80% 12%, rgba(20, 183, 201, .18), transparent 32%),
    linear-gradient(145deg, #e9f5ff, #e7f8f5);
  border: 1px solid #cae2ec;
  border-radius: 30px;
}

.remote-window {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cddce7;
  border-radius: 17px;
  box-shadow: 0 24px 55px rgba(24, 67, 109, .15);
}

.remote-titlebar {
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #dceafa;
  background: #152b42;
  font-size: 9px;
  font-weight: 750;
}

.remote-titlebar span {
  margin-right: auto;
}

.remote-titlebar i {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, .28);
  border-radius: 50%;
}

.remote-body {
  min-height: 315px;
  display: grid;
  grid-template-columns: 52px 1fr;
}

.remote-sidebar {
  padding: 18px 13px;
  display: grid;
  align-content: start;
  gap: 13px;
  background: #eef3f7;
  border-right: 1px solid #dce5ec;
}

.remote-sidebar i {
  height: 26px;
  display: block;
  background: #d4e0e9;
  border-radius: 8px;
}

.remote-sidebar i:first-child {
  background: #bddaf0;
  box-shadow: inset 3px 0 #187fd7;
}

.remote-document {
  padding: 36px 31px;
}

.document-label {
  margin-bottom: 29px;
  color: #1d3a54;
  font-size: 13px;
  font-weight: 820;
}

.text-line {
  height: 7px;
  display: block;
  margin-top: 12px;
  background: #dce6ed;
  border-radius: 999px;
}

.text-line.wide { width: 92%; }
.text-line.medium { width: 70%; }
.text-line.short { width: 44%; }

.typed-line {
  margin-top: 26px;
  padding: 12px 13px;
  color: #31576e;
  background: #eaf7ff;
  border: 1px solid #c7e4f5;
  border-radius: 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.5;
}

.typed-line i {
  width: 1px;
  height: 13px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: text-bottom;
  background: #0e69bd;
  animation: medical-cursor 1.1s step-end infinite;
}

.typing-toast {
  position: absolute;
  right: 8px;
  bottom: 0;
  min-width: 226px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  background: linear-gradient(135deg, #0f2b44, #0c493f);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(17, 61, 91, .23);
}

.typing-toast > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #075e53;
  background: #8df2df;
  border-radius: 9px;
  font-weight: 900;
}

.typing-toast div {
  display: grid;
  gap: 2px;
}

.typing-toast strong {
  font-size: 11px;
}

.typing-toast small {
  color: rgba(228, 246, 250, .57);
  font-size: 9px;
}

.dragon-section {
  background: #fff;
}

.dragon-panel {
  padding: clamp(35px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(410px, 1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
  background:
    radial-gradient(circle at 95% 8%, rgba(19, 185, 195, .12), transparent 30%),
    linear-gradient(135deg, #f0f8ff, #f8fcff 45%, #edf9f7);
  border: 1px solid #cee2ee;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(27, 67, 101, .075);
}

.dragon-heading > p {
  margin: 22px 0 0;
  font-size: 16px;
}

.comparison-list {
  display: grid;
  gap: 10px;
}

.comparison-list div {
  padding: 18px 19px;
  display: grid;
  gap: 4px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid #d6e4ed;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(29, 71, 104, .035);
}

.comparison-list span {
  color: #77899a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.comparison-list strong {
  color: #233f57;
  font-size: 13px;
  line-height: 1.4;
}

.security-section {
  color: #fff;
  background:
    radial-gradient(circle at 20% 15%, rgba(22, 167, 181, .18), transparent 30%),
    linear-gradient(130deg, #071522, #0a2635);
}

.security-grid {
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.security-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.security-halo {
  position: absolute;
  width: 310px;
  height: 310px;
  top: 15px;
  left: calc(50% - 155px);
  border: 1px solid rgba(117, 229, 218, .13);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(46, 187, 184, .035),
    0 0 0 76px rgba(43, 138, 177, .028),
    inset 0 0 90px rgba(55, 210, 200, .08);
}

.security-visual > img {
  position: absolute;
  z-index: 2;
  top: 53px;
  box-shadow: 0 26px 60px rgba(15, 184, 195, .25);
}

.security-stack {
  position: relative;
  z-index: 3;
  width: min(430px, 100%);
  margin-top: 215px;
  padding: 10px;
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(197, 226, 239, .13);
  border-radius: 21px;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.security-stack > div {
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 13px;
}

.security-check {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #075e52;
  background: #90f0df;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 900;
}

.security-stack p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.security-stack strong {
  color: #fff;
  font-size: 11px;
}

.security-stack small {
  color: rgba(218, 238, 247, .52);
  font-size: 9px;
}

.security-copy > p {
  margin: 23px 0 0;
}

.security-note {
  margin-top: 27px;
  padding: 18px 19px;
  display: grid;
  gap: 5px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(204, 229, 241, .13);
  border-left: 3px solid #4bdcc7;
  border-radius: 13px;
}

.security-note strong {
  color: #b9f4ec;
  font-size: 11px;
}

.security-note span {
  color: rgba(225, 240, 248, .64);
  font-size: 12px;
  line-height: 1.5;
}

.security-actions {
  margin-top: 30px;
}

.button-light,
.button-white {
  color: #16334c;
  background: #fff;
  box-shadow: 0 17px 35px rgba(0, 0, 0, .16);
}

.button-outline-light {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(218, 239, 248, .2);
}

.button-outline-light:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(218, 239, 248, .32);
}

.pricing-section {
  background: #f7fafc;
}

.pricing-intro p {
  max-width: 650px;
  margin-inline: auto;
}

.pricing-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.price-card {
  position: relative;
  min-height: 520px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--medical-line);
  border-radius: 25px;
  box-shadow: 0 16px 42px rgba(26, 67, 102, .06);
}

.pro-card {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(43, 211, 199, .18), transparent 33%),
    linear-gradient(145deg, #0a2135, #0c3650);
  border-color: #1d506c;
  box-shadow: 0 25px 60px rgba(19, 61, 91, .2);
  transform: translateY(-10px);
}

.recommended {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 9px;
  color: #b4f7ed;
  background: rgba(71, 224, 204, .09);
  border: 1px solid rgba(130, 238, 224, .14);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plan-name {
  color: #556d82;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pro-card .plan-name {
  color: #9df1e5;
}

.price {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.price strong {
  color: var(--medical-ink);
  font-size: 48px;
  font-weight: 790;
  letter-spacing: -.055em;
  line-height: 1;
}

.price span {
  padding-bottom: 5px;
  color: #7b8c9e;
  font-size: 11px;
  font-weight: 720;
}

.pro-card .price strong {
  color: #fff;
}

.pro-card .price span {
  color: rgba(224, 240, 249, .55);
}

.price-card > p {
  min-height: 73px;
  margin: 20px 0 0;
  color: #697c90;
  font-size: 14px;
  line-height: 1.65;
}

.pro-card > p {
  color: rgba(223, 239, 248, .64);
}

.price-card li {
  color: #425d74;
  font-size: 12px;
}

.pro-card li {
  color: rgba(235, 246, 251, .78);
}

.price-card .full-button {
  width: 100%;
  margin-top: auto;
}

.pro-card .button-primary {
  color: #143349;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
}

.platform-downloads {
  margin-top: 86px;
  padding-top: 52px;
  border-top: 1px solid #d9e5ee;
}

.platform-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.platform-heading h3 {
  margin-top: 9px;
  font-size: 29px;
}

.platform-heading > a {
  color: #1769b8;
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.platform-heading > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.platform-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.platform-card {
  min-height: 106px;
  padding: 19px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--medical-ink);
  background: #fff;
  border: 1px solid var(--medical-line);
  border-radius: 18px;
  box-shadow: 0 10px 27px rgba(26, 67, 102, .045);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.platform-card:hover {
  border-color: #bcd5e6;
  box-shadow: 0 16px 35px rgba(26, 67, 102, .09);
  transform: translateY(-3px);
}

.platform-glyph {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #126fc7;
  background: linear-gradient(135deg, #e9f5ff, #e9faf7);
  border: 1px solid #d3e6ef;
  border-radius: 14px;
}

.windows-glyph {
  padding: 13px;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.windows-glyph i {
  height: 9px;
  display: block;
  background: #1680d7;
}

.apple-glyph {
  font-size: 21px;
}

.mobile-glyph i {
  width: 17px;
  height: 27px;
  display: block;
  border: 2px solid #1680d7;
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 -2px #1680d7;
}

.platform-card p {
  margin: 0;
  flex: 1;
  display: grid;
  gap: 3px;
}

.platform-card strong {
  color: #1a3852;
  font-size: 13px;
}

.platform-card small {
  color: #7c8d9d;
  font-size: 10px;
}

.platform-arrow {
  color: #7c99ae;
  font-size: 17px;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(50px, 8vw, 105px);
}

.faq-heading {
  position: sticky;
  top: 122px;
}

.faq-heading > p {
  margin: 22px 0 0;
  font-size: 15px;
}

.faq-list {
  border-top: 1px solid #d9e5ed;
}

.faq-list details {
  border-bottom: 1px solid #d9e5ed;
}

.faq-list summary {
  padding: 24px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #1d3b55;
  cursor: pointer;
  font-size: 15px;
  font-weight: 790;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #126ec5;
  background: #eaf5fe;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin: -4px 0 26px;
  color: var(--medical-muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 130%, rgba(18, 202, 185, .25), transparent 42%),
    linear-gradient(128deg, #071423, #0b2a3d);
}

.final-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -390px;
  left: calc(50% - 260px);
  border: 1px solid rgba(122, 230, 222, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(94, 206, 204, .035), 0 0 0 160px rgba(94, 206, 204, .02);
}

.final-card {
  position: relative;
  z-index: 2;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-card > img {
  margin-bottom: 25px;
}

.final-card h2 {
  max-width: 780px;
  margin-top: 18px;
  color: #fff;
}

.final-card > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(226, 241, 249, .69);
  font-size: 17px;
  line-height: 1.65;
}

.final-actions {
  margin-top: 31px;
  justify-content: center;
}

.final-card > small {
  margin-top: 17px;
  color: rgba(222, 238, 247, .46);
  font-size: 10px;
}

.footer {
  padding: 38px 0;
  color: #6c7d8e;
  background: #f7fafc;
  border-top: 1px solid #dae5ed;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #607488;
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--medical-blue-dark);
}

.footer-grid > p {
  margin: 0;
  font-size: 10px;
}

.mobile-download-bar {
  display: none;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(20, 122, 232, .48);
  outline-offset: 4px;
  border-radius: 8px;
}

@keyframes medical-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 5px rgba(37, 224, 195, .12); }
  50% { opacity: .66; box-shadow: 0 0 0 9px rgba(37, 224, 195, .035); }
}

@keyframes medical-wave {
  0%, 100% { transform: scaleY(.65); opacity: .68; }
  50% { transform: scaleY(1.05); opacity: 1; }
}

@keyframes medical-cursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(48px, 5.8vw, 66px);
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .trust-grid > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .compatibility-grid,
  .security-grid {
    gap: 55px;
  }

  .dragon-panel {
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  }
}

@media (max-width: 930px) {
  .nav-links {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-grid,
  .compatibility-grid,
  .security-grid,
  .split-heading,
  .dragon-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-product {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .workflow-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .workflow-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 44px minmax(180px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 20px;
  }

  .workflow-card .step-visual {
    margin: 0;
  }

  .workflow-card h3,
  .workflow-card p {
    grid-column: 3;
  }

  .workflow-card h3 {
    align-self: end;
  }

  .workflow-card p {
    align-self: start;
    margin-top: -6px;
  }

  .mode-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 24px;
  }

  .compatibility-copy,
  .security-copy {
    max-width: 760px;
  }

  .remote-demo {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .dragon-panel {
    gap: 40px;
  }

  .security-visual {
    width: min(610px, 100%);
    margin-inline: auto;
  }

  .pro-card {
    transform: none;
  }

  .price-card {
    min-height: 430px;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
    max-width: 670px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: calc(73px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(100% - 32px, 1200px);
  }

  .nav-shell {
    width: calc(100% - 28px);
    min-height: 66px;
    gap: 16px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .nav-cta {
    min-height: 38px;
    max-width: 148px;
    padding: 9px 12px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 62px;
    background-size: 38px 38px, 38px 38px, auto;
  }

  .hero-grid {
    gap: 46px;
  }

  .eyebrow {
    padding: 8px 11px;
    font-size: 9px;
    letter-spacing: .045em;
  }

  .hero h1 {
    margin-top: 19px;
    font-size: clamp(43px, 13.7vw, 60px);
    letter-spacing: -.06em;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 27px;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .conversion-note {
    align-items: flex-start;
    font-size: 11px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-facts div {
    padding: 10px 0;
    grid-template-columns: 110px 1fr;
    align-items: center;
  }

  .hero-facts div + div {
    padding-left: 0;
    border-top: 1px solid rgba(84, 118, 148, .13);
    border-left: 0;
  }

  .hero-product {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .product-orbit {
    display: none;
  }

  .dictation-card,
  .ehr-note-card {
    position: static;
    width: 100%;
    transform: none;
  }

  .dictation-card {
    padding: 13px;
  }

  .app-identity img {
    width: 40px;
    height: 40px;
  }

  .secure-status {
    padding: 6px 7px;
    font-size: 8px;
  }

  .recording-panel {
    padding: 17px;
  }

  .waveform {
    height: 54px;
    gap: 5px;
  }

  .waveform i {
    width: 3px;
  }

  .ehr-note-card {
    margin-top: -3px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid > div,
  .trust-grid > div:nth-child(3),
  .trust-grid > div:nth-child(4) {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
  }

  .trust-grid > div:first-child {
    border-top: 0;
  }

  .section {
    padding: 76px 0;
  }

  .section h2,
  .final-cta h2 {
    font-size: clamp(37px, 11.7vw, 50px);
  }

  .section-intro p,
  .split-heading > p,
  .compatibility-copy > p,
  .dragon-heading > p,
  .security-copy > p,
  .faq-heading > p {
    font-size: 16px;
  }

  .workflow-grid {
    margin-top: 38px;
  }

  .workflow-card {
    padding: 22px;
    display: block;
  }

  .workflow-card .step-visual {
    margin: 23px 0;
  }

  .workflow-card p {
    margin-top: 11px;
  }

  .mode-grid {
    margin-top: 36px;
  }

  .mode-card {
    padding: 24px;
  }

  .mode-card h3 {
    font-size: 29px;
  }

  .mode-preview {
    margin-top: 27px;
  }

  .remote-demo {
    min-height: auto;
    padding: 14px 14px 48px;
    border-radius: 22px;
  }

  .remote-body {
    min-height: 260px;
    grid-template-columns: 37px 1fr;
  }

  .remote-sidebar {
    padding: 12px 8px;
  }

  .remote-document {
    padding: 25px 18px;
  }

  .typed-line {
    font-size: 8px;
  }

  .typing-toast {
    right: 2px;
    bottom: 0;
    min-width: 210px;
  }

  .dragon-panel {
    padding: 26px 21px;
    border-radius: 23px;
  }

  .security-visual {
    min-height: 475px;
  }

  .security-halo {
    width: 255px;
    height: 255px;
    left: calc(50% - 127px);
  }

  .security-visual > img {
    width: 112px;
    height: 112px;
  }

  .security-stack {
    margin-top: 190px;
  }

  .security-actions,
  .final-actions {
    flex-direction: column;
  }

  .security-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .pricing-grid {
    margin-top: 38px;
  }

  .price-card {
    min-height: 460px;
    padding: 25px;
  }

  .platform-downloads {
    margin-top: 66px;
    padding-top: 42px;
  }

  .platform-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .faq-list summary {
    padding: 21px 0;
    font-size: 14px;
  }

  .final-cta {
    padding: 78px 0;
  }

  .final-card > img {
    width: 72px;
    height: 72px;
  }

  .footer {
    padding: 33px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 23px;
    text-align: center;
  }

  .mobile-download-bar {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 73px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    background: rgba(7, 21, 36, .95);
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 35px rgba(4, 16, 28, .18);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .mobile-download-bar > div {
    min-width: 0;
    display: grid;
    gap: 1px;
  }

  .mobile-download-bar strong {
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-download-bar span {
    color: rgba(220, 239, 248, .58);
    font-size: 9px;
  }

  .mobile-download-bar a {
    min-height: 40px;
    max-width: 175px;
    padding: 10px 14px;
    overflow: hidden;
    color: #12314a;
    background: #fff;
    border-radius: 11px;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .medical-home .df-chat-root {
    right: 10px !important;
    bottom: calc(83px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 410px) {
  .brand-copy small {
    letter-spacing: .13em;
  }

  .nav-cta {
    max-width: 122px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .secure-status {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .recording-meta {
    flex-wrap: wrap;
  }

  .mobile-download-bar a {
    max-width: 175px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
