/* Nearby Folk landing page */

@font-face {
  font-family: "Poppins";
  src: url("poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --orange: #ff6b00;
  --orange-2: #ff8a1f;
  --orange-soft: rgba(255, 107, 0, 0.16);
  --orange-line: rgba(255, 107, 0, 0.34);
  --ink: #070706;
  --ink-2: #0d0d0b;
  --ink-3: #151411;
  --charcoal: #11100e;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.088);
  --line: rgba(255, 255, 255, 0.11);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --subtle: rgba(255, 255, 255, 0.52);
  --faint: rgba(255, 255, 255, 0.28);
  --teal: #41d9be;
  --blue: #6aa8ff;
  --violet: #a685ff;
  --green: #9de071;
  --max: 1240px;
  --pad: clamp(20px, 5vw, 78px);
  --radius: 8px;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255, 107, 0, 0.16), transparent 44rem),
    var(--ink);
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--orange-2);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 999;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--orange);
  color: #100a04;
  padding: 10px 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.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-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px var(--pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 7, 6, 0.68);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: #050505;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-download {
  border: 1px solid var(--orange-line);
  border-radius: var(--radius);
  background: var(--orange-soft);
  color: #ffd7bb !important;
  padding: 9px 14px;
}

main > section {
  scroll-margin-top: 72px;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 116px var(--pad);
}

.section-black {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.section-charcoal {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.035), transparent 30%),
    var(--charcoal);
}

.section-glass {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 107, 0, 0.09), transparent 32%),
    linear-gradient(180deg, #0a0a09, #131210);
}

.section-safety {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(255, 107, 0, 0.13), transparent 36rem),
    linear-gradient(180deg, #0b0b0a, #14120f);
}

.section-proof {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 107, 0, 0.1), transparent 38rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    #0c0c0a;
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.72'/%3E%3C/svg%3E");
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #ffbd90;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
}

.eyebrow.centered {
  justify-content: center;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: 3.55rem;
  line-height: 1.05;
  font-weight: 800;
}

h2 {
  font-size: 3.55rem;
  line-height: 1.05;
  font-weight: 800;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.18;
  font-weight: 800;
}

p {
  margin: 0;
}

.hero {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(350px, 0.6fr);
  align-items: center;
  gap: 40px;
  padding: 110px var(--pad) 46px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 58% 40%, black 0%, transparent 74%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -26% -10%;
  height: 52%;
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(255, 107, 0, 0.08), transparent);
  filter: blur(46px);
  transform: rotate(-2deg);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.58;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.hero-lede {
  max-width: 650px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.78;
}

.hero-actions,
.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button,
.store-button {
  min-height: 48px;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
  color: #120a04;
  box-shadow: 0 14px 38px rgba(255, 107, 0, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
}

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

.button-primary:hover {
  box-shadow: 0 18px 48px rgba(255, 107, 0, 0.34);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.085);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.trust-row li {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
}

.hero .trust-row li {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.06), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero .trust-row li::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.1);
  filter: blur(18px);
  pointer-events: none;
}

.hero .trust-row li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 107, 0, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.micro-card-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 107, 0, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.11);
  color: #ffbd90;
}

.micro-card-icon svg {
  width: 20px;
  height: 20px;
}

.trust-row strong {
  display: block;
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.hero .trust-row strong {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.12;
}

.hero .trust-row p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.trust-row span {
  display: block;
  margin-top: 6px;
  color: var(--subtle);
  font-size: 0.82rem;
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 560px;
  perspective: 1000px;
}

.radar-field {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.18), rgba(255, 107, 0, 0.04) 28%, transparent 58%);
  pointer-events: none;
}

.radar-ring,
.shield-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 107, 0, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  animation: radarPulse 5.8s ease-out infinite;
}

.ring-two {
  animation-delay: 1.5s;
}

.ring-three {
  animation-delay: 3s;
}

.privacy-pin {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange-2);
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.8);
}

.pin-one { top: 24%; left: 28%; }
.pin-two { top: 35%; right: 18%; background: var(--teal); box-shadow: 0 0 18px rgba(65, 217, 190, 0.75); }
.pin-three { bottom: 20%; left: 24%; background: var(--violet); box-shadow: 0 0 18px rgba(166, 133, 255, 0.75); }
.pin-four { bottom: 28%; right: 29%; background: var(--blue); box-shadow: 0 0 18px rgba(106, 168, 255, 0.75); }

