:root {
  --bg: #fffbfe;
  --bg-band: #f7f3fb;
  --surface: #ffffff;
  --surface-soft: #f1ecf7;
  --surface-green: #edf8f2;
  --surface-blue: #eef7ff;
  --text: #1c1b1f;
  --muted: #5d5865;
  --soft-muted: #81798b;
  --primary: #6750a4;
  --primary-strong: #4c358d;
  --primary-soft: #e8ddff;
  --ink: #111827;
  --success: #1f8f55;
  --warning: #b86405;
  --border: #ded8e7;
  --border-strong: #c8bfd6;
  --shadow-sm: 0 10px 26px rgba(34, 28, 47, 0.08);
  --shadow-md: 0 24px 70px rgba(34, 28, 47, 0.14);
  --radius: 8px;
  --max: 1160px;
  --header-height: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(103, 80, 164, 0.08) 0, transparent 520px),
    linear-gradient(135deg, rgba(33, 160, 90, 0.07), transparent 420px),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(103, 80, 164, 0.36);
  outline-offset: 4px;
}

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(255, 251, 254, 0.86);
  border-bottom: 1px solid rgba(222, 216, 231, 0.72);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section,
.hero-content,
.site-footer {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 760;
  line-height: 1;
}

.brand img {
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(103, 80, 164, 0.16);
}

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

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--primary);
  background: rgba(103, 80, 164, 0.08);
}

.nav-links .nav-cta {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(103, 80, 164, 0.2);
}

.nav-links .nav-cta:hover {
  color: #fff;
  background: var(--primary-strong);
}

.nav-toggle {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height) - 22px);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 251, 254, 0.98) 0 50%, rgba(239, 248, 255, 0.86) 62%, rgba(232, 247, 240, 0.82) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--border);
}

.hero-content {
  min-height: calc(100svh - var(--header-height) - 22px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 46px;
  padding: 58px 0 50px;
}

.hero-copy {
  width: min(650px, 100%);
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(54px, 6.5vw, 82px);
  line-height: 0.94;
  font-weight: 840;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
  font-weight: 780;
  letter-spacing: 0;
}

.hero-subcopy {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 760;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 18px 42px rgba(103, 80, 164, 0.22);
}

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

.button-secondary {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(103, 80, 164, 0.22);
}

.button-secondary:hover,
.button-ghost:hover {
  background: rgba(103, 80, 164, 0.08);
}

.button-ghost {
  color: var(--text);
  background: transparent;
  border-color: var(--border);
}

.button-disabled {
  color: var(--soft-muted);
  cursor: default;
}

.button-disabled:hover {
  transform: none;
  background: transparent;
}

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

.platform-option {
  position: relative;
  min-height: 118px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.platform-option::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--primary);
}

.platform-option-android::before {
  background: #23a665;
}

.platform-option-windows::before {
  background: #2383e2;
}

.platform-option-mac::before {
  background: #b97832;
}

.platform-option:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}

.platform-option span,
.platform-option small {
  color: var(--soft-muted);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.platform-option strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.12;
  font-weight: 820;
}

.platform-option[aria-disabled="true"] {
  cursor: default;
}

.platform-option[aria-disabled="true"]:hover {
  transform: none;
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.proof-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(222, 216, 231, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  box-shadow: var(--shadow-sm);
}

.hero-showcase {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(200, 191, 214, 0.76);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 242, 255, 0.92), rgba(238, 247, 255, 0.92) 52%, rgba(237, 248, 242, 0.9));
  box-shadow: var(--shadow-md);
}

.hero-flow-visual {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1.08fr);
  grid-template-areas:
    "rough bridge ready"
    "tags tags tags";
  align-items: center;
  gap: 16px;
}

