:root {
  color-scheme: light dark;
  --bg: #f7f7f5;
  --bg-raised: #ffffff;
  --surface: #ffffff;
  --surface-2: #f1f3f1;
  --card-bg: #f1f2f3;
  --text: #111418;
  --muted: #4d5860;
  --subtle: #6b737a;
  --line: rgba(17, 20, 24, 0.14);
  --strong-line: rgba(17, 20, 24, 0.24);
  --header-bg: rgba(247, 247, 245, 0.96);
  --header-text: #111418;
  --header-muted: rgba(17, 20, 24, 0.72);
  --header-line: rgba(17, 20, 24, 0.14);
  --header-menu-bg: #ffffff;
  --header-menu-line: rgba(17, 20, 24, 0.16);
  --footer-bg: #f7f7f5;
  --footer-text: rgba(17, 20, 24, 0.72);
  --footer-link: #111418;
  --footer-line: rgba(17, 20, 24, 0.14);
  --brand-title: #111418;
  --brand-title-subdued: rgba(17, 20, 24, 0.58);
  --accent: #009b73;
  --accent-2: #00c28f;
  --accent-3: #1677d2;
  --accent-soft: rgba(0, 155, 115, 0.08);
  --warning: #b7791f;
  --focus: #ffbf47;
  --shadow: 0 18px 45px rgba(12, 18, 24, 0.14);
  --shadow-deep: 0 28px 80px rgba(5, 8, 12, 0.32);
  --pricing-header-bg: #d5d6d4;
  --pricing-header-text: #111418;
  --pricing-header-muted: rgba(17, 20, 24, 0.72);
  --pricing-trial-bg: #e7e7e4;
  --pricing-trial-header-bg: #d5d6d4;
  --pricing-standard-bg: #d9f2dc;
  --pricing-standard-header-bg: #bee8c4;
  --pricing-pro-bg: #dce9fb;
  --pricing-pro-header-bg: #bfd5f3;
  --pricing-feature-line: rgba(17, 20, 24, 0.12);
  --pricing-trial-button-bg: #d5d6d4;
  --pricing-trial-button-hover-bg: #c4c6c3;
  --pricing-standard-button-bg: #a8ddb1;
  --pricing-standard-button-hover-bg: #8bd09a;
  --pricing-pro-button-bg: #a6c4ec;
  --pricing-pro-button-hover-bg: #89b0e4;
  --pricing-button-text: #111418;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #07090b;
  --bg-raised: #0d1114;
  --surface: #101417;
  --surface-2: #171d21;
  --card-bg: #141414;
  --text: #f5f7f8;
  --muted: #c1c8cd;
  --subtle: #929ba2;
  --line: rgba(255, 255, 255, 0.14);
  --strong-line: rgba(255, 255, 255, 0.24);
  --header-bg: #07090b;
  --header-text: #f5f7f8;
  --header-muted: rgba(245, 247, 248, 0.82);
  --header-line: rgba(255, 255, 255, 0.14);
  --header-menu-bg: #101417;
  --header-menu-line: rgba(255, 255, 255, 0.16);
  --footer-bg: #080b0d;
  --footer-text: #c8d0d5;
  --footer-link: #dce3e6;
  --footer-line: rgba(255, 255, 255, 0.13);
  --brand-title: #f5f7f8;
  --brand-title-subdued: rgba(245, 247, 248, 0.68);
  --accent-soft: rgba(0, 194, 143, 0.12);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  --shadow-deep: 0 30px 90px rgba(0, 0, 0, 0.6);
  --pricing-header-bg: #202020;
  --pricing-header-text: #f5f7f8;
  --pricing-header-muted: rgba(245, 247, 248, 0.78);
  --pricing-trial-bg: #1a1a1a;
  --pricing-trial-header-bg: #202020;
  --pricing-standard-bg: #10251d;
  --pricing-standard-header-bg: #143326;
  --pricing-pro-bg: #101f33;
  --pricing-pro-header-bg: #142a45;
  --pricing-feature-line: rgba(255, 255, 255, 0.13);
  --pricing-trial-button-bg: #2a2a2a;
  --pricing-trial-button-hover-bg: #343434;
  --pricing-standard-button-bg: #1a4a35;
  --pricing-standard-button-hover-bg: #206242;
  --pricing-pro-button-bg: #1d4773;
  --pricing-pro-button-hover-bg: #24598f;
  --pricing-button-text: #f5f7f8;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #07090b;
    --bg-raised: #0d1114;
    --surface: #101417;
    --surface-2: #171d21;
    --card-bg: #141414;
    --text: #f5f7f8;
    --muted: #c1c8cd;
    --subtle: #929ba2;
    --line: rgba(255, 255, 255, 0.14);
    --strong-line: rgba(255, 255, 255, 0.24);
    --header-bg: #07090b;
    --header-text: #f5f7f8;
    --header-muted: rgba(245, 247, 248, 0.82);
    --header-line: rgba(255, 255, 255, 0.14);
    --header-menu-bg: #101417;
    --header-menu-line: rgba(255, 255, 255, 0.16);
    --footer-bg: #080b0d;
    --footer-text: #c8d0d5;
    --footer-link: #dce3e6;
    --footer-line: rgba(255, 255, 255, 0.13);
    --brand-title: #f5f7f8;
    --brand-title-subdued: rgba(245, 247, 248, 0.68);
    --accent-soft: rgba(0, 194, 143, 0.12);
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
    --shadow-deep: 0 30px 90px rgba(0, 0, 0, 0.6);
    --pricing-header-bg: #202020;
    --pricing-header-text: #f5f7f8;
    --pricing-header-muted: rgba(245, 247, 248, 0.78);
    --pricing-trial-bg: #1a1a1a;
    --pricing-trial-header-bg: #202020;
    --pricing-standard-bg: #10251d;
    --pricing-standard-header-bg: #143326;
    --pricing-pro-bg: #101f33;
    --pricing-pro-header-bg: #142a45;
    --pricing-feature-line: rgba(255, 255, 255, 0.13);
    --pricing-trial-button-bg: #2a2a2a;
    --pricing-trial-button-hover-bg: #343434;
    --pricing-standard-button-bg: #1a4a35;
    --pricing-standard-button-hover-bg: #206242;
    --pricing-pro-button-bg: #1d4773;
    --pricing-pro-button-hover-bg: #24598f;
    --pricing-button-text: #f5f7f8;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--focus);
  color: #101010;
  padding: 0.65rem 0.85rem;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: var(--header-text);
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-line);
  backdrop-filter: blur(14px);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.header-inner {
  min-height: 5.8rem;
  display: grid;
  grid-template-columns: minmax(22rem, 1fr) auto auto;
  gap: 1.5rem;
  align-items: center;
}

