:root {
  color-scheme: dark;
  --bg: #060917;
  --panel: #0d1429;
  --panel-2: #121d3a;
  --panel-3: #17274a;
  --text: #fbfbff;
  --muted: #c8d8ee;
  --soft: #8da7c5;
  --blue: #72c9ff;
  --blue-2: #3d8bff;
  --purple: #b493ff;
  --gold: #ffd47a;
  --green: #7ee2a8;
  --pink: #ff9fc5;
  --red: #ff5d7a;
  --line: rgba(180, 210, 255, 0.16);
  --line-strong: rgba(180, 210, 255, 0.28);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(36, 72, 128, 0.22), rgba(6, 9, 23, 0) 24rem),
    linear-gradient(120deg, rgba(114, 201, 255, 0.08), rgba(180, 147, 255, 0.06) 48%, rgba(255, 212, 122, 0.05)),
    var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black, transparent 60%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

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

h1 {
  max-width: 820px;
  font-size: 5.6rem;
  line-height: 0.92;
}

h2 {
  font-size: 3.05rem;
  line-height: 1;
}

h3 {
  font-size: 1.12rem;
  line-height: 1.15;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.drawn-word {
  display: inline-block;
  width: 3.45em;
  height: 1.02em;
  vertical-align: -0.18em;
  transform: rotate(-2deg);
  filter:
    drop-shadow(0 0 9px rgba(114, 201, 255, 0.45))
    drop-shadow(0 0 22px rgba(114, 201, 255, 0.24));
}

.drawn-word canvas {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.accent-word {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0.02em 0.17em 0.08em;
  border: 2px solid rgba(255, 93, 122, 0.55);
  border-radius: 0.2em;
  background: rgba(255, 93, 122, 0.1);
  color: var(--red);
  text-shadow: 0 0 26px rgba(255, 93, 122, 0.28);
  transform-origin: center;
  box-shadow: 0 0 20px rgba(255, 93, 122, 0.12), inset 0 0 18px rgba(255, 93, 122, 0.06);
  animation: tapHeroWord 640ms cubic-bezier(0.2, 0.82, 0.2, 1) 1640ms both;
}

.accent-word::after {
  content: "";
  position: absolute;
  inset: 0.1em -0.08em 0.08em;
  border: 2px solid rgba(255, 93, 122, 0.42);
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.78);
  animation: tapHeroRing 620ms ease 1660ms both;
  pointer-events: none;
}

.text-blue {
  color: var(--blue);
  font-weight: 850;
}

.text-red {
  color: var(--red);
  font-weight: 850;
}

.text-gold {
  color: var(--gold);
  font-weight: 850;
}

.site-shell {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0 8px;
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(180, 210, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 11, 27, 0.72);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 850;
}

.brand {
  padding: 5px 12px 5px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 11px;
}

.nav-links,
.store-links,
.store-row,
.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-links a,
.footer-links a,
.text-link {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 760;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--text);
}

.store-links {
  justify-content: flex-end;
}

.store-badge {
  display: inline-flex;
  width: 148px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  transition: transform 160ms ease, filter 160ms ease;
}

.store-badge img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.store-badge:hover,
.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background: var(--blue);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu-panel {
  position: fixed;
  top: 82px;
  right: 16px;
  z-index: 70;
  display: grid;
  width: min(340px, calc(100vw - 32px));
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 12, 30, 0.96);
  box-shadow: var(--shadow);
}

.mobile-menu-panel[hidden] {
  display: none;
}

.mobile-menu-panel > a:not(.store-badge) {
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-weight: 820;
}

.mobile-store-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.mobile-store-buttons .store-badge {
  width: calc((100% - 10px) / 2);
}

main {
  flex: 1;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 660px;
  margin-top: 22px;
  color: #eef5ff;
  font-size: 1.28rem;
  font-weight: 640;
  line-height: 1.36;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: 46px 0 84px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.store-row {
  margin-top: 28px;
  flex-wrap: nowrap;
}

.store-row.centered {
  justify-content: center;
}

.device-hero {
  position: relative;
  overflow: hidden;
  width: min(106%, 860px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(180, 210, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 84%, rgba(61, 139, 255, 0.16), transparent 48%),
    #040715;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.34);
  margin-left: auto;
  isolation: isolate;
}

.device-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -30px 70px rgba(6, 9, 23, 0.18);
}

.device-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.section-stack,
.workflow-section,
.screen-grid-section {
  padding: 80px 0;
}

.speak-flow {
  padding: 112px 0 126px;
}

.speak-flow-heading {
  max-width: 620px;
  margin-bottom: 58px;
}

.speak-flow-heading h2 {
  max-width: 570px;
}

.speak-flow-heading p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  font-size: 1.08rem;
}

.speak-flow-list {
  border-top: 1px solid var(--line);
}

.speak-flow-row {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
  gap: 64px;
  align-items: center;
  min-height: 300px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.speak-flow-row.reverse {
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, 0.55fr);
}

.speak-flow-row.reverse .speak-flow-copy {
  grid-column: 2;
  grid-row: 1;
}

