.hero .state-copy > h1 {
  font-size: clamp(58px, 5.4vw, 84px);
  white-space: nowrap;
}

.progress-trigger {
  right: 30px;
  bottom: 76px;
  left: auto;
  transform: none;
}

body {
  isolation: isolate;
}

.theme-ripple {
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate(-50%, -50%) scale(0);
  will-change: transform;
}

.theme-ripple.is-active {
  animation-name: themeBloom;
}

@keyframes themeBloom {
  to {
    transform: translate(-50%, -50%) scale(var(--ripple-scale));
  }
}

:root {
  --theme-transition-duration: 520ms;
}

.site-header,
.experience-shell,
.status-rail,
.progress-trigger,
.site-footer {
  z-index: 1;
}

:root.is-theme-transitioning :is(
  body,
  .site-header,
  .nav-shell,
  .brand,
  .nav-links button,
  .theme-toggle,
  .page-state,
  .page-state h1,
  .page-state h2,
  .page-state h3,
  .page-state p,
  .eyebrow,
  .button,
  .workflow-flow li,
  .orbit-node,
  .extension-stack article,
  .progress-screen,
  .site-footer,
  .progress-trigger,
  .rail-dot
) {
  transition-property: color, background-color, border-color, box-shadow, fill, stroke;
  transition-duration: var(--theme-transition-duration);
  transition-timing-function: var(--ease);
}

.download-block {
  width: min(1040px, 100%);
  padding: 38px 44px 34px;
}

.download-intro {
  display: flex;
  align-items: end;
  gap: 34px;
}

.download-intro h2 {
  max-width: 560px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.05;
}

.download-intro > p:last-child {
  margin: 0 0 4px;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.65;
}

.version-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 27px 0 20px;
}

.version-choice {
  min-height: 206px;
  padding: 20px 22px;
  border: 1px solid rgba(220, 235, 250, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
}

.version-choice.current-version {
  background: rgba(255, 255, 255, 0.13);
}

.version-choice h3 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.version-choice p {
  min-height: 67px;
  margin: 0;
  color: #d4e3f4;
  font-size: 13px;
  line-height: 1.66;
}

.version-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid rgba(226, 239, 252, 0.32);
  border-radius: 8px;
  color: #c7def6;
  font-size: 11px;
  font-weight: 700;
}

.download-block .download-action,
.legacy-action {
  min-height: 38px;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 12px;
}

.legacy-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(232, 242, 252, 0.38);
  background: transparent;
  color: #fff;
  font-weight: 750;
}

.version-compare {
  overflow: hidden;
  border-top: 1px solid rgba(220, 235, 250, 0.22);
}

.compare-row {
  display: grid;
  grid-template-columns: 126px 1fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid rgba(220, 235, 250, 0.13);
  color: #d4e3f4;
  font-size: 12px;
}

.compare-row > span {
  color: #aecdEC;
  font-weight: 700;
}

.compare-row p,
.compare-row strong {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.45;
}

.compare-head {
  min-height: 32px;
  color: #fff;
  font-size: 11px;
}

.compare-head > span {
  color: #c7def6;
}