.visual-panel {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(200, 191, 214, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.visual-panel span,
.workspace-field span {
  color: var(--soft-muted);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.visual-panel strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.22;
}

.visual-panel-left {
  grid-area: rough;
}

.visual-panel-left strong {
  color: var(--muted);
  font-weight: 650;
}

.visual-panel-right {
  grid-area: ready;
  min-height: 220px;
}

.visual-panel-right i {
  width: 2px;
  height: 28px;
  display: block;
  border-radius: 999px;
  background: var(--primary);
}

.visual-bridge {
  grid-area: bridge;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.visual-bridge img {
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(103, 80, 164, 0.18);
}

.visual-bridge-label {
  color: var(--primary-strong);
  font-size: 14px;
  font-weight: 820;
}

.cleanup-tags {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  justify-items: center;
}

.cleanup-tags span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(103, 80, 164, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

.voice-lines {
  width: 96px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.voice-lines span {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9f7cff, var(--primary));
}

.voice-lines span:nth-child(1) { height: 18px; }
.voice-lines span:nth-child(2) { height: 32px; }
.voice-lines span:nth-child(3) { height: 42px; }
.voice-lines span:nth-child(4) { height: 29px; }
.voice-lines span:nth-child(5) { height: 20px; }

.visual-panel-left::after,
.visual-bridge::after {
  content: "";
  width: 34px;
  height: 2px;
  justify-self: end;
  background: var(--primary);
}

.hero-showcase + p {
  margin: 0;
}

.section {
  padding: 82px 0;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-label {
  display: block;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2,
.language-copy h2,
.privacy-copy h2,
.cta-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.06;
  font-weight: 820;
  letter-spacing: 0;
}

.section-heading p,
.language-copy p,
.privacy-copy p,
.cta-section p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.product-section {
  background: linear-gradient(180deg, rgba(255, 251, 254, 0), var(--bg-band) 18%, var(--bg-band) 82%, rgba(255, 251, 254, 0));
}

.promise-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 34px;
}

.promise-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.promise-visual > img {
  width: 100%;
  height: auto;
}

.workspace-visual {
  width: min(100% - 40px, 560px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "email doc"
    "listen listen"
    "chat notes";
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(200, 191, 214, 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(238, 247, 255, 0.72), rgba(255, 255, 255, 0.92) 52%, rgba(237, 248, 242, 0.72));
}

.workspace-field,
.workspace-listening {
  border: 1px solid rgba(200, 191, 214, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.workspace-field {
  min-height: 120px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.workspace-field p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.25;
}

.workspace-email { grid-area: email; }
.workspace-doc { grid-area: doc; }
.workspace-chat { grid-area: chat; }
.workspace-notes { grid-area: notes; }

.workspace-email p {
  border-left: 3px solid #2383e2;
  padding-left: 10px;
}

.workspace-doc p {
  border-left: 3px solid var(--primary);
  padding-left: 10px;
}

.workspace-chat p {
  border-left: 3px solid #23a665;
  padding-left: 10px;
}

.workspace-notes p {
  border-left: 3px solid #d28b25;
  padding-left: 10px;
}

.workspace-listening {
  grid-area: listen;
  justify-self: center;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}

.workspace-listening img {
  border-radius: 11px;
}

.workspace-listening div {
  display: grid;
  gap: 2px;
}

.workspace-listening strong {
  color: var(--ink);
  line-height: 1.1;
}

.workspace-listening span {
  color: var(--soft-muted);
  font-size: 13px;
  font-weight: 720;
}

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

.promise-steps article,
.platform-card,
.value-grid article,
.trust-grid div {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.promise-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 4px;
  padding: 22px;
}

.promise-steps span {
  grid-row: span 2;
  color: var(--primary);
  font-size: 13px;
  font-weight: 840;
}

.promise-steps h3,
.platform-card h3,
.value-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
  font-weight: 800;
}

.promise-steps p,
.platform-card p,
.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

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

.platform-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.platform-card-live {
  border-color: rgba(35, 166, 101, 0.28);
  background: linear-gradient(180deg, #fff, var(--surface-green));
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft-muted);
  font-size: 13px;
  font-weight: 760;
}

.status {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 820;
}

.status-live {
  color: #0f6d3c;
  background: rgba(33, 160, 90, 0.13);
}

.status-beta {
  color: var(--primary-strong);
  background: rgba(103, 80, 164, 0.12);
}

.status-next {
  color: var(--warning);
  background: rgba(251, 140, 0, 0.13);
}

.text-link {
  margin-top: auto;
  color: var(--primary);
  font-weight: 820;
}

.text-link:hover {
  color: var(--primary-strong);
}

.text-link-static {
  color: var(--soft-muted);
}

.text-link-static:hover {
  color: var(--soft-muted);
}

.beta-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(115deg, rgba(255, 251, 254, 0.98) 0 46%, rgba(238, 247, 255, 0.92) 68%, rgba(237, 248, 242, 0.88) 100%);
}

.beta-hero-content {
  width: min(100% - 40px, var(--max));
  min-height: calc(100svh - var(--header-height) - 80px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: 56px;
  margin: 0 auto;
  padding: 70px 0;
}

.beta-copy h1 {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.96;
  font-weight: 840;
  letter-spacing: 0;
}

.beta-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.beta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.beta-points span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(222, 216, 231, 0.86);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 13px;
  font-weight: 740;
  box-shadow: var(--shadow-sm);
}

.beta-form-panel {
  padding: 26px;
  border: 1px solid rgba(200, 191, 214, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
}

.beta-form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.beta-form-heading img {
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(103, 80, 164, 0.18);
}

.beta-form-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.12;
}

.beta-form-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.beta-form {
  display: grid;
  gap: 12px;
}

.beta-form label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.beta-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.beta-form input:focus {
  border-color: rgba(103, 80, 164, 0.58);
  outline: 3px solid rgba(103, 80, 164, 0.18);
}

.beta-form button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-hint,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  min-height: 20px;
}

.form-status[data-tone="success"] {
  color: #0f6d3c;
}

.form-status[data-tone="error"] {
  color: #9f1d1d;
}

.form-status[data-tone="pending"] {
  color: var(--primary-strong);
}

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

.beta-detail-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.beta-detail-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

.beta-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.value-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 42px;
}

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

.value-grid article {
  min-height: 210px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.language-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 42px;
  padding: 66px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.language-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.language-cloud span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: #423b4e;
  font-weight: 720;
  box-shadow: 0 8px 18px rgba(34, 28, 47, 0.05);
}

.privacy-section {
  width: min(100% - 40px, var(--max));
}

.privacy-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 38px;
  padding: 38px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, #1d1b2f, #20233d 52%, #312750);
  box-shadow: 0 28px 72px rgba(31, 24, 47, 0.24);
}

.privacy-copy h2 {
  color: #fff;
}

.privacy-copy .section-label {
  color: #d8ccff;
}

.privacy-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.trust-grid {
  display: grid;
  gap: 12px;
}

.trust-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.trust-grid strong {
  color: #fff;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  align-items: center;
  gap: 34px;
  padding-top: 70px;
}

.cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  padding: 34px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
}

.site-footer p,
.footer-links a {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a:hover {
  color: var(--primary);
}

@media (max-width: 1050px) {
  .hero::before {
    background:
      radial-gradient(circle at 84% 18%, rgba(212, 237, 228, 0.5), transparent 34%),
      linear-gradient(180deg, rgba(255, 251, 254, 0.98), rgba(255, 251, 254, 0.92));
  }

  .hero-content {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 64px;
  }

  .promise-grid,
  .value-section,
  .language-section,
  .privacy-panel,
  .cta-section,
  .beta-hero-content {
    grid-template-columns: 1fr;
  }

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

  .platform-card {
    min-height: auto;
  }

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

  .language-cloud,
  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 62px;
  }

  .nav-shell,
  .section,
  .hero-content,
  .beta-hero-content,
  .privacy-section,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .nav-shell {
    gap: 14px;
  }

  .brand {
    gap: 9px;
    font-size: 17px;
  }

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

  .nav-toggle {
    width: 38px;
    height: 38px;
    display: inline-flex;
  }

  body.nav-open {
    overflow: auto;
  }

  .nav-links {
    position: fixed;
    inset: calc(var(--header-height) + 8px) 14px auto;
    width: min(250px, calc(100vw - 28px));
    left: auto;
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 4px;
    padding: 8px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-md);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    min-height: 36px;
    justify-content: flex-start;
    padding: 0 11px;
  }

  .nav-links .nav-cta {
    justify-content: center;
    margin-top: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    gap: 30px;
    padding: 38px 0 44px;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: 48px;
  }

  .hero-lede {
    font-size: 30px;
  }

  .hero-subcopy {
    margin-top: 18px;
  }

  .hero-subcopy,
  .section-heading p,
  .language-copy p,
  .privacy-copy p,
  .cta-section p {
    font-size: 16px;
  }

  .platform-picker,
  .hero-flow-visual,
  .workspace-visual {
    grid-template-columns: 1fr;
  }

  .platform-picker {
    gap: 9px;
    margin-top: 24px;
  }

  .workspace-visual {
    grid-template-areas:
      "email"
      "doc"
      "listen"
      "chat"
      "notes";
    width: min(100% - 24px, 480px);
    padding: 14px;
  }

  .hero-showcase {
    padding: 14px;
  }

  .hero-flow-visual {
    grid-template-areas:
      "rough"
      "bridge"
      "ready"
      "tags";
    min-height: auto;
    gap: 12px;
  }

  .visual-panel,
  .visual-panel-right {
    min-height: 108px;
    padding: 16px;
  }

  .visual-panel strong {
    font-size: 15px;
  }

  .visual-bridge {
    gap: 6px;
  }

  .visual-bridge img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .voice-lines {
    height: 34px;
    transform: scale(0.82);
  }

  .platform-option {
    min-height: 62px;
    align-content: center;
    gap: 2px;
    padding: 10px 14px;
  }

  .platform-option strong {
    font-size: 17px;
  }

  .platform-option span,
  .platform-option small {
    font-size: 11px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(255, 251, 254, 0.97), rgba(255, 251, 254, 0.94));
  }

  .proof-strip span {
    width: auto;
    min-height: 32px;
    justify-content: flex-start;
    padding-inline: 10px;
    font-size: 12px;
  }

  .section {
    padding: 56px 0;
  }

  .section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .promise-visual {
    min-height: auto;
    padding: 14px 0;
  }

  .workspace-field {
    min-height: auto;
  }

  .workspace-listening {
    justify-self: stretch;
    min-width: 0;
  }

  .promise-steps article {
    grid-template-columns: 1fr;
    padding: 18px;
  }

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

  .value-grid article {
    min-height: auto;
    padding: 18px;
  }

  .language-section {
    padding: 52px 0;
    gap: 26px;
  }

  .language-cloud {
    gap: 8px;
  }

  .language-cloud span {
    min-height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }

  .privacy-panel {
    min-width: 0;
    gap: 24px;
    padding: 24px;
  }

  .trust-grid div {
    padding: 14px;
  }

  .platform-card {
    min-height: auto;
    gap: 14px;
    padding: 20px;
  }

  .cta-section {
    padding-top: 56px;
  }

  .beta-hero-content {
    min-height: auto;
    gap: 26px;
    padding: 40px 0;
  }

  .beta-copy h1 {
    font-size: 38px;
    line-height: 1;
  }

  .beta-copy p {
    margin-top: 18px;
    font-size: 16px;
  }

  .beta-form-panel {
    padding: 18px;
  }

  .beta-form-heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .beta-form-heading h2 {
    font-size: 28px;
  }

  .beta-form-heading p {
    font-size: 15px;
  }

  .beta-form input {
    min-height: 48px;
  }

  .beta-detail-grid article {
    min-height: auto;
    padding: 20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-lede {
    font-size: 28px;
  }

  .section-heading h2,
  .language-copy h2,
  .privacy-copy h2,
  .cta-section h2,
  .beta-copy h1 {
    font-size: 30px;
  }

  .beta-form-heading {
    display: grid;
  }

  .beta-form-heading h2 {
    font-size: 26px;
  }
}

@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;
  }
}
