:root {
  color-scheme: light;
  --accent: #087f79;
  --accent-dark: #075f5b;
  --navy: #102a43;
  --navy-deep: #092237;
  --recording: #d62f37;
  --ink: #132f38;
  --muted: #526b73;
  --surface: #ffffff;
  --page: #f4f8f7;
  --soft: #eaf4f2;
  --line: #c9d9dc;
  --focus: #c2410c;
  --content-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  font-size: 56px;
  line-height: 1.02;
}

h2 {
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
}

p {
  margin: 0;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

[id] {
  scroll-margin-top: 92px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  min-height: 44px;
  padding: 11px 16px;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--navy-deep);
  color: #ffffff;
  font-weight: 750;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(201 217 220 / 86%);
  background: rgb(244 248 247 / 96%);
  backdrop-filter: blur(12px);
}

.site-header__inner,
.site-footer__inner {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
}

.site-header__inner {
  display: grid;
  min-height: 72px;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand {
  min-height: 44px;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 7px;
}

.primary-nav,
.site-footer nav {
  display: flex;
  align-items: center;
}

.primary-nav {
  justify-content: center;
  gap: 8px;
}

.primary-nav a,
.site-footer nav a {
  min-height: 44px;
  padding: 12px 10px;
  color: #365560;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.site-footer nav a:hover,
.text-link:hover {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.primary-nav a[aria-current="page"] {
  box-shadow: inset 0 -2px var(--accent);
  color: var(--accent-dark);
}

.site-footer nav a[aria-current="page"] {
  color: var(--accent-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.header-install {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 16px;
  background: var(--navy);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.header-install:hover {
  background: var(--navy-deep);
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 108px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--page);
}

.hero-component {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dictation-demo {
  position: absolute;
  top: 50%;
  left: calc(50% + 32px);
  right: max(42px, calc((100vw - var(--content-width)) / 2));
  width: auto;
  transform: translateY(-50%);
}

.dictation-demo__label {
  display: block;
  margin-bottom: 10px;
  color: #264650;
  font-size: 14px;
  font-weight: 800;
}

.dictation-demo__field {
  position: relative;
}

.dictation-demo textarea {
  display: block;
  width: 100%;
  height: 224px;
  resize: none;
  border: 2px solid #0f9fa8;
  border-radius: 8px;
  padding: 24px 84px 24px 24px;
  background: #ffffff;
  color: #17333d;
  box-shadow: 0 0 0 5px rgb(15 159 168 / 12%);
  font: 500 16px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0;
}

.dictation-demo .voice-dictation-mic-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #dc2626;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 9px 22px rgb(15 23 42 / 22%), 0 0 0 1px rgb(255 255 255 / 70%) inset;
  color: #ffffff;
  cursor: default;
  opacity: 1;
}

.dictation-demo .voice-dictation-mic-icon {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}

.dictation-demo .voice-dictation-status {
  position: absolute;
  top: 72px;
  right: 18px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 6px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 6px 16px rgb(17 24 39 / 20%);
  font: 600 12px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dictation-demo__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #48656d;
  font-size: 14px;
  line-height: 1.5;
}

.dictation-demo__note span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: #caeee9;
  color: var(--accent-dark);
  font-weight: 900;
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: flex;
  width: 50%;
  min-height: min(680px, calc(100svh - 108px));
  flex-direction: column;
  justify-content: center;
  padding: 58px 42px 58px max(42px, calc((100vw - var(--content-width)) / 2));
  background: var(--page);
}

.eyebrow {
  margin: 0 0 14px;
  color: #08737f;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy,
.section-heading > p:not(.eyebrow),
.product-copy > p,
.support-callout p,
.install-section p,
.page-lead,
.policy-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-copy {
  margin-top: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.button--primary {
  background: var(--accent);
  color: #ffffff;
}

.button--primary:hover {
  background: var(--accent-dark);
}

.button--secondary {
  border-color: #9eb4b9;
  background: #ffffff;
  color: var(--navy);
}

.button--secondary:hover {
  border-color: var(--navy);
}

.button--light {
  background: #ffffff;
  color: var(--navy);
}

.button--light:hover {
  background: var(--soft);
}

.hero-note {
  margin-top: 14px;
  color: #426069;
  font-size: 14px;
  font-weight: 700;
}

.assurance-band {
  display: grid;
  width: min(var(--content-width), calc(100% - 40px));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 24px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.assurance-band > div {
  display: grid;
  min-height: 118px;
  align-content: start;
  gap: 7px;
  padding: 24px 26px;
  background: var(--surface);
}

.assurance-band strong {
  font-size: 17px;
  line-height: 1.3;
}

.assurance-band span {
  color: var(--muted);
  line-height: 1.5;
}

.content-section,
.product-section,
.trust-section,
.support-callout,
.install-section,
.page-hero,
.document-layout,
.not-found {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
}

.content-section,
.trust-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  padding: 92px 0;
}

.section-heading > p:not(.eyebrow),
.product-copy > p,
.support-callout p,
.install-section p {
  margin-top: 20px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 232px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.step-number {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 850;
}

.steps strong {
  font-size: 18px;
}

.steps p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.55;
}

.product-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.product-media {
  display: grid;
  min-height: 620px;
  place-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e6f0ef;
}

.popup-preview {
  width: 320px;
  overflow: hidden;
  border: 1px solid #c9d5df;
  border-radius: 8px;
  background: #f7f9fb;
  box-shadow: 0 22px 50px rgb(16 42 67 / 16%);
  color: #17212b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.popup-preview__shell {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.popup-preview__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-preview__brand > div {
  min-width: 0;
}

.popup-preview__brand strong {
  display: block;
  font-size: 19px;
  line-height: 1.2;
}

.popup-preview__brand p,
.popup-toggle-copy span,
.popup-field > span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.popup-preview__mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid #bfe3dc;
  border-radius: 8px;
  background: #eaf8f5;
}

.popup-preview__mark img {
  width: 24px;
  height: 24px;
}

.popup-settings,
.popup-advanced {
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  background: #ffffff;
}

.popup-settings {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.popup-toggle-row,
.popup-shortcut-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.popup-site-row,
.popup-shortcut-row {
  padding-top: 10px;
  border-top: 1px solid #e5eaf0;
}

.popup-toggle-copy,
.popup-shortcut-copy,
.popup-field {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.popup-toggle-copy strong,
.popup-shortcut-copy strong,
.popup-field strong {
  color: #233244;
  font-size: 13px;
}

.popup-switch {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 26px;
  margin: 0;
  appearance: none;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  opacity: 1;
}

.popup-switch::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 4px rgb(15 23 42 / 22%);
  content: "";
  transform: translateX(18px);
}

.popup-shortcut-row button {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid #c5d0de;
  border-radius: 7px;
  background: #ffffff;
  color: #36516f;
  opacity: 1;
}

.popup-shortcut-row svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.popup-shortcut-copy kbd {
  width: fit-content;
  max-width: 190px;
  overflow: hidden;
  border: 1px solid #c5d0de;
  border-radius: 5px;
  padding: 3px 7px;
  background: #f8fafc;
  color: #36516f;
  font: 650 11px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-field select,
.popup-field input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #c5d0de;
  border-radius: 7px;
  padding: 7px 9px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  opacity: 1;
  -webkit-text-fill-color: #111827;
}

.popup-save {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--accent);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  opacity: 1;
}

.popup-advanced {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 5px;
  padding: 9px 12px;
  color: #233244;
  font-size: 13px;
}

.popup-status {
  min-height: 18px;
  color: #36516f;
  font-size: 12px;
  line-height: 1.4;
}

.plain-list,
.compatibility-grid ul,
.policy-section ul,
.support-section ul,
.support-section ol {
  margin: 20px 0 0;
  padding-left: 22px;
}

.plain-list li,
.compatibility-grid li,
.policy-section li,
.support-section li {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.trust-section {
  border-top: 1px solid var(--line);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  color: var(--accent-dark);
  font-weight: 800;
  text-underline-offset: 4px;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  min-height: 64px;
  padding: 18px 20px 18px 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: #35545e;
  line-height: 1.5;
}

.trust-list li::before {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 15px;
  height: 15px;
  border: 4px solid #d9f0ec;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.compatibility {
  border-top: 1px solid var(--line);
}

.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.compatibility-grid ul {
  margin-top: 14px;
}

.support-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 92px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.support-callout h2 {
  font-size: 32px;
}

.install-section {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  margin-bottom: 76px;
  border-radius: 8px;
  padding: 36px;
  background: var(--navy);
  color: #ffffff;
}

.install-section img {
  width: 76px;
  height: 76px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 14px;
}

.install-section h2,
.install-section .eyebrow {
  color: #ffffff;
}

.install-section p {
  color: #d5e7eb;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer__inner {
  display: flex;
  min-height: 88px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand img {
  border-radius: 6px;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px;
}

/* Privacy, support, and error pages */

.page-hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--line);
}

.page-hero__inner {
  max-width: 790px;
}

.page-hero h1 {
  font-size: 52px;
}

.page-lead {
  margin-top: 20px;
}

.page-meta {
  margin-top: 16px;
  color: #48636b;
  font-size: 14px;
  font-weight: 700;
}

.document-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 74px;
  justify-content: center;
  padding: 64px 0 96px;
}

.document-nav {
  align-self: start;
  position: sticky;
  top: 104px;
}

.document-nav strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.document-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-left: 2px solid var(--line);
  padding: 8px 12px;
  color: #49666f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.document-nav a:hover {
  border-left-color: var(--accent);
  color: var(--accent-dark);
}

.policy-section:target,
.support-section:target,
.faq-section:target {
  border-top-color: var(--accent);
}

.document-content {
  min-width: 0;
}

.policy-intro {
  margin-bottom: 36px;
}

.policy-section,
.support-section,
.faq-section {
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.policy-section:first-child,
.support-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.policy-section h2,
.support-section h2,
.faq-section h2 {
  font-size: 30px;
}

.policy-section h3,
.support-section h3 {
  margin-top: 28px;
}

.policy-section p,
.support-section p,
.support-section ol {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.support-section ol li {
  margin-top: 11px;
  padding-left: 4px;
}

.notice {
  margin-top: 24px;
  border-left: 4px solid var(--recording);
  padding: 4px 0 4px 18px;
  color: #3e5861;
  line-height: 1.65;
}

.faq-list {
  margin-top: 22px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 52px;
  padding: 16px 4px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

.faq-list details p {
  margin: 0;
  padding: 0 4px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.not-found {
  display: grid;
  min-height: calc(100svh - 161px);
  grid-template-columns: minmax(0, 650px) 180px;
  gap: 64px;
  align-items: center;
  justify-content: center;
  padding: 72px 0;
}

.not-found h1 {
  font-size: 56px;
}

.not-found p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.not-found img {
  width: 180px;
  height: 180px;
  border-radius: 30px;
}

@media (max-width: 960px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-panel {
    width: 50%;
  }

  .dictation-demo {
    left: calc(50% + 20px);
  }

  .content-section,
  .trust-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-media {
    order: 2;
  }

  .document-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 720px) {
  [id] {
    scroll-margin-top: 126px;
  }

  .site-header {
    position: relative;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 8px 0 0;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    border-top: 1px solid var(--line);
  }

  .primary-nav a {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 700px;
  }

  .hero-panel {
    width: 100%;
    min-height: 390px;
    justify-content: flex-start;
    padding: 40px 24px;
    background: var(--page);
  }

  .dictation-demo {
    top: auto;
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
    transform: none;
  }

  .dictation-demo textarea {
    height: 170px;
  }

  .hero-copy,
  .section-heading > p:not(.eyebrow),
  .product-copy > p,
  .support-callout p,
  .install-section p,
  .page-lead,
  .policy-intro {
    font-size: 17px;
  }

  .assurance-band {
    grid-template-columns: 1fr;
  }

  .assurance-band > div {
    min-height: 92px;
    padding: 20px;
  }

  .content-section,
  .product-section,
  .trust-section {
    padding: 68px 0;
  }

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

  .steps li {
    min-height: 0;
  }

  .compatibility-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .support-callout,
  .install-section {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .support-callout {
    margin-bottom: 68px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .page-hero {
    padding: 54px 0 42px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .document-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 0 72px;
  }

  .document-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-nav strong {
    grid-column: 1 / -1;
  }

  .not-found {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 64px 0;
  }

  .not-found img {
    order: -1;
    width: 112px;
    height: 112px;
    border-radius: 20px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  .site-header__inner,
  .site-footer__inner,
  .assurance-band,
  .content-section,
  .product-section,
  .trust-section,
  .support-callout,
  .install-section,
  .page-hero,
  .document-layout,
  .not-found {
    width: calc(100% - 32px);
  }

  .nav-optional {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-panel {
    width: 100%;
    min-height: 410px;
    justify-content: flex-start;
    padding: 28px 16px 24px;
    background: var(--page);
  }

  .dictation-demo {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .dictation-demo__label {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .dictation-demo textarea {
    height: 170px;
    padding: 18px 68px 18px 16px;
    font-size: 13px;
  }

  .dictation-demo .voice-dictation-mic-button {
    top: 14px;
    right: 14px;
  }

  .dictation-demo .voice-dictation-status {
    top: 64px;
    right: 12px;
  }

  .dictation-demo__note {
    margin-top: 14px;
    font-size: 13px;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.5;
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 18px;
  }

  .hero-actions .button--secondary {
    display: none;
  }

  .button {
    width: 100%;
  }

  .install-section {
    padding: 28px 22px;
  }

  .product-media {
    width: 100vw;
    min-height: 600px;
    margin-left: calc(50% - 50vw);
    padding: 0 12px;
  }

  .popup-preview {
    width: min(320px, 100%);
  }

  .site-footer nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-hero h1,
  .not-found h1 {
    font-size: 38px;
  }

  .policy-section h2,
  .support-section h2,
  .faq-section h2,
  .support-callout h2 {
    font-size: 28px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
