:root {
  --black: #020305;
  --black-soft: #05070a;
  --black-raised: #090c12;
  --navy: #08111e;
  --white: #f7f9fc;
  --white-pure: #ffffff;
  --muted: #9aa4b2;
  --muted-strong: #bac2ce;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --blue: #0f65f5;
  --blue-bright: #166cf5;
  --blue-deep: #095ce8;
  --success: #53d681;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shell: min(1380px, calc(100vw - 72px));
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--white);
  background: var(--black);
  font-family: var(--text);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open, body.tour-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
figure { margin: 0; }
.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; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 200; padding: 11px 17px; border-radius: 8px; background: var(--white-pure); color: var(--black); text-decoration: none; }
.skip-link:focus { top: 18px; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-dark { border-top: 1px solid var(--line); background: var(--black); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; color: var(--white); transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease; }
.site-header.scrolled, .site-header.menu-active { border-bottom: 1px solid var(--line); background: rgba(3, 6, 11, 0.88); -webkit-backdrop-filter: blur(22px) saturate(1.15); backdrop-filter: blur(22px) saturate(1.15); }
.nav-shell { width: var(--shell); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand { flex: none; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-family: var(--display); font-size: 18px; font-weight: 720; letter-spacing: -0.035em; text-decoration: none; }
.brand > img { width: 28px; height: 28px; border-radius: 7px; box-shadow: 0 5px 18px rgba(65, 74, 171, 0.4); }
.site-nav { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.nav-links, .nav-actions { display: flex; align-items: center; }
.nav-links { gap: clamp(20px, 2vw, 34px); margin-inline: auto; }
.nav-actions { gap: 10px; }
.site-nav a { text-decoration: none; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(244, 247, 252, 0.68); font-size: 12px; font-weight: 610; transition: color 180ms ease; }
.nav-links a:hover { color: var(--white-pure); }
.nav-host, .nav-primary { min-height: 38px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); font-size: 12px; font-weight: 680; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.nav-host { border: 1px solid var(--line-strong); background: rgba(7, 12, 20, 0.54); }
.nav-primary { border: 1px solid var(--blue); background: var(--blue); color: var(--white-pure); box-shadow: 0 10px 30px rgba(23, 111, 255, 0.3); }
.nav-host:hover, .nav-primary:hover { transform: translateY(-1px); }
.nav-host:hover { border-color: rgba(255, 255, 255, 0.4); }
.nav-primary:hover { background: var(--blue-bright); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }

.hero { position: relative; min-height: clamp(720px, 100svh, 940px); overflow: hidden; background: var(--black); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-layout { position: relative; z-index: 2; min-height: clamp(720px, 100svh, 940px); padding-top: 76px; padding-bottom: clamp(68px, 10vh, 112px); display: flex; align-items: flex-end; }
.hero-copy { width: min(820px, 62vw); }
.hero h1 { margin: 0; color: var(--white-pure); font-family: var(--display); font-size: clamp(66px, 6.5vw, 100px); font-weight: 710; line-height: 0.89; letter-spacing: -0.072em; text-shadow: 0 2px 28px rgba(0, 0, 0, 0.32); }
.hero-copy > p:not(.hero-note) { max-width: 500px; margin: 24px 0 0; color: rgba(242, 246, 252, 0.76); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.46; letter-spacing: -0.019em; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 13px; font-weight: 690; line-height: 1; text-decoration: none; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white-pure); box-shadow: 0 14px 35px rgba(23, 111, 255, 0.28); }
.button-primary:hover { background: var(--blue-bright); box-shadow: 0 17px 42px rgba(23, 111, 255, 0.36); }
.button-ghost { border-color: rgba(255, 255, 255, 0.27); background: rgba(3, 6, 11, 0.42); color: var(--white); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.button-ghost:hover { border-color: rgba(255, 255, 255, 0.5); background: rgba(3, 6, 11, 0.67); }
.button-ghost img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.hero-note { margin: 14px 0 0; color: rgba(231, 237, 246, 0.55); font-size: 11px; letter-spacing: 0.005em; }
.hero-disclosure { position: absolute; z-index: 2; right: 24px; bottom: 21px; margin: 0; color: rgba(232, 238, 248, 0.5); font-size: 9px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 21px; display: inline-flex; align-items: center; gap: 7px; color: rgba(232, 238, 248, 0.58); font-size: 10px; letter-spacing: 0.04em; text-decoration: none; transform: translateX(-50%); }
.hero-scroll img { width: 15px; height: 15px; filter: brightness(0) invert(1); transform: rotate(90deg); opacity: 0.7; }

.section-label { margin: 0 0 14px; color: #69a5ff; font-size: 10px; font-weight: 760; letter-spacing: 0.12em; text-transform: uppercase; }
.film-section { padding: clamp(86px, 8vw, 130px) 0; }
.film-layout { display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(52px, 7vw, 112px); }
.film-copy { max-width: 510px; }
.film-copy h2, .display-copy h2, .workspace-copy h2, .performance-copy h2, .clarity-copy h2, .privacy-heading h2, .pricing-heading h2 { margin: 0; color: var(--white-pure); font-family: var(--display); font-size: clamp(48px, 5.2vw, 78px); font-weight: 690; line-height: 0.94; letter-spacing: -0.061em; }
.film-copy > p:not(.section-label), .display-copy > p:not(.section-label), .workspace-copy > p:not(.section-label), .clarity-copy > p:not(.section-label), .pricing-heading > p:not(.section-label) { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.58; letter-spacing: -0.012em; }
.text-action { min-height: 44px; margin-top: 18px; padding: 0; display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--white-pure); font-size: 13px; font-weight: 680; cursor: pointer; }
.text-action img { width: 18px; height: 18px; filter: brightness(0) invert(1); transition: transform 180ms ease; }
.text-action:hover img { transform: translateX(4px); }
.film-media { position: relative; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--black-raised); box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38); }
.film-media > video, .film-media > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.film-media > video { display: block; background: #03060b; }
.film-open { position: absolute; z-index: 2; inset: 0; padding: 0; border: 0; background: transparent; cursor: pointer; }
.film-control { position: absolute; inset: 50% auto auto 50%; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; background: rgba(2, 4, 8, 0.62); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transform: translate(-50%, -50%); transition: transform 180ms ease, background 180ms ease; }
.film-control img { width: 25px; height: 25px; filter: brightness(0) invert(1); }
.film-media:hover .film-control { background: var(--blue); transform: translate(-50%, -50%) scale(1.06); }
.demo-playback { position: absolute; z-index: 3; left: 12px; bottom: 10px; min-width: 64px; min-height: 44px; padding: 0 13px; display: none; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 9px; background: rgba(2, 4, 8, 0.68); color: rgba(255, 255, 255, 0.88); font-size: 11px; font-weight: 680; cursor: pointer; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.js .demo-playback { display: inline-flex; }
.demo-playback:hover { border-color: rgba(255, 255, 255, 0.52); background: rgba(2, 4, 8, 0.86); }
.film-caption { position: absolute; z-index: 3; right: 15px; bottom: 13px; color: rgba(255, 255, 255, 0.68); font-size: 9px; pointer-events: none; }

.display-section { padding: clamp(80px, 8vw, 124px) 0; background: var(--black-soft); }
.display-layout { display: grid; grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr); align-items: center; gap: clamp(46px, 6vw, 92px); }
.display-copy { max-width: 420px; }
.quiet-list { padding: 0; margin: 26px 0 0; list-style: none; border-top: 1px solid var(--line); }
.quiet-list li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted-strong); font-size: 12px; }
.cinema-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #162236; box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32); }
.cinema-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.cinema-frame figcaption, .app-window figcaption { position: absolute; right: 14px; bottom: 12px; max-width: calc(100% - 28px); padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 7px; background: rgba(2, 5, 10, 0.64); color: rgba(255, 255, 255, 0.68); font-size: 9px; line-height: 1.35; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

.workspace-section { padding: clamp(80px, 8vw, 124px) 0; }
.workspace-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr); align-items: center; gap: clamp(54px, 7vw, 110px); }
.app-window { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #97968e; box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34); }
.app-window img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.app-window-dark { box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5); }
.workspace-copy { max-width: 520px; }
.workspace-facts { margin: 29px 0 0; border-top: 1px solid var(--line); }
.workspace-facts div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.workspace-facts dt { color: var(--white-pure); font-size: 13px; font-weight: 670; }
.workspace-facts dd { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }

