:root {
  --bg-main: #0b1220;
  --bg-secondary: #111827;
  --blue-main: #0284c7;
  --blue-accent: #0ea5e9;
  --cyan-highlight: #38bdf8;
  --text-main: #e5e7eb;
  --text-secondary: #94a3b8;
  --border-surface: #1e293b;
  --bg-light: #f8fafc;
  --ok: #22c55e;
  --warn: #f59e0b;
  --danger: #ef4444;
  --panel: rgba(17, 24, 39, 0.78);
  --panel-strong: rgba(15, 23, 42, 0.94);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
  scrollbar-color: rgba(56, 189, 248, 0.5) rgba(15, 23, 42, 0.72);
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
}

*::-webkit-scrollbar-thumb {
  border: 2px solid rgba(15, 23, 42, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.85), rgba(2, 132, 199, 0.62));
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.95), rgba(14, 165, 233, 0.78));
}

*::-webkit-scrollbar-corner {
  background: rgba(15, 23, 42, 0.72);
}

html {
  scroll-behavior: smooth;
  background: var(--bg-main);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text-main);
  font-family: Inter, Aptos, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background:
    radial-gradient(circle at 25% 5%, rgba(56, 189, 248, 0.14), transparent 34rem),
    linear-gradient(180deg, #0b1220 0%, #111827 48%, #0b1220 100%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(30, 41, 59, 0.86);
  background: rgba(11, 18, 32, 0.88);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 178px;
}

.brand img {
  width: 178px;
  height: auto;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a {
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  padding: 8px 10px;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--text-main);
  background: rgba(14, 165, 233, 0.12);
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  overflow: hidden;
}

.lang-switch a {
  color: var(--text-secondary);
  font-size: 0.82rem;
  padding: 6px 9px;
}

.lang-switch a[aria-current="true"] {
  color: #06111f;
  background: var(--cyan-highlight);
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  color: var(--text-main);
  background: rgba(15, 23, 42, 0.92);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section {
  padding: 92px 0;
}

.section.tight {
  padding: 72px 0;
}

.section.band {
  border-top: 1px solid rgba(30, 41, 59, 0.72);
  border-bottom: 1px solid rgba(30, 41, 59, 0.72);
  background: rgba(15, 23, 42, 0.48);
}

.hero {
  padding: 78px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: rgba(125, 211, 252, 0.78);
  font-size: 0.76rem;
  font-weight: 640;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: rgba(34, 197, 94, 0.72);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 860px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.lead {
  max-width: 720px;
  color: var(--text-secondary);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 999px;
  padding: 3px 8px;
  color: rgba(125, 211, 252, 0.78);
  font-size: 0.68rem;
  font-weight: 680;
  text-transform: uppercase;
  background: rgba(14, 165, 233, 0.045);
}

.editorial-pair {
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.editorial-pair article {
  max-width: 520px;
}

.editorial-pair article:first-child {
  padding-right: clamp(0px, 2vw, 22px);
}

.editorial-pair article + article {
  position: relative;
  padding-left: clamp(0px, 3vw, 34px);
}

.editorial-pair article + article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(56, 189, 248, 0.28), transparent);
}

.editorial-pair h2 {
  max-width: 520px;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.12;
}

.editorial-pair .lead {
  max-width: 500px;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.hero .lead {
  margin-bottom: 26px;
}

.tagline {
  color: var(--cyan-highlight);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 760;
  line-height: 1.1;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 740;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #031523;
  background: linear-gradient(135deg, var(--cyan-highlight), var(--blue-accent));
}

.button.secondary {
  color: var(--text-main);
  border-color: var(--border-surface);
  background: rgba(15, 23, 42, 0.82);
}

.button.ghost {
  color: var(--cyan-highlight);
  border-color: rgba(56, 189, 248, 0.34);
  background: rgba(14, 165, 233, 0.08);
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.note,
.card,
.price-card,
.faq-item,
.legal-item,
.contact-panel,
.placeholder-slide {
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.note {
  min-height: 92px;
  padding: 14px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-main);
}

.app-window {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(11, 18, 32, 0.98));
  box-shadow: var(--shadow);
}

.product-tour {
  position: relative;
  margin: 0;
}

.product-tour figcaption,
.demo-caption {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 0.82rem;
  text-align: center;
}

.asset-reference {
  position: absolute;
  inset: 34px -18px auto;
  height: min(48vw, 390px);
  border-radius: 8px;
  background-image: url("/public/assets/rmetric-web-v1/hero/hero-dashboard-mockup-dark.png");
  background-position: 50% 42%;
  background-size: 190% auto;
  opacity: 0.18;
  filter: saturate(1.18) blur(0.2px);
  pointer-events: none;
}

.product-window {
  min-height: 580px;
  isolation: isolate;
}

.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--border-surface);
}

