:root {
  --bg: #030608;
  --bg-raised: #080c10;
  --surface: #10151a;
  --surface-strong: #161c22;
  --surface-soft: rgba(20, 27, 34, 0.72);
  --text: #f4f7f9;
  --text-soft: #a7b0b8;
  --text-faint: #77818a;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.18);
  --blue: #1687ff;
  --blue-hover: #3195ff;
  --cyan: #34d7f4;
  --green: #32d566;
  --orange: #ff943c;
  --danger: #ff6471;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-window: 0 32px 90px rgba(0, 0, 0, 0.56), 0 8px 24px rgba(0, 0, 0, 0.36);
  --shell: 1952px;
  --section-space: clamp(64px, 6vw, 92px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  color-scheme: dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body,
button,
select {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(52, 215, 244, 0.88);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 96px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--text);
  color: var(--bg);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(3, 6, 8, 0.84);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  font-size: 1.34rem;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
  color: #c3cbd1;
  font-size: 0.91rem;
  font-weight: 600;
}

.nav-links a,
.site-footer nav a,
.nav-download {
  transition: color 160ms ease;
}

.nav-links a:hover,
.site-footer nav a:hover,
.nav-download:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-download {
  color: #d8dfe4;
  font-size: 0.88rem;
  font-weight: 650;
}

.language-select {
  min-width: 116px;
  height: 36px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  appearance: auto;
  background: #0b1015;
  color: var(--text);
  cursor: pointer;
  font-size: 0.86rem;
}

.hero {
  position: relative;
  display: grid;
  min-height: 770px;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-backdrop,
.legal-backdrop {
  position: absolute;
  inset: 0;
  background-image: url("assets/brand/background.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.45fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  padding-block: 84px 78px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2,
.legal-article h1 {
  margin: 0;
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero h1 {
  max-width: 510px;
  font-size: clamp(3rem, 4.3vw, 5.25rem);
}

.hero-lede {
  max-width: 540px;
  margin: 28px 0 0;
  color: #bec7ce;
  font-size: clamp(1.1rem, 1.55vw, 1.34rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 34px rgba(22, 135, 255, 0.25);
}

.button-primary:hover {
  background: var(--blue-hover);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.045);
  color: #e7edf1;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.075);
}

.purchase-note {
  margin: 15px 0 0;
  color: var(--text-faint);
  font-size: 0.83rem;
}

.hero-media {
  position: relative;
  min-width: 0;
}

.window-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: #111;
  box-shadow: var(--shadow-window);
}

.window-frame img {
  width: 100%;
  height: auto;
}

.value-strip {
  border-bottom: 1px solid var(--line);
  background: #05090c;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: 32px;
}

.value-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  min-width: 0;
  padding: 2px 28px;
  border-left: 1px solid var(--line);
}

.value-icon {
  width: 48px;
  height: 48px;
}

.value-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.value-grid article:last-child {
  padding-right: 0;
}

.value-grid h2 {
  margin: 0 0 7px;
  font-size: 0.95rem;
  letter-spacing: -0.018em;
}

.value-grid p {
  margin: 0;
  color: var(--text-faint);
  font-size: 0.82rem;
  line-height: 1.45;
}

.section {
  padding-block: var(--section-space);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 56px;
}

.section-heading h2,
.final-cta h2,
.legal-article h1 {
  font-size: clamp(2.35rem, 3.55vw, 3.95rem);
}

.section-heading > p:last-child,
.final-cta-inner > div > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--text-soft);
  font-size: 1.08rem;
}

.feature-section {
  background: var(--bg);
}

.feature-section .section-heading {
  width: 100%;
  max-width: 1460px;
  margin-inline: auto;
  text-align: center;
}

.feature-section .section-heading > p:last-child,
.performance-heading > p:last-child,
.formats-heading > p:last-child,
.methodology-heading > p:last-child,
.compare-heading > p:last-child {
  margin-inline: auto;
}

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

.feature-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 38px 30px 42px;
  border-left: 1px solid var(--line);
}