.activity-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 226px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(14, 13, 11, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  padding: 12px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: activityFloat 8s ease-in-out infinite;
}

.activity-card strong {
  display: block;
  color: var(--text);
  font-size: 0.84rem;
}

.activity-card small {
  display: block;
  margin-top: 2px;
  color: var(--subtle);
  font-size: 0.74rem;
}

.activity-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.13);
  font-size: 1rem;
}

.activity-one { top: 70px; left: 0; }
.activity-two { top: 190px; right: -10px; animation-delay: 1.4s; }
.activity-three { bottom: 138px; left: 8px; animation-delay: 2.8s; }
.activity-four { bottom: 58px; right: 28px; animation-delay: 4.2s; }

.phone {
  margin: 0;
  transform-style: preserve-3d;
}

.hero-phone {
  position: relative;
  z-index: 3;
  width: min(286px, 78vw);
  animation: heroPhoneFloat 7s ease-in-out infinite;
}

.phone-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 34%),
    #0a0a09;
  box-shadow:
    inset 0 0 0 10px #050505,
    inset 0 0 0 11px rgba(255, 255, 255, 0.08),
    0 38px 110px rgba(0, 0, 0, 0.55),
    0 0 90px rgba(255, 107, 0, 0.17);
  padding: 13px;
}

.phone-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 22%, transparent 72%, rgba(255, 255, 255, 0.06));
  pointer-events: none;
  mix-blend-mode: screen;
}

.phone-notch {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 4;
  width: 88px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: #050505;
  transform: translateX(-50%);
}

.hero-phone .hero-island {
  top: 18px;
  width: 78px;
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    #050505;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 8px 22px rgba(0, 0, 0, 0.36);
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 107, 0, 0.28), transparent 38%),
    linear-gradient(180deg, #161512, #080807 72%);
  padding: 22px 16px 16px;
  color: var(--text);
}

.app-status,
.screen-header,
.bucket-row,
.nearby-list article,
.person-card.compact,
.profile-stats,
.ghost-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.app-status {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.67rem;
  font-weight: 700;
}

.screen-header small {
  display: block;
  color: #ffbd90;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.screen-header h2,
.screen-header h3 {
  margin-top: 3px;
  font-size: 1.12rem;
  line-height: 1.1;
}

.ghost-pill,
.live-dot,
.premium-chip {
  border: 1px solid rgba(255, 107, 0, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.13);
  color: #ffd5bd;
  padding: 6px 8px;
  font-size: 0.64rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero-phone .ghost-mode-pill {
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  align-items: center;
  gap: 8px;
  min-width: 116px;
  padding: 7px 8px;
  background:
    linear-gradient(135deg, rgba(255, 107, 0, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(255, 107, 0, 0.1);
  box-shadow: 0 0 22px rgba(255, 107, 0, 0.12);
}

.hero-phone .ghost-mode-pill span,
.hero-phone .ghost-mode-pill small {
  display: block;
}

.hero-phone .ghost-mode-pill span {
  font-size: 0.66rem;
  line-height: 1.05;
}

.hero-phone .ghost-mode-pill small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.58rem;
  font-weight: 900;
}

.hero-phone .ghost-mode-pill::after {
  content: "";
  width: 26px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 50%, #130a03 0 5px, transparent 5.5px),
    var(--orange);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.radar-mini {
  position: relative;
  display: grid;
  place-items: center;
  height: 226px;
  margin: 20px 0 14px;
}

.radar-mini span {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 107, 0, 0.22);
  border-radius: 50%;
}

.radar-mini span:nth-child(2) {
  width: 58%;
}

.radar-mini span:nth-child(3) {
  width: 34%;
}

.mini-you {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--orange);
  color: #140a03;
  font-size: 0.74rem;
  box-shadow: 0 0 32px rgba(255, 107, 0, 0.58);
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px currentColor;
}

.d1 { top: 24%; left: 27%; color: var(--orange); background: var(--orange); }
.d2 { top: 37%; right: 18%; color: var(--teal); background: var(--teal); }
.d3 { bottom: 24%; right: 32%; color: var(--blue); background: var(--blue); }
.d4 { bottom: 32%; left: 18%; color: var(--violet); background: var(--violet); }

.bucket-row {
  margin-bottom: 13px;
}

.hero-phone .bucket-row {
  gap: 6px;
}

.bucket-row span,
.interest-row span {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.62);
  padding: 7px 9px;
  font-size: 0.67rem;
  font-weight: 800;
}

.hero-phone .bucket-row span {
  padding: 7px 7px;
  font-size: 0.58rem;
}

.bucket-row .active {
  background: var(--orange);
  color: #130a03;
}

.nearby-list {
  display: grid;
  gap: 8px;
}

.nearby-list article,
.person-card,
.community-list article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 10px;
}