.speak-flow-row.reverse img {
  grid-column: 1;
  grid-row: 1;
}

.speak-flow-copy span {
  display: block;
  margin-bottom: 15px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.speak-flow-copy h3 {
  font-size: 1.8rem;
}

.speak-flow-copy p {
  max-width: 320px;
  margin-top: 10px;
  font-size: 1rem;
}

.speak-flow-row img {
  width: 100%;
  height: 255px;
  border-radius: 24px;
  object-fit: contain;
  background: #040715;
}

.speak-flow-row img.phone-flow-image {
  width: min(100%, 360px);
  height: min(520px, 60vh);
  justify-self: center;
  padding: 8px;
  object-fit: contain;
  background:
    linear-gradient(180deg, rgba(114, 201, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #040715;
}

.speak-flow-row img.gesture-flow-image {
  object-fit: cover;
  object-position: center 72%;
}

.speak-flow-row img.gesture-pad-flow-image {
  object-fit: cover;
  object-position: center top;
}

.speak-flow-row img.keyboard-flow-image {
  object-position: center top;
}

.keyboard-mix {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 0.86fr;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 470px;
  justify-self: center;
  padding: 18px 18px 18px 34px;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 20%, rgba(114, 201, 255, 0.12), transparent 34%),
    radial-gradient(circle at 74% 74%, rgba(255, 93, 122, 0.1), transparent 36%),
    #040715;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.keyboard-mix img {
  width: min(100%, 235px);
  height: auto;
  max-height: 430px;
  border: 1px solid rgba(180, 210, 255, 0.12);
  border-radius: 24px;
  background: #040715;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  object-fit: contain;
}

.keyboard-mix img:first-child {
  transform: translateX(18px) rotate(-2deg);
}

.keyboard-mix img:last-child {
  transform: translateX(-18px) rotate(2deg);
}

.quiet-showcase {
  padding: 116px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
}

.quiet-showcase-inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: center;
}

.quiet-showcase-copy h2 {
  max-width: 480px;
}

.quiet-showcase-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  font-size: 1.06rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-grid article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(5, 8, 20, 0.34);
}

.value-grid article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--red));
  opacity: 0.8;
}

.value-grid h3 {
  margin-top: 16px;
  font-size: 1.16rem;
}

.value-grid p {
  margin-top: 10px;
  font-size: 0.96rem;
}

.value-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(180, 210, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.value-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blue-icon {
  color: var(--blue);
  box-shadow: 0 0 24px rgba(114, 201, 255, 0.12);
}

.red-icon {
  color: var(--red);
  box-shadow: 0 0 24px rgba(255, 93, 122, 0.12);
}

.gold-icon {
  color: var(--gold);
  box-shadow: 0 0 24px rgba(255, 212, 122, 0.11);
}

.purple-icon {
  color: var(--purple);
  box-shadow: 0 0 24px rgba(180, 147, 255, 0.12);
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 10px;
  margin-bottom: 26px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow-soft);
}

.feature-card:nth-child(1) {
  border-color: rgba(114, 201, 255, 0.26);
}

.feature-card:nth-child(2) {
  border-color: rgba(255, 93, 122, 0.26);
}

.feature-card:nth-child(3) {
  border-color: rgba(255, 212, 122, 0.26);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 0.72 / 1;
  border-radius: 20px;
  object-fit: contain;
  object-position: center;
  background: #040715;
  padding: 6px;
}

.feature-card p {
  margin-top: 8px;
  font-size: 0.98rem;
}

.wide-showcase {
  padding: 90px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 32, 0.52);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.showcase-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.showcase-inner > *,
.showcase-gallery,
.showcase-gallery figure {
  min-width: 0;
}

.showcase-copy p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 1.05rem;
}

.showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  width: min(100%, 760px);
  justify-self: end;
}

.showcase-gallery figure,
.screen-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: #040715;
  box-shadow: var(--shadow-soft);
}

.showcase-gallery figure {
  border-radius: 26px;
}

.showcase-gallery img,
.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #040715;
}

.landscape-shot {
  aspect-ratio: 1.45 / 1;
}

.showcase-gallery .landscape-shot:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 1.95 / 1;
}

.portrait-shot {
  aspect-ratio: 1.45 / 1;
}

.workflow-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(114, 201, 255, 0.14), rgba(180, 147, 255, 0.09)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-soft);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article,
.tip-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.tip-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(114, 201, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.tip-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue), var(--purple), var(--red));
}

.steps span,
.tip-panel span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.steps p,
.tip-panel p {
  margin-top: 7px;
  font-size: 0.97rem;
}

.screen-grid {
  display: grid;
  grid-template-columns: 0.55fr 1fr 0.55fr;
  gap: 16px;
  align-items: stretch;
}

.screen-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}

.screen-card.tall {
  aspect-ratio: 0.52 / 1;
}

.screen-card.wide {
  aspect-ratio: 1.55 / 1;
}