.announcement-strip {
  border-bottom: 1px solid rgba(0, 155, 115, 0.28);
  background: var(--card-bg);
}

.announcement-inner {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0.36rem 0;
  text-align: center;
}

.announcement-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 520;
  line-height: 1.25;
  text-decoration: none;
}

.announcement-label {
  color: var(--accent);
  font-weight: 800;
}

.announcement-action {
  color: var(--accent);
  font-weight: 650;
}

.announcement-separator {
  color: var(--subtle);
  font-size: 0.86rem;
  font-weight: 400;
}

.announcement-link:hover .announcement-action {
  text-decoration: underline;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-icon-wrap {
  width: 4.15rem;
  height: 4.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0.42rem;
  line-height: 1;
}

.brand-name {
  display: inline-flex;
  align-items: flex-end;
  color: var(--brand-title);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 360;
  line-height: 1;
  letter-spacing: 0;
}

.brand-accent {
  color: var(--brand-title-subdued);
}

.brand-version {
  align-self: flex-end;
  display: inline-block;
  margin-left: 0.5rem;
  color: var(--accent-2);
  font-size: 1em;
  font-weight: 620;
  line-height: 1;
}

.brand-byline {
  color: var(--header-muted);
  font-size: clamp(0.82rem, 1.1vw, 0.94rem);
  font-weight: 560;
  letter-spacing: 0;
  margin-left: 0.72rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 3vw, 2.4rem);
  font-size: 1rem;
  font-weight: 400;
}

.primary-nav a {
  color: var(--header-text);
  border-bottom: 2px solid transparent;
  padding: 0.55rem 0.1rem;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  border-color: var(--accent-2);
}

