:root {
  --bg: #020511;
  --panel: #071126;
  --panel-2: #09152e;
  --line: rgba(105, 84, 255, .26);
  --text: #f6f8ff;
  --muted: #b8c1d8;
  --blue: #278dff;
  --purple: #8a45ff;
  --green: #5fe43b;
  --yellow: #ffd238;
  --red: #ff4545;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  background: #00030a;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

main {
  width: min(1220px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(109, 47, 255, .24), transparent 21rem),
    radial-gradient(circle at 90% 27%, rgba(25, 121, 255, .26), transparent 26rem),
    var(--bg);
}

.hero {
  position: relative;
  min-height: 795px;
  padding: 42px 38px 34px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 4, 15, .99) 0%, rgba(1, 4, 15, .92) 31%, rgba(1, 4, 15, .38) 57%, rgba(1, 4, 15, .72) 100%),
    radial-gradient(circle at 94% 27%, rgba(94, 46, 255, .24), transparent 13rem);
}

.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 132px;
  z-index: 1;
  width: 380px;
  height: 380px;
  border: 9px solid rgba(93, 73, 255, .22);
  border-radius: 36px;
  filter: blur(.3px) drop-shadow(0 0 28px rgba(99, 67, 255, .55));
  transform: rotate(45deg);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(1.08) contrast(1.08);
}

.topbar,
.hero-copy,
.review-card {
  position: relative;
  z-index: 2;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  background: transparent;
}

.brand picture {
  display: block;
  line-height: 0;
}

.brand-name {
  display: none;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.brand-name span {
  color: var(--blue);
}

.brand-logo {
  display: block;
  width: clamp(82px, 8vw, 108px);
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 0 18px rgba(39, 141, 255, .24));
}

h2 span {
  color: var(--blue);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(255, 255, 255, .82);
  font-weight: 750;
}

.nav-links a:hover {
  color: #8fc2ff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  place-items: center;
  padding: 9px;
  border: 1px solid rgba(113, 140, 255, .34);
  border-radius: 10px;
  color: #fff;
  background: rgba(5, 10, 28, .82);
  box-shadow: 0 0 18px rgba(39, 141, 255, .16);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 318px;
  min-height: 86px;
  padding: 11px 22px 11px 18px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #12151b, #020306);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    0 0 24px rgba(39, 141, 255, .18);
}

.small-badge {
  min-width: 236px;
  min-height: 76px;
}

.store-badge i {
  width: 46px;
  height: 50px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='78' height='86' viewBox='0 0 78 86' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='6' y1='4' x2='42' y2='42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F0FF'/%3E%3Cstop offset='1' stop-color='%2300C16A'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='12' y1='82' x2='43' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300C16A'/%3E%3Cstop offset='1' stop-color='%23B7F04A'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='39' y1='27' x2='72' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE34D'/%3E%3Cstop offset='1' stop-color='%23FF9F1C'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='42' y1='45' x2='73' y2='63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF7A1A'/%3E%3Cstop offset='1' stop-color='%23FF355D'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M8 5.5c-2.1 1.1-3.4 3.2-3.4 6.1v62.8c0 2.8 1.2 4.9 3.2 6.1L43.5 43 8 5.5Z' fill='url(%23a)'/%3E%3Cpath d='M43.5 43 7.8 80.5c2.2 1.2 5.1 1.1 8.1-.7l42.7-24.4L43.5 43Z' fill='url(%23b)'/%3E%3Cpath d='M58.6 30.6 15.8 6.2C12.9 4.5 10 4.3 8 5.5L43.5 43l15.1-12.4Z' fill='url(%23c)'/%3E%3Cpath d='M58.6 30.6 43.5 43l15.1 12.4 8.7-5c6.1-3.5 6.1-11.3 0-14.8l-8.7-5Z' fill='url(%23d)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.store-badge span {
  display: grid;
  justify-items: start;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: .98;
}

.store-badge small {
  margin-bottom: 3px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.hero-copy {
  width: min(520px, 100%);
  margin-top: 92px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 19px;
  border-radius: 18px;
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 850;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(100, 59, 255, .82), rgba(39, 141, 255, .32));
  box-shadow: 0 0 24px rgba(111, 66, 255, .28);
}

.pill span,
.trust-line span {
  width: 19px;
  height: 22px;
  border: 2px solid var(--purple);
  border-radius: 9px 9px 12px 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 6vw, 5.15rem);
  line-height: .98;
  letter-spacing: 0;
}

h1 span {
  display: block;
  background: linear-gradient(90deg, #9a4dff 0%, #2d86ff 68%, #35a6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.19rem;
  font-weight: 650;
  line-height: 1.48;
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.mini-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 9px 12px;
  border: 1px solid rgba(108, 93, 255, .32);
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 760;
  background: rgba(7, 12, 34, .72);
}

.shield-icon,
.lock-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 24px;
  flex: 0 0 auto;
  border: 2px solid var(--blue);
  border-radius: 8px 8px 12px 12px;
  box-shadow: 0 0 14px rgba(39, 141, 255, .35);
}

