:root {
  color-scheme: dark;
  --bg: #04060b;
  --surface: rgba(10, 14, 24, 0.9);
  --surface-2: rgba(16, 21, 34, 0.82);
  --line: rgba(156, 179, 230, 0.18);
  --line-strong: rgba(156, 179, 230, 0.32);
  --text: #f4f6fb;
  --muted: #a8b1c7;
  --soft: #d7def0;
  --blue: #6fa8ff;
  --cyan: #4de7ee;
  --green: #54e0a5;
  --ink: #07101d;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(77, 231, 238, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(111, 168, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #04060b 0%, #080b12 52%, #030409 100%);
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.12) 44%, transparent 100%);
  pointer-events: none;
}

.topbar,
.page {
  position: relative;
  z-index: 1;
}

.topbar {
  z-index: 10000;
  overflow: visible;
}

.topbar {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(6, 9, 16, 0.78);
  backdrop-filter: blur(18px);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--ink);
  font-weight: 700;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.brand-tag {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
}

.topnav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.93rem;
}

.topnav a:hover {
  color: var(--text);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.language-switcher button {
  min-width: 34px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.language-switcher button.active {
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 700;
  white-space: nowrap;
}

.share-menu {
  position: relative;
  z-index: 10001;
}

.share-trigger {
  cursor: pointer;
}

.share-panel {
  position: absolute;
  top: calc(100% + 32px);
  right: 0;
  width: max-content;
  max-width: min(920px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid rgba(18, 22, 32, 0.16);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10002;
  color: #0b1220;
  overflow-x: auto;
}

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

.share-panel-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 140px;
}

.share-panel-head strong {
  color: #0b1220;
  font-size: 1rem;
}

.share-close {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(18, 22, 32, 0.12);
  border-radius: 999px;
  color: #0b1220;
  background: #f4f7ff;
  cursor: pointer;
  font-weight: 700;
}

.share-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: visible;
  flex: 1 1 auto;
  padding: 0;
}

.share-panel a,
.share-panel button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(18, 22, 32, 0.12);
  border-radius: 999px;
  color: #0b1220;
  background: #ffffff;
  cursor: pointer;
  font-size: 0.92rem;
  text-align: left;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  flex: 0 0 auto;
  white-space: nowrap;
}

.share-panel a:hover,
.share-panel button:hover {
  border-color: rgba(111, 168, 255, 0.38);
  background: #eaf1ff;
}

.share-copy,
.share-native {
  width: auto;
}

body.share-modal-open {
  overflow: visible;
}

@media (max-width: 760px) {
  .share-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 112px;
    width: auto;
    max-width: none;
    border-radius: 18px;
    overflow-x: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .share-panel-head {
    display: none;
  }

  .share-actions {
    flex-direction: row;
    overflow: visible;
    align-items: center;
  }

  .share-copy,
  .share-native {
    width: auto;
  }
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(84, 224, 165, 0.78);
}

.page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 70px;
}

