:root {
  --ink: #0b1727;
  --muted: #5e6b7b;
  --line: rgba(18, 37, 61, 0.12);
  --paper: #f7f9fc;
  --surface: rgba(255, 255, 255, 0.76);
  --blue: #3277f6;
  --blue-deep: #1c58d5;
  --cyan: #35c5dc;
  --green: #50d18c;
  --navy: #07111f;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(32, 66, 112, 0.16);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 12px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 18px; font-weight: 730; letter-spacing: -0.04em; text-decoration: none; }
.brand-two { color: var(--blue); }
.brand-icon { display: block; width: 32px; height: 32px; border-radius: 10px; box-shadow: 0 8px 18px rgba(50, 119, 246, 0.28); }
.site-nav { display: flex; align-items: center; gap: 7px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.64); backdrop-filter: blur(18px); }
.site-nav a { padding: 9px 14px; border-radius: 999px; color: #435064; font-size: 13px; font-weight: 620; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.site-nav a:hover { color: var(--ink); background: rgba(50,119,246,.08); }
.site-nav a:active { transform: scale(.97); }
.site-nav a[aria-current="page"] { color: var(--ink); background: white; box-shadow: 0 4px 15px rgba(25, 47, 77, .08); }
.site-nav .nav-issue { color: white; background: var(--ink); }
.site-nav .nav-issue:hover { color: white; background: #22324a; }

.hero { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 62px; align-items: center; min-height: 690px; padding: 68px 0 110px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 740px; height: 740px; right: -190px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(66,159,255,.18), rgba(80,209,140,.06) 46%, transparent 70%); filter: blur(2px); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .95; letter-spacing: -.068em; font-weight: 760; }
.hero h1 span { background: linear-gradient(100deg, var(--blue) 10%, #36a6f4 48%, #38bfa1); background-clip: text; color: transparent; }
.hero-lede { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero-actions, .simulator-downloads, .download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-actions { margin-top: 34px; }
.simulator-downloads { flex-wrap: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 53px; padding: 10px 20px; border: 1px solid transparent; border-radius: 15px; font-size: 14px; font-weight: 720; line-height: 1.1; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.download-channel-button { width: 198px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.download-channel-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.download-channel-title { display: block; font-size: 14px; font-weight: 720; white-space: nowrap; }
.download-channel-copy small { display: block; margin-top: 3px; font-size: 9px; font-weight: 560; letter-spacing: .02em; }
.app-store-symbol { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 25px; font-weight: 500; line-height: 1; }
.button-icon { display: block; width: 27px; height: 27px; margin-left: -6px; border-radius: 8px; }
.testflight-icon { box-shadow: 0 1px 3px rgba(0, 43, 96, .16); }
.github-icon { border-radius: 0; }
.spoofer-icon-cropped { clip-path: inset(10% round 25%); transform: scale(1.25); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 14px 24px rgba(11, 23, 39, .18); }
.button-primary:hover { background: #1b2a40; box-shadow: 0 18px 30px rgba(11, 23, 39, .22); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.72); }
.button-secondary:hover { background: white; box-shadow: 0 12px 24px rgba(33,60,94,.10); }
.button-testflight { border-color: rgba(50,119,246,.22); color: var(--blue-deep); background: rgba(232,241,255,.82); box-shadow: 0 12px 24px rgba(50,119,246,.1); }
.button-testflight:hover { background: #eef5ff; box-shadow: 0 16px 28px rgba(50,119,246,.15); }
.button-spoofer { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.76); box-shadow: 0 12px 24px rgba(33,60,94,.08); }
.button-spoofer:hover { background: white; box-shadow: 0 16px 28px rgba(33,60,94,.13); }
.hero-note { margin: 15px 0 0; color: #8a95a4; font-size: 12px; }

.product-stage { position: relative; min-width: 0; perspective: 1200px; }
.screenshot-picture { position: relative; z-index: 2; display: block; transform: rotateY(-4deg) rotateX(1.5deg); transform-origin: center left; }
.screenshot-comparison { --split: 50%; isolation: isolate; filter: drop-shadow(0 36px 42px rgba(33,73,125,.24)); }
.comparison-image { display: block; width: 100%; height: auto; }
.comparison-dark { position: absolute; inset: 0; z-index: 1; clip-path: inset(0 0 0 var(--split)); }
.comparison-range { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.comparison-divider { position: absolute; z-index: 3; top: 2.5%; bottom: 2.5%; left: var(--split); width: 2px; background: rgba(255,255,255,.92); box-shadow: 0 0 0 1px rgba(8,24,45,.2), 0 0 18px rgba(8,24,45,.3); transform: translateX(-1px); pointer-events: none; }
.comparison-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(10,31,58,.16); border-radius: 50%; color: #18304f; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(8,24,45,.25); font-size: 16px; font-weight: 760; transform: translate(-50%, -50%); backdrop-filter: blur(12px); }
.comparison-range:focus-visible + .comparison-divider .comparison-handle { outline: 3px solid rgba(50,119,246,.62); outline-offset: 4px; }
.screenshot-glow { position: absolute; inset: -16% -10%; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(72,157,255,.24), rgba(65,207,173,.08) 48%, transparent 72%); filter: blur(18px); }

.trust-strip { display: flex; justify-content: center; align-items: center; gap: 30px; padding: 19px 24px; border-block: 1px solid var(--line); color: #667386; background: rgba(255,255,255,.45); font-size: 11px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
.section { padding-block: 125px; }
.section-heading { max-width: 720px; margin-bottom: 64px; }
.section-heading h2, .legacy-callout h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading.compact { max-width: 780px; }
.pair-section-band { color: white; background: var(--navy); }
.pair-section-band .eyebrow { color: #67a0ff; }
.pair-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.pair-heading h2, .automation-copy h2 { margin: 0; line-height: 1; letter-spacing: -.055em; }
.pair-heading h2 { font-size: clamp(30px, 4vw, 48px); white-space: nowrap; }
.automation-copy h2 { font-size: clamp(42px, 5vw, 62px); }
.pair-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
.pair-flow article { display: flex; gap: 17px; align-items: center; min-height: 118px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: 0 14px 36px rgba(39,67,103,.06); }
.pair-section-band .pair-flow article { border-color: rgba(255,255,255,.12); background: #0d1b2d; box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.pair-flow img { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 15px; box-shadow: 0 10px 22px rgba(38,81,137,.15); }
.pair-flow h3 { margin: 0 0 7px; font-size: 17px; letter-spacing: -.025em; }
.pair-flow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.pair-section-band .pair-flow p { color: #99a8ba; }
.flow-arrow { color: var(--blue); font-size: 22px; }

.automation-section { color: white; background: var(--navy); }
.automation-grid { display: grid; grid-template-columns: .72fr minmax(0, 1.28fr); gap: 90px; align-items: center; min-width: 0; }
.automation-grid > * { min-width: 0; }
.automation-copy .eyebrow { color: #67a0ff; }
.automation-copy > p:not(.eyebrow) { margin: 25px 0 0; color: #99a8ba; font-size: 16px; }
.code-window { min-width: 0; max-width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #0d1b2d; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.code-title { display: flex; align-items: center; gap: 7px; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.09); background: #102137; }
.code-title > span { width: 10px; height: 10px; border-radius: 50%; background: #ff6b64; }
.code-title > span:nth-child(2) { background: #ffbd45; }
.code-title > span:nth-child(3) { background: #35c78a; }
.code-title strong { margin-left: 8px; color: #8394aa; font-size: 11px; font-weight: 600; }
.code-window pre { max-width: 100%; margin: 0; padding: 34px; overflow-x: auto; color: #dce8f8; font: 14px/1.75 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; tab-size: 4; }
.code-keyword { color: #78a9ff; }
.code-string { color: #73d7a9; }
.code-number { color: #ffbe72; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feature-list .feature-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(50,119,246,.09); }
.feature-icon img { display: block; width: 20px; height: 20px; }
.feature-list h3 { margin: 1px 0 7px; font-size: 18px; letter-spacing: -.025em; }
.feature-list p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.onboarding-block + .onboarding-block { margin-top: 92px; padding-top: 92px; border-top: 1px solid var(--line); }
.subsection-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 34px; }
.subsection-heading > span { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; }
.subsection-heading .eyebrow { margin: 0 0 7px; }
.subsection-heading h3 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; letter-spacing: -.045em; }
.usage-note { display: flex; justify-content: center; gap: 10px; padding-block: 34px; color: #7a8798; font-size: 13px; text-align: center; }
.usage-note strong { color: var(--ink); }

.page-hero { padding: 115px 0 78px; text-align: center; }
.page-hero h1 { font-size: clamp(52px, 7vw, 82px); }
.page-hero > p:last-child { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.download-stack { display: grid; gap: 22px; padding-bottom: 70px; }
.download-card { display: grid; grid-template-columns: 130px 1fr; gap: 34px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 14px 45px rgba(32,58,91,.07); }
.download-app-icon { display: block; width: 112px; height: 112px; border-radius: 28px; box-shadow: 0 18px 35px rgba(38,81,137,.2); }
.download-copy h2 { margin: 0; font-size: 34px; letter-spacing: -.045em; }
.download-copy > p:not(.eyebrow) { max-width: 620px; margin: 11px 0 22px; color: var(--muted); line-height: 1.6; }
.empty-downloads { display: grid; place-items: center; min-height: 330px; padding: 60px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.empty-downloads > span { color: var(--blue); font-size: 30px; }
.empty-downloads h2 { margin: 22px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.empty-downloads p { margin: 0; color: var(--muted); }
.setup-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.setup-notes article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.6); }
.setup-symbol { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--blue); background: rgba(50,119,246,.09); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.setup-notes h3 { margin: 3px 0 10px; font-size: 20px; letter-spacing: -.03em; }
.setup-notes p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps.four-steps { grid-template-columns: repeat(4, 1fr); }
.steps li { display: flex; gap: 18px; min-height: 170px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.6); }
.steps li > span { display: grid; flex: 0 0 auto; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: white; background: var(--blue); font-size: 12px; font-weight: 750; }
.steps strong { display: block; margin: 5px 0 9px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.changelog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 100px; }
.release-column { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.6); }
.release-column-header { display: flex; align-items: center; gap: 17px; padding: 30px; border-bottom: 1px solid var(--line); }
.release-column-header .eyebrow { margin-bottom: 6px; }
.release-column-header h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 0 7px rgba(50,119,246,.09); }
.status-dot.blue { background: var(--blue); }
.status-dot.green { background: var(--green); box-shadow: 0 0 0 7px rgba(80,209,140,.11); }
.release-entry { padding: 30px; border-bottom: 1px solid var(--line); }
.release-meta { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.release-meta strong { font-size: 22px; }
.release-meta time { color: #7e8998; font-size: 12px; }
.release-body { color: var(--muted); font-size: 14px; line-height: 1.65; }
.release-body ul { padding-left: 20px; }
.release-download { display: inline-flex; gap: 12px; margin-top: 10px; color: var(--blue-deep); font-size: 13px; font-weight: 720; text-decoration: none; }
.empty-release { display: grid; place-items: center; min-height: 310px; padding: 48px; text-align: center; }
.empty-release > span { color: var(--blue); font-size: 28px; }
.empty-release h3 { margin: 20px 0 8px; }
.empty-release p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.legacy-callout { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 110px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, rgba(232,241,255,.9), rgba(235,250,245,.85)); }
.legacy-callout h2 { max-width: 720px; font-size: clamp(28px, 4vw, 43px); }

.site-footer { display: flex; justify-content: space-between; gap: 40px; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 50px 0 65px; border-top: 1px solid var(--line); }
.footer-brand { font-size: 16px; }
.footer-brand .brand-icon { width: 27px; height: 27px; border-radius: 9px; }
.site-footer p { margin: 12px 0 0; color: #7d8898; font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; align-items: center; }
.site-footer nav a { color: #667386; font-size: 12px; font-weight: 650; text-decoration: none; }
.site-footer nav a:hover { color: var(--blue); }
.site-footer nav .footer-contact { padding: 10px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface); box-shadow: 0 8px 20px rgba(32,58,91,.07); }
.site-footer nav .footer-contact:hover { color: var(--blue-deep); background: white; box-shadow: 0 11px 24px rgba(32,58,91,.11); }

a:focus-visible, button:focus-visible { outline: 3px solid rgba(50,119,246,.45); outline-offset: 3px; }

@media (max-width: 960px) {
  .site-header { align-items: flex-start; }
  .site-nav { max-width: 70%; overflow-x: auto; justify-content: flex-start; border-radius: 17px; }
  .site-nav a { flex: 0 0 auto; }
  .hero { grid-template-columns: 1fr; gap: 80px; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: 100%; max-width: 760px; margin-inline: auto; }
  .pair-section, .automation-grid { grid-template-columns: 1fr; gap: 48px; }
  .download-card { grid-template-columns: 112px 1fr; }
  .steps.four-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .shell, .site-header, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { display: grid; gap: 18px; padding-top: 18px; }
  .site-nav { width: 100%; max-width: none; flex-wrap: wrap; gap: 3px; overflow: visible; }
  .site-nav a { padding-inline: 11px; }
  .site-nav .nav-issue { display: none; }
  .hero { min-height: auto; padding: 58px 0 95px; }
  .hero h1, .page-hero h1 { font-size: clamp(47px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .simulator-downloads { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions > .button, .simulator-downloads .button { width: 100%; }
  .screenshot-picture { transform: none; }
  .trust-strip { flex-wrap: wrap; gap: 12px 16px; padding-inline: 14px; text-align: center; }
  .trust-strip span, .trust-strip i { flex: 0 0 auto; }
  .section { padding-block: 90px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 40px; }
  .onboarding-block + .onboarding-block { margin-top: 70px; padding-top: 70px; }
  .pair-flow { grid-template-columns: 1fr; gap: 12px; }
  .flow-arrow { justify-self: center; transform: rotate(90deg); }
  .code-window pre { padding: 24px; font-size: 12px; }
  .feature-list { grid-template-columns: 1fr; }
  .usage-note { align-items: center; flex-direction: column; gap: 5px; }
  .setup-notes, .steps, .steps.four-steps, .changelog-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 80px 0 58px; }
  .download-card { grid-template-columns: 1fr; padding: 28px; }
  .download-app-icon { width: 86px; height: 86px; border-radius: 22px; }
  .legacy-callout, .site-footer { align-items: flex-start; flex-direction: column; }
  .legacy-callout { margin-bottom: 80px; padding: 30px; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .simulator-downloads { grid-template-columns: 1fr; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (prefers-color-scheme: dark) {
  :root { --ink: #edf4ff; --muted: #9aa9bd; --line: rgba(196,216,244,.13); --paper: #07111f; --surface: rgba(13,27,45,.8); --navy: #030913; }
  .site-nav { background: rgba(12,25,42,.75); }
  .site-nav a { color: #a7b4c5; }
  .site-nav a[aria-current="page"] { color: white; background: #1c2c42; }
  .site-nav .nav-issue { color: #091320; background: white; }
  .site-nav .nav-issue:hover { color: #091320; background: #e7eef8; }
  .button-primary { color: #091320; background: white; }
  .button-primary:hover { background: #e5edf8; }
  .button-secondary { background: rgba(14,29,48,.8); }
  .button-secondary:hover { background: #132842; }
  .button-testflight { color: #9fc1ff; background: rgba(28,55,91,.72); }
  .button-testflight:hover { background: rgba(36,70,114,.82); }
  .button-spoofer { color: #edf4ff; background: rgba(14,29,48,.8); }
  .button-spoofer:hover { background: #132842; }
  .github-icon { filter: invert(1); }
  .site-footer nav .footer-contact:hover { color: #9fc1ff; background: #132842; }
  .trust-strip { background: rgba(10,22,38,.6); }
  .pair-flow article, .download-card, .empty-downloads, .setup-notes article, .steps li, .release-column { background: linear-gradient(145deg, rgba(17,33,54,.96), rgba(9,22,38,.88)); }
  .automation-section { border-block: 1px solid var(--line); }
  .legacy-callout { background: linear-gradient(120deg, rgba(29,59,99,.7), rgba(17,65,54,.58)); }
}
