:root {
  --stage: #f3f6fa;
  --stage-2: #e8edf3;
  --ink: #10141a;
  --muted: #59616d;
  --rule: #c7ced8;
  --blue: #245cff;
  --violet: #7c56ff;
  --night: #191927;
  --white: #fff;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --shell: 1380px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--stage); color: var(--ink); font: 400 17px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px var(--ink); }
[id] { scroll-margin-top: 82px; }
.skip { position: fixed; z-index: 100; left: 12px; top: 10px; transform: translateY(-160%); background: var(--ink); color: #fff; padding: 12px 18px; text-decoration: none; }
.skip:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; min-height: 66px; display: flex; align-items: center; gap: 28px; padding: 10px max(20px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid var(--rule); background: rgba(243,246,250,.95); backdrop-filter: blur(12px); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.site-header nav { margin-left: auto; display: flex; gap: 26px; }
.site-header nav a, footer nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 12px 0; color: var(--muted); font: 500 12px/1 var(--mono); text-transform: uppercase; letter-spacing: .09em; text-decoration: none; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--violet); }
.header-action { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; }
.eyebrow { margin: 0 0 18px; color: var(--violet); font: 500 11px/1.3 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #b6a8ff; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: .88; text-transform: uppercase; letter-spacing: -.025em; }
h1 { font-size: clamp(4.5rem, 8.6vw, 8.7rem); }
h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); }
h3 { font-size: clamp(2rem, 3vw, 3rem); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--violet); border-color: var(--violet); color: #fff; }
.button-light { background: #fff; border-color: #fff; color: var(--night); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { color: var(--violet); }
.actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }

.hero { min-height: calc(100vh - 66px); padding: clamp(70px, 9vw, 130px) max(28px, calc((100vw - var(--shell)) / 2 + 28px)); display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 130px); align-items: center; background: var(--night); color: #fff; }
.hero-icon { width: 104px; height: 104px; margin-bottom: 28px; }
.hero-tagline { margin: 24px 0 0; color: #b6a8ff; font: 500 12px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-description { max-width: 680px; margin: 26px 0 0; color: #c7c7d2; font-size: clamp(18px, 1.7vw, 23px); }
.hero-shot { margin: 0; }
.hero-shot img { width: 100%; border: 1px solid #4b4b64; box-shadow: 24px 24px 0 #2b2b41; }
.hero-shot figcaption { margin-top: 36px; color: #a9a9bb; font: 500 10px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .1em; }

.proof, .apps { padding: clamp(90px, 10vw, 150px) max(28px, calc((100vw - var(--shell)) / 2 + 28px)); }
.proof header, .apps header { max-width: 930px; }
.section-tagline { margin: 20px 0 0; color: var(--violet); font: 500 12px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.proof-grid { margin-top: 76px; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.proof-large { margin: 0; }
.proof-large img { width: 100%; padding: 10px; background: #090a0d; }
.proof-large figcaption { margin-top: 20px; display: grid; gap: 7px; }
.proof-large figcaption strong { font: 700 2rem/.95 var(--display); text-transform: uppercase; }
.proof-large figcaption span { color: var(--muted); }
.proof-copy { border-top: 1px solid var(--rule); }
.proof-copy article { display: grid; grid-template-columns: 52px 1fr; gap: 8px 22px; padding: 28px 0; border-bottom: 1px solid var(--rule); }
.proof-copy article > span { grid-row: 1 / 3; color: var(--violet); font: 500 12px/1 var(--mono); }
.proof-copy h3 { font-size: clamp(2.3rem, 4vw, 4rem); }
.proof-copy p { margin: 10px 0 0; color: var(--muted); }

.apps { background: var(--stage-2); }
.app-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.app-grid article { min-height: 330px; padding: 30px; border-right: 1px solid var(--rule); }
.app-grid article:last-child { border-right: 0; }
.app-grid img { width: 82px; height: 82px; margin-bottom: 48px; }
.app-grid p { max-width: 360px; color: var(--muted); }

.plans { padding: clamp(90px, 10vw, 150px) max(28px, calc((100vw - var(--shell)) / 2 + 28px)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 170px); background: var(--violet); color: #fff; }
.plan-tagline { margin: 20px 0 0; color: #e1dcff; font: 500 12px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.plan-copy { padding-top: 34px; border-top: 2px solid #c7bbff; }
.plan-copy p { max-width: 680px; margin: 0 0 34px; font-size: clamp(19px, 2vw, 25px); }
footer { min-height: 120px; padding: 30px max(28px, calc((100vw - var(--shell)) / 2 + 28px)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--ink); color: #fff; }
footer p { margin: 0; color: #9098a4; font: 500 10px/1 var(--mono); text-transform: uppercase; }
footer nav { justify-self: end; display: flex; gap: 22px; }
footer nav a { color: #b7bec8; }

@media (max-width: 900px) {
  .hero, .proof-grid, .plans { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-copy { max-width: 850px; }
  .app-grid { grid-template-columns: 1fr; }
  .app-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .app-grid article:last-child { border-bottom: 0; }
  .app-grid img { margin-bottom: 38px; }
}
@media (max-width: 760px) {
  .site-header { padding: 9px 18px; }
  .site-header nav { display: none; }
  .header-action { margin-left: auto; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer nav { justify-self: start; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(4rem, 19vw, 6rem); }
  h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero, .proof, .apps, .plans { padding-left: 24px; padding-right: 24px; }
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