.traffic {
  display: flex;
  gap: 7px;
}

.traffic i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #334155;
}

.traffic i:nth-child(1) {
  background: var(--danger);
}

.traffic i:nth-child(2) {
  background: var(--warn);
}

.traffic i:nth-child(3) {
  background: var(--ok);
}

.window-logo {
  width: 138px;
  opacity: 0.95;
}

.tour-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.tour-tabs span {
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 720;
  background: rgba(15, 23, 42, 0.8);
  animation: tabPulse 20s infinite;
  animation-delay: var(--delay);
}

.tour-stage {
  position: relative;
  min-height: 520px;
  padding: 18px;
}

.tour-scene {
  position: absolute;
  inset: 18px;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  animation: tourScene 20s infinite;
  animation-delay: var(--scene-delay);
}

.scene-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--cyan-highlight);
  font-size: 0.84rem;
  font-weight: 780;
  background: rgba(14, 165, 233, 0.1);
}

.dashboard {
  padding: 18px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric {
  min-height: 98px;
  border: 1px solid rgba(30, 41, 59, 0.98);
  border-radius: 8px;
  padding: 14px;
  background: rgba(17, 24, 39, 0.9);
  opacity: 0;
  transform: translateY(14px);
  animation: enter 680ms ease forwards;
}

.metric:nth-child(2) {
  animation-delay: 120ms;
}

.metric:nth-child(3) {
  animation-delay: 240ms;
}

.metric:nth-child(4) {
  animation-delay: 360ms;
}

.metric:nth-child(5) {
  animation-delay: 480ms;
}

.metric:nth-child(6) {
  animation-delay: 600ms;
}

.metric span {
  display: block;
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.metric strong {
  display: block;
  margin-top: 8px;
  color: var(--text-main);
  font-size: 1.55rem;
}

.dashboard-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
  gap: 14px;
  margin-top: 16px;
}

.analysis-table,
.journal-list {
  display: grid;
  gap: 12px;
}

.analysis-row,
.journal-row {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.9fr 0.7fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  padding: 12px;
  color: var(--text-secondary);
  background: rgba(15, 23, 42, 0.86);
}

.analysis-row span:first-child,
.journal-row span:first-child {
  color: var(--text-main);
  font-weight: 780;
}

.analysis-row.pulse-row {
  animation: rowFocus 20s infinite;
}

.journal-row.highlight {
  border-color: rgba(56, 189, 248, 0.46);
  background: rgba(2, 132, 199, 0.13);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.08);
}

.analysis-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.analysis-widget {
  min-height: 126px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  padding: 12px;
  color: var(--text-secondary);
  background:
    linear-gradient(180deg, rgba(14, 165, 233, 0.08), rgba(15, 23, 42, 0.92)),
    rgba(15, 23, 42, 0.9);
  opacity: 0;
  transform: translateY(10px);
  animation: widgetEnter 20s infinite;
}

.widget-label {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan-highlight);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.analysis-widget small {
  display: block;
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 0.72rem;
}

.widget-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 56px;
}

.widget-bars i {
  flex: 1;
  height: 32%;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, var(--cyan-highlight), rgba(2, 132, 199, 0.24));
  transform-origin: bottom;
  animation: barCycle 20s infinite;
}

.widget-bars i:nth-child(2) {
  height: 72%;
}

.widget-bars i:nth-child(3) {
  height: 52%;
}

.event-widget svg {
  width: 100%;
  height: 56px;
}

.widget-grid-line {
  fill: none;
  stroke: rgba(148, 163, 184, 0.18);
  stroke-width: 1;
}

