:root {
  color-scheme: dark;
  --ink: #f4f7ff;
  --muted: #b5c0d7;
  --line: rgba(190, 206, 255, .17);
  --surface: rgba(16, 25, 57, .72);
  --blue: #6fa5ff;
  --violet: #a896ff;
  --bg: #070b1d;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 8% -10%, rgba(61, 132, 255, .35), transparent 70%),
    radial-gradient(740px 500px at 100% 5%, rgba(140, 93, 255, .28), transparent 65%),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-underline-offset: .18em; }

.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -.02em;
}

.app-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(111, 212, 255, .26);
}

.mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #11162b;
  font-size: 18px;
  box-shadow: 0 5px 20px rgba(111, 212, 255, .26);
}

nav { display: flex; gap: 20px; font-size: .94rem; }
nav a { color: var(--muted); text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { color: var(--ink); }

/* ---------- Hero ---------- */

.hero { padding: 70px 0 80px; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; max-width: 740px; font-size: clamp(2.9rem, 7vw, 5.3rem); line-height: .98; letter-spacing: -.065em; }
.lede { margin: 26px 0 0; max-width: 650px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.actions.center { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
  font-weight: 650;
}
.button.primary { border-color: transparent; background: linear-gradient(135deg, #60d2ff, #9b8dff); color: #101527; }

.appstore {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 22px 8px 16px;
}
.appstore .badge-glyph { font-size: 1.5rem; line-height: 1; }
.appstore span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.appstore small { font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .75; }
.appstore strong { font-size: 1.12rem; font-weight: 750; }

.appstore.soon {
  background: rgba(255, 255, 255, .05);
  border: 1px dashed var(--line);
  opacity: .82;
  cursor: default;
}
.appstore.soon .android { font-size: 1.35rem; filter: grayscale(.2); }
.appstore.soon:hover { background: rgba(255, 255, 255, .05); }

.trust { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: .92rem; }
.trust .tick { color: #5ee6a0; font-weight: 800; margin-right: 5px; }

/* Phone mockup */

.hero-visual { position: relative; display: flex; justify-content: center; min-height: 520px; }
.phone {
  position: absolute;
  top: 0;
  width: 248px;
  aspect-ratio: 9 / 19.4;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #0a1024;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .55), 0 0 0 8px rgba(255, 255, 255, .04), 0 0 0 9px rgba(0, 0, 0, .5);
}
.phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-back { transform: translate(-64px, 30px) rotate(-9deg); filter: brightness(.62) saturate(.85); z-index: 0; }
.phone-front { transform: translate(26px, 0) rotate(3deg); z-index: 1; }

.float-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(13, 20, 46, .88);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .45);
  font-size: .85rem;
  font-weight: 650;
  backdrop-filter: blur(8px);
}
.chip-1 { top: 18%; right: 2%; }
.chip-2 { bottom: 20%; left: -1%; }
.chip-dot { width: 9px; height: 9px; border-radius: 50%; background: #5ee6a0; box-shadow: 0 0 12px #5ee6a0; }

/* ---------- Strip ---------- */

.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .03); padding: 22px 0; }
.strip p { margin: 0; text-align: center; color: var(--muted); font-size: 1.02rem; font-weight: 600; letter-spacing: .01em; }

/* ---------- Sections ---------- */

.section { padding: 84px 0; }
.section-alt { background: rgba(255, 255, 255, .028); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { margin: 0 0 44px; max-width: 640px; font-size: clamp(1.9rem, 4.2vw, 2.9rem); line-height: 1.06; letter-spacing: -.045em; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card, .document {
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--surface);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .16);
}
.card { padding: 25px; }
.card .symbol { display: block; margin-bottom: 15px; color: var(--blue); font-size: 1.45rem; }
h2, h3 { margin: 0; }
.card h3 { font-size: 1.16rem; letter-spacing: -.025em; }
.card p { margin: 9px 0 0; color: var(--muted); font-size: .96rem; }

/* Steps */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--surface);
}
.step-num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #101527;
  font-weight: 800;
  font-size: 1.2rem;
  box-shadow: 0 8px 24px rgba(111, 212, 255, .28);
}
.step h3 { font-size: 1.14rem; letter-spacing: -.02em; }
.step p { margin: 9px 0 0; color: var(--muted); font-size: .96rem; }