.shield-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}

.shield-icon.purple,
.shield-icon.purple::after,
.lock-icon {
  border-color: var(--purple);
}

.lock-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -9px;
  width: 9px;
  height: 10px;
  border: 2px solid var(--purple);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.hero-download {
  border: 0;
  background: linear-gradient(180deg, #20d941, #038f1b);
  box-shadow: 0 0 30px rgba(22, 210, 44, .38), inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.trust-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  font-weight: 750;
}

.trust-line span {
  width: 20px;
  height: 22px;
  border-color: var(--green);
}

.review-card {
  position: absolute;
  right: 28px;
  bottom: 32px;
  width: 196px;
  padding: 19px 18px;
  border: 1px solid rgba(104, 76, 255, .52);
  border-radius: 16px;
  background: rgba(8, 12, 36, .78);
  box-shadow: 0 0 28px rgba(119, 74, 255, .28);
}

.review-card strong {
  color: var(--yellow);
  letter-spacing: 2px;
}

.review-card p {
  margin: 10px 0 7px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.35;
}

.review-card span {
  color: rgba(255, 255, 255, .65);
}

.panel,
.stats-strip,
.cta {
  position: relative;
  margin: 0 34px 14px;
  border: 1px solid rgba(71, 87, 255, .16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(7, 17, 38, .96), rgba(5, 12, 29, .98));
  box-shadow: 0 0 30px rgba(40, 88, 255, .08), inset 0 0 0 1px rgba(255, 255, 255, .02);
}

.benefits {
  margin-top: -4px;
  padding: 20px 34px 28px;
}

h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
  min-height: 190px;
  padding: 8px 34px 0;
  text-align: center;
}

.benefit-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.icon-circle,
.step-icon {
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 850;
  background: rgba(255, 255, 255, .04);
}

.purple {
  color: #a35cff;
  box-shadow: 0 0 28px rgba(129, 61, 255, .35);
}

.blue {
  color: #2c91ff;
  box-shadow: 0 0 28px rgba(44, 145, 255, .32);
}

.green {
  color: var(--green);
  box-shadow: 0 0 28px rgba(95, 228, 59, .3);
}

.yellow {
  color: var(--yellow);
  box-shadow: 0 0 28px rgba(255, 210, 56, .28);
}

.benefit-grid h3,
.steps h3 {
  margin-bottom: 9px;
  font-size: 1.1rem;
}

.benefit-grid p,
.steps p,
.security p,
.cta p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
}

.how {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 22px;
  padding: 18px 18px 18px 34px;
}

.how h2 {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}

.steps article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.step-number {
  position: absolute;
  left: 0;
  top: 8px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
}

.step-number.purple { background: linear-gradient(135deg, #9a39ff, #632cff); }
.step-number.blue { background: linear-gradient(135deg, #35adff, #176df2); }
.step-number.green { background: linear-gradient(135deg, #80f04c, #23b62f); }

.step-icon {
  width: 94px;
  height: 94px;
  color: #8eb2ff;
  font-size: 2.65rem;
  background: rgba(42, 63, 119, .38);
}

.example-phone {
  align-self: end;
  padding: 22px 18px;
  border: 3px solid rgba(255, 255, 255, .22);
  border-radius: 28px 28px 10px 10px;
  background: #030815;
  box-shadow: inset 0 0 0 2px rgba(54, 75, 121, .48);
}

.example-phone h3 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .74);
  text-align: center;
  font-size: .96rem;
}

.result {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 11px;
}

.result b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
}

.result span {
  display: grid;
  gap: 2px;
  font-size: .8rem;
}

.result strong {
  font-size: .95rem;
}

.safe-result {
  color: #99ff88;
  background: rgba(62, 205, 49, .16);
}

.safe-result b { background: rgba(95, 228, 59, .28); }
.warn-result {
  color: #ffbe3b;
  background: rgba(255, 171, 31, .16);
}

.warn-result b { background: rgba(255, 190, 59, .26); }
.danger-result {
  color: #ff5656;
  background: rgba(255, 69, 69, .16);
}

.danger-result b { background: rgba(255, 69, 69, .24); }

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px 36px;
}

.stats-strip div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 18px;
  align-items: center;
  min-height: 70px;
}

.stats-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, .1);
  padding-left: 32px;
}

.stats-strip i {
  grid-row: span 2;
  color: var(--purple);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  text-shadow: 0 0 24px rgba(138, 69, 255, .5);
}