.nav-toggle {
  min-width: 2.85rem;
  min-height: 2.85rem;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--header-line);
  border-radius: 6px;
  background: transparent;
  color: var(--header-text);
  cursor: pointer;
}

.nav-toggle svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
  border-color: var(--accent-2);
  color: var(--accent-2);
}

.header-tools {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.7rem;
}

.language-menu,
.theme-menu {
  position: relative;
}

.language-menu summary,
.theme-menu summary {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--header-text);
  padding: 0.45rem 0.72rem;
}

.language-menu summary::-webkit-details-marker,
.theme-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after,
.theme-menu summary::after {
  content: "v";
  color: var(--accent-2);
  font-size: 0.8rem;
}

.language-list,
.theme-options {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 30;
  min-width: 15rem;
  border: 1px solid var(--header-menu-line);
  border-radius: 6px;
  background: var(--header-menu-bg);
  box-shadow: var(--shadow-deep);
  padding: 0.35rem;
}

.language-list a,
.theme-options button {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--header-text);
  padding: 0.58rem 0.7rem;
  text-align: left;
  text-decoration: none;
}

[dir="rtl"] .language-list {
  right: auto;
  left: 0;
}

[dir="rtl"] .language-list a {
  text-align: right;
}

.language-list a:hover,
.language-list a[aria-current="page"],
.theme-options button:hover,
.theme-options button[aria-pressed="true"] {
  background: rgba(0, 194, 143, 0.18);
}

.theme-menu svg,
.button svg,
.platform svg,
.icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-menu summary {
  width: 3rem;
  justify-content: center;
}

.theme-menu summary::after {
  content: "";
}

.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;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(26rem, 1.22fr);
  grid-template-areas:
    "copy visual"
    "actions visual";
  column-gap: clamp(1.25rem, 2.4vw, 2.5rem);
  row-gap: 0;
  align-items: center;
  padding: clamp(0.8rem, 2vw, 1.6rem) 0 2.8rem;
}