.widget-line {
  fill: none;
  stroke: var(--cyan-highlight);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  animation: drawWidgetLineCycle 20s infinite;
}

.score-widget {
  position: relative;
}

.score-widget strong {
  display: block;
  color: var(--text-main);
  font-size: 2rem;
  line-height: 1;
}

.score-ring {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  margin-top: 12px;
  background: rgba(30, 41, 59, 0.9);
}

.score-ring i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-main), var(--ok));
  animation: scoreFillCycle 20s infinite;
}

.instrument-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 8px;
}

.instrument-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(11, 18, 32, 0.76);
  animation: chipPulse 20s infinite;
}

.annotated-chart {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  padding: 28px 18px 18px;
  background:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    rgba(15, 23, 42, 0.9);
  background-size: 100% 48px, 52px 100%, auto;
}

.annotated-chart .progress-svg {
  height: 180px;
}

.annotated-chart .zone {
  position: absolute;
  right: 19%;
  top: 22%;
  width: 23%;
  height: 30%;
  border: 1px solid rgba(56, 189, 248, 0.56);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.08);
}

.annotated-chart .arrow {
  position: absolute;
  left: 30%;
  top: 38%;
  width: 27%;
  height: 2px;
  background: var(--warn);
  transform: rotate(-16deg);
  transform-origin: left center;
}

.annotated-chart .arrow::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--warn);
  border-right: 2px solid var(--warn);
  transform: rotate(45deg);
}

.chart-panel,
.alerts-panel {
  min-height: 230px;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  padding: 16px;
  background: rgba(15, 23, 42, 0.86);
}

.chart-panel h3,
.alerts-panel h3 {
  color: var(--text-secondary);
  font-size: 0.86rem;
  font-weight: 680;
}

.progress-svg {
  width: 100%;
  height: 146px;
}

.progress-line {
  fill: none;
  stroke: var(--cyan-highlight);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: drawLine 1700ms 650ms ease forwards;
}

.zero-line {
  stroke: rgba(148, 163, 184, 0.24);
  stroke-width: 1;
}

.discipline-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #1e293b;
}

.discipline-bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-main), var(--ok));
  animation: fillBar 1500ms 900ms ease forwards;
}

.alert-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.alert {
  border-left: 3px solid var(--cyan-highlight);
  padding: 9px 10px;
  color: var(--text-secondary);
  background: rgba(2, 132, 199, 0.1);
  opacity: 0;
  transform: translateX(8px);
  animation: enter 540ms ease forwards;
}

.alert:nth-child(2) {
  border-left-color: var(--warn);
  animation-delay: 1000ms;
}

.alert:nth-child(3) {
  border-left-color: var(--ok);
  animation-delay: 1200ms;
}

.highlight-strip {
  margin-top: 16px;
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 8px;
  padding: 14px;
  color: var(--text-secondary);
  background: rgba(56, 189, 248, 0.08);
}

.highlight-strip strong {
  color: var(--text-main);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-head p {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--text-secondary);
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

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

.card {
  min-height: 180px;
  padding: 22px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.feature-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.82);
}

.feature-visual img {
  width: 100%;
  aspect-ratio: 31 / 18;
  object-fit: cover;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.36);
  background: rgba(17, 24, 39, 0.9);
  box-shadow: 0 18px 50px rgba(2, 132, 199, 0.08);
}

.feature-card:hover .feature-visual img {
  transform: scale(1.02);
}

.feature-visual img {
  transition: transform 220ms ease;
}

.chart-feature {
  background:
    linear-gradient(180deg, rgba(8, 15, 28, 0.2), rgba(8, 15, 28, 0.66)),
    rgba(6, 12, 24, 0.38);
}

.chart-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.chart-feature-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.86);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
}

.chart-feature-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.chart-feature-copy {
  display: grid;
  gap: 14px;
}

.chart-feature-copy h2 {
  margin: 0;
}

.feature-bullets {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.feature-bullets li {
  position: relative;
  padding-left: 18px;
  color: var(--text-secondary);
}

.feature-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan-highlight);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.42);
}

.living-product {
  background:
    linear-gradient(180deg, rgba(8, 13, 24, 0.2), rgba(8, 13, 24, 0.72)),
    radial-gradient(circle at 18% 10%, rgba(14, 165, 233, 0.1), transparent 34%);
}

