:root {
  color-scheme: light;
  --ink: #0b1830;
  --muted: #587086;
  --blue: #1f62ec;
  --blue-dark: #1049bd;
  --teal: #19aa9d;
  --sky: #edf8ff;
  --sky-strong: #dff2ff;
  --lavender: #f2efff;
  --white: #ffffff;
  --line: rgba(11, 24, 48, 0.12);
  --shadow: 0 30px 80px rgba(26, 80, 146, 0.16);
  --radius-lg: 2rem;
  --radius-md: 1.4rem;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f4b83c;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 0.6rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.container {
  width: min(calc(100% - 3rem), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(15, 57, 107, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.wordmark-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(25, 170, 157, 0.12);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.25rem);
}

.site-nav > a:not(.button) {
  position: relative;
  color: #263c53;
  font-size: 0.9rem;
  font-weight: 650;
}

.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0.28rem auto;
  background: currentColor;
  transition: transform 180ms ease;
}

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.button-small {
  min-height: 2.8rem;
  padding: 0.65rem 1.15rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.86rem;
}

.button-primary,
.button-light {
  position: relative;
  min-width: 12.2rem;
  min-height: 4.25rem;
  padding: 0.72rem 3.4rem 0.72rem 1.35rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1.1;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(31, 98, 236, 0.25);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 20px 36px rgba(31, 98, 236, 0.3);
}

.button-kicker {
  margin-bottom: 0.25rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.75;
  text-transform: uppercase;
}

.button strong {
  font-size: 1rem;
}

.button-arrow {
  position: absolute;
  right: 1.3rem;
  top: 50%;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(8.5rem, 13vw, 11rem) 0 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 67% 37%, rgba(255, 255, 255, 0.96) 0 16%, transparent 42%),
    linear-gradient(122deg, #f3fbff 0%, #e9f7ff 50%, #e3f5ff 100%);
}

.hero-shape {
  position: absolute;
  border-radius: 38% 62% 56% 44% / 46% 42% 58% 54%;
  pointer-events: none;
}

.hero-shape-one {
  width: 25rem;
  height: 22rem;
  top: 8%;
  right: -9rem;
  background: var(--teal);
  transform: rotate(-12deg);
}

.hero-shape-two {
  width: 31rem;
  height: 25rem;
  bottom: -12rem;
  left: -11rem;
  background: #1268c7;
  transform: rotate(14deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(22rem, 0.96fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.45rem;
  color: #42627b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 1.65rem;
  height: 2px;
  background: var(--teal);
}

.hero h1,
.section-heading h2,
.use-cases-intro h2,
.download-panel h2,
.privacy-copy h2 {
  margin: 0;
  font-size: clamp(3.15rem, 6.1vw, 6rem);
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.hero h1 em,
.download-panel h2 em {
  display: block;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero-description {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 2.15rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-tags li {
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(13, 48, 83, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #395570;
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: flex;
  min-height: 35rem;
  align-items: center;
  justify-content: center;
}

.visual-halo {
  position: absolute;
  width: min(34rem, 105%);
  aspect-ratio: 1;
  border: 1px solid rgba(31, 98, 236, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5rem rgba(255, 255, 255, 0.16);
}

.visual-halo::before,
.visual-halo::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(31, 98, 236, 0.12);
  border-radius: 50%;
}

.visual-halo::before {
  inset: 13%;
}

.visual-halo::after {
  inset: 28%;
}

.hero-screenshot {
  position: relative;
  z-index: 2;
  width: min(21rem, 78%);
  margin: 0;
  filter: drop-shadow(0 35px 38px rgba(22, 67, 112, 0.22));
  transform: rotate(1.5deg);
}

.hero-screenshot img {
  width: 100%;
  border-radius: 0.3rem;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(13, 48, 83, 0.1);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(33, 89, 142, 0.14);
  color: #26445f;
  font-size: 0.76rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.floating-note-top {
  top: 16%;
  left: -1rem;
}

.floating-note-bottom {
  right: -2rem;
  bottom: 16%;
}

.note-symbol {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.55rem;
  background: var(--blue);
  color: var(--white);
  font-family: Georgia, serif;
}

.note-status {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(25, 170, 157, 0.12);
}

.hero-footnote {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  color: rgba(35, 65, 92, 0.65);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-footnote .line {
  width: 4rem;
  height: 1px;
  background: rgba(35, 65, 92, 0.25);
}

.section {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.55fr);
  align-items: end;
  gap: 4rem;
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
}

.section-heading h2,
.use-cases-intro h2,
.privacy-copy h2 {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
}

.section-heading > p,
.privacy-copy > p {
  margin: 0 0 0.4rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  padding: clamp(1.5rem, 3.2vw, 2.7rem);
  border: 1px solid rgba(10, 39, 75, 0.07);
  border-radius: var(--radius-lg);
  background: var(--sky);
}

.feature-card-wide {
  grid-column: 1 / -1;
  display: grid;
  min-height: 31rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1.2fr);
  align-items: center;
  background: linear-gradient(135deg, #edf8ff 0%, #e3f4ff 100%);
}

.feature-number {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  color: rgba(11, 24, 48, 0.34);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.feature-content {
  position: relative;
  z-index: 2;
}

.card-label {
  margin: 0 0 1.25rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-content h3 {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.feature-card:not(.feature-card-wide) .feature-content h3 {
  max-width: 24rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.feature-content > p:last-child {
  max-width: 29rem;
  margin: 1.3rem 0 0;
  color: var(--muted);
}

.mini-translator {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 35rem;
  justify-self: end;
  padding: 1.4rem;
  border: 1px solid rgba(20, 69, 126, 0.11);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 55px rgba(33, 88, 140, 0.14);
  transform: rotate(-2deg);
}

.mini-language {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  color: #546b7f;
  font-size: 0.72rem;
  font-weight: 700;
}

.mini-field {
  min-height: 4.5rem;
  padding: 1rem;
  border: 1px solid rgba(10, 39, 75, 0.09);
  border-radius: 0.75rem;
  color: #425a70;
  font-family: Georgia, "Times New Roman", serif;
}

.mini-result {
  background: rgba(31, 98, 236, 0.05);
  color: var(--ink);
}

.mini-divider {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.7rem 0;
  color: var(--blue);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-divider::before,
.mini-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(31, 98, 236, 0.16);
}

.feature-card-ocr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #e7faf6;
}

.scan-frame {
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  width: min(15rem, 45%);
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.48);
  color: #2a5f60;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.scan-frame i {
  position: absolute;
  right: 12%;
  left: 12%;
  height: 2px;
  background: rgba(38, 105, 102, 0.16);
}

.scan-frame i:first-of-type {
  top: 66%;
}

.scan-frame i:last-of-type {
  top: 77%;
}

.corner {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-color: var(--teal);
}

.corner-one {
  top: 0;
  left: 0;
  border-top: 3px solid var(--teal);
  border-left: 3px solid var(--teal);
}

.corner-two {
  top: 0;
  right: 0;
  border-top: 3px solid var(--teal);
  border-right: 3px solid var(--teal);
}

.corner-three {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid var(--teal);
  border-left: 3px solid var(--teal);
}

.corner-four {
  right: 0;
  bottom: 0;
  border-right: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
}

.feature-card-actions {
  background: var(--lavender);
}

.action-row {
  position: absolute;
  right: 2.2rem;
  bottom: 2.2rem;
  left: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.action-row span {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(31, 98, 236, 0.11);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  color: #485d81;
  font-size: 0.7rem;
  font-weight: 750;
  text-align: center;
}

.feature-card-history {
  background: #f8fbfd;
}

.history-lines {
  position: absolute;
  right: 2.2rem;
  bottom: 2.2rem;
  left: 2.2rem;
  display: grid;
  gap: 0.55rem;
}

.history-lines span {
  height: 0.65rem;
  border-radius: 999px;
  background: #dbe8f2;
}

.history-lines span:nth-child(2) {
  width: 76%;
}

.history-lines span:nth-child(3) {
  width: 48%;
  background: #d9d5f8;
}

.how-it-works {
  background: var(--ink);
  color: var(--white);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.62);
}

.how-it-works .section-heading > p {
  color: rgba(255, 255, 255, 0.6);
}

.steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.step {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.step-number {
  color: #69d5c7;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.step h3 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
}

.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.step-mark {
  display: grid;
  width: 5.3rem;
  height: 5.3rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #b9d6ff;
  font-family: Georgia, serif;
  font-size: 1rem;
}

.compatibility-note {
  max-width: 50rem;
  margin: 2rem 0 0 auto;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  text-align: right;
}

.screenshots {
  overflow: hidden;
  background: #f7fbfe;
}

.screenshots-heading {
  grid-template-columns: 1fr auto;
}

.carousel-controls {
  display: flex;
  gap: 0.6rem;
}

.carousel-button {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.1rem;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.carousel-button:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.screenshot-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0 0.15rem 1.5rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(31, 98, 236, 0.3) transparent;
}

.screenshot-card {
  flex: 0 0 clamp(16.5rem, 31vw, 23rem);
  margin: 0;
  scroll-snap-align: start;
}

.screenshot-image-wrap {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: #dff2ff;
}

.screenshot-image-wrap.color-teal {
  background: #dff8f4;
}

.screenshot-image-wrap.color-violet {
  background: #eeeaff;
}

.screenshot-image-wrap.color-blue {
  background: #e3efff;
}

.screenshot-image-wrap img {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 25px 45px rgba(33, 78, 120, 0.16);
  transition: transform 280ms ease;
}

.screenshot-card:hover img {
  transform: translateY(-5px);
}

.screenshot-card figcaption {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
  font-weight: 750;
}

.screenshot-card figcaption span {
  color: var(--blue);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}

.carousel-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.privacy {
  padding-bottom: 0;
}

.privacy-panel {
  position: relative;
  display: grid;
  min-height: 34rem;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
  padding: clamp(2.2rem, 6vw, 5.5rem);
  border-radius: 2.5rem;
  background: linear-gradient(135deg, #1048a9 0%, #1266d7 55%, #1685cc 100%);
  color: var(--white);
}

.privacy-panel::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -5rem;
  bottom: -8rem;
  border-radius: 46% 54% 40% 60%;
  background: var(--teal);
  opacity: 0.75;
}

.privacy-orbit {
  position: relative;
  display: grid;
  width: min(23rem, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.privacy-orbit::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.privacy-orbit div {
  position: relative;
  z-index: 2;
  display: grid;
  width: 7rem;
  height: 7rem;
  place-items: center;
  border-radius: 2rem;
  background: var(--white);
  box-shadow: 0 25px 50px rgba(4, 36, 91, 0.3);
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.orbit-one,
.orbit-two {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.orbit-one {
  top: 12%;
  left: 26%;
}

.orbit-two {
  right: 7%;
  bottom: 28%;
  border-color: #65e2d2;
}

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

.privacy-copy > p {
  max-width: 35rem;
  margin-top: 1.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.privacy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.privacy-points span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 750;
}

.use-cases {
  background: var(--white);
}

.use-cases-intro {
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.use-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.use-case {
  padding: 2.5rem 2rem 1rem;
  border-right: 1px solid var(--line);
}

.use-case:first-child {
  padding-left: 0;
}

.use-case:last-child {
  border-right: 0;
}

.use-case > span {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.use-case h3 {
  margin: 2.5rem 0 0.65rem;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

.use-case p {
  margin: 0;
  color: var(--muted);
}

.download-section {
  padding: 0 0 clamp(2rem, 4vw, 4rem);
}

.download-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem);
  border-radius: 2.5rem;
  background: var(--ink);
  color: var(--white);
}

.download-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  font-size: clamp(3rem, 6.3vw, 6rem);
}

.download-panel h2 em {
  color: #73dbd0;
}

.download-panel > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  margin: 1.7rem 0 2rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
}

.button-light {
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}

.download-shape {
  position: absolute;
  width: 30rem;
  height: 30rem;
  top: -7rem;
  right: -5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6rem rgba(31, 98, 236, 0.1);
}

.download-shape::before {
  content: "A / 文";
  position: absolute;
  inset: 28%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.2);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.site-footer {
  padding: 2.5rem 0 3rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.footer-inner > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.footer-meta a {
  color: var(--ink);
  font-weight: 750;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .menu-toggle {
    display: block;
  }

  .no-js .menu-toggle,
  .no-js .site-nav {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 0.15rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(23, 64, 104, 0.15);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.button) {
    padding: 0.9rem 0.85rem;
    border-bottom: 1px solid var(--line);
  }

  .site-nav > a:not(.button)::after {
    display: none;
  }

  .site-nav .button {
    margin-top: 0.75rem;
  }

  .hero {
    min-height: auto;
    padding-top: 8.5rem;
  }

  .hero-shape-one {
    right: -18rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-copy {
    max-width: 43rem;
  }

  .hero-visual {
    min-height: 38rem;
  }

  .hero-screenshot {
    width: min(22rem, 67%);
  }

  .floating-note-top {
    left: 9%;
  }

  .floating-note-bottom {
    right: 7%;
  }

  .hero-footnote {
    margin-top: 1rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-heading > p {
    max-width: 34rem;
  }

  .feature-card-wide {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 4rem;
  }

  .mini-translator {
    justify-self: start;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .privacy-orbit {
    width: min(18rem, 80%);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 4.65rem;
  }

  .hero {
    padding-top: 7.4rem;
  }

  .hero-shape-one {
    top: 5.5rem;
    right: -4rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
  }

  .hero h1,
  .section-heading h2,
  .use-cases-intro h2,
  .privacy-copy h2,
  .download-panel h2 {
    letter-spacing: -0.055em;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 30rem;
  }

  .hero-screenshot {
    width: min(18rem, 78%);
  }

  .visual-halo {
    width: 29rem;
  }

  .floating-note {
    max-width: 10.5rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.65rem;
  }

  .floating-note-top {
    top: 12%;
    left: 0;
  }

  .floating-note-bottom {
    right: 0;
    bottom: 12%;
  }

  .hero-footnote {
    display: none;
  }

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

  .feature-card,
  .feature-card-wide {
    grid-column: auto;
    min-height: 25rem;
  }

  .feature-card-wide {
    gap: 2rem;
  }

  .mini-translator {
    padding: 1rem;
  }

  .scan-frame {
    top: 2.5rem;
    right: 2rem;
    width: 42%;
  }

  .steps {
    border-top: 0;
  }

  .step {
    grid-template-columns: 2.5rem 1fr;
    align-items: start;
  }

  .step-mark {
    display: none;
  }

  .compatibility-note {
    text-align: left;
  }

  .screenshots-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .screenshots-heading > div:first-child {
    grid-column: 1 / -1;
  }

  .screenshots-heading .carousel-controls {
    grid-column: 2;
  }

  .screenshot-card {
    flex-basis: min(82vw, 20rem);
  }

  .privacy-panel,
  .download-panel {
    border-radius: 1.8rem;
  }

  .privacy-panel {
    min-height: auto;
  }

  .privacy-orbit {
    width: min(15rem, 85%);
  }

  .use-case-list {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .use-case,
  .use-case:first-child {
    padding: 2rem 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .use-case h3 {
    margin-top: 1.2rem;
  }

  .download-shape {
    width: 22rem;
    height: 22rem;
    opacity: 0.55;
  }

  .footer-meta {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.no-js .carousel-controls {
  display: none;
}

@media (forced-colors: active) {
  .wordmark-dot,
  .eyebrow > span,
  .note-status {
    forced-color-adjust: none;
  }
}