/* Formats */

.formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--surface);
  transition: transform .18s ease, border-color .18s ease;
}
.format:hover { transform: translateY(-3px); border-color: rgba(111, 212, 255, .45); }
.format-icon { font-size: 1.6rem; color: var(--blue); margin-bottom: 14px; }
.format h3 { font-size: 1.1rem; letter-spacing: -.02em; }
.format p { margin: 8px 0 0; color: var(--muted); font-size: .94rem; }

/* Showcase */

.showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.showcase-imgs { display: flex; justify-content: center; gap: 18px; }
.showcase-imgs img {
  width: 168px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .5);
}
.showcase-imgs img:nth-child(1) { transform: rotate(-6deg) translateY(10px); }
.showcase-imgs img:nth-child(2) { transform: translateY(-14px); z-index: 1; }
.showcase-imgs img:nth-child(3) { transform: rotate(6deg) translateY(10px); }
.showcase-copy p { color: var(--muted); font-size: 1.06rem; margin: 18px 0 0; }
.showcase-copy .button { margin-top: 26px; }

/* Pricing */

.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 840px; }
.plan { display: flex; flex-direction: column; padding: 30px; position: relative; }
.plan h3 { font-size: 1.2rem; }
.plan-price { margin: 12px 0 18px; font-size: 1.7rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.plan ul { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: .96rem; }
.plan li { position: relative; padding-left: 26px; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: #5ee6a0; font-weight: 800; }
.plan .button { margin-top: auto; width: 100%; }
.plan-featured { border-color: rgba(111, 212, 255, .5); box-shadow: 0 20px 70px rgba(96, 210, 255, .12); }
.plan-tag {
  position: absolute;
  top: -13px;
  left: 24px;
  padding: 5px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #60d2ff, #9b8dff);
  color: #101527;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.pricing-note { margin: 26px 0 0; color: var(--muted); font-size: .88rem; text-align: center; }

/* CTA */

.cta { text-align: center; }
.cta .section-title { margin-left: auto; margin-right: auto; }
.cta .lede { margin-left: auto; margin-right: auto; }

/* Disclaimer banner */
.disclaimer-banner {
  margin: 40px auto 0;
  max-width: 720px;
  padding: 14px 18px;
  border-left: 3px solid var(--blue);
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  color: var(--muted);
  font-size: .88rem;
  text-align: left;
}
.disclaimer-banner strong { color: var(--ink); }

/* Documents (privacy / terms / support) */

.document { max-width: 800px; margin: 50px auto 78px; padding: clamp(25px, 5vw, 56px); }
.document h1 { font-size: clamp(2.35rem, 5vw, 3.8rem); }
.document h2 { margin: 34px 0 8px; font-size: 1.25rem; }
.document p, .document li { color: var(--muted); }
.document strong { color: var(--ink); }
.document ul { padding-left: 20px; }
.updated { margin-top: 14px; color: var(--muted); font-size: .92rem; }
.support-intro { margin-bottom: 32px; }
.faq { border-top: 1px solid var(--line); padding: 21px 0; }
.faq h2 { font-size: 1.05rem; }
.faq p { margin: 8px 0 0; }

footer { border-top: 1px solid var(--line); padding: 26px 0 38px; color: var(--muted); font-size: .88rem; }
footer .shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
footer a { color: var(--muted); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; margin-top: 26px; }
  .showcase { grid-template-columns: 1fr; gap: 36px; }
  .showcase-imgs img { width: 130px; }
}

@media (max-width: 650px) {
  header { min-height: 68px; flex-wrap: wrap; }
  nav { gap: 13px; font-size: .84rem; flex-wrap: wrap; }
  .grid, .steps, .formats { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .hero { padding: 55px 0 62px; }
  .hero-visual { min-height: 400px; transform: scale(.92); }
  .section { padding: 60px 0; }
  .showcase-imgs img { width: 104px; }
}