.hero-copy {
  grid-area: copy;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(1.725rem, 2.775vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lede,
.page-hero p {
  max-width: 34rem;
  margin: 1.05rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.line-space {
  display: block;
  height: 0.8em;
}

.mobile-copy {
  display: none;
}

.mobile-line-break {
  display: none;
}

.hero-actions,
.panel-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
  align-items: flex-start;
}

.hero-actions {
  grid-area: actions;
  flex-direction: column;
}

.hero-trial,
.hero-purchase {
  display: grid;
  gap: 0.55rem;
  width: 14.25rem;
}

.hero-purchase {
  margin-top: 0.7rem;
}

.hero-trial .button,
.hero-purchase .button {
  width: 100%;
}

.hero-purchase .button-secondary {
  border-width: 2px;
  background: transparent;
  font-weight: 650;
  box-shadow: none;
}

.hero-trial-note,
.hero-purchase-note,
.hero-trial-mobile-note {
  max-width: 26rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.hero-trial-mobile-note {
  display: none;
}

.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.75rem 1.1rem;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: none;
}

.button-primary:hover {
  background: #008864;
}

.button-secondary {
  border-color: var(--accent);
  background: transparent;
  color: var(--accent);
}

.button-secondary:hover {
  background: var(--accent-soft);
}

.button-secondary:focus-visible {
  background: var(--accent-soft);
}

.button-ghost {
  border-color: var(--strong-line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.button-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.platform {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
}

.hero-visual {
  grid-area: visual;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-shot {
  display: grid;
  width: 100%;
  filter: drop-shadow(0 28px 42px rgba(5, 8, 12, 0.22));
  text-decoration: none;
}

.hero-shot img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
}

.hero-shot:hover img,
.hero-shot:focus-visible img {
  filter: brightness(1.03);
}

.hero-image-caption {
  width: 100%;
  max-width: 58rem;
  margin: 0.75rem auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
  text-align: center;
}

.hero-shot-light {
  opacity: 1;
}

.hero-shot-dark {
  opacity: 0;
}

:root[data-resolved-theme="dark"] .hero-shot-light {
  opacity: 0;
}

:root[data-resolved-theme="dark"] .hero-shot-dark {
  opacity: 1;
}

:root[data-resolved-theme="light"] .hero-shot-light {
  opacity: 1;
}

:root[data-resolved-theme="light"] .hero-shot-dark {
  opacity: 0;
}

.trust-strip {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0 0 2.2rem;
}

.trust-strip p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 520;
  text-align: center;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-list li {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 6.5rem;
  gap: 0.55rem;
  color: var(--muted);
  text-align: center;
}

.audience-list .icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--text);
}

.showcase,
.feature-band,
.content-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.showcase-panel {
  display: grid;
  grid-template-columns: minmax(17rem, 0.52fr) minmax(22rem, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.showcase-panel h2,
.section-title h2,
.content-card h2,
.feature-card h2,
.price-panel h2,
.support-card h2 {
  margin: 0 0 0.65rem;
  line-height: 1.18;
}

.showcase-panel p,
.section-title p,
.content-card p,
.feature-card p,
.price-panel p,
.support-card p,
.quote-card p {
  margin: 0;
  color: var(--muted);
}

.content-card p + p,
.price-panel p + p,
.support-card p + p {
  margin-top: 0.75rem;
}

.version5-owner-card p + p {
  margin-top: 0.75rem;
}

.product-shot {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #0b0e10;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.product-shot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-title {
  max-width: 980px;
  margin: 0 auto 1.7rem;
  text-align: center;
}

.section-title h2 {
  font-size: clamp(1.7rem, 3vw, 2rem);
}

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

.feature-card,
.content-card,
.price-panel,
.support-card,
.quote-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card-bg);
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
}

.feature-card {
  display: flex;
  flex-direction: column;
}

.feature-card .icon,
.content-card .icon,
.support-card .icon {
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
}

.feature-card .icon {
  color: var(--muted);
  align-self: center;
}

.content-card .icon,
.support-card .icon {
  color: var(--accent);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 17rem;
  gap: 1rem;
  margin-top: 1.35rem;
}

.quote-card {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
}

.quote-mark {
  color: var(--accent);
  font-size: 3.8rem;
  line-height: 0.8;
  font-weight: 900;
}

.supported-bodies-card {
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.supported-bodies-card h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.supported-bodies-card p {
  margin: 0;
  line-height: 1.45;
}

.supported-bodies-card strong {
  color: var(--text);
}

.body-note-marker {
  color: var(--accent-3);
  font-weight: 800;
}

.supported-bodies-card .supported-bodies-footnote {
  color: var(--muted);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.35;
}

.supported-bodies-limits {
  margin-top: 0.25rem;
}

.supported-bodies-limits summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--muted);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.supported-bodies-limits summary::-webkit-details-marker {
  display: none;
}

.supported-bodies-limits summary::after {
  content: "v";
  color: var(--accent);
  font-size: 0.78rem;
}

.supported-bodies-limits[open] summary::after {
  transform: rotate(180deg);
}

.supported-bodies-summary-link {
  color: var(--accent);
  font-weight: 650;
}

.supported-bodies-limits-content {
  margin-top: 0.55rem;
  border-top: 1px solid var(--line);
  padding-top: 0.65rem;
  color: var(--muted);
  font-size: inherit;
  line-height: 1.4;
}

.supported-bodies-limits-content h3 {
  margin: 0 0 0.45rem;
  color: var(--text);
  font-size: inherit;
  line-height: 1.2;
}

.supported-bodies-limits-content p + p,
.supported-bodies-limits-content p + ul,
.supported-bodies-limits-content ul + p {
  margin-top: 0.55rem;
}

.supported-bodies-limits-content ul {
  margin: 0;
  padding-left: 1.1rem;
}

.supported-bodies-limits-content li + li {
  margin-top: 0.35rem;
}

.compat-card {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.6rem;
}

.windows-mark {
  width: 3rem;
  height: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem;
}

.windows-mark span {
  background: var(--accent-3);
}

.support-band {
  border-top: 1px solid var(--line);
  padding: clamp(2rem, 5vw, 3rem) 0;
}

.support-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.support-action {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
}

.support-action .icon-wrap {
  width: 4.3rem;
  height: 4.3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--card-bg);
  color: var(--accent);
}

.support-action .icon {
  width: 2.3rem;
  height: 2.3rem;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  padding: clamp(3.4rem, 8vw, 6.2rem) 0;
}

.page-hero .section-inner {
  max-width: 820px;
}

.page-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.3rem, 3.65vw, 3.75rem);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.content-grid.wide-left {
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
}