.living-product-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(8, 13, 24, 0.92));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.living-product-copy {
  display: grid;
  gap: 14px;
}

.living-product-copy h2,
.living-product-copy p {
  margin: 0;
}

.living-product-copy > p:not(.lead) {
  color: var(--text-secondary);
}

.living-note {
  border-left: 2px solid rgba(56, 189, 248, 0.34);
  padding-left: 14px;
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.95rem;
}

.living-product-aside {
  display: grid;
  gap: 20px;
}

.update-visual {
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.14);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(11, 18, 32, 0.9), rgba(15, 23, 42, 0.78)),
    radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.12), transparent 36%);
}

.update-window {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 8px;
  background: rgba(5, 10, 20, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.update-top {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  padding: 9px 11px;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.78rem;
}

.update-top span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(56, 189, 248, 0.44);
}

.update-top strong {
  margin-left: 6px;
  font-size: 0.76rem;
  font-weight: 680;
}

.update-body {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.update-badge,
.update-check {
  width: fit-content;
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 999px;
  padding: 4px 9px;
  color: rgba(125, 211, 252, 0.86);
  font-size: 0.72rem;
  font-weight: 680;
  background: rgba(14, 165, 233, 0.06);
}

.update-badge {
  animation: updatePulse 7.5s ease-in-out infinite;
}

.update-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.update-metrics span {
  min-height: 58px;
  border: 1px solid rgba(56, 189, 248, 0.11);
  border-radius: 8px;
  padding: 10px;
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.74rem;
  background: rgba(15, 23, 42, 0.78);
  transform: translateY(8px);
  opacity: 0.58;
  animation: updateCardIn 7.5s ease-in-out infinite;
}

.update-metrics span:nth-child(2) {
  animation-delay: 0.45s;
}

.update-metrics span:nth-child(3) {
  animation-delay: 0.9s;
}

.update-progress {
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.82);
}

.update-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.6), rgba(34, 197, 94, 0.62));
  transform-origin: left;
  animation: updateProgress 7.5s ease-in-out infinite;
}

.update-check {
  color: rgba(187, 247, 208, 0.86);
  border-color: rgba(34, 197, 94, 0.16);
  background: rgba(34, 197, 94, 0.06);
  opacity: 0;
  transform: translateY(4px);
  animation: updateCheck 7.5s ease-in-out infinite;
}

.living-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: living-step;
}

.living-steps li {
  counter-increment: living-step;
  min-height: 78px;
  border: 1px solid rgba(56, 189, 248, 0.13);
  border-radius: 8px;
  padding: 14px;
  color: var(--text-main);
  background: rgba(11, 18, 32, 0.72);
}

.living-steps li::before {
  content: "0" counter(living-step);
  display: block;
  margin-bottom: 12px;
  color: rgba(125, 211, 252, 0.72);
  font-size: 0.72rem;
  font-weight: 720;
}

.living-steps li {
  animation: livingStepFocus 7.5s ease-in-out infinite;
}

.living-steps li:nth-child(2) {
  animation-delay: 0.45s;
}

.living-steps li:nth-child(3) {
  animation-delay: 0.9s;
}

.living-steps li:nth-child(4) {
  animation-delay: 1.35s;
}

.living-bullets {
  margin-top: 0;
}

@keyframes updatePulse {
  0%,
  100% {
    transform: translateY(0);
    border-color: rgba(56, 189, 248, 0.16);
  }
  28%,
  58% {
    transform: translateY(-1px);
    border-color: rgba(56, 189, 248, 0.32);
  }
}

@keyframes updateCardIn {
  0%,
  18% {
    opacity: 0.5;
    transform: translateY(8px);
  }
  34%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }
}

@keyframes updateProgress {
  0%,
  18% {
    transform: scaleX(0.08);
  }
  72%,
  100% {
    transform: scaleX(1);
  }
}

@keyframes updateCheck {
  0%,
  58% {
    opacity: 0;
    transform: translateY(4px);
  }
  72%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes livingStepFocus {
  0%,
  100% {
    border-color: rgba(56, 189, 248, 0.13);
    background: rgba(11, 18, 32, 0.72);
  }
  28%,
  58% {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(14, 165, 233, 0.08);
  }
}

.card p,
.price-card p,
.faq-item p,
.legal-item p {
  color: var(--text-secondary);
}

.card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #031523;
  background: var(--cyan-highlight);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.split h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-secondary);
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--cyan-highlight);
}