.feature-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.feature-grid article:last-child {
  padding-right: 0;
}

.feature-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.feature-grid h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.feature-copy > p {
  margin: 0;
  color: var(--text-soft);
}

.performance-section {
  border-block: 1px solid var(--line);
  background: #070b0f;
}

.performance-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 18px;
  row-gap: 0;
}

.performance-content {
  display: contents;
}

.performance-meters {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.resource-meter-card,
.performance-detail-card {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(16, 22, 27, 0.78);
}

.resource-meter-card {
  min-width: 0;
  padding: 25px 26px 27px;
}

.resource-meter-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.resource-meter-heading p,
.performance-detail-heading p {
  margin: 0;
  color: var(--text-faint);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.resource-meter-heading h3 {
  margin: 0;
  color: #dce4e9;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
}

.resource-meter-reading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 24px;
}

.resource-meter-reading strong {
  color: var(--cyan);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.resource-meter-card-memory .resource-meter-reading strong {
  color: var(--green);
}

.resource-meter-reading span {
  color: var(--text-faint);
  font-size: 0.77rem;
  font-weight: 760;
  letter-spacing: 0.15em;
}

.resource-meter-card meter {
  width: 100%;
  height: 8px;
  margin-top: 25px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  appearance: none;
}

.resource-meter-card meter::-webkit-meter-bar {
  border: 0;
  border-radius: 999px;
  background: #20282f;
  box-shadow: none;
}

.resource-meter-card-cpu meter::-webkit-meter-optimum-value {
  border-radius: 999px;
  background: var(--cyan);
}

.resource-meter-card-memory meter::-webkit-meter-optimum-value {
  border-radius: 999px;
  background: var(--green);
}

.resource-meter-card-cpu meter::-moz-meter-bar {
  border-radius: 999px;
  background: var(--cyan);
}

.resource-meter-card-memory meter::-moz-meter-bar {
  border-radius: 999px;
  background: var(--green);
}

.resource-meter-caption {
  margin: 17px 0 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.performance-heading {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 52px;
  text-align: center;
}

.performance-detail-list {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.performance-note {
  grid-column: 1 / -1;
  grid-row: 3;
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--text-faint);
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: center;
}

.performance-detail-card {
  padding: 27px 30px 29px;
}

.performance-detail-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.performance-detail-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 215, 244, 0.35);
  border-radius: 11px;
  background: rgba(52, 215, 244, 0.075);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.06em;
}

.performance-detail-card + .performance-detail-card .performance-detail-heading > span {
  border-color: rgba(50, 213, 102, 0.35);
  background: rgba(50, 213, 102, 0.075);
  color: var(--green);
}

.performance-detail-heading h3 {
  margin: 4px 0 0;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.performance-detail-card > strong {
  display: block;
  margin-top: 22px;
  color: #e6ebee;
  font-size: 0.95rem;
  line-height: 1.55;
}

.performance-detail-card > p {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.58;
}

.formats-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgba(22, 135, 255, 0.09), transparent 30%),
    #05090c;
}

.formats-layout {
  display: block;
}

.formats-heading {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 52px;
  text-align: center;
}

.formats-board {
  width: min(100%, 1380px);
  margin-inline: auto;
  border-top: 1px solid var(--line-strong);
}

.format-group {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding-block: 34px;
}

.format-group + .format-group {
  border-top: 1px solid var(--line);
}

.format-group-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.format-group-heading h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.format-symbol {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 215, 244, 0.34);
  border-radius: 8px;
  background: rgba(52, 215, 244, 0.08);
  color: var(--cyan);
  font-size: 1.1rem;
  font-weight: 800;
}

.format-group-playlists .format-symbol {
  border-color: rgba(50, 213, 102, 0.34);
  background: rgba(50, 213, 102, 0.08);
  color: var(--green);
  font-size: 1.35rem;
}

.format-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 10px;
}

.format-cloud-playlists {
  grid-template-columns: repeat(5, minmax(82px, 1fr));
}

.format-chip {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  color: #dce3e8;
  font-size: 0.9rem;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.methodology-section {
  background: var(--bg);
}

.methodology-heading {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--line-strong);
}