.nearby-list strong,
.person-card b,
.community-list b {
  display: block;
  color: var(--text);
  font-size: 0.82rem;
}

.nearby-list small,
.person-card small,
.community-list small {
  display: block;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.68rem;
}

.nearby-list em {
  color: #ffbd90;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.avatar {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #080807;
  font-size: 0.72rem;
  font-weight: 900;
}

.warm { background: linear-gradient(135deg, #ff6b00, #ffbd75); }
.teal { background: linear-gradient(135deg, #41d9be, #d9fff4); }
.blue { background: linear-gradient(135deg, #6aa8ff, #d8e7ff); }
.violet { background: linear-gradient(135deg, #a685ff, #efe9ff); }

.section-kicker h2,
.split-heading h2,
.compact-heading h2,
.safety-copy h2,
.final-inner h2 {
  max-width: 760px;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.68fr);
  gap: 70px;
  align-items: start;
}

.problem-story {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.resolution-copy {
  border-left: 2px solid var(--orange);
  color: var(--text);
  padding-left: 18px;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  width: max-content;
  color: #ffbd90;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--text);
}

.compact-heading {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.flow-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: var(--radius);
  background: var(--orange);
  color: #140a03;
  font-family: "Syne", sans-serif;
  font-weight: 900;
}

.flow-list strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}

.flow-list p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.flow-arrow {
  position: absolute;
  top: 40px;
  left: -18px;
  width: 24px;
  height: 1px;
  background: var(--orange);
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  transform: rotate(45deg);
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.48fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 58px;
}

.split-heading p,
.section-lede,
.final-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.76;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  min-height: auto;
}

.showcase-phone {
  display: grid;
  justify-items: center;
  width: min(100%, 254px);
  justify-self: center;
  align-self: start;
  gap: 16px;
}

.showcase-phone.tall {
  transform: translateY(-32px);
}

.showcase-phone figcaption {
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 56px;
  margin-top: 0;
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.showcase-phone figcaption strong {
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: 0.95rem;
  line-height: 1.1;
}

.showcase-phone figcaption span {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-phone .phone-shell {
  width: 100%;
  aspect-ratio: 1080 / 2240;
  isolation: isolate;
  contain: paint;
  overflow: hidden;
  overflow: clip;
  border-radius: 30px;
  padding: 0;
  box-shadow:
    inset 0 0 0 8px #050505,
    inset 0 0 0 9px rgba(255, 255, 255, 0.07),
    0 22px 80px rgba(0, 0, 0, 0.42),
    0 0 58px rgba(255, 107, 0, 0.11);
}

.showcase-phone .screen {
  position: absolute;
  inset: 10px;
  z-index: 1;
  width: auto;
  height: auto;
  overflow: hidden;
  overflow: clip;
  border-radius: 22px;
  padding: 0;
  background: #050505;
}

.screenshot-screen {
  isolation: isolate;
  contain: paint;
  clip-path: inset(0 round 22px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}

.screenshot-screen img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: inherit;
  object-fit: cover;
  object-position: top center;
  clip-path: inset(0 round 22px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}

.voice-screen {
  display: flex;
  flex-direction: column;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0 22px;
}

.speaker-grid .avatar {
  width: 64px;
  height: 64px;
  margin: auto;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.05);
}

.wave-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  height: 46px;
  margin: auto 0 18px;
}

.wave-bars i {
  width: 8px;
  height: 14px;
  border-radius: 999px;
  background: var(--orange);
  animation: wave 1.15s ease-in-out infinite;
}

.wave-bars i:nth-child(2) { height: 28px; animation-delay: 80ms; }
.wave-bars i:nth-child(3) { height: 40px; animation-delay: 160ms; }
.wave-bars i:nth-child(4) { height: 24px; animation-delay: 240ms; }
.wave-bars i:nth-child(5) { height: 34px; animation-delay: 320ms; }

.screen-button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: var(--radius);
  background: var(--orange);
  color: #130a03;
  font-weight: 900;
}

.community-list {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.person-card {
  display: grid;
  place-items: center;
  gap: 8px;
  margin-top: 18px;
  text-align: center;
}

.person-card .avatar {
  width: 66px;
  height: 66px;
  font-size: 1rem;
}

.person-card.compact {
  grid-template-columns: auto 1fr;
  place-items: stretch;
  text-align: left;
  margin-top: 10px;
}

.person-card.compact .avatar {
  width: 40px;
  height: 40px;
}

.interest-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.story-strip {
  display: flex;
  gap: 9px;
  margin: 6px 0 18px;
}

.story {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 107, 0, 0.54);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
}

.story.active {
  border-color: var(--teal);
}

.space-photo {
  display: grid;
  align-items: end;
  min-height: 250px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.62)),
    linear-gradient(135deg, rgba(255, 107, 0, 0.88), rgba(166, 133, 255, 0.55), rgba(65, 217, 190, 0.52));
  padding: 16px;
}

.space-photo span {
  font-family: "Syne", sans-serif;
  font-size: 1.22rem;
  font-weight: 900;
}

.progress-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 5px;
  margin-top: 12px;
}

.progress-row i {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.progress-row i:first-child {
  background: var(--orange);
}

.dm-screen {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
}

.chat-row {
  max-width: 84%;
  border-radius: 14px;
  padding: 10px;
  font-size: 0.76rem;
  line-height: 1.35;
}

.incoming {
  align-self: start;
  background: rgba(255, 255, 255, 0.08);
}

.outgoing {
  align-self: end;
  background: var(--orange);
  color: #130a03;
  font-weight: 700;
}

.chat-lock {
  margin-top: 10px;
  border: 1px solid rgba(255, 107, 0, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.1);
  color: #ffd3b8;
  padding: 10px;
  font-size: 0.68rem;
  line-height: 1.35;
  text-align: center;
}

.profile-screen {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.profile-avatar {
  width: 82px;
  height: 82px;
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.profile-screen h3 {
  margin-bottom: 4px;
}

.profile-screen > small {
  color: #ffbd90;
}

.profile-stats {
  width: 100%;
  margin: 22px 0 14px;
}

.profile-stats span {
  flex: 1;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 10px 6px;
  color: var(--subtle);
  font-size: 0.68rem;
}

.profile-stats b {
  display: block;
  color: var(--text);
  font-size: 1rem;
}

.safety-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}

.safety-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 530px;
}

.shield {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 230px;
  height: 270px;
  border: 1px solid rgba(255, 107, 0, 0.38);
  border-radius: 54% 54% 42% 42% / 28% 28% 58% 58%;
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 80px rgba(255, 107, 0, 0.18);
}

.shield span {
  position: absolute;
  top: 42px;
  width: 76px;
  height: 76px;
  border: 8px solid var(--orange);
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
}

.shield span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 96px;
  height: 92px;
  border-radius: 50%;
  background: var(--orange);
  transform: translateX(-50%);
}

.shield b {
  position: relative;
  z-index: 1;
  margin-top: 98px;
  color: #160b03;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.safety-visual .shield-ring {
  width: 250px;
  height: 250px;
  animation-duration: 6.4s;
}

.safety-visual .ring-b {
  animation-delay: 2.6s;
}

.shield-note {
  position: absolute;
  z-index: 4;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 8, 7, 0.76);
  color: var(--muted);
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.note-a { top: 82px; left: 12px; }
.note-b { right: 0; top: 212px; }
.note-c { bottom: 100px; left: 44px; }

.safety-copy .section-lede {
  margin-top: 22px;
  max-width: 680px;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.safety-grid article,
.feature-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.052);
  padding: 18px;
}

.safety-grid strong,
.feature-card h3 {
  color: var(--text);
}

.safety-grid p,
.feature-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.ghost-control {
  margin-top: 18px;
  border: 1px solid rgba(255, 107, 0, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.085);
  padding: 14px;
}

.ghost-control strong,
.ghost-control span {
  display: block;
}

.ghost-control span {
  margin-top: 2px;
  color: var(--subtle);
  font-size: 0.84rem;
}

.toggle {
  position: relative;
  width: 58px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.toggle span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--text);
  transition: transform 180ms ease, background 180ms ease;
}

.toggle[aria-pressed="true"] {
  border-color: var(--orange-line);
  background: var(--orange);
}

.toggle[aria-pressed="true"] span {
  background: #120a04;
  transform: translateX(24px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 230px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 0, 0.28);
  background: rgba(255, 107, 0, 0.07);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.14);
  color: #ffbd90;
  font-family: "Syne", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.centered-text {
  max-width: 620px;
  margin: 18px auto 0;
}

.proof .compact-heading {
  margin-bottom: 38px;
}

.faq-list {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.062), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.042);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 90px rgba(0, 0, 0, 0.34),
    0 0 70px rgba(255, 107, 0, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.faq-item {
  position: relative;
  border-bottom: 1px solid var(--line-soft);
  transition: background 240ms ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--orange), rgba(255, 107, 0, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}

.faq-item:hover,
.faq-item.is-open {
  background: rgba(255, 107, 0, 0.038);
}

.faq-item.is-open::before {
  opacity: 1;
}

.faq-item h3 {
  font-family: "Poppins", system-ui, sans-serif;
}

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 24px 26px;
  text-align: left;
  cursor: pointer;
}