.screen-card figcaption {
  position: static;
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 13, 31, 0.92);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.final-cta {
  margin-bottom: 76px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(61, 139, 255, 0.28), rgba(180, 147, 255, 0.18)),
    var(--panel);
  text-align: center;
  box-shadow: var(--shadow);
}

.final-cta p {
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 1.06rem;
}

.tips-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.42fr);
  gap: 42px;
  align-items: center;
  padding: 66px 0 46px;
}

.tips-hero-copy {
  max-width: 760px;
}

.tips-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  font-size: 1.12rem;
}

.tips-hero-media {
  overflow: hidden;
  border: 1px solid rgba(180, 210, 255, 0.2);
  border-radius: 28px;
  background: #040715;
  box-shadow: var(--shadow-soft);
}

.tips-hero-media img {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 0.56 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #040715;
}

.gesture-lab {
  padding: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    var(--panel);
}

.lab-heading {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
}

.lab-heading p:not(.eyebrow) {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.motion-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 8, 20, 0.34);
}

.motion-card h3 {
  margin-top: 0;
}

.motion-card p {
  margin-top: 6px;
  font-size: 0.94rem;
}

.live-pad {
  overflow: hidden;
  border: 1px solid rgba(180, 210, 255, 0.17);
  border-radius: 18px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 26px 26px;
}

.live-pad svg {
  width: 100%;
  height: 150px;
}

.gesture-phrase {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(180, 210, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(61, 139, 255, 0.14), rgba(180, 147, 255, 0.08));
}

.gesture-phrase span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gesture-phrase strong {
  color: var(--text);
  font-size: 1rem;
}

.gesture-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 430;
  stroke-dashoffset: 430;
  animation: drawGesture 3.4s ease-in-out infinite;
  animation-delay: -1.2s;
}

.gesture-ghost {
  fill: none;
  stroke: rgba(180, 210, 255, 0.22);
  stroke-width: 8;
  stroke-linecap: round;
}

.mirror-path {
  stroke: rgba(180, 210, 255, 0.12);
  stroke-dasharray: 5 9;
}

.draw-two {
  stroke: var(--purple);
  animation-delay: -0.9s;
}

.draw-three {
  stroke: var(--green);
  animation-delay: -0.6s;
}

.draw-four {
  stroke: var(--pink);
  animation-delay: -0.3s;
}

.draw-five {
  stroke: var(--gold);
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation-delay: -1.6s;
  animation-name: drawLongGesture;
}

.draw-six {
  stroke: var(--green);
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation-delay: -0.3s;
  animation-name: drawMediumGesture;
}

.start-dot {
  fill: var(--gold);
}

.end-dot {
  fill: var(--pink);
}

.start-dot,
.end-dot {
  opacity: 1;
  animation: dotPulse 3.4s ease-in-out infinite;
  animation-delay: -0.2s;
}

.end-dot {
  animation-delay: -0.2s;
}

.gesture-pack-demo {
  padding: 80px 0 8px;
}

.demo-heading {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.demo-heading p:not(.eyebrow) {
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 1rem;
}

.gesture-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gesture-tester {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(114, 201, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(114, 201, 255, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026));
  box-shadow: var(--shadow-soft);
}

.tester-pad-wrap {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(180, 210, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 32px 32px;
  touch-action: none;
}

.tester-pad {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.tester-pad-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(200, 216, 238, 0.72);
  font-weight: 850;
  pointer-events: none;
}

.tester-pad-wrap.has-ink .tester-pad-empty {
  display: none;
}

.tester-result {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(5, 8, 20, 0.42);
}

.tester-result h3 {
  font-size: 1.55rem;
}

.tester-result p:not(.eyebrow) {
  font-size: 0.96rem;
}

.tester-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
}

.tester-score span {
  color: var(--blue);
  font-size: 2.15rem;
  font-weight: 950;
}

.tester-score small {
  color: var(--muted);
  font-weight: 850;
}

.tester-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.tester-actions button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(114, 201, 255, 0.26);
  border-radius: 999px;
  background: rgba(114, 201, 255, 0.08);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.tester-actions button:hover {
  background: rgba(114, 201, 255, 0.14);
}

.gesture-demo-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
    rgba(5, 8, 20, 0.34);
}

.gesture-demo-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.gesture-demo-title {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.gesture-demo-title h3,
.gesture-demo-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gesture-demo-title p {
  color: var(--muted);
  font-size: 0.88rem;
}

.gesture-demo-type {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(114, 201, 255, 0.24);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gesture-demo-pad {
  overflow: hidden;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 24px 24px;
}

.gesture-demo-pad svg {
  width: 100%;
  height: 150px;
}

.gesture-demo-path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gesture-demo-card.is-reversed .gesture-demo-path {
  stroke: var(--purple);
}

.gesture-demo-start {
  fill: var(--gold);
}

.gesture-demo-end {
  fill: var(--pink);
}

.gesture-demo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.gesture-demo-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.gesture-demo-card button {
  min-height: 42px;
  border: 1px solid rgba(114, 201, 255, 0.26);
  border-radius: 999px;
  background: rgba(114, 201, 255, 0.08);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.gesture-demo-card button:hover {
  background: rgba(114, 201, 255, 0.14);
}

.demo-loading {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  text-align: center;
}

.tip-practice {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 48px;
  align-items: center;
  padding: 96px 0 20px;
}

.tip-practice-copy h2 {
  max-width: 500px;
}

.tip-practice-copy p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 17px;
  font-size: 1.02rem;
}

.tip-practice-media {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1.52fr);
  gap: 14px;
  align-items: end;
}

.tip-practice-media figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #040715;
}

