@charset "UTF-8" ;
:root {
  color-scheme: dark;
  --bg: #0a0a0b;
  --panel: #131315;
  --ink: #f2f0f2;
  --muted: #9b999f;
  --accent: #b4adca;
  --line: #29282d;
  --ease: cubic-bezier(.23,1,.32,1)
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing: antialiased
}
button,a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer
}
a {
  color: inherit;
  text-decoration: none
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px
}
button:active,.button:active {
  transform: scale(.97)
}
[hidden] {
  display: none!important
}
h1,h2,h3,p {
  margin: 0
}
.wrap {
  width: min(1120px,calc(100% - 80px));
  margin-inline: auto
}
.skip {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ink);
  color: var(--bg);
  padding: 12px;
  z-index: 9;
  transform: translateY(-150%)
}
.skip:focus {
  transform: none
}
.nav {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line)
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px
}
.wordmark img {
  object-fit: contain
}
.nav-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px
}
.nav-link {
  color: var(--muted)
}
.nav-download {
  border-bottom: 1px solid var(--accent);
  padding: 12px 0
}
.language {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #68666e
}
.language button {
  min-width: 36px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 12px
}
.language button[aria-pressed=true] {
  color: var(--ink)
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 96px
}
.eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.65px;
  line-height: 1.6;
  color: var(--muted)
}
.hero-copy>.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--accent)
}
h1 {
  font-size: clamp(60px,6.4vw,88px);
  font-weight: 500;
  letter-spacing: -5px;
  line-height: 1.04;
  margin-top: 28px
}
h1 em {
  font-style: normal;
  color: var(--accent)
}
.hero-description {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 355px;
  margin: 28px 0 30px
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 54px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition: transform 160ms var(--ease),background 160ms ease
}
.button-primary {
  background: var(--ink);
  color: #17151b
}
.button>span:last-child {
  font-size: 23px;
  font-weight: 400
}
.micro {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.6
}
.browser-help:not([hidden]) { display: block; }
.browser-help {
  max-width: 380px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  margin-top: 24px;
  font-size: 14px
}
.tiktok-menu-cue {
  padding: 12px 20px 24px;
  padding-top: max(12px, env(safe-area-inset-top));
  text-align: right;
  border-bottom: 1px solid var(--line);
}
.tiktok-menu-cue svg {
  display: block;
  margin-left: auto;
  color: var(--accent);
}
.tiktok-menu-cue p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  white-space: pre-line;
}
.browser-help p {
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6
}
.inside {
  border-top: 1px solid var(--line);
  padding-block: 80px;
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 70px
}
.section-heading h2,.details-section h2 {
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 18px
}
.feature {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 28px 0
}
.feature:first-child {
  padding-top: 0
}
.feature-number {
  font-size: 10px;
  color: var(--muted);
  padding-top: 5px
}
.feature h3 {
  font-size: 20px;
  letter-spacing: -.5px;
  font-weight: 500;
  line-height: 1.3
}
.feature p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 12px;
  max-width: 390px
}
.feature-symbol {
  color: var(--accent);
  font-size: 23px
}
.details-section {
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 70px;
  padding-block: 30px 80px
}
.faq details {
  border-bottom: 1px solid var(--line)
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-block: 20px;
  font-size: 15px;
  line-height: 1.5
}
.faq summary::-webkit-details-marker {
  display: none
}
.faq summary:after {
  content: '+';
  color: var(--muted);
  font-size: 20px;
  line-height: 1
}
.faq details[open] summary:after {
  content: '−'
}
.faq details p {
  padding-bottom: 22px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted)
}
.final-cta {
  border-top: 1px solid var(--line);
  text-align: center;
  padding-block: 80px
}
.final-cta h2 {
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  line-height: 1.1;
  margin: 20px 0 30px
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 30px 40px
}
.footer .wordmark {
  font-size: 21px
}
.footer p {
  font-size: 11px;
  color: var(--muted)
}
.footer nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 11px;
  color: var(--muted)
}
@media(hover:hover) and (pointer:fine) {
  .button-primary:hover {
    background: var(--accent)
  }
  .nav-link:hover,.footer a:hover {
    color: var(--ink)
  }
}
@media(max-width:850px) {
  .wrap {
    width: calc(100% - 48px)
  }
  .hero {
    gap: 30px;
    padding-top: 56px
  }
  h1 {
    font-size: 64px;
    letter-spacing: -3.5px
  }
  .inside,.details-section {
    gap: 35px
  }
  .section-heading h2,.details-section h2 {
    font-size: 30px
  }
  .nav-actions {
    gap: 18px
  }
  .nav-link {
    display: none
  }
}
@media(max-width:640px) {
  .wrap {
    width: calc(100% - 40px)
  }
  .nav {
    height: 80px
  }
  .wordmark {
    font-size: 23px
  }
  .wordmark img {
    width: 28px;
    height: 27px
  }
  .nav-actions {
    gap: 14px
  }
  .nav-download {
    font-size: 12px
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 56px;
    gap: 52px
  }
  .hero-copy {
    max-width: 440px
  }
  .hero h1 {
    font-size: clamp(58px,15vw,80px);
    letter-spacing: -3px;
    margin-top: 22px
  }
  .hero-description {
    font-size: 16px;
    max-width: 310px;
    margin: 24px 0
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px
  }
  .product-stage {
    justify-self: center;
    width: 100%;
    max-width: 355px
  }
  .stage-top {
    margin-bottom: 24px
  }
  .inside,.details-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 48px
  }
  .section-heading h2,.details-section h2 {
    font-size: 34px
  }
  .feature {
    gap: 10px;
    grid-template-columns: 27px 1fr 18px
  }
  .feature h3 {
    font-size: 19px
  }
  .feature p {
    font-size: 14px
  }
  .details-section {
    padding-top: 10px
  }
  .final-cta {
    padding-block: 56px
  }
  .final-cta h2 {
    font-size: 49px;
    letter-spacing: -2.5px
  }
  .footer {
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: max(30px,env(safe-area-inset-bottom))
  }
  .footer nav {
    width: 100%;
    margin: 4px 0 0;
    gap: 26px
  }
  .footer p {
    margin-left: auto;
    font-size: 10px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  button:active,.button:active {
    transform: none
  }
}
.section-heading h2,.details-section h2 {
  white-space: pre-line
}
.product-stage {
  width: 100%;
  max-width: 410px;
  justify-self: end;
  margin: 0;
}
.stage-top {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.stage-line {
  flex: 1;
  height: 1px;
  background: var(--line);
}
.device-frame {
  width: 310px;
  max-width: calc(100% - 14px);
  margin: auto;
  padding: 10px 5px;
  border: 1px solid #37353c;
  border-radius: 32px;
  background: #0c0c0e;
  box-shadow: 0 0 0 4px #111113,0 0 0 5px #202024,0 30px 80px #0008;
  overflow: hidden;
}
.device-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.product-stage figcaption {
  color: var(--muted);
  text-align: center;
  font-size: 10px;
  margin-top: 23px;
  letter-spacing: .2px;
}
@media(max-width:640px) {
  .product-stage {
    justify-self: center;
    max-width: 355px;
  }
}
@media(max-width:420px) {
  .nav-download {
    display: none
  }
}
.hero > * {
  min-width: 0
}
.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 72px;
  padding-block: 80px;
  border-top: 1px solid var(--line);
}
.pricing-heading h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.5px;
  white-space: pre-line;
  margin-top: 20px;
}
.pricing-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.pricing-options { display: grid; gap: 16px; }
.price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.price-card h3 { font-size: 16px; font-weight: 500; }
.price-card div > p { font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 8px; }
.price-amount { font-size: 26px; font-weight: 500; white-space: nowrap; }
.price-amount span { display: block; text-align: right; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 5px; }
.price-note { font-size: 11px; color: var(--muted); line-height: 1.7; margin-block: 8px; }
.pricing-options > .button { justify-self: start; }
@media(max-width:640px) {
  .pricing { grid-template-columns: minmax(0,1fr); gap: 32px; padding-block: 48px; }
  .price-card { padding: 20px; }
}
@media(max-width:640px) {
  .hero {
    grid-template-columns: minmax(0,1fr)
  }
}
