:root {
  color-scheme: dark;
  --bg: #070711;
  --ink: #fbf8ff;
  --muted: #aca6bf;
  --soft: #777088;
  --gold: #ffd38a;
  --rose: #ff73b7;
  --violet: #9a70ff;
  --violet-2: #6f43ff;
  --cyan: #72f1ff;
  --surface: rgba(20, 18, 34, .72);
  --surface-strong: rgba(26, 24, 44, .9);
  --line: rgba(255, 255, 255, .12);
  --shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% -10%, rgba(255, 115, 183, .18), transparent 34%),
    radial-gradient(circle at 110% 10%, rgba(114, 241, 255, .16), transparent 34%),
    linear-gradient(180deg, #090816 0%, #05050c 100%);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.mesh {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(78px);
  opacity: .38;
}
.mesh-one { width: 300px; height: 300px; right: -130px; top: -110px; background: #8f62ff; }
.mesh-two { width: 360px; height: 360px; left: -180px; bottom: -190px; background: #0aa4c8; opacity: .26; }
.mesh-three { width: 220px; height: 220px; left: 20%; top: 48%; background: #ff5aa5; opacity: .12; }

.shell {
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(18px, env(safe-area-inset-top)) 22px max(28px, env(safe-area-inset-bottom));
  position: relative;
}
.topbar {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .18em;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  color: #eee9ff;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 211, 138, .42);
  border-radius: 14px;
  color: var(--gold);
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 0 28px rgba(255, 211, 138, .18);
}
.icon-button {
  width: 38px;
  height: 38px;
  border-radius: 16px;
  border: 1px solid var(--line);
  color: #e6dcff;
  background: rgba(255, 255, 255, .055);
  font-size: 22px;
  backdrop-filter: blur(14px);
}

.screen {
  display: none;
  min-height: calc(100vh - 76px);
  padding: 28px 0 10px;
  animation: enter .48s cubic-bezier(.2, .82, .2, 1);
}
.screen.active { display: flex; flex-direction: column; }
.centered { justify-content: center; align-items: center; text-align: center; padding-bottom: 70px; }
@keyframes enter {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
}

.progress { display: flex; gap: 8px; margin: 2px 0 42px; }
.progress span {
  height: 4px;
  flex: 1;
  border-radius: 99px;
  background: rgba(255, 255, 255, .1);
}
.progress .active {
  background: linear-gradient(90deg, var(--rose), var(--gold), var(--cyan));
  box-shadow: 0 0 18px rgba(255, 115, 183, .35);
}
.progress .done { background: rgba(255, 211, 138, .36); }

.hero-symbol {
  position: relative;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(145deg, rgba(255, 211, 138, .18), rgba(154, 112, 255, .12)),
    rgba(255, 255, 255, .04);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .18);
  transform: rotate(-4deg);
}
.hero-symbol span {
  font-size: 48px;
  font-weight: 850;
  letter-spacing: -.08em;
  transform: rotate(4deg);
}
.hero-symbol sup {
  position: absolute;
  right: 18px;
  top: 16px;
  color: var(--cyan);
  font-size: 15px;
}

.eyebrow {
  color: #bdb3d6;
  letter-spacing: .22em;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 14px;
}
h1 {
  font-size: clamp(38px, 11vw, 59px);
  line-height: .96;
  letter-spacing: -.058em;
  margin: 0 0 20px;
  font-weight: 820;
}
h1 em {
  color: #f4d199;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.lede {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0 0 26px;
  max-width: 410px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 20px;
}
.feature-grid div {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(14px);
}
.feature-grid b { display: block; font-size: 18px; margin-bottom: 7px; }
.feature-grid span { color: #d6cfe5; font-size: 12px; font-weight: 700; }

.action-stack { margin-top: auto; }
button { font: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.primary-button {
  width: 100%;
  min-height: 60px;
  padding: 0 18px 0 22px;
  border: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .16), transparent 28%),
    linear-gradient(120deg, #7547ff, #af67ff 52%, #ff73b7);
  box-shadow: 0 18px 46px rgba(117, 71, 255, .36), inset 0 1px rgba(255, 255, 255, .28);
  font-weight: 820;
  transition: transform .16s, filter .16s, box-shadow .16s;
}
.primary-button:active { transform: scale(.975); }
.primary-button:disabled { filter: grayscale(.7); opacity: .62; }
.primary-button b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .17);
  font-size: 18px;
}
.ghost-button {
  width: 100%;
  min-height: 48px;
  border: 0;
  color: #aaa3b8;
  background: transparent;
  font-weight: 720;
  font-size: 13px;
}
.ghost-button.compact { min-height: 42px; margin-top: 6px; }
.ghost-button.framed {
  border: 1px solid var(--line);
  border-radius: 17px;
  margin-top: 10px;
  background: rgba(255, 255, 255, .035);
}
.microcopy { text-align: center; color: var(--soft); font-size: 10.5px; margin: 8px 0 0; }

.contact-visual {
  width: 136px;
  height: 136px;
  position: relative;
  display: grid;
  place-items: center;
  margin: -8px auto 24px;
}
.phone-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(114, 241, 255, .18); }
.ring-one { inset: 0; animation: pulse 2.5s infinite; }
.ring-two { inset: 17px; border-color: rgba(255, 211, 138, .24); }
@keyframes pulse { 50% { transform: scale(.94); opacity: .55; } }
.phone-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(114, 241, 255, .14), rgba(154, 112, 255, .16));
  font-size: 34px;
  color: #dcceff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .16);
}
.verified-dot {
  position: absolute;
  right: 21px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071015;
  background: var(--cyan);
  border: 4px solid #080814;
  font-size: 12px;
  font-weight: 950;
}

