@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/homememory/assets/geist-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/homememory/assets/geist-mono-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Fallback";
  src: local("Arial");
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0%;
  size-adjust: 104.76%;
}

:root {
  --ink: #050814;
  --navy: #07111f;
  --product-blue: #00298f;
  --product-bright: #0040e0;
  --brand-blue: #1e7bff;
  --brand-cyan: #20e6ff;
  --muted: #5b6472;
  --muted-light: #6c7480;
  --page: #fbfcfe;
  --page-alt: #f7fafd;
  --line: rgba(7, 17, 31, 0.1);
  --white: #fff;
  --radius-lg: 32px;
  --radius-md: 24px;
  --shadow-soft: 0 24px 80px rgba(7, 17, 31, 0.12);
  --shell: 1152px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family:
    "Geist",
    "Geist Fallback",
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

button {
  font: inherit;
}

::selection {
  background: rgba(30, 123, 255, 0.18);
  color: var(--ink);
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--white);
  padding: 12px 18px;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

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

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(7, 17, 31, 0.05);
  background: rgba(251, 252, 254, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-link {
  flex: 0 0 auto;
  border-radius: 6px;
}

.brand-logo {
  width: 168px;
  height: auto;
}

.primary-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 28px;
}

.primary-nav a,
.nav-demo-trigger {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.primary-nav a:hover,
.nav-demo-trigger:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--brand-blue);
}

.nav-demo-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  border-color: var(--line);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 17, 31, 0.04);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(0, 41, 143, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-dark-outline {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.button-disabled {
  cursor: not-allowed;
  opacity: 0.78;
  pointer-events: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--brand-cyan);
  outline-offset: 4px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
}

.hero-glow-one {
  top: 70px;
  left: 52%;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(32, 230, 255, 0.18),
    rgba(30, 123, 255, 0.09) 42%,
    transparent 70%
  );
}

.hero-glow-two {
  bottom: -280px;
  left: -180px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(0, 64, 224, 0.08),
    transparent 68%
  );
}

.hero-layout {
  display: grid;
  min-height: 730px;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: 58px;
  padding-top: 72px;
  padding-bottom: 82px;
}

.product-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}

.product-lockup img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 41, 143, 0.16);
}

.eyebrow {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  margin-top: 36px;
}

.eyebrow-cyan {
  color: var(--brand-cyan);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: normal;
}

h1 {
  max-width: 720px;
  margin-bottom: 0;
  margin-top: 24px;
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 600;
  line-height: 0.98;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

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

.pending-note {
  display: flex;
  margin: 16px 0 0;
  align-items: center;
  gap: 9px;
  color: var(--muted-light);
  font-size: 13px;
}

.pending-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--product-bright);
  box-shadow: 0 0 0 5px rgba(0, 64, 224, 0.08);
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(0, 64, 224, 0.1);
  border-radius: 50%;
}

.orbit-one {
  inset: 28px 0 4px 20px;
}

.orbit-two {
  inset: 100px 60px 64px 80px;
}

.phone {
  position: relative;
  overflow: hidden;
  border: 9px solid #080a10;
  border-radius: 45px;
  background: #080a10;
  box-shadow:
    0 34px 70px rgba(7, 17, 31, 0.19),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.phone img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.phone-speaker {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 28%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #080a10;
}

.phone-hero {
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 2;
  width: 315px;
  aspect-ratio: 852 / 1846;
  transform: rotate(-2deg);
}

.phone-rear {
  position: absolute;
  top: 84px;
  right: 2px;
  z-index: 1;
  width: 258px;
  aspect-ratio: 852 / 1846;
  transform: rotate(5deg);
  opacity: 0.94;
}

.floating-result {
  position: absolute;
  right: 5px;
  bottom: 35px;
  z-index: 4;
  display: flex;
  max-width: 285px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 17px;
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.16);
  backdrop-filter: blur(18px);
}

.floating-result .spark {
  color: var(--product-bright);
  font-size: 24px;
}

.floating-result div {
  display: grid;
  gap: 3px;
}

.floating-result strong {
  font-size: 14px;
  font-weight: 600;
}

.floating-result div span {
  color: var(--muted);
  font-size: 12px;
}

.thesis {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding: 104px 0;
}