.download-hero-copy {
  min-width: 0;
}

.download-hero {
  border-bottom: 0;
}

.download-hero-inner {
  width: min(1180px, calc(100% - 3rem));
}

.hero-check-list {
  display: grid;
  gap: 0.72rem;
  max-width: 34rem;
  margin: 1.2rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  list-style: none;
}

.hero-check-list li {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.hero-check-list .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.22rem;
  color: var(--accent);
}

.download-hero-actions {
  display: grid;
  justify-items: start;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.download-version-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.download-hero-actions .fine-print {
  margin: 0;
}

.download-hero-actions .download-links {
  margin: 0;
  padding-top: 0.2rem;
}

.download-hero-visual {
  min-width: 0;
}

.download-hero .hero-image-caption {
  max-width: 58rem;
  margin: 0.75rem auto 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

.download-proof-grid {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 1rem;
}

.support-quickstart-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card-bg);
  padding: clamp(1.3rem, 3vw, 1.75rem);
}

.support-quickstart-copy {
  min-width: 0;
}

.support-quickstart-copy h1 {
  max-width: 16ch;
  margin: 0 0 0.8rem;
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  line-height: 1.06;
}

.support-quickstart-copy .version5-hero-title {
  max-width: none;
}

@media (min-width: 1041px) {
  .support-quickstart-copy .version5-hero-title {
    white-space: nowrap;
  }
}

.support-quickstart-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.support-quickstart-copy p + p {
  margin-top: 1.45rem;
}

.quickstart-button {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  border: 1px solid #f0d68a;
  border-radius: 8px;
  background: #d8b557;
  color: #171106;
  padding: 0.5rem 0.95rem;
  font-weight: 720;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.quickstart-button:hover,
.quickstart-button:focus-visible {
  border-color: #f5dd96;
  background: #e6c56c;
  color: #171106;
}

.support-quickstart-figure {
  min-width: 0;
  margin: 0;
}

.support-image-link {
  display: block;
  text-decoration: none;
}

.support-image-link:hover img,
.support-image-link:focus-visible img {
  filter: brightness(1.03);
}

.support-quickstart-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.support-card-stack-section {
  padding: 0.55rem 0;
}

.support-card-stack-section:first-of-type {
  padding-top: 1.4rem;
}

.support-card-stack-section:last-of-type {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.download-card {
  display: flex;
  flex-direction: column;
}

.download-card .eyebrow {
  margin-bottom: 0.65rem;
  font-size: 0.82rem;
}

.download-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: auto;
  padding-top: 1rem;
}

.download-page-section {
  padding: 0.55rem 0;
}

.download-page-section:first-of-type {
  padding-top: 1.4rem;
}

.download-page-section:last-of-type {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.buy-hero {
  border-bottom: 0;
}

.buy-hero-inner {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(0.55rem, 1.8vw, 1.45rem) 0 1rem;
}

.buy-hero-visual {
  max-width: 56rem;
  margin: 0 auto;
}

.buy-hero-copy {
  max-width: 72rem;
  margin: 1.3rem auto 0;
  text-align: center;
}

.buy-hero .eyebrow {
  margin-bottom: 0.7rem;
}

.buy-hero h1 {
  max-width: none;
}

.buy-hero .hero-lede {
  max-width: none;
  margin-top: 0.95rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.35;
}

@media (min-width: 1041px) {
  .buy-hero h1,
  .buy-hero .hero-lede {
    white-space: nowrap;
  }
}

.buy-hero .hero-check-list {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.buy-hero .download-hero-actions {
  justify-items: center;
}

.buy-hero .download-links {
  justify-content: center;
}

.buy-product-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 22px 34px rgba(5, 8, 12, 0.18));
}

.buy-page-section {
  padding: 0.55rem 0;
}

.buy-page-section:first-of-type {
  padding-top: 1.4rem;
}

.buy-page-section:last-of-type {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.buy-section-title {
  margin-bottom: 1rem;
}

.buy-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.buy-value-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card-bg);
  padding: 1.2rem;
  text-align: center;
}