.performance-section { padding: clamp(80px, 8vw, 124px) 0; background: var(--black-soft); }
.performance-layout { display: grid; grid-template-columns: minmax(290px, 0.67fr) minmax(0, 1.33fr); align-items: center; gap: clamp(56px, 7vw, 112px); }
.performance-copy { max-width: 500px; }
.performance-list { padding: 0; margin: 30px 0 0; display: grid; gap: 2px; list-style: none; }
.performance-list li { padding: 11px 0; display: grid; grid-template-columns: 26px 1fr; gap: 13px; border-top: 1px solid var(--line); }
.performance-list img { width: 23px; height: 23px; filter: brightness(0) invert(1); opacity: 0.74; }
.performance-list span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.performance-list strong { display: block; margin-bottom: 2px; color: var(--white-pure); font-size: 13px; }
.performance-route { position: relative; min-height: 380px; padding: 54px 44px 76px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #06090e; box-shadow: inset 0 1px rgba(255, 255, 255, 0.035); }
.route-node { min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.route-node > img { width: 52px; height: 52px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: 0.88; }
.route-node-brand > img { width: 66px; height: 66px; border-radius: 16px; filter: none; opacity: 1; box-shadow: 0 16px 38px rgba(45, 62, 169, 0.35); }
.route-node strong { color: var(--white-pure); font-size: 13px; }
.route-node span { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.route-arrow { width: 22px; height: 22px; filter: brightness(0) invert(1); opacity: 0.4; }
.route-meta { position: absolute; left: 34px; right: 34px; bottom: 26px; display: flex; justify-content: center; gap: 8px; }
.route-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted-strong); font-size: 9px; }

.clarity-section { padding: clamp(80px, 8vw, 124px) 0; }
.clarity-layout { display: grid; grid-template-columns: minmax(290px, 0.68fr) minmax(0, 1.32fr); align-items: center; gap: clamp(54px, 7vw, 112px); }
.clarity-copy { max-width: 510px; }
.clarity-signals { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.clarity-signals span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted-strong); font-size: 10px; }