.tip-practice-media figure:first-child {
  align-self: end;
}

.tip-practice-media img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: #040715;
}

.tip-practice-media figure:first-child img {
  height: 360px;
}

.tip-practice-media figcaption {
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.keyboard-guide {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(220px, 0.48fr);
  gap: 40px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(114, 201, 255, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(114, 201, 255, 0.12), rgba(180, 147, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.keyboard-guide h2 {
  max-width: 560px;
}

.keyboard-guide p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
  font-size: 1.02rem;
}

.tip-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 80px 0;
}

.gesture-tip-flow {
  padding-top: 58px;
}

.command-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(240px, 0.54fr);
  gap: 38px;
  align-items: center;
  padding: 18px 0 76px;
}

.command-guide-copy {
  max-width: 620px;
}

.command-guide-copy p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 1.04rem;
}

.command-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.command-pills span {
  padding: 9px 13px;
  border: 1px solid rgba(114, 201, 255, 0.24);
  border-radius: 999px;
  background: rgba(114, 201, 255, 0.075);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 850;
}

.download-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.download-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.download-card:hover {
  transform: translateY(-2px);
  border-color: rgba(114, 201, 255, 0.36);
  background: rgba(114, 201, 255, 0.08);
}

.download-card span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.download-card strong {
  color: var(--text);
  font-size: 1rem;
}

.download-card small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.primary-download {
  border-color: rgba(114, 201, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(114, 201, 255, 0.13), rgba(180, 147, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.import-steps {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
  list-style: none;
}

.import-steps li {
  position: relative;
  padding-left: 24px;
}

.import-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(114, 201, 255, 0.4);
}

.command-guide-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 28px;
  background: #040715;
  box-shadow: var(--shadow-soft);
}

.command-guide-media img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center top;
  background: #040715;
}

.command-guide-media figcaption {
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.38;
  text-align: center;
}

.eye-free-guide {
  display: grid;
  grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: center;
  padding: 74px 0 18px;
}

.eye-free-guide h2 {
  max-width: 500px;
}

.eye-free-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eye-free-points article {
  min-height: 184px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(5, 8, 20, 0.28);
}

.eye-free-points span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.eye-free-points p {
  margin-top: 8px;
  font-size: 0.94rem;
}

.sentence-save-guide {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: 72px 0 10px;
}

.sentence-save-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 16px;
  font-size: 1.02rem;
}

.sentence-save-demo {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(114, 201, 255, 0.13), transparent 32%),
    radial-gradient(circle at 86% 88%, rgba(255, 93, 122, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-soft);
}

.sentence-bar {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(180, 210, 255, 0.15);
  border-radius: 22px;
  background: #f8fbff;
}

.sentence-bar span {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 16px;
  background: rgba(61, 139, 255, 0.1);
  color: #10203d;
  font-weight: 900;
}

.save-arrow {
  display: grid;
  height: 22px;
  place-items: center;
}

.save-arrow span {
  position: relative;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--purple));
}

.save-arrow span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--purple);
  border-right: 2px solid var(--purple);
  transform: translateY(-50%) rotate(45deg);
}

.saved-shortcut {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(114, 201, 255, 0.22);
  border-radius: 24px;
  background: rgba(5, 8, 20, 0.5);
}

.mini-pad {
  overflow: hidden;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 22px 22px;
}

.mini-pad svg {
  width: 100%;
  height: 94px;
}

.mini-pad path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 8;
  stroke-linecap: round;
}

.saved-shortcut strong {
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.2;
}

.gesture-checklist {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  gap: 34px;
  align-items: center;
  padding: 64px 0 18px;
}

.gesture-checklist-copy h2 {
  max-width: 520px;
}

.gesture-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gesture-checklist-grid article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24px 22px, rgba(114, 201, 255, 0.18), transparent 34px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.gesture-checklist-grid span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(114, 201, 255, 0.32);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
}

.gesture-checklist-grid h3 {
  margin-top: 0;
}

.gesture-checklist-grid p {
  margin-top: 8px;
  font-size: 0.95rem;
}

.premium-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: center;
  margin: 78px auto;
  padding: 38px;
  border: 1px solid rgba(255, 212, 122, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 122, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(114, 201, 255, 0.09), rgba(180, 147, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.premium-guide-copy {
  max-width: 520px;
}

.premium-guide-copy p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 1.02rem;
}

.premium-guide-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.premium-guide-media figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #040715;
  box-shadow: var(--shadow-soft);
}

