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

html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fafaf9;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-200%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

main {
  max-width: 36rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.hero {
  margin-bottom: 3rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 2rem;
  color: #777;
  font-size: 0.875rem;
}

.breadcrumb a {
  color: #555;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  border: 1px solid #e5e5e4;
  border-radius: 8px;
  background: #f1f0ed;
}

h1 {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tagline {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #333;
}

.subtext {
  margin: 0;
  font-size: 1rem;
  color: #666;
}

.hero-cta {
  margin: 1.25rem 0 0.4rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-cta:hover {
  background: #333;
  color: #fff;
}

.beta-note {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
}

section {
  margin-bottom: 2.5rem;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
}

h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.product {
  padding: 1.25rem 0 0;
  border-top: 1px solid #e5e5e4;
}

.product-note {
  color: #666;
  font-size: 0.9375rem;
}

.product-link,
.back-link {
  font-size: 0.9375rem;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-card {
  padding: 1rem;
  border: 1px solid #e5e5e4;
  border-radius: 8px;
  background: #fff;
}

.feature-card h3 {
  font-size: 1rem;
}

.feature-card p {
  color: #666;
  font-size: 0.9375rem;
}

.faq-list {
  border-top: 1px solid #e5e5e4;
}

.faq-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5e5e4;
}

.faq-item p {
  color: #555;
  font-size: 0.9375rem;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1rem;
}

.screenshot-grid figure {
  margin: 0;
}

.screenshot-placeholder {
  display: flex;
  width: 100%;
  min-height: 12rem;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  border: 1px solid #e5e5e4;
  border-radius: 8px;
  background: #f1f0ed;
  color: #666;
  object-fit: cover;
  overflow: hidden;
  text-align: center;
}

.screenshot-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 236 / 164;
  border: 1px solid #e5e5e4;
  border-radius: 8px;
  background: #f1f0ed;
}

.screenshot-label {
  font-weight: 600;
  color: #333;
}

.screenshot-path {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  color: #888;
  overflow-wrap: anywhere;
}

.screenshot-grid figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.product-nav [aria-current="page"] {
  color: #666;
  text-decoration: none;
}

.legal-page header {
  margin-bottom: 2.5rem;
}

.legal-page section {
  margin-bottom: 2rem;
}

.legal-page h2 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: -0.01em;
  color: #222;
}

.legal-meta {
  color: #666;
  font-size: 0.875rem;
}

.redirect-page {
  min-height: 70vh;
  display: grid;
  align-content: center;
}

a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #555;
}

footer {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
  font-size: 0.875rem;
  color: #999;
}

footer p {
  margin: 0;
  border-top: 1px solid #e5e5e4;
  padding-top: 1.5rem;
}

@media (min-width: 600px) {
  main {
    padding-top: 5rem;
  }

  h1 {
    font-size: 2rem;
  }
}