.stats-strip div:nth-child(2) i { color: var(--blue); }
.stats-strip div:nth-child(3) i { color: var(--green); }
.stats-strip div:nth-child(4) i { color: var(--purple); font-size: 2.25rem; }

.stats-strip strong {
  font-size: 1.55rem;
  line-height: 1;
}

.stats-strip span {
  color: var(--muted);
  font-weight: 650;
}

.security {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  min-height: 150px;
  padding: 24px 36px;
}

.security h2 {
  margin-bottom: 8px;
}

.tech-row {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.12rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tech-row small {
  color: var(--muted);
  font-size: .72rem;
}

.android {
  color: #8dff63;
  text-transform: lowercase;
}

.aws {
  color: #ffae2b;
  text-transform: lowercase;
}

.phone-orbit {
  position: relative;
  height: 282px;
}

.phone-orbit::before {
  content: "";
  position: absolute;
  inset: 92px -42px 48px -54px;
  border: 3px solid rgba(39, 141, 255, .72);
  border-radius: 50%;
  filter: blur(.4px) drop-shadow(0 0 18px rgba(39, 141, 255, .9));
  transform: rotate(-16deg);
}

.phone-card {
  position: absolute;
  right: 28px;
  bottom: -16px;
  display: grid;
  place-items: center;
  width: 126px;
  height: 276px;
  padding: 7px;
  border: 2px solid rgba(255, 255, 255, .26);
  border-radius: 20px;
  color: white;
  font-weight: 850;
  background: linear-gradient(165deg, #050711, #17123a 55%, #3810a0);
  box-shadow: 0 16px 50px rgba(90, 53, 255, .35);
  transform: rotate(13deg);
  overflow: hidden;
}

.app-screen-image {
  display: block;
  width: 100%;
  height: calc(100% + 18px);
  border-radius: 15px;
  object-fit: cover;
  object-position: top center;
  background: #f8fafc;
}

.app-screen {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 7px 5px;
  border-radius: 14px;
  color: #101828;
  text-align: center;
  background: #fbfdff;
  box-shadow: inset 0 0 0 1px rgba(20, 35, 72, .12);
  overflow: hidden;
}

.app-status {
  justify-self: start;
  font-size: .32rem;
  font-weight: 900;
  line-height: 1;
}

.app-top {
  margin-top: -2px;
  color: #0c1b3e;
  font-size: .56rem;
  font-weight: 900;
  line-height: 1;
}

.app-top span {
  color: #228cff;
}

.app-shield {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-top: 7px;
  border-radius: 50% 50% 46% 46%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  background: linear-gradient(145deg, #20d941, #087e1a);
  box-shadow: 0 0 0 5px rgba(32, 217, 65, .12);
  clip-path: polygon(50% 0, 88% 18%, 82% 70%, 50% 96%, 18% 70%, 12% 18%);
}

.app-screen > strong {
  margin-top: 9px;
  font-size: .68rem;
  line-height: 1;
}

.app-screen > small {
  width: 88%;
  margin-top: 3px;
  color: #677084;
  font-size: .38rem;
  font-weight: 700;
  line-height: 1.15;
}

.app-screen > em {
  margin-top: 7px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #139a37;
  font-size: .38rem;
  font-style: normal;
  font-weight: 900;
  background: #dff9e7;
}

.app-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 100%;
  margin-top: 9px;
}

.app-stats b {
  display: grid;
  padding: 6px 3px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  color: #101828;
  font-size: .78rem;
  line-height: 1;
  background: #fff;
}

.app-stats small {
  margin-top: 2px;
  color: #64748b;
  font-size: .32rem;
  line-height: 1.05;
}

.last-call {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  align-items: center;
  width: 100%;
  margin-top: 9px;
  padding: 6px;
  border-radius: 7px;
  color: #e3292f;
  text-align: left;
  background: #fff1f1;
}

.last-call i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: .58rem;
  font-style: normal;
  background: #ef3338;
}

.last-call b {
  display: grid;
  font-size: .4rem;
  line-height: 1.05;
}

.last-call small {
  color: #667085;
  font-size: .32rem;
}

.app-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 86%;
  margin-top: auto;
}

.app-tabs i {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #94a3b8;
}

.app-tabs i:first-child {
  background: #278dff;
}

.cta {
  display: grid;
  grid-template-columns: 118px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 32px;
  background:
    radial-gradient(circle at 82% 50%, rgba(33, 116, 255, .32), transparent 15rem),
    linear-gradient(180deg, rgba(8, 20, 47, .98), rgba(5, 12, 29, .98));
}

.app-icon {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(113, 76, 255, .55);
  border-radius: 20px;
  background: rgba(10, 14, 34, .88);
  box-shadow: 0 0 28px rgba(113, 76, 255, .38);
}

.app-icon img {
  width: 78px;
  height: auto;
  object-fit: contain;
}