.thesis-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 14%, rgba(32, 230, 255, 0.14), transparent 34%),
    radial-gradient(circle at 85% 76%, rgba(30, 123, 255, 0.12), transparent 32%);
}

.thesis-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
}

.thesis h2 {
  max-width: 640px;
  margin: 20px 0 0;
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.thesis-copy p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.8;
}

.thesis-path {
  display: flex;
  margin-top: 72px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 25px 0;
}

.thesis-path span {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.thesis-path i {
  height: 1px;
  flex: 1;
  margin: 0 22px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan));
  opacity: 0.55;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.privacy-copy h2 {
  margin: 20px 0 0;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-heading.centered > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.demo {
  background:
    radial-gradient(circle at 12% 0%, rgba(32, 230, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #07111f, #050814);
  color: var(--white);
}

.demo .eyebrow {
  color: var(--brand-cyan);
}

.demo .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.video-poster {
  position: relative;
  min-height: 560px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 72% 20%, rgba(32, 230, 255, 0.22), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(0, 64, 224, 0.28), transparent 36%),
    linear-gradient(135deg, #050814 0%, #071b3d 56%, #00298f 100%);
  box-shadow: var(--shadow-soft);
}

.video-poster::after {
  position: absolute;
  inset: 0;
  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: 40px 40px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.poster-copy {
  position: absolute;
  top: 50%;
  left: 64px;
  z-index: 4;
  display: grid;
  width: min(430px, 44%);
  transform: translateY(-50%);
  gap: 18px;
  color: var(--white);
}

.poster-kicker {
  color: var(--brand-cyan);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.poster-copy strong {
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.05;
}

.poster-status {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.poster-phones {
  position: absolute;
  inset: 0 0 0 48%;
  z-index: 2;
}

.poster-screen {
  position: absolute;
  top: 55px;
  width: 255px;
  aspect-ratio: 852 / 1846;
  overflow: hidden;
  border: 8px solid rgba(5, 8, 20, 0.94);
  border-radius: 38px;
  background: var(--ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.poster-screen img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.poster-screen-left {
  left: 26px;
  transform: rotate(-5deg);
}

.poster-screen-right {
  right: 34px;
  transform: rotate(6deg);
}

.play-placeholder {
  position: absolute;
  right: 39%;
  bottom: 45px;
  z-index: 5;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
  cursor: not-allowed;
  backdrop-filter: blur(12px);
}

.play-placeholder span {
  margin-left: 3px;
  font-size: 22px;
}

.steps {
  background: var(--page);
}

.step-list {
  display: grid;
  margin-top: 72px;
  gap: 28px;
}

.step-row {
  display: grid;
  min-height: 620px;
  overflow: hidden;
  grid-template-columns: 0.82fr 1.18fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.step-row-reverse {
  grid-template-columns: 1.18fr 0.82fr;
}

.step-row-reverse .step-copy {
  order: 2;
}

.step-row-reverse .screen-stage {
  order: 1;
}

.step-copy {
  display: flex;
  padding: 62px;
  flex-direction: column;
  justify-content: center;
}

.step-number {
  color: var(--brand-blue);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 13px;
}

.step-copy h3 {
  margin: 22px 0 0;
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 600;
  line-height: 1.08;
}

.step-copy > p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.quiet-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.quiet-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--product-bright);
  content: "";
}

.screen-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.screen-stage::before,
.screen-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.screen-stage::before {
  top: -90px;
  right: -60px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.screen-stage::after {
  bottom: -180px;
  left: -100px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.stage-sky {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(145deg, #e9f7ff, #c3ddff);
}

.stage-blue {
  background:
    radial-gradient(circle at 22% 12%, rgba(32, 230, 255, 0.32), transparent 32%),
    linear-gradient(145deg, #002075, #0040e0);
}

.stage-cyan {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.8), transparent 30%),
    linear-gradient(145deg, #d9fbff, #a7d7ff);
}

.stage-ink {
  background:
    radial-gradient(circle at 72% 16%, rgba(32, 230, 255, 0.22), transparent 30%),
    linear-gradient(145deg, #050814, #102952);
}

.phone-step {
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 2;
  width: 270px;
  aspect-ratio: 852 / 1846;
  transform: translateX(-50%);
}

.useful {
  background: var(--page-alt);
}

.benefit-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  padding: 32px;
}

.benefit-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #002075, #0040e0);
  color: var(--white);
  font-size: 24px;
  box-shadow: 0 15px 35px rgba(0, 41, 143, 0.18);
}

.benefit-card h3 {
  margin: 48px 0 0;
  font-size: 24px;
  font-weight: 600;
}

.benefit-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.lists-feature {
  display: grid;
  min-height: 590px;
  margin-top: 28px;
  overflow: hidden;
  grid-template-columns: 0.85fr 1.15fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.lists-copy {
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: center;
}

.lists-copy h3 {
  margin: 20px 0 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}

.lists-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.lists-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 16%, rgba(32, 230, 255, 0.25), transparent 30%),
    linear-gradient(145deg, #edf7ff, #c4dcff);
}

.lists-visual::before {
  position: absolute;
  top: 88px;
  left: 50%;
  width: 480px;
  height: 480px;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 64, 224, 0.14);
  border-radius: 50%;
  content: "";
}

.phone-list {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 280px;
  aspect-ratio: 852 / 1846;
  transform: translateX(-50%) rotate(2deg);
}

.privacy {
  background: var(--page);
}

.privacy-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 86px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 0%, rgba(32, 230, 255, 0.16), transparent 32%),
    linear-gradient(145deg, #07111f, #050814);
  padding: 72px;
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.privacy-copy h2 {
  max-width: 560px;
  margin-top: 20px;
}

.privacy-copy > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 10px;
  color: var(--brand-cyan);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.privacy-points {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.privacy-points > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 25px 0;
  column-gap: 18px;
}

.privacy-points span {
  grid-row: span 2;
  color: var(--brand-cyan);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 13px;
}

.privacy-points strong {
  font-size: 17px;
}

.privacy-points p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.future-note {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--page-alt);
  padding: 60px 0;
}

.future-layout {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: start;
  gap: 28px;
}

.future-symbol {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(0, 64, 224, 0.14);
  border-radius: 22px;
  background: var(--white);
  color: var(--product-bright);
  font-size: 34px;
}

.future-layout h2 {
  margin: 16px 0 0;
  font-size: 30px;
  font-weight: 600;
}

.future-layout p:last-child {
  max-width: 790px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.closing {
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 64, 224, 0.14), transparent 30%),
    linear-gradient(180deg, #07111f, #050814);
}

.closing-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 230, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #102a4b, #081941 62%, #080d1f);
  padding: 78px 50px;
  color: var(--white);
  text-align: center;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.closing-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 230, 255, 0.2), transparent 36%),
    radial-gradient(circle at 12% 85%, rgba(0, 64, 224, 0.25), transparent 32%);
}

.closing-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 30px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.closing-panel h2 {
  max-width: 780px;
  margin: 20px auto 0;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
}

.closing-panel > p {
  max-width: 650px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

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

.closing-pending {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

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

.footer-inner {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo {
  width: 128px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
}

body.modal-open {
  overflow: hidden;
}

.demo-modal {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  overflow: auto;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--white);
  padding: 0;
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(5, 8, 20, 0.38);
}

.demo-modal::backdrop {
  background: rgba(5, 8, 20, 0.76);
  backdrop-filter: blur(10px);
}

.demo-modal-panel {
  position: relative;
  padding: 38px;
}

.demo-modal-header {
  max-width: 720px;
  padding-right: 64px;
}

.demo-modal-header h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
}

.demo-modal-header > p:last-child {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.demo-modal-close {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 7;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--page-alt);
  color: var(--ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.demo-modal-close:hover {
  border-color: rgba(0, 64, 224, 0.24);
  background: rgba(30, 123, 255, 0.08);
}

.demo-modal-close svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.demo-modal .video-poster {
  min-height: 520px;
  margin-top: 32px;
}

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

.memory {
  background: var(--page);
}

.memory-panel {
  position: relative;
  display: grid;
  min-height: 590px;
  overflow: hidden;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 0%, rgba(32, 230, 255, 0.15), transparent 34%),
    linear-gradient(145deg, #07111f, #050814);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.memory-copy {
  display: flex;
  padding: 72px;
  flex-direction: column;
  justify-content: center;
}

.memory-copy h2 {
  max-width: 540px;
  margin: 20px 0 0;
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.memory-copy > p:last-child {
  max-width: 550px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.8;
}

.memory-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(32, 230, 255, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(0, 41, 143, 0.28), rgba(0, 64, 224, 0.56));
}

.memory-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.memory-phone {
  position: absolute;
  top: 56px;
  width: 250px;
  aspect-ratio: 852 / 1846;
  overflow: hidden;
  border: 8px solid #080a10;
  border-radius: 39px;
  background: #080a10;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.memory-phone img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.memory-phone-capture {
  left: 10%;
  transform: rotate(-5deg);
}

.memory-phone-review {
  right: 7%;
  transform: rotate(5deg);
}

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

.use-case-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.use-case-card {
  position: relative;
  display: flex;
  min-height: 390px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  padding: 34px;
}

.use-case-card::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(0, 64, 224, 0.1);
  border-radius: 50%;
  content: "";
}

.use-case-card-blue {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 88% 6%, rgba(32, 230, 255, 0.22), transparent 32%),
    linear-gradient(145deg, #002075, #0040e0);
  color: var(--white);
}

.use-case-card-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 90% 8%, rgba(30, 123, 255, 0.2), transparent 32%),
    linear-gradient(145deg, #07111f, #050814);
  color: var(--white);
}

.use-case-number {
  color: var(--brand-blue);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 13px;
}

.use-case-card-blue .use-case-number,
.use-case-card-dark .use-case-number {
  color: var(--brand-cyan);
}

.use-case-card h3 {
  margin: 54px 0 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
}

.use-case-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.use-case-card-blue p,
.use-case-card-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.search-example {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 48px;
  margin-top: auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 999px;
  background: var(--page-alt);
  padding: 11px 15px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.search-example svg {
  flex: 0 0 auto;
  stroke: var(--product-bright);
  stroke-linecap: round;
  stroke-width: 1.5;
}

.use-case-card-blue .search-example,
.use-case-card-dark .search-example {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.use-case-card-blue .search-example svg,
.use-case-card-dark .search-example svg {
  stroke: var(--brand-cyan);
}

.how {
  background:
    radial-gradient(circle at 84% 0%, rgba(0, 64, 224, 0.18), transparent 32%),
    linear-gradient(180deg, #07111f, #050814);
  color: var(--white);
}

.how .eyebrow {
  color: var(--brand-cyan);
}

.how-heading {
  display: block;
}

.how-heading .section-heading {
  max-width: 1040px;
}

.carousel {
  position: relative;
  width: min(calc(100% + 120px), calc(100vw - 40px));
  margin-top: 58px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-inline: 56px;
  outline: none;
}

.carousel-viewport:focus-visible {
  border-radius: var(--radius-lg);
  outline: 3px solid var(--brand-cyan);
  outline-offset: 6px;
}

.carousel-viewport {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(7, 17, 31, 0.08);
  cursor: pointer;
  touch-action: pan-y;
  user-select: none;
}

.carousel-track {
  display: flex;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.carousel-slide {
  display: grid;
  min-width: 100%;
  min-height: 590px;
  grid-template-columns: 0.82fr 1.18fr;
}

.carousel-copy {
  display: flex;
  padding: 62px;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
}

.carousel-copy .step-number {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.carousel-copy h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.carousel-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.carousel-stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  cursor: pointer;
}

.carousel-stage img {
  -webkit-user-drag: none;
  user-select: none;
}

.carousel-stage::before,
.carousel-stage::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
}

.carousel-stage::before {
  top: -90px;
  right: -60px;
  width: 360px;
  height: 360px;
}

.carousel-stage::after {
  bottom: -190px;
  left: -90px;
  width: 430px;
  height: 430px;
}

.phone-carousel {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 2;
  width: 270px;
  aspect-ratio: 852 / 1846;
  transform: translateX(-50%);
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 33px);
  bottom: auto;
  z-index: 4;
  display: grid;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(5, 8, 20, 0.78);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(5, 8, 20, 0.2);
  backdrop-filter: blur(12px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.carousel-arrow svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.carousel-arrow:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(0, 41, 143, 0.92);
}

.carousel-arrow-prev {
  left: 0;
}

.carousel-arrow-next {
  right: 0;
}

.carousel-dots {
  display: flex;
  margin-top: 22px;
  justify-content: center;
  gap: 4px;
}

.carousel-dots [data-carousel-dot] {
  position: relative;
  display: block;
  width: 28px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.carousel-dots [data-carousel-dot]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  content: "";
  transition:
    width 180ms ease,
    background 180ms ease;
}

.carousel-dots [data-carousel-dot][aria-current="true"]::after {
  width: 24px;
  border-radius: 999px;
  background: var(--brand-cyan);
}

.carousel-dots [data-carousel-dot]:focus-visible {
  border-radius: 50%;
  outline: 3px solid var(--brand-cyan);
  outline-offset: 0;
}

@media (max-width: 1040px) {
  .hero-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 30px;
  }

  .phone-hero {
    left: 15px;
    width: 285px;
  }

  .phone-rear {
    right: -30px;
    width: 230px;
  }

  .floating-result {
    right: -10px;
  }

  .poster-screen {
    width: 220px;
  }

  .poster-screen-right {
    right: 18px;
  }

  .poster-copy {
    left: 48px;
  }

  .step-copy,
  .lists-copy {
    padding: 46px;
  }

  .privacy-panel {
    gap: 56px;
    padding: 58px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(var(--shell), calc(100% - 48px));
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    width: 148px;
  }

  .primary-nav {
    display: none;
  }

  .hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .hero-copy {
    max-width: 660px;
  }

  .hero-visual {
    width: min(570px, 100%);
    min-height: 590px;
    margin: 34px auto 0;
  }

  .phone-hero {
    left: 56px;
  }

  .phone-rear {
    right: 18px;
  }

  .floating-result {
    right: 18px;
  }

  .thesis-layout,
  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .thesis {
    padding: 88px 0;
  }

  .section {
    padding: 88px 0;
  }

  .video-poster {
    min-height: 720px;
  }

  .poster-copy {
    top: 56px;
    left: 46px;
    width: calc(100% - 92px);
    transform: none;
  }

  .poster-phones {
    inset: 260px 0 0;
  }

  .poster-screen {
    top: 24px;
  }

  .poster-screen-left {
    left: 14%;
  }

  .poster-screen-right {
    right: 14%;
  }

  .play-placeholder {
    right: 50%;
    bottom: 32px;
    transform: translateX(50%);
  }

  .step-row,
  .step-row-reverse {
    grid-template-columns: 1fr 1fr;
  }

  .step-copy {
    padding: 40px;
  }

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

  .benefit-card {
    min-height: 0;
  }

  .benefit-card h3 {
    margin-top: 34px;
  }

  .lists-feature {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .lists-copy {
    padding: 42px;
  }

  .privacy-panel {
    padding: 54px;
  }

  .footer-inner {
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .footer-links {
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(var(--shell), calc(100% - 40px));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-logo {
    width: 128px;
  }

  .header-inner .button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .hero-layout {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .hero-copy > .eyebrow {
    margin-top: 30px;
  }

  h1 {
    margin-top: 20px;
    font-size: clamp(45px, 13vw, 60px);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 480px;
    margin-top: 20px;
  }

  .phone-hero {
    left: 2px;
    width: min(255px, 68vw);
  }

  .phone-rear {
    top: 76px;
    right: -20px;
    width: min(205px, 54vw);
  }

  .floating-result {
    right: 0;
    bottom: 10px;
    max-width: 250px;
  }

  .thesis,
  .section {
    padding: 76px 0;
  }

  .thesis-layout {
    gap: 36px;
  }

  .thesis h2,
  .section-heading h2,
  .privacy-copy h2,
  .closing-panel h2 {
    font-size: 38px;
  }

  .thesis-copy p,
  .section-heading > p:last-child {
    font-size: 16px;
  }

  .thesis-path {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .thesis-path span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0;
  }

  .thesis-path span:nth-of-type(even) {
    text-align: right;
  }

  .thesis-path i {
    display: none;
  }

  .video-poster {
    min-height: 670px;
    margin-top: 42px;
  }

  .poster-copy {
    top: 38px;
    left: 28px;
    width: calc(100% - 56px);
  }

  .poster-copy strong {
    font-size: 34px;
  }

  .poster-phones {
    inset: 250px 0 0;
  }

  .poster-screen {
    top: 30px;
    width: 190px;
  }

  .poster-screen-left {
    left: -5px;
  }

  .poster-screen-right {
    right: -5px;
  }

  .step-list {
    margin-top: 50px;
  }

  .step-row,
  .step-row-reverse {
    grid-template-columns: 1fr;
  }

  .step-row-reverse .step-copy,
  .step-row-reverse .screen-stage {
    order: initial;
  }

  .step-copy {
    padding: 38px 30px 42px;
  }

  .step-copy h3 {
    font-size: 34px;
  }

  .screen-stage {
    min-height: 560px;
  }

  .phone-step {
    top: 42px;
    width: 250px;
  }

  .benefit-grid {
    margin-top: 44px;
  }

  .lists-feature {
    min-height: 1000px;
    grid-template-columns: 1fr;
  }

  .lists-copy {
    padding: 42px 30px;
  }

  .lists-copy h3 {
    font-size: 34px;
  }

  .lists-visual {
    min-height: 620px;
  }

  .privacy-panel {
    width: calc(100% - 24px);
    gap: 42px;
    padding: 48px 28px;
  }

  .future-layout {
    grid-template-columns: 1fr;
  }

  .future-symbol {
    width: 62px;
    height: 62px;
  }

  .future-layout h2 {
    font-size: 28px;
  }

  .closing-panel {
    padding: 58px 24px;
  }

  .closing-actions {
    display: grid;
  }

  .closing-actions .button {
    width: 100%;
  }

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

  .footer-links {
    align-items: flex-start;
  }
}

@media (max-width: 1040px) {
  .memory-copy {
    padding: 54px;
  }

  .memory-phone {
    width: 220px;
  }

  .use-case-card {
    padding: 28px;
  }

  .carousel-copy {
    padding: 48px;
  }

  .carousel {
    width: calc(100vw - 24px);
    padding-inline: 50px;
  }

}

@media (max-width: 820px) {
  .carousel {
    width: calc(100vw - 8px);
    padding-inline: 50px;
  }

  .demo-modal-panel {
    padding: 32px;
  }

  .demo-modal .video-poster {
    min-height: 700px;
  }

  .memory-panel {
    grid-template-columns: 1fr;
  }

  .memory-copy {
    padding: 58px;
  }

  .memory-visual {
    min-height: 570px;
  }

  .memory-phone {
    width: 245px;
  }

  .memory-phone-capture {
    left: 16%;
  }

  .memory-phone-review {
    right: 14%;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-card {
    min-height: 300px;
    padding: 34px;
  }

  .carousel-slide {
    min-height: 560px;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .carousel-stage {
    min-height: 560px;
  }

  .carousel-copy {
    padding: 40px;
  }

  .phone-carousel {
    width: 250px;
  }
}

@media (max-width: 620px) {
  .demo-modal {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 24px;
  }

  .demo-modal-panel {
    padding: 26px 20px 20px;
  }

  .demo-modal-header {
    padding-right: 52px;
  }

  .demo-modal-header h2 {
    font-size: 34px;
  }

  .demo-modal-header > p:last-child {
    font-size: 15px;
  }

  .demo-modal-close {
    top: 20px;
    right: 20px;
  }

  .demo-modal .video-poster {
    min-height: 640px;
    margin-top: 24px;
  }

  .memory-panel {
    width: calc(100% - 40px);
    min-height: 0;
  }

  .memory-copy {
    padding: 48px 28px;
  }

  .memory-copy h2 {
    font-size: 38px;
  }

  .memory-copy > p:last-child {
    font-size: 16px;
  }

  .memory-visual {
    min-height: 480px;
  }

  .memory-phone {
    top: 44px;
    width: 205px;
  }

  .memory-phone-capture {
    left: -4px;
  }

  .memory-phone-review {
    right: -18px;
  }

  .use-case-grid {
    margin-top: 42px;
  }

  .use-case-card {
    min-height: 310px;
    padding: 30px;
  }

  .use-case-card h3 {
    font-size: 26px;
  }

  .carousel {
    width: 100%;
    margin-top: 42px;
    margin-left: 0;
    transform: none;
    padding-inline: 0;
  }

  .carousel-slide {
    min-height: 930px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 570px;
  }

  .carousel-copy {
    min-height: 330px;
    padding: 38px 30px;
  }

  .carousel-copy h3 {
    font-size: 38px;
  }

  .carousel-stage {
    min-height: 570px;
  }

  .phone-carousel {
    top: 40px;
    width: 250px;
  }

  .carousel-arrow {
    display: none;
  }
}

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

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