:root {
  --ink: #f4f6f8;
  --muted: #9aa2ae;
  --faint: #626a75;
  --line: rgba(255, 255, 255, 0.1);
  --panel: #111419;
  --panel-soft: #161a20;
  --background: #080a0d;
  --accent: #d7d9de;
  --accent-deep: #aeb2ba;
  --danger: #ff604a;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(180, 188, 206, 0.07), transparent 25rem),
    var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--background);
  transform: translateY(-160%);
}

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

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  font-size: 1.1rem;
}

.brand img {
  border-radius: 22%;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  color: #c3c8cf;
  font-size: 0.88rem;
}

nav a:hover,
nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid rgba(200, 204, 214, 0.55);
  padding: 0.75rem 1rem;
  color: var(--accent);
}

.hero {
  width: min(calc(100% - 2rem), var(--max-width));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 5rem 0 6rem;
}

.eyebrow,
.section-label {
  margin: 0 0 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
  font-weight: 760;
  color: var(--accent);
}

.eyebrow span {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 0.5rem 0.22rem 0;
  background: var(--accent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.4rem, 6.4vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.072em;
  font-weight: 760;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 2rem;
  color: #b1b7c0;
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 720;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #0a0d08;
}

.button-primary:hover {
  background: #ffffff;
}

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

.compatibility {
  margin: 1.1rem 0 0;
  color: var(--faint);
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 5% 5% 0;
  z-index: -4;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(145deg, rgba(255,255,255,0.045), transparent 55%);
  transform: skewY(-3deg);
}

.signal {
  position: absolute;
  border: 1px solid rgba(190, 196, 210, 0.16);
  border-radius: 50%;
  z-index: -3;
}

.signal-one { width: 370px; height: 370px; }
.signal-two { width: 470px; height: 470px; opacity: 0.5; }

.mac-device {
  width: min(88%, 470px);
  transform: translate(-4%, 5%);
}

.mac-screen {
  aspect-ratio: 16 / 10;
  padding: 1.2rem;
  border: 7px solid #2e3339;
  border-bottom-width: 13px;
  border-radius: 16px 16px 5px 5px;
  background:
    radial-gradient(circle at 50% 35%, rgba(190, 196, 210, 0.12), transparent 42%),
    #0c0e12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.mac-screen img {
  width: 34%;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.5));
}

.mac-screen p {
  margin: 0.8rem 0 0;
  color: #89919b;
  font-size: 0.72rem;
}

.status-pill {
  position: absolute;
  top: 30%;
  left: 21%;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(190, 196, 210, 0.35);
  color: var(--accent);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  font-weight: 780;
}

.status-pill i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0.35rem 0.08rem 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.mac-base {
  width: 112%;
  height: 16px;
  margin-left: -6%;
  border-radius: 2px 2px 22px 22px;
  background: linear-gradient(#8d9399, #34383c 40%, #17191c);
  clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%);
}

