:root {
  --landing-inverse-bg: #17200e;
  --landing-inverse-ink: #fffefa;
  --landing-inverse-muted: #d9e2ce;
  --landing-max-width: 1200px;
}

:root[data-theme="anime"] {
  --landing-inverse-bg: #321a28;
  --landing-inverse-ink: #fff8fb;
  --landing-inverse-muted: #f0dce6;
}

:root[data-theme="ocean"] {
  --landing-inverse-bg: #0e2a33;
  --landing-inverse-ink: #f7fbfc;
  --landing-inverse-muted: #d4e8ed;
}

:root[data-theme="night"] {
  --landing-inverse-bg: #1c1426;
  --landing-inverse-ink: #fff8ff;
  --landing-inverse-muted: #d9cce2;
}

.landing-page {
  background: var(--bg);
}

.landing-page::before,
.landing-page::after {
  display: none;
}

.landing-page,
.landing-page button,
.landing-page input {
  letter-spacing: 0;
}

.landing-main {
  overflow: clip;
}

.landing-container {
  width: min(var(--landing-max-width), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--landing-inverse-bg);
  color: var(--landing-inverse-ink);
  text-decoration: none;
  transform: translateY(-160%);
}

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

.landing-page .landing-header {
  width: min(var(--landing-max-width), calc(100% - 32px));
  min-height: 66px;
  margin-top: 12px;
  padding: 8px 10px 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 36px rgba(25, 31, 18, 0.08);
}

.landing-page .landing-header.is-scrolled {
  box-shadow: 0 16px 42px rgba(25, 31, 18, 0.14);
}

.landing-page .brand {
  flex: 0 0 auto;
  gap: 10px;
}

.landing-page .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(24, 33, 14, 0.08);
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-size: 15px;
  line-height: 1.2;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.landing-page .landing-nav {
  gap: 2px;
  margin-left: auto;
}