.faq-trigger span:first-child {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
  transition: color 220ms ease;
}

.faq-trigger:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 107, 0, 0.46);
}

.faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 107, 0, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.09);
  transition: transform 240ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #ffbd90;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item:hover .faq-icon,
.faq-item.is-open .faq-icon {
  border-color: rgba(255, 107, 0, 0.48);
  background: rgba(255, 107, 0, 0.15);
  box-shadow: 0 0 24px rgba(255, 107, 0, 0.13);
}

.faq-item.is-open .faq-trigger span:first-child {
  color: #ffd6bf;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  will-change: height, opacity;
}

.faq-panel > div {
  overflow: visible;
}

.faq-panel p {
  max-width: 810px;
  padding: 0 72px 25px 26px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-panel {
  height: auto;
  opacity: 1;
}

.faq-item.is-open .faq-panel p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 35ms;
}

.final-cta {
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  z-index: 0;
  border: 1px solid rgba(255, 107, 0, 0.13);
  border-radius: 50%;
  filter: blur(1px);
}

.final-inner {
  padding-top: 136px;
  padding-bottom: 132px;
}

.final-inner h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 4.45rem;
}

.final-copy {
  max-width: 650px;
  margin: 24px auto 0;
}

.store-actions {
  justify-content: center;
  margin-top: 34px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  padding: 11px 18px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.store-button svg {
  width: 28px;
  height: 28px;
  color: var(--text);
}

.store-button span {
  display: grid;
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.06;
  text-align: left;
}

.store-button small {
  color: var(--subtle);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
}

.store-primary {
  border-color: transparent;
  background: var(--orange);
  color: #130a03;
}

.store-primary svg,
.store-primary span {
  color: #130a03;
}

.store-primary small {
  color: rgba(19, 10, 3, 0.62);
}

.microcopy {
  margin-top: 22px;
  color: var(--subtle);
  font-size: 0.88rem;
}

body.modal-open {
  overflow: hidden;
}

.coming-soon-modal[hidden] {
  display: none;
}

.coming-soon-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.coming-soon-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 107, 0, 0.2), transparent 34rem),
    rgba(0, 0, 0, 0.74);
  opacity: 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity 180ms ease;
}

