:root {
  --violet: #6200ee;
  --violet-deep: #3d0ca7;
  --violet-soft: #ede5ff;
  --coral: #ff765d;
  --lime: #c9ff63;
  --ink: #17141f;
  --muted: #686371;
  --paper: #f7f5f2;
  --white: #fff;
  --line: rgba(23, 20, 31, .13);
  --shadow: 0 30px 80px rgba(36, 16, 72, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: #fff; color: #111; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1220px, calc(100% - 48px));
  height: 88px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 22px; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.brand img { border-radius: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta { justify-self: end; padding: 12px 19px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 14px; font-weight: 750; text-decoration: none; backdrop-filter: blur(14px); }
.header-cta:hover { background: #fff; color: var(--ink); }
.mobile-nav { display: none; }
.home-header { width: calc(100% - 80px); grid-template-columns: 1fr auto; }
.home-header .brand { font-size: 28px; }
.home-header .desktop-nav { justify-self: end; }

.hero {
  position: relative;
  min-height: 880px;
  padding: 160px max(28px, calc((100% - 1220px) / 2)) 96px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 15%, #8246ff 0, #4c16bd 31%, #1e1239 72%);
  background-size: 44px 44px, 44px 44px, auto;
  color: #fff;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--violet); }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(58px, 6.2vw, 91px); line-height: .93; letter-spacing: -.067em; }
.hero-lede { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.store-button { height: 68px; display: inline-block; flex: none; text-decoration: none; filter: drop-shadow(0 16px 24px rgba(0,0,0,.18)); transition: transform .2s ease, filter .2s ease; }
.store-button:hover { transform: translateY(-3px); filter: drop-shadow(0 20px 30px rgba(0,0,0,.26)); }
.store-button img { width: auto; height: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; }
.hero-actions .text-link { min-height: 68px; padding: 0 24px; border: 1px solid rgba(255,255,255,.38); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); transition: transform .2s ease, background .2s ease; }
.hero-actions .text-link:hover { transform: translateY(-3px); background: rgba(255,255,255,.18); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-glow-one { top: 10%; right: -12%; width: 460px; height: 460px; background: rgba(255,118,93,.22); }
.hero-glow-two { bottom: -28%; left: 26%; width: 520px; height: 520px; background: rgba(109,36,255,.2); }
.hero-visual { position: relative; min-height: 650px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; top: 20px; right: -30px; }
.orbit-two { width: 430px; height: 430px; top: 105px; right: 55px; }
.phone { position: absolute; overflow: hidden; border: 9px solid #17141f; border-radius: 45px; background: #111; box-shadow: var(--shadow); }
.phone::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 35px; pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-speaker { position: absolute; z-index: 3; top: 11px; left: 50%; width: 78px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #17141f; }
.phone-map { z-index: 3; top: 20px; right: 84px; width: 330px; height: 640px; transform: rotate(2.5deg); }
.phone-profile { z-index: 2; top: 124px; left: 4px; width: 270px; height: 520px; transform: rotate(-8deg); filter: saturate(.8); }
.phone-fade { position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(10,16,25,.9)); }
.map-caption { position: absolute; z-index: 2; left: 22px; bottom: 25px; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; }
.pulse-dot { width: 10px; height: 10px; border: 3px solid rgba(201,255,99,.25); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(201,255,99,.13); }
.float-card { position: absolute; z-index: 5; min-width: 184px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; background: rgba(24,17,46,.72); box-shadow: 0 18px 35px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.float-card strong, .float-card small { display: block; }
.float-card strong { margin-bottom: 3px; font-size: 13px; }
.float-card small { color: rgba(255,255,255,.58); font-size: 10px; }
.float-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--lime); color: var(--ink); font-size: 19px; font-weight: 900; }
.float-nearby { top: 150px; right: -12px; }
.float-global { bottom: 56px; left: 56px; }
.float-global .float-icon { background: var(--coral); }

.section { padding: 130px max(24px, calc((100% - 1160px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .safety h2 { margin-bottom: 0; font-size: clamp(46px, 5.4vw, 76px); line-height: .95; letter-spacing: -.06em; }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.65; }

.mode-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 24px; }
.mode-card { position: relative; min-height: 690px; overflow: hidden; border-radius: 34px; }
.mode-copy { position: relative; z-index: 2; max-width: 510px; padding: 46px; }
.mode-number { position: absolute; top: 48px; right: 48px; color: rgba(255,255,255,.55); font-size: 12px; font-weight: 850; }
.card-kicker { margin-bottom: 18px; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mode-copy h3 { max-width: 430px; margin-bottom: 18px; font-size: clamp(36px, 4vw, 55px); line-height: .98; letter-spacing: -.055em; }
.mode-copy > p:last-child { max-width: 430px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.55; }
.mode-nearby { background: var(--violet); color: #fff; }
.mode-world { background: var(--coral); color: var(--ink); }
.mode-world .mode-number { color: rgba(23,20,31,.46); }
.mode-world .mode-copy > p:last-child { color: rgba(23,20,31,.67); }
.mode-media { position: absolute; overflow: hidden; background: #111; box-shadow: 0 25px 55px rgba(20,6,56,.25); }
.mode-media img { width: 100%; height: 100%; object-fit: cover; }
.map-media { width: 72%; height: 430px; right: -7%; bottom: -3%; border: 8px solid #1a1720; border-radius: 35px; transform: rotate(-7deg); }
.profile-media { width: 78%; height: 430px; left: 11%; bottom: -7%; border: 8px solid #1a1720; border-radius: 35px; }

.safety { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; background: var(--violet-soft); }
.safety-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.safety-ring { position: absolute; border: 1px solid rgba(109,36,255,.2); border-radius: 50%; }
.ring-one { width: 550px; height: 550px; }
.ring-two { width: 390px; height: 390px; }
.shield-card { position: relative; z-index: 2; width: min(360px, 90%); padding: 46px; border-radius: 36px; background: var(--violet); color: #fff; box-shadow: 0 35px 70px rgba(67,19,160,.28); transform: rotate(-4deg); }
.shield { width: 72px; height: 72px; margin-bottom: 70px; display: grid; place-items: center; border-radius: 23px; background: var(--lime); color: var(--ink); font-size: 35px; font-weight: 900; }
.shield-card p { margin-bottom: 10px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.shield-card strong { display: block; font-size: 34px; line-height: 1.03; letter-spacing: -.045em; }
.safety-copy { position: relative; z-index: 2; }
.safety-copy h2 { margin-bottom: 28px; }
.safety-lede { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.safety-points { margin: 42px 0 34px; border-top: 1px solid rgba(109,36,255,.17); }
.safety-points article { display: grid; grid-template-columns: 52px 1fr; padding: 24px 0; border-bottom: 1px solid rgba(109,36,255,.17); }
.safety-points article > span { color: var(--violet); font-size: 12px; font-weight: 850; }
.safety-points h3 { margin-bottom: 7px; font-size: 18px; }
.safety-points p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.dark-link { color: var(--violet); }

.ios-waitlist { position: relative; overflow: hidden; padding: 110px max(24px, calc((100% - 1160px) / 2)) 120px; background: #241442; color: #fff; }
.ios-waitlist::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.ios-waitlist-copy { position: relative; z-index: 3; width: min(1000px, 100%); margin: 0 auto; text-align: center; }
.ios-waitlist h2 { max-width: 1000px; margin: 0 auto 34px; font-size: clamp(44px, 4.4vw, 60px); line-height: .98; letter-spacing: -.055em; }
.waitlist-form { width: min(500px, 100%); margin: 0 auto; }
.waitlist-field { display: flex; gap: 8px; padding: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.09); backdrop-filter: blur(14px); }
.waitlist-field input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 17px; background: transparent; color: #fff; font-size: 16px; }
.waitlist-field input::placeholder { color: rgba(255,255,255,.42); }
.waitlist-field input:focus-visible { border-radius: 12px; box-shadow: inset 0 0 0 2px var(--lime); }
.waitlist-field button { min-height: 52px; padding: 0 20px; border: 0; border-radius: 13px; background: var(--lime); color: var(--ink); font-size: 14px; font-weight: 850; cursor: pointer; }
.waitlist-field button:disabled { cursor: wait; opacity: .65; }
.waitlist-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.waitlist-note { min-height: 0; margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }
.waitlist-note:not(:empty) { min-height: 20px; margin-top: 13px; }
.waitlist-note[data-state="success"] { color: var(--lime); }
.waitlist-note[data-state="error"] { color: #ff9a87; }
.waitlist-note[data-state="preview"] { color: #d8c9ff; }
.site-footer { padding: 58px max(24px, calc((100% - 1160px) / 2)) 42px; display: grid; grid-template-columns: 1fr auto; gap: 50px; background: var(--ink); color: #fff; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 15px 24px; }
.site-footer nav a { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 650; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 12px; }

/* Legal and support pages */
.subpage { background: var(--paper); }
.subpage.legal-page { background: #fff; }
.subpage.account-page { background: #fff; }
.subpage.support-page { background: #fff; }
.subpage .site-header { position: relative; left: auto; width: min(1160px, calc(100% - 48px)); transform: none; margin: 0 auto; color: var(--ink); }
.subpage .desktop-nav a { color: var(--muted); }
.subpage .desktop-nav a:hover { color: var(--ink); }
.subpage .header-cta { border-color: var(--line); background: #fff; }
.subpage-hero { padding: 90px max(24px, calc((100% - 1040px) / 2)) 86px; background: var(--violet); color: #fff; }
.subpage-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(52px, 7vw, 86px); }
.subpage-hero p:last-child { max-width: 630px; margin-bottom: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.6; }
.support-grid { padding: 90px max(24px, calc((100% - 1040px) / 2)) 120px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.account-grid { padding-top: 78px; }
.support-page-grid { padding-top: 78px; }
.page-title { grid-column: 1 / -1; max-width: 900px; margin: 0 0 28px; font-size: clamp(50px, 6vw, 76px); line-height: .96; letter-spacing: -.055em; }
.account-grid .page-title { font-size: clamp(42px, 4.5vw, 56px); letter-spacing: -.045em; }
.support-card { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.support-card.wide { grid-column: 1 / -1; }
.support-card .card-kicker { color: var(--violet); }
.support-card h2 { margin-bottom: 15px; font-size: 30px; letter-spacing: -.04em; }
.support-card p, .support-card li { color: var(--muted); line-height: 1.65; }
.support-card ol { padding-left: 21px; }
.support-card a { color: var(--violet); font-weight: 750; }
.legal-layout { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0 120px; }
.legal-title { max-width: 900px; margin: 0 0 48px; font-size: clamp(50px, 6vw, 76px); line-height: .96; letter-spacing: -.055em; }
.legal-copy { padding: 0; }
.legal-copy h2 { margin: 48px 0 17px; padding-top: 38px; border-top: 1px solid var(--line); font-size: 28px; letter-spacing: -.035em; }
.legal-copy h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-copy h3 { margin: 26px 0 10px; font-size: 18px; }
.legal-copy p, .legal-copy li { color: var(--ink); font-size: 15px; line-height: 1.72; }
.legal-copy a { color: var(--violet); overflow-wrap: anywhere; word-break: break-word; }
.legal-copy ul { padding-left: 22px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .desktop-cta { display: none; }
  .mobile-nav { position: relative; display: block; justify-self: end; }
  .mobile-nav summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; padding: 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; list-style: none; cursor: pointer; }
  .subpage .mobile-nav summary { border-color: var(--line); }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; height: 2px; border-radius: 10px; background: currentColor; }
  .mobile-nav summary span:last-child { width: 70%; justify-self: end; }
  .mobile-nav nav { position: absolute; top: 54px; right: 0; min-width: 240px; padding: 12px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #21153f; box-shadow: 0 24px 50px rgba(0,0,0,.25); }
  .subpage .mobile-nav nav { background: #fff; }
  .mobile-nav nav a { padding: 12px 14px; color: #fff; font-size: 14px; text-decoration: none; }
  .subpage .mobile-nav nav a { color: var(--ink); }
  .mobile-nav nav .mobile-cta { margin-top: 6px; border-radius: 12px; background: var(--lime); color: var(--ink); font-weight: 800; }

  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(700px, 100%); margin: 0 auto; }
  .phone-map { right: 12%; }
  .phone-profile { left: 10%; }
  .float-nearby { right: 2%; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { margin-bottom: 28px; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 680px; }
  .mode-world .profile-media { width: 58%; left: 21%; }
  .safety { grid-template-columns: 1fr; gap: 50px; }
  .safety-visual { min-height: 500px; }
  .ios-waitlist-copy { max-width: 760px; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 32px); height: 74px; }
  .home-header .brand { font-size: 24px; }
  .brand { font-size: 20px; }
  .brand img { width: 38px; height: 38px; }
  .hero { min-height: 980px; padding: 118px 20px 50px; gap: 12px; }
  h1 { font-size: clamp(53px, 16vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-visual { min-height: 500px; margin-top: 14px; }
  .orbit-one { width: 440px; height: 440px; right: -110px; }
  .orbit-two { width: 310px; height: 310px; right: -40px; }
  .phone { border-width: 7px; border-radius: 34px; }
  .phone-map { top: 5px; right: 4%; width: 232px; height: 458px; }
  .phone-profile { top: 92px; left: -4%; width: 180px; height: 348px; }
  .phone-speaker { width: 58px; height: 17px; top: 8px; }
  .float-card { min-width: auto; padding: 10px; }
  .float-card small { display: none; }
  .float-nearby { top: 100px; right: -7px; }
  .float-global { left: 1%; bottom: 37px; }
  .float-icon { width: 31px; height: 31px; }
  .section { padding: 90px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .safety h2 { font-size: 48px; }
  .section-heading > p:last-child { font-size: 16px; }
  .mode-card { min-height: 610px; border-radius: 25px; }
  .mode-copy { padding: 30px 27px; }
  .mode-number { top: 32px; right: 28px; }
  .mode-copy h3 { font-size: 39px; }
  .map-media { width: 88%; height: 360px; right: -9%; }
  .mode-world .profile-media { width: 80%; height: 360px; left: 10%; }
  .safety { gap: 22px; }
  .safety-visual { min-height: 400px; }
  .ring-one { width: 390px; height: 390px; }
  .ring-two { width: 280px; height: 280px; }
  .shield-card { width: 285px; padding: 32px; border-radius: 28px; }
  .shield { margin-bottom: 45px; }
  .shield-card strong { font-size: 28px; }
  .ios-waitlist { padding: 80px 20px 90px; }
  .ios-waitlist h2 { font-size: 42px; }
  .waitlist-field { display: grid; padding: 8px; }
  .waitlist-field input { min-height: 54px; text-align: center; }
  .waitlist-field button { min-height: 54px; }
  .site-footer { grid-template-columns: 1fr; gap: 36px; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { margin-top: 0; }
  .subpage .site-header { width: calc(100% - 32px); }
  .subpage-hero { padding-top: 70px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card.wide { grid-column: auto; }
  .page-title { grid-column: auto; margin-bottom: 18px; font-size: 48px; }
  .account-grid .page-title { font-size: 40px; }
  .legal-layout { width: calc(100% - 32px); padding-top: 52px; }
  .legal-title { margin-bottom: 34px; font-size: 48px; }
}

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