:root {
  color-scheme: dark;
  --void: #090b12;
  --obsidian: #111725;
  --panel: #182135;
  --panel-2: #202b43;
  --grid: #2a3655;
  --cyan: #50e6ff;
  --violet: #8c72ff;
  --gold: #f6c85f;
  --green: #62e6a3;
  --rose: #ff6b7a;
  --ink: #f5f7ff;
  --muted: #a6aec8;
  --muted-2: #76809d;
  --line: rgba(80, 230, 255, 0.18);
  --strong-line: rgba(80, 230, 255, 0.42);
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 52% -10%, rgba(140, 114, 255, 0.23), transparent 38%),
    repeating-linear-gradient(0deg, rgba(42, 54, 85, 0.42) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(42, 54, 85, 0.38) 0 1px, transparent 1px 32px),
    var(--void);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

a {
  color: var(--cyan);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.96;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.8vw, 54px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.08;
}

.site-nav,
nav:not(.site-nav) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-nav {
  margin-bottom: 34px;
}

nav:not(.site-nav) {
  max-width: 840px;
  margin: 28px auto 42px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand:hover {
  text-decoration: none;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(245, 200, 95, 0.28);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(80, 230, 255, 0.18);
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(245, 200, 95, 0.28);
  border-radius: 8px;
  background: var(--obsidian);
}

.mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-links,
nav:not(.site-nav) {
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
}

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

.nav-links a,
nav:not(.site-nav) a {
  color: var(--muted);
}

.nav-store-link,
.store-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 920;
  line-height: 1;
}

.nav-store-link {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--strong-line);
  color: var(--ink) !important;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(730px, calc(100vh - 126px));
  overflow: hidden;
  margin-bottom: 28px;
  padding: 36px 0 86px;
}

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

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 11, 18, 0.98) 0%, rgba(9, 11, 18, 0.88) 42%, rgba(9, 11, 18, 0.08) 78%),
    linear-gradient(180deg, rgba(9, 11, 18, 0) 0%, rgba(9, 11, 18, 0.84) 100%);
  content: "";
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 26px;
  color: #dfe6ff;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.22;
}

.hero-actions,
.pro-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.store-button,
.secondary-button {
  padding: 14px 18px;
}

.store-button {
  border: 1px solid rgba(246, 200, 95, 0.62);
  background: linear-gradient(135deg, var(--gold), #ffe39d);
  color: #10131d;
  box-shadow: 0 20px 52px rgba(246, 200, 95, 0.18);
}

.secondary-button {
  border: 1px solid var(--strong-line);
  background: rgba(24, 33, 53, 0.74);
  color: var(--ink);
}

.store-button:hover,
.secondary-button:hover,
.nav-store-link:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin: 30px 0 0;
}

.quick-facts div,
.store-facts-grid div,
.feature-grid article,
.privacy-grid article,
.support-section,
article,
.demo-summary,
.demo-step,
.pro-section,
.store-facts-section,
.mini-app-section {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 23, 37, 0.82);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.quick-facts div {
  min-height: 104px;
  padding: 16px;
}

.quick-facts dt,
.store-facts-grid dt,
.feature-index,
figcaption {
  color: var(--muted-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.hero-screenfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.phone-shot {
  position: absolute;
  display: block;
  width: min(27vw, 322px);
  border: 1px solid rgba(245, 247, 255, 0.1);
  border-radius: 32px;
  background: #060812;
  box-shadow: var(--shadow);
}

.shot-portal {
  top: 8px;
  right: 14%;
  z-index: 3;
}

.shot-journey {
  top: 92px;
  right: -1%;
  z-index: 2;
  opacity: 0.88;
}

.shot-character {
  top: 154px;
  right: 36%;
  z-index: 1;
  opacity: 0.72;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 88px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip p {
  margin: 0;
  padding: 18px;
  background: rgba(17, 23, 37, 0.9);
  color: var(--ink);
  font-weight: 860;
  text-align: center;
}

.store-facts-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
  margin: 0 0 88px;
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(115deg, rgba(80, 230, 255, 0.12), transparent 42%),
    rgba(17, 23, 37, 0.9);
}

.store-facts-copy p,
.section-intro p,
.section-heading p,
.privacy-section > div > p,
.pro-section p,
.support-section p,
article p,
li {
  color: var(--muted);
  font-size: 18px;
}

.store-facts-copy .secondary-button {
  margin-top: 4px;
}

.store-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.store-facts-grid div {
  min-height: 106px;
  padding: 18px;
  background: rgba(24, 33, 53, 0.9);
}

.store-facts-grid dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.feature-section,
.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  margin-bottom: 88px;
}

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

.feature-grid article,
.privacy-grid article {
  min-height: 224px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(80, 230, 255, 0.08), transparent 46%),
    rgba(17, 23, 37, 0.88);
}

.feature-grid article:nth-child(2),
.feature-grid article:nth-child(5),
.privacy-grid article:nth-child(2) {
  border-color: rgba(246, 200, 95, 0.28);
}