.coming-soon-dialog {
  position: relative;
  width: min(100%, 420px);
  border: 1px solid rgba(255, 107, 0, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 107, 0, 0.13), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #0b0b09;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62), 0 0 42px rgba(255, 107, 0, 0.16);
  padding: 36px;
  text-align: center;
  transform: translate3d(0, 18px, 0) scale(0.97);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.coming-soon-modal.is-open .coming-soon-backdrop,
.coming-soon-modal.is-open .coming-soon-dialog {
  opacity: 1;
}

.coming-soon-modal.is-open .coming-soon-dialog {
  transform: translate3d(0, 0, 0) scale(1);
}

.coming-soon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  cursor: pointer;
}

.coming-soon-close svg {
  width: 18px;
  height: 18px;
}

.coming-soon-close:hover {
  border-color: var(--orange-line);
  color: var(--text);
}

.coming-soon-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(255, 107, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.12);
  color: #ffd7bb;
  padding: 5px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-soon-dialog h2 {
  margin: 18px 0 0;
  color: var(--text);
  font-size: clamp(2.4rem, 10vw, 3.65rem);
  line-height: 0.96;
}

.coming-soon-dialog p {
  max-width: 300px;
  margin: 18px auto 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.065), rgba(255, 107, 0, 0) 42%),
    #070706;
  box-shadow: inset 0 1px 0 rgba(255, 138, 31, 0.18);
  padding: clamp(58px, 7vw, 88px) var(--pad) 0;
}