.section {
  margin-top: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(13, 17, 28, 0.88), rgba(7, 10, 18, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  min-height: calc(100vh - 138px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 32px;
  align-items: center;
}

.eyebrow,
.signal-label,
.stat span,
.value-card span,
.launch-step span,
.proof-line span {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: #a9dff0;
}

.hero h1,
.section-head h2,
.waitlist h2,
.cta h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 11.8ch;
  margin-top: 14px;
  font-size: clamp(3.2rem, 6.2vw, 6rem);
}

.lead,
.section-head p,
.waitlist-copy p,
.manifesto-body p,
.value-card p,
.launch-step p,
.cta p,
.form-note,
.launch-note,
.proto-card figcaption {
  color: var(--muted);
  line-height: 1.58;
}

.lead {
  max-width: 61ch;
  margin: 18px 0 0;
  font-size: 1.08rem;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.92rem;
}

.launch-note {
  max-width: 58ch;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.launch-note strong {
  color: var(--text);
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.primary-btn {
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 14px 36px rgba(77, 231, 238, 0.22);
}

.ghost-btn {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
}

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

.hero-stats {
  margin-top: 28px;
}

.stat,
.value-card,
.launch-step,
.lead-form,
.proof-line,
.signal-card,
.proto-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.stat {
  min-height: 106px;
  padding: 16px;
  border-radius: 16px;
}

.stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1.04rem;
}

.hero-visual {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.md2-orb {
  width: min(100%, 470px);
  min-height: 220px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 38%, rgba(77, 231, 238, 0.18), transparent 7rem),
    linear-gradient(180deg, rgba(12, 17, 29, 0.78), rgba(4, 7, 13, 0.9));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.md2-orb::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(77, 231, 238, 0.12);
  border-radius: 18px;
}

.md2-shell {
  width: 148px;
  height: 148px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(77, 231, 238, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 3rem),
    linear-gradient(180deg, rgba(16, 25, 42, 0.9), rgba(4, 7, 13, 0.96));
  box-shadow:
    0 0 44px rgba(77, 231, 238, 0.16),
    inset 0 0 32px rgba(77, 231, 238, 0.08);
  animation: md2Float 4.6s ease-in-out infinite;
}

.md2-eye {
  width: 26px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, #bffbff, var(--cyan) 45%, var(--blue));
  box-shadow:
    0 0 18px rgba(77, 231, 238, 0.92),
    0 0 42px rgba(111, 168, 255, 0.42);
  animation: md2Blink 5.8s infinite;
}

.md2-eye-right {
  animation-delay: 0.08s;
}

.md2-name {
  position: absolute;
  bottom: 22px;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.22em;
  color: #a9dff0;
  font-size: 0.78rem;
}

.media-stage {
  width: min(100%, 540px);
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  overflow: hidden;
  background: #05070d;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.media-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #06080f;
}

.media-frame img,
.wow-device img,
.showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.media-item.active {
  opacity: 1;
}

.media-stage figcaption {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.media-caption {
  color: var(--soft);
  line-height: 1.45;
}

.media-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.media-dot.active {
  width: 32px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.demo {
  display: grid;
  gap: 24px;
}

.demo-copy h2 {
  max-width: 12ch;
  margin: 12px 0 0;
  color: var(--text);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 0.98;
}

.demo-copy p {
  max-width: 56ch;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}

.video-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070d;
}

.video-card figcaption {
  padding: 12px 14px 14px;
  color: var(--soft);
  line-height: 1.4;
}

.featured-video {
  grid-row: span 3;
}

.signal-card {
  width: min(100%, 470px);
  padding: 16px 18px;
  border-radius: 16px;
}

.signal-title {
  margin-top: 8px;
  font-size: 1.18rem;
  font-weight: 700;
}

.signal-body {
  margin-top: 5px;
  color: var(--muted);
}

.manifesto-copy {
  display: grid;
  gap: 16px;
  max-width: 78ch;
}

.manifesto-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.manifesto {
  background:
    linear-gradient(135deg, rgba(84, 224, 165, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(13, 17, 28, 0.9), rgba(7, 10, 18, 0.96));
}

.manifesto-kicker {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--green);
}

.manifesto h2 {
  max-width: 16ch;
  margin: 12px 0 22px;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  line-height: 0.98;
}

.manifesto-body {
  display: grid;
  gap: 18px;
}

.manifesto-block {
  max-width: 780px;
}

.manifesto-block p,
.manifesto-close p {
  margin: 0;
}

.manifesto-block p + p,
.manifesto-close p + p {
  margin-top: 10px;
}

.lead-block p:first-child {
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.05;
}

.manifesto strong {
  color: var(--text);
}

.extraction-grid,
.droid-promises {
  display: grid;
  gap: 10px;
}

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

.extraction-grid span,
.droid-promises article,
.manifesto-emphasis,
.manifesto-close {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.extraction-grid span {
  min-height: 76px;
  display: flex;
  align-items: end;
  padding: 14px;
  color: var(--soft);
  font-weight: 700;
}

.manifesto-emphasis {
  max-width: none;
  padding: 18px 20px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  line-height: 1.12;
  font-weight: 700;
}

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

.droid-promises article {
  min-height: 132px;
  padding: 16px;
  color: var(--soft);
  line-height: 1.42;
}

.anti-app-line {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(84, 224, 165, 0.28);
  border-radius: 16px;
  color: var(--text);
  background: rgba(84, 224, 165, 0.07);
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
  line-height: 1.12;
  font-weight: 700;
}

.manifesto-close {
  padding: 22px;
}

.manifesto-close h3 {
  max-width: 18ch;
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(1.85rem, 3.4vw, 3.5rem);
  line-height: 0.98;
}

.manifesto-close span {
  display: block;
  margin-top: 20px;
  color: #a9dff0;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.5;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 24px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(77, 231, 238, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(13, 17, 28, 0.92), rgba(7, 10, 18, 0.96));
}

.waitlist h2,
.cta h2 {
  margin-top: 12px;
  max-width: 13ch;
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
}

.waitlist-copy p {
  max-width: 62ch;
  margin: 18px 0 22px;
}

.proof-line {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  margin-top: 10px;
  color: var(--soft);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(4, 7, 13, 0.58);
}

.lead-form-shell {
  display: grid;
  gap: 14px;
}

.waitlist-toggle {
  justify-self: start;
}

.lead-form[hidden] {
  display: none;
}

.form-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 4px;
}

.form-title span {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #a9dff0;
}

.form-title strong {
  font-size: 1.18rem;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  outline: 0;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(77, 231, 238, 0.7);
  box-shadow: 0 0 0 3px rgba(77, 231, 238, 0.1);
}

.lead-form select option {
  color: #111827;
}

.lead-form textarea {
  min-height: 110px;
  padding-top: 14px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  font-size: 0.92rem;
}

.form-note.success {
  color: var(--green);
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.section-head.wide {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  align-items: end;
}

.section-head h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.3vw, 4rem);
}

.section-head p {
  margin: 0;
  max-width: 62ch;
}

.videos-section {
  display: grid;
  gap: 22px;
}

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

.video-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070d;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card figcaption {
  padding: 12px 14px 14px;
  color: var(--soft);
  line-height: 1.45;
}

.support {
  display: grid;
  gap: 22px;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.support-link {
  min-width: 190px;
}

.support-pix {
  max-width: 760px;
}

.support-pix textarea {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  line-height: 1.45;
  word-break: break-all;
}

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

.support-tier {
  display: grid;
  gap: 10px;
  align-content: start;
  text-align: left;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
}

.support-tier strong {
  font-size: 1.55rem;
}

.support-tier p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.support-tier.active {
  border-color: rgba(77, 231, 238, 0.65);
  box-shadow: 0 0 0 2px rgba(77, 231, 238, 0.08);
}

.support-form {
  max-width: 760px;
}

.launch .section-head h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.launch .section-head p {
  max-width: 54ch;
  font-size: 1.02rem;
}

.value-card,
.launch-step {
  min-height: 188px;
  padding: 20px;
  border-radius: 18px;
}

.value-card h3,
.launch-step h3 {
  margin: 30px 0 10px;
  font-size: 1.36rem;
}

.prototype-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 12px;
}

.proto-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
}

.proto-card.large {
  grid-row: span 2;
}

.proto-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.proto-card figcaption {
  padding: 13px 15px 15px;
  background: rgba(5, 7, 13, 0.72);
}

.launch-step span {
  color: var(--green);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta p {
  max-width: 60ch;
  margin: 14px 0 0;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero,
  .waitlist,
  .section-head.wide {
    grid-template-columns: 1fr;
  }

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

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

  .hero {
    min-height: auto;
  }

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

  .value-card,
  .launch-step {
    min-height: auto;
  }

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

  .proto-card.large {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .topbar,
  .page {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
  }

  .topbar {
    flex-wrap: wrap;
    border-radius: 14px;
  }

  .topnav,
  .brand-tag {
    display: none;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .language-switcher button {
    min-width: 0;
    flex: 1;
  }

  .status-chip {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.88rem;
  }

  .section {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 18px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-stats,
  .extraction-grid,
  .droid-promises,
  .support-grid,
  .videos-grid,
  .prototype-grid {
    grid-template-columns: 1fr;
  }

  .waitlist {
    gap: 18px;
  }

  .waitlist h2,
  .demo-copy h2,
  .manifesto h2,
  .cta h2,
  .section-head h2 {
    font-size: 2.35rem;
  }

  .launch .section-head h2 {
    max-width: none;
    font-size: 2.15rem;
  }

  .lead-form {
    padding: 14px;
  }

  .cta {
    display: grid;
    justify-items: start;
  }
}

@keyframes md2Float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes md2Blink {
  0%,
  46%,
  54%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.12);
  }
}

.wow-page {
  width: min(1280px, calc(100% - 32px));
}

.wow-hero {
  min-height: calc(100vh - 98px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 32px;
  align-items: center;
  padding: clamp(22px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(4, 6, 11, 0.98) 0%, rgba(6, 10, 18, 0.82) 48%, rgba(5, 8, 15, 0.95) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.wow-hero > * {
  min-width: 0;
}

.wow-hero h1 {
  max-width: min(10.5ch, calc(100vw - 56px));
  margin: 14px 0 0;
  font-size: clamp(2.9rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.wow-hero .lead,
.wow-hero .hero-actions,
.wow-proof,
.wow-device {
  max-width: calc(100vw - 56px);
}

.wow-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wow-proof span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.045);
}

.wow-device {
  margin: 0;
  position: relative;
  min-height: 590px;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  overflow: hidden;
  background: #05070d;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
}

.wow-device img {
  object-position: center center;
}

.wow-device figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(156, 179, 230, 0.25);
  border-radius: 16px;
  background: rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(18px);
}

.wow-device figcaption strong {
  font-size: 1.18rem;
}

.wow-device figcaption span {
  color: var(--muted);
}

.experience-showcase,
.founder-section {
  display: grid;
  gap: 22px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 14px;
}

.showcase-card {
  margin: 0;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.showcase-card img {
  aspect-ratio: 16 / 10;
  object-position: center top;
}

.showcase-wide {
  grid-row: span 2;
}

.showcase-card figcaption {
  min-height: 72px;
  padding: 14px 16px;
  color: var(--soft);
  line-height: 1.45;
  background: rgba(5, 7, 13, 0.78);
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 24px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(77, 231, 238, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(13, 17, 28, 0.92), rgba(7, 10, 18, 0.96));
}

.join-copy h2,
.founder-section h2,
.final-manifesto h2 {
  max-width: 13ch;
  margin: 12px 0 0;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.join-copy p {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.6;
}

.compact-proof {
  flex-wrap: wrap;
}

.site-footer {
  display: grid;
  gap: 20px;
  padding-bottom: 22px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px 22px;
  align-items: start;
  padding-top: 2px;
}

.footer-top p {
  max-width: 36ch;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 6px;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft);
}

.footer-column a {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-column a:hover {
  color: var(--text);
}

.footer-brand {
  padding-right: 10px;
}

.footer-brand p {
  max-width: 28ch;
}

.footer-brand .eyebrow {
  margin-bottom: 2px;
}

.footer-brand p,
.footer-column a {
  line-height: 1.5;
}

.footer-notes {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.footer-notes p {
  margin: 0 0 8px;
}

.docs-page .section {
  padding: 28px;
}

.docs-hero {
  display: grid;
  gap: 16px;
}

.docs-hero h1,
.docs-page h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.docs-hero p,
.docs-page p {
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
  line-height: 1.65;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.docs-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.docs-card h2,
.docs-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.docs-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.docs-card p + p,
.docs-card li + li {
  margin-top: 8px;
}

.docs-footer {
  display: grid;
  gap: 10px;
}

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

.tiny-links a {
  color: var(--muted);
  font-size: 0.88rem;
}

.tiny-links a:hover {
  color: var(--text);
}

@media (max-width: 1080px) {
  .wow-hero,
  .join-section,
  .section-head.wide,
  .footer-top,
  .docs-grid {
    grid-template-columns: 1fr;
  }

  .wow-device {
    min-height: 480px;
  }

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

  .showcase-wide {
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .wow-hero h1,
  .wow-hero .lead,
  .wow-hero .hero-actions,
  .wow-proof,
  .wow-device {
    max-width: min(100%, 380px);
  }

  .wow-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wow-hero .primary-btn,
  .wow-hero .ghost-btn {
    width: 100%;
  }

  .wow-proof {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wow-page {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
  }

  .wow-hero {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .wow-hero h1 {
    max-width: calc(100vw - 56px);
    font-size: 2.92rem;
    overflow-wrap: break-word;
  }

  .wow-hero .lead {
    max-width: calc(100vw - 56px);
    overflow-wrap: break-word;
  }

  .wow-hero .hero-actions {
    max-width: calc(100vw - 56px);
    display: grid;
    grid-template-columns: 1fr;
  }

  .wow-hero .primary-btn,
  .wow-hero .ghost-btn {
    min-width: 0;
    width: 100%;
  }

  .wow-proof {
    max-width: calc(100vw - 56px);
    display: grid;
    grid-template-columns: 1fr;
  }

  .wow-device {
    max-width: calc(100vw - 56px);
    min-height: 260px;
    border-radius: 18px;
  }

  .wow-device figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .showcase-card {
    min-height: auto;
    border-radius: 16px;
  }

  .showcase-card img {
    aspect-ratio: 4 / 3;
  }

  .join-copy h2,
  .founder-section h2,
  .final-manifesto h2 {
    max-width: none;
    font-size: 2.45rem;
  }
}
