:root {
  color-scheme: light;
  --surface-base: #fff;
  --surface-panel: #f6f8fc;
  --surface-tint: #eef3fd;
  --text-primary: #202a38;
  --text-secondary: #627086;
  --text-muted: #79859a;
  --accent: #356abe;
  --border: #e1e7f0;
  --radius: 14px;
  --motion: 240ms;
  --shadow: 0 20px 70px -32px #28477b44;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--text-primary);
  background: var(--surface-base);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
a,
button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #427cdd;
  outline-offset: 5px;
}
::selection {
  background: #dce8ff;
}
.wrap,
.section-shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.ui-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 99;
  background: white;
  padding: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
[hidden] {
  display: none !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #e7ecf3b3;
}
.header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 24px;
  font-weight: 730;
  letter-spacing: -0.8px;
}
.brand img {
  object-fit: contain;
}
.site-header nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 40px;
  font-size: 13px;
  color: var(--text-secondary);
}
.site-header nav a {
  padding: 12px 0;
}
.site-header nav a:hover {
  color: var(--accent);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.source-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  background: var(--accent);
  color: white;
  border: 1px solid #2c60b1;
  border-radius: 8px;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 600;
  box-shadow:
    0 3px 7px #285ca018,
    inset 0 1px 0 #ffffff2a;
  transition:
    background var(--motion),
    transform var(--motion),
    box-shadow var(--motion);
}
.button:hover {
  background: #285aa8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #356abe24;
}
.button.compact {
  padding: 10px 17px;
  gap: 13px;
  font-size: 12px;
}
.button .ui-icon {
  width: 17px;
  height: 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.7;
  color: var(--accent);
  text-align: left;
}
.text-link .ui-icon {
  width: 17px;
  height: 17px;
  transition: transform var(--motion);
}
.text-link:hover .ui-icon {
  transform: translateX(3px);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: center;
  gap: 52px;
  padding-top: 91px;
  padding-bottom: 100px;
  min-height: 720px;
}
.eyebrow-pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #dce6f8;
  background: #f8faff;
  padding: 8px 11px;
  border-radius: 6px;
  font-size: 11px;
  color: var(--accent);
}
.eyebrow-pill .ui-icon {
  width: 14px;
  height: 14px;
}
.eyebrow-pill .ui-icon:last-child {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.hero h1 {
  font-size: clamp(38px, 4.15vw, 60px);
  line-height: 1.4;
  font-weight: 720;
  letter-spacing: -2.6px;
  margin: 26px 0 23px;
  white-space: nowrap;
}
.hero h1 span {
  color: var(--accent);
}
.hero-lead {
  font-size: 15px;
  line-height: 1.95;
  color: var(--text-secondary);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 34px;
}
.hero-platforms {
  display: flex;
  gap: 22px;
  margin-top: 28px;
  font-size: 10px;
  color: var(--text-muted);
}
.hero-platforms span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-platforms img {
  width: 12px;
  height: 13px;
  opacity: 0.66;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding-top: 18px;
}
.visual-orbit {
  position: absolute;
  inset: -58px -20px;
  background: radial-gradient(ellipse, #dce8ff66, transparent 67%);
  pointer-events: none;
  z-index: -1;
}
.hero-window {
  border: 1px solid #cad7ed;
  border-radius: 12px;
  box-shadow:
    0 35px 80px -32px #34588355,
    0 2px 5px #385d9b09;
  overflow: hidden;
  transform: perspective(1800px) rotateY(-5deg) rotateX(2deg);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  background: white;
}
.hero-window:hover {
  transform: none;
}
.window-heading {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid var(--border);
  font-size: 9px;
  color: var(--text-muted);
  background: linear-gradient(white, #f6f8fc);
}
.window-heading > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #65a58c;
  box-shadow: 0 0 0 3px #65a58c12;
}
.hero-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 10px;
}
.hero-caption .ui-icon {
  width: 13px;
  height: 13px;
}
.screen-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: var(--surface-panel);
  overflow: hidden;
  cursor: zoom-in;
}
.screen-button > img {
  width: 100%;
  height: auto;
}
.zoom-cue {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff88;
  border-radius: 8px;
  background: #ffffffed;
  color: var(--accent);
  box-shadow: 0 2px 14px #1d345b15;
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity var(--motion),
    transform var(--motion);
}
.screen-button:hover .zoom-cue,
.screen-button:focus-visible .zoom-cue {
  opacity: 1;
  transform: none;
}
.zoom-cue .ui-icon {
  width: 15px;
  height: 15px;
}
.value-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  border-block: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-secondary);
}
.value-strip > span,
.value-strip > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.value-strip .ui-icon {
  width: 17px;
  height: 17px;
  color: #7b90ad;
}
.value-strip > a {
  font-size: 10px;
  color: var(--text-muted);
}
.section {
  padding-block: 106px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 42px;
}
.section-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.7px;
  color: var(--accent);
  line-height: 1.7;
  margin-bottom: 16px;
}
h2 {
  font-size: 38px;
  letter-spacing: -1.3px;
  line-height: 1.4;
  font-weight: 650;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-secondary);
  max-width: 430px;
}
.showcase {
  border: 1px solid #d8e1ef;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: white;
}
.showcase-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  border-bottom: 1px solid var(--border);
  background: #fcfdff;
  gap: 18px;
}
.tab-group {
  display: flex;
  gap: 5px;
}
.tab-group button {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: none;
  font-size: 12px;
  padding: 10px 15px;
  color: var(--text-secondary);
  transition:
    color var(--motion),
    background var(--motion);
}
.tab-group button[aria-selected="true"] {
  background: #eef3fc;
  border-color: #dbe5f6;
  color: var(--accent);
}
.tab-group .ui-icon {
  width: 15px;
  height: 15px;
}
.showcase-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: var(--text-muted);
}
.showcase-hint .ui-icon {
  width: 13px;
  height: 13px;
}
.product-screen {
  aspect-ratio: 1440/850;
}
.product-screen > img {
  height: 100%;
  object-fit: contain;
}
.showcase-caption {
  padding: 25px 30px;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
  align-items: center;
}
.showcase-caption strong {
  font-size: 16px;
  font-weight: 600;
}
.showcase-caption p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--text-secondary);
}
.image-note {
  font-size: 10px;
  line-height: 1.85;
  color: var(--text-muted);
  text-align: center;
  margin-top: 17px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 62px;
  row-gap: 46px;
  margin-top: 74px;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #dce7f7;
  background: linear-gradient(140deg, white, #edf3fe);
  border-radius: 10px;
  color: var(--accent);
  box-shadow:
    0 3px 6px #356abe08,
    inset 0 1px 0 white;
  transition: transform var(--motion);
}
.feature:hover .feature-icon {
  transform: translateY(-3px);
}
.feature-icon .ui-icon {
  width: 21px;
  height: 21px;
}
.feature h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 17px 0 11px;
  line-height: 1.6;
}
.feature p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--text-secondary);
}
.workflow-section {
  background: linear-gradient(180deg, #f6f8fc, #f1f5fc);
  border-block: 1px solid #eaf0f8;
}
.workflow {
  border: 1px solid #dbe4f2;
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
  box-shadow: 0 14px 38px -30px #345a8f44;
}
.workflow-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--border);
  background: #fbfcff;
}
.workflow-tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 23px 10px;
  background: none;
  font-size: 12px;
  color: var(--text-muted);
  position: relative;
  transition:
    color var(--motion),
    background var(--motion);
}
.workflow-tabs button > span {
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  color: #94a6be;
}
.workflow-tabs button[aria-selected="true"] {
  background: white;
  color: var(--accent);
}
.workflow-tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--accent);
  bottom: 0;
  left: 22px;
  right: 22px;
}
.workflow-body {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 48px;
  padding: 48px;
  min-height: 540px;
}
.workflow-copy {
  padding: 8px 0;
  min-width: 0;
}
.workflow-location {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 34px;
}
.step-count {
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 1px;
}
.workflow-copy h3 {
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -0.7px;
  margin: 16px 0;
}
.workflow-copy > p:not(.workflow-location) {
  font-size: 13px;
  line-height: 1.95;
  color: var(--text-secondary);
}
.workflow-copy .workflow-tip {
  border-left: 2px solid #dce7fa;
  padding-left: 15px;
  margin-top: 20px;
  font-size: 11px !important;
  color: var(--text-muted) !important;
}
.workflow-copy .text-link {
  margin-top: 20px;
}
.workflow-image {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 455px;
  border: 1px solid #e9eef6;
  border-radius: 10px;
  background: #f7f9fd;
  padding: 18px;
}
.step-screen {
  width: auto;
  max-width: 100%;
  background: none;
  border-radius: 7px;
  box-shadow: 0 9px 25px #293d5d12;
}
.step-screen > img {
  max-height: 418px;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
}
.workflow-foot {
  border-top: 1px solid var(--border);
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--text-muted);
}
.workflow-foot > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.workflow-foot .ui-icon {
  width: 13px;
  height: 13px;
}
.nfo-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 65px;
  padding: 52px;
  border: 1px solid #dfe7f5;
  border-radius: var(--radius);
  background: linear-gradient(125deg, #f4f7fd, #fbfcff);
  align-items: center;
}
.nfo-copy > p:not(.section-kicker) {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.95;
  margin: 20px 0 25px;
}
.compat-row {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 16px;
  border-top: 1px solid #e0e7f3;
  padding: 14px 0;
  font-size: 11px;
  line-height: 1.9;
}
.compat-row > span {
  color: var(--text-muted);
}
.compat-row strong {
  font-weight: 500;
}
.nfo-copy .text-link {
  margin-top: 12px;
  font-size: 12px;
}
.nfo-visual {
  min-width: 0;
}
.nfo-visual-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 17px;
}
.nfo-visual .screen-button {
  border: 1px solid #d9e3f2;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.nfo-visual > p {
  font-size: 10px;
  margin-top: 16px;
  color: var(--text-muted);
  text-align: center;
}
.local-section {
  display: flex;
  align-items: center;
  gap: 32px;
  border-block: 1px solid var(--border);
  padding-block: 45px;
}
.local-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border: 1px solid #dce6f2;
  border-radius: 17px;
  background: #f6f9fe;
  color: var(--accent);
}
.local-icon .ui-icon {
  width: 30px;
  height: 30px;
}
.local-section .section-kicker {
  font-size: 9px;
  margin-bottom: 8px;
}
.local-section h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
}
.local-section p:not(.section-kicker) {
  font-size: 12px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-top: 12px;
  max-width: 780px;
}
.local-section small {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.8;
  display: block;
  margin-top: 8px;
}
.local-section > .text-link {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
}
.download-section {
  padding-top: 108px;
  padding-bottom: 75px;
}
.download-section .section-heading {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 65px;
}
.download-section .section-kicker {
  padding-top: 12px;
  width: 90px;
  flex-shrink: 0;
}
.download-section h2 {
  margin-bottom: 14px;
}
.download-section .section-heading p:not(.section-kicker) {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.9;
}
.download-section .section-heading strong {
  font-weight: 600;
  color: var(--accent);
  margin-left: 4px;
}
.download-intro {
  margin-top: 9px;
  font-size: 12px !important;
}
.download-list {
  display: grid;
  gap: 18px;
}
.platform-row {
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 30px;
  padding: 26px;
  background: white;
  transition: border-color var(--motion);
}
.platform-row.is-recommended {
  border-color: #aac4ec;
  background: linear-gradient(120deg, #f9fbff, white 65%);
}
.platform-name {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
}
.platform-glyph {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f1f5fc;
  border: 1px solid #e3eaf5;
  border-radius: 10px;
}
.platform-glyph img {
  width: 20px;
  height: 22px;
  object-fit: contain;
}
.platform-name h3 {
  font-size: 18px;
  margin: 2px 0 10px;
  font-weight: 650;
}
.platform-spec {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.8;
}
.platform-guidance {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-top: 7px;
  max-width: 265px;
}
.recommendation {
  position: absolute;
  right: 0;
  top: 4px;
  border: 1px solid #d5e3f9;
  background: #ecf3ff;
  border-radius: 4px;
  font-size: 9px;
  padding: 3px 7px;
  color: var(--accent);
  white-space: nowrap;
}
.platform-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-width: 0;
}
.download-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  padding: 17px 16px;
  background: #fbfcfe;
  min-width: 0;
  transition:
    border-color var(--motion),
    background var(--motion),
    transform var(--motion);
}
.download-button:hover {
  border-color: #9cb9e4;
  background: #f2f6ff;
  transform: translateY(-2px);
}
.download-button-primary {
  background: #f5f8ff;
  border-color: #cddcf3;
}
.download-copy {
  display: block;
  min-width: 0;
}
.download-label {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.6;
}
.download-label b {
  font-weight: 600;
}
.download-label em {
  font-style: normal;
  font-size: 8px;
  color: var(--accent);
  background: #e9f0fc;
  padding: 2px 5px;
  border-radius: 3px;
  white-space: nowrap;
}
.download-label em.badge-neutral {
  background: #edf0f5;
  color: #768299;
}
.download-purpose {
  display: block;
  font-size: 10px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-top: 8px;
}
.download-copy small {
  display: block;
  font-size: 9px;
  line-height: 1.6;
  margin-top: 9px;
  color: var(--text-muted);
  overflow-wrap: anywhere;
}
.download-action-icon {
  color: var(--accent);
  flex-shrink: 0;
}
.download-action-icon .ui-icon {
  width: 18px;
  height: 18px;
}
.download-meta {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 20px;
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.8;
}
.download-meta > a {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--accent);
}
.download-meta .ui-icon {
  width: 13px;
  height: 13px;
}
.trust-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 24px;
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.9;
  padding: 17px 19px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #fafbfd;
}
.trust-icon .ui-icon {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.trust-note b {
  display: block;
  color: var(--text-secondary);
  font-weight: 500;
  margin-bottom: 2px;
}
.faq-section {
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  padding-top: 65px;
  padding-bottom: 85px;
}
.faq-section > div > p:not(.section-kicker) {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 15px;
}
.faq-list details {
  border-bottom: 1px solid var(--border);
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0;
  font-size: 13px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--accent);
  transition: transform var(--motion);
}
.faq-list details[open] summary .ui-icon {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  line-height: 1.95;
  color: var(--text-secondary);
  padding: 0 28px 22px 0;
}
.site-footer {
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 30px 40px;
}
.site-footer .brand {
  font-size: 21px;
}
.site-footer > p {
  font-size: 11px;
  color: var(--text-muted);
}
.site-footer > div {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 10px;
  color: var(--text-secondary);
}
.site-footer > div > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-footer .ui-icon {
  width: 12px;
  height: 12px;
}
.lightbox {
  padding: 14px;
  border: 1px solid #dce4f1;
  border-radius: 14px;
  max-width: min(1500px, 94vw);
  max-height: 94vh;
  width: max-content;
  background: white;
  box-shadow: 0 25px 100px #14233b55;
  color: var(--text-primary);
  overflow: auto;
  scrollbar-gutter: stable;
}
.lightbox::backdrop {
  background: #111d31a6;
  backdrop-filter: blur(8px);
}
.lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 12px;
  padding-left: 8px;
}
.lightbox-toolbar p {
  font-size: 13px;
}
.lightbox-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #f7f9fc;
}
.lightbox > img {
  max-height: calc(94vh - 120px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
  border-radius: 6px;
}
.lightbox > span {
  display: block;
  font-size: 10px;
  text-align: center;
  color: var(--text-muted);
  margin: 13px 0 4px;
}
.js-motion .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js-motion .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.panel-enter {
  animation: panel-in 0.32s ease-out;
}
@keyframes panel-in {
  from {
    opacity: 0.4;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1150px) {
  .wrap,
  .section-shell {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    min-height: 640px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .hero-lead {
    font-size: 13px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    padding: 14px 18px;
    gap: 15px;
  }
  .site-header nav {
    margin-right: 12px;
    gap: 22px;
  }
  .source-link span {
    display: none;
  }
  .section {
    padding-block: 80px;
  }
  .feature-grid {
    column-gap: 35px;
  }
  .workflow-body {
    padding: 30px;
    gap: 30px;
  }
  .workflow-copy h3 {
    font-size: 23px;
  }
  .workflow-image {
    height: 430px;
    padding: 10px;
  }
  .step-screen > img {
    max-height: 408px;
  }
  .nfo-panel {
    padding: 35px;
    gap: 35px;
  }
  .platform-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .platform-guidance {
    max-width: none;
  }
  .recommendation {
    right: auto;
    left: 180px;
  }
  .local-section {
    gap: 23px;
  }
  .local-section > .text-link {
    display: none;
  }
}
@media (max-width: 800px) {
  .header-inner {
    height: 74px;
    gap: 16px;
  }
  .site-header nav {
    gap: 20px;
    margin: 0;
  }
  .site-header nav a {
    font-size: 12px;
  }
  .header-actions {
    gap: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
    gap: 40px;
    text-align: center;
  }
  .hero h1 {
    font-size: 53px;
    white-space: normal;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions,
  .hero-platforms {
    justify-content: center;
  }
  .hero-visual {
    max-width: 650px;
    width: 100%;
    margin: auto;
    padding-top: 0;
  }
  .hero-window {
    transform: none;
  }
  .hero-caption {
    margin-top: 18px;
  }
  .value-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 30px;
  }
  .value-strip > a {
    display: none;
  }
  h2 {
    font-size: 32px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 280px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .workflow-tabs button {
    display: block;
    padding: 17px 6px;
    font-size: 11px;
  }
  .workflow-tabs button > span {
    display: block;
    margin-bottom: 7px;
  }
  .workflow-body {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px;
  }
  .workflow-location {
    margin-bottom: 15px;
  }
  .step-count {
    display: none;
  }
  .workflow-copy h3 {
    margin: 0 0 12px;
    font-size: 25px;
  }
  .workflow-copy .text-link,
  .workflow-copy .workflow-tip {
    margin-top: 12px;
  }
  .workflow-image {
    height: 435px;
  }
  .nfo-panel {
    gap: 26px;
    grid-template-columns: 1fr;
  }
  .nfo-visual {
    max-width: 600px;
  }
  .local-section h2 {
    font-size: 23px;
  }
  .local-icon {
    display: none;
  }
  .download-section .section-heading {
    gap: 30px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 15px;
  }
  .site-footer > div {
    margin-left: auto;
    gap: 15px;
  }
  .source-link {
    display: none;
  }
}
@media (max-width: 540px) {
  html {
    scroll-padding-top: 86px;
  }
  .wrap,
  .section-shell {
    width: calc(100% - 38px);
  }
  .header-inner {
    height: 68px;
  }
  .brand {
    font-size: 22px;
    gap: 8px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .site-header nav {
    display: none;
  }
  .header-actions .button {
    padding: 9px 12px;
    font-size: 11px;
    gap: 9px;
  }
  .hero {
    padding-top: 38px;
    padding-bottom: 43px;
    gap: 35px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 38px;
    letter-spacing: -1.8px;
    margin: 21px 0 17px;
    line-height: 1.45;
  }
  .eyebrow-pill {
    font-size: 9px;
    padding: 7px 10px;
  }
  .hero-lead {
    font-size: 12px;
    line-height: 1.95;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 22px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 17px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-platforms {
    margin-top: 23px;
    font-size: 9px;
    gap: 20px;
  }
  .hero-caption {
    font-size: 8px;
    gap: 6px;
  }
  .window-heading {
    height: 31px;
    font-size: 8px;
    padding: 0 10px;
  }
  .hero-window {
    border-radius: 9px;
  }
  .visual-orbit {
    inset: -20px 0;
  }
  .value-strip {
    gap: 16px 23px;
    padding-block: 22px;
    font-size: 10px;
  }
  .value-strip .ui-icon {
    width: 15px;
    height: 15px;
  }
  .value-strip > span {
    gap: 7px;
  }
  .section {
    padding-block: 62px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 29px;
    letter-spacing: -0.9px;
  }
  .section-heading > p {
    margin-top: 17px;
    font-size: 11px;
    max-width: none;
  }
  .section-kicker {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 11px;
  }
  .showcase-toolbar {
    padding: 9px 7px;
  }
  .tab-group {
    width: 100%;
    justify-content: space-between;
    gap: 2px;
  }
  .tab-group button {
    font-size: 10px;
    padding: 9px 10px;
    gap: 6px;
  }
  .tab-group .ui-icon {
    width: 13px;
    height: 13px;
  }
  .showcase-hint {
    display: none;
  }
  .showcase-caption {
    display: block;
    padding: 20px;
  }
  .showcase-caption strong {
    font-size: 14px;
  }
  .showcase-caption p {
    font-size: 11px;
    margin-top: 10px;
  }
  .image-note {
    font-size: 9px;
    margin-top: 13px;
    text-align: left;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 39px;
  }
  .feature {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0 15px;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    grid-row: 1/3;
  }
  .feature h3 {
    font-size: 15px;
    margin: 2px 0 8px;
  }
  .feature p {
    font-size: 12px;
  }
  .workflow-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
  .workflow-tabs button {
    display: flex;
    gap: 8px;
    padding: 15px 7px;
    border-bottom: 1px solid #edf1f7;
  }
  .workflow-tabs button > span {
    margin: 0;
    font-size: 9px;
  }
  .workflow-tabs button[aria-selected="true"]::after {
    left: 14px;
    right: 14px;
  }
  .workflow-body {
    padding: 22px 16px;
    gap: 18px;
  }
  .workflow-location {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .workflow-copy h3 {
    font-size: 22px;
  }
  .workflow-copy > p:not(.workflow-location) {
    font-size: 12px;
  }
  .workflow-copy .workflow-tip {
    font-size: 10px !important;
  }
  .workflow-image {
    height: 355px;
    padding: 8px;
  }
  .step-screen > img {
    max-height: 336px;
  }
  .workflow-foot {
    padding: 13px 16px;
    display: block;
    font-size: 9px;
    line-height: 1.8;
  }
  .workflow-foot > span:last-child {
    display: block;
    margin-top: 5px;
  }
  .nfo-panel {
    padding: 28px 22px;
  }
  .nfo-copy > p:not(.section-kicker) {
    font-size: 12px;
    margin: 16px 0 20px;
  }
  .compat-row {
    font-size: 10px;
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }
  .nfo-visual-heading {
    font-size: 11px;
  }
  .nfo-visual > p {
    font-size: 9px;
  }
  .local-section {
    padding-block: 30px;
  }
  .local-section h2 {
    font-size: 23px;
  }
  .local-section p:not(.section-kicker) {
    font-size: 11px;
  }
  .local-section small {
    font-size: 9px;
  }
  .download-section {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .download-section .section-heading {
    display: block;
  }
  .download-section .section-kicker {
    padding-top: 0;
  }
  .download-section .section-heading p:not(.section-kicker) {
    font-size: 11px;
  }
  .download-intro {
    font-size: 11px !important;
  }
  .platform-row {
    padding: 20px 17px;
    border-radius: 10px;
    gap: 18px;
  }
  .platform-name h3 {
    font-size: 17px;
  }
  .platform-spec,
  .platform-guidance {
    font-size: 10px;
  }
  .recommendation {
    left: auto;
    right: 0;
    font-size: 8px;
  }
  .platform-name {
    gap: 12px;
  }
  .platform-glyph {
    width: 33px;
    height: 33px;
    border-radius: 8px;
  }
  .platform-glyph img {
    width: 17px;
    height: 19px;
  }
  .platform-downloads {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .download-button {
    padding: 14px;
  }
  .download-meta {
    display: block;
    font-size: 9px;
  }
  .download-meta > a {
    margin-top: 9px;
  }
  .trust-note {
    font-size: 9px;
    padding: 14px;
    gap: 9px;
  }
  .faq-section {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 20px 0;
  }
  .faq-list details > p {
    font-size: 11px;
  }
  .site-footer {
    padding-block: 25px 30px;
    gap: 12px;
  }
  .site-footer > p {
    font-size: 10px;
  }
  .site-footer > div {
    flex-basis: 100%;
    margin: 7px 0 0;
    gap: 20px;
    font-size: 10px;
  }
  .lightbox {
    padding: 9px;
    border-radius: 9px;
    max-width: 97vw;
    max-height: 94vh;
  }
  .lightbox-toolbar p {
    font-size: 11px;
    line-height: 1.6;
  }
  .lightbox-toolbar {
    gap: 15px;
    padding-left: 3px;
  }
  .lightbox > span {
    font-size: 9px;
  }
  .zoom-cue {
    width: 27px;
    height: 27px;
    right: 8px;
    bottom: 8px;
    opacity: 1;
    transform: none;
  }
  .zoom-cue .ui-icon {
    width: 12px;
    height: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .js-motion .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-window {
    transform: none;
  }
}