.footer-main,
.footer-bottom {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: start;
  gap: 34px;
}

.footer-brand-block {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.footer-brand {
  color: var(--text);
  font-size: 1.06rem;
}

.footer-brand .brand-mark {
  width: 40px;
  height: 40px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(255, 107, 0, 0.12);
}

.footer-tagline,
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-tagline {
  max-width: 310px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 24px;
  padding-top: 10px;
}

.footer-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 190ms ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--orange-2);
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 190ms ease, transform 190ms ease;
}

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

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  opacity: 0.78;
  transform: scaleX(1);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    background 190ms ease,
    box-shadow 190ms ease,
    color 190ms ease;
}

.footer-social-link svg {
  width: 19px;
  height: 19px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: rgba(255, 138, 31, 0.52);
  background: rgba(255, 107, 0, 0.15);
  color: #ffb16f;
  box-shadow:
    0 14px 26px rgba(255, 107, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 5vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 0 30px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.42);
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.085), transparent 25rem),
    linear-gradient(180deg, #070706 0%, #0d0d0b 42%, #070706 100%);
}

.legal-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.legal-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 42rem);
  opacity: 0.38;
}

.legal-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  padding-right: var(--pad);
  padding-left: var(--pad);
}

.legal-hero {
  padding: 148px 0 42px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 190ms ease, border-color 190ms ease, background 190ms ease, color 190ms ease;
}

.legal-back svg {
  width: 17px;
  height: 17px;
}

.legal-back:hover,
.legal-back:focus-visible {
  border-color: rgba(255, 138, 31, 0.46);
  background: rgba(255, 107, 0, 0.13);
  color: var(--text);
  transform: translateY(-2px);
}

.legal-title {
  max-width: 820px;
  margin: 18px 0 0;
  font-size: 5.2rem;
  line-height: 0.96;
}

.legal-lede {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.75;
}

.legal-updated {
  display: inline-flex;
  gap: 4px;
  margin: 30px 0 0;
  border: 1px solid rgba(255, 138, 31, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 107, 0, 0.1);
  color: #ffd7bb;
  padding: 9px 13px;
  font-size: 0.86rem;
  font-weight: 600;
}

.legal-document {
  padding-bottom: 96px;
}

.legal-section {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 107, 0, 0.06), transparent 34%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(22px, 4vw, 34px);
}

.legal-section + .legal-section {
  margin-top: 18px;
}

.legal-section h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.28rem, 2.4vw, 1.7rem);
  font-weight: 600;
  line-height: 1.16;
}

.legal-section h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.legal-section p,
.legal-section li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.78;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p,
.legal-section p + .legal-list,
.legal-list + p {
  margin-top: 14px;
}