.gallery {
  overflow: hidden;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-card figure {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  background: rgba(11, 18, 32, 0.86);
}

.product-card img {
  width: 100%;
  aspect-ratio: 120 / 76;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease;
}

.product-card-body {
  padding: 16px;
}

.product-card-body p {
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.42);
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 20px 58px rgba(2, 132, 199, 0.1), 0 16px 44px rgba(0, 0, 0, 0.24);
}

.product-card:hover img {
  transform: scale(1.025);
}

.product-card:hover h3,
.feature-card:hover h3 {
  color: var(--text-main);
}

.gallery-track {
  display: grid;
  grid-auto-columns: minmax(260px, 360px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.placeholder-slide {
  min-height: 232px;
  overflow: hidden;
  scroll-snap-align: start;
}

.placeholder-top {
  height: 44px;
  border-bottom: 1px solid var(--border-surface);
  background: rgba(15, 23, 42, 0.9);
}

.placeholder-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.placeholder-line {
  height: 12px;
  border-radius: 99px;
  background: rgba(148, 163, 184, 0.22);
}

.placeholder-line.short {
  width: 54%;
}

.placeholder-chart {
  height: 96px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(56, 189, 248, 0.22) 49%, transparent 50%),
    linear-gradient(180deg, rgba(2, 132, 199, 0.12), rgba(34, 197, 94, 0.08));
}

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

.pricing-clarifier {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(15, 23, 42, 0.72));
}

.pricing-clarifier h3,
.pricing-clarifier p {
  margin: 0;
}

.pricing-clarifier h3 {
  font-size: 1rem;
}

.pricing-clarifier p {
  max-width: 880px;
  color: var(--text-secondary);
}

.price-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 22px;
}

.price-card.featured {
  border-color: rgba(56, 189, 248, 0.62);
  background: rgba(2, 132, 199, 0.14);
}

.price {
  margin: 8px 0 2px;
  font-size: 2rem;
  font-weight: 820;
}

.billing {
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.pricing-notes {
  margin-top: 24px;
}

.status-pill {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  border: 1px solid rgba(56, 189, 248, 0.14);
  border-radius: 999px;
  padding: 3px 8px;
  color: rgba(125, 211, 252, 0.78);
  font-size: 0.72rem;
  font-weight: 650;
}

.button:disabled,
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
  box-shadow: none;
}

.button:disabled:hover,
.button[disabled]:hover {
  transform: none;
}

.form {
  display: grid;
  gap: 14px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkbox label {
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 700;
}

.required-mark {
  color: var(--cyan-highlight);
}

.field input,
.field select,
.field textarea {
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text-main);
  background: rgba(11, 18, 32, 0.9);
  outline: none;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cyan-highlight);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.12);
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--border-surface);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text-main);
  background: rgba(11, 18, 32, 0.9);
  font: inherit;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.custom-select-trigger:hover,
.custom-select.open .custom-select-trigger,
.custom-select-trigger:focus-visible {
  border-color: var(--cyan-highlight);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.12);
}

.custom-select-arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--text-secondary);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease, color 160ms ease;
}

.custom-select.open .custom-select-arrow {
  color: var(--cyan-highlight);
  transform: rotate(225deg) translate(-2px, -1px);
}

.custom-select-menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: none;
  max-height: 252px;
  overflow-y: auto;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 8px;
  padding: 6px;
  background: rgba(15, 23, 42, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  scrollbar-color: rgba(125, 211, 252, 0.68) rgba(11, 18, 32, 0.72);
  scrollbar-width: thin;
}

.custom-select-menu::-webkit-scrollbar,
.field textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-select-menu::-webkit-scrollbar-track,
.field textarea::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.76);
}

.custom-select-menu::-webkit-scrollbar-thumb,
.field textarea::-webkit-scrollbar-thumb {
  border: 2px solid rgba(11, 18, 32, 0.76);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.9), rgba(14, 165, 233, 0.66));
}

