:root {
  --page: #f4f1f7;
  --ink: #171821;
  --muted: #777b89;
  --line: #e5dfeb;
  --card: #ffffff;
  --light: #f7f7fa;
  --pink: #ff4f7b;
  --violet: #7b61ff;
  --dark: #07080c;
  --shadow: 0 24px 70px rgba(49, 33, 62, 0.14);
  --grad: linear-gradient(135deg, #ff4f7b, #7b61ff);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 79, 123, 0.14), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(123, 97, 255, 0.14), transparent 26%),
    var(--page);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.brand-font { font-family: "Space Grotesk", Inter, sans-serif; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(244, 241, 247, 0.82);
  border-bottom: 1px solid rgba(229, 223, 235, 0.7);
}
.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.04em;
}
.brand img { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 8px 18px rgba(123, 97, 255, 0.28); }
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 650; color: var(--muted); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a.btn-primary,
.nav-links a.btn-primary:hover,
.nav-links a.btn-primary[aria-current="page"] { color: #fff; }
.nav-toggle {
  display: none;
  border: 0;
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  border-radius: 999px;
  padding: 12px 18px;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 12px 24px rgba(123, 97, 255, 0.22); }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn-lg { padding: 15px 22px; }

.hero { padding: 42px 0 28px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: 40px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 1px var(--line);
}
.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 16px 0 14px;
}
.hero .lede {
  margin: 0 0 26px;
  max-width: 460px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.soon-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  box-shadow: inset 0 0 0 1px var(--line);
}
.trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 650; }
.trust span { display: flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grad); }