.buy-value-card .icon {
  width: 2.85rem;
  height: 2.85rem;
  color: var(--muted);
  stroke-width: 1.7;
}

.buy-value-card h2 {
  margin: 0;
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
  line-height: 1.2;
}

.buy-value-card p {
  margin: 0;
  color: var(--muted);
}

.buy-matrix-section .content-card {
  min-height: 10rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.pricing-language-note {
  text-align: center;
  font-size: 0.82rem;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card-bg);
}

.pricing-card-trial {
  background: var(--pricing-trial-bg);
  --pricing-card-button-bg: var(--pricing-trial-button-bg);
  --pricing-card-button-hover-bg: var(--pricing-trial-button-hover-bg);
}

.pricing-card-standard {
  border-width: 2px;
  border-color: var(--pricing-standard-button-bg);
  background: var(--pricing-standard-bg);
  --pricing-card-button-bg: var(--pricing-standard-button-bg);
  --pricing-card-button-hover-bg: var(--pricing-standard-button-hover-bg);
}

.pricing-card-pro {
  background: var(--pricing-pro-bg);
  --pricing-card-button-bg: var(--pricing-pro-button-bg);
  --pricing-card-button-hover-bg: var(--pricing-pro-button-hover-bg);
}

.pricing-card-trial .pricing-card-header {
  background: var(--pricing-trial-header-bg);
}

.pricing-card-standard .pricing-card-header {
  background: var(--pricing-standard-header-bg);
}

.pricing-card-pro .pricing-card-header {
  background: var(--pricing-pro-header-bg);
}

.pricing-card-header {
  display: grid;
  align-content: center;
  min-height: 6.9rem;
  padding: 0.85rem 1rem;
  color: var(--pricing-header-text);
  background: var(--pricing-header-bg);
  text-align: center;
}

.pricing-card-header h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 620;
  line-height: 1.08;
}

.pricing-card-header p {
  margin: 0.45rem 0 0;
  color: var(--pricing-header-muted);
  font-size: clamp(1.1rem, 1.75vw, 1.35rem);
  line-height: 1.2;
}

.pricing-card-header .pricing-card-tagline {
  margin-top: 0.28rem;
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  font-weight: 520;
}

.pricing-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem clamp(1rem, 2vw, 1.55rem) 1.55rem;
  color: var(--text);
  text-align: center;
}

.pricing-price {
  margin: 0.2rem 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.45vw, 2rem);
  font-weight: 720;
  line-height: 1.05;
}

.pricing-features {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 1.2rem;
  padding: 0;
  color: var(--text);
  list-style: none;
}

.pricing-features li {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-height: 3rem;
  border-top: 1px solid var(--pricing-feature-line);
  padding: 0.55rem 0;
  text-align: left;
}

.pricing-features li:last-child {
  border-bottom: 1px solid var(--pricing-feature-line);
}

.pricing-features .pricing-feature-with-list {
  align-items: start;
}

.pricing-feature-with-list > span {
  align-self: center;
}

.pricing-subfeatures {
  grid-column: 2;
  display: grid;
  gap: 0.2rem;
  margin: 0.25rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: inherit;
  list-style: disc;
}

.pricing-subfeatures li {
  display: list-item;
  min-height: 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.pricing-subfeatures li:last-child {
  border-bottom: 0;
}

.pricing-features .icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--muted);
  stroke-width: 3;
}

.pricing-button {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 20rem);
  margin: auto auto 0;
  border: 1px solid var(--pricing-card-button-bg);
  border-radius: 4px;
  background: var(--pricing-card-button-bg);
  color: var(--pricing-button-text);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 680;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.pricing-button:hover,
.pricing-button:focus-visible {
  border-color: var(--pricing-card-button-hover-bg);
  background: var(--pricing-card-button-hover-bg);
  color: var(--pricing-button-text);
}