.custom-select.open .custom-select-menu {
  display: grid;
  gap: 2px;
}

.custom-select-option {
  border: 0;
  border-radius: 6px;
  padding: 10px 11px;
  color: var(--text-secondary);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.custom-select-option:hover,
.custom-select-option:focus-visible,
.custom-select-option[aria-selected="true"] {
  color: var(--text-main);
  background: rgba(56, 189, 248, 0.12);
}

.field input.field-error-state,
.field select.field-error-state,
.field textarea.field-error-state,
.custom-select-trigger.field-error-state {
  border-color: rgba(248, 113, 113, 0.78);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.12);
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-secondary);
}

.checkbox-row {
  display: grid;
  gap: 6px;
}

.checkbox input {
  margin-top: 5px;
  accent-color: var(--cyan-highlight);
}

.checkbox input.field-error-state {
  outline: 2px solid rgba(248, 113, 113, 0.82);
  outline-offset: 2px;
}

.checkbox a {
  color: #7dd3fc;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.checkbox a:hover,
.checkbox a:focus-visible {
  color: var(--cyan-highlight);
  text-decoration-thickness: 2px;
}

.checkbox a:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(56, 189, 248, 0.55);
  outline-offset: 2px;
}

.field-error {
  min-height: 18px;
  color: #fca5a5;
  font-size: 0.8rem;
  font-weight: 650;
}

