:root {
  --navy: #000d4d;
  --blue: #2457ff;
  --mint: #19c6a3;
  --mist: #f4f6ff;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 48px));
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(0 13 77 / 10%);
}
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; font-size: 19px; font-weight: 760; letter-spacing: -.045em; }
.brand img { width: 37px; height: 37px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 31px; }
.site-header nav a { position: relative; padding: 12px 0; color: rgb(0 13 77 / 56%); font-size: 12px; font-weight: 680; transition: color .2s ease; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--navy); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-header nav a:hover { color: var(--navy); }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; padding: 9px 0 7px; border-bottom: 1px solid var(--navy); font-size: 12px; font-weight: 760; }

.hero {
  min-height: calc(100svh - 96px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(45px, 6vw, 92px);
  padding: 60px 0 82px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.eyebrow, .section-kicker { margin: 0 0 25px; font-size: 10px; line-height: 1; font-weight: 830; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgb(25 198 163 / 13%); }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(54px, 6.1vw, 88px); line-height: .97; letter-spacing: -.071em; font-weight: 770; }
.hero-lede { max-width: 575px; margin: 28px 0 0; color: rgb(0 13 77 / 67%); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.62; letter-spacing: -.018em; }

.waitlist-wrap { width: min(100%, 560px); margin-top: 35px; }
.waitlist-form { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 5px; background: var(--white); border: 1px solid rgb(0 13 77 / 17%); border-radius: 6px; box-shadow: 0 13px 35px rgb(0 13 77 / 7%); transition: border-color .2s ease, box-shadow .2s ease; }
.waitlist-form:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(36 87 255 / 10%), 0 13px 35px rgb(0 13 77 / 7%); }
.waitlist-form input[type="email"] { min-width: 0; height: 49px; padding: 0 15px; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 14px; }
.waitlist-form input::placeholder { color: rgb(0 13 77 / 39%); }
.waitlist-form button { min-width: 156px; height: 49px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: var(--navy); border: 0; border-radius: 4px; cursor: pointer; font-size: 12px; font-weight: 750; transition: background .2s ease, transform .2s ease; }
.waitlist-form button:hover { background: var(--blue); }
.waitlist-form button:active { transform: scale(.98); }
.waitlist-form button:disabled, .waitlist-form input:disabled { cursor: wait; opacity: .65; }
.waitlist-form button span:last-child { font-size: 17px; }
.form-note { min-height: 16px; margin: 10px 2px 0; color: rgb(0 13 77 / 45%); font-size: 10px; line-height: 1.5; }
.form-note.success, .form-note.duplicate { color: var(--mint); font-weight: 720; }
.form-note.error { color: var(--blue); font-weight: 720; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.tool-row { margin-top: 37px; display: flex; align-items: center; gap: 11px; color: rgb(0 13 77 / 50%); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.tool-row i { width: 3px; height: 3px; border-radius: 50%; background: rgb(0 13 77 / 23%); }

.device-stage { position: relative; height: 650px; display: grid; place-items: center; isolation: isolate; }
.device-stage::before { content: ""; position: absolute; inset: 8% -30% 3%; z-index: -2; background: radial-gradient(circle at center, rgb(36 87 255 / 12%), transparent 66%); }
.orbit { position: absolute; border: 1px solid rgb(36 87 255 / 16%); border-radius: 50%; z-index: -1; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgb(36 87 255 / 9%); }
.orbit-one { width: 480px; height: 480px; animation: orbit-spin 22s linear infinite; }
.orbit-one::before { top: 21%; left: 2%; }
.orbit-one::after { right: 7%; bottom: 16%; background: var(--mint); box-shadow: 0 0 0 6px rgb(25 198 163 / 9%); }
.orbit-two { width: 620px; height: 620px; border-color: rgb(0 13 77 / 7%); animation: orbit-spin 34s linear infinite reverse; }
.orbit-two::before { top: 9%; right: 25%; width: 5px; height: 5px; background: var(--navy); }
.orbit-two::after { bottom: 24%; left: 5%; width: 5px; height: 5px; background: var(--mint); }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.phone-shell { position: relative; width: 285px; padding: 8px; background: var(--navy); border-radius: 49px; box-shadow: 0 35px 80px rgb(0 13 77 / 25%), 0 0 0 1px rgb(255 255 255 / 60%) inset; transform: rotate(2.4deg); }
.phone-shell img { display: block; width: 100%; aspect-ratio: 662 / 1440; object-fit: cover; border-radius: 41px; }
.phone-camera { position: absolute; z-index: 3; top: 21px; left: 50%; width: 88px; height: 24px; transform: translateX(-50%); border-radius: 99px; background: var(--navy); }
.status-card { position: absolute; z-index: 4; min-width: 186px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; background: rgb(255 255 255 / 92%); border: 1px solid rgb(0 13 77 / 9%); border-radius: 10px; box-shadow: 0 18px 45px rgb(0 13 77 / 14%); backdrop-filter: blur(12px); }
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: 12px; letter-spacing: -.01em; }
.status-card small { margin-top: 3px; color: rgb(0 13 77 / 48%); font-size: 9px; font-weight: 650; }
.status-online { left: 0; top: 27%; }
.status-frida { right: 0; bottom: 21%; }
.status-icon { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgb(25 198 163 / 12%); color: var(--mint); font-weight: 900; }
.pulse { width: 9px; height: 9px; margin: 0 9px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgb(36 87 255 / 11%); }

.proof-strip { background: var(--mist); border-block: 1px solid rgb(0 13 77 / 6%); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 117px; padding: 31px 7%; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgb(0 13 77 / 9%); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { margin-bottom: 8px; font-size: 13px; letter-spacing: -.02em; }
.proof-grid span { color: rgb(0 13 77 / 51%); font-size: 11px; }

.states { padding-block: 150px 160px; }
.section-intro { max-width: 770px; }
.section-kicker { color: var(--blue); }
.section-kicker.light { color: var(--mint); }
.section-intro h2, .research-heading h2, .access h2 { margin: 0; font-size: clamp(42px, 5.1vw, 68px); line-height: 1.01; letter-spacing: -.065em; font-weight: 750; }
.section-intro > p:last-child { max-width: 610px; margin: 26px 0 0; color: rgb(0 13 77 / 57%); font-size: 16px; line-height: 1.65; }
.state-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 68px; }
.state-card { min-height: 530px; padding: 34px 36px 37px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 8px; }
.state-jailbroken { color: var(--white); background: var(--navy); }
.state-clean { background: var(--mist); border: 1px solid rgb(0 13 77 / 7%); }
.state-topline { display: flex; align-items: center; justify-content: space-between; color: rgb(255 255 255 / 47%); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.state-clean .state-topline { color: rgb(0 13 77 / 43%); }
.state-topline span:last-child { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgb(25 198 163 / 12%); }
.state-label { margin: 0 0 17px; color: var(--mint); font-size: 10px; font-weight: 770; letter-spacing: .1em; text-transform: uppercase; }
.state-clean .state-label { color: var(--blue); }
.state-card h3 { margin: 0; font-size: clamp(30px, 3vw, 43px); line-height: 1.05; letter-spacing: -.055em; }
.state-card div > p:last-child { max-width: 460px; margin: 19px 0 0; color: rgb(255 255 255 / 60%); font-size: 14px; line-height: 1.68; }
.state-clean div > p:last-child { color: rgb(0 13 77 / 56%); }
.state-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 22px; margin: 0; padding: 25px 0 0; border-top: 1px solid rgb(255 255 255 / 13%); list-style: none; }
.state-clean ul { border-top-color: rgb(0 13 77 / 11%); }
.state-card li { display: flex; align-items: center; gap: 8px; color: rgb(255 255 255 / 72%); font-size: 11px; }
.state-clean li { color: rgb(0 13 77 / 65%); }
.state-card li span { color: var(--mint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.state-clean li span { color: var(--blue); }

.research { color: var(--white); background: var(--navy); }
.research-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; padding-block: 145px 154px; }
.research-heading h2 { font-size: clamp(48px, 6vw, 78px); }
.research-heading > p:last-child { max-width: 390px; margin: 32px 0 0; color: rgb(255 255 255 / 55%); font-size: 15px; line-height: 1.7; }
.research-list { border-top: 1px solid rgb(255 255 255 / 16%); }
.research-list article { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 36px 0 39px; border-bottom: 1px solid rgb(255 255 255 / 16%); }
.research-list article > span { padding-top: 4px; color: var(--mint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.research-list h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.research-list p { max-width: 560px; margin: 13px 0 0; color: rgb(255 255 255 / 55%); font-size: 13px; line-height: 1.72; }

.workflow { padding-block: 155px; }
.horizontal-intro { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 12%; }
.horizontal-intro > p:last-child { margin-bottom: 6px; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 75px 0 0; padding: 0; border-top: 1px solid rgb(0 13 77 / 15%); list-style: none; }
.workflow-grid li { position: relative; min-height: 265px; padding: 30px 34px 0 0; border-right: 1px solid rgb(0 13 77 / 11%); }
.workflow-grid li:not(:first-child) { padding-left: 34px; }
.workflow-grid li:last-child { border-right: 0; }
.workflow-grid span { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.workflow-grid h3 { margin: 76px 0 13px; font-size: 21px; letter-spacing: -.04em; }
.workflow-grid p { max-width: 280px; margin: 0; color: rgb(0 13 77 / 53%); font-size: 12px; line-height: 1.65; }

.access { position: relative; min-height: 560px; padding: 70px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 8%; background: var(--mist); border-radius: 10px; overflow: hidden; }
.access-mark { position: relative; height: 330px; display: grid; place-items: center; }
.access-mark::before, .access-mark::after, .access-mark span { position: absolute; content: ""; border: 1px solid rgb(36 87 255 / 18%); border-radius: 50%; }
.access-mark::before { width: 310px; height: 310px; }
.access-mark::after { width: 220px; height: 220px; }
.access-mark span:nth-child(1) { width: 116px; height: 116px; background: var(--white); box-shadow: 0 25px 50px rgb(0 13 77 / 12%); }
.access-mark span:nth-child(2) { width: 12px; height: 12px; top: 15px; left: 50%; background: var(--blue); border: 0; box-shadow: 0 0 0 7px rgb(36 87 255 / 10%); }
.access-mark span:nth-child(3) { width: 10px; height: 10px; right: 7%; bottom: 25%; background: var(--mint); border: 0; box-shadow: 0 0 0 6px rgb(25 198 163 / 10%); }
.access-copy { position: relative; z-index: 2; }
.access h2 { max-width: 610px; font-size: clamp(40px, 4.6vw, 63px); }
.access-copy > p:nth-of-type(2) { max-width: 550px; margin: 24px 0 0; color: rgb(0 13 77 / 57%); font-size: 14px; line-height: 1.65; }

.site-footer { padding-block: 54px 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-brand { font-size: 17px; }
.footer-brand img { width: 32px; height: 32px; }
.site-footer > p { margin: 0; color: rgb(0 13 77 / 50%); font-size: 10px; }
.site-footer .legal { grid-column: 1 / -1; max-width: 650px; padding-top: 22px; border-top: 1px solid rgb(0 13 77 / 10%); line-height: 1.6; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(52px, 10vw, 82px); }
  .tool-row { justify-content: center; }
  .device-stage { height: 620px; }
  .state-card { min-height: 560px; }
  .state-card ul { grid-template-columns: 1fr; }
  .research-inner { grid-template-columns: 1fr; gap: 75px; }
  .research-heading > p:last-child { max-width: 560px; }
  .access { padding: 55px 45px; grid-template-columns: .7fr 1.3fr; }
  .access-mark::before { width: 250px; height: 250px; }
  .access-mark::after { width: 180px; height: 180px; }
}

@media (max-width: 720px) {
  .section-shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 78px; }
  .brand { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .nav-cta { font-size: 10px; }
  .hero { min-height: auto; padding: 65px 0 74px; overflow: visible; }
  .hero h1 { font-size: clamp(46px, 14vw, 67px); }
  .hero-lede { font-size: 16px; line-height: 1.58; }
  .waitlist-wrap { margin-top: 31px; }
  .waitlist-form { grid-template-columns: 1fr; gap: 5px; }
  .waitlist-form button { width: 100%; }
  .tool-row { max-width: 330px; flex-wrap: wrap; justify-content: center; row-gap: 9px; }
  .device-stage { height: 540px; margin-top: 20px; }
  .phone-shell { width: 238px; border-radius: 42px; }
  .phone-shell img { border-radius: 35px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 470px; height: 470px; }
  .status-card { min-width: 155px; padding: 12px; }
  .status-online { left: -8px; top: 25%; }
  .status-frida { right: -8px; bottom: 17%; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 92px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgb(0 13 77 / 9%); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .states, .workflow { padding-block: 105px; }
  .section-intro h2, .research-heading h2, .access h2 { font-size: clamp(40px, 12vw, 58px); }
  .state-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .state-card { min-height: 525px; padding: 28px 25px; }
  .state-card ul { grid-template-columns: 1fr 1fr; }
  .research-inner { padding-block: 104px; }
  .research-list article { grid-template-columns: 35px 1fr; gap: 16px; }
  .horizontal-intro { grid-template-columns: 1fr; gap: 24px; }
  .workflow-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .workflow-grid li, .workflow-grid li:not(:first-child) { min-height: auto; padding: 25px 0 35px; border-right: 0; border-bottom: 1px solid rgb(0 13 77 / 11%); }
  .workflow-grid h3 { margin-top: 36px; }
  .access { width: min(100% - 30px, 1180px); min-height: 0; padding: 0 22px 45px; grid-template-columns: 1fr; gap: 0; text-align: center; }
  .access-mark { height: 305px; }
  .access-mark::before { width: 265px; height: 265px; }
  .access-mark::after { width: 185px; height: 185px; }
  .access-copy { display: flex; flex-direction: column; align-items: center; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 420px) {
  .state-card ul { grid-template-columns: 1fr; }
  .state-card { min-height: 575px; }
  .access-mark::before { width: 225px; height: 225px; }
  .access-mark::after { width: 160px; height: 160px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
