:root {
  color-scheme: light;
  --bg: #fbfaf7;
  --panel: #ffffff;
  --panel-soft: #f6f8fb;
  --ink: #0b1730;
  --muted: #5b6677;
  --line: #dde4ee;
  --line-strong: #cbd5e1;
  --red: #e60012;
  --red-dark: #b9000e;
  --blue: #2f72ee;
  --green: #54c768;
  --yellow: #ffd86b;
  --focus: #1d4ed8;
  --shadow: 0 26px 70px rgba(11, 23, 48, 0.14);
  --shadow-soft: 0 16px 42px rgba(11, 23, 48, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  background:
    radial-gradient(circle at 21% 26%, rgba(230, 0, 18, 0.085), transparent 24rem),
    radial-gradient(circle at 78% 20%, rgba(47, 114, 238, 0.07), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 44rem);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin-top: 0;
}

h1 {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(4.6rem, 9vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero h1 {
  max-width: none;
  margin-bottom: 16px;
  white-space: nowrap;
  font-size: clamp(3.65rem, 6.1vw, 5.9rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 0;
  max-width: 15ch;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1.16rem;
  line-height: 1.18;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 40;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-weight: 850;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.75);
  background: rgba(255, 255, 255, 0.9);
  padding: 12px max(28px, calc((100vw - 1360px) / 2));
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 12px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.wordmark-logo {
  width: clamp(170px, 17vw, 230px);
  height: auto;
  display: block;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.site-nav a,
.site-footer a {
  border-radius: 999px;
  color: #1c2840;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 13px;
}

.site-nav a:hover,
.site-footer a:hover {
  background: #eef2f7;
}

.site-nav a[aria-current='page'] {
  background: transparent;
  color: var(--blue);
}

.topbar-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.release-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  padding: 8px 14px;
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
}

.release-pill::before,
.release-note::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(84, 199, 104, 0.13);
}

main,
.site-footer {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

main {
  padding: 48px 0 80px;
}

.hero {
  min-height: min(740px, calc(100vh - 84px));
  display: grid;
  grid-template-columns: minmax(520px, 0.84fr) minmax(420px, 1.16fr);
  grid-template-areas:
    'copy visual'
    'cards cards';
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(42px, 7vw, 92px) 4px 28px;
}

.hero-content {
  grid-area: copy;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #ffe8eb;
  color: var(--red-dark);
  padding: 10px 15px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lead {
  max-width: 42ch;
  color: #536174;
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  font-weight: 650;
  line-height: 1.44;
}

.hero .lead {
  max-width: 35.5rem;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
}

.hero-actions,
.download-panel-actions,
.download-option-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 24px;
  color: var(--ink);
  background: var(--panel);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background 140ms ease,
    border-color 140ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(11, 23, 48, 0.16);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 18px 38px rgba(230, 0, 18, 0.25);
}

.btn-primary:hover {
  background: #f20a1c;
}

.btn-primary[data-download-link]::before {
  content: '↓';
  font-size: 1.1em;
  line-height: 1;
}

.btn-secondary,
.btn-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  color: #344155;
}

.btn-secondary:hover,
.btn-ghost:hover {
  background: #fff;
  border-color: #b8c3d2;
}

.btn-compact {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.9rem;
}

.btn.is-disabled,
.btn[aria-disabled='true'] {
  opacity: 0.56;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.release-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  margin: 26px 0 0;
  border-radius: 999px;
  background: #eef9ef;
  color: #263245;
  padding: 8px 14px;
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-visual {
  grid-area: visual;
  min-width: 0;
}

.app-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(15, 23, 42, 0.24);
  border-radius: 20px;
  background: #151b25;
  box-shadow: 0 28px 70px rgba(11, 23, 48, 0.22);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #252b35, #161b22);
  padding: 0 16px;
}

.window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.window-bar span:nth-child(1) {
  background: #ff5f56;
}

.window-bar span:nth-child(2) {
  background: #ffbd2e;
}

.window-bar span:nth-child(3) {
  background: #27c93f;
}

.app-window img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
}

.hero-cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -4px;
}

.hero-cards article,
.hero-cards > a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #25324a;
  box-shadow: 0 10px 28px rgba(11, 23, 48, 0.07);
  padding: 13px 18px;
  font-weight: 850;
  text-decoration: none;
}

.hero-cards a {
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background 140ms ease;
}

.hero-cards a:hover {
  background: #fff;
  box-shadow: 0 16px 36px rgba(11, 23, 48, 0.11);
  transform: translateY(-1px);
}

.accent-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.accent-blue {
  background: var(--blue);
}

.accent-green {
  background: var(--green);
}

.accent-yellow {
  background: var(--yellow);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
}