.legal-section a {
  color: #ffb16f;
  font-weight: 600;
  text-decoration-color: rgba(255, 138, 31, 0.42);
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.legal-section a:hover,
.legal-section a:focus-visible {
  color: var(--text);
  text-decoration-color: var(--orange-2);
}

.legal-subsection {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.legal-subsection:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.legal-subsection + .legal-subsection {
  margin-top: 22px;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
}

.legal-list li::marker {
  color: var(--orange-2);
}

.legal-actions {
  display: flex;
  justify-content: center;
  padding-top: 38px;
}

.legal-actions .button {
  gap: 9px;
}

.legal-actions svg {
  width: 18px;
  height: 18px;
}

.legal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #070706;
  padding: 28px var(--pad);
  text-align: center;
}

.legal-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.9rem;
}

.hidden {
  display: none !important;
}

.action-main {
  display: grid;
  align-items: start;
  justify-items: center;
  padding: 138px var(--pad) 80px;
}

.action-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
}

.action-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 107, 0, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.052);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  padding: clamp(24px, 5vw, 34px);
}

.action-card-centered {
  text-align: center;
}

.action-title {
  margin: 0;
  font-size: clamp(2.25rem, 8vw, 4.15rem);
  line-height: 0.98;
}

.action-copy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.action-status,
.action-note {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.action-status {
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 13px 14px;
}

.action-status.error {
  border-color: rgba(255, 94, 94, 0.5);
  background: rgba(255, 94, 94, 0.12);
  color: #ffd1d1;
}

.action-status.success {
  border-color: rgba(157, 224, 113, 0.45);
  background: rgba(157, 224, 113, 0.11);
  color: #d7ffc3;
}

.action-form {
  display: grid;
  gap: 15px;
  margin-top: 22px;
}

.action-field {
  display: grid;
  gap: 8px;
}

.action-field label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.action-input-wrap {
  position: relative;
}

.action-field input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
  padding: 0 60px 0 14px;
  outline: none;
}

.action-field input:focus {
  border-color: rgba(255, 138, 31, 0.58);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.16);
}

.action-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 42px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  padding: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
}

.action-toggle:hover,
.action-toggle:focus-visible {
  color: #ffbd90;
}

.password-meter {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.095);
}

.password-meter span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: #ff6b6b;
  transition: width 160ms ease, background 160ms ease;
}

.password-strength,
.action-error {
  margin: 0;
  font-size: 0.84rem;
}

.password-strength {
  color: #ffb6b6;
}

.password-requirements {
  display: grid;
  gap: 8px;
  margin: 0 0 2px;
  padding: 0;
  color: var(--subtle);
  font-size: 0.86rem;
  list-style: none;
}

.password-requirements li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.password-requirements span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--faint);
}

.password-requirements li.ok {
  color: #d7ffc3;
}

.password-requirements li.ok span {
  background: var(--green);
}

.action-error {
  min-height: 18px;
  color: #ffd1d1;
}

.action-submit,
.action-home {
  width: 100%;
}

.action-card .button:disabled {
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.action-home {
  margin-top: 18px;
}

.checkout-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 16px;
}

.checkout-plan strong,
.checkout-plan span,
.checkout-price del,
.checkout-price b {
  display: block;
}

.checkout-plan strong {
  color: var(--text);
  font-size: 1rem;
}

.checkout-plan span,
.checkout-price del {
  margin-top: 4px;
  color: var(--subtle);
  font-size: 0.82rem;
}

.checkout-price {
  text-align: right;
  white-space: nowrap;
}

.checkout-price b {
  color: #ffbd90;
  font-size: 1.36rem;
}

.checkout-status {
  text-align: center;
}

.action-note {
  margin: 18px 0 0;
  text-align: center;
}

.action-note a {
  color: #ffbd90;
  font-weight: 700;
  text-decoration-color: rgba(255, 138, 31, 0.4);
  text-underline-offset: 4px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes radarPulse {
  0% {
    opacity: 0.44;
    transform: translate(-50%, -50%) scale(0.34);
  }
  84% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8);
  }
}

@keyframes heroPhoneFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(-3deg); }
  50% { transform: translateY(-14px) rotateX(2deg) rotateY(3deg); }
}

