:root {
  --ink: #07111f;
  --navy: #020712;
  --blue: #1268ff;
  --blue-2: #2d7dff;
  --cyan: #8ec5ff;
  --muted: #65758e;
  --line: rgba(148, 163, 184, 0.22);
  --panel: rgba(255, 255, 255, 0.08);
  --white: #ffffff;
  --soft: #f6f9ff;
  --green: #16a34a;
  --red: #ef4444;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  letter-spacing: 0;
}

.legal-page {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 0%, rgba(11, 99, 255, 0.2), transparent 32%), #020712;
  color: #f8fafc;
  padding: 40px 18px;
}

.legal-back {
  display: inline-flex;
  margin: 0 auto 18px;
  max-width: 920px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  padding: clamp(24px, 4vw, 52px);
}

.legal-card h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 6vw, 62px);
  line-height: 0.95;
}

.legal-card h2 {
  margin: 30px 0 8px;
  font-size: 20px;
}

.legal-card p {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.7;
}

.legal-card a {
  color: #60a5fa;
  font-weight: 800;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 88svh;
  padding: 30px clamp(18px, 4vw, 42px) 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 58% 38%, rgba(18, 104, 255, 0.38), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(70, 153, 255, 0.22), transparent 30%),
    linear-gradient(140deg, #02040a 0%, #03101d 48%, #020713 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -26% -10%;
  height: 36%;
  background: radial-gradient(ellipse at center, rgba(18, 104, 255, 0.24), transparent 60%);
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  font-size: clamp(24px, 3vw, 38px);
}
.brand-logo {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(18, 104, 255, 0.22);
}
.brand-shield, .mini-shield {
  display: inline-grid;
  place-items: center;
  color: white;
  background: linear-gradient(145deg, var(--blue), #0845c9);
  box-shadow: 0 18px 34px rgba(18, 104, 255, 0.32);
}
.brand-shield {
  width: 42px;
  height: 42px;
  border-radius: 13px 13px 18px 18px;
  font-size: 26px;
}
.mini-shield {
  width: 18px;
  height: 18px;
  border-radius: 6px 6px 8px 8px;
  font-size: 12px;
}
.nav-links {
  display: flex;
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  font-size: 15px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.88);
}
.nav-links a:hover { color: var(--cyan); }

.web-app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(145deg, #2f7cff, #0758e9);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(18, 104, 255, 0.32);
  transition: transform 180ms ease, filter 180ms ease;
}
.web-app-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.nav-web-app {
  padding: 0 19px;
  font-size: 14px;
  white-space: nowrap;
}
.hero-web-app {
  min-width: 190px;
  padding: 0 25px;
  font-size: 17px;
}

.app-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: transform 180ms ease, filter 180ms ease;
}
.app-store-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.app-store-link img {
  display: block;
  height: auto;
}
.nav-store img {
  width: 168px;
}
.hero-store img {
  width: 238px;
  max-width: 100%;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 15px;
  background: linear-gradient(145deg, #2f7cff, #0758e9);
  color: white;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(18, 104, 255, 0.34);
}
.store-button.small { padding: 13px 21px; font-size: 18px; }
.store-button.large {
  width: min(248px, 100%);
  min-height: 76px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 29px;
  box-shadow: none;
}
.store-button small {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}
.store-mark {
  width: 28px;
  height: 34px;
  border-radius: 15px 15px 12px 12px;
  background: white;
  position: relative;
}
.store-mark::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #020712;
  top: 5px;
  right: -2px;
}
.store-button.small .store-mark { width: 23px; height: 28px; }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: white;
  border-radius: 2px;
}
.mobile-menu {
  position: relative;
  z-index: 8;
  max-width: 1440px;
  margin: 14px auto 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(2, 7, 18, 0.9);
}
.mobile-menu a {
  display: block;
  padding: 12px;
  font-weight: 850;
}

.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 28px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 850;
}
.eyebrow span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px 7px 9px 9px;
  background: var(--blue);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 28px 0 22px;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 630px;
}
h1 span, h2 span { color: var(--blue); }
.lead {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  font-weight: 500;
}
.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.secondary-link {
  color: #78b3ff;
  font-weight: 900;
}
.availability {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}
.pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14);
}

