/* How-it-works + marketing docs — match landing billboard skin */

body.landing-docs-page {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: rgba(245, 245, 247, 0.92);
  min-height: 100dvh;
}

body.landing-docs-page nav.site-nav {
  display: none !important;
}

.landing-docs-main {
  width: min(680px, calc(100vw - 32px));
  margin: 0 auto;
  padding: max(48px, calc(24px + env(safe-area-inset-top, 0px))) 0 64px;
}

.landing-docs-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 24px;
  font-size: 17px;
  letter-spacing: -0.022em;
  color: #2997ff;
  text-decoration: none;
}

.landing-docs-back:hover {
  text-decoration: underline;
}

.landing-docs-headline {
  margin: 0 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f5f5f7;
}

.landing-docs-lede {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.014em;
  color: rgba(245, 245, 247, 0.68);
}

.landing-docs-example {
  margin: 0 0 32px;
}

.landing-docs-section {
  margin: 0 0 28px;
}

.landing-docs-section h2 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(245, 245, 247, 0.92);
}

.landing-docs-section p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: rgba(245, 245, 247, 0.62);
}

.landing-docs-section ul {
  margin: 8px 0 0;
  padding-left: 1.1rem;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(245, 245, 247, 0.62);
}

.landing-docs-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 8px;
}

.landing-docs-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 21px;
  border-radius: 980px;
  background: #f5f5f7;
  color: #1d1d1f;
  font-size: 17px;
  letter-spacing: -0.022em;
  text-decoration: none;
}

.landing-docs-cta:hover {
  background: #fff;
}

.landing-docs-cta-muted {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(245, 245, 247, 0.82);
}

.landing-docs-cta-muted:hover {
  background: rgba(255, 255, 255, 0.06);
}

.landing-docs-foot {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(245, 245, 247, 0.42);
}

.landing-docs-foot a {
  color: #2997ff;
  text-decoration: none;
}

.landing-docs-foot a:hover {
  text-decoration: underline;
}

.landing-docs-faq {
  margin: 0 0 32px;
}

.landing-docs-faq h2 {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(245, 245, 247, 0.92);
}

.landing-docs-faq-item {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-docs-faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.landing-docs-faq-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.014em;
  color: rgba(245, 245, 247, 0.88);
}

.landing-docs-faq-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: rgba(245, 245, 247, 0.62);
}