@keyframes activityFloat {
  0%, 100% { opacity: 0.62; transform: translate3d(0, 8px, 0); }
  24%, 68% { opacity: 1; transform: translate3d(0, -6px, 0); }
}

@keyframes wave {
  0%, 100% { transform: scaleY(0.5); opacity: 0.58; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 3.3rem;
  }

  .legal-title {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .phone-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showcase-phone.tall {
    transform: none;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 4.1rem;
  }
}

@media (max-width: 920px) {
  .section-inner {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .nav-links a:not(.nav-download) {
    display: none;
  }

  .problem-grid,
  .split-heading,
  .safety-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .safety-visual {
    min-height: 420px;
    order: 2;
  }

  .flow-list,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    min-height: auto;
  }

  .flow-arrow {
    display: none;
  }

  .phone-gallery {
    display: flex;
    align-items: stretch;
    gap: 16px;
    max-width: none;
    min-height: auto;
    overflow-x: auto;
    padding: 6px 4px 22px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 107, 0, 0.45) transparent;
  }

  .showcase-phone {
    flex: 0 0 clamp(230px, 68vw, 258px);
    width: clamp(230px, 68vw, 258px);
    scroll-snap-align: center;
  }

  .site-footer {
    padding-top: 56px;
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }

  .footer-brand-block {
    justify-items: center;
  }

  .footer-tagline {
    max-width: 330px;
  }

  .footer-links {
    padding-top: 0;
  }

  .footer-social {
    justify-content: center;
    padding-top: 0;
  }

  .footer-bottom {
    margin-top: 34px;
    padding-bottom: 28px;
  }

  .legal-hero {
    padding-top: 128px;
  }

  .legal-title {
    font-size: 3.55rem;
  }

  .legal-document {
    padding-bottom: 78px;
  }
}

@media (max-width: 680px) {
  .site-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand span {
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .nav-download {
    padding: 8px 10px;
    font-size: 0.82rem !important;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  h2,
  .final-inner h2 {
    font-size: 2.35rem;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 42px;
  }

  .hero-lede,
  .split-heading p,
  .section-lede,
  .final-copy {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions,
  .store-actions {
    align-items: stretch;
  }

  .button,
  .store-button {
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-phone {
    width: min(292px, 88vw);
  }

  .radar-field {
    width: 420px;
    height: 420px;
  }

  .activity-card {
    width: 198px;
    padding: 10px;
  }

  .activity-one { top: 18px; left: 2px; }
  .activity-two { top: 98px; right: 0; }
  .activity-three { display: none; }
  .activity-four { bottom: 30px; right: 20px; }

  .problem-story {
    font-size: 1rem;
  }

  .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .safety-grid {
    grid-template-columns: 1fr;
  }

  .faq-trigger {
    gap: 16px;
    padding: 21px 18px;
  }

  .faq-trigger span:first-child {
    font-size: 1rem;
  }

  .faq-panel p {
    padding: 0 18px 22px;
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .shield-note {
    font-size: 0.74rem;
  }

  .note-a { left: 0; }
  .note-b { right: 0; top: 194px; }
  .note-c { left: 20px; bottom: 66px; }

  .legal-nav .nav-links a:not(.nav-download) {
    display: none;
  }

  .legal-hero {
    padding-top: 118px;
    padding-bottom: 32px;
  }

  .legal-title {
    font-size: 2.3rem;
  }

  .legal-lede {
    font-size: 1rem;
    line-height: 1.68;
  }

  .legal-back {
    margin-bottom: 26px;
  }

  .legal-section {
    padding: 22px 18px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .action-main {
    padding-top: 112px;
    padding-bottom: 54px;
  }

  .action-card {
    padding: 22px 18px;
  }

  .checkout-plan {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-price {
    text-align: left;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.34rem;
  }

  .legal-title {
    font-size: 2.2rem;
  }

  h2,
  .final-inner h2 {
    font-size: 2.05rem;
  }

  .activity-card {
    display: none;
  }

  .hero-stage {
    min-height: 455px;
  }

  .showcase-phone {
    flex-basis: 236px;
    width: 236px;
  }
}

.hero .hero-phone .radar-mini {
  height: 190px;
  margin: 12px 0 10px;
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-canvas {
    display: none;
  }
}
