:root {
  --accent: #0071e3;
  --accent-deep: #0058b0;
  --paper: #f5f5f7;
  --paper-deep: #e8e8ed;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, .14);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Noto Sans SC Variable", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
}

.app-hero {
  overflow: hidden;
  padding: 6rem 0 5.375rem;
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 113, 227, .16), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.app-hero-inner,
.app-section-inner {
  width: min(1080px, calc(100vw - 80px));
  margin: 0 auto;
}

.app-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20.625rem;
  align-items: center;
  gap: 5rem;
}

.app-eyebrow {
  margin: 0 0 1.125rem;
  color: var(--accent);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.app-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.app-summary {
  max-width: 45rem;
  margin: 1.625rem 0 0;
  color: #424245;
  font-size: clamp(1.125rem, 2vw, 1.4375rem);
  line-height: 1.6;
  letter-spacing: -.018em;
}

.app-hardware-note {
  max-width: 42.5rem;
  margin: .875rem 0 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.7;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  margin-top: 2.125rem;
}

.app-purchase-trust {
  max-width: 34rem;
  margin: .75rem 0 0;
  color: var(--muted);
  font-size: .8125rem;
  line-height: 1.5;
}

.primary-button,
.app-store-button,
.quiet-button {
  min-height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 0 1.375rem;
  border-radius: 999px;
  font-size: .9375rem;
  font-weight: 650;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: transform 100ms ease-out, background-color .16s ease, color .16s ease;
}

.primary-button,
.app-store-button {
  color: #fff;
  background: var(--accent);
}

.primary-button:hover,
.app-store-button:hover { background: #0077ed; }
.primary-button:active,
.app-store-button:active,
.quiet-button:active { transform: scale(.97); }

.primary-button:focus-visible,
.app-store-button:focus-visible,
.quiet-button:focus-visible,
.app-related a:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .38);
  outline-offset: 3px;
}

.quiet-button {
  color: var(--accent);
  background: rgba(0, 113, 227, .08);
}

.quiet-button:hover { background: rgba(0, 113, 227, .13); }

.app-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 76px;
  color: #fff;
  background: linear-gradient(145deg, #58b8ff 0%, #0878e8 44%, #004ea8 100%);
  box-shadow:
    0 44px 70px rgba(0, 72, 153, .22),
    inset 0 1px 0 rgba(255, 255, 255, .7);
}

.app-art::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 67px;
}

.app-art-official {
  overflow: hidden;
  background: #fff;
}

.app-art-official::after { display: none; }