.premium-guide-media img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
  object-position: center top;
  background: #040715;
}

.premium-guide-media figcaption {
  min-height: 64px;
  padding: 11px 13px 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 13, 31, 0.94);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}

.page-main {
  padding: 48px 0 80px;
}

.page-panel {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow);
}

.page-hero {
  text-align: center;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1;
}

.page-hero p {
  max-width: 660px;
  margin: 18px auto 0;
  color: #edf4ff;
  font-size: 1.12rem;
  font-weight: 640;
}

.content-card {
  width: min(860px, 100%);
  margin: 26px auto 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.content-card h2 {
  margin: 28px 0 0;
  font-size: 1.15rem;
}

.content-card h2:first-child,
.updated + h2 {
  margin-top: 0;
}

.content-card p {
  margin-top: 10px;
}

.content-card ul,
.content-card ol {
  margin: 10px 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.62;
}

.content-card a {
  color: var(--blue);
  border-bottom: 1px solid rgba(114, 201, 255, 0.55);
}

.updated {
  margin-bottom: 24px;
  color: var(--soft);
  font-size: 0.9rem;
}

.footer {
  padding: 30px 0 34px;
  color: var(--soft);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.copyright {
  margin: 0;
  color: var(--soft);
  font-size: 0.92rem;
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes drawGesture {
  0% {
    stroke-dashoffset: 430;
  }
  42%,
  68% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -430;
  }
}

@keyframes drawLongGesture {
  0% {
    stroke-dashoffset: 620;
  }
  42%,
  68% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -620;
  }
}

@keyframes drawMediumGesture {
  0% {
    stroke-dashoffset: 520;
  }
  42%,
  68% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -520;
  }
}

@keyframes dotPulse {
  0%,
  100% {
    opacity: 0.7;
  }
  34%,
  70% {
    opacity: 1;
  }
}

@keyframes tapHeroWord {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  28% {
    transform: translateY(0.02em) scale(0.96);
  }
  58% {
    transform: translateY(-0.02em) scale(1.035);
  }
}