.landing-page .landing-nav a {
  padding: 9px 11px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.landing-page .landing-nav a::after {
  display: none;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

.landing-page .theme-toggle,
.header-download,
.nav-toggle {
  min-height: 42px;
  border-radius: 6px;
}

.landing-page .theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--surface-alt);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.theme-indicator {
  width: 12px;
  height: 12px;
  border: 3px solid var(--brand);
  border-radius: 50%;
  background: var(--accent);
}

.header-download {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--brand-dark);
  background: var(--brand);
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: var(--surface-alt);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.landing-page .button {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.landing-page .button.primary {
  border: 1px solid var(--brand-dark);
  background: var(--brand);
  box-shadow: 0 12px 28px rgba(25, 31, 18, 0.12);
  color: var(--brand-deep);
}

.landing-page .button.secondary {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.landing-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(100svh - 150px);
  margin-top: 14px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.landing-hero::before,
.landing-hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.landing-hero::before {
  inset: 0 auto 0 58%;
  border-left: 1px solid var(--line);
}

.landing-hero::after {
  top: 30%;
  right: 0;
  left: 58%;
  border-top: 1px solid var(--line);
}

.hero-product-scene {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(32px, calc((100% - var(--landing-max-width)) / 2));
  width: 430px;
  min-height: 490px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-alt);
  box-shadow: 20px 24px 0 var(--brand-soft);
  color: var(--ink);
  transform: translateY(-50%) rotate(1.5deg);
}

.scene-topline,
.scene-signals,
.result-facts,
.result-actions,
.visual-title,
.release-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scene-topline {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.scene-topline b {
  color: var(--brand-dark);
}

.scene-question {
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.scene-result {
  margin-top: 10px;
  padding: 24px 0;
  border-top: 3px solid var(--brand-dark);
  border-bottom: 1px solid var(--line);
}

.scene-result span,
.scene-result p,
.scene-reason small,
.scene-reason p {
  color: var(--muted);
}

.scene-result span,
.scene-reason small {
  font-size: 12px;
  font-weight: 800;
}

.scene-result strong {
  display: block;
  margin: 8px 0;
  font-size: 34px;
  line-height: 1.2;
}

.scene-result p,
.scene-reason p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.scene-signals {
  justify-content: flex-start;
  gap: 7px;
  padding: 18px 0;
}

.scene-signals span,
.result-facts span,
.lab-status,
.delivery-status {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.scene-signals span {
  padding: 7px 9px;
}

.scene-reason {
  padding-top: 18px;
}

.scene-reason p {
  margin-top: 6px;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 68px 520px 68px 0;
}

.hero-version-line {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 7px 10px 7px 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-alt);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-version-line img {
  width: 28px;
  height: 28px;
  border-radius: 11px;
  box-shadow: 0 5px 12px rgba(24, 33, 14, 0.08);
}

.hero-version-line strong {
  color: var(--ink);
}

.landing-page .landing-hero h1 {
  margin: 24px 0 10px;
  background: none;
  color: var(--ink);
  font-size: 76px;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  -webkit-text-fill-color: currentColor;
}

.hero-statement {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.landing-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.hero-assurances li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: 2px solid var(--brand-dark);
  border-radius: 50%;
  content: "";
}

.proof-rail {
  border-bottom: 1px solid var(--line);
  background: var(--surface-alt);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid div {
  display: grid;
  gap: 3px;
  min-height: 96px;
  padding: 22px;
  border-left: 1px solid var(--line);
  align-content: center;
}

.proof-grid div:last-child {
  border-right: 1px solid var(--line);
}

.proof-grid strong {
  color: var(--ink);
  font-size: 20px;
}

.proof-grid span {
  color: var(--muted);
  font-size: 12px;
}

.landing-band {
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-band,
.trust-band,
.updates-band,
.faq-band {
  background: var(--panel);
}

.demo-band,
.feature-stage-band,
.themes-band {
  background: var(--bg);
}

.landing-heading {
  max-width: 820px;
  margin: 0 0 54px;
}

.landing-heading.compact {
  max-width: 660px;
  margin-bottom: 38px;
}

.landing-page .landing-heading .eyebrow,
.landing-page .download-copy .eyebrow,
.landing-page .contact-band .eyebrow {
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.landing-page .landing-heading .eyebrow::before,
.landing-page .download-copy .eyebrow::before,
.landing-page .contact-band .eyebrow::before {
  width: 18px;
  height: 3px;
  border-radius: 0;
  box-shadow: none;
}

.landing-heading h2,
.download-copy h2,
.contact-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.landing-heading > p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow-grid article {
  min-height: 280px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.workflow-grid article:first-child {
  border-left: 1px solid var(--line);
}

.step-index {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.workflow-grid h3 {
  margin: 62px 0 12px;
  color: var(--ink);
  font-size: 20px;
}

.workflow-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.decision-lab {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 62px rgba(25, 31, 18, 0.09);
}

.lab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
}

.lab-header h3 {
  margin: 7px 0 0;
  font-size: 20px;
}

.lab-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
}

.lab-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.lab-counter {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.lab-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.lab-controls {
  padding: 30px;
}

.lab-controls fieldset {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
}

.lab-controls legend {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

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

.segment-control.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segment-control button {
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-alt);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.segment-control button[aria-pressed="true"] {
  border-color: var(--brand-dark);
  background: var(--brand-soft);
  color: var(--ink);
  box-shadow: inset 0 -3px 0 var(--brand);
}

.demo-run {
  width: 100%;
}

.lab-result {
  display: flex;
  min-height: 480px;
  padding: 42px;
  border-left: 1px solid var(--line);
  background: var(--landing-inverse-bg);
  color: var(--landing-inverse-ink);
  flex-direction: column;
  justify-content: center;
}

.result-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.lab-result > strong {
  font-size: 38px;
  line-height: 1.25;
}

.lab-result > p:not(.result-kicker) {
  margin: 16px 0 0;
  color: var(--landing-inverse-muted);
  font-size: 15px;
  line-height: 1.75;
}

.result-facts {
  justify-content: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.result-facts span {
  padding: 7px 9px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--landing-inverse-ink);
}

.result-actions {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  align-items: start;
}

.result-actions span {
  color: var(--landing-inverse-muted);
  font-size: 11px;
}

.result-actions b {
  font-size: 13px;
}

.lab-result.result-updated > strong,
.lab-result.result-updated > p,
.lab-result.result-updated .result-facts {
  animation: resultEnter 260ms ease both;
}

@keyframes resultEnter {
  from {
    opacity: 0.35;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.feature-tabs button {
  min-width: 130px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.feature-tabs button[aria-selected="true"] {
  border-color: var(--brand-dark);
  background: var(--brand-soft);
  color: var(--ink);
}

.feature-panels {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-panels > section {
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
}

.feature-panels > section[hidden] {
  display: none;
}

.feature-copy {
  padding: 48px;
}

.feature-copy > span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.feature-copy h3 {
  max-width: 620px;
  margin: 48px 0 16px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.35;
}

.feature-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  list-style: none;
}

.feature-copy li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
}

.feature-copy li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--brand-dark);
  border-radius: 50%;
  content: "";
}

.feature-visual {
  display: flex;
  min-height: 100%;
  padding: 38px;
  border-left: 1px solid var(--line);
  background: var(--surface-alt);
  flex-direction: column;
  justify-content: center;
}

.visual-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.visual-title b {
  color: var(--brand-dark);
}

.recommendation-visual > p {
  margin: 26px 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.signal-bars {
  display: grid;
  gap: 15px;
}

.signal-bars span {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  align-items: center;
}

.signal-bars span::before,
.signal-bars span::after {
  grid-column: 2;
  grid-row: 1;
  height: 7px;
  content: "";
}

.signal-bars span::before {
  width: 100%;
  background: var(--line);
}

.signal-bars span::after {
  width: var(--value);
  background: var(--brand-dark);
}

.place-visual {
  display: grid;
  grid-template-columns: 54px 1fr;
  min-height: 100%;
  gap: 16px;
  align-content: center;
}

.place-pin {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid var(--brand-dark);
  border-radius: 50% 50% 50% 6px;
  background: var(--brand);
  color: var(--brand-deep);
  font-weight: 900;
  place-items: center;
  transform: rotate(-45deg);
}

.place-pin span {
  display: grid;
  transform: rotate(45deg);
}

.place-visual div:nth-child(2) {
  display: grid;
  gap: 5px;
}

.place-visual strong {
  font-size: 21px;
}

.place-visual span,
.place-visual p,
.offline-visual p {
  color: var(--muted);
  font-size: 12px;
}

.place-visual p {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.offline-visual span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.offline-visual strong {
  margin-top: 16px;
  font-size: 32px;
}

.offline-visual p {
  margin-top: 12px;
  line-height: 1.7;
}

.vote-visual {
  gap: 9px;
}

.vote-visual div {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.vote-visual b {
  color: var(--brand-dark);
}

.trust-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.trust-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  text-align: left;
}

.trust-table th,
.trust-table td {
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top;
}

.trust-table tr > *:last-child {
  border-right: 0;
}

.trust-table tbody tr:last-child > * {
  border-bottom: 0;
}

.trust-table thead th {
  background: var(--surface-alt);
  color: var(--muted);
  font-size: 11px;
  text-transform: none;
}

.trust-table tbody th {
  width: 16%;
  color: var(--ink);
}

.trust-table td {
  color: var(--muted);
}

.trust-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.trust-actions p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.themes-layout,
.updates-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 76px;
  align-items: start;
}

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

.theme-choices button {
  display: grid;
  grid-template-columns: 44px 1fr;
  min-height: 94px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  align-items: center;
}

.theme-choices button[aria-pressed="true"] {
  border-color: var(--brand-dark);
  box-shadow: inset 0 -3px 0 var(--brand);
}

.theme-choices strong,
.theme-choices small {
  grid-column: 2;
}

.theme-choices strong {
  font-size: 14px;
}

.theme-choices small {
  color: var(--muted);
  font-size: 11px;
}

.theme-swatch {
  position: relative;
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.theme-swatch::before {
  position: absolute;
  inset: 0 50% 0 0;
  content: "";
}

.theme-swatch.minimal { background: #17200e; }
.theme-swatch.minimal::before { background: #c8ff68; }
.theme-swatch.anime { background: #9c8cff; }
.theme-swatch.anime::before { background: #ffb4d0; }
.theme-swatch.ocean { background: #0e2a33; }
.theme-swatch.ocean::before { background: #34b3d1; }
.theme-swatch.night { background: #100b16; }
.theme-swatch.night::before { background: #ff8ebf; }

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

.delivery-list article {
  display: grid;
  grid-template-columns: 105px minmax(180px, 0.75fr) minmax(280px, 1.25fr);
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.delivery-status {
  width: fit-content;
  padding: 6px 9px;
}

.delivery-status.done {
  border-color: var(--accent);
  color: var(--ink);
}

.delivery-status.active {
  border-color: var(--brand-dark);
  background: var(--brand-soft);
  color: var(--ink);
}

.delivery-list h3,
.delivery-list p {
  margin: 0;
}

.delivery-list h3 {
  font-size: 16px;
}

.delivery-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.download-band {
  padding: 104px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--landing-inverse-bg);
  color: var(--landing-inverse-ink);
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  gap: 80px;
  align-items: center;
}

.download-copy h2 {
  color: var(--landing-inverse-ink);
}

.download-copy > p:not(.eyebrow):not(.download-safety) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--landing-inverse-muted);
  font-size: 16px;
  line-height: 1.8;
}

.download-button {
  margin-top: 30px;
}

.download-safety {
  margin: 14px 0 0;
  color: var(--landing-inverse-muted);
  font-size: 11px;
}

.release-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.release-panel-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.release-panel-head > div {
  display: grid;
  gap: 4px;
}

.release-panel-head span,
.release-panel-head small {
  color: var(--landing-inverse-muted);
  font-size: 11px;
}

.release-panel-head strong {
  font-size: 22px;
}

.release-panel h3 {
  margin: 24px 0 14px;
  font-size: 15px;
}

.release-panel .release-notes {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--landing-inverse-muted);
  list-style: none;
}

.release-panel .release-notes li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
}

.release-panel .release-notes li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: none;
  content: "";
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.install-steps span {
  display: grid;
  gap: 7px;
  color: var(--landing-inverse-muted);
  font-size: 10px;
}

.install-steps b {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--landing-inverse-ink);
  font-size: 10px;
  place-items: center;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 38px 22px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 18px;
  color: var(--brand-dark);
  content: "+";
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-band {
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
  background: var(--brand-soft);
}

.contact-layout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.contact-band h2 {
  max-width: 760px;
  font-size: 30px;
}

.landing-page .contact-mail {
  flex: 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--brand-dark);
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.landing-page .landing-footer {
  display: grid;
  width: min(var(--landing-max-width), calc(100% - 48px));
  grid-template-columns: 1fr auto;
  gap: 28px 40px;
  padding: 42px 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(24, 33, 14, 0.08);
}

.footer-brand span {
  display: grid;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 14px;
}

.footer-brand small,
.footer-meta {
  color: var(--muted);
  font-size: 11px;
}

.landing-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.landing-footer nav a,
.footer-meta a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.footer-meta {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .landing-page .landing-nav a:hover,
  .landing-page .theme-toggle:hover,
  .theme-choices button:hover,
  .feature-tabs button:hover,
  .segment-control button:hover {
    border-color: var(--brand-dark);
    color: var(--ink);
  }

  .landing-page .landing-nav a:hover {
    background: var(--surface-alt);
  }

  .header-download:hover,
  .landing-page .button.primary:hover {
    box-shadow: 0 16px 34px rgba(25, 31, 18, 0.18);
    transform: translateY(-1px);
  }

  .landing-page .button.secondary:hover {
    background: var(--surface-alt);
  }

  .landing-footer a:hover,
  .contact-mail:hover {
    color: var(--ink);
  }
}

@media (max-width: 1120px) {
  .landing-page .landing-header {
    position: sticky;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .landing-page .landing-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 16px 36px rgba(25, 31, 18, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

  .landing-header.nav-open .landing-nav {
    display: flex;
  }

  .landing-page .landing-nav a {
    padding: 12px;
  }

  .landing-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .landing-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .landing-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-product-scene {
    right: 28px;
    width: 390px;
  }

  .hero-content {
    padding-right: 430px;
  }

  .landing-page .landing-hero h1 {
    font-size: 64px;
  }

  .hero-statement {
    font-size: 25px;
  }
}

@media (max-width: 940px) {
  .header-download {
    display: none;
  }

  .landing-hero::before,
  .landing-hero::after {
    display: none;
  }

  .hero-product-scene {
    inset: auto 24px 24px auto;
    width: 360px;
    min-height: 390px;
    opacity: 0.24;
    transform: rotate(1deg);
  }

  .hero-content {
    padding: 66px 0;
  }

  .hero-lead,
  .hero-statement {
    max-width: 700px;
  }

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

  .proof-grid div:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .proof-grid div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

  .workflow-grid article:nth-child(2) {
    border-right: 1px solid var(--line);
  }

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

  .lab-layout,
  .feature-panels > section,
  .download-layout {
    grid-template-columns: 1fr;
  }

  .lab-result,
  .feature-visual {
    min-height: 360px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .themes-layout,
  .updates-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .download-layout {
    gap: 50px;
  }
}

@media (max-width: 680px) {
  .landing-container {
    width: min(100% - 24px, var(--landing-max-width));
  }

  .landing-page .landing-header {
    width: calc(100% - 16px);
    min-height: 60px;
    margin-top: 8px;
    padding: 7px 8px;
  }

  .landing-page .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 15px;
  }

  .brand-copy small,
  .landing-page .theme-toggle [data-theme-toggle-label] {
    display: none;
  }

  .landing-page .theme-toggle,
  .nav-toggle {
    width: 40px;
    min-height: 40px;
    padding: 0 9px;
    justify-content: center;
  }

  .landing-hero {
    min-height: calc(100svh - 132px);
    margin-top: 8px;
  }

  .hero-product-scene {
    display: none;
  }

  .hero-content {
    padding: 42px 0 48px;
  }

  .landing-page .landing-hero h1 {
    margin-top: 20px;
    font-size: 46px;
  }

  .hero-statement {
    font-size: 22px;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .landing-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .landing-page .hero-actions .button {
    width: 100%;
  }

  .hero-assurances {
    display: grid;
    gap: 8px;
  }

  .proof-grid div {
    min-height: 84px;
    padding: 16px;
  }

  .proof-grid strong {
    font-size: 17px;
  }

  .landing-band,
  .download-band {
    padding: 72px 0;
  }

  .landing-heading {
    margin-bottom: 36px;
  }

  .landing-heading h2,
  .download-copy h2 {
    font-size: 30px;
  }

  .landing-heading > p:last-child,
  .download-copy > p:not(.eyebrow):not(.download-safety) {
    font-size: 14px;
  }

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

  .workflow-grid article {
    min-height: 220px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

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

  .workflow-grid h3 {
    margin-top: 42px;
  }

  .lab-header {
    min-height: 84px;
    padding: 18px;
  }

  .lab-counter {
    display: none;
  }

  .lab-controls,
  .feature-copy,
  .feature-visual,
  .lab-result,
  .release-panel {
    padding: 24px;
  }

  .segment-control.three {
    grid-template-columns: 1fr;
  }

  .segment-control.budget {
    grid-template-columns: repeat(3, 1fr);
  }

  .lab-result {
    min-height: 340px;
  }

  .lab-result > strong {
    font-size: 30px;
  }

  .feature-copy h3 {
    margin-top: 34px;
    font-size: 24px;
  }

  .feature-visual {
    min-height: 300px;
  }

  .trust-actions,
  .contact-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .theme-choices {
    grid-template-columns: 1fr;
  }

  .delivery-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .download-layout {
    gap: 38px;
  }

  .release-panel-head {
    align-items: flex-start;
  }

  .install-steps {
    grid-template-columns: 1fr;
  }

  .install-steps span {
    grid-template-columns: 26px 1fr;
    align-items: center;
  }

  .contact-band {
    padding: 54px 0;
  }

  .contact-band h2 {
    font-size: 25px;
  }

  .landing-page .landing-footer {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }

  .landing-footer nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .footer-meta {
    display: grid;
    grid-column: 1;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal],
  .nav-toggle span,
  .landing-page .button {
    transition: none;
  }
}
