:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #181818;
  background: #fff;
  color-scheme: light;
  font-synthesis: none;
  line-height: 1.5;
}
* { box-sizing: border-box; }
body { margin: 0; }
h1, h2, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, video:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 12px 18px; background: #181818; color: #fff; z-index: 20; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 28px; line-height: 1; font-weight: 600; letter-spacing: -1.6px; }
/* Align the visible letters with the icon, accounting for the font's baseline. */
.wordmark span { transform: translateY(-3px); }
.wordmark img { width: 36px; height: 36px; border-radius: 10px; }
.site-header nav a, .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.intro { padding-block: 64px 76px; }
.intro h1 { font-size: clamp(36px, 4vw, 52px); line-height: 1.1; font-weight: 600; letter-spacing: -1.8px; }
.intro p { margin-top: 22px; font-size: 18px; line-height: 1.55; }
.demo-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 22px; min-height: 44px; font-size: 18px; text-decoration: underline; text-underline-offset: 5px; }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.feature h2 { font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: -.5px; }
.feature p { margin-top: 12px; margin-bottom: 28px; font-size: 16px; min-height: 72px; max-width: 310px; }
.app-screen { background: #080808; border: 1px solid #222; border-radius: 32px; overflow: hidden; }
.app-screen img { width: 100%; aspect-ratio: 1206 / 2622; object-fit: contain; }
.privacy-summary { margin-block: 44px 64px; font-size: 16px; }
.site-footer { border-top: 1px solid #e4e4e4; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; font-size: 14px; }
.site-footer nav { display: flex; gap: 28px; }
.policy-layout { max-width: 760px; padding-block: 52px 76px; }
.policy-back { display: inline-block; margin-bottom: 36px; padding-block: 10px; }
.policy-content h1 { font-size: 38px; line-height: 1.15; letter-spacing: -1.2px; font-weight: 600; margin-bottom: 28px; }
.policy-content h2 { font-size: 23px; line-height: 1.3; font-weight: 600; letter-spacing: -.5px; margin-block: 32px 12px; }
.policy-content p { font-size: 16px; line-height: 1.75; margin-bottom: 16px; overflow-wrap: anywhere; }
.policy-content a { text-decoration: underline; }
.error-page { min-height: 65vh; padding-block: 60px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; }
.error-page h1 { font-size: 40px; line-height: 1.15; font-weight: 600; letter-spacing: -1px; }
.error-page a { text-decoration: underline; text-underline-offset: 4px; }
dialog { width: min(440px, calc(100% - 28px)); max-height: calc(100dvh - 32px); padding: 16px 20px 20px; border: 0; border-radius: 16px; background: #fff; color: #181818; }
dialog::backdrop { background: #000b; }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.dialog-top h2 { font-size: 18px; font-weight: 600; letter-spacing: -.3px; }
.close-dialog { border: 0; background: transparent; color: inherit; font-size: 28px; width: 44px; height: 44px; cursor: pointer; }
dialog video { display: block; margin-inline: auto; max-width: 100%; height: min(65dvh, 580px); border-radius: 12px; background: #000; }
dialog p { margin-top: 16px; font-size: 14px; text-align: center; }
body.dialog-open { overflow: hidden; }
@media (max-width: 1000px) {
  .shell { width: calc(100% - 56px); }
  .features { gap: 24px; }
  .feature h2 { font-size: 20px; }
  .feature p { font-size: 15px; min-height: 90px; }
  .app-screen { border-radius: 24px; }
}
@media (max-width: 700px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 80px; }
  .intro { padding-block: 44px 60px; }
  .intro h1 { font-size: 38px; letter-spacing: -1.3px; }
  .intro p { font-size: 16px; max-width: 360px; }
  .demo-link { font-size: 16px; }
  .wide-break { display: none; }
  .features { grid-template-columns: 1fr; gap: 52px; }
  .feature { width: min(100%, 360px); margin-inline: auto; }
  .feature h2 { font-size: 22px; }
  .feature p { font-size: 16px; min-height: 0; max-width: none; margin-bottom: 24px; }
  .app-screen { width: min(100%, 320px); margin-inline: auto; border-radius: 30px; }
  .privacy-summary { margin-block: 48px; font-size: 15px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-footer nav { gap: 28px; }
  .policy-layout { padding-block: 32px 52px; }
  .policy-content h1 { font-size: 32px; }
  .policy-content h2 { font-size: 22px; }
  .policy-content p { font-size: 16px; }
}
@media (max-width: 360px) {
  .intro h1 { font-size: 32px; }
  .feature h2 { font-size: 21px; }
  .app-screen { border-radius: 26px; }
}