.privacy-card {
  display: flex;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--surface);
  margin: 0 0 22px;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}
.privacy-card p { margin: 0; color: #a9a3b9; font-size: 12.5px; line-height: 1.58; }
.privacy-card strong { color: #f1ecff; }
.shield {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(114, 241, 255, .08);
  color: var(--cyan);
}

.success-mark {
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  border: 1px solid rgba(114, 241, 255, .36);
  box-shadow: 0 0 90px rgba(114, 241, 255, .14);
}
.success-mark span {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #97f2ff, #9871ff 58%, #ffd38a);
  color: #080814;
  font-size: 36px;
  font-weight: 950;
}
.centered .primary-button { margin-top: 12px; }
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #7f788d;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  margin-top: 22px;
}
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #575064; }
.soft-mark { color: #f2cf92; font-size: 55px; margin-bottom: 28px; text-shadow: 0 0 45px rgba(255, 211, 138, .24); }
.orb-loader {
  width: 72px;
  height: 72px;
  padding: 7px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 211, 138, .25);
  border-radius: 50%;
  animation: spin 1.4s linear infinite;
}
.orb-loader span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 25px var(--cyan);
}
@keyframes spin { to { transform: rotate(360deg); } }

dialog {
  width: min(calc(100% - 40px), 440px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  padding: 28px;
  color: var(--ink);
  background: var(--surface-strong);
  box-shadow: 0 30px 100px #000;
}
dialog::backdrop { background: rgba(3, 5, 10, .72); backdrop-filter: blur(8px); }
dialog h2 { margin: 0 36px 20px 0; font-size: 28px; letter-spacing: -.04em; }
dialog ul { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; line-height: 1.55; }
dialog li { padding: 13px 0; border-top: 1px solid var(--line); }
dialog b { color: #f2eeff; }
.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: #c3bbd1;
  font-size: 22px;
}

#toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 5;
  transform: translate(-50%, 20px);
  max-width: calc(100vw - 34px);
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(24, 23, 38, .94);
  color: #f3eefc;
  font-size: 12.5px;
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  text-align: center;
}
#toast.show { opacity: 1; transform: translate(-50%, 0); }

.policy .screen { gap: 10px; padding-top: 60px; }
.policy .privacy-card { margin-bottom: 6px; }
.policy .privacy-card p { font-size: 14px; }

@media (min-height: 760px) {
  .screen { padding-top: 42px; }
  .progress { margin-bottom: 55px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