.phone-stage {
  position: relative;
  min-height: 620px;
}
.phone {
  position: absolute;
  width: min(330px, 38vw);
  min-width: 270px;
  aspect-ratio: 0.52;
  border: 4px solid #121826;
  border-radius: 42px;
  padding: 10px;
  background: #05070c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48), inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}
.phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  border-radius: 0 0 18px 18px;
  background: #05070c;
  z-index: 4;
}
.phone-market { left: 10%; top: 0; transform: rotate(4deg); z-index: 2; }
.phone-map { right: 0; top: 34px; transform: rotate(9deg); z-index: 1; }
.phone-glass {
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: #f8fbff;
  color: var(--ink);
  padding: 18px;
}
.screen-shell {
  padding: 0;
  background: #ffffff;
}
.screen-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.status-bar {
  height: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 900;
}
.status-bar span:last-child {
  width: 42px;
  height: 10px;
  border-radius: 10px;
  margin-top: 2px;
  background: linear-gradient(90deg, #111827 35%, transparent 35% 45%, #111827 45% 60%, transparent 60% 70%, #111827 70%);
}
.app-title, .map-title, .safe-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin-top: 8px;
}
.app-title span:last-child { margin-left: auto; color: #64748b; }
.search {
  margin-top: 14px;
  height: 34px;
  border: 1px solid #d7e2f0;
  border-radius: 11px;
  background: white;
  color: #8a97aa;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
}
.filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.filter-row button {
  height: 34px;
  border-radius: 10px;
  border: 1px solid #d7e2f0;
  background: white;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.phone h3 {
  margin: 16px 0 10px;
  font-size: 14px;
}
.listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.mini-card {
  position: relative;
  min-height: 145px;
  border-radius: 13px;
  background: white;
  border: 1px solid #d8e2f0;
  padding: 7px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
.mini-card.safe { box-shadow: 0 0 20px rgba(18, 104, 255, 0.28); }
.mini-card.safe.green { border-color: #28e16c; }
.mini-card.safe.blue { border-color: #2599ff; }
.mini-card.safe.violet { border-color: #a855f7; }
.score, .heart {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  font-size: 10px;
  font-weight: 950;
  border: 2px solid var(--blue);
}
.score { left: 7px; top: 7px; }
.heart { right: 7px; top: 7px; color: #64748b; border-color: #cbd5e1; }
.mini-card strong { display: block; margin-top: 6px; font-size: 12px; }
.mini-card small { display: block; color: #334155; font-size: 9px; font-weight: 800; }
.mini-card em {
  position: absolute;
  left: 8px;
  top: 70px;
  font-size: 8px;
  color: #0f8f3d;
  background: #dffce9;
  border-radius: 8px;
  padding: 3px 6px;
  font-style: normal;
  font-weight: 950;
}
.item {
  height: 78px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e2e8f0, #ffffff);
}
.item-phone { background: linear-gradient(135deg, #101827, #465b78 45%, #0f172a); }
.item-laptop { background: linear-gradient(135deg, #1e293b, #e879f9 55%, #f8fafc); }
.item-bike { background: linear-gradient(135deg, #5b351f, #d97706 38%, #111827 39% 45%, #f8fafc 46%); }
.item-console { background: linear-gradient(135deg, #111827, #64748b, #f8fafc); }
.tabbar {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 18px;
  height: 44px;
  border-radius: 18px;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #64748b;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}
.tabbar b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 24px;
}
.map-canvas {
  position: relative;
  margin-top: 14px;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(26deg, transparent 47%, rgba(255,255,255,.7) 48% 52%, transparent 53%),
    linear-gradient(116deg, transparent 47%, rgba(255,255,255,.8) 48% 52%, transparent 53%),
    linear-gradient(90deg, rgba(37,99,235,.18), rgba(134, 239, 172, .18)),
    #cfe3f5;
}
.map-canvas::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: rotate(18deg);
}
.map-pin {
  position: absolute;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 3px rgba(18, 104, 255, 0.75), 0 12px 24px rgba(15, 23, 42, 0.25);
  background: linear-gradient(135deg, #0f172a, #64748b);
}
.map-pin b {
  position: absolute;
  right: -6px;
  top: -10px;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  background: var(--blue);
  color: white;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.pin-one { left: 34px; top: 78px; }
.pin-two { right: 68px; top: 150px; }
.pin-three { left: 84px; bottom: 108px; }
.pin-four { right: 28px; bottom: 76px; }
.map-card {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 34px;
  min-height: 74px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.16);
}
.map-thumb { width: 54px; height: 54px; flex: 0 0 auto; }
.map-card small { display: block; margin-top: 4px; color: #64748b; font-weight: 800; font-size: 11px; }
.map-card button {
  margin-left: auto;
  border: 0;
  border-radius: 11px;
  background: var(--blue);
  color: white;
  padding: 11px 14px;
  font-weight: 900;
}

.feature-rail {
  position: relative;
  z-index: 3;
  max-width: 1440px;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.feature-rail article {
  min-height: 124px;
  padding: 24px 24px;
  display: flex;
  gap: 18px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.feature-rail article:last-child { border-right: 0; }
.rail-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, #0e78ff, #03102d);
  border: 1px solid #2e92ff;
  box-shadow: 0 0 28px rgba(18, 104, 255, 0.46);
  font-size: 30px;
}
.feature-rail strong { font-size: 17px; }
.feature-rail p { margin: 5px 0 0; color: rgba(255,255,255,.76); line-height: 1.35; }

main {
  background: linear-gradient(#ffffff, #f6f9ff);
}
.safer-section, .process-section, .about-section, .waitlist-section, .faq-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(38px, 7vw, 72px) clamp(18px, 4vw, 42px);
}
.safer-section {
  display: grid;
  grid-template-columns: 0.27fr 0.73fr;
  gap: 34px;
  align-items: center;
}
.section-heading h2, .process-copy h2, .about-section h2, .waitlist-section h2, .faq-section h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
  margin-bottom: 16px;
}
.section-heading p, .process-copy p, .about-section p, .waitlist-section p {
  color: #475569;
  font-weight: 650;
  line-height: 1.5;
  font-size: 17px;
}
.comparison {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr 1.05fr;
  gap: 0;
  align-items: stretch;
}
.risk-list, .compare-card, .peace-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dbe5f2;
  min-height: 330px;
}
.risk-list {
  align-self: end;
  min-height: 260px;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}
.risk-list div {
  height: 65px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 900;
}
.risk-list span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eef6ff;
}
.compare-card {
  padding: 30px;
  text-align: center;
}
.compare-card h3 { margin: 12px 0 2px; }
.compare-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.compare-card p { color: #475569; font-weight: 750; }
.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  text-align: left;
}
.compare-card li {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  font-weight: 850;
}
.mark-card {
  border-color: #6da4ff;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(18, 104, 255, 0.1);
}
.old-card {
  color: #475569;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}
.good { color: var(--green); }
.bad { color: var(--red); }
.small-shield { width: 32px; height: 32px; border-radius: 10px 10px 13px 13px; margin: 0 auto; }
.people-icon { color: #94a3b8; font-size: 28px; }
.peace-card {
  margin-left: 32px;
  border: 0;
  border-radius: 22px;
  padding: 34px;
  text-align: center;
  background: linear-gradient(145deg, #edf6ff, #ffffff);
}
.large-shield {
  width: 118px;
  height: 118px;
  margin: 20px auto 28px;
  border-radius: 34px 34px 44px 44px;
  background: linear-gradient(145deg, #6aa7ff, #0a63f7);
  color: white;
  display: grid;
  place-items: center;
  font-size: 64px;
  box-shadow: 0 30px 54px rgba(18, 104, 255, 0.24);
}

.process-section {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: 0.26fr 1fr 0.22fr;
  gap: 26px;
  align-items: center;
}
.guarantee {
  margin-top: 32px;
  border: 1px solid #d8e2f0;
  border-radius: 16px;
  padding: 18px;
  background: white;
}
.guarantee strong { display: block; margin-bottom: 8px; }
.guarantee span { color: #64748b; line-height: 1.45; font-weight: 650; }
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.steps article {
  text-align: center;
  position: relative;
}
.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -22px;
  width: 38px;
  border-top: 2px dashed #b8cff5;
}
.steps span {
  width: 82px;
  height: 82px;
  margin: 0 auto 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  font-size: 31px;
  font-weight: 900;
}
.steps strong { display: block; color: #051126; }
.steps p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 650;
}
.flow-phone {
  width: 180px;
  margin-left: auto;
  aspect-ratio: 0.52;
  border: 4px solid #0f172a;
  border-radius: 32px;
  padding: 8px;
  background: #05070c;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
}
.flow-phone .phone-glass { border-radius: 23px; padding: 14px; }
.safe-title { font-size: 12px; margin-top: 0; }
.flow-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
  color: #64748b;
}
.flow-icons span {
  width: 36px;
  height: 36px;
  border: 1px solid #d7e2f0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
}
.active-trade {
  border-radius: 12px;
  border: 1px solid #d7e2f0;
  padding: 12px;
  background: white;
}
.active-trade p { margin: 8px 0 4px; font-weight: 900; font-size: 11px; }
.active-trade em { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 850; }
.flow-phone button {
  width: 100%;
  height: 42px;
  margin-top: 18px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  font-weight: 900;
  font-size: 11px;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-stats strong {
  display: block;
  font-size: 38px;
  color: var(--blue);
}
.about-stats span {
  display: block;
  margin-top: 7px;
  color: #475569;
  font-weight: 800;
}
.about-stats > * {
  padding: 24px;
  border-radius: 18px;
  background: white;
  border: 1px solid #dbe5f2;
}

.waitlist-section {
  margin-bottom: 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #061120, #0b63ff);
  color: white;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
  align-items: center;
}
.eyebrow.light { background: rgba(255,255,255,.1); }
.waitlist-section p { color: rgba(255,255,255,.78); }
.waitlist-form {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
}
.waitlist-form input {
  flex: 1;
  min-width: 0;
  height: 58px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  color: var(--ink);
  font-weight: 800;
}
.waitlist-form button {
  border: 0;
  border-radius: 12px;
  padding: 0 22px;
  background: white;
  color: var(--blue);
  font-weight: 950;
}

.faq-section {
  padding-top: 20px;
}
details {
  border: 1px solid #dbe5f2;
  border-radius: 16px;
  background: white;
  padding: 20px 22px;
  margin-top: 12px;
}
summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}
details p {
  color: #475569;
  line-height: 1.55;
  margin: 14px 0 0;
  font-weight: 650;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(18px, 4vw, 42px);
  background: #020712;
  color: white;
}
footer .brand { font-size: 22px; }
footer .brand-shield { width: 32px; height: 32px; font-size: 19px; border-radius: 10px 10px 13px 13px; }
footer .brand-logo { width: 34px; height: 34px; border-radius: 10px; }
footer p { margin: 0; color: rgba(255,255,255,.72); font-weight: 750; }
footer a:last-child { color: #78b3ff; font-weight: 900; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 640px; }
  .phone-market { left: 8%; }
  .phone-map { right: 8%; }
  .safer-section, .process-section, .about-section, .waitlist-section { grid-template-columns: 1fr; }
  .comparison { grid-template-columns: 1fr 1fr; gap: 16px; }
  .risk-list, .compare-card, .old-card, .peace-card { border-radius: 18px; margin-left: 0; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps article::after { display: none; }
  .flow-phone { margin: 0; }
}

@media (max-width: 860px) {
  .hero { padding-top: 18px; }
  .nav-links, .nav .store-button, .nav .app-store-link, .nav-web-app { display: none; }
  .menu-button { display: block; }
  .hero-grid { margin-top: 28px; }
  h1 { font-size: clamp(48px, 16vw, 76px); }
  .phone-stage { min-height: 500px; margin-top: 10px; }
  .phone { min-width: 220px; width: 250px; }
  .phone-market { left: 0; transform: rotate(2deg); }
  .phone-map { right: 0; top: 42px; transform: rotate(8deg); }
  .feature-rail { grid-template-columns: 1fr; margin-top: 10px; }
  .feature-rail article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); min-height: 104px; }
  .feature-rail article:last-child { border-bottom: 0; }
  .comparison { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .waitlist-form { flex-direction: column; }
}

@media (max-width: 560px) {
  .brand { font-size: 23px; }
  .brand-logo { width: 38px; height: 38px; border-radius: 11px; }
  .brand-shield { width: 35px; height: 35px; font-size: 21px; }
  .hero { min-height: auto; padding-bottom: 18px; }
  .eyebrow { min-height: auto; padding: 10px 12px; font-size: 13px; }
  .lead { font-size: 17px; }
  .store-button.large { min-height: 64px; font-size: 23px; }
  .hero-store img { width: 210px; }
  .phone-stage { min-height: 420px; }
  .phone { min-width: 184px; width: 204px; border-radius: 30px; padding: 7px; }
  .phone::before { width: 72px; height: 20px; top: 10px; }
  .phone-glass { border-radius: 23px; padding: 12px; }
  .phone-map { opacity: 0.9; }
  .listing-grid { gap: 6px; }
  .mini-card { min-height: 112px; padding: 5px; }
  .item { height: 54px; }
  .mini-card em { top: 52px; }
  .map-canvas { height: 260px; }
  .map-card { left: 14px; right: 14px; bottom: 18px; }
  .safer-section, .process-section, .about-section, .waitlist-section, .faq-section { padding-left: 18px; padding-right: 18px; }
  .steps { grid-template-columns: 1fr; }
  .process-section { align-items: start; }
  .flow-phone { width: 170px; }
  footer { flex-direction: column; align-items: flex-start; }
}