.cta h2 {
  margin-bottom: 8px;
  text-align: left;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 24px 38px 28px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, .58);
  font-size: .92rem;
  font-weight: 700;
}

.modal-link {
  padding: 0;
  border: 0;
  color: inherit;
  font-weight: inherit;
  background: transparent;
  cursor: pointer;
}

.footer a:hover,
.modal-link:hover {
  color: #8fc2ff;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  padding: 24px;
}

.legal-modal[aria-hidden="false"] {
  display: grid;
  place-items: center;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 3, 10, .78);
  backdrop-filter: blur(6px);
}

.legal-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  padding: 30px;
  border: 1px solid rgba(113, 140, 255, .24);
  border-radius: 14px;
  color: #eaf0ff;
  background: linear-gradient(180deg, rgba(8, 17, 40, .98), rgba(4, 9, 24, .98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.legal-modal__close {
  position: sticky;
  top: 0;
  float: right;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: -10px -10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.legal-modal__panel h2 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 1.8rem;
}

.legal-updated {
  margin-bottom: 24px;
  color: var(--muted);
}

.legal-modal__panel h3 {
  margin: 22px 0 8px;
  color: #8fc2ff;
  font-size: 1.05rem;
}

.legal-modal__panel p {
  color: #c7d1e8;
  line-height: 1.58;
}

.legal-modal__panel a {
  color: #67e783;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1020px) {
  .hero {
    min-height: 760px;
    padding: 26px;
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .small-badge {
    display: none;
  }

  .review-card {
    right: 24px;
  }

  .mini-features {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .benefit-grid,
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid article:nth-child(3) {
    border-left: 0;
  }

  .stats-strip div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .how,
  .security,
  .cta {
    grid-template-columns: 1fr;
  }

  .example-phone,
  .phone-orbit {
    width: min(360px, 100%);
    justify-self: center;
  }

  .cta {
    justify-items: center;
    text-align: center;
  }

  .cta h2 {
    text-align: center;
  }
}

@media (max-width: 680px) {
  main {
    width: 100%;
  }

  .hero {
    min-height: 0;
    padding: 18px 16px 24px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(1, 4, 15, .98) 0%, rgba(1, 4, 15, .91) 55%, rgba(1, 4, 15, .78) 100%);
  }

  .hero::after,
  .small-badge,
  .review-card {
    display: none;
  }

  .hero-image {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% + 32px);
    height: 340px;
    margin: 22px -16px 0;
    object-position: center center;
    border-block: 1px solid rgba(255, 255, 255, .07);
  }

  .topbar {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .brand-logo {
    width: 48px;
    height: 58px;
    border-radius: 0;
    object-fit: contain;
  }

  .brand-name {
    display: inline-block;
    font-size: 1.55rem;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(113, 140, 255, .18);
    border-radius: 12px;
    gap: 0;
    font-size: .9rem;
    background: rgba(3, 8, 24, .92);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
    overflow: visible;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    display: block;
    padding: 12px 10px;
    border-radius: 8px;
  }

  .nav-links a:hover {
    background: rgba(39, 141, 255, .12);
  }

  .hero-copy {
    margin-top: 34px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .lead {
    font-size: 1.05rem;
  }

  .store-badge,
  .hero-download {
    width: 100%;
    min-width: 0;
  }

  .panel,
  .stats-strip,
  .cta {
    margin-inline: 12px;
  }

  .benefits,
  .how,
  .security,
  .cta {
    padding: 22px 16px;
  }

  .benefit-grid,
  .steps,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: 0;
    padding: 20px 4px;
  }

  .benefit-grid article + article,
  .stats-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding-left: 0;
    padding-top: 20px;
  }

  .steps {
    gap: 22px;
  }

  .step-number {
    left: calc(50% - 78px);
  }

  .stats-strip {
    padding: 20px;
  }

  .stats-strip div {
    grid-template-columns: 56px 1fr;
    gap: 0 18px;
    align-items: center;
    min-height: 94px;
  }

  .stats-strip div + div {
    padding-top: 18px;
  }

  .stats-strip i {
    display: grid;
    width: 56px;
    min-height: 56px;
    place-items: center;
    font-size: 2.65rem;
    line-height: 1;
  }

  .stats-strip div:nth-child(4) i {
    font-size: 2.55rem;
  }

  .stats-strip strong {
    align-self: end;
    font-size: 1.8rem;
  }

  .stats-strip span {
    align-self: start;
    font-size: 1.05rem;
  }

  .tech-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }

  .footer {
    padding: 22px 16px;
  }

  .footer nav {
    gap: 16px;
  }

  .legal-modal {
    padding: 12px;
  }

  .legal-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 22px 18px;
  }

  .legal-modal__panel h2 {
    font-size: 1.45rem;
  }
}