.privacy-section { padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #030508; }
.privacy-layout { display: grid; grid-template-columns: minmax(250px, 0.8fr) repeat(3, minmax(0, 1fr)); align-items: center; }
.privacy-heading { padding-right: 42px; }
.privacy-heading h2 { font-size: clamp(38px, 4.2vw, 62px); }
.privacy-proof { min-height: 118px; padding: 10px 25px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 15px; border-left: 1px solid var(--line); }
.privacy-proof > img { width: 30px; height: 30px; filter: brightness(0) invert(1); opacity: 0.8; }
.privacy-proof strong { display: block; color: var(--white-pure); font-size: 13px; }
.privacy-proof span { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.pricing-section { padding: clamp(84px, 8vw, 128px) 0 38px; background: var(--black); }
.pricing-layout { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr); align-items: start; gap: clamp(52px, 6vw, 92px); }
.pricing-heading { max-width: 430px; }
.pricing-heading h2 { font-size: clamp(46px, 4.8vw, 72px); }
.pricing-plans { display: grid; grid-template-columns: 0.9fr 1.12fr 0.9fr; gap: 14px; }
.price-plan { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #080b10; }
.price-plan-pro { border-color: var(--blue); box-shadow: 0 22px 68px rgba(23, 111, 255, 0.12); }
.price-plan h3 { margin: 0; color: var(--white-pure); font-size: 17px; letter-spacing: -0.025em; }
.price-plan > div > p, .plan-title-row p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.price { margin-top: 34px; color: var(--white-pure); font-size: 30px; letter-spacing: -0.045em; }
.plan-title-row { display: flex; justify-content: space-between; gap: 14px; }
.plan-title-row > span { flex: none; height: fit-content; padding: 6px 8px; border: 1px solid rgba(61, 132, 255, 0.55); border-radius: 7px; color: #8db6ff; font-size: 9px; font-weight: 680; }
.price-stack { margin-top: 29px; display: grid; gap: 3px; }
.price-stack strong { color: var(--white-pure); font-size: 22px; letter-spacing: -0.035em; }
.price-stack small { color: var(--muted); font-size: 10px; font-weight: 500; }
.price-plan ul { padding: 0; margin: 26px 0; display: grid; gap: 10px; list-style: none; }
.price-plan li { display: grid; grid-template-columns: 16px 1fr; gap: 8px; color: var(--muted-strong); font-size: 10px; line-height: 1.4; }
.price-plan li img { width: 16px; height: 16px; filter: invert(52%) sepia(94%) saturate(3614%) hue-rotate(206deg) brightness(101%) contrast(101%); }
.plan-action { min-height: 44px; margin-top: auto; padding: 0 12px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--white-pure); font-size: 11px; font-weight: 670; text-align: center; text-decoration: none; }
.plan-action:hover { border-color: rgba(255, 255, 255, 0.45); }
.plan-action-primary { border-color: var(--blue); background: var(--blue); }
.plan-action-muted { color: var(--muted); }
.pricing-legal { margin-top: 24px; color: #778391; font-size: 9px; line-height: 1.5; text-align: right; }

.closing-section { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--line); background: var(--navy); }
.closing-media, .closing-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-media img { object-fit: cover; object-position: center 67%; }
.closing-layout { position: relative; z-index: 2; padding: 86px 0; text-align: center; }
.closing-layout h2 { margin: 0; color: var(--white-pure); font-family: var(--display); font-size: clamp(48px, 6vw, 86px); font-weight: 700; line-height: 0.95; letter-spacing: -0.064em; text-shadow: 0 4px 34px rgba(0, 0, 0, 0.72); }
.closing-layout > p { max-width: 560px; margin: 18px auto 0; color: rgba(244, 247, 252, 0.76); font-size: 15px; line-height: 1.5; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.86); }
.closing-actions { margin-top: 27px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

.site-footer { padding: 29px 0 22px; border-top: 1px solid var(--line); background: var(--black); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-on-dark { font-size: 16px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-main nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 10px; text-decoration: none; }
.footer-main nav a:hover { color: var(--white-pure); }
.footer-legal { margin-top: 22px; padding-top: 16px; display: grid; grid-template-columns: auto 1fr; gap: 38px; border-top: 1px solid var(--line); color: #7d8794; font-size: 8px; line-height: 1.5; }

.product-tour { width: min(1120px, calc(100vw - 40px)); max-height: calc(100svh - 40px); padding: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #070a0f; color: var(--white); box-shadow: 0 42px 140px rgba(0, 0, 0, 0.72); }
.product-tour::backdrop { background: rgba(0, 0, 0, 0.78); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.tour-shell { max-height: calc(100svh - 40px); overflow: auto; }
.tour-header { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.tour-header span { color: #7aaaff; font-size: 9px; font-weight: 740; letter-spacing: 0.1em; text-transform: uppercase; }
.tour-header h2 { margin: 6px 0 0; font-size: 25px; letter-spacing: -0.04em; }
.tour-close { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.tour-close img { width: 21px; height: 21px; filter: brightness(0) invert(1); }
.tour-stage { padding: 20px 24px; }
.tour-slide { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #95958f; }
.tour-slide img { width: 100%; height: min(52vw, calc(100svh - 300px)); min-height: 260px; max-height: 520px; object-fit: cover; }
.tour-slide-mac img { object-fit: contain; background: #292827; }
.tour-slide > div { padding: 15px 17px; display: flex; justify-content: space-between; gap: 24px; background: #0b0e14; }
.tour-slide strong { color: var(--white-pure); font-size: 13px; }
.tour-slide span { color: var(--muted); font-size: 11px; text-align: right; }
.tour-footer { padding: 0 24px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tour-progress { color: var(--muted); font-size: 11px; }
.tour-controls { display: flex; gap: 8px; }
.tour-controls button { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 8px; background: transparent; font-size: 11px; font-weight: 660; cursor: pointer; }
.tour-controls button:not(:disabled):hover { border-color: var(--line-strong); }
.tour-controls button:disabled { opacity: 0.38; cursor: default; }
.tour-controls img { width: 16px; height: 16px; filter: brightness(0) invert(1); }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.74, 0.2, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(61, 132, 255, 0.72); outline-offset: 3px; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 44px, 1060px); }
  .js .menu-toggle { position: relative; z-index: 4; display: block; }
  .js .brand { position: relative; z-index: 4; }
  .js .site-nav { position: fixed; z-index: 3; inset: 0; min-height: 100svh; padding: 102px 24px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 28px; overflow-y: auto; background: #03060b; transform: translateY(-105%); transition: transform 300ms cubic-bezier(0.2, 0.76, 0.2, 1); }
  .js .site-nav.open { transform: translateY(0); }
  .js .site-nav .nav-links, .js .site-nav .nav-actions { margin: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .site-nav .nav-links a { padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--white); font-size: 21px; }
  .js .site-nav .nav-actions { gap: 10px; }
  .nav-host, .nav-primary { min-height: 48px; font-size: 14px; }
  html:not(.js) .site-header { position: static; height: auto; border-bottom: 1px solid var(--line); background: #03060b; }
  html:not(.js) .nav-shell { height: auto; min-height: 76px; padding-block: 12px; flex-wrap: wrap; }
  html:not(.js) .site-nav { width: 100%; padding-bottom: 12px; flex-wrap: wrap; }
  html:not(.js) .nav-links { margin: 0; flex-wrap: wrap; }
  html:not(.js) .nav-actions { margin-left: auto; }
  .film-layout, .workspace-layout, .performance-layout, .clarity-layout { gap: 46px; }
  .privacy-layout { grid-template-columns: 1fr 1fr 1fr; }
  .privacy-heading { grid-column: 1 / -1; padding: 0 0 34px; }
  .privacy-proof:first-of-type { border-left: 0; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-heading { max-width: 720px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 61% center; }
  .hero-layout { min-height: 780px; padding-top: 68px; padding-bottom: 68px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 590px; font-size: clamp(58px, 15vw, 84px); }
  .hero-copy > p:not(.hero-note) { max-width: 480px; font-size: 17px; }
  .hero-disclosure { right: 12px; bottom: 10px; font-size: 8px; }
  .hero-scroll { display: none; }
  .film-layout, .display-layout, .workspace-layout, .performance-layout, .clarity-layout { grid-template-columns: 1fr; }
  .film-copy, .display-copy, .workspace-copy, .performance-copy, .clarity-copy { max-width: 650px; }
  .film-copy h2, .display-copy h2, .workspace-copy h2, .performance-copy h2, .clarity-copy h2, .privacy-heading h2, .pricing-heading h2 { font-size: clamp(44px, 10vw, 64px); }
  .film-media { margin-top: 8px; }
  .workspace-copy { order: 1; }
  .workspace-layout .app-window { order: 2; }
  .performance-route { min-height: 330px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-heading { grid-column: auto; }
  .privacy-proof, .privacy-proof:first-of-type { min-height: 92px; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .pricing-plans { grid-template-columns: 1fr; }
  .price-plan { min-height: 0; }
  .pricing-legal { text-align: left; }
  .closing-section { min-height: 460px; }
  .closing-media img { object-position: 62% center; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
  .footer-legal { grid-template-columns: 1fr; gap: 9px; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .hero-image { object-position: 78% center; }
  .hero-layout { min-height: 760px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .film-section, .display-section, .workspace-section, .performance-section, .clarity-section, .pricing-section { padding-top: 78px; padding-bottom: 78px; }
  .film-control { width: 62px; height: 62px; }
  .film-caption, .cinema-frame figcaption, .app-window figcaption { display: none; }
  .demo-playback { left: 9px; bottom: 8px; }
  .workspace-facts div { display: grid; gap: 5px; }
  .workspace-facts dd { text-align: left; }
  .performance-route { min-height: 0; padding: 32px 22px 62px; grid-template-columns: 1fr; gap: 18px; }
  .route-arrow { transform: rotate(90deg); }
  .route-meta { left: 16px; right: 16px; bottom: 16px; gap: 4px; }
  .route-meta span { padding: 5px 6px; font-size: 7px; }
  .clarity-signals { display: grid; }
  .clarity-signals span { text-align: center; }
  .closing-actions { display: grid; }
  .product-tour { width: calc(100vw - 18px); max-height: calc(100svh - 18px); border-radius: 14px; }
  .tour-shell { max-height: calc(100svh - 18px); }
  .tour-header, .tour-stage { padding: 16px; }
  .tour-slide > div { display: grid; gap: 6px; }
  .tour-slide span { text-align: left; }
  .tour-footer { padding: 0 16px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .film-media > video { display: none; }
  .film-media { background: #03060b url("assets/product/visiondesk-workspace-overview-2026.webp") center / cover no-repeat; aspect-ratio: 16 / 9; }
  .demo-playback { display: none !important; }
}

/* Official App Store badge CTA */
.appstore-badge { display: inline-flex; align-items: center; }
.appstore-badge img { display: block; height: 54px; width: auto; }