.phone-device {
  position: absolute;
  right: -1%;
  bottom: 2%;
  width: 172px;
  aspect-ratio: 0.5;
  padding: 11px 8px;
  border: 4px solid #3b4047;
  border-radius: 29px;
  background: linear-gradient(155deg, #181c23, #0b0d11);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
  transform: rotate(3deg);
}

.phone-notch {
  width: 52px;
  height: 13px;
  margin: -3px auto 33px;
  border-radius: 0 0 12px 12px;
  background: #050607;
}

.notification-card {
  padding: 0.7rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(51, 56, 63, 0.74);
  backdrop-filter: blur(12px);
  font-size: 0.58rem;
}

.notification-head {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 0.55rem;
  color: #c9ced4;
  font-size: 0.46rem;
}

.notification-head img { border-radius: 6px; }
.notification-head small { color: #8f969e; }
.notification-card strong { display: block; margin-bottom: 0.2rem; font-size: 0.66rem; }
.notification-card p { margin: 0; color: #b8bec5; line-height: 1.35; }

.trust-strip {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  min-height: 118px;
  padding: 2rem clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { margin-bottom: 0.35rem; font-size: 0.92rem; }
.trust-strip span { color: var(--muted); font-size: 0.82rem; line-height: 1.45; }

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.intro {
  padding: 8rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 4rem;
  align-items: end;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.intro > p {
  margin-bottom: 0.35rem;
  color: var(--muted);
  line-height: 1.7;
}

.feature-grid {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.feature-card {
  position: relative;
  min-height: 310px;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.feature-card-wide {
  min-height: 360px;
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--faint);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.feature-card h3 {
  max-width: 440px;
  margin-bottom: 0.8rem;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.feature-card p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-card-accent {
  background: var(--accent);
  color: #0a0d08;
}

.feature-card-accent .feature-number,
.feature-card-accent p { color: rgba(10, 13, 8, 0.68); }

.motion-graphic {
  position: absolute;
  right: 8%;
  top: 18%;
  width: 260px;
  height: 190px;
  display: flex;
  gap: 23px;
  align-items: flex-end;
  opacity: 0.7;
}

.motion-graphic i {
  display: block;
  width: 1px;
  height: 46%;
  background: linear-gradient(transparent, var(--accent), transparent);
  box-shadow: 23px -40px 0 rgba(190,196,210,.42), 46px 20px 0 rgba(190,196,210,.25), 69px -70px 0 rgba(190,196,210,.18);
  transform: rotate(13deg);
}

.motion-graphic i:nth-child(2) { height: 78%; transform: rotate(-7deg); }
.motion-graphic i:nth-child(3) { height: 58%; transform: rotate(21deg); }

.how-section {
  padding: 8rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0e12;
}

.how-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 3rem;
  align-items: start;
}

.steps {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.steps article {
  position: relative;
  min-height: 265px;
  padding: 2.2rem 2.2rem 0 0;
  border-right: 1px solid var(--line);
}

.steps article:not(:first-child) { padding-left: 2.2rem; }
.steps article:last-child { border-right: 0; }
.steps span { display: block; margin-bottom: 4rem; color: var(--accent); font-size: 0.7rem; letter-spacing: 0.14em; }
.steps h3 { margin-bottom: 0.65rem; font-size: 1.35rem; letter-spacing: -0.03em; }
.steps p { color: var(--muted); line-height: 1.65; font-size: 0.92rem; }

.evidence {
  padding: 9rem 0;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.evidence-visual {
  position: relative;
  min-height: 520px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(190,196,210,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190,196,210,.035) 1px, transparent 1px),
    #0d1014;
  background-size: 34px 34px;
  border: 1px solid var(--line);
}

.camera-frame {
  position: relative;
  width: min(86%, 410px);
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #353b43 0 20%, #1a1e24 52%, #0b0d10 100%);
  overflow: hidden;
}

.camera-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 49.5%, rgba(190,196,210,.18) 50%, transparent 50.5%);
}

.presence-shape {
  width: 86px;
  height: 100px;
  margin-top: -36px;
  border-radius: 48% 48% 40% 40%;
  background: #090b0d;
  box-shadow: 0 88px 0 42px #090b0d;
}

.camera-frame > span {
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  color: var(--accent);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  font-weight: 750;
}

.focus-corner { position: absolute; width: 30px; height: 30px; border-color: var(--accent); border-style: solid; z-index: 2; }
.focus-one { left: 26%; top: 20%; border-width: 1px 0 0 1px; }
.focus-two { right: 26%; top: 20%; border-width: 1px 1px 0 0; }
.focus-three { left: 26%; bottom: 20%; border-width: 0 0 1px 1px; }
.focus-four { right: 26%; bottom: 20%; border-width: 0 1px 1px 0; }

.evidence-count {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 170px;
  padding: 1.25rem;
  background: var(--accent);
  color: #0a0d08;
}

.evidence-count b { display: block; font-size: 2.6rem; line-height: 1; letter-spacing: -0.05em; }
.evidence-count span { font-size: 0.66rem; }
.evidence-copy h2 { margin-bottom: 1.7rem; }
.evidence-copy > p:not(.section-label) { color: var(--muted); line-height: 1.75; }

.check-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 1rem 0 1rem 1.8rem;
  border-top: 1px solid var(--line);
  color: #c7ccd2;
  font-size: 0.9rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 1.35rem;
  width: 7px;
  height: 4px;
  border-left: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  transform: rotate(-45deg);
}

.pairing {
  margin-bottom: 9rem;
  padding: clamp(2.5rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 5rem;
  align-items: center;
  background: var(--panel-soft);
  border: 1px solid var(--line);
}

.pairing-copy > p:not(.section-label) { max-width: 630px; color: var(--muted); line-height: 1.75; }
.text-link { display: inline-flex; gap: 0.7rem; margin-top: 0.5rem; color: var(--accent); font-size: 0.9rem; font-weight: 700; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }

.verification-card {
  padding: 2rem;
  border: 1px solid rgba(190, 196, 210, 0.34);
  background: #0b0e11;
  text-align: center;
  box-shadow: 18px 18px 0 rgba(190, 196, 210, 0.05);
}

.verification-card p { color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.13em; }
.verification-card strong { display: block; margin: 1.5rem 0; font-size: clamp(2.7rem, 5vw, 4.3rem); letter-spacing: 0.06em; }
.verification-card div { padding: 0.8rem; border: 1px solid var(--line); color: #bdc3ca; font-size: 0.74rem; }
.verification-card div i { display: inline-block; width: 7px; height: 7px; margin-right: 0.45rem; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.verification-card small { display: block; margin-top: 1rem; color: var(--faint); font-size: 0.62rem; }

.privacy-callout {
  padding: 2rem 0 9rem;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 4rem;
}

.privacy-callout h2 { margin-bottom: 1.5rem; }
.privacy-callout div p { max-width: 710px; margin-bottom: 2rem; color: var(--muted); line-height: 1.75; }

.final-cta {
  padding: 8rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 50% 45%, rgba(190, 196, 210, 0.08), transparent 24rem);
}

.final-cta img { margin-bottom: 1.8rem; border-radius: 23%; box-shadow: 0 22px 60px rgba(0,0,0,.45); }
.final-cta h2 { max-width: 760px; }
.final-cta > p:not(.section-label) { max-width: 650px; margin: 1.5rem 0 2rem; color: var(--muted); line-height: 1.7; }

.page-hero {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 7rem 0 5rem;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 1.4rem;
}

.page-hero > p:not(.section-label) {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

.page-hero small { color: var(--faint); }

.legal-layout {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 5rem 0 8rem;
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: clamp(3rem, 8vw, 8rem);
  justify-content: space-between;
  align-items: start;
}

.legal-layout aside {
  position: sticky;
  top: 1.5rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.legal-layout aside a {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.72rem;
}

.legal-layout aside a:hover,
.legal-layout aside a:focus-visible { color: var(--accent); }

.legal-content section {
  scroll-margin-top: 2rem;
  padding: 0 0 3.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 1.5rem; font-size: clamp(1.75rem, 3.5vw, 2.6rem); letter-spacing: -0.04em; }
.legal-content h3 { margin: 2.3rem 0 0.8rem; font-size: 1.15rem; letter-spacing: -0.02em; }
.legal-content p, .legal-content li { color: #adb4bd; line-height: 1.8; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content li { margin-bottom: 0.65rem; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

.support-hero { padding-bottom: 6rem; }
.support-hero .button { margin-top: 1rem; }

.support-jump {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 4rem;
}

.support-jump a {
  min-height: 105px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #cbd0d6;
}

.support-jump a:hover { background: var(--panel); color: var(--accent); }
.support-jump span { color: var(--faint); font-size: 0.65rem; letter-spacing: 0.12em; }

.support-content { padding: 6rem 0 8rem; }

.support-content > section {
  scroll-margin-top: 2rem;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.topic-number { color: var(--accent); font-size: 0.7rem; letter-spacing: 0.14em; }
.support-content h2 { margin-bottom: 1.8rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.support-content h3 { margin-top: 2.5rem; font-size: 1.3rem; }
.support-content li, .support-content > section > div > p { color: var(--muted); line-height: 1.75; }
.support-content li { margin-bottom: 0.7rem; }
.support-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.support-content ol, .support-content ul { padding-left: 1.3rem; }

.notice {
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid var(--accent);
  background: rgba(190, 196, 210, 0.055);
}

.notice p { margin: 0.4rem 0 0; color: var(--muted); line-height: 1.6; }
.notice-warning { border-color: var(--danger); background: rgba(255, 96, 74, 0.05); }

details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 1.2rem 2rem 1.2rem 0; cursor: pointer; font-weight: 670; }
details > :not(summary) { margin-left: 0; margin-right: 0; }
details[open] { padding-bottom: 1rem; }
summary::marker { color: var(--accent); }

.download-hero {
  min-height: 610px;
  padding: 6rem 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.download-hero > div > p:not(.section-label) { max-width: 700px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.download-hero > img { width: min(100%, 300px); justify-self: center; border-radius: 23%; box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55); }

.release-grid {
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.release-grid article { padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: var(--panel); }
.platform-label { color: var(--accent); font-size: 0.72rem; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.release-grid h2 { font-size: clamp(2rem, 4vw, 3rem); }
.release-grid article > p:not(.platform-label):not(.release-note) { min-height: 3.5rem; color: var(--muted); line-height: 1.65; }
.release-grid dl { margin: 2rem 0; border-top: 1px solid var(--line); }
.release-grid dl div { padding: 0.85rem 0; display: grid; grid-template-columns: 0.8fr 1.2fr; border-bottom: 1px solid var(--line); }
.release-grid dt { color: var(--faint); font-size: 0.76rem; }
.release-grid dd { margin: 0; color: #cbd0d6; font-size: 0.8rem; text-align: right; }
.release-pending { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.7rem 0.85rem; border: 1px solid rgba(190,196,210,.25); color: var(--accent); font-size: 0.73rem; }
.release-pending i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 9px var(--accent); }
.release-note { margin: 1.2rem 0 0; color: var(--faint); font-size: 0.75rem; line-height: 1.55; }

.download-safety {
  padding: 2rem 0 8rem;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
}

.download-safety > div > p:not(.section-label) { color: var(--muted); line-height: 1.7; }
.download-safety .check-list { margin-top: 1rem; }

.download-help {
  padding: 7rem 1rem;
  text-align: center;
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.download-help h2 { margin: 0 auto 1rem; }
.download-help > p { color: var(--muted); }
.download-help > div { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2rem; }

.not-found {
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.not-found img { margin-bottom: 1.7rem; border-radius: 23%; }
.not-found h1 { max-width: 800px; }
.not-found > p:not(.section-label) { color: var(--muted); }
.not-found .button { margin-top: 1rem; }

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 3rem;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand { color: var(--ink); }
.site-footer p { margin: 0; font-size: 0.85rem; }
.footer-links { display: flex; gap: 1.4rem; grid-column: 2; grid-row: 1 / 3; font-size: 0.85rem; }
.site-footer small { color: var(--faint); font-size: 0.72rem; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-visual { min-height: 460px; }
  .phone-device { right: 7%; }
  .trust-strip { grid-template-columns: 1fr; width: min(calc(100% - 2rem), var(--max-width)); }
  .trust-strip div { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .intro { grid-template-columns: 1fr; gap: 2rem; }
  .how-heading, .evidence, .pairing, .privacy-callout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { min-height: auto; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .steps span { margin-bottom: 1.5rem; }
  .evidence { gap: 4rem; }
  .pairing { gap: 3rem; }
  .privacy-callout { gap: 1rem; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-layout aside { display: none; }
  .support-jump { grid-template-columns: repeat(2, 1fr); }
  .download-hero, .download-safety { grid-template-columns: 1fr; }
  .download-hero > img { grid-row: 1; width: 190px; }
  .release-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; }
  .brand { font-size: 1rem; }
  .brand img { width: 38px; height: 38px; }
  .nav-cta { padding: 0.65rem 0.8rem; }
  .hero { min-height: auto; padding: 4.5rem 0; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.3rem); }
  .hero-visual { min-height: 350px; margin-top: 1rem; }
  .signal-one { width: 260px; height: 260px; }
  .signal-two { width: 330px; height: 330px; }
  .mac-device { width: 93%; transform: translate(-1%, 1%); }
  .status-pill { top: 27%; left: 13%; }
  .phone-device { width: 130px; right: 2%; bottom: -2%; }
  .phone-notch { margin-bottom: 23px; }
  .notification-card { padding: 0.5rem; }
  .intro { padding-top: 6rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .motion-graphic { right: -10%; opacity: 0.34; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; grid-row: auto; }
  .how-section, .evidence, .final-cta { padding-top: 6rem; padding-bottom: 6rem; }
  .evidence-visual { min-height: 390px; padding: 1.5rem; }
  .evidence-count { width: 145px; }
  .pairing { padding: 2rem 1.25rem; }
  .page-hero { padding-top: 5rem; }
  .support-jump { grid-template-columns: 1fr; }
  .support-content > section { grid-template-columns: 1fr; gap: 0; }
  .support-content > section { padding: 3rem 0; }
  .topic-number { margin-bottom: 0.8rem; }
  .download-hero { min-height: auto; padding: 4.5rem 0; }
  .release-grid { padding-top: 4rem; }
  .download-help > div { flex-direction: column; }
}

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

/* Premium product direction */
:root {
  --ink: #f7f7f9;
  --muted: #a7a7af;
  --faint: #74747d;
  --line: rgba(255, 255, 255, 0.12);
  --panel: rgba(255, 255, 255, 0.055);
  --panel-soft: rgba(255, 255, 255, 0.075);
  --background: #050506;
  --accent: #d7d9de;
  --accent-deep: #aeb2ba;
}

body {
  background:
    radial-gradient(circle at 68% 8%, rgba(137, 159, 204, 0.16), transparent 29rem),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.055), transparent 23rem),
    linear-gradient(180deg, #0b0b0d 0%, #050506 42%, #09090b 100%);
  background-attachment: fixed;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  min-height: 64px;
  margin-top: 14px;
  padding: 0 0.7rem 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(16, 16, 19, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.brand img {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 25px rgba(0, 0, 0, 0.35);
}

nav a {
  padding: 0.65rem 0;
  transition: color 180ms ease, transform 180ms ease;
}

nav a:hover { transform: translateY(-1px); }

.nav-cta {
  padding: 0.66rem 1rem;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #101013;
  background: #f5f5f7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.nav-cta:hover { color: #000; background: #fff; }

.hero {
  min-height: 790px;
  grid-template-columns: 0.82fr 1.18fr;
  padding: 6.5rem 0 7rem;
}

.eyebrow,
.section-label {
  color: #aeb2bb;
  letter-spacing: 0.11em;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(4rem, 6.9vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.078em;
  background: linear-gradient(180deg, #fff 18%, #b7b8be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 540px;
  color: #aaaab2;
  line-height: 1.55;
}

.button {
  border-radius: 14px;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.button-primary {
  gap: 1.4rem;
  color: #101013;
  background: #f5f5f7;
  box-shadow: inset 0 1px 0 #fff, 0 12px 34px rgba(0, 0, 0, 0.3);
}

.button-primary:hover { background: #fff; }
.button-primary span { color: #5e6068; font-size: 0.76rem; font-weight: 650; }

.button-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.hero-visual {
  min-height: 610px;
  perspective: 1400px;
}

.hero-visual::before { display: none; }

.hero-image-stage {
  position: relative;
  width: min(94%, 620px);
  aspect-ratio: 1;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(15, 15, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 38px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 52px 130px rgba(0, 0, 0, 0.58), 0 0 100px rgba(145, 155, 178, 0.1);
  transform: rotateY(-4deg) rotateX(2deg);
  transition: translate 500ms cubic-bezier(.2,.8,.2,1), transform 420ms cubic-bezier(.2,.8,.2,1), border-color 420ms ease, box-shadow 420ms ease;
}

.hero-image-stage::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 29px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 24%, transparent 68%, rgba(0, 0, 0, 0.24));
}

.hero-image-stage:hover {
  transform: rotateY(-1deg) rotateX(0) translateY(-8px) scale(1.012);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 64px 150px rgba(0, 0, 0, 0.66), 0 0 120px rgba(145, 155, 178, 0.14);
}

.hero-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 29px;
}

.hero-image-caption {
  position: absolute;
  right: 2rem;
  bottom: 1.8rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(247, 247, 249, 0.78);
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
}

@media (max-width: 900px) {
  .site-header { top: 8px; margin-top: 8px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 560px; }
}

@media (max-width: 640px) {
  .hero { padding-top: 5.5rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-visual { min-height: 430px; }
  .hero-image-stage { width: 100%; padding: 7px; border-radius: 28px; }
  .hero-product-image,
  .hero-image-stage::after { border-radius: 21px; }
  .hero-image-stage::after { inset: 7px; }
  .hero-image-caption { right: 1.25rem; bottom: 1.1rem; left: 1.25rem; font-size: 0.56rem; }
  .hero-image-caption span:last-child { display: none; }
}

.hero-image-stage {
  translate: var(--pointer-x, 0) var(--pointer-y, 0);
}

.trust-strip {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.trust-strip div {
  border-color: rgba(255, 255, 255, 0.08);
  transition: background 220ms ease;
}

.trust-strip div:hover { background: rgba(255, 255, 255, 0.045); }

.intro { padding-top: 10rem; }

h2 {
  background: linear-gradient(180deg, #f8f8fa 18%, #b5b6bd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.feature-grid { gap: 1.1rem; }

.feature-card {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(179, 187, 207, 0.1), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 30px 80px rgba(0, 0, 0, 0.16);
  transition: transform 330ms cubic-bezier(.2,.8,.2,1), border-color 330ms ease, box-shadow 330ms ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 40px 100px rgba(0, 0, 0, 0.3);
}

.feature-card-accent {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 16%, rgba(225, 228, 236, 0.16), transparent 16rem),
    linear-gradient(145deg, #202126, #111216);
}

.feature-card-accent .feature-number,
.feature-card-accent p { color: var(--muted); }

.motion-graphic { opacity: 0.34; }

.how-section {
  width: min(calc(100% - 2rem), 1380px);
  margin: 0 auto;
  padding: 8rem clamp(1.25rem, 7vw, 6rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 0%, rgba(155, 166, 194, 0.12), transparent 27rem),
    rgba(255, 255, 255, 0.028);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.steps { gap: 0.8rem; border-top: 0; }

.steps article,
.steps article:not(:first-child) {
  min-height: 280px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 280ms cubic-bezier(.2,.8,.2,1), background 280ms ease, border-color 280ms ease;
}

.steps article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.055);
}

.steps span { color: #9b9da5; }

.product-showcase { padding: 10rem 0 2rem; }

.showcase-heading {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: end;
}

.showcase-heading > p {
  margin-bottom: 0.35rem;
  color: var(--muted);
  line-height: 1.7;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.media-card {
  position: relative;
  min-height: 620px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 10%, rgba(171, 183, 211, 0.12), transparent 24rem),
    rgba(255, 255, 255, 0.032);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 30px 80px rgba(0, 0, 0, 0.18);
  transition: transform 360ms cubic-bezier(.2,.8,.2,1), border-color 360ms ease, box-shadow 360ms ease;
}

.media-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.085), 0 45px 110px rgba(0, 0, 0, 0.34);
}

.media-card-wide {
  grid-column: 1 / -1;
  min-height: 720px;
}

.media-card-copy { position: relative; z-index: 2; max-width: 560px; }
.media-card-copy > span { color: #7f818a; font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; }
.media-card-copy h3 { margin: 0.65rem 0 0.55rem; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -0.045em; }
.media-card-copy p { color: var(--muted); line-height: 1.65; }

.media-slot {
  flex: 1;
  min-height: 360px;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 68% 24%, rgba(159, 170, 197, 0.14), transparent 38%),
    #0c0c0f;
  background-size: 34px 34px, 34px 34px, auto, auto;
  color: #d5d6db;
  transition: background-position 700ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease;
}

.media-card:hover .media-slot {
  border-color: rgba(255, 255, 255, 0.18);
  background-position: 6px 6px, 6px 6px, center, center;
}

.media-slot span { color: #747680; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; }
.media-slot strong { margin-top: 0.45rem; font-size: 1rem; }
.media-slot small { margin-top: 0.4rem; color: #747680; }
.media-slot-phone { width: min(72%, 310px); align-self: center; border-radius: 36px; }

.evidence { padding-top: 10rem; }

.evidence-visual {
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, #292a30, #0d0d10 66%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 35px 100px rgba(0, 0, 0, 0.28);
  transition: transform 350ms cubic-bezier(.2,.8,.2,1), border-color 350ms ease;
}

.evidence-visual:hover { transform: translateY(-7px); border-color: rgba(255, 255, 255, 0.18); }
.camera-frame { border-radius: 20px; }
.camera-frame > span { color: #d3d5da; }
.focus-corner { border-color: #c5c8d0; }

.evidence-count {
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(22, 22, 25, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.check-list li::before { border-color: #c9cbd2; }

.pairing {
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 10%, rgba(169, 179, 204, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 35px 100px rgba(0, 0, 0, 0.2);
}

.text-link,
.support-content a,
.legal-content a { color: #d5d7dc; }

.verification-card {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(4, 4, 5, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 80px rgba(0, 0, 0, 0.35);
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease;
}

.verification-card:hover { transform: translateY(-7px) rotate(-0.4deg); border-color: rgba(255, 255, 255, 0.24); }
.verification-card div i { background: #d9dbe0; box-shadow: 0 0 10px rgba(220, 222, 229, 0.7); }

.privacy-callout {
  margin-bottom: 8rem;
  padding: 5rem clamp(1.5rem, 6vw, 5rem);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.final-cta {
  width: min(calc(100% - 2rem), 1380px);
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 40%, rgba(172, 183, 210, 0.16), transparent 25rem),
    rgba(255, 255, 255, 0.025);
}

.final-cta img,
.download-hero > img,
.not-found img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 32px 80px rgba(0, 0, 0, 0.52);
}

.page-hero { padding-top: 9rem; }

.legal-layout aside {
  top: 98px;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.026);
}

.legal-layout aside a { padding: 0.8rem 0.3rem; border-color: rgba(255, 255, 255, 0.065); }
.legal-layout aside a:hover,
.legal-layout aside a:focus-visible { color: #f4f4f6; }

.legal-content section {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.023);
}

.support-jump {
  gap: 0.7rem;
  border: 0;
}

.support-jump a {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 250ms cubic-bezier(.2,.8,.2,1), border-color 250ms ease, background 250ms ease;
}

.support-jump a:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.17);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.support-content > section {
  margin-bottom: 1rem;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.022);
}

.topic-number { color: #a2a4ad; }

.notice {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.notice-warning { border-color: rgba(255, 151, 136, 0.22); background: rgba(255, 96, 74, 0.035); }
summary::marker { color: #c5c7ce; }

.download-hero { padding-top: 8rem; }

.release-grid article {
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 9%, rgba(173, 183, 207, 0.1), transparent 19rem),
    rgba(255, 255, 255, 0.032);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease, box-shadow 300ms ease;
}

.release-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 34px 90px rgba(0, 0, 0, 0.28);
}

.platform-label { color: #aeb0b8; }

.release-pending {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.12);
  color: #d6d7dc;
  background: rgba(255, 255, 255, 0.035);
}

.release-pending i { background: #d8dae0; box-shadow: 0 0 10px rgba(216, 218, 224, 0.65); }

.download-help {
  width: min(calc(100% - 2rem), 1380px);
  margin: 0 auto 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.028);
}

.not-found {
  background:
    radial-gradient(circle at 50% 42%, rgba(172, 183, 210, 0.13), transparent 23rem),
    #060607;
}

.site-footer { margin-top: 4rem; }

.reveal-ready {
  opacity: 0;
  transform: translateY(28px) scale(0.99);
  filter: blur(5px);
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1), transform 700ms cubic-bezier(.2,.8,.2,1), filter 700ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (max-width: 900px) {
  .how-section { width: min(calc(100% - 2rem), 1380px); }
  .showcase-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .showcase-grid { grid-template-columns: 1fr; }
  .media-card-wide { grid-column: auto; min-height: 620px; }
  .privacy-callout { margin-bottom: 5rem; }
}

@media (max-width: 640px) {
  .trust-strip { border-radius: 20px; }
  .feature-card,
  .how-section,
  .media-card,
  .evidence-visual,
  .pairing,
  .privacy-callout,
  .final-cta,
  .release-grid article,
  .download-help { border-radius: 22px; }
  .how-section { padding: 5rem 1rem; }
  .product-showcase { padding-top: 7rem; }
  .media-card { min-height: 540px; }
  .media-slot { min-height: 300px; padding: 1.25rem; }
  .media-slot-phone { width: 82%; }
  .privacy-callout { padding: 3rem 1.4rem; }
  .support-content > section,
  .legal-content section { padding: 1.4rem; }
}

/* Final product artwork */
.media-slot.media-slot-image {
  position: relative;
  flex: none;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #08080a;
}

.media-slot-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 26%, transparent 72%, rgba(0, 0, 0, 0.18));
}

.media-slot-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(.2,.8,.2,1), filter 500ms ease;
}

.media-slot-landscape { aspect-ratio: 16 / 10; }
.media-slot.media-slot-phone { width: min(72%, 310px); aspect-ratio: 9 / 16; }
.media-slot-phone img { object-fit: contain; }
.media-slot-evidence { aspect-ratio: 4 / 3; }

.media-card:hover .media-slot-image img {
  transform: scale(1.025);
  filter: brightness(1.04);
}

@media (max-width: 640px) {
  .media-slot.media-slot-image { min-height: 0; }
  .media-slot.media-slot-phone { width: min(82%, 310px); }
}

.evidence-visual.evidence-visual-image {
  min-height: 0;
  padding: 0;
  display: block;
  aspect-ratio: 4 / 3;
  background: #08080a;
}

.evidence-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(.2,.8,.2,1), filter 500ms ease;
}

.evidence-visual-image:hover .evidence-section-image {
  transform: scale(1.025);
  filter: brightness(1.04);
}