.form-note,
.small-note {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.form-note-stack {
  display: grid;
  gap: 8px;
}

.form-note-stack p {
  margin: 0;
}

.form-status {
  min-height: 24px;
  color: var(--cyan-highlight);
  font-weight: 700;
}

.form-status.error {
  color: #fca5a5;
}

.form-status.success {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 8px;
  padding: 14px;
  background: rgba(8, 145, 178, 0.1);
  color: var(--text-secondary);
  font-weight: 500;
}

.form-status.success strong {
  color: var(--text-main);
  font-size: 1rem;
}

.form-status.success p {
  margin: 0;
}

.form-hidden-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.faq-list,
.legal-list {
  display: grid;
  gap: 14px;
}

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

.context-nav {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.context-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(56, 189, 248, 0.14);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(186, 230, 253, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.context-back-link:hover {
  border-color: rgba(56, 189, 248, 0.28);
  background: rgba(14, 165, 233, 0.06);
  color: var(--text-primary);
  transform: translateY(-1px);
}

.faq-item,
.legal-item {
  padding: 20px;
}

.legal-item .button {
  margin-top: 10px;
}

.legal-document {
  display: grid;
  gap: 16px;
  max-width: 840px;
}

.legal-document p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.78;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
}

.contact-panel {
  padding: 22px;
}

.site-footer {
  border-top: 1px solid var(--border-surface);
  padding: 38px 0;
  background: rgba(6, 12, 24, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 30px;
  align-items: start;
}

.footer-logo {
  width: 162px;
  margin-bottom: 14px;
}

.footer-descriptor {
  margin: 0 0 10px;
  color: var(--text-main);
  font-weight: 720;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
}

.footer-links a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.disclaimer {
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.footer-copy {
  color: var(--text-muted);
  font-size: 0.84rem;
}

@keyframes enter {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fillBar {
  to {
    width: 86%;
  }
}

@keyframes tourScene {
  0%,
  22% {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
  26%,
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(0.99);
    pointer-events: none;
  }
}

@keyframes tabPulse {
  0%,
  24%,
  100% {
    color: var(--text-secondary);
    border-color: rgba(56, 189, 248, 0.18);
    background: rgba(15, 23, 42, 0.8);
  }
  6%,
  22% {
    color: #031523;
    border-color: transparent;
    background: var(--cyan-highlight);
  }
}

@keyframes barRise {
  from {
    transform: scaleY(0.15);
    opacity: 0.48;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes widgetEnter {
  0%,
  25% {
    opacity: 0;
    transform: translateY(10px);
  }
  28%,
  47% {
    opacity: 1;
    transform: translateY(0);
  }
  51%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes barCycle {
  0%,
  25%,
  51%,
  100% {
    transform: scaleY(0.12);
    opacity: 0.45;
  }
  31%,
  47% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes drawWidgetLineCycle {
  0%,
  25%,
  51%,
  100% {
    stroke-dashoffset: 190;
  }
  32%,
  47% {
    stroke-dashoffset: 0;
  }
}

@keyframes scoreFillCycle {
  0%,
  25%,
  51%,
  100% {
    width: 0;
  }
  32%,
  47% {
    width: 86%;
  }
}

@keyframes chipPulse {
  0%,
  27%,
  47%,
  100% {
    color: var(--text-secondary);
    border-color: rgba(56, 189, 248, 0.18);
    background: rgba(11, 18, 32, 0.76);
  }
  32%,
  42% {
    color: #031523;
    border-color: transparent;
    background: var(--cyan-highlight);
  }
}

@keyframes rowFocus {
  0%,
  27%,
  47%,
  100% {
    border-color: var(--border-surface);
    background: rgba(15, 23, 42, 0.86);
  }
  32%,
  42% {
    border-color: rgba(56, 189, 248, 0.52);
    background: rgba(2, 132, 199, 0.13);
  }
}

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

  .metric,
  .alert {
    opacity: 1;
    transform: none;
  }

  .progress-line {
    stroke-dashoffset: 0;
  }

  .discipline-bar i {
    width: 86%;
  }

  .tour-scene {
    animation: none !important;
    opacity: 0;
    transform: none;
  }

  .tour-scene.scene-dashboard {
    opacity: 1;
  }

  .tour-tabs span {
    animation: none !important;
  }

  .widget-bars i {
    animation: none !important;
  }

  .analysis-row.pulse-row,
  .analysis-widget,
  .widget-line,
  .score-ring i,
  .instrument-chips span {
    animation: none !important;
  }

  .analysis-widget {
    opacity: 1;
    transform: none;
  }

  .widget-line {
    stroke-dashoffset: 0;
  }

  .score-ring i {
    width: 86%;
  }

  .product-card,
  .product-card img,
  .feature-card,
  .feature-visual img {
    transition: none !important;
  }

  .product-card:hover,
  .feature-card:hover {
    transform: none;
  }

  .update-badge,
  .update-metrics span,
  .update-progress i,
  .update-check,
  .living-steps li {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .contact-grid,
  .chart-feature-grid,
  .living-product-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 30px;
  }

  .app-window {
    min-height: auto;
  }

  .grid.three,
  .grid.four,
  .feature-grid,
  .legal-index,
  .product-gallery,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--border-surface);
    border-radius: 8px;
    padding: 10px;
    background: rgba(11, 18, 32, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-button {
    display: inline-block;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 22px, 1160px);
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 48px;
  }

  .brand img {
    width: 142px;
  }

  .nav {
    min-height: 66px;
  }

  .hero-notes,
  .metrics-grid,
  .dashboard-lower,
  .grid.two,
  .grid.three,
  .grid.four,
  .feature-grid,
  .legal-index,
  .product-gallery,
  .price-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .context-nav {
    margin-bottom: 14px;
  }

  .context-back-link {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 0.82rem;
  }

  .product-window {
    min-height: 660px;
  }

  .tour-stage {
    min-height: 600px;
    padding: 12px;
  }

  .tour-scene {
    inset: 12px;
  }

  .tour-tabs {
    display: none;
  }

  .analysis-row,
  .journal-row {
    grid-template-columns: 1fr;
  }

  .analysis-widgets {
    grid-template-columns: 1fr 1fr;
  }

  .asset-reference {
    inset: 28px -10px auto;
    height: 300px;
    background-size: 230% auto;
  }

  .section-head {
    display: block;
  }

  .editorial-pair {
    gap: 34px;
  }

  .editorial-pair article,
  .editorial-pair .lead {
    max-width: none;
  }

  .editorial-pair article:first-child,
  .editorial-pair article + article {
    padding-left: 0;
    padding-right: 0;
  }

  .editorial-pair article + article::before {
    display: none;
  }

  .editorial-pair h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

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

  .living-product-panel {
    padding: 18px;
  }

  .living-steps,
  .update-metrics {
    grid-template-columns: 1fr;
  }

  .update-metrics span {
    min-height: auto;
  }

  .dashboard {
    padding: 12px;
  }

  .metric {
    min-height: 82px;
  }

  .nav-actions .button {
    display: none;
  }
}
