:root {
  color-scheme: light;
  --text: #0b0b0f;
  --muted: #6e6e73;
  --faint: #f5f5f7;
  --hairline: #d9d9de;
  --link: #0071e3;
  --surface: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 42px;
  padding: 0 42px;
  background: rgba(245, 245, 247, 0.86);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
}

.brand-mark {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.brand-wordmark {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
  font-size: 13px;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--link);
}

.search {
  justify-self: end;
  margin: 0;
}

.search input {
  width: min(260px, 20vw);
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: #e9e9ec;
  padding: 0 15px;
  font: inherit;
  font-size: 13px;
  color: var(--text);
  outline: none;
}

.search input::placeholder {
  color: #99999e;
}

.hero {
  padding: clamp(94px, 13vw, 150px) 7vw clamp(72px, 11vw, 112px);
}

.hero h1 {
  max-width: 1510px;
  margin: 0;
  font-size: clamp(43px, 5.1vw, 82px);
  line-height: 1.14;
  font-weight: 800;
}

.hero span {
  display: block;
  margin-top: 8px;
}

.hero-headline {
  display: block;
  width: min(100%, 1510px);
  height: auto;
}

.apps {
  display: flex;
  align-items: flex-start;
  gap: clamp(34px, 5vw, 70px);
  padding: 0 7vw 250px;
}

.app {
  width: 88px;
  text-align: center;
}

.app-icon-link {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-icon-link:hover,
.app-icon-link:focus-visible {
  transform: translateY(-4px);
  filter: saturate(1.06);
}

.app-icon {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  object-fit: cover;
}

.app-icon.muted {
  filter: grayscale(0.75);
}

.app h2 {
  margin: 8px 0 2px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.app-title-image {
  display: block;
  width: 66px;
  height: 12.75px;
  margin: 8px auto 3px;
  object-fit: contain;
}

.install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--link);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.install-button svg {
  width: 12px;
  height: 12px;
}

.install-button:hover,
.install-button:focus-visible {
  text-decoration: underline;
}

.stay-tuned {
  margin: 5px 0 0;
  color: #86868b;
  font-size: 13px;
  line-height: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 44px;
  padding: 44px 7vw 30px;
  background: var(--faint);
  color: #424245;
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1f;
}

.footer-heading-image {
  display: block;
  width: auto;
  height: 12px;
  object-fit: contain;
}

.products-heading-image {
  height: 9.7px;
}

.site-footer a {
  display: block;
  width: max-content;
  margin: 8px 0;
  font-size: 13px;
  color: #515154;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--link);
}

.copyright {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  color: #6e6e73;
  font-size: 13px;
}

.page {
  min-height: 66vh;
  padding: 86px 7vw 140px;
}

.page-inner {
  max-width: 820px;
}

.page h1 {
  margin: 0 0 24px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}

.page h2 {
  margin: 38px 0 8px;
  font-size: 24px;
}

.page p,
.page li {
  color: #424245;
  font-size: 18px;
  line-height: 1.55;
}

.product-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 720px);
  align-items: center;
  gap: clamp(30px, 7vw, 96px);
}

.product-hero img {
  width: min(260px, 34vw);
  height: min(260px, 34vw);
  border-radius: 58px;
  object-fit: cover;
}

.product-hero p {
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.25;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .main-nav {
    display: none;
  }

  .search input {
    width: 136px;
  }

  .hero {
    padding: 76px 24px 56px;
  }

  .apps {
    flex-wrap: wrap;
    gap: 38px;
    padding: 0 24px 120px;
  }

  .app,
  .app-icon-link,
  .app-icon {
    width: 92px;
  }

  .app-icon-link,
  .app-icon {
    height: 92px;
    border-radius: 21px;
  }

  .app h2 {
    font-size: 16px;
  }

  .install-button,
  .stay-tuned {
    font-size: 13px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 24px 28px;
  }

  .page {
    padding: 64px 24px 96px;
  }

  .product-hero {
    grid-template-columns: 1fr;
  }
}