@keyframes tapHeroRing {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
  28% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (max-width: 1060px) {
  h1 {
    font-size: 4.45rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }

  .device-hero {
    max-width: 680px;
    width: 100%;
  }

  .showcase-inner,
  .workflow-card,
  .tips-hero,
  .command-guide,
  .eye-free-guide,
  .tip-practice,
  .sentence-save-guide,
  .gesture-checklist,
  .quiet-showcase-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .value-grid,
  .gesture-demo-grid,
  .lab-grid,
  .tip-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-guide {
    grid-template-columns: 1fr;
  }

  .premium-guide-copy {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .premium-guide-copy p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .gesture-tester {
    grid-template-columns: 1fr;
  }

  .gesture-checklist-copy {
    text-align: center;
  }

  .command-guide-copy,
  .eye-free-guide > div:first-child,
  .sentence-save-copy {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .command-guide-copy p:not(.eyebrow),
  .sentence-save-copy p:not(.eyebrow),
  .eye-free-guide h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .command-pills {
    justify-content: center;
  }

  .command-guide-media {
    width: min(100%, 420px);
    justify-self: center;
  }

  .gesture-checklist-copy h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  h1 {
    font-size: 3.05rem;
    line-height: 0.98;
  }

  h2,
  .page-hero h1 {
    font-size: 2.2rem;
  }

  .lead,
  .tips-hero-copy p:not(.eyebrow),
  .page-hero p {
    font-size: 1.02rem;
  }

  .desktop-menu,
  .desktop-stores {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-inner {
    padding-left: 8px;
  }

  .hero-copy,
  .speak-flow-heading,
  .speak-flow-copy,
  .quiet-showcase-copy,
  .final-cta,
  .tips-hero-copy,
  .command-guide-copy,
  .lab-heading,
  .eye-free-guide > div:first-child,
  .tip-practice-copy,
  .sentence-save-copy,
  .gesture-checklist-copy,
  .keyboard-guide > div:first-child {
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy .lead,
  .speak-flow-heading,
  .speak-flow-heading h2,
  .speak-flow-heading p:not(.eyebrow),
  .speak-flow-copy p,
  .quiet-showcase-copy h2,
  .quiet-showcase-copy p:not(.eyebrow),
  .tips-hero-copy p:not(.eyebrow),
  .command-guide-copy p:not(.eyebrow),
  .lab-heading,
  .lab-heading p:not(.eyebrow),
  .eye-free-guide h2,
  .tip-practice-copy h2,
  .tip-practice-copy p:not(.eyebrow),
  .sentence-save-copy p:not(.eyebrow),
  .gesture-checklist-copy h2,
  .keyboard-guide h2,
  .keyboard-guide p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .hero,
  .tips-hero {
    padding-top: 34px;
  }

  .store-row {
    width: min(320px, 100%);
    gap: 8px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .store-badge {
    width: calc((100% - 8px) / 2);
    height: 44px;
  }

  .device-hero {
    border-radius: 20px;
    width: 100%;
  }

  .speak-flow {
    padding: 56px 0 78px;
  }

  .speak-flow-row,
  .speak-flow-row.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 24px 0 34px;
  }

  .speak-flow-row.reverse .speak-flow-copy,
  .speak-flow-row.reverse img,
  .speak-flow-row.reverse .keyboard-mix,
  .speak-flow-row img {
    grid-column: auto;
    grid-row: auto;
  }

  .speak-flow-row.reverse .speak-flow-copy {
    order: -1;
  }

  .speak-flow-row img {
    height: 190px;
  }

  .speak-flow-row img.phone-flow-image {
    width: min(100%, 300px);
    height: 410px;
    max-height: 62vh;
  }

  .keyboard-mix {
    width: min(100%, 340px);
    min-height: 360px;
    padding: 14px 10px 14px 22px;
    border-radius: 24px;
  }

  .keyboard-mix img {
    width: min(100%, 165px);
    height: auto;
    max-height: 325px;
    border-radius: 20px;
  }

  .keyboard-mix img:first-child {
    transform: translateX(10px) rotate(-2deg);
  }

  .keyboard-mix img:last-child {
    transform: translateX(-10px) rotate(2deg);
  }

  .quiet-showcase {
    padding: 78px 0;
  }

  .quiet-showcase-inner {
    gap: 34px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-grid article {
    text-align: center;
  }

  .value-icon {
    margin: 0 auto;
  }

  .tip-practice {
    gap: 28px;
    padding: 70px 0 8px;
  }

  .keyboard-guide {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px;
    border-radius: 26px;
  }

  .keyboard-guide .keyboard-mix {
    margin-left: auto;
    margin-right: auto;
  }

  .premium-guide {
    gap: 26px;
    margin: 58px auto;
    padding: 26px;
    border-radius: 28px;
  }

  .feature-grid,
  .download-actions,
  .gesture-demo-grid,
  .lab-grid,
  .tip-flow,
  .eye-free-points,
  .gesture-checklist-grid,
  .screen-grid,
  .showcase-gallery,
  .premium-guide-media,
  .tip-practice-media {
    grid-template-columns: 1fr;
  }

  .tip-practice-media img,
  .tip-practice-media figure:first-child img,
  .premium-guide-media img {
    height: auto;
    max-height: 420px;
  }

  .feature-card {
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
  }

  .feature-card img {
    aspect-ratio: 0.72 / 1;
    min-height: 170px;
  }

  .portrait-shot {
    grid-row: auto;
  }

  .section-stack,
  .workflow-section,
  .screen-grid-section,
  .gesture-pack-demo,
  .command-guide,
  .eye-free-guide,
  .sentence-save-guide,
  .tip-flow,
  .gesture-checklist {
    padding: 52px 0;
  }

  .eye-free-points article {
    min-height: 0;
    text-align: center;
  }

  .gesture-tester {
    padding: 14px;
    border-radius: 24px;
  }

  .tester-pad-wrap {
    min-height: 260px;
  }

  .tester-result {
    text-align: center;
  }

  .tester-actions {
    justify-content: center;
  }

  .gesture-demo-card {
    text-align: left;
  }

  .gesture-checklist-grid article {
    min-height: 0;
    text-align: center;
  }

  .wide-showcase {
    padding: 56px 0;
  }

  .workflow-card,
  .gesture-lab,
  .final-cta,
  .page-panel {
    padding: 24px;
    border-radius: 26px;
  }

  .content-card {
    padding: 22px;
  }

  .footer-inner {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 2.35rem;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .drawn-word {
    width: 3.1em;
  }

  .accent-word {
    padding-left: 0.12em;
    padding-right: 0.12em;
  }

  h2,
  .page-hero h1 {
    font-size: 1.88rem;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .device-hero {
    border-radius: 18px;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    aspect-ratio: 1.18 / 1;
  }

  .live-pad svg {
    height: 132px;
  }

  .speak-flow-row img.phone-flow-image {
    width: min(100%, 260px);
    height: 360px;
  }

  .keyboard-mix {
    min-height: 318px;
    padding: 12px 8px 12px 18px;
  }

  .keyboard-mix img {
    width: min(100%, 142px);
    height: auto;
    max-height: 290px;
  }

  .keyboard-guide {
    padding: 22px;
  }

  .command-guide-media {
    width: min(100%, 330px);
  }

  .tester-pad-wrap {
    min-height: 230px;
  }

  .sentence-save-demo {
    padding: 16px;
    border-radius: 24px;
  }

  .saved-shortcut {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mini-pad {
    width: min(100%, 180px);
    margin: 0 auto;
  }

  .premium-guide {
    padding: 22px;
  }

  .premium-guide-media figcaption {
    min-height: auto;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .accent-word,
  .accent-word::after {
    animation: none;
  }
}

/* The live demo is one focused control, not a second card grid. */
.gesture-tester {
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: 0 auto;
  padding: 16px;
}

.tester-selection {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 12px;
  text-align: center;
}

.tester-selection-copy {
  min-width: 0;
}

.tester-step {
  display: block;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tester-selection h3 {
  margin: 4px 0 2px;
  color: var(--text);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
}

.tester-selection p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.tester-nav {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(114, 201, 255, 0.24);
  border-radius: 50%;
  background: rgba(114, 201, 255, 0.08);
  color: var(--text);
  cursor: pointer;
}

.tester-nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tester-nav:hover:not(:disabled) {
  background: rgba(114, 201, 255, 0.16);
}

.tester-nav:disabled {
  cursor: default;
  opacity: 0.28;
}

.tester-pad-wrap {
  min-height: clamp(260px, 38vw, 360px);
}

.tester-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 18px;
  padding: 16px 18px;
}

.tester-result .eyebrow,
.tester-result-copy,
.tester-actions {
  grid-column: 1 / -1;
}

.tester-result .eyebrow {
  margin: 0;
}

.tester-result-copy strong {
  display: block;
  color: var(--text);
  font-size: 1.12rem;
}

.tester-result-copy strong.is-match {
  color: var(--green);
}

.tester-result-copy strong.is-no-match {
  color: var(--pink);
}

.tester-result-copy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.tester-score {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  justify-self: end;
}

.tester-actions {
  justify-content: center;
  margin-top: 2px;
}

.download-card {
  position: relative;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
}

.download-card-icon {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(114, 201, 255, 0.28);
  border-radius: 12px;
  background: rgba(114, 201, 255, 0.1);
  color: var(--blue);
}

.download-card-icon svg {
  width: 20px;
  height: 20px;
}

.download-card > span:not(.download-card-icon),
.download-card strong,
.download-card small {
  grid-column: 2;
}

.import-steps {
  gap: 7px;
}

.import-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}

.import-steps li::before {
  display: none;
}

.import-step-number {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(114, 201, 255, 0.28);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.import-step-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.import-step-copy b {
  color: var(--text);
  font-size: 0.78rem;
}

.import-step-copy small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.3;
}

@media (max-width: 620px) {
  .tester-selection {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .tester-nav {
    width: 38px;
    height: 38px;
  }

  .tester-result {
    grid-template-columns: 1fr;
  }

  .tester-score {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }

  .download-actions {
    grid-template-columns: 1fr;
  }
}

.tips-hero {
  grid-template-columns: 1fr;
  max-width: 860px;
  text-align: center;
}

.tips-hero-copy {
  max-width: 760px;
  margin: 0 auto;
}

.tips-hero-copy p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.shape-lab {
  padding: 18px 0 76px;
}

.shape-lab-heading {
  max-width: 680px;
  margin: 0 auto 20px;
  text-align: center;
}

.shape-lab-heading p:last-child {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--muted);
}

.shape-lab-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(114, 201, 255, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(114, 201, 255, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.shape-palette,
.shape-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.shape-palette button,
.shape-controls button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(180, 210, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  cursor: pointer;
}

.shape-palette button:hover,
.shape-controls button:hover,
.shape-palette button[aria-selected="true"] {
  border-color: rgba(114, 201, 255, 0.55);
  background: rgba(114, 201, 255, 0.13);
  color: var(--text);
}

.shape-lab-canvas-wrap {
  position: relative;
  overflow: hidden;
  margin: 14px 0;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 30px 30px;
}

[data-shape-canvas] {
  display: block;
  width: 100%;
  height: clamp(220px, 32vw, 300px);
}

.shape-endpoints {
  display: none;
}

.shape-lab-feedback {
  margin: 12px 0 0;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}

.shape-lab-copy {
  text-align: center;
}

.shape-lab-copy h3 {
  margin: 4px 0 2px;
  color: var(--text);
  font-size: 1.4rem;
}

.shape-lab-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.shape-lab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.shape-lab-nav button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(114, 201, 255, 0.28);
  border-radius: 50%;
  background: rgba(114, 201, 255, 0.08);
  color: var(--text);
  cursor: pointer;
}

.shape-lab-nav button:hover {
  background: rgba(114, 201, 255, 0.16);
}

.shape-lab-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shape-lab-dots {
  display: flex;
  gap: 6px;
}

.shape-lab-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(180, 210, 255, 0.3);
  transition: transform 160ms ease, background 160ms ease;
}

.shape-lab-dots span.is-active {
  background: var(--blue);
  box-shadow: 0 0 12px rgba(114, 201, 255, 0.45);
  transform: scale(1.35);
}

.shape-lab-variants {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.shape-variant {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.shape-variant:hover,
.shape-variant.is-active {
  border-color: rgba(114, 201, 255, 0.58);
  background: rgba(114, 201, 255, 0.1);
  color: var(--text);
  transform: translateY(-1px);
}

.shape-variant canvas {
  display: block;
  flex: 0 0 72px;
  width: 72px;
  height: 42px;
  border-radius: 9px;
  background: #071022;
}

.shape-variant > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.shape-variant b {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.shape-variant small {
  overflow: hidden;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eye-free-intro > p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.02rem;
}

.eye-free-proof {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 480px;
  margin-top: 22px;
  padding: 20px 18px;
  border: 1px solid rgba(114, 201, 255, 0.42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(114, 201, 255, 0.12), rgba(255, 93, 122, 0.1));
  box-shadow: 0 18px 38px rgba(2, 8, 24, 0.18), inset 0 0 24px rgba(255, 255, 255, 0.035);
  text-align: center;
}

.eye-free-proof-icon,
.eye-free-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue);
}

.eye-free-proof-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 93, 122, 0.48);
  border-radius: 18px;
  background: rgba(255, 93, 122, 0.1);
  color: var(--red);
  box-shadow: 0 0 22px rgba(255, 93, 122, 0.14);
}

.eye-free-proof-icon svg,
.eye-free-icon svg {
  width: 23px;
  height: 23px;
}

.eye-free-proof span:last-child {
  display: grid;
  gap: 3px;
  justify-items: center;
  text-align: center;
}

.eye-free-proof strong {
  color: var(--text);
  font-size: 1rem;
}

.eye-free-proof small {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.eye-free-points article {
  display: grid;
  justify-items: center;
  align-items: start;
  align-content: start;
  min-height: 170px;
  padding: 18px 16px;
  border: 1px solid rgba(180, 210, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.eye-free-points .eye-free-icon {
  display: grid;
  place-self: start center;
  width: 46px;
  height: 46px;
  margin: 0 auto 18px !important;
  border: 1px solid rgba(255, 214, 102, 0.3);
  border-radius: 16px;
  background: rgba(255, 214, 102, 0.08);
  color: var(--gold);
}

.eye-free-points h3 {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
}

.eye-free-points .eye-free-icon svg {
  display: block;
  margin: 0;
}

.eye-free-points p {
  max-width: 220px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.command-guide {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.command-guide-copy {
  max-width: 680px;
  margin: 0 auto;
}

.command-pills {
  justify-content: center;
}

.download-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.download-card-icon {
  grid-row: auto;
  flex: 0 0 38px;
}

.download-card-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.download-card-copy > span,
.download-card-copy strong,
.download-card-copy small {
  grid-column: auto;
}

.download-card-copy > span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.download-card-copy strong {
  color: var(--text);
  font-size: 1rem;
}

.download-card-copy small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .shape-lab {
    padding-bottom: 52px;
  }

  .shape-lab-panel {
    padding: 14px;
    border-radius: 24px;
  }

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

  .shape-palette button,
  .shape-controls button {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.78rem;
  }
}

.tip-panel {
  text-align: center;
}

.tip-panel span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  border: 1px solid rgba(255, 214, 102, 0.32);
  border-radius: 50%;
  background: rgba(255, 214, 102, 0.08);
}

.tip-panel h2 {
  color: var(--text);
}

.tip-panel:nth-child(2) h2,
.tip-panel:nth-child(5) h2 {
  color: var(--blue);
}

.tip-panel:nth-child(3) h2,
.tip-panel:nth-child(6) h2 {
  color: var(--gold);
}

.eye-free-points article,
.gesture-checklist-grid article {
  text-align: center;
}

.eye-free-points span,
.gesture-checklist-grid span {
  margin-left: auto;
  margin-right: auto;
}

.command-live-preview {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(114, 201, 255, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(114, 201, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow-soft);
}

.command-live-copy {
  text-align: center;
}

.command-live-copy .tester-step {
  margin-top: 4px;
}

.command-live-copy h3 {
  margin: 4px 0 2px;
  color: var(--text);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
}

.command-live-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.command-live-pad-wrap {
  overflow: hidden;
  min-height: 180px;
  border: 1px solid rgba(180, 210, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 210, 255, 0.07) 1px, transparent 1px),
    #071022;
  background-size: 28px 28px;
}

[data-command-live-canvas] {
  display: block;
  width: 100%;
  height: 180px;
}

.try-live-heading {
  max-width: 620px;
  margin: 30px auto 14px;
  text-align: center;
}

.try-live-heading h3 {
  margin-top: 3px;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
}

.try-live-heading p:last-child {
  margin: 6px auto 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.demo-downloads {
  max-width: 920px;
  margin: 22px auto 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.demo-downloads-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.download-heading-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(114, 201, 255, 0.32);
  border-radius: 14px;
  background: rgba(114, 201, 255, 0.1);
  color: var(--blue);
}

.download-heading-icon svg {
  width: 21px;
  height: 21px;
}

.demo-downloads-heading h3 {
  margin: 2px 0 4px;
  color: var(--text);
  font-size: 1.06rem;
}

.demo-downloads-heading p {
  margin: 0;
}

.demo-downloads-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: left;
}

.demo-downloads .download-actions {
  margin-top: 12px;
}

.demo-downloads .import-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .command-live-preview {
    padding: 14px;
    border-radius: 24px;
  }

  .demo-downloads-heading {
    display: grid;
    gap: 4px;
  }

  .demo-downloads-heading p:last-child {
    text-align: left;
  }

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