.mobile-download-note {
  display: none;
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.check-list li + li {
  margin-top: 0.5rem;
}

.price {
  color: var(--accent);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 1.1;
}

.fine-print {
  color: var(--subtle);
  font-size: 0.92rem;
}

.text-link {
  color: var(--accent);
  font-weight: 650;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.card-link-row {
  margin-top: auto;
  padding-top: 0.85rem;
}

.site-footer {
  color: var(--header-muted);
  background: var(--header-bg);
  border-top: 1px solid var(--header-line);
  padding: 0.85rem 0;
}

.footer-inner {
  text-align: center;
}

.site-footer h2 {
  margin: 0 0 0.55rem;
  color: var(--accent-2);
  font-size: 0.92rem;
}

.site-footer p,
.site-footer ul {
  margin: 0;
}

.site-footer ul {
  display: grid;
  gap: 0.35rem;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: var(--header-text);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--accent-2);
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem 1rem;
    padding: 1rem 0;
  }

  .brand {
    min-width: 0;
  }

  .nav-enhanced .nav-toggle {
    display: inline-flex;
  }

  .primary-nav,
  .header-tools {
    grid-column: 1 / -1;
    justify-content: start;
    flex-wrap: wrap;
  }

  .nav-enhanced .primary-nav {
    display: none;
    width: 100%;
    border-top: 1px solid var(--header-line);
    padding-top: 0.45rem;
  }

  .nav-enhanced .header-tools {
    display: none;
    width: 100%;
  }

  .nav-enhanced .site-header[data-nav-open="true"] .primary-nav,
  .nav-enhanced .site-header[data-nav-open="true"] .header-tools {
    display: flex;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "actions";
    align-items: start;
  }

  .showcase-panel,
  .content-grid.wide-left,
  .download-hero-inner,
  .download-proof-grid,
  .support-quickstart-card {
    grid-template-columns: 1fr;
  }

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

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

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

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

}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .header-inner,
  .announcement-inner,
  .section-inner,
  .footer-inner,
  .hero-inner,
  .download-hero-inner,
  .buy-hero-inner,
  .trust-strip {
    width: min(100% - 1rem, 1180px);
  }

  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "toggle brand language"
      "nav nav nav"
      "theme theme theme";
    align-items: center;
    justify-items: center;
    gap: 0.2rem 0.45rem;
    min-height: 0;
    padding: 0.35rem 0;
  }

  .brand {
    grid-area: brand;
    justify-self: center;
    max-width: 100%;
    gap: 0;
  }

  .nav-toggle {
    grid-area: toggle;
    justify-self: start;
    min-width: 2.55rem;
    min-height: 2.55rem;
  }

  .nav-enhanced .header-tools,
  .nav-enhanced .site-header[data-nav-open="true"] .header-tools {
    display: contents;
  }

  .theme-menu {
    grid-area: theme;
    display: none;
    justify-self: center;
  }

  .language-menu {
    grid-area: language;
    justify-self: end;
  }

  .primary-nav {
    grid-area: nav;
  }

  .announcement-inner {
    padding: 0.28rem 0;
  }

  .announcement-link {
    font-size: 0.82rem;
    font-weight: 430;
    line-height: 1.22;
  }

  .announcement-label,
  .announcement-action {
    font-weight: 620;
  }

  .brand-name {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(1.25rem, 5.8vw, 1.65rem);
    text-overflow: clip;
    white-space: nowrap;
  }

  .brand-icon-wrap {
    display: none;
  }

  .brand-byline {
    display: block;
    margin-left: 0.28rem;
    overflow: hidden;
    font-size: 0.62rem;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  .brand-text {
    min-width: 0;
    gap: 0.28rem;
  }

  .language-menu summary {
    min-height: 2.35rem;
    padding: 0.25rem 0;
    font-size: 0.82rem;
  }

  .language-menu summary::after {
    font-size: 0.68rem;
  }

  .nav-enhanced .site-header[data-nav-open="true"] .theme-menu {
    display: block;
  }

  .primary-nav {
    gap: 0.35rem 1rem;
  }

  .nav-enhanced .primary-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
  }

  .nav-enhanced .primary-nav a {
    width: auto;
    border-bottom: 0;
    padding: 0.65rem 0.1rem;
    text-align: center;
  }

  .nav-enhanced .primary-nav a[aria-current="page"] {
    color: var(--accent-2);
  }

  .language-list,
  .theme-options {
    left: 0;
    right: auto;
    max-width: calc(100vw - 1rem);
  }

  .language-list {
    left: auto;
    right: 0;
  }

  .hero-inner {
    padding-top: 1.8rem;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(1.65rem, 6.6vw, 2.05rem);
    text-align: center;
  }

  .download-hero-copy {
    text-align: center;
  }

  .buy-hero .hero-lede {
    font-size: clamp(1.02rem, 4.4vw, 1.22rem);
  }

  .hero-visual {
    margin-top: 0.45rem;
  }

  .buy-value-card {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 0.45rem 0.8rem;
    padding: 0.95rem;
    text-align: left;
  }

  .buy-value-card .icon {
    width: 2rem;
    height: 2rem;
    justify-self: center;
  }

  .buy-value-card h2 {
    margin: 0;
  }

  .buy-value-card p {
    grid-column: 1 / -1;
  }

  .hero-check-list {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .download-hero-actions {
    justify-items: stretch;
  }

  .download-version-line,
  .download-hero-actions .fine-print,
  .download-hero-actions .download-links {
    text-align: center;
  }

  .download-hero-actions .download-links {
    justify-content: center;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .hero-lede {
    font-size: clamp(0.98rem, 4.2vw, 1.08rem);
  }

  .hero-lede .line-space {
    display: inline;
    height: auto;
  }

  .hero-lede .line-space::after {
    content: " ";
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  .mobile-line-break {
    display: block;
  }

  .hero-trial .button,
  .hero-trial-note {
    display: none;
  }

  .hero-trial-mobile-note {
    display: block;
    max-width: none;
    text-align: center;
  }

  .hero-purchase-note {
    max-width: none;
    text-align: center;
  }

  .section-title h2 {
    font-size: clamp(1.18rem, 4.8vw, 1.42rem);
  }

  .feature-card {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr);
    align-items: center;
    column-gap: 0.7rem;
  }

  .feature-card .icon {
    width: 1.85rem;
    height: 1.85rem;
    color: var(--muted);
    justify-self: center;
    margin-bottom: 0;
  }

  .feature-card h2 {
    margin-bottom: 0;
    font-weight: 620;
  }

  .support-card h2 {
    font-weight: 620;
  }

  .feature-card p {
    grid-column: 1 / -1;
  }

  .feature-card h2 + p {
    margin-top: 0.75rem;
  }

  .hero-actions,
  .inline-actions,
  .button {
    width: 100%;
  }

  .mobile-disabled-download[aria-disabled="true"] {
    border-color: var(--strong-line);
    background: var(--surface-2);
    color: var(--subtle);
    cursor: not-allowed;
    opacity: 0.72;
  }

  .mobile-disabled-download[aria-disabled="true"]:hover {
    background: var(--surface-2);
  }

  .mobile-download-note {
    display: block;
  }

  .hero-trial,
  .hero-purchase {
    width: 100%;
  }

  .trust-strip {
    margin-top: -0.35rem;
  }

  .audience-list,
  .feature-grid,
  .buy-value-grid,
  .pricing-grid,
  .proof-grid,
  .support-actions,
  .content-grid,
  .content-grid.two,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.75rem;
  }

  .audience-list li {
    grid-template-columns: 1.35rem minmax(0, 1fr);
    justify-items: start;
    align-content: center;
    align-items: center;
    min-height: auto;
    gap: 0.5rem;
    text-align: left;
  }

  .audience-list .icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  .support-action {
    grid-template-columns: 2.9rem minmax(0, 1fr);
    gap: 0.45rem 0.85rem;
    align-items: center;
    padding: 0.85rem;
  }

  .support-action .icon-wrap {
    width: 2.9rem;
    height: 2.9rem;
  }

  .support-action .icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .support-action > div {
    display: contents;
  }

  .support-action h2 {
    margin: 0;
  }

  .support-action p {
    grid-column: 2;
    margin: 0;
  }

  .support-action p + p {
    margin-top: 0.25rem;
  }

  .support-actions {
    gap: 0.55rem;
  }

  .support-band {
    padding: 1rem 0;
  }
}
