:root {
  --bg: #050505;
  --panel: #0d0e0d;
  --panel-2: #141514;
  --acid: #b8ff00;
  --acid-soft: #d4ff68;
  --text: #f7f7f2;
  --muted: #a2a39d;
  --line: #292b28;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header,
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner,
.nav-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  color: var(--text);
  text-decoration: none;
  font-family: "Arial Narrow", "Aptos Narrow", Inter, ui-sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}
.brand img { display: block; }
.brand .brand-mark { width: 40px; height: 40px; flex: 0 0 40px; }
.brand .brand-wordmark { width: auto; height: 23px; }
.tm { color: var(--acid); font-size: 0.42em; vertical-align: top; margin-left: 3px; letter-spacing: 0; }
.primary-nav,
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.primary-nav a,
.nav-links a:not(.button) {
  color: #a3a49e;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 760;
}
.primary-nav a:hover,
.primary-nav a:focus,
.nav-links a:hover,
.nav-links a:focus { color: var(--acid); }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--acid);
  background: var(--acid);
  color: #050505;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.075em;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--acid-soft); }
.button-small { min-height: 42px; padding-inline: 16px; }
.button.secondary { background: transparent; color: var(--text); border-color: #4a4c48; }
.button.secondary:hover { border-color: var(--acid); color: var(--acid); }
.button.full { width: 100%; }
.button-dark { background: #050505; border-color: #050505; color: var(--text); }
.button-dark:hover { background: #1a1a18; }
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid #484a46;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.text-link:hover { color: var(--acid); border-color: var(--acid); }
.eyebrow {
  margin: 0;
  color: var(--acid);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero { padding: 76px 0 84px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(600px, 1.2fr);
  gap: 32px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 4; }
.hero h1 {
  max-width: 670px;
  margin: 23px 0 30px;
  font-size: clamp(4.15rem, 6.3vw, 6.45rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}
.hero h1 span { color: var(--acid); }
.lead { max-width: 620px; margin: 0; color: #c6c7c0; font-size: 1.08rem; line-height: 1.65; }
.actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 17px; }
.platform-note { margin: 20px 0 0; color: #777973; font-size: 0.78rem; }

.hero-device-art {
  min-width: 0;
  position: relative;
  isolation: isolate;
}
.hero-device-art::before {
  content: "";
  position: absolute;
  inset: 15% 6% 2%;
  z-index: -1;
  background: radial-gradient(circle, rgba(184, 255, 0, 0.2), rgba(184, 255, 0, 0) 67%);
  filter: blur(26px);
}
.hero-device-art img {
  display: block;
  width: min(780px, 112%);
  max-width: none;
  margin-left: -5%;
  filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.5));
}

.hero-phone-stack {
  min-width: 0;
  min-height: 680px;
  position: relative;
  isolation: isolate;
}
.hero-phone-stack::before {
  content: "";
  position: absolute;
  inset: 10% 4% 3%;
  z-index: -1;
  background: radial-gradient(circle, rgba(184, 255, 0, 0.22), rgba(184, 255, 0, 0) 68%);
  filter: blur(28px);
}
.hero-phone {
  position: absolute;
  width: 248px;
  margin: 0;
  padding: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, #4a4d47, #151615 42%, #050505);
  border: 1px solid #60645b;
  border-radius: 38px;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.62), inset 0 0 0 2px #171817;
}
.hero-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 31px;
}
.hero-phone-left { left: 0; top: 72px; transform: rotate(-5deg); z-index: 1; }
.hero-phone-featured { left: 50%; top: 8px; width: 282px; transform: translateX(-50%); z-index: 3; }
.hero-phone-featured::after {
  content: "";
  position: absolute;
  left: 4.8%;
  right: 4.8%;
  top: 7.2%;
  height: 14.2%;
  z-index: 2;
  background: #050505 url("blackbot-wordmark.png?v=4") center / 88% auto no-repeat;
  pointer-events: none;
}
.hero-phone-right { right: 0; top: 76px; transform: rotate(5deg); z-index: 2; }

.screen-deck { display: none; min-height: 680px; position: relative; isolation: isolate; }
.screen-deck::before {
  content: "";
  position: absolute;
  inset: 7% 8% 5%;
  z-index: -1;
  background: radial-gradient(circle, rgba(184, 255, 0, 0.17), rgba(184, 255, 0, 0) 66%);
  filter: blur(12px);
}
.app-screen {
  position: absolute;
  width: 254px;
  height: 545px;
  padding: 15px 14px 18px;
  overflow: hidden;
  color: #f8f8f3;
  background: linear-gradient(160deg, #161817, #070807 70%);
  border: 7px solid #2f312f;
  border-radius: 34px;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.58), inset 0 0 0 1px #5a5d57;
}
.app-screen::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 74px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #000;
}
.app-screen-login { left: 0; top: 69px; transform: rotate(-4deg); z-index: 1; }
.app-screen-scan { left: 50%; top: 18px; width: 282px; height: 598px; transform: translateX(-50%); z-index: 3; }
.app-screen-results { right: 0; top: 76px; transform: rotate(4deg); z-index: 2; }
.screen-status { margin: 3px 6px 26px; display: flex; justify-content: space-between; color: #d6d7d1; font-size: 0.58rem; font-weight: 800; }
.screen-brand { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; letter-spacing: 0.08em; }
.screen-brand img { width: 28px; height: 28px; }
.screen-brand .live-pill { margin-left: auto; padding: 3px 7px; color: var(--acid); border: 1px solid #496600; font-size: 0.47rem; letter-spacing: 0.08em; }
.screen-login-copy { margin: 73px 3px 23px; }
.screen-login-copy small,
.screen-heading small { color: var(--acid); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.14em; }
.screen-login-copy h2,
.screen-heading h2 { margin: 7px 0 8px; font-size: 2.1rem; line-height: 1; letter-spacing: -0.05em; }
.screen-login-copy p,
.screen-heading p { margin: 0; color: #949790; font-size: 0.68rem; line-height: 1.45; }
.provider-button,
.email-button {
  min-height: 41px;
  margin: 9px 1px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #efefec;
  background: #202220;
  border: 1px solid #383b37;
  border-radius: 10px;
  font-size: 0.64rem;
  font-weight: 700;
}
.provider-light { color: #050505; background: #f7f7f4; border-color: #f7f7f4; }
.apple-mark { font-size: 0.82rem; }
.google-mark { font-weight: 950; background: conic-gradient(#4285f4, #34a853, #fbbc05, #ea4335, #4285f4); color: transparent; background-clip: text; }
.email-button { justify-content: center; color: #c5c7c1; background: transparent; }
.screen-heading { margin: 28px 3px 14px; }
.scan-orbit { width: 172px; height: 172px; margin: 20px auto; position: relative; display: grid; place-items: center; border: 1px solid rgba(184, 255, 0, 0.72); border-radius: 50%; }
.scan-orbit::before,
.scan-orbit::after,
.scan-orbit span { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(184, 255, 0, 0.3); }
.scan-orbit::before { inset: 16px; }
.scan-orbit::after { inset: 33px; background: rgba(184, 255, 0, 0.05); }
.scan-orbit span { inset: 49px; background: var(--acid); border-color: var(--acid); }
.scan-orbit strong { position: relative; z-index: 2; color: #050505; font-size: 2.5rem; font-weight: 400; }
.verify-card { margin: 8px 3px; padding: 14px; display: flex; align-items: center; gap: 11px; background: #171917; border: 1px solid #3a3d38; border-radius: 12px; }
.verify-icon { width: 29px; height: 29px; display: grid; place-items: center; color: #050505; background: var(--acid); border-radius: 50%; font-size: 0.74rem; font-weight: 950; }
.verify-card strong,
.verify-card small { display: block; }
.verify-card strong { font-size: 0.65rem; }
.verify-card small { margin-top: 2px; color: #969990; font-size: 0.52rem; }
.mini-tabbar { position: absolute; right: 10px; bottom: 14px; left: 10px; padding: 12px 5px 2px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; border-top: 1px solid #30322f; color: #777a74; font-size: 0.38rem; text-align: center; }
.mini-tabbar b { color: var(--acid); }
.result-card { margin: 11px 2px; padding: 13px; display: grid; gap: 3px; background: #161816; border: 1px solid #363936; border-radius: 12px; }
.result-card small { color: #7f827b; font-size: 0.46rem; letter-spacing: 0.1em; }
.result-card strong { font-size: 0.78rem; }
.result-card span { color: #a3a69e; font-size: 0.53rem; }
.result-acid { background: var(--acid); border-color: var(--acid); color: #050505; }
.result-acid small,
.result-acid span { color: #334600; }

.trust-strip { border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 78px; padding: 0 20px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--acid); font-size: 0.7rem; }
.trust-grid span { color: #c6c7c1; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; }

.section { padding: 104px 0; border-bottom: 1px solid var(--line); }
.section h2,
.download h2 { margin: 17px 0 0; font-size: clamp(3.15rem, 6vw, 5.9rem); line-height: 0.9; letter-spacing: -0.065em; }
.section-intro,
.pricing-head { display: grid; grid-template-columns: 1.05fr 0.72fr; gap: 86px; align-items: end; }
.section-intro > p,
.pricing-head > p { max-width: 550px; margin: 0 0 4px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.product-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { min-height: 340px; padding: 31px; position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.product-card-wide { min-height: 390px; grid-column: 1 / -1; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; }
.card-index { color: var(--acid); font-size: 0.7rem; font-weight: 950; letter-spacing: 0.12em; }
.product-card h3 { max-width: 480px; margin: 58px 0 16px; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.06; letter-spacing: -0.04em; }
.product-card-wide h3 { margin-top: 55px; }
.product-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 0.94rem; }
.scan-visual { min-height: 300px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(184, 255, 0, 0.14), transparent 63%); }
.scan-visual .ring { position: absolute; border: 1px solid rgba(184, 255, 0, 0.55); border-radius: 50%; }
.ring-one { width: 272px; height: 272px; }
.ring-two { width: 184px; height: 184px; }
.scan-visual strong { width: 104px; height: 104px; display: grid; place-items: center; color: #050505; background: var(--acid); border-radius: 50%; font-size: 4rem; font-weight: 400; }
.scan-visual small { position: absolute; bottom: 24px; color: var(--acid); font-weight: 950; letter-spacing: 0.15em; }
.metric-row,
.alias-chip,
.security-score,
.progress-list { position: absolute; right: 30px; bottom: 28px; left: 30px; }
.metric-row { padding-top: 17px; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.metric-row span { color: #7e807b; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; }
.metric-row strong { margin-left: auto; font-size: 1.2rem; }
.metric-row i { width: 29px; height: 29px; display: grid; place-items: center; color: #050505; background: var(--acid); border-radius: 50%; font-style: normal; }
.progress-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.progress-list span { padding: 12px 8px; display: flex; align-items: center; gap: 8px; color: #c1c3bd; background: #171817; border: 1px solid #30322f; font-size: 0.68rem; }
.progress-list i { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; }
.alias-chip { padding: 16px 18px; color: var(--acid); background: #151715; border: 1px solid #3b3e39; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.82rem; }
.security-score { display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; }
.security-score span { color: #7d7f79; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.12em; }
.security-score strong { color: var(--acid); font-size: 1.15rem; }

.how { background: #0a0b0a; }
.steps { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps article { min-height: 275px; padding: 30px; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps b { color: var(--acid); font-size: 2rem; }
.steps h3 { margin: 58px 0 10px; font-size: 1.45rem; }
.steps p { margin: 0; color: var(--muted); font-size: 0.91rem; }

.removal-guide { background: #080908; }
.removal-guide-head { display: grid; grid-template-columns: 1fr 0.8fr; gap: 70px; align-items: end; }
.removal-guide-head > p { max-width: 560px; margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.removal-steps { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.removal-steps article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); }
.removal-steps article:last-child { border-right: 0; }
.removal-steps b { color: var(--acid); font-size: 2rem; }
.removal-steps h3 { margin: 55px 0 12px; font-size: 1.35rem; line-height: 1.1; }
.removal-steps p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.removal-guide-action { margin-top: 24px; display: flex; justify-content: flex-end; }

.promise-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 84px; align-items: start; }
.promise-list { border-top: 1px solid var(--line); }
.promise-list > div { padding: 21px 0; display: grid; grid-template-columns: 35px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.promise-list b { color: var(--acid); }
.promise-list span { color: var(--muted); }
.promise-list strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 1rem; }

.pricing { background: #080908; }
.plan-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.plan-card { min-height: 690px; padding: 33px; position: relative; display: flex; flex-direction: column; background: #101110; border: 1px solid var(--line); }
.plan-featured { border-color: var(--acid); background: linear-gradient(155deg, rgba(184, 255, 0, 0.09), #101110 46%); }
.plan-ribbon { position: absolute; top: 0; right: 0; padding: 8px 13px; color: #050505; background: var(--acid); font-size: 0.65rem; font-weight: 950; letter-spacing: 0.08em; }
.plan-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.plan-top span { color: var(--acid); font-size: 0.73rem; font-weight: 950; letter-spacing: 0.13em; }
.plan-top small { color: #777a73; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; }
.price { margin: 55px 0 19px; display: flex; align-items: flex-start; }
.price sup { margin-top: 14px; font-size: 1.35rem; font-weight: 900; }
.price strong { font-size: clamp(4.6rem, 8vw, 7rem); line-height: 0.8; letter-spacing: -0.075em; }
.price span { align-self: flex-end; margin: 0 0 4px 9px; color: var(--muted); font-size: 0.82rem; }
.plan-card > p { max-width: 440px; margin: 0; color: var(--muted); }
.plan-card ul { margin: 34px 0 36px; padding: 0; display: grid; gap: 13px; list-style: none; }
.plan-card li { padding-bottom: 12px; color: #c9cac4; border-bottom: 1px solid #292b28; font-size: 0.86rem; }
.plan-card li::before { content: "✓"; margin-right: 10px; color: var(--acid); font-weight: 950; }
.plan-card .button { margin-top: auto; }
.pricing-note { margin-top: 18px; color: #777973; font-size: 0.73rem; }

.download { padding: 88px 0; background: #050505; }
.download-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: end; padding: 64px; background: linear-gradient(135deg, rgba(184, 255, 0, 0.13), rgba(184, 255, 0, 0.025) 48%, #101110 78%); border: 1px solid var(--acid); }
.download-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -210px; border: 1px solid rgba(184, 255, 0, 0.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(184, 255, 0, 0.025), 0 0 0 110px rgba(184, 255, 0, 0.018); pointer-events: none; }
.download .eyebrow { color: var(--acid); }
.download h2 { max-width: 760px; font-size: clamp(3.4rem, 6vw, 6rem); }
.download p { max-width: 650px; margin: 24px 0 30px; color: #b9bbb4; font-size: 1.05rem; line-height: 1.65; }
.download-copy,
.download-side { position: relative; z-index: 1; }
.download-side { display: grid; gap: 14px; }
.launch-status { padding: 22px 24px; display: flex; align-items: center; gap: 14px; color: var(--text); background: #0a0b0a; border: 1px solid #32352f; }
.status-dot { width: 11px; height: 11px; flex: 0 0 11px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 6px rgba(184, 255, 0, 0.1); }
.launch-status div { display: grid; gap: 5px; }
.launch-status small { color: #777a73; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.13em; }
.launch-status strong { color: var(--acid); font-size: 0.8rem; letter-spacing: 0.08em; }
.download-badges { padding: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; background: #0a0b0a; border: 1px solid #32352f; }
.download-badges img:first-child,
.footer-store img:first-child { width: auto; height: 44px; }
.download-badges img:nth-child(2),
.footer-store img:nth-child(2) { width: auto; height: 64px; margin: -10px -12px; }
.download-badges small { flex-basis: 100%; color: #8d9088; font-size: 0.7rem; }

.site-footer,
.footer { padding: 68px 0 34px; background: #050505; border-top: 1px solid var(--line); }
.footer-lead { padding-bottom: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.footer-brand p { max-width: 390px; margin: 21px 0 5px; color: #c3c5be; }
.footer-brand > span { color: #777973; font-size: 0.78rem; }
.footer-store { justify-self: end; }
.footer-store > p { margin: 0 0 13px; color: #858780; font-size: 0.68rem; font-weight: 950; letter-spacing: 0.13em; }
.footer-store > div { display: flex; align-items: center; gap: 12px; }
.footer-store small { display: block; margin-top: 6px; color: #62645f; font-size: 0.69rem; }
.footer-links,
.footer-top { padding: 35px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; border-top: 1px solid var(--line); }
.footer-links > div,
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong,
.footer-column strong { margin-bottom: 6px; color: #f0f1ec; font-size: 0.7rem; letter-spacing: 0.1em; }
.footer-links a,
.footer-links span,
.footer-column a { color: #8d8f88; text-decoration: none; font-size: 0.82rem; }
.footer-links a:hover,
.footer-column a:hover { color: var(--acid); }
.footer-legal,
.footer-bottom { padding-top: 27px; color: #6f716b; border-top: 1px solid var(--line); font-size: 0.72rem; }
.footer-legal p,
.footer-bottom p { margin: 7px 0; }
.footer-signoff { margin-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #a4a69f; }
.footer-signoff strong,
.powered strong { color: var(--text); }
.built-uk { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; letter-spacing: 0.02em; }
.built-uk span { font-size: 1rem; }
.powered-by { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; color: #8f918b; }
.powered-by a { display: inline-flex; align-items: center; padding: 0; background: transparent; }
.powered-by a:hover { opacity: .78; }
.powered-by img { display: block; width: auto; height: 21px; filter: brightness(0) invert(1); }

.legal { padding: 90px 0 118px; }
.legal h1 { margin: 22px 0 31px; font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: 0.88; letter-spacing: -0.07em; }
.legal h2 { margin-top: 42px; font-size: 1.5rem; }
.section-copy { max-width: 760px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.legal p,
.legal li { max-width: 820px; color: #b6b8b1; }
.legal .updated { color: var(--acid); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; }
.support-card { max-width: 820px; margin-top: 36px; padding: 29px; background: var(--panel); border: 1px solid var(--line); }
.support-card h2 { margin-top: 0; }
.anchor-offset { scroll-margin-top: 96px; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: minmax(350px, 0.8fr) minmax(500px, 1.2fr); }
  .hero-device-art img { width: min(690px, 108%); margin-left: -3%; }
  .app-screen { width: 224px; height: 510px; }
  .app-screen-scan { width: 260px; height: 565px; }
  .screen-deck { min-height: 630px; }
  .app-screen-login { left: -8px; }
  .app-screen-results { right: -8px; }
  .hero-phone { width: 218px; }
  .hero-phone-featured { width: 252px; }
}

@media (max-width: 920px) {
  .wrap { width: min(calc(100% - 36px), var(--max)); }
  .primary-nav,
  .nav-links a:not(.button) { display: none; }
  .header-inner,
  .nav-inner { grid-template-columns: 1fr auto; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero h1 { max-width: 800px; font-size: clamp(4rem, 12vw, 6.8rem); }
  .hero-copy { max-width: 760px; }
  .hero-device-art { width: min(100%, 820px); margin-inline: auto; }
  .hero-device-art img { width: 100%; margin-left: 0; }
  .screen-deck { width: min(100%, 720px); margin-inline: auto; }
  .hero-phone-stack { width: min(100%, 720px); min-height: 640px; margin-inline: auto; }
  .removal-guide-head { grid-template-columns: 1fr; gap: 28px; }
  .removal-steps { grid-template-columns: repeat(2, 1fr); }
  .removal-steps article:nth-child(2) { border-right: 0; }
  .removal-steps article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(n + 3) { border-bottom: 0; }
  .trust-grid > div:nth-child(3) { padding-left: 0; }
  .section-intro,
  .pricing-head,
  .promise-grid,
  .download-grid,
  .download-panel { grid-template-columns: 1fr; gap: 37px; }
  .product-card-wide { grid-template-columns: 1fr 1fr; }
  .footer-lead { grid-template-columns: 1fr; gap: 36px; }
  .footer-store { justify-self: start; }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header,
  .nav { position: relative; }
  .header-inner,
  .nav-inner { min-height: 68px; gap: 14px; }
  .brand { gap: 9px; font-size: 0.96rem; }
  .brand .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .brand .brand-wordmark { width: auto; height: 20px; }
  .button-small { min-height: 40px; padding-inline: 11px; font-size: 0.64rem; }
  .hero { padding: 51px 0 55px; }
  .hero h1 { margin-top: 18px; font-size: clamp(3.35rem, 17.2vw, 5rem); }
  .lead { font-size: 1rem; }
  .hero-device-art { width: calc(100% + 20px); margin-left: -10px; }
  .hero-device-art img { width: 100%; }
  .hero-phone-stack { width: calc(100% + 14px); min-height: 485px; margin-left: -7px; }
  .hero-phone { width: 41%; padding: 4px; border-radius: 24px; }
  .hero-phone img { border-radius: 19px; }
  .hero-phone-left { left: 0; top: 64px; transform: rotate(-5deg); }
  .hero-phone-featured { top: 0; width: 52%; }
  .hero-phone-right { right: 0; top: 66px; transform: rotate(5deg); }
  .actions { align-items: stretch; flex-direction: column; }
  .button,
  .text-link { width: 100%; }
  .text-link { justify-content: center; border: 1px solid #41433f; }
  .screen-deck { min-height: 585px; }
  .app-screen-login,
  .app-screen-results { display: none; }
  .app-screen-scan { top: 0; width: min(292px, 88vw); height: 572px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 64px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .section { padding: 72px 0; }
  .section h2,
  .download h2 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .product-grid,
  .plan-grid,
  .steps { grid-template-columns: 1fr; }
  .product-card-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 610px; }
  .product-card { min-height: 360px; padding: 26px; }
  .product-card h3 { margin-top: 45px; }
  .scan-visual { min-height: 260px; }
  .ring-one { width: 230px; height: 230px; }
  .ring-two { width: 158px; height: 158px; }
  .metric-row,
  .alias-chip,
  .security-score,
  .progress-list { right: 25px; left: 25px; }
  .steps { border: 0; gap: 12px; }
  .removal-steps { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .removal-steps article { min-height: 240px; border: 1px solid var(--line) !important; }
  .removal-steps h3 { margin-top: 34px; }
  .removal-guide-action { justify-content: stretch; }
  .steps article { min-height: 230px; border: 1px solid var(--line); }
  .steps article:last-child { border-right: 1px solid var(--line); }
  .steps h3 { margin-top: 38px; }
  .plan-card { min-height: 680px; padding: 27px; }
  .plan-ribbon { position: static; width: fit-content; margin: -27px -27px 26px auto; }
  .price strong { font-size: clamp(4.4rem, 22vw, 6.4rem); }
  .download { padding: 56px 0; }
  .download-panel { padding: 34px 25px; gap: 30px; }
  .download h2 { font-size: clamp(2.85rem, 14vw, 4.3rem); }
  .download-badges { padding: 22px; }
  .launch-status { padding: 18px; }
  .footer-links,
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-store > div { flex-direction: column; align-items: flex-start; gap: 0; }
  .footer-signoff { flex-direction: column; }
  .powered-by { justify-content: flex-start; flex-wrap: wrap; }
  .legal { padding: 66px 0 90px; }
}


/* Content and product-story additions — v8 */
.app-identity {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.app-identity img,
.outcomes-brand > img,
.status-app-icon {
  display: block;
  border-radius: 24%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .38);
}
.app-identity strong,
.app-identity span { display: block; }
.app-identity strong { font-size: .78rem; letter-spacing: .12em; }
.app-identity span { margin-top: 3px; color: #858780; font-size: .73rem; }

.outcomes { background: #080908; }
.outcomes-layout { display: grid; gap: 52px; }
.outcomes-brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 42px;
  align-items: center;
}
.outcomes-brand h2 { max-width: 900px; }
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}
.outcome-grid article { min-height: 280px; padding: 27px; border-right: 1px solid var(--line); }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid span { color: var(--acid); font-size: 1.8rem; font-weight: 950; }
.outcome-grid h3 { margin: 48px 0 12px; font-size: 1.25rem; line-height: 1.1; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.scope-note { max-width: 960px; margin: 0; color: #959791; font-size: .84rem; }
.scope-note strong { color: var(--text); }

.app-showcase { background: #050505; }
.showcase-list { margin-top: 64px; display: grid; gap: 90px; }
.showcase-row {
  min-height: 790px;
  padding: 44px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(140deg, #111210, #090a09);
  border: 1px solid var(--line);
}
.showcase-row-reverse .showcase-copy { order: 2; }
.showcase-row-reverse .screen-pair { order: 1; }
.showcase-copy h3 { max-width: 520px; margin: 28px 0 18px; font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: .98; letter-spacing: -.055em; }
.showcase-copy > p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.7; }
.showcase-copy ul { margin: 27px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.showcase-copy li { color: #c5c7c0; font-size: .85rem; }
.showcase-copy li::before { content: "✓"; margin-right: 10px; color: var(--acid); font-weight: 950; }
.screen-pair { min-height: 690px; position: relative; }
.screen-shot {
  width: 270px;
  margin: 0;
  position: absolute;
  right: 5%;
  top: 0;
  padding: 7px;
  background: linear-gradient(145deg, #4a4d47, #151615 42%, #050505);
  border: 1px solid #60645b;
  border-radius: 40px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .62);
}
.screen-shot-back { right: auto; left: 3%; top: 48px; transform: rotate(-5deg); }
.screen-shot:not(.screen-shot-back) { transform: rotate(4deg); }
.screen-shot img { display: block; width: 100%; height: auto; border-radius: 32px; }
.screen-shot-crop-top { overflow: hidden; }
.screen-shot-crop-top img { margin-top: -48%; }
.screen-shot figcaption {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  color: #969891;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.access-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}
.access-grid article { min-height: 230px; padding: 29px; border-right: 1px solid var(--line); }
.access-grid article:last-child { border-right: 0; background: rgba(184, 255, 0, .045); }
.access-grid span { color: var(--acid); font-size: .7rem; font-weight: 950; letter-spacing: .13em; }
.access-grid h3 { margin: 42px 0 11px; font-size: 1.45rem; }
.access-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: #0a0b0a; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  padding: 24px 42px 24px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 850;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--acid); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 740px; margin: -4px 42px 25px 0; color: var(--muted); line-height: 1.7; }
.status-app-icon { width: 52px; height: 52px; flex: 0 0 52px; }

.guides { background: #0a0b0a; }
.guides-head { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.guides-head > p { max-width: 540px; margin: 0 0 7px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.guide-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-card { min-height: 325px; padding: 34px; display: flex; flex-direction: column; color: var(--text); text-decoration: none; background: #0d0e0d; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.guide-card:hover, .guide-card:focus-visible { background: #131512; transform: translateY(-3px); outline: 0; }
.guide-card-featured { grid-column: span 2; min-height: 380px; background: linear-gradient(130deg, rgba(184,255,0,.11), #0d0e0d 58%); }
.guide-card > span { color: var(--acid); font-size: .69rem; font-weight: 950; letter-spacing: .14em; }
.guide-card h3 { max-width: 770px; margin: auto 0 16px; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.guide-card p { max-width: 620px; margin: 0 0 27px; color: var(--muted); line-height: 1.65; }
.guide-card b { color: var(--acid); font-size: .72rem; letter-spacing: .11em; }

.article-page { background: #080908; }
.article-main { padding-top: 110px; }
.article-hero { padding: 96px 0 70px; border-bottom: 1px solid var(--line); }
.article-hero .wrap { max-width: 980px; }
.article-kicker { margin: 0 0 22px; color: var(--acid); font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.article-hero h1 { max-width: 940px; margin: 0; font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .91; letter-spacing: -.065em; }
.article-deck { max-width: 780px; margin: 30px 0 0; color: #c0c2bb; font-size: 1.2rem; line-height: 1.65; }
.article-meta { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: #858780; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { max-width: 1120px; padding-top: 72px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 90px; align-items: start; }
.article-content { max-width: 760px; }
.article-content h2 { margin: 62px 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; letter-spacing: -.045em; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 34px 0 12px; font-size: 1.35rem; }
.article-content p, .article-content li { color: #b9bbb4; font-size: 1.03rem; line-height: 1.78; }
.article-content p { margin: 0 0 20px; }
.article-content ul, .article-content ol { margin: 0 0 27px; padding-left: 24px; }
.article-content li { margin: 10px 0; padding-left: 7px; }
.article-content a { color: var(--acid); }
.article-content strong { color: #f2f3ef; }
.article-note { margin: 32px 0; padding: 24px 26px; background: rgba(184,255,0,.055); border-left: 3px solid var(--acid); }
.article-note p { margin: 0; color: #d8dad3; }
.article-checklist { margin: 30px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.article-checklist li { margin: 0; padding: 15px 17px 15px 46px; position: relative; background: #101110; border: 1px solid var(--line); }
.article-checklist li::before { content: "✓"; position: absolute; left: 17px; color: var(--acid); font-weight: 950; }
.article-aside { position: sticky; top: 130px; display: grid; gap: 15px; }
.article-aside-card { padding: 24px; background: #0d0e0d; border: 1px solid var(--line); }
.article-aside-card strong { display: block; margin-bottom: 10px; color: var(--acid); font-size: .7rem; letter-spacing: .12em; }
.article-aside-card p { margin: 0 0 17px; color: #999b95; font-size: .85rem; line-height: 1.6; }
.article-aside-card a { color: #f1f2ee; font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; }
.article-sources { margin-top: 55px; padding-top: 27px; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; font-size: 1.45rem; }
.article-sources li, .article-sources p { font-size: .87rem; }
.article-related { padding: 76px 0; background: #0d0e0d; border-top: 1px solid var(--line); }
.article-related h2 { margin: 0 0 32px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 190px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; color: var(--text); text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.related-grid strong { max-width: 430px; font-size: 1.28rem; line-height: 1.12; }
.article-cta { padding: 72px 0; background: var(--acid); color: #050505; }
.article-cta .wrap { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.article-cta h2 { max-width: 720px; margin: 8px 0 0; color: #050505; font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .9; }
.article-cta p { max-width: 530px; margin: 0 0 24px; color: #1d2118; line-height: 1.6; }
.article-cta .button { background: #050505; color: #fff; border-color: #050505; }

@media (max-width: 1120px) {
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid article:nth-child(2) { border-right: 0; }
  .outcome-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .screen-shot { width: 235px; }
  .showcase-row { gap: 40px; }
}

@media (max-width: 920px) {
  .outcomes-brand { grid-template-columns: 130px 1fr; }
  .outcomes-brand > img { width: 130px; height: 130px; }
  .showcase-row { min-height: 670px; grid-template-columns: 1fr 1fr; padding: 34px; }
  .showcase-row-reverse .showcase-copy,
  .showcase-row-reverse .screen-pair { order: initial; }
  .screen-shot { width: 205px; }
  .faq-layout { grid-template-columns: 1fr; gap: 46px; }
  .guides-head { grid-template-columns: 1fr; gap: 28px; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }
  .article-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .article-cta .wrap { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  .app-identity { margin-top: 20px; }
  .outcomes-brand { grid-template-columns: 82px 1fr; gap: 20px; }
  .outcomes-brand > img { width: 82px; height: 82px; }
  .outcomes-brand h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .outcome-grid,
  .access-grid { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .outcome-grid article,
  .access-grid article { min-height: 220px; border: 1px solid var(--line) !important; }
  .outcome-grid h3 { margin-top: 32px; }
  .showcase-list { gap: 28px; }
  .showcase-row {
    min-height: 0;
    padding: 27px 22px 70px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .showcase-row-reverse .showcase-copy { order: 1; }
  .showcase-row-reverse .screen-pair { order: 2; }
  .screen-pair { min-height: 520px; }
  .screen-shot { width: 52%; right: 0; border-radius: 27px; padding: 4px; }
  .screen-shot-back { left: 0; top: 45px; }
  .screen-shot img { border-radius: 22px; }
  .screen-shot figcaption { bottom: -34px; font-size: .56rem; }
  .faq-list summary { font-size: .96rem; }
  .guide-grid, .related-grid { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .guide-card, .guide-card-featured, .related-grid a { grid-column: auto; min-height: 250px; border: 1px solid var(--line); }
  .article-main { padding-top: 78px; }
  .article-hero { padding: 70px 0 48px; }
  .article-hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .article-deck { font-size: 1.03rem; }
  .article-layout { padding-top: 50px; padding-bottom: 68px; }
  .article-content p, .article-content li { font-size: 1rem; }
  .article-aside { grid-template-columns: 1fr; }
  .article-cta { padding: 58px 0; }
}

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