.feature-icon-blue {
  background: linear-gradient(135deg, #4d8bff, var(--blue));
}

.feature-icon-green {
  background: linear-gradient(135deg, #78dc85, var(--green));
}

.feature-icon-yellow {
  color: #9a6b00;
  background: linear-gradient(135deg, #ffeaa0, var(--yellow));
}

.feature-icon-red {
  background: linear-gradient(135deg, #ff6672, var(--red));
}

.page-main {
  padding-top: clamp(40px, 7vw, 84px);
}

.simple-page-main {
  padding-top: clamp(72px, 9vw, 126px);
  padding-bottom: clamp(76px, 9vw, 116px);
}

.page-hero {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px) 0 clamp(18px, 3vw, 30px);
}

.page-hero h1 {
  max-width: 12ch;
}

.page-hero .lead {
  max-width: 52ch;
}

.page-hero-split,
.pricing-page-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.pricing-page-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.page-window {
  margin: 0;
}

.simple-page-hero {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  margin: 0 auto clamp(44px, 6vw, 70px);
}

.simple-page-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.simple-page-hero .lead {
  max-width: 44rem;
  margin: 0;
  color: #536174;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 600;
}

.feature-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.feature-showcase-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  padding: clamp(18px, 2vw, 24px);
}

.feature-showcase-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-showcase-head h2 {
  max-width: none;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.feature-mini-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}

.feature-mini-icon-blue {
  background: linear-gradient(135deg, #4d8bff, var(--blue));
}

.feature-mini-icon-green {
  background: linear-gradient(135deg, #78dc85, var(--green));
}

.feature-mini-icon-yellow {
  color: #916400;
  background: linear-gradient(135deg, #ffeaa0, var(--yellow));
}

.feature-preview {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 16px;
  background: #151b25;
  box-shadow: 0 16px 38px rgba(11, 23, 48, 0.13);
}

.feature-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
  object-position: left top;
}

.feature-showcase-card p {
  max-width: 26ch;
  margin: 0 auto;
  color: #344155;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
}

.pricing-focus {
  display: grid;
  place-items: center;
}

.pricing-focus-card {
  width: min(600px, 100%);
  display: grid;
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  padding: clamp(30px, 4vw, 40px) clamp(24px, 4vw, 48px);
  text-align: center;
}

.pricing-page-main .simple-page-hero {
  margin-bottom: clamp(30px, 4vw, 42px);
}

.pricing-symbol {
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(47, 114, 238, 0.14);
  font-size: 1.7rem;
  font-weight: 950;
}

.pricing-amount {
  color: var(--ink);
  font-size: clamp(3.85rem, 7vw, 4.95rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
}

.pricing-divider {
  width: min(240px, 66%);
  height: 1px;
  margin: 17px 0 15px;
  background: var(--line);
}

.pricing-license,
.pricing-trial {
  margin: 0;
  font-weight: 850;
}

.pricing-license {
  color: var(--ink);
  font-size: 1.18rem;
}

.pricing-trial {
  margin-top: 12px;
  color: var(--blue);
  font-size: 1.08rem;
}

.pricing-focus-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.pricing-focus-actions .btn {
  width: 100%;
}

.platform-grid,
.feature-page-grid,
.license-grid {
  display: grid;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 62px);
}

.platform-grid,
.license-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-grid article,
.feature-page-grid article,
.license-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.platform-grid h2,
.feature-page-grid h2,
.license-grid h2 {
  max-width: none;
  margin: 14px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.platform-grid p,
.feature-page-grid p,
.license-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.platform-grid h2,
.license-grid h2 {
  margin-top: 0;
}

.price-box-large {
  width: min(360px, 100%);
}

.screens,
.features,
.download-strip,
.pricing,
.support-strip {
  margin-top: clamp(72px, 9vw, 122px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 28px;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.screen-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.screen-card-wide {
  grid-row: span 2;
}

.screen-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  border-bottom: 1px solid var(--line);
}

.screen-card-wide img {
  aspect-ratio: 16 / 12;
}

.screen-card div {
  padding: 22px;
}

.screen-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(11, 23, 48, 0.07);
  padding: 24px;
}

.feature-grid h3 {
  margin-bottom: 10px;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.download-strip,
.pricing,
.support-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
  padding: clamp(26px, 4vw, 42px);
}

.download-strip {
  background:
    linear-gradient(135deg, rgba(230, 0, 18, 0.06), transparent 35%),
    linear-gradient(315deg, rgba(47, 114, 238, 0.06), transparent 38%), var(--panel);
}

.download-strip .eyebrow,
.pricing .eyebrow {
  margin-bottom: 14px;
}

.download-strip p,
.pricing p,
.support-strip p {
  max-width: 58ch;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.price-box {
  min-width: 260px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(11, 23, 48, 0.18);
}

.price-box span {
  display: block;
  color: #dbe5f2;
  font-weight: 750;
}

.price-box .price {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 950;
  line-height: 0.96;
}

.price-box .btn {
  width: 100%;
  margin-top: 18px;
}

.support-strip {
  margin-top: 22px;
  background: var(--panel-soft);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  border-top: 1px solid var(--line);
  padding: 30px 0 40px;
  color: var(--muted);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.site-footer span {
  padding: 8px 0;
}

.tiny-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.86rem;
}

.legal-page {
  max-width: 920px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #ffe8eb;
  color: var(--red-dark);
  padding: 10px 15px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-block {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 38px);
}

.legal-hero {
  margin-top: 28px;
}

.legal-hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-content {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  line-height: 1.68;
}

.legal-content h2 {
  margin: 16px 0 0;
  font-size: 1.15rem;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.legal-content code {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel-soft);
  padding: 2px 5px;
  color: var(--ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.download-modal {
  width: min(720px, calc(100vw - 24px));
  max-width: 720px;
  max-height: calc(100vh - 24px);
  overflow: auto;
  border: 0;
  padding: 0;
  background: transparent;
}

.download-modal::backdrop {
  background: rgba(11, 23, 48, 0.52);
}

.download-modal-shell {
  margin: 0;
  padding: 0;
}

.download-modal-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 30px);
}

.download-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.download-modal-head .eyebrow {
  margin-bottom: 12px;
}

.download-modal-head h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.download-modal-close {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 8px 14px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.download-modal-summary,
.download-modal-intro,
.download-option-copy,
.download-option-note,
.download-modal-note {
  color: var(--muted);
  font-weight: 650;
}

.download-modal-summary {
  max-width: 66ch;
  margin: 14px 0 0;
}

.download-modal-intro {
  margin: 8px 0 0;
}

.download-modal-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.download-option {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel-soft);
  padding: 16px;
}

.download-option.is-highlighted {
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 23, 48, 0.08);
}

.download-option-badge {
  width: fit-content;
  border-radius: 999px;
  background: #eef9ef;
  color: #21703a;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.download-option-title {
  margin: 0;
}

.download-option-meta {
  margin: -5px 0 0;
  color: #39475a;
  font-size: 0.84rem;
  font-weight: 800;
}

.download-option-copy {
  margin: 0;
}

.download-option .download-option-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.download-option-link {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
  padding: 9px 12px;
  font-weight: 850;
  text-decoration: none;
}

.download-option-link.is-primary {
  color: #fff;
  background: var(--red);
  border-color: transparent;
}

.download-option-link:hover,
.download-option-link:focus-visible {
  border-color: var(--line-strong);
  text-decoration: none;
}

.download-option-note,
.download-modal-note {
  margin: 0;
  font-size: 0.86rem;
}

.download-modal-footer {
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      'copy'
      'visual'
      'cards';
    min-height: 0;
    padding-top: 38px;
  }

  h1 {
    max-width: none;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-visual {
    max-width: 920px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .topbar {
    min-height: 70px;
    padding: 10px 16px;
  }

  .wordmark-logo {
    width: 160px;
  }

  .release-pill,
  .topbar-actions .btn-secondary {
    display: none;
  }

  main,
  .site-footer {
    width: min(100% - 28px, 1360px);
  }

  main {
    padding-top: 22px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .hero {
    gap: 24px;
  }

  .lead {
    font-size: 1rem;
  }

  .hero .lead {
    max-width: 31rem;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-cards,
  .screen-grid,
  .feature-grid,
  .feature-showcase-grid,
  .platform-grid,
  .feature-page-grid,
  .license-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-split,
  .pricing-page-hero {
    grid-template-columns: 1fr;
  }

  .screen-card-wide {
    grid-row: auto;
  }

  .screen-card-wide img,
  .screen-card img {
    aspect-ratio: 16 / 10;
  }

  .download-strip,
  .pricing,
  .support-strip {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .download-panel-actions,
  .support-strip .btn {
    width: 100%;
  }

  .download-panel-actions .btn,
  .support-strip .btn {
    flex: 1 1 190px;
  }

  .price-box {
    min-width: 0;
  }

  .simple-page-main {
    padding-top: clamp(42px, 9vw, 66px);
  }

  .simple-page-hero {
    margin-bottom: 34px;
  }

  .simple-page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .feature-preview img {
    aspect-ratio: 16 / 10;
  }

  .pricing-focus-actions {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 12px;
  }

  .wordmark {
    min-width: 0;
  }

  .wordmark-logo {
    width: min(165px, 46vw);
  }

  .topbar-actions .btn-primary {
    min-width: 0;
    padding-inline: 13px;
  }

  .hero-actions .btn,
  .download-panel-actions .btn {
    width: 100%;
  }

  .release-note {
    border-radius: 16px;
  }

  .app-window {
    border-radius: 16px;
  }

  .window-bar {
    height: 30px;
  }
}
