:root {
  --pop: #0a68c9;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --faint: #86868b;
  --hairline: rgba(0, 0, 0, 0.08);
  --rule: #d2d2d7;
  --rule-soft: #e8e8ed;
  --gray: #f5f5f7;
  --paper: #fbfbfd;
  --chrome: #e3e3e6;
  --max: 1024px;
  --hero: 900px;
  --faq: 680px;
  --narrow: 760px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

a {
  color: var(--text);
}

a:hover {
  color: var(--pop);
}

img {
  max-width: 100%;
  height: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 8px 12px;
  z-index: 100;
}

.skip:focus {
  left: 12px;
  top: 12px;
}

.icon {
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: var(--pop);
  user-select: none;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-hero {
  max-width: var(--hero);
}

.wrap-narrow {
  max-width: var(--narrow);
}

.wrap-faq {
  max-width: var(--faq);
}

/* Nav */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--hairline);
}

.nav-inner {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.brand:hover {
  color: var(--text);
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-burger {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--text);
}

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

.nav-links a {
  text-decoration: none;
  color: #424245;
  font-size: 12.5px;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a.btn-primary,
.nav-links a.btn-primary:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 980px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
}

.btn-primary {
  background: var(--pop);
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.85;
  color: #fff;
}

.btn-ghost {
  color: var(--pop);
  border-color: var(--pop);
  background: transparent;
}

.btn-ghost:hover {
  background: var(--pop);
  color: #fff;
}

.btn-sm {
  padding: 6px 15px;
  font-size: 12.5px;
}

.btn-md {
  padding: 13px 28px;
  font-size: 16px;
}

.btn-lg {
  padding: 15px 34px;
  font-size: 17px;
}

.btn-ghost.btn-md {
  padding: 13px 24px;
}

/* Hero */

.hero {
  background: #fff;
  text-align: center;
}

.hero-copy {
  padding: 110px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-mascot {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 22px;
}

.kicker {
  font-size: 15px;
  font-weight: 700;
  color: var(--pop);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: 88px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.lede {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 44ch;
  font-weight: 400;
  text-wrap: pretty;
}

.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.fine {
  font-size: 12.5px;
  color: var(--faint);
  margin-bottom: 64px;
}

.hero-shot {
  padding: 0 24px 96px;
}

/* Window chrome */

.window {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(0, 0, 0, 0.08);
  background: var(--gray);
  text-align: left;
}

.window-sm {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 18px;
  background: var(--paper);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--chrome);
  display: inline-block;
}

.window-title {
  margin-left: 12px;
  font-size: 12px;
  color: var(--faint);
}

.shot {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
    -45deg,
    #f0f0f2 0 14px,
    #f5f5f7 14px 28px
  );
}

.shot-sm {
  height: 340px;
}

.shot-note {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: var(--faint);
  text-align: center;
  line-height: 1.8;
  background: var(--paper);
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Trust */

.trust {
  background: #fff;
  border-top: 1px solid var(--hairline);
}

.trust-row {
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-item .icon {
  font-size: 18px;
}

/* Sections */

.section {
  padding: 110px 24px;
  text-align: center;
}

.section-left {
  text-align: left;
}

.bg-gray {
  background: var(--gray);
}

.bg-white {
  background: #fff;
}

.section-title {
  margin: 0 auto 18px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.section-title.tight {
  max-width: 22ch;
}

.section-copy {
  margin: 0 auto 64px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

.mw-52 {
  max-width: 52ch;
}

.mw-50 {
  max-width: 50ch;
}

.mw-48 {
  max-width: 48ch;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3,
.step h3,
.feat h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card h3 {
  font-size: 20px;
}

.card p,
.step p,
.feat p {
  margin: 0;
  line-height: 1.6;
  color: var(--muted);
}

.card p {
  font-size: 14.5px;
}

.card .icon {
  font-size: 30px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: left;
  margin-bottom: 72px;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step .icon {
  font-size: 34px;
}

.step-n {
  font-size: 15px;
  font-weight: 700;
  color: var(--pop);
}

.step h3 {
  font-size: 20px;
}

.step p {
  font-size: 14.5px;
}

/* Features */

.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  text-align: left;
}

.feat {
  background: #fff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
}

.feat-lg {
  grid-column: span 3;
  padding: 36px 32px;
  gap: 12px;
}

.feat-lg h3 {
  font-size: 22px;
  letter-spacing: -0.012em;
}

.feat-lg p {
  font-size: 15px;
}

.feat-lg .icon {
  font-size: 32px;
}

.feat-sm {
  grid-column: span 2;
  padding: 32px 28px;
  gap: 10px;
}

.feat-sm h3 {
  font-size: 18px;
}

.feat-sm p {
  font-size: 14px;
}

.feat-sm .icon {
  font-size: 28px;
}

.feat-icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Compare */

.compare-title {
  margin: 0 auto 64px;
  text-align: center;
}

.table-scroll {
  overflow-x: auto;
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.compare th,
.compare td {
  text-align: left;
  padding: 13px 18px;
}

.compare thead th {
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
  font-weight: 600;
  color: var(--muted);
}

.compare thead th:first-child,
.compare tbody td:first-child {
  padding-left: 0;
  width: 24%;
  color: var(--faint);
  font-size: 13px;
  font-weight: 400;
}

.compare thead th:first-child {
  border-bottom: 1px solid var(--rule);
}

.compare tbody td:first-child {
  border-bottom: 1px solid var(--rule-soft);
}

.compare tbody td {
  border-bottom: 1px solid var(--rule-soft);
  color: #424245;
}

.compare tbody tr:last-child td {
  border-bottom: 0;
}

.compare .dh {
  background: var(--gray);
  font-weight: 600;
  color: var(--text);
}

.compare thead .dh {
  font-weight: 700;
  color: var(--text);
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid var(--rule);
}

.compare tbody tr:last-child .dh {
  border-radius: 0 0 14px 14px;
}

.compare-note {
  margin: 24px auto 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--faint);
  max-width: 72ch;
  text-align: center;
}

/* Warning */

.warning {
  background: var(--text);
  color: var(--gray);
  text-align: center;
}

.warning .icon {
  font-size: 44px;
  display: block;
  margin-bottom: 18px;
}

.warning h2 {
  margin: 0 0 20px;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.024em;
}

.warning p {
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
  color: #a1a1a6;
  max-width: 56ch;
  text-wrap: pretty;
}

/* Download */

.download {
  text-align: center;
}

.download-inner {
  padding: 120px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-mascot {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 20px;
}

.download h2 {
  margin: 0 0 18px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -0.026em;
}

.download p {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 46ch;
  text-wrap: pretty;
}

.download .fine {
  margin: 18px 0 0;
}

/* FAQ */

.faq h2 {
  margin: 0 0 40px;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -0.022em;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-list details {
  border-top: 1px solid var(--rule);
  padding: 22px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--rule);
}

.faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  color: var(--faint);
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
}

.faq-toggle::before {
  content: "+";
}

details[open] .faq-toggle::before {
  content: "\2212";
}

.faq-list details p {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
}

/* Footer */

.footer {
  background: var(--gray);
  border-top: 1px solid var(--hairline);
}

.footer-inner {
  padding: 28px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--faint);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  text-decoration: none;
  color: var(--faint);
}

.footer-links a:hover {
  color: var(--text);
}

/* Mobile */

@media (max-width: 860px) {
  .hero h1 {
    font-size: 48px;
  }

  .section-title,
  .warning h2 {
    font-size: 36px;
  }

  .download h2 {
    font-size: 42px;
  }

  .faq h2 {
    font-size: 34px;
  }

  .cards-3,
  .steps,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feat-lg,
  .feat-sm {
    grid-column: auto;
  }

  .hero-copy {
    padding-top: 64px;
  }

  .section {
    padding: 72px 24px;
  }

  .download-inner {
    padding: 80px 24px;
  }

  .shot {
    height: 280px;
  }

  .shot-sm {
    height: 220px;
  }

  .nav-burger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--hairline);
    padding: 8px 24px 16px;
  }

  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--hairline);
  }

  .nav-links .btn {
    margin-top: 12px;
    align-self: flex-start;
    border-bottom: 0;
  }

  .nav-inner {
    position: relative;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 36px;
  }

  .lede {
    font-size: 17px;
  }

  .cta-row {
    flex-direction: column;
    width: 100%;
  }

  .cta-row .btn {
    width: 100%;
  }
}