.feature-grid article:nth-child(3),
.feature-grid article:nth-child(6),
.privacy-grid article:nth-child(3) {
  border-color: rgba(140, 114, 255, 0.38);
}

.feature-index {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--cyan);
}

.feature-grid p,
.privacy-grid p {
  margin-bottom: 0;
}

.screenshots-section {
  margin-bottom: 88px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 460px;
  margin-bottom: 8px;
}

.screenshots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  width: 100%;
  border: 1px solid rgba(245, 247, 255, 0.12);
  border-radius: 26px;
  background: #060812;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  text-align: center;
}

.mini-app-section {
  margin-bottom: 88px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(80, 230, 255, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(98, 230, 163, 0.1), transparent 34%),
    rgba(17, 23, 37, 0.9);
  box-shadow: var(--shadow);
}

.mini-app-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
}

.demo-summary {
  min-height: 100%;
  padding: 24px;
  background: #0b0f19;
}

.demo-summary span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.demo-summary strong {
  display: block;
  margin: 10px 0 6px;
  color: var(--ink);
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.95;
}

.axis-demo-list {
  display: grid;
  gap: 10px;
}

.demo-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.demo-step:hover,
.demo-step.is-done {
  border-color: rgba(80, 230, 255, 0.55);
  background: rgba(80, 230, 255, 0.1);
}

.demo-step strong,
.demo-step b {
  color: var(--ink);
}

.demo-step small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 730;
}

.demo-step b {
  flex: 0 0 auto;
  min-width: 56px;
  padding: 8px 10px;
  border: 1px solid rgba(80, 230, 255, 0.22);
  border-radius: 8px;
  color: var(--cyan);
  font-size: 13px;
  text-align: center;
}

.demo-step.is-done b {
  border-color: rgba(98, 230, 163, 0.4);
  background: var(--green);
  color: #07100f;
}

.demo-footnote {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 730;
}

.privacy-section h2 {
  margin-bottom: 0;
}

.pro-section {
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 32px;
  padding: 36px;
  background:
    linear-gradient(90deg, rgba(246, 200, 95, 0.13), transparent 44%),
    rgba(17, 23, 37, 0.92);
}

.pro-section div {
  max-width: 760px;
}

.pro-section h2 {
  font-size: clamp(30px, 5vw, 48px);
}

.pro-section p {
  margin-bottom: 0;
}

.store-button.compact {
  flex: 0 0 auto;
}

.support-section,
article {
  padding: 32px;
}

.support-section {
  margin-bottom: 32px;
}

.support-section h2,
article h1 {
  margin-bottom: 10px;
}

article {
  max-width: 820px;
  margin: 0 auto;
}

article h1 {
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.05;
}

article h2 {
  margin: 30px 0 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .feature-section,
  .store-facts-section,
  .mini-app-shell,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
    padding-bottom: 320px;
  }

  .phone-shot {
    width: min(34vw, 292px);
  }

  .shot-portal {
    right: 28%;
    top: 300px;
  }

  .shot-journey {
    right: 5%;
    top: 354px;
  }

  .shot-character {
    right: 55%;
    top: 390px;
  }

  .quick-facts,
  .trust-strip,
  .screenshots,
  .store-facts-grid,
  .feature-grid,
  .privacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid article,
  .privacy-grid article {
    min-height: 0;
  }

  .section-heading {
    display: block;
  }

  .demo-footnote {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  main {
    width: min(100% - 28px, 1180px);
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .site-nav,
  nav:not(.site-nav),
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  nav:not(.site-nav) {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    font-size: 14px;
  }

  .brand span {
    white-space: normal;
  }

  .hero-lede {
    font-size: 19px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .trust-strip,
  .screenshots,
  .store-facts-grid,
  .feature-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-facts div {
    min-height: 86px;
    padding: 14px;
  }

  .quick-facts dd {
    font-size: 17px;
  }

  .hero {
    min-height: 800px;
    padding: 20px 0 430px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 11, 18, 0.98) 0%, rgba(9, 11, 18, 0.9) 42%, rgba(9, 11, 18, 0.18) 74%, rgba(9, 11, 18, 0.82) 100%),
      linear-gradient(90deg, rgba(9, 11, 18, 0.78), rgba(9, 11, 18, 0.08));
  }

  .hero-screenfield {
    inset: auto 0 12px;
    height: 430px;
  }

  .phone-shot {
    width: min(64vw, 232px);
    border-radius: 24px;
  }

  .shot-portal {
    top: 0;
    left: 2%;
    right: auto;
  }

  .shot-journey {
    top: 54px;
    right: 0;
  }

  .shot-character {
    display: none;
  }

  .store-facts-section,
  .pro-section,
  .mini-app-section,
  .support-section,
  article {
    padding: 24px;
  }

  .demo-step {
    align-items: flex-start;
    flex-direction: column;
  }
}

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