.app-art-official img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-art-hardware {
  aspect-ratio: 1.34;
  overflow: hidden;
  border-radius: 42px;
  background: #edf3f8;
  box-shadow:
    0 36px 68px rgba(0, 72, 153, .18),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.app-art-hardware::after { display: none; }

.app-art-hardware img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-art-hardware-pair {
  aspect-ratio: 1.65;
  border-radius: 36px;
  background: #fff;
  box-shadow:
    0 36px 68px rgba(0, 72, 153, .14),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.app-art-hardware-pair img {
  object-fit: contain;
}

.app-art span {
  position: relative;
  z-index: 1;
  font-size: 142px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.1em;
  text-shadow: 0 12px 28px rgba(0, 48, 102, .22);
}

.app-art-kver {
  background: linear-gradient(145deg, #66dfcf 0%, #13a8a4 44%, #057078 100%);
  box-shadow:
    0 44px 70px rgba(0, 105, 107, .2),
    inset 0 1px 0 rgba(255, 255, 255, .7);
}

.app-section {
  padding: 5.75rem 0;
  border-top: 1px solid var(--line);
}

.app-section-white { background: #fff; }

.app-section-head {
  max-width: 47.5rem;
  margin-bottom: 2.625rem;
}

.app-section-index {
  margin: 0 0 .875rem;
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.app-section h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -.038em;
  text-wrap: balance;
}

.app-section-lead {
  margin: 1.125rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.app-facts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
}

.app-facts > div {
  min-width: 0;
  padding: 1.5625rem 1.125rem 1.5625rem 0;
  border-bottom: 1px solid var(--line);
}

.app-facts dt {
  margin-bottom: .5625rem;
  color: var(--muted);
  font-size: .75rem;
}

.app-facts dd {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.35;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-card {
  min-height: 14.75rem;
  padding: 1.875rem;
  border-radius: 1.625rem;
  border: 1px solid rgba(29, 29, 31, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.feature-card span {
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
}

.feature-card h3 {
  margin: 3.125rem 0 .75rem;
  font-size: 1.4375rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.75;
}

.app-source {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2.5rem;
  padding: 2.25rem;
  border-radius: 1.75rem;
  color: #f5f5f7;
  background: #1d1d1f;
}

.app-source h2 {
  font-size: clamp(1.875rem, 4vw, 2.875rem);
}

.app-source p {
  max-width: 45rem;
  margin: .875rem 0 0;
  color: #a1a1a6;
  font-size: .875rem;
  line-height: 1.8;
}

.app-source .app-store-button { flex: 0 0 auto; }

.app-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
}

.app-related a {
  min-height: 9.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: transform 120ms ease-out, box-shadow .2s ease;
}

.app-related a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .07);
}

.app-related a:active { transform: scale(.985); }
.app-related span { color: var(--muted); font-size: .75rem; }
.app-related strong { color: var(--accent); font-size: 1.25rem; }

.app-foot {
  padding: 36px max(24px, calc((100vw - 1080px) / 2));
  color: #86868b;
  background: #161618;
  font-size: 12px;
  line-height: 1.8;
}

.app-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
  color: #d2d2d7;
}

.app-foot a:hover { color: #fff; }

@media (max-width: 900px) {
  .app-hero-grid { grid-template-columns: 1fr 15.625rem; gap: 2.875rem; }
  .app-art { border-radius: 58px; }
  .app-art::after { border-radius: 50px; }
  .app-art span { font-size: 108px; }
  .app-facts { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .app-hero { padding: 4.5rem 0 4rem; }
  .app-hero-inner,
  .app-section-inner { width: calc(100vw - 40px); }
  .app-hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .app-art {
    width: min(240px, 70vw);
    justify-self: center;
    border-radius: 52px;
    order: -1;
  }
  .app-art-hardware-pair {
    width: min(300px, 82vw);
    border-radius: 28px;
  }
  .app-art::after { border-radius: 45px; }
  .app-art span { font-size: 102px; }
  .app-hero h1 {
    font-size: clamp(3rem, 15vw, 4.125rem);
    letter-spacing: -.04em;
  }
  .app-summary { font-size: 1.125rem; }
  .app-actions { align-items: stretch; flex-direction: column; }
  .primary-button,
  .app-store-button,
  .quiet-button { width: 100%; }
  .app-section { padding: 4.375rem 0; }
  .app-facts,
  .feature-grid,
  .app-related { grid-template-columns: 1fr; }
  .app-facts > div { padding-right: 0; }
  .feature-grid { gap: .75rem; }
  .feature-card {
    min-height: 0;
    padding: 1.5rem;
    border-radius: 1.375rem;
  }
  .feature-card h3 { margin-top: 2.125rem; }
  .app-source { grid-template-columns: 1fr; padding: 1.75rem 1.5rem; }
  .app-related a { min-height: 8.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .primary-button,
  .app-store-button,
  .quiet-button,
  .app-related a { transition-duration: .01ms !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .feature-card { background: #fff; }
  .quiet-button { background: #e8f1fb; }
}

@media (prefers-contrast: more) {
  .feature-card,
  .app-related a {
    border: 1px solid rgba(29, 29, 31, .42);
  }

  .quiet-button {
    box-shadow: inset 0 0 0 1px currentColor;
  }
}
.app-video-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 32px;
  color: #f5f8fc;
  background:
    radial-gradient(circle at 86% 18%, rgba(10,132,255,.3), transparent 30%),
    linear-gradient(135deg, #071527, #020b18);
  box-shadow: 0 24px 70px rgba(7,21,39,.18);
}
.app-video-card h2 { max-width: 760px; margin: 0; color: white; }
.app-video-card p:not(.app-section-index) { max-width: 680px; margin: 18px 0 0; color: rgba(245,248,252,.62); line-height: 1.8; }
.app-video-card strong { flex: 0 0 auto; color: #65b1ff; white-space: nowrap; }
.app-video-card strong span { display: inline-block; margin-left: 7px; transition: transform .18s ease; }
.app-video-card:hover strong span { transform: translateX(4px); }

@media (max-width: 700px) {
  .app-video-card { align-items: flex-start; flex-direction: column; }
}