.methodology-panel {
  min-width: 0;
  padding: 42px 42px 46px;
}

.methodology-panel:first-child {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.methodology-panel:last-child {
  padding-right: 0;
}

.methodology-panel-copy {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.methodology-panel-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 215, 244, 0.38);
  border-radius: 10px;
  background: rgba(52, 215, 244, 0.08);
  color: var(--cyan);
  font-size: 0.85rem;
  font-weight: 800;
}

.methodology-detector .methodology-panel-mark {
  border-color: rgba(50, 213, 102, 0.38);
  background: rgba(50, 213, 102, 0.08);
  color: var(--green);
}

.methodology-panel h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.15vw, 2.15rem);
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.methodology-panel-copy p {
  margin: 17px 0 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.document-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.document-list a {
  display: grid;
  grid-template-columns: minmax(145px, 0.52fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  transition: color 160ms ease, background-color 160ms ease;
}

.document-list a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

.document-list strong {
  font-size: 0.91rem;
}

.document-list a > span:not(.document-arrow) {
  color: var(--text-faint);
  font-size: 0.82rem;
  line-height: 1.4;
}

.document-arrow {
  color: var(--cyan);
  font-size: 1rem;
}

.detector-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.detector-principles span {
  padding: 8px 11px;
  border: 1px solid rgba(50, 213, 102, 0.25);
  border-radius: 8px;
  background: rgba(50, 213, 102, 0.055);
  color: #9aebaF;
  font-size: 0.76rem;
  font-weight: 690;
}

.validation-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.validation-facts div {
  min-width: 0;
  padding: 17px 18px 19px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.validation-facts span,
.validation-facts strong {
  display: block;
}

.validation-facts span {
  margin-bottom: 8px;
  color: var(--text-faint);
  font-size: 0.72rem;
  line-height: 1.35;
}

.validation-facts strong {
  overflow-wrap: anywhere;
  color: #dce4e9;
  font-size: 0.9rem;
  line-height: 1.35;
}

.methodology-disclaimer {
  width: 100%;
  margin: 24px 0 0;
  color: var(--text-faint);
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

.carousel-shell {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.carousel-arrow,
.dialog-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  background: #10161b;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.carousel-arrow {
  z-index: 4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.carousel-arrow:hover,
.dialog-close:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: #182129;
}

.carousel-arrow:hover {
  transform: scale(1.04);
}

.screenshot-stage {
  min-width: 0;
}

.screenshot-slide {
  width: 100%;
  margin: 0;
}

.screenshot-slide[hidden] {
  display: none;
}

.screenshot-image-wrap {
  display: flex;
  height: clamp(380px, 36vw, 760px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background: #020406;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.48);
}

.screenshot-image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translateY(var(--screenshot-y-adjust, 0));
}

.screenshot-image-wrap img[data-shot="1"] {
  --screenshot-y-adjust: 1.02%;
}

.screenshot-image-wrap img[data-shot="2"] {
  --screenshot-y-adjust: 1.51%;
}

.screenshot-image-wrap img[data-shot="3"],
.screenshot-image-wrap img[data-shot="4"],
.screenshot-image-wrap img[data-shot="5"] {
  --screenshot-y-adjust: 1.64%;
}

.screenshot-image-wrap img[data-shot="6"] {
  --screenshot-y-adjust: 1.93%;
}

.screenshot-image-wrap img[data-shot="7"] {
  --screenshot-y-adjust: 2.66%;
}

.screenshot-slide figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.carousel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.enlarge-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #10161b;
  color: #e2e8ec;
  cursor: pointer;
  font-weight: 680;
}

.enlarge-button:hover {
  background: #182129;
}

.screenshot-dialog {
  width: min(94vw, 1640px);
  max-width: none;
  max-height: 92vh;
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: #070b0e;
  color: var(--text);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.74);
}

.screenshot-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.dialog-toolbar {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 2px 12px 8px;
}

.dialog-toolbar p {
  grid-column: 2;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  text-align: center;
}

.dialog-close {
  grid-column: 3;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

.screenshot-dialog > img {
  width: 100%;
  height: calc(92vh - 86px);
  object-fit: contain;
  border-radius: 12px;
  background: #020406;
}

.compare-section {
  padding-top: 0;
  background: var(--bg);
}

.compare-heading {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.comparison-wrap {
  width: min(100%, 1240px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #0b1014;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  width: 56%;
}

.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
  width: 22%;
}

.comparison-table th {
  border-bottom: 0;
  background: #11171c;
  box-shadow: inset 0 -1px 0 var(--line);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table td:first-child {
  color: #e3e8eb;
  font-weight: 620;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-value {
  display: inline-block;
  color: var(--text-soft);
  font-size: 0.91rem;
}

.comparison-plan-label {
  display: none;
}

.comparison-value.is-included,
.comparison-value.is-unlimited,
.comparison-value.is-full {
  color: var(--green);
}

.comparison-value.is-limited,
.comparison-value.is-default {
  color: #6fc4ff;
}

.comparison-value.is-missing {
  color: var(--text-faint);
}

.comparison-note {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--text-faint);
  font-size: 0.86rem;
  text-align: center;
}

.final-cta {
  border-top: 1px solid var(--line);
  background: #060a0e;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 34px;
  text-align: center;
}

.final-cta .eyebrow {
  margin-bottom: 13px;
}

.final-cta h2 {
  max-width: none;
}

.final-cta-inner > div > p:last-child {
  margin-inline: auto;
}

.final-cta .button {
  max-width: 290px;
  justify-self: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030507;
}

.footer-grid {
  display: flex;
  min-height: var(--section-space);
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 0;
}

.footer-grid p {
  margin: 0;
  color: var(--text-faint);
  font-size: 0.88rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: #b9c2c9;
  font-size: 0.88rem;
  font-weight: 600;
}

.legal-main {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
}

.legal-backdrop {
  height: 780px;
  opacity: 0.72;
}

.legal-article {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding-block: var(--section-space);
}

.legal-article > .eyebrow,
.legal-article > h1,
.legal-updated {
  text-align: center;
}

.legal-updated {
  margin: 26px 0 0;
  color: var(--text-faint);
  font-size: 0.9rem;
}

.legal-intro {
  max-width: 760px;
  margin: 44px auto 70px;
  color: #c5cdd3;
  font-size: 1.22rem;
  line-height: 1.65;
  text-align: center;
}

#legal-content {
  border-top: 1px solid var(--line);
}

.legal-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: 48px;
  padding-block: 38px;
  border-bottom: 1px solid var(--line);
}

.legal-section h2,
.legal-contact h2 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.legal-section p {
  margin: 0;
  color: var(--text-soft);
}

.legal-section p + p {
  margin-top: 16px;
}

.legal-section a,
.legal-contact a {
  color: #6fc4ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-contact {
  margin-top: 64px;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(13, 19, 24, 0.75);
  text-align: center;
}

.legal-contact p {
  margin: 12px 0 0;
  color: var(--text-soft);
}

@media (max-width: 1120px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 88px 80px;
  }

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

  .hero h1,
  .hero-lede {
    max-width: 730px;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }

  .value-grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

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

  .feature-grid article {
    padding: 34px 30px 38px;
  }

  .feature-grid article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .feature-grid article:nth-child(even) {
    padding-right: 0;
  }

  .feature-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .formats-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .formats-heading {
    max-width: 820px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .final-cta .button {
    justify-self: center;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 68px;
  }

  .shell {
    width: min(calc(100% - 40px), var(--shell));
  }

  .site-header,
  .nav-shell {
    min-height: 68px;
  }

  .nav-links,
  .nav-download {
    display: none;
  }

  .language-select {
    min-width: 108px;
    height: 34px;
    padding-inline: 10px 28px;
  }

  .hero-grid {
    gap: 48px;
    padding-block: 72px 64px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 9.6vw, 4.4rem);
  }

  .hero-actions {
    align-items: stretch;
    width: min(100%, 420px);
  }

  .hero-actions .button {
    flex: none;
    width: 100%;
    min-height: 52px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-block: 12px;
  }

  .value-grid article,
  .value-grid article:first-child,
  .value-grid article:nth-child(3),
  .value-grid article:last-child {
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .value-grid article:first-child {
    border-top: 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .feature-grid article:first-child,
  .feature-grid article:last-child {
    padding: 32px 0 36px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .feature-grid article:first-child {
    border-top: 0;
  }

  .performance-layout {
    grid-template-columns: 1fr;
  }

  .performance-heading {
    grid-column: 1;
    grid-row: 1;
  }

  .performance-meters {
    grid-column: 1;
    grid-row: 2;
  }

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

  .performance-detail-list {
    grid-column: 1;
    grid-row: 3;
    margin-top: 14px;
  }

  .performance-note {
    grid-column: 1;
    grid-row: 4;
  }

  .format-group {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .methodology-grid {
    grid-template-columns: 1fr;
  }

  .methodology-panel,
  .methodology-panel:first-child,
  .methodology-panel:last-child {
    padding: 36px 0 40px;
    border-right: 0;
  }

  .methodology-panel + .methodology-panel {
    border-top: 1px solid var(--line);
  }

  .carousel-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
    width: 100%;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-arrow img {
    width: 21px;
    height: 21px;
  }

  .screenshot-image-wrap {
    height: clamp(250px, 68vw, 520px);
    border-radius: 15px;
  }

  .comparison-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-table,
  .comparison-table tbody {
    display: block;
    width: 100%;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody {
    display: grid;
    gap: 12px;
  }

  .comparison-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 15px;
    background: #0b1014;
  }

  .comparison-table td,
  .comparison-table td:first-child,
  .comparison-table td:not(:first-child) {
    width: auto;
    border-bottom: 0;
  }

  .comparison-table td:first-child {
    grid-column: 1 / -1;
    padding: 17px 16px 15px;
    border-bottom: 1px solid var(--line);
    background: #11171c;
    text-align: center;
  }

  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px 10px 16px;
    text-align: center;
  }

  .comparison-table td:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .comparison-plan-label {
    display: block;
    color: var(--text-faint);
    font-size: 0.68rem;
    font-weight: 760;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .final-cta .button {
    justify-self: center;
  }

  .final-cta .button {
    grid-column: auto;
  }

  .final-cta-inner > div > p:last-child {
    margin-inline: auto;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    min-height: auto;
    padding-block: clamp(32px, 3vw, 46px);
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
    margin-top: 0;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand span {
    font-size: 1.05rem;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero-grid {
    padding-block: 62px 54px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.2rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .window-frame {
    border-radius: 12px;
  }

  .section-heading h2,
  .final-cta h2,
  .legal-article h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .carousel-footer {
    margin-top: 16px;
  }

  .carousel-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
  }

  .carousel-arrow {
    width: 38px;
    height: 38px;
  }

  .screenshot-dialog {
    width: calc(100vw - 20px);
    padding: 10px;
    border-radius: 14px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 12px;
  }

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

  .performance-meters {
    grid-template-columns: 1fr;
  }

  .resource-meter-card,
  .performance-detail-card {
    padding: 23px 21px 25px;
  }

  .format-chip {
    min-height: 58px;
  }

  .methodology-panel-copy {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .methodology-panel-mark {
    width: 38px;
    height: 38px;
  }

  .document-list a {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 14px;
    padding-block: 16px;
  }

  .document-list a > span:not(.document-arrow) {
    grid-column: 1;
  }

  .document-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .validation-facts {
    grid-template-columns: 1fr;
  }

  .comparison-table td:first-child {
    font-size: 0.9rem;
  }

  .comparison-value {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .site-footer nav {
    display: grid;
    gap: 14px;
  }

  .legal-article {
    padding-block: var(--section-space);
  }

  .legal-intro {
    margin-block: 36px 56px;
    font-size: 1.05rem;
  }

  .legal-contact {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