.stage { position: relative; min-height: 560px; }
.phone {
  width: 250px;
  height: 520px;
  padding: 8px;
  border-radius: 38px;
  background: linear-gradient(145deg, #3b3b42, #0a0a0d 34%, #202027 84%, #45454c);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  position: absolute;
}
.phone-screen {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.phone-a { right: 18px; top: 18px; transform: rotate(7deg); z-index: 2; }
.phone-b { left: 8px; top: 54px; transform: rotate(-8deg); z-index: 1; }
.sb {
  position: absolute; z-index: 3; top: 10px; left: 16px; right: 16px;
  display: flex; justify-content: space-between; font-size: 10px; font-weight: 700;
}
.notch {
  position: absolute; left: 50%; top: 8px; transform: translateX(-50%);
  width: 10px; height: 10px; border-radius: 50%; background: #050508; z-index: 4;
}

.shorts { background: #07080c; color: #fff; }
.shorts-art {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(7, 8, 12, 0.92) 88%),
    radial-gradient(circle at 35% 28%, #ff8aa6 0, transparent 36%),
    radial-gradient(circle at 78% 18%, #8b74ff 0, transparent 32%),
    linear-gradient(160deg, #2a1730, #17112a 48%, #07080c);
}
.shorts-side {
  position: absolute; right: 12px; bottom: 92px;
  display: grid; gap: 12px;
}
.circle {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  font-size: 13px;
}
.shorts-copy { position: absolute; left: 14px; right: 58px; bottom: 78px; }
.shorts-copy small { opacity: 0.72; font-size: 10px; font-weight: 700; }
.shorts-copy b { display: block; font-size: 16px; letter-spacing: -0.03em; margin: 4px 0 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--ink); border-radius: 999px;
  padding: 7px 11px; font-size: 11px; font-weight: 800;
}
.tabbar {
  position: absolute; left: 0; right: 0; bottom: 0; height: 62px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: rgba(7, 8, 12, 0.94); color: rgba(255, 255, 255, 0.42);
  font-size: 9px; font-weight: 700; text-align: center; align-items: center;
}
.tabbar span.active { color: var(--pink); }

.home-screen {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 46%, #f4f1f7 100%);
  color: var(--ink);
}
.home-clock { padding: 46px 18px 0; }
.home-clock p { margin: 0; font-size: 11px; font-weight: 650; color: var(--muted); }
.home-clock h2 {
  margin: 2px 0 0; font-family: "Space Grotesk", sans-serif;
  font-size: 46px; letter-spacing: -0.06em; line-height: 1;
}
.search-pill {
  margin: 14px 16px 0; background: #fff; border-radius: 999px;
  padding: 9px 12px; font-size: 11px; color: var(--muted);
  box-shadow: 0 8px 20px rgba(49, 33, 62, 0.06);
}
.widget {
  margin: 12px 16px 0; background: #fff; border-radius: 18px; padding: 10px;
  box-shadow: 0 12px 28px rgba(49, 33, 62, 0.08);
}
.widget-head { display: flex; justify-content: space-between; font-size: 9px; color: var(--muted); font-weight: 700; }
.widget-main { display: flex; gap: 8px; margin-top: 8px; align-items: center; }
.poster {
  width: 46px; height: 62px; border-radius: 8px; flex: none;
  background: radial-gradient(circle at 30% 20%, #ff9ab3, transparent 42%), linear-gradient(160deg, #ff4f7b, #7b61ff);
}
.widget-main h3 { margin: 0; font-size: 12px; }
.widget-main p { margin: 3px 0 0; font-size: 9px; color: var(--muted); line-height: 1.35; }
.bar { height: 4px; border-radius: 9px; background: #ffe5ec; margin-top: 7px; overflow: hidden; }
.bar i { display: block; width: 64%; height: 100%; background: var(--grad); }
.desk-apps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 16px 14px 0; text-align: center; font-size: 8px; font-weight: 700; color: var(--muted); }
.app-ic {
  width: 36px; height: 36px; margin: 0 auto 5px; border-radius: 11px; background: #fff;
  box-shadow: 0 8px 16px rgba(49, 33, 62, 0.08);
  display: grid; place-items: center;
}
.app-ic svg { width: 18px; height: 18px; }
.dock {
  position: absolute; left: 14px; right: 14px; bottom: 16px;
  height: 54px; border-radius: 22px; background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px); display: flex; justify-content: space-around; align-items: center;
}
.dock i { width: 32px; height: 32px; border-radius: 10px; display: block; }
.d1 { background: #34c759; } .d2 { background: #0a84ff; } .d3 { background: #5e5ce6; } .d4 { background: #ff9f0a; }

.section { padding: 72px 0; }
.section h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.05em;
  margin: 0 0 10px;
}
.section .sub { margin: 0 0 32px; color: var(--muted); max-width: 560px; line-height: 1.55; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.card {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(49, 33, 62, 0.06);
}
.icon-blob {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, #ffe5ec, #eeeaff); margin-bottom: 14px;
}
.card h3 { margin: 0 0 8px; font-size: 17px; letter-spacing: -0.03em; }
.card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
.showcase-item { text-align: center; }
.phone.static { position: relative; margin: 0 auto 16px; transform: none; }
.showcase h3 { margin: 0 0 6px; }
.showcase p { margin: 0 auto; max-width: 240px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.discover { background: var(--light); color: var(--ink); }
.disc-top { display: flex; justify-content: space-between; align-items: center; padding: 42px 14px 8px; font-weight: 800; }
.disc-brand { display: flex; align-items: center; gap: 6px; font-family: "Space Grotesk", sans-serif; }
.disc-brand img { width: 22px; height: 22px; border-radius: 7px; }
.hero-card {
  margin: 8px 12px 0; height: 118px; border-radius: 16px; overflow: hidden; position: relative;
  background: linear-gradient(180deg, transparent 20%, rgba(7,8,12,.78)), radial-gradient(circle at 70% 30%, #c9b6ff, #ff4f7b 70%);
  color: #fff; padding: 16px 14px 12px;
}
.hero-card small { font-size: 9px; opacity: .8; }
.hero-card b { display: block; margin-top: 18px; font-size: 15px; }
.pills { display: flex; gap: 6px; padding: 10px 12px 8px; overflow: hidden; }
.pills span { font-size: 9px; font-weight: 700; padding: 5px 8px; border-radius: 999px; background: #fff; color: var(--muted); box-shadow: inset 0 0 0 1px var(--line); }
.pills span.on { background: var(--ink); color: #fff; box-shadow: none; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 12px; }
.mini-poster { height: 96px; border-radius: 12px; }
.mp1 { background: linear-gradient(160deg, #2a1730, #ff4f7b); }
.mp2 { background: linear-gradient(160deg, #17112a, #7b61ff); }
.mp3 { background: linear-gradient(160deg, #3a2048, #20c997); }
.mp4 { background: linear-gradient(160deg, #201018, #ff7898); }
.light-tabs { background: rgba(255,255,255,.96); color: #9395a2; border-top: 1px solid rgba(31,29,40,.07); }

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.steps { display: grid; gap: 14px; }
.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
}
.num {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center; color: #fff; font-weight: 800; background: var(--grad);
}
.step h3 { margin: 0 0 4px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.faq-list { display: grid; gap: 10px; max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 18px; overflow: hidden; }
.faq-item button, .legal-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 16px 18px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.faq-item .answer {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.faq-item .answer a { color: var(--violet); font-weight: 750; word-break: break-all; }
.faq-item button span { color: var(--violet); }

.cta-band {
  margin: 20px 0 80px;
  border-radius: 32px;
  padding: 42px 36px;
  background: var(--grad);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  box-shadow: 0 24px 50px rgba(123, 97, 255, 0.28);
}
.cta-band h2 { margin: 0 0 8px; font-family: "Space Grotesk", sans-serif; letter-spacing: -0.04em; }
.cta-band p { margin: 0; opacity: .9; }
.cta-band .btn-primary { background: #fff; color: var(--ink); box-shadow: none; }
.cta-band .soon-note {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: none;
  text-align: left;
}

.topbar {
  background: #171821;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
}
.topbar-in {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.topbar a { color: #fff; text-decoration: none; }

.page-hero {
  padding: 48px 0 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 79, 123, 0.16), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(123, 97, 255, 0.16), transparent 30%);
}
.crumb { margin: 0 0 12px; font-size: 13px; font-weight: 650; color: var(--muted); }
.crumb a { text-decoration: none; }
.page-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 14px;
}
.page-hero .lede { margin: 0; max-width: 640px; font-size: 18px; line-height: 1.55; color: var(--muted); }

.layout-page {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  padding: 12px 0 40px;
  align-items: start;
}
.toc {
  position: sticky;
  top: 96px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(49, 33, 62, 0.06);
}
.toc h3 { margin: 0 0 10px; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.toc a { display: block; text-decoration: none; font-size: 14px; font-weight: 650; padding: 7px 0; color: var(--ink); }
.toc a:hover { color: var(--violet); }

.prose h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 36px 0 10px;
}
.prose h3 { margin: 22px 0 8px; font-size: 18px; }
.prose p, .prose li { color: #3d3f4a; line-height: 1.65; }
.prose ul { padding-left: 18px; }

.spec {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(49, 33, 62, 0.06);
}
.spec th, .spec td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 14px; vertical-align: top; }
.spec th { width: 36%; color: var(--muted); font-weight: 650; background: #faf9fc; }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 0; }

.dir {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.dir a {
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(49, 33, 62, 0.06);
}
.dir a strong { display: block; margin-bottom: 6px; font-size: 16px; }
.dir a span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.facts .card b {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.map-frame {
  width: 100%;
  height: 280px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(49, 33, 62, 0.08);
}

.site-footer {
  background: #171821;
  color: rgba(255, 255, 255, 0.72);
  padding: 8px 0 28px;
  font-size: 13px;
}
.site-footer .brand { display: flex; color: #fff; margin-bottom: 12px; }
.site-footer .brand img { box-shadow: none; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 12px 0 28px;
}
.footer-lead { color: rgba(255, 255, 255, 0.82); line-height: 1.5; }
.site-footer h3 { margin: 0 0 10px; color: #fff; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.site-footer a { display: block; color: rgba(255, 255, 255, 0.72); text-decoration: none; font-weight: 650; padding: 4px 0; }
.site-footer a:hover { color: #fff; }
.foot-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal {
  padding: 12px 0 40px;
  max-width: none;
}
.legal h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  letter-spacing: -0.05em;
  margin: 0 0 8px;
}
.legal .meta { color: var(--muted); margin: 0 0 28px; }
.legal h2 { font-size: 20px; margin: 28px 0 8px; letter-spacing: -0.03em; }
.legal p, .legal li { color: #3d3f4a; line-height: 1.65; }
.legal ul { padding-left: 18px; }
.note {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--muted);
  font-size: 14px;
}
.note a { color: var(--violet); font-weight: 750; word-break: break-all; }

@media (max-width: 960px) {
  .hero-grid, .split, .features, .showcase, .layout-page, .dir, .facts, .footer-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr 1fr; }
  .stage { min-height: 420px; max-width: 420px; margin: 0 auto; }
  .phone { width: 210px; height: 440px; }
  .phone-a { right: 10px; }
  .cta-band { flex-direction: column; text-align: center; }
  .toc { position: static; }
}
@media (max-width: 720px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav-links {
    display: none;
    position: absolute;
    top: 72px; left: 20px; right: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .features { grid-template-columns: 1fr; }
  .hero { padding